.pop-up-modal {
    z-index: 9999;
}

.item-menu-navtabs:hover .inner-image::before {
    -webkit-animation: hoverShine 1.2s;
    animation: hoverShine 1.2s;
}

.item-menu-navtabs .inner-image::before {
    position: absolute;
    top: 0;
    left: -100%;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    -webkit-transform: skewX(-35deg);
    -ms-transform: skewX(-35deg);
    transform: skewX(-35deg);
    z-index: 1;
}

.effect-border a {
    --bg: #91a6ff;
    /* background: white; */
}

.effect-border a {
    /* --border-angle: 0deg; */
    /* position: relative; */
    display: inline-flex;
    align-items: center;
    justify-content: center;
    /* padding: 12px 25px; */
    /* font-weight: 600; */
    /* font-size: 14px; */
    /* color: #7c828f; */
    text-decoration: none;
    /* border-radius: 22px; */
    border: 0.5rem solid transparent;
    background: linear-gradient(white, white) padding-box, conic-gradient( from var(--border-angle), var(--bg) 50%, white 50% ) border-box;
    box-shadow: 0 2px 4px rgba(0 0 0 / 0.25);
    animation: border-angle-rotate 2s linear infinite;
    cursor: pointer;
    transition: color 0.3s ease;
}

.effect-border a:hover {
    color: #444;
}

@keyframes border-angle-rotate {
    from {
        --border-angle: 0deg;
    }

    to {
        --border-angle: 360deg;
    }
}

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

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

.cus-img-leaf {
    margin-bottom: 1rem;
    width: 7rem;
    margin-left: 1rem;
}

/*//custome-menu//*/
.menu-section .tabs-entry .nav {
    /* border-right: 1px solid #f0f0f0; */
}

.menu-section .tabs-entry .nav > li {
    width: 100%;
}

.menu-section .tabs-entry .tab-content > .tab-pane > ul {
    display: flex !important;
    flex-wrap: wrap;
    gap: 1rem;
}

.menu-section .tabs-entry .tab-content > .tab-pane > ul > li {
    flex: 0 0 25%;
    max-width: calc(25% - 1rem);
}

.menu-section .tabs-entry .tab-content > .tab-pane > ul > li .menu-link {
    display: block;
    height: auto;
    overflow: hidden;
}

.menu-section .tabs-entry .tab-content > .tab-pane > ul > li > a {
    font-weight: bold;
    color: black;
}

.menu-section .tabs-entry .tab-content > .tab-pane > ul > li > a:hover {
    color: var(--color-highlight);
}

.menu-section .tabs-entry .nav > li.nav-item > a {
    color: black;
    padding: 1rem 1rem;
    border-bottom: 1px solid lightgray;
    position: relative;
}

.menu-section .tabs-entry .nav > li.nav-item > a.nav-link.active {
    border-bottom: 1px solid var(--color-highlight);
}

.menu-section .tabs-entry .nav > li.nav-item:hover a {
    color: var(--color-highlight);
}

.menu-section .tabs-entry .nav > li.nav-item:hover a {
    border-bottom: 1px solid var(--color-highlight);
}

/* .menu-section .tabs-entry .nav > li.nav-item > a:before {
    content: "\f061";
    font-family: 'Font Awesome 6 Pro';
    font-weight: 900;
    position: absolute;
    right: 5rem;
    opacity: 0;
    filter: opacity(0);
    visibility: hidden;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
} */
.menu-section .tabs-entry .nav > li.nav-item > a.active:before, .menu-section .tabs-entry .nav > li.nav-item > a:hover:before {
    right: 1rem;
    opacity: 1;
    filter: opacity(1);
    visibility: visible;
    color: var(--color-highlight);
}

.menu-section .tabs-entry .nav > li.nav-item > a.active {
    color: var(--color-highlight) !important;
}

.menu-section .tabs-entry .nav, .menu-section .tabs-entry .tab-content {
    max-height: 50rem;
    overflow-y: auto;
}

.menu-section .tabs-entry .nav::-webkit-scrollbar {
    width: .5rem;
}

.menu-section .tabs-entry .nav::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.menu-section .tabs-entry .nav::-webkit-scrollbar-thumb {
    background-color: var(--color-highlight);
}

.menu-section .has-child > .tabs-entry > .row > div {
    /* background: #f1f1f1; */
}

.menu-section .tabs-entry .nav > li.nav-item > a.active {
    background: white;
}

.menu-section .tabs-entry .tab-content {
    padding: .5rem !important;
    margin: .5rem;
    background: white;
    height: calc(100% - 1rem);
}

@media (max-width: 1000px) {
    /* menu tabs mobile */ .menu-section .tabs-entry .nav > li.nav-item > a {
        padding: 0 1rem !important;
        height: 6rem;
        line-height: 3rem;
        white-space: pre-wrap;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        display: -webkit-box !important;
        border: 0;
    }

    .menu-section .active {
        color: var(--color-highlight) !important;
        background: #d7e7ff;
    }

    .menu-section .tabs-entry .tab-content > .tab-pane > ul > li {
        flex: 0 0 100%;
        max-width: calc(100% - 1rem);
    }

    .menu-section .tabs-entry .tab-content > .tab-pane > ul > li > a {
        padding: 0 1rem !important;
    }

    .cate-product-item .inner-content {
        padding: 10px !important;
        background: rgba(0, 0, 0, 0.4);
    }

    .breadcrumb .title {
        display: none;
    }

    .right-content .lbtooltip div {
        font-size: 11px !important;
    }
}

/* --- */
.is-mobile .entry-order-review .price-amount {
    font-size: 16px;
}

.is-mobile.order .price-amount {
    font-size: 16px;
}

/*//////////////////////////////////*/
.price-dv-khac label {
    min-width: 40px;
}

.datepicker.datepicker-dropdown .datepicker-days .disabled.day {
    background: none;
    cursor: not-allowed;
}

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

.box-footer-1 {
    border: 2px solid var(--light);
}

.newsletter--input {
    border: none;
}

.newsletter > .row > div:nth-child(2) {
    border-right: 2px solid var(--gray-bold);
    border-left: 2px solid var(--gray-bold);
}

.pa-input:before {
    position: absolute;
    content: '';
    display: inline-block;
    width: 100%;
    height: 2px;
    background: var(--gray-bold);
    top: 80%;
    z-index: 22222;
}

.pa-gui span {
    color: var(--red);
    font-weight: 700;
    background: transparent;
}

.pa-gui {
    position: absolute;
    right: 0;
    top: 0;
}

