/*
Theme Name:   Flatsome Child - Maxweb
Theme URI:    https://maxweb.vn
Description:  Child theme của Flatsome dùng cho khung web mẫu chuẩn nhận diện Maxweb. Kỹ thuật tùy biến code tại đây, không sửa trực tiếp theme cha để đảm bảo cập nhật an toàn.
Author:       Maxweb
Author URI:   https://maxweb.vn
Template:     flatsome
Version:      1.0.0
Text Domain:  flatsome-child
*/

@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

/* =========================================================
BIẾN MÀU NHẬN DIỆN MAXWEB
Đổi nhanh nhận diện toàn site tại đây (hoặc chỉnh trong
plugin Maxweb Setting). Khi có mã màu chính thức của khách,
thay giá trị bên dưới.
========================================================= */
:root {
	--mw-primary: #e30613;      /* Đỏ chủ đạo Maxweb (nút, hotline) */
	--mw-primary-dark: #b30410;
	--mw-secondary: #0068ff;    /* Xanh Zalo / phụ */
	--mw-dark: #1f2733;
	--mw-light: #f7f7f7;
	--do:#f72816;
	--vang:#e3ab27;
	--xanh:#546b76;
}

/* =========================================================
CSS TÙY BIẾN CHUNG
Ghi chú: CSS chi tiết nên viết trong assets/css/custom.css
để dễ quản lý. File style.css này chủ yếu khai báo theme.
========================================================= */
*{
	text-underline-offset: 4px;
}
html,body,span,label,a,p,button,b,div{
	font-family: "Inter", sans-serif;
}
h1,h2,h3,h4,h5,h6,.nav > li > a,nav,li{
	font-family: "Inter", sans-serif !important;
}
h1,h2,h3,h4,h5,h6,.uppercase{
	line-height:inherit;
}
:is(.icon-box,.single-page,.box) :is(h1,h2,h3, h4, h5, h6){
	line-height:1.3;
}
.uxb-draggable *{
	pointer-events:initial !important;
}
b,strong{
	font-weight:bold;
}
form{
	margin:0 !important;
}
form .wpcf7-acceptance{
	display:block;
	margin-bottom:16px;
}
form .wpcf7-acceptance a{
	text-decoration:underline;
	font-weight:500;
	color:#0064e0 !important;
}
form .wpcf7-acceptance input[type=checkbox]{
	height: initial !important;
	margin:0 6px 0 0;
}
form .wpcf7-acceptance .wpcf7-list-item{
	margin:0;
}
form .wpcf7-acceptance .wpcf7-list-item-label{
	font-weight:400;
	line-height:1.35;
}
form input:not([type=submit]),textarea,select{
	box-shadow:none !important;
}
input[type=submit],
form.wpcf7-form button[type=submit]{
	margin:0;
}
form.wpcf7-form input:not([type="checkbox"]):not([type="radio"]),
form.wpcf7-form select,
form.wpcf7-form textarea,
form.wpcf7-form button {
	border-radius: 5px;
}

