* {
    margin: 0;
    padding: 0;
}

/* general */
.thong-bao {
    animation: fadeOut 5s ease-out forwards; /* Tổng thời gian là 2.5 giây */
    opacity: 1;
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    80% {
        opacity: 0.2; /* Giai đoạn mờ dần */
    }
    100% {
        opacity: 0;
        display: none;
    }
}
/* Ẩn mũi tên tăng/giảm trên Chrome, Safari, Edge, Opera */
.input-text.qty::-webkit-outer-spin-button,
.input-text.qty::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Ẩn mũi tên tăng/giảm trên Firefox */
.input-text.qty {
    -moz-appearance: textfield;
}
.product-view-quantity-box-block {
    display: flex;
    align-items: center;
}

.input-text.qty {
    width: 50px;
    text-align: center;
    margin: 0 5px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.btn-qty {
    width: 30px;
    height: 30px;
    background-color: #f0f0f0;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
}

.btn-qty:hover {
    background-color: #ddd;
}
body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto",
        "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans",
        "Helvetica Neue", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

code {
    font-family: source-code-pro, Menlo, Monaco, Consolas, "Courier New",
        monospace;
}
.sticky_header {
    position: fixed;
    top: 0;
    width: 100%;
}
.grayscale {
    filter: grayscale(100);
}
.text-xs {
    font-size: 0.6rem !important;
}
.text-sm {
    font-size: 0.8rem !important;
}
.text-md {
    font-size: 0.9rem !important;
}
.text-lg {
    font-size: 1.2rem !important;
}
.text-xl {
    font-size: 1.6rem !important;
}
.text-normal {
    font-size: 1rem !important;
}
.text-xs {
    font-size: 0.6rem !important;
}

blockquote {
    font-size: 1rem;
    letter-spacing: -0.02rem;
    position: relative;
    font-style: italic;
    background: #f9f9f9;
    border-left: 10px solid #ffb546;
    margin: 1em 0;
    padding: 0.5em 10px;
    /* quotes: "\201C""\201D""\2018""\2019"; */
}
/* blockquote:before {
    color: #ccc;
    content: open-quote;
    font-family: initial;
    font-size: 4em;
    line-height: 0.1em;
    margin-right: 0.25em;
    vertical-align: -0.4em;
  } */
blockquote p {
    display: inline;
    color: #000;
}

.bg-dark-loading {
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    width: 100%;
    z-index: 9999999;
    height: 100%;
    top: 0;
}
.loading-img {
    width: 50px;
    height: 50px;
    display: block;
    position: fixed;
    top: 38%;
    left: 50%;
    z-index: 9999;
    background-image: url("../images/loading.svg");
    background-repeat: no-repeat;
    background-size: 100%;
}
.breadcrumb {
    background: transparent;
    margin-bottom: 0;
    padding-left: 0;
}
.breadcrumb li {
    font-size: 0.8rem;
}
@media (min-width: 1200px) {
    .container {
        max-width: 1230px;
    }
}
#Header {
    position: relative;
}
#container {
    z-index: 998;
}
#header_sticky {
    background: transparent;
    width: 80px;
}
.sticky_utils .card {
    background: transparent;
}
.sticky_utils .card-util a {
    color: #fff;
}

#global-search-form_sticky,
.sticky_utils {
    display: none;
}
#global-search-form input.form-control.input-search {
    border: 2px solid #fba31a;
}
#global-search-form button.btn.btn-search {
    background-color: #fba31a;
}

#global-search-form_sticky button.btn.btn-search {
    color: #fba31a;
    background: #fff;
    border: none;
}
.input-search-sticky {
    outline: none;
    border: none;
}
.input-search-sticky:focus {
    outline: none;
}

#global-search-form input.form-control.input-search:focus,
#global-search-form input.form-control.input-search:hover,
#global-search-form button.btn.btn-search:hover,
#global-search-form button.btn.btn-search:focus {
    outline: 0;
    border-color: #fba31a;
    box-shadow: none;
}
.card-util * {
    margin: 0;
    padding: 0;
}
.card-util a {
    transition: 0.3s;
    text-decoration: none;
    display: block;
    color: #fba31a;
}
.card-util a:hover {
    color: #ffc266;
}
.card-util button {
    transition: 0.3s;
    text-decoration: none;
    display: block;
    color: #fba31a;
}
.card-util button:hover {
    color: #ffc266;
}
.card-util .card-title {
    font-size: 0.9rem;
}

