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

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

/*************** ADD CUSTOM CSS HERE.   ***************/

@font-face {
    font-family: 'Georgia';
    src: url('/wp-content/themes/inan2h/assets/fonts/Georgia_Pro/GeorgiaPro-Cond.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.copyright-footer {
    color: #ffffff;
    font-weight: 500;
}

#header-contact a {
    color: #ffffff !important;
    font-size: 0.9rem !important;
}

.header-social-icons .social-icons.follow-icons {
    display: flex;
}

.nav-dark .social-icons .button.is-outline {
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav-dark .social-icons .button.is-outline i {
    color: var(--primary-color);
    font-size: 20px;
    top: 0;
}

.wn-section .news-author .author-name a {
    color: var(--primary-color);
}

.wn-section .news-author {
    justify-content: flex-start;
}

.footer-info {
    font-size: 1rem !important;
}


.call-mobile {
    background: #6bb11a;
    bottom: 55px;
}

.contact-div {
    position: fixed;
    padding: 0;
    border-radius: 35px;
    line-height: 35px;
    height: 35px;
    color: #fff;
    right: 20px;
    z-index: 99999;
}

.zalo-chat {
    background: #3184fa;
    bottom: 100px;
}

.nav > li > a {
    font-size: .91rem !important;
    color: #296dc1 !important;
}

.tabbed-content .nav > li > a {
    font-size: 0.92em !important;
    color: #000 !important;
}

.nav > li.active > a {
    color: #fff !important;
}

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

.fb-chat {
    background: #910f0f;
    bottom: 10px;
}

.call-mobile a, .zalo-chat a, .fb-chat a {
    color: #fff;
    font-size: 17px;
    text-decoration: none;
    margin-right: 10px;
    padding-left: 10px;
}

.call-mobile i, .zalo-chat i, .fb-chat i {
    font-size: 20px;
    line-height: 35px;
    background: #20810f;
    border-radius: 100%;
    width: 35px;
    height: 35px;
    text-align: center;
    float: right;
}

.zalo-chat i {
    background: #00436a;
}

.fb-chat i {
    background: #d1056c;
}

.page-popup.active {
    display: block;
}

.page-popup {
    position: fixed;
    z-index: 5;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    display: none;
}

.page-popup .bg-black {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
}

.page-popup .box {
    padding-bottom: 0 !important;
}

.page-popup .box {
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    width: 420px;
    background: #fff;
    border-radius: 15px;
    padding-bottom: 30px;
}

.page-popup .box:before {
    content: '';
    top: -7px;
    left: -7px;
    right: -7px;
    bottom: -7px;
    position: absolute;
    background: rgba(255, 255, 255, .5);
    border-radius: 20px;
    z-index: -1;
}

.page-popup .bt-close {
    cursor: pointer;
    position: absolute;
    color: #000;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    border-radius: 50%;
    background: #fff;
    right: -12px;
    top: -15px;
    font-size: 16px;
}

.page-popup .title {
    text-align: center;
    background: url(/wp-content/uploads/2023/02/bg-pop.png) no-repeat;
    background-size: 100% 100%;
    font-size: 20px;
    font-weight: bold;
    padding: 2px 30px 10px;
    border-radius: 15px 15px 0 0;
    overflow: hidden;
}

.page-popup.page-popup-x form {
    padding: 30px 30px;
}

.page-popup.page-popup-x input, .page-popup.page-popup-x select, .page-popup.page-popup-x textarea {
    outline: none;
    border: 1px solid #ddd;
    height: 40px;
    border-radius: 4px;
    width: 100%;
    font-size: 16px;
    padding: 7px 15px;
    font-family: sans-serif;
}

.page-popup.page-popup-x .infusion-field {
    margin-bottom: 7px;
}

.page-popup.page-popup-x .infusion-submit {
    text-align: center;
}

.page-popup.page-popup-x label {
    display: none !important;
}

.page-popup.page-popup-x textarea {
    height: 120px;
}

.page-popup button {
    min-width: 120px;
    font-size: 15px !important;
    font-family: "Muli" !important;
    color: #000 !important;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
    background: #ffcb05 !important;
    transition: .3s ease-in-out;
}

.page-popup.page-popup-x button {
    height: 40px;
    border: none;
    border-radius: 20px;
}

@media (max-width: 767px) {
    .page-popup .box {
        width: 90%;
    }
}

@media (max-width: 576px) {
    .fb-chat {
        /* left: 245px; */
        /* right: unset!important; */
    }

    .contact-div {
        right: 10px !important
    }

    #go_top {
        bottom: 140px;
        right: 10px;
    }

    .call-mobile, .fb-chat, .zalo-chat {
        /* bottom: 10px; */
    }

    .contact-div {
        border-radius: 35px;
        height: 35px;
        line-height: 35px;
    }

    .zalo-chat {
        /* left: 140px; */
        /* right:unset!important; */
    }

    .call-mobile {
        /* left: 10px; */
        /* right:unset!important; */
    }

    .call-mobile a, .zalo-chat a, .fb-chat a {
        font-size: 17px;
        margin-right: 4px;
        padding-left: 4px;
    }

    .call-mobile i, .zalo-chat i, .fb-chat i {
        font-size: 17px;
        line-height: 35px;
        width: 35px;
        height: 35px;
    }
}

.section-title-main {
    box-shadow: inset 0 0 0 3px var(--primary-color);
    padding: 10px 15px;
    line-height: normal;
    border-radius: 1.5px;
}

.no-line .section-title-main {
    box-shadow: none;
}

.section-title-center span {
    margin: 0;

}

/*css Navigation Hotline Button*/
.saigonlabel-hotline {
    border-radius: 4px !important;
    padding: 3px 20px !important;
    font-size: 20px !important;
    background: #ffffff;
    color: #f9a020 !important;
    border: solid 1px #1786fc;
    text-transform: capitalize !important;
    box-shadow: 0 2px 0 #1786fc;
}