form.wpcf7-form input:not([type="checkbox"]):not([type="radio"]),
form.wpcf7-form select,
form.wpcf7-form button {
	height: 45px;
}
form.wpcf7-form p.label{
	font-weight:500;
	margin:0 0 3px;
}
form.wpcf7-form .wpcf7-acceptance label{
	font-size:14px;
	font-weight:400;
	line-height:1.35;
	display:flex;
}
.form-flex{
	display:flex;
	flex-wrap:wrap;
	gap:0 15px;
	justify-content:space-between;
}
.form-flex .r50{
	width:calc(50% - calc(15px / 2));
}
.form-flex .r100{
	width:100%;
}
.btn-submit-center input[type=submit]{
	margin:0 auto;
	display:block;
}
.input-w100 input{
	width:100%;
}
.txt-jus{
	text-align:justify;
}
.txt-jus :is(h1,h2,h3,h4,h5,h6){
	text-align:left;
}
a{
	cursor:pointer;
	transition:all 0.3s;
}
.w100{
	width:100% !important;
}
.btn-m0{
	margin:0 !important;
}
.btn-hover-boxshadow{
	box-shadow:none !important;
}
.btn-hover-boxshadow:hover{
	box-shadow: 2px 10px 25px 0 rgba(0,0,0,.2) !important;
}
.btn-f14{
	font-size:14px !important;
}
.btn-f15{
	font-size:15px !important;
}
.btn-f16{
	font-size:16px !important;
}
.wpcf7-spinner,.product-images .image-tools.bottom.left,.post-item .is-divider,aside > .is-divider,.entry-header .is-divider{
	display:none !important;
}
.section-content{
	z-index:unset !important;
}
.dark, .dark p, .dark td{
	color:#fff;
}
.pd-b0,.ga-pd-b0 .col{
	padding-bottom:0 !important;
}
.last-child-mb0 >*:last-child{
	margin-bottom:0 !important;
}
.ul-mb0 ul{
	margin-bottom:0;
}
.banner :is(h1,h2,h3,h4,h5,h6,p){
	margin-top:0;
}
.p-mb0 p,.title-mb0 :is(h1,h2,h3,h4,h5,h6){
	margin-bottom:0 !important;
}
.p-mb5 p,.title-mb5 :is(h1,h2,h3,h4,h5,h6){
	margin-bottom:5px !important;
} 
.p-mb10 p,.title-mb10 :is(h1,h2,h3,h4,h5,h6){
	margin-bottom:10px !important;
}
.p-mb15 p,.title-mb15 :is(h1,h2,h3,h4,h5,h6){
	margin-bottom:15px !important;
}
.p-mb20 p,.title-mb20 :is(h1,h2,h3,h4,h5,h6){
	margin-bottom:20px !important;
}
.p-mb25 p,.title-mb25 :is(h1,h2,h3,h4,h5,h6){
	margin-bottom:25px !important;
}
.p-w400 p, .title-w400 :is(h1,h2,h3,h4,h5,h6),
.btn-w400,.strong-w400 strong{
	font-weight:400 !important;
}
.p-w500 p, .title-w500 :is(h1,h2,h3,h4,h5,h6),
.btn-w500,.strong-w500 strong{
	font-weight:500 !important;
}
.p-w600 p,.title-w600 :is(h1,h2,h3,h4,h5,h6),
.btn-w600,.strong-w600 strong{
	font-weight:600 !important;
}
.p-w700 p,.title-w700 :is(h1,h2,h3,h4,h5,h6),
.btn-w700{
	font-weight:700 !important;
}
.p-w800 p,.title-w800 :is(h1,h2,h3,h4,h5,h6),
.btn-w800{
	font-weight:800 !important;
}
.p-w900 p,.title-w900 :is(h1,h2,h3,h4,h5,h6),
.btn-w900{
	font-weight:900 !important;
}
.title-f30 :is(h1,h2,h3,h4){
	font-size:30px;
}
.title-f20 :is(h1,h2,h3,h4){
	font-size:20px;
}
.title-f16 :is(h1,h2,h3,h4){
	font-size:16px;
}
.is-uppercase, .uppercase{
	line-height:inherit;
	letter-spacing:inherit;
}
.col-h100 > .col-inner{
	height:100%;
}
.col-hide > .col-inner{
	overflow:hidden;
}
.col .col-inner > .is-border{
	z-index:1;
	pointer-events:none !important;
}
.col-float-left > .col-inner{
	margin-left:0 !important;
	margin-right:auto !important;
}
.col-center > .col-inner{
	margin-left:auto !important;
	margin-right:auto !important;
}
.col-float-right > .col-inner{
	margin-left:auto !important;
	margin-right:0 !important;
}
.img-h100 :is(.img,.img-inner){
	height:100%;
}
.img-h100 img{
	height:100%;
	object-fit:cover;
}
.img-white img{
	filter: brightness(0) invert(1);
	-webkit-filter: brightness(0) invert(1);
}
.absolute-footer{
	background-color:var(--xanh) !important;
	display:none;
	padding:0;
}
.footer-secondary{
	display:none;
}
.footer-primary,.copyright-footer{
	width:100%;
	text-align:center;
	color:#ffffff;
	position:relative;
}
.footer-primary{
	padding:10px 0 15px;
}
.blog-wrapper{
	padding-bottom:0;
	overflow:hidden;
}
.single-page{
	text-align:justify;
	padding-top:45px;
}
.single-page figure{
	margin-left:auto;
	margin-right:auto;
}
#top-link{
	width: 45px;
	height: 45px;
	border-radius: 5px !important;
	border: none !important;
	margin:0;
	color: #fff !important;
	background: url(/wp-content/uploads/2026/08/top.png) var(--xanh);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	right: 15px;
	min-width:unset;
	bottom:70px;
}
#top-link i{
	display:none;
}
table {
	border:1px solid #e2e2e2;
	border-collapse: collapse;
}
table :is(th,td){
	border:1px solid #e2e2e2;
	padding:12px !important;
	color:inherit;
	font-size:inherit;
}
.row-full-width{
	margin-left:0 !important;
	margin-right:0 !important;
}
.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;
}
.accordion button.toggle{
	pointer-events:none !important;
}
blockquote{
	font-size:initial;
	font-style:initial;
}
.map :is(p,iframe){
	width:100%;
	height:100%;
	margin:0;
}
.pum-overlay.pum-overlay-disabled {
	visibility: inherit !important;
}
.pum-container{
	max-height:90vh;
	overflow-y:auto !important;
	scrollbar-width: none;
}
.pum-container::-webkit-scrollbar {
	display: none;
}
.button.btn-center,
.text-center .button.btn-center{
	display:block;
	width:max-content;
	margin:0 auto !important;
	margin-left:auto !important;
	margin-right:auto !important;
}
.icon-box.icon-center .icon-box-img :is(.icon,.icon-inner){
	width:100%;
	height:100%;
	display:flex;
	align-items:center;
	justify-content:center;
}
.icon-box.icon-center img{
	padding-top:0;
}
.icon-box.icon-txt-center .icon-box-text{
	display:flex;
	flex-direction:column;
	justify-content:center;
}
.flatpickr-current-month{
	display:flex;
}
.flatpickr-time input{
	border:none !important;
	box-shadow:none !important;
	height:100%;
}
.price del{
	text-decoration:unset;
}
.price del bdi{
	text-decoration:line-through;
}
del span.amount{
	opacity:1;
}
form .variations tbody tr th label{
	margin: 10px 0 0;
	text-transform: initial;
	font-size: 15px;
	font-weight: 400;
}
form .variations tbody tr th label {
	margin: 0;
	text-transform: initial;
	font-size: 16px;
	font-weight: 700;
}
form .variations li.variable-item {
	width: unset !important;
	height: unset !important;
	border-radius: 5px !important;
	padding: 5px 15px !important;
	position: relative;
	min-height: 42px;
}
form .variations tbody tr td ul li {
	box-shadow: none !important;
	border: 1px solid #e5e5e5;
	margin: 0 10px 10px 0 !important;
}
form .variations li.variable-item.selected {
	color: #000;
	border-color: var(--do);
}
form .variations li.variable-item.selected:after{
	content: '';
	position: absolute !important;
	bottom: 0px;
	right: 0px;
	width: 15px;
	height: 15px;
	background: var(--do);
	clip-path: polygon(100% 0, 0% 100%, 100% 100%);
	z-index:1;
}
form .variations li.variable-item.selected:before {
	content: '\f00c';
	font-family: 'Fontawesome' !important;
	position: absolute !important;
	bottom: 0px;
	right: 1px;
	color: #fff;
	font-size: 7px;
	z-index:2;
}
form .variations li.variable-item span{
	font-size:15px;
	font-weight:500;
}
.cart,.woocommerce-variation-add-to-cart{
	justify-content:space-between;
	gap:15px 10px !important;
}
.cart .ux-quantity{
	width:100%;
	align-items:center;
}
.cart .ux-quantity:before{
	content:'Số lượng:';
	font-size:15px;
	margin:0 10px 0 0;
}
.cart .ux-quantity input{
	height:40px;
	width:33px;
	flex-shrink:0;
	max-width:unset;
	font-size:16px;
}
.cart .ux-quantity input[type=number]{
	width:80px;
}
.cart .ux-quantity input.minus{
	border-radius:5px 0 0 5px;
}
.cart .ux-quantity input.plus{
	border-radius:0 5px 5px 0;
}
.woocommerce-product-gallery{
	border:1px solid #ddd;
	background:#F6F8FA;
}
.woocommerce-product-gallery .woocommerce-product-gallery__image a{
	position:relative;
	padding-top:100%;
	display:block;
	width:100%;
}
.woocommerce-product-gallery .woocommerce-product-gallery__image a img{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	object-fit:cover;
}
#button-contact-vr {
	z-index: 9;
}
.post-item .col-inner{
	height:100%;
	transition:all 0.3s;
}
.post-item .post-title{
	margin:0 0 12px;
	font-weight:500;
	font-size:18px;
}
.post-item .post-title a{
	margin:0;
	color:#014362;
	line-height:1.35;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	transition:all 0.3s;
}

