/*
Theme Name: TRUNG TÂM ANH NGỮ SAM
Theme URI: sunmedia.edu.vn
Author: Sun Media - Thiết kế website chuẩn Seo
Author URI: https://samec.edu.vn
Description: Sun Media - Thiết kế website chuẩn Seo
Template: flatsome
Version: 1.0.0
*/

/**
 * Global
 */
.mh-no-margin {
	margin: 0 !important;
}

.mh-no-padding {
	padding: 0 !important;
}

.mh-no-margin-bottom {
	margin-bottom: 0 !important;
}

.mh-no-padding-bottom {
	padding-bottom: 0 !important;
}

.mh-font-size-x-small {
	font-size: 14px;
}

.mh-font-size-xx-large {
	font-size: 50px !important;
}

.mh-font-size-x-large {
	font-size: 25px !important;
}

.mh-font-size-large {
	font-size: 20px;
}

.mh-font-title-size-x-large {
	font-size: 40px !important;
}

.mh-font-title-size-large {
	font-size: 30px !important;
}

.mh-font-size-normal {
	font-size: 18px !important;
}

.mh-font-small {
	font-size: 14px;
}

.mh-font-normal {
	font-weight: normal !important;
}

.mh-font-bold {
	font-weight: bold;
}

.mh-font-italic {
	font-style: italic;
}

.mh-color-primary {
  color: #1e70bf !important;
}

/*
.mh-color-success {
	color: #1b1b1b !important;
}

.mh-background-success {
	background-color: #e5c71f !important;
} */

.mh-text-justify {
	text-align: justify;
}

.mh-fontawesome::before,
.mh-fontawesome::after,
.menu-item > a::before,
.menu-item > a::after {
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	margin-right: 7px;
}

.mh-map::before,
.menu-item-map a::before {
  content: "\f041";
}

.mh-phone::before,
.menu-item-phone a::before {
  content: "\f095";
}

.mh-phone-square::before {
  content: "\f098";
}

.mh-mail::before,
.menu-item-mail a::before {
  content: "\f003";
}

.mh-clock::before,
.menu-item-clock a::before {
  content: "\f017";
}

.mh-flex-row {
	display: flex !important;
	flex-direction: row;
}

.mh-list {
	list-style-type: none;
}

.mh-list > li {
	margin: 0;
}

/* Form */
select, input, textarea,
.mh-input {
	box-shadow: none !important;
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	-o-box-shadow: none !important;
}

input::placeholder,
textarea::placeholder,
select.mh-input::placeholder,
input.mh-input::placeholder,
input.mh-input[type='date']::placeholder {
 	font-weight: 300;
}

.mh-form-2-col,
.mh-form-3-col {
	justify-content: space-between;
	align-items: center;
}

.mh-form-2-col > label {
	flex-basis: 49%;
}

.mh-form-3-col > label {
	flex-basis: 32%;
}

/* UX Theme */
.mh-col-no-divider .is-divider {
	display: none;
}

.banner h2, .banner h3, .banner h1 {
	line-height: 1.3;
}