.saigonlabel-hotline:hover {
    background: linear-gradient(149.58deg, #1786fc 27.56%, #80bbff 85.53%);
    color: #ffffff !important;
    font-weight: 600;
    border: none;
    box-shadow: 0 2px 0 #0d6cbe;
}

/* END css Navigation Hotline Button*/
/*css Nút gọi rung*/
.text-phone {
    font-size: 17px;
    font-weight: 500;
}

/*END css Nút gọi rung*/
.salepage-main-box-shadow .col-inner {
    margin-top: 0px;
    margin-bottom: 30px;
    background: #fff;
    border-radius: 16px;
    padding: 22px;
    box-shadow: 0 4px 14px rgba(0, 0, 0, .06);
    border-left: 4px solid transparent;
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.salepage-main-box-shadow .col-inner:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 24px rgba(0, 0, 0, .12);
    border-color: var(--primary-color);

}

.salepage-main-box-shadow .icon-box {
    margin-bottom: 0;
}

/* css New Home*/
.home-title > h2 {
    padding-bottom: 0;
}

.home-head-padding {
    padding-top: 130px;
}

.box-text {
    padding-bottom: 0.7em;
}

.home-giai-phap-in {
    padding: 30px;
    background-color: #0d6cbe;
    border-radius: 8px;
    color: #ffffff;
    font-size: 40px;
    font-weight: 700;
    font-family: "Roboto", sans-serif;
}

.home-giai-phap-in .col {
    padding-bottom: 0;
}

.home-giai-phap-in p {
    margin-bottom: 0;
}

.home-giai-phap-in .column-detail p {
    margin-bottom: 0;
    padding: 15px;
    border: dashed 3px #f9a020;
    border-radius: 6px;
    background-color: #ffffff;
    font-size: 30px;
    color: #000000;
    text-align: center;
    font-weight: 500;
    text-transform: capitalize;
}

.home-block {

}

.home-block .icon-box {
    padding: 20px;
    border: solid 1px #f9a020;
    border-radius: 6px;
    background-color: #ffffff;
}


.home-headline {
    text-align: center;
    position: relative;
    border-radius: 5px 5px 0 0;
    padding: 6px 0 !important;

    margin-bottom: 0;
    background: #0d6cbe;
}

.home-headline h2 {
    font-size: 27px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: "Roboto", sans-serif;
    color: #ffffff;
    padding: 0;

}

.home-headline-row {
    border-bottom: 3px solid #f9a020;
    margin-bottom: 15px;
}

.home-block h4 {
    font-size: 18px;
    color: #0d6cbe;
}

/* END css New Home*/
.is-divider {
    background-color: #f9a020;
}

/* css In Gia Cong*/
.ingiacong-testimonial {
    background-color: #ffffff;
    border-radius: 15px;
    padding: 10px 20px;
}

.ingiacong-service {
    padding: 15px 5px;
    margin-bottom: 20px;
    text-align: center;
    border: solid 1px #c9c9c9;
    border-radius: 15px;
}

.ingiacong-section-cta {
    width: 70%;
    margin-left: 15%;
    margin-top: 30px;
    margin-bottom: 130px;
    border-radius: 15px;
}

.ingiacong-section-cta .section-content {
    padding: 30px 0;
}

.ingiacong-cta-image {
    position: absolute;
    z-index: 999;
    float: right;
    margin-top: -250px;
}

.ingiacong-section-head {
    padding-top: 100px !important;
}

.ingiacong-section-head .salepage-h1 {
    font-size: 60px;
    line-height: 60px;
}

.ingiacong-faq {
    background-color: #61aefa;
    color: #ffffff;
    margin-bottom: 10px;
    border-radius: 15px;
    font-weight: 700;
}

.ingiacong-faq .accordion-title {
    border: none;
}

.ingiacong-faq .accordion-inner {
    background-color: #f2f2f2;
    color: #000000;
    font-weight: 400;
}

/* END css In Gia Cong*/
/* css Sidebar*/
.sidebar-row-style {
    padding-bottom: 20px;
}

.sidebar-bg-image {
    background-image: url(https://saigonlabel.com/wp-content/uploads/2021/12/bg-5.jpg);
    margin-bottom: 20px;
    border-radius: 8px 8px 0 0;
}

.sidebar-bg-image p {
    margin-bottom: 0;
    padding-top: 10px;
    color: #ffffff;
}

.sidebar-bg-color {
    background-color: #dae0e3;
    margin-top: -20px;
    padding: 10px 5px;
    border-radius: 0 0 8px 8px;
    margin-bottom: 20px;
}

.sidebar-bg-color .icon-box-img {
    padding: 12px;
    border-radius: 50%;
    background-color: #f9a020;
}

.sidebar-bg-color .icon-box-left .icon-box-img + .icon-box-text {
    padding-left: 0.5em;
}

.sidebar-bg-color .icon-box-img img {
    padding-top: 0;
}

.sidebar-bg-color .salepage-text-primarycolor {
    padding-top: 20px;
    font-size: 16px;
    text-transform: none;
}

.sidebar-image-box .box-image {
    padding: 15px;
    border-radius: 50%;
    border: 5px solid #ffffff;
}

.sidebar-image-box .salepage-text-primarycolor {
    font-size: 22px;
    color: #cc831b;
    padding-top: 0;
}

.sidebar-image-box p {
    color: #000000;
    font-weight: 600;
}

.widget li {
    list-style: disc;
    font-weight: 600;
}

/* END css Sidebar*/
/* css footer*/
.section-footer {
    background-color: #0d6cbe;
}

.section-footer p, .section-footer a {
    color: #ffffff;
    margin-bottom: 0.8em;
}

.section-footer a:hover {
    color: #f9a020;
}

.section-footer .footer-heading {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 1.35em;
    border-bottom: #f9a020 solid 2px;
    display: inline-block;
    padding-bottom: 5px;
    margin-bottom: 20px;
    font-weight: 700;
    font-family: "Roboto", sans-serif;
}

.section-footer ul {
    color: #ffffff;
    list-style-type: square;
}

.section-footer p, .section-footer li {
    margin-bottom: 8px;
}

/* END css footer*/
/* css Gioi Thieu 2*/
.gioithieu-section-quytrinh h2.salepage-h2 {
    padding-bottom: 0;
    margin-bottom: 0;
}

.gioithieu-top-row-padding {
    padding-top: 50px;
}

.gioithieu-button {
    background: linear-gradient(149.58deg, #fa7961 27.56%, #ffc400 85.53%);
    border-radius: 8px;
    border: none;
    padding: 3px 35px;
    font-size: 20px;
    letter-spacing: 1px;
}

.gioithieu-button-1 {
    background: linear-gradient(149.58deg, #1786fc 27.56%, #80bbff 85.53%);
    border-radius: 8px;
    border: none;
    padding: 3px 35px;
    font-size: 20px;
    letter-spacing: 1px;
}

.gioithieu-button-1:hover {
    box-shadow: none;
    background: #fff !important;
    color: #1786fc;
}

.gioithieu-button-2 {
    background-color: #ffffff !important;
    border-radius: 8px;
    border: #1786fc solid 2px;
    padding: 3px 35px;
    font-size: 20px;
    letter-spacing: 1px;
    color: #1786fc;
}

.gioithieu-button-2:hover {
    background: #1786fc !important;
    color: #ffffff;
    border-color: #fff;
}


.gioithieu-button-3 {
    background-color: #e5e9f8 !important;
    border-radius: 8px;
    border: none;
    padding: 3px 35px;
    font-size: 20px;
    letter-spacing: 1px;
}

.gioithieu-button-3 span {
    color: #7d7a7a;
}

.gioithieu-service {
    padding: 40px 20px;
    border: solid 1px #d6d6d6;
    border-radius: 8px;
}

.gioithieu-service-border > div {
    border-radius: 8px;
}

.gioithieu-section-cta {
    margin: 50px 0 100px 0;
}

.gioithieu-section-cta .section-content {
    padding: 50px 0;
}

.gioithieu-cta-image {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin-top: -300px;
}

/* END css Gioi Thieu 2*/
/* css Gioi Thieu*/
.gioi-thieu-section-padding {
    padding: 100px 0 !important;
}

.gioi-thieu-service {
    background-color: #0d6cbe;
    color: #ffffff;
}

.gioi-thieu-service-padding {
    padding: 80px 250px 0 50px;
}

.gioi-thieu-service img {
    margin: 0 50px 0 50px;
    background-color: #ffffff;
    padding: 0 30px;
    border-radius: 15px;
    width: 70%;
}

.gioi-thieu-machine, .gioi-thieu-machine .intro-intemnhan {
    background-color: #f5881f;
    color: #ffffff;
}

.gioi-thieu-machine-padding {
    padding: 80px 50px 0 250px;
}

.gioi-thieu-machine .machine-icon-style img {
    background-color: #ffffff;
    border-radius: 10%;
    padding: 10px;
}

.gioi-thieu-strategy {
    border: 1px solid #e6e6e6;
}

.gioi-thieu-h2 {
    font-size: 50px;
    text-transform: capitalize;
}

.gioi-thieu-service .gioi-thieu-h2, .gioi-thieu-machine .gioi-thieu-h2 {
    color: #ffffff;
}

/* END css Gioi Thieu*/
/* css Lien he*/
.contact-link:before {
    content: "";
    position: absolute;
    left: auto;
    right: auto;
    width: 0;
    height: 3px;
    transition: 1s;
    bottom: 0;
}

.contact-link:hover:before {
    background: linear-gradient(149.58deg, #f7c602 27.56%, #ffffff 85.53%);
    width: 20%;
    left: auto;
    right: auto;
    opacity: 1;
    border-radius: 5px;
}

.contact-info h3.salepage-text-primarycolor, .contact-term h3.salepage-text-primarycolor {
    padding-bottom: 20px;
}

.contact-logo {
    margin-top: 100px;
}

.contact-map p {
    margin-bottom: 0;
}

.contact-map {
    box-shadow: 0px 4px 40px 0px rgb(0 0 0 / 5%);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin-top: 0px;
    padding: 15px;
    margin-bottom: 15px;
    border-radius: 15px;
    border: #ffffff;
}

.contact-quytrinh {
    box-shadow: 0px 4px 40px 0px rgb(0 0 0 / 5%);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin-top: 0px;
    padding: 10px;
    border-radius: 15px;
}

.contact-info, .contact-term, .contact-service {
    box-shadow: 0px 4px 40px 0px rgb(0 0 0 / 5%);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin-top: 0px;
    margin-bottom: 30px;
    padding: 40px;
    border-radius: 15px;
}

/* END css Lien he*/
/* css Sale page - Tem bao hanh*/
.salepage-tembaohanh-h1 {
    font-size: 60px;
    line-height: 60px;
    font-weight: 700;
    text-transform: capitalize;
}

/* END css Sale page - Tem bao hanh*/
/* css Sale page - Tem niem phong*/
.salepage-temniemphong-h1 {
    font-size: 50px;
    line-height: 50px;
    font-weight: 700;
    text-transform: capitalize;
}

/* END css Sale page - Tem niem phong*/
/* css Sale page*/
.salepage-h1 {
    font-size: 24px;
    line-height: 80px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 20px;
}

.salepage-h2 {
    font-size: 18px;
    line-height: 40px;
    font-weight: 700;
    color: #0d6cbe;
    font-family: "Roboto", sans-serif;
    text-transform: capitalize;
    margin-bottom: 20px;
}

h2.salepage-h2 {
    margin-bottom: 0;
}

.salepage-padding {
    padding: 20px 0;
}

.salepage-padding-gioithieu {

}

.salepage-padding-logo {
    padding-bottom: 45px;
}

.salepage-bg-color {
    background-color: #080f33;
    color: #ffffff;
}

.salepage-padding-gioithieuchitiet {
    padding: 0 10%;
}

.salepage-btn-gioithieuchitiet {
    background: linear-gradient(to right, #db7500 0%, #ffbf00 100%);
    border: none;
    border-radius: 8px;
    margin-left: 10%;
}

.salepage-btn-1 {
    background: linear-gradient(to right, #db7500 0%, #ffbf00 100%);
    border: solid 2px #ffffff;
    border-radius: 8px;
    padding: 0 20px;
    margin: 0 10px 0 0;
}

.salepage-btn-2 {
    background: linear-gradient(to right, #1d42e1 0%, #3489d7 100%);
    border: solid 2px #ffffff;
    border-radius: 8px;
    padding: 0 20px;
    margin: 0 10px 0 0;
}

.salepage-margin-gioithieuchitiet {
    margin-top: -5%;
    margin-bottom: 30px;
}

.salepage-shadow-cta {
    box-shadow: 0 30px 40px 0 rgb(2 0 40 / 10%);
    border-radius: 20px;
    background-color: #ffffff;
    margin-bottom: 50px;
    margin-top: 30px;
}

.salepage-text-secondcolor {
    color: #ffcc00;
    font-size: 2em;
    font-weight: 900;
    font-family: "Roboto", sans-serif;
}

.salepage-text-primarycolor {
    color: #0d6cbe;
    font-size: 1.2em;
    font-weight: 900;
    font-family: "Roboto", sans-serif;
    text-transform: capitalize;
    margin-bottom: 15px;
}

.salepage-cta-padding {
    padding: 0;
}

/* END css Sale page*/
/* css Sale page Decal*/
.sale-page-decal-boxshadow {
) box-shadow: 0 0 40 px rgb(0 0 0 / 8 %);
    margin-top: -30px !important;
}

.sale-page-decal-boxshadow .col {
    padding: 0;
}

.sale-page-decal-boxshadow .icon-box {
    margin: 0;
    padding: 30px;
}

.sale-page-decal-sanpham {
    margin-top: -70px;
}

.sale-page-decal-sanpham img {
    border-radius: 8px;
}

.sale-page-decal-sanpham-2-4 img {
    border-radius: 8px;
}

.sale-page-decal-sec-gioi-thieu {
    margin-bottom: 20px;
    margin-top: -10px;
}

.sale-page-decal-lien-he {
    padding-bottom: 20px;
    border-bottom: 2px solid #f3f5ed;
}

/* END css Sale page Decal*/

.home-h4 {
    line-height: 1.3;
    margin-top: 0.1em;
    margin-bottom: 0.1em;
    color: #0d6cbe;
    font-weight: 700;
    font-family: "Roboto", sans-serif;
    font-size: 1.2em;
    text-transform: capitalize;
}

.post-title {
    text-transform: capitalize;
}

blockquote {
    box-shadow: rgb(10 40 56 / 20%) 0px 10px 20px 0px, #0098e7 11px 0px 0px -5px inset;
    border: 1px solid rgba(0, 152, 231, .14) !important;
    padding: 0.7em 0.5em 0 1em;
    font-size: 1em;
}

.hinhanh-highlight {
    box-shadow: 0 0.5rem 2rem 0.25rem rgb(0 0 0 / 30%);
    margin: 1rem auto;
}

.saigonlabel-highlight {
    font-size: 1.2em;
    padding: 0.7em;
    text-align: center;
    width: 90%;
    margin: 0 auto;
    margin-bottom: 1em;
    border: 2.5px dashed #0d6cbe;
}

.widget-tieu-de h3 {
    border-radius: 5px;
    text-align: center;
    color: #fff;
    background-color: #0d6cbe;
    padding: 5px 0;
}

.widget-tieu-de {
    background-color: #f0f1f2;
    padding: 0;
    margin-bottom: 10px;
}

.delete-padding-cate-home {
    padding: 0 !important;
}

.cate-home-design {
    text-align: center;
    position: relative;
    border-radius: 5px 5px 0 0;
    padding: 6px 0 !important;
    color: #ffffff;
    font-weight: 700;
    font-size: 1.6em;
    text-transform: uppercase;
    font-family: "Roboto", sans-serif;
    margin-bottom: 0;
    background: #0d6cbe;
}

.cate-home-design-column-before-row {
    border-bottom: 3px solid #f9a020;
    margin-bottom: 15px;
}

h2 {
    margin-bottom: 0;
}

.section-title b {
    color: var(--primary-color);
    height: 3px;
    opacity: 1;
}

.section-title-bold-center span {
    color: #fff;
    background-color: #0d6cbe;
    border-color: #f9a020;
}

.hinhanh-footer {
    content: '';
    background: url(https://saigonlabel.com/wp-content/uploads/2021/08/before-footer.png) center no-repeat;
    position: absolute;
    width: 400px;
    height: 110px;
    bottom: -50px;
    z-index: -99;
    margin-left: 20px;
}

.nav > li > a > i + span {
    text-transform: lowercase;
}

.saigonlabel-h1 {
    color: #0d6cbe;
    margin: 10px 0 3px 0;
    text-transform: capitalize;
    font-size: 2.2em;
    font-weight: 700;
    font-family: "Roboto", sans-serif;
}

p.saigonlabel-h1 {
    color: #f9a020;
    font-size: 2em;
    margin-top: 0;
}

/*.hinhanhnen{
	content: '';
  background: url(https://saigonlabel.com/wp-content/uploads/2021/10/111.png)center no-repeat;
  width: 100%;
	background-size:cover;
  height: 100%;
	overflow:hidden;
	font-size:25px;
	font-weight:bold;
	padding:150px 0 50px 0;
}
.custom-heading-intemnhan{
	background: url(https://saigonlabel.com/wp-content/uploads/2021/10/cta-bg-1-1.webp) center center no-repeat fixed;
}
.back-to-top {
	bottom: 180px;
}*/
.intro-intemnhan {
    font-size: 20px;
    color: #f5881f;
    margin-bottom: 10px;
}

.detail-intemnhan {
    font-size: 60px;
    line-height: 60px;
    font-weight: 700;
    color: #0d6cbe;
    font-family: "Roboto", sans-serif;
    margin-bottom: 10px;
}

.content-subtitle-intemnhan {
    color: #0d6cbe;
    font-weight: 700;
    font-size: 1.25em;
    font-family: "Roboto", sans-serif;
    margin-bottom: 10px;
}

.icon-box-left, .icon-box-right {
    margin-bottom: 30px;
}

.custom-btn-intemnhan {
    border: none;
    outline: 0;
    display: inline-block;
    vertical-align: middle;
    border-radius: 35px;
    color: #fff;
    background: #ff4328 !important;
    font-family: Rubik !important;
    font-weight: 900;
    font-size: 16px;
    padding: 18px 69px;
    transition: all .4s;
    transition-property: all;
    transition-duration: 0.4s;
    transition-timing-function: ease;
    transition-delay: 0s;
}

.custom-btn-intemnhan:hover {
    background: #121211 !important;
}

.section {
    padding-bottom: 10px;
}

.col {
    padding-bottom: 10px;
}

.ux-timer span {
    background-color: rgb(255, 255, 255, .85) !important;
    color: #000 !important;
    border: 1px solid #0d6cbe;
}

.single-page > h2, .mo-ta-seo > h2 {
    margin-bottom: 18px;
    padding-bottom: 0;
}

.single-page > h2, .single-page > h3, .single-page > h4, .single-page > h5 {
    border-left: solid 5px #f9a020;
    padding-left: 8px;
}


.mo-ta-seo {
    display: block;
    float: left;
    border: none;
    padding: 20px !important;
    box-shadow: 0px 1px 1px #e8e4e4;
    background: #fff;
    overflow-y: auto;
    height: 355px;
    width: 100%;
    margin-bottom: 30px;
    text-align: justify;
}

h2 {
    padding-bottom: 15px;
}

.single-page {
    text-align: justify;
}

.product-thumbnails .is-nav-selected a {
    border: 4px solid black;

}

.single_add_to_cart_button.button {
    background-color: var(--fs-color-secondary);
    color: #fff;
    margin-left: auto;
}

.single_add_to_cart_button.button:hover {
    background-color: #fff;
    color: var(--fs-color-secondary);
    box-shadow: inset 0 0 0 2px var(--fs-color-secondary);
}

.ux-buy-now-button, .single_add_to_cart_button.button {
    min-width: 240px;
    border-radius: 8px;
    padding: 5px 0px !important;
}

.ux-buy-now-button {
    background-color: var(--primary-color);
    color: #fff;
    margin-right: auto !important;
}

.ux-buy-now-button:hover {
    background-color: #fff;
    color: var(--primary-color);
    box-shadow: inset 0 0 0 2px var(--primary-color);
}

#ez-toc-container .ez-toc-js-icon-con {
    left: 0;
}

.row-small > .flickity-viewport > .flickity-slider > .col {
    /*padding: 0;*/
}

.product-gallery-slider img, .product-thumbnails a {
    border-radius: 10px;
}

@media screen and (max-width: 1370px) {
    .gioi-thieu-service-padding, .gioi-thieu-machine-padding {
        padding: 10px;
    }
}

@media screen and (min-width: 850px) {
    .row-large > .col {
        padding: 0 10px 0 20px;
    }

    .page-left-sidebar .col-divided {
        padding: 0 20px 0 0;
        border-right: none;
    }
}

/* custom css for mobile*/
@media screen and (max-width: 576px) {


    .saigonlabel-h1 {
        font-size: 35px;
    }

    p.saigonlabel-h1 {
        font-size: 28px;
    }

    .home-head-padding {
        padding-top: 80px;
    }

    .home-block .icon-box {
        padding: 10px;
    }

    .home-giai-phap-in .column-detail p {
        font-size: 22px;
    }

    .home-giai-phap-in .col {
        padding-bottom: 10px;
    }

    .cate-home-design {
        font-size: 1.3em;
        width: 50%;
    }

    .detail-intemnhan {
        font-size: 40px;
        line-height: 40px;
    }

    .salepage-padding {
        padding: 0;
    }

    .salepage-h1 {
        font-size: 50px;
        line-height: 50px;
        padding-top: 20px;
    }

    .salepage-padding-logo {
        padding-bottom: 0;
    }

    .salepage-cta-padding {
        padding: 15px;
    }

    .salepage-text-secondcolor {
        font-size: 1.6em;
    }

    p.salepage-h2 {
        font-size: 30px;
        line-height: 35px;
    }

    .contact-logo {
        margin-top: 30px;
    }

    .gioi-thieu-service-padding, .gioi-thieu-machine-padding {
        padding: 10px;
    }

    .gioi-thieu-h2 {
        font-size: 30px;
    }

    .gioi-thieu-service img {
        margin: 0 0 35px 0;
        background-color: #ffffff;
        padding: 0 10px;
        border-radius: 0;
        width: 100%;
    }

    .gioi-thieu-machine .machine-icon-style img {
        margin-bottom: 20px;
    }

    #block_widget-2 {
        margin-left: 30px;
    }

    .gioithieu-cta-image {
        position: static;
        margin-top: 0;
    }

    .salepage-phuongphapin-padding {
        padding-bottom: 90px;
    }

    .ingiacong-section-cta {
        width: 100%;
        margin: 0 0 20px 0;
        border-radius: 15px;
    }

    .ingiacong-section-cta .section-content {
        padding: 30px 0;
    }

    .ingiacong-cta-image {
        margin-top: 0;
        position: static;
    }

    .ingiacong-section-head .salepage-h1 {
        font-size: 40px;
        line-height: 40px;
        padding-top: 0;
    }
}


@media only screen and (min-width: 49em) {
    /*************** ADD MOBILE ONLY CSS HERE  ***************/
    .archive .product-small.col {
        background-color: #fff;
    }

    .product-small.col {
        position: relative;
        padding: 10px;
        z-index: 1
    }


}

@media only screen and (max-width: 48em) {
    /*************** ADD MOBILE ONLY CSS HERE  ***************/


}

.badge-container {
    right: 20px;
    left: auto;
    margin-top: 0;
    top: 17px;
}

.product-small .col-inner, .service-item .col-inner {
    border: 1px solid #ececec;
    border-radius: 16px;
    overflow: hidden;
}

.product-small .box-text {
    font-size: 1rem;
}

.home .product-title {
    font-weight: 700;
}

.callout.badge.badge-circle {
    height: auto;
}

.badge-inner.secondary.on-sale {
    width: 52px;
    padding: 8px 8px;
    font-size: 14px;
    border-radius: 4px;
    background-color: #DD1818;
}


ins span.amount {
    color: red;
}

span.amount {
    font-size: 16px;
}

.store-features .icon-box-img {
    margin-left: 40px;
}

.store-features .icon-box {
    height: 54px;
    margin-bottom: 0;
    align-items: center;
    border-bottom: 1px solid #ececec;
}

.store-features .icon-box-text {
    font-size: 14px;
    display: flex;
    align-items: center;
}


form.cart {
    margin-bottom: 0
}

form.cart .quantity.buttons_added {
    margin-right: 0;
    position: relative
}

form.cart .quantity.buttons_added input.is-form {
    display: block;
    padding: 0;
    margin: 0;
    position: absolute;
    text-align: center;
    width: 1.387em;
    height: 50%;
    overflow: visible;
    font-weight: 700;
    cursor: pointer;
    background-color: #ebe9eb;
    text-shadow: none;
    line-height: 1;
    background-image: none;
    border-top: 1px solid #ddd !important;
    z-index: 1;
    min-height: unset
}

form.cart .quantity.buttons_added input.plus {
    top: 0;
    right: 0;
    border-bottom: 0;
    border-radius: 2px 2px 0 0;
    border-left: 1px solid #ddd !important
}

form.cart .quantity.buttons_added input.minus {
    bottom: 0;
    right: 0;
    border-radius: 0 0 2px 2px;
    border-right: 1px solid #ddd !important
}

form.cart .quantity.buttons_added input.qty {
    min-width: 4em;
    text-align: left;
    padding-left: 1em
}

form.cart .button {
    padding: 0 10px
}

form.cart .quantity.buttons_added input.qty {
    min-width: 6em
}

.ez-toc-widget-container ul li a {
    font-size: 14px !important;
}

#ez-toc-widget-container nav {
    overflow-y: scroll;
    max-height: 280px;
}

#ez-toc-widget-container ul li {
    margin-left: 0;
}

.ez-toc-title, #ez-toc-widget-container .ez-toc-title-toggle {
    font-size: 16px !important;
    color: var(--primary-color) !important;
    font-weight: 600 !important;
    text-transform: uppercase;

}

#ez-toc-widget-container .ez-toc-title-toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.article-inner #ez-toc-container.toc_close {
    border-radius: 20px 20px 0 0;


}

.article-inner #ez-toc-container {
    padding: 0;
    border-radius: 20px;
    overflow: hidden;

    border-color: var(--primary-color);
}

.widget .is-divider {
    display: none;
}

.article-inner #ez-toc-container .ez-toc-title-container {
    color: #fff;
    padding: 5px 20px 5px 10px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    background-color: var(--primary-color);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.article-inner #ez-toc-container a {
    color: var(--primary-color);
}

