/*
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=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');

:root{
	--vang:#e8a619;
	--xanh:#0F172A;
	--vang2:#bd8a26;
	--do:#e10000;
}
.uxb-draggable *{
	pointer-events:initial !important;
}
html,body,span,label,a,p,button,b,div{
	font-family: "Plus Jakarta Sans", sans-serif;
}
h1,h2,h3,h4,h5,h6,.nav > li > a,nav,li{
	font-family: "Plus Jakarta Sans", sans-serif !important;
}
.font-2,
.font-2 *:not([class^="fa-"]):not([class*=" fa-"]) {
	font-family: "Playfair Display", serif !important;
}
b,strong{
	font-weight:bold;
}
form{
	margin:0 !important;
}
form input:not([type=submit]),textarea,select{
	box-shadow:none !important;
}
form.wpcf7-form :is(input:not([type=checkbox]),select){
	height:45px;
	border-radius:10px;
	border:1px solid #ddd;
	padding: 0 .75em;
}
form.wpcf7-form :is(input:not([type=submit]):focus,textarea:focus){
	border-color:var(--vang);
}
form.wpcf7-form textarea{
	border-radius:10px;
}
input[type=submit]{
	margin:0;
}
form.wpcf7-form input[type=submit]:hover{
	background-color:#1c305f;
}
.txt-jus{
	text-align:justify;
}
.txt-jus :is(h1,h2,h3,h4,h5,h6){
	text-align:left;
}
a{
	cursor:pointer;
	transition:all 0.3s;
}
.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 !important;
}
a.btn-style{
	font-size:16px;
	padding:10px 25px 9px;
}
.txt-width700{
	max-width:700px;
	margin:0 auto;
}
.mb0{
	margin-bottom:0 !important;
}
.pd-b0,.ga-pd-b0 .col{
	padding-bottom:0 !important;
}
.p-mb0 p,.title-mb0 :is(h1,h2,h3,h4,h5,h6){
	margin-bottom:0;
}
.p-mb5 p,.title-mb5 :is(h1,h2,h3,h4,h5,h6){
	margin-bottom:5px;
}
.p-mb10 p,.title-mb10 :is(h1,h2,h3,h4,h5,h6){
	margin-bottom:10px;
}
.p-mb15 p,.title-mb15 :is(h1,h2,h3,h4,h5,h6){
	margin-bottom:15px;
}
.p-mb20 p,.title-mb20 :is(h1,h2,h3,h4,h5,h6){
	margin-bottom:20px;
}
.p-w400 p, .title-w400 :is(h1,h2,h3,h4,h5,h6){
	font-weight:400;
}
.p-w500 p, .title-w500 :is(h1,h2,h3,h4,h5,h6){
	font-weight:500;
}
.p-w600 p,.title-w600 :is(h1,h2,h3,h4,h5,h6){
	font-weight:600;
}
.p-w700 p,.title-w700 :is(h1,h2,h3,h4,h5,h6){
	font-weight:700;
}
.p-w800 p,.title-w800 :is(h1,h2,h3,h4,h5,h6){
	font-weight:800;
}
.p-w900 p,.title-w900 :is(h1,h2,h3,h4,h5,h6){
	font-weight:900;
}
.f36 *{
	font-size:36px;
}
.f32 *{
	font-size:32px;
}
.f30 *{
	font-size:30px;
}
.f24 *{
	font-size:24px;
}
.f20 *{
	font-size:20px;
}
.f18 *{
	font-size:18px;
}
.f16 *{
	font-size:16px;
}
.f14 *{
	font-size:14px;
}
.is-uppercase, .uppercase{
	line-height:inherit;
}
.col-h100 > .col-inner{
	height:100%;
}
.img-h100 :is(.img,.img-inner){
	height:100%;
}
.img-h100 img{
	height:100%;
	object-fit:cover;
}
.absolute-footer{
	background-color:var(--xanh) !important;
	padding:0;
	display:none;
}
.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;
}
.single-page{
	text-align:justify;
	padding-top:0;
}
#top-link{
	width: 40px;
	height: 40px;
	border-radius: 5px !important;
	border: 1px solid var(--vang) !important;
	color: #fff !important;
	background: url(/wp-content/uploads/2025/12/top.png) var(--vang);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	right: 16px;
	min-width:unset;
}
table {
	border-collapse: collapse;
}
.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-dots button span{
	margin:5px 4px !important;
	transition:all 0.3s !important;
}
.owl-dots button.active span,.owl-dots button: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;
	width:35px;
	height:35px;
	border-radius:50% !important;
	background-color:var(--xanh) !important;
	color:#fff !important;
}
.owl-nav button:hover{
	background-color:var(--vang) !important;
}
.owl-nav button.owl-prev{
	left:-16px;
}
.owl-nav button.owl-next{
	right:-16px;
}
.accordion button.toggle{
	pointer-events:none !important;
}
.map :is(p,iframe){
	width:100%;
	height:100%;
	margin:0;
}
.pum-overlay.pum-overlay-disabled {
	visibility: inherit !important;
}
.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;
}
.post-item .col-inner{
	height:100%;
	background:#fff;
	border-radius:15px;
	overflow:hidden;
	box-shadow:0 5px 15px 0 rgba(0,0,0,0.15);
	transition:all 0.3s;
}
.post-item .box-text{
	padding:15px 15px 20px;
}
.post-item .post-title{
	margin:0 0 10px;
}
.post-item .post-title a{
	margin:0;
	font-size:18px;
	color:var(--xanh);
	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 .col-inner:hover .post-title a{
	color:var(--vang2);
}
.post-item .from_the_blog_excerpt {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

/* Sec banner page */
.sec-banner-page{
	min-height:50vh !important;
}
.sec-banner-page .title-page h1{
	font-size:60px;
}
.sec-banner-page.banner-review a.button{
	background-color:#3043C0 !important;
	padding:8px 15px 9px;
	border:none;
	box-shadow:none !important;
	line-height:unset;
	font-weight:500;
	font-size:16px;
}
.sec-banner-page.banner-review a.button:hover{
	background-color:#172476 !important;
}
.sec-banner-page.banner-review a.button i{
	width:20px;
	height:20px;
	background:url(/wp-content/uploads/2026/03/google.webp) no-repeat;
	background-position:center;
	background-size:contain;
}
.sec-banner-page.banner-review a.button i:before{
	display:none;
}
/* Header */
.txt-header-top a{
	display:inline-block;
	margin-right:15px;
	color:var(--xanh);
	font-size:14px;
}
.txt-header-top a:hover{
	color:var(--vang) !important;
}
.txt-header-top a i{
	margin-right:4px;
	font-size:13px;
}
.header.transparent .header-top {
	/*     background-color: transparent !important; */
	background: linear-gradient(to bottom,rgba(0,0,0,0.7),transparent) !important;
}
.header.transparent .txt-header-top a{
	color:#e7e7e7;
}

