/*Your custom css here*/
:root {
    --mainColor: #ff650c;
    --subColor: #000000;
    --textColor: #000;
}

body {
    font-size: 14px;
}

a {
    text-decoration: none;
}

/* img {
    width: 100%;
    height: auto;
    object-fit: cover;
} */

.section-index {
    padding: 60px 0;
}

.line-clamp {
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    position: relative;
    line-height: 1.4 !important;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 !important
}

.line-clamp:after {
    content: '';
    text-align: right;
    bottom: 0;
    right: 0;
    width: 25%;
    display: block;
    position: absolute;
    height: calc(1em * 1.4);
    background: linear-gradient(to right, rgba(255, 255, 255, 0), #fff 75%)
}

@supports (-webkit-line-clamp: 1) {
    .line-clamp:after {
        display: none !important
    }
}

.line-clamp-1 {
    -webkit-line-clamp: 1;
    height: calc(1em * 1.4 * 1)
}

.line-clamp-2 {
    -webkit-line-clamp: 2;
    height: calc(1em * 1.4 * 2)
}

.line-clamp-3 {
    -webkit-line-clamp: 3;
    height: calc(1em * 1.4 * 3)
}


.header-top {
    background-color: #103a5f;
    padding: 15px 0;
}

.header-bottom {
    background-color: #e49031;
    padding: 15px 0;
}

.header-top .row {
    align-items: center;
}

.shopping-cart {
    padding-right: 0;
    width: 40px;
    height: 40px;
    position: relative;
    padding: 0;
    background-color: #015c8d;
    border-radius: 40px;
    background: url(../images/icon-cart.svg) no-repeat;
    background-size: 30px;
    background-position: 50%;
}

.shopping-cart .number {
    width: 18px;
    height: 18px;
    background-color: #ed1c24;
    color: #fff;
    display: block;
    position: absolute;
    top: 0;
    right: -4px;
    border-radius: 20px;
    text-align: center;
    font-size: 10px;
    font-weight: 300;
    line-height: 18px;
}


/* Footer */
.page-footer {
    background-color: #071831;
    color: #fff;
    padding-top: 50px
}

.page-footer a {
    color: #fff
}

#page-footer {
    background-size: cover;
}

.page-footer .brand-logo {
    display: block;
    margin-bottom: 15px;
    width: 175px;
    height: 45px;
    background: url(../../../themes/signal/images/logo-light.svg) no-repeat;
    background-position: 50%;
    background-size: 100% auto;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    font-size: 0
}

.page-footer .brand-logo img {
    display: block
}

.company-info p i {
    margin-right: 6px;
}

.company-info .hotline a {
    font-weight: 700
}

.company-info .hotline a:hover {
    color: #e49031
}

.company-info .hotline span {
    display: inline-block;
    margin: 0 10px
}

.widget-footer .footer-menu li::marker {
    color: #e49031;
}

@media (max-width:575px) {
    .widget-footer {
        margin-bottom: 30px
    }
}

.widget-footer .widget-title {
    color: var(--s1, #ED9844);
    /* font-family: Myriad Pro; */
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 15px;

}

.widget-footer .footer-menu {
    padding-left: 15px;
    list-style: square
}

.widget-footer .footer-menu li {
    margin-bottom: 10px
}

.widget-footer .footer-menu a:hover {
    color: #0688cc
}

.page-footer .social-link {
    padding-left: 0;
    list-style: none;
    display: flex
}

.page-footer .social-link li {
    margin: 0 5px
}

.page-footer .social-link a {
    display: block;
    background: #fff;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #00347c;
    border-radius: 10px
}

.page-footer .social-link a:hover {
    background: #ed1c24;
    color: #fff
}

.copy-right {
    padding-top: 0px;
    padding-bottom: 0px;
    min-height: 43px;
    line-height: 43px;
    background-color: rgb(237, 152, 68);
    margin-top: 40px;
}

.copy-right p {
    text-align: center;
    color: #000;
    margin-bottom: 0;
}


/* Form tìm kiếm */
.search-form {
    position: relative;
}

.search-form .search-field {
    width: 100%;
    max-width: 100%;
    min-height: 40px;
    border-radius: 5px;
    outline: 0;
    background: #fff;
    box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.03);
    padding: 0 0.75rem;
    border: none;
}

.search-form .search-submit {
    border-radius: 0 5px 5px 0;
    background: var(--s1, #ED9844);
    box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.03);
    width: 44px;
    height: 40px;
    position: absolute;
    right: 0;
    min-height: unset;
    /* padding-left: .6em;
    padding-right: .6em; */
    color: #fff;
    border: none;
}

/* Thông tin liên hệ */
.ul-contact {
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 10px 0;
    margin: 0 -5px;
    justify-content: flex-end;
}

.ul-contact li {
    position: relative;
    padding-right: 5px;
    padding-left: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ul-contact li svg {
    margin-right: 10px;
    /* min-width: 20px; */
    width: 20px;
    height: 20px;
}

.ul-contact li svg path {
    fill: #e49031;
}

.ul-contact li .contact {
    display: inline-block;
    font-weight: bold;
    font-size: 18px;
    color: #e49031;
}

.ul-contact li .contact a {
    font-weight: 500;
    display: inline-block;
    color: #fff;
    text-decoration: none;
}

.ul-contact li .contact a:hover {
    color: #f60;
}

/* Menu */
.menu-main {
    list-style-type: none;
    word-wrap: break-word;
    white-space: normal;
    margin-bottom: 0;
    text-align: center;
}

.menu-main li {
    display: inline-block;
    line-height: 40px;
    vertical-align: middle;
}

.menu-main li a {
    color: #fff;
    font-size: 16px;

    text-transform: uppercase;
    text-decoration: none;
    padding: 0 10px;
}

.menu-main li a:hover,
.menu-main li.current-menu-item a {
    color: #000000;
}

.menu-main>li>a {
    font-weight: bold;
}

/* =========================
   MENU BASE
========================= */

#top-menu {
    position: relative;
}

#top-menu>li {
    position: relative;
}

/* icon dropdown */

#top-menu>.menu-item-has-children>a::after {
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    margin-left: 6px;
}


#top-menu li:not(.has-mega) .sub-menu>.menu-item-has-children>a::after {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    margin-left: 6px;
}


/* =========================
   SUBMENU BASE
========================= */

#top-menu .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    padding-left: 0;

    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    transition: all .3s ease;
   

    z-index: 99;
}

/* show cấp 1 */

#top-menu>li:hover>.sub-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);

}


/* =========================
   NORMAL DROPDOWN
========================= */

#top-menu>li:not(.has-mega)>.sub-menu {
    min-width: 220px;
    width: max-content;

    background: #fff;
    padding: 0 0 0 30px;
    border-radius: 6px;

    box-shadow: 0 10px 25px rgba(0, 0, 0, .08);
}

#top-menu>li:not(.has-mega)>.sub-menu a {
    color: #000;
}

#top-menu>li:not(.has-mega) li {
    display: list-item;
    position: relative;
}


/* =========================
   SUBMENU LEVEL 2+
========================= */

#top-menu li:not(.has-mega) .sub-menu .sub-menu {
    width: max-content;
    position: absolute;
    top: 0;
    left: 100%;
    opacity: 0;
    visibility: hidden;

    transform: translateX(-10px);
    transition: all .25s ease;
    background: #fff;
    padding: 0 0 0 30px;
    border-radius: 6px;

    box-shadow: 0 10px 25px rgba(0, 0, 0, .08);
}

#top-menu li:not(.has-mega) .sub-menu li:hover>.sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}

#top-menu>li:not(.has-mega)>.sub-menu li:hover>a{
    color: #ff6a00;
}

/* =========================
   MEGA MENU
========================= */

#top-menu>li.has-mega {
    position: static;
}

#top-menu>li.has-mega>.sub-menu {
    background: #fff;

    display: grid;
    gap: 30px;

    box-shadow: 0 15px 40px rgba(0, 0, 0, .08);
}


/* GRID COLUMNS */

#top-menu>li.mega-cols-2>.sub-menu {
    grid-template-columns: repeat(2, 1fr);
}

#top-menu>li.mega-cols-3>.sub-menu {
    grid-template-columns: repeat(3, 1fr);
}

#top-menu>li.mega-cols-4>.sub-menu {
    grid-template-columns: repeat(4, 1fr);
}

#top-menu>li.mega-cols-5>.sub-menu {
    grid-template-columns: repeat(5, 1fr);
}


/* ALIGN */

#top-menu>li.mega-align-left>.sub-menu {
    left: 0;
    width: 100%;
}

#top-menu>li.mega-align-parent {
    position: relative;
}

#top-menu>li.mega-align-parent>.sub-menu {
    left: 0;
    width: 900px;
}


/* MEGA CHILD */

#top-menu li.has-mega .sub-menu .sub-menu {
    position: static;
    opacity: 1;
    visibility: visible;
    transform: none;
}

#top-menu>li.has-mega>.sub-menu a {
    color: #000;
}

#top-menu>li.has-mega>.sub-menu>li>a {
    font-weight: 600;
    
    display: block;
}


#top-menu .sub-menu li {
    text-align: left;
    position: relative;
}


#top-menu>li.has-mega li a:hover{
    color: var(--mainColor);
}

#top-menu li.has-mega>.sub-menu {
    pointer-events: none;
}

#top-menu li.has-mega:hover>.sub-menu {
    pointer-events: auto;
}

/* Menu DMSP */

.menu-dmsp-container {
    position: relative;
}

.menu-title {
    /* height: 40px; */
    /* line-height: 40px; */
    display: inline-block;
    width: 100%;
    background: #fafafa;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    padding: 5px 12px;
    border: 1px solid #e6e6e6;
    border-bottom: 0;
    -webkit-box-shadow: 0px -2px 4px rgba(0, 0, 0, 0.15);
    box-shadow: 0px -2px 4px rgba(0, 0, 0, 0.15);
    font-weight: bold;
    font-size: 16px;
    color: #f58715;
    margin: 0;
}

.menu-dmsp {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff;
    border: 1px solid #eee;

    z-index: 10;

    /* hiệu ứng */
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: all 0.25s ease;
    list-style: none;
    padding-left: 0;
}

.menu-dmsp-container:hover .menu-dmsp {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* =========================
   MENU CHA (CẤP 1)
========================= */
.menu-dmsp>li {
    position: relative;
    list-style: none;
    border-bottom: 1px solid #f1f1f1;
}

.menu-dmsp>li:last-child {
    border-bottom: 0;
}

.menu-dmsp>li>a {
    display: flex;
    align-items: center;
    justify-content: space-between;

    padding: 10px 16px;
    font-size: 15px;
    font-weight: 500;
    color: #222;
    text-decoration: none;

    transition: all .25s ease;
    background: #fff;
}

/* Hover menu cha */
.menu-dmsp>li:hover>a {
    color: #ff6a00;
    background: #fff7f0;
}

/* Mũi tên bên phải */
.menu-dmsp>li.menu-item-has-children>a::after {
    content: "›";
    font-size: 18px;
    color: #bbb;
    transition: transform .25s ease, color .25s ease;
}

/* Hover mũi tên */
.menu-dmsp>li:hover>a::after {
    transform: translateX(4px);
    color: #ff6a00;
}

/* ACTIVE (đang đứng menu đó) */
.menu-dmsp>li.current-menu-item>a,
.menu-dmsp>li.current-menu-ancestor>a {
    color: #ff6a00;
    background: #fff3ea;
    font-weight: 600;
}

/* =========================
   ICON TRÒN ĐẦU DÒNG (NHẸ)
========================= */
/* .menu-dmsp > li > a::before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #ddd;
    margin-right: 10px;
    transition: background .25s ease;
}

.menu-dmsp > li:hover > a::before {
    background: #ff6a00;
} */


/* =========================
   SUB MENU MẶC ĐỊNH
========================= */
.menu-dmsp li>.sub-menu {
    position: absolute;
    top: 0;
    left: 100%;
    min-width: 220px;
    padding: 12px 0;
    background: #fff;
    border: 1px solid #eee;
    /* border-radius: 5px 5px 0 0; */
    box-shadow: 0 8px 24px rgba(0, 0, 0, .08);
    z-index: 99;

    opacity: 0;
    visibility: hidden;
    transform: translateX(20px);
    transition: all .25s ease;
}

.menu-dmsp li:hover>.sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}