.article-inner .ez-toc-title {
    color: white !important;
}

.article-inner #ez-toc-container a.ez-toc-toggle svg, .article-inner #ez-toc-container a.ez-toc-toggle path {
    fill: white !important;
    stroke: white !important;
}

.article-inner #ez-toc-container .ez-toc-js-icon-con {
    border-color: white;
}

.article-inner #ez-toc-container .ez-toc-list {
    padding: 5px 20px 5px 10px;
    background-color: white;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.widget-title {
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    background: var(--primary-color);
    padding: 10px 0px 10px;
    display: block;
    text-align: center;
}

#flatsome_recent_posts-2, #webnow_recent_project {
    overflow: hidden;
    border-radius: 20px 20px 8px 8px;
    box-shadow: 0 0 0 1px var(--primary-color) inset;
}

#flatsome_recent_posts-2 ul, #webnow_recent_project ul {
    padding: 0 10px;

}

.product-sidebar {
    position: relative;
}

.product-sidebar .col-inner {
    position: sticky;
    top: 160px;
}

.form-product-type select, .form-product-type label {
    margin-bottom: 0;
}

input.wpcf7-form-control.wpcf7-text, input.wpcf7-form-control.wpcf7-date, textarea.wpcf7-form-control, .form-product-type input, .form-product-type select {
    box-shadow: none;
    border-radius: 8px;
    border: 1px solid #D0D0D0;
    color: #000;
}