.post-item .from_the_blog_excerpt {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
a.button i.icon-angle-right:before{
	content:'\f061';
	font-family: 'fontawesome';
}

/* Header */
#logo img{
	filter: brightness(0) invert(1);
	-webkit-filter: brightness(0) invert(1);
}
.header-nav-main > li{
	margin:0;
}
.header-nav-main > li > a{
	padding-left:16px;
	padding-right:16px;
	font-size:14.4px;
	font-weight:600;
	color:#fff !important;
}
.header-nav-main .sub-menu{
	display:flex;
	flex-direction:column;
	padding:10px 0 !important;
	border-radius:6px;
	background-color: #222;
	box-shadow: 0 0 3px 2px rgba(0, 0, 0, .06) !important;
	width:260px;
}
.header-nav-main .sub-menu li{
	position:relative;
	width:100%;
}
.header-nav-main .sub-menu li a{
	margin:0;
	width:100%;
	padding:10px 15px;
	color:#fff;
	border:0 !important;
	font-size:14px;
	font-weight:400 !important;
	text-transform:initial;
	white-space: break-spaces;
	position:relative;
}
.header-nav-main .sub-menu li:hover > a{
	background:#2f2f2f;
}
.header-nav-main .sub-menu .sub-menu{
	position:absolute;
	left:100%;
	top:0;
	opacity:0;
	visibility:hidden;
}
.header-nav-main .sub-menu li:hover > .sub-menu{
	opacity:1;
	visibility:visible;
}
.header-nav-main .sub-menu li.menu-item-has-children > a:before{
	content:'\f105';
	font-family:'fontawesome';
	position:absolute;
	top:50%;
	transform:translatey(-50%);
	right:15px;
	transition:all 0.3s;
	font-size:11px;
}
.header-nav-main .sub-menu li.menu-item-has-children > a:hover:before{
	transform:translatey(-50%) translatex(3px);
}
.header.transparent{
	border-bottom:1px solid rgba(0, 0, 0, .1) !important;
}
.header.transparent:hover .header-wrapper{
	background-color:rgba(22,22,22,.2) !important;
}
.gtranslate_wrapper{
	display:flex;
	align-items:center;
	gap:5px;
}
.gtranslate_wrapper a img{
	opacity:1 !important;
}