.menu-dmsp li:not(.is-mega)>.sub-menu {
    padding-left: 2rem;
}

.menu-dmsp li:not(.is-mega)>.sub-menu a {
    color: #000;
}

.menu-dmsp li:not(.is-mega)>.sub-menu li:hover a {
    color: #ff6a00;
}

/* =========================
   MEGA MENU
========================= */
/* .menu-dmsp li.is-mega > .sub-menu {
    min-width: auto;
    width: 800px;
    padding: 30px;
    display: grid;
    gap: 35px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 15px 40px rgba(0,0,0,.12);

    opacity: 0;
    visibility: hidden;
    transform: translateX(30px);
    transition: all .25s ease;
} */

/* Mega menu */
.menu-dmsp li.is-mega>.sub-menu {
    position: absolute;
    top: 0;
    /* LUÔN lên trên */
    left: 100%;
    /* nằm bên phải menu */
    min-height: 100%;
    /* cao bằng menu trái */

    width: 800px;
    padding: 30px;

    background: #fff;
    box-shadow: 0 15px 40px rgba(0, 0, 0, .15);

    display: grid;
    gap: 30px;

    opacity: 0;
    visibility: hidden;
    transform: translateX(20px);
    transition: all .25s ease;
}

.menu-dmsp li.is-mega:hover>.sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}

/* =========================
   SỐ CỘT MEGA
========================= */
.menu-dmsp li.mega-cols-3>.sub-menu {
    grid-template-columns: repeat(3, 1fr);
}

.menu-dmsp li.mega-cols-4>.sub-menu {
    grid-template-columns: repeat(4, 1fr);
}

.menu-dmsp li.mega-cols-5>.sub-menu {
    grid-template-columns: repeat(5, 1fr);
}

/* =========================
   TIÊU ĐỀ CỘT (CẤP 2)
========================= */
.menu-dmsp li.is-mega>.sub-menu>li>a {
    font-size: 15px;
    font-weight: 700;
    color: #ff6a00;
    text-transform: uppercase;
    letter-spacing: .5px;
    margin-bottom: 12px;
    padding-bottom: 6px;
    display: block;
    border-bottom: 1px solid #f3f3f3;
    pointer-events: none;
}

/* =========================
   MENU CẤP 3
========================= */
.menu-dmsp li.is-mega .sub-menu .sub-menu {
    position: static;
    opacity: 1;
    visibility: visible;
    transform: none;
    border: 0;
    box-shadow: none;
    padding: 0;
}

.menu-dmsp li.is-mega .sub-menu .sub-menu a {
    font-size: 14px;
    color: #444;
    padding: 6px 0;
    display: block;
    transition: all .2s ease;
}

.menu-dmsp li.is-mega .sub-menu .sub-menu a:hover {
    color: #ff6a00;
    transform: translateX(4px);
}

/* =========================
   ICON MŨI TÊN MENU CHA
========================= */
.menu-dmsp li.is-mega>a::after {
    content: "›";
    float: right;
    font-size: 16px;
    color: #bbb;
}

/* =========================
   ANIMATION MỞ MEGA
========================= */
.menu-dmsp li.is-mega:hover>.sub-menu {
    animation: megaFade .25s ease;
}

