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


@font-face {
	font-family: 'Montserrat';
	src: url('/wp-content/themes/flatsome-child/fonts/Montserrat-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Motherland';
	src: url('/wp-content/themes/flatsome-child/fonts/Motherland.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}


@font-face {
	font-family: 'MontserratBold';
	src: url('/wp-content/themes/flatsome-child/fonts/Montserrat-Bold.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}


body {
	font-family: 'Montserrat', sans-serif;
	--fs-font-size: 16px;
	--fs-color-hover:  #fce877;
}
.section-title-center span{
	position: relative;
}
.section-title-center span:before{
    content: '';
    position: absolute;
    top: 0px;
    left: -10px;
    background-color: var(--fs-color-primary);
    border-radius: 50%;
    width: 25px;
    height: 25px;
    z-index: -1;
}

.hd-contact-btn {
	display: flex;
}
.section-service .post-title a {
	font-weight: bolder;
	font-family: 'MontserratBold';
}
.custom-padding-0 {
	padding: 15px 5px 0 5px !important;
}
.hd-contact-btn .btn-hd {
	background-color: var(--fs-color-primary);
	border-radius: 10px;
	box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
	padding: 10px 30px;
	display: flex;
	align-items: center;
	width: max-content;
	transition: 0.4s ease-in;
}
.hd-contact-btn .btn-hd:hover {
	box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.1);
	background-color: var(--fs-color-hover);
	transition: 0.4s ease-in;
}
.hd-contact-btn .btn-hd:hover i {
	color: var(--fs-color-secondary) !important;
}
.hd-contact-btn .btn-hd:nth-child(1) {
	margin-right: 15px;
}
.hd-contact-btn .btn-hd:nth-child(1) i {
	font-size: 20px;
	color: #000;
}
.hd-contact-btn .btn-hd .icon {
	width: 40px;
	height: auto;
}
.hd-contact-btn .btn-hd span {
	font-size: 16px;
	line-height: 1.5;
	color: #000;
	font-weight: 600;
	margin-left: 5px;
}

#masthead ul.header-nav-main.nav-left {
	width: 400px;
}
#masthead ul.header-nav-main li{
	width: 100%;
}

#masthead ul.header-nav-main li form > div.flex-row {
	position: relative;
	border-radius: 4px;
	border: 1px solid var(--fs-color-secondary);
	padding: 4px 10px;
}

#masthead ul.header-nav-main li form > div.flex-row input {
	border: unset !important;
	box-shadow: unset !important;
	border-radius: unset !important;
}

#masthead ul.header-nav-main li form > div.flex-row button {
	background-color: var(--fs-color-primary);
	border-radius: 4px;
	transition: all 0.3s ease-in;
} 

#masthead ul.header-nav-main li form > div.flex-row button i {
	color: var(--fs-color-secondary) !important;
}

#masthead ul.header-nav-main li form > div.flex-row button:hover {
	background-color: var(--fs-color-hover);
	box-shadow: unset !important;
	opacity: 1 !important;
	transition: all 0.3s ease-in;
}

#wide-nav  .header-bottom-nav {
	display: flex;
	gap: 0 30px;
	padding: 0;
}

.header-bottom-nav > li > a {
	font-weight: 900;
	color: #000;
	transition: all 0.3s ease-in-out;
}

.header-bottom-nav > li > a:hover {
	color: var(--fs-color-hover) !important;
	transition: all 0.3s ease-in-out;
}

.nav>li.active>a {
	color: #000 !important;
	font-family: 'MontserratBold';
	font-weight: 700;
}

.nav>li.active>a:hover {
	color: var(--fs-color-primary) !important;
}

.section-service .row-service  .title {
	margin-bottom: 0;
	font-size: 26px;
	line-height: 1.5;
	font-family: 'MontserratBold';
	color: #000;
	font-weight: 800;
	text-transform: uppercase;
	text-shadow: 0 0 black;
}

.section-service .row-service:nth-child(even) .title {
	text-align: right;
}
.section-service .row-service {
	align-items: center;
}

.is-divider {
	display: none;
}

.col-inner .box-text .box-text-inner .post-title a,{
	font-size: 16px;
	line-height: 1.5;
	color: #FFF;
	display: -webkit-box;
	-webkit-line-clamp: 2;       
	-webkit-box-orient: vertical; 
	overflow: hidden;             
	text-overflow: ellipsis;
	transition: all 0.3s ease-in-out;
}
.col-inner,
.col-inner .box,
.col-inner .box .box-image,
.col-inner .box .box-image img {
	border-radius: 10px;
}

.col-inner .box:hover .box-text .box-text-inner .post-title a {
	color: var(--fs-color-primary);
	transition: all 0.3s ease-in-out;
}