.btn-style-hover{
	position:relative;
	overflow:hidden;
}
.btn-style-hover:before{
	width: 150%;
	height: 150%;
	left: -250%;
	top: -25%;
	content: '';
	display: block;
	position: absolute;
	opacity: .4;
	background: linear-gradient(to right, rgba(0, 0, 0, 0) 0, #fff 50%, rgba(0, 0, 0, 0) 100%);
	pointer-events:none;
}
.btn-style-hover:hover:before{
	left: 100%;
	top: 0;
	transition: left .6s, top .6s;
}
.btn-hotline-header{
	margin-left:22px;
	border-radius:99px;
	border:1px solid #fff;
}
.btn-hotline-header a{
	display:block;
	padding:8px 20px;
	background: transparent;
	color:#fff;
	font-weight:600;

}
.btn-hotline-header a i{
	margin-right:6px;
}



/*  */
.sec-page-banner{
	padding-top:150px !important;
	padding-bottom:150px !important;
}
.sec-page-banner .row-content{
	max-width:1200px !important;
}
.sec-page-banner .title-page h1{
	font-size:36px;
	font-weight:600;
	text-transform:uppercase;
	margin:0;
	text-align:center;
	color:#fff;
	line-height:1.35;
	letter-spacing:-0.8px;
}
.blog-single .sec-page-banner .title-page h1{
	text-transform:initial;
}




/* Trang liên hệ */
.sec-content-lh .col-item > .col-inner{
	height:100%;
	padding:40px 20px;
	border:1px solid #e1e1e1;
	transition:all 0.3s;
	background:#fff;
}
.sec-content-lh .col-item > .col-inner:hover{
	background: #F8F8F8;
}
.sec-content-lh .col-item .icon-box h3{
	font-weight:400;
	font-size:18px;
}
.sec-content-lh .col-item .icon-box p{
	font-size:16px;
	margin:0 0 8px;
	font-weight:600;
	color:#333;
}
.sec-content-lh .col-item .icon-box p a{
	color:#333;
}
.sec-content-lh .col-item .icon-box p a:hover{
	text-decoration:underline;
}

/* Trang giới thiệu */
.sec-content-gt .ux-menu {
	border: 1px solid rgba(0,0,0,.125);
	border-radius:5px;
	overflow:hidden;
}
.sec-content-gt .ux-menu .ux-menu-title{
	background:var(--xanh);
	color:#fff;
	min-height:unset;
	padding:12px 20px;
	text-transform:initial;
	font-size:16px;
}
.sec-content-gt .ux-menu .ux-menu-link {
	border-top:1px solid rgba(0,0,0,.125);
}
.sec-content-gt .ux-menu .ux-menu-link a{
	min-height:unset;
	line-height:1.4;
	padding:12px 20px;
}


/* Trang dự án */
.project-item {
	display:flex;
	flex-wrap:wrap;
	position:relative;
}
.project-item .project-image{
	width:50%;
	flex-shrink:0;
	padding-right:15px;
	position:relative;
}
.project-item .project-content{
	width:50%;
	flex-shrink:0;
}
.project-item .project-image .project-image-inner{
	position:relative;
	overflow:hidden;
	padding-top:100%;
}
.project-item .project-image .project-image-inner img{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	object-fit:cover;
	transition:all 0.5s;
}
.project-item:hover .project-image .project-image-inner img{
	transform:scale(1.1);
}
.project-item .project-content{
	display:flex;
	flex-direction:column;
	justify-content:center;
}
.project-item .project-content .project-title{
	font-size:21px;
	font-weight:600;
	margin:0 0 10px;
	line-height:1.35;
}
.project-item .project-content .project-title a{
	color:var(--xanh);
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.project-item .project-excerpt{
	font-size:14.4px;
	margin:0 0 30px;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.project-item .project-button{
	width:max-content;
	transition:all 0.3s;
}
.project-item .project-button:hover {
	box-shadow: 2px 10px 25px 0 rgba(0, 0, 0, .2) !important;
}
.project-item .project-button a{
	display:block;
	padding:8px 15px;
	width:100%;
	min-width:180px;
	text-align:center;
	font-size:14px;
	font-weight:600;
	background:var(--xanh);
	color:#fff;
	border-radius:5px;
	text-transform:uppercase;
}

.project-pagination ul.page-numbers{
	margin:0;
	list-style:none;
	display:flex;
	align-items:center;
	justify-content:center;
	flex-wrap:wrap;
	gap:12px;
	padding:15px 0 0;
}
.project-pagination ul.page-numbers li{
	margin:0 !important;
}
.project-pagination ul.page-numbers li :is(span,a){
	display:flex;
	align-items:center;
	justify-content:center;
	width:35px;
	height:35px;
	border:1px solid #e2e2e2;
	border-radius:5px;
	font-weight:500;
	background:#fff;
}
.project-pagination ul.page-numbers li a:hover{
	border-color:var(--xanh);
	color:var(--xanh);
}
.project-pagination ul.page-numbers li span{
	border-color:var(--xanh);
	background:var(--xanh);
	color:#fff;
}

/* Chi tiết dự án */
.du-an-header.sec-page-banner{
	background: url(/wp-content/uploads/2026/08/bg-banner-page.webp);
	background-position: 50% 50%;
	background-size: cover;
}
.du-an-header h1.du-an-title{
	text-transform:initial;
	margin:0 0 15px;
}
.du-an-header .du-an-breadcrumb{
	line-height:1.35;
	margin:0 0 24px;
}
.du-an-header .du-an-breadcrumb :is(a, span){
	color: #e4e4e4;
	font-size: 13px;
}
.du-an-header .du-an-breadcrumb a:hover{
	color: #fff;
}
.du-an-header .du-an-breadcrumb span{
	color:#fff;
}
.du-an-header .du-an-breadcrumb span.divider{
	margin:0 5px;
	color: #e4e4e4 !important;
}
.du-an-header .du-an-description{
	color:#fff;
	margin:0;
}

.du-an-content{
	padding-top:30px;
}
.du-an-gallery {
	margin-left: -5px;
	margin-right: -5px;
}

.du-an-gallery-item {
	width: 25%;
	padding: 5px;
	box-sizing: border-box;
}
.du-an-gallery .box-img {
	width: 100%;
	height: auto !important;
	padding-top: 0 !important;
}
.du-an-gallery .box-img img {
	display: block;
	position: static !important;
	width: 100%;
	height: auto !important;
	object-fit: initial;
}



/* Chuyên mục Tin tức */
.blog-wrapper{
	padding-top:0;
}
.blog-wrapper .sec-page-banner{
	background: url(/wp-content/uploads/2026/08/bg-banner-page.webp);
	background-position:50% 50%;
	background-size:cover;
}
.blog-archive .row-main{
	max-width: 1000px !important;
}
.blog-archive .row-main > .col{
	padding-top:30px;
	padding-right:30px;
}
.blog-archive .row-main .post-sidebar{
	border-left:1px solid #eaeaea;
	padding-right:15px;
	padding-left:30px;
}
.blog-archive .row-main .post-sidebar:before{
	content:'';
	position:absolute;
	top:0;
	left:0;
	height:100%;
	width:100vw;
	background:#f8f8f8;
	z-index:1;
}
.blog-archive .row-main .post-sidebar > *{
	position:relative;
	z-index:2;
}
.blog-archive .row-main .post-sidebar .post-item{
	padding-bottom:0;
}
.blog-archive .row-main .post-sidebar .post-item .col-inner{
	height:unset;
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom:1px dashed #f2f2f2;
}
.blog-archive .row-main .post-sidebar .post-item .box-image{
	display:none;
}
.blog-archive .row-main .post-sidebar .post-item .box-text{
	padding:0;
}
.blog-archive .row-main .post-sidebar .post-item .post-title{
	margin:0;
	font-size:15px;
	font-weight:400;
}
.blog-archive .row-main .post-sidebar .post-item .post-title a{
	color:#000;
}
.blog-archive .row-main .post-sidebar .post-item .post-title a:hover{
	color:var(--xanh);
}
.row-sidebar .txt-title{
	margin:0 0 15px;
}
.row-sidebar .txt-title p{
	margin:0;
	text-transform:uppercase;
	font-weight:500;
	color:#4264d1;
}
aside{
	margin:0 !important;
}
#post-list .post-item .box{
	display:flex;
}
#post-list .post-item .box .box-image{
	width:35% !important;
	flex-shrink:0;
	display:block;
}
#post-list .post-item .image-cover{
	padding-top:65% !important;
}
#post-list .post-item .col-inner:hover .box-image img{
	transform:scale(1.1);
}
#post-list .post-item .box-text{
	padding:0 0 0 18px;
}


