.pb-60, .py-60 {
    padding-bottom: 15px !important;
}

.pt-60, .py-60 {
    padding-top: 15px !important;
}

.mt-60, .my-60 {
    margin-top: 60px !important;
}

.mb-60, .my-60 {
    margin-bottom: 20px !important;
}

.py-20 {
    padding: 2rem 0;
}

.rounded-8 {
    border-radius: 8px;
}

.font-weight-600 {
    font-weight: 600;
}

header {
    padding-bottom: 80px;
}

.setting-menu {
    position: fixed;
    top: 0;
    left: 0;
    height: 80px;
    z-index: 99;
}

.logo-section img {
    max-height: 70px;
}

@media (min-width: 1000px) {
    .header-top .menu-section > ul > li {
        height: 80px;
        line-height: 30px;
    }

    .header-top .wishlist-header {
        margin-right: 1.5rem;
    }

    .header-top .menu-section > ul > li > a {
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        background: transparent;
        color: var(--color-main);
        position: relative;
        padding: 0;
    }

    .header-top .menu-section > ul > li > a:before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        height: 4px;
        background-color: var(--color-highlight);
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        top: -4px;
        opacity: 0;
        visibility: hidden;
    }

    .header-top .menu-section > ul > li > a:hover:before {
        top: 0;
        opacity: 1;
        visibility: visible;
    }
}

.setting-menu > .container > .row > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.phone-header a, .btn-read__more , .btn-read__less {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -0.23px;
    color: white;
    background-color: var(--color-main);
    border: 1px solid #A6B0C3;
    padding: 1.4rem 2rem;
    border-radius: 3px;
    display: inline-block;
    transition: all .3s ease;
}

.phone-header a:hover, .btn-read__more:hover , .btn-read__less:hover {
    color: var(--color-highlight);
    border-color: var(--color-highlight);
    background: white;
}

.btn-mini-wishlist .items-number {
    right: -6px;
    top: -6px;
    padding: 0px 4px;
    font-size: 10px;
}

img.flag-icon {
    width: 2.5rem;
    height: 2rem;
}

/*css icon search*/
.entire-action-header .btn-action-header {
    color: var(--black) !important;
    padding: 0;
}

.entire-action-header .btn-action-header:hover {
    color: var(--white);
}

.btn-action-header {
    display: inline-block;
    padding: 12px 14px 11px;
}

.btn-action-header i {
    font-size: 22px;
    color: var(--black);
}

.entire-action-header {
    position: relative;
}

.entire-action-header .form-dropdown {
    position: absolute;
    padding: 10px;
    background-color: var(--white);
    width: 350px;
    top: 100%;
    left: auto;
    right: 0;
    z-index: 1000;
    margin-bottom: 0;
    -webkit-animation: nav_menu_anim_close 0.3s both;
    -o-animation: nav_menu_anim_close 0.3s both;
    animation: nav_menu_anim_close 0.3s both;
    -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    opacity: 0;
    filter: opacity(0);
    visibility: hidden;
    -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
}

.entire-action-header:hover .form-dropdown {
    -webkit-animation: nav_menu_anim_open 0.3s both;
    -o-animation: nav_menu_anim_open 0.3s both;
    animation: nav_menu_anim_open 0.3s both;
    opacity: 1;
    filter: opacity(1);
    visibility: visible;
    pointer-events: unset;
}

.search-section .btn-submit {
    padding: 0 0.75rem !important;
    font-size: 13px;
}

/*css icon search*/
.slider-section {
    height: auto;
    margin-bottom: 0px;
}

.slider-section .item img {
    max-height: 100% !important;
    height: 44vw !important;
}

.fix {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    z-index: 9999 !important;
    -webkit-transition: position 0.4s;
    -o-transition: position 0.4s;
    transition: position 0.4s;
    -webkit-animation: affix-menu 1s;
    animation: affix-menu 1s;
}

@-webkit-keyframes affix-menu {
    from {
        position: fixed;
        top: -50px;
    }

    to {
        position: fixed;
        top: 0;
    }
}

@keyframes affix-menu {
    from {
        position: fixed;
        top: -50px;
    }

    to {
        position: fixed;
        top: 0;
    }
}

.header-top {
    background: #fff;
    display: block;
    width: 100%;
    box-shadow: 0px -0.5px 0px 0px #CFD6E4 inset;
}

.menu-container {
    float: left;
}

.search-section {
    float: right;
}

.language-section {
    margin-right: 1.5rem;
}

.language-section .img-language {
    width: 15px;
    height: 13px;
    object-fit: cover;
}

.bk-project {
    background: #f4f4f4;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.box-title {
    position: relative;
    overflow: hidden;
    width: 100%;
    text-align: center;
}

.box-title h3 , .box-title h1 {
    position: relative;
    display: inline-block;
    padding: 0 15px;
    letter-spacing: 0;
    color: var(--white);
    text-transform: uppercase;
    margin-bottom: 0px;
    font-size: 2.8rem;
}

.box-title h3:before, .box-title h3:after , .box-title h1:before, .box-title h1:after {
    position: absolute;
    content: '';
    top: calc( 60% - 2px);
    height: 1px;
    width: 100vw;
    background: #d7d7d7;
}

.box-title h3:before, .box-title h1:before {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}

.box-title h3:after, .box-title h1:after {
    right: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}

.box-title {
}

.item-project .article-entry-info {
    display: none;
}

.item-project .read-more {
    display: none;
}

.item-project .article-title {
    margin-bottom: 0px;
    font-size: 13px;
    height: 45px;
    text-transform: uppercase;
    font-weight: 500;
}

.item-project .article-description {
    display: none;
}

.item-project .article-title a {
    color: #151515;
}

.item-project .article-title a:hover {
    color: #151515;
}

