:root {
    --mainColor: #a56816;
    --seconColor: #3b1f14;
    --redColor: #0e5f99;
    --yellowColor: #198cd2;
    --whiteCollor: #ffffff;
}

::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-thumb {
    background-color: #aaa;
}

::-webkit-scrollbar-track {
    background-color: #f1f1f1;
}

/* body {
    background-color: white !important;
}
h1, h2, h3, h4, h5, h6 {
    font-family: "Arimo Bold" !important;
} */

ul, li {
    margin-bottom: 0px !important;
}

.row-0 {
    margin: 0px 20px !important;
}

.pd-0 {
    padding: 0px !important;
}

.row-5 {
    padding: 0px 10px !important;
}

.pd-5 {
    padding: 0px 5px 8px 5px !important;
}

.row-20 {
    padding: 0px 0px !important;
}

.pd-20 {
    padding: 0px 20px 20px 20px !important;
}

.pd-35 {
    padding: 0px 35px 20px 35px !important;
}

.row-7 {
    padding: 0px 7px !important;
}

.pd-7 {
    padding: 0px 7px 7px 7px !important;
}

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

.mr-1 {
    margin-right: 10px !important;
}

.mr-2 {
    margin-right: 20px;
}

.mr-3 {
    margin-right: 30px;
}

.mr-4 {
    margin-right: 40px;
}

.mr-4 {
    margin-right: 50px;
}

.ml-1 {
    margin-left: 10px;
}

.ml-2 {
    margin-left: 20px;
}

.ml-3 {
    margin-left: 30px;
}

.ml-4 {
    margin-left: 40px;
}

.mt-1 {
    margin-top: 10px;
}

.mt-2 {
    margin-top: 20px;
}

.mt-3 {
    margin-top: 30px;
}

.mt-4 {
    margin-top: 40px;
}

.mt-5 {
    margin-top: 50px;
}

.mb-1 {
    margin-bottom: 10px !important;
}

.mb-2 {
    margin-bottom: 20px !important;
}

.mb-3 {
    margin-bottom: 30px;
}

.mb-4 {
    margin-bottom: 40px;
}

.mb-5 {
    margin-bottom: 50px;
}

.button_style {
    text-align: center;
    padding: 5px 25px;
    font-size: 15px;
    display: inline-block;
    position: relative;
    overflow: hidden;
    z-index: 9;
    border-radius: 5px;
}

.button_style:before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(rgba(4, 42, 255, 0)), to(rgba(217, 255, 0, 0.4)));
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.button_style:hover:before {
    -webkit-animation: shine .75s;
    animation: shine .75s;
}

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}


/**project**/
.project-item, .post-item {
    width: 100%;
    display: inline-block;
    transition: 0.3s ease-in-out;
    position: relative;
}

.project-item {
    height: 220px;
}

.post-item .post-thumbnail {
    width: 100%;
    height: 220px;
    overflow: hidden;
    transition: 0.3s ease-in-out;
}

.project-item .project-thumbnail {
    height: 100%;
}

.project-item .project-thumbnail img, .post-item .post-thumbnail img {
    width: 100% !important;
    height: 100%;
    object-fit: cover;
    overflow: hidden;
    transition: 0.3s ease-in-out;
}

.post-item .post-content {
    width: 100%;
    display: inline-block;
    padding: 10px;
}
.content-1 {
    left: 10px;
    margin: 15px !important;
    padding: 10px;
}
.content-1 > p{
    color: white !important;
    line-height: 0.4;
}
.project-item .project-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--yellowColor)c9 !important;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(90deg);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    background: url('/wp-content/uploads/2023/08/vietdoor.png') no-repeat;
    background-size: 90% !important;
    background-position-y: 50%;
    background-position-x: 50%;
    text-shadow: 1px 1px 3px black !important;
}


.project-item .project-content .title {
    position: absolute;
    width: 100%;
    padding: 0 15px;
    text-align: center;
    color: #fff;
    font-size: 17px;
    font-weight: 500;
}

.project-item .project-content .title a {
    color: #fff;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-weight: 700;

}

.project-item .project-content .refLink a {
    position: absolute;
    bottom: 20px;
    left: 15px;
    color: #fff;
}

.project-item .project-content .refLink a:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px;
    width: 12px;
    height: 16px;
    background-repeat: no-repeat;
    background-size: 100% auto;
}

.project-item .project-content .title .fs-13.mg-t-5 {
    margin: 10px 0 0 0;
}

.project-item .project-content .title .fs-13.mg-t-5 p {
    font-size: 13px;
    margin: 0;
}

.project-item .project-content .title .fs-13.mg-t-5 p:not(:last-child) {
    margin: 0 0 5px 0;
}

.project-content h4:hover, .post-item .post-content h4:hover {
    color: var(--redColor)
}

.project-item:hover .project-content {
    -webkit-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
}

.post-item .post-thumbnail:hover img {
    transition: 0.3s ease-in-out;
    transform: scale(1.1);
}

.project-item .project-button.button_style {
    border: 1px solid var(--blueColor);
    border-radius: 0px;
    color: var(--blueColor) !important;
    font-size: 15px;
}

.project-item .project-button.button_style:hover {
    background: var(--blueColor);
    color: #fff !important;
}

.post-item .post-content h4 {
    color: var(--yellowColor);
    font-size: 16px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 0 0 10px 0;
    height: 50px;
    line-height: 25px;
    text-align: left;
}

.post-item .post-content .post-desc {
    margin-bottom: 0;
    color: rgba(0, 0, 0, 0.8);
    font-size: 14px;
    text-align: left;
}

/**Header**/
.banner-home {
    margin-top: -110px;
}

div#mega-menu-wrap-primary {
    width: 100% !important;
}


#mega-menu-wrap-primary #mega-menu-primary {
    display: flex;
    justify-content: space-between;
}

/**menu**/
div#mega-menu-wrap-primary ul li a {
    font-weight: 700 !important;
    text-transform: uppercase !important;
    font-size: 16px !important;
}


#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu {
    -webkit-box-shadow: 0 16px 32px rgba(34, 37, 49, 0.24);
    box-shadow: 0 16px 32px rgba(34, 37, 49, 0.24);
    display: block !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    height: unset !important;
    line-height: 20px !important;
    padding: 10px 10px 10px 10px !important;
    display: block;
    -webkit-transition: .4s;
    transition: .4s;
    font-size: 16px !important;
    text-transform: uppercase !important;
}



/**sub menu grid**/
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-grid > ul.mega-sub-menu {
    max-width: 100% !important;
    left: 0px !important;
    padding: 15px 0 !important;
    width: 100% !important;
    position: absolute !important;
    z-index: 999 !important;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu ul.mega-sub-menu li {
    margin-bottom: 10px !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
    display: flex;
    text-transform: uppercase !important;
    color: #fff !important;
    font-size: 16px !important;
    align-items: center;
}

#mega-menu-wrap-primary #mega-menu-primary img {
    width: 65px;
    height: 65px;
    object-fit: contain;
    margin-right: 15px;
    background: #fff;
    padding: 5px !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-grid > ul.mega-sub-menu:before, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-grid > ul.mega-sub-menu:after {
    content: '';
    display: block !important;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px !important;
}



/**header**/
div#masthead {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

div#masthead li.header-search.header-search-lightbox.has-icon {
    margin-left: 15px !important;
}

div#masthead li.header-search.header-search-lightbox.has-icon a {
    color: #fff;
    font-size: 16px !important;
    padding: 0px !important;
}

div#masthead a.button_style.button_for_red {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 15px;
    margin-left: 15px;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {
    color: var(--whiteColor) !important;
    display: none;
}
span.mega-indicator:hover {
    display: inline-block !important;
}

#top-bar .header-support span:not(:last-child) {
    margin-right: 15px;
}

#top-bar .header-support span {
    font-size: 14px;
}

.header-social {
    width: 100%;
    display: inline-block;
}

.header-social a img {
    width: 30px;
}

.header-social a {
    font-size: 15px;
    color: #fff;
    margin-left: 10px;
}

.home-single {
    background: var(--primary-color) !important;
}

/**footer**/

footer#footer {
    padding: 0 0 0 0;
    width: 100%;
    display: inline-block;
 
}

.bg-footer-cd {
    background-color: var(--yellowColor);
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.4;
    background-position-x: 50%!important;
    background-position-y: 50%!important;
    background: url('/wp-content/uploads/2023/08/parallax-1.jpg');
    background-size: cover !important;
}
    
footer#footer .footer-border {
    width: 100%;
    display: inline-block;
    border-bottom: 1px solid rgba(189, 189, 189, 0.5);
    padding: 0 0 30px 0;
}

footer#footer .footer-logo img {
    width: 180px;
}

footer#footer .footer-body {
    width: 100%;
    display: inline-block;
    border-bottom: 2px solid rgba(255, 255, 255, 0.795);
    padding: 30px 0;
    background-size: cover;
    background-position-x: 50%;
    background-position-y: 50%;
}

footer#footer p, footer#footer a {
    font-size: 16px;
    line-height: 25px;
}

footer#footer .footer-title {
    width: 100%;
    display: inline-block;
}

footer#footer .footer-title h4 {
    font-size: 24px;
    line-height: 23px;
    color: var(--mainColor) !important;
    position: relative;
    margin: 0 0 30px 0;
    width: auto;
    display: inline-block;
}

/* footer#footer .footer-title h2:after {
    content: '';
    height: 3px;
    background: #ffffff;
    width: calc(100% - 20%);
    display: block;
    position: absolute;
    left: 0px;
    bottom: -15px;
} */

footer#footer .footer-menu ul li a {
    padding: 0px !important;
    margin: 0 0 10px 0;
}

footer#footer .footer-menu ul li {
    border: 0px !important;
}

footer#footer p {
    margin: 0 0 10px 0;
}

footer#footer a:hover {
    color: var(--blueColor) !important;
}

footer#footer .footer-bottom {
    width: 100%;    
    padding: 15px 0;
    font-size: 16px;
}
.company-name {
    color: var(--seconColor)!important;
    font-size: 16px !important;
}
.footer-social {
    width: 100%;
    text-align: left;
}

.footer-social a {
    border: 1px solid rgba(189, 189, 189, 0.5);
    border-radius: 50%;
    width: 35px;
    height: 35px;
    display: inline-block;
    text-align: center;
    line-height: 35px;
    padding: 5px;
    font-size: 19px;
    margin-left: 10px;
    color: #fff;
}

