/*--------------------------------------------------------------------------
|  Header
--------------------------------------------------------------------------*/
body {
    font-family: "Inter", sans-serif;
    background: #f3f3f3;
}

.setting-menu {
    width: 100%;
    z-index: 1022;
    position: relative;
    background-size: cover;
    background-position: 50% 0;
    transition: background-color .3s, opacity .3s;
}

.setting-menu.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.15);
    animation: stuckMoveDown 1.0s forwards;
}

.is-mobile .setting-menu.sticky {
    animation: none;
}

@keyframes stuckMoveDown {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    }

    100% {
        opacity: 1;
        transform: translateY(0%);
    }
}

.social-section a {
    color: black;
    font-size: 15px;
}

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

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

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

.tophead-info-website {
    display: flex;
    align-items: center;
}

.tophead-info-website p {
    margin: 0;
    margin-left: 1rem;
    font-size: 1.3rem;
}

.language-picker {
    font-size: 1.3rem;
}

.language-picker {
    font-size: 1.3rem;
}

/*--------------------------------------------------------------------------
|  Main
--------------------------------------------------------------------------*/
.setting-menu > .container > .row {
    justify-content: space-between;
}

.setting-menu > .container > .row > div {
    flex: none;
    max-width: none;
    width: max-content;
}

.swiper-pagination-bullet {
    width: 20px;
    height: 4px;
    border-radius: 0;
    position: relative;
    overflow: hidden;
}

.swiper-pagination-bullet::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.swiper-pagination-bullet-active {
    background: rgba(0, 0, 0, 0.4);
}

.swiper-pagination-bullet-active::before {
    background-color: white;
    -webkit-animation: slide-progress 5s cubic-bezier(0.3, 0, 0.3, 1) forwards;
    animation: slide-progress 5s cubic-bezier(0.3, 0, 0.3, 1) forwards;
}

.swiper-paused .swiper-pagination-bullet-active::before {
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}

.swiper-slider-main .swiper-pagination {
    position: relative;
    bottom: 0;
    left: 0;
    width: auto;
    text-align: left;
    margin-top: 2rem;
}

@-webkit-keyframes slide-progress {
    0% {
        transform: translateX(-100%);
    }

    100% {
        transform: translateX(0);
    }
}

@keyframes slide-progress {
    0% {
        transform: translateX(-100%);
    }

    100% {
        transform: translateX(0);
    }
}