#logo{
	flex-shrink:0;
	margin:0;
}
.icon-menu{
	color:var(--xanh);
}
.header.transparent .icon-menu{
	color:var(--vang);
}
.header.has-transparent.transparent #logo img.header-logo{
	display:none;
}
.header.has-transparent.transparent #logo img.header-logo-dark{
	display:block !important;
}

.header-button a.button{
	background-color:var(--vang2) !important;
	font-size:13px;
	font-weight:700;
	text-transform:uppercase !important;
	color:#fff;
	padding:10px 24px;
	min-height:unset;
	line-height:unset;
	border-radius:10px !important;
}

.header-nav > li{
	margin:0 15px;
}
.header-nav li > a{
	font-size:16px;
	color:var(--xanh) !important;
	text-transform:capitalize;
	font-weight:600 !important;
}
.header-nav li:hover > a{
	color:var(--vang) !important;
}
.header-nav .sub-menu{
	padding:0;
	border-radius:12px;
}
.header-nav .sub-menu > li > a{
	padding:12px 15px;
	margin:0;
	font-size:15.52px;
	font-weight:500 !important;
}
.header-nav .sub-menu > li:hover > a{
	background:#f7f7f7;
}
.header-nav .sub-menu li:first-child > a{
	border-radius:12px 12px 0 0;
}
.header-nav .sub-menu li:last-child > a{
	border-radius:0 0 12px 12px;
}

.header.has-transparent .header-nav > li > a{
	color:#fff !important;
}
.header.has-transparent .header-nav > li:hover > a{
	color:var(--vang) !important;
}
.header.has-transparent .header-wrapper.stuck .header-nav > li > a{
	color:var(--xanh) !important;
}
.header.has-transparent .header-wrapper.stuck .header-nav > li:hover > a{
	color:var(--vang) !important;
}
/* About Us */
.sec-1-about .col-img .box{
	padding:0 0 30px 30px;
}
.sec-1-about .col-img .box .box-image{
	border-radius:15px;
	box-shadow: 0 3px 6px -4px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23);
}
.sec-1-about .col-img .box .box-text{
	padding:16px 30px 30px;
	border-radius:15px;
	background:#bd8a26;
	background:var(--xanh);
	width:max-content;
	max-width:calc(100% - 30px);
	left:0;
	text-shadow:none;
	text-align:left;
	border:2px solid var(--vang);
	border-left:0;
	border-bottom:0;
	box-shadow: -5px 5px 15px 0 rgba(0, 0, 0, 0.15);
}
.sec-1-about .col-img .box .box-text h4{
	font-size:36px;
	color: #203560;
	color: var(--vang);
	font-style:italic;
	font-family: "Playfair Display", serif !important;
	line-height:1.12;
}
.sec-1-about .col-img .box .box-text p{
	font-size:16px;
	color: #203560 !important;
	color: var(--vang) !important;
	font-weight:700;
}
.sec-2-about .col-item > .col-inner{
	height:100%;
	background:#fff;
	box-shadow:0 1px 3px 0 #0000001a, 0 1px 2px -1px #0000001a;
	padding:30px;
	border-radius:15px;
	transition:all 0.3s;
}
.sec-2-about .col-item > .col-inner:hover{
	transform:translatey(-5px);
}
.sec-2-about .col-item .icon-box .icon-box-img{
	height:48px;
	width:48px !important;
	border-radius:50%;
	background:#F5F2EA;
}
.sec-2-about .col-item .icon-box .icon-box-img img{
	width: 28px;
}
.sec-2-about .col-item .icon-box h3{
	font-family: "Playfair Display", serif !important;
	font-size:20px;
	color:var(--xanh);
	margin:0 0 10px;
	line-height:1.35;
}
.sec-2-about .col-item .icon-box p{
	color:#6a7282;
	line-height:1.35;
	/* 	font-size:15px; */
}

/* Fast Track Arrival */
.tab-style > ul.nav{
	gap:12px;
}
.tab-style > ul.nav > li{
	margin:0;
}
.tab-style > ul.nav > li a{
	padding:10px 25px;
	text-align:center;
	justify-content:center;
	background:var(--xanh);
	font-size:15px;
	font-weight:500;
	color:#fff;
	border-radius:99px;
}
.tab-style > ul.nav > li:hover a,
.tab-style > ul.nav > li.active a{
	background-color:var(--vang2);
}

.row-goi-dichvu .box-goi > .col-inner{
	background:#fff;
	padding:30px;
	border-radius:15px;
	box-shadow:0 0 15px 0 rgba(0,0,0,0.15);
}
.row-goi-dichvu .box-goi.standard > .col-inner{
	border-left:3px solid #50A2FF;
}
.row-goi-dichvu .box-goi.premium > .col-inner{
	border:2px solid var(--vang2);
}
.row-goi-dichvu .box-goi .row-top .col-price .txt-price p{
	font-weight:700;
	font-size:30px;
	line-height:1.3;
}
.row-goi-dichvu .box-goi .list-tem-dv {
	padding:16px 0;
}
.row-goi-dichvu .box-goi .list-tem-dv ul{
	margin:0;
	list-style:none;
}
.row-goi-dichvu .box-goi .list-tem-dv ul li{
	margin:0 !important;
	padding:0 0 0 25px;
	position:relative;
	line-height:1.35;
}
.row-goi-dichvu .box-goi .list-tem-dv ul li + li{
	margin-top:7px !important;
}
.row-goi-dichvu .box-goi .list-tem-dv ul li:before{
	content:'\f058';
	font-family:'fontawesome';
	font-size:16px;
	position:absolute;
	left:0;
	top:2px;
	color:#50A2FF;
}
.row-goi-dichvu .box-goi.premium .list-tem-dv ul li:before{
	color:var(--vang2);
}
.row-goi-dichvu .box-goi .txt-note{
	padding:20px 20px 20px 40px;
	border-radius:15px;
	background:#EFF6FF;
	position:relative;
}
.row-goi-dichvu .box-goi.premium .txt-note{
	background:#F5F2EA;
}
.row-goi-dichvu .box-goi .txt-note:before{
	content:'\f06a';
	font-family:'fontawesome';
	position:absolute;
	left:12px;
	top:21px;
	opacity:0.7;
}