.title-large,
.title-large h2,
.title-large h2 span{
	font-family: 'MontserratBold';
	font-weight: 900;
	font-size: 30px;
	margin-bottom: 0 !important;
	margin: 0 auto;
}

.col-inner .box-text .title-wrapper .product-title a,
#post-list .box-text .post-title a{
	font-size: 16px;
	line-height: 1.5;
	color: #000;
	display: -webkit-box;
	-webkit-line-clamp: 2;       
	-webkit-box-orient: vertical; 
	overflow: hidden;             
	text-overflow: ellipsis;
	height: calc(var(--fs-font-size) * 3);
	transition: all 0.3s ease-in-out;
}

.blog-product .box-text .add-to-cart-button {
	display: none;
}

.col-inner .box-text .title-wrapper .product-title a:hover,
#post-list .box-text .post-title a:hover{
	color: var(--fs-color-primary) !important;
	transition: all 0.3s ease-in-out;
}

.price-wrapper .contact-btn {
	font-size: 18px;
	line-height: 1.5;
	color: #000;
}
.price-wrapper .contact-btn.link {
	font-weight: 600;
	transition: all 0.3s ease-in;
}
.price-wrapper .contact-btn.link:hover {
	color: var(--fs-color-primary);
	transition: all 0.3s ease-in;
}
.price-wrapper del {
	font-size: 16px;
	line-height: 1.5;
	color: var(--fs-color-secondary);
}

.price-wrapper ins,
.price-wrapper ins span,
.price-wrapper ins span bdi,
.price-wrapper .price>span>span>span>bdi{
	font-size: 18px;
	line-height: 1.5;
	color: var(--fs-color-primary);
}
.badge-container {
	display: none;
}

.blog-product .box-text {
	position: unset;
}
.blog-product .discount-label {
	position: absolute;
	top: 10px;
	left:10px;
	background-color: #FFF;
	color: var(--fs-color-hover);
	border-radius:4px;
	padding: 4px;
	font-size: 14px;
	line-height: 1.5;
	border: 1px solid var(--fs-color-primary);
}

.blog-product .add-to-cart-button a {
	border: unset !important;
	background-color: var(--fs-color-primary);
	color: var(--fs-color-secondary) !important;
	border-radius: 0 0 10px 10px;
	width: 100%;
	padding: 10px 0;
	margin-right: 0 !important;
	transition: all 0.3s ease-in-out;
}
.blog-product .add-to-cart-button a:hover {
	background-color: var(--fs-color-hover);
	transition: all 0.3s ease-in-out;	
}

.blog-product .box-image a:before {
	content: '';
	position: absolute;
	top: -50%;
	left: -50%;
	width: 200%;
	height: 200%;
	background: linear-gradient(0deg, transparent, transparent 30%, rgba(0, 255, 255, 0.3));
	transform: rotate(-45deg);
	opacity: 0;
	z-index: 2;
	transition: all 0.5s ease;
}

.section-products .col-inner .box:hover .box-image a:before {
	opacity: 1;
	transform: rotate(-45deg) translateY(100%);
	transition: all 0.5s ease;
}

.tabs-custom .tab  a span{
	color: #000 !important;
}

.tabs-custom .tab  a {
	font-family: 'MontserratBold';
	font-weight: 900;
	padding: 5px 30px;
	margin-right: 10px;
	transition: all 0.3s ease-in-out;
}

.tabs-custom .tab  a:hover {
	background-color: var(--fs-color-primary);
	transition: all 0.3s ease-in-out;
}

.section-title b {
	display: none;
}

.about-right {
	padding-left: 60px;
}

.about-right h4,
.about-right  h2 {
	font-family: 'MontserratBold';
	font-weight: 900;
}

.about-right p {
	text-align: justify;
}

.about-left .img-inner img{
	width: 92%;
	transform: translate(37px, 37px);
	transition: 1s all;
}
.about-left .img-inner:before {
	content: "";
	position: absolute;
	width: 92%;
	height: 99%;
	left: 0px;
	top: 0px;
	border: 1px solid #6f6f6f;
}

.about-left .img-inner:hover img {
	transform: translate(0px, 0px);
	transition: 1s all;
}

.about-right a.button {
	margin: 0;
}

.about-right a.button:hover {
	background-color: var(--fs-color-primary);
}
.video-grid {
	gap: 20px 10px;
}
.video-grid .video-item {
	width: 24%;
	border-radius: 10px;
	max-width: 24%;
	flex-basis: 24%;
	box-shadow: 0 1px 3px -2px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
	transition: all 0.3s ease-in-out;
}
.video-grid .video-item:hover {
	box-shadow: 0 10px 20px rgba(0, 0, 0, .19), 0 6px 6px rgba(0, 0, 0, .22);
	transition: all 0.3s ease-in-out;
}
.video-grid .video-item:hover h5 {
	color: var(--fs-color-primary);
}