.readMore a {
    background: var(--red);
    display: table;
    color: var(--white) !important;
    padding: 10px 15px;
    margin-left: auto;
    margin-right: auto;
    text-transform: uppercase;
    transition: all .3s ease-in-out;
}

.readMore a:hover {
    background: var(--orange);
}

.brand-section .wrp-effect-opacity img {
    opacity: 1;
}

.brand-section .brand-item img {
    margin: 0 auto;
    padding: 0 0px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.brand-section .brand-item>a {
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    padding-top: 50%;
    background: #fff;
}

.bk-doitac {
    background: url(https://cdn1342.cdn-template-4s.com/media/banner/bg_da.webp) bottom center no-repeat;
    padding-top: 50px;
    padding-bottom: 40px;
    margin-bottom: 0px;
}

.box-partner-title {
    margin-bottom: 15px !important;
}

.slogan-company {
    margin-bottom: 15px;
    text-align: center;
    font-size: 13px;
}

.customer-image img {
    width: 100px;
    height: 100px;
    border-radius: 100%;
    display: table;
    border: 3px solid #ff9102;
    margin: 0 auto;
    object-fit: cover;
}

.customer-image {display: block;flex: none;margin-right: 15px;}

.customer-content {
}

.customer-title {
    font-size: 18px;
    font-weight: 700;
}

.customer-description {
    font-size: 14px;
    color: #333;
    text-align: justify;
    line-height: 18px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    margin-bottom: 5px;
    -webkit-box-orient: vertical;
}

.customer-title a {
    color: #333;
}

.brand-section .slick-arrow, .box-customer .slick-arrow {
    display: none !important;
}

.brand-section {
    margin-bottom: 60px;
}

footer {
    background-color: var(--color-main);
}

footer .logo-section {
    text-align: center;
}

.entire-info-website {
    font-size: 1.3rem;
    color: #FFFFFFB3;
}

.entire-info-website span, .service-2 {
    color: #fff;
}

.footer-main .entire-map {
    padding-top: 50%;
}

.copy-menu > .container > .row > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.menu-footer ul {
    list-style: none;
    padding: 0;
    display: flex;
    margin-bottom: 0;
}

.menu-footer ul li {
    padding: 0 1.5rem;
    border-right: 1px solid #dddddd;
}

.menu-footer ul li:last-child {
    border-right: none;
    padding-right: 0;
}

.menu-footer ul li a {
    color: #FFFFFFB3;
    font-size: 1.5rem;
}

.menu-footer ul li a:hover, .footer-main .footer-menu-section ul li a:hover, .item-cate-office:hover .content-office {
    color: var(--color-highlight);
    transition: all .3s ease;
}

.social-footer {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.social-footer li a {
    color: var(--color-main);
    background: #ffffff;
    width: 3rem;
    height: 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 1rem;
    transition: all .3s ease;
}

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

@media (min-width: 768px) {
    .footer-main > .container > .row > div:nth-child(n + 1) {
        flex: 0 0 calc(70%/3);
        max-width: calc(70%/3);
    }

    .footer-main > .container > .row > div:first-child {
        flex: 0 0 30%;
        max-width: 30%;
    }
}

.footer-main {
    border-bottom: 1px solid #FFFFFF2B;
    border-top: 1px solid #FFFFFF2B;
}

.ft-top h3 {
    color: #fff;
    font-size: 16px;
    margin-bottom: 0px;
}

.ft-top {
    margin-bottom: 15px;
}

.ft-main p {
    margin-bottom: 10px;
    color: #fff;
    font-size: 13px;
}

.ft-main p:last-child {
    margin-bottom: 0px;
}

.ft-main p span {
    font-family: "Roboto" !important;
}

.ft-main ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.ft-main ul li {
    display: inline-block;
    margin-right: 10px;
}

.ft-main ul li:last-child {
    margin-right: 0px;
}

.ft-main ul li i {
    font-size: 20px;
    color: #fff;
}

.ft-contact-info ul li a i {
    border: 1px solid #fff;
    padding: 5px;
    margin-right: 10px;
}

.ft-contact-info ul li a {
    color: #fff;
    font-size: 16px;
}

.section-ft {
    margin-bottom: 15px;
}

.ft-connect {
    margin-bottom: 15px;
}

.box-contact-home input.form-control {
    background: #69b78f !important;
    color: #fff;
    border: transparent;
    border-radius: 0px !important;
}

.box-contact-home .form-control::placeholder {
    color: #fff;
}

.box-contact-home .form-group {
    margin-bottom: 10px;
}

.fm-button {
    margin-bottom: 0px !important;
}

.fm-button span {
    background: var(--red);
    display: table;
    color: var(--white) !important;
    padding: 7px 15px;
    margin-left: auto;
    margin-right: auto;
    text-transform: uppercase;
    font-family: "Roboto" !important;
    transition: all .3s ease-in-out;
    cursor: pointer;
}

.fm-button span:hover {
    background: var(--orange);
}

.ft-bottom {
    background: #cecece;
    padding: 10px 0px;
    color: #151515;
    font-size: 13px;
    text-align: center;
}

.hotline-phone-ring-wrap {
    right: 10px;
    bottom: 50px;
    position: fixed;
    z-index: 1025;
}

.hotline-phone-ring {
    position: relative;
    visibility: visible;
    background-color: transparent;
    width: 80px;
    height: 80px;
    cursor: pointer;
    z-index: 11;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transition: visibility .5s;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hotline-phone-ring-circle {
    width: 55px;
    height: 55px;
    background-color: transparent;
    border-radius: 100%;
    border: 2px solid rgb(13 148 228);
    -webkit-animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
    animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    opacity: 0.5;
    position: absolute;
    z-index: 1;
}

.hotline-phone-ring-circle-fill {
    width: 80px;
    height: 80px;
    background-color: rgb(13 148 228 / 49%);
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
    animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    position: absolute;
}

#Call .hotline-phone-ring-circle-fill {
    background: rgb(40 202 99 / 57%);
}

#Call .hotline-phone-ring-circle {
    border: 2px solid rgb(11 177 74);
}

.hotline-phone-ring-img-circle {
    background-color: transparent;
    width: 40px;
    height: 40px;
    background-size: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    position: relative;
}

@keyframes phonering-alo-circle-anim {
    0% {
        -webkit-transform: rotate(0) scale(0.5) skew(1deg);
        -webkit-opacity: 0.1;
    }

    30% {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        -webkit-opacity: 0.5;
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        -webkit-opacity: 0.1;
    }
}

@keyframes phonering-alo-circle-fill-anim {
    0% {
        -webkit-transform: rotate(0) scale(0.8) skew(1deg);
        opacity: 0.6;
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        opacity: 0.6;
    }

    100% {
        -webkit-transform: rotate(0) scale(0.8) skew(1deg);
        opacity: 0.6;
    }
}

.search-slide {
    margin: 20px auto;
}

/*.dropdown-menu {*/
/*    max-height: 200px;*/
/*    overflow-y: auto;*/
/*}*/
.dropdown-item i {
    margin-right: 8px;
}

.btn-secondary {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.search-slide .dropdown-toggle::after {
    margin-left: auto;
}

.btn-region {
    color: var(--color-main);
    background-color: #fff;
    padding: 1.2rem 1.6rem;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-radius: 4px;
    font-size: 1.7rem;
    line-height: 2.8rem;
    border-color: #A6B0C3;
}

.dropdown-region {
    width: 100%;
    margin-top: 2px;
    padding: 1.5rem 0;
    border: 1px solid #A6B0C3;
    border-radius: 4px;
}

.dropdown-item {
    color: var(--color-main);
    padding: 1rem 1.6rem;
}

.breadcrumbs-custom {
    position: relative;
    overflow: hidden;
    padding: 40px 0;
    text-align: center;
    background-color: #2b313b;
    z-index: 1;
}

.breadcrumbs-custom-title {
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
}

.box-position {
    position: absolute;
    left: 0;
    top: 0;
    width: calc(100% + 150px);
    height: calc(100% + 150px);
    will-change: transform;
    -webkit-animation: bgPos 100s linear infinite;
    animation: bgPos 100s linear infinite;
    -webkit-transform: translate3d(-75px, -75px, 0) rotate(0.001deg);
    transform: translate3d(-75px, -75px, 0) rotate(0.001deg);
    background-position: 50% 50%;
    background-size: cover;
    z-index: -1;
    opacity: .7;
}

#searchButton, .btn-phone {
    background-color: var(--color-highlight);
    border-radius: 4px;
    padding: 1.4rem 2rem;
    width: 100%;
    color: #fff;
    display: block;
}

.swiper-plus .swiper-slide--wrap {
    max-width: 580px;
    left: 20%;
    background: transparent;
}

.swiper-plus .swiper-slide--wrap .swiper-slide--tile, .swiper-plus .swiper-slide--wrap .swiper-slide--description {
    color: #fff;
}

@-webkit-keyframes bgPos {
    25% {
        -webkit-transform: translate3d(-150px, -150px, 0) rotate(0.001deg);
        transform: translate3d(-150px, -150px, 0) rotate(0.001deg)
    }

    75% {
        -webkit-transform: translate3d(0, 0, 0) rotate(0.001deg);
        transform: translate3d(0, 0, 0) rotate(0.001deg)
    }
}

.bg-breadcrums {
    margin-top: 0px;
    padding: 10px 0 10px 0;
    font-size: 13px;
    background-color: #ececec;
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 30px;
}

.bg-breadcrums .bre-box {
    display: table;
    margin: 0 auto;
}

.breadcrumbs-section a, .breadcrumbs-section h1 {
    font-size: 13px;
}

.breadcrumbs-section h1 span {
    color: var(--green);
}

.project-image-detail {
    margin-bottom: 30px;
}

.project-image-detail img {
    width: 100%;
    height: auto;
    display: table;
    margin-left: auto;
    margin-right: auto;
}

.box-tag {
    margin-bottom: 10px;
}

.margin-style {
    margin-top: 15px;
    margin-bottom: 30px;
}

.project-related {
    margin-bottom: 30px;
}

.article-title-detail {
    font-size: 22px;
}

.news-related .article-entry-info {
    display: none;
}

.ld-item-img img {
    width: 100%;
    height: auto;
    object-fit: cover;
    margin-bottom: 15px;
}

.ld-item-info h4 {
    font-size: 16px !important;
}

.col-custom {
    flex: 0 0 calc(100% / 5);
    max-width: calc(100%/5);
    padding: 0 0.75rem;
}

.col-item {
    height: 100%;
    border: 1px solid #CFD6E4;
    border-radius: 12px;
    box-shadow: 0px 0px 4px 0px rgba(34, 37.00000000000002, 49.00000000000001, 0.08);
}

.social-footer img {
    height: 4rem;
}

.number_tk {
    font-size: 4rem;
    font-weight: 600;
    line-height: 4.8rem;
    letter-spacing: -0.24px;
    color: var(--color-highlight);
}

.title_tk, .tab-item ul li .info strong {
    font-size: 1.7rem;
    font-weight: 600;
    line-height: 2.8rem;
    letter-spacing: -0.43px;
}

.item_tk {
    padding: 4rem;
}

.about-block , .cate-custom .categories, .service-block {
    padding-bottom: 60px;
    border-bottom: 1px solid #CFD6E4;
}

.title-section {
    font-size: 2.8rem;
    line-height: 3.4rem;
    font-weight: 600;
    color: var(--color-main);
}

.service-about p i, .service-2 p i {
    color: var(--color-highlight);
}

.service-article .article-title, .article-item .article-title, .toa-nha .product-title {
    font-size: 2.2rem;
    text-transform: unset;
}

.des-content, .title-category p, .title-seo-cate p, .description_article, .card-body, .description-slide, .form-popup .form-control {
    font-size: 1.7rem;
    line-height: 2.8rem;
}

.btn-team {
    color: var(--color-main);
    text-decoration: underline;
    font-size: 1.7rem;
}

.btn-team:hover {
    color: var(--color-highlight);
}

.lg-sub-html {
    display: none;
}

.inner-image-brands {
    border: 1px solid #CFD6E4;
    border-radius: 8px;
}

.inner-image-brands img {
    object-fit: contain;
    background: #fff;
    /* filter: brightness(100%) contrast(100%) saturate(0%) blur(0px) hue-rotate(0deg); */
    transition-duration: 1s;
}

.inner-image-brands:hover img {
    filter: brightness(100%) contrast(100%) saturate(100%) blur(0px) hue-rotate(0deg);
}

.bg-office {
    background: #F8FAFD;
}

.categories .title-section, .title-category .title-section, .product-title-detail, .title-newsletter {
    font-size: 3rem;
    line-height: 4.4rem;
}

.inner-image-office {
    width: 80px;
    height: 80px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    overflow: hidden;
    margin-right: 16px;
    font-size: inherit;
    display: flex;
}

.content-office {
    color: var(--color-main);
}

.content-office span {
    color: rgba(34, 37, 49, 0.7);
}

.service-2 p {
    display: flex;
}

.service-2 p i {
    margin-top: 3px;
}

.service-title-bottom {
    padding: 60px 0;
    color: #fff;
    font-size: 3.6rem;
    font-weight: 600;
    line-height: 1.5em;
    padding-right: 205px;
}

.service-title-bottom strong {
    color: var(--color-highlight);
    font-weight: 700;
}

.slogan-background {
    padding: 120px 0;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
}

.slogan-overlay {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    background-color: transparent;
    background-image: linear-gradient(180deg, #04265AB3 0%, #04265AB3 100%);
    opacity: 1;
    border-radius: 12px;
}

.box-slogan {
    position: relative;
    z-index: 2;
    text-align: center;
    color: #fff;
}

.box-slogan .image-slogan {
    text-align: center;
    margin-bottom: 2rem;
}

.box-slogan .content-slogan {
    font-size: 3.4rem;
    font-weight: 500;
    line-height: 4.4rem;
    letter-spacing: 0.36px;
    width: 670px;
    max-width: 670px;
    margin-bottom: 1rem;
}

.box-slogan .name-slogan {
    font-size: 2rem;
    font-weight: 500;
    font-style: italic;
    line-height: 1.2em;
    letter-spacing: -0.45px;
}

.tools_item {
    padding: 1rem;
    background-color: #08234C;
    border: 1px solid #CFD6E4;
    border-radius: 16px;
    margin-bottom: 2rem;
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 1.7rem;
}

.tool_icon {
    padding: 24px;
    border-radius: 12px 12px 12px 12px;
    margin-right: 2rem;
    background: var(--color-highlight);
}

.tool_icon i {
    width: 32px;
    height: 32px;
    color: #fff;
    font-size: 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.box-custom {
    box-shadow: 0px -0.5px 0px 0px #CFD6E4 inset;
}

.handbook-block .article-item, .article .article-item, .product-item {
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #cfd6e4;
    box-shadow: 0 0 4px rgba(34, 47, 49, 0.08);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.handbook-block .inner-image img, .article .inner-image img {
    border-radius: 8px 8px 0 0;
}

.inner-content {
    padding: 10px 10px 14px;
    overflow: hidden;
}

.article-description {
    line-height: 24px;
    letter-spacing: -0.23px;
    color: var(--color-main);
    opacity: 0.7;
    height: 72px;
}

.bg-bgbg {
    background: #2F323C;
}

.bg-nth {
    background-color: #008B8B;
}

.bg-partner {
    border-style: solid;
    border-width: 1px 0px 1px 0px;
    border-color: #FFFFFF2B;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 10px 20px 10px 20px;
}

.image-receice img {
    border-radius: 12px;
}

.receice-item {
    display: flex;
    color: #fff;
    font-size: 1.7rem;
}

.receice-number {
    width: 2.4rem;
    height: 2.4rem;
    min-width: 2.4rem;
    background: #fff;
    color: var(--color-main);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin-right: 1rem;
    font-size: 1.5rem;
}

.btn-phone:hover, .btn-receice a {
    color: #fff;
}

.intro-home .intro-shape-1 {
    position: absolute;
    left: -8.5rem;
    top: 1rem;
}

.intro-home .intro-shape-2 {
    position: absolute;
    left: -2.5rem;
    top: -0.5rem;
}

.intro-home .intro-shape-3 {
    position: absolute;
    right: 14rem;
    bottom: -3.5rem;
}

.intro-home .video-intro {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
    overflow: hidden;
    text-align: right;
}

.intro-home .btn-video {
    position: absolute;
    left: 0;
    bottom: 0;
    background: var(--color-highlight);
    color: #fff;
    width: 40%;
    height: 100%;
    max-height: 6rem;
    font-size: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: 10px solid #fff;
}

.intro-home .btn-video i {
    font-size: 2.7rem;
    display: block;
}

.intro-home .video-intro img {
    width: 60%;
    border-style: solid;
    border-color: #fff;
    border-width: 10px 0 0 10px;
}

.intro-home .inner-image {
    margin-right: 5rem;
}

.intro-home .inner-content {
    padding: 0;
}

.slogan-about {
    font-size: 1.7rem;
    color: #9a9b9d;
    font-weight: normal;
    text-transform: capitalize;
    padding-bottom: 5px;
    border-bottom: 4px solid var(--color-highlight);
}

.service-article .title-section {
    text-align: center;
}

.service-article .inner-content {
    border-bottom: 5px solid var(--color-highlight);
    border-radius: 8px;
}

.service-article .inner-content .btn-link {
    color: var(--color-highlight);
    font-size: 1.7rem;
    border-bottom: 2px solid var(--color-highlight);
    padding-bottom: 5px;
    opacity: 0.7;
    transition: opacity 0.3s ease;
}

.service-article .inner-content .btn-link:hover {
    text-decoration: none;
    opacity: 1;
}

.service-article .article-item {
    border-radius: 8px;
}

.service-article .swiper-button-next, .service-article .swiper-button-prev {
    width: 4rem;
    height: 4rem;
    background: rgb(0 0 0 / .3);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
}

.article .article-item:hover, .product .product-item:hover {
    box-shadow: 0 8px 24px rgba(34, 37, 49, 0.16);
}

.pagination {
    display: flex;
    align-items: center;
}

.pagination .page-link {
    padding: 0;
}

.pagination .page-item {
    width: 3rem;
    height: 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: none;
}

.pagination .page-item.active {
    background: var(--color-highlight);
}

.pagination .page-item.active .page-link {
    color: #fff;
}

.article_detail .article-detail, .article_detail .breadcrumbs-section, .article_detail .comment-section, .article_detail .rating-custome {
    max-width: 1320px;
    margin: 0 auto;
}

.article-detail-custome {
    border-bottom: 1px solid #CFD6E4;
}

.item-product {
    line-height: 2rem;
    letter-spacing: -0.23px;
    color: var(--color-main);
    padding: 0.8rem 1.6rem;
    border: 1px solid #CFD6E4;
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    -ms-border-radius: 2em;
    -o-border-radius: 2em;
    border-radius: 2em;
    margin-right: 1.6rem;
    margin-bottom: 1.6rem;
    display: inline-block;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.product-item .inner-content {
    padding: 1rem;
}

.vi-tri {
    display: block;
    font-size: 1.5rem;
    color: var(--color-main);
}

.new_project {
    background: var(--color-highlight);
}

.price-heart a {
    color: var(--color-main);
}

.price-heart a:hover {
    color: var(--color-highlight);
}

.dien_tich .product-title {
    font-weight: normal;
}

.dien_tich .product-title span {
    font-weight: 600;
}

.code-dt {
    font-size: 1.3rem;
}

.code-dt a {
    color: var(--color-main);
    font-weight: 700;
}

.code-dt a:hover {
    color: var(--color-highlight);
}

.section-ttbs {
    background: #F8FAFD;
    box-shadow: inset 0px -0.5px 0px #CFD6E4, inset 0px 0.5px 0px #CFD6E4;
}

.title-seo-cate p {
    width: 100%;
    max-width: 680px;
    margin: 0 auto;
}

.description_article table {
    width: 100%;
    text-align: center;
}

.accordion {
    max-width: 750px;
}

.card {
    border-bottom: 1px solid #CFD6E4;
}

.btn-collapsed {
    font-size: 1.9rem;
    font-weight: 600;
    margin: 0;
    line-height: 2.8rem;
    letter-spacing: -0.43px;
    padding: 2rem 0;
    border-bottom: none;
    cursor: pointer;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.btn-collapsed.collapsed .accordion-icon i, .btn-collapsed:not(.collapsed) .accordion-icon i {
    transition: transform 0.3s ease, content 0.3s ease;
}

.btn-collapsed:not(.collapsed) .accordion-icon i {
    transform: rotate(90deg);
}

.product-detail__images {
    display: grid;
    grid-template-columns: auto auto auto auto;
    grid-row-gap: 12px;
    margin-left: -6px;
    margin-right: -6px;
}

.product-detail__image {
    flex: none;
    max-width: none;
    padding-left: 6px;
    padding-right: 6px;
}

.product-detail__image:first-child {
    flex: none;
    max-width: none;
    grid-row-start: 1;
    grid-row-end: 3;
    grid-column-start: 1;
    grid-column-end: 3;
}

.product-detail__image-box {
    box-sizing: border-box;
    border-radius: 8px;
    overflow: hidden;
    min-height: 75px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding-top: 75%;
}

.product-detail__image-box img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-detail__image:first-child .product-detail__image-box {
    height: 100%;
}

.product-additional-action {
    position: absolute;
    bottom: 15px;
    right: 35px;
    z-index: 1;
}

.btn-addition-action__view-more {
    font-weight: 500;
    font-size: 15px;
    line-height: 1.4;
    letter-spacing: -.23px;
    color: var(--color-main);
    padding: 12px 40px;
    background: #fff;
    border: 1px solid #cfd6e4;
    box-sizing: border-box;
    border-radius: 4px;
    display: inline-block;
}

.btn-addition-action__view-more:hover {
    background-color: #e31c5f;
    border-color: #e31c5f;
    color: #fff;
}

.product-detail-info__box {
    text-align: center;
    padding: 40px 28px;
    background: #fff;
    border: 1px solid #cfd6e4;
    box-shadow: 0px 12px 20px rgb(34 37 49 / 8%);
    border-radius: 8px;
}

.product-detail-info__title {
    font-weight: 600;
    font-size: 22px;
    color: var(--color-main);
    margin: 0 0 16px;
}

.product-detail-info__noti {
    font-weight: 600;
    font-size: 16px;
    color: var(--color-main);
}

.product-detail-info__noti i {
    font-size: 20px;
    color: var(--green);
}

.product-detail-call {
    font-size: 17px;
    line-height: 1.4;
    letter-spacing: -.43px;
    background: var(--color-highlight);
    border-radius: 6px;
    color: var(--white);
    padding: 12px 30px;
    width: 100%;
    display: block;
    margin-bottom: 16px;
}

.product-detail-call:hover {
    color: var(--white);
}

.product-detail-send {
    font-size: 17px;
    line-height: 1.4;
    letter-spacing: -.43px;
    background: var(--white);
    border: 0.5px solid var(--color-highlight);
    box-sizing: border-box;
    border-radius: 6px;
    color: var(--color-highlight);
    padding: 12px 30px;
    margin-bottom: 16px;
    width: 100%;
    display: block;
}

.product-detail-send:hover {
    border-color: var(--color-main);
    color: var(--color-main);
}

.product-detail__support-list img {
    width: 62px;
    height: 62px;
    object-fit: cover;
    border: 1px solid rgba(34,37,49,.16);
    background: #f9fafb;
    overflow: hidden;
    border-radius: 50%;
    margin-left: -12px;
}

.detail-menu-sticky {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    background: #fff;
    box-shadow: inset 0px -0.5px 0px #cfd6e4;
}

.detail-menu-sticky.show {
    display: block;
}

.detail-content-item {
    border-bottom: 0.5px solid #A6B0C3;
    padding-bottom: 1rem;
    margin-bottom: 3rem;
}

.tab-item {
    display: flex;
    flex-wrap: wrap;
    margin-left: -20px;
    margin-right: -20px;
}

.tab-item ul {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 20px;
}

.tab-item ul li {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 22px;
}

.tab-item ul li .icon {
    flex: 0 0 40px;
    max-width: 40px;
    display: inline-flex;
    align-items: flex-start;
    padding-top: 5px;
}

.tab-item ul li .info {
    display: flex;
    flex-direction: column;
    flex: 0 0 calc(100% - 40px);
    max-width: calc(100% - 40px);
    padding: 0;
    line-height: 2.4rem;
    letter-spacing: -0.23px;
    color: rgba(34, 37, 49, 0.7);
}

.tab-item ul li .info strong {
    color: var(--color-main);
}

.product-detail-info {
    position: sticky;
    top: 100px;
}

.product-detail__box-content-full, .product-detail__box-content-full h2 {
    font-size: 1.7rem;
    line-height: 2.8rem;
}

.product-detail__box-content {
    max-height: 600px;
    overflow: hidden;
    transition: max-height 0.3s ease;
    position: relative;
}

.product-detail__box-content.show {
    max-height: none;
}

.btn-read__more, .btn-read__less {
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: -.23px;
    color: #222531;
    padding: 12px 40px;
    background: #fff;
    border: 1px solid #cfd6e4;
    box-sizing: border-box;
    border-radius: 4px;
    margin-top: 30px;
    cursor: pointer;
    width: max-content;
    display: inline-block;
}

.btn-read {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fff;
}

.btn-read__less {
    display: none;
}

.btn-read__less.show {
    display: block;
}

.product-detail__box-content-full {
    margin-bottom: 80px;
}

.section-extra {
    margin-bottom: 80px;
    padding-bottom: 80px;
    box-shadow: inset 0px -0.5px 0px #CFD6E4;
}

.modal-dialog .form-control {
    border-color: #d8d8d8;
}

.card-body {
    padding-bottom: 2rem;
}

.service-outstanding .inner-content .article-title {
    font-size: 1.8rem;
    text-align: center;
}

/*Button Contact Fixed*/
.contact-fixed {
    z-index: 999;
    left: 2rem;
    bottom: 7rem;
    position: fixed;
    height: 6rem;
    width: 6rem;
    background: #47a5f4;
    border-radius: 50%;
    cursor: pointer;
}

.contact-fixed__button {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 6rem;
    height: 6rem;
    color: var(--white);
    font-size: 1.1rem;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: ease-in .12s all;
    -o-transition: ease-in .12s all;
    transition: ease-in .12s all;
}

.contact-fixed__button.show {
    -webkit-transform: rotate(0) scale(1);
    -ms-transform: rotate(0) scale(1);
    transform: rotate(0) scale(1);
}

.contact-fixed__button i {
    font-size: 2.2rem;
}

.contact-fixed__pulsation {
    width: 8.4rem;
    height: 8.4rem;
    background-color: #4aa1f5;
    border-radius: 50%;
    position: absolute;
    left: -1.2rem;
    top: -1.2rem;
    z-index: -1;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-animation: arcontactus-pulse 2s infinite;
    animation: arcontactus-pulse 2s infinite;
}

.contact-fixed__pulsation:nth-child(2n) {
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
}

.contact-fixed__close {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 6rem;
    height: 6rem;
    color: var(--white);
    font-size: 2.2rem;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: ease-in .12s all;
    -o-transition: ease-in .12s all;
    transition: ease-in .12s all;
}

.contact-fixed__close.show {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.contact-fixed__list {
    /* background: center no-repeat var(--white); */
    /* box-shadow: 0 0 10px rgb(0 0 0 / 60%); */
    width: 20rem;
    position: absolute;
    bottom: 6rem;
    left: -5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 1.4rem 0;
    -webkit-box-sizing: border-box;
    /* box-sizing: border-box; */
    /* border-radius: 6px; */
    -webkit-transform-origin: 100% 50%;
    -ms-transform-origin: 80% 105%;
    /* transform-origin: 100% 100%; */
    transform-origin: 15% 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: linear .12s all;
    -o-transition: ease-out .12s all;
    transition: linear .12s all;
    z-index: 10000;
}

.contact-fixed__list:before {
    position: absolute;
    bottom: -0.7rem;
    right: 2.5rem;
    left: auto;
    display: inline-block!important;
    border-right: 8px solid transparent;
    border-top: 8px solid #FFF;
    border-left: 8px solid transparent;
    /* content: ''; */
}

.contact-fixed__list.show {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.contact-fixed__item {
    display: flex;
    align-items: center;
    padding: 0.8rem 2rem;
    width: 100%;
    color: var(--color-main);
    font-weight: bold;
}

/*.contact-fixed__item:hover {*/
/*    background-color: #eeeeee;*/
/*    color: var(--color-text);*/
/*}*/

.contact-fixed__item-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 4rem;
    height: 4rem;
    margin-right: 1rem;
    /* background-color: var(--color-highlight); */
    /* border-radius: 50%; */
    /* padding: 0.8rem; */
    position: absolute;
    /* background: var(--color-highlight); */
    /* width: 3rem; */
    /* height: 3rem; */
    /* border-radius: 1.5rem; */
    /* left: 0; */
    /* top: 51%; */
    margin-top: -1.5rem;
    text-align: center;
}

.contact-fixed__item-icon img {
    /* filter: brightness(0) invert(1); */
}



@keyframes arcontactus-pulse {
	0% {
		-webkit-transform:scale(0);
		transform:scale(0);
		opacity:1
	}
	50% {
		opacity:.5
	}
	100% {
		-webkit-transform:scale(1);
		transform:scale(1);
		opacity:0
	}
}

.img-contact{
    width: 100%;;
}
/*End Button Contact Fixed*/

.contact-fixed__list{
    cursor: pointer;
}

.contact-fixed__item:hover .contact-fixed__item-title{
    border: 0.1rem solid #034264;
    box-shadow: 0 1.93465px 7.73859px rgb(0 0 0 / 15%);
    /* transform: translateX(0); */
    opacity: 1;
}
.contact-fixed__item-titles {
    margin-left: 5.5rem;
    height: 3.5rem;
}
.contact-fixed__item-title {
    opacity: 0;
    text-align: center;
    min-width: 1em;
    /* max-width: 21em; */
    white-space: nowrap;
    /* overflow: hidden; */
    /* text-overflow: ellipsis; */
    padding: 5px 15px;
    border-radius: 10px;
    background: #fff;
    color: #333;
    z-index: 1000;
    font-size: 17px;
    line-height: 20px;
    /* transform: translateX(-100%); */
    transition: opacity 300ms ease;
    /* padding-left: 2.4rem; */
    /* padding-right: 2.8rem; */
}

@media (min-width: 1200px) {
    .slogan-about {
        width: max-content;
    }
}

@media (max-width: 1200px) {
    .header-top > .container {
        max-width: 1180px;
    }
}

@media (max-width: 1000px) {
    .header-top .phone-header {
        display: none;
    }

    .section-filter .btn-filter-mobile {
        color: #fff;
    }

    .section-filter .content-filter-product {
        width: 34rem;
        -webkit-transform: translate3d(-34rem, 0, 0);
        -moz-transform: translate3d(-34rem, 0, 0);
        -ms-transform: translate3d(-34rem, 0, 0);
        -o-transform: translate3d(-34rem, 0, 0);
        transform: translate3d(-34rem, 0, 0);
    }

    .section-filter .content-filter-product.open {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    .section-filter input.form-control, .section-filter .input-group-text, .section-filter .bootstrap-select>.dropdown-toggle, .section-filter .content-filter-product .btn-toggle-price {
        border: 1px solid #d8d8d8;
    }

    .header-top .btn-menu-mobile {
        line-height: 1.5;
    }

    .setting-menu > .container > .row > div:first-child {
        /* flex: 0 0 50%; */
        /* max-width: 50%; */
    }

    .setting-menu > .container > .row > div:last-child {
        /* justify-content: flex-end; */
        /* flex: 0 0 calc(50% - 50px); */
        /* max-width: calc(50% - 50px); */
    }

    .setting-menu > .container > .row > div:nth-child(2) {
        justify-content: flex-end;
        display: flex;
        order: 2;
        flex: 0 0 50px;
        max-width: 50px;
        height: 100%;
        align-items: center;
    }
}

@media ( max-width: 992px) {
    .box-slogan .content-slogan {
        width: 100%;
        padding: 0 2rem;
    }

    .btn-addition-action__view-more {
        font-size: 13px;
        padding: 6px 12px;
    }

    .swiper-slide--wrap {
        width: 90%;
    }
}

@media ( max-width: 767px) {
    .box-slogan .content-slogan {
        font-size: 2.5rem;
    }

    .footer-main > .container > .row > div {
        margin-bottom: 2rem;
    }

    .footer-main > .container > .row > div:last-child {
        margin-bottom: 0;
    }

    .entire-info-website {
        font-size: 1.5rem;
    }

    .entire-map {
        padding-top: 50%;
    }

    .swiper-slide--wrap .swiper-slide--tile {
        font-size: 2.8rem;
    }

    .is-mobile .footer-main > .container > .row > div {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (max-width: 576px) {
    .intro-home .btn-video {
        font-size: 1.6rem;
    }

    .slogan-background {
        padding: 60px 0;
    }

    .intro-home .btn-video i {
        font-size: 2.4rem;
    }

    .copy-menu > .container > .row > div {
        flex-wrap: wrap;
        justify-content: center;
    }

    .swiper-slide--wrap {
        /* display: none; */
    }
}

.pop-up-custome .modal-dialog {
    width: 100%;
    height: 100%;
    max-width: 100%;
    margin: 0;
}

.pop-up-custome .modal {
    padding: 0 !important;
}

.pop-up-custome .modal-content {
    border: none;
}

.pop-up-custome .modal-header {
    display: block;
    text-align: center;
    padding: 4rem 0 5rem;
}

.pop-up-custome .modal-body {
    max-width: 800px;
    width: 100%;
    margin: 0 auto 60px;
    padding: 3rem;
}

.pop-up-custome .modal button.close {
    position: absolute;
    right: 44px;
    top: 44px;
    font-size: 26px;
}

.pop-up-custome .slide-pop .title-section {
    font-size: 2.6rem;
    color: rgba(34, 37, 49, 1);
    padding-bottom: 4rem;
    border-bottom: 1px solid #EEE;
    line-height: 4rem;
}

.slider-pop {
    border-bottom: 1px solid #EEE;
}

.slider-pop .swiper-button-prev.custome, .slider-pop .swiper-button-next.custome {
    width: 3.4rem;
    height: 3.4rem;
    background: rgba(255,255,255,0.8);
    border-radius: 50%;
    opacity: 0.75;
    color: black;
    transition: opacity .3s ease;
}

.slider-pop .swiper-button-prev.custome:hover, .slider-pop .swiper-button-next.custome:hover {
    opacity: 1;
}

.form-group .form-label {
    font-weight: normal;
}

.form-group .form-label:after {
    content: "*";
    color: red;
    padding-left: .2em;
}

.form-popup input.form-control {
    height: 52px;
}

.form-popup textarea.form-control {
    height: 120px;
}

.form-popup .form-group > * {
    border-radius: 5px;
}

.form-popup .form-control:focus {
    border-color: #A6B0C3;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}

.form-popup .form-control::placeholder {
    color: #b8b5b5;
}

.content-filter-product .form-control, .content-filter-product .bootstrap-select>.dropdown-toggle {
    border-radius: 4px;
    background: #fff !important;
}

.content-filter-product .row {
    margin-left: -5px;
    margin-right: -5px;
}

.content-filter-product .row>div[class*=col-] {
    padding-left: 5px;
    padding-right: 5px;
}

.section-filter {
    background: #0b6565;
    padding: 4rem 0 3rem;
}

.btn-filter-advanced {
    background: var(--color-highlight);
    color: #fff;
    display: inline-block;
    width: 100%;
    border-radius: 4px;
    font-size: 15px;
    max-height: 40px;
}

.content-filter-product .btn-filter-advanced:hover {
    background: #e70110;
    border-color: #fff;
    color: #fff;
}

.content-filter-product .btn-toggle-price {
    width: 100%;
    background: #fff;
    border-radius: 4px;
    border-color: #fff;
    text-align: left;
}

.content-filter-product .dropdown-range-price {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    border-radius: 4px;
    margin-top: 2px;
    padding: 15px;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    display: none;
    z-index: 2;
}

.content-filter-product .dropdown-range-price.show {
    display: block;
}

.content-filter-product .dropdown-range-price label {
    margin-bottom: 15px;
}

@media (max-width: 1000px) {
    #form_filter > .row > div {
        order: 1;
    }

    #form_filter > .row > #button_search_filter {
        order: 99;
    }
}

.is-mobile .inner-image-office {
    width: 100%;
    height: 100%;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    overflow: hidden;
    margin-right: auto;
    font-size: inherit;
    display: flex ;
}

@media (min-width: 1300px) {
    .container-menu .row-menu {
        display: flex;
        justify-content: center;
    }
}

/*CSS by quyettq*/
.swiper-slide--description {
    font-size: 5.8rem;
    color: var(--white);
}

.item-noibat .inner-content {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgb(0 0 0 / .4);
}

.item-noibat .inner-content .article-title {
    color: var(--white);
}

.item-noibat .inner-image:hover {
    cursor: pointer;
}

.service-article .article-title, .handbook-block .article-title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    line-height: 1.3em;
    height: 1.3em;
}

.handbook-block .article-title, .customer-description-short {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.3em;
    height: calc(2 * 1.3em);
}

.customer-description-short {
    font-size: 14px;
    font-weight: 300;
    overflow: hidden;
}

.customer-content .star-rating {
    width: 10rem;
}

.customer-content .star-rating::before {
    font-size: 18px;
}

.customer-content .star-rating span::before {
    font-size: 18px;
    color: #f1c734;
}

.bg-nth .swiper-horizontal > .swiper-pagination-bullets {
    bottom: -5px;
}

.moTa_gia .moTa_short {
    flex: 0 0 70%;
    max-width: 70%;
}

.moTa_gia .giaBan {
    max-width: 30%;
    flex: 0 0 30%;
    border-left: 1px solid #ddd;
}

.giaBan .price-amount {
    white-space: normal;
}

.moTa_gia {
    display: none;
    justify-content: space-between;
}

.moTa_gia > div:last-child {
    padding: 0 15px;
}

.list_product .price-heart, .list_product .vi-tri {
    display: none !important;
}

.icon_giaBan {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 2rem;
}

.icon_giaBan a {
    color: var(--color-main);
}

.list_product .product-title, .content_text {
    font-size: 1.4rem;
    text-align: justify;
}

.icon_giaBan .vi-tri {
    color: var(--green);
}

.icon_giaBan a:hover {
    color: var(--color-highlight);
}

.moTa_short p {
    margin-bottom: 0;
}
/*END css quyettq*/


.bl_cate .pagination {
    margin-top: 0 !important;
}

@media (min-width: 768px) {
    .bl_cate > .container > .row > div:nth-child(2) {
        position: relative;
    }
    
    .bl_cate > .container > .row > div:nth-child(2)::before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 1.5rem;
        left: -1.5px;
        width: .3rem;
        background-color: var(--color-highlight);
    }
}

@media (max-width: 768px) {
    .bl_cate > .container > .row > div {
        flex: 0 0 100%;
        max-width: 100%;
    }
}
@media (max-width:1080px) and (min-width:1000px) {
    .menu-section > ul > li {
        margin-left: 0.5rem;
        margin-right: 0.5rem;
    }
}