.form-group.form-fixed input.tc1 {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    width: 146px;
    font-size: 16px;
    text-transform: none;
    background: #FE9800;
    padding: 0 16px;
    height: 36px;
    min-height: unset;
    font-weight: 400;
    line-height: 1;
    border-radius: 0 95px 95px 0;
}

.box-fixed {
    position: fixed;
    left: 0;
    width: 100%;
    bottom: 0;
    opacity: 1;
    z-index: 99;
}

.header-cart-icon img[width="1"][height="1"] {
    width: 18px;
}

.box-fixed .wpcf7-response-output {
    display: none;
}

.box-fixed .wpcf7-not-valid-tip {
    position: absolute;
    top: -30px;
    background-color: #fff;
    opacity: 1;
    border: 1px solid #dcdcdc;
}

.box-fixed .wpcf7 .wpcf7-not-valid-tip:after {
    bottom: 0;
    transform: translateY(100%);
    border-top-color: #f1f1f1;
    border-bottom-color: transparent;
}

.wpcf7-spinner {
    display: none;
}

form:has(.form-group.form-fixed) {
    margin-bottom: 0;
}

body {
    padding-bottom: 60px !important;
}

.form-group.form-fixed input[type="tel"] {
    height: 36px;
    border-radius: 95px;
    background: #FFF;
    color: #A5A5A5;
    font-weight: 400;
    box-shadow: none;
    margin-bottom: 0;
}