.video-grid .video-item .img-thumb {
	height: 500px;
	position: relative;
}

.video-grid .video-item a {
	width: 100%;
}

.video-grid .video-item a:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #000;
	opacity: 0.4;
	border-radius: 10px;
	z-index: 2;
}

.video-grid .video-item .img-play{
	z-index: 3;
	border-radius: 99999px;
	border: 3px solid #000;
	padding: 10px;
	filter: invert(100%) sepia(0%) saturate(7485%) hue-rotate(253deg) brightness(103%) contrast(105%);
	transition: all 0.3s ease-in-out;
}

.video-grid .video-item .img-play:hover {
	filter: invert(70%) sepia(65%) saturate(781%) hue-rotate(347deg) brightness(112%) contrast(102%);
	transition: all 0.3s ease-in-out;
}

.video-grid .video-item  h5 {
	font-size: 16px;
	line-height: 1.5;
	color: #000;
	display: -webkit-box;
	-webkit-line-clamp: 2;       
	-webkit-box-orient: vertical; 
	overflow: hidden;             
	text-overflow: ellipsis;
	height: calc(var(--fs-font-size) * 3);
	transition: all 0.3s ease-in-out;
}

.video-grid .video-item  h5:hover {
	color: var(--fs-color-primary);
	transition: all 0.3s ease-in-out;
}
.video-grid .video-item span {
	padding-bottom: 10px;
	display: block;
}

.blog-post .box-text {
	padding-left: 0;
	padding-right: 0;
}

.section-news .blog-post .box-text .post-title a {
	color: #000;
	margin-bottom: 10px;
	display: -webkit-box;
	-webkit-line-clamp: 2;       
	-webkit-box-orient: vertical; 
	overflow: hidden;             
	text-overflow: ellipsis;
}

.slide-logo .ux-logo-link {
	border: 2px solid var(--fs-color-primary);
	border-radius: 10px;
	margin-right: 15px;
}
.from_the_blog_excerpt  {
	display: -webkit-box;
	-webkit-line-clamp: 3;       
	-webkit-box-orient: vertical; 
	overflow: hidden;             
	text-overflow: ellipsis;
}


.btn-center{
	margin: 0 auto;
	display: flex;
	width: max-content;
	align-items: center;
	transition: all 0.3s ease-in-out;
}
.btn-center span,
.btn-center i {
	color: #000;
}
.btn-center:hover {
	box-shadow: unset !important;
	background-color: var(--fs-color-secondary) !important;
	transition: all 0.3s ease-in-out;
}
.section-content a.button span,
.section-content a.button i{
	color: #000;
}

.section-content a.button:hover {
	box-shadow: unset !important;
	background-color: var(--fs-color-secondary) !important;
	transition: all 0.3s ease-in-out;
}

.title-ft h3 {
	font-family: 'MontserratBold';
	font-weight: 900;
}

.section-ft .social-icons a {
	margin-left: 5px;
}
.section-ft .social-icons a:first-child {
	margin-left: 0;
}


.section-ft .social-icons a,
.section-ft .social-icons a i {
	color: #FFF;
}

.section-ft .menu-ft a span {
	color: #FFF;
	transition: all 0.3s ease-in-out;
}

.section-ft .menu-ft a span:hover {
	color: var(--fs-color-primary);
	transition: all 0.3s ease-in-out;
}

.absolute-footer {
	display: none;
}

.copy-right{
	padding-top: 15px;
	border-top: 2px solid #FFF;
}

.copy-right p,
.copy-right p a{
	margin-bottom: 0;
	color: #FFF;
}

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

.price-wrapper .price {
	text-align: center;
}

/* Ẩn mũi tên mặc định của Flatsome */
.header-nav li.menu-item-has-children > a > .icon-angle-down {
	display: none !important;
}

/* Thêm mũi tên tùy chỉnh */
.header-nav>li.menu-item-has-children > a::after {
	content: "";
	position: absolute;
	right: -15px;
	top: 50%;
	transform: translateY(-50%);
	width: 0;
	height: 0;
	border-top: 5px solid #565e64;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	transition: all .3s ease;
}

.header-nav li.menu-item-has-children > a {
	border-bottom: unset !important;
}


.header-nav>li.menu-item-has-children:hover > a::after {
	transform: translateY(-50%) rotate(180deg);
	border-top: 5px solid var(--fs-color-primary);
	transition: all 0.3s ease;
}


