.bg-light-1 {
 background-color: #ffe1b2;
}
.article-detail * {
    font-size: 1.4rem !important;
    font-family: system-ui, -apple-system, "Segoe UI", "Helvetica Neue", Arial, sans-serif !important;
}

.btn-action-header {
    color: var(--black);
    top: 0px;
    /* left: 50px; */
}

.flags {
	aspect-ratio: 4/3;
	object-fit: cover;
	height: 1.5rem;
}

.entire-action-header {
    padding: 0.8rem 0;
}
.content-why h4 {
    font-weight: bold;
}
.entire-action-header .form-dropdown {
    position: absolute;
    padding: 10px;
    width: 300px;
    top: 100%;
    left: auto;
    right: -75px;
    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;
}

.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;
}

/* ------------------------------------------- */
.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    display: block;
    transition: all 0.3s ease 0s;
    z-index: 99;
    -webkit-box-shadow: 1px 1px 10px rgb(0 0 0 / 15%);
    box-shadow: 1px 1px 10px rgb(0 0 0 / 15%);
    background-color: white;
}

.color-hightlight {
    color: var(--color-highlight);
}

.box-title {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 3rem 0;
}

.don_hang a:after {
    display: none;
}

.product-tab.nav {
    position: relative;
}

.product-tab.nav .nav-item .nav-link {
    font-size: 15px;
    line-height: 27px;
    color: #BEBEBE;
}

.product-tab.nav .nav-item .nav-link.active {
    color: var(--black);
    font-weight: 600;
}
.article-entry-info > span {
    margin-right: 6px;
}

.article-entry-info .article-category a {
    font-weight: 600;
    line-height: 26px;
    text-transform: uppercase;
    color: black;
}

.setting-menu>.container>.row {
    align-items: center;
}

.setting-menu > .container > .row > div:nth-child(2) {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    -webkit-box-align: center;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-justify-content: flex-end;
    /*align-items: flex-end;*/
    /*-webkit-align-items: flex-end;*/
}

.logo-section img {
    height: 80px;
}

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

#modal-baogia .image-baogia img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}

#modal-baogia .modal-dialog {
    max-width: 1170px;
    border-radius: 10px;
    overflow: hidden;
}

#modal-baogia .close {
    position: absolute;
    opacity: 1;
    color: var(--color-highlight);
    top: 15px;
    right: 15px;
    z-index: 99;
    text-shadow: none;
}

#modal-baogia .close i {
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    display: inline-block;
}

#modal-baogia .form-group {
    margin-bottom: 30px;
}

.menu-section > ul > li > .entry-menu:after {
    position: absolute;
    top: -7px;
    left: 20px;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 7px 7px 7px;
    border-color: transparent transparent #FFF transparent;
}

.menu-section .entry-menu li:last-child a {
    border: none
}

.search-section .btn-action-header {
    /*height: 46px;*/
    line-height: 44px;
}

.slick-next, .slick-prev {
    top: 50%;
    transform: translateY(-50%);
}

.box-suggest .btn.btn-1a {
    line-height: 37px;
    padding: 0 20px;
}

.pl-40 {
    padding-left: 40px !important;
}

.btn-submit {
    background: var(--color-main);
    color: var(--white);
    text-align: center;
    border-radius: 5px;
    padding: 0 20px;
    height: 40px;
    line-height: 38px !important;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-weight: 600;
}

.btn-submit:hover {
    background-color: var(--color-highlight);
    color: var(--white);
}

.language-section ul li img {
    height: 13px;
    margin-right: 5px;
    width: 17px;
    object-fit: cover;
}

.language-section ul {
    text-align: left;
}

.language-picker i {
    ertical-align: text-top;
}

.setting-menu.fixed {
    max-width: 1920px;
    margin: auto;
    z-index: 10;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    -o-box-shadow: 0 4px 0 rgba(0,0,0,.04);
    -webkit-box-shadow: 0 4px 0 rgb(0 0 0 / 4%);
    -moz-box-shadow: 0 4px 0 rgba(0,0,0,.04);
    box-shadow: 0 4px 0 rgb(0 0 0 / 4%);
    padding: 10px 0 !important;
}

.fixed .logo-section img {
    height: 50px;
}

.fixed .menu-section > ul > li > a {
    color: var(--color-text);
}