.section.box-fixed p {
    margin-bottom: 0;
}

form.cart .quantity.buttons_added {
    display: none;
}

form.cart .button.contact-for-product {
    flex: 0 0 auto;
    display: none;
}

.total-price {
    font-size: 16px;
    font-weight: 700;
    color: #DD1818;
}

/*Dự án */
.portfolio-single_detail, .recruit-single_detail {
    box-shadow: inset 0 0 0px 3px var(--primary-color);
    padding: 15px;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;

}

.portfolio-single_detail p, .recruit-single_detail p {
    margin-bottom: 0;
    font-size: 14px;
}

.portfolio-single_detail p.title, .recruit-single_detail p.title {
    font-weight: 700;
    font-size: 16px;
}

.portfolio-single_detail-table p {
    color: black;
}

.portfolio-single_detail-table .title {
    font-size: 18px;
    line-height: 1.3;
    margin-bottom: 5px;
    font-weight: bold;
}

.news-author-rate {
    margin-top: .75rem;
    background: #f3f3f3;
    padding: 1rem 3rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 1.6rem;
}

.news-author {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: .95rem;
    font-weight: 500;
}

.author-img img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.author-name {
    font-weight: 700;
    margin-left: 1rem;
}

.author-name:hover {
    color: var(--primary-color);
}