/* Danh mục sản phẩm */
.sec-page-banner.banner-shop{
	background: url(/wp-content/uploads/2026/08/bg-banner-page.webp);
	background-position:50% 50%;
	background-size:cover;
}
.sec-page-banner.banner-shop .title-page h1{
	text-transform:capitalize;
	letter-spacing: 2px;
}
.category-page-row{
	max-width:1200px !important;
	padding-top:45px;
}
.category-page-row h2.title-product-cat{
	font-size:30px;
	line-height:1.35;
	margin:0 0 30px;
	color:#333;
}

.products.row-small {
	margin-left: -15px !important;
	margin-right: -15px !important;
}
.products.row-small > .product-small.col{
	padding:0 15px 30px;
}
.products .product-small .box-image a{
	display:block;
	position:relative;
	overflow:hidden;
	padding-top:56.25%;
}
.products .product-small .box-image a img{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	object-fit:cover;
}

/* Box product */
.product-small .col-inner{
	border:1px solid #eaeaea;
	background:#F8F8F8;
	height:100%;
}
.mw-product-gallery .mw-product-gallery-item{
	position:relative;
	padding-top:56.25%;
	overflow:hidden;
}
.mw-product-gallery .mw-product-gallery-item img{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	object-fit:cover;
}
.mw-product-gallery .owl-nav button{
	width:30px;
	height:60px;
	background-color:#151515 !important;
	color:#fff !important;
	display:flex;
	align-items:center;
	justify-content:center;
	opacity:0;
	visibility:hidden;
	transition:all 0.3s;
}
.mw-product-gallery:hover .owl-nav button{
	opacity:0.6;
	visibility:visible;
}
.mw-product-gallery .owl-nav button:hover{
	opacity:1 !important;
}
.mw-product-gallery .owl-nav button.owl-prev{
	left:0;
}
.mw-product-gallery .owl-nav button.owl-next{
	right:0;
}
.product-small .box-text{
	padding:15px 30px;
}
.product-small .product-title{
	margin:0 0 10px;
	font-size:22px;
	font-weight:600;
}
.product-small .product-title a{
	color:#000;
}
.product-small .product-title a:hover{
	color:var(--xanh);
}
.product-small .btn-view-pro{
	width:max-content;
	max-width:100%;
	border-radius:6px;
	transition:all 0.3s;
	margin:24px 0 0;
}
.product-small .btn-view-pro:hover{
	box-shadow:2px 10px 25px 0 rgba(0,0,0,.2) !important;
}
.product-small .btn-view-pro a{
	background:var(--xanh);
	color:#fff;
	padding:10px 40px;
	font-weight:600;
	text-transform:uppercase;
	margin:0;
}