.menu-section .active {
    color: var(--color-main);
}

.slider-section .slick-list .slick-slide:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: var(--color-text);
    z-index: 1;
    opacity: 0.2;
}

.slider-main>.container>.row {
    margin-right: -5px;
    margin-left: -5px;
}

.slider-main>.container>.row>div {
    padding-right: 5px;
    padding-left: 5px;
}

.slide-content {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    z-index: 3;
}

.slider-section .inner-title {
    position: relative;
    transition: none 0s ease 0s;
    padding: 0px;
    font-size: 30px;
    text-transform: uppercase;
    margin-bottom: 15px;
    color: #fff;
    padding-bottom: 10px;
}

.slider-section .inner-title:after {
    content: '';
    height: 1px;
    width: 93px;
    background-color: white;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

.slider-section .inner-description {
    font-size: 18px;
    line-height: 1.7;
    color: #fff;
    margin-bottom: 30px;
}

.slider-section img {
    overflow: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.slider-section .slick-active img.expand {
    transition: transform 10s linear, opacity 3s;
    opacity: 1;
    transform: scale(1.2, 1.2) !important;
}

.t-fade:nth-child(1) {
    animation-delay: .2s;
}

.t-fade:nth-child(2) {
    animation-delay: .7s;
}

.t-fade:nth-child(3) {
    animation-delay: 1.2s;
}

.title-query i {
    border: 1px solid;
}

.sevices-box {
    background: #f1fbff;
}

.service-item {
    box-shadow: 0px 0px 57px 0px rgb(0 0 0 / 5%);
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear;
}

.service-item .content-item-service img {
    width: 60px;
    height: 60px;
    object-fit: scale-down;
}

.service-item:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 0;
    height: 5px;
    background: var(--color-main);
    width: 0;
    transition: width .3s;
    z-index: 99;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.5s ease;
}

.service-item:hover {
    transform: translateY(-15px);
    box-shadow: 0px 0px 57px 0px rgb(0 0 0 / 20%);
}

.service-item:hover:before {
    width: 100%;
}

.bg-item-service:before {
    content: '';
    background: black;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0.5;
}

.category-absolute .ratio-3-2 {
    padding-top: 100%;
}

.category-absolute img {
    border-radius: 50px;
}

.category-absolute .item-title-category {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    left: 0;
    right: 0;
    font-size: 18px !important;
}

.category-absolute .item-title-category a {
    color: white !important;
    font-weight: bold;
}

.category-absolute .item-category .img-category a:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: var(--color-text);
    opacity: 0.2;
    z-index: 2;
    border-radius: 50px;
    top: 0;
}

.category-absolute .img-category {
    margin: 0 !important;
}

.category-absolute .item-title-category a:hover {
    color: var(--color-highlight) !important;
}

.inner-content-absolute {
    position: absolute;
    bottom: 0;
    padding: 30px;
    z-index: 2;
}

.inner-content-absolute * {
    color: white !important;
}

.read-more {
    font-weight: 700;
    color: var(--color-main);
    text-transform: uppercase;
    font-size: 12px;
}

.view-article-right .article-description, .view-article-right .read-more {
    display: none;
}

.view-article-right .inner-content-absolute {
    padding: 15px;
}

.view-article-right .article-item .article-title {
    font-size: 13px;
    margin: 0;
    line-height: 20px;
}

.inner-image-news::before, .inner-image-news::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(2, 16, 81, 0) 0%, rgb(0 0 0 / 70%) 100%);
    transition: 0.3s;
    z-index: 1;
    border-radius: 0.25rem;
}

.inner-image-news::after {
    top: unset;
    bottom: 0;
    height: 0;
    background: rgba(2, 16, 81, 0.2);
    transition: 0.3 linear;
}

.inner-image-news:hover::after {
    height: 100%;
}

.view-article-left .ratio-3-2 {
    padding-top: 68.5%;
}

footer {
    background-color: #ffe1b2;
}

.title-footer {
    font-weight: 600;
    margin-bottom: 30px;
    font-size: 16px;
    position: relative;
}

.title-footer:before {
    position: absolute;
    display: block;
    height: 2px;
    background-color: var(--color-highlight);
    left: 0px;
    bottom: -10px;
    content: "";
    width: 40px;
}

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

.footer-menu-section .list-unstyled {
    padding-left: 1.5rem;
    position: relative;
}