.footer-social a img {
    width: 30px;
}



.form-register {
    width: 100%;
    display: inline-block;
    margin: 20px 0 0 0;
}

.input_register {
    width: 100% !important;
    box-shadow: unset !important;
    background: transparent !important;
    border: 0px !important;
    border-bottom: 1px solid rgba(189, 189, 189, 0.5) !important;
    color: #ffffff;
    margin: 0 !important;
}

.input_register::placeholder {
    color: #ffffff;
}

.form-register button.wpcf7-submit {
    position: absolute;
    top: 20px;
    right: 0px;
    margin: 0 !important;
    background: transparent !important;
    border: 0;
}

form.wpcf7-form.init {
    margin: 0px !important;
}

/**banner**/
.pageBanner {
    padding: 60px 0;
}

.pageBanner {
    min-height: 260px;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    color: #fff;
    flex-direction: column;
    position: relative;
    background-size: cover;
    background-position-x: 50%;
    background-position-y: 70%;
}

.pageBanner:after {
    content: '';
    background: var(--yellowColor) !important;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    opacity: 0.4;
}

.pageBanner .pageBanner__description {
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
    color: rgba(255, 255, 255, .7);
}

.pageBanner * {
    max-width: 1440px;
    text-align: center;
    margin: auto;
    position: relative;
    z-index: 9;
}

/**pagination**/
.pagination {
    width: 100%;
    display: inline-block;
    margin: 20px 0 0 0;
}

.pagination ul li a, .pagination ul li span {
    color: #000;
    border-radius: 0px !important;
    border: 1px solid #e9e9e9;
    width: 35px;
    height: 35px;
    padding: 0px;
    line-height: 35px;
    font-weight: normal;
    background: #fff;
}

.pagination ul li a:hover, .pagination ul li span:hover {
    background: var(--blueColor);
    color: #fff;
}

.wp-pagenavi {
    width: 100%;
    display: inline-block;
    margin: 20px 0 0 0;
    text-align: center;
}

.wp-pagenavi a, .wp-pagenavi span {
    background: #fff;
    border-radius: 0px !important;
    border: 1px solid #e9e9e9;
    width: 35px;
    height: 35px;
    color: #000;
    display: inline-block;
    padding: 0px;
    line-height: 35px;
    font-weight: normal;
}

.wp-pagenavi a:hover, .wp-pagenavi a span.current, .wp-pagenavi span:hover, .wp-pagenavi span span.current {
    background: var(--blueColor);
    color: #fff;
    border: 1px solid var(--blueColor);
}

/**alert**/
.alert-success {
    color: #155724;
    background-color: #d4edda;
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid #c3e6cb;
    border-radius: 0.25rem;
    font-weight: normal;
}

/**category**/
.category-entry {
    padding-top: 50px !important;
    width: 100%;
    display: inline-block;
    padding: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

/**footer**/
.brRight {
    border-right: 1px solid rgba(255, 255, 255, 0.5);
}

.footer-support {
    background: var(--blueColor);
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.footer-support .support-item {
    width: 100%;
    padding: 10px 0;
    display: flex;
    align-items: center;
}

.footer-support .support-item .icon {
    width: 40px;
    height: 40px;
}

.footer-support .support-item .icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.footer-support .support-item .support-content ul {
    margin-left: 20px;
}

.footer-support .support-item .support-content {
    width: calc(100% - 40px);
    padding-left: 15px;
    color: #fff;
    font-size: 14px;
}

.footer-support .support-item .support-content ul li:not(:last-child) {
    margin-bottom: 5px !important;
}

.footer-support .footer-social span {
    color: #fff;
    font-weight: 700;
    font-size: 16px;
}

.footer-support .footer-social a {
    border: 2px solid #ffff;
    display: inline-block;
    border-radius: 50px;
    width: 35px;
    height: 35px;
    color: #fff;
    margin-left: 8px;
    text-align: center;
    line-height: 35px;
    font-size: 16px;
}

.footer-support .footer-social a:hover {
    color: var(--blueColor);
    background: #fff;
}

/**single**/
.header-single h1 {
    margin-top: 20px;
    font-size: 40px;
    line-height: 42px;
    color: #000000;
}

.entry-content {
    color: #000000;
    padding-top: 0 !important;
}

.entry-content ul li, .entry-content ol li, .entry-content p {
    margin: 0 0 10px 0;
}

.entry-content ul, .entry-content ol {
    margin-left: 15px !important;
}

.entry-content a {
    color: var(--redColor)
}

.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h5, .entry-content h4, .entry-content h6 {
    color: #000000;
}

.category-description {
    color: #000000;
    margin: 30px 0;
    overflow: hidden;
}

.category-description ul li, .category-description ol li, .category-description p {
    margin: 0 0 10px 0;
}

.category-description ul, .category-description ol {
    margin-left: 15px !important;
}

.category-description a {
    color: var(--redColor)
}

.category-description h1, .category-description h2, .category-description h3, .category-description h5, .category-description h4, .category-description h6 {
    color: #000000;
}

/**post related**/
.post-related {
    width: 100%;
    padding: 40px 0;
}

.post-related .post-item .post-content, .post-related .project-item .project-content {
    padding: 10px !important;
}

/**slide**/
.owl-dots {
    display: none !important;
}

.owl-nav button {
    width: 35px;
    min-height: 35px;
    line-height: 35px;
    background: #FFFFFF !important;
    -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    color: #333;
    text-align: center;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0px !important;
    border-radius: 50px !important;
}

.owl-nav button i {
    color: #333;
}

.owl-nav button.owl-prev {
    left: -55px !important;
}

.owl-nav button.owl-next {
    right: -55px !important;
}

/**widget**/
.widget-title h3 {
    font-size: 28px;
}

.widget-post-list .post-item:not(:last-child), .widget-post-list .project-item:not(:last-child) {
    padding: 0 0 10px 0;
    margin: 0 0 15px 0;
    border-bottom: 1px solid #f2f2f2;
}

/**project**/
.project-gallery .gallery-land {
    width: 100%;
    height: 550px;
    transition: 0.3s ease-in-out
}

.project-gallery .gallery-land:not(:last-child) {
    margin-bottom: 25px;
}

.project-gallery .gallery-land img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.3s ease-in-out
}

.project-gallery .gallery-land img:hover {
    transition: 0.3s ease-in-out;
    opacity: 0.8;
}

div#projectSidebar {
    padding-top: 20px;
    border: 1px solid rgb(138, 138, 138);
}

div#projectSidebar .title--heading2 {
    font-size: 28px;
}

div#projectSidebar .more__details {
    border-top: 1px solid rgb(138, 138, 138);
    padding: 30px;
    margin: 20px 0 0 0;
}

div#projectSidebar .more__details strong {
    color: #000000;
    font-weight: 700;
}

div#projectSidebar .more__details p, div#projectSidebar .more__details ul li, div#projectSidebar .more__details ol li {
    margin: 0 0 10px 0;
    font-size: 16px;
    color: #000000;
}

div#projectSidebar .more__button {
    width: 100%;
    padding: 0 30px 20px 30px;
}

.more__button .button_style {
    width: 100%;
    background: var(--redColor);
    border-radius: 0px !important;
    text-align: center;
    padding: 12px 0;
    font-weight: 700;
    font-size: 16px;
    display: block;
}

/**home title8*/
.home-title {
    width: 100%;
    display: flex;
    margin-bottom: 20px;
    justify-content: center;
}

.home-title h2, .home-title h1, h1.product-title.product_title.entry-title {
    text-align: center;
    font-weight: 700 !important;
    text-transform: uppercase;
    font-size: 25px;
    position: relative;
    display: flex;
    margin: auto;
    color: var(--yellowColor);
    justify-content: center;
    
}


h1.product-title.product_title.entry-title {
    justify-content: center;
}

.colorWhite h1, .colorWhite h3 {
    color: #fff;
}

.colorWhite h1:after, .colorWhite h3:after {
    background: #fff;
}

/**slide project**/
div#sync1 {
    margin-bottom: 15px !important;
}

div#sync1 img {
    height: 500px !important;
    object-fit: contain;
}

div#sync2 img {
    width: 100%;
    height: 150px !important;
}

div#sync2 .owl-item.active.current .slide-item {
    border: 1px solid var(--primary-color) !important;
}

div#sync2 .owl-nav button.owl-next {
    right: 10px !important;
}

div#sync2 .owl-nav button.owl-prev {
    left: 10px !important;
}


/**tab**/
.bk-tab ul {
    border-bottom: 1px solid rgb(0 0 0 / 20%);
}

.bk-tab ul li a {
    font-size: 15px;
    padding: 10px;
    margin: 0 10px;
    font-weight: 600;
    transition: 0.3s ease-in-out;
    border-radius: 7px 7px 0px 0px !important;
}

.bk-tab ul li.active {
    color: var(--redColor);
    margin-bottom: -1px;
}

.bk-tab ul li.active a {
    color: var(--redColor);
}

.bk-tab ul li a:hover {
    transition: 0.3s ease-in-out;
    opacity: .8;
    transform: scale(1.1);
    color: var(--redColor);
}

/**tab project**/
.bk-tab.tab-category ul {
    display: flex;
    flex-flow: wrap;
    justify-content: center;
}

.bk-tab.tab-category ul li {
    list-style: none !important;
}

.bk-tab.tab-category ul li a {
    padding: 10px !important;
    display: block;
}

/**widget**/
.widget-title h3 {
    font-size: 28px;
    color: #000000;
}

.widget-post-list .post-item:not(:last-child), .widget-post-list .project-item:not(:last-child) {
    padding: 0 0 10px 0;
    margin: 0 0 15px 0;
    border-bottom: 1px solid #f2f2f2;
}

.clink__breadcrumb a, .clink__breadcrumb span {
    color: #000000;
    font-size: 15px;
    font-weight: normal;
}

.breadcrumbs {
    background: rgba(179, 179, 179, 0.5);
    padding: 8px 15px !important;
    width: auto !important;
    display: inline-block;
}

.breadcrumbs a, .breadcrumbs span {
    color: #fff !important;
    font-size: 15px;
    font-weight: normal;
}

.breadcrumbs span.separator {
    color: #fff !important;
    opacity: 1 !important;
}

.breadcrumbs span.last:last-child {
    color: var(--blueColor) !important;
}

