/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
.header-wrapper.stuck,
.header-wrapper.stuck .header-main {
	background: #fff !important;
	box-shadow: 0 6px 20px rgba(0,0,0,0.10);
}

.header-wrapper.stuck .header-main .nav > li > a,
.header-wrapper.stuck .header-main .nav > li > a span {
	color: #0B4A3A !important;
}

.header-wrapper.stuck .header-main .nav > li.active > a,
.header-wrapper.stuck .header-main .nav > li.current-menu-item > a,
.header-wrapper.stuck .header-main .nav > li > a:hover {
	color: #B88A3C !important;
}

.header-wrapper.stuck .header-main .button,
.header-wrapper.stuck .header-main .header-button .button {
	background: #B88A3C !important;
	border-color: #B88A3C !important;
	color: #fff !important;
	border-radius: 999px;
}

@media (min-width: 1350px){
	.container-width, .full-width .ubermenu-nav, .container, .row { 
		padding: 0px var(--section);
	}
	header .container{
		padding: 0px var(--section);
	}
}
@media (max-width: 1350px){
	.container-width, .full-width .ubermenu-nav, .container, .row { 
		padding: 0px 35px;
	}
	header .container{
		padding: 0px 35px;
	}
}

.btn_read {
    background: linear-gradient(90deg, #0B4A3A 0%, #0F5E46 100%);
    font-weight: 400;
    font-size: 0.9rem;
    padding: 0rem 1.5rem;
}
.custom_title h2{
	font-size: 2.5rem;
	font-weight: 700;
	color: #0B4A3A;
	font-family: var(--font-text);
	text-transform: uppercase;
}

.custom_product .col{
	max-width: 40% !important;
	flex-basis: 40% !important;
}
.home_ss2 .row2{
	padding-right: 0px !important; 
}
.custom_product .box-image{
	border-radius: 30px;
	overflow: hidden;
}
.custom_product .box-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 30px;
}
.custom_product .product-title a {
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    color: #FFF;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 0;
    overflow: hidden;
	color: #B88A3C;
}
.custom_product .box-image:before {
    content: "";
    position: absolute;
    bottom: 0;
    border-radius: 0rem 0rem 0.9375rem 0.9375rem;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.80) 75.5%);
    width: 100%;
    height: 50%;
    z-index: 1;
}
.custom_product .box-text {
    padding: 30px;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.custom_product .box-text .overlay-tools{
	display: none;
}
.product-acf-info {
    display: flex;
    align-items: center;
    gap: 30px;
}
.product-acf-info .acf-item{
	 display: flex;
    align-items: center;
    gap: 6px;
	font-size: 18px;
}
.product-acf-info .acf-item i{
	color: var(--color-vang);
}
.product-price {
    display: flex;
    align-items: center;
    gap: 20px;
}
.product-price bdi {
    font-size: 1.1rem;
	color: #0B4A3A;
}
.discount-badge{
	background-color: var(--color-red);
	color: #fff;
	border-radius: 6px;
}
.discount-badge {
    background-color: var(--color-red);
    color: #fff;
    border-radius: 6px;
    padding: 6px;
    font-size: 16px;
    line-height: 1;
}
.product-price del bdi{
	font-size: 0.85rem;
}
.custom_title.sale h2{
	display: flex;
	gap: 10px;
	align-items: center;
}
.custom_title.sale h2:after {
    content: "";
    background: url(/wp-content/uploads/2025/10/sale.png) no-repeat;
    background-size: contain;
    width: 86px;
    height: 40px;
    display: block;
}

.layout_shortcode .box_img {
    width: 100%;
    max-height: 280px;
    height: 280px;
    overflow: hidden;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    transition: transform 1s ease;
}
.layout_shortcode .box_img:hover img {
    transform: scale(1.5);
    border-radius: 20px;
    transition: transform 1s ease;
}

.layout_shortcode .box_img a{
	display: block;
	height: 100%;
	width: 100%;
}
.layout_shortcode .box_img a img{
	height: 100%;
	width: 100%; 
	border-radius: 20px;
	object-fit: cover;
}
.layout_shortcode .box_content {
    background-color: #fff;
    border-radius: 20px;
    padding: 30px;
    margin-top: -30px;
    position: relative;
    z-index: 2;
}
.layout_shortcode .box_content h3.product-title {
    color: #1F2A24;
    font-size: 1rem;
    text-align: left;
    display: block;
    font-weight: 700;
}
.layout_shortcode .box_content .list_info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
}
.layout_shortcode .box_content .list_info .item {
    font-size: 18px;
    color: #6E776F;
    font-family: var(--font);
    display: flex;
    gap: 10px;
}
.layout_shortcode .box_content .list_info .item .text{
	display: flex;
	align-items: center;
	gap: 5px;
}
.layout_shortcode .box_content .list_info .item .text p {
    margin: 0px;
    background-color: #F7F3EA;
    font-size: 15px;
    padding: 0px 2px;
    color: #0F5E46;
}
.layout_shortcode .box_content .list_info .item .img{
	width: 17px;
	height: 17px;
	display: flex;
}
.layout_shortcode .box_content .list_info .item img{
	width: 100%;
	height: 100%;
	object-fit:cover;
}
.layout_shortcode  .product_bottom .box_price {
    display: flex;
    flex: 1;
    justify-content: space-between;
    align-items: end;
}
.layout_shortcode  .product_bottom{
	margin-top: 20px;
}
.layout_shortcode  .product_bottom .box_price .product-price {
    display: flex;
    align-items: flex-start;
    gap: 0px;
    flex-direction: column;
}
.layout_shortcode  .product_bottom .box_price .product-price .price_goc {
    font-size: 18px;
    color: #6E776F;
}
.layout_shortcode  .product_bottom .box_price .product-price .price-sale bdi {
    font-size: 20px;
    color: #0B4A3A;
    font-weight: 700;
}
.layout_shortcode .product_bottom a.btn_datngay {
    height: 2rem;
    min-height: unset;
    font-weight: 400;
    font-size: 16px;
    box-shadow: none;
    color: rgb(255, 255, 255);
    letter-spacing: 0px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 99rem;
    padding: 0px 1.5rem;
    background: linear-gradient(90deg, #0B4A3A 0%, #0F5E46 100%);
    outline: none;
    border-width: 0px;
    border-style: initial;
    border-color: initial;
    border-image: initial;
	white-space: nowrap;
}
.layout_shortcode .product-inner.text-center {
    height: 100%;
    border-radius: 20px;
    box-shadow: 0px 0px 3px #ccc;
}
.home_ss4{
	padding-top: 100px !important;
	padding-bottom: 200px !important;
}
.home_ss4:before{
   content: '';
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    width: 100%;
    border-radius: 3.75rem 3.75rem 0rem 0rem;
    background: linear-gradient(180deg, #0B4A3Ac9 0%, #0B4A3A 65%);
    z-index: 3;
    opacity: 0.8;
}
.home_ss4:after{
	content: '';
	height: 100%;
	width: 100%;
    left: 0;
    margin: 0 !important;
    padding: 0 !important;
    position: absolute;
    right: 0;
    top: 0;
	background-image: url(/wp-content/uploads/2025/10/HL1-9891-2.webp);
/* 	background-position: 50% -75%; */
    background-repeat: no-repeat !important;
    background-size: cover !important;
	z-index: 1;
}

.home_ss4 .section-content{
	z-index: 4;
}
.home_ss4 .title_img {
    width: 60.375rem;
    margin: 0 auto;
    max-width: 100%;
}
.home_ss4 .title_img img{
	width: 100%;
	height: 100%;
	object-fit:cover;
}
.home_ss4 .ss4_title h2 {
    text-align: center;
    color: #fff;
    font-size: 2.5rem;
    font-weight: 700;
    margin-top: -40px;
}
.khachhang_slider .row_slider{
	max-width: 34% !important;
	flex-basis: 34% !important;
	opacity: 1 !important;
	padding: 30px !important;
}
.khachhang_slider .row_slider.is-selected{
	transform: scale(.93) !important;
}
.khachhang_slider .row_slider .icon-box {
    position: absolute;
    bottom: calc(100% + 30px);
    width: 100%;
    padding: 0px 30px;
	z-index: 9;
}
.khachhang_slider .row_slider .icon-box .icon-box-img {
    padding: 5px;
    border: 2px solid #fff;
    border-radius: 50%;
    border-style: dashed;
    width: 80px;
    height: 80px;
}
.khachhang_slider .row_slider .icon-box .icon-box-img .icon,.khachhang_slider .row_slider .icon-box .icon-box-img .icon .icon-inner{
	width: 100%;
	height: 100%;
}
.khachhang_slider .row_slider .icon-box .icon-box-img .icon .icon-inner img{
	padding-top: 0px;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.khachhang_slider .row_slider .noidung_fb p {
    color: #fff;
    text-align: left;
    font-size: 1.1rem;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 30px;
}
.khachhang_slider .row_slider .box-image{
	overflow: inherit;
}
.khachhang_slider .row_slider .box-image:before {
    content: "";
    background: url(/wp-content/uploads/2025/10/1.png) no-repeat center;
    position: absolute;
    width: 3.7500rem;
    height: 3.7500rem;
    background-size: contain;
    bottom: -2rem;
    right: 1rem;
	z-index: 10;
}
.khachhang_slider .row_slider .icon-box h3{
	color: #fff;
	font-size: 1.1rem;
	font-weight: 700;
}
.khachhang_slider .row_slider .box-image:after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 9.375rem;
    z-index: 1;
    border-radius: 0rem 0rem 0.9375rem 0.9375rem;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.80) 81.5%);
}
.khachhang_slider .row_slider .icon-box p{
	color: #B88A3C;
}
.khachhang_slider .row_slider .col, .khachhang_slider .row_slider{
	padding-bottom: 0px !important;
}