.footer-menu-section .list-unstyled li:before {
    position: absolute;
    left: 0px;
    content: '\f105';
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    font-size: 12px;
}

.social-footer ul li a {
    display: inline-block;
    background-color: #aaccd1;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
}

.social-footer ul li a img {
    opacity: 0.7;
    width: 16px;
}

.social-footer ul li a:hover img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

.social-footer ul li a:hover img {
    opacity: 1;
}

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

.newsletter input {
    padding: 15px 65px 15px 15px;
    background: #252525;
    color: #a7a7a7;
    width: 100%;
    border-radius: 3px !important;
    height: 54px;
}

.newsletter .btn {
    color: #fff;
    background-color: var(--color-highlight);
    width: 50px;
    height: 100%;
    position: absolute;
    right: 0px;
    border: 0px;
    border-radius: 0px 3px 3px 0px;
    font-size: 26px;
    top: 0px;
    padding: 0;
    line-height: 54px;
}

.copyright span {
    color: var(--color-highlight);
}

.breadcrumbs-section {
    background-size: cover;
    background-position: center;
    position: relative;
    height: 500px;
}

.breadcrumbs-section:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(2, 16, 81, 0.4), rgba(2, 16, 81, 0.4));
    pointer-events: none;
}

.icon-why {
    border-radius: 50%;
    margin-right: 20px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 6px 10px 0px rgb(32 72 141 / 20%);
    width: 65px;
    height: 65px;
    text-align: center;
    font-size: 24px;
    color: rgb(183, 183, 183);
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.content-why {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.content-why p {
    color: #6f6f6f;
}

.bg-contact {
    background-attachment: fixed !important;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: absolute;
    width: 100%;
    height: 100%;
}

.contact-home:before {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,0.5);
    left: 0;
    z-index: 1;
    content: '';
}

.contact-content {
    z-index: 2;
}

.btn-border {
    border-width: 2px !important;
    padding-top: 8px;
    padding-bottom: 8px;
}

.btn-border:hover {
    background: white
}

.map iframe {
    display: block;
}

html[lang="en"] .btn-action-header {
    padding: 0 0 0 10px;
}

html[lang="en"] .bao-gia .btn-submit {
    padding: 0 15px;
}

.category-content img {
    max-width: 100%;
}

#return-to-top {
    position: fixed;
    bottom: 110px;
    right: 22px;
    background: var(--color-main);
    width: 60px;
    height: 60px;
    display: block;
    text-decoration: none;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-align: center;
    border-radius: 50%;
    z-index: 99;
}

#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    font-size: 30px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    line-height: 60px;
}

#return-to-top:hover {
    background: var(--color-highlight);
}

.hover-image-item::before, .hover-image-item::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
    pointer-events: none;
    transition: 0.3s;
    z-index: 1;
}

.hover-image-item::after {
    background: linear-gradient(0deg, rgb(9 124 153 / 20%), rgb(23 165 200 / 60%));
    opacity: 0;
    transition: 0.3s;
}

.hover-image-item .inner-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 3.6rem 3.2rem;
    text-align: center;
    color: #fff;
    z-index: 2;
}

.hover-image-item .article-title {
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    margin: 0 auto;
    padding: 0.8rem 0;
    font-size: 24px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: -0.01em;
    color: #fff;
    position: relative;
    transition: 0.3s;
}

.hover-image-item .article-title::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 130px;
    height: 2px;
    background: var(--color-main);
    transition: 0.3s;
    opacity: 0;
}

.hover-image-item .article-description {
    padding-top: 0.8rem;
    letter-spacing: -0.01em;
    opacity: 0;
    pointer-events: none;
    transition: 0.3s;
}

.fixed .search-section .btn-action-header i {
    color: var(--color-text) !important;
}

.products-cat img {
    max-width: 100%;
}

.contact_product {
    background: var(--color-main);
    color: #fff;
    line-height: 3;
    padding: 0 40px;
    border-radius: 8px;
    margin-top: 15px;
    display: inline-block;
}

.contact_product:hover {
    color: #fff;
}

b, strong {
    font-weight: bold;
}

.slide-height .slick-track {
    display: flex;
}

.slide-height .slick-slide {
    height: auto !important;
}