.row-step-dv{
	background:#fff;
	padding:25px 0 20px;
	border-radius:15px;
	box-shadow:0 0 5px 0 rgba(0,0,0,0.2);
}
.row-step-dv .icon-box .icon-box-img{
	width:40px !important;
	height:40px;
	border-radius:50%;
	background:var(--xanh);
}
.row-step-dv .icon-box .icon-box-img img{
	width:20px;
	/* 	opacity:0.6; */
	filter: brightness(0) invert(1);
	-webkit-filter: brightness(0) invert(1);

}
.row-step-dv > .col{
	padding:0 5px;
}

.col-form-dv > .col-inner{
	background:#fff;
	border-radius:15px;
	padding:30px;
	box-shadow:0 10px 15px 0 rgba(0,0,0,0.15);
}
.form-dv{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	row-gap:5px;
}
.form-dv .r50{
	width:calc(50% - 10px);
}
.form-dv .r100{
	width:100%;
}
.form-dv input{
	width:100%;
}
.form-dv input:not([type=submit]){
	outline:none;
}
.form-dv p.label{
	font-weight:500;
	margin:0 0 3px;
	font-size:15px;
}
.form-dv input[type=submit]{
	height:70px !important;
}

/* Airport Transfer Service */
.box-transfer-service .icon-box .icon-box-img{
	width:60px !important;
	height:60px !important;
	border-radius:50%;
	background:#DBEAFE;
}
.box-transfer-service .icon-box .icon-box-img img{
	width:40px;
}

.box-transfer-service.b3 .icon-box .icon-box-img{
	background:#FFEDD5;
}
.box-transfer-service.b3 .icon-box .icon-box-img img{
	width:30px;
}

.col-option-car .icon-box .icon-box-img{
	width:50px !important;
	height:50px;
	border-radius:50%;
	background:#FAF6EE;
}
.col-option-car.b2 .icon-box .icon-box-img{
	background:#263559;
}
.col-option-car .icon-box .icon-box-img img{
	width:32px;
}

/* Luggage Service */
.row-goi-dichvu .box-goi.luggage-service.b2 > .col-inner{
	padding-top:50px;
}
.row-goi-dichvu .box-goi.luggage-service .txt-uu-tien{
	width:max-content;
	font-size:12px;
	text-transform:uppercase;
	font-weight:700;
	padding:4px 10px;
	background:var(--vang);
	border-radius:99px;
	position:absolute;
	top:20px;
	right:20px;
	color:#203560;
}
.row-goi-dichvu .box-goi.luggage-service .icon-box.ic-title .icon-box-img{
	width:48px !important;
	height:48px;
	border-radius:50%;
	background:#F7EFDE;
}
.row-goi-dichvu .box-goi.luggage-service.b2 .icon-box.ic-title .icon-box-img{
	background:#E8EAEF;
}
.row-goi-dichvu .box-goi.luggage-service .icon-box.ic-title .icon-box-img img{
	width:24px;
}












/* TRAVEL DESTINATIONS */
.post-destinations .post-item .box-text{
	padding:15px 15px 20px;
}
.post-destinations .post-item .post-title{
	margin:0 0 15px;
}
.post-destinations .post-item .post-title a{
	margin:0;
	font-size:24px;
	font-family: "Playfair Display", serif !important;
}
.post-destinations .post-item a.button{
	margin: 25px 0 0;
	border-radius: 99px;
	padding: 4px 30px 6px;
	font-weight: 500;
	font-size: 15px;
	box-shadow: none !important;
	text-transform:initial;
}
.post-destinations .post-item a.button:after{
	content:'\f105';
	font-family:'fontawesome';
	font-size:12px;
	display:inline-block;
	margin-left:5px;
}
.post-destinations .post-item a.button:hover{
	background-color: var(--vang2) !important;
}

.sec-1-travel .col-item > .col-inner{
	height:100%;
	background:#fff;
	box-shadow:0 10px 15px -3px #0000001a, 0 4px 6px -4px #0000001a;
	border-radius:15px;
	overflow:hidden;
}
.sec-1-travel .col-item > .col-inner:hover .box img{
	transform:scale(1.1);
}
.sec-1-travel .col-item > .col-inner .box .box-image .overlay{
	background:linear-gradient(to bottom,transparent ,rgba(0,0,0,0.6) 80%);
	background-color:unset !important;
}
.sec-1-travel .col-item > .col-inner .box .box-text{
	padding:0 20px 15px;
}
.sec-1-travel .col-item > .col-inner .box .box-text h4{
	font-size:24px;
}
.sec-1-travel .col-item .txt-mota{
	padding:15px 20px 0;
}
.sec-1-travel .col-item .ds-diem ul{
	padding:15px 20px 0;
	margin:0;
	list-style:none;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	gap:7px 15px;
}
.sec-1-travel .col-item .ds-diem ul li{
	margin:0 !important;
	width:calc(100% / 2 - calc(15px / 2));
}
.sec-1-travel .col-item .ds-diem.flex1 ul li{
	width:100%;
}

.sec-1-travel .col-item .ds-diem ul li:before{
	content:'\f70c';
	font-family:'fontawesome';;
	display:inline-block;
	margin:0 5px 0 0;
	color:var(--vang2);
}
.sec-1-travel .col-item a.button{
	margin:25px 20px 25px;
	border-radius:99px;
	padding:4px 30px 6px;
	font-weight:500;
	font-size:15px;
	box-shadow:none !important;
}
.sec-1-travel .col-item a.button:hover{
	background-color:var(--vang2) !important;
}

