/*
Theme Name: Maxweb
Description: This is a child theme for Flatsome Theme
Theme URI: https:
Author: Hoan
Author URI: 
Template: flatsome
Version: 3.6.1
*/


/*************** ADD CUSTOM CSS HERE.   ***************/

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
h1, h2, h3, h4, h5, h6, .header-bottom-nav > li > a{
	font-family: "Roboto", sans-serif!important;
}
p, li, div {
	font-family: "Roboto", sans-serif;
}
.owl-stage{
	display:flex;
}
.owl-stage .col,.owl-stage .col > .col-inner{
	height:100%;
}
.owl-item {
	flex-shrink:0;
}
.owl-item .col {
	max-width:100%;
}
.owl-dots {
	margin:0 !important;
}
.owl-dots button{
	min-height:unset;
	margin:0 5px;
}
.owl-theme .owl-dots .owl-dot span{
	margin:5px 4px !important;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
	/* 	background:var(--vang) !important; */
}
.owl-nav{
	position:absolute;
	top:50%;
	left:0;
	width:100%;
	transform:translatey(-50%);
	margin:0 !important;
}
.owl-nav button{
	min-height:unset;
	line-height:unset !important;
	margin:0 !important;
	position:absolute;
	top:50%;
	transform:translatey(-50%);
	display:flex !important;
	align-items:center;
	justify-content:center;
	transition:all 0.3s;
}
.pd-b0{
	padding-bottom:0 !important;
}
form{
	margin-bottom:0;
}
.flex-left.flex-grow .nav-left {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-end;
}
.nav>li>a>i.icon-search {
	font-size: 16px;
	color: #111;
	border-radius: 99%;
	border: 1px solid #e9e9e9;
	padding: 5px 7px;
	background: #e9e9e9;
}
.icon-user {
	color: #111;
	font-size: 18px !important;
	top: 3px !important;
}
@media (max-width: 849px) {
	.header-main li.html.custom {
		display: block;
	}
}