.prd-cate-title {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: 2rem;
    text-transform: uppercase;
    padding: 3rem 1.5rem;
    background: linear-gradient(180deg, #212529c4 30%, #21252959 100%);
}

.baner-html {
    position: relative;
}

.banner-image:before {
    content: "";
    background: #FFFFFF;
    opacity: 0.77;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.banner-info {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    padding: 0 3rem;
    z-index: 2;
    text-align: center;
}

.title-banner {
    font-size: 3rem;
    letter-spacing: 5.7px;
    font-weight: 300;
}

.desc-banner {
    color: darkgray;
}

.bg-review {
    background-image: radial-gradient(at center center, #FFFFFF 0%, #FBE7DF 57%);
    padding: 6rem 0;
}

.ratio-avatar-customer img {
    width: 50px;
    aspect-ratio: 1/1;
}

.swiper-slide--description-customer {
    font-size: 1.8rem;
    font-weight: 200;
}

.icon_detail {
    height: max-content;
    max-height: 400px;
}

.home_article .article-item {
    background-color: white;
    border-radius: 8px;
}

.home_article .article-item .inner-image img {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.home_article .article-item .article-title:hover {
    color: var(--color-highlight);
}

.article-item .inner-content a.link-more {
    color: var(--color-main);
    font-size: 14px;
}

.item-img-brand .img-brand img {
    object-fit: contain;
}

.item-img-brand .img-brand {
    padding-top: 48.25%;
    background: #fff;
    border-radius: 8px;
}

.khuyenmai_content {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(20, [col] auto);
    grid-template-rows: repeat(2, [row] auto);
    max-width: 100%;
}

.khuyenmai_item {
    max-width: 100%;
    overflow: hidden;
    width: 100%;
    height: 100%;
    position: relative;
}

.khuyenmai_item:nth-child(1) {
    grid-column: col / span 12;
    grid-row: row;
}

.khuyenmai_item:nth-child(2) {
    grid-column: col 13/ span 9;
    grid-row: row;
}

.khuyenmai_item:nth-child(3) {
    grid-column: col / span 5;
    grid-row: row 2;
}

.khuyenmai_item:nth-child(4) {
    grid-column: col 6 / span 8;
    grid-row: row 2;
}

.khuyenmai_item:nth-child(5) {
    grid-column: col 14 / span 8;
    grid-row: row 2;
}

.khuyenmai_item img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.khuyenmai_item:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.wrap_khuyenmai {
    top: auto;
    left: 0;
    bottom: 0;
    transform: none;
    padding: 10px 20px;
    background: #b3b3b3;
    text-align: center;
    border-radius: 0;
    width: max-content;
}

.wrap_khuyenmai .swiper-slide--tile {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
}

.link_mua_ngay {
    font-size: 12px;
    text-transform: uppercase;
    color: white !important;
}

.link_mua_ngay i {
    font-size: 10px;
}

.olens_video {
    position: relative;
    margin-bottom: 14rem;
}

.olens_video video {
    max-width: 100%;
    width: 100%;
    object-fit: cover;
    height: 35vw;
    border-radius: 6rem;
    overflow: hidden;
}

.olens_content {
    position: absolute;
    background-color: #042943;
    opacity: 0.95;
    border: 0.2rem solid #212529;
    padding: 3rem;
    bottom: 0;
    z-index: 2;
    border-radius: 6rem;
    transform: translateY(50%);
    text-align: center;
    color: var(--color-highlight);
    max-width: 70%;
    margin: auto;
    left: 0;
    right: 0;
}

.olens_title {
    font-size: 42px;
}

div[nh-attribute="lefteye"], div[nh-attribute="righteye"] {
    display: inline-flex !important;
}

.select-size {
    width: 90px;
    height: 33px;
    padding-left: 6px;
}

.hotline-phone-ring-wrap {
    left: 20px;
    bottom: 20px;
    position: fixed;
    z-index: 990;
}

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

.hotline-phone-ring-img-circle {
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 100%;
    -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hotline-phone-ring-circle {
    width: 6.5rem;
    height: 6.5rem;
    position: absolute;
    background-color: transparent;
    border-radius: 100%;
    border: 2px solid rgb(246 68 57);
    -webkit-animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
    animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    opacity: 0.5;
}

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

#zalo .hotline-phone-ring-circle, .messenger-toggle .hotline-phone-ring-circle {
    border-color: #0e95e5;
}

#zalo .hotline-phone-ring-circle-fill, .messenger-toggle .hotline-phone-ring-circle-fill {
    background-color: #0a92e8;
}

#tiktok .hotline-phone-ring-circle {
    border-color: #000000;
}

#tiktok .hotline-phone-ring-img-circle {
    background-color: #fff;
}

#tiktok .hotline-phone-ring-circle-fill {
    background: #000000;
}

#phone .hotline-phone-ring-circle {
    border-color: #165546;
}

#phone .hotline-phone-ring-circle-fill {
    background: #5dd0e2;
}

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

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

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

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

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

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

@keyframes phonering-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);
    }
}

.tooltip-social .tooltip-text {
    visibility: hidden;
    background-color: rgba(0, 0, 0, 0.75);
    color: #fff;
    text-align: center;
    padding: 5px 10px;
    border-radius: 4px;
    /* Vị trí của tooltip */
    position: absolute;
    bottom: 4px;
    /* Điều chỉnh để thay đổi khoảng cách */
    white-space: nowrap;
    z-index: 999;
    /* Hiệu ứng */
    opacity: 0;
    transition: opacity 0.3s ease;
    left: 130%;
}

.tooltip-social:hover .tooltip-text {
    visibility: visible;
    opacity: 1;
}

.tooltip-social:hover .tooltip-text::after {
    content: "";
    position: absolute;
    top: 27%;
    right: 100%;
    border-width: 7px;
    border-style: solid;
    border-color: transparent rgba(0, 0, 0, 0.75) transparent transparent;
}

.tooltip-social:hover img {
    border-radius: 50%;
    box-shadow: 0 5px 10px rgb(0 0 0 / 15%), 0 4px 15px rgb(0 0 0 / 13%);
}

.zoomWrapper, .zoomWrapper img, .zoomContainer {
    height: 400px !important;
    width: 400px !important;
    object-fit: contain !important;
}