/* Blog */
.blog-wrapper{
	padding-top:0;
}
.banner-cat {
	background:url(/wp-content/uploads/2026/03/banner-blog.webp) no-repeat;
	background-size:cover;
	background-position:center;
	min-height:50vh;
	display:flex;
	align-items:center;
	justify-content:center;
	position:relative;
}
.banner-cat:before{
	content:'';
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color: rgba(0, 0, 0, 0.6);
	z-index:1;
}
.banner-cat .row{
	position:relative;
	z-index:2;
}
#post-list .post-item .col-inner:hover{
	transform:translatey(-5px);
}

/* Chi tiết bài viết */

.page-title.blog-featured-title .page-title-bg .title-bg{
	background-position:center;
}
.page-title.blog-featured-title .page-title-bg .title-overlay{
	background-color: rgba(0, 0, 0, .6) !important;
}
.page-title.blog-featured-title .page-title-inner {
	padding-top: 30px;
	padding-bottom: 60px;
}
.page-title.blog-featured-title h1.entry-title{
	font-family: "Playfair Display", serif !important;
	font-size:34px;
}
.blog-wrapper.blog-single article.post{
	max-width:1060px;
	margin:-60px auto 30px !important;
	background:#fff;
	padding:30px;
	box-shadow:0 0 15px 0 rgba(0,0,0,0.15);
	border-radius:15px;
}
.share-post h3.txt-title,
.related-posts h3.txt-title{
	font-size:22px;
	font-family: "Playfair Display", serif !important;
	color:var(--xanh);
	margin:0 0 15px;
	line-height:1.35;
}
.share-post{
	margin-bottom:30px;
}
.share-post .social-item{
	display:flex;
	flex-wrap:wrap;
	gap:12px;
}
.share-post .social-item a{
	display:inline-flex;
	align-items:center;
	height:42px;
	border-radius:5px;
	overflow:hidden;
	font-size:14.4px;
	color:#fff;
	transition:all 0.2s;
}
.share-post .social-item a:hover{
	filter: saturate(1.5) brightness(1.2);
}
.share-post .social-item a i{
	width:42px;
	flex-shrink:0;
	height:100%;
	display:flex;
	align-items:center;
	justify-content:center;
	font-size:16px;
	transition:all 0.3s;
}
.share-post .social-item a span{
	display:flex;
	height:100%;
	align-items:center;
	justify-content:center;
	padding:0 15px;
	transition:all 0.3s;
}

.share-post .social-item a.facebook{
	background-color: #3b5998;
}

.share-post .social-item a.twitter{
	background-color: #1da1f2;
}

.share-post .social-item a.linkedin{
	background-color: #0077b5;
}

.share-post .social-item a.email{
	background-color: #ea4335;
}

.share-post .social-item a span{
	background-image: linear-gradient(90deg, rgba(0, 0, 0, .12), transparent);
}

.related-posts .post-item + .post-item{
	margin-top:10px;
}
.related-posts .post-item a{
	font-size:16px;
	line-height:1.5;
	position:relative;
	padding:0 0 0 15px;
	display:inline-block;
}
.related-posts .post-item a:hover{
	text-decoration:underline;
}
.related-posts .post-item a:before{
	content:'\f0da';
	font-family:'fontawesome';
	position:absolute;
	left: 0;
	top: 4px;
	line-height: 1;
	font-size: 15px;
	color: #9f6610;
	transition:all 0.3s;
}
.related-posts .post-item a:hover:before{
	transform:translatex(2px);
}


/* Contact Us */
.icon-box.ic-lh .icon-box-img{
	height:48px;
	width:48px !important;
	border-radius:50%;
	background:#F5F2EA;
}
.icon-box.ic-lh .icon-box-img img{
	width:28px;
}
.col-form-lh > .col-inner{
	padding:30px;
	border-radius:15px;
	box-shadow: 0 20px 25px -5px #0000001a, 0 8px 10px -6px #0000001a;
	background:#fff;
}
.form-lh {
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	row-gap:10px;
}
.form-lh .row-input.r50{
	width:calc(50% - 15px);
}
.form-lh .row-input.r100{
	width:100%;
}
.form-lh p.label{
	font-weight:500;
	margin:0 0 3px;
}
.form-lh textarea{
	min-height:150px;
}
form .form-lh input[type=submit]{
	height:unset;
	padding:16px 48px;
	text-transform:capitalize;
	font-size:18px;
	font-weight:600;
}
/* Footer */
.col-f:not(.col1f){
	padding-top:30px;
}
.col1f{
	flex-basis: 30%;
	max-width: 30%;
}
.col2f,.col3f{
	flex-basis: 22%;
	max-width: 22%;
	padding-left:45px;
}
.col4f{
	flex-basis: 26%;
	max-width: 26%;
}
.logo-f {
	max-width:200px;
}
.txt-logo-f p{
	font-size:15px;
}
.title-f{
	margin:0 0 15px;
}
.title-f p{
	margin:0;
	font-size:19px;
	font-weight:600;
	color:var(--vang) !important;
}
.menu-f .ux-menu-link + .ux-menu-link{
	margin-top:13px !important;
}
.menu-f .ux-menu-link a{
	padding:2px 0;
	min-height:unset;
	line-height:1.4;
	font-size:15px;
}
.menu-f .ux-menu-link a:hover{
	color:var(--vang) !important;
}
.menu-f .ux-menu-link:first-child a{
	padding-top:0;
}
.contact-f p{
	margin:0;
	font-size:15px;
}
.contact-f p + p{
	margin-top:17px;
}
.contact-f p i{
	width:20px;
	color:var(--vang);
}
.col-cp > .col-inner{
	border-top:1px solid rgba(255,255,255,0.3);
	padding-top:30px;
	padding-bottom:20px;
	margin-top:20px;
}
.col-cp .txt-coppy p{
	margin:0 0 8px;
	font-size:15px;
	color:rgba(255,255,255,0.8) !important;
}
.col-cp .menu-cp{
	justify-content:center;
	flex-direction:row;
	gap:12px 20px;
}
.col-cp .menu-cp a{
	font-size:14.4px;
	color:rgba(255,255,255,0.7) !important;
}
.col-cp .menu-cp a:hover{
	color:rgba(255,255,255,1) !important;
}