@keyframes megaFade {
    from {
        opacity: 0;
        transform: translateX(30px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.menu-dmsp>li.is-mega.mega-align-top {
    position: static;
}

.menu-dmsp li.is-mega>.sub-menu {
    pointer-events: none;
}

.menu-dmsp li.is-mega:hover>.sub-menu {
    pointer-events: auto;
}






/* Slider */
/* Slider cha */
.slick-slider {
    position: relative;
}

/* Nút prev / next */
.slick-prev,
.slick-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;

    width: 42px;
    height: 42px;
    border-radius: 50%;

    /* background: rgba(0, 0, 0, 0.5); */
    color: #fff;

    display: flex !important;
    align-items: center;
    justify-content: center;

    transition: all 0.3s ease;
}

/* Hover */
.slick-prev:hover,
.slick-next:hover {
    /* background: rgba(0, 0, 0, 0.8); */
    color: #e49031;
}

/* Vị trí */
.slick-prev {
    left: 15px;
}

.slick-next {
    right: 15px;
}

/* Ẩn icon mặc định */
.slick-prev::before,
.slick-next::before {
    font-size: 20px;
    color: #000000;
}

/* Dots */
.slick-dots {
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
}

/* Ẩn số mặc định */
.slick-dots li button:before {
    font-size: 0;
}

/* Chấm */
.slick-dots li button {
    width: 10px;
    height: 10px;
    padding: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
}

/* Active */
.slick-dots li.slick-active button {
    background: #fff;
    transform: scale(1.2);
}

/* Hover */
.slick-dots li button:hover {
    background: #fff;
}


/* Home About */
.home-about {
    padding-top: 30px;
    padding-bottom: 60px;
    background-color: rgb(225, 251, 255);
}

.home-about .title {
    color: #103a5f;
    /* font-family: Myriad Pro; */
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.home-about .heading {
    color: #ed9844;
    font-size: 80px;
    font-style: normal;
    line-height: normal;
    letter-spacing: 8px;
    font-weight: bold;

    /* font-family: 'Myriad Pro Bold'; */
}

.home-about p {
    color: #000;
    /* font-family: Myriad Pro; */
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 5px;
}

.accordion-item {
    margin-bottom: 10px;
}

.accordion-button {
    border: none;
    border-radius: var(--2, 5px);
    background: var(--s1-p3, #FFF);

    padding: 12px 30px 12px;
    color: var(--s2, #103A5F);
    /* font-family: Myriad Pro; */
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.accordion-button:hover,
.accordion-button:not(.collapsed) {
    background: var(--s1, #ED9844);
    color: var(--s2, #103A5F);
    outline: unset;
}

.accordion-body {
    padding: 10px 30px 5px;
    background: #ffffff91;
}

.link-all {
    display: inline-block;
    text-align: center;
    font-size: 1rem;
    font-weight: bold;
    padding: 5px 10px;
    color: #fff;
    border-radius: 5px;
    background-color: #e49031;
    margin-top: 30px;
    text-decoration: none;
}

.link-all:hover {
    background-color: #f60;
    color: #FFF;
}

.home-about iframe {
    width: 100%;
    height: 100%;
    border-radius: 20px;
}

/* SPNB */

.section_product_tab {
    padding: 60px 0;
    background-color: #f8f8f8
}

.section_product_tab .section-title-tab {
    text-align: center
}

.section_product_tab .section-title-tab h2 {
    color: #000;
    font-size: 40px;
    font-weight: 800;
    line-height: 56px;
    z-index: 2;
    position: relative;
    /* font-family: "Raleway", sans-serif; */
    display: inline-block
}

@media (max-width: 1025px) {
    .section_product_tab .section-title-tab h2 {
        font-size: 30px;
        line-height: 48px
    }
}

@media (max-width: 767px) {
    .section_product_tab .section-title-tab h2 {
        font-size: 24px;
        line-height: 36px
    }
}

.section_product_tab .section-title-tab h2:before {
    content: "";
    position: absolute;
    left: -30px;
    top: 5px;
    width: 22px;
    height: 22px;
    -webkit-mask-image: url(../images/icon_title_new.png);
    background-color: #ff650c
}

.section_product_tab .section-title-tab h2:after {
    content: "";
    position: absolute;
    right: -30px;
    top: 5px;
    width: 22px;
    height: 22px;
    -webkit-mask-image: url(../images/icon_title_new.png);
    background-color: #ff650c
}

.section_product_tab .desc {
    color: #000;
    font-size: 16px;
    display: block;
    margin-bottom: 20px
}

@media (max-width: 1025px) {
    .section_product_tab .desc {
        margin-bottom: 15px;
        font-size: 14px
    }
}




.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
    border: 2px solid #ddd;
    overflow: hidden;
    position: relative;
    background: #fff;
    margin-bottom: 10px;
    border-radius: 10px;
}

.woocommerce ul.products li.product:hover,
.woocommerce-page ul.products li.product:hover {
    border: 2px solid #ed9844;
}

/* Khung ảnh */
.woocommerce ul.products li.product .product-thumb {
    overflow: hidden;
    width: 100%;
    height: 100%;
    /* border-radius: 12px; */

    aspect-ratio: 1 / 1;
    /* vuông */
}

/* Ảnh */
.woocommerce ul.products li.product .product-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .6s ease;
    border-radius: 12px 12px 0 0;

}

/* Zoom chỉ ảnh */
.woocommerce ul.products li.product:hover .product-thumb img {
    transform: scale(1.15);
}

/* Container */
.woocommerce ul.products li.product .star-rating {
    position: relative;
    font-size: 16px;
    letter-spacing: 2px;
}

/* Sao rỗng (viền) */
.woocommerce ul.products li.product .star-rating::before {
    content: "★★★★★";
    position: absolute;
    top: 0;
    left: 0;
    color: transparent;
    -webkit-text-stroke: 1.2px #f36b21;
    /* màu viền cam */
    text-stroke: 1.2px #f36b21;
}

/* Sao đầy */
.woocommerce ul.products li.product .star-rating span {
    color: #f36b21;
    position: relative;
    z-index: 1;
}

.woocommerce ul.products li.product .product-info {
    padding: 14px 17px;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
    color: var(--s1-p2, #231F20);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    /* font-family: 'Myriad Pro Bold'; */
    min-height: 48px;
    height: 48px;
    /* margin-bottom: 0.5rem; */
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    padding: 0;


}

.woocommerce ul.products li.product .woocommerce-loop-category__title:hover,
.woocommerce ul.products li.product .woocommerce-loop-product__title:hover,
.woocommerce ul.products li.product h3:hover {
    color: #f09637;
}

.woocommerce ul.products li.product .price {

    font-size: 16px;
    color: #000;
}

.woocommerce ul.products li.product .button {
    display: none;
}

/* .section_product_tab .tab_big {
    height: auto;
    margin-bottom: 15px
}

.section_product_tab .tab_big .tab_ul {
    padding: 0px 34px;
    position: relative;
    max-width: 100%;
    margin: 16px auto 0 auto
}

.section_product_tab .tab_big .tab_ul ul {
    scrollbar-face-color:#367CD2;
    scrollbar-shadow-color:#FFFFFF;
    scrollbar-highlight-color:#FFFFFF;
    scrollbar-3dlight-color: #FFFFFF;
    scrollbar-darkshadow-color: #FFFFFF;
    scrollbar-track-color:#FFFFFF;
    scrollbar-arrow-color:#FFFFFF;
    scrollbar-width: none
}

.section_product_tab .tab_big .tab_ul ul::-webkit-scrollbar {
    width: 0;
    height: 0
}

.section_product_tab .tab_big .tab_ul ul::-webkit-scrollbar-track {
    -webkit-box-shadow: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    height: 0
}

.section_product_tab .tab_big .tab_ul ul::-webkit-scrollbar-thumb {
    -webkit-border-radius: 0;
    border-radius: 0;
    background: rgba(255,0,0,0.8);
    -webkit-box-shadow: none
}

.section_product_tab .tab_big .tab_ul .grad-left {
    position: absolute;
    top: calc(50% - 15px);
    left: 5px;
    z-index: 3;
    width: 24px;
    display: flex;
    justify-content: start;
    align-items: center
}

.section_product_tab .tab_big .tab_ul .grad-left svg {
    transform: rotate(180deg)
}

.section_product_tab .tab_big .tab_ul .grad-right {
    position: absolute;
    top: calc(50% - 15px);
    z-index: 3;
    right: 5px;
    width: 24px;
    display: flex;
    justify-content: end;
    align-items: center
}

/* .section_product_tab .tab_big .tab_ul .button {
    cursor: pointer
}

.section_product_tab .tab_big .tab_ul ul {
    justify-content: center;
    max-width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    padding: 0;
    margin: 0;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: -10px;
    text-align: center;
    -webkit-mask: linear-gradient(90deg, transparent 0, #000 10px, #000 calc(100% - 10px), transparent 100%)
}

.section_product_tab .tab_big .tab_ul ul li {
    padding: 0px;
    position: relative;
    width: auto;
    line-height: 1;
    height: auto;
    font-weight: 500;
    color: #FFF;
    transition: background-color 0.3s ease;
    margin-right: 45px;
    margin-bottom: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #000;
    padding: 5px 15px 5px 5px;
    border-radius: 40px
}

.section_product_tab .tab_big .tab_ul ul li .icon_tab {
    width: 45px;
    height: 45px;
    min-width: 45px;
    min-height: 45px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 3px;
    border-radius: 50%;
    background: #fff;
    overflow: hidden;
    margin-right: 10px
}

@media (max-width: 767px) {
    .section_product_tab .tab_big .tab_ul ul li .icon_tab {
        width:36px;
        height: 36px;
        min-width: 36px;
        min-height: 36px
    }
}

.section_product_tab .tab_big .tab_ul ul li span {
    font-size: 1.8rem;
    font-weight: 500;
    display: block;
    margin-bottom: 5px
}

@media (max-width: 767px) {
    .section_product_tab .tab_big .tab_ul ul li {
        margin-right:15px
    }

    .section_product_tab .tab_big .tab_ul ul li span {
        font-size: 1.4rem
    }
}

.section_product_tab .tab_big .tab_ul ul li:last-child {
    margin-right: 0px
}

.section_product_tab .tab_big .tab_ul ul li:hover {
    background-color: #ff650c
}

.section_product_tab .tab_big .tab_ul ul li .active {
    background-color: #ff650c
}

.section_product_tab .tab_big .tab_ul .button {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer
} */

.section_product_tab .nav-tabs {
    justify-content: center;
}

.section_product_tab .nav-tabs .nav-link {
    position: relative;
    width: auto;
    line-height: 1;
    height: auto;
    font-weight: 500;
    color: #FFF;
    transition: background-color 0.3s ease;
    margin-right: 15px;
    margin-bottom: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #000;
    padding: 10px;
    border-radius: 40px;
    font-size: 18px;
    font-weight: 500;
}

.section_product_tab .nav-tabs .nav-link:hover,
.section_product_tab .nav-tabs .nav-link.active {
    background-color: #f58715;
}

.section_product_tab .tab-content {
    overflow: initial
}

.section_product_tab .view-more {
    text-align: center
}

.section_product_tab .view-more svg {
    width: 12px;
    margin-left: 5px
}

.section_product_tab .view-more svg path {
    fill: #fff
}

@media (max-width: 767px) {
    .section_product_tab .tab_big {
        margin: 0 -10px
    }

    .section_product_tab .tab_big .tab_ul {
        padding: 0px 30px
    }

    .section_product_tab .tab-content .active {
        overflow: initial
    }
}

.section_product_tab .box_see_product {
    margin-top: 0px;
    display: block;
    text-align: center
}

.section_product_tab ul li .icon_tab {
    width: 45px;
    height: 45px;
    min-width: 45px;
    min-height: 45px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 3px;
    border-radius: 50%;
    background: #fff;
    overflow: hidden;
    margin-right: 10px;
}

.section_product_tab .nav-tabs {
    border-bottom: none;
}



.btn-style-three {
    position: relative;
    font-weight: 700;
    font-size: 14px;
    overflow: hidden;
    text-align: center;
    border-radius: 50px;
    display: inline-block;
    padding: 8px 8px 8px 26px;
    color: #fff;
    text-transform: uppercase;
    background-color: #ff650c;
}

@media (max-width: 1025px) {
    .btn-style-three {
        padding: 5px 5px 5px 15px
    }
}

.btn-style-three:before {
    -webkit-transition-duration: 800ms;
    transition-duration: 800ms;
    position: absolute;
    width: 200%;
    height: 200%;
    content: "";
    top: -200%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 50%;
    z-index: 1;
    background-color: #000
}

.btn-style-three:hover:before {
    top: 0%
}

.btn-style-three:hover i {
    background-color: #ff650c;
}

.btn-style-three i {
    position: relative;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    margin-left: 15px;
    border-radius: 50px;
    display: inline-block;
    transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    background-color: #000
}

@media (max-width: 1025px) {
    .btn-style-three i {
        width: 40px;
        height: 40px;
        line-height: 40px
    }
}

.btn-style-three i svg {
    display: inline-block;
    max-width: 100%;
    height: auto
}

.btn-style-three .btn-wrap {
    position: relative;
    z-index: 1;
    float: left;
    overflow: hidden;
    display: inline-block
}

.btn-style-three .btn-wrap .text-one {
    position: relative;
    display: block;
    color: #fff;
    transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease
}

.btn-style-three:hover .btn-wrap .text-one:first-child {
    -webkit-transform: translateY(-150%);
    -ms-transform: translateY(-150%);
    transform: translateY(-150%)
}

.btn-style-three .btn-wrap .text-two {
    position: absolute;
    top: 100%;
    display: block;
    color: #fff;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease
}

.btn-style-three:hover .btn-wrap .text-two {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.btn-style-three:hover .btn-wrap .text-two {
    color: #fff
}

.btn-style-three:hover:before {
    top: -40%
}



/* .section_product_tab .all-btn{
    font-weight: 700;
    font-size: 14px;
    overflow: hidden;
    text-align: center;
    border-radius: 50px;
    display: inline-block;
    padding: 8px;
    color: #fff;
    text-transform: uppercase;
    background-color:#ff650c;
}
.section_product_tab .all-btn:hover{
    background-color: #000;
} */

/* Why */
.home-why {
    position: relative;
    background-size: cover;
}

.home-why:before {
    position: absolute;
    content: "";
    width: 546px;
    height: 774px;
    background: url(../images/elips.png) left center no-repeat;
    z-index: 1;
}

.home-why .heading {
    color: var(--s2, #103A5F);
    /* font-family: Myriad Pro; */
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 25px;
    text-align: center;
}

.home-why .description {
    color: #000;
    /* font-family: Myriad Pro; */
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 20px;
    text-align: justify;
}

.home-why .dgid {
    display: flex;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 22px;
    flex-wrap: wrap;
}

.home-why .taisao-item {
    flex: 1 1 30%;
    border-radius: 21px;
    background: var(--s1-p3, #FFF);
    box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.03);
    padding: 18px 20px;
}

.taisao-title {
    color: var(--s2, #103A5F);
    /* font-family: Myriad Pro; */
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 16px 0 16px;
    background: url(../images/line-taisao.png) left bottom no-repeat;
    padding-bottom: 10px;
}

.taisao-desc {
    color: var(--s1-p4, #706C6C);
    text-align: justify;
    /* font-family: Myriad Pro; */
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    line-height: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 6;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.gap-20 {
    height: 20px;
}

.gap-150 {
    height: 150px;
}

/* Dự án */
.section_duan {
    padding: 80px 0;
    background-size: cover;
    text-align: center;
}

.section_duan .item {
    padding: 10px;
}

.section_duan .title-smail {
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    text-transform: capitalize;
    color: #000;
    padding: 0;
    margin: 0 0 5px;
    display: block;
    position: relative;
    text-align: center;
}

.section_duan .title {
    font-size: 48px;
    line-height: 56px;
    z-index: 9;
    padding: 0;
    margin: 0 0;
    position: relative;
    display: block;
    color: #f60;
    font-weight: 700;
    margin-bottom: 50px;
}

.section_duan .title a {
    color: #f60;
}

.item-blog-duan {
    border-radius: 5px;
    overflow: hidden;
    background: #fff;
    padding: 10px;
}

.item-blog-duan .block-thumb {
    padding-bottom: 56%;
    overflow: hidden;
    height: auto;
    display: block;
    position: relative;
}

.item-blog-duan .block-thumb img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    /* height: 100%; */
    -o-object-fit: contain;
    object-fit: contain;
}

.item-blog-duan .block-content {
    padding: 10px;
}

.line-clamp {
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    position: relative;
    line-height: 1.4 !important;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 !important;
}

.line-clamp-1 {
    -webkit-line-clamp: 1;
    height: calc(1em * 1.4 * 1);
}

.item-blog-duan .block-content h3 {
    font-size: 20px;
    font-weight: 700;
}

.item-blog-duan .block-content ul {
    display: flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
    text-align: left;
    list-style: none;
    padding: 0;
}

.item-blog-duan .block-content ul li {
    position: relative;
    width: 100%;
    padding-right: 5px;
    padding-left: 5px;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    font-weight: bold;
}

.item-blog-duan .block-content ul li span {
    color: #f60;
}

.section_duan .style-button {
    margin-top: 30px;
}

.style-button {
    background: #f60;
    transition: all 0.2s cubic-bezier(0.68, 0.01, 0.58, 0.75);
    font-size: 16px;
    padding: 21px 34px 21px 34px;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    color: #fff;
    z-index: 1;
    font-weight: bold;
    border-radius: 0 0 0 10px
}

@media (max-width: 767px) {
    .style-button {
        font-size: 14px;
        padding: 10px 15px;
        padding-right: 22px
    }
}

.style-button:before {
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 100%;
    content: "";
    background-color: #140626;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    z-index: -1;
    border-radius: 0 0 0 10px
}

.style-button span {
    position: absolute;
    right: -56px;
    top: 0;
    width: 57px;
    height: 100%;
    background-color: #140626;
    display: inline-block;
    display: flex;
    align-items: center;
    justify-content: center;
    clip-path: polygon(0 0, 61% 0, 100% 100%, 0% 100%)
}

.style-button:hover {
    color: #fff;
    background: #140626
}

.style-button:hover:before {
    width: 100%;
    height: 100%
}

.style-button:hover span {
    height: 100%
}


/* Gallery */
/* .home-gallery-slider .slick-list .slick-track{
    margin: 0 -10px;
} */

.home-gallery .title {
    color: #000;
    font-size: 40px;
    font-weight: 800;
    line-height: 56px;
    z-index: 2;
    position: relative;
    /* font-family: "Raleway", sans-serif; */
}

/* .home-gallery-slider .slick-track {
    margin-left: -10px;
    margin-right: -10px;
} */

.home-gallery-slider .item {
    /* padding: 0 10px; */
    max-height: 300px;
    /* chiều cao cố định */
}

.home-gallery-slider img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* CỨU CÁNH */
}

/* Blog */
.section_blog {
    background: #ebf9ff;
    padding: 50px 0;
    /* margin: 50px 0; */
}

.section_blog .title {
    font-size: 35px;
    line-height: 56px;
    z-index: 9;
    padding: 0;
    margin: 0 0;
    position: relative;
    display: block;
    color: #0d2b6b;
    font-weight: 700;
    text-align: left;
    margin-bottom: 20px
}


@media (max-width: 767px) {
    .section_blog .title {
        font-size: 30px;
        line-height: inherit;
        text-align: center
    }
}

.section_blog .title a {
    color: #0d2b6b
}

.section_blog .title a:hover {
    color: #f3bd01
}

.section_blog .see-more {
    width: 100%
}

.section_blog .block-blog {
    background: #fff;
    padding: 10px;
    border-radius: 15px
}

@media (max-width: 767px) {
    .section_blog .block-blog.block-blog1 {
        margin-bottom: 20px
    }
}

.item-blog {
    position: relative;
    margin-bottom: 15px;
    padding-bottom: 15px;
    transition: all ease 0.31s;
    display: flex;
    border-bottom: 1px dashed #ddd;
}

.item-blog:last-child {
    border-bottom: none;
}

@media (max-width: 767px) {
    .item-blog {
        flex-direction: column
    }
}

.item-blog .block-thumb {
    width: 40%;
    margin-right: 24px;
    margin-bottom: 0;
    position: relative;
    overflow: hidden
}

@media (max-width: 767px) {
    .item-blog .block-thumb {
        width: 100%;
        margin-right: 0px;
        margin-bottom: 10px
    }
}

.item-blog .block-thumb a {
    padding-bottom: 67%;
    overflow: hidden;
    height: auto;
    display: block;
    position: relative;
    border-radius: 15px
}

.item-blog .block-thumb a img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* -o-object-fit: contain;
    object-fit: contain; */
    border-radius: 15px;
    transition: transform .6s ease;
}

.item-blog .block-thumb a img:hover {
    transform: scale(1.1);
}

.item-blog .block-content {
    width: 60%
}

@media (max-width: 767px) {
    .item-blog .block-content {
        width: 100%
    }
}

.item-blog .block-content h3 {
    font-size: 18px;
    font-weight: 700
}

.item-blog .block-content h3 a {
    color: #0d2b6b
}

.item-blog .block-content h3 a:hover {
    color: #f3bd01
}

.item-blog .block-content .time-post {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 5px;
    color: #0d2b6b
}

.item-blog .block-content .time-post svg {
    margin-right: 10px
}

.item-blog .block-content .time-post svg path {
    fill: #0d2b6b
}

.item-blog .block-content p {
    margin-bottom: 0
}

.item-blog-small {
    position: relative;
    margin-bottom: 15px;
    padding-bottom: 15px;
    transition: all ease 0.31s;
    display: flex
}

.item-blog-small .block-thumb {
    max-width: 115px;
    width: 100%;
    margin-right: 24px;
    margin-bottom: 0;
    position: relative;
    overflow: hidden
}

.item-blog-small .block-thumb a {
    padding-bottom: 70%;
    overflow: hidden;
    height: auto;
    display: block;
    position: relative;
    border-radius: 15px
}

.item-blog-small .block-thumb a img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.item-blog-small .block-content {
    width: calc(100% - 140px)
}

.item-blog-small .block-content h3 {
    font-size: 18px;
    font-weight: 700
}

.item-blog-small .block-content h3 a {
    color: #0d2b6b
}

.item-blog-small .block-content h3 a:hover {
    color: #f3bd01
}

.item-blog-small .block-content .time-post {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 5px;
    color: #0d2b6b
}

.item-blog-small .block-content .time-post svg {
    margin-right: 10px
}

.item-blog-small .block-content .time-post svg path {
    fill: #0d2b6b
}

.item-blog-small .block-content p {
    margin-bottom: 0
}

.item-blog-small img:hover {
    transform: scale(1.1);
}

.see-more {
    text-align: center;
    margin-top: 20px;
    font-size: 16px;
    position: relative;
    font-weight: 600;
    padding: 10px 20px;
    border: 1px solid #0d2b6b;
    border-radius: 15px;
    color: #0d2b6b;
    display: inline-block
}

.see-more:hover {
    color: #fff;
    border-color: #f3bd01;
    background: #f3bd01
}

/* Đối tác */
.section_brands {
    position: relative;
    background-color: #f8f8f8
}

.section_brands .row {
    align-items: center
}

.section_brands .section-title-brand {
    text-align: left;
    margin-bottom: -5px
}

.section_brands .section-title-brand .sub_title {
    font-size: 14px;
    color: var(--mainColor);
    position: relative;
    font-weight: 700;
    display: flex;
    gap: 15px;
    align-items: center;
    text-transform: uppercase;
    padding-left: 60px
}

.section_brands .section-title-brand .sub_title::before {
    position: absolute;
    content: '';
    left: 0px;
    top: 12px;
    width: 50px;
    height: 1px;
    border-bottom: 1px dashed var(--mainColor)
}

.section_brands .section-title-brand h2 {
    color: var(--textColor);
    font-size: 40px;
    font-weight: 800;
    line-height: 56px;
    z-index: 2;
    position: relative;
    /* font-family: "Raleway", sans-serif */
}

@media (max-width: 1025px) {
    .section_brands .section-title-brand h2 {
        font-size: 30px;
        line-height: 48px
    }
}

@media (max-width: 767px) {
    .section_brands .section-title-brand h2 {
        font-size: 20px;
        line-height: 36px
    }
}

.section_brands .desc {
    color: #000;
    font-size: 16px;
    display: block;
    margin-bottom: 20px
}

@media (max-width: 1025px) {
    .section_brands .desc {
        margin-bottom: 15px;
        font-size: 14px
    }
}

.section_brands ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;

    list-style: none outside;
    margin-bottom: 0px;
    padding-left: 0px;
}

@media (max-width: 767px) {
    .section_brands ul {
        margin-right: -7.5px;
        margin-left: -7.5px
    }
}

.section_brands ul li {
    position: relative;
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    margin-bottom: 20px
}

.section_brands ul.slick-slider li {
    max-width: unset;
    margin-bottom: unset;
}

@media (max-width: 767px) {
    .section_brands ul li {
        padding-right: 7.5px;
        padding-left: 7.5px;
        -ms-flex: 0 0 calc(100% / 3);
        flex: 0 0 calc(100% / 3);
        max-width: calc(100% / 3);
        margin-bottom: 15px
    }

    .section_brands ul.slick-slider li {
        max-width: unset;
    }
}

.section_brands .img_brand {
    padding-bottom: 50%;
    overflow: hidden;
    height: auto;
    display: block;
    position: relative;
    background: #fff;
    border-radius: 15px;
    border: 3px solid var(--mainColor)
}

@media (max-width: 767px) {
    .section_brands .img_brand {
        border: 2px solid var(--mainColor)
    }
}

.section_brands .img_brand img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    padding: 3px;
    transition: all .3s ease
}

@media (max-width: 767px) {
    .section_brands .img_brand img {
        padding: 2px
    }
}

.section_brands .img_brand:hover {
    border: 3px solid var(--subColor)
}

@media (max-width: 767px) {
    .section_brands .img_brand:hover {
        border: 2px solid var(--subColor)
    }
}

.section_brands .img_brand:hover img {
    transform: scale(1.1)
}

/* Thương hiệu */
.home-brand {
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: rgb(225, 251, 255);
}

.home-brand .title {
    color: var(--s2, #103A5F);
    text-align: center;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    position: relative;
    padding-bottom: 18px;
}

.home-brand .title::before {
    position: absolute;
    content: "";
    width: 56px;
    height: 3px;
    border-radius: 4px;
    background: var(--s1, #ED9844);
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.home-brand-slider {
    margin: 0 -15px;
}

.home-brand-slider .item {
    padding: 0 15px;
}

.home-brand .img_brand img {
    border: 3px solid var(--mainColor);
    background: #fff;
    border-radius: 15px;
}

.home-brand .img_brand:hover img {
    border: 3px solid var(--subColor);
}


/* <!-- CALL ACTION --> */

.addThis_listSharing {
    width: 275px;
    padding: 0;
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 990;
    background-color: transparent;
    display: none;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    top: auto !important;
}

.addThis_listSharing .listSharing_action {
    position: absolute;
    bottom: 205px;
    border-radius: 12px;
    right: 31px;
    max-width: 300px;
    background-color: #f5f6fa;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
    -webkit-transform-origin: 100% bottom;
    transform-origin: 100% bottom;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transition: -webkit-transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1),
        -webkit-transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transition: transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
    -moz-transition: transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
    -ms-transition: transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
    top: auto !important;
}

.addThis_listing {
    padding: 0;
}

.addThis_listing .addThis_item {
    margin: 0;
    padding: 10px 15px;
}

.addThis_listing .addThis_item:not(:last-of-type) {
    border-bottom: 1px solid #ecedf1;
    box-shadow: 0 1px 0 0 #fff;
}

.addThis_listing .addThis_item .addThis_item--icon {
    width: 100%;
    height: auto;
    border-radius: 0;
    box-shadow: none;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}

.addThis_listing .addThis_item .addThis_item--icon svg {
    display: block;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.11);
}

.addThis_listing .addThis_item .addThis_item--icon .tooltip-text {
    opacity: 1;
    visibility: visible;
    position: initial;
    width: calc(100% - 20px);
    padding-left: 10px;
    text-align: left;
    background: transparent;
    color: #1d243e;
    font-size: 13px;
    font-weight: 400;
}

.addThis_listing .addThis_item:hover .tooltip-text {
    color: #f3bd01;
}

.addThis_listing .addThis_item.addThis_item__fbchat {
    display: block;
}

.addThis_listSharing .addThis_close {
    position: absolute;
    z-index: 10;
    right: 0;
    top: 0;
    border: 0;
    outline: none;
    padding: 6px;
    background: transparent;
    margin-right: 0;
}

.addThis_listSharing .addThis_close svg {
    opacity: 0.6;
    width: 24px;
    height: 24px;
    display: block;
    margin: auto;
}

.addThis_iconContact {
    position: fixed;
    bottom: 170px;
    right: 17px;
    margin: 0;
    z-index: 990;
    cursor: pointer;
    top: auto !important;
}

.addThis_iconContact .svgico svg {
    fill: #ffffff;
    width: 30px;
    height: 46px;
    transition: opacity 0.35s ease-in-out, -webkit-transform 0.35s ease-in-out;
    transition: opacity 0.35s ease-in-out, transform 0.35s ease-in-out;
    transition: opacity 0.35s ease-in-out, transform 0.35s ease-in-out,
        -webkit-transform 0.35s ease-in-out;
}

.addThis_iconContact .box-item .svgico>svg {
    animation: iconSkew 1s infinite ease-out;
    min-height: -webkit-fill-available;
}

.addThis_iconContact .svgico .svgico--close {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    transform: scale(0.3);
    transition: opacity 0.35s ease-in-out, -webkit-transform 0.35s ease-in-out;
    transition: opacity 0.35s ease-in-out, transform 0.35s ease-in-out;
    transition: opacity 0.35s ease-in-out, transform 0.35s ease-in-out,
        -webkit-transform 0.35s ease-in-out;
}

.addThis_iconContact .svgico .svgico--close svg {
    fill: #ffffff;
    width: 17px;
    height: 46px;
}

.addThis_listSharing.active+.addThis_iconContact .svgico .svgico--close {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.addThis_listSharing.active+.addThis_iconContact .svgico>svg {
    opacity: 0;
    visibility: hidden;
    transform: scale(0.3);
}

.addThis_listSharing.active {
    opacity: 1;
    visibility: visible;
}

.addThis_listSharing.active .listSharing_action {
    -ms-transition-delay: 0.1s;
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.1s;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}

.addThis_listSharing.active+.addThis_iconContact .item-livestream {
    opacity: 0;
    visibility: hidden;
}

.addThis_iconContact .box-item {
    position: relative;
}

.addThis_iconContact .box-item+.box-item {
    margin-top: 18px;
}

.addThis_iconContact .box-item .svgico {
    position: relative;
    z-index: 4;
    height: 48px;
    width: 48px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #ffffff;
    cursor: pointer;
    background: red;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    animation: pulse 2s infinite;
    animation: pulse 2s infinite;
}

.addThis_iconContact .box-item.item-livestream .svgico {
    background: #ff0000;
}

.addThis_iconContact .box-item.item-livestream:before,
.addThis_iconContact .box-item.item-livestream:after {
    background: #ff0000;
}

.addThis_iconContact .box-item:before,
.addThis_iconContact .box-item:after {
    position: absolute;
    content: "";
    height: 48px;
    width: 48px;
    left: 0;
    top: 0;
    background: #0d2b6b;
    border-radius: 50%;
}

.addThis_iconContact .box-item:before {
    animation: euiBeaconPulseSmall 2s infinite ease-out;
}

.addThis_iconContact .box-item:after {
    animation: euiBeaconPulseSmall 2s infinite ease-out 0.4s;
}

@media (max-width: 991px) {
    .addThis_iconContact {
        right: 10px;
        bottom: 100px;
    }
}

.listSharing_overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    z-index: -1;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.addThis_listing li {
    list-style: none;
}

@keyframes euiBeaconPulseSmall {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1;
    }

    50% {
        opacity: 0.6;
    }

    100% {
        -webkit-transform: scale(1.6);
        transform: scale(1.4);
        opacity: 0;
    }
}

@media (min-width: 1200px) {

    .fb_dialog.fb_dialog_advanced,
    .fb_dialog.fb_dialog_mobile {
        z-index: 999 !important;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }

    .addThis_listing .addThis_item.addThis_item__fbchat {
        display: none;
    }
}

@media (max-width: 991px) {
    .addThis_listSharing .listSharing_action {
        bottom: 206px;
        left: 14px;
        right: 14px;
        max-width: 100%;
    }

    .addThis_listing .addThis_item .addThis_item--icon svg {
        width: 28px;
        height: 28px;
    }

    .addThis_listing .addThis_item.addThis_item__fbchat {
        display: block;
    }

    .addThis_listSharing.active .listSharing_overlay {
        display: block;
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }
}

@keyframes iconSkew {
    0% {
        transform: rotate(0deg) scale(1) skew(1deg);
    }

    10% {
        transform: rotate(-25deg) scale(1) skew(1deg);
    }

    20% {
        transform: rotate(25deg) scale(1) skew(1deg);
    }

    30% {
        transform: rotate(-25deg) scale(1) skew(1deg);
    }

    40% {
        transform: rotate(25deg) scale(1) skew(1deg);
    }

    50% {
        transform: rotate(0deg) scale(1) skew(1deg);
    }

    100% {
        transform: rotate(0deg) scale(1) skew(1deg);
    }
}

.addThis_item .zalo-icon {
    width: 32px;
    height: 32px;
}

/* <!-- CALL ACTION --> */

.back-to-top {
    position: fixed;

    right: 16px;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 36px;
    height: 36px;
    font-size: 15px;
    line-height: 26px;
    border-radius: 50%;
    cursor: pointer;
    will-change: transform;

    bottom: 50px;
    background-color: #f09637;
    color: #fff;
}

.ft-imgs {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}

.ft-imgs a {
    display: block;
}

.ft-imgs img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

/* Ảnh 50% */
.ft-imgs .img-50 {
    grid-column: span 1;
}

/* Ảnh 100% */
.ft-imgs .img-100 {
    grid-column: span 2;
}

.back-to-top {
    position: fixed;
    right: 24px;
    bottom: 24px;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: #ff7a00;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 20px rgba(0, 0, 0, .25);
    cursor: pointer;
    z-index: 999;
    transition: all .3s ease;
}

/* hover nổi hơn */
.back-to-top:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 26px rgba(0, 0, 0, .35);
}

/* mũi tên */
.back-to-top .arrow {
    width: 14px;
    height: 14px;
    border-left: 3px solid #fff;
    border-top: 3px solid #fff;
    transform: rotate(45deg);
    margin-top: 6px;
}

.back-to-top {
    opacity: 0;
    pointer-events: none;
}

.back-to-top.show {
    opacity: 1;
    pointer-events: auto;
}

.back-to-top svg {
    width: 100%;
    height: 100%;
    transform: rotate(270deg);
}

.single-page {
    border-radius: 5px;
    padding: 20px;
    background: #fff;
    box-shadow: 1px 1px 20px 0px rgb(0 0 0 / 9%);
    margin-bottom: 20px;
}


/* Trang nhân sự */


.blog_doi_ngu .team-card {
    position: relative
}

.blog_doi_ngu .team-card .team-img {
    overflow: hidden;
    width: 100%;
    display: flex;
    -o-justify-content: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    -os-justify-content: center;
    -o-display: flex;
    -moz-display: flex;
    -webkit-display: flex;
    -os-display: flex;
    align-items: center;
    position: relative;
    height: auto !important;
    padding-bottom: 106.5%
}

.blog_doi_ngu .team-card .team-img img {
    /* width: auto !important; */
    width: 100%;
    max-height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    will-change: opacify;
    transform: scale(1);
    transition: all 0.5s ease
}

.blog_doi_ngu .team-card .team-card-content {
    position: absolute;
    bottom: 24px;
    left: 24px;
    right: 24px;
    background: rgba(23, 23, 23, 0.7);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    border-radius: 0px;
    padding: 18px 25px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media (max-width: 575px) {
    .blog_doi_ngu .team-card .team-card-content {
        padding: 18px 20px
    }
}

.blog_doi_ngu .team-card .team-card-content .media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: auto;
    width: 100%;
    text-align: start
}

.blog_doi_ngu .team-card .team-card-content .media .media-left {
    width: calc(100% - 50px)
}

.blog_doi_ngu .team-card .team-card-content .media .media-body {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none
}

.blog_doi_ngu .team-card .team-card-content .icon-btn {
    border: 0;
    background: var(--mainColor)
}

.blog_doi_ngu .team-card .team-card-content .icon-btn img {
    -webkit-filter: brightness(99) invert(0);
    filter: brightness(99) invert(0);
    -webkit-transition: 0.4s;
    transition: 0.4s
}

.blog_doi_ngu .team-card .team-card-content .icon-btn:hover {
    background: #fff
}

.blog_doi_ngu .team-card .team-card-content .icon-btn:hover img {
    -webkit-filter: none;
    filter: none
}

@media (max-width: 575px) {
    .blog_doi_ngu .team-card .team-card-content {
        bottom: 15px;
        left: 15px;
        right: 15px
    }
}

.blog_doi_ngu .team-card .box-title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 5px
}

.blog_doi_ngu .team-card .box-title a {
    color: #fff;
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}

.blog_doi_ngu .team-card .box-title a:hover {
    color: var(--mainColor)
}

.blog_doi_ngu .team-card .team-desig {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: -0.4em;
    display: block;
    color: #fff
}

.blog_doi_ngu .team-card .th-social {
    z-index: 1;
    border-radius: 0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    margin-top: auto;
    opacity: 0;
    visibility: hidden
}

.blog_doi_ngu .team-card .th-social a {
    display: inline-flex;
    text-align: center;
    padding: 0;
    color: #fff;
    border: 1px solid rgba(189, 189, 189, 0.5);
    margin: 0;
    background: transparent;
    justify-content: center;
    align-items: center
}

.blog_doi_ngu .team-card .th-social a svg {
    width: 14px;
    height: 14px
}

.blog_doi_ngu .team-card .th-social a svg path {
    fill: #fff
}

.blog_doi_ngu .team-card .th-social a:hover {
    color: #fff;
    background: var(--mainColor)
}

.blog_doi_ngu .team-card:hover .team-card-content {
    top: 24px;
    padding: 24px 25px
}

@media (max-width: 575px) {
    .blog_doi_ngu .team-card:hover .team-card-content {
        top: 15px;
        padding: 20px
    }
}

.blog_doi_ngu .team-card:hover .th-social {
    opacity: 1;
    visibility: visible
}

.blog_doi_ngu .team-card.style6 {
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 25px
}

.blog_doi_ngu .team-card.style6 .team-card-content {
    -webkit-mask-image: none;
    mask-image: none;
    border-radius: 16px;
    -ms-flex-line-pack: end;
    align-content: end
}

.blog_doi_ngu .team-card.style6 .team-card-content .media {
    margin-bottom: -25px;
    -ms-flex-item-align: self-end;
    align-self: self-end;
    -webkit-transition: 0.4s;
    transition: 0.4s
}

.blog_doi_ngu .team-card.style6 .team-card-content .th-social {
    margin-top: 0
}

.blog_doi_ngu .team-card.style6:hover .team-card-content {
    inset: 0;
    padding: 40px;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(23, 23, 23, 0)), to(rgba(23, 23, 23, 0.9)));
    background: linear-gradient(180deg, rgba(23, 23, 23, 0) 0%, rgba(23, 23, 23, 0.9) 100%);
    top: 0;
    -ms-flex-line-pack: end;
    align-content: end
}

.blog_doi_ngu .team-card.style6:hover .team-card-content .media {
    margin-bottom: 0
}

.blog_doi_ngu .team-card.style6:hover .th-social {
    margin-top: 30px
}

.blog_doi_ngu .icon-btn {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    background-color: transparent;
    text-align: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    border: none;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    position: relative;
    vertical-align: -20px
}

.blog_doi_ngu .th-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px
}

.blog_doi_ngu .th-social a {
    display: inline-block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    background-color: transparent;
    font-size: 14px;
    text-align: center;
    border-radius: 50%
}

.article_doi_ngu {
    padding-bottom: 0px
}

.article_doi_ngu .box_summary {
    display: block;
    margin: 15px 0px 25px
}

.article_doi_ngu .box_summary ul li {
    margin-bottom: 10px
}

.article_doi_ngu .box_summary ul li strong,
.article_doi_ngu .box_summary ul li b {
    font-weight: 600;
    min-width: 200px;
    display: inline-block
}

@media (max-width: 767px) {

    .article_doi_ngu .box_summary ul li strong,
    .article_doi_ngu .box_summary ul li b {
        min-width: 140px
    }
}

@media (max-width: 330px) {

    .article_doi_ngu .box_summary ul li strong,
    .article_doi_ngu .box_summary ul li b {
        min-width: 125px
    }
}

.article_doi_ngu .th-social a {
    display: inline-flex;
    text-align: center;
    padding: 0;
    color: var(--textColor);
    border: 1px solid rgba(189, 189, 189, 0.5);
    margin: 0;
    background: transparent;
    justify-content: center;
    align-items: center
}

.article_doi_ngu .th-social a svg {
    width: 16px;
    height: 16px
}

.article_doi_ngu .th-social a svg path {
    fill: var(--textColor)
}

.article_doi_ngu .th-social a:hover {
    color: #fff;
    background: var(--mainColor)
}

.article_doi_ngu .th-social a:hover svg path {
    fill: #fff
}

.article_doi_ngu .th-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px
}

.article_doi_ngu .th-social a {
    display: inline-block;
    width: 36px;
    height: 36px;
    line-height: 30px;
    background-color: transparent;
    font-size: 14px;
    text-align: center;
    border-radius: 50%
}

.article_doi_ngu .box_info_doi_ngu {
    margin: 30px 0px;
    display: block
}

.article_doi_ngu .box_info_doi_ngu .box_item_doingu {
    margin-bottom: 30px;
    display: block
}

.article_doi_ngu .box_info_doi_ngu .box_item_doingu .title_doingu {
    font-size: 30px;
    /* font-family: "Raleway", sans-serif; */
    color: var(--textColor);
    position: relative;
    background-color: #fff;
    z-index: 1;
    font-weight: 800;
    margin-bottom: 15px
}

@media (max-width: 1025px) {
    .article_doi_ngu .box_info_doi_ngu .box_item_doingu .title_doingu {
        font-size: 24px
    }
}

@media (max-width: 767px) {
    .article_doi_ngu .box_info_doi_ngu .box_item_doingu .title_doingu {
        font-size: 18px
    }
}

.article_doi_ngu .box_info_doi_ngu .box_item_doingu .progress-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 15px 0px;
    margin: 15px auto
}

.article_doi_ngu .box_info_doi_ngu .box_item_doingu .progress-item {
    text-align: left
}

.article_doi_ngu .box_info_doi_ngu .box_item_doingu .progress-item .label,
.article_doi_ngu .box_info_doi_ngu .box_item_doingu .progress-item .percent {
    display: inline-block;
    font-weight: bold;
    margin-bottom: 8px
}

.article_doi_ngu .box_info_doi_ngu .box_item_doingu .progress-item .percent {
    float: right
}

.article_doi_ngu .box_info_doi_ngu .box_item_doingu .progress-bar {
    height: 14px;
    background-color: #ffeedb;
    border-radius: 14px;
    overflow: hidden
}

.article_doi_ngu .box_info_doi_ngu .box_item_doingu .progress-fill {
    height: 100%;
    background-color: var(--mainColor);
    width: 0;
    transition: width 0.8s ease;
    border-radius: 14px
}

@media (max-width: 1024px) {
    .article_doi_ngu .box_info_doi_ngu .box_item_doingu .progress-grid {
        grid-template-columns: 1fr
    }
}

@media (max-width: 768px) {
    .article_doi_ngu .box_info_doi_ngu .box_item_doingu .progress-grid {
        grid-template-columns: 1fr;
        gap: 20px
    }

    .article_doi_ngu .box_info_doi_ngu .box_item_doingu .progress-item .label,
    .article_doi_ngu .box_info_doi_ngu .box_item_doingu .progress-item .percent {
        font-size: 14px
    }

    .article_doi_ngu .box_info_doi_ngu .box_item_doingu .progress-bar {
        height: 6px
    }
}

.article_doi_ngu .article_content_doi_ngu ul {
    list-style: initial;
    padding-left: 25px;
    margin-bottom: 15px
}

/* Tuyển dụng */
.post-meta-job span {
    background-color: #f1f1f1;
    padding: 3px 10px;
    border-radius: 3px;
    color: #000;
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 10px;
}

.post.recruitment-loop {
    background: #fff;
    padding: 20px;
    /* *border-radius: 15px;
    *box-shadow: 1px 1px 10px 0 rgba(172, 172, 172, 0.5); */
    margin-bottom: 20px;
    border: 1px solid #e1e8ee;
}

.post.recruitment-loop .readmore {
    color: #0688cc;
}

.post.recruitment-loop .post-title a,
.list-recruitment a {
    color: #0688cc;
}

.post.recruitment-loop .post-title {
    font-size: 1.25rem;
}

.single-recruitment {
    background: #fff;
    border-radius: 15px;
    padding: 20px;
    box-shadow: 1px 1px 10px 0 rgba(172, 172, 172, 0.5);
    margin-bottom: 20px;
    border-bottom: 1px solid #e1e8ee;
}

.single-recruitment .entry-content {
    padding-top: 1rem;
}

.list-recruitment .recruitment-title {
    padding: 10px 0;
    border-bottom: 1px dashed #e1e8ee;
}

.page-title.recruits {
    text-align: center;
}

.page-title {
    font-weight: bold;
    text-align: center;
}

#breadcrumbs {
    background: #fff;
    box-shadow: 0 1px 2px 0 rgba(60, 64, 67, 0.1),
        0 2px 6px 2px rgba(60, 64, 67, 0.15);
    display: flex;
    line-height: 30px;
    position: relative;
    width: 100%;
    margin-bottom: 20px;
    font-size: 0.9rem;
}