/*--------------------------------------------------------------------------
|  Footer
--------------------------------------------------------------------------*/
footer {
    position: relative;
    background: white;
}

.back-footer {
    position: relative;
    padding-top: 27vh;
    overflow: hidden;
    background-repeat: repeat;
    background-position: top left;
}

.bg-footer {
    position: absolute;
    width: 100%;
    height: 100%;
}

footer .logo-section {
    margin-bottom: 2rem;
}

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

body:not(.is-mobile) footer {
    padding-top: 3rem;
}

/*--------------------------------------------------------------------------
|  Responsive
--------------------------------------------------------------------------*/
.is-mobile .title-section {
    font-size: 3rem;
}

.is-mobile .big-bread {
    font-size: 3rem;
}

.is-mobile .title-banner {
    font-size: 2.5rem;
}

/*Css by Thương*/
.product_tab .product-item .product-description {
    display: none;
}

.footer_custom > div {
    margin: 0 15rem;
}

.img_custom {
    height: 25px;
    object-fit: contain;
}

@media (min-width: 768px) {
    .banner-One .ratio-1-1, .banner-Four .ratio-1-1 {
        padding-top: 48%;
    }

    footer .list-inline {
        justify-content: center;
    }

    .footer_custom > .row > div:nth-child(n+2) {    
        justify-content: center;
        display: flex;
    }
}

.box-border {
    border-bottom: 0.1rem solid #e9ecef;
}

.scroll-text {
    height: 21.5vw;
    overflow-x: hidden;
    overflow-y: scroll;
}

@media (min-width: 1200px) and (max-width: 1490px) {
    .scroll-text {
        height: 28.5vw;
        overflow-x: hidden;
        overflow-y: scroll;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .scroll-text {
        height: 28.5vw;
        overflow-x: hidden;
        overflow-y: scroll;
    }
}

@media (max-width: 550px) {
    .scroll-text {
        height: 45.5vw;
        overflow-x: hidden;
        overflow-y: scroll;
    }
}

/*CSS by quyettq*/
.language-section {
    position: relative;
    display: inline-block;
    padding:1rem 0;
}

.language-dropdown .language-picker {
    background-color: transparent;
    border: none;
    padding: 0.5rem 1.2rem;
    cursor: pointer;
}

.language-dropdown .language-picker img {
    width: 3.2rem;
    height: auto;
    object-fit: cover;
    max-height: 2.4rem;
}

.language-dropdown .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 10000;
}

.language-dropdown .dropdown-content a {
    color: black;
    padding: 1.2rem 1.6rem;
    text-decoration: none;
    display: flex;
    align-items: center;
}

.language-dropdown .dropdown-content a img {
    width: 2.4rem;
    height: auto;
    max-height: 1.8rem;
    margin-right: 1rem;
    object-fit: cover;
}

.language-dropdown .dropdown-content a:hover {
    background-color: #f1f1f1;
}

.language-dropdown:hover .dropdown-content {
    display: block;
}