/* Home */
a.button.btn-ic-right-fa i:before{
	content:'\f061';
	font-family:'fontawesome';
}
.row.row-title-sec-link .col-link a.button{
	margin:0;
}
.row.row-title-sec-link .col-link a.button:hover{
	color:#d08d12;
}
.txt-label-sec p{
	letter-spacing:1.4px;
	font-size:14px;
	font-weight:700;
	margin:0 0 5px;
}
.title-sec h2{
	font-size:48px;
	line-height:1.2;
	margin:0;
}
.sec-banner-home .section-bg-overlay{
	background: linear-gradient(to bottom, rgb(7 30 83 / 30%), rgb(15 23 42 / 70%) 90%);
}
.sec-banner-home .txt-label p{
	letter-spacing:1.6px;
}
.sec-banner-home h1 em{
	font-weight:300;
}
.sec-banner-home .col-btn > .col-inner{
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	justify-content:center;
	gap:15px 20px;
}
.sec-banner-home .col-btn a.button{
	margin:0;
	box-shadow:none !important;
	border-radius:99px;
	border:1px solid var(--vang2);
	background-color:var(--vang2) !important;
	color:#142243;
	min-width:230px;
	padding:8px 25px;
	font-size:16px;
}
.sec-banner-home .col-btn a.button:hover{
	background-color:#fff !important;
	border-color:#fff;
}
.sec-banner-home .col-btn a.button.btn-sv{
	border-color:rgba(255,255,255,0.5);
	background-color:#142243 !important;
	color:#fff;
}
.sec-banner-home .col-btn a.button.btn-sv:hover{
	background-color:#192e61 !important;
}

.sec-about-home .icon-box.ic-lb .icon-box-img{
	width:48px !important;
	height:48px;
	border-radius:50%;
	background:#F5F2EA;
	margin-bottom:10px;
}
.sec-about-home .icon-box.ic-lb .icon-box-img img{
	width:28px;
}
.sec-about-home .icon-box.ic-lb h3{
	font-size:20px;
	font-family: "Playfair Display", serif !important;
	line-height:1.35;
	margin:0 0 10px;
}

.sec-service-home .box-service > .col-inner{
	height:100%;
	background:#fff;
	border-radius:15px;
	overflow:hidden;
	box-shadow:0 10px 20px rgb(0 0 0 / 15%);
	transition:all 0.3s;
	display:flex;
	flex-direction:column;
}
.sec-service-home .box-service > .col-inner:hover{
	transform:translatey(-8px);
	box-shadow:0 18px 35px rgb(0 0 0 / 20%);
}
.sec-service-home .box-service > .col-inner > a.plain{
	flex:1;
}
.sec-service-home .box-service .img.img-banner{
	margin:0;
}
.sec-service-home .box-service .icon-box{
	margin-top:-63px;
}
.sec-service-home .box-service .icon-box .icon-box-img{
	margin:0 0 15px 15px;
	width:48px !important;
	height:48px;
	background:#fff;
	border-radius:50%;
}
.sec-service-home .box-service .icon-box .icon-box-img img{
	width:26px;
}
.sec-service-home .box-service .icon-box .icon-box-text{
	padding:25px 20px 20px;
}
.sec-service-home .box-service .icon-box h3{
	/* 	font-family: "Playfair Display", serif !important; */
	font-size:24px;
	color:var(--xanh);
	transition:all 0.3s;
}
.sec-service-home .box-service > .col-inner:hover .icon-box h3{
	/* 	color:var(--vang2); */
}
.sec-service-home .box-service .icon-box p{
	font-size:15px;
	line-height:1.35;
	margin:0 0 8px;
	position:relative;
	padding:0 0 0 28px;
}
.sec-service-home .box-service .icon-box p:before{
	content:'';
	position:absolute;
	left:0;
	top:0;
	width:23px;
	height:23px;
	background:url(/wp-content/uploads/2026/03/check-style.svg) no-repeat;
	background-position:center;
	background-size:contain;
}
.sec-service-home .box-service a.button{
	margin:0 auto 30px;
	padding:8px;
	width:calc(100% - 40px);
	min-height:unset;
	background-color:transparent !important;
	color:var(--xanh);
	box-shadow:none !important;
	font-weight:600;
	font-size:15px;
	text-align:left;
	display:flex;
	align-items:center;
	justify-content:center;
	border:1px solid var(--xanh);
	border-radius:6px;
	text-transform:initial;
}
.sec-service-home .box-service a.button:hover{
	background-color:rgba(0,0,0,0.12) !important;
}
.sec-service-home .box-service a.button i{
	transform:translatey(2px);
	transition:all 0.3s;
}
.sec-service-home .box-service a.button i:before{
	content:'\f061';
	font-family:'fontawesome';
}
.sec-service-home .box-service > .col-inner a.button:hover i{
	transform:translatex(10px) translatey(2px);
}
.sec-service-home .box-service > .col-inner:hover a.button{
	/* 	color:var(--vang2); */
}
.sec-feedback {

}
.box-feedback > .col-inner{
	height:100%;
	background:#F9FAFB;
	background:var(--xanh);
	padding:35px 30px 30px;
	border-radius:15px;
	border:1px solid #f6f3f4;
	display:flex;
	flex-direction:column;
}
.box-feedback .five-star{
	text-align:center;
	display:flex;
	align-items:center;
	justify-content:center;
	gap:5px;
	padding:0 0 20px;
}
.box-feedback .five-star i{
	font-size:14px;
	color:var(--vang);
}
.box-feedback .txt-cmt{
	flex:1;
}
.box-feedback .txt-cmt p{
	font-style:italic;
	line-height:1.5;
	color:#4a5565;
	color:#e9e9e9;
	margin:0 0 20px;
}

.box-feedback .box .box-image{
	width:70px !important;
	height:70px;
	border-radius:50%;
}
.box-feedback .box .box-text{
	padding:10px 0 0;
}
.box-feedback .box h4{
	font-family: "Playfair Display", serif !important;
	font-size:17px;
	color:var(--xanh);
	color:#dddddd;
	margin:0 0 5px;
}
.box-feedback .box p{
	margin:0;
	text-transform:uppercase;
	color:var(--vang2);
	letter-spacing:1.4px;
	font-size:12px;
	font-weight:500;
}