#breadcrumbs a {
    color: #000;
}

#breadcrumbs a:hover {
    color: var(--mainColor);
}

#breadcrumbs p {
    margin-bottom: 0;
}

.layout-blog {
    padding-bottom: 30px
}

.layout-blog .title-page {
    margin-bottom: 30px;
    display: block
}

.layout-blog .title-page .btxt_blog {
    text-align: center;
    display: block;
    font-size: 30px;
    color: var(--subColor);
    line-height: 1;
    position: relative;
    background-color: #fff;
    z-index: 1;
    margin-bottom: 30px
}

@media (max-width: 767px) {
    .layout-blog .title-page .btxt_blog {
        font-size: 20px
    }
}

.layout-blog .title-page .see_more_blog {
    font-weight: 600;
    color: var(--mainColor);
    font-size: 14px
}

@media (max-width: 767px) {
    .layout-blog .title-page .see_more_blog {
        display: none !important
    }
}

.layout-blog .title-page .see_more_blog:hover {
    color: var(--hover)
}

.layout-blog .d-md-none.text-center {
    text-align: center
}

.layout-blog .d-md-none.text-center .see_more_blog_mob {
    display: inline-block;
    border: 1px solid var(--mainColor);
    color: var(--mainColor);
    font-size: 14px;
    font-weight: 500;
    padding: 3px 15px;
    border-radius: 10px
}

