@font-face {
    font-family: "SamsungSharp";
    src: url("../fonts/SamsungSharpSans.ttf") format("TrueType")
}

@font-face {
    font-family: "revuen";
    src: url("../fonts/revuen.ttf") format("TrueType")
}
body {
    font-family: "Josefin Sans", sans-serif;
}
h1, h2, h3, p, a {
    font-family: 'Josefin Sans', sans-serif;
}
.payment_success_cus label {
    font-weight: 600;
}
.payment_success_cus {
    margin-bottom: 1rem;
}
.payment_success_cus span {
    line-height: 2;
    font-size: 1.5rem;
}
.name_thuoc_tinh {
    font-weight: 600;
}
span.value_thuoc_tinh {
    font-weight: 700;
    font-size: 1.5rem;
    color: #bf3535;
}
.title-company {
    font-size: 4.5rem;
    font-weight: 500;
    font-family: 'revuen';
}

.ff-samsung {
    font-family: "SamsungSharp";
}

.h-0 {
    height: 0 !important;
}

.footer-menu-section {
    color: white;
}

.footer-menu-section a {
    color: white;
}

.img-fluidz {
    width: 100%;
    height: auto;
}

.img-fluid-logo {
    width: 100%;
    height: auto;
}

.fs-20 {
    font-size: 2rem;
}

.cl-c {
    color: #8d7575;
}

.bg-header > .row > div:nth-child(2) {
    /* margin-top: 4rem; */
}

.footer-cus {
    padding: 5rem 5rem 8rem 5rem;
}

.bg-header > .row {
    /* padding-top: 6px; */
    align-items: center;
}

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

.collage-card a {
    color: black;
}

.box-shadow {
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}

.cs-rounded-50 {
    border-radius: 20px 0 20px 0;
}

.title-footer {
    font-weight: 600;
    font-size: 2rem;
}

.entire-action-header i {
    font-size: 2rem;
}

.baivietnew {
    position: relative;
}

.collectionX > .row > div {
    padding: 0px 10px;
}

.entire-file {
    padding: 3rem;
}

.combo-category-brand {
    display: flex;
}

.brand > span {
    color: #0d39e5;
}

.album_product > .row {
    margin-right: -10px;
    margin-left: -10px;
}

.album_product > .row > div {
    margin-bottom: 1.5rem;
    padding: 0px 10px 0px 10px;
}

.product-detail-footer {
    padding-top: 2rem;
    border-top: 3px solid;
}

.product-detail-footer li.nav-item {
    border-right: 1px solid white;
    text-align: center;
    width: 20%;
}

.product-content-detail .add-to-cart {
    width: 100%;
}

.add-cart-cus {
    background: #c71616 !important;
    border: 0 !important;
}

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

.entire-action-header .form-dropdown {
    position: absolute;
    padding: 10px;
    background-color: var(--white);
    width: 350px;
    top: 100%;
    left: auto;
    right: 0;
    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;
    -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);
}

@media screen and (min-width: 990px) and (max-width: 1660px) {
    .page-width-desktop {
        padding: 0 5rem;
    }
}

@media screen and (min-width: 1700px) {
    .page-width-desktop {
        padding: 0 5rem;
    }
}

.btn-view-all {
    color: #8d7575 !important;
    cursor: pointer;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    font: inherit;
    padding: 0.9rem 3rem 1.1rem;
    text-decoration: none;
    border: 0;
    border-radius: 0;
    background-color: #EFDEDE;
    box-shadow: 0 0 0 0.1rem rgba(var(--color-button),var(--alpha-button-border));
    color: rgb(var(--color-button-text));
    min-width: 12rem;
    min-height: 4.5rem;
    transition: box-shadow var(--duration-short) ease;
    -webkit-appearance: none;
    appearance: none;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}

a.btn-view-all:hover {
    border: 2px solid black;
}

