
body {
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

.fs-16{
    font-size: 16px !important;   
}

.bg-cus1 {
    background-color: #f0dbc0 !important;
}

.btn-link-lienhe {
    color: var(--color-highlight);
    font-size: 16px;
}

.pa-header-search {
    position: relative;
}

body:not(.is-mobile).scolling {
    padding-top: 80px;
}

body.is-mobile.scolling {
    padding-top: 54px;
}

.py-10{
    padding: 10rem 0;
}

.img-social {
    width: 14px;
    filter: brightness(0.1);
}

.banner-main-home .swiper-slide--wrap {
    background: rgba(0, 0, 0, 0.3);
    color: white;
    padding: 1rem;
    border-radius: 5px;
}

.banner-main-home .swiper-slide--wrap {
    z-index: 99;
}

.cus-highlight-bg {
    transition: background-size 0.2s ease !important;
    background-size: 100% 8%;
    background-position: 0% 100%;
    
    background-image: linear-gradient(#78bc20, #78bc20) !important;
    opacity: 1;
    visibility: visible !important;
    backface-visibility: hidden;
    
    background-repeat: no-repeat;
    /*font-family: "Roboto Serif", serif;*/
}

.cus-highlight-bg:hover {
    background-size: 100% 100% !important;
    background-position: 0% 100%;
    transition: background-size 0.2s ease !important;
}

.shadow-lg {
    box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.05), 0 1.5rem 2.2rem rgba(0, 0, 0, 0.1) !important;
}

.position-relative {
    position: relative;
}
.btn-theme-main {
    background: var(--color-highlight);
    color: white;
    font-weight: 600;
    border-radius: 5px;
}

.btn-theme-main:hover {
    color: #fff  !important;
    background-color: var(--color-highlight-red) !important;
}

.text-main {
    color: var(--color-main);   
}

.cus-link-main {
     color: var(--color-main);   
}

.cus-link-main:hover {
    color: var(--black);    
}

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

/*h1, h2, h3, h4, h5, h6, .font-title {*/
/*    font-family: "Roboto Serif", serif;*/
/*}*/

.fw-600 {
    font-weight: 600 !important;    
}

.cus-bg-primary {
    background-color: #78bc20 !important;
}

.ratio-45pt {
    padding-top: 45%;
}

.wrp-effect-scale:hover img
 {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.wrp-effect-scale img {
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.wrp-effect-scale-big:hover img
 {
    -webkit-transform: scale(1.11);
    -ms-transform: scale(1.11);
    transform: scale(1.11);
}

.wrp-effect-scale-big img {
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.language-switch ul {
    width: max-content;
}

.pix-rotating {
    animation-name: pix_rotating;
    animation-duration: 50s;
    animation-timing-function: linear;
    animation-fill-mode: both;
    animation-iteration-count: infinite;
    animation: pix_rotating 50s linear infinite;
    will-change: transform;
}

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

.pix-bounce-sm {
    will-change: transform;
    animation-name: pix_bounce_sm;
    animation-duration: 5s;
    animation-timing-function: ease-in-out;
    animation-fill-mode: both;
    animation-iteration-count: infinite;
}

@keyframes pix_bounce_sm {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(10%);
    }
    100% {
        transform: translateY(0);
    }
}

/*header*/

.header-main > .container > .row > div {
    display: flex;
    align-items: center;
    
} 

.header-main > .container > .row > div:nth-child(2) {
   justify-content: end;
    
} 

.search-section .input-group .form-control {
    background: #f6f6f6;
    border-radius: 20px !important;
}

.search-section .input-group .btn-submit {
    position: absolute;
    background: none;
    border: 0;
    right: 0;
    z-index: 4;
    color: #000;
    font-size: 18px;
    padding: 5px 15px;
}

.search-section .btn-action-header {
    background: none;
    border: none;
}

.header-search .form-dropdown {
    position: absolute;
    top: calc(100% + 1rem + 4px);
    left: auto;
    right: 15px;
    z-index: 1034;
    min-width: 280px;
    border-radius: 3px;
    color: #677279;
    background: #fff;
    border: solid 1px #dfe3e8;
    box-shadow: 0 1px 5px 2px rgba(0, 0, 0, 0.1);
    visibility: hidden;
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    transition: opacity 0.25s ease-in-out, visibility 0.25s ease-in-out, max-height 0s linear 0.25s, -webkit-transform 0.25s ease-in-out;
    transition: opacity 0.25s ease-in-out, transform 0.25s ease-in-out, visibility 0.25s ease-in-out, max-height 0s linear 0.25s;
    transition: opacity 0.25s ease-in-out, transform 0.25s ease-in-out, visibility 0.25s ease-in-out, max-height 0s linear 0.25s, -webkit-transform 0.25s ease-in-out;
}

.header-search .dropdown-form-inner {
    width: 100%;
    height: 100%;
    max-height: 100%;
    /* overflow: hidden; */
    padding: 10px 20px;
}

.search-section .box-arrow {
    left: 50%;
    top: 100%;
    transform: translateX(-50%);
    position: absolute;
    bottom: calc(100% - 0px);
    margin: 0 auto;
    width: 22px;
    height: 15px;
    visibility: hidden;
    transition: visibility 0.25s ease-in-out;
    z-index: 2001;
}

.search-section .btn-action-header.active .box-arrow svg {
    -webkit-filter: drop-shadow(0 -3px 2px rgba(0, 0, 0, 0.12));
    filter: drop-shadow(0 -3px 2px rgba(0, 0, 0, 0.12));
    visibility: visible;
}

.header-search .form-dropdown.show {
    visibility: visible;
    opacity: 1;
    transform: scale(1);
}

.banner-main-home .swiper-slide--wrap {
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
}


.setting-menu.fixed {
    margin: auto;
    z-index: 999;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    animation: stuckMoveDown .6s;
    -moz-box-shadow: 0 5px 10px 1px rgba(0, 0, 0, 0.09);
    -webkit-box-shadow: 0 5px 10px 1px rgba(0, 0, 0, 0.09);
    box-shadow: 0 5px 10px 1px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background: white;
    z-index: 999;
}
@keyframes stuckMoveDown {
    0% {
        transform: translateY(-100%)
    }

    100% {
        transform: translateY(0)
    }
}

/*body*/
.banner-main-home .swiper-slider-main .swiper-slide img {
    /* min-height: 49.8rem; */
    height: 41vw;
    width: 100%;
    object-fit: contain;
}

.social-effect a img{
    width: 60px;
    height: 60px;
    border: 3px solid white;
    border-radius: 50%;
}

.social-effect {
    display: flex;
    gap: 7px;
    width: max-content;
    align-items: center;
    /* flex-wrap: wrap; */
}

.social-effect a:not(:first-child) {
    margin-left: -30px;
    transition: 0.5s ease-in-out;
}

.social-effect:hover a{
    margin-left: 0px;
}

.multil-cus-column .menu-link,
.multil-cus-column .menu-title{
    padding: 10px 20px 10px 20px;
}

.cus-item-gioithieu .article-description {
    font-size: 16px;
}

.cus-item-gioithieu .article-description p{
    margin-bottom: 15px !important;
}

.cus-item-gioithieu > .row > div:nth-child(2) > .inner-image > .box-img {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
}

.cus-item-gioithieu > .row > div:nth-child(2) > .inner-image > .box-img:nth-child(1) {
    margin-top: 20%;
    left: 0;
    float: left;
    z-index: 10;
    width: 61%;
}

.cus-item-gioithieu > .row > div:nth-child(2) > .inner-image > .box-img:nth-child(2) {
    top: 0;
    width: 40%;
    z-index: 8;
    right: 0;
    float: right;
    position: absolute;
}

.cus-item-gioithieu > .row > div:nth-child(2) > .inner-image > .box-img:nth-child(3) {
    top: 60%;
    width: 55%;
    z-index: 9;
    right: 0;
    float: right;
    position: absolute;
}


.cus-item-gioithieu-2 > .row > div:nth-child(2) > .inner-image > .box-img:nth-child(1) {
    margin-top: 0;
}

.cus-item-gioithieu.cus-item-gioithieu-2 > .row > div:nth-child(2) > .inner-image > .box-img:nth-child(2) {
    bottom: 100px;
    top: auto;
    width: 50%;
}

.cus-item-gioithieu-2 .image-gthieu img {
    position: relative;
}


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

.section-counter-home > * {
    color: white;
}

.section-counter-home i {
    display: inline-block;
    font-size: 35px;
    line-height: 35px;
}

.section-counter-home .cus-so-chay {
    font-size: 16px !important;
}

.section-counter-home .cus-so-chay .counter-value{
    font-size: 16px !important;
    /*font-family: "Roboto Serif", serif;*/
    line-height: 1.5;
}

/*.section-counter-home .cus-so-chay span{*/
/*    font-family: "Roboto Serif", serif;*/
/*}*/

.section-counter-home .description {
    font-size: 24px;
}

.sub-title-section {
    font-size: 16px;
}

.btn-submit-1 {
    transition: 0.5s;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 500;
    color: var(--color-main);
    padding-left: 20px;
    padding-right: 20px;
    box-shadow: 0 0.125rem 0.375rem rgba(0, 0, 0, 0.05), 0 0.5rem 1.2rem rgba(0, 0, 0, 0.1) !important;
    height: fit-content;
}

.badge {
    padding: 5px 10px;
    font-size: 12px !important;
}

.bg-dark-opacity-3 {
    background-color: rgba(0, 0, 0, 0.3) !important;
}

.badge {
    display: inline-block;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.categories .custom-dsdm .title {
    font-weight: 600 !important;
    color: var(--color-highlight);
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-size: 17px;
}

.custom-dsdm .inner-content {
    position: absolute;
    top: 50%;
    left: 5%;
    transform: translateY(-50%);
}

.sec-camket i {
    display: inline-block;
    font-size: 48px;
    line-height: 48px;
    margin-bottom: 2rem;
}

.sec-camket .description {
    font-size: 16px;
    padding-top: 10px;
}

.sec-camket .title-name {
    font-size: 24px;
}

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

.sec-banner-uudai .img-bg{
    padding: 7rem 0;
}

.cus-item-gioithieu3 .article-description a{
    color: var(--color-main);
}

.sec-banner-video {
    padding: 0 10rem;
}

.sec-banner-video img {
    height: 30vw;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.sec-banner-video .swiper-slide--wrap {
    left: 5%;
}

.sec-banner-video .swiper-slide--wrap img {
    position: relative;
}

.custom-bg-opacity-blog {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.5);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    pointer-events: none;
}

.btn-play {
    color: var(--color-highlight);
    background: white;
    width: 40px;
    height: 40px;
    display: flex;
    align-content: center;
    justify-content: center;
    flex-wrap: wrap;
    border-radius: 30px;
}

.box-btn {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.cus-lienhe .item {
    margin-bottom: 20px !important;
    padding-top: 30px !important;
    padding-right: 15px !important;
    padding-bottom: 20px !important;
    padding-left: 15px !important;
    background-color: #ffffff !important;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
    
    border-radius: 10px ;
}

.cus-lienhe .item i{
    font-size: 36px;
    color: var(--color-highlight);
    margin-bottom: 2rem;
}

.cus-lienhe .item .name{
    font-size: 19px;
}

.cus-lienhe .item .description{
    font-size: 16px;
}

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

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

.menu-footer ul li::marker {
    color: var(--white);
}

.fb_image img {
    border: 4px solid white;
    border-radius: 110px;
}



.cus-menu-footer ul li a{
    color: var(--color-main);
    font-size: 16px;
}

.cus-menu-footer i{
    color: var(--color-highlight);
}

.color-green {
    color: var(--green);
}

footer .logo-section img {
    height: 8rem;
} 

.footer-main {
    border-top: 1px solid var(--gray);
}

/*.website-info p {*/
/*    font-size: 16px;*/
/*}*/

.cus-menu-footer-top ul {
    display: flex;
    gap: 5rem;
}

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

.cus-menu-footer-top li {
    padding: 1rem;
    border-radius: 7px;
}

.cus-menu-footer-top li:hover {
    background: var(--color-highlight);
}
.cus-menu-footer-top li:hover a{
    color:white
}
.swiper_service .swiper-slide--wrap {
    left: 10%;
    right: 10%;
}

.service_video iframe,
.service_video img {
    height: 100vh;
    width: 100%;
    object-fit: cover;
}

.service-title {
    font-size: 36px;
    font-weight: 700;
}

.service-description-short {
    font-size: 16px;
    padding: 3px 10px;
    background-color: #60381342;
    color: white;
    margin: auto;
    display: inline-block;
    border-radius: 5px;
}

.service-description {
    font-size: 20px;
    line-height: 32px;
}

.tietkiem_title {
    font-size: 23px;
    font-weight: 600;
    color: var(--color-main);
    margin-bottom: 20px;
}

.tietkiem_des {
    font-size: 18px;
    color: var(--color-main);
}

.tietkiem_icon {
    background-color: rgba(170, 228, 94, 0.15);
    width: 65px;
    aspect-ratio: 1 / 1;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin-bottom: 3rem;
    font-size: 3rem;
    color: var(--color-highlight);
}

.sv_savings .tietkiem_item:nth-child(odd) > .row {
    flex-direction: row-reverse;
}

.service_header .title-section {
    font-size: 56px;
}

.service_header .sub-title-section {
    font-size: 20px;
    color: var(--color-main)
}

.sv_savings {
    color: rgba(0, 0, 0, 0.4);
}

.service_video_ct {
    padding: 60px 0;
}

.service_banner_video {
    position: relative;
}

.service_banner_video img {
    border-radius: 8px;
    overflow: hidden;
}

.service_banner_icon {
    position: absolute;
    inset: 0;
    text-align: center;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: white;
    width: 105px;
    height: 105px;
    margin: auto;
    border-radius: 50%;
    color: var(--color-highlight);
    font-size: 30px;
}

.sv_conscientious .tietkiem_item:nth-child(even) > div > .row {
    flex-direction: row-reverse;
}

.sv_conscientious .tietkiem_item:nth-child(1) {
    padding: 40px 0 100px;
}

.sv_conscientious .tietkiem_item:nth-child(2) {
    padding: 80px 0 50px;
    background-color: var(--light);
}

.sv_conscientious .tietkiem_item:nth-child(3) {
    padding: 80px 0 100px;
}

.fb_list_image {
    /* display: flex; */
    /* flex-wrap: wrap; */
}

.fb_item_image {
    margin-right: 25px;
    cursor: pointer;
}

.fb_image {
    height: 110px;
    width: 110px;
    border-radius: 50%;
    overflow: hidden;
    border: 5px solid var(--color-highlight);
    margin-bottom: 1rem;
}

.fb_item_image img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.fb_title_image {
    font-size: 16px;
    color: var(--color-main);
}

/*Service*/
.background_service {
    padding: 60px 0;
}
.background_service:before{
    content: '';
    position: absolute;
    inset: 0;
    background: #78bc20db;
}

.button_service {
    background-color: var(--color-main);
    padding: 13px 20px;
    border-radius: 99px;
    color: white;
    display: inline-block;
    transition: all .4s ease;
}

.button_service:hover {
    transform: translateY(-5px);
    color: white;
}



.cus-sec-form-lh {
    background: white;
    border-radius: 10px;
}

.service_form .sub-title-section {
    color: rgba(255, 255, 255, 0.7) !important;
}

.btn_lienhe {
    background: var(--color-highlight);
    color: white;
    border-radius: 5px;
    width: 100%;
    font-weight: 700;
    font-size: 18px;
}

.btn_lienhe:hover{
    box-shadow: 0 0.125rem 0.375rem rgba(0, 0, 0, 0.05), 0 0.625rem 1.5rem rgba(0, 0, 0, 0.15) !important;
    color: white;
}

.form-info__head {
    font-size: 20px;
}

.social-rotate {
    position: relative;
}

.social-rotate .cus-img {
    position: absolute;
}

.social-rotate .cus-img img{
    width: 64px;
    height: auto;
}

.social-rotate .img-1.cus-img img{
    width: 100px !important;
    height: auto;
}

.social-rotate .img-1 {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    
}

.social-rotate .img-2 { top: 12%;  left: 50%;  transform: translate(-50%, -50%); }   /* trên cùng */
.social-rotate .img-3 { top: 24%;  left: 76%;  transform: translate(-50%, -50%); }
.social-rotate .img-4 { top: 50%;  left: 88%;  transform: translate(-50%, -50%); }
.social-rotate .img-5 { top: 76%;  left: 76%;  transform: translate(-50%, -50%); }
.social-rotate .img-6 { top: 88%;  left: 50%;  transform: translate(-50%, -50%); } /* dưới cùng */
.social-rotate .img-7 { top: 76%;  left: 24%;  transform: translate(-50%, -50%); }
.social-rotate .img-8 { top: 50%;  left: 12%;  transform: translate(-50%, -50%); }
.social-rotate .img-9 { top: 24%;  left: 24%;  transform: translate(-50%, -50%); }


.header-bottom-absolute{
    position: absolute;
    z-index: 998;
    width: 100%;
}

.header-main-absolute {
    position: absolute;
    z-index: 999;
    width: 100%;
}

.header-bottom-absolute{
    top: 80px;
}



.service-box-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: inherit;
}

.service-box-btn {
    display: flex;
    gap: 1rem;
    justify-content: center;
}

.btn-trans {
    border: 2px solid var(--color-highlight);
    border-radius: 111px;
    color: white;
    font-weight: 600;
    background: transparent;
}

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

.btn-trans i {
    margin-right: 5px;
}

.btn-trans i,
.btn-trans span{
    transition: 0.6s;
}

.btn-trans:hover i{
    margin-right: 15px;
}


.btn-bg-main {
    border-radius: 111px;
    color: var(--color-main);
    font-weight: 600;
    background: var(--color-highlight);
}

.btn-bg-main:hover {
    color: var(--color-main);
}

.btn-bg-main i {
    margin-right: 5px;
}

.btn-bg-main i,
.btn-bg-main span{
    transition: 0.6s;
}

.btn-bg-main:hover i{
    margin-right: 15px;
}

.slider-main-service .my-video{
    height: 100vh;
    width: 100%;
    object-fit: cover;
}

.service-title {
    /* width: max-content; */
}

.main-slide-button .btn-bg-main {
    border-radius: 5px;
    color: white;

}

.main-slide-button .btn-bg-main span{
    font-size: 18px;
}

.main-slide-description {
    font-size: 20px;
}
.product-image-detail .inner-image {
    padding-top: 100%;
}
b, strong {
    font-weight: bold;
}
@media (min-width: 768px) {
    .service_banner_video_container {
        padding: 0 60px;
    }
}

@media screen and (min-width: 1000px) {
    a.color-main:hover {
        color: var(--color-main) !important;
    }
    
    .menu-section .menu-link {
      padding: 0.7rem 0.5rem 0.7rem 0;
    }
    
    .header-main-absolute .menu-section > ul > li > a {
        color: var(--white);
    }
    
    .header-main-absolute .menu-section .active {
        color: var(--white) !important;
    }
    
    .header-bottom-absolute .cus-link-main {
        color: var(--white);
    }
    
    .header-main-absolute .language-switch .language-picker {
        color: var(--white) !important;
    }
    
    .header-main-absolute .btn-action-header {
        color: var(--white);
    }
    
    .header-bottom-absolute .social-section {
        color: var(--white);
    }
}

@media screen and (min-width: 992px) {
    .banner-main-home .swiper-slide--wrap {
        width: max-content;
    }
    
    /*.home header {*/
    /*    position: absolute;*/
    /*    z-index: 999;*/
    /*    width: 100%;*/
    /*}*/
}

@media screen and (max-width: 992px) {
    .title-section {
        font-size: 22px;
    }
    
    .service_header .title-section {
        font-size: 26px;
    }
    
    .service_banner_icon {
        width: 32px;
        height: 32px;
        font-size: 12px;
    }
    
    .banner-main-home .swiper-slide--wrap {
            width: max-content;
    }
    
    h2 {
        font-size: 16.8px;
    }
    
    .sec-banner-video {
         padding: 10rem 0; 
    }
    
    .sec-banner-video img {
        height: 80vw;
    }
    
    .social-rotate .cus-img img {
        width: 50px;
        height: auto;
    }
    
    .section-counter-home .cus-so-chay {
        font-size: 16px !important;
    }
    
    .section-counter-home .cus-so-chay .counter-value {
        font-size: 16px !important;
    }
}

@media screen and (max-width: 768px) {
    .banner-main-home .swiper-slide--wrap {
        left: 0;
        /* transform: translate(-50%, -50%) !important; */
    }
    
    .banner-main-home .swiper-slide--wrap {
        top: 50%;
    }
    
    .main-slide-name {
        font-size: 18px;
    }
    
    .main-slide-description {
        display: none;
    }
    
    .main-slide-button .btn-bg-main span {
        font-size: 12px;
    }
}
@media (min-width: 992px) and (max-width: 1000px) {
    .header-bottom-absolute {
        top: 100px;
    }
}


@media (min-width: 767px) and (max-width: 992px) {
    .btn-theme-main span{
        font-size: 12px;
    }
    
    .header-main > .container > .row > div:nth-child(1) {
        flex: 0 0 50%;
        max-width: 50%;
    }
    
    .header-main > .container > .row > div:nth-child(2) {
        flex: 0 0 50%;
        max-width: 50%;
    }
}


.zalo .call-now {
    bottom: 100px;
}

#zalo-vr, #messenger-vr {
    transition: 1s all;
    -moz-transition: 1s all;
    -webkit-transition: 1s all;
}

#phone-vr {
    transition: 0.7s all;
    -moz-transition: 0.7s all;
    -webkit-transition: 0.7s all;
}

.button-contact .phone-vr {
    position: relative;
    visibility: visible;
    background-color: transparent;
    width: 90px;
    height: 90px;
    cursor: pointer;
    z-index: 11;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transition: visibility .5s;
    left: 0;
    bottom: 0;
    display: block;
}

.phone-vr-circle-fill {
    width: 65px;
    height: 65px;
    top: 12px;
    left: 12px;
    position: absolute;
    box-shadow: 0 0 0 0 #c31d1d;
    background-color: rgba(230, 8, 8, 0.7);
    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;
}

#zalo-vr .phone-vr-circle-fill, #messenger-vr .phone-vr-circle-fill {
    box-shadow: 0 0 0 0 #2196f3;
    background-color: rgba(33, 150, 243, 0.7);
}

.phone-vr-img-circle {
    background-color: #e60808;
    width: 40px;
    height: 40px;
    line-height: 40px;
    top: 25px;
    left: 25px;
    position: absolute;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    animation: phone-vr-circle-fill 1s infinite ease-in-out;
}

#zalo-vr .phone-vr-img-circle, #messenger-vr .phone-vr-img-circle {
    background-color: #2196F3;
}

.phone-vr-img-circle a {
    display: flex;
    line-height: 37px;
}

.phone-vr-img-circle img {
    max-height: 25px;
    max-width: 25px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
}

@-webkit-keyframes phone-vr-circle-fill {
    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);
    }
}

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

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

.button-contact i{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
}

.fixed-contact {
    position: fixed;
    right: 10px;
    bottom: 15px;
    cursor: pointer;
    z-index: 9999 !important;
}
.brand-section .swiper-pagination {
    position: relative !important;
    bottom: 0;
    margin-top: 1rem;
}

.brand-section .item {
    background: white;
    border-radius: 10px;
    border: 1px solid var(--gray);
}

.brand-section .item img {
    padding: 10px;
    object-fit: contain;
}