.layout-blog .d-md-none.text-center .see_more_blog_mob:hover {
    border: 1px solid var(--hover);
    color: var(--hover)
}

.layout-blog .list-news .item_blog {
    display: block;
    position: relative;
    background: #fff;
    overflow: hidden;
    margin-bottom: 25px
}

.layout-blog .list-news .item_blog .update_date {
    display: flex;
    margin-bottom: 7px;
    font-size: 12px;
    color: #838383;
    /* justify-content: space-between */
}

.layout-blog .list-news .item_blog .update_date .user_name b {
    color: var(--mainColor);
    font-weight: 500
}

.layout-blog .list-news .item_blog .image-blog {
    padding-bottom: 63.5%;
    overflow: hidden;
    height: auto;
    display: block;
    position: relative;
    border-radius: 20px;
    background-color: #f8f8f8
}

.layout-blog .list-news .item_blog .image-blog::before {
    position: absolute;
    content: "";
    right: 0px;
    bottom: 0px;
    width: 174px;
    height: 66px;
    z-index: 1;
    background: url(../images/icon_date_sha.png) no-repeat
}

.layout-blog .list-news .item_blog .image-blog .user_date {
    position: absolute;
    bottom: 10px;
    right: 10px;
    background-color: var(--subColor);
    padding: 7px 33px;
    border-radius: 40px;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2
}