.shop-page-title{
	display: none;
}
.about_ss1{
	padding-top: 200px !important;
	padding-bottom: 0px !important;
}
.about_ss1 .custom_title h3 {
    object-position: 50% 50%;
    color: #0B4A3A;
    font-size: 2.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    font-size: 2.5rem;
}
.about_ss2 .camket_text p {
    font-size: 2rem;
    line-height: 1.3;
    font-weight: 600;
    margin-bottom: 2.5rem;
    position: relative;
}
.about_ss2{
	margin-top: -150px;
	background: linear-gradient(180deg, #F9f9f9 13.71%, #F7F3EA 100%);
    margin-top: -5.625rem;
}
.about_ss2 .num__item .number_text {
    font-weight: 500;
    color: #6E776F;
	font-size: 1rem;
}
.about_ss2 .num__item .number-run {
    color: #0B4A3A;
    text-align: center;
    font-size: 3.75rem;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1;
    display: flex;
    column-gap: 0.25rem;
    align-items: flex-start;
}
.about_ss2 .num__item .number-run span.charter {
    font-size: 30px;
}
.list_num .col{
	border-right: 1px solid #ccc;
	padding-bottom: 0px !important;
}
.list_num .col:nth-child(2), .list_num .col:nth-child(3){
	padding-left: 40px;
}
.list_num .col:nth-child(4){
	border-right: 0px;
	padding-left: 40px;
}
.about_ss3:before {
    background: linear-gradient(180deg, #0B4A3A 0%, var(--Color-2, #0F5E46) 60.5%);
    opacity: 1;
}
.about_ss3 .list_step .col{
	max-width: 20%;
	flex-basis: 20%;
}
.about_ss3 .list_step .icon-box-text h3{
	color: #fff;
	font-size: 23px;
	font-weight: 600;
}
.about_ss3 .list_step .process-index {
    text-align: center;
    font-size: 5.25rem;
    font-weight: 600;
    line-height: 110%;
    text-transform: capitalize;
    background: linear-gradient(180deg, #F9E4A2 0%, rgba(255, 241, 186, 0) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: all 0.5s;
}
.about_ss3 .list_step .process-item-dot {
    display: flex;
    width: 1.5rem;
    height: 1.5rem;
    background-color: rgba(184, 184, 184, 0.1);
    border-radius: 50%;
    object-fit: cover;
    position: relative;
    z-index: 3;
    margin-top: 0.25rem;
}
.about_ss3 .list_step .process-item-dot:before {
    display: flex;
    content: "";
    background-color: white;
    width: 0.5rem;
    height: 0.5rem;
    position: absolute;
    top: 0.5rem;
    left: 0.5rem;
    border-radius: 50%;
    z-index: 5;
}
.about_ss3 .list_step .icon-box-text{
	position: relative;
}
.about_ss3 .list_step .icon-box-text:after {
    content: "";
    width: calc(100% + 30px);
    height: 1px;
    position: absolute;
    top: calc(50% - 16px);
    left: 0.5rem;
    z-index: 1;
    background-color: #B88A3C;
}
.about_ss3 .list_step .col:nth-child(5) .process-item-dot:after{
	display: none;
}
.lienhe_ss1{
	margin-top:0px;
}
.lienhe_ss1 .row .col:nth-child(1){
	padding-top: 0px;
}
.lienhe_ss1 .title h3{
	margin-bottom: 10px;
}
.lienhe_ss1 .title p {
    color: #6a6a6a;
    font-weight: 500;
    font-size: 1.125rem;
    line-height: 1.5;
}
.lienhe_ss1 .fomr_tuvan .box_input{
	max-width: 100%;
	flex-basis: 100%;
}
.lienhe_ss1 .fomr_tuvan p{
	font-size: 18px;
	font-weight: 500;
	color: #000;
}
.box_list_product .product_bottom .box_price .product-price .price_goc span bdi{
		color: #000;
}

.product_detail_ss1{
	padding-bottom: 0px !important;
}
.product_detail_ss1 .product-gallery-slider, .product_detail_ss1 .product-gallery-slider img{
	border-radius: 10px;
}
.bao-gia-box {
    border: 1px solid #ccc;
    padding: 20px;
    border-radius: 20px;
}
.box_pdroduc_title {
    display: flex;
    flex-direction: column;
    gap: 20px;
    border-bottom: 2px solid #ccc;
}
.box_pdroduc_title .list_info{
	display: flex;
	align-items: center;
	gap: 30px;
}
.box_pdroduc_title .list_info .item{
	display: flex;
	align-items: center;
	gap: 5px;
}
.box_pdroduc_title .list_info .img {
    width: 18px;
    height: 18px;
	display: flex;
}
.box_pdroduc_title .list_info .img img{
	width: 100%;
	height: 100%; 
	object-fit: cover;
}
.box_pdroduc_title .list_info .item .text{
	display: flex;
	align-items: center; 
	gap: 5px;
	font-size: 18px;
}
.box_pdroduc_title .list_info .item .text p{
	margin-bottom: 0px;
	font-weight: 600;
}
.box_pdroduc_title h1 {
    color: #0B4A3A;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 0rem;
}
.box_pdroduc_title .product-price ins bdi {
    color: #B88A3C;
    font-size: 1.5rem;
}
.box_pdroduc_title .product-price {
}
.box_pdroduc_title .product-price .text {
    margin-top: 10px;
}
.box_pdroduc_title .product-price del bdi{
	font-size: 1rem;
	color: #000;
	 margin-top: 10px;
	display: inline-block;
}
.bao-gia-box .so-nguoi {
    border-radius: 0.9375rem;
    background: #F7F3EA;
    padding: 0.81rem 1.06rem 0.81rem 1.25rem;
    display: flex;
    align-items: center;
    margin-bottom: 0.87rem;
	gap: 30px;
}
.bao-gia-box .so-nguoi  .counter {
    display: flex;
    align-items: center;
}
.bao-gia-box .so-nguoi .counter button {
    height: 40px;
    width: 41px;
    background-color: #fff;
    margin: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
}
.bao-gia-box .so-nguoi .counter input{
	 height: 40px;
	width: 60px;
    background-color: #fff;
    margin: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.bao-gia-box .thong-bao {
    color: #B88A3C;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: flex;
    align-items: center;
    gap: 0.37rem;
    text-align: center;
    width: 100%;
}
.bao-gia-box .gia .gia-goc, .bao-gia-box .gia .gia-sale,.bao-gia-box .tong-gia {
    display: flex;
    justify-content: space-between;
    font-size: 18px;
}	
.bao-gia-box .gia del span.amount{
	opacity: 1 !important;
}	
.bao-gia-box .gia .gia-goc del span.amount bdi{
	color: #6E776F;
}
.bao-gia-box .gia .gia-sale bdi{
	font-weight: 500;
}
.bao-gia-box .gia{
	margin-top: 20px;
	display: flex;
	flex-direction: column;
	gap: 16px;
}
.bao-gia-box .gia span.value.tong-gia-value strong {
    font-size: 24px;
    color: #0B4A3A;
    font-weight: 700;
}
.bao-gia-box .so-nguoi label {
    font-size: 15px;
    font-weight: 500;
}
.bao-gia-box .lien-he{
	font-size: 15px;
	color: #B88A3C;
}
.bao-gia-box .actions {
    display: flex;
    flex-direction: column;
    align-items: center;
	gap: 20px;
}
.bao-gia-box .actions .btn{
	margin: 0;
    height: 2.625rem;
    border-radius: 6.25rem;
    color: #fff;
    text-align: center;
    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(90deg, #0B4A3A 0%, #0F5E46 100%);
    box-shadow: none;
    width: 100%;
}
.bao-gia-box .actions a.goi-ngay{
	color: #B88A3C;
    border-radius: 6.25rem;
    border: 1px solid #B88A3C;
    background: #F7F3EA;
}
.box_product_content ul {
    display: flex;
    flex-wrap: wrap;
}
.box_product_content ul li{
	max-width: 33.3333%;
	flex-basis: 33.3333%;
	font-size: 1rem;
	color: #000;
}
.box_product_content h3.title_gt {
    margin-top: 30px;
    color: #000;
    font-weight: 700;
    font-size: 32px;
    text-transform: uppercase;
}
.product-description h1, .product-description h2, .product-description h3, .product-description h4 {
    font-size: 28px;
    font-weight: 700;
}
.hanhtrinh .title {
    font-size: 28px;
    font-weight: 600;
	margin-bottom: 30px;
}
.form_datlich{
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.form_datlich .box_input{
	max-width: 30%;
	flex-basis: 30%;
}
.popup-tour-info img{
	width: 200px;
	height: 150px;
	object-fit: cover;
}
.popup-tour-info {
    display: flex;
    max-width: 100%;
    background: #F7F3EA;
    border-radius: 10px;
    margin-bottom: 30px;
}
.form_datlich .box_input p{
	font-size: 14px;
	color: #000;
}
.form_datlich .box_input input{
	border-radius: 6px;
	height: 45px;
}
.popup-box .popup-content {
    width: 31rem;
}
.popup-box{
	display: flex;
}
.popup-box .box_img {
    position: absolute;
    bottom: 0;
    right: 0;
    max-width: 31.8125rem;
	height: 100%;
}
.popup-box .box_img img{
	width: 100%;
	object-fit: cover;
	height: 100%;
}
.close-popup {
    z-index: 9999;
}
.popup-form .box_submit input {
    background-image: linear-gradient(90deg, #0B4A3A 0%, #0F5E46 100%);
    margin: 0px;
    border-radius: 37px;
    text-transform: math-auto;
}
.blog-single{
	padding-top: 120px !important;
}



@media only screen and (max-width: 900px) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
html, body {
  font-size: 8.5px;
}
.header .flex-row {
    height: 100%;
    width: 100%;
    min-width: 100%;
    padding: 0px 24px;
}
.container-width, .full-width .ubermenu-nav, .container, .row {
    padding: 0px 16px;
}
.product-acf-info .acf-item {
    font-size: 10px;
}	
.custom_title.sale h2:after {
    width: 70px;
    height: 20px;
}
.home_ss3 .tabbed-content .nav-vertical {
    width: 100%;
    flex-direction: row;
	margin-bottom: 30px;
}	
.home_ss3 .tabbed-content .nav-vertical li {
    border: 0px solid;
    max-width: 25%;
    flex-basis: 25%;
}
.home_ss3 .tabbed-content .nav-vertical li a {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.home_ss3 .tabbed-content .nav-vertical li a {
    font-size: 14px;
}	
.home_ss3 .tabbed-content .nav-vertical li a:before {
    width: 80px;
    height: 80px;

}
.home_ss3{
	padding-top: 20px !important;
}
.layout_shortcode .product {
    max-width: 50%;
    flex-basis: 50%;
}	
.layout_shortcode .box_content h3.product-title {
    font-size: 20px;
}	
.layout_shortcode .product_bottom a.btn_datngay {
    height: 41px;
    padding: 9px 20px;
}	
.product-price del bdi {
    font-size: 18px;
}	
.khachhang_slider .row_slider {
    max-width: 50% !important;
    flex-basis: 50% !important;
	padding: 16px !important;
}	

footer .menu_footer {
    flex-wrap: wrap;
	gap: 16px;
}	
	footer .menu_footer a {
    font-size: 18px;
}

.next-prev-thumbs li.has-dropdown:hover>.nav-dropdown, .no-js li.has-dropdown:hover>.nav-dropdown, li.current-dropdown>.nav-dropdown {
    left: -246px;
}	
.list_num .col {
    padding-bottom: 20px !important;
	border-right: 0px;
}	
.list_num .col:nth-child(2), .list_num .col:nth-child(3),.list_num .col:nth-child(4) {
    padding-left: 20px;
}	
.about_ss1 {
    padding-top: 111px !important;
}	
	.about_ss3 .list_step .col{
		max-width: 50%;
		flex-basis: 50%;
		padding: 20px 30px;
	}	
	.about_ss3 .list_step .process-index, .about_ss3 .list_step .icon-box-text:after{
		display: none;
	}
.about_ss3 .list_step .icon-box-text h3 {
    font-size: 15px;
}
.about_ss3 .list_step .icon-box-img {
    width: 80px !important;
}	

header.page_category_header{
	flex-wrap: wrap;
	gap: 30px;
}
header.page_category_header .box_title {
    max-width: 100%;
    flex-basis: 100%;
	
}	
	.product_header_title{
		margin-top: 0px !important;
	}
	.product_header_title .box_pdroduc_title h1 {
		font-size: 2.5rem;
	}
	.product_header_title .box_pdroduc_title .product-price .text {
		font-size: 2rem;
	}
	.product_header_title .box_pdroduc_title .product-price ins bdi {
		font-size: 2.5rem;
	}
	.product_header_title .box_pdroduc_title .product-price del bdi {
		font-size: 14px;;
		color: #000;
		margin-top: 10px;
		display: inline-block;
		text-decoration: line-through
	}
	.product_header_title .box_pdroduc_title {
		gap: 9px;
		border-bottom: 0px;
	}
 	.product_header_title .box_pdroduc_title .list_info {
		gap: 10px;
		flex-wrap: wrap;
	}
	.box_pdroduc_title .list_info .item {
		max-width: 100%;
		flex-basis: 100%;
	}
	.box_pdroduc_title .actions {
		display: flex;
		align-items: center;
		gap: 20px;
	}
	
	.box_pdroduc_title .actions .btn {
		margin: 0;
		height: 45px;
		border-radius: 30px;
		color: #fff;
		text-align: center;
		font-size: 16px;
		font-style: normal;
		font-weight: 500;
		line-height: normal;
		text-transform: uppercase;
		display: flex;
		align-items: center;
		justify-content: center;
		background: linear-gradient(90deg, #0B4A3A 0%, #0F5E46 100%);
		box-shadow: none;
		width: 100%;
	}
	.box_pdroduc_title .actions a.goi-ngay {
		color: #B88A3C;
		border-radius: 6.25rem;
		border: 1px solid #B88A3C;
		background: #F7F3EA;
	}
	.product-description p {
		font-size: 16px;
	}
	.product-description h1, .product-description h2, .product-description h3, .product-description h4 {
		font-size: 24px;
	}
	.box_product_content ul li {
		max-width: 46%;
		flex-basis: 46%;
		font-size: 16px;
	}
	.product_header_title p{
		font-size: 16px;
	}
	.quantam_ss2 .custom_title h3 {
		font-size: 30px;
		font-weight: 700;
	}
	.quantam_ss2 .layout_shortcode{
		overflow-x: scroll;
        display: flex;
        flex-flow: row;
	}
	.quantam_ss2 .layout_shortcode .product{
		min-width: 380px;
	}
	.popup-box .box_img{
		display: none;
	}
	.popup-box .popup-content {
		width: 100%;
	}
	.form_datlich .box_input {
		max-width: 47%;
		flex-basis: 47%;
	}
	.form_datlich .box_input input {
		height: 40px;
	}
	.form_datlich .box_submit{
		width: 100%;
		max-width: 100%;
		display: block;
		flex-basis: 100%;
	}
	.popup-form .box_submit input {
		height: 40px;
		font-size: 16px;
	}
	.lienhe_ss1 {
        padding-top: 80px !important;
    }
	
	
	

.layout_shortcode {
   margin: 0px !important;
}	
.layout_shortcode .product-inner.text-center {
    display: flex;
}
.layout_shortcode .box_content .list_info .item span, .layout_shortcode .box_content .list_info .item.khoi-hanh{
	display: none;
}	
.layout_shortcode .box_content .list_info .item {
    align-items: center;
}
.layout_shortcode .box_content .list_info .item .text {
    font-size: 14px;
	font-family: var(--font);
}	
.layout_shortcode .product_bottom .box_price .product-price .price_goc span:nth-child(1){
	display: none;
}
.layout_shortcode .product_bottom .box_price .product-price .price_goc span.amount{
		display: block;
	}
.layout_shortcode .product_bottom .box_price {
    flex-direction: column;
    align-items: flex-start;
	gap: 10px;
}
    .layout_shortcode .box_content {
        padding: 0px 0px 0px 20px;
        margin-top: 0px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
		max-width: 55%; 
		flex-basis: 55%;
    }
.layout_shortcode .box_content h3.product-title {
	font-size: 16px;
	line-height: 1.2;
}	
.layout_shortcode .product {
	max-width: 100%;
	flex-basis: 100%;
	padding-bottom: 20px !important;
}	
	.layout_shortcode .box_img{
		height: 100%;
	}	
.layout_shortcode .box_img {
	height: auto;
	max-width: 45%;
	flex-basis: 45%;
 }
.layout_shortcode .product_bottom {
    margin-top: 0px;
}
.layout_shortcode .product_bottom .box_price .product-price .price-sale bdi {
    font-size: 18px;
}	
 .layout_shortcode .product_bottom a.btn_datngay {
	 height: 36px;
	 width: 100%;
	 font-size: 14px;
 }	
.layout_shortcode .box_content .list_info {
    width: 100%;
}	
.layout_shortcode .product_bottom {
      margin-top: 0px;
      width: 100%;
 }
.layout_shortcode .product_bottom .box_price .product-price {
    flex-direction: row-reverse;
    gap: 10px;
}	
.layout_shortcode .product_bottom .product-price del bdi {
     font-size: 14px;
}	
	.home_ss4{
		padding-top: 30px !important;
	}	

.news-banner {
    padding: 5rem 30px !important;
}	
header.page_category_header .parent-cat a {
	font-size: 16px !important;
}	
.box_pdroduc_title .list_info .item .text {
    font-size: 16px;
}	
.product_header_title .box_pdroduc_title .product-price .text {
    font-size: 15px;
}
.product-description h1, .product-description h2, .product-description h3, .product-description h4 {
   font-size: 18px;
}	
.box_product_content h3.title_gt {
    font-size: 22px;
}	
    .box_product_content ul li {
        max-width: 100%;
        flex-basis: 100%;
    }	
	.quantam_ss2 .col{
		padding: 0px;
	}	
	.quantam_ss2 .layout_shortcode .product {
        min-width: 320px;
		padding: 0px 10px;
    }
	.quantam_ss2 .layout_shortcode .product-inner.text-center {
        flex-direction: column;
    }
	.quantam_ss2 .layout_shortcode .box_img {
        max-width: 100%;
        flex-basis: 100%;
    }
	.quantam_ss2 .layout_shortcode .box_content{
		width: 100%;
		max-width: 100%;
        flex-basis: 100%;
		padding: 10px;
	}
	 .quantam_ss2 .custom_title h3 {
        font-size: 24px;
    }
	.popup-tour-info img {
		width: 150px;
		height: 80px;
	}
	.popup-tour-info h3 {
		font-size: 16px;
		line-height: 1.1;
	}
	.close-popup {
		top: -8px;
		right: 6px;
	}
	
	.lienhe_ss1 {
        padding-top: 80px !important;
    }
}