.mh-button-primary {
	display: inline-block;
	border-radius: 25px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	-o-border-radius: 25px;
	background: url('assets/image/right-arrow-white.png') 94% 45% no-repeat, linear-gradient(to right, #e11937 0%, #ff8300 100%);
	font-size: 18px;
	line-height: 2.444;
	padding-right: 50px;
	padding-left: 15px;
	border: inherit !important;
	letter-spacing: 0;
}

.mh-button-primary:hover {
	background: url('assets/image/right-arrow-white.png') 94% 45% no-repeat #ff8300 !important;
}

.mh-button-secondary {
	display: inline-block;
	border-radius: 25px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	-o-border-radius: 25px;
    background: url('assets/image/right-arrow-white.png') 94% 45% no-repeat, linear-gradient(to right, #2630a8 0%, #0086f8 100%) !important;
	font-size: 18px;
	line-height: 2.444;
	padding-right: 50px;
	padding-left: 15px;
	border: inherit !important;
	letter-spacing: 0;
}

.mh-button-secondary:hover {
	color: #fff !important;
    background: url('assets/image/right-arrow-white.png') 94% 45% no-repeat #0086f8 !important;
}

.mh-title-section {
	font-weight: bold;
	font-size: 36px;
	margin-bottom: 0;
}

.mh-title-section.color {
	color: #1b4bb3;
}

	/* Form register */
.mh-col-register input.mh-input::placeholder {
  font-size: 16px;
  color: #717583;
}

.mh-col-register input.mh-input,
.mh-field-option select.mh-input {
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #999fab;
  padding: 0;
  color: #1d202c;
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 25px;
}

.mh-field-tel > div:nth-child(1) {
  border-bottom: 1px solid #51c21a;
  height: 40px;
  flex-basis: 30%;
  margin-bottom: 25px;
  font-size: 16px;
  line-height: 40px;
}

.mh-field-tel > div:nth-child(2) {
  flex-basis: 70%;
}

.mh-field-option > span:nth-child(1) {
  font-size: 12px;
  color: #787a80;
  font-weight: normal;
}

.mh-field-option select.mh-input {
  font-weight: normal;
}

.mh-field-policy {
  font-weight: normal;
  color: #1d202c;
  font-size: 15px;
  line-height: 2.5;
  margin: 0 0 25px !important;
}

.mh-field-policy .wpcf7-list-item > input {
  margin-bottom: 5px;
}

.mh-contact-submit {
  margin: 0 !important;
  background-color: #ed6b39 !important;opacity:0.8;
  border: none !important;
  color: #FFF !important;
  margin: 20px 0 0 !important;
  font-weight: normal !important;
  font-size: 16px !important;
  line-height: normal !important;
  padding: 13px 21px 13px !important;
  transition: all .3s !important;
  -moz-transition: all .3s !important;
  -webkit-transition: all .3s !important;
  -o-transition: all .3s !important;
  border-radius: 30px !important;
  -moz-border-radius: 30px !important;
  -webkit-border-radius: 30px !important;
  -o-border-radius: 30px !important;
  box-shadow: 0 -3px 0 0 rgba(0, 0, 0, 0.4) inset !important;
  -moz-box-shadow: 0 -3px 0 0 rgba(0, 0, 0, 0.4) inset !important;
  -webkit-box-shadow: 0 -3px 0 0 rgba(0, 0, 0, 0.4) inset !important;
  -o-box-shadow: 0 -3px 0 0 rgba(0, 0, 0, 0.4) inset !important;
  white-space: normal !important;
  padding-left: 35px !important;
  padding-right: 35px !important;

}

.mh-contact-submit:hover{background:#EF5A21;opacity:1;}

/**
 * Header
 */
/* Layout */
header#header .header-wrapper {
	display: flex;
	flex-direction: column;
}

header#header #masthead {
	order: 1;
}

.mh-header-section-events {
	order: 2;
}

header#header #wide-nav {
	order: 3;
}

header#header .header-bg-container {
	order: 4;
}

/* Main */
#masthead form.searchform {
	border-bottom: 2px solid #999fab;
	padding: 5px;
}

#masthead form.searchform input {
  border: 0;
}

#masthead form.searchform input::placeholder,
#masthead form.searchform button.submit-button i {
	font-size: 17px;
}

#masthead form.searchform button.submit-button {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  color: #999fab;
  background-color: transparent;
  border: 0;
}

.mh-menu-social {
	list-style-type: none;
}

.mh-menu-social > li {
	margin: 0 10px;
	display: flex;
	flex-direction: column;
}

.mh-menu-social > li span {
	text-transform: uppercase;
	font-weight: 300;
	color: #717583;
	font-size: 12px;
}

.mh-menu-social > li:hover span {
  color: #0f9fd4;
}

.mh-menu-social > li .usr-icons {
	width: 22px;
	height: 21px;
	background-image: url('assets/image/user-nav-sprite.png');
	display: block;
	margin: 0 auto 10px;
	background-repeat: no-repeat;
}

.mh-menu-social > li .calendar-icon {
  background-position: 0 0;
}

.mh-menu-social > li .event-icon {
	background-position: 0 -54px;
}

.mh-menu-social > li .map-icon {
  background-position: 0px -105px;
}

.mh-menu-social > li:hover .calendar-icon {
	background-position: 0px -27px;
}