.header-nav>.menu-item.menu-item-has-children > .sub-menu > li {
	width: max-content;
}

.header-nav>.menu-item.menu-item-has-children > .sub-menu {
	border-radius: 5px;
	display: flex;
}

.header-nav .sub-menu li a:hover {
	color: var(--fs-color-primary) !important;
}

.nav-dropdown.nav-dropdown-default>li>a {
	border-bottom: unset;
}

.header-nav>.menu-item.menu-item-has-children > .sub-menu > li > a {
	font-weight: 900 !important;
	color: #000;
	text-transform: uppercase;
	font-size: 13px;
}

.slick-slide img {
	height: 250px;
	object-fit: cover;
	width: 100%;
	border-radius: 10px;
}
.slick-dots {
	bottom: 10px;
}
.slick-dots li.slick-active button:before {
	color: var(--fs-color-primary);
	font-size: 14px;
}
.slick-dots li button:before {
	color: var(--fs-color-primary);
	font-size: 12px;
}
.slick-dots li {
	margin: 0px -15px;
}

.slick-prev::before {
	content: '\f104';
	font-family: "Font Awesome 5 Free";
	color: var(--fs-color-primary);
	font-weight: 900;
	font-size: 20px;
	border: 2px solid var(--fs-color-primary);
	border-radius: 50%;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.slick-prev {
	left: 10px;
	z-index: 2;
}

.from_the_blog_comments {
	display: none;
}

.slick-next {
	right: 25px;
}

.slick-next::before {
	content: '\f105'; /* → Font Awesome "chevron-right" */
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 20px;
	border: 2px solid var(--fs-color-primary);
	border-radius: 50%;
	color: var(--fs-color-primary);
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.slick-dotted.slick-slider {
	margin-bottom: 15px;
}
.slick-gallery {
	display: flex;
	width: 100%;
	margin-bottom: 30px;
	height: 500px;
	display: none;
}

.main-swiper {
	width: 75%;
	height: 100%;
}
.thumb-swiper {
	width: 25%;
	padding-left: 20px;
	height: 100%;
	float: right;
}

.thumb-swiper .swiper-slide {
	width: 140px;
	height: 140px !important;
	border-radius: 10px;
}

.main-swiper .swiper-slide img {
	width: 100%;
	height: 100%;
	border-radius: 10px;
	object-fit: cover;
}

.thumb-swiper .swiper-slide img {
	width: 100%;
	height: 100%;
	border-radius: 10px;
	object-fit: cover;
}

.thumb-swiper .swiper-slide img {
	opacity: 0.5;
}

.thumb-swiper .swiper-slide.swiper-slide-thumb-active img {
	opacity: 1;
}

.swiper-button-prev:after {
	content: '\f104';
	font-family: "Font Awesome 5 Free";
	color: var(--fs-color-primary);
	font-weight: 900;
	font-size: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.swiper-button-next,.swiper-button-prev {
	width: 40px !important;
	height: 40px !important;
	border: 2px solid var(--fs-color-primary);
	border-radius: 50%;
}

.swiper-button-next:after {
	content: '\f105'; /* → Font Awesome "chevron-right" */
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 20px;
	color: var(--fs-color-primary);
	display: flex;
	align-items: center;
	justify-content: center;
}

.post-sidebar {
	padding: 0 15px !important;
}


#block-3 h2{
	padding-bottom: 10px;
	margin-bottom: 30px;
	position: relative;
	font-size: 22px;
	font-weight: 700;
	color: #121212;
	display: block;
}

#block-3 h2:before {
	position: absolute;
	content: '';
	width: 15px;
	border-bottom: 3px solid var(--fs-color-secondary);
	bottom: 0;
	left: 0;
}

#block-3 h2:after {
	position: absolute;
	content: '';
	width: 30px;
	border-bottom: 3px solid var(--fs-color-secondary);
	bottom: 0;
	left: 22px;
}

.shortcode-recent-posts li {
	margin-bottom: 20px !important;
	border-top: unset !important;
}

.shortcode-recent-posts li a{
	width: 100%;
	display: flex !important;
	justify-content: space-between;
	padding: 0 !important;
}

.shortcode-recent-posts li a img {
	width: 70px !important;
	height: 70px;
	margin-right: 0 !important;
	float: unset;
	border-radius: 4px;
	overflow: hidden;
	transition: 0.2s ease-out;

}
.shortcode-recent-posts li a .thumb {
	width: 70px;
	overflow: hidden;
	border-radius: 4px;
}

.shortcode-recent-posts li a .info {
	width:calc(100% - 70px);
	padding-left: 20px;
}

.shortcode-recent-posts li a div small {
	font-size: 12px;
	color: #000 !important;
}