.nav-dark .form-flat input:not([type=submit]){
	background-color: rgb(78 75 75 / 29%) !important;
	border-color: rgb(40 37 37 / 9%);
	color: #fff;
}
.nav-dark .logo a {
	color: #111;
}
.dateT {
	color: #fff;
	font-size: 17px;
}
.nav-spacing-xlarge>li {
	margin: 0 17px;
}
.header-bottom .nav>li.active>a {
	color: #FFE998 !important;
	border: 0;
	padding: 7px 15px;
	font-weight: bold;
}
.header-bottom-nav > li > a:hover {
	/* 	line-height: 16px; */
	color: #FFE998 !important;
}
.bnt1 {
	border: 1px solid #fff!important;
}
.bnt1 span {
	font-weight: 400;
	padding: 10px 0 6px;
	color: #fff;
}
.bnt1:hover span{
	color: #fff;
}
.row-tt{
	background: #fff;
	padding: 10px 0 0;
}
.img-tb .box-text.text-center {
	padding-left: 2px;
	padding-right: 2px;
	padding-bottom: 15px;
}
.img-tb {
	border: 1px solid #343434;
}
.from_the_blog_excerpt {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.blog-dau .box-image {
	border: 1px solid rgb(255 233 152 / 64%);
	box-shadow: 0 4px 20px 0 #c5b3708c, 0 4px 12px 0 rgba(5, 31, 70, .25);
}
.blog-dau .post-title {
	font-size: 33px !important;
}
.blog-dau .from_the_blog_excerpt {
	font-size: 16px;
}
.post-item .col-inner{
	height: 100%;
}
.post-item .col-inner:hover{
	/* 	background: rgb(255 238 175 / 11%); */
	background: rgb(240 240 240);
	transition:all 0.3s;
}
.box-blog-post .is-divider{
	display: none;
}
.cat-label.op-7{
	color: #91560a;
	font-weight: 500;
	font-size: 13px;
	text-transform: math-auto;
	opacity: 1;
}
.post-item .post-title {
	font-size: 18px;
	font-weight:500;
	margin:0 0 5px 0;
}
.box-vertical.box-blog-post{
	border-bottom: 1px dashed #e1cd85;
	padding: 10px 10px;
}
hr {
	margin: 5px 0 10px;
	opacity: .4;
}
.col{
	/* 	padding: 0 15px 0px; */
}
.widget_categories>ul>li>a::before {
	width: 14px;
	height: 14px;
	display: inline-block;
	content: "";
	border: 1px solid silver;
	margin-right: 10px;
	display: none;
}
.widget_categories>ul>li.active>a::after {
	content: "";
	width: 12px;
	height: 5px;
	border-left: 1px solid #1967d2;
	border-bottom: 1px solid #1967d2;
	position: absolute;
	left: 3px;
	top: 3px;
	transform: rotate(-45deg);
	display: none;
}
.widget>ul>li {
	padding: 3px 3px 0;
	border-bottom: 1px dashed #e1cd85!important;
	max-width: max-content;
}
.widget_categories>ul>li.active>a {
	font-weight: normal;
	color: #1967d2;
}
.widget_categories>ul>li>a {
	*font-size: 15px;
	position: relative;
}
.widget_categories>ul>li>a {
	padding: 0;
	display: block;
	line-height: 1.3;
	color: #111;
}
.flatsome_recent_posts .recent-blog-posts-li {
	border: 0;
	margin: 0 0 15px;
}
.widget_categories>ul>li:not(:last-child) {
	margin: 0 0 8px;
}
ul.menu>li+li, .widget>ul>li+li {
	border: 0;
}
.widget .is-divider {
	height: 1px;
	opacity: .4;
	background: #111;
	max-width: 100%;
}
span.widget-title {
	font-size: 18px;
}
.blog-wrapper.blog-single :is(.large-12,.large-10) {
	box-shadow: 0 4px 20px 0 rgb(0 113 227 / 0%), 0 4px 12px 0 rgba(5, 31, 70, .25);
	padding-top: 15px;
	background: #fff;
}
.blog-single .is-divider {
	display: none;
}
.entry-content {
	padding: 0;
}
.footer {
	background: #e9e9e9;
	box-shadow: 0 -3px 6px rgba(0, 0, 0, .1);
	margin-top: 60px;

}
.menu-ft ul {
	list-style: none;
	display: flex;
	margin-left: -20px;
}
.menu-ft ul li{
	margin-right: 10px;
}
.form-dk input, .form-dk textarea{
	background: #f8f9fa;
	box-shadow: none;
	border-radius: 20px;
}
.wpcf7-spinner {
	display: none;
}
input[type=submit] {
	color: #111;
}
.menu-ft p{
	line-height: 16px;
}
.button.secondary:not(.is-outline){
	color: #111;
}
.tab-tt {
	top: -52px;
	position: relative;
}
.tab-tt .nav-outline>li.active>a {
	background: #57370d;
	border: none;
	color: #ffe998;
}
.tab-tt .nav-outline>li>a {
	border: none;
	background: #e9e9e9;
	margin: 0 5px;
	padding: 0 12px;
	color: #111;
	font-size: 13px;
}
.baiviet-lq .col-inner{
	background: #fff;
	padding: 15px 15px 0;
}
.entry-category.is-xsmall a {
	color: #e4a50d;
}
.entry-header-text {
	padding: 0;
}
.tab-thongtin .nav-vertical.nav-line>li>a:before {
	display: none;
}
.tab-thongtin .nav-pills.nav-vertical{
	background: #fff;
	padding: 10px 10px 0;
	margin-right: 15px;
}
.tab-thongtin .tab-panels {
	background: #fff;
	padding: 0;
}
.nav-pills > li.active > a{
	background-image: linear-gradient(180deg, #ffe998 -22%, #57370d 100%);
}
.nav-pills > li.active > a > span{
	color: #fff;
}
.nav-pills > li > a > span {
	font-size: 16px;
	padding: 5px 0;
	color: #111;
}
.tabbed-content h4{
	background: #fff;
	%width: 25%;
}
.tin-tuc {
	padding: 10px 10px 0;
}
.archive-page-header .page-title.is-large{
	display: none;
}
.loc-cm  .taxonomy-description{
	background: #fff;
	padding: 10px 0px 10px 10px;
	display: block;
}
.loc-cm ul{
	list-style: none;
	display: flex;
	margin-left: -10px;
	flex-flow: wrap;
	margin-right: -10px;
}
.loc-cm ul li {
	background-image: linear-gradient(180deg, #ffe998 -22%, #57370d 100%);
	margin: 5px 10px;
	color: #fff;
	padding: 5px 10px;
	border-radius: 3px;
	width: 31%;
	text-align: center;
}
.loc-cm ul li a{
	color: #fff;
}
.blog-wrapper.blog-archive .baivietlienquan{
	display: none;
}
.blog-archive .col.post-item .col-inner{
	background:#fff;
	transition:all 0.3s;
}
.blog-archive .col.post-item .col-inner:hover{
	background:rgb(240 240 240);
}
.archive-page-header{
	display: block !important;
}
.list-post-results {
	display: block;
	overflow: hidden;
	overflow-y: auto;
	width: 100%;
	max-height: 1000px;
}
.list-post-results::-webkit-scrollbar {
	width: 0;
}
.list-post-results .post-item{
	padding-left:0;
	padding-right:0;
}
.list-post-results .post-item .box-blog-post{
	display:flex;
}
.list-post-results .box-image{
	width:27%;
	flex-shrink:0;
}
.list-post-results .box-image .image-cover{
	padding-top:60%;
}
.list-post-results .post-item .box-text {
	padding:0 15px;
}
.list-post-results .post-item .from_the_blog_excerpt{
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	margin:0 0 5px 0;
}
.list-post-results .post-item .post-title {
	font-size:18px;
	margin:0px 0 5px;
}
.list-post-results .post-item .cat-label{
	color: #91560a;
	font-weight: 500;
	font-size: 14px;
	font-weight:500;
	opacity: 1;
}
.list-post-results .post-item .datePost{
	font-size:13px;
}
.list-post-results .post-item .col-inner{
	padding:16px 10px;
	border-bottom:1px dashed #e1cd85;
}
.sec-postT .searchandfilter > ul > li{
	padding-top:0;
}
.sec-postT .searchandfilter .sf-field-tag h4,.title-resu h4{
	font-size:17px;
	font-weight:500;
	text-transform:uppercase;
	padding:20px 0;
	border-bottom:1px solid #c1c7d0;
	margin:0;
}
.title-resu{
	padding:0 15px;
}
.sec-postT .sf-field-tag ul li{
	display:flex;
	align-items:center;
	padding:12px 0 0;
}
.sec-postT .sf-field-tag ul li input[type=checkbox]{
	width:18px;
	height:18px;
	margin:0 0 0 0;
}
.sec-postT .sf-field-tag ul li label{
	font-size:14px;
	font-weight:500;
}













/* ----------------------------------------------------------------------------------------------- */
.searchandfilter ul li{
	margin:0 !important;
}

.loc-archive .searchandfilter > ul{
	background:#fff;
	padding:10px 15px 30px;
}
.loc-archive .sf-field-tag h4{
	padding:0;
	font-size:18px;
	margin:0 0 5px 0;
}
.loc-archive .sf-field-tag ul{
	display:flex;
	flex-wrap:wrap;
	gap:12px 15px;
	margin-right:-15px;
}
.loc-archive .sf-field-tag ul li{
	width:calc(100% / 4 - 15px);
	padding:0;
	margin:0;
}
.loc-archive .sf-field-tag ul li input{
	display:none;
}
.loc-archive .sf-field-tag ul li label{
	padding:5px 14px;
	font-size:15px;
	border-radius: 8px;
	font-weight: 400;
	cursor:pointer;
	display:block;
	background:#e9e9e9;
	text-align:center;
}
.loc-archive .sf-field-tag ul li label:hover{
	background: #ddd;
	color: #1d1d1f;
}
.loc-archive .sf-field-tag ul li.sf-option-active label{
	background:#4c4c4c;
	color:#FFE998;
}
.loc-archive{
	margin-top:15px;
}
.loc-archive .searchandfilter > ul > li{
	padding:0;
}
/* ------------------------------------------------------------------------------------------------*/
.absolute-footer {
	color: #111 !important;
	padding: 10px 0;
}

.title-sec{
	font-size:26px;
	text-transform:uppercase;
}
.btn-show-loc {
	display:none;
}
.row.row-related{
	margin-top:30px;
}
.row.row-related > .col{
	max-width: 83.3333333333%;
	-ms-flex-preferred-size: 83.3333333333%;
	flex-basis: 83.3333333333%;
}
.related-gallery .gallery-item{
	padding:0;
	display:flex;
	flex-direction:column;
	max-width:100%;
}
.related-gallery .gallery-icon{
	position:relative;
	padding-top:75%;
	overflow:hidden;
	width:100%;
}
.related-gallery .gallery-icon a{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.related-gallery .gallery-icon a img{
	width:100%;
	height:100%;
	object-fit:cover;
}
.related-gallery .gallery-caption{
	flex:1;
	transition:all 0.3s;
	padding:10px;
	background:#fff;
}
.related-gallery .gallery-item:hover .gallery-caption{
	background:rgb(240 240 240);
}
.related-gallery .gallery-caption a:not(.xem-them){
	display:block;
	text-align:left;
	font-size:17px;
	font-weight:500;
	color:#000;
	transition:all 0.3s;
	line-height:1.3;
	margin:0 0 5px 0;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	min-height:45px;
}
.related-gallery .gallery-caption time{
	display:block;
	text-align:left;
}
.related-gallery .gallery-caption .the_excerpt{
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align:left;
	font-size:14.4px;
	line-height:1.35;
	margin:5px 0 0;
}

.related-gallery .owl-item{
	/* 	padding:0 15px; */
}







@media (min-width: 850px) {
	.nav-vertical+.tab-panels {
		border-left: 0;
	}
}
@media only screen and (max-width:849px){
	.nav-spacing-xlarge>li {
		margin: 0 7px;
	}
	.header-bottom .nav>li>a{
		font-weight:400;
	}
}
@media only screen and (max-width: 568px){
	.blog-dau .post-title {
		font-size: 26px !important;
	}
	.title-sec {
		font-size: 22px;
	}
	.col-video{
		padding-bottom:30px;
	}

	.box-vertical .box-image {
		width: 60% !important;
	}
	.box-list-view .box, .box-vertical {
		display: flex;
		width: 100%;
	}
	.post-title.is-large {
		font-size: 16px;
	}
	.cat-label.op-7 {
		font-size: 9px;
	}
	.box.box-vertical .image-cover{
		height: 100px;
	}
	.blog-wrapper .box.box-vertical .box-text{
		padding: 10px;
	}
	.blog-wrapper .post-sidebar {
		padding-top: 30px;
	}
	.menu-ft ul li {
		margin-right: 0;
		font-size: 15px;
	}
	.tab-tt {
		top: 0;
		position: relative;
	}
	.tab-tt .nav-outline>li a{
		font-size: 11px;
		margin: 0 3px;
		padding: 0 8px;
	}
	.page-wrapper {
		padding-left: 10px;
		padding-right: 10px;
	}

	.nav-pills > li > a > span {
		font-size: 10px;
		padding: 0;
	}
	.nav-pills > li.active > a {
		max-width: max-content;
	}

	.tab-thongtin .nav-pills.nav-vertical {
		margin-right: 0;
	}
	.loc-cm ul li {
		width: 46%;
		margin: 5px 5px;
		font-size: 14px;
	}
	.loc-cm ul {
		/* display: block; */
		margin-right: -10px;
	}
	.loc-cm ul li a{
		font-size: 12px;
	}
	.header-bottom-nav {
		display: flex;
		flex-flow: nowrap;
		overflow-x: scroll;
		justify-content: flex-start;
	}
	.header-bottom-nav::-webkit-scrollbar {
		width: 0;
		height:0;
	}
	.header-bottom-nav li{
		width: max-content;
		font-size: 11.5px!important;
	}
	.nav-spacing-xlarge>li {
		margin: 0 2px!important;
	}
	.header-bottom .nav li:first-child {
		display: none;
	}
	.header-bottom .container {
		padding-left: 0;
		padding-right: 0;
	}
	.header-bottom > .container > .flex-grow
	{
		width:100%;
	}
	.header-bottom .nav>li>a{
		white-space:nowrap;
	}
	.box-text {
		/* 		font-size: 70%; */
	}
	.col-loc-post .sf-field-tag ul{
		position:relative;
		height:152px;
		overflow:hidden;
		overflow-y:scroll;
	}

	.btn-show-loc{
		display:block;
		text-align:center;
		padding:5px 15px;
		background:#efefef;
		border-radius:5px;
	}
	.btn-show-loc.active i:before{
		content:'\f0d8';
	}
	.loc-archive .searchandfilter > ul {
		padding: 10px 15px 10px;
	}
	.loc-archive .sf-field-tag ul {
		gap: 12px 12px;
		margin-right: -12px;
		height:83px;
		overflow-y:scroll;
	}
	.loc-archive > .large-10{
		padding-left:0;
		padding-right:0;
	}
	.blog-wrapper.blog-archive .col.post-item{
		padding-left:0 !important;
		padding-right:0 !important;
	}
	.loc-archive .sf-field-tag ul li {
		width: calc(100% / 2 - 12px);
	}
	.sf-field-tag ul.active,.loc-archive .sf-field-tag ul.active{
		overflow:unset;
		height:auto !important;
	}

}


@media screen and (min-width: 550px) {
	.box-list-view .box .box-image, .box-vertical .box-image {
		width: 27% !important;
	}
}
.phone-vr-circle-fill {
	animation: none;
}
.phone-vr-img-circle {
	animation: none;
}
.sec-datlich :is(.col-form > .col-inner,.col-img > .col-inner){
	height:100%;
	border-radius:30px;
	overflow:hidden;
}
.sec-datlich .col-img :is(.img,.img-inner,img){
	height:100%;
	object-fit:cover;
}
.sec-datlich .col-form > .col-inner{
	border:1px solid #e5e5e5;
	padding:50px;
	background:#fff;
}
.sec-datlich .col-form .txt-title h3{
	font-size:26px;
	line-height:1.35;
	margin:0 0 10px;
}
.form-tu-van p.label{
	font-size:16px;
	font-weight:500;
	margin:0 0 5px;
}
.form-tu-van :is(input,textarea){
	transition:all 0.3s;
	border:1px solid #F5F5F3;
	box-shadow:none !important;
	background:#F5F5F3 !important;
	border-radius:99px;
	margin-bottom:20px;
}
.form-tu-van :is(input,textarea):focus{
	border-color:#b2976f;
}
.form-tu-van textarea{
	min-height:100px;
	border-radius:20px;
}
.form-tu-van input{
	height:55px;
}
.form-tu-van input[type=submit]{
	font-weight:500;
	color:#ffff;
	border:none;
	text-transform:inherit;
	font-size:16px;
	background-color:#855917 !important;
	margin:0 !important;
	padding:0 35px;
}

.sec-datlich .box-follow .box .box-image{
	width:150px !important;
	border-radius:50%;
	border:1px solid #b2976f;
	background:#fff;
	padding:10px;
}
.sec-datlich .box-follow .icon-box .icon-box-img{
	width:30px !important;
}
.sec-datlich .box-follow .icon-box .icon-box-text{
	display:flex;
	align-items:center;
	justify-content:center;
}
.sec-datlich .box-follow .icon-box .icon-box-text p{
	padding: 5px 10px;
	border-radius: 5px;
	font-weight:500;
	min-width:85px;
	text-align:center;
}
.sec-datlich .box-follow.facebook .icon-box .icon-box-text p{
	background: #a9e0e8;
	color: #3b5998;
}
.sec-datlich .box-follow.youtube .icon-box .icon-box-text p{
	background: #e21a20;
	color: #fff;
}
.sec-datlich .box-follow .txt-title p{
	margin:0 0 10px;
}
#button-contact-vr #contact-vr .phone-vr-img-circle > a{
	font-size: 12px;
	line-height: 1.1;
	color: #fff;
	text-align: center;
	font-weight: 300;
	display: flex;
	align-items: center;
}
#button-contact-vr #contact-vr .phone-vr-img-circle > a:before{
	content:'Nhận tư vấn';
	font-size: 12px;
	line-height: 1.1;
	color: #fff;
}
#button-contact-vr #contact-vr .phone-vr-img-circle > a img{
	display:none;
}








.has-dropdown .icon-angle-down {
	display: none;
}
.nav-dropdown-has-border .nav-dropdown {
	border: 0;
	z-index:99;
}
.nav-dropdown-has-arrow.nav-dropdown-has-border li.has-dropdown:before, .nav-dropdown-has-arrow li.has-dropdown:after {
	display: none;
}
.nav-dropdown-default {
	padding: 0;
	background: #4c4c4c;
}
.nav-dropdown.nav-dropdown-default>li>a{
	color: #fff;
	padding-left: 10px;
	padding-right: 10px;
	margin: 0;
	font-size: 15px;
}
.nav-dropdown li:hover{
	background: #111;
}
.nav-dropdown li:hover a{
	color: #FFE998 ;
}
.off-canvas-left .mfp-content {
	width: 310px;
}
.row.post-home{
	margin:0 !important;
}
.title-cat{
	text-align:center;
	text-transform:uppercase;
	margin:0 0 20px 0;
}
.blog-archive .large-10.list-post{
	max-width: 100%;
	flex-basis: 100%;
}
.blog-archive .list-post .post-item .box-text{
	padding:10px;
}
.blog-archive .list-post .post-item{
	padding-bottom:30px;
}
.mota-user{
	width:100%;
	max-width:500px;
	margin-left:auto;
}
.mota-user .author{
	font-weight:600;
}
.widget-area {
	border: 1px solid #4c4c4c;
	padding: 10px 10px 0;
	border-radius: 5px;
}
.widget-area ul.menu>li>a{
	color: #111;
}
#nav_menu-3 span.widget-title {
	font-size: 16px;
}