.mh-menu-social > li:hover .event-icon {
  background-position: 0px -79px;
}

.mh-menu-social > li:hover .map-icon {
	background-position: 0px -132px;
}

.mh-login {
	width: 52px;
	height: 52px;
	background-image: url('assets/image/user-icon.png');
	display: block;
	background-repeat: no-repeat;
}

.mh-header-events p {
	color: #717583;
	font-size: 15px;
	margin-bottom: 0;
}

/* Menu */
#wide-nav .flex-col > .nav.header-nav > .mega-menu-wrap > .mega-menu > li {
	position: static;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu {
  min-width: 1170px;
  right: 0;
}

.mh-col-mega-menu ul {
	list-style-type: none;
}

.mh-col-mega-menu a {
	color: #474a57;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	font-size: 18px;
}

/**
 * Footer
 */
footer#footer .footer-widgets {
    padding-top: 60px;
    padding-bottom: 30px;
}

footer#footer .footer-widgets .is-divider {
	display: none;
}

footer#footer .footer-widgets span.widget-title {
	font-size: 16px;
	color: #ffffff;
	text-transform: initial;
	display: block;
	margin-bottom: 15px;
	font-weight: 500;
}

footer#footer .footer-widgets .menu > li {
	border: 0;
}

footer#footer .footer-widgets .menu > li > a {
	color: #a6aab6;
	font-size: 14px;
	font-weight: normal;
}

footer#footer .absolute-footer {
	padding: 10px 0;
}

footer#footer .absolute-footer .footer-text,
footer#footer .absolute-footer a {
    font-weight: 300;
    color: #d8dce8;
    font-size: 13.5px;
    line-height: 2;
}

footer#footer .absolute-footer .footer-nav {
    padding: 7.5px 0;
	margin: 0;
	border: 0;
}

footer#footer .absolute-footer .footer-nav > li > a {
	text-transform: initial;
}

/**
 * Blog
 */
.blog-wrapper.blog-archive > .row.row-large,
.blog-wrapper.blog-single > .row.row-large, .row.mh_margin_up {
	position: relative;
	top: -73px;
}

.blog-wrapper.blog-archive > .row.row-large > .col,
.blog-wrapper.blog-single > .row.row-large > .col , .row.mh_margin_up > .col{
	padding: 0 9.8px 19.6px;
}
.blog-wrapper.blog-single > .row.row-large > .col{
	
	padding-top:50px;
}
.blog-wrapper.blog-archive > .row.row-large > .col.large-9,
.blog-wrapper.blog-single > .row.row-large > .col.large-9  {
	max-width: 66.66667%;
	-ms-flex-preferred-size: 66.66667%;
	flex-basis: 66.66667%;
}
.row.mh_margin_up > .col.large-8 {
	background-color:#ffffff;
	padding:15px !important;
}
.row.mh_margin_up > .col.large-4{
	padding:0 15px 15px !important;
	
}
.blog-wrapper.blog-archive > .row.row-large > .col.large-3,
.blog-wrapper.blog-single > .row.row-large > .col.large-3{
	max-width: 33.33333%;
	-ms-flex-preferred-size: 33.33333%;
	flex-basis: 33.33333%;
}

/* Sidebar */
.mh-widget-form-register {
	box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.23);
	-moz-box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.23);
	-webkit-box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.23);
	-o-box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.23);
}

.mh-widget-form-register:hover {
	box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.5);
	-o-box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.5);
}

/* Single */
body.single.single-post .page-title-inner {
	align-items: flex-start;
  padding-top: 35px;
}

.blog-wrapper.blog-single article.post {
	background-color: #fff;
	padding: 0 25px 25px;
}

/* .blog-wrapper.blog-single .post-sidebar {
	padding-top: 0 !important;
} */

body.single.single-post .entry-title {
	font-weight: normal;
}

body.single.single-post .entry-category > a {
	text-transform: initial;
  font-weight: normal;
  font-size: 17px;
}

body.single.single-post .entry-meta {
	text-transform: inherit;
	font-size: 14px
}

/* Archive */
.blog-wrapper.blog-archive #post-list {
	padding: 15px;
  background-color: #fff;
}