@media(min-width: 992px) {
    .footer-main > .container > .row > div:nth-child(3), .footer-main > .container > .row > div:nth-child(4) {
        flex: 0 0 23%;
        max-width: 23%;
    }

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

.footer-main > .container > .row {
    flex-direction: row-reverse;
}

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

.zoomImg {
    cursor: pointer !important;
}

.product-image-detail-top img {
    height: 100%;
    max-height: 50rem;
    width: 100%;
}

.enlarge_pane_contain .swiper-wrapper {
    align-items: center;
}

.setting-menu > .container > .row > div:last-child {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    flex-wrap: wrap;
}

.product-title {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    line-height: 1.3em;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    min-height: calc(2 * 1.3em);
}

.product-title {
    font-size: 1.4rem;
}

.price-amount {
    color: red;
}

.banner-Two .banner-image:before {
    background: #000;
    opacity: 0.4;
}

.is-mobile .banner-Two .title-banner {
    color: #fff;
}

.banner-Two .desc-banner {
    color: #cfd1d2;
}

.is-mobile .swiper-slider-main .swiper-slide img {
    /*height: 17rem;*/
}

.product-slide .swiper-button-prev, .product-slide .swiper-button-next {
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.product-slide .inner-content .swiper-slide--tile {
    font-size: 1.4rem;
}

/* Đặt nút Messenger cố định */
.messenger-toggle {
    position: fixed;
    bottom: 10px;
    left: 0px;
    z-index: 9999;
    cursor: pointer;
    animation: shake 1.5s infinite;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 7rem;
    height: 7rem;
}

.social-buttons.hidden {
    opacity: 0;
    transform: translateY(20px);
    pointer-events: none;
}

/* Hiệu ứng Messenger rung */
@keyframes shake {
    0%, 100% {
        transform: rotate(0);
    }

    25% {
        transform: rotate(3deg);
    }

    50% {
        transform: rotate(-3deg);
    }

    75% {
        transform: rotate(2deg);
    }
}

.is-mobile .hotline-phone-ring-wrap {
    left: 0;
    bottom: 70px;
}

.messenger-toggle .hotline-phone-ring-img-circle i {
    font-size: 2.2rem;
}

.messenger-toggle:hover .hotline-phone-ring-img-circle i {
    color: #007bff;
}

.messenger-toggle.active i::before {
    content: '\f00d';
}

.article-item .article-title {
    min-height: unset;
    line-height: 1.2em;
    height: calc(1.2em* 2);
}

.nav_custome {
    margin-bottom: 3rem;
    border-bottom: 1px solid #e3e3e3;
}

.quantity_sell {
    font-size: 1.2rem;
    color: var(--color-text);
    font-weight: 500;
}

.product-content-detail .quantity_sell {
    color: #000000;
    font-size: 1.4rem;
}
@media (max-width: 767px) {
    .language-dropdown .language-picker img {
        width: 2.5rem;
    }
}

@media (max-width: 321px) {
    .logo-section img {
        max-height: 3.3rem;
    }
    
    .language-dropdown .language-picker img {
        width: 2rem;
    }
    .product-detail-footer .nav .nav-item {
        flex: 0 0 50%;
        max-width: 50%;
    }
        
    .product-detail-footer .nav li a {
        font-size: 2rem;
    }
    
    .btn-menu-mobile {
        font-size: 3rem;
    }
}
/*End css quyettq*/
.breadcrumbs-section:before {
    position: absolute;
    top: 0;
    left: 0;
    background-color: black;
    content: "";
    width: 100%;
    height: 100%;
    opacity: 0.25;
}

.breadcrumbs-section .small-bread {
    z-index: 2;
}

.img_first, .img_hover {
    transition: all .3s ease-in-out;
}

.product-item .img_hover {
    opacity: 0;
}

.product-item:hover .img_first {
    opacity: 0;
}

.product-item:hover .img_hover {
    opacity: 1;
}

.is-mobile .olens_content {
    bottom: auto;
    transform: none !important;
    max-width: 100%;
    position: static;
}

.is-mobile .olens_video {
    margin-bottom: 2rem;
}

.is-mobile .olens_content .olens_title {
    font-size: 3rem;
}

.menu-section ul li a.active {
    font-weight: bold;
}

.is-mobile .bg-lop-mau-mobile {
    position: relative;
}

.is-mobile .bg-lop-mau-mobile:before {
    position: absolute;
    /* content: ''; */
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #25252559;
    z-index: 2;
}

.box-video-kh .item-video {
    position: relative;
}

.box-video-kh .item-video .video {
    position: relative;
    padding-top: 177%;
    z-index: 1;
}

.box-video-kh .item-video .video  iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.box-video-kh .item-video .img-video {
    position: absolute;
    top: 0;
    padding-top: 177%;
    z-index: 2;
    width: 100%;
}

.box-video-kh .item-video .img-video img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    object-fit: cover;
}

.box-video-kh .item-video .img-video i {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 9;
    transform: translate(-50%, -50%);
    width: 4.8rem;
    height: 4.8rem;
    background-color: #ffffff1c;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    box-shadow: 0 0 2.5rem rgba(82, 95, 127, .3);
    font-size: 16px;
}
[nh-check-order] {
    padding-left: 20px;
}

[nh-check-order] input {
    margin-left: -20px;
}
#order-info [nh-btn-create-order].btn.btn-submit {
    pointer-events: none;
    opacity: 0.5;
}

#order-info  [nh-btn-create-order].btn.btn-submit.active {
    pointer-events: initial;
    opacity: 1;
}

.box-video .name a {
    font-size: 18px;
    margin-top: 15px;
    display: inline-block;
    color: #000;
}