.don_hang a p {
    border: 1px solid var(--color-highlight);
    border-radius: 50px;
    padding: 5px 65px;
    margin: 10px;
    background-color: var(--color-highlight);
}

.form-contact-slider-home {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 200px;
    z-index: 9;
    width: 500px;
}

.bg-form-home {
    background: rgba(2, 32, 58, 0.5);
    padding: 40px 60px;
    border-radius: 10px;
}

@media (min-width: 1025px) {
    .hover-image-item:hover::after {
        opacity: 1;
    }

    .hover-image-item:hover .article-title {
        font-size: 18px;
        top: 0;
        transform: unset;
    }

    .hover-image-item:hover .article-title::before {
        opacity: 1;
    }

    .hover-image-item:hover .article-description {
        opacity: 1;
        pointer-events: auto;
    }
}

@media (max-width: 1200px) and (min-width: 1023px) {
    .menu-section > ul > li > a {
        font-size: 12px;
        padding: 0 5px;
    }

    .bao-gia .btn-submit {
        font-size: 13px;
        padding: 0 10px !important;
    }

    .bao-gia {
        margin-left: 10px !important;
    }

    .search-section .btn-action-header {
        padding: 0 5px;
    }

    .slider-section .inner-title {
        font-size: 20px;
    }

    .slider-section .inner-description {
        font-size: 15px;
    }
}

@media (min-width: 768px) {
    .list-introduce>.row>div:nth-child(2n)>.article-item>.row>div:first-child {
        order: 2;
    }
}

@media (min-width: 992px) {
    .service-item .inner-image:after {
        content: "";
        width: 50px;
        height: 100%;
        background: #f8f9fa;
        position: absolute;
        right: -27px;
        top: 0;
        transform: skewX(-13deg);
    }

    #modal-baogia .modal-dialog {
        top: 50%;
        transform: translateY(-50%);
    }
}

@media (max-width: 1024px) {
    .hover-image-item .inner-content {
        padding:20px
    }

    .hover-image-item .article-title {
        font-size: 18px;
        top: 0;
        transform: unset;
    }

    .hover-image-item .article-title::before {
        opacity: 1;
    }

    .hover-image-item .article-description {
        opacity: 1;
        pointer-events: auto;
    }

    .hover-image-item .ratio-16-9 {
        padding-top: 80%;
    }
}

@media (max-width: 992px) {
    .logo-section img {
        height: 45px !important;
    }

    .category-content img {
        height: auto;
    }

    .btn-action-header i {
        font-size: 20px;
    }

    .setting-menu {
        border-bottom: 1px solid #85889b;
    }
}

@media (max-width: 768px) {
    .contact-desc {
        padding: 0 !important;
        margin-top: 10px;
    }
    .products-cat img {
        height: auto !important;
    }

    .article-content img, .article-content iframe, .article-content video {
        height: auto;
    }

    .rti-don-hang {
        padding-top: 100%;
    }
    .swiper-slider-main .swiper-slide img {
        height: 60vw;
    }

    .bao-gia >a.btn {
        padding: 0 15px;
        margin: 0 10px;
    }
}

@media (max-width: 767px) {
    .top-header {
        text-align: center;
    }

    .breadcrumbs-section {
        height: 300px;
    }

    #modal-baogia .close {
        color: white;
    }

    .contact-desc {
        margin-bottom: 10px;
    }

    .view-article-left .inner-content-absolute {
        padding: 15px 0;
        position: inherit;
    }

    .view-article-left .article-item::before, .view-article-left .article-item::after {
        opacity: 0;
    }

    .view-article-left .inner-content-absolute * {
        color: var(--color-text) !important;
    }

    .inner-image-news::before, .inner-image-news::after {
        opacity: 0;
    }
}

@media (max-width: 480px) {
    .bao-gia >a.btn>span {
        display: none;
    }

    .bao-gia >a.btn>i {
        padding-right: 0 !important;
    }

    .btn-submit {
        height: 40px;
    }
}

@media (max-width: 320px) {
    .entire-action-header .form-dropdown {
        max-width: 200px;
    }
}

/*gioi thieu chung*/
.breadcrumbs-section a, .breadcrumbs-section span {
    margin-right: 6px;
    line-height: 24px;
    color: white;
}

/*--------------------------------------*/
.introduce-two > .row > div:nth-child(2) > .cus-2img-gt > .row {
    flex-direction: row-reverse;
}