.card-util {
    border: none;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

.hover-child__content {
    position: absolute;
    background: transparent;
    z-index: 10;
    top: 40px;
    left: -200px;
}

.hover-child__content.cart-summary {
    left: -256px;
}
.hover-child__content.account-log {
    left: -150px;
}
.bank-list .card.active {
    border-color: #ff0000;
}
.hover-child__content ul {
    margin-top: 1rem;
    background-color: #fff;
    border: 1px solid #e4e4e4;
    width: 400px;
    -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.25);
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.25);
}
.hover-child__content.account-log ul {
    width: 220px;
}
.hover-child__content li {
    border: none;
    background: none;
    position: relative;
    margin: 0;
    padding: 0.25rem 0.5rem;
}
.hover-child__content li:nth-child(even) {
    background-color: #fffcfa;
}

.hover-child__content .list-group-item a:not(.viewmore) {
    color: #3c3c3c;
    transition: 0.2s;
    font-size: 0.9rem;
}
.hover-child__content .list-group-item small {
    font-size: 0.65rem;
}
.notice_lg .list-group-item a::before {
    content: "»";
    padding-right: 0.375rem;
    background: transparent;
}
.hover-child__content .list-group-item a:hover {
    color: #ef8400;
}
.hover-child__content {
    display: none;
}
.hover-child:hover .hover-child__content {
    display: block;
}

.hover-child__content .product-details {
    margin-left: 30px;
}
.text-medium {
    font-size: 0.9rem;
}
span.sticky-number {
    font-size: 0.8rem;
    background-color: #14de14;
    color: #fff;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 19px;
    top: 0;
    right: -30%;
}

@media (max-width: 576px) {
    .top-logo {
        width: 8rem;
    }
    .input-mobile-size,
    .btn-mobile-size {
        height: calc(1.8125rem + 2px);
        padding: 0.25rem 0.5rem;
        font-size: 0.875rem;
        line-height: 1.5;
        border-radius: 0.2rem;
    }
    .card-util h4 {
        font-size: 1.2rem;
    }
    span.sticky-number {
        font-size: 0.6rem;
        width: 14px;
        height: 14px;
        line-height: 13px;
    }
}

/* Mega submenu */
.megasubmenu {
    padding: 20px;
    display: block;
    visibility: hidden;
    opacity: 0;
    transition: 0.2s;
    border-radius: 0;
    border: 0;
    z-index: 0;
}
.megasubmenu a {
    text-decoration: none;
    color: #6a6a6a;
    font-size: 0.8rem;
    transition: 0.3s;
}
.megasubmenu-item {
    /* height: 148px; */
    overflow: hidden;
}
.megasubmenu-item h6 {
    margin-bottom: 0.2rem;
}
.megasubmenu a:not(.text-danger):hover {
    color: #eca709;
}
.megasubmenu li a.text-danger:hover {
    text-decoration: underline;
}
.main-nav-lg {
    padding: 0;
    background: #fff;
}
.main-nav-lg h3.nav-title {
    background: #ef8400;
    font-size: 1.2rem;
    font-family: "Segoe UI";
    color: #fffdf5;
}
h1.nav-link {
    font-size: 1.2rem;
    font-weight: 400;
}
a.nav-link,
h1.nav-link {
    color: #6a6a6a;
    transition: 0.3s;
}
.main-nav-lg li.nav-item:hover > a,
h1.nav-link:hover a {
    background: #e5f5ff;
    color: #eca709;
}

/* Menu absolute */
.nav-toggle__button {
    cursor: pointer;
}
.nav-toggle__list {
    top: 40px;
    background: #fff;
    z-index: 999;
    display: none;
    border-right: 1px solid #dedede;
    border-left: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
    box-sizing: border-box;
}