.layout-blog .list-news .item_blog .image-blog img {
    width: auto !important;
    max-height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    transition: .3s ease-in-out all;
    will-change: opacify;
    transform: scale(1.02)
}

.layout-blog .list-news .item_blog .blog_content {
    position: relative;
    width: 100%;
    padding: 10px 0px;
    background-color: #fff
}

.layout-blog .list-news .item_blog .blog_content h3 {
    margin-bottom: 7px;
    line-height: 22px
}

.layout-blog .list-news .item_blog .blog_content h3 a {
    color: var(--textColor);
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 44px
}

.layout-blog .list-news .item_blog .blog_content h3 a:hover {
    color: var(--mainColor)
}

@media (min-width: 767px) {
    .layout-blog .list-news .item_blog .blog_content .conten_info_blog {
        min-height: 73.8px
    }
}

.layout-blog .list-news .item_blog .blog_content .blog_description {
    color: var(--textColor);
    line-height: 20px;
    margin-bottom: 10px;
    word-break: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 40px
}

.layout-blog .list-news .item_blog .blog_content .read_more {
    font-weight: 600
}

.layout-blog .list-news .item_blog:hover .image-blog img {
    transform: scale(1.1)
}

.layout-blog .list-news .item_blog .read_more {
    color: #000;
}

.layout-blog .list-news .item_blog .read_more:hover {
    color: var(--mainColor);
}

.article-image {
    display: block
}

.article-image img {
    width: 100%;
    border-radius: 10px
}

.article-image p {
    margin-bottom: 0px
}

@media (min-width: 992px) {
    .row-cus {
        justify-content: center
    }
}

.box_img_cont .article-details {
    margin-top: -60px;
    background-color: #fff;
    padding: 30px;
    border-radius: 10px
}

@media (max-width: 767px) {
    .box_img_cont .article-details {
        margin-top: 15px;
        padding: 0px
    }
}

.navigation.pagination {
    justify-content: center;
}

span.page-numbers,
a.page-numbers {
    display: inline-block;
    font-weight: 400;
    /* float: left; */
    margin: 0 2.5px;
    margin-bottom: 5px;
    width: 36px;
    background: transparent;
    border: solid 1px #000;
    text-align: center;
    height: 36px;
    font-size: 14px;
    padding: 0;
    line-height: 34px;
    color: #000;
    text-decoration: none;
    border-radius: 50%;
}

span.page-numbers.current,
a.page-numbers:hover {
    background-color: var(--mainColor);
    color: #fff;
    border-color: var(--mainColor);
}

#wpshare247-single.post {
    background-color: #f2f2f2;
    padding-bottom: 30px;
}

.tbay-post .entry-title {
    font-size: 24px;
    font-weight: bold;
}

.mr-2,
.mx-2 {
    margin-right: .625rem !important;
}

.ml-2,
.mx-2 {
    margin-left: .625rem !important;
}

.comment-form-comment textarea {
    width: 100%;
}

.comment-form-author input,
.comment-form-email input,
.comment-form-comment textarea {
    border: 1px solid #00b8b3;
    width: 100%;
    border-radius: 5px;
}

.social-share-button a {
    font-weight: 700;
    display: inline-block;
    background: #00347c;
    width: 30px;
    height: 30px;
    color: #fff;
    line-height: 30px;
    text-align: center;
    border-radius: 50px;
    font-size: 1rem;
}

.social-share-button a:hover {
    background: var(--mainColor);
}

#related .related-title {
    font-size: 24px;
    font-weight: bold;
}

#related img {
    border-radius: 0.75rem;
}

#related .post-title {
    font-size: 18px;
    font-weight: 600;
    color: #000;
}

#related .post-title:hover {
    color: #e49031;
}

/* .banner-contact img{
    border-radius: 0.75rem;
} */
.post-item img {
    border-radius: 0.75rem;
}

.support-product {
    width: 100%;
    padding: 10px;
    border-radius: 20px;
    background: #f8f8f8
}

@media (max-width: 767px) {
    .support-product {
        margin-top: 20px
    }
}

.support-product .title {
    width: 100%;
    text-align: center;
    font-size: 14px;
    margin: 0;
    font-weight: 700
}

@media (max-width: 1025px) {
    .support-product .title {
        font-size: 13px
    }
}

.support-product .image {
    height: 150px;
    display: block;
    position: relative
}

.support-product .image img {
    width: auto !important;
    max-height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto
}

.support-product .title2 {
    width: 100%;
    text-align: center;
    font-size: 14px;
    line-height: 23px;
    margin: 0;
    font-weight: normal
}

@media (max-width: 1025px) {
    .support-product .title2 {
        font-size: 12px
    }
}

.support-product .phone {
    width: 100%;
    margin-top: 5px;
    display: block;
    text-align: center;
    line-height: 1.1
}

.support-product .phone a {
    font-size: 29px;
    font-weight: 800;
    color: var(--mainColor);
    text-decoration: none
}

@media (max-width: 1025px) {
    .support-product .phone a {
        font-size: 24px
    }
}

.support-product .phone a:hover {
    color: var(--subColor)
}

.support-product .or {
    width: 100%;
    margin: 0px 0 10px;
    color: #7a7d8d;
    text-align: center;
    line-height: 1.1
}

.support-product .or span {
    display: inline-block;
    background: #fbfbfb;
    padding: 0 10px;
    transform: translateY(50%);
    font-size: 13px
}

.support-product .or:after {
    display: block;
    content: "";
    width: 100%;
    height: 1px;
    background: #ededed
}

.support-product .title3 {
    width: 100%;
    text-align: center;
    font-size: 14px;
    margin: 0;
    font-weight: 700
}

.support-product .chat {
    text-align: center;
    margin-top: 10px;
    font-size: 16px;
    position: relative;
    font-weight: 600;
    padding: 5px 20px;
    border-radius: 30px;
    display: inline-block;
    width: 100%;
    background: #0d6efd;
    color: #fff
}

.support-product .chat:hover {
    background: var(--mainColor)
}

/* Trang dự án */
.blog-duan .item_project {
    position: relative;
    background-color: #f7f7f7;
    border-radius: 20px;
    overflow: hidden;
    display: block;
    margin-bottom: 20px;
    height: calc(100% - 20px)
}

@media (max-width: 767px) {
    .blog-duan .item_project {
        margin-bottom: 15px
    }
}

.blog-duan .item_project .image-blog {
    overflow: hidden;
    display: flex;
    -o-justify-content: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    -os-justify-content: center;
    -o-display: flex;
    -moz-display: flex;
    -webkit-display: flex;
    -os-display: flex;
    align-items: center;
    position: relative;
    height: auto !important;
    width: 100%;
    min-width: 100%;
    /* padding-bottom: 52%; */
    background-color: #f5f5f5;
    border-radius: 20px
}

.blog-duan .item_project .image-blog img {
    width: auto;
    max-height: 100%;
    /* position: absolute; */
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    object-fit: contain;
    transition: 0.5s all;
    border-radius: 20px;
}

.blog-duan .item_project .blog_content {
    position: absolute;
    background-color: #fff;
    border-radius: 10px;
    text-align: left;
    position: relative;
    top: 0px;
    left: 0px;
    border: 0px;
    max-width: 100%;
    background-color: transparent;
    padding: 10px
}

.blog-duan .item_project .blog_content h3 {
    font-size: 20px;
    margin-bottom: 5px;
    font-weight: 800;
    /* font-family: "Raleway", sans-serif */
}

@media (max-width: 1025px) {
    .blog-duan .item_project .blog_content h3 {
        font-size: 18px
    }
}

@media (max-width: 600px) {
    .blog-duan .item_project .blog_content h3 {
        font-size: 16px;
    }
}

.blog-duan .item_project .blog_content .box_tag_event {
    display: block;
    margin-top: 5px
}

.blog-duan .item_project .blog_content .box_tag_event .item_tag {
    display: flex;
    align-items: center;
    margin-bottom: 10px
}

@media (max-width: 1025px) {
    .blog-duan .item_project .blog_content .box_tag_event .item_tag {
        margin-bottom: 7px
    }
}

.blog-duan .item_project .blog_content .box_tag_event .item_tag .icon_cont {
    display: block;
    margin-right: 5px
}

.blog-duan .item_project .blog_content .box_tag_event .item_tag .icon_cont svg {
    width: 20px;
    height: 20px
}

.blog-duan .item_project .blog_content .box_tag_event .item_tag .icon_cont svg path {
    fill: var(--mainColor)
}

.blog-duan .item_project .blog_content .box_tag_event .item_tag .title_event {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: var(--mainColor);
    font-weight: bold
}