.shortcode-recent-posts li a div small i {
	margin-right: 2px;
}
.shortcode-recent-posts li a div span {
	font-size: 14px;
	font-weight: 600;
	text-transform: capitalize;
	color: #121212 !important;
	display: -webkit-box;
	-webkit-line-clamp: 2;       /* Giới hạn 2 dòng */
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: 0.2s ease-out;
}

.shortcode-recent-posts li a:hover img{
	transform: scale(1.1);
	transition: 0.2s ease-out;
}

.shortcode-recent-posts li a:hover div span{
	color: var(--primary-color) !important;
	transition: 0.2s ease-out;
}

#commentform input.submit {
	border-radius: 10px;
}

.category-swiper .swiper-slide a {
	position: relative;
	overflow: hidden;
	padding: 0;
}

.category-swiper .swiper-slide a:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.4;
	left 0;
	top: 0;
	border-radius: 10px;
	z-index: 2;
	transition: all 0.3s ease-in-out;
}

.category-swiper .swiper-slide a h3{
	position: absolute;
	z-index: 3;
	top: 50%;
	color: #FFF;
	left: 50%;
	transform: translate(-50%,-50%);
	transition: all 0.3s ease-in-out;
}

.category-swiper .swiper-slide a:hover:before {
	opacity: 0.6;
	transition: all 0.3s ease-in-out;
}

.category-swiper .swiper-slide a:hover h3{
	color: var(--fs-color-primary);
	transition: all 0.3s ease-in-out;
}

.category-swiper .swiper-slide {
	width: 227px;
	height: 227px;
}

.fancybox__content {
	max-width: 400px !important;
	max-height: 80vh !important;
	padding: 10px;
	height: 80vh !important;
	border-radius: 10px;
}

.video-tiktok-grid {
	display:flex;
	flex-wrap: wrap;
}

.video-tiktok-grid .video-item {
	width: 33%;
}

.tiktok-embed {
	border-left: unset !important;
	padding: 0 !important;
}

.header-wrapper.stuck .header-nav {
	margin-right: 30px;
}
.header-wrapper .hd-contact-btn-2{
	display: none;
}
.header-wrapper.stuck .hd-contact-btn-2 {
	display: block;
}

.box-form form label input,
.box-form form label textarea {
	padding: 10px 10px;
	border-radius: 5px;
}

.box-form form input[type="submit"] {
	border-radius: 4px;
	display: flex;
	margin: 0 auto;
	color: #000 !important;
	transition: all 0.3s ease-in-out;
}

.box-form form input[type="submit"]:hover {
	box-shadow: unset;
	background-color: var(--fs-color-secondary);
	transition: all 0.3s ease-in-out;
}

.single-product .price-wrapper .price {
	text-align:left;
}

.single-product .price-wrapper .contact-btn {
	font-size: 20px;
}

.box-chinh-sach {
	list-style: none;
	padding: 0;
	margin: 20px 0 0 0;
}

.box-chinh-sach li {
	display: flex;
	margin-left: 0 !important;
	margin-bottom: 10px;
}

.box-chinh-sach li img {
	width: 80px;
	height: 80px;
	margin-right: 20px;
}

.box-chinh-sach li h4 {
	margin-bottom: 0;
}
.box-chinh-sach li p {
	font-size: 14px;
	margin-bottom: 0;
}
.form-single {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 15px;
}

.form-single a.link-btn {
	width: 150px;
    padding: 10px 20px;
    border-radius: 4px;
    font-weight: 700;
    background-color: var(--fs-color-primary);
    text-align: center;
	transition: 0.3s ease-in-out;
}

.form-single a.link-btn:hover {
	outline: 1px solid var(--fs-color-primary);
	background-color: #FFF;
	color: var(--fs-color-primary);
	transition: 0.3s ease-in-out;
}

.wpcf7-spinner {
	display: none;
}

.wc-tabs.product-tabs {
	justify-content: center;
}

.wc-tabs.product-tabs li a{
	padding: 10px;
	border-radius: 50px;
	background-color: var(--fs-color-primary);
	color: #000 !important;
	transition: all 0.3s ease-in-out;
}

.wc-tabs.product-tabs li a:hover {
	background-color: var(--fs-color-secondary);
	transition: all 0.3s ease-in-out;
}

.wc-tabs.product-tabs li a:before {
	display: none;
}

.product-footer .woocommerce-tabs {
	border-top: unset !important;
}

.related-products-wrapper .col-inner {
	box-shadow: 0 1px 3px -2px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
	transition: all 0.3s ease-in-out;
}