@media (min-width: 992px) {
    li.has-submenu .dropdown-toggle:after {
        border-top: 0.3em solid transparent;
        border-right: 0;
        border-bottom: 0.3em solid transparent;
        border-left: 0.3em solid;
        vertical-align: 0;
        position: absolute;
        top: 40%;
        right: 1rem;
    }
    .dropdown-menu {
        margin: 0;
    }
    .megasubmenu {
        left: 97%;
        top: 0px;
        min-height: 100%;
        min-width: 500px;
        box-shadow: 2px 2px 2px 0px #e2e2e2;
    }
    .nav-toggle__list .megasubmenu {
        top: -40px;
    }
    li.has-submenu:hover .megasubmenu {
        visibility: visible;
        opacity: 1;
        left: 100%;
        z-index: 100;
    }
}

/* Menu canvas mobile */

body.offcanvas-active {
    overflow: hidden;
}

.offcanvas-header {
    display: none;
}

.screen-overlay {
    width: 0%;
    height: 100%;
    z-index: 30;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    background-color: rgba(34, 34, 34, 0.6);
    transition: opacity 0.2s linear, visibility 0.1s, width 1s ease-in;
}
.screen-overlay.show {
    transition: opacity 0.5s ease, width 0s;
    opacity: 1;
    width: 100%;
    visibility: visible;
}
#btn-navbar-mobile {
    font-size: 1.3rem;
    padding: 0.1rem 0.6rem;
    color: #fff;
}
@media all and (max-width: 992px) {
    .offcanvas-header {
        display: block;
    }

    .mobile-offcanvas {
        visibility: hidden;
        transform: translateX(-100%);
        border-radius: 0;
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        height: 100%;
        z-index: 1200;
        width: 80%;
        overflow-y: scroll;
        overflow-x: hidden;
        transition: visibility 0.2s ease-in-out, transform 0.2s ease-in-out;
    }

    .mobile-offcanvas.show {
        visibility: visible;
        transform: translateX(0);
    }
}
.nav-item > a {
    color: #212121;
    text-decoration: none;
}
a.toggle-list::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.16em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}

.submenu-mobile {
    padding: 0 1.2rem;
    border-radius: 10px;
    display: none;
    margin: 0 0 0.7rem;
}
.submenu-mobile a {
    color: #212121;
    font-size: 0.9rem;
    padding-right: 0.5rem;
    text-decoration: none;
}
.submenu-mobile a:hover,
.submenu-mobile a:active {
    color: #ef8400;
}
a.viewmore {
    font-size: 0.8rem;
}

.main-sub > a {
    font-weight: bold;
    border-bottom: 1px solid #5f5f5f;
}
.main-sub > a:hover {
    border-color: #ef8400;
}
.submenu__list li {
    list-style: none;
    list-style-position: inside;
}
.submenu__list li:not(.li-viewmore) {
    list-style-type: disc;
}
/* end menu cansvas mobile */

/* slider swiper */
.swiper-container,
.swiper-slide-container,
.swiper-container-menu {
    width: 100%;
    height: 100%;
}
.swiper-slide-container,
.swiper-container-menu {
    overflow: hidden;
}
.swiper-slide,
.swiper-slide-item {
    text-align: center;
    font-size: 18px;
    background: transparent;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.animate {
    animation: zoomin 10s forwards;
}
@keyframes zoomin {
    from {
        transform: scale(1) rotate(0deg);
    }
    to {
        transform: scale(1.5) rotate(10deg);
    }
}

/* countdown timer */
.flashsale__card {
    border: 1px solid #fba31a;
    background: #fff;
}

.flashsale__card__title {
    background: #fba31a;
    color: #fff7f3;
    font-size: 1.5rem;
}

#countdown-timer small {
    background-color: #000000;
    background-image: linear-gradient(315deg, #000000 0%, #414141 74%);
    font-size: 0.8rem;
    padding: 0.3rem;
    margin: 0 0.2rem;
}
#countdown-timer-2 small {
    background-color: #f3f3f3;
    font-size: 0.8rem;
    padding: 0.3rem;
    margin: 0 0.2rem;
    font-weight: bold;
}
.product-detail-flashsale {
    background-color: #fde1df;
}
.flashsale__card__item {
    box-sizing: border-box;
}

