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

/*************** ADD CUSTOM CSS HERE.   ***************/
/* Container chứa banner */
:root{
	--maincolor: ;
}
@font-face {
  font-family: 'SF Futura';
  src: url('assets/fonts/SFUFuturaRegular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'SF Futura';
  src: url('assets/fonts/SFUFuturaHeavy.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'SF Futura';
  src: url('assets/fonts/SFUFuturaHeavyOblique.woff2') format('woff2');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'SF Futura';
  src: url('assets/fonts/SFUFuturaBook.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'SF Futura';
  src: url('assets/fonts/SFUFuturaBookOblique.woff2') format('woff2');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'SF Futura';
  src: url('assets/fonts/SFUFuturaExtraBold.woff2') format('woff2');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'SF Futura';
  src: url('assets/fonts/SFUFuturaExtraBoldOblique.woff2') format('woff2');
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'SF Futura';
  src: url('assets/fonts/SFUFuturaHeavy.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'SF Futura';
  src: url('assets/fonts/SFUFuturaHeavyOblique.woff2') format('woff2');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'SF Futura';
  src: url('assets/fonts/SFUFuturaLight.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'SF Futura';
  src: url('assets/fonts/SFUFuturaLightOblique.woff2') format('woff2');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'SF Futura';
  src: url('assets/fonts/SFUFuturaOblique.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

/* Thanh cuộn tổng thể */
::-webkit-scrollbar {
  width: 10px;               /* Chiều rộng thanh cuộn dọc */
  height: 10px;              /* Chiều cao thanh cuộn ngang (nếu có) */
  background-color: black;   /* Nền thanh cuộn */
}

/* Phần con lăn (scroll thumb) */
::-webkit-scrollbar-thumb {
  background-color: #bf0202;
  border-radius: 5px;
}

/* Hover vào con lăn (tùy chọn) */
::-webkit-scrollbar-thumb:hover {
  background-color: #b06a2c;
}

body {
  font-family: 'SF Futura', sans-serif;
}

.header-main .nav > li > a, h1,h2,h3,h4,h5,h6,strong{
    font-weight: 900;
}
.header-wrapper.stuck .header-bottom {
    background: #fff !important;
}
.h5-bold {
    font-size: 20px;
    line-height: 32px;
    font-weight: 900;
    letter-spacing: .04rem;
    color: #000;
}
h4.h5-bold{
    margin-bottom: 12px;
        transition: color .3s ease;
}
.b1-font {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    letter-spacing: .04rem;
}
.color-black {
    color: #000;
}
.banner-home {
  display: flex;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.image {
  position: relative;
  width: 50%;
  height: 100%;
  transition: all 0.5s ease;
}
.blog-about .box-text.text-left {
    min-height: 112px;
}
.banner-home img {
    height: calc(100vh - 95px);
    width: auto;
    object-fit: cover;
}
.image-left {
  width: 50%;
  height: auto;
  object-fit: cover;
  transition: all 0.5s ease;
}
.image-right {
/*    position: absolute;*/
    width: 50%;
/*    right: 0;*/
    height: auto;
/*    object-fit: cover;*/
/*    clip-path: polygon(100% 100%, 100% 0%, 11% 0%, 0% 100%);*/
    transition: all 0.5s ease;
    box-shadow: -10px 0 15px rgba(0, 0, 0, 0.3);
    
/*    border-left: 2px solid rgba(255, 255, 255, 0.5); */
}

.image-right:hover {
    transform: scale(1); /* Phóng to nhẹ khi di chuột */
/*    filter: brightness(1.5); */
    box-shadow: -15px 0 20px rgba(0, 0, 0, 0.5); /* Tăng bóng khi di chuột */
}
#wide-nav ul.nav.header-nav.header-bottom-nav.nav-center.nav-uppercase>li {
    margin: 0 16px;
}
li.html.header-button-2 a,li.html.header-button-1 a {
    height: 60px;
    border-radius: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 0 19px;
    width: 165px;
    height: 60px;
    /*clip-path: polygon(15% 0%, 100% 0%, 85% 100%, 0% 100%);*/
    text-align: center;
    transition: all .3s ease-in-out;
    animation: colorChange 1.5s infinite alternate;
	font-size:14px!important;
}
html[lang="vi"] li.html.header-button-1 {
    display: none !important;
}

/* Ẩn nút 2 khi ngôn ngữ là tiếng Anh */
html[lang="en-US"] li.html.header-button-2 {
    display: none !important;
}
li.html.header-button-1, li.html.header-button-2 {
    margin-right: 0;
}
div#wide-nav div#winkBurger {
    margin-left: 0;
}
.banner-home::before {
/*  content: "";*/
  width: 100px;
  height: 100px;
  display: block;
  z-index: 1;
  position: absolute;
  background: #bf0202;
  border-radius: 100%;
  padding: 20px;
  background: #ffffff url(https://inspirehub.moodbiz.vn/wp-content/uploads/2025/03/cropped-DB8AFA57-C353-436F-A402-1F2DB6401CF0-1.png);
  left: calc(50% - 50px);
  background-size: contain;
  top: calc(50% - 50px);
  transition: left 0.5s ease, transform 0.5s ease;
}
.banner-home::after {
  content: "";
  height: 100%;
  width: 2px;
  background-color: #ffffff;
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 0;
  display: block;
/*  transform: rotate(10deg);*/
  transform-origin: top center;
  background: linear-gradient(45deg, #bf0202, #fff, #fff, #bf0202);
  background-size: 400% 400%; 
  animation: moveBackground 8s ease infinite;
  transition: transform 0.5s ease;
}

@keyframes moveBackground {
  0% {
    background-position: 0% 0%;
  }
  50% {
    background-position: 100% 100%;
  }
  100% {
    background-position: 0% 0%;
  }
}
.blog-about p.from_the_blog_excerpt {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.form-container {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    width: 100%;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 100px 25% 50px;
    background: linear-gradient(0deg, black, transparent)
}
.form-container h3{
	color: #fff;
	font-size:2vw;
}
.form-container form {
    display: flex;
    align-items: flex-end   ;
	padding: 20px;
    gap: 15px;
    margin-bottom: 0!important;
	background-color: #ffffff;
}
/* Tiêu đề form */
.form-container h2 {
    font-size: 24px;
    color: #333;
    margin-bottom: 20px;
}

/* Các nhóm input trong form */
.form-container .form-group {
/*    margin-bottom: 20px;*/
    text-align: left;
    width: 33.33%;
    position: relative;
}

/* Style cho các label */
.form-container label {
    font-size: 12px;
    color: #bf0202;
    margin-bottom: 5px;
    display: block;
    width: max-content;
    position: absolute;
    top: -10px;
    left: 10px;
    background: #fff;
    font-weight: 500;
        padding: 0 10px;
}

/* Style cho các select input */
.form-container select {
    width: 100%;
    padding: 16px 10px 10px;
    font-size: 15px;
    border: 1px solid #ccc;
/*    border-radius: 6px;*/
    outline: none;
    transition: border-color 0.3s;
    height: 50px;
        margin-bottom: 0;
}

/* Hiệu ứng khi focus vào select */
.form-container select:focus {
    border-color: #007bff;
}

/* Style cho nút search */
.form-container .search-btn {
/*    width: 100%;*/
    width: 33.33%;
/*    padding: 12px;*/
    font-size: 16px;
    background-color: #bf0202;
    color: white;
    height: 50px;
    line-height: unset;
    border: none;
/*    border-radius: 6px;*/
    cursor: pointer;
    transition: background-color 0.3s;
    margin: 0!important;
}

/* Hiệu ứng hover cho nút search */
.form-container .search-btn:hover {
    background-color: #000;
}

/*.image-left:hover {
  transform: scale(1.05); 
}
*/
/*.image-left:hover + .image-right {
   width: 5%;
    opacity: 1;
    clip-path:polygon(100% 100%, 100% 0%, 100% 0%, 0% 100%);
}
.image-right:hover {
  width: 100%; 
}
.banner-home:hover::after {
   opacity: 0; 
}
.image.image-right:hover {
    clip-path: polygon(0% 0%, 590% 0%, 50% 110%, 0% 80%);
        transition: all 0.5s ease;
}*/
.tab-home>ul>li {
    width: 24%;
    margin: 0 1%;
    border: 1px solid var(--fs-color-primary);
    padding: 0 0;
    color: #fff;
    background: #fff;
/*        border-radius: 30px;*/
}
.tab-home>ul>li.active{
	background: var(--fs-color-primary);
}

.tab-home>ul>li a {
	color: var(--fs-color-primary);
	text-align: center;
	display: block;
}
.tab-home>ul>li.active a{
	color: #fff;
}
.tab-home>ul>li:before {
    content: "";
    background: var(--fs-color-primary);
    width: 20px;
    height: 5px;
    position: absolute;
    top: 50%;
    right: -20px;
}
.tab-home>ul>li:last-child:before {
    content: "";
    display: none;
}
.main-color h2{
		color: var(--fs-color-primary);
        /*margin-bottom: 0;*/

}
/*.main-color h2 span {
    background: var(--fs-color-primary);
    color: #fff;
    font-size: 150%;
    padding: 5px 10px;
    border-radius: 10px;
    animation: growColor 2s ease-in-out infinite; /* Thêm animation */
}*/

@keyframes growColor {
    0% {
        transform: scale(1);
        background: var(--fs-color-primary);
    }
    50% {
        transform: scale(1.2);
        background: #000; /* Màu nền thay đổi giữa chừng */
    }
    100% {
        transform: scale(1);
        background: var(--fs-color-primary); /* Quay lại màu ban đầu */
    }
}
/*báo chí*/
/* Cấu trúc cơ bản cho slider */
/*.bao-chi-slider {
    display: inline-block;
    margin: 0 auto;
    padding: 20px;
}*/
.item-baochi .col-inner {
    display: block;
    position: relative;
    padding: 20px;
    
    border: 1px solid #DFE1E6;
    background: #fff;
}
/* Cấu trúc cho mỗi slide */
.bao-chi-slide {
    text-align: center;
    padding: 15px;
    background-color: #f9f9f9;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

/* Thêm ảnh vào mỗi slide */
.box-image  .bao-chi-thumbnail, .bao-chi-thumbnail {
    max-width: 100%;
    height: 50px;
    width: auto;
    border-radius: 5px;
    margin: auto;
    text-align: center;
}

/* Tiêu đề của bài viết */
.bao-chi-title {
    font-size: 18px;
    font-weight: bold;
    margin: 10px 0;
}

/* Mô tả bài viết */
.bao-chi-description {
    font-size: 14px;
    color: #555;
}

/* Liên kết tải báo chí */
.bao-chi-link {
    display: inline-block;
    margin-top: 10px;
/*    padding: 10px 20px;*/
    
    text-decoration: none;
    border-radius: 5px;
}
.item-review .col-inner {
    border: 1px solid #fff;
/*    display: flex;*/
    overflow: hidden;
    background: #fff;
}
.row-no-padding{
    margin: auto!important;
}
.item-review .content {
    padding: 32px 20px;
    background: #ffffff;
}
.item-review.bao-chi .content {
    /*padding: 32px;*/
/*     background: #f2f2f2; */
/*     height: 290px; */
}
.item-review .content .max_line_3 {
  display: -webkit-box;
  -webkit-line-clamp: 5;      /* Số dòng tối đa */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  min-height:110px;        /* Chiều cao tối đa */
  line-height: 1.4em;         /* Đảm bảo đồng bộ giữa line-clamp và height */
}
.item-review {
    padding: 0 10px 30px;
}
.header-full-width .container{
    padding: 0 40px;
}
.item-review .box-text-inner{
    --h: 240;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.item-review .services_content {
    margin-bottom: 32px;
}
.item-review .CTA_review{
    margin-top: auto;
    /*padding-top: 70px;*/
    
}
.item-review .CTA_review a{
    display: flex;
    gap: 12px;
    align-items: center;
    text-decoration: none;
    transition: all .3s ease;
    margin-top: auto;
}
.item-review:hover .CTA_review a{
    gap: 16px;
}
.item-review:hover a{
    color: var(--primary-color);
}
.pd-40-lr {
    padding-left: 20px;
    padding-right: 20px;
}
.b3-font {
    font-size: 12px;
    line-height: 18px;
    font-weight: 900;
    letter-spacing: .04rem;
}
.slide-logo-list{
    padding: 0 30px;
}
.slide-logo-list .ux-logo-link.block.image-
 {
    background: #ffffff;
    margin: 0 10px;
}
/*
.slide-logo-list .flickity-button {
    bottom: unset;
    top: -50px;
    opacity: 1;
    left: 10px!important;
    transform: translateX(0)!important;
    color: var(--primary-color);
}
.slide-logo-list .flickity-button svg, .slide-logo-list .flickity-button svg .arrow{
    fill: var(--primary-color)!important;
}
.slide-logo-list .flickity-button.next{
    left: 55px!important;
}
*/
.CTA_review {
    display: flex;
    justify-content: space-between;
}
.CTA_review .icon-link i {
    font-size: 12px;
    border: 1px solid;
    border-radius: 50%;
    /*width: 28px;
    height: 28px;*/
    padding: 3px;
}
.CTA_review .link-link {
/*    border: 1px solid;*/
/*    padding: 10px 20px 10px 0;*/
    
}
.width-50 {
    width: 50%;
    margin: 0 0 0 auto;
}
.width-70 {
    width: 70%;
    margin: 0 0 0 auto;
}
/*.bao-chi-link:hover {
    background-color: #005f8d;
}*/
.group-addon {
    position: relative;
}

.group-addon .fa{
    position: absolute;
    left: 5.5px;
    top: 5.5px;
    width: 35px;
    height: 35px;
    border-right: 1px solid #cccccc;
    color: #cccccc;
    font-size: 20px;
    line-height: 35px;
    text-align: center;
    z-index: 1;
    font-family:fl-icons;
    display: none;
}

.group-addon input, .group-addon textarea,select.wpcf7-form-control.wpcf7-select {
    width: 100%;
    height: 46px;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
    border: unset;
    border-bottom: 1px solid #cccccc;
/*     font-family: "Arial"; */
    box-shadow: unset;
    color: #333333;
    font-size: 15px;
    margin-bottom: 0;
}
.group-addon input:focus{
    box-shadow: unset!important;
}
.row-pd40 {
    padding-left: 40px!important;
    padding-right: 40px!important;
}
.row-pd40-1 {
    padding: 0 40px;
}
.row-pd40 .section-content >.row >.col {
    padding: 0 20px;
}
.row-a {
    display: flex;
    gap: 20px;
}
.row-a .col {
    width: calc(50% - 10px);
}
.contact-section-all .row-a .col {
    width: 100%;
}

.row-b{
    margin-bottom: 20px;
}
.group-addon {
    width: 100%;
}
footer#footer {
    border-top: 5px double var(--fs-color-primary);
/*     margin-top: 20px; */
}
footer#footer .logo {
    margin-top: -110px;
}
.list-why-choose .col .col-inner{
	padding: 40px 10px;
	border: 0.5px solid var(--fs-color-primary);
}

.list-why-choose .col:before {
    width: 44px;
    position: absolute;
    right: -22px;
    top: 50%;
/*     content: ""; */
    height: 2px;
    background: #bf0202;
    transform: rotate(45deg);
}
.list-why-choose .col:nth-child(3):before, .list-why-choose .col:nth-child(6):before {
    width: 2px;
    position: absolute;
    right: 50%;
    bottom: -6px;
    top: revert-layer;
/*     content: ""; */
    height: 42px;
    background: #bf0202;
    display: none;
}
.list-why-choose .col:last-child:before {
    display: none;
}
.why-choose-item .icon-box-img {
    background: var(--fs-color-primary);
    padding: 10px;
    border-radius: 50%;
}
.list-why-choose .col:hover .col-inner{
	background: var(--fs-color-primary);
}
.list-why-choose .col:hover .col-inner h3{
	color: #fff;
}
.why-choose h3 {
    font-size: 12px;
    line-height: 18px;
    font-weight: 900;
    letter-spacing: .1rem;
    text-transform: uppercase;
    color: #000;
}
/*why choose xám*/
/*.why-choose-light .list-why-choose .col .col-inner{
    padding: 20px 10px;
    
    border: 0.5px solid #f4f4f4;
}

.why-choose-light .list-why-choose .col:before {
    width: 44px;
    position: absolute;
    right: -22px;
    top: 50%;
    content: "";
    height: 2px;
    background: #f4f4f4;
    transform: rotate(45deg);
}
.why-choose-light .list-why-choose .col:nth-child(3):before, .list-why-choose .col:nth-child(6):before {
    width: 2px;
    position: absolute;
    right: 50%;
    bottom: -6px;
    top: revert-layer;
    content: "";
    height: 42px;
    background: #f4f4f4;
    display: none;
}
.why-choose-light .list-why-choose .col:last-child:before {
    display: none;
}
.why-choose-light .why-choose-item .icon-box-img {
    background: #f4f4f4;
    padding: 10px;
    border-radius: 50%;
}
.why-choose-light .list-why-choose .col:hover .col-inner{
    background: #f4f4f4;
}
.why-choose-light .list-why-choose .col:hover .col-inner h3{
    color: #000;
}   
.why-choose-light .why-choose-item .icon-box-img img{
    filter: brightness(0.5);
}*/
.col-image-prpduct .col-inner {
    border-radius: 0 0 0 0 ;
    overflow: hidden;
}
/*.col-image-prpduct {
    height: 100%;
}*/
/*.col-image-prpduct .banner {
    padding: 100%!important;
    /*height: 100% !important;*/
}*/
.bg-collum >.col>.col-inner>.icon-box {
    background: #fafafa;
    border: 1px solid #e4e4e7;
   padding: 1rem;
}
.no-border .col:before, .no-border .col:after{
    display: none;
} 
/*.featured-table .pricing-table-header:before {
    content: "Most Popular";
    background: #bf0202;
    width: 100%;
    position: absolute;
    left: 0;
    top: -40px;
    height: 40px;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    display: flex
;
    justify-content: center;
    align-items: center;
}*/
.featured-table {
    border-color: var(--fs-color-primary);
    border-width: 2px;
    margin-top: 0   ;
}
/*.product-faetured-section .row:hover .button.is-link {
    background: #adadad !important;
    padding: 5px 10px;
    color: #fff;
}*/
/* Button Styles */
.get-quotation-btn {
    text-transform: uppercase; /* Chữ in hoa */
    background-color: var(--fs-color-primary); /* Màu nền ban đầu */
    color: white; /* Màu chữ */
    padding: 10px 30px;
    border: none;
    border-radius: 0px; 
    font-size: 18px;
    font-weight: bold;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.3s ease; /* Tạo hiệu ứng thay đổi màu nền và phóng to */
    position: relative;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/* Hiệu ứng tự động thay đổi màu */
.get-quotation-btn {
    animation: colorChange1 1.5s infinite alternate;
    /*aspect-ratio: 1 / 1;*/
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: max-content;
	font-size:14px!important;
}
.page-id-2085 .get-quotation-btn{
    margin: auto;   
}
/* Animation đổi màu */
@keyframes colorChange {
    0% {
        background-color: var(--fs-color-primary); /* Màu xanh dương */
    }
    50% {
        background-color: #000; /* Màu xanh lá */
    }
    100% {
        background-color: var(--fs-color-primary); /* Màu đỏ */
    }
}
@keyframes colorChange1 {
    0% {
        background-color: var(--fs-color-primary); /* Màu xanh dương */
    }
    50% {
        background-color: #000; /* Màu xanh lá */
    }
    100% {
        background-color: var(--fs-color-primary); /* Màu đỏ */
    }
}

/* Tạo hiệu ứng phóng to nhẹ khi rê chuột */
.get-quotation-btn:hover {
    animation:none;
    color: #fff;
}

/* Đảm bảo button không bị thay đổi khi đang được focus */
.get-quotation-btn:focus {
    outline: none;
}

ul#menu-lang-footer li {
    position: relative;
}
.widget ul#menu-lang-footer .toggle{
    width: calc(100% - 20px);
    position: absolute;
    text-align: right;
    top: 5px;
    transform: unset!important;
}
ul#menu-lang-footer >li {
    position: relative;
    border: 1px solid var(--fs-color-primary);
    /* padding: 5px 10px; */
}
ul#menu-lang-footer >li >a{
    padding: 0 10px ;
}
ul#menu-lang-footer li ul.sub-menu {
    position: absolute;
    top: 100%;
    background: #bf0202;
    z-index: 999;
    padding-left: 0;
    margin-left: 0;
    width: 100%;
    border: unset;
    color: #fff;
}
ul#menu-lang-footer li ul.sub-menu>li a{
    background: #fff;
    display: inline-block;
        width: 100%;
        padding: 0 10px;
}
ul#menu-lang-footer li ul.sub-menu>li.current-lang a{
    background: var(--fs-color-primary);
    color: #fff;
}
/*.col-image-prpduct-left .col-inner {
    border-right: 2px solid var(--fs-color-primary);
    border-bottom: 2px solid var(--fs-color-primary);
}
.col-image-prpduct-right .col-inner {
    border-left: 2px solid var(--fs-color-primary);
    border-top: 2px solid var(--fs-color-primary);
}*/