.related-products-wrapper .col-inner:hover {
	box-shadow: 0 10px 20px rgba(0, 0, 0, .19), 0 6px 6px rgba(0, 0, 0, .22);
	transition: all 0.3s ease-in-out;
}

.related-products-wrapper .box-text-products {
	padding-left: 15px;
	padding-right: 15px;
}

.buttonizer.buttonizer-group {
	right: 1% !important;
	bottom: 15% !important;
}


.buttonizer.buttonizer-group a:nth-child(1) {
	margin: 0 !important;
}

.back-to-top {
	color: var(--fs-color-primary) !important;
}

.back-to-top i {
	color: var(--fs-color-primary) !important;
}

.back-to-top:hover i {
	color: #000 !important;
}

.ft-contact-vr {
	position: fixed;
	left: 13px;
	background: rgba(255, 255, 255, 1);
	border-radius: 5px;
	width: auto;
	z-index: 99999999999;
	bottom: 20px;
	padding: 10px;
	width: max-content;
	box-shadow:  0 1px 3px -2px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
	border: 1px solid #f2f2f2;
}
.ft-contact-vr .btn-hd {
	display: block;
	margin-bottom: 10px;
	text-align: center;
}
.ft-contact-vr .btn-hd span {
	display: block;
	font-size: 10px;
	color: #000 !important;
	line-height: 15px;
}

.ft-contact-vr .box-phone{
	background-color: var(--fs-color-primary);
	border-radius: 50%;
	width: 36px;
	height: 36px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	animation: phone-vr-circle-fill 1s infinite ease-in-out;
}

.ft-contact-vr .open-popup{
	cursor: pointer;
}

.ft-contact-vr .box-phone img {
	max-width: 25px;
	height: 25px !important;
	width: 25px !important;
}

.ft-contact-vr .btn-hd .icon {
	width: 36px;
	margin: 0 auto;
	height: 36px;
	display: flex;
}
.ft-contact-vr .btn-hd:last-child {
	margin-bottom: 0;
}

@keyframes phone-vr-circle-fill {
	0% {
		-webkit-transform: rotate(0) scale(1) skew(1deg);
	}
	10% {
		-webkit-transform: rotate(-25deg) scale(1) skew(1deg);
	}
	20% {
		-webkit-transform: rotate(25deg) scale(1) skew(1deg);
	}
	30% {
		-webkit-transform: rotate(-25deg) scale(1) skew(1deg);
	}
	40% {
		-webkit-transform: rotate(25deg) scale(1) skew(1deg);
	}
	50% {
		-webkit-transform: rotate(0) scale(1) skew(1deg);
	}
	100% {
		-webkit-transform: rotate(0) scale(1) skew(1deg);
	}
} 
@media screen and (max-width: 1200px) {
	.header-wrapper.stuck .header-nav {
		margin-right: 20px;
	}
	.about-right {
		padding-left:20px;
	}
	#masthead ul.header-nav-main.nav-left {
		width: 350px;
	}
	.hd-contact-btn .btn-hd {
		padding: 5px 15px;
	}
	.hd-contact-btn .btn-hd span {
		font-size: 14px;
	}
	.hd-contact-btn .btn-hd:nth-child(1) i {
		font-size: 15px;
	}
	.hd-contact-btn .btn-hd .icon {
		width: 30px;
	}
}

.ft-menu-custom .accordion-item:first-child .accordion-title {
	border-top: unset !important;

}

.ft-menu-custom .accordion-item .accordion-title {
	padding-left: 0 !important;
	font-weight: bolder;
	font-family: 'MontserratBold';
}

.ft-menu-custom .accordion-item .accordion-title  button {
	right: 0;
	left: unset;
	color: #FFF;
	opacity: 1;
}

.ft-menu-custom .accordion-item .accordion-title span,
.ft-menu-custom .accordion-item .accordion-title i{
	color: #FFF;
	font-weight: bolder;
	font-family: 'MontserratBold';
	transition: all 0.3s ease-in-out;
}

.ft-menu-custom .accordion-item .accordion-title:hover span,
.ft-menu-custom .accordion-item .accordion-title:hover i,
.ft-menu-custom .accordion-item .accordion-title.active span,
.ft-menu-custom .accordion-item .accordion-title.active i {
	color: var(--fs-color-primary);
	transition: all 0.3s ease-in-out;
}

.ft-menu-custom .accordion-item .accordion-inner .ux-menu .menu-item a {
	color: #FFF;
	transition: all 0.3s ease-in-out;
}

.ft-menu-custom .accordion-item .accordion-inner {
	padding-left: 0 !important;
	padding-top: 0;
}

.ft-menu-custom .accordion-item .accordion-inner .ux-menu .menu-item a:hover {
	color: var(--fs-color-primary);
	transition: all 0.3s ease-in-out;
}