.slider-feedback .owl-item .col.box-feedback{
	padding-bottom:20px;
}
.slider-feedback .owl-dots{
	padding:0 0 0 15px;
	text-align:left;
}
.slider-feedback .owl-dots button{
	margin:0 7px 0 0;
}
.slider-feedback .owl-dots button span{
	margin:0 !important;
}
.slider-feedback .owl-dots button.active span{
	width:40px !important;
}
.row.slider-feedback > div.owl-nav.owl-nav {
	width: max-content !important;
	display:flex;
	gap:10px;
	align-items:center;
}
.slider-feedback .owl-nav{
	top:unset;
	bottom:0;
	left:unset;
	right:15px;
	transform:unset;
}
.slider-feedback .owl-nav button{
	position:relative;
	left:unset;
	right:unset;
	top: unset;
	transform: unset;
}

.sec-blog-home .post-item .post-title a{
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size:16px;
}
.sec-blog-home .post-item .from_the_blog_excerpt {
	-webkit-line-clamp: 2;
}
.sec-blog-home .post-1 .post-item .post-title a{
	font-size:20px;
}



.sidebar-menu .nav-sidebar li > a{
	color:var(--xanh);
}
.sidebar-menu .nav-sidebar > li > a{
	font-size:16px;
	color:var(--xanh);
}


/* Danh mục sản phẩm */
.shop-page-title {
	display:none;
}
.banner-danh-muc{
	display:flex;
	align-items:center;
	justify-content:center;
	position:relative;
	min-height:50vh;
	padding:80px 15px;
}
.banner-danh-muc:before{
	content:'';
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background: rgba(0, 0, 0, 0.3);
	z-index:2;
	pointer-events:none;
}
.banner-danh-muc .img-thum{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:1;
	pointer-events:none;

}
.banner-danh-muc .img-thum img{
	width:100%;
	height:100%;
	object-fit:cover;
}
.banner-danh-muc .content-banner-danh-muc{
	position:relative;
	z-index:3;
}
.banner-danh-muc h1.title-danh-muc-sp{
	font-family: "Playfair Display", serif !important;
	color:#fff;
	margin:0 0 15px;
	text-align:center;
}
.banner-danh-muc .mo-ta-danh-muc{
	text-align:center;
	color:#fff;
	font-size:17.6px;
}
.product-style .col-inner,
.product-small .col-inner{
	height:100%;
	background:#fff;
	transition:all 0.3s;
	box-shadow: 0 3px 6px -4px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23);
}
.product-small .title-wrapper{
	padding:0 10px;
}
.product-small .gia-tour{
	padding:5px 10px 0;
	font-size:18px;
	font-weight:700;
	color:#e10000;
}
.product-small .box-text{
	padding:10px 0 0;
}
.product-small .product-title{
	margin:0 0 6px;
}
.product-small .product-title a{
	margin:0;
	font-size:16px;
	font-weight:500;
	color:var(--xanh);
	line-height:1.35;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	min-height:44px;
}
.product-small .tt-tour{
	padding:15px 10px 20px;
}
.product-small .tt-tour span{
	display:block;
	line-height:1.35;
	font-size:14.4px;
	color:#3d3d3d;
}
.product-small .tt-tour span + span{
	margin-top:8px;
}
.product-small .tt-tour span i{
	color:#777777;
	width:23px;
}
.product-small .box-bottom{
	display:flex;
}
.product-small .box-bottom .btn-book{
	width:45%;
	flex-shrink:0;
	position:relative;
}
.product-small .box-bottom .btn-view{
	width:55%;
	flex-shrink:0;
	position:relative;
}
.product-small .box-bottom a{
	display:flex;
	align-items:center;
	justify-content:center;
	height:45px;
	width:100%;
	padding:5px;
	border:none;
	background:#E6F1FF;
	margin:0;
	color:#0f172a;
	position:relative;
	font-weight:600;
	font-size:14.4px;
}
.product-small .box-bottom .btn-book a:before{
	content:'';
	position:absolute;
	top:0;
	right:-23px;
	width:25px;
	height:100%;
	clip-path: polygon(0 0, 0% 100%, 100% 50%);
	clip-path: polygon(10% 0, 100% 50%, 10% 100%, 0 100%, 0 0);
	background:#E6F1FF;
	z-index:1;
	transition:all 0.3s;
}
.product-small .box-bottom .btn-book a:hover,
.product-small .box-bottom .btn-book a:hover:before{
	background:#cae0fb;
}
.product-small .box-bottom .btn-view a{
	background:#FF5A00;
	background:#c68514;
	color:#fff;
}
.product-small .box-bottom .btn-view a:hover{
	background:#FF5A00;
}


/* Chi tiết sản phẩm */
.banner-img-product{
	position:relative;
}

.banner-img-product .box-album-number{
	position: absolute;
	right: 12px;
	bottom: 12px;
	z-index: 3;
	width: max-content;
	padding: 8px 12px;
	background: rgba(28, 28, 28, 0.75);
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
	border-radius: 6px;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.2;
	cursor:pointer;
}
.banner-img-product .box-album-number i{
	margin-right:5px;
}
.banner-img-product .ga-img-product .box-img:nth-child(n + 6){
	display:none;
}
.ga-img-product.album-grid{
	display: grid;
	grid-template-columns: 1fr 2fr 1fr;
	gap: 10px;
	align-items: stretch;
}
.ga-img-product.album-grid .box-img{
	overflow: hidden;
}
.ga-img-product.album-grid .box-img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
/* ảnh lớn ở giữa */
.ga-img-product.album-grid .box-img:nth-child(1){
	grid-column: 2 / 3;
	grid-row: 1 / 3;
}
/* cột trái trên */
.ga-img-product.album-grid .box-img:nth-child(2){
	grid-column: 1 / 2;
	grid-row: 1 / 2;
}
/* cột trái dưới */
.ga-img-product.album-grid .box-img:nth-child(3){
	grid-column: 1 / 2;
	grid-row: 2 / 3;
}
/* cột phải trên */
.ga-img-product.album-grid .box-img:nth-child(4){
	grid-column: 3 / 4;
	grid-row: 1 / 2;
}
/* cột phải dưới */
.ga-img-product.album-grid .box-img:nth-child(5){
	grid-column: 3 / 4;
	grid-row: 2 / 3;
}
.ga-img-product.album-grid .box-img:nth-child(1){
	height: 600px;
}
.ga-img-product.album-grid .box-img:nth-child(2),
.ga-img-product.album-grid .box-img:nth-child(3),
.ga-img-product.album-grid .box-img:nth-child(4),
.ga-img-product.album-grid .box-img:nth-child(5){
	height:295px;
}

