@import url('https://fonts.googleapis.com/css2?family=Caudex:ital,wght@0,400;0,700;1,400;1,700&family=Great+Vibes&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

body {
    font-family: "Roboto", sans-serif;
    font-size: 13px;
    line-height: 21px;
}

.font-caudex{
    font-family: "Caudex", sans-serif;
}

.font-great-vibes{
    font-family: "Great Vibes", sans-serif;
}

.clamp-1 {
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.clamp-2 {
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.clamp-3 {
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.scrollbar {
    overflow-y: overlay;
}

.scrollbar::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #f5f5f5;
}

.scrollbar::-webkit-scrollbar {
    width: 6px;
    background-color: #f5f5f5;
}

.scrollbar::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #000;
}
.evo_sidebar_search,
#offcanvas-cart {
    transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1),
        visibility 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    touch-action: manipulation;
}
.evo_sidebar_search.active,
#offcanvas-cart.active {
    visibility: visible;
    transform: translateX(0);
}
.evo_sidebar_search button {
    border-radius: 0.25em;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}
.backdrop__body-backdrop___1rvky {
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}
.backdrop__body-backdrop___1rvky.active {
    visibility: visible;
    opacity: 0.5;
}

.header-main-pc{
    background: #0009;
}

.container-fluid {
    padding-right: 30px;
    padding-left: 30px;
    width: 100%;
}