.popup {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	height: 100%;
	z-index: 99999999999;
	visibility: hidden;
	opacity: 0;
	transition: all 0.3s ease-in-out;
}

.popup.active {
	visibility: inherit;
	opacity: 1;
	transition: all 0.3s ease-in-out;
}

.popup .overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #000;
	opacity: 0.5;
	z-index: 3;
}

.popup .popup-body {
	max-width: 900px;
    padding: 15px;
	background-color: #fff;
    box-shadow: 3px 3px 20px 0 rgba(0, 0, 0, .15);
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	display: flex;
	align-items: center;
	border-radius: 8px;
	z-index: 5;
}

.popup .popup-body:before {
	background-image: url('/wp-content/uploads/2025/05/nen.jpg');
	content: '';
	background-position: 25% 45%;
	background-repeat: no-repeat !important;
    background-size: cover !important;
	width: 90%;
    height: 90%;
    position: absolute;
    z-index: -1;
}

.popup-body .close-popup {
	position: absolute;
	top: 5px;
	right: 10px;
	cursor: pointer;
	z-index: 6;
}

.popup-body .close-popup svg {
	width: 20px;
}

.popup-body .close-popup:hover svg path {
 	 fill: red;
}

.popup .popup-body .left,
.popup .popup-body .right{
	width: 50%;
}

.popup .popup-body .right form input,
.popup .popup-body .right form textarea,
.popup .popup-body .right form input[type="submit"]{
	border-radius: 4px;
}

.popup .popup-body .right form input[type="submit"] {
	margin: 0 auto;
	display: flex;
}

.entry-content.single-page table{
	border: 1px solid #000;
	width: 100% !important;
}

.entry-content.single-page table td,
.entry-content.single-page table th {
	border: 1px solid #000;
	color: #000;
	width: max-content !important;
	padding: 8px;
}

.entry-content.single-page table tbody tr:first-child td{
	background-color: var(--fs-color-primary);
	font-weight: bolder;
	font-family: 'MontserratBold';
}

.entry-content.single-page table tbody tr:not(:first-child) td:last-child{
	color: var(--fs-color-primary);
	font-weight: bolder;
	font-family: 'MontserratBold';
}
.entry-content.single-page table tbody tr:not(:first-child) td:nth-child(2) {
	color: #000;
	font-weight: bolder;
	font-family: 'MontserratBold';
}

@media screen and (max-width: 1100px) {
	#wide-nav .header-bottom-nav {
		gap: 0 20px;
	}
	.section-feedback .slide-laptop .img-inner {
		padding-top: 280px !important;
	}
	.title-large, .title-large h2, .title-large h2 span {
		font-size: 20px;
	}
}
@media screen and (max-width: 1100px) {
	.header-wrapper.stuck .hd-contact-btn-2 {
		display: none;
	}
	.slick-gallery {
		height: 400px;
		gap: 10px;
	}
	.main-swiper {
		width: calc(100% - 170px);
	}
	.thumb-swiper {
		width: 140px;
		padding-left: 0;
	}
}

@media screen and (max-width: 992px) {
	#masthead ul.header-nav-main.nav-left {
		width: 250px;
	}
	.section-service .row-service .title {
		font-size: 20px;
	}	
}
@media screen and (max-width: 849px)  {
	.section-service .row-service:nth-child(even) .title {
		text-align: center
	}
	.section-about .section-bg.fill:before {
		content: '';
		position: absolute;
		background-color: #000;
		opacity: 0.6;
		width: 100%;
		height: 100%;
		left: 0;
		top: 0;
		z-index: 1;
	}
	.section-service .row-service .title {
		width: max-content;
        display: flex;
        margin: 0 auto;
	}
	.title-large, .title-large h2, .title-large h2 span {
		font-size: 18px;
	}
	.mfp-content .nav-sidebar>li>.sub-menu>li>a {
		font-weight: 900;
		color: #000;
		font-size: 14px;
		text-transform:uppercase;
	}
	.mobile-sidebar .sub-menu {
		display: none; /* KHÔNG dùng !important */
	}
	.mobile-sidebar .menu-item-has-children.open > .sub-menu {
		display: block;
	}
	.mobile-sidebar button.toggle {
		background: none;
		border: none;
		cursor: pointer;
		margin-right: 8px;
		font-size: 16px;
	}
	.mobile-sidebar .sub-menu>li {
		align-items: center;
		display: flex;
		flex-flow: row wrap;
	}
	.slick-gallery {
		height: 480px;
	}
	.off-canvas .nav-vertical>li>a,
	.nav-vertical>li>ul li a{
		color: #000 !important;
	}
	.popup .popup-body {
		width: 90%;
		max-width: 90%;
	}
	.section-menu-mobile .box-menu-mobile {
		display: flex;
		gap: 5px;
		align-items: center;
		flex-wrap: wrap;
		flex-direction: row;
	}
	
	.section-menu-mobile .box-menu-mobile .menu-item {
		border: 1px solid #000;
		border-radius: 4px;
		width: 23.5%;
		height: 46px;
		padding: 0 5px;
		text-align: center;
		line-height: 1.1;
		transition: all 0.3s ease-in-out;
	}
	
	.section-menu-mobile .box-menu-mobile .menu-item a {
		border-bottom: unset !important;
		min-height: unset;
		align-items: center;
		justify-content: center;
	}
	
	.section-menu-mobile .box-menu-mobile .menu-item span {
		color: #000;
		font-size: 11px;
		line-height: 1.1;
		transition: all 0.3s ease-in-out;
	}
	.section-menu-mobile,
	.section-menu-mobile .col{
		padding-bottom: 0 !important;
	}
	
	.section-menu-mobile .box-menu-mobile .menu-item:hover {
		border: 1px solid var(--fs-color-primary);
		transition: all 0.3s ease-in-out;
	}
	
	.section-menu-mobile .box-menu-mobile .menu-item:hover span {
		color: var(--fs-color-primary);
		transition: all 0.3s ease-in-out;
	}
}