.btn-viewmore {
    border-radius: 20px;
    background: #ef8400;
}

/* dealhot */
.deal-hot {
    background: #fff;
}
.deal-hot__title h5,
.deal-hot__title h2 {
    color: #5f5f5f;
    background: #ffd16b;
}
.deal-hot__title h2,
.deal-hot__title h4 {
    font-size: 1.3rem;
}

.tab-menu a {
    padding-left: 10px;
    padding-right: 10px;
}
.tab-menu-slide a {
    display: inline-block;
    width: 100%;
    transition: 0.2s;
    text-decoration: none;
}
.tab-menu a:hover,
.tab-menu a.active,
.tab-menu-slide a:hover,
.tab-menu-slide a.active {
    border: 1px solid #ffa639;
    color: #ffa639 !important;
}
.tab-menu a:focus {
    box-shadow: none;
}

a.btn-tab-item {
    color: #141414;
    padding: 0 0.2em 0.2em;
    text-decoration: none;
}
a.btn-tab-item:hover,
a.btn-tab-item.active {
    color: #ef8400;
    border-bottom: 3px solid #ef8400;
}
#tab-product-detail {
    font-size: 0.9rem;
}
#tab-product-detail table th,
#tab-product-detail table td {
    border-top: none;
    border-bottom: 1px solid #f1f1f1;
}
/* sugges=t */
.suggest {
    background: #fff;
}
.suggest__title h5,
.suggest__title h2 {
    color: #fff7f3;
    background: rgb(0 92 223);
}
h2.sm {
    font-size: 1.3rem;
}
/*tab menu slide*/
.tab-menu-slide__nav {
    color: #ffa639;
    position: absolute;
    top: 18%;
    z-index: 10;
    cursor: pointer;
    padding-left: 5px;
    padding-right: 3px;
}
.tab-menu-slide__next {
    right: 0;
}
.tab-menu-slide__prev {
    left: 0;
}

.tab-menu-slide__nav-disbaled {
    opacity: 0;
}
@media (max-width: 376px) {
    .tab-menu-slide a {
        font-size: 0.8rem;
    }
    .tab-menu-slide__nav {
        top: 16%;
    }
}

.newsletter {
    background: #3c3c3c;
}

/* Sub page */
.sub-page-nav {
    font-size: 0.9rem;
}
.sub-page-nav a {
    color: #666;
}
.sub-page-nav div {
    margin: 0.5rem 0;
}
.sub-page-nav__title {
    font-size: 0.9rem;
    text-transform: uppercase;
}
.sub-page-nav__current-nav a {
    color: #ef8400;
    font-weight: bold;
    font-size: 0.9rem;
}
.sub-page-nav__lv2 {
    font-size: 0.9rem;
}
.sub-page-nav__lv2 a {
    color: #141414;
}
.icon-filter,
.icon-filter ~ strong {
    font-size: 0.8rem;
}
.filter-toggle.sub-page-nav {
    border-top: 2px solid #ffcf85;
    margin-top: 1rem;
    border-bottom: 2px solid #ffcf85;
    background: #f1faff;
}
.nav-filter__item {
    font-size: 0.9rem;
}
.nav-filter__item h4 {
    padding-top: 0.5rem;
    border-top: 1px solid #e2e2e2;
}

/* Paging */
.paging ul {
    margin-left: auto;
    margin-right: auto;
}
.paging li {
    padding: 0;
    margin: 0;
    flex-basis: 8%;
}
.paging li a,
.paging li span {
    color: #141414;
    transition: 0.2s;
    text-decoration: none;
    padding: 0.5rem 0.8rem;
}
.paging li span {
    padding: 0;
}
.paging li a:hover {
    background: #ffa639;
}
.paging li.paging__next,
.paging li.paging__prev {
    font-size: 2.5rem;
}
.paging li.paging__next a:hover,
.paging li.paging__prev a:hover {
    background: transparent;
    color: #ef8400;
}
.paging li.paging__current a {
    background: #ef8400;
    color: #f1faff;
}