/*a.btn-view-all:after {*/
/*    content: "";*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    width: 0;*/
/*    height: 100%;*/
/*    background: linear-gradient(to right, #60bfe3, #DEC4C4);*/
/*    -webkit-transition: all 0.2s ease-out;*/
/*    transition: all 0.2s ease-out;*/
/*    z-index: -1;*/
/*}*/
/*a.btn-view-all:hover {*/
/*    color: white;*/
/*}*/
/*a.btn-view-all:hover:after {*/
/*    color: white;*/
/*    width: 100%;*/
/*}*/
.btn-view-all-2 {
    border: 1px solid #ceb4b4;
    cursor: pointer;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    font: inherit;
    padding: 0.9rem 5rem 1.1rem;
    text-decoration: none;
    border-radius: 10px;
    background-color: #EFDEDE;
    box-shadow: 0 0 0 0.1rem rgba(var(--color-button),var(--alpha-button-border));
    color: rgb(var(--color-button-text));
    min-width: 12rem;
    min-height: 5.5rem;
    transition: box-shadow var(--duration-short) ease;
    -webkit-appearance: none;
    appearance: none;
}

.menu-section > ul > li > a:hover {
    text-decoration: underline;
    text-underline-offset: 0.3rem;
}

.deferred-media__poster {
    background-color: transparent;
    border: none;
    cursor: pointer;
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
}

.video-section__poster, .video-section__media iframe {
    position: absolute;
    width: 100%;
    height: 100%;
}

.media {
    display: block;
    background-color: rgba(var(--color-foreground),.1);
    position: relative;
    overflow: hidden;
}

button#Deferred-Poster-Modal-SqXRDzC2bp4 {
    z-index: 9;
    height: 100%;
    position: absolute;
    width: 100%;
    display: block;
}

#key-board {
    z-index: 9;
    height: 100%;
    position: absolute;
    width: 100%;
    display: block;
}

.deferred-media__poster-button {
    background-color: white;
    border: 0.1rem solid rgba(var(--color-foreground),.1);
    border-radius: 50%;
    color: rgb(var(--color-foreground));
    display: flex;
    align-items: center;
    justify-content: center;
    height: 6.2rem;
    width: 6.2rem;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%) scale(1);
    transition: transform var(--duration-short) ease,color var(--duration-short) ease;
    z-index: 1;
}

.motion-reduce > i {
    font-weight: 800;
}

span.title-hl-2 {
    font-size: 17px;
    font-weight: 200;
    color: rgba(18, 18, 18, 0.75);
}

.collection-content {
    margin-bottom: 2rem;
    background: #EBE6E6;
    padding: 3rem 3rem 0;
}

.img_service {
    z-index: 15;
    position: relative;
}

.title_service_Home {
    font-family: "SamsungSharp";
    z-index: 20;
    position: relative;
    padding: 1.5rem 0px 1.5rem 0px;
}

.title_service_Home > a {
    font-size: 18px;
    color: #121212;
}

.title_service_Home i {
    margin-left: 11px;
    font-size: 14px;
}

/*zoom-anh*/
.article-item, .ratio-3-2, .ratio-1-1, .ratio-16-9, .ratio-4-3, .ratio-8-5, .ratio-custome, .product-item {
    overflow: hidden;
}

.product-item img, .article-item img {
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    overflow: hidden;
}