.owl-prev {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.owl-next {
    position: absolute;

    top: 50%;
    right: 0;

    transform: translateY(-50%);
}
.slider-home .owl-prev {
    left: 20px;
}
.slider-home .owl-next {
    right: 20px;
}
.owl-nav > div {
    background-color: #000;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 50px;
    font-size: 20px;
    border-radius: 50%;
    border: 1px solid #1e3d37;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

img {
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
}

.hover-zoom:hover img {
    transform: scale(1.05);
}
.hover-zoom {
    overflow: hidden;
}

.content-content p {
    margin-bottom: 10px;
}
#primary-nav.mobile li a {
    padding: 10px !important;
}

.header-pc {
    z-index: 11 !important;
}

.content-content p {
    margin-bottom: 10px;
}

.map iframe {
    width: 100%;
}

/* Accordion
================================================== */

.main-menu-mobile ul li {
    width: 100%;
    border: none;
    position: relative;
}

.main-menu-mobile ul ul {
    width: 100%;
    position: relative;
    box-shadow: none;

    float: left;
    display: none;
}

.menu-toggle {
    display: block;
}

.menu-toggle {
    display: flex;
    align-items: center;
    text-align: center;
    color: #000;
    font-size: 25px;
    line-height: 39px;
    position: absolute;
    height: 40px;
    width: 40px;
    top: 50%;
    transform: translateY(-50%);
    left: 15px;
    background-size: 70%;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 99;
}

.main-menu-mobile {
    position: fixed;
    left: -400px;
    overflow: auto;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    right: 0;
    height: 100%;
    max-width: 300px;
    z-index: 999;
    bottom: 0;

    top: 0;
    background-color: #fff;
}

.main-menu-mobile.active {
    left: 0%;
}

.main-menu-mobile ul li a {
    font-size: 14px;
    text-decoration: none;
    color: #000;
    display: block;
    padding: 8px 20px;
    border-bottom: 1px solid rgba(45, 45, 45, 0.2);
}

.main-menu-mobile .sub-menu li a {
    font-size: 14px;
}

body.menu-change {
    overflow: hidden;
}

.overlay-main {
    background-color: #000000c2;
    position: absolute;
    visibility: hidden;
    opacity: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 99;
}

.overlay-main.active {
    visibility: visible;
    opacity: 0.5;
    height: 100vh;
    position: fixed;
}

.top-close-menu {
    text-align: center;
    line-height: 30px;

    top: 0;
    z-index: 3;
    right: 0;
    width: 30px;
    height: 30px;
    background-color: #333;
    background-size: 12px;
    background-repeat: no-repeat;
    background-position: center;
    color: #fff;
    border-radius: 5px;
    float: right;
}
.main-menu-mobile.active {
    left: 0%;
}

.main-menu-mobile ul li {
    width: 100%;
    border: none;
    position: relative;
}
.main-menu-mobile ul li a {
    font-size: 14px;
    text-decoration: none;
    color: #000;
    display: block;
    padding: 8px 20px;
    border-bottom: 1px solid rgba(45, 45, 45, 0.2);
}

.main-menu-mobile .sub {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 25px;
    height: 25px;

    color: #333;
    font-size: 16px;
    text-align: center;
    line-height: 27px;
}

.main-menu-mobile ul {
    padding: 0;
    margin: 0;
}

.contant-content h3 {
    margin-bottom: 10px;
    font-family: "Roboto-Bold";
    font-size: 18px;
}
.contant-content p {
    margin-bottom: 10px;
}
.ads-right-1.sticky {
    top: 130px;
}
.border-left {
    border-left: 1px dashed #dddd;
}

.nav-category-mobile {
    position: fixed;
    left: -400px;
    overflow: auto;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    right: 0;
    height: 100%;
    max-width: 300px;
    z-index: 999;
    bottom: 0;

    top: 80px;
    background-color: #fff;
}
.nav-content-home .top-close-menu {
    position: absolute;
}

.nav-category-mobile.active {
    left: 45px;
}
.overlay-main-1 {
    background-color: #000000c2;
    position: absolute;
    visibility: hidden;
    opacity: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: all 0.3s;
    z-index: 99;
}

.overlay-main-1.active {
    visibility: visible;
    opacity: 0.5;
}

/* .header-main-mobile {
    display: none;
} */
.header-mobile {
    background: #fff;
}

.owl-dots .owl-dot {
    width: 12px;
    height: 12px;
    background: #00000026;
    margin: 0 10px;
    border-radius: 100%;
    cursor: pointer;
    transition: all 0.2s;
}
.owl-dots {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 40px;
}
.owl-dots .owl-dot.active {
    background: #ffc013;
    width: 10px;
    height: 8px;
    position: relative;
    top: 4px;
    border-radius: 2px;
}

.owl-dots .owl-dot.active::before{
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 1px;
    position: absolute;
    left: 1px;
    top: -3px;
    background: #ffc013;
    transform: rotate(45deg);
}

.first-text{
    display: inline-block;
    font-family: "Great Vibes", sans-serif;
    font-size: 70px;
    line-height: 1;
    height: 70px;
    width: 70px;
    color: #ffc013;
    margin-right: 20px;
    margin-bottom: 5px !important;
    float: left;
    text-align: center;
}

.header-main-pc.scrollActive , .header-main-mobile.scrollActive{
    position: fixed;
}

.header-main-pc.scrollActive{
    background: #1a1f24;
}

.header-main-mobile.scrollActive{
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
}

.btn-fixed-contact{
    position: fixed;
    bottom: 62px;
    left: 10px;
    z-index: 999;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 20px;
    align-items: center;
}

.btn-fixed-contact .btn-phone{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #fff;
    font-size: 16px;
    background: #d61c1f;
}

.btn-fixed-contact .btn-zalo svg{
    width: 40px;
    height: 40px;
}

.btn-fixed-contact .btn-phone i, .btn-fixed-contact .btn-zalo svg{
    animation: wrench 2.5s ease infinite;
    animation-duration: 1s;
    animation-fill-mode: both;
}

.box_content.content *{
    font-family: "Roboto", sans-serif !important;
}

@keyframes wrench{
    0%{
        transform: rotate(-12deg);
    }

    8%{
        transform: rotate(12deg);
    }

    10%, 28%, 30%, 48%, 50%, 68%{
        transform: rotate(24deg);
    }

    18%, 20%, 38%, 40%, 58%, 60%{
        transform: rotate(-24deg);
    }

    100%, 75%{
        transform: rotate(0);
    }
}

@media(min-width:1280px){
    .container{
        max-width: 1100px;
    }
}

@media only screen and (max-width: 1366px) {
    .other-shops {
        width: 100%;
        overflow: hidden;
    }
    #main {
        width: 100%;
        overflow: hidden;
    }
    .logo-box {
        width: 100%;
        overflow: hidden;
    }
}
@media only screen and (max-width: 1024px) {
    #main {
        width: 100%;
        overflow: hidden;
    }
}


@media only screen and (max-width: 736px) {
    .header-main-mobile{
        display: block;
    }

    .sitemap {
        margin-top: 0;
    }

    .owl-next {
        right: 0;
    }
    .owl-prev {
        left: 0;
    }

    .owl-carousel .owl-nav .owl-next,
    .owl-carousel .owl-nav .owl-prev {
        cursor: pointer;
        cursor: hand;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        display: none;
    }
    .owl-nav > div {
        width: 40px;
        height: 40px;

        line-height: 40px;
    }

    #primary-nav-button {
        top: 12px;
    }
    
    .slider-home .owl-next {
        right: 0;
    }
    .slider-home .owl-prev {
        left: 0;
    }
}