/*--------------------------------------*/
/*san pham*/
.product-item {
    background: var(--white);
    border-radius: 0.25rem;
    overflow: hidden;
    height: 100%;
    padding: 6px;
}

.product-item .inner-image {
    position: relative;
    overflow: hidden;
}

.product-item .inner-content {
    padding: 6px;
}

.product-item .inner-content .product-category a {
    font-size: 13px;
}

.product-item .inner-content .product-category a:last-child .comma-item {
    display: none;
}

.product-item .inner-content .product-category a:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.product-item .inner-content .product-title {
    margin-bottom: 0;
    white-space: pre-wrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

.product-item .inner-content .product-title a {
    color: var(--color-text);
    font-weight: 600;
    font-size: 14px;
}

.product-item .inner-content .product-title a:hover {
    color: var(--color-main);
}

.product-item .inner-content .product-rating-price {
    height: 22px;
    line-height: 22px;
    overflow: hidden;
}

.product-item .inner-content .product-rating-price .wrp-rating-price {
    height: 44px;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: transform 0.25s ease-in-out;
    transition: transform 0.25s ease-in-out;
}

.product-item:hover .product-action {
    opacity: 1;
    filter: opacity(1);
    visibility: visible;
    bottom: 30px;
}

.product-item:hover .inner-content .product-rating-price .wrp-rating-price {
    -webkit-transform: translateY(-22px);
    -ms-transform: translateY(-22px);
    -o-transform: translateY(-22px);
    transform: translateY(-22px);
}

.price-amount {
    font-weight: 700;
    font-size: 16px;
}

.price-amount.old-price {
    color: var(--color-text);
    font-weight: 400;
    margin-left: 15px;
    position: relative;
}

.price-amount.old-price::after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 0.5px;
    background-color: var(--color-text);
    width: 100%;
}

/*lien he */
textarea {
    padding: 10px 15px;
    min-height: 80px;
    border-radius: 0.25rem;
    border: 1px solid #ced4da;
    height: auto;
    width: -webkit-fill-available;
}

/*tin tuc*/
.img-news {
    object-fit: cover !important;
}

.form-get-advice {
    background-size: cover;
    background-position: center;
    padding: 3rem 0;
}

.item-form {
    background: rgb(0 0 0 / 75%);
    padding: 3rem;
    color: white;
}

.item-form .title-form {
    font-size: 2.5rem;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 2rem;
}

.item-form .form-control {
    border-radius: .5rem;
}

.share-button:before {
    content: "";
    width: 56px;
    height: 56px;
    top: -8px;
    left: -8px;
    position: absolute;
    box-shadow: 0 0 0 0 #dc1c27;
    background-color: #dc1c27;
    border-radius: 50%;
    /* border: 2px solid transparent; */
    -webkit-animation: phone-vr-circle-fill 2.3s infinite ease-in-out;
    animation: phone-vr-circle-fill 2.3s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animuiion: zoom 1.3s infinite;
    animation: zoom 1.3s infinite;
}

@keyframes zoom {
    0% {
        transform: scale(0.9);
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 15px transparent;
    }

    100% {
        transform: scale(0.9);
        box-shadow: 0 0 0 0 transparent;
    }
}

/*.cus-border-right-doi-tac {*/
/*    border-right: 2px solid var(--color-main);*/
/*    padding-right: 20px;*/
/*}*/
/*.cus-album-slider .swiper-wrapper .swiper-slide:last-child .cus-border-right-doi-tac {*/
/*    border-right: 0;*/
/*}*/
.cus-border-right-doi-tac .img {
    position: relative;
}

.cus-border-right-doi-tac .img:after {
    content: '';
    position: absolute;
    width: 0;
    height: calc(100% - 10px);
    top: 10px;
    border-right: 2px solid var(--color-main);
    right: -20px;
    z-index: 99;
}

.is-mobile .cus-border-right-doi-tac .img:after {
    height: calc(100% - 20px);
    top: 10px;
    right: -5px;
}

.cus-anh-wechat img {
    max-width: 160px;
}
.intro-home .description {
    font-size: 1.8rem;
    color: black;
    line-height: 1.8;
    font-weight: bold;
}
.footer-menu-section ul li {
    margin-bottom: 1rem;
}