.pricing-table .items {
    padding: 0;
}
.pricing-table .title {
    background-color: rgb(0 0 0);
    color: #fff;
    padding: 20px;
}
.featured-table .title {
    background-color: var(--fs-color-primary);
    border-color: var(--fs-color-primary);
    color: #fff;
/*    border-top: 1px solid #fff;*/
}
.pricing-table .items .bullet-item:nth-child(odd) {
    background-color: white; /* Màu trắng cho các phần tử lẻ 1, 3, 5, 7 */
}

.pricing-table .items .bullet-item:nth-child(even) {
    background-color: #f1f1f1; /* Màu xám cho các phần tử chẵn 2, 4, 6, 8 */
}
.pricing-table .items>div {
    border-bottom: 1px solid #ececec;
    padding: 7.5px 15px;
}
.col-deafault .pricing-table-header >* {
    display: none;
}
.pricing-table-header {
    min-height: 135px;
}
.pricing-table.col-deafault{
    border: unset;
} 
.footer-social a{
    border-color: var(--fs-color-primary);
    color: var(--fs-color-primary);
}
/*form liên hệ about*/
.wpcf7 .wpcf7-checkbox span.wpcf7-list-item>label {
    display: flex;
}
p.title-requirements {
    text-align: left;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
    display: flex;

}
.group-addon .list-requirements input[type="checkbox"] {
    width: 20px;
    height: 20px;
}
.wpcf7 .wpcf7-form-control-wrap {
    display: block;
    text-align: left;
}
.group-addon .title-requirements .fa {
    position: relative;
    margin-right: 10px;
    height: 25px;
    width: 25px;
    line-height: 25px;
}
span.wpcf7-form-control.wpcf7-checkbox {
    display: flex;
    justify-content: space-between;
}
.wpcf7 span.wpcf7-list-item{
    margin-right: 0;
}
.wpcf7 div#form-lienhe .wpcf7-not-valid-tip {
    position: absolute;
}
.wpcf7 div#form-lienhe  .wpcf7-response-output {
    display: none;
}
/*body.page-id-50 div#top-bar, body.page-id-50 .form-container .search-btn {
    background: #adadad;
}*/
div#post-list .col.post-item {
    padding-bottom: 10px;
}
select[name="select-21"] option[value="Requirement"] {
    display: none; /* Ẩn "Requirement" khỏi dropdown */
}
    /*select.wpcf7-form-control.wpcf7-select {
        width: 100%;
        height: 46px;
        padding-left: 50px;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-right: 10px;
        border: 1px solid #cccccc;
        font-family: "Arial";
        color: #333333;
        font-size: 15px;
        margin-bottom: 0;
    }*/