@media screen and (max-width: 768px) {
	.tabs-custom ul {
		flex-flow: unset;
		max-width: 100%;
		overflow-x: scroll;
		justify-content: flex-start;
	}
	.tabs-custom .tab a {
		width: max-content !important;
		padding: 2px 15px;
	}
}
@media screen and (max-width: 600px) {
	.section-content {
		padding-bottom: 0 !important;
	}
	.section .col {
		padding-bottom: 15px !important;
	}
	.form-single form p:nth-child(2) label {
		width: 100%;
		margin-bottom: 10px !important
	}
	.form-single form p:nth-child(2) {
		width: 100%;
	}
	.form-single form p:nth-child(3) {
		width: 100%;
	}
	.product-main {
		padding-bottom: 0 !important;
	}
	.wc-tabs.product-tabs li {
		width: max-content;
	}
	.section-service .gap-element {
		display: none !important;
	}
	.slick-gallery {
		height: auto;
		flex-wrap: wrap;
	}
	.main-swiper {
		width: 100%;
	}
	.thumb-swiper {
		width: 100%;
	}
	.thumb-swiper .swiper-slide {
		width: 100px !important;
		height: 100px !important;
	}
	.ft-contact-vr {
		background: white;
		width: 100%;
		border-radius: 0;
		height: 60px;
		line-height: 50px;
		position: fixed;
		bottom: 0;
		left: 0;
		z-index: 9999999;
		padding: 5px;
		margin: 0;
		box-shadow: 0 4px 10px 0 #000;
		display: flex;
		justify-content: space-around;
		align-items: center;
	}

	.ft-contact-vr .btn-hd span {
		color: #000;
	}
	.ft-contact-vr .btn-hd .box-phone {
		box-shadow: none;
		position: absolute;
		top: -16px;
		left: 45%;
		transform: translate(-50%, 0);
		width: 50px;
		height: 50px;
		border-radius: 100%;
		background: var(--fs-color-primary);
		line-height: 15px;
		border: 2px solid white;
	}
	.ft-contact-vr .btn-phone span{
		margin-top: 25px;
		margin-left: 10px;
	}
	
	.ft-contact-vr .btn-hd {
		margin-bottom: 0;
	}
	.popup .popup-body {
		display: block;
		overflow-y: scroll;
        height: 500px;
	}
	.popup .popup-body .left,
	.popup .popup-body .right{
		width: 100%;
	}
	.popup .popup-body .right {
		padding: 15px 15px 0;
	}
	.entry-content.single-page table td, .entry-content.single-page table th {
		font-size: 10px;
		padding: 2px !important;
	}
	.entry-content.single-page table tbody tr:not(:first-child) td:last-child {
		word-wrap: break-word;
		white-space: normal;
		font-size: 10px;
	}
	.section-title-center span:before {
		top: -4px;
		width: 20px;
		height: 20px;
	}
	.section-service .row-service .title{
        font-size: 18px;
		position: relative;
	}
	.section-service .row-service .title:before {
		content: '';
		position: absolute;
		top: -4px;
		left: -10px;
		background-color: var(--fs-color-primary);
		border-radius: 50%;
		width: 20px;
		height: 20px;
		z-index: -1;
	}
	.back-to-top {
		bottom: 80px !important;
	}
}