.ga-img-product.album-slider{
	display:flex;
	overflow:auto;
}

.ga-img-product .owl-dots{
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
}
.ga-img-product .owl-dots button{
	margin:0;
}
.ga-img-product .owl-dots button span{
	width:6px !important;
	height:6px !important;
	margin:0 3px !important;
}

.ic-top-title-pro .icon-box-text{
	padding:0 0 0 3px !important;
}
.ic-top-title-pro p{
	margin:0;
	font-weight:500;
	font-size:15px;
}
h1.product-title{
	font-size:42px;
	line-height:1.3;
	font-family: "Playfair Display", serif !important;
	margin:0;
}
.price-page {
	font-size:16px;
	margin:0 0 15px;
}
.price-page span{
	font-size:30px;
	color:var(--do);
/* 	font-family: "Playfair Display", serif !important; */
	font-weight:700;
	line-height:1;
}
.data-tour{
	display:flex;
	flex-wrap:wrap;
	gap: 15px 30px;
	margin-bottom:30px;
}
.data-tour span{
	display:flex;
	align-items:center;
	font-size:18px;
	font-weight:500;
}
.data-tour span i{
	width:40px;
	height:40px;
	flex-shrink:0;
	display:flex;
	align-items:center;
	justify-content:center;
	border-radius:50%;
	background:#e4a419;
	color:#fff;
	margin-right:6px;
	font-size:16px;

}
.row-sidebar-page-pro > .col-content:last-child{
	padding-bottom:0;
}
.row-sidebar-page-pro > .col-content > .col-inner{
	padding:20px;
	border-radius:15px;
	border:1px solid #ececec;
	background:#E6F1FF;
	overflow:hidden;
}
.row-sidebar-page-pro .col-support a.button{
	margin:0;
	width:100%;
	font-size:18px;
	font-weight:500;
	border-radius:10px;
	padding:6px;
	background-color:#208b2f;
}
.row-sidebar-page-pro .col-support a.button.btn-hotline2{
	margin-top:12px;
	background-color:#c30000;
}
.related-products-wrapper {
	border:none;
}
.related-products-wrapper h3.product-section-title{
	display:none;
}
.row-sidebar-page-pro .col-content.col-book > .col-inner{
	border:2px solid var(--vang);
	padding:0;
	background:#fff;
}
.row-sidebar-page-pro .col-content.col-book .txt-title{
	padding:20px;
	background:var(--vang);
}
.row-sidebar-page-pro .col-content.col-book .form-book-tour{
	padding:20px;
}
.form-book-tour input{
	width:100%;
	height:42px !important;
}
.form-book-tour input[type=submit]{
	font-size:15px;
	font-weight:500;
	height:50px !important;
}
.form-book-tour p.label{
	font-size:15px;
	font-weight:500;
	margin:0 0 3px;
}




.contact-fix{
	position:fixed;
	bottom:30px;
	right:20px;
	display:flex;
	flex-direction:column;
	gap:10px;
	z-index:15;
	justify-content:center;
	align-items:center;
}
.contact-fix a{
	width:45px;
	height:45px;
	display:flex;
	align-items:center;
	justify-content:center;
	border-radius:50%;
	background:var(--xanh);
	right:-50px;
	/* 	right:50%; */
	transform:translatex(50%);
	position:absolute;
	opacity:0;
	visibility:hidden;
	transition: all 300ms ease-in;
}
.contact-fix.active a{
	right:50%;
	opacity:1;
	visibility:visible;
}
.contact-fix a.t1{
	top:-165px;
}
.contact-fix a.t2{
	top:-110px;
}
.contact-fix a.t3{
	top:-55px;
}
.contact-fix.active a.t1{
	transition: all 300ms ease-in, right 300ms 0ms, opacity 300ms 0ms;
}
.contact-fix.active a.t2{
	transition: all 300ms ease-in, right 300ms 150ms, opacity 300ms 150ms;
}
.contact-fix.active a.t3{
	transition: all 300ms ease-in, right 300ms 300ms, opacity 300ms 300ms;
}
.contact-fix.active a.t4{
	transition: all 300ms ease-in, right 300ms 450ms, opacity 300ms 450ms;
}
.contact-fix.active a.t5{
	transition: all 300ms ease-in, right 300ms 600ms, opacity 300ms 600ms;
}
.contact-fix.active a.t6{
	transition: all 300ms ease-in, right 300ms 750ms, opacity 300ms 750ms;
}

.contact-fix a.whatsapp{
	background:#3BBC4D;
}
.contact-fix a.zalo{
	background:#0058D9;
}
.contact-fix a.hotline{
	background:#dc0709;
}

.contact-fix a img{
	width:25px;
}
.contact-fix a.hotline img{
	width:22px;
}

.contact-fix .btn-toggle{
	width:55px;
	height:55px;
	background:#0027D9;
	border-radius:50%;
	display:flex;
	align-items:center;
	justify-content:center;
	cursor:pointer;
	margin-top:10px;
	position:relative;
}
.contact-fix .btn-toggle:before{
	content:'';
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	width:calc(100% - 5px);
	height:calc(100% - 5px);
	background: #0027D9;
	border-radius:50%;
	z-index:1;
	animation: box-zoom 1.5s linear infinite;
	transform-origin: 50% 50%;
}
@keyframes box-zoom{
	0% {
		width:calc(100% - 5px);
		height:calc(100% - 5px);
		opacity:0;
	}
	60% {
		width:calc(100% + 20px);
		height:calc(100% + 20px);
		box-shadow: 0 0 0 0 transparent;
		opacity:0.8;
	}
	100% {
		width:calc(100% + 35px);
		height:calc(100% + 35px);
		box-shadow: 0 0 0 0 transparent;
		opacity:0;
	}
}
.contact-fix .btn-toggle img{
	position:relative;
	z-index:2;
	width:33px;
}
@media only screen and (max-width:1200px){
	.sec-banner-page{
		min-height:300px !important;
	}
	.col2f, .col3f {
		flex-basis: 20%;
		max-width: 20%;
		padding-left: 15px;
	}
	.col4f {
		flex-basis: 30%;
		max-width: 30%;
	}
	.products .product-small.col,
	.related-products-wrapper .product-small.col{
		flex-basis: calc(100% / 3);
		max-width: calc(100% / 3);
	}
	.ga-img-product.album-grid .box-img:nth-child(1){
		height: 450px;
	}
	.ga-img-product.album-grid .box-img:nth-child(2),
	.ga-img-product.album-grid .box-img:nth-child(3),
	.ga-img-product.album-grid .box-img:nth-child(4),
	.ga-img-product.album-grid .box-img:nth-child(5){
		height: 225px;
	}

}
@media only screen and (max-width:991px){
	.col1f {
		flex-basis: 100%;
		max-width: 100%;
		text-align:center;
	}
	.logo-f {
		margin: 0 auto;
	}
}