/*header*/
@media (min-width: 992px) {
    ul.entry-menu > .menu-link.active {
        color: var(--color-highlight) !important;
    }

    .menu-main-desktop .menu-section > ul > li > a {
        font-size: 16px;
    }

    .menu-main-desktop .menu-section > ul > li {
        margin-left: 0;
        margin-right: 0;
        padding: 0 2.5rem;
        transition: 0.5s;
    }

    .menu-section > ul > li > .entry-menu li:hover {
        background: var(--color-highlight);
    }

    .menu-section > ul > li > .entry-menu > li:hover > a.active {
        color: var(--white) !important;
    }

    .menu-main-desktop .menu-section > ul > li:hover > a {
        transform: scale(1.2);
        color: white;
    }

    .menu-main-desktop .menu-section > ul > li:hover > a.active {
        color: white !important;
    }

    .entry-menu a.menu-link {
        font-size: 16px;
    }

    .tour header {
        position: absolute;
        z-index: 1020;
        width: 100%;
        top: 0;
        left: 0;
        background: transparent;
    }

    .tour .menu-section > ul > li > a {
        color: white;
    }

    .tour .menu-section .active {
        color: var(--color-highlight) !important;
    }

    .tour .topbar-section .language-switch a.language-picker span {
        color: white;
    }

    .tour .language-switch i {
        color: white;
    }

    .tour .slide-home-main .swiper-slider-main .swiper-slide::before {
        background: linear-gradient(#142b54, rgba(34, 45, 53, 0.89), rgba(51, 61, 71, 0.46), rgba(51, 61, 71, 0.0), rgba(51, 61, 71, 0.0), rgba(51, 61, 71, 0.0), rgba(51, 61, 71, 0.0));
        position: absolute;
        content: '';
        left: 0px;
        top: 0px;
        width: 100%;
        height: 50%;
        display: block;
        z-index: 99;
    }

    .product header {
        position: absolute;
        z-index: 1020;
        width: 100%;
        top: 0;
        left: 0;
        background: transparent;
    }

    .product .menu-section > ul > li > a {
        color: white;
    }

    .product .menu-section .active span {
        color: var(--color-highlight) !important;
    }

    .product .topbar-section .language-switch a.language-picker span {
        color: white;
    }

    .product .language-switch i {
        color: white;
    }

    .product .slide-home-main .swiper-slider-main .swiper-slide::before {
        background: linear-gradient(#142b54, rgba(34, 45, 53, 0.89), rgba(51, 61, 71, 0.46), rgba(51, 61, 71, 0.0), rgba(51, 61, 71, 0.0), rgba(51, 61, 71, 0.0), rgba(51, 61, 71, 0.0));
        position: absolute;
        content: '';
        left: 0px;
        top: 0px;
        width: 100%;
        height: 50%;
        display: block;
        z-index: 99;
    }

    .vehical header {
        position: absolute;
        z-index: 1020;
        width: 100%;
        top: 0;
        left: 0;
        background: transparent;
    }

    .vehical .menu-section > ul > li > a {
        color: white;
    }

    .menu-section .active qa {
        color: var(--white) !important;
        border-bottom: 2px solid white;
    }

    .vehical .topbar-section .language-switch a.language-picker span {
        color: white;
    }

    .vehical .language-switch i {
        color: white;
    }

    .vehical .slide-home-main .swiper-slider-main .swiper-slide::before {
        background: linear-gradient(#142b54, rgba(34, 45, 53, 0.89), rgba(51, 61, 71, 0.46), rgba(51, 61, 71, 0.0), rgba(51, 61, 71, 0.0), rgba(51, 61, 71, 0.0), rgba(51, 61, 71, 0.0));
        position: absolute;
        content: '';
        left: 0px;
        top: 0px;
        width: 100%;
        height: 50%;
        display: block;
        z-index: 99;
    }

    header {
        position: absolute;
        z-index: 1020;
        width: 100%;
        top: 0;
        left: 0;
        background: transparent;
    }

    .menu-section > ul > li > a {
        color: white;
    }

    .menu-section .active {
        color: var(--color-highlight) !important;
    }

    .topbar-section .language-switch a.language-picker span {
        color: white;
    }

    .language-switch i {
        color: white;
    }

    .slide-home-main .swiper-slider-main .swiper-slide::before {
        background: linear-gradient(#142b54, rgba(34, 45, 53, 0.89), rgba(51, 61, 71, 0.46), rgba(51, 61, 71, 0.0), rgba(51, 61, 71, 0.0), rgba(51, 61, 71, 0.0), rgba(51, 61, 71, 0.0));
        position: absolute;
        content: '';
        left: 0px;
        top: 0px;
        width: 100%;
        height: 50%;
        display: block;
        z-index: 99;
    }
}

@media (min-width: 1200px) {
    .box-search .input-group .input-group-append {
        border-radius: 0 8px 8px 0;
        background: white;
    }
}

.item-title-process:not(.collapsed) {
    background: var(--color-highlight);
    color: white;
    margin-bottom: 1rem;
    border-radius: 3px;
}

.item-title-process {
    padding: 0.5rem 1rem;
    transition: 0.3s ease-in-out;
}

.banner-wrap {
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
}

.banner-wrap {
    width: 100%;
    padding: 4rem 5%;
    min-height: 15rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 4rem;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}

.banner-wrap img, .banner-wrap {
    height: 300px;
}

.font-svn-taken {
    font-family: 'SVN-Taken';
}

.title-section .font-svn-taken {
    font-size: 10rem;
    color: var(--orange);
    margin-left: 2rem;
}

.slogan {
    font-size: 20px;
    margin-bottom: 3rem;
}

.slogan-header {
    color: #fff;
    display: flex;
    align-items: center;
}

.slogan-header span.slogan {
    margin-right: 15px;
    display: flex;
    align-items: center;
}

.slogan-header span.slogan svg {
    margin-right: 5px;
}

.box-header-top>.container>.row>div:nth-child(2) {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-menu-top>ul {
    padding-left: 0;
    margin-bottom: 0;
    display: flex;
    align-items: center;
}

.header-menu-top>ul>li {
    list-style: none;
    margin-left: 15px;
}

.header-menu-top>ul>li>a {
    color: #fff !important;
}

.header-menu-top>ul>li>a>i {
    display: inline-block;
    margin-right: 8px;
}

.box-search .input-group {
    border: 1px solid #004ee6;
    border-radius: 8px;
}

.box-search .input-group .form-control {
    height: 42px;
    border: 0;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

.box-search .input-group .input-group-append .btn-submit {
    background: none;
    border: 0;
    padding: 0 10px;
}

@media (min-width: 1200px) {
    .menu-section>ul {
        display: flex;
        justify-content: space-between;
    }

    .menu-section > ul > li:first-child {
        margin-left: 0;
    }
}

/*header*/
.box-category-product .item .inter-img .img {
    border-radius: 16px;
    overflow: hidden;
}

.box-category-product .item .inter-img {
    margin-bottom: 15px;
}

.box-category-product .item .inter-content {
    text-align: center;
}

.box-category-product .item .inter-content .name a {
    color: #000;
    font-size: 16px;
}

.box-home-01 {
    margin-bottom: 70px;
    margin-top: 70px;
}

.info-benefit .text-benefit .item {
    margin-bottom: 30px;
}

.info-benefit .text-benefit .item .short {
    display: inline-block;
    background: #dbeafe;
    padding: 5px 15px;
    border-radius: 20px;
    margin-bottom: 15px;
    font-weight: 700;
    font-size: 12px;
    color: #3b5abb;
}

.info-benefit .text-benefit .item .title {
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: 700;
}

.box-benefit .img {
    border-top-right-radius: 200px;
    overflow: hidden;
    border-bottom-left-radius: 200px;
}

.info-benefit .title-slogan {
    margin-bottom: 45px;
}

.box-home-02 {
    margin-bottom: 70px;
}

.title-tab {
    margin-bottom: 30px;
}

.title-tab .block-tab>li.nav-item {
    margin-right: 15px;
}

.title-tab .block-tab>li.nav-item>.nav-link {
    font-weight: 600;
    color: #7c828f;
    font-size: 14px;
    border-radius: 22px;
    padding: 12px 25px;
    margin-bottom: 0;
    border-bottom: 0;
    border: 1px solid #ddd;
}

.title-tab .block-tab>li.nav-item>.nav-link.active, .title-tab .block-tab>li.nav-item>.nav-link:hover {
    background: #004ee6;
    color: #fff;
}

.title-tab .title-slogan {
    margin-bottom: 25px;
}

.product-item {
    border-bottom-right-radius: 25px;
    background: white;
}

.product-item .inner-content {
    padding: 15px;
    border-bottom-right-radius: 25px;
    height: 100%;
}

.product-item .inner-content .price {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.animation--border {
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.gradient-background {
    display: none;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 8px;
    left: 8px;
    z-index: -1;
    border-bottom-right-radius: 25px;
}

.product-item:hover .gradient-background {
    display: block;
}

.product-item {
    overflow: visible;
}

.animation--border::before {
    content: "";
    background-image: conic-gradient(#004ee6b0 20deg, transparent 120deg);
    width: 150%;
    height: 150%;
    position: absolute;
    animation: rotate 2s linear 1;
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(-360deg);
    }
}

.box-note-pm {
    position: relative;
    padding: 60px 0;
}

.box-note-pm:before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background: #e3f0ff;
    width: calc(100% + 200px);
    height: 100%;
    border-radius: 20px;
}

.box-note-pm .info-note-pm .title-slogan .slogan {
    padding: 10px 15px;
    background: #fff;
    display: inline-block;
    border-radius: 30px;
    margin-bottom: 30px !important;
}

.box-note-pm .info-note-pm .title-slogan .dsc {
    font-size: 20px;
}

.box-note-pm .info-note-pm .title-slogan .title-section {
    margin-bottom: 30px;
}

.box-note-pm .row {
    flex-wrap: wrap;
    margin-right: -7.5px;
    margin-left: -7.5px;
}

.box-note-pm .row>div {
    padding-right: 7.5px;
    padding-left: 7.5px;
}

.box-note-pm .list-image .img.image-left {
    padding-top: 160%;
    border-radius: 16px;
    overflow: hidden;
}

.box-note-pm .list-image .item-img {
    margin-bottom: 15px;
}

.box-note-pm .list-image .images-center .item-img:nth-child(1) .image {
    padding-top: 148%;
    border-radius: 20px;
    overflow: hidden;
}

.box-note-pm .list-image .item-img .image {
    border-radius: 20px;
    overflow: hidden;
}

.box-note-pm .list-image .images-right .item-img:nth-child(2) .image {
    padding-top: 115%;
}

.box-note-pm .list-image .item-img:last-child {
    margin-bottom: 0;
}

.box-note-pm .list-image>.row {
    display: flex;
    align-items: center;
}

.box-note-pm .list-image .images-center .item-img:nth-child(2) .image {
    padding-top: 90%;
}

.box-home-03 {
    margin-bottom: 50px;
}

.box-home-04 {
    margin-bottom: 80px;
}

.box-what-customers .title-slogan {
    margin-bottom: 30px !important;
}

.box-what-customers .item {
    border: 1px solid #ddd;
    padding: 30px;
    border-radius: 20px;
}

.box-what-customers .item .title {
    font-weight: 700;
    margin-bottom: 15px;
}

.box-what-customers .item .description {
    margin-bottom: 15px;
}

.box-what-customers .item .img-name {
    display: flex;
    align-items: center;
}

.box-what-customers .item .img-name .img {
    flex: 0 0 80px;
    max-width: 80px;
    margin-right: 15px;
}

.box-what-customers .item .img-name .img img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 50%;
}

.box-what-customers .item .inter-content .name {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 5px;
}

.box-home-05 {
    margin-bottom: 80px;
}

.box-article-home .title-section {
    margin-bottom: 30px;
}

.article-item {
    border: 1px solid #ddd;
    border-radius: 12px;
    overflow: hidden;
}

.article-item .inner-content {
    padding: 15px;
}

.article-item .inner-content .post-date {
    margin-bottom: 5px;
}

.article-item.swiper-slide {
    margin-bottom: 0;
}

.box-home-06 {
    margin-bottom: 80px;
}

.title-footer {
    font-size: 15px;
    font-weight: 700;
    color: var(--blue-black);
    margin-bottom: 20px;
}

.menu-footer>ul {
    padding-left: 0;
}

.menu-footer>ul>li {
    list-style: none;
}

.menu-footer>ul>li>a {
    color: var(--color-text);
    display: inline-block;
    margin-bottom: 15px;
}

.menu-footer>ul>li>a:hover {
    color: var(--color-highlight);
}

.box-stories .description {
    font-size: 14px;
    color: var(--gray-bold);
}

.box-stories .name {
    font-size: 16px;
    font-weight: 500;
}

.box-footer-mid {
    padding-top: 50px;
    border-top: 1px solid #ddd;
}

.box-footer-mid>.container>.row>div:nth-child(1), .box-footer-mid>.container>.row>div:nth-child(2) {
    flex: 0 0 25%;
    max-width: 25%;
}

.box-footer-mid>.container>.row>div:nth-child(3), .box-footer-mid>.container>.row>div:nth-child(4), .box-footer-mid>.container>.row>div:nth-child(5) {
    flex: 0 0 16.66%;
    max-width: 16.66%;
}

.box-form-contact {
    background: #e3f0ff;
    border-radius: 30px;
    overflow: hidden;
}

.box-form-contact .form {
    padding: 20px 70px;
}

.box-form-contact .form .title {
    font-weight: 700;
    font-size: 23px;
    margin-bottom: 10px;
}

.box-form-contact .form .dsc {
    font-size: 16px;
    margin-bottom: 15px;
}

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

.box-form-contact .form .form-group .form-control {
    border-radius: 8px;
    height: 45px;
}

.box-form-contact .form .form-group textarea.form-control {
    height: 90px;
}

.box-form-contact .form .form-group .btn-submit {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    height: 45px;
    padding: 0;
    line-height: 43px;
    border-radius: 8px;
}

.box-form-contact>.row {
    margin-right: 0;
    margin-left: 0;
}

.box-form-contact>.row>div {
    padding: 0;
}

.box-home-07 {
    margin-bottom: 70px;
}

.header-menu-mobile .logo-section img {
    height: auto;
}

footer .logo-section {
    margin-bottom: 15px;
}

.header-page-title {
    height: 375px;
    background-size: cover;
    backdrop-filter: brightness(60%);
    -webkit-backdrop-filter: brightness(60%);
    margin-bottom: 70px;
}

.header-page-title .breadcrumb {
    height: 100%;
    backdrop-filter: brightness(60%);
    -webkit-backdrop-filter: brightness(60%);
    display: flex;
    justify-content: center;
    align-items: center;
}

.header-page-title .breadcrumb .content {
    text-align: center;
    position: relative;
    z-index: 9;
}

.header-page-title .breadcrumb .content .title {
    color: #fff;
    font-size: 36px;
    font-weight: 700;
    max-width: 1100px;
}

.header-page-title .breadcrumb nav.breadcrumbs-section {
    justify-content: center;
}

.header-page-title .breadcrumb nav.breadcrumbs-section a, .header-page-title .breadcrumb nav.breadcrumbs-section a>span {
    color: #fff;
}

.header-page-title .breadcrumb nav.breadcrumbs-section a:last-child::after {
    display: none;
}

.box-section-product-page-01 {
    margin-bottom: 70px;
}

.article-hot .info-article-right .article-item {
    display: flex;
    margin-bottom: 15px;
    align-items: center;
}

.article-hot .info-article-right .article-item .inner-image {
    flex: 0 0 175px;
}

.article-hot .info-article-right .article-item:last-child {
    margin-bottom: 0;
}

.article-hot .info-article-left .article-item {
    margin-bottom: 0;
    position: relative;
}

.article-hot .info-article-left .article-item .inner-content {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 9;
}

.article-hot .info-article-left .article-item:before {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 190px;
    bottom: 0;
    background-image: linear-gradient(0deg, black, transparent);
    z-index: 1;
}

.article-hot .info-article-left .article-item .inner-content .article-title a {
    color: #fff;
}

.article-hot .info-article-left .article-item .inner-content .post-date {
    color: #fff;
}

.article-hot .info-article-left .article-item .inner-content .article-title {
    height: auto;
}

.article-hot .info-article-left .article-item .inner-content .article-description {
    color: #fff;
}

.article-hot {
    margin-bottom: 70px;
}

.article-hot .title-section {
    margin-bottom: 30px;
}

.article-hot .info-article-left .article-item .inner-image .img {
    padding-top: 75.5%;
}

.box-section-atc-page-02 {
    margin-bottom: 70px;
}

.box-article-page .article-item {
    display: flex;
    border: 0;
    border-radius: 0;
}

.box-article-page .article-item .inner-image {
    flex: 0 0 250px;
}

.box-article-page .article-item .inner-content {
    padding: 0 15px;
    flex: 1 1;
}

.box-article-page .article-item .inner-content .article-title {
    height: auto;
}

.box-article-page .article-item .inner-image .img {
    border-radius: 12px;
    overflow: hidden;
}

.view-small {
    border: 1px solid #d1d5db;
    border-radius: 12px;
}

.view-small .title {
    padding: 10px 15px;
    border-bottom: 1px solid #d1d5db;
    font-weight: 700;
    font-size: 18px;
}

.view-small .info {
    padding: 15px;
}

.view-small .info .article-item {
    border: 0;
    border-radius: 0;
    display: flex;
    margin-bottom: 20px;
}

.view-small .info .article-item .inner-image {
    flex: 0 0 115px;
    max-width: 115px;
}

.view-small .info .article-item .inner-content {
    padding: 0;
    flex: 1 1;
    padding-left: 15px;
}

.view-small .info .article-item .inner-content .article-title a {
    font-size: 14px;
}

.view-small .info .article-item .inner-content .article-title {
    line-height: 1.2;
    margin-bottom: 5px !important;
    height: auto;
}

.view-small .info .article-item .inner-image .img {
    border-radius: 8px;
    overflow: hidden;
    padding-top: 90%;
}

.view-small .info .article-item .inner-content .article-description {
    font-size: 13px;
}

.view-small .info .article-item:last-child {
    margin-bottom: 0;
}

.product-item .inner-content .attributes .item {
    display: flex;
    /*justify-content: space-between;*/
    margin-top: 7px;
}

.product-item .inner-content .attributes .item span {
    font-size: 14px;
    font-weight: 600;
    color: #4b5563;
}

.product-item .inner-content .attributes .item span.name>i {
    margin-right: 5px;
    color: var(--color-highlight);
    display: inline-block;
    width: 13px;
}

.product-item .inner-content .attributes .item span.value>span {
    margin-left: 3px;
    position: relative;
}

.product-item .inner-content .attributes .item span.value>span:first-child {
    margin-left: 0;
}

/*.product-item .inner-content .attributes .item span.value>span:before {*/
/*    content: ',';*/
/*    margin-right: 3px;*/
/*}*/
.product-item .inner-content .attributes .item span.value>span:first-child:before {
    display: none;
}

.product-item .inner-image img {
    transition: 0.5s;
}

/*.product-item .inner-image img:hover {*/
/*    transform: scale(1.15);*/
/*}*/
.box-article-detail .banner-article-detail {
    max-width: calc(100% - 10vw);
    margin-left: auto;
    margin-right: auto;
}

.box-article-detail .banner-article-detail .inner-image img {
    width: 100%;
    height: 25vw;
    object-fit: cover;
    border-radius: 50px;
}

.box-article-detail .article-detail {
    flex-basis: calc(100% - 90px);
    max-width: calc(100% - 90px);
    padding: 30px 20px 20px;
    background: #fff;
    border-radius: 20px;
    border: 1px solid #ddd;
}

.box-article-detail .box-share-article {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: -140px;
}

.box-article-detail .social-share {
    background: #fff;
    display: inline-block;
    padding: 5px 5px;
    border-radius: 43px;
    border: 1px solid #dddd;
}

.box-article-detail .item-detail-share {
    flex: 0 0 60px;
    max-width: 60px;
}

.box-article-detail .social-share .list-social .btn-social a {
    color: #fff !important;
    display: flex;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}

.box-article-detail .social-share .list-social .btn-social svg {
    width: 40px;
    height: 40px;
}

.box-article-detail .article-detail .article-top .title {
    font-size: 38px;
    font-weight: 700;
    color: #000;
    text-transform: upercase;
    padding: 0 50px;
    margin-bottom: 15px;
}

.box-article-detail .article-detail .article-top {
    text-align: center;
}

.box-article-detail .author-view-detail {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-bottom: 20px;
}

.box-article-detail .author-view-detail .author {
    display: flex;
    align-items: center;
}

.box-article-detail .author-view-detail .author .img-author {
    margin-right: 15px;
}

.box-article-detail .author-view-detail .author .img-author img {
    width: 54px;
    height: 54px;
    border: 4px solid var(--blue-black);
    border-radius: 50%;
}

.box-article-detail .author-view-detail .view {
    background: #EAEAEA;
    padding: 2px 10px;
    border-radius: 20px;
    color: #000;
    font-size: 13px;
}

.box-article-detail .author-view-detail .view i {
    margin-right: 5px;
}

.box-article-detail .social-share .list-social .btn-social:last-child a {
    margin-bottom: 0;
}

.font-detail h2 {
    font-size: 23px;
}

.font-detail h3 {
    font-size: 20px;
}

.font-detail h4 {
    font-size: 18px;
}

.box-section-article-01, .box-section-article-02 {
    margin-bottom: 60px;
}

.box-section-article-02 .title-section {
    /* margin-bottom: 15px; */
}

.box-image-product {
    margin-bottom: 40px;
    position: relative;
}

.box-image-product>.row {
    margin-right: -5px;
    margin-left: -5px;
}

.box-image-product>.row>div {
    padding-right: 5px;
    padding-left: 5px;
}

.box-image-product .img-right .img {
    margin-bottom: 10px;
    border-radius: 8px;
    overflow: hidden;
    padding-top: 65.9%;
}

.box-image-product .img-right .img:last-child {
    margin-bottom: 0;
}

.box-image-product .img-left {
    border-radius: 8px;
    overflow: hidden;
}

.product-content-detail-left .product-info-left {
    border: 1px solid #d1d5db;
    padding: 30px;
    border-radius: 12px;
    margin-bottom: 40px;
}

.product-content-detail-left .product-info-left .product-title-detail {
    font-size: 28px;
    font-weight: 600;
}

.product-content-detail-left .product-info-left .dsc {
    font-size: 16px;
}

.product-content-detail-left .product-info-left .attributes {
    margin-top: 15px;
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid #ddd;
    padding-top: 15px;
}

.product-content-detail-left .product-info-left .attributes .item {
    margin-right: 30px;
    margin-bottom: 10px;
}

.product-content-detail-left .product-info-left .attributes span.name i {
    display: inline-block;
    color: var(--color-highlight);
    width: 25px;
    margin-right: 0;
}

.product-content-detail-left .product-info-left .attributes .item span.name {
    font-weight: 600;
}

.product-content-detail-right {
    border: 1px solid #d1d5db;
    padding: 30px;
    border-radius: 12px;
    position: sticky;
    top: 0;
}

.product-content-detail-right form .form-group {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #dddd;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.product-content-detail-right form .form-group span.icon {
    display: inline-block;
    flex: 0 0 40px;
}

.product-content-detail-right form .form-group span.icon svg {
    width: 30px;
    height: 30px;
}

.product-content-detail-right form .form-group span.value {
    flex: 1 1;
}

.product-content-detail-right form .form-group span.value input.form-control {
    border: 0;
    padding: 0;
    height: 35px;
}

.product-content-detail-right form .form-group .btn-submit {
    width: 100%;
    border-radius: 5px;
}

.product-content-detail-right .price {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
}

.product-content-detail-right .price .price-amount {
    font-size: 20px;
}

.product-content-detail-right form .form-group span.value label {
    margin-bottom: 0;
}

.product-content-detail-left .produc-info-left-bottom {
    border: 1px solid #d1d5db;
    padding: 30px;
    border-radius: 12px;
    margin-bottom: 40px;
}

.product-content-detail-left .produc-info-left-bottom .title, .product-content-detail-left .product-info-left-lt .title {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 15px;
}

.font-detail>ul {
    padding-left: 20px;
}

.font-detail img {
    width: 100%;
    /*height: auto;*/
}

.product-content-detail-right form .form-group textarea.form-control {
    padding: 0;
    border: 0;
}

.box-dt-prd-01, .box-dt-prd-02 {
    margin-bottom: 40px;
}

.swiper-button-prev i, .swiper-button-next i {
    color: #fff;
}

.tags span.tags-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    display: inline-block;
}

.load-more {
    background: #ffffff;
    position: relative;
    padding: 10px;
}

.load-more>a {
    padding: 8px 25px;
    background: var(--color-highlight);
    color: #fff;
    display: inline-block;
    border-radius: 20px !important;
    cursor: pointer;
}

.load-more>.btn-hide, .info-show-content.show .load-more>.btn-show {
    display: none;
}

.info-show-content.show .load-more>.btn-hide {
    display: inline-block;
}

.info-show-content .content-text {
    max-height: 500px;
    overflow: hidden;
}

.info-show-content.show .content-text {
    max-height: 100%;
}

.load-more>a>i {
    font-size: 10px;
}

.product-content-detail-left .product-info-left-lt {
    border: 1px solid #d1d5db;
    padding: 30px;
    border-radius: 12px;
}

.product-info-left-lt.timeline .info {
    border-left: 2px solid var(--color-highlight);
}

.product-content-detail-left .product-info-left-lt .card {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #ddd;
}

.product-content-detail-left .product-info-left-lt.timeline .card {
    border-bottom: none;
    padding-left: 2rem;
}

.product-content-detail-left .product-info-left-lt .item-title-process {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 17px;
    cursor: pointer;
    /*color: var(--color-highlight);*/
}

.product-content-detail-left .product-info-left-lt .card:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}

.item-title-process span {
    position: relative;
}

.timeline .item-title-process span:before {
    display: inline-block;
    content: '';
    height: 12px;
    width: 12px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -27px;
    background: var(--color-highlight);
    border-radius: 50%;
}

.product-content-detail-left .product-info-left-lt .item-title-process.collapsed {
    color: #000;
}

.product-content-detail-left .product-info-left-lt .item-title-process.collapsed i:before {
    content: '\f078';
}

.box-image-product .item.item-img>a {
    position: absolute;
    z-index: 9;
    bottom: 10px;
    left: 10px;
    display: inline-block;
    background: #fff;
    padding: 5px 25px;
    border-radius: 5px;
    color: #000;
}

.box-contact-website .img {
    border-radius: 20px;
    overflow: hidden;
}

.box-contact-website .info-form .title {
    font-size: 28px;
    margin-bottom: 10px;
    font-weight: 700;
    color: #0066b3;
}

.box-contact-website .info-form .dsc {
    margin-bottom: 20px;
    font-size: 18px;
    font-style: italic;
}

.box-contact-website .info-form .form-group {
    margin-bottom: 15px;
}

.box-contact-website .info-form .form-group .form-control {
    border-radius: 8px;
    height: 48px;
    border-color: #ddd;
    background: #f5f5f5;
}

.box-contact-website .info-form .form-group textarea.form-control {
    height: 100px;
}

.box-contact-website .info-form .form-group .btn-submit {
    border-radius: 8px;
}

.pop-up-modal .btn {
    border-radius: 8px;
    position: relative;
    font-size: 2rem;
}

/*.pop-up-modal .btn::after {*/
/*	content: '\f005';*/
/*	font-family: 'Font Awesome 6 Pro';*/
/*	font-weight: 700;*/
/*	position: absolute;*/
/*	right: -9px;*/
/*	bottom: 23px;*/
/*	color: #fff;*/
/*	font-size: 2rem;*/
/*}*/
.pop-up-modal .btn:hover::after {
    z-index: -1;
}

@keyframes flashTextColor {
    0% {
        left: -100px
    }

    20% {
        left: 100%
    }

    100% {
        left: 100%
    }
}

.flashing-text {
    font-weight: bold;
    position: relative;
    overflow: hidden;
}

.flashing-text:before {
    content: '';
    position: absolute;
    width: 100px;
    height: 100%;
    background-image: linear-gradient( 120deg, rgba(255,255,255, 0) 30%, rgba(255,255,255, .8), rgba(255,255,255, 0) 70% );
    overflow: hidden;
    top: 0;
    left: -100px;
    animation: flashTextColor 3s infinite linear;
}

.box-map-contact {
    margin-top: 50px;
}

.box-map-contact>.row {
    display: flex;
    align-items: center;
}

.info-website .info .item>span {
    display: block;
}

.info-website .title {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 10px;
}

.info-website .dsc {
    margin-bottom: 25px;
    font-size: 16px;
}

.info-website .info .item {
    margin-bottom: 30px;
}

.info-website .info .item span.name {
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 15px;
}

.info-website .info .item span.name>svg {
    display: inline-block;
    margin-right: 10px;
}

.info-website .info>.row>div:nth-child(3) .item, .info-website .info>.row>div:nth-child(4) .item {
    margin-bottom: 0;
}

.banner-slider {
    position: relative;
}

.banner-slider .info-form {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    z-index: 1;
}

.banner-slider .info-form .text {
    text-align: center;
    color: #fff;
}

.banner-slider .info-form .text .title {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 15px;
}

.banner-slider .info-form .text .dsc {
    font-size: 25px;
}

.banner-slider .info-form .form {
    background: #fff;
    padding: 15px;
    border-radius: 15px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
}

.banner-slider .info-form .form .btn-submit {
    width: 100%;
    border-radius: 8px;
    height: 50px;
}

.banner-slider .info-form .form .orderby-title {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.banner-slider .info-form .form .dropdown-menu {
    min-width: 170px;
    padding: 0;
}

.banner-slider .info-form .form .dropdown-menu .checkmark {
    height: 16px;
    width: 16px;
    background-color: #fff;
    display: inline-block;
    margin-right: 8px;
    border: 1px solid #464646;
    border-radius: 3px;
    position: relative;
}

.banner-slider .info-form .form .dropdown-menu .list-item .item-check>label {
    display: block;
    margin-bottom: 0;
    padding: 10px;
    border-bottom: 1px solid #ddd;
    display: flex;
    align-items: center;
    cursor: pointer;
    font-weight: 400;
}

.banner-slider .info-form .form .dropdown-menu .list-item .item-check>label input[type="checkbox"] {
    opacity: 0;
    width: 0;
    height: 0;
}

.banner-slider .info-form .form .dropdown-menu .list-item input:checked ~ .checkmark {
    background: var(--color-highlight);
}

.banner-slider .info-form .form .dropdown-menu .list-item input:checked ~ .checkmark:after {
    content: "\f00c";
    font-family: 'Font Awesome 6 Pro';
    font-weight: 900;
    color: #fff;
    font-size: 9px;
    position: absolute;
    top: 0px;
    left: 3px;
}

.banner-slider .info-form .form .dropdown-menu .list-item .item-check>label input {
    opacity: 0;
    width: 0;
    height: 0;
}

.banner-slider .info-form .form .orderby-title>span {
    cursor: pointer;
}

.banner-slider .info-form .form .item-check.custom-control {
    padding-left: 0;
}

.banner-slider .info-form .form .dropdown-menu .list-item {
    max-height: 250px;
    overflow-y: auto;
}

.banner-slider .info-form .form .dropdown-menu .list-item::-webkit-scrollbar {
    width: 2px;
    background-color: #F5F5F5;
    border: 1px solid #fff
}

.banner-slider .info-form .form .dropdown-menu .list-item::-webkit-scrollbar-thumb {
    background-color: #000;
    width: 3px;
}

.banner-slider .info-form .form .orderby-title span.text-name span {
    display: block;
}

.banner-slider .info-form .form .orderby-title span.icon {
    border: 1px solid #e7e6e6;
    width: 50px;
    height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    margin-right: 10px;
    color: #000;
    font-size: 20px;
}

.banner-slider .info-form .form .dropdown-menu .list-item .item-check>label:hover {
    color: var(--color-highlight);
}

.banner-slider .info-form .form .dropdown-menu .list-item .item-check>label:hover .checkmark {
    border-color: var(--color-highlight);
}

.contact-right {
    position: fixed;
    left: 20px;
    bottom: 20px;
    z-index: 99;
}

.contact-right li.entry-content {
    list-style: none;
}

.contact-right li.entry-content>a {
    margin-top: 10px;
    width: 180px;
    background-color: #fff;
    box-shadow: 0 0 15px 5px rgba(0, 0, 0, .08);
    border-radius: 10px;
    padding: 10px 20px !important;
    display: flex;
    align-items: center;
    color: #000;
}

.contact-right li.entry-content>a>span.icon>img {
    width: 32px;
    height: 32px;
    display: inline-block;
    object-fit: contain;
    animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
}

.bg-contact {
    background: #0066B3;
}

@-webkit-keyframes quick-alo-circle-img-anim {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }

    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }

    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }

    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }

    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }

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

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

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

.contact-right li.entry-content>a span.icon {
    display: inline-block;
    margin-right: 10px;
}

.contact-right li.entry-content>a span.content span.name {
    font-weight: 700;
    display: block;
    font-size: 16px;
}

.sec-dsbv-slide-ngang .row {
    width: 100%;
    max-width: calc(1170px + (100vw - 1170px) / 2);
    margin-right: 0;
    margin-left: auto;
}

.sec-dsbv-slide-ngang .article-item.swiper-slide {
    height: auto;
}

.sec-dsbv-slide-ngang .swiper-pagination {
    position: relative;
    bottom: 0;
}

/*//WHY CHOOSE//*/
.whychosse-item .whychoose-img {
    width: 60px;
    display: inline-block;
}

.whychosse-item .whychoose-title {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 10px;
    font-weight: 600;
}

.whychosse-item .whychoose-content {
    font-size: 12px;
    color: var(--gray-bold);
}

.box-item-cate {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: 50% 50%;
}

.box-item-cate .cate-product-item {
    padding: 0 12px;
    margin-bottom: 24px;
    position: relative;
    display: block;
    overflow: hidden;
    cursor: pointer;
}

.box-item-cate .cate-product-item .inner-image::before {
    position: absolute;
    top: 0;
    left: -100%;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    -webkit-transform: skewX(-35deg);
    -ms-transform: skewX(-35deg);
    transform: skewX(-35deg);
    z-index: 1;
}

.cate-product-item:hover .inner-image::before {
    -webkit-animation: hoverShine 1.2s;
    animation: hoverShine 1.2s;
}

.box-item-cate .cate-product-item:nth-child(1) {
    grid-row: 1 / 2;
    grid-column: 1 / 2;
}

.box-item-cate .cate-product-item:nth-child(2) {
    grid-row: 2 / 3;
    grid-column: 1 / 2;
}

.box-item-cate .cate-product-item:nth-child(3) {
    grid-row: 1 / 3;
    grid-column: 2 / 3;
}

.box-item-cate .cate-product-item:nth-child(4) {
    grid-row: 1 / 2;
    grid-column: 3 / 5;
}

.box-item-cate .cate-product-item:nth-child(5) {
    grid-row: 2 / 3;
    grid-column: 3 / 4;
}

.box-item-cate .cate-product-item:nth-child(6) {
    grid-row: 2 / 3;
    grid-column: 4 / 5;
}

@media screen and (max-width: 768px) {
    .language-switch .language-picker span {
        display: none;
    }

    .language-switch ul.topbar-dropdown {
        width: max-content;
        left: auto !important;
    }

    .custom-icon {
        gap: 10px !important;
    }

    .newsletter > .row > div:nth-child(2) {
        border: none !important;
    }

    .cus-d-block {
        display: block;
    }

    .info-form {
        margin-top: 3rem;
    }

    .product-title a {
        display: -webkit-box;
        max-width: 100%;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis
    }

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

    .box-item-cate {
        /*grid-template-columns: repeat(2, 1fr);*/
        /*grid-template-rows: repeat(4, 1fr);*/
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(3, 1fr);
        gap: 8px;
    }

    .box-item-cate .cate-product-item {
        /* padding: 0 12px; */
        /* margin-bottom: 24px; */
        /* position: relative; */
        /* display: block; */
        /* overflow: hidden; */
        /* cursor: pointer; */
        padding: 0;
        margin-bottom: 0;
        grid-column: span 1 / span 2 !important;
        grid-row: span 1 / span 2 !important;
    }

    .check-two-phone .fixed-contact {
        right: -150px !important;
    }
    
    .flashing-text {
        width: 100%;
        margin: 3rem 1.75rem 0;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden;
    }
}

.cate-product-item .inner-image {
    width: 100%;
    height: 100%;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
}

.cate-product-item .inner-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
}