.blog-duan .item_project .blog_content .box_tag_event .item_tag .title_event b {
    color: var(--textColor)
}

.blog-duan .item_project .blog_content .button-more {
    transition: all 0.3s ease-in-out;
    font-size: 14px;
    font-weight: 400;
    border-radius: 40px;
    border: 1px solid #b8b8b8;
    padding: 3px 10px;
    margin: 5px 0px 0px;
    display: inline-block
}

.blog-duan .item_project .blog_content .button-more svg {
    margin-left: 5px;
    width: 13px;
    height: 13px;
    vertical-align: -1px
}

.blog-duan .item_project .blog_content .button-more svg path {
    fill: var(--subColor);
    transition: all 0.3s ease-in-out
}

.blog-duan .item_project .blog_content .button-more:hover {
    background-color: var(--mainColor);
    border-color: var(--mainColor);
    color: #fff
}

.blog-duan .item_project .blog_content .button-more:hover svg path {
    fill: #fff
}

.blog-duan .item_project:hover .image-blog img {
    transform: scale(1.1)
}

.article_doi_ngu {
    padding-bottom: 0px
}

.article_doi_ngu .box_summary {
    display: block;
    margin: 15px 0px 25px
}

.article_doi_ngu .box_summary ul li {
    margin-bottom: 10px
}

.article_doi_ngu .box_summary ul li strong,
.article_doi_ngu .box_summary ul li b {
    font-weight: 600;
    min-width: 200px;
    display: inline-block
}

@media (max-width: 767px) {

    .article_doi_ngu .box_summary ul li strong,
    .article_doi_ngu .box_summary ul li b {
        min-width: 140px
    }
}

@media (max-width: 330px) {

    .article_doi_ngu .box_summary ul li strong,
    .article_doi_ngu .box_summary ul li b {
        min-width: 125px
    }
}

.article_doi_ngu .th-social a {
    display: inline-flex;
    text-align: center;
    padding: 0;
    color: var(--textColor);
    border: 1px solid rgba(189, 189, 189, 0.5);
    margin: 0;
    background: transparent;
    justify-content: center;
    align-items: center
}

.article_doi_ngu .th-social a svg {
    width: 16px;
    height: 16px
}

.article_doi_ngu .th-social a svg path {
    fill: var(--textColor)
}

.article_doi_ngu .th-social a:hover {
    color: #fff;
    background: var(--mainColor)
}

.article_doi_ngu .th-social a:hover svg path {
    fill: #fff
}

.article_doi_ngu .th-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px
}

.article_doi_ngu .th-social a {
    display: inline-block;
    width: 36px;
    height: 36px;
    line-height: 30px;
    background-color: transparent;
    font-size: 14px;
    text-align: center;
    border-radius: 50%
}

.article_doi_ngu .box_info_doi_ngu {
    margin: 30px 0px;
    display: block
}

.article_doi_ngu .box_info_doi_ngu .box_item_doingu {
    margin-bottom: 30px;
    display: block
}

.article_doi_ngu .box_info_doi_ngu .box_item_doingu .title_doingu {
    font-size: 3rem;
    /* font-family: "Raleway", sans-serif; */
    color: var(--textColor);
    position: relative;
    background-color: #fff;
    z-index: 1;
    font-weight: 800;
    margin-bottom: 15px
}

@media (max-width: 1025px) {
    .article_doi_ngu .box_info_doi_ngu .box_item_doingu .title_doingu {
        font-size: 2.4rem
    }
}

@media (max-width: 767px) {
    .article_doi_ngu .box_info_doi_ngu .box_item_doingu .title_doingu {
        font-size: 1.8rem
    }
}

.article_doi_ngu .box_info_doi_ngu .box_item_doingu .progress-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 15px 0px;
    margin: 15px auto
}

.article_doi_ngu .box_info_doi_ngu .box_item_doingu .progress-item {
    text-align: left
}

.article_doi_ngu .box_info_doi_ngu .box_item_doingu .progress-item .label,
.article_doi_ngu .box_info_doi_ngu .box_item_doingu .progress-item .percent {
    display: inline-block;
    font-weight: bold;
    margin-bottom: 8px
}

.article_doi_ngu .box_info_doi_ngu .box_item_doingu .progress-item .percent {
    float: right
}

.article_doi_ngu .box_info_doi_ngu .box_item_doingu .progress-bar {
    height: 14px;
    background-color: #ffeedb;
    border-radius: 14px;
    overflow: hidden
}

.article_doi_ngu .box_info_doi_ngu .box_item_doingu .progress-fill {
    height: 100%;
    background-color: var(--mainColor);
    width: 0;
    transition: width 0.8s ease;
    border-radius: 14px
}

@media (max-width: 1024px) {
    .article_doi_ngu .box_info_doi_ngu .box_item_doingu .progress-grid {
        grid-template-columns: 1fr
    }
}

@media (max-width: 768px) {
    .article_doi_ngu .box_info_doi_ngu .box_item_doingu .progress-grid {
        grid-template-columns: 1fr;
        gap: 20px
    }

    .article_doi_ngu .box_info_doi_ngu .box_item_doingu .progress-item .label,
    .article_doi_ngu .box_info_doi_ngu .box_item_doingu .progress-item .percent {
        font-size: 14px
    }

    .article_doi_ngu .box_info_doi_ngu .box_item_doingu .progress-bar {
        height: 6px
    }
}

.article_doi_ngu .article_content_doi_ngu ul {
    list-style: initial;
    padding-left: 25px;
    margin-bottom: 15px
}

.box_tag_sharing {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 15px 0px
}

.article-image-doi-ngu {
    overflow: hidden;
    display: flex;
    -o-justify-content: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    -os-justify-content: center;
    -o-display: flex;
    -moz-display: flex;
    -webkit-display: flex;
    -os-display: flex;
    align-items: center;
    position: relative;
    height: auto !important;
    width: 100%;
    min-width: 100%;
    padding-bottom: 106.5%;
    background-color: #f5f5f5;
    border-radius: 20px;
    margin-bottom: 20px
}

.article-image-doi-ngu img {
    width: auto;
    max-height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    object-fit: contain;
    transition: 0.5s all
}

.tbay-list-post {
    margin-bottom: 2rem;
}
.tbay-list-post .post-title{
    font-size: 18px;
}

.tbay-list-post .post-title a {
    color: #000;
}

.tbay-list-post .post-title a:hover {
    color: var(--mainColor);
}

.team-title{
    color: var(--mainColor);
}

/* #tbay-list-post .slick-track {
    margin-left: -10px;
    margin-right: -10px;
} */
.tbay-list-post .post-item {
    padding: 0 10px;
}

.cat-description {
    box-shadow: 1px 1px 20px 0px rgb(0 0 0 / 20%);
    margin: 30px 0;
    padding: 15px;
    border-radius: 5px;
    overflow: hidden;
    border-color: rgb(237 152 68);
}




/* .woocommerce ul.products.columns-5 li.product {
    width: 19.5%;
    margin: 0 0.5% 2.992em 0;
}
.woocommerce ul.products.columns-5 li.last, .woocommerce-page ul.products.columns-5 li.last{
    margin-right: 0 !important;
} */

.woocommerce nav.woocommerce-pagination ul {
    border: unset;
}

.woocommerce-pagination a.page-numbers {
    padding-right: 5px;
}

.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
    background-color: var(--mainColor);
    color: #fff;
    border-color: var(--mainColor);
}

.woocommerce nav.woocommerce-pagination ul li {
    border-right: none;
    margin-right: 5px;
}

.post-related-item img {
    border-radius: 20px;

}

.post-related-item .title a {
    color: #000;
    font-size: 20px;

}

.post-related-item .title a:hover {
    color: var(--mainColor);
}

.related-title {
    font-size: 24px;
    position: relative;
}

.related-title::before{
    width: 50px;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: -3px;
    background: #0c8342;
    content: "";
    display: block;
}

.group-title-col {
    margin-bottom: 10px;
    box-shadow: rgba(60, 64, 67, 0.1) 0px 0px 2px 0px, rgba(60, 64, 67, 0.25) 0px 0px 6px 0px;
    padding: 10px;
    border-radius: 10px;
}

.group-title-col .thumb-image {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding-bottom: 100%;
    height: auto !important;
    overflow: hidden;
}

.group-title-col .thumb-image img {
    max-height: 100%;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    width: auto !important;
    margin: auto;
}

.group-title-col .content .title-page {
    color: rgb(227, 130, 33);

    margin-bottom: 10px;
    font-size: 30px;
    line-height: normal;
    padding-bottom: 0px;
    display: block;
}

.group-title-col .content .rte {
    color: rgb(51, 51, 51);
    font-size: 15px;
}

.categoryPagesub {
    margin-bottom: 10px;
}

.danhmuc-slider .categorysub {
    text-align: left;
    display: flex;
    align-items: center;
    background: rgb(255, 255, 255);
    padding: 5px;
    margin: 0px;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(60, 64, 67, 0.25);
    border-image: initial;
    border-radius: 10px;
}

.danhmuc-slider .categorysub .thumb {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 60px;
    height: 60px;
    min-width: 60px;
    overflow: hidden;
}

.danhmuc-slider .thumb img {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.danhmuc-slider .categorysub h3 {
    margin-left: 10px;
    font-weight: 600;
    font-size: 13px;
    color: rgb(0, 0, 0);
    margin-top: 10px;
    height: auto !important;
}

.danhmuc-slider .categorysub .count {
    display: block;
    color: rgb(237, 152, 68);
}

.danhmuc-slider .item {
    padding: 0 5px;
}

.danhmuc-slider .slick-track {
    margin-left: -5px;
    margin-right: -5px;
}

.btmContent-woo {
    box-shadow: 1px 1px 20px 0px rgb(0 0 0 / 20%);
    margin: 30px 0;
    padding: 15px;
    border-radius: 5px;
    overflow: hidden;
    border-color: rgb(237 152 68);
}

.featured-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 0;
    border-bottom: 1px dashed #ddd;
}

.featured-item:last-child {
    border-bottom: none;
}

.featured-thumb {
    flex-shrink: 0;
    width: 135px;
    height: 97.5px;
    border-radius: 8px;
    overflow: hidden;
}

.featured-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.featured-post-title {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
    margin: 0;
}

.featured-post-title a {
    color: #000;
    text-decoration: none;
    transition: color 0.2s ease;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.featured-post-title a:hover {
    color: var(--mainColor);
}

.featured-info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 97.5px;
    /* bằng chiều cao ảnh */
}


.side-widget {
    padding-bottom: 20px;
}

/* .single-product .site-main{
    background-color: #f2f2f2;
} */
.p-product-featured {
    background-color: #fff;
    border: 1px solid #0c8342;
}

.p-product-featured-heading {
    background-color: #0c8342;
    color: #fff;
    left: 10px;
    top: -12px;
}

.woocommerce div.product .product_title {
    font-size: 24px;
}

.woocommerce-Tabs-panel {
    border: 1px solid #0c8342
}

.gform-call-back {
    background: #fff4de;
    border: 1px solid #f97d10;
    border-radius: 6px;
    margin-top: 1rem;
}

.input-call-back__heading {
    color: #f97d10;
}

.gform-call-back .input-group {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    width: 100%;
}

.gform-call-back p {
    margin-bottom: 0;
}

.input-group-append,
.input-group-prepend {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.input-group-prepend {
    margin-right: -1px;
}

.input-group-text {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #e9ecef;
    border: 1px solid #f2f2f2;
    border-radius: .75rem;
    color: #495057;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 0;
    padding: .375rem .75rem;
    text-align: center;
    white-space: nowrap;
}

.gform-call-back .form-control {
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid #f2f2f2;
    border-radius: .75rem;
    color: #495057;
    display: block;
    font-size: 1rem;
    font-weight: 400;
    height: calc(1.5em + .75rem + 2px);
    line-height: 1.5;
    padding: .375rem .75rem;
    -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    width: 100%;
}

#gform.gform-call-back form p {
    margin-bottom: 0;
}

#gform.gform-call-back form .input-group>p {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin-bottom: 0;
    min-width: 0;
    position: relative;
    width: 1%;
}

#gform.gform-call-back form .p-1>p {
    text-align: right;
}