/* Chi tiết sản phẩm */
.sec-page-banner.banner-product-detail{
	background:#333;
	background-position: 50% 50%;
	background-size: cover;
}
.sec-page-banner.banner-product-detail .title-page h1{
	letter-spacing:2px;
}
.sec-page-banner.banner-product-detail .banner-product-description{
	color:#fff;
	padding-top:24px;
	text-align:center;
}
.sec-content-product .row-top .col-img{
	padding-right:0;
}
.sec-content-product .row-top .col-txt{
	padding-left:0;
}
.row-top .mw-product-gallery .mw-product-gallery-item {
	padding-top: 75%;
}
.sec-content-product .row-top .col-txt > .col-inner{
	background:#F8F8F8;
	padding:25px;
	border:1px solid #eaeaea;
}
.sec-content-product .row-top .product-title-inpage{
	font-size: 20px;
	line-height:1.35;
	margin:0 0 12px;
	color:#333;
	font-weight: 700;
	letter-spacing: -.8px;
}
.product-short-description{
	font-size:90%;
}
.product-short-description p{
	margin-bottom:12px;
}
.product-short-description >*:last-child{
	margin-bottom:0;
}
.mw-related-products .related-product-box{
	position:relative;
	overflow:hidden;
}
.mw-related-products .related-product-box .related-product-image{
	position:relative;
	padding-top:65%;
	overflow:hidden;
}
.mw-related-products .col-inner{
	overflow:hidden;
	height:100%;
	padding-left:15px;
}
.mw-related-products .col-inner .label-title{
	position:absolute;
	top:15px;
	left:0;
	z-index:2;
	background:var(--xanh);
	color:#fff;
	max-width:100%;
	padding:6px 20px;
	line-height:1.35;
	font-size:14.4px;
	transition:all 0.4s;
	width:85%;
}
.mw-related-products .col-inner .label-title p{
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.mw-related-products .col-inner:hover .label-title{
	opacity:0;
	visibility:hidden;
	transform:translatex(-60px);
}

.mw-related-products .related-product-box .related-product-image img{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	object-fit:cover;
}

.mw-related-products .related-product-box .related-product-content{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:1;
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;
	gap:10px;
	text-align:center;
	padding:25px;
	background:rgba(0,0,0,0.6);
	pointer-events:none;
	opacity:0;
	visibility:hidden;
	transition:all 0.5s;
}
.mw-related-products .related-product-box:hover .related-product-content{
	opacity:1;
	visibility:visible;
}
.mw-related-products .related-product-box .related-product-content h3{
	font-size:18px;
	font-weight:500;
	margin:0;
	line-height:1.35;
}
.mw-related-products .related-product-box .related-product-content h3 a{
	color:#f6f6f6;
}
.mw-related-products .related-product-box .related-product-content .related-product-description{
	color:#f6f6f6;
	font-size:14px;
	line-height:1.35;
}
.mw-related-products .related-product-box .related-product-content .related-product-description p{
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

/* Trang chủ */
.slider-banner-home .banner .overlay{
	background:
		linear-gradient(
			90deg,
			rgba(15, 23, 27, 0.88) 0%,
			rgba(15, 23, 27, 0.72) 32%,
			rgba(15, 23, 27, 0.35) 58%,
			rgba(15, 23, 27, 0.08) 100%
		);
}
.slider-banner-home .banner .txt-desc{
	max-width:600px;
}
.slider-banner-home .banner a.button{
	padding: 12px 50px;
	border-radius:6px;
	min-height:unset;
	line-height:1.35;
	font-weight:500;
	box-shadow:none !important;
	font-size:15px;
	letter-spacing:0.2px;
	background-color:#546b76 !important;
}

.slider-banner-home .flickity-button.flickity-prev-next-button.previous{
	left:0 !important;
}
.slider-banner-home .flickity-button.flickity-prev-next-button.next{
	right:0 !important;
}
.slider-banner-home .flickity-button svg{
	display:none !important;
}
.slider-banner-home .flickity-button.flickity-prev-next-button{
	top:50% !important;
	transform:translatey(-50%) !important;
	bottom:unset !important;
	width: 65px;
	height: 150px;
	opacity:1 !important;
	font-size:22px;
	display:flex;
	align-items:center;
	justify-content:center;
}
.slider-banner-home .flickity-button:hover{
	background-color:rgba(0,0,0,.17) !important;
}
.slider-banner-home .flickity-button:before{
	content:'\f054';
	font-family:'fontawesome';
	transition:all 0.5s;
	transform:translatex(-15px);
}
.slider-banner-home .flickity-button.previous:before{
	content:'\f053';
	transform:translatex(15px);
}
.slider-banner-home .flickity-button:hover:before{
	transform:translatex(0px) !important;
}

.title-sec-border{
	position:relative;
	padding-bottom:25px;
	margin-bottom:25px;
}
.title-sec-border p{
	font-size:16px;
	line-height:1.4;
}

.title-sec-border:before,.title-sec-border:after{
	content:'';
	position:absolute;
	bottom:0;
	left:50%;
	transform:translatex(-50%);
	height:1px;
	background:rgba(255,255,255,.4);
	width:100%;
	max-width:230px;
}
.title-sec-border:after{
	background:rgba(255,255,255,.3);
	max-width:115px;
}

.sec-quytrinh-home .col-item > .col-inner{
	display:flex;
	gap:15px;
	padding-bottom:30px;
}
.sec-quytrinh-home .col-item .number{
	flex-shrink:0;
	width:65px;
	height:65px;
	background: #4b4c4d;
	display:flex;
	align-items:center;
	justify-content:center;
	border-radius:50%;
	color:#fff;
	font-size:18px;
	font-weight:700;
	overflow:hidden;
	position:relative;
}
.sec-quytrinh-home .col-item .number:before{
	width: 150%;
	height: 150%;
	left: -250%;
	top: -25%;
	content: '';
	display: block;
	position: absolute;
	opacity: .4;
	background: linear-gradient(to right, rgba(0, 0, 0, 0) 0, #fff 50%, rgba(0, 0, 0, 0) 100%);
	pointer-events: none;
}
.sec-quytrinh-home .col-item > .col-inner:hover .number:before{
	left: 100%;
	top: 0;
	transition: left .6s, top .6s;
}
.sec-quytrinh-home .col-item .box-txt h3{
	font-size:18px;
	line-height:1.35;
	margin:10px 0 7px;
	font-weight:600;
}
.sec-quytrinh-home .col-item .box-txt p{
	margin:0;
	font-size:14px;
	color:#999;
}
.col-linh-vuc{
	overflow:hidden;
}
.col-linh-vuc .txt-label{
	position:absolute;
	top:20px;
	left:-15px;
	background:var(--xanh);
	color:#fff;
	font-size:15px;
	width:100%;
	max-width:75%;
	z-index:2;
	transition:all 0.4s;
	padding:8px 5px 8px 25px; 
}
.col-linh-vuc .col-inner:hover .txt-label{
	transform:translatex(-30px);
	opacity:0;
	visibility:hidden;
}
.col-linh-vuc .box .overlay{
	display:none !important;
}
.col-linh-vuc .box .box-text{
	top:0;
	background:rgba(0,0,0,0.65);
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;
	transition: opacity 0.5s ease, visibility 0s linear 0.5s;
	pointer-events:none;
	opacity:0;
	visibility:hidden;
}
.col-linh-vuc > .col-inner:hover .box .box-text{
	opacity:1;
	visibility:visible;
	transition: opacity 0.5s ease, visibility 0s;
}
.col-linh-vuc .box .box-text:before{
	content: '\f10d';
	font-family:'fontawesome';
	font-size:18px;
	margin:0 0 6px;
}
.col-linh-vuc .box .box-text h4{
	font-size:24px;
	font-weight:500;
	margin:0;
}
.sec-du-an-home .project-list .project-item{
	display:block;
}
.sec-du-an-home .project-list .project-item .project-image{
	width:100%;
	padding-right:0;
}
.sec-du-an-home .project-list .project-item .project-image:before{
	content:'';
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:1;
	pointer-events:none;
	background:rgba(0,0,0,0.55);
	transition:all 0.3s;
	opacity:0;
	visibility:hidden;
}
.sec-du-an-home .project-list .project-item:hover .project-image:before{
	opacity:1;
	visibility:visible;
}
.sec-du-an-home .project-list .project-item .project-content{
	width:100%;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:1;
	padding:25px 20px;
	display:block;
	opacity:0;
	visibility:hidden;
	/* 	pointer-events:none; */
	transition:all 0.3s;
}
.sec-du-an-home .project-list .project-item:hover .project-content{
	opacity:1;
	visibility:visible;
}
.sec-du-an-home .project-list .project-item .project-image-inner{
	padding-top: 75%;
}
.sec-du-an-home .project-list .project-item .project-content .project-title a{
	-webkit-line-clamp: 3;
	color:#fff;
}
.sec-du-an-home .project-item .project-button a{
	min-width:unset;
	padding:8px 24px;
	font-weight:500;
}
.sec-tin-tuc-home .post-item .box-text{
	padding:25px 10px;
}
.sec-tin-tuc-home .post-item .box-text .box-text-inner{
	padding-bottom:48px;
	position:relative;
}
.sec-tin-tuc-home .post-item .post-title{
	text-transform: uppercase;
	font-size: 19px;
}
.sec-tin-tuc-home .post-item a.button{
	display:inline-flex;
	align-items:center;
	justify-content:center;
	text-align:center;
	color: #fff;
	width:max-content;
	min-width: 50px;
	margin:0 auto;
	height: 1px;
	min-height:unset;
	position:absolute;
	left:50%;
	bottom:0;
	transform:translatex(-50%);
	background-color: #545454;
	overflow: hidden;
	padding: 0 50px;
	transition:all 0.3s !important;
	border-radius:6px;
	transform-origin:bottom center;
	font-size:13.4px;
	font-weight:600;
	box-shadow:none !important;
}
.sec-tin-tuc-home .post-item .col-inner:hover a.button{
	height:38px;
}
.sec-tin-tuc-home .post-item .col-inner a.button:hover{
	background-color:var(--xanh) !important;
}

.sec-tin-tuc-home .post-item .post-title a{
	-webkit-line-clamp: 3;
	line-height:1.5;
	color:#fff;
}
.sec-tin-tuc-home .owl-dots .owl-dot span{
	width:30px;
	height:3px;
	background: #ccc !important;
	margin:0 !important;
	border-radius:0 !important;
}
.sec-tin-tuc-home .owl-theme .owl-dots .owl-dot.active span, 
.sec-tin-tuc-home .owl-theme .owl-dots .owl-dot:hover span {
	background: #666 !important;
}




/* Footer */
.contact-f p{
	margin:0 0 12px;
	font-size:15px;
}
.contact-f p i{
	width:20px;
	color: #fff;
}
.img-bct{
	width:140px !important;
}
.copyright-info p{
	display:flex;align-items:center;
	gap:6px;
	font-size:15px;
}
.copyright-info p img{
	margin:0 !important;
}
.form-contact input{
	height:42px !important;
	width:100%;
}
.form-contact textarea{
	min-height:100px;
}
.form-contact :is(input,textarea){
	font-size:15px;
}
.form-contact input[type=submit]{
	text-transform:initial;
	font-weight:600;
	background-color:var(--xanh);
}
.map-f{
	height:310px;
}
.btn-popup-fix{
	position:fixed;
	right:15px;
	bottom:130px;
	z-index:5;
	display:flex;
	flex-direction:column;
	gap:10px;
}
.btn-popup-fix a{
	width:45px;
	height:45px;
	border-radius:6px;
	overflow:hidden;
	display:flex;
	align-items:center;
	justify-content:center;
	background: #43555E;
	color:#fff;
	transition:all 0.2s;
	font-size:20px;
}
.btn-popup-fix a:hover{
	background:#49606c;
}
.btn-popup-fix a.btn-phone{
	display:none;
}
.mw-popup__close{
	margin:0;
	background-color: transparent !important;
	box-shadow:none !important;
	color:var(--xanh) !important;
	border-radius:0 !important;
	top:0;
	right:0;
	transform:unset !important;
	width:30px;
	height:30px;
	min-width:unset;
	min-height:unset;
	font-size:24px;
}
.form-fix h3.txt-title{
	text-align:center;
	font-size:19px;
	line-height:1.35;
	text-transform:uppercase;
	font-weight:600;
	color:#0b1f29;
	margin:5px 0 6px;
}
.form-fix p.txt-note{
	font-size:14.4px;
	text-align:center;
	margin:0 0 15px;
	line-height:1.4;
}
.form-fix :is(input,textarea){
	font-size:15px;
}
.form-fix :is(input:not([type=submit]),textarea):focus{
	border-color:var(--xanh);
}
.form-fix input{
	height:42px !important;
}
.form-fix textarea{
	min-height:80px;
}
.form-fix input[type=submit]{
	background-color:#334750;
	border-color:#334750;
	font-weight:600;
}
.form-fix .txt-sub-bottom{
	text-align:center;
	font-size:11px;
	text-transform:uppercase;
	font-weight:500;
	margin:10px 0 0;
}
.form-fix .txt-sub-bottom a{
	position:relative;
	color:#000;
}
.form-fix .txt-sub-bottom a:hover{
	color:var(--xanh);
}
.form-fix .txt-sub-bottom a:before{
	content:'';
	position:absolute;
	left:0;
	bottom:-1px;
	width:0;
	height:1px;
	background:var(--xanh);
	transition:all 0.3s;
}
.form-fix .txt-sub-bottom a:hover:before{
	width:100%;
}

.icon-menu{
	color:#fff;
}
.off-canvas-right .mfp-content, .off-canvas-left .mfp-content{
	background:#1a1b1d;
}
.off-canvas .toggle i.icon-angle-down::before {
	content: "\f105" !important;
}
.mobile-sidebar .nav-sidebar .searchform input[type=search]{
	border-color:#fff;
	color:#fff !important;
}
.mobile-sidebar .nav-sidebar .searchform input[type=search]::placeholder{
	color:#e5e5e5;
}
.mobile-sidebar .searchform .button.icon i {
	font-size: 14.4px;
	color: #fff;
}
.mobile-sidebar .nav-sidebar li{
	position:relative;
	margin:0 !important;
}
.mobile-sidebar .nav-sidebar > li{
	border-color: rgba(255,255,255,.03) !important;
}
.mobile-sidebar .nav-sidebar li a{
	color:#d7d7d7 !important;
	font-weight:400 !important;
	font-size:15.52px !important;
	text-transform:initial !important;
}
.mobile-sidebar .nav-sidebar li a:hover{
	background-color: #181919;
	color:#fff !important;
}
.mobile-sidebar .nav-sidebar li button.toggle{
	color:#fff !important;
	font-size:10px;
	transform:unset !important;
}
.mobile-sidebar .nav-sidebar li.active > button.toggle i{
	transform:rotate(90deg) !important;
}
.mobile-sidebar .nav-sidebar > li > a{
	font-weight:600 !important;
	font-size:16px !important;
	text-transform:uppercase !important;
	color:#fff !important;
}
.mobile-sidebar .nav-sidebar .sub-menu li a{
	padding-top: 10px !important;
	padding-bottom: 10px !important;
}
.off-canvas ul.sub-menu li.menu-item-has-children > ul.sub-menu {
	display: none;
}
.off-canvas ul.sub-menu li.menu-item-has-children.is-open > ul.sub-menu {
	display: block;
}
.off-canvas ul.sub-menu li.menu-item-has-children > a{
	padding-right:45px;
}
.off-canvas ul.sub-menu li.menu-item-has-children > .toggle-sub-3{
	margin:0;
	color:#fff;
	position:absolute;
	top:0;
	right:0;
	z-index:1;
	padding:0;
	width:45px;
	height:34px;
	min-height:unset;
	display:flex;
	align-items:center;
	justify-content:center;
}
.mobile-sidebar .sub-menu .toggle-sub-3 i {
	display: inline-block;
	transition: transform 0.3s ease;
}
.mobile-sidebar .sub-menu .toggle-sub-3.active i {
	transform: rotate(90deg);
}
@media only screen and (max-width:1460px){
	.sec-page-banner{
		padding-top:130px !important;
		padding-bottom:130px !important;
	}
	.sec-page-banner .row-content{
		max-width:1000px !important;
	}
	.category-page-row{
		max-width:1000px !important;
	}
	.slider-banner-home .banner .text-box{
		padding-left:5% !important;
		padding-right:3% !important;
	}
}
@media only screen and (max-width:1200px){
	.btn-popup-fix a.btn-phone{
		display:flex;
	}
	.btn-hotline-header {
		margin-left: 15px;
		display:none;
	}
	.btn-hotline-header a {
		padding: 9px 15px;
	}
	.header-nav-main > li > a {
		padding-left: 10px;
		padding-right: 10px;
	}

	.sec-du-an-home .project-list .project-item .project-excerpt{
		-webkit-line-clamp: 2;
		margin:0 0 20px;
	}
	.sec-du-an-home .project-item .project-content .project-title {
		font-size: 18px;
	}

}
@media only screen and (max-width:849px){
	.order-1-tablet{
		order:-1;
	}
	.sec-page-banner .title-page h1 {
		font-size: 32px;
	}
	.blog-archive .row-main > .col {
		padding-right: 15px;
	}
	.blog-archive .row-main .post-sidebar {
		border-left: 0;
		padding-left: 15px;
	}
	.project-item .project-content .project-title{
		font-size:18px;
	}
	.project-item .project-excerpt{
		margin:0 0 20px;
	}
	.du-an-gallery-item {
		width: calc(100% / 3);
	}
	.slider-banner-home .flickity-button.flickity-prev-next-button {
		width: 50px;
		height: 120px;
	}
	.slider-banner-home .flickity-button:before{
		transform:translatex(0) !important;
	}
	.sec-quytrinh-home .col-item .number {
		width: 60px;
		height: 60px;
	}
	.col-linh-vuc .txt-label {
		font-size: 14px;
		max-width: 85%;
		padding: 8px 5px 8px 20px;
	}
	.col-linh-vuc .box .box-text h4 {
		font-size: 22px;
	}
}
@media only screen and (max-width:568px){
	.order-1{
		order:-1;
	}
	.sec-page-banner {
		padding-top: 150px !important;
		padding-bottom: 100px !important;
	}
	.form-contact input{
		height:46px !important;
	}
	#post-list .post-item .image-cover {
		padding-top: 75% !important;
	}
	#post-list .post-item .box-text {
		padding: 0 0 0 14px;
	}
	#post-list .post-item .post-title {
		margin: 0 0 6px;
		font-size: 16px;
	}
	#post-list .post-item .from_the_blog_excerpt {
		-webkit-line-clamp: 2;
	}
	.sec-page-banner .title-page h1{
		font-size:28px;
	}
	.project-item .project-image {
		width: 100%;
		padding-right: 0;
	}
	.project-item .project-content {
		width: 100%;
		padding-top:15px;
		padding-bottom:15px;
	}
	.project-item .project-excerpt {
		margin: 0 0 15px;
	}
	.du-an-gallery-item {
		width: calc(100% / 1);
	}
	.sec-content-product .row-top .col-txt {
		padding-left: 15px;
	}
	.sec-content-product .row-top .col-txt > .col-inner {
		padding: 20px 15px;
	}
	.sec-content-product .row-top .col-img {
		padding-right: 15px;
		padding-bottom:0;
	}
	.sec-content-product .mw-product-gallery .owl-nav button {
		opacity: 0.6;
		visibility: visible;
	}
	.mw-related-products .col {
		padding-left:0;
	}
	.slider-banner-home .banner .text-box {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	.slider-banner-home a.button{
		display:table;
		margin:0 auto !important;
	}
	.slider-banner-home .banner h2{
		font-size:28px;
	}
	.col-linh-vuc .box .box-text h4 {
		font-size: 22px;
	}
	.sec-du-an-home .project-list .project-item .project-image:before{
		display:none !important;
	}
	.sec-du-an-home .project-list .project-item .project-content {
		position: relative;
		top: unset;
		left: unset;
		width: 100%;
		height: 100%;
		padding: 25px 0 20px;
		display: block;
		opacity: 1;
		visibility: visible;
	}
	.slider-banner-home .flickity-button.flickity-prev-next-button {
		width: 35px;
		height: 60px;
		font-size: 16px;
	}
	.btn-popup-fix,#top-link {
		right: 10px;
	}
	.slider-banner-home .banner{
		padding-top:500px !important;
	}
	#top-link{
		bottom:30px;
	}
	.btn-popup-fix{
		bottom:90px;
	}
	.sec-quytrinh-home .col-item .box-txt h3 {
		margin: 0px 0 7px;
	}
}
@media only screen and (max-width:414px){

}