/* form popup custom */
.form-popup {
    position: fixed;
    z-index: 99;
    top: calc(50vh - 200px);
    left: calc(50vw - 200px);
    width: 500px;
    max-width: 92%;
    background: #fff;
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18),
        0 4px 15px 0 rgba(0, 0, 0, 0.15);
}
span.btn-close {
    position: absolute;
    top: -16px;
    right: -13px;
    color: #ff0000;
    background: #fff;
    padding: 5px 10px;
    border-radius: 50%;
    border: 1px solid #bfbfbf;
    cursor: pointer;
}
.popup-bg {
    position: fixed;
    background: rgba(0, 0, 0, 0.5);
    z-index: 90;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.popup-title {
    font-size: 1rem;
    padding: 0.5em 1em 0.3em;
    text-transform: uppercase;
    margin: 0;
}
.popup-title ~ hr {
    border-bottom: 2px solid #ef8400;
}

/* Review */
.product-review__content {
    font-size: 0.9rem;
    line-height: 1.1rem;
}
.product-review__content li {
    margin-top: 2rem;
}
.text-name {
    color: #ef8400;
    font-weight: bold;
    font-size: 0.8rem;
}

.text-name-blue {
    color: #0e1cdb;
    font-weight: bold;
    font-size: 0.8rem;
}
.review-content__detail__title {
    font-size: 1.1rem;
}
.review-content__detail__small {
    font-size: 0.7rem;
    color: #b1b1b1;
}

.review-block-action button {
    color: #0e59e0;
    font-weight: normal;
    font-size: 0.8rem;
    background: none;
    border: none;
    outline: none;
    cursor: pointer;
}
.review-block-action button:hover {
    color: #32d2f7;
}

.form-reply-comment label {
    color: #f1f1f1;
}
.comment-child-list ul {
    margin-left: 5rem;
}

.swiper-button-prev,
.swiper-button-next {
    color: #141414;
    opacity: 0.3;
}

.swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%234c71ae'%2F%3E%3C%2Fsvg%3E") !important;
}

.swiper-button-vertical-next {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.3;
    color: #141414;
    z-index: 9999;
}
span.swiper-arrow {
    font-size: 2rem;
}
.swiper-button-vertical-prev {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0.3;
    color: #141414;
    z-index: 9999;
}
/** Cart **/
.cart-view {
    border-right: 1px solid #efefef;
}
.cart-content__item .close-row span {
    cursor: pointer;
    transition: 0.2s;
    padding: 0.1em 0.4em;
    border-radius: 50%;
    background: #fff;
    border: 2px solid #212529;
}
.cart-content__item .close-row span:hover {
    color: #ef8400;
    border-color: #ef8400;
}

.payment-detail > p {
    display: flex;
}
.payment-detail > p > * {
    display: block;
    flex-basis: 50%;
}

/* payment form */
#payment-form {
    border-right: 1px solid #cecece;
}
#payment-form label:not(.form-check-label) {
    font-size: 0.9em;
    font-weight: bold;
}
.panel-success {
    border: 2px solid #ff0000;
    padding: 2em;
    border-radius: 1rem;
    background: #fff;
    box-shadow: 1px 1px 5px 2px #d6d6d6;
}

ul.search_list,
ul.search_list_sticky,
.search_list_page {
    top: 2.5rem;
    z-index: 999;
    width: 100%;
    list-style: none;
    display: none;
}

.search_list li,
.search_list_sticky li,
.search_list_page li {
    padding: 0.5rem 1rem;
    background: #ebebeb;
}
.search_list li a,
.search_list_sticky li a,
.search_list_page li a {
    color: #212121;
}
.search_list li:nth-child(2n),
.search_list_sticky li:nth-child(2n),
.search_list_page li:nth-child(2n) {
    background: #f3f3f3;
}

/* Notice */
.notice-menu a {
    color: #212121;
}
.notice-menu__current a {
    color: #e78d00;
}
.notice_post_item p {
    margin: 0;
    padding: 0;
}
.notice_post_item a {
    color: #212529;
}