#gform.gform-call-back form .wpcf7-spinner {
    /* position: absolute;
    right: 1rem;
    bottom: -1rem; */
    position: absolute;
    right: 4rem;
    bottom: 2.5rem;
}

#gform.gform-call-back .wpcf7 form.sent .wpcf7-response-output,
#gform.gform-call-back .wpcf7 form.failed .wpcf7-response-output,
#gform.gform-call-back .wpcf7 form.aborted .wpcf7-response-output {
    color: #000;
}

.inventory_quantity {
    font-size: 16px;
    margin-bottom: 10px;
}

.inventory_quantity .thump-break {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-weight: 600;
}

.inventory_quantity .thump-break .mb-break {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}


.inventory_quantity .thump-break .a-stock,
.inventory_quantity .thump-break .a-vendor,
.inventory_quantity .thump-break .variant-sku {
    color: #e38221;
}


.header-mobile {
    background: #0f3b63;
    height: 56px;
    width: 100%;
}

.offcanvas-header {
    background: #0f3b63;
}

/* reset chỉ trong header */
.header-mobile * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.header-mobile .header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    padding: 0 12px;
}

/* MENU ICON */
.header-mobile .menu-toggle {
    width: 36px;
    height: 36px;
    background: none;
    border: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 4px;
    cursor: pointer;
}

.header-mobile .menu-toggle span {
    display: block;
    height: 2px;
    width: 20px;
    background: #fff;
}

/* LOGO */
.header-mobile .logo img {
    height: 32px;
    display: block;
}

/* ACTIONS */
.header-mobile .header-actions {
    display: flex;
    align-items: center;
    gap: 12px;
}

.header-mobile .action-btn {
    position: relative;
    color: #fff;
    font-size: 20px;
    text-decoration: none;
}

/* CART COUNT */
.header-mobile .cart-count {
    position: absolute;
    top: -6px;
    right: -8px;
    background: #ff3b3b;
    color: #fff;
    font-size: 11px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#mobile-menu {
    padding-left: 0;
}

.menu-main.offcanvas-menu li {
    display: block;
}

.menu-main.offcanvas-menu li:hover {
    background-color: var(--mainColor);
}

.menu-main.offcanvas-menu li a {
    color: #000;
}

.menu-main.offcanvas-menu li:hover a {
    color: #fff;
}

/* CANVAS */
#searchCanvas {
    height: 100vh;
    width: 100%;
    background: rgba(0, 0, 0, .2);
    backdrop-filter: blur(4px);
}

/* BODY CENTER */
#searchCanvas .offcanvas-body {
    position: relative;
    display: flex;
    align-items: center;
}

/* CLOSE BUTTON (GÓC PHẢI) */
.search-close {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 36px;
    height: 36px;
    border: 0;
    background: transparent;
    color: #fff;
    font-size: 28px;
    cursor: pointer;
}

#searchCanvas .search-form {
    width: 100%;
}

/* Chi tiết dự án */

.box_info_du_an {
    background-color: #ffeedb;
    padding: 30px;
    border-radius: 20px;
    display: block;
    margin-bottom: 25px;
    margin-top: 25px;
}

.box_info_du_an h2 {
    display: block;
    font-size: 20px;
    /* font-family: "Raleway", sans-serif; */
    color: var(--subColor);
    line-height: 1;
    position: relative;
    z-index: 1;
    margin-bottom: 15px;
    font-weight: 800
}

@media (max-width: 767px) {
    .box_info_du_an h2 {
        font-size: 1.8rem
    }
}

.box_info_du_an .item_tag {
    display: flex;
    align-items: center;
    /* margin-bottom: 15px; */
    border-bottom: 1px solid #E4E4E4;
    /* padding-bottom: 15px */
}

/* @media (max-width: 1025px) {
    .box_info_du_an .item_tag {
        margin-bottom:7px
    }
} */

.box_info_du_an .item_tag:last-child {
    margin-bottom: 0px;
    border-bottom: none;
    padding-bottom: 0px
}

.box_info_du_an .item_tag .icon_cont {
    display: block;
    margin-right: 10px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center
}

.box_info_du_an .item_tag .icon_cont svg {
    width: 26px;
    height: 26px
}

.box_info_du_an .item_tag .icon_cont svg path {
    fill: var(--mainColor)
}

.box_info_du_an .item_tag .title_event {
    color: var(--mainColor);
    font-weight: bold
}

.box_info_du_an .item_tag .title_event b {
    color: var(--textColor);
    display: block
}


blockquote {
    background: #fffdf1;
    border: 2px dashed #f2c94c;
    padding: 15px;
    text-align: justify;
}

.error-404 {
    padding-top: 30px;
    padding-bottom: 30px;
}

@media (max-width:575px) {
    .error-404 {
        padding-top: 50px
    }
}

.error-404 img {
    display: block;
    margin: 0 auto;
    max-width: 575px
}

@media (max-width:575px) {
    .error-404 img {
        max-width: 100%
    }
}

.error-404 .page-title {
    font-size: 22px;
    text-align: center;
    font-weight: 700;
    margin: 0;
    text-transform: none;
    color: #000;
    margin-bottom: 15px
}

.error-404 .page-title:after {
    display: none
}

.error-404 .go-to-home {
    display: block;
    width: 150px;
    background-color: #00347c;
    color: #fff;
    font-weight: 700;
    border-radius: 4px;
    padding: 10px 15px;
    margin: 0 auto
}

.error-404 .go-to-home:hover {
    background-color: #ed1c24;
    color: #fff
}


.home-banner-slider .slick-prev:before,
.home-banner-slider .slick-next:before {
    content: none !important;
}

.home-banner-slider .tbay-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;

    width: 46px;
    height: 46px;
    border-radius: 50%;

    background: rgba(0, 0, 0, 0.2);
    border: 1px solid #fff;
    cursor: pointer;
    color: #fff;

    display: flex;
    align-items: center;
    justify-content: center;

    transition: all 0.3s ease;
    font-size: 23px;
}

/* Hover */
.home-banner-slider .tbay-arrow:hover {
    border: 1px solid var(--mainColor);
    transform: translateY(-50%) scale(1.1);
}

.home-banner-slider .tbay-arrow:hover i {
    color: var(--mainColor);
}

/* Position */
.home-banner-slider .tbay-prev {
    left: 20px;
}

.home-banner-slider .tbay-next {
    right: 20px;
}

/* Ẩn icon mặc định */
.slick-prev:before,
.slick-next:before {
    display: none;
}

/* Style chung */
.slick-prev,
.slick-next {
    width: 48px;
    height: 48px;
    background: #ffffff;
    border-radius: 50%;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
    display: flex !important;
    align-items: center;
    justify-content: center;
    transition: all .3s ease;
    z-index: 10;
}

/* Hover */
.slick-prev:hover,
.slick-next:hover {
    background: #f36b21;
    /* transform: scale(1.1); */
}

/* Icon mũi tên */
.slick-prev::after,
.slick-next::after {
    content: "";
    width: 10px;
    height: 10px;
    border-top: 2px solid #333;
    border-right: 2px solid #333;
    transform: rotate(-135deg);
    transition: .3s;
}

/* Next arrow */
.slick-next::after {
    transform: rotate(45deg);
}

/* Hover đổi màu icon */
.slick-prev:hover::after,
.slick-next:hover::after {
    border-color: #fff;
}

/* Vị trí */
.slick-prev {
    left: 20px;
}

.slick-next {
    right: 20px;
}




.accordion-button:focus {
    border: none;
    box-shadow: none;
}

.list_tag {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.article-title {
    font-weight: bold;
}


.faq-form textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 5px;
    border: 1px solid #DCDCDC;
    border-radius: 10px;
}

.faq-form input {
    width: 100%;
    padding: 10px;
    border: 1px solid #DCDCDC;
    border-radius: 10px;
}

.faq-form input[type="submit"] {
    background: #103a5f;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 6px 22px;
    /* làm nút thấp & gọn */
    border-radius: 8px;
    /* bo tròn như ảnh 1 */
    width: auto;
    transition: all 0.3s ease;
}

.hoidap-form {
    background: #fff;
    padding: 20px;
    border-radius: 12px;
    margin-right: 10px;
    margin-bottom: 10px;

    box-shadow:
        0 8px 12px rgba(0, 0, 0, 0.15),
        0 3px 6px rgba(0, 0, 0, 0.1);
}

.giaidap-form {
    background: #fff;
    padding: 20px;
    border-radius: 12px;
    margin-bottom: 10px;

    box-shadow:
        0 8px 12px rgba(0, 0, 0, 0.15),
        0 3px 6px rgba(0, 0, 0, 0.1);
}

.faq-container {
    margin-bottom: 20px;
}

.lienhe-form textarea {
    width: 100%;
    border-radius: 10px;
    border: 1px solid #DCDCDC;
    padding: 10px;
}

.lienhe-form input {
    width: 100%;
    border-radius: 10px;
    border: 1px solid #DCDCDC;
    padding: 10px;
}

.lienhe-form input[type="submit"] {
    background: #103a5f;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 6px 22px;
    border-radius: 999px;
    width: auto;
    /* BỎ width:70px */
    border-width: 1px;
}

.lienhe-container {
    background: #fff;
    padding: 20px;
    border-radius: 12px;

    box-shadow:
        0 8px 12px rgba(0, 0, 0, 0.15),
        0 3px 6px rgba(0, 0, 0, 0.1);
}


.home-gallery-slider.no-slider {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(380px, 1fr));
}

.section_brands .img_brand,
.home-brand .img_brand img {
    border: 1px solid var(--mainColor);
}

.section_brands .img_brand:hover,
.home-brand .img_brand img:hover {
    border: 1px solid #000;
}

.wpshare247-entry-header>.entry-title {
    font-weight: 700;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
    border: 1px solid #ddd;
}

.woocommerce ul.products li.product:hover,
.woocommerce-page ul.products li.product:hover {
    border: 1px solid var(--mainColor);
}


@media only screen and (max-width: 767px) {

    .section_brands .img_brand,
    .home-brand .img_brand img {
        border: 1px solid var(--mainColor);
    }

    .section_brands .img_brand:hover,
    .home-brand .img_brand img:hover {
        border: 1px solid #000;
    }

    .woocommerce ul.products li.product,
    .woocommerce-page ul.products li.product {
        border: 1px solid #ddd;
    }

    .woocommerce ul.products li.product:hover,
    .woocommerce-page ul.products li.product:hover {
        border: 1px solid var(--mainColor);
    }

}

.home-banner-slider.slick-dotted.slick-slider {
    margin-bottom: -5px;
}

.home-gallery-slider .slick-slide>div {
    display: flex;
    flex-direction: column;
}


@media only screen and (max-width: 500px) {
    .gap-150 {
        height: 50px;
    }
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price, .woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price{
    color: var(--mainColor);
    font-size: 1.5rem;
}

.list-title{
    text-align: center;
}

.wpshare247-filter-product-sb .widget {
    position: relative;
    margin-right: 20px;
    max-width: 316px;
}

.wpshare247-filter-product-sb .widget-title{
    align-items: center;
    color: #444;
    cursor: pointer;
    display: flex;
    font-size: 14px;
    margin: 0 10px 10px 0;
    white-space: nowrap;
}
.wpshare247-filter-product-sb .widget-title + * {
    border-radius: 4px;
    top: 42px;
    min-width: 160px;
}

.wpshare247-filter-product-sb .woocommerce-widget-layered-nav-list {
    display: flex;
    flex-wrap: wrap;
}

.wpshare247-filter-product-sb .woocommerce-widget-layered-nav-list li {
    font-size: 14px;
    align-items: center;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    color: #333;
    justify-content: center;
    line-height: 17px;
    margin-bottom: 10px;
    margin-right: 10px;
    padding: 8px 9px !important;
}

.product-tab-scroll{
    position: relative;
}

.product-tab-scroll .nav-tabs{
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
    scrollbar-width: none;
}

.product-tab-scroll .nav-tabs::-webkit-scrollbar{
    display: none;
}

/* arrow */

.tab-arrow{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: none;
    background: #fff;
    box-shadow: 0 2px 6px rgba(0,0,0,0.15);
    cursor: pointer;
    z-index: 10;
}

.tab-prev{
    left: -10px;
}

.tab-next{
    right: -10px;
}

.tab-arrow i{
    font-size: 14px;
}