.blog-wrapper.blog-archive article.post .entry-header-text,
.blog-wrapper.blog-archive article.post .entry-content {
	background: #f2f3f7;
}

.blog-wrapper.blog-archive article.post .entry-header-text {
	padding: 20px 15px 0;
}

.blog-wrapper.blog-archive article.post .entry-content {
	padding: 10px 15px 25px;
}

.blog-wrapper.blog-archive article.post .entry-category,
.blog-wrapper.blog-archive article.post .entry-divider,
.blog-wrapper.blog-archive article.post .more-link,
.blog-wrapper.blog-archive article.post .badge,
.blog-wrapper.blog-archive article.post footer.entry-meta {
	display: none;
}

.blog-wrapper.blog-archive article.post .entry-title {
	font-size: 26px;
	font-weight: 300;
	color: #1d202c;
	line-height: 1.154;
	margin-bottom: 5px;
}

.blog-wrapper.blog-archive article.post .entry-meta {
	font-size: 13px;
	color: #717583;
}

.blog-wrapper.blog-archive article.post .entry-summary > p {
	font-size: 14px;
	color: #717583;
	margin-top: 5px;
	line-height: 1.3;
	font-weight: 300;
}


/* ===== Page ===== */

/**
 * Homepage
 */
/* Global */
  /* Section sprite */
.mh-section-sprite::before {
  width: 131px;
  height: 146px;
  content: "";
  position: absolute;
  float: right;
  top: -50px;
  right: 80px;
  background-repeat: no-repeat;
  display: block;
}