.time {
    margin: 0 1.5rem;
}

.breadcrumbs-wrapper p {
    margin-bottom: 0;
}

.wn-consult-wrap {
    background: var(--primary-color);
    border-radius: 12px;
    padding: 18px;
    color: #fff;
}

.wn-consult-header {

    text-align: center;
    font-weight: 700;
    padding: 10px 12px;
    border-radius: 8px;
    margin-bottom: 12px;
    color: #fff;
    letter-spacing: 0.6px;
    font-size: 16px;
}


.wn-consult-wrap .wpcf7-form-control,
.wn-consult-wrap input[type="text"],
.wn-consult-wrap input[type="email"],
.wn-consult-wrap input[type="tel"],
.wn-consult-wrap textarea {
    width: 100%;
    display: block;
    background: #fff;
    color: #333;
    border: none;
    border-radius: 18px;
    box-sizing: border-box;
    margin-bottom: 0px;

    font-size: 13px;
    outline: none;
}

.wn-consult-wrap textarea {
    min-height: 110px;
    border-radius: 8px;
    padding-top: 10px;
}

.wn-consult-wrap .wpcf7-submit {
    background: #fff;
    color: #0a72a6;
    border: none;
    border-radius: 16px;
    padding: 8px 12px;
    font-weight: 700;
    cursor: pointer;
    font-size: 12px;
    box-shadow: none;
}

.contact-block h3 {
    text-align: center;
    font-size: 20px;
    margin-bottom: 20px;
}

.contact-block .col-inner {
    padding: 16px;
    border-radius: 12px;
    border: 1px solid var(--primary-color);
}

.wn-consult-wrap .wpcf7-submit:hover {
    background: var(--primary-color);
    color: #fff;

}