/*.why-choose .row {
    padding: 0 15px;
}*/
.list-loca-section{
    padding-top: 40px;
    padding-bottom: 20px!important;
    }
.list-local{
     padding: 0 40px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.list-local >.col {
    padding: 0 16px 32px;
    /*aspect-ratio: 1.5 / 1;*/
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0;
    max-width: 100%;
    flex-basis: 100%;
}
.list-why-choose{
    padding: 0 40px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}
.list-why-choose >.col{
    padding: 0 16px 32px;
    aspect-ratio: 1.5 / 1;   
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0;
        max-width: 100%;
        flex-basis:100%;
}
.list-why-choose >.col> .col-inner{
    display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.amenities-page .list-why-choose .col:before {
    display: none;
}
.flex.flex-none p {
    margin: 0;
}
table.ttda.border-0.m-0 td {
    padding: 10px 10px 10px 0;
    color: #000;
}
div#text-3{
    border: 1px solid #bf0202;
    padding: 0;
}
.banner{
    background: transparent!important;
}
.sidebar-wrapper span.widget-title {
    background: #bf0202;
    color: #fff;
    padding: 10px 20px;
    width: 100%;
    display: inline-block;
        line-height: inherit;
}
.widget .is-divider{
    display: none;
}
ul.branch-list{
    list-style: none;
    margin: unset;
}
ul.branch-list li{
    margin: 0;
    
    background: #fafafa;
    border-bottom: 0.5px solid #ececec;
}
ul.branch-list li:last-child{
    border-bottom: unset;
}
ul.branch-list li a{
    color: #000;
        display: inline-block;
    width: 100%;
    padding: 15px 20px;
}
ul.branch-list li:hover{
    background: #000;
    
}
ul.branch-list li:hover a{
    color: #fff;
    padding-left: 30px;
}
ul.branch-list li.active{
    background: #8b8b8b;
    
}
ul.branch-list li.active a{
    color: #fff;
    padding-left: 30px;
}
.ripple-link {
  width: 2vw; /* 13% chiều ngang */
  height: 2vw; /* để thành hình vuông */
  border-radius: 50%; /* bo tròn hình */
  z-index: 9999;
  display: block;
  /*background-color: red; */
  overflow: visible;
}
.ripple-link-style2 {
    border-radius: 0;
    height: 1vw;
    width: 3vw;
} 
.ripple-link::before,
.ripple-link::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  border: 2px solid #9b5f16; /* màu viền vòng tròn */
  border-radius: 50%;
  transform: translate(-50%, -50%);
  animation: ripple 2s infinite;
  opacity: 0;
}
.ripple-link-style2::before,
.ripple-link-style2::after{
    border-radius: 0;
}
.maps-form-register .interactive-image {
    height: 100%;
}
.maps-form-register .interactive-image img{
        height: 100%!important;
    max-width: 100%!important;
    width: auto!important;
    object-fit: fill!important;
}
.form-shadow-cf7 .wpcf7-submit {
    padding: 10px 30px;
    line-height: unset;
    font-size: 18px;
}
.ripple-link::after {
  animation-delay: 1s;
}