.mh-section-paralex::before {
  width: 124px;
  height: 147px;
  content: "";
  position: absolute;
  float: right;
  right: 1080px;
  top: -55px;
  background-image: url('assets/image/paralex-green-icon.png');
  background-repeat: no-repeat;
  display: block;
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
   -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

  /* Section color */
.mh-section-color {
  background: -moz-linear-gradient(left, #27319e 0%, #213ba2 16%, #1a4db3 31%, #115ec2 46%, #0d68c9 71%, #0181dc 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #27319e), color-stop(16%, #213ba2), color-stop(31%, #1a4db3), color-stop(46%, #115ec2), color-stop(71%, #0d68c9), color-stop(100%, #0181dc));
  background: -webkit-linear-gradient(left, #27319e 0%, #213ba2 16%, #1a4db3 31%, #115ec2 46%, #0d68c9 71%, #0181dc 100%);
  background: -o-linear-gradient(left, #27319e 0%, #213ba2 16%, #1a4db3 31%, #115ec2 46%, #0d68c9 71%, #0181dc 100%);
  background: -ms-linear-gradient(left, #27319e 0%, #213ba2 16%, #1a4db3 31%, #115ec2 46%, #0d68c9 71%, #0181dc 100%);
  background: linear-gradient(to right, #27319e 0%, #213ba2 16%, #1a4db3 31%, #115ec2 46%, #0d68c9 71%, #0181dc 100%);
}

  /* Col video */
.mh-col-video .box-image a::after {
  content: "";
  width: 105px;
  height: 105px;
  position: absolute;
  z-index: 999;
  left: 35%;
  top: 30%;
  background-image: url('assets/image/video.png');
  background-position: -5px -6px;
  background-repeat: no-repeat;
  opacity: 0;
}

.mh-col-video:hover .box-image a::after {
  opacity: 1;
}

  /* Col box image */
.mh-col-image-box.box-overlay .box-image::after {
  display: inline-block;
  content: ' ';
  background: linear-gradient(to top, #000000, rgba(255, 255, 255, 0));
  width: 100%;
  height: 110px;
  position: absolute;
  bottom: 0;
  opacity: 0.8;
  filter: alpha(opacity=80);
  left: 0;
}

.mh-col-image-box .box-image {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
}

.mh-col-image-box .box-text-inner p {
  margin: 0;
  line-height: 1.3;
}

.mh-col-image-box .box-text-inner p {
  font-size: 24px;
}

.mh-col-image-box .box-text-inner p.name {
  color: #d8dce8;
  font-size: 18px;
}

/* Các tìm kiếm ... */
.mh-row-find {
  position: relative;
  bottom: 0;
  margin-bottom: 40px;
  margin-top: -50px;
}

.mh-col-find > .col-inner  {
  box-shadow: 0px 0px 15px 5px rgba(9, 9, 9, 0.2);
  -moz-box-shadow: 0px 0px 15px 5px rgba(9, 9, 9, 0.2);
  -webkit-box-shadow: 0px 0px 15px 5px rgba(9, 9, 9, 0.2);
  -o-box-shadow: 0px 0px 15px 5px rgba(9, 9, 9, 0.2);
  border: solid 1px #d9d9d6;
  text-align: center;
}

.mh-col-find h3 {
  font-size: 24px;
  font-weight: 300;
  color: #1d202c;
  margin-bottom: 0;
}

.mh-col-find p {
  color: #717583;
  font-size: 19px;
}

/* Bạn đã từng ... */
.mh-col-hero-features .box-text-inner h5,
.mh-col-hero-features .box-text-inner p {
  margin: 0 0 15px;
  text-align: left;
}

.mh-col-hero-features .box-text-inner h5 {
  font-size: 24px;
  font-weight: 300;
}

.mh-col-hero-features .box-text-inner p {
  color: #474a57;
  font-size: 21px;
}

.mh-col-hero-features .box-text-inner a {
  margin: 5px 0 15px;
  border-width: 1px;
  background-color: #fff;
  font-weight: normal;
  color: grey;
  border-color: #d5d7df;
  padding: 0 30px;
  line-height: 30px;
}

.mh-col-hero-features .box-text-inner a:hover {
  border-color: #a4a7a9;
}

/* Bạn muốn ... */
.mh-col-register-1 .col-inner {
  position: absolute;
  top: 40px;
  max-width: 580px;
  color: #FFF;
  border-radius: 0 100px 100px 0;
  background: linear-gradient(90deg, #2630a8 0%, #0086f8 100%);
  width: 80%;
  z-index: 99;
  padding: 25px 50px;
}

.mh-col-register-1 .col-inner h4 {
  font-size: 36px;
  margin-bottom: 5px;
  font-weight: normal;
}

.mh-col-register-1 .col-inner p {
  font-size: 23px;
  margin: 0;
}

.mh-col-register-1 {
  background-image: url('assets/image/counsellor-openform.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}

/* Học sinh ... */
.mh-col-testimonial > .col-inner {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
}

.mh-col-testimonial .mh-testimonial-name {
  color: #868a95;
  font-size: 19px;
  margin-bottom: 0;
}

.mh-col-testimonial .mh-testimonial-content {
  margin: 0;
  font-size: 26px;
  color: #000;
  line-height: 1.2;
}

/* Bài viết ... */
.mh-col-list-blog .mh-title-blog {
  color: #474a57;
  font-size: 28px;
  margin-bottom: 15px;
}

.mh-col-list-blog .box-text {
  vertical-align: top;
}

.mh-col-list-blog .box-text .post-title {
  font-size: 18px;
  line-height: 24px;
  margin: 0;
}

.mh-col-list-blog .box-text .from_the_blog_excerpt {
  font-size: 18px;
  color: #717583;
  line-height: 1.2;
  letter-spacing: -0.05em;
  margin-top: 10px;
}

/* Những khóa học ... */
.mh-col-icon-course .icon-box-text h3 {
  font-size: 24px;
  color: #474a57;
  font-weight: normal;
}

.mh-col-icon-course .icon-box-text p {
  margin-bottom: 10px;
}

.mh-col-icon-course .icon-box-text p a {
  font-size: 18px;
  letter-spacing: -0.025em;
  color: #717583;
  cursor: pointer;
}

.mh-col-icon-course .icon-box-text p a:hover {
  color: #000000;
}
.list-news li {
    padding-left: 6px;
    padding-right: 5px;
    width: 25%;
    float: left;
	display: inline-block;
}
.list-news img {
    height: 150px;
    object-position: 50% 50%;
    object-fit: cover;
    border-radius: 4px;
}
.list-news .relative-post-title {
    line-height: 21px;
    margin-top: 9px;
    height: 45px;
    overflow: hidden;
}
.list-news .relative-post-title a {
    font-family: "roboto", sans-serif;
    font-size: 15px;
    line-height: 18px;
    color: black;
	font-weight: 500;
}
.live-chat {
    position: fixed;
    z-index: 99;
    font-size: 0;    border: 1px solid var(--primary-color);
    right: 20px;
    bottom: 70px;
}
.live-chat .items-action, .live-chat .items-action svg {
    position: relative;

}
.live-chat .items-action svg {
    max-height: 40px;
    -webkit-transition: width .3s;
    transition: width .3s;
    z-index: 9;
}
.items-icons{height: 46px;width: 46px;text-align: center; cursor: pointer; padding-top: 15px;  display: block;position: relative;align-items: center;}
.items-icons:not(:first-child):before{
    content: "";width: 36px;height: 0px;border: 1px solid var(--primary-color);position: absolute;top: 0;left: 5px;
}
.items-icons svg{margin: auto;max-height: 25px;position: relative;z-index: 9}
.live-chat .items-icons .title-action {
    height: 48px;
    line-height: 48px;
    position: absolute;
    z-index: 2;
    right: 0;
    top: -1px;
    max-width: 0;
    overflow: hidden;
    white-space: nowrap;
    -webkit-transition: max-width .3s ease,padding .3s ease;
    transition: max-width .3s ease,padding .3s ease;
    text-align: right;
    background: #0099ff;
    color: #fff;
    font-size: 17px;
	
}
.live-chat .items-icons:hover svg, .live-chat .items-icons:hover svg > *{fill: #fff;}
.live-chat .items-action .title-action b {
    font-size: 18px;
}
.live-chat .go-top.items-icons .title-action{top: -1px;}

.live-chat .items-icons:hover .title-action {
    padding: 0 65px 0 10px;
    max-width: 160px;
    width: 160px;
}
@media (max-width: 549px){.live-chat {left: 0px;bottom: 0px;width: 100%;display: block;background: #ffffff;}.live-chat > .items-icons{display: inline-block !important;width: 25%;border-top: none;}.items-icons:not(:first-child):before{ content: none;}.items-icons:nth-child(2){border-left: 1px solid var(--primary-color);border-right: 1px solid var(--primary-color);}.items-icons:nth-child(4){border-left: 1px solid var(--primary-color);border-right: 1px solid var(--primary-color);}.live-chat .items-icons:hover svg, .live-chat .items-icons:hover svg > *{fill: var(--primary-color);;}.live-chat .items-icons:hover .title-action { display: none;}}

/* ===== Responsive ===== */

/**
 * Tablet + Mobile
 */
@media only screen and (min-width: 320px) and (max-width: 860px) {
/* Homepage */
	/* Slider */
	.mh-section-slider .banner-layers .text-box {
		display: none;
	}

	/* Các tìm kiếm ... */
	.mh-row-find {
		margin-top: 40px;
	}

/* Blog */
	.blog-wrapper.blog-archive > .row.row-large > .col,
	.blog-wrapper.blog-single > .row.row-large > .col {
		max-width: 100% !important;
		-ms-flex-preferred-size: 100% !important;
		flex-basis: 100% !important;
	}

	.blog-wrapper.blog-archive > .row.row-large,
	.blog-wrapper.blog-single > .row.row-large {
		top: 0;
	}

	/* Archive */
	.blog-wrapper.blog-archive #post-list {
		padding: 0;
	}

	/* Single */
	body.single.single-post .page-title-inner {
		align-items: center;
	  padding-top: 20px;
	}
	.list-news li {
    padding-left: 6px;
    padding-right: 5px;
    width: 25%;
    float: left;
	display: inline-block;
}
	

}

/**
 * Tablet
 */
@media only screen and (min-width: 426px) and (max-width: 860px) {
	.list-news li {
    padding-left: 6px;
    padding-right: 5px;
    width: 33%;
    float: left;
	display: inline-block;
}

}

/**
 * Mobile
 */
@media only screen and (min-width: 320px) and (max-width: 425px) {
	.list-news li {
    padding-left: 6px;
    padding-right: 5px;
    width: 50%;
    float: left;
	display: inline-block;
}

}

@media only screen and (max-width: 320px) {
.list-news li {
    padding-left: 6px;
    padding-right: 5px;
    width: 75%;
    float: left;
	display: inline-block;
}