.project-title {
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.project-item .project-info {
    margin-top: 12px;
    padding-left: 15px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.project-item .project-info > * {
    display: flex;
    align-items: center;
    gap: .5rem;
}

.project-item .box-text {
    padding: 1rem 1rem 1.2rem;
    background: #fff;
    border-bottom: 2px solid var(--primary-color);
}

/*.post-type-archive-project #header, .post-type-archive-service #header {*/
/*    position: absolute;*/

/*}*/

/*.post-type-archive-project #header .header-wrapper:not(.stuck) a.nav-top-link, .post-type-archive-project #header .header-wrapper:not(.stuck) strong, .post-type-archive-project #header .header-wrapper:not(.stuck) span, .post-type-archive-service #header .header-wrapper:not(.stuck) a.nav-top-link, .post-type-archive-service #header .header-wrapper:not(.stuck) strong, .post-type-archive-service #header .header-wrapper:not(.stuck) span {*/
/*    color: white !important;*/
/*}*/

/*.post-type-archive-project #header .header-wrapper:not(.stuck) #logo, .post-type-archive-service #header .header-wrapper:not(.stuck) #logo {*/

/*}*/

/*.post-type-archive-project #header .header-wrapper:not(.stuck) .header-bg-color, .post-type-archive-service #header .header-wrapper:not(.stuck) .header-bg-color {*/
/*    background: transparent;*/
/*}*/

/*.post-type-archive-project #header .header-wrapper:not(.stuck) .header-bottom, .post-type-archive-service #header .header-wrapper:not(.stuck) .header-bottom {*/
/*    background: transparent;*/
/*}*/

.wn-section {
    min-height: 380px;
    padding: 0;

}

.wn-section .section-title {
    font-size: 3.125rem;
    font-weight: 700;
    color: #fff;
}

.wn-section .rank-math-breadcrumb span {
    color: #fff !important;
}

.wn-section .section-content {
    margin-top: auto;
    background: linear-gradient(360deg, rgb(0 0 0) 32.27%, rgba(230, 81, 139, 0) 100%);
    z-index: 99;
    width: 100%;
    padding-top: 3rem;
    padding-bottom: 1rem;
}

.news-item {
    padding-bottom: 30px;
}

.news-item .col-inner {
    overflow: hidden;
    box-shadow: 0 20px 20px rgb(0 0 0 / 5%);
    border: 1px solid #00AEEF;
    border-radius: 10px;
    height: 100%;
}

.news-item .box-text {
    padding-left: 8px;
    padding-right: 8px;
}

.news-item .box-text img {
    padding-right: 30%;

}

.news-item .box-image .image-cover a:before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgb(27 117 187 / 63%);
    position: absolute;
    top: 0;
    left: 0;
    transition: all .3s;
    opacity: 0;
    z-index: 1;
}

.news-item .box-image .image-cover a:after {
    content: "";
    background: url(/wp-content/uploads/2025/10/broken-link.webp) no-repeat;
    background-size: 40px;
    color: #fff;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    transform: translateX(-50%);
    left: 50%;
    transition: all .3s;
    opacity: 0;
    z-index: 2;
}

.news-item .box-image .image-cover a:hover:before, .news-item .box-image .image-cover a:hover:after {
    opacity: 1;
}

.wn-divider {
    border-top: 1px solid var(--primary-color);
    margin: 2rem 0;
}

.accordion-title {
    font-size: 1rem;
}

.sticky-col .col-inner {
    position: sticky;
    top: 120px;
    padding: 15px;
    border: 2px solid #ececec;
    border-radius: 8px;
}


.staff-member .icon-box-text p {
    margin: 0;
}

.staff-member .icon-box-text {
    font-size: .875rem;
    flex: 2;
}

.staff-member:not(.single-member) .icon-box-img {
    position: relative;
    padding-top: 30%;
    flex: 1;
}

.staff-member:not(.single-member) .icon-inner img {
    position: absolute;
    aspect-ratio: 1/1;
    object-fit: cover;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
}

.staff-member .icon-box-text h3 {
    font-size: 1.25rem;
    margin-bottom: 1rem;
}

.position-title .col-inner {
    border-bottom: 1px solid var(--primary-color);
    margin-bottom: 15px;
}

.text-has-disc {
    position: relative;
    padding-left: 20px;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
}

.text-has-disc::before {
    position: absolute;
    width: 5px;
    height: 5px;
    background: #000;
    content: "";
    top: 50%;
    left: 6px;
    transform: translateY(-50%);
    border-radius: 50%;
}

.recruit .info {
    font-size: .875rem;
    line-height: normal;
}

.recruit {
    padding: 20px;
    border-bottom: 1px solid var(--primary-color);

}

.recruit .gioithieu-button-1 {
    font-size: 12px;
}

.recruit .expiry-date {
    font-size: .875rem;
    color: #888;
}

.recruit-title {
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--primary-color);
}

.recruit .salary {
    display: flex;
    gap: .25rem;
}

.recruit .salary svg {
    fill: green;
}

.gallery-item {
    padding-bottom: 30px;
}

a.back-to-top {
    bottom: 10px;
    color: #fff;

}

.back-to-top:hover {
    background-color: #fff;
}

.back-to-top:hover i {
    color: var(--primary-color);
}

.nav-dropdown > li > a {
    color: black;
}

.text-justify {
    text-align: justify;
}

.wn-logos-slider .flickity-viewport .flickity-slider .img .img-inner:hover {
    box-shadow: rgba(99, 99, 99, .2) 0 2px 8px 0;
    transition: all .3s linear
}

.wn-logos-slider .flickity-viewport .flickity-slider .img .img-inner {
    transition: all .3s linear
}

.wn-logos-slider .slider-style-focus .flickity-slider > :not(.is-selected) {
    opacity: 1;
    transform: scale(1)
}

.wn-logos-slider .flickity-viewport .flickity-slider > * {
    width: 138px !important;
    aspect-ratio: 1/1;
    margin-right: 135px;
    padding: 0 8px
}

.header:not(.transparent) .header-nav-main.nav > li.cart-item > a:not(.header-cart-link):hover {
    background-color: #fff !important;
    color: var(--primary-color) !important;
}

.header-cart-link {
    background-color: transparent !important;
}

a.header-cart-link .header-cart-title {
    padding-left: .6rem;
    padding-right: .6rem;
    border-radius: 99px;;

}

a.header-cart-link:hover .header-cart-title {
    background-color: var(--primary-color) !important;

}

.header:not(.transparent) .header-nav-main.nav > li.cart-item > a:hover .header-cart-title {
    background-color: var(--primary-color) !important;
    color: #FFF !important;

    border-radius: 99px;;
}

.header-search-dropdown .nav-dropdown {
    min-width: 440px;
}

#footer .ux-menu-link__link {
    min-height: auto;
}

.service-category-item a {
    border: 2px solid var(--primary-color);
    border-radius: 12px;
    padding: 6px 12px;
    transition: all .3s;
    display: block;
}

.service-category-item.active a {
    background: var(--primary-color);
    color: #fff;

}

.service-category-item a:hover {
    cursor: pointer;
    background: var(--primary-color);
    color: #fff;


}


.service-category-item p {
    margin-bottom: 0;
}

.service-category-item a {
    color: var(--primary-color);
    font-weight: 600;
}

.company-info-col .col-inner {
    border: 2px solid var(--primary-color);
    border-radius: 12px;
    text-align: center;
    transition: all .3s;
    overflow: hidden;
}

.company-info-col h2 {
    padding: .75rem 0;
    background: var(--primary-color);
    color: #fff;
    margin-bottom: 1rem;
}

.company-info-col p {
    text-align: justify;
    margin: 0 .75rem;
}

.section-title-container.no-line .section-title {
    justify-content: center;
}

.section-title-container.no-line b {
    display: none;
}

@media only screen and (min-width: 49em) {
    .staff-member.single-member .icon-box-img {
        flex-basis: 25%;
        max-width: 25%;
    }

    .staff-col.large-3 {
        flex: 0 0 20%;
        max-width: 20%;
    }

    .single-page .recruit-single_detail {
        display: none;
    }
}