.cate-product-item:hover .inner-image img {
    transform: scale(1.05);
}

.cate-product-item .inner-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 24px;
}

.cate-product-item .inner-content .title {
    font-size: 2rem;
    color: white;
    font-weight: 600;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.absolute-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*///////////////////////*/
/*//form lien he//*/
.newsletter form {
    position: relative;
}

.newsletter .pa-gui {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    background: transparent;
}

/*////////////////////////*/
.box-footer-1 {
    border: 2px solid var(--gray-bold);
}

.custom-icon {
    display: flex;
    gap: 20px;
}

.header-icon img {
    width: 25px;
}

.header-icon {
    display: flex;
}

.right-content form .form-control {
    border: 1px solid var(--gray);
}

/*//form chi tiet tour//*/
.right-content .booking-ticket {
    /*margin-top: 20px;*/
    background-color: white;
}

.right-content .booking-ticket .content {
    border: 1px solid #d1d5db;
    border-radius: 12px;
    margin-bottom: 25px;
    padding: 10px 5px;
    position: relative;
    color: #000;
    display: flex;
    flex-wrap: wrap;
}

.right-content .booking-ticket .content h3.inner {
    background-color: #0064B6;
    color: #fff;
    padding: 15px 20px 15px 18px;
    margin: -6px -2px 20px -2px;
    flex: 1;
    text-transform: uppercase;
    border-radius: 8px;
    text-align: center;
}

.right-content .booking-ticket .form-group {
    margin-bottom: 10px;
}

.right-content .lbtooltip {
    position: relative;
    width: 100%;
    display: block;
}

.right-content .lbtooltip div {
    font-size: 12px;
    font-style: italic;
    font-weight: bold;
    color: #e00b0b;
    line-height: 13px;
    height: 20px;
}

.right-content .btnAddExtraService {
    width: 100%;
    display: block;
    border-radius: 3px;
    padding: 10px 15px;
    text-align: center;
    background-color: #026b57;
    color: #FFF;
    outline: 0;
    border: 0;
    margin-bottom: 10px;
    cursor: pointer;
}

.right-content .options_booking {
    width: 100%;
    color: #212529;
}

.right-content .table_summary {
    width: 100%;
    color: #212529;
    border-collapse: collapse;
}

.right-content .table_summary tr:first-child td {
    border-top: 0px;
}

.right-content .table_summary td {
    padding: .35rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}

.right-content .tdlbl {
    position: absolute;
    font-weight: bold;
}

.right-content .table_summary tr.total {
    color: #E00B0B;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    white-space: nowrap;
}

.right-content .table_summary td:not(:first-child) {
    text-align: right;
    padding-right: .35rem;
}

.right-content .btnBooking {
    border: none;
    color: #fff;
    width: 60%;
    background-color: #0064B6;
    padding: 12px 20px;
    transition: all .3s;
    cursor: pointer;
    margin: 10px auto 0;
    text-transform: uppercase;
    font-weight: 700;
    display: block;
    text-align: center;
    outline: 0;
    border-radius: 3px;
    width: fit-content;
}

.right-content div[class^=col-] {
    position: relative;
    width: 100%;
    padding: 0 5px;
}

.menu-main-desktop .menu-section > ul > li > a {
    font-size: 16px;
}

@media (min-width: 992px) {
    .whychosse-item .whychoose-img {
        width: 70px;
        display: inline-block;
        margin-bottom: 1rem;
    }

    .whychosse-item .whychoose-title {
        font-size: 20px;
    }

    .header-page-title .breadcrumb .content {
        top: 20%;
    }

    .menu-section .entry-menu.dropdown li:hover > a {
        color: white !important;
    }
}

@media (min-width: 1200px) {
    .banner-slider .info-form .form form>.row>div {
        flex: 0 0 28%;
        max-width: 28%;
    }

    .banner-slider .info-form .form form>.row>div:last-child {
        flex: 0 0 16%;
        max-width: 16%;
    }
}

@media (max-width: 1200px) {
    .menu-main-desktop .btn-menu-mobile {
        display: none;
    }

    .box-home-01 {
        margin-bottom: 30px;
    }

    .title-section {
        font-size: 2.4rem;
    }

    .info-benefit .text-benefit .item .title {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .info-benefit .text-benefit .item .short {
        margin-bottom: 10px;
    }

    .info-benefit .text-benefit .item {
        margin-bottom: 25px;
    }

    .box-benefit .img {
        border-top-right-radius: 100px;
        border-bottom-left-radius: 100px;
    }

    .info-benefit .title-slogan {
        margin-bottom: 30px;
    }

    .box-home-02 {
        margin-bottom: 30px;
    }

    .title-tab .title-slogan {
        margin-bottom: 15px;
    }

    .title-tab {
        margin-bottom: 15px;
    }

    .title-tab .block-tab>li.nav-item>.nav-link {
        padding: 8px 17px;
    }

    .box-home-02 {
        margin-bottom: 30px;
    }

    .title-tab .title-slogan {
        margin-bottom: 15px;
    }

    .title-tab {
        margin-bottom: 15px;
    }

    .title-tab .block-tab>li.nav-item>.nav-link {
        padding: 8px 17px;
    }

    .row {
        margin-right: -7.5px;
        margin-left: -7.5px;
    }

    .row>div {
        padding-right: 7.5px;
        padding-left: 7.5px;
    }

    .box-home-03 {
        margin-bottom: 20px;
    }

    .box-note-pm .info-note-pm .title-slogan .slogan {
        margin-bottom: 15px !important;
    }

    .box-note-pm .info-note-pm .title-slogan .title-section {
        margin-bottom: 10px;
    }

    .box-note-pm {
        padding: 30px 0;
    }

    .box-note-pm .info-note-pm .title-slogan .dsc {
        font-size: 15px;
    }

    .info-note-pm {
        margin-bottom: 20px;
    }

    html {
        overflow-x: hidden;
    }

    body {
        overflow-x: hidden;
    }

    .box-note-pm .row {
        margin-right: -5px;
        margin-left: -5px;
    }

    .box-note-pm .row>div {
        padding-right: 5px;
        padding-left: 5px;
    }

    .box-note-pm .list-image .item-img {
        margin-bottom: 10px;
    }

    .box-home-04,.box-home-05, .box-home-06, .box-home-07 {
        margin-bottom: 30px;
    }

    .box-form-contact .form {
        padding: 15px 20px;
    }

    .box-home-01 {
        margin-top: 30px;
    }

    .title-footer {
        margin-bottom: 15px;
    }

    .menu-footer>ul>li:last-child a {
        margin-bottom: 0;
    }

    .entire-info-website address p:last-child {
        margin-bottom: 0;
    }

    .entire-info-website address {
        margin-bottom: 0;
    }

    .menu-footer>ul>li>a {
        margin-bottom: 10px;
    }

    .entire-info-website address p {
        margin-bottom: 10px;
    }

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

    .box-search .icon svg path {
        stroke: var(--color-highlight);
    }

    .header-page-title {
        height: 275px;
        margin-bottom: 30px;
    }

    .box-image-product>.row {
        margin-right: -2.5px;
        margin-left: -2.5px;
    }

    .box-image-product>.row>div {
        padding-right: 2.5px;
        padding-left: 2.5px;
    }

    .box-image-product .img-right .img {
        margin-bottom: 5px;
    }

    .box-image-product {
        margin-bottom: 30px;
    }

    .product-content-detail-left .product-info-left {
        padding: 15px;
        margin-bottom: 30px;
    }

    .product-content-detail-left .product-info-left .product-title-detail {
        font-size: 20px;
    }

    .product-content-detail-left .product-info-left .dsc {
        font-size: 14px;
    }

    .product-content-detail-left .produc-info-left-bottom {
        margin-bottom: 30px;
        padding: 15px;
    }

    .product-content-detail-left .product-info-left-lt {
        padding: 15px;
    }

    .product-content-detail-left .product-info-left-lt .item-title-process {
        font-size: 14px;
    }

    .product-content-detail-left .produc-info-left-bottom .title, .product-content-detail-left .product-info-left-lt .title {
        font-size: 20px;
    }

    .product-content-detail-right {
        padding: 15px;
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .box-dt-prd-01, .box-dt-prd-02 {
        margin-bottom: 30px;
    }

    .article-hot .title-section {
        margin-bottom: 20px;
    }

    .info-article-left {
        margin-bottom: 15px;
    }

    /*.article-item .article-title {*/
    /*    height: 44px;*/
    /*}*/
    .article-hot {
        margin-bottom: 30px;
    }

    .article-hot {
        margin-bottom: 30px;
    }

    .box-section-atc-page-02>.container>.row>div {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .box-section-atc-page-02 .box-article-page {
    }

    .box-section-atc-page-02>.container>.row>div:first-child {
        margin-bottom: 30px;
    }

    .box-article-page .article-item .inner-image {
        flex: 0 0 175px;
    }

    .box-article-page .article-item .inner-content {
        padding-right: 0;
    }

    .box-article-page .article-item .inner-content .article-title {
        white-space: pre-wrap;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        display: -webkit-box;
    }

    .box-section-atc-page-02 {
        margin-bottom: 30px;
    }

    .box-article-detail .box-share-article {
        margin-top: 30px;
    }

    .box-article-detail .banner-article-detail .inner-image img {
        border-radius: 10px;
        height: 38vw;
    }

    .box-article-detail .article-detail {
        flex: 0 0 100%;
        max-width: 100%;
        border-radius: 8px;
        padding: 15px;
    }

    .box-article-detail .banner-article-detail {
        max-width: 100%;
    }

    .box-article-detail .article-detail .article-top .title {
        font-size: 20px;
        padding: 0;
        margin-bottom: 10px;
    }

    .box-article-detail .article-detail .article-top {
        margin-bottom: 15px;
    }

    .box-article-detail .item-detail-share {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .box-article-detail .social-share {
        border-radius: 8px;
        margin-top: 15px;
    }

    .box-article-detail .social-share .list-social {
        display: flex;
    }

    .box-article-detail .social-share .list-social .btn-social a {
        margin-bottom: 0;
        margin-right: 15px;
    }

    .box-article-detail .social-share .list-social .btn-social:last-child a {
        margin-right: 0;
    }

    .box-section-article-01, .box-section-article-02 {
        margin-bottom: 30px;
    }

    .row.no-gutters>div {
        padding-right: 7.5px;
        padding-left: 7.5px;
    }

    .box-contact-website .info-form .title {
        font-size: 25px;
    }

    .box-contact-website .img {
        margin-bottom: 15px;
    }

    .box-map-contact {
        margin-top: 15px;
    }

    .box-map-contact>.row>div {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .box-map-contact .info-website {
        padding: 10px 15px 0;
    }

    .info-website .title {
        font-size: 25px;
    }

    .info-website .dsc {
        margin-bottom: 20px;
    }

    .info-website .info .item {
        margin-bottom: 15px;
    }

    .info-website .info .item span.name {
        margin-bottom: 10px;
    }
}

@media (min-width: 768px) and (max-width:1200px) {
    .box-map-contact .info-website {
        padding: 20px;
    }

    .box-footer-mb>.container>.row>div:nth-child(1),.box-footer-mb>.container>.row>div:nth-child(2) {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .box-footer-mb>.container>.row>div {
        flex: 0 0 33.33%;
        max-width: 33.33%;
        margin-bottom: 30px;
    }

    .box-search .icon {
        display: none;
    }

    .swiper-slider-main .swiper-slide img {
        height: 50vw;
    }

    .box-form-contact .form .title {
        font-size: 15px;
    }

    .box-form-contact .form .dsc {
        font-size: 13px;
    }

    .box-form-contact .form .form-group .form-control {
        height: 40px;
    }

    .box-form-contact .form .form-group textarea.form-control {
        height: 60px;
    }

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

    .box-form-contact .form .form-group .btn-submit {
        height: 40px;
        line-height: 38px;
    }

    .box-form-contact .inter-image .img {
        padding-top: 120%;
    }

    .box-article-page .article-item .inner-content .article-title {
        height: auto;
    }
}

@media (min-width: 768px) and (max-width:992px) {
    .banner-slider .info-form .form form>.row>div {
        flex: 0 0 33.33%;
        max-width: 33.33%;
    }

    .banner-slider .info-form .form form>.row>div:last-child {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .banner-slider .info-form .form .btn-submit {
        height: 42px;
        margin-top: 15px;
    }

    .banner-slider .info-form .form {
        padding: 15px;
    }
}

@media (min-width: 767px) and (max-width: 1280px) {
    .timeline .item-title-process span:before {
        left: -24px;
    }
}

@media (max-width: 767px) {
    .timeline .item-title-process span:before {
        left: -25px;
    }

    .header-page-title {
        height: 175px;
    }

    .header-page-title .breadcrumb .content .title {
        font-size: 18px;
    }

    .box-footer-mb>.container>.row>div {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 20px;
    }

    .banner-slider .info-form {
        transform: none;
        position: initial;
    }

    .banner-slider .info-form .text {
        position: absolute;
        top: 18vw;
        left: 0;
        z-index: 1;
        width: 100%;
    }

    .banner-slider .info-form .text .title {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .banner-slider .info-form .text .dsc {
        font-size: 21px;
    }

    .swiper-slider-main .swiper-slide img {
        height: 55vw;
    }

    .banner-slider .info-form .form {
        margin-top: 15px;
        border: 1px solid #ddd;
    }

    .banner-slider .info-form .form .dropdown {
        margin-bottom: 15px;
    }

    .box-what-customers .title-slogan {
        margin-bottom: 20px !important;
    }

    .article-item .article-description {
        max-height: 61px;
        overflow: hidden;
    }

    .box-footer-mb {
        border-top: 1px solid #ddd;
    }

    .header-menu-mobile>.container>.row>div:nth-child(3) {
        display: flex;
        justify-content: flex-end;
    }

    .box-search:hover form {
        opacity: 1;
        display: block;
    }

    .banner-slider .info-form .form .btn-submit {
        height: 40px;
        background-color: var(--color-top);
        border-color: var(--color-top);
        color: white;
    }

    .box-form-contact .form .title {
        font-size: 18px;
    }

    .contact-right {
        left: 10px;
        bottom: 10px;
    }

    .contact-right li.entry-content>a {
        padding: 3px !important;
        width: 38px;
        margin-top: 5px;
        border-radius: 50%;
    }

    .contact-right li.entry-content>a span.content {
        display: none;
    }

    .contact-right li.entry-content>a span.icon {
        margin-right: 0;
    }
}

@media (max-width: 500px) {
    .article-item .article-title {
        white-space: pre-wrap;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        display: -webkit-box;
    }
}

@media (max-width: 430px) {
    .title-tab .block-tab>li.nav-item {
        margin-right: 0;
    }

    .title-tab .block-tab>li.nav-item>.nav-link {
        font-size: 12px;
    }

    .title-tab .block-tab {
        justify-content: space-between;
    }
}

.breadcrumbs-section a:last-child::after {
    display: none;
}

.wrap-suggestion .title-cp {
    line-height: 1.3;
}

.swiper .product-item.swiper-slide .product-title {
    height: 34px;
    overflow: hidden;
}

.wrap-suggestion .price-amount span.currency-symbol {
    margin-left: 0;
}

.box-member-top {
    margin-left: 15px;
}

.product-item .hover-anh .anh-thu-2 {
    transition: 0.5s ease-in-out;
    opacity: 0;
}

.product-item:hover .hover-anh .anh-thu-2 {
    opacity: 1;
}

.anh-thu-1 {
    transition: .5s ease;
}

div#login-modal .modal-content {
    border-radius: 12px;
}

@media (max-width: 1200px) {
    .box-member-top a span {
        display: none;
    }

    .box-rating-cm {
        padding: 15px;
        margin-bottom: 30px;
    }

    .title-rating-comment {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .box-search .icon {
        width: 4rem;
        height: 4rem;
        border: 1px solid var(--color-highlight);
        border-radius: 5px;
        display: inline-flex;
        justify-content: center;
        align-items: center;
    }

    .box-search .icon svg {
        width: 18px;
        height: 18px;
    }

    .box-search form {
        /* position: absolute !important; */
        top: 100%;
        z-index: 2;
        background: #fff;
        /* padding: 5px; */
        border-radius: 5px;
        width: 100%;
        /* right: 0; */
        /* display: none; */
        /* opacity: 0; */
    }

    .box-header-top .slogan-header {
        display: none;
    }

    .setting-menu-pc>.container>.row>div:nth-child(1) {
        order: 2;
    }

    .setting-menu-pc>.container>.row>div:nth-child(2) {
        order: 1;
    }

    .setting-menu-pc>.container>.row>div:nth-child(3) {
        order: 3;
        display: flex;
        justify-content: flex-end;
    }

    .setting-menu-pc>.container>.row>div {
        flex: 0 0 33.33%;
        max-width: 33.33%;
    }

    .setting-menu-pc .box-search>.icon {
        display: inline-flex !important;
    }

    .box-member-top a {
        color: var(--color-highlight) !important;
    }

    .box-member-top a i {
        display: inline-flex;
        width: 36px;
        height: 36px;
        border-radius: 5px;
        border: 1px solid;
        align-items: center;
        justify-content: center;
        padding-right: 0 !important;
    }

    .box-search .input-group .form-control {
        height: 32px;
    }
}

@media (max-width: 768px) {
    .product-item .inner-content .price {
        display: block;
    }

    .sec-dsbv-slide-ngang .article-title a {
        display: -webkit-box;
        max-width: 100%;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis
    }

    .language-picker img {
        width: 32px;
        height: auto;
    }
}

.detail-cate {
    display: none;
}

.detail-cate.active {
    display: block;
}

.box-detail-cate {
    padding: 3.8rem 4rem 3rem 3.6rem;
}

.box-table-nav nav li {
    list-style: none !important;
}

.product-content-detail-left .product-title-detail, .product-content-detail-left .title {
    color: var(--color-highlight);
}

.right-content .icon-info .info {
    position: absolute;
    bottom: 25px;
    left: 50%;
    transform: translateX(-50%);
    width: 22rem;
    font-size: 1.2rem;
    background-color: var(--color-highlight);
    padding: .5rem;
    border-radius: .3rem;
    color: #fff;
    opacity: 0;
    transition: all .3s;
    height: auto;
    width: max-content;
    text-align: center;
    padding: 0.7rem;
    pointer-events: none;
    z-index: 999;
}

.right-content .icon-info:hover .info {
    opacity: 1;
}

.right-content .icon-info {
    position: relative;
    margin-left: 1rem;
    cursor: pointer;
}

.check-two-phone {
    position: relative;
    cursor: pointer;
}

.check-two-phone .fixed-contact {
    position: absolute;
    right: -82%;
    top: 0;
    width: 140px;
    transition: ease-out .12s all;
    z-index: 10000;
    transform: scale(0);
}

.check-two-phone .fixed-contact span {
    font-weight: 700;
    display: block;
    font-size: 16px;
    color: black;
}

.check-two-phone .fixed-contact div {
    background-color: #fff;
    box-shadow: 0 0 15px 5px rgba(0, 0, 0, .08);
    border-radius: 10px;
    padding: 9px 20px !important;
}

.phone-2 {
    margin-top: 0.5rem;
}

.check-two-phone .fixed-contact.show {
    transform: scale(1);
}

/*Button-Contact-Fixed*/
.contact-fixed {
    z-index: 999;
    right: 2rem;
    bottom: 7rem;
    position: fixed;
    height: 6rem;
    width: 6rem;
    background: var(--color-highlight);
    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: var(--color-highlight);
    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: 26rem;
    position: absolute;
    bottom: 8rem;
    right: 0;
    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: 7px;
    -webkit-transform-origin: 80% 105%;
    -ms-transform-origin: 80% 105%;
    transform-origin: 80% 105%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: ease-out .12s all;
    -o-transition: ease-out .12s all;
    transition: ease-out .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;
    border-radius: 50%;
}

@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
    }
}

.box-border-product {
    border: 1px solid #d1d5db;
    border-radius: 12px;
}

.box-border-product .title-section {
    padding: 10px 15px;
    border-bottom: 1px solid #d1d5db;
}

.box-border-product .box-product {
    padding: 1.5rem 1.5rem 0 1.5rem;
}

.order-review .price-amount {
    font-weight: 600;
}

/*End-Button-Contact-Fixed*/
.box-diachilienhe {
    box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
}

.price-dv-khac {
    display: flex;
}

.product-item .inner-content .attributes .item .value {
    white-space: pre-wrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