@media only screen and (max-width:849px){
	.order-1-tablet{
		order:-1;
	}
	.f36 * {
		font-size: 32px;
	}
	.sec-banner-page .title-page h1 {
		font-size: 40px;
	}
	.col2f, .col3f {
		flex-basis: 30%;
		max-width: 30%;
	}
	.col4f {
		flex-basis: 40%;
		max-width: 40%;
	}
	.col-f:not(.col1f) {
		padding-top: 0px;
	}
	.form-lh .row-input.r50 {
		width: calc(50% - 10px);
	}
	.sec-2-about .col-item > .col-inner {
		padding: 25px 15px;
	}
	#post-list .post-item{
		flex-basis: 50%;
		max-width: 50%;
	}
	.page-title.blog-featured-title h1.entry-title {
		font-size: 26px;
	}
	.page-title.blog-featured-title .page-title-inner {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.blog-wrapper.blog-single article.post {
		margin: 30px 0 !important;
		background: transparent;
		padding: 0;
		box-shadow: unset;
		border-radius: unset;
	}
	.title-sec h2 {
		font-size: 40px;
	}
	.products .product-small.col,
	.related-products-wrapper .product-small.col{
		flex-basis: calc(100% / 2);
		max-width: calc(100% / 2);
	}
	h1.product-title {
		font-size: 34px;
	}
	.form-book-tour input {
		height: 45px !important;
	}
	.ga-img-product.album-grid .box-img:nth-child(1){
		height: 300px;
	}
	.ga-img-product.album-grid .box-img:nth-child(2),
	.ga-img-product.album-grid .box-img:nth-child(3),
	.ga-img-product.album-grid .box-img:nth-child(4),
	.ga-img-product.album-grid .box-img:nth-child(5){
		height: 145px;
	}

}

@media only screen and (max-width:568px){
	.order-1{
		order:-1;
	}
	.f36 * {
		font-size: 26px;
	}
	.sec-banner-page .title-page h1 {
		font-size: 34px;
	}
	.col-f{
		flex-basis: 100% !important;
		max-width: 100% !important;
	}
	.col1f {
		text-align: left;
	}
	.logo-f {
		max-width: 130px;
		margin: 0;
	}
	.col-form-lh > .col-inner {
		padding: 20px;
	}
	.form-lh .row-input.r50 {
		width: 100%;
	}
	.form-lh {
		row-gap: 0;
	}
	form .form-lh input[type=submit] {
		padding: 7px 35px;
		font-size: 16px;
	}
	.sec-1-about .col-img .box {
		padding: 0 0 30px 15px;
	}
	.sec-1-about .col-img .box .box-text {
		padding: 10px 20px 20px;
	}
	.sec-1-about .col-img .box .box-text p {
		font-size: 14px;
		font-weight: 600;
	}
	.post-item .post-title a {
		font-size: 17px;
	}
	#post-list .post-item{
		flex-basis: 100%;
		max-width: 100%;
	}
	.share-post .social-item a {
		height: 40px;
		font-size:15px;
	}
	.share-post .social-item a i {
		width: 40px;
		font-size: 16px;
	}
	.sec-banner-home .col-btn a.button {
		font-size: 15px;
	}
	.title-sec h2 {
		font-size: 28px;
	}
	.sec-service-home .box-service .icon-box .icon-box-text {
		padding: 20px 15px;
	}
	.sec-service-home .box-service a.button {
		/* 		padding: 0 0 25px 15px; */
	}
	.sec-service-home .box-service .icon-box h3 {
		font-size: 22px;
	}
	.box-feedback > .col-inner {
		padding: 35px 15px 30px;
	}
	.sec-blog-home .post-1 .post-item .post-title a,
	.sec-blog-home .post-item .post-title a{
		font-size: 17px;
		-webkit-line-clamp: unset;
	}
	.sec-blog-home .post-item .box-image .image-cover{
		padding-top:56.25% !important;
	}
	.row-goi-dichvu .box-goi > .col-inner {
		padding: 20px;
	}
	.row-step-dv{
		flex-wrap:nowrap;
		overflow-x:scroll;
	}
	.row-step-dv > .col{
		flex-basis: unset;
		max-width: unset;
		width: calc(100vw / 4);
		min-width:130px;
		flex-shrink: 0;
		padding: 0 5px !important;
	}
	.col-form-dv > .col-inner {
		padding: 25px 20px;
	}
	.form-dv .r50 {
		width: 100%;
	}
	.products .product-small.col,
	.related-products-wrapper .product-small.col{
		flex-basis: calc(100% / 1);
		max-width: calc(100% / 1);
	}
	.product-small .product-title a {
		min-height: unset;
	}
	h1.product-title {
		font-size: 24px;
	}
	.data-tour span {
		font-size: 16px;
	}
	.data-tour span i {
		width: 33px;
		height: 33px;
		margin-right: 4px;
		font-size: 13px;
	}
	.ga-img-product.album-grid{
		display:block;
	}
	.ga-img-product.album-grid .box-img{
		height:unset !important;
		display:block !important;
		position:relative;
		padding-top:60%;
	}
	.ga-img-product.album-grid .box-img img{
		position:absolute;
		top:0;
		left:0;
		width:100%;
		height:100%;
		object-fit:cover;
	}
	.banner-img-product .box-album-number{
		display:none;
	}
	.price-page {
		margin: 0 0 20px;
	}
	.price-page span{
		font-size:22px;
	}
}

@media only screen and (max-width:440px){

}