@keyframes ripple {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.8;
  }
  100% {
    transform: translate(-50%, -50%) scale(2.5);
    opacity: 0;
  }
}
.tabbed-content.tab-location {
    padding: 0 0;
    position: relative;
}
.tabbed-content.tab-location >ul li a {
    border: 1px solid var(--fs-color-primary);
    background: #ffffffcc;
    color: #000;
}
.tabbed-content.tab-location >ul li.active a{
    background: var(--fs-color-primary);
    color: #fff;
}
.tabbed-content.tab-location >ul li a {
    padding: 20px 30px;
    line-height: normal;
}
.tabbed-content.tab-location >ul li{
    border-top: unset   ;
    margin-bottom: 20px;    
}
.tabbed-content.tab-location >ul li:last-child{
    /*border-top: unset   ;*/
    margin-bottom: 0;
}
.tabbed-content.tab-location >ul {
    position: absolute;
    right: 0;
    background: #ffffffc4;
    width: 30%;
    padding: 20px;
    height: 350px;
    align-items: center;
    justify-content: center;
}
.tabbed-content.tab-location >.tab-panels{
    border-left: unset;
    padding: 0;
}
.tabbed-content.tab-location >.tab-panels>div>p{
    margin-bottom: 0;
}
.contact-section-all .accordion-title {
    letter-spacing: .04rem;
    padding: 16px 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    color: #000!important;
        font-size: 20px;
    line-height: 32px;
    font-weight: 900;
    letter-spacing: .04rem;
    align-items: center;
    border: unset;
}
.contact-section-all .accordion-item {
    position: relative;
    border-bottom: 2px solid #dbdbdb;
    overflow: hidden;
}