.sub-menu-item:hover .col-inner {
    background-color: #585859;
}

[data-icon-label]:after {
    top: -2px;
    right: -12px;
}


@media only screen and (max-width: 48em) {
    /*************** ADD MOBILE ONLY CSS HERE  ***************/
    a.button.is-outline.back-to-top {
        bottom: 100px;
        border-color: var(--primary-color);
        background-color: white;
        box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    }

    a.button.is-outline.back-to-top i {
        color: var(--primary-color);
    }

    .box-fixed p {
        text-align: center;
        font-size: .875rem;
    }

    body {
        padding-bottom: 86px !important;
    }

    .store-features .icon-box-img {
        margin-left: 0;
    }

    form.cart .button.contact-for-product, form.cart .button, form.cart .quantity.buttons_added, form.cart .quantity.buttons_added input.qty {
        flex: 1 1 100%;
        max-width: initial;
    }


    .portfolio-single_detail {
        display: none;
    }

    .staff-member .icon-box-img {
        position: relative;
        padding-top: 30%;
        flex: 1;
    }

    .staff-member .icon-inner img {
        position: absolute;
        aspect-ratio: 1/1;
        object-fit: cover;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        display: block;
    }

    .recruit {
        flex-direction: column;
    }

    .recruit-single_detail {
        display: none;
    }

    .single-page .recruit-single_detail {
        display: flex;
    }
}

.box-project-post .image-cover {
    border-radius: 10px;
}

.project-slider .flickity-page-dots .dot {
    height: 12px;
    width: 12px;
}

.project-slider .flickity-page-dots {
    bottom: -25px;
}

.woocommerce-Tabs-panel--description {
    font-family: 'Georgia';

}

.woocommerce-Tabs-panel--description:not(.expanded) {
    height: 600px;
    overflow: hidden;
    margin-bottom: 90px;
}

.woocommerce-Tabs-panel--description:not(.expanded) #wn-read-button {
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
}

#wn-read-button {
    font-family: "Nunito Sans", sans-serif;
    margin: 0 auto;
    display: block;
    color: var(--primary-color);
    font-weight: 600;
    text-align: center;
    text-transform: none;
}

#content.blog-archive .row > .large-10 {
    flex: 0 0 100%;
    max-width: 100%;
}

.wn-tabs-nav-container {
    margin: 0 auto;
    display: flex;
    justify-content: center;
}

#wn-tabs-nav {
    display: flex;
    width: fit-content;
    gap: 20px;
    background: var(--primary-color);
    padding: 10px;
    margin-bottom: 0;
    list-style: none;
    flex-flow: row wrap;
    align-items: center;
    border-radius: 8px;

}

#wn-tabs-nav a {
    color: #fff;
    font-weight: 600;
    padding: 4px 16px;
    text-transform: capitalize;
}

#wn-tabs-nav a:hover, #wn-tabs-nav li.current-menu-item a {
    background: #4b9fd6;
    color: #fff;
    border-radius: 6px;
}

#wn-tabs-nav li {
    margin: 0;
}

.lienhe-tuvan input[type="submit"] {
    margin: 0 auto;
    border-radius: 8px;
    min-width: 350px;
    display: block;

}

.lienhe-tuvan input[type="submit"]:hover {
    background: #fff;
    color: var(--primary-color);
    box-shadow: inset 0 0 0 2px var(--primary-color);


}

.zalo-btn {
    background: var(--primary-color);
    border-radius: 8px;
    align-items: center;
    color: #fff;
    font-weight: 600;
    justify-content: center;
    margin-bottom: 12px;
}

.mess-btn, .zalo-btn {
    min-height: 40px;
}

.mess-btn {
    border-radius: 8px;
    background: #fff;
    font-weight: 600;
    justify-content: center;
    align-items: center;

    color: var(--primary-color);
    box-shadow: inset 0 0 0 2px var(--primary-color);
    cursor: pointer;
}

.mess-btn:hover {
    background: var(--primary-color);
    color: #fff;
}

.zalo-btn:hover {
    background: #fff;
    color: var(--primary-color);
    box-shadow: inset 0 0 0 2px var(--primary-color);
    cursor: pointer;
}

.zalo-btn svg {
    padding: 0;
}

.mess-btn svg {
    margin-left: -10px;
    padding-top: 0;
}

.zalo-btn .icon-inner, .mess-btn .icon-inner {
    display: flex;
}

.zalo-btn > div, .mess-btn > div {
    margin: 0;
}

.zalo-btn.icon-box-right .icon-box-text, .mess-btn.icon-box-right .icon-box-text {
    flex: 0 0 auto;
}

.continue-shopping .button-continue-shopping {
    border-radius: 8px;
}

.continue-shopping .button-continue-shopping:hover {
    background: var(--primary-color);
    color: #fff;
}

button[name="update_cart"] {
    border-radius: 8px;

}

button[name="update_cart"]:hover {
    background: #fff;
    color: var(--primary-color);
    box-shadow: inset 0 0 0 2px var(--primary-color);
}

.cart-sidebar .widget-title {
    background: transparent;
    color: var(--primary-color);
}

.cart_totals .wc-proceed-to-checkout a {
    background: var(--primary-color);
    color: #fff;
    border-radius: 8px;
}

.cart_totals .wc-proceed-to-checkout a:hover {
    background: #fff;
    color: var(--primary-color);
    box-shadow: inset 0 0 0 2px var(--primary-color);
}

.wn-related_posts .tabbed-content {
    align-items: center;
    flex-flow: column wrap;
}

.wn-related_posts .nav {
    width: fit-content;
    gap: 8px;

    background: var(--primary-color);
    padding: 10px;
    margin-bottom: 0;
    list-style: none;
    align-items: center;
    border-radius: 8px;
}

.wn-related_posts .nav a {
    padding: 4px 16px;
    color: #fff;
}

.wn-related_posts .nav a span {
    color: #fff;
}

.wn-related_posts .nav a:hover, .wn-related_posts .nav li.active a {
    background: #4b9fd6;
    color: #fff;
    border-radius: 6px;
}

.wn-timeline .icon {
    background: var(--primary-color);
    border-radius: 100%;
    height: 60px;
}

.wn-timeline svg {
    padding: 0;
}

.wn-timeline .is-divider {
    top: 31px;
    position: absolute;
    z-index: -1;
}

.wn-timeline .icon-inner {
    height: 100%;
    padding: 6px;
}

.wn-timeline .icon-box:hover .icon {
    background: #fff;
}

.wn-timeline .icon-box:hover svg path {
    fill: var(--primary-color);
}