.pum-close.popmake-close{
	background-color:#855917 !important;
	margin:0 !important;
	font-size:16px !important;
	line-height:unset !important;
	display:flex;
	align-items:center;
	justify-content:center;
}
.form-popup :is(input,textarea){
	box-shadow:none !important;
	border:none;
	background:#ededed !important;
	border:1px solid #ededed;
	border-radius:99px;
	margin-bottom:20px;
}
.form-popup :is(input:not([type=submit]),textarea):focus{
	border-color: #855917 !important;
}
.form-popup textarea{
	border-radius:20px;
	resize:none;
}
.form-popup input{
	height:45px;
}
.form-popup input[type=submit]{
	margin:0;
	width:100%;
	background:#855917 !important;
	font-weight:500;
	font-size:16px;
	color:#fff;
	border:none !important;
	text-transform:initial;
}
.row-popup .col-left{
	max-width: 55%;
	flex-basis: 55%;
}
.row-popup .col-right{
	max-width: 45%;
	flex-basis: 45%;
}
.row-popup .txt-title p{
	font-size:18px;
	line-height:1.35;
	margin:0 0 15px;
	text-transform:uppercase;
	font-weight:500;
	color:#855917;
}
.row-popup .img.img-form{
	border-radius:10px;
	overflow:hidden;
}
.row-popup .countdown {
	display:flex;
	justify-content:center;
	gap:20px;
}
.row-popup .countdown .box-time{
	display:flex;
	flex-direction:column;
	align-items:center;
	gap:5px;
}
.row-popup .countdown .box-time .time{
	display:flex;
	align-items:center;
	justify-content:center;
	width:50px;
	height:50px;
	background:#855917;
	color:#fff;
	border-radius:50px;
	font-size:20px;
	font-weight:600;
}
@media only screen and (max-width:849px){
	.blog-archive .list-post .post-item{
		padding-bottom:30px;
	}
	.row.row-related{
		padding-left:15px;
		padding-right:15px;
	}
	.row.row-related > .col{
		max-width: 100%;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
	}
}
@media only screen and (max-width:568px){
	.row.post-home .box-text{
		padding:0 0 0 10px;
	}
	.row.post-home .col.post-item{
		padding:0;
	}
	.blog-archive .list-post .post-item{
		max-width: 100%;
		flex-basis: 100%;
	}
	.row.row-related {
		padding-left: 0;
		padding-right: 0;
	}
	.sec-datlich .col-form > .col-inner {
		padding: 25px;
	}
	.sec-datlich .col-form .txt-title h3 {
		font-size: 20px;
	}
	.sec-datlich .col-form .txt-title p{
		font-size:15px;
	}
	.sec-datlich .box-follow .box .box-image {
		width: 120px !important;
	}
	.sec-datlich .box-follow .icon-box .icon-box-text {
		padding: 0 0 0 8px;
	}
	.row-popup .col-left,
	.row-popup .col-right{
		max-width: 100%;
		flex-basis: 100%;
	}
	.row-popup .txt-title p {
		font-size: 20px;
	}
}