.contact-section-all .accordion-item::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 0;
    background-color: #000;
    transition: width 0.4s ease;
}

.contact-section-all .accordion-item:hover::after {
    width: 100%;
}
.contact-section-all .accordion-title.active
 {
    /*border: unset;*/
    background: unset;
    font-size: 20px;
    line-height: 32px;
    font-weight: 900;
    letter-spacing: .04rem;
    padding: 16px 0;
}
.contact-section-all .accordion .active .toggle{
    /*display: none;*/
}
.contact-section-all .accordion .toggle{
    position: relative;
}
.contact-section-all .accordion-inner{
    padding: 1em 1em 1em 0;
}
.contact-section-all .form-shadow {
    box-shadow: -5px 0px 20px 0px rgb(215 215 215 / 50%);
	align-items:center;
}
.pd-b-0{
    padding-bottom: 0!important;
}
.row-col-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* Chia 3 cột bằng nhau */
  gap: 20px;
  padding: 0;
}
.row-col-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* Chia 2 cột bằng nhau */
  gap: 20px;
  padding: 0;
}
.row-col-3 >.col{
        padding: 0;
        max-width: 100%;
        flex-basis:100%;
}
.row-col-2 >.col{
        padding: 0;
        max-width: 100%;
        flex-basis:100%;
}
aside#block_widget-2 .contact-section-all {
    padding-left: 40px;
    padding-right: 40px;
}
div#post-list .col.post-item{
    /*padding: 10px 0;*/
    box-shadow: -5px 0px 20px 0px rgb(215 215 215 / 50%);
    padding: 0;
}
div#post-list .col.post-item .box-text.text-left{
    padding: 20px;
}
div#post-list >.row{
        margin: 0;
    max-width: 100%;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
}
.blog-wrapper .col-left-blog {
    padding: 60px 0 60px 40px!important;
}
.col-title-blog{
    padding-bottom: 20px;
}
.col-title-blog h1{
    color: #000;
    font-size: 32px;
    font-weight: 700;
}
div#content.blog-wrapper {
    padding: 0;
}
.blog-about {
    padding: 0 30px;
}
.blog-about .col.post-item{
    padding: 0 10px;
    
}
.blog-about .col.post-item .col-inner{
    background: #fff;
}
.post-custom h4.h5-bold a {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 102px;
    /*line-height: 1.4em;*/
}

