@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");

:root{
    --primary-color: #f0be7c;
    --primary-color2: #235b33;
}

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

a{
    transition: all 0.3s;
}

.clamp-1 {
    text-overflow: ellipsis;
    line-height: 20px;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.clamp-2 {
    text-overflow: ellipsis;
    line-height: 20px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.clamp-3 {
    text-overflow: ellipsis;
    line-height: 20px;
    -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;
}
.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;
}

.main-menu ul li:last-child a::after {
    display: none;
}

.sidebar .item-sb ul li {
    position: relative;
}
.sidebar .item-sb ul li:after {
    display: block;
    content: "";
    width: 7px;
    height: 7px;
    background: #017bc4;
    opacity: 0.7;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 6px;
}

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

.tab-detail button.active {
    background-color: #0c50a3;
    color: #fff;
}
.form-search-mobile input[type="text"]::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fff;
    opacity: 1; /* Firefox */
}

.form-search-mobile input[type="text"]:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #fff;
}

.form-search-mobile input[type="text"]::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #fff;
}

.accept-payment ul li img {
    width: 50px;
}
.map iframe {
    width: 100%;
}
.content-home.content-home-1 .nav-content-home .item {
    min-height: 565px;
}
.our-results .nav-our-results .item .number {
    font-family: "UTM BanqueB";
}

/* Accordion
================================================== */
.is-sticky .top-header {
    display: none;
}
.is-sticky .logo-box {
    display: none;
}
.sticky-wrapper {
    height: auto !important;
}
.banner-child::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
}

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

.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: 32px;
    height: 2px;
    background: #ddd;
    margin: 0px 2px;
}
.owl-dots {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 20px;
}
.owl-dots .owl-dot.active {
    background: var(--primary-color);
}

.box-bg-home1::before, .box-bg-home2::before, footer::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #f0be7ce6;
}

.box-bg-home2::before{
    background: #fffffff0;
}

footer::before{
    background: #2a2a2af2;
}

.box-about-home .box-content-about h2{
    font-size: 30px;
    margin-bottom: 20px;
    font-weight: 700;
    color: var(--primary-color);
}

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

.box-video-home .box-list-video li.active{
    background: #606060;
}

footer .box-item-footer ul{
    list-style: disc;
    padding-left: 20px;
}

footer .box-item-footer ul li, footer .box-item-footer p{
    margin-bottom: 10px;
}

footer .box-item-footer{
    color: #c0c0c0;
}

footer .box-item-footer h3, footer .box-item-footer h4, footer .box-item-footer strong{
    color: #fff;
}

.zoomIn{

    width: 80px;
  
      height: 80px;
  
      border: 2px solid #0789cd;
  
      border-radius: 100px;
  
      position: absolute;
  
      top: 50%;
  
      left: 50%;
  
      margin-top: -40px;
  
      margin-left: -40px;
  
      animation-name: zoomIn;
  
      animation-duration: 1s;
  
      animation-iteration-count: infinite;
  
      animation-timing-function: ease-out;
  
  }
  
  @keyframes zoomIn{
  
    0% {
  
      opacity: 0;
  
      transform: scale3d(.3,.3,.3);
  
    }
  
    50% {
  
      opacity: 1;
  
    }
  
  }
  
  .pulse{
  
    width: 60px;
  
      height: 60px;
  
      background: #0789cd;
  
      opacity: .75;
  
      border-radius: 100px;
  
      position: absolute;
  
      top: 50%;
  
      left: 50%;
  
      margin-top: -30px;
  
      margin-left: -30px;
  
      animation-name: pulse;
  
      animation-duration: .5s;
  
      animation-iteration-count: infinite;
  
      animation-direction: alternate;
  
      animation-timing-function: ease-in-out;
  
  }
  
  @keyframes pulse{
  
    0% {
  
      transform: scale3d(1,1,1);
  
    }
  
    50% {
  
      transform: scale3d(1.05,1.05,1.05);
  
    }
  
    100% {
  
      transform: scale3d(1,1,1);
  
    }
  
  }
  
  .tada{
  
    background: #0789cd;
  
      border-radius: 100px;
  
      width: 40px;
  
      height: 40px;
  
      position: absolute;
  
      left: 50%;
  
      top: 50%;
  
      margin-top: -20px;
  
      margin-left: -20px;
  
      animation-name: tadaa;
  
      animation-duration: .5s;
  
      animation-iteration-count: infinite;
  
      animation-direction: alternate;
  
  }

.box_content h2{
    font-size: 24px;
}

.box_content h3{
    font-size: 20px;
}

.box-about-home img{
    max-height: 450px;
    width: 100%;
    object-fit: contain;
}

@media only screen and (max-width: 1366px) {
    #main {
        width: 100%;
        overflow: hidden;
    }
    .logo-box {
        width: 100%;
        overflow: hidden;
    }
}
@media only screen and (max-width: 1024px) {
    #main {
        width: 100%;
        overflow: hidden;
    }
    .main-product-detail .top-detail-left .img img {
        height: 370px;
    }
}
@media only screen and (max-width: 768px) {

    header.header-mobile {
        display: block !important;
        padding: 5px 0;
        z-index: 222 !important;
    }

}
@media only screen and (max-width: 736px) {
    .sitemap {
        margin-top: 0;
    }

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

    .new-home-section .item .img img {
        height: 220px;
    }
    .social-footer {
        margin-bottom: 15px;
    }

    /* .owl-carousel .owl-dot,
    .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;
    }

    header .right-header ul li img {
        width: 30px;
        height: 20px;
    }
    header .right-header ul li:last-child img {
        width: auto;
        height: auto;
    }
    .banner .slider__images {
        height: 275px !important;
    }
    .slider__thumbs .slider__image img {
        height: 85px !important;
    }

    .content-home-3 .item-large .img img {
        height: auto;
    }

    #primary-nav-button {
        top: 12px;
    }
    header > div > .absolute {
        top: 19px;
    }
    .slider-home .owl-next {
        right: 0;
    }
    .slider-home .owl-prev {
        left: 0;
    }
    .banner-child .img img {
        height: 250px;
        object-fit: cover;
    }
}
.menu-header-child ul li:last-child {
    border-bottom: 0px;
}