.product-item:hover img, .article-item:hover img {
    overflow: hidden;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

/*zoom-anh*/
/*nut lien he*/
.contact-right {
    position: fixed;
    right: 20px;
    bottom: 55px;
    z-index: 9;
}

.contact-right li.entry-content {
    list-style: none;
    margin-top: 5px;
    position: relative;
}

.contact-fixed__pulsation {
    width: 84px;
    height: 84px;
    background-color: var(--color-main);
    border-radius: 50px;
    position: absolute;
    left: -20px;
    top: -20px;
    z-index: -1;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-animation: arcontactus-pulse 2s infinite;
    animation: arcontactus-pulse 2s infinite;
}

.contact-fixed__pulsation:nth-child(2n) {
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
}

@keyframes arcontactus-pulse {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1
    }

    50% {
        opacity: .5
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
}

li.entry-content.zoom-item {
    margin-top: 25px;
}

li.entry-content.zoom-item a img {
    animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
}

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

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

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

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

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

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

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

.contact-right li.entry-content img {
    width: 44px;
    height: 44px;
}

/*nut lien he*/
.newsletter--input {
    position: relative;
}

span.btn-cus-form {
    color: white;
    border-radius: 50px;
    padding: 8px 1.5rem;
    position: absolute;
    right: 5px;
    bottom: 4px;
    display: inline-block;
    background: black;
}

.form-control-new {
    height: 4.5rem;
    position: relative;
    border-radius: 50px;
    border: 1px solid;
    background: white;
}

.collage-card__image-wrapper img {
    width: 100%;
    height: 21rem;
    object-fit: cover;
}

.collage-content {
    padding: 0px 1rem;
}

.collage-card__info {
    margin-bottom: 1.5rem;
    background: #EBE6E6;
    padding: 1rem 1rem 1rem 3rem;
}

.collage-card__info2 {
    padding: 1rem 1rem 1rem 3rem;
    background: #EBE6E6;
}

.collage-card__info2 span {
    font-family: "SamsungSharp";
    font-size: 2rem;
}

.collage-card__info span {
    font-family: "SamsungSharp";
    font-size: 2rem;
}

.inner-product-attributex > span {
    border: 0.1rem solid #b73c3c;
    border-radius: 4rem;
    /* color: rgb(var(--color-foreground)); */
    display: inline-block;
    margin: 0.7rem 1rem 0.2rem 0;
    padding: 1rem 2rem;
    font-size: 1.4rem;
    letter-spacing: .1rem;
    line-height: 1;
    text-align: center;
    /* transition: border var(--duration-short) ease; */
    cursor: pointer;
}

.inner-product-attributex.active > span {
    background: black;
    color: white;
}

@media (min-width: 1600px) {
    .collage-card__image-wrapper img {
        width: 100%;
        height: 25rem;
        object-fit: cover;
    }
}

.button-85 {
    cursor: pointer;
    position: relative;
    z-index: 0;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
}

.button-85:before {
    content: "";
    background: linear-gradient( 42deg, #e0490d, #ff7300, #d6d5a7, #48ff00, #00ffd5, #7881b0, #9d5ee2, #ff00c8, #ff0000 );
    position: absolute;
    top: 0px;
    left: 0px;
    background-size: 400%;
    z-index: -1;
    filter: blur(5px);
    -webkit-filter: blur(5px);
    width: calc(100% + 0px);
    height: calc(100% + 0px);
    animation: glowing-button-85 20s linear infinite;
    transition: opacity 0.3s ease-in-out;
    border-radius: 10px;
}

@keyframes glowing-button-85 {
    0% {
        background-position: 0 0;
    }

    50% {
        background-position: 400% 0;
    }

    100% {
        background-position: 0 0;
    }
}

.button-85:after {
    border-radius: 10px;
    background: #eee8df;
    z-index: -1;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    /* border-radius: 10px; */
}

.overlay {
    background-color: rgba(0,0,0, 0.35);
    display: flex;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    align-items: center;
    opacity: 0;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
}

.overlay:before, .overlay:after {
    z-index: 3;
    position: absolute;
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
    transition: opacity 0.5s, transform 0.5s;
    z-index: 3;
}

.overlay:before {
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
}

.overlay:after {
    border-right: 1px solid rgba(255, 255, 255, 0.5);
    border-left: 1px solid rgba(255, 255, 255, 0.5);
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
}

.overlay:hover {
    opacity: 1;
}

.overlay:hover::before, .overlay:hover::after {
    color: white;
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

/*reponsive mobi*/
@media (max-width: 768px) {
    .product-detail-footer li.nav-item {
        border-right: 1px solid white;
        text-align: center;
        width: 33%;
    }

    .product-detail-footer .nav {
        justify-content: center;
    }

    span.btn-cus-form {
        padding: 8px 1.5rem;
        right: 3px;
        bottom: 2px;
    }

    footer {
        background: black;
    }

    .swiper-slide--wrap {
        left: 30%;
    }

    .menu-section .active {
        color: black !important;
    }

    .fs-20 {
        font-size: 1.4rem;
    }

    .product-image-detail .inner-image, .product-image-detail .inner-iframe, .product-image-detail .inner-video {
        padding-top: 93%;
    }

    .search-section {
        position: absolute;
        left: -10px;
    }

    .is-mobile .btn-action-header > i {
        font-size: 2.2rem;
    }
}

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

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

@media (min-width: 500px) and (max-width:992px) {
    .is-pc header .page-width-desktop>.row>div {
        flex: 0 0 33.33%;
        max-width: 33.33%;
    }

    .is-pc header .page-width-desktop>.row>div:nth-child(2) {
        order: 1;
    }

    .is-pc header .page-width-desktop>.row>div:nth-child(1) {
        order: 2;
    }

    .is-pc header .page-width-desktop>.row>div:nth-child(3) {
        order: 3;
        display: flex;
        justify-content: flex-end;
    }

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

    .is-pc .search-section {
        position: initial;
    }
}