.home-title2 p {
    font-weight: 700;
    font-size: 20px;
    line-height: 25px;
    color: var(--redColor);
    text-transform: uppercase;
    margin: 0px;
}

.home-title2 h3 {
    font-size: 30px;
    color: #ffffff;
    line-height: 40px;
    margin: 10px 0 0 0;
}

.home-title3 p {
    font-size: 30px;
    color: #ffffff;
    line-height: 40px;
    margin: 10px 0 0 0;
    font-weight:  700!important;
}


.input__contact {
    border: 1px solid rgba(255, 255, 255, 0.6) !important;
    background: #00000059 !important;
    box-shadow: unset !important;
    height: 45px !important;
    color: #ffffff !important;
    border-radius: 8px !important;
}

.input__contact::placeholder, .textarea_contact::placeholder {
    color: rgba(255, 255, 255, 0.8) !important;
}

.textarea_contact {
    border: 1px solid rgba(255, 255, 255, 0.6) !important;
    background: #00000059 !important;
    box-shadow: unset !important;
    height: 75px !important;
    color: #ffffff !important;
    border-radius: 8px !important;
}

.button__contact {
    background: var(--redColor) !IMPORTANT;
    font-weight: normal !important;
    font-size: 15px;
    margin: 0px !important;
    border-radius: 10px !important;
    border: 1px white solid;
}

.bg-contact .bg.section-bg.fill.bg-fill.bg-loaded {
    background-size: 55% !important;
    background-position: bottom right !important;
    opacity: 0.4;
}
.bg-danh-gia {
    background: linear-gradient(white, #dbe8ff)
}
.bg-review .bg.section-bg.fill.bg-fill.bg-loaded {
    background-size: 15% !important;
    background-position: bottom left !important;
}

.brRight {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.address-item p {
    color: #fff;
    font-size: 14px;
    margin: 5px 0 0 0;
}

.address-item h4 {
    font-size: 15px;
    color: #fff;
    line-height: 25px;
}

.address-item ul li {
    color: #fff;
    font-size: 14px;
    margin: 5px 0 0 0 !important;
}

.address-item ul {
    margin-left: 20px !important;
}

.address-item {
    display: flex !important;
    align-items: center !important;
}

.address-item .box-image {
    width: 80px !important;
    height: 80px !important;
    max-width: 80px !important;
}

.address-item .box-image div {
    width: 100% !important;
    height: 100% !important;
}

.address-item .box-image div img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
}

.address-item .box-text.text-left {
    width: calc(100% - 80px) !important;
}

.bg-contact .col-inner {
    height: 100% !important;
}

.button_about {
    background: var(--redColor) !important;
    font-weight: normal;
}

.about-content, .about-content p, .about-content ul li {
    color: #fff;
    font-size: 15px;
}

.about-content p, .about-content ul li {
    margin: 0 0 10px 0 !important;
}

.about-content ul {
    display: flex;
    flex-flow: wrap;
}

.about-content ul li {
    width: calc(100% / 2) !important;
}

.about-content {
    width: 100%;
    display: inline-block;
    margin: 20px 0 0 0;
}

.about-content ul {
    margin-left: 20px !IMPORTANT;
}

/*8review**/
.slide-review  .slide-item {
    padding: 5px 3px 35px 3px;
}
.review-item {
    display: inline-block;
    width: 100%;
    box-shadow: 0px 2px 6px rgb(179, 179, 179);
    border-radius: 15px;
}

.review-item .review-content {
    width: 100%;
    display: inline-block;
    padding: 15px 25px;
    height: 260px;
}

.review-item .review-content .review-top {
    display: flex;
    align-items: center;
    color: var(--redColor) !important;
    font-weight: 700;
    font-size: 16px;
}

.review-item .review-content .review-top img {
    width: 35px !important;
    margin-right: 15px !important;
}

.review-item .review-author {
    width: 100%;
    display: flex;
    padding: 15px;
    flex-flow: wrap;
    align-items: center;
}

.review-item .review-text {
    display: inline-block;
    width: 100%;
    padding: 15px 0;
    color: black;
    font-size: 16px;
    line-height: 28px;
}

.review-item .review-avatar {
    width: 60px !important;
    height: 60px !important;
}

.review-item .review-avatar img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: solid 2px var(--yellowColor);
}

.review-item .review-view h3 {
    color: var(--redColor);
    font-size: 16px;
    margin: 0px;
}

.review-item .review-view {
    width: calc(100% - 60px) !important;
    padding-left: 15px !important;
}

.review-item .review-view i {
    color: #ffcc33;
    font-size: 11px;
}

.bit__review .owl-dots button {
    width: 8px !important;
    height: 8px !important;
    background: black !important;
    min-height: 8px !important;
    margin: 0px 5px !important;
    display: none;
}

.bit__review .owl-dots {
    display: block !important;
    text-align: center;
    margin: 15px 0 0 0 !important;
}

.bit__review .owl-dots button.active {
    background: var(--redColor) !important;
}

.review-author {
    border-bottom: 2px solid var(--yellowColor);
}


/**service*/
.service-item {
    width: 100%;
    padding: 50px 30px;
    display: inline-block;
    position: relative;
    transition: 0.3s ease-in-out;
    overflow: hidden;
}

.service-item .service-header h3 {
    color: #fff;
    font-size: 25px;
    line-height: 35px;
}

.service-item .service-header img {
    width: 80px;
    height: 80px;
    object-fit: contain;
    margin: 0 0 20px 0;
}

.service-item .service-content {
    color: #fff;
    font-size: 16px;
    line-height: 25px;
}

.service-item .service-label {
    -webkit-text-stroke: 1px rgba(217, 217, 217, 0.5);
    color: var(--primary-color);
    font-weight: 600;
    font-size: 61px;
    line-height: 77px;
    position: absolute;
    top: 25px;
    right: 25px;
}

.service-item:after {
    content: '';
    background: url(../images/hover.png) no-repeat !important;
    background-size: 100% !important;
    position: absolute;
    bottom: -100%;
    right: 0px;
    width: 250px;
    height: 250px;
    transition: 0.3s ease-in-out;
}

.service-item:hover:after {
    transition: 0.3s ease-in-out;
    bottom: 0;
}

/**process item**/
.process-item {
    width: 200px;
    margin: auto;
    text-align: center;
    position: relative;
    z-index: 9;
}

.process-item .process-thumbnail {
    display: inline-block;
    width: 180px;
    height: 180px;
    border: 1px solid rgba(217, 217, 217, 0.54);
    border-radius: 50%;
    padding: 15px;
    position: relative;
}

.process-item .process-thumbnail .process-number {
    width: 25px;
    height: 25px;
    background: var(--redColor) !important;
    border-radius: 50% !important;
    font-size: 15px;
    color: #fff;
    position: absolute;
    top: 30px;
    left: -2px;
}

.process-item .process-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.process-item .process-content {
    width: 100%;
    text-align: center;
    margin: 15px 0 0 0;
}

.process-item .process-content h3 {
    color: #fff;
    font-size: 20px;
    line-height: 30px;
}

.process-item .process-content p {
    color: #fff;
    margin: 0px;
    font-size: 15px;
}

.process-2 {
    margin-top: 80px;
}

.process-3 {
    margin-top: 20px !important;
}

.process-4 {
    margin-top: 110px !important;
}

.bg-process {
    width: 100%;
    display: inline-block;
    position: relative;
}

.bg-process:after {
    content: '';
    background: url(../images/line.png) no-repeat !important;
    background-size: 100% !important;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80%;
    height: 250px;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.button__project_next {
    text-align: center;
    margin: 30px 0 0 0;
}

.button__project_next a {
    border: 1px solid var(--redColor) !important;
    background: transparent !important;
    text-transform: uppercase;
    color: var(--redColor) !important;
}

.button__project_next a:hover {
    background: var(--redColor) !important;
    color: #fff !important;
}

.thi-cong h3 {
    font-size: 30px;
    font-weight: 600;
    color: var(--redColor);
    margin: 0px;
}

.thi-cong .th-content {
    border-top: 1px solid var(--redColor);
    border-bottom: 1px solid var(--redColor);
    color: #aeaeae;
    font-size: 15px;
    margin: 30px 0;
    padding: 30px 0 35px 0;
}

.button_next2 {
    margin: 0px !important;
    background: var(--redColor) !important;
    font-size: 15px;
    font-weight: normal;
}

.readmore__content {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 10;
    text-align: center;
    margin-bottom: 0 !important;
    background-image: linear-gradient(to bottom, rgb(255 255 255 / 60%), var(--redColor));
}

.readmore__content a {
    line-height: 60px;
    display: block;
    color: #000;
    font-weight: bold;
    font-size: 20px;
}

.readmore__content a:hover {
    color: #fff;
}



/**Post item**/
.post-item {
    width: 100%;
    display: inline-block;
}

.post-item .post-thumbnail {
    position: relative;
    text-align: center;
    border-radius: 8px 8px 0 0;
    overflow: hidden;
    width: 100%;
    height: 200px;
    background-position-y: 0%;
}

.post-item .post-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px 8px 0 0;
}

.post-item .post-thumbnail .entry-date {
    background: var(--yellowColor);
    color: #fff;
    text-align: center;
    position: absolute;
    bottom: 0;
    right: 0;
    border-radius: 8px 0 0;
    padding: 15px 20px 30px;
    line-height: 16px;
    z-index: 11;
    text-transform: uppercase;
    -webkit-transition: all .35s;
    transition: all .35s;
    letter-spacing: 0;
}

.post-item .post-content {
    background: #fff;
    position: relative;
    -webkit-transition: all .35s;
    transition: all .35s;
    padding: 20px 30px;
    text-align: left;
    border: 1px solid #ebe6de;
    border-top: 0;
    border-radius: 0 0 8px 8px;
}

.post-item .post-content:after {
    content: '';
    width: 100%;
    height: 20px;
    border-radius: 20px 20px 0 0;
    position: absolute;
    bottom: 100%;
    left: 0;
    z-index: 11;
    background: #fff;
}

.post-item .post-content .post-meta span {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
    color: var(--bit-gray-color);
}

.post-item .post-content .post-meta span:not(:last-child) {
    margin-right: 15px;
}

.post-item .post-content .post-meta span i {
    color: var(--primary-color)
}

.post-item .post-content h4 {
    font-size: 18px;
    margin: 5px 0 15px;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    line-height: 25px;
    position: relative;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #313041;
    height: 50px;
}