.placeholder-wrapper {
  position: relative;
}

.placeholder-wrapper input::placeholder {
  /*color: #999; /* màu chữ placeholder bình thường */*/
}

.placeholder-wrapper::after {
  content: "*";
  color: red;
  position: absolute;
  top: 50%;
  left: 0; /* điều chỉnh cho khớp sau chữ "Full name" */
  transform: translateY(-50%);
  pointer-events: none;
}
.share-member{
    /*gap: 20px;*/
    /*padding: 0 10px;*/
}
@media screen and (min-width: 768px){
    .share-member >.col{
    flex-basis: calc((100% / 4) - 15px );
    max-width: calc((100% / 4) - 20px );
    margin:0 10px 5px;
}
}
.share-member .col > .col-inner {
    padding: 0!important;
}
.share-member .col-inner .img {
    margin-bottom: 0;
    /*border: 1px solid #0000001f;
    border-bottom: 0;*/
}
.share-member .col-inner .pd-l-r-10{
    padding: 20px 10px;
        /*box-shadow: 0 1px 3px -2px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);*/
}
@media screen and (max-width: 1440px){
    .col-image-prpduct .banner {
        padding-top: 95%!important;
    }
    .maps-form-register .interactive-image img {
    height: 100% !important;
    max-width: 100% !important;
    width: auto !important;
            object-fit: cover !important;
        object-position: -6.5vw center;
}
.maps-form-register .interactive-image a.ripple-link:nth-child(2) {
    left: 5%!important;
    top: 24% !important;
}
.maps-form-register .interactive-image a.ripple-link:nth-child(3) {
        top: 14.5%!important;
    left: 67.2% !important;
}
.maps-form-register .interactive-image a.ripple-link:nth-child(4) {
        top: 33.5% !important;
        left: 4% !important;
    }
    .maps-form-register .interactive-image a.ripple-link:nth-child(5) {
      top: 24.3% !important;
        left: 38% !important;
    }
.maps-form-register .interactive-image a.ripple-link:nth-child(6) {
        top: 24% !important;
        left: 52.5% !important;
    }

	.form-container h3 {
    color: #fff;
    font-size: 1.8vw;
}

}
@media screen and (max-width: 1424px) and (min-width: 1401px){
    .col-image-prpduct .banner {
        padding-top: 95%!important;
    }
    .maps-form-register .interactive-image img {
    height: 100% !important;
    max-width: 100% !important;
    width: auto !important;
            object-fit: cover !important;
        object-position: -6.5vw center;
}
.maps-form-register .interactive-image a.ripple-link:nth-child(2) {
    left: 5%!important;
    top: 24% !important;
}
.maps-form-register .interactive-image a.ripple-link:nth-child(3) {
        top: 14.5%!important;
    left: 68.2% !important;
}
.maps-form-register .interactive-image a.ripple-link:nth-child(4) {
        top: 33.5% !important;
        left: 4.5% !important;
    }
    .maps-form-register .interactive-image a.ripple-link:nth-child(5) {
      top: 24.3% !important;
        left: 39% !important;
    }
.maps-form-register .interactive-image a.ripple-link:nth-child(6) {
        top: 24% !important;
        left: 52.5% !important;
    }

    .form-container h3 {
    color: #fff;
    font-size: 1.8vw;
}

}
@media screen and (max-width: 1368px){
    
    .maps-form-register .interactive-image img {
    height: 100% !important;
    max-width: 100% !important;
    width: auto !important;
            object-fit: cover !important;
        object-position: -6.5vw center;
}
.maps-form-register .interactive-image a.ripple-link:nth-child(2) {
            left: 7% !important;
        top: 24.2% !important;
}
    .maps-form-register .interactive-image a.ripple-link:nth-child(3) {
        top: 14.9% !important;
        left: 77.5% !important;
    }
    .maps-form-register .interactive-image a.ripple-link:nth-child(4) {
        top: 33.5% !important;
        left: 6.3% !important;
    }
    .maps-form-register .interactive-image a.ripple-link:nth-child(5) {
        top: 24.5% !important;
        left: 28vw !important;
    }
.maps-form-register .interactive-image a.ripple-link:nth-child(6) {
        top: 24% !important;
        left: 61% !important;
    }
	
}
.pricing-table{
    padding-bottom: 0;
}

