/*--------------------------------------------------------------------------
|  Header
--------------------------------------------------------------------------*/
body {
    font-family: "Mulish", sans-serif;
}

/*CSS by quyettq*/
header.fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: white;
    z-index: 999;
    box-shadow: 0 .2rem 4rem .1rem rgba(0, 0, 0, 0.1);
    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;
}

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

    100% {
        transform: translateY(0)
    }
}

header.fixed .header_nofixed,
header .header_fixed .logo-section {
    display: none;
}

header.fixed .header_fixed, header.fixed .header_fixed .logo-section {
    display: block;
}

header.fixed .header_fixed .logo-section img {
    max-height: 7rem;
    padding: 0.5rem 0;
}

header.fixed .header_fixed > .container > .row > div {
    display: flex;
    align-items: center;
    gap: 5rem;
}
/*End css quyettq*/

.entry-topbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.left-topbar {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    gap: 1rem;
}

.language-picker {
    display: flex;
    align-items: center;
    gap: .5rem;
}

.language-picker img {
    height: 2rem;
}

.entry-topbar * {
    color: white !important;
}

.btn-function {
    display: flex;
    gap: 1rem;
}
.border-white{
    border: 1px solid white;
}
.border-white i {
    color: white;
}
.logo-section img {
    border-radius: 50%;
    max-height: 8rem;
}
.btn-function > div {
    background: var(--color-highlight);
    padding: .5rem;
    border-radius: 1rem;
    border: 1px solid white;
}

.btn-function > div:hover {
    background: white;
}

.btn-function > div:hover a {
    color: var(--color-highlight);
}

.btn-function > div a {
    color: white;
    display: flex;
    align-items: center;
    gap: 1rem;
}

.btn-function > div i {
    font-size: 2rem;
}

.search-box {
    border: 1px solid white;
    box-shadow: rgb(60 64 67 / 10%) 0px 1px 2px 0px, rgb(60 64 67 / 15%) 0px 2px 6px 2px;
    border-radius: 1rem;
    overflow: hidden;
}

/*--------------------------------------------------------------------------
|  Main
--------------------------------------------------------------------------*/
.btn {
    padding: 0.5rem 1.5rem;
}

.rounded-1 {
    border-radius: 1rem;
}

.object-contant {
    object-fit: contain !important;
}

.intro-title a {
    font-size: 2.2rem;
    font-weight: bold;
    color: black;
}

.product-item--cate {
    box-shadow: 0 30px 40px 0 rgba(0, 0, 0, .2);
    background: white;
    border-radius: 2rem;
    overflow: hidden;
}

.prd-cate-title {
    text-align: center;
    font-size: 1.8rem;
    text-transform: uppercase;
    font-weight: 600;
    color: black;
}

.prd-cate-title:hover {
    color: var(--color-highlight);
}

.item-view-category .title-child {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1rem;
}

.item-view-category .title-child > a {
    font-size: 13px;
    text-transform: none;
    font-weight: 400;
    margin-right: 0;
    padding: 4px 10px;
    border: 1px solid #E5E7EB;
    border-radius: 8px;
    background: #F3F4F6;
    color: black;
}

.cus-dssp-no-more .inner-image img{
    object-fit: contain !important;
}

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

.cus-dssp-no-more .item-view-category .title-child > a:hover {
    color: var(--color-highlight);
}

.cus-dssp-no-more .product-item .box-content {
    font-size: 14px;
}

.cus-dssp-no-more .product-item .price-amount {
    color: var(--color-highlight);
    font-weight: 700;
    font-size: 18px;
}

.cus-dssp-no-more .product-title {
    font-size: 16px;
    background: var(--color-highlight);
    color: white;
    padding: 0.5rem;
}

.contact-info .item i {
    width: 5rem;
    height: 5rem;
    line-height: 5rem;
    text-align: center;
    background: var(--color-highlight);
    color: white;
    border-radius: 50%;
    font-size: 2.5rem;
    display: inline-block;
}

.from-product-title {
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 1rem;
}

.ratio-image-cate {
    padding-top: 22%;
}

.contact-info * {
    color: black;
}

.hotline-phone-ring-wrap {
    right: 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;
    right: 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%;
}

.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;
    right: 130%;
}

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

.tooltip-social:hover .tooltip-text::after {
    content: "";
    position: absolute;
    top: 27%;
    left: 100%;
    border-top: 7px solid transparent;
    border-left: 7px solid rgba(0, 0, 0, 0.75);
    border-bottom: 7px solid 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%);
}

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

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

#phone .hotline-phone-ring-circle, .messenger-toggle .hotline-phone-ring-circle {
    border-color: #77df9d;
}

#phone .hotline-phone-ring-circle-fill, .messenger-toggle .hotline-phone-ring-circle-fill {
    background-color: #25cc62;
}

.is-mobile .hotline-phone-ring-wrap {
    bottom: 60px;
    left: 10px;
}

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

.product-contact * {
    color: black;
}

.product-button {
    display: flex;
    gap: 1rem;
}

.product-button .btn-submit {
    color: white;
}

.product-button .btn-submit:hover {
    color: var(--color-highlight);
}

.product-button img {
    width: 25px;
}
/*--------------------------------------------------------------------------
|  Footer
--------------------------------------------------------------------------*/
footer {
    background: var(--color-highlight);
}

/*--------------------------------------------------------------------------
|  Responsive
--------------------------------------------------------------------------*/

.article-detail .box-content img {
    max-width: 100%;
    height: auto;
}

.article-cat img {
    max-height: 100rem;
    width: 100%;
    object-fit: cover;
}
.fs-16 {
    font-size: 1.6rem !important;
}