.post-item .post-content .post-desc {
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    padding-bottom: 15px;
    font-size: 14px;
    line-height: 22px;
    color: var(--bit-gray-color);
}

.post-item .post-content h4:hover {
    color: var(--primary-color)
}

.post-item .post-content .post-readmore {
    font-size: 13px;
    text-transform: uppercase;
    color: var(--primary-color);
    position: relative;
    -webkit-transition: all .35s;
    transition: all .35s;
    -moz-transition: all .35s;
    -ms-transition: all .35s;
    font-weight: 700;
    letter-spacing: 2px;
    z-index: 2;
    padding-right: 18px;
}

.post-item .post-thumbnail .entry-date span {
    display: block;
}

.post-item .post-thumbnail .entry-date .date {
    font-size: 16px;
    font-weight: 700;
}

.post-item .post-thumbnail .entry-date .month {
    font-size: 12px;
    font-weight: 400;
}


.progress-item {
    margin: auto;
    z-index: 9;
    text-align: left;
    background: rgba(255, 255, 255, 0.918);
    text-align: center;
    border-radius: 15px;
    padding: 10px 0;
    height: 220px;
    overflow: hidden;
}

.progress-thumbnail {
    max-width: 80px;
    max-height: 80px;
    margin-left: auto;
    margin-right: auto;
}


.progress-item h3 {
    font-size: 16px;
    margin-bottom: 0 !important;
    color: var(--redColor) !important;
    padding: 0 15px;


}

.progress-item p {
    font-size: 16px;
    margin-bottom: 0 !important;
    color: var(--redColor) !important;
    padding: 0 15px;
}
.name-project h4 {
    font-size: 15px !important;
}

.title-du-an {
    padding: 10px 0;
    border: 1px solid;
    font-size: 14px;
    background: var(--blueColor);
    padding: 5 0;
}
.title-du-an h2 {
    color: var(--redColor) !important;

}
.chi_tiet_thong_tin_du_an {
    background-color: var(--yellowColor);
    border-left: 1px solid white;
    border-bottom: 1px solid white;
    padding: 5px 20px !important;
    z-index: 9;
    text-align: left;
    height: 100%;
}
.chi_tiet_thong_tin_du_an-1 {
    background-color: var(--yellowColor);
    padding: 5px 20px !important;
    border-bottom: 1px solid white;
    z-index: 9;
    text-align: left;
    height: 100%;

}
.icon-du-an {
    max-width: 50px;
    max-height: 50px;
    display: inline-block;

}
.content_du_an {
    padding-left: 15px;
    display: inline-block;
    vertical-align: middle;
}
.content_du_an h3 {
    font-size: 16px;
    margin-bottom: 0 !important;
    color: white !important;
}
.content_du_an p {
    font-size: 16px;
    margin-bottom: 0 !important;
    color: white !important;
}
.ba-video {
    color: white !important;
}
.ba-video i {
    font-size: 30px;
}
.xem-video {
    font-size: 20px;
    padding-bottom: 5px;
}
.thong-tin-du-an-hover p{
    color: white;

}
.button_relative {
    position: absolute !important;
    top: 19%;
    right: 20px;
    transform: translateY(-50%);

}
.button_for_primary {
    color: #000000 !important;
    font-weight: 700 !important;
    line-height: 15px !important;
    border-radius: 8px !important;
    z-index: 9;
    display: inline-block !important;
    -webkit-transition: all .35s;
    transition: all .35s !important;
    -moz-transition: all .35s;
    -ms-transition: all .35s;
    text-transform: uppercase !important;
    border: none !important;
    margin-bottom: 5px !important;
    letter-spacing: 2px !important;
    font-size: 15px !important;
}
.duong-ke h2 {
    /*box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);*/
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    /*padding: 0px 20px 10px 20px;*/
    border: none !important;
    display: flex !important;
    justify-content: left !important;
    border-radius: 0px 0px 15px 15px;
    margin: 0 !important;
}



.partner-item {
    text-align: center;
    -webkit-transition: all .35s;
    transition: all .35s;
    padding: 5px;
    width: 100%;
    height: 140px;
}

.partner-item img {
    -webkit-transition: all .35s;
    transition: all .35s;
    max-width: 100%;
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.partner-item:hover img {
    opacity: 1;
    -webkit-animation: beat 1.5s ease 0s infinite;
    animation: beat 1.5s ease 0s infinite;
}

@keyframes beat {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(.82);
        transform: scale(.82);
    }
}

.page-box > .box-text > .box-text-inner > p {
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    font-size: 20px;
    color: #ffffff !important;
    text-shadow: 2px 2px 10px rgb(0 0 0);
}
.page-box > .box-text > .box-text-inner {
    overflow: hidden;
}
.page-box > .box-image > .box-image > img {
    max-height: 300px;
}
.border-effect > .flickity-viewport > .flickity-slider > .page-col > .col-inner {
    border-radius: 15px;
}





/* Border effect */
.border-effect .flickity-viewport > .flickity-slider >  .page-col > .col-inner > a  > .page-box{
	--angle: 0deg;
	max-width: auto;
	border: 5px solid;
	border-image: linear-gradient(var(--angle), rgb(0, 204, 255), rgb(4, 0, 255)) 1;
	animation: 5s rotate linear infinite;
}

@keyframes rotate {
	to {
		--angle: 360deg;
	}
}

@property --angle {
  syntax: '<angle>';
  initial-value: 0deg;
  inherits: false;
}


/* footer */


.slide-province .gallery-item {
    width: 100%;
    height: 280px;
    position: relative;
    margin-bottom: 30px;
    border-radius: 8px;
    overflow: hidden;
    padding: 0px !important;
}

.slide-province .gallery-item img {
    border-radius: 8px;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
}

.slide-province .gallery-item .image {
    width: 100% !important;
    height: 100% !important;
    border-radius: 8px;
}

.gallery-item .photo-gallery {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 111;
    cursor: crosshair;
}

.gallery-item .image-content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0;
    -webkit-transition: all .35s;
    transition: all .35s;
}

.gallery-item .image-content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: all .35s;
    transition: all .35s;
    z-index: 9;
}

.gallery-item .image-content .content-inner .title {
    margin: 0 0 6px;
    font-size: 22px;
    color: #fff;
}

.gallery-item .image-content .content-inner .sub-title {
    font-size: 22px;
    color: var(--primary-color);
    font-weight: 400;
}


.gallery-item:hover .image-content {
    opacity: 1;
    display: inline-block
}

.gallery-item .image-content:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8;
    background: #313041;
    opacity: .8;
}