@media screen and (max-width: 1200px) and (min-width: 768px){
    
    .maps-form-register .interactive-image img {
    height: 100% !important;
    max-width: 100% !important;
    width: auto !important;
            object-fit: cover !important;
        object-position: -8vw center;
}
.maps-form-register .interactive-image a.ripple-link:nth-child(2) {
            left: 4.7vw !important;
        top: 24.2% !important;
}
.maps-form-register .interactive-image a.ripple-link:nth-child(3) {
                top: 14.9% !important;
        left: 49.7vw !important;
}
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
.row-col-2 >.col{
        padding: 0;
        max-width: 100%;
        flex-basis:100%;
}
.row-col-2 {
    display: grid
;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
    padding: 0;
}
    .form-container {
        padding: 0 10px 20px;
        margin-top: 20px;
        position: relative;
		background:unset;
    }
	.form-container h3{
		color:#000;
	}
	.banner-home {
    flex-direction: column-reverse;
		display:none;
}
	.banner-home .image{
		width:100%;
	}
.list-why-choose {
    padding: 0 20px;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
}
.slide-logo-list{
    padding: 0 10px ;
}
.item-review .content .max_line_3 {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 110px;
    line-height: 1.4em;
}
.item-review .content{
    padding: 20px;
}
.banner-home img {
    height: auto;
    width: 100%;
    object-fit: cover;
}
	.banner-home::after{
		display:none;
	}
.form-container form {
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
}
.form-container .form-group{
    width: 100%;
}
.product-faetured-section .gap-element {
    padding-top: 30px !important;
}
.product-faetured-section .gap-element:last-child{
    padding-top: 0px !important;
}
.mb-pdf-r0{
    padding-left: 10px!important;
    padding-right: 10px!important;
}
    .logo-clients .text-box {
        width: 100% !important;
            top: 0;
            /* height: 100%; */
            left: 0;
        transform: unset!important;
        min-height: 100%;
        position: relative;
        height: auto;
    }
    .logo-clients .banner-layers>*{
        position: unset!important;
        height: max-content!important;
    }
    .logo-clients .banner-layers{
        overflow: inherit;

    }
    .logo-clients  .banner-inner.fill {
    position: unset;
}
.logo-clients .col{
    padding-bottom: 0;
}
.why-choose-list .col {
    margin-bottom: 20px;
}
.maps-form-register .interactive-image img {
    width: 100%!important;
    object-fit: unset !important;
    object-position: unset !important;
    height: auto !important;
}
.maps-form-register .interactive-image a.ripple-link:nth-child(2){
        top: 23%!important;
    left: 12%!important;
}
.maps-form-register .interactive-image a.ripple-link:nth-child(3){
        top: 14%!important;
    left: 61%!important;
}
.row-pd40 {
    padding-left: 20px !important;
    padding-right: 20px !important;
}
.row-pd40-1 {
    padding: 0 20px;
}
.mobile-sidebar-levels-2 .nav-slide>li>.sub-menu>li:not(.nav-slide-header)>a, .mobile-sidebar-levels-2 .nav-slide>li>ul.children>li:not(.nav-slide-header)>a{
    font-weight: 700; 
}
.header-full-width .container{
    padding: 0 20px;
}
.form-container h3 {
        font-size: 6vw;
        padding: 0 20px;
    }
.price-mobile {
        display: flex;
        flex-flow: row;
        overflow-x: scroll;
        position: relative;
        width: calc(100% - 40px);
        padding: 0;
}
.price-mobile:after {
/*         content: ""; */
/*         position: fixed; */
        left: 0;
        top: 0;
        display: inline-block;
        width: 20px;
        height: 100%;
        background: #fff;
        z-index: 99999;
    }
    .price-mobile >div:first-child {
        position: sticky;
        top: 0;
        left: 0;
        z-index: 99;
        width: 60%;
    }
.price-mobile::-webkit-scrollbar {
    height: 3px; /* chỉnh chiều cao thanh cuộn ngang */
}

.price-mobile::-webkit-scrollbar-track {
    background: #f1f1f1; /* màu nền */
    border-radius: 5px;
}

.price-mobile::-webkit-scrollbar-thumb {
    background: #888; /* màu thanh trượt */
    border-radius: 5px;
}

.price-mobile::-webkit-scrollbar-thumb:hover {
    background: #555; /* màu khi hover */
}

.pricing-table .price{
    font-size: 20px;
    font-weight: bold;
    color: #000;
            display: inline-block;
            text-transform: uppercase;
}
.pricing-table-header{
    min-width: calc(50vw - 20px);
}
.price-section h4:after {
    content: "Scroll left for more prices";
    position: sticky;
    top: 0; left: 0;
    display: block;
    font-size: 10px;
    font-style: italic;
    font-weight: 400;

    /* Gradient chạy qua chữ */
    background: linear-gradient(90deg, var(--fs-color-primary), #ffffff, var(--fs-color-primary));
    background-size: 200% auto;
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;

    /* Combo animation: scale + shine */
    animation: pulseScale 1.25s ease-in-out infinite,
               shineText 2.6s linear infinite;

    transform-origin: center;
    will-change: transform, background-position;
            text-align: right;
        margin-top: 10px;
        margin-right: 20px;
}
html[lang="vi"] .price-section h4:after {
    content: "Vui lòng cuộn sang trái để xem thêm bảng giá";
}
/* Nhịp scale + nhấp nháy nhẹ */
@keyframes pulseScale {
    0%, 100% {
        transform: scale(1);
        filter: none;
        opacity: 1;
        text-shadow: none;
    }
    50% {
        transform: scale(1.16);
        opacity: 0.85; /* mờ nhẹ để “nhấp nháy” */
        text-shadow: 0 0 6px rgba(0,0,0,0.1);
    }
}

/* Ánh sáng lướt ngang qua chữ */
@keyframes shineText {
    to { background-position: 200% center; }
}

/* Tôn trọng người dùng hạn chế chuyển động */
@media (prefers-reduced-motion: reduce) {
    .price-section h4:after {
        animation: none;
    }
}

.pricing-table .items .bullet-item{
    min-width: max-content;
}
.blog-wrapper .col-left-blog{
    padding: 20px!important;
}
aside#block_widget-2 .contact-section-all {
    padding-left: 20px;
    padding-right: 20px;
}
.row-col-3 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
    padding: 0;
}

}
/* Disable Flatsome appear animations except inside sliders */
[data-animate]:not(.slider *):not(.slider-mobile *):not(.slider-mobile-right *):not(.flickity-slider *),
.ux-appear:not(.slider *):not(.slider-mobile *):not(.slider-mobile-right *):not(.flickity-slider *),
.animated:not(.slider *):not(.slider-mobile *):not(.slider-mobile-right *):not(.flickity-slider *),
.has-anim:not(.slider *):not(.slider-mobile *):not(.slider-mobile-right *):not(.flickity-slider *),
.is-inview:not(.slider *):not(.slider-mobile *):not(.slider-mobile-right *):not(.flickity-slider *) {
  animation: none !important;
  transition: none !important;
  opacity: 1 !important;
  transform: none !important;
}

/* Reset will-change cho phần không slider */
[data-animate]:not(.slider *):not(.slider-mobile *):not(.slider-mobile-right *):not(.flickity-slider *),
.ux-appear:not(.slider *):not(.slider-mobile *):not(.slider-mobile-right *):not(.flickity-slider *),
.animated:not(.slider *):not(.slider-mobile *):not(.slider-mobile-right *):not(.flickity-slider *),
.is-inview:not(.slider *):not(.slider-mobile *):not(.slider-mobile-right *):not(.flickity-slider *) {
  will-change: auto !important;
}

.thankyou-page-text .get-quotation-btn:last-of-type {
    margin: 0 auto !important;
}
.text-content-ty h3 {
    line-height: unset;
}