.btn.icon-close-input {
    background: none;
    position: absolute;
    top: 10%;
    right: 0;
}

.button-nav-danger {
    background: #ff643d;
    color: #fff !important;
}

.button-nav-success {
    background: #14de14;
    color: #fff !important;
}
.navbar-toggler:active {
    border: none;
}
#navbarNavDropdownMenuCate li.active {
    background: #f99418;
    border-radius: 5px;
}
#navbarNavDropdownMenuCate li.active > a {
    color: #fff !important;
}
@media (max-width: 990px) {
    .paging {
        font-size: 0.9rem;
    }
    .paging li a,
    .paging li span {
        padding: 0.3rem 0.5rem;
    }
    .comment-child-list ul {
        margin-left: 3rem;
    }
    #payment-form {
        border-right: none;
    }
    #navbarNavDropdownMenuCate li.active {
        background: none;
        border-radius: 5px;
    }
    #navbarNavDropdownMenuCate li.active a {
        color: #343a40 !important;
    }
}
/* footer */
footer {
    font-size: 0.9rem;
    line-height: 1.3rem;
}

footer h3 {
    color: #212121;
    font-size: 1.3rem;
}

footer a {
    text-decoration: none !important;
    color: #212121;
    transition: 0.2s;
}
footer a:hover {
    color: #ef8400;
}
.footer-social {
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.footer-social a {
    width: 2rem;
    height: 2rem;
    line-height: 2rem;
    text-align: center;
    border-radius: 2rem;
    color: #fff7f3;
    background: #6a6a6a;
    padding: 0;
    margin-right: 1rem;
    position: relative;
}
.footer-social a:hover {
    background: #ef8400;
    color: #fffdf5;
    padding-left: 0;
}
#copyright {
    color: #8e8e8e;
}
footer p {
    margin: 0;
    padding: 0;
}

#button-contact-vr {
    position: fixed;
    bottom: 90px;
    right: 2px;
    z-index: 99999;
    width: 100px;
    height: 100px;
}