.gallery-item .image-content .content-inner {
    position: relative;
    z-index: 99;
    text-align: center;
    top: 50%;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0 15px;
}
.box-badge .box-text {
    bottom: 5% !important;
}
.blog-post-inner > .is-divider {
    display: none !important;
}
.section-title-normal span {
    border-bottom: none !important;
}
.icon-angle-right i {
    display: none !important;
}
.section-title a {
    font-size: 16px !important;
}
.header-top:before {
    content: '';
    width: 60%;
    height: 35px;
    position: absolute;
    background: #0e5f99;
    right: 0;
    border-radius: 0 0 0 30px;
    top: 2px;
}
.title-ctm h3{
    font-size: 20px;
    text-align: center !important;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu {
    background: white !important;
    border: 2px solid #0e5f99;
    border-radius: 10px;
}


/* title-category */
.section-title-normal {
    margin-bottom: 20px;
}
.section-title-normal b {
    display: none;
}.section-title-normal span {
    margin-right: 15px;
    padding-bottom: 0;
    border-bottom: 0;
    margin-bottom: 0;
}span.kbtech-show-cats li {
    display: block;
    width: auto;
    float: left;
    margin: 0 8px;
}span.kbtech-show-cats li a {
    text-transform: uppercase;
    margin-right: 0!important;
    padding-left: 10px;
}.section-title a {
    margin-left: auto;
    margin-right: 10px;
}

/* adsadsadsadsadsadasdasdasd   */
/* =========================
   Footer Bottom
========================= */
.footer-bottom{
    padding: 25px 0;
    background: #fff;
}
.duong-ke-ft {
    border-top: 1px solid #b8e4d0;
}
.footer-bottom-r{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    flex-wrap: wrap;
}

/* 3 cột */
.footer-bottom-r > .col:nth-child(1){
    flex: 1;
}

.footer-bottom-r > .col:nth-child(2){
    flex: 1.4;
}

.footer-bottom-r > .col:nth-child(3){
    flex: 1;
    display: flex;
    justify-content: flex-end;
}

/* Copyright */
.footer-bottom p{
    margin: 0;
    color: #666;
    font-size: 15px;
    line-height: 1.7;
}

.footer-bottom a{
    color: #35b46b;
    text-decoration: none;
}

/* =========================
   Hotline (cột giữa)
========================= */

.footer-hotline{
    display:flex;
    align-items:center;
    gap:15px;
}

.footer-hotline i{
    font-size:34px;
    color:#5c5c5c;
    flex-shrink:0;
}

.hotline-content{
    display:flex;
    flex-direction:column;
}

.hotline-content a{
    color:var(--mainColor);
    font-size:26px !important;
    font-weight:700;
    line-height:1.1;
    text-decoration:none;
}

.hotline-content p{
    margin:4px 0 0;
    color:#777;
    font-size:14px;
    line-height:1.4;
}
.footer-bottom-r > .col:nth-child(2){
    display:flex;
    justify-content:center;
    align-items:center;
}
/* =========================
   Follow us
========================= */
/* Khối Follow */
.footer-social{
    display:flex;
    flex-direction:column;
    align-items:flex-start;
}

/* Dòng trên */
.follow-top{
    display:flex;
    align-items:center;
    gap:12px;
    margin-bottom:8px;
}

/* Follow Us */
.follow-title{
    font-size:18px;
    font-weight:700;
    color:#222;
    margin:0;
    line-height:1;
}

/* Danh sách icon */
.follow-list{
    display:flex;
    align-items:center;
    gap:8px;
    margin:0;
}

/* Nút icon */
.follow-list a{
    width:32px;
    height:32px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    overflow:hidden;
    text-decoration:none;
}

/* Icon */
.follow-list img{
    width:32px;
    height:32px;
    object-fit:contain;
    display:block;
}

/* Dòng mô tả */
.footer-social p{
    margin:0;
    font-size:14px;
    color:#777;
}

/* =========================
   Responsive
========================= */
/* 
@media(max-width:991px){

    .footer-bottom-r{
        flex-direction: column;
        text-align: center;
        gap: 25px;
    }

    .footer-bottom-r > .col{
        width:100%;
        flex:none;
    }

    .footer-bottom-r > .col:nth-child(3){
        justify-content:center;
    }

    .follow-list{
        justify-content:center;
    }
} */

/* ==========================================================================
   Antigravity Custom Layout Styles (Subscribe, Policies & Categories)
   ========================================================================== */

/* Subscribe Banner Styles */
.subscribe-banner-wrapper {
    background-color: #ffe1b9;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
    background-size: cover;
    background-position: right center;
    background-repeat: no-repeat;
    width: 100%;
    min-height: 380px;
    display: flex;
    align-items: center;
    padding: 50px 80px;
}
.subscribe-content {
    max-width: 50%;
    position: relative;
    z-index: 2;
}
.subscribe-content h2 {
    font-size: 38px;
    color: #253D4E;
    margin-bottom: 15px;
    line-height: 1.2;
    font-weight: 700;
}
.subscribe-content p {
    color: #7E7E7E;
    margin-bottom: 30px;
    font-size: 16px;
}
.subscribe-form {
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 40px;
    padding: 3px 3px 3px 20px;
    max-width: 450px;
    width: 100%;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.03);
    height: 60px;
    position: relative;
}
.subscribe-form i {
    color: #7E7E7E;
    font-size: 16px;
    margin-right: 12px;
}
.subscribe-form input {
    border: none !important;
    background: transparent !important;
    padding: 0 !important;
    margin: 0 !important;
    height: 100% !important;
    min-height: 0 !important;
    line-height: normal !important;
    font-size: 15px !important;
    color: #253D4E !important;
    outline: none !important;
    flex: 1 !important;
    box-shadow: none !important;
}
.subscribe-form input::placeholder {
    color: #adadad;
}
.subscribe-form button {
    background-color: var(--primary-color, #3BB77E) !important;
    color: #fff !important;
    border: none !important;
    border-radius: 40px !important;
    align-self: stretch !important;
    height: auto !important;
    min-height: 0 !important;
    margin: 0 !important;
    line-height: 1 !important;
    padding: 0 35px !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    cursor: pointer !important;
    transition: background-color 0.3s ease, opacity 0.3s ease !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    letter-spacing: 0.5px !important;
    box-shadow: none !important;
    text-shadow: none !important;
    white-space: nowrap !important;
}
.subscribe-form button:hover {
    opacity: 0.9 !important;
}

/* Featured Boxes Styles */
.featured-boxes-container {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
    margin-bottom: 40px;
}
.feature-box {
    background: #f4f6fa;
    padding: 25px 20px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    gap: 15px;
    transition: all 0.3s ease;
    border: 1px solid transparent;
}
.feature-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.05);
    background: #fff;
    border-color: var(--fs-color-secondary, #3b1f14);
}
.feature-box .f-icon {
    font-size: 32px;
    color: var(--primary-color, #3BB77E);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    flex-shrink: 0;
}
.feature-box .f-icon img {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
}
.feature-box .f-content h4 {
    font-size: 15px;
    margin: 0 0 4px 0;
    color: #253D4E;
    font-weight: 600;
    line-height: 1.2;
}
.feature-box .f-content p {
    margin: 0;
    font-size: 12px;
    color: #adadad;
    line-height: 1.3;
}

/* Top Categories Slider Styles */
.top-categories-slider-wrapper {
    position: relative;
    margin-bottom: 50px;
    width: 100%;
}
.top-categories-slider-wrapper .slider-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
}
.top-categories-slider-wrapper .slider-title {
    font-size: 32px;
    font-weight: 700;
    color: #253D4E;
    margin: 0;
}
.top-categories-slider-wrapper .slider-nav-buttons {
    display: flex;
    gap: 10px;
}
.top-categories-slider-wrapper .slider-nav-buttons button {
    background: #f4f6fa;
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #7E7E7E;
    font-size: 18px;
    transition: all 0.3s ease;
    outline: none;
}
.top-categories-slider-wrapper .slider-nav-buttons button:hover {
    background: var(--primary-color, #3BB77E);
    color: #fff;
}
.top-categories-slider-wrapper .category-card-item {
    padding: 12px 12px 20px 12px;
    border-radius: 16px;
    text-align: center;
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    display: block;
    border: 1px solid transparent;
    text-decoration: none;
    background-color: #ffe1b9;
}
.top-categories-slider-wrapper .category-card-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.05);
    border-color: #3b1f14 !important;
}
.top-categories-slider-wrapper .category-card-item .img-wrapper {
    width: 100%;
    aspect-ratio: 1 / 1;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
    border-radius: 10px;
    overflow: hidden;
    transition: all 0.3s ease;
}
.top-categories-slider-wrapper .category-card-item img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    margin: 0 auto;
    transition: transform 0.4s ease;
}
.top-categories-slider-wrapper .category-card-item:hover img {
    transform: scale(1.08);
}
.top-categories-slider-wrapper .category-card-item h4 {
    font-size: 15px;
    font-weight: 700;
    color: var(--primary-color, #3BB77E);
    margin: 0 0 5px 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    height: 40px;
    line-height: 1.3;
}
.top-categories-slider-wrapper .category-card-item p {
    font-size: 13px;
    color: #7E7E7E;
    margin: 0;
}



/* Custom WooCommerce Products Layout (Row / Grid & Slider) Styles */
.custom-products-layout-wrapper {
    margin-bottom: 50px;
    width: 100%;
}
.custom-products-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-bottom: 30px;
}
.product-cart-wrap {
    background: #fff;
    border: 1px solid #ececec;
    border-radius: 15px;
    padding: 20px;
    position: relative;
    transition: all 0.3s ease-in-out;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.product-cart-wrap:hover {
    border-color: #3b1f14 !important;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
    transform: translateY(-5px);
}
.product-img-action-wrap {
    position: relative;
    background-color: #fff;
    overflow: hidden;
    height: 220px;
    margin-bottom: 15px;
    text-align: center;
    border-radius: 10px;
}
.product-img-action-wrap .product-img {
    height: 100%;
    width: 100%;
}
.product-img-action-wrap .product-img a {
    display: block;
    width: 100%;
    height: 100%;
}
.product-img-action-wrap .product-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease-in-out;
}
.product-cart-wrap:hover .product-img-action-wrap .product-img img {
    transform: scale(1.05);
}
.product-badges {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.product-badges .badge {
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    padding: 4px 12px;
    border-radius: 15px 0 15px 0;
    text-transform: capitalize;
    display: inline-block;
    line-height: 1;
}
.product-badges .badge-sale {
    background-color: #f74b81;
}
.product-badges .badge-hot {
    background-color: #f59e0b;
}
.product-badges .badge-new {
    background-color: #3bb77e;
}
.product-action-1 {
    position: absolute;
    bottom: 10px;
    right: 10px;
    transform: scale(0.9);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
    z-index: 5;
}
.product-img-action-wrap:hover .product-action-1 {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}
.product-action-1 a {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: #fff;
    color: #7E7E7E;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    transition: all 0.3s ease;
    border: 1px solid #f4f6fa;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.product-action-1 a:hover {
    background-color: var(--primary-color, #3BB77E);
    color: #fff;
    border-color: var(--primary-color, #3BB77E);
}
.product-content-wrap {
    padding: 5px 0 0 0;
    display: flex;
    flex-direction: column;
}
.product-content-wrap .product-category {
    font-size: 12px;
    color: #adadad;
    margin-bottom: 5px;
    text-transform: capitalize;
}
.product-content-wrap h2 {
    font-size: 18px;
    font-weight: 800;
    line-height: 1.3;
    margin: 0 0 10px 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 48px;
}
.product-content-wrap h2 a {
    color: var(--fs-color-secondary, #3b1f14);
    text-decoration: none;
    transition: all 0.3s ease;
    font-weight: 800;
}
.product-content-wrap h2 a:hover,
.product-cart-wrap:hover .product-content-wrap h2 a {
    color: var(--primary-color, #3BB77E);
}
.product-rate-cover {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
}
.product-rate-cover .stars-list {
    display: flex;
}
.product-rate-cover .font-small {
    font-size: 13px;
    color: #adadad;
}
.product-card-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: auto;
    gap: 10px;
}
.product-price {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px;
}
.product-price .current-price {
    font-size: 18px;
    font-weight: 700;
    color: var(--primary-color, #3BB77E);
}
.product-price .old-price {
    font-size: 14px;
    color: #adadad;
    text-decoration: line-through;
}
.add-to-cart-wrapper .add-to-cart-btn {
    background-color: #ffe1b9 !important;
    color: var(--primary-color, #3BB77E) !important;
    border: none !important;
    border-radius: 4px !important;
    padding: 8px 16px !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    display: flex !important;
    align-items: center !important;
    gap: 5px !important;
    box-shadow: none !important;
    text-shadow: none !important;
    text-decoration: none !important;
}
.add-to-cart-wrapper .add-to-cart-btn:hover {
    background-color: var(--primary-color, #3BB77E) !important;
    color: #fff !important;
}



/* Custom Products Banner Slider Element Styles */
.products-banner-slider-container {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
    width: 100%;
}
.left-banner-card {
    flex: 0 0 25%;
    width: 25%;
    border-radius: 15px;
    padding: 40px 30px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    min-height: 450px;
    position: relative;
    box-sizing: border-box;
}
.left-banner-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 15px;
    z-index: 1;
}
.banner-inner-content {
    position: relative;
    z-index: 2;
    height: 100%;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}
.banner-card-title {
    font-size: 28px;
    font-weight: 800;
    color: #253D4E;
    line-height: 1.2;
    margin: 0 0 25px 0;
}
.banner-card-btn {
    margin-top: auto !important;
    background-color: var(--primary-color, #3BB77E);
    color: #fff !important;
    border-radius: 4px;
    padding: 10px 22px;
    font-size: 14px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
}
.banner-card-btn:hover {
    background-color: var(--fs-color-secondary, #3b1f14);
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.right-slider-container {
    flex: 0 0 75%;
    width: 75%;
    overflow: hidden;
}
.progress-bar-wrap {
    margin-top: 10px;
    width: 100%;
}
.progress-bar-text {
    font-size: 12px;
    color: #7E7E7E;
    margin-bottom: 5px;
    font-weight: 600;
}
.progress-bar-track {
    background-color: #f0f0f0;
    height: 6px;
    border-radius: 3px;
    overflow: hidden;
    width: 100%;
}
.progress-bar-fill {
    background-color: var(--primary-color, #3BB77E);
    height: 100%;
    border-radius: 3px;
    transition: width 0.5s ease;
}
.full-width-buy-btn {
    width: 100% !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 8px !important;
    padding: 10px 16px !important;
    border-radius: 4px !important;
    background-color: var(--primary-color, #3BB77E) !important;
    color: #fff !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    transition: all 0.3s ease !important;
    box-sizing: border-box !important;
    text-shadow: none !important;
    border: none !important;
    text-decoration: none !important;
}
.full-width-buy-btn:hover {
    background-color: var(--fs-color-secondary, #3b1f14) !important;
    color: #fff !important;
}



/* Custom Single Product Page Styles */
.single-product-premium-container {
    padding: 20px 0;
}
.product-title-custom {
    font-size: 34px;
    font-weight: 800;
    color: #253D4E;
    line-height: 1.2;
    margin: 0 0 15px 0;
}
.product-rating-custom {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.product-rating-custom .stars-list i {
    color: #ffb300;
    font-size: 15px;
    margin-right: 2px;
}
.product-rating-custom .reviews-count {
    font-size: 14px;
    color: #adadad;
    margin-left: 8px;
}
.product-price-custom {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
    flex-wrap: wrap;
    gap: 10px;
}
.product-price-custom .current-price {
    font-size: 32px;
    font-weight: 800;
    color: var(--primary-color, #3BB77E);
}
.product-price-custom .old-price {
    font-size: 20px;
    color: #adadad;
    text-decoration: line-through;
    margin-left: 10px;
}
.product-price-custom .badge-discount-single {
    font-size: 13px;
    font-weight: 700;
    color: #f74b81;
    background-color: #fde8ee;
    border-radius: 4px;
    padding: 3px 10px;
    margin-left: 15px;
}
.product-excerpt-custom {
    font-size: 15px;
    color: #7E7E7E;
    line-height: 1.6;
    margin-bottom: 25px;
}
.trust-points-wrapper {
    margin-bottom: 30px;
    border-bottom: 1px solid #ececec;
    padding-bottom: 20px;
}
.trust-points-wrapper ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.trust-points-wrapper li {
    font-size: 14px;
    color: #253D4E;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 600;
}
.trust-points-wrapper li i {
    color: var(--primary-color, #3BB77E);
    font-size: 16px;
}

/* Purchase Form Layout styling */
.product-purchase-form-wrapper {
    margin-bottom: 30px;
    border-bottom: 1px solid #ececec;
    padding-bottom: 30px;
}
.product-purchase-form-wrapper form.cart {
    display: flex !important;
    align-items: center !important;
    flex-wrap: wrap !important;
    gap: 15px !important;
    margin-bottom: 0 !important;
}
.product-purchase-form-wrapper form.cart .quantity {
    margin: 0 !important;
    display: inline-flex !important;
}
.product-purchase-form-wrapper form.cart .single_add_to_cart_button {
    background-color: var(--primary-color, #3BB77E) !important;
    color: #fff !important;
    border-radius: 4px !important;
    padding: 12px 30px !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    border: none !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    box-shadow: none !important;
    text-shadow: none !important;
    height: auto !important;
    line-height: 1.4 !important;
}
.product-purchase-form-wrapper form.cart .single_add_to_cart_button:hover {
    background-color: var(--fs-color-secondary, #3b1f14) !important;
    transform: translateY(-2px);
}
.product-purchase-form-wrapper form.cart .buy-now-btn {
    background-color: var(--fs-color-secondary, #3b1f14) !important;
    color: #fff !important;
    border-radius: 4px !important;
    padding: 12px 30px !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    border: none !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    box-shadow: none !important;
    text-shadow: none !important;
    height: auto !important;
    line-height: 1.4 !important;
}
.product-purchase-form-wrapper form.cart .buy-now-btn:hover {
    background-color: var(--primary-color, #3BB77E) !important;
    transform: translateY(-2px);
}

.product-meta-custom {
    margin-bottom: 30px;
}
.product-meta-custom .meta-item {
    font-size: 14px;
    color: #7E7E7E;
    margin-bottom: 8px;
}
.product-meta-custom .meta-label {
    font-weight: 700;
    color: #253D4E;
    margin-right: 8px;
}
.product-meta-custom .meta-value a {
    color: var(--primary-color, #3BB77E);
    text-decoration: none;
    font-weight: 600;
}
.product-meta-custom .meta-value a:hover {
    text-decoration: underline;
}

/* Custom Tabs Section Styles */
.custom-product-tabs-wrapper {
    margin-top: 50px;
    margin-bottom: 40px;
    border: 1px solid #ececec;
    border-radius: 15px;
    padding: 35px;
    background: #fff;
    box-shadow: 0 5px 15px rgba(0,0,0,0.02);
}
.custom-product-tabs-wrapper .tabs-header {
    border-bottom: 1px solid #ececec;
    padding-bottom: 15px;
    margin-bottom: 25px;
}
.custom-product-tabs-wrapper .tab-btn {
    background: none;
    border: none;
    font-size: 20px;
    font-weight: 800;
    color: var(--primary-color, #3BB77E);
    padding: 0 0 12px 0;
    border-bottom: 3px solid var(--primary-color, #3BB77E);
    cursor: default;
    outline: none;
}
.custom-product-tabs-wrapper .tab-panel {
    font-size: 15px;
    color: #4A4A4A;
    line-height: 1.7;
}

/* Custom Related Products Styles */
.custom-product-related-wrapper {
    margin-top: 60px;
}
.custom-product-related-wrapper h2 {
    font-size: 28px;
    font-weight: 800;
    color: #253D4E;
    margin-bottom: 25px;
    text-transform: capitalize;
}

/* Responsive adjustments */
@media (max-width: 767px) {
    .product-title-custom {
        font-size: 26px;
    }
    .product-price-custom .current-price {
        font-size: 26px;
    }
    .product-purchase-form-wrapper form.cart {
        flex-direction: column !important;
        align-items: stretch !important;
        width: 100% !important;
    }
    .product-purchase-form-wrapper form.cart .quantity {
        justify-content: center !important;
    }
    .product-purchase-form-wrapper form.cart .single_add_to_cart_button,
    .product-purchase-form-wrapper form.cart .buy-now-btn {
        width: 100% !important;
        text-align: center !important;
    }
    .custom-product-tabs-wrapper {
        padding: 20px;
    }
}

/* Custom Single Product Gallery Border-Radius & Shadow */
.product-gallery-wrapper .woocommerce-product-gallery__image img,
.product-gallery-wrapper .flickity-viewport,
.product-gallery-wrapper .flickity-slider img,
.product-gallery-wrapper .woocommerce-product-gallery__wrapper img {
    border-radius: 12px !important;
    border: 1px solid #ececec !important;
    overflow: hidden !important;
}
.product-gallery-thumbnails .col {
    max-width: 90px !important;
    padding: 0 5px 10px 5px !important;
}
.product-gallery-thumbnails img {
    width: 70px !important;
    height: 70px !important;
    object-fit: cover !important;
    border-radius: 8px !important;
    border: 1px solid #ececec !important;
    transition: all 0.3s ease-in-out !important;
}
.product-gallery-thumbnails .is-nav-selected img,
.product-gallery-thumbnails img:hover {
    border-color: var(--primary-color, #3BB77E) !important;
}

@media (min-width: 992px) {
    .custom-gallery-col {
        padding-right: 35px !important;
    }
    .custom-info-col {
        padding-left: 35px !important;
    }
}

/* Custom Contact Buttons (Zalo / Facebook) from General Options ACF */
.product-contact-options-wrapper {
    margin-top: 25px;
    margin-bottom: 35px;
    border-bottom: 1px solid #ececec;
    padding-bottom: 30px;
}
.custom-contact-buttons-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 15px;
}
.contact-btn-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 28px;
    border-radius: 8px;
    font-weight: 700;
    font-size: 15px;
    text-decoration: none !important;
    border: 1px solid #ececec;
    background-color: #fff;
    color: #253D4E !important;
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.02);
    box-sizing: border-box;
}
.contact-btn-item img {
    width: 24px;
    height: 24px;
    object-fit: contain;
}
.contact-btn-item:hover {
    border-color: var(--primary-color, #3BB77E) !important;
    color: var(--primary-color, #3BB77E) !important;
    transform: translateY(-3px);
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.05);
}

@media (max-width: 575px) {
    .custom-contact-buttons-wrapper {
        flex-direction: column;
        align-items: stretch;
    }
    .contact-btn-item {
        justify-content: center;
        width: 100%;
    }
}

/* Custom Single Product Breadcrumb Styles */
.single-product #main {
    padding-top: 15px !important;
}
.single-product .shop-page-title,
.single-product .page-title,
.single-product .breadcrumbs {
    display: none !important;
}
.custom-single-product-breadcrumb {
    font-size: 14px;
    color: #adadad;
    margin-top: 0 !important;
    margin-bottom: 15px !important;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    font-family: var(--font-sans, "Quicksand", sans-serif);
}
.custom-single-product-breadcrumb a {
    color: var(--primary-color, #3BB77E) !important;
    text-decoration: none !important;
    font-weight: 600;
    transition: all 0.3s ease;
}
.custom-single-product-breadcrumb a:hover {
    color: var(--fs-color-secondary, #3b1f14) !important;
    text-decoration: underline !important;
}
.custom-single-product-breadcrumb .breadcrumb-separator {
    color: #adadad;
    font-size: 16px;
    margin: 0 2px;
}
.custom-single-product-breadcrumb .current-crumb {
    color: #7E7E7E;
    font-weight: 500;
}

/* Custom Header Bottom Styles - Vertical Menu & Support Contact */
.header-vertical-menu__opener {
    border-radius: 6px !important;
    height: 40px !important;
    padding: 0 18px !important;
    display: inline-flex !important;
    align-items: center !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
}
.header-vertical-menu__icon {
    font-size: 14px !important;
    margin-right: 8px !important;
}
.header-vertical-menu__title {
    font-size: 14px !important;
    font-weight: 700 !important;
}

.header-support-wrapper {
    display: flex;
    align-items: center;
    gap: 12px;
    padding-left: 15px;
    height: 40px;
}
.header-support-wrapper .support-icon {
    font-size: 28px !important;
    color: var(--primary-color, #3BB77E);
    display: flex;
    align-items: center;
    justify-content: center;
}
.header-support-wrapper .support-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    line-height: 1.2;
}
.header-support-wrapper .support-phone {
    font-size: 19px !important;
    font-weight: 800 !important;
    color: var(--primary-color, #3BB77E) !important;
    text-decoration: none !important;
}
.header-support-wrapper .support-phone:hover {
    color: var(--fs-color-secondary, #3b1f14) !important;
}
.header-support-wrapper .support-title {
    font-size: 12px !important;
    color: #7E7E7E;
    font-weight: 500;
}

/* Custom Main Menu Overrides */
.nav-main > li > a,
.header-bottom-nav > li > a,
.header-nav > li > a {
    font-size: 15px !important;
    font-weight: 800 !important;
    text-transform: none !important;
    color: #253D4E !important;
    transition: all 0.3s ease !important;
    padding: 0 15px !important;
}
.nav-main > li > a:hover,
.header-bottom-nav > li > a:hover,
.header-nav > li > a:hover,
.header-bottom-nav > li.active > a,
.header-bottom-nav > li.current-menu-item > a,
.header-nav > li.active > a,
.header-nav > li.current-menu-item > a {
    color: var(--primary-color, #3BB77E) !important;
}
/* Hide the top/bottom line decoration on hover */
.nav-main > li > a::before,
.nav-main > li > a::after,
.header-bottom-nav > li > a::before,
.header-bottom-nav > li > a::after,
.header-nav > li > a::before,
.header-nav > li > a::after {
    display: none !important;
    content: none !important;
}
/* Clean submenu arrows */
.nav-main .nav-top-link i,
.header-bottom-nav .nav-top-link i,
.header-nav .nav-top-link i {
    font-size: 11px !important;
    color: #253D4E !important;
    margin-left: 5px !important;
}
.nav-main > li:hover > a i,
.header-bottom-nav > li:hover > a i,
.header-nav > li:hover > a i {
    color: var(--primary-color, #3BB77E) !important;
}

/* Custom Header Bottom Padding */
.header-bottom {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    height: auto !important;
    min-height: auto !important;
}

/* Custom 2-Column Grid Vertical Menu Dropdown */
@media (min-width: 992px) {
    /* Style the fly-out container box */
    .header-vertical-menu__fly-out {
        width: 560px !important;
        border-radius: 12px !important;
        border: 1px solid #ececec !important;
        padding: 22px !important;
        background-color: #fff !important;
        box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08) !important;
        margin-top: 10px !important;
        box-sizing: border-box !important;
    }
    /* Style the list as a 2-column grid */
    .header-vertical-menu__fly-out ul.nav-vertical-fly-out {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 12px !important;
        margin: 0 !important;
        padding: 0 !important;
    }
    /* Style each category menu-item as a card box */
    .header-vertical-menu__fly-out ul.nav-vertical-fly-out > li.menu-item {
        border: 1px solid #f2f3f4 !important;
        border-radius: 6px !important;
        padding: 10px 15px !important;
        margin: 0 !important;
        background-color: #fff !important;
        transition: all 0.25s ease !important;
        box-sizing: border-box !important;
        display: block !important;
        width: 100% !important;
    }
    .header-vertical-menu__fly-out ul.nav-vertical-fly-out > li.menu-item:hover {
        border-color: var(--primary-color, #3BB77E) !important;
        box-shadow: 0 5px 12px rgba(0, 0, 0, 0.04) !important;
        transform: translateY(-1px);
    }
    /* Style item links inside the card */
    .header-vertical-menu__fly-out ul.nav-vertical-fly-out > li.menu-item > a {
        font-size: 14px !important;
        font-weight: 700 !important;
        color: #253D4E !important;
        padding: 0 !important;
        display: flex !important;
        align-items: center !important;
        background: none !important;
        border: none !important;
        transition: color 0.2s ease !important;
        text-transform: none !important;
        letter-spacing: 0 !important;
    }
    .header-vertical-menu__fly-out ul.nav-vertical-fly-out > li.menu-item > a:hover {
        color: var(--primary-color, #3BB77E) !important;
    }
    /* Style custom icon inside menu item link */
    .header-vertical-menu__fly-out ul.nav-vertical-fly-out > li.menu-item > a img.menu-item-custom-icon,
    .header-vertical-menu__fly-out ul.nav-vertical-fly-out > li.menu-item > a i {
        width: 25px !important;
        height: 25px !important;
        font-size: 18px !important;
        margin-right: 12px !important;
        display: inline-block !important;
        vertical-align: middle !important;
        object-fit: contain !important;
        color: var(--primary-color, #3BB77E) !important;
    }
    /* Dropdown arrows/chevrons removal for clean look */
    .header-vertical-menu__fly-out ul.nav-vertical-fly-out .nav-top-link i {
        display: none !important;
    }
    /* "Xem thêm" / "Thu gọn" button */
    .vertical-menu-toggle-btn {
        text-align: center;
        padding: 15px 0 0 0;
        font-size: 14px;
        font-weight: 700;
        color: var(--primary-color, #3BB77E);
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        transition: all 0.3s ease;
        border-top: 1px dashed #ececec;
        margin-top: 15px;
        width: 100%;
        box-sizing: border-box;
    }
    .vertical-menu-toggle-btn i {
        font-size: 16px;
    }
    .vertical-menu-toggle-btn:hover {
        color: var(--fs-color-secondary, #3b1f14);
    }
}

/* Reverted back to Flatsome's native hover trigger for vertical dropdown menu */
/* Force homepage fly-out menu to close on mouse leave by overriding default-open class */
.header-vertical-menu__fly-out--open {
    opacity: 0 !important;
    visibility: hidden !important;
    display: none !important;
    pointer-events: none !important;
}
.header-vertical-menu:hover .header-vertical-menu__fly-out--open,
.header-vertical-menu:hover .header-vertical-menu__fly-out {
    opacity: 1 !important;
    visibility: visible !important;
    display: block !important;
    pointer-events: auto !important;
}
/* Invisible hover bridge to close the 10px spacing gap, keeping hover state active when mouse moves to dropdown */
.header-vertical-menu__fly-out::before {
    content: "";
    position: absolute;
    top: -15px; /* Bridges the 10px margin-top gap */
    left: 0;
    right: 0;
    height: 15px;
    background: transparent;
    display: block;
    pointer-events: auto !important;
}

/* Hide Submenus (2nd Level Child Categories) Completely */
.header-vertical-menu__fly-out ul.sub-menu,
.header-vertical-menu__fly-out .nav-dropdown,
.header-vertical-menu__fly-out li.menu-item.has-child > a i,
.header-vertical-menu__fly-out li.menu-item.has-child > a::after {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
}

/* Custom Premium Post Card Styles scoped to avoid conflict with old styles */
.custom-post-category-layout-wrapper .post-item {
    display: block !important;
    width: 100% !important;
    margin-bottom: 20px !important;
    text-decoration: none !important;
    background: #fff !important;
    border: 1px solid #f0f0f0 !important;
    border-radius: 16px !important;
    padding: 15px !important;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.02) !important;
    transition: all 0.3s ease !important;
    box-sizing: border-box !important;
}
.custom-post-category-layout-wrapper .post-item:hover {
    border-color: var(--primary-color, #3BB77E) !important;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05) !important;
    transform: translateY(-2px);
}
.custom-post-category-layout-wrapper .post-item .post-thumbnail {
    border-radius: 12px !important;
    overflow: hidden !important;
    aspect-ratio: 4/3 !important;
    width: 100% !important;
    height: auto !important; /* Overrides old height: 220px/200px! */
    position: relative !important;
    margin-bottom: 12px !important;
}
.custom-post-category-layout-wrapper .post-item .post-thumbnail img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    border-radius: 12px !important; /* Force complete rounding on image! */
    transition: transform 0.5s ease !important;
}
.custom-post-category-layout-wrapper .post-item:hover .post-thumbnail img {
    transform: scale(1.05) !important;
}
.custom-post-category-layout-wrapper .post-item .post-content {
    padding: 0 4px !important;
    background: transparent !important;
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}
.custom-post-category-layout-wrapper .post-item .post-content::after {
    display: none !important;
    content: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
}
.custom-post-category-layout-wrapper .post-item-title {
    font-family: var(--font-sans, "Quicksand", sans-serif) !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    color: #253D4E !important;
    line-height: 1.4 !important;
    margin: 0 0 8px 0 !important;
    height: 50px !important;
    overflow: hidden !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    transition: color 0.3s ease !important;
}
.custom-post-category-layout-wrapper .post-item:hover .post-item-title {
    color: var(--primary-color, #3BB77E) !important;
}
.custom-post-category-layout-wrapper .post-item-desc {
    font-family: var(--font-sans, "Quicksand", sans-serif) !important;
    font-size: 14px !important;
    line-height: 1.5 !important;
    color: #7E7E7E !important;
    margin-bottom: 10px !important;
    height: 42px !important;
    overflow: hidden !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
}
.custom-post-category-layout-wrapper .post-item-meta {
    font-family: var(--font-sans, "Quicksand", sans-serif) !important;
    font-size: 12px !important;
    color: #b6b6b6 !important;
    font-weight: 600 !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* Fix clipping of translated cards in slide/row layout */
.custom-post-category-layout-wrapper {
    padding-top: 6px !important;
    margin-top: -6px !important;
}
.custom-post-category-layout-wrapper .owl-stage-outer {
    padding-top: 6px !important;
    padding-bottom: 6px !important;
    margin-top: -6px !important;
    margin-bottom: -6px !important;
}

/* Fix product banner slider clipping on hover (top and right edges) */
.custom-products-banner-slider-wrapper {
    padding-top: 10px !important;
    margin-top: -10px !important;
}
.custom-products-banner-slider-wrapper .right-slider-container {
    overflow: visible !important;
}
.custom-products-banner-slider-wrapper .owl-stage-outer {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    padding-left: 8px !important;
    padding-right: 8px !important;
    margin-top: -10px !important;
    margin-bottom: -10px !important;
    margin-left: -8px !important;
    margin-right: -8px !important;
}

/* Product Category Page Breadcrumbs Style Overrides */
.archive .shop-page-title {
    background-color: transparent !important;
    border: none !important;
    padding: 0 !important;
    margin: 15px 0 10px 0 !important;
    min-height: auto !important;
}
.archive .shop-page-title .page-title-inner {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.archive .breadcrumbs {
    background: transparent !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    font-size: 14px;
    color: #adadad !important;
    font-family: var(--font-sans, "Quicksand", sans-serif);
}
.archive .breadcrumbs a {
    color: var(--primary-color, #3BB77E) !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    text-transform: none !important;
}
.archive .breadcrumbs a:hover {
    color: var(--primary-color-hover, #29A56C) !important;
    text-decoration: underline !important;
}
.archive .breadcrumbs span.separator,
.archive .breadcrumbs .divider,
.archive .breadcrumbs .breadcrumb-separator {
    font-size: 0 !important;
}
.archive .breadcrumbs span.separator::before,
.archive .breadcrumbs .divider::before,
.archive .breadcrumbs .breadcrumb-separator::before {
    content: "›" !important;
    font-size: 14px !important;
    color: var(--primary-color, #3BB77E) !important;
    font-weight: bold !important;
}
.archive .breadcrumbs span.last,
.archive .breadcrumbs span.current,
.archive .breadcrumbs span:last-child {
    color: #7E7E7E !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    text-transform: none !important;
}

/* Fix product category slider clipping on hover (top border cutoff) */
.top-categories-slider-wrapper {
    padding-top: 10px !important;
    margin-top: -10px !important;
}
.top-categories-slider-wrapper .owl-stage-outer {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    margin-top: -10px !important;
    margin-bottom: -10px !important;
}

/* Premium Styling for WooCommerce Sidebar Widgets (mimicking Nest Mart mockups) */
.archive #shop-sidebar .widget,
.archive .shop-sidebar-col .widget {
    background: #fff !important;
    border: 1px solid #ececec !important;
    border-radius: 18px !important;
    padding: 30px !important;
    margin-bottom: 30px !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.02) !important;
    position: relative !important;
}
.archive #shop-sidebar .widget .widget-title,
.archive #shop-sidebar .widget h3.widget-title,
.archive #shop-sidebar .widget h4.widget-title {
    font-size: 20px !important;
    font-weight: 700 !important;
    color: #253D4E !important;
    margin: 0 0 25px 0 !important;
    padding-bottom: 15px !important;
    border-bottom: 1px solid #f8f9fa !important;
    position: relative !important;
    text-transform: none !important;
    letter-spacing: 0px !important;
    display: block !important;
}
/* Accent line under widget title */
.archive #shop-sidebar .widget .widget-title::after,
.archive #shop-sidebar .widget h3.widget-title::after,
.archive #shop-sidebar .widget h4.widget-title::after {
    content: "" !important;
    position: absolute !important;
    left: 0 !important;
    bottom: -1px !important;
    width: 60px !important;
    height: 2px !important;
    background-color: var(--primary-color, #3BB77E) !important;
}

/* WooCommerce Category List styling */
.archive #shop-sidebar .widget_woocommerce_product_categories ul.product-categories {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}
.archive #shop-sidebar .widget_woocommerce_product_categories ul.product-categories li {
    position: relative !important;
    margin-bottom: 10px !important;
    display: block !important;
}
.archive #shop-sidebar .widget_woocommerce_product_categories ul.product-categories li a {
    display: block !important;
    padding: 12px 40px 12px 16px !important;
    border: 1px solid #F2F3F4 !important;
    border-radius: 12px !important;
    background-color: #fff !important;
    color: #253D4E !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    transition: all 0.25s ease !important;
}
.archive #shop-sidebar .widget_woocommerce_product_categories ul.product-categories li a:hover {
    border-color: var(--primary-color, #3BB77E) !important;
    color: var(--primary-color, #3BB77E) !important;
    background-color: #F4F6FA !important;
    padding-left: 20px !important;
}
.archive #shop-sidebar .widget_woocommerce_product_categories ul.product-categories li.current-cat > a {
    border-color: var(--primary-color, #3BB77E) !important;
    background-color: #F4F6FA !important;
    color: var(--primary-color, #3BB77E) !important;
}
/* Style the count badge absolutely over the list item */
.archive #shop-sidebar .widget_woocommerce_product_categories ul.product-categories li .count {
    position: absolute !important;
    right: 12px !important;
    top: 11px !important;
    background-color: #BCE3C9 !important;
    color: #253D4E !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    min-width: 24px !important;
    height: 24px !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    pointer-events: none !important;
    padding: 0 4px !important;
    line-height: 1 !important;
}
.archive #shop-sidebar .widget_woocommerce_product_categories ul.product-categories li:hover > .count {
    background-color: var(--primary-color, #3BB77E) !important;
    color: #fff !important;
}
.archive #shop-sidebar .widget_woocommerce_product_categories ul.product-categories ul.children {
    display: none !important;
}

/* Price Filter styling */
.archive #shop-sidebar .widget_price_filter .ui-slider {
    background-color: #ececec !important;
    height: 5px !important;
    border: none !important;
    margin-bottom: 22px !important;
    margin-top: 18px !important;
    position: relative !important;
    border-radius: 4px !important;
}
.archive #shop-sidebar .widget_price_filter .ui-slider .ui-slider-range {
    background-color: var(--primary-color, #3BB77E) !important;
    border-radius: 4px !important;
    position: absolute !important;
    height: 100% !important;
    top: 0 !important;
}
.archive #shop-sidebar .widget_price_filter .ui-slider .ui-slider-handle {
    background-color: #fff !important;
    border: 2.5px solid var(--primary-color, #3BB77E) !important;
    width: 15px !important;
    height: 15px !important;
    border-radius: 50% !important;
    position: absolute !important;
    top: -5px !important;
    cursor: pointer !important;
    outline: none !important;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1) !important;
    z-index: 2 !important;
}
.archive #shop-sidebar .widget_price_filter .price_slider_amount {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    flex-direction: row-reverse !important;
    font-family: var(--font-sans, "Quicksand", sans-serif) !important;
    margin-top: 15px !important;
}
.archive #shop-sidebar .widget_price_filter .price_slider_amount .price_label {
    font-size: 14px !important;
    font-weight: 600 !important;
    color: #7E7E7E !important;
}
.archive #shop-sidebar .widget_price_filter .price_slider_amount .price_label span {
    color: var(--primary-color, #3BB77E) !important;
    font-weight: 700 !important;
}
.archive #shop-sidebar .widget_price_filter .price_slider_amount button.button {
    background-color: var(--primary-color, #3BB77E) !important;
    color: #fff !important;
    border: none !important;
    border-radius: 8px !important;
    padding: 8px 18px !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    line-height: 1.2 !important;
}
.archive #shop-sidebar .widget_price_filter .price_slider_amount button.button:hover {
    background-color: var(--primary-color-hover, #29A56C) !important;
    box-shadow: 0 5px 15px rgba(59, 183, 126, 0.2) !important;
    transform: translateY(-1px);
}

/* Hide stray images inside category descriptions on archive pages */
.archive .term-description img,
.archive .archive-description img,
.archive .woocommerce-products-header__description img {
    display: none !important;
}

/* Header Search Form Custom Styling (Nest Mart style) */
.custom-header-search-form {
    border: 2px solid var(--primary-color, #3BB77E) !important;
    border-radius: 8px !important;
    background-color: #fff !important;
    width: 100% !important;
    max-width: 700px !important;
    margin: 0 auto !important;
    overflow: hidden !important;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.02) !important;
}
.custom-header-search-form .custom-search-form-inner {
    margin: 0 !important;
    padding: 0 !important;
    align-items: center !important;
}
.custom-header-search-form select.search_categories {
    border: none !important;
    background-color: transparent !important;
    box-shadow: none !important;
    padding: 8px 30px 8px 15px !important;
    height: 42px !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    color: #253D4E !important;
    cursor: pointer !important;
    outline: none !important;
    font-family: var(--font-sans, "Quicksand", sans-serif) !important;
    background-position: right 10px center !important;
}
.custom-header-search-form select.search_categories:focus {
    box-shadow: none !important;
}
.custom-header-search-form .search-form-separator {
    width: 1px !important;
    height: 20px !important;
    background-color: #e2e2e2 !important;
    align-self: center !important;
    padding: 0 !important;
    margin: 0 !important;
}
.custom-header-search-form input.search-field {
    border: none !important;
    background-color: transparent !important;
    box-shadow: none !important;
    padding: 8px 15px !important;
    height: 42px !important;
    font-size: 14px !important;
    color: #253D4E !important;
    outline: none !important;
    width: 100% !important;
    font-family: var(--font-sans, "Quicksand", sans-serif) !important;
}
.custom-header-search-form input.search-field::placeholder {
    color: #a0a0a0 !important;
    opacity: 1 !important;
}
.custom-header-search-form input.search-field:focus {
    box-shadow: none !important;
    background-color: transparent !important;
}
.custom-header-search-form .custom-search-submit-btn {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    padding: 0 20px !important;
    height: 42px !important;
    color: var(--primary-color, #3BB77E) !important;
    font-size: 18px !important;
    cursor: pointer !important;
    outline: none !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: color 0.2s ease !important;
}
.custom-header-search-form .custom-search-submit-btn:hover {
    color: #3b1f14 !important;
    background-color: transparent !important;
}

/* Lightly round the 4 corners of main homepage sliders and banners */
.slider-wrapper,
.ux-slider,
.ux-banner {
    border-radius: 16px !important;
    overflow: hidden !important;
}

/* Update all UX-Builder section titles to Secondary Color #3b1f14 */
.top-categories-slider-wrapper .slider-title,
.custom-products-banner-slider-wrapper .slider-title,
.custom-products-layout-wrapper .slider-title,
.custom-products-layout-wrapper .section-title,
.custom-post-category-layout-wrapper .slider-title {
    color: #3b1f14 !important;
}

/* Lightly round the 4 corners of small banners with class banner-nho */
.banner-nho,
.banner-nho .ux-banner,
.banner-nho .banner-bg,
.banner-nho img {
    border-radius: 16px !important;
    overflow: hidden !important;
}

/* Force Fanpage iframe to be responsive inside its column container */
.footer-fanpage-iframe-wrapper iframe {
    width: 100% !important;
    max-width: 100% !important;
}

/* Footer Bottom styles and alignments */
.footer-bottom-hotline-col {
    display: flex;
    justify-content: center;
    gap: 30px;
}
.footer-bottom-social-col {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.footer-social {
    text-align: right;
}
.follow-top {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: flex-end;
    margin-bottom: 5px;
}