@media screen and (max-width: 768px) {
    #button-contact-vr {
        display: none;
    }
}
#button-contact-vr .button-contact {
    position: relative;
    margin-top: -5px;
}
#button-contact-vr .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 0.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 #1d8fc3;
    background-color: rgba(8, 112, 230, 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 0.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;
}
.phone-vr-img-circle {
    background-color: #088de6;
    width: 40px;
    height: 40px;
    line-height: 40px;
    top: 25px;
    left: 25px;
    position: absolute;
    border-radius: 50%;
    overflow: hidden;
    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;
}
.phone-vr-img-circle a {
    display: block;
    line-height: 37px;
}
.phone-vr-img-circle img {
    max-height: 25px;
    max-width: 27px;
    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;
    }
}
.phone-bar a {
    position: fixed;
    bottom: 25px;
    left: 30px;
    z-index: -1;
    color: #fff;
    font-size: 16px;
    padding: 8px 15px 7px 50px;
    border-radius: 100px;
    white-space: nowrap;
}
.phone-bar a:hover {
    opacity: 0.8;
    color: #fff;
}
@media (max-width: 736px) {
    .phone-bar {
        display: none;
    }
}
#zalo-vr .phone-vr-circle-fill {
    box-shadow: 0 0 0 0 #2196f3;
    background-color: rgba(33, 150, 243, 0.7);
}
#zalo-vr .phone-vr-img-circle {
    background-color: #2196f3;
}
#viber-vr .phone-vr-circle-fill {
    box-shadow: 0 0 0 0 #714497;
    background-color: rgba(113, 68, 151, 0.8);
}
#viber-vr .phone-vr-img-circle {
    background-color: #714497;
}
#contact-vr .phone-vr-circle-fill {
    box-shadow: 0 0 0 0 #2196f3;
    background-color: rgba(33, 150, 243, 0.7);
}
#contact-vr .phone-vr-img-circle {
    background-color: #2196f3;
}
div#whatsapp-vr .phone-vr .phone-vr-circle-fill {
    box-shadow: 0 0 0 0 #1fd744;
    background-color: rgb(35 217 72 / 70%);
}
div#whatsapp-vr .phone-vr .phone-vr-img-circle {
    background: #1cd741;
}
div#whatsapp-vr .phone-vr .phone-vr-img-circle img {
    max-width: 100%;
    max-height: 100%;
    border-radius: 50%;
}
#gom-all-in-one #phone-vr {
    transition: 0.7s all;
    -moz-transition: 0.7s all;
    -webkit-transition: 0.7s all;
}
#gom-all-in-one #zalo-vr {
    transition: 1s all;
    -moz-transition: 1s all;
    -webkit-transition: 1s all;
}
#gom-all-in-one #viber-vr {
    transition: 1.3s all;
    -moz-transition: 1.3s all;
    -webkit-transition: 1.3s all;
}
#gom-all-in-one #contact-vr {
    transition: 1.6s all;
    -moz-transition: 1.6s all;
    -webkit-transition: 1.6s all;
}
#button-contact-vr.active #gom-all-in-one .button-contact {
    margin-left: -100%;
}
#all-in-one-vr .phone-bar {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 100%;
    color: #fff;
    padding: 5px 15px 5px 48px;
    border-radius: 50px;
    margin-left: -64px;
    width: max-content;
    cursor: pointer;
}
#popup-showroom-vr,
div#popup-form-contact-vr {
    display: none;
}
#popup-showroom-vr.active,
div#popup-form-contact-vr.active {
    display: block;
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 99999;
}
.bg-popup-vr {
    position: absolute;
    left: 0;
    top: 0;
    background: rgb(51 51 51 / 50%);
    width: 100%;
    height: 100vh;
}
.content-popup-vr {
    background: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 95%;
    border-radius: 5px;
    box-shadow: 0 0 14px 5px rgb(0 0 0 / 49%);
    max-width: 600px;
    display: flex;
}
.content-popup-vr input,
.content-popup-vr textarea {
    width: 100%;
    max-height: 100px;
    min-height: 38px;
    border: 1px solid #b1b1b1;
    margin-bottom: 10px;
    padding: 0 7px;
    background: #fff;
}
.content-popup-vr label {
    width: 100%;
}
.content-popup-vr input.wpcf7-form-control.wpcf7-submit {
    max-width: fit-content;
    padding: 5px 32px 2px;
    background: #2196f3;
    border: 0;
    color: #fff;
    font-size: 16px;
    border-radius: 5px;
    margin: 10px auto 0;
    display: block;
    box-shadow: 0 0 5px 1px rgb(0 0 0 / 29%);
    font-weight: 400;
    min-height: auto;
    line-height: 30px;
}
.content-popup-vr input.wpcf7-form-control.wpcf7-submit:hover {
    opacity: 0.7;
}
.content-popup-vr .close-popup-vr {
    font-family: sans-serif;
    width: 23px;
    height: 23px;
    background: #000;
    position: absolute;
    top: -10px;
    right: -10px;
    color: #fff;
    text-align: center;
    line-height: 23px;
    font-size: 17px;
    border-radius: 50%;
    cursor: pointer;
}
.content-popup-vr .close-popup-vr:hover {
    background: #b50000;
}
.content-popup-vr .content-popup-div-vr {
    width: 100%;
    padding: 25px;
}
.content-popup-vr .content-popup-img-vr {
    width: 100%;
    max-width: 45%;
    border-radius: 10px 0 0 10px;
    overflow: hidden;
}
#loco-top,
#loco-bottom {
    display: block;
}
#loco-top .content-popup-img-vr,
div#popup-form-contact-vr #loco-bottom .content-popup-img-vr {
    max-width: 100%;
    text-align: center;
}
#contact-showroom.no-event a {
    pointer-events: none;
}
.content-popup-vr .content-popup-div-vr ul {
    color: #333;
    list-style: none;
    font-size: 15px;
}
@media (max-width: 673px) {
    div#popup-form-contact-vr .content-popup-vr {
        display: block;
    }
    div#popup-form-contact-vr .content-popup-vr .content-popup-img-vr {
        max-width: 100%;
        display: none;
    }
}
