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

body {
    font-family: "Montserrat", sans-serif;
    line-height: 23px;
    font-size: 16px;
    color: #014e70;
    line-height: 1.4;
    overflow-x: hidden;
}
:root {
    --primary: #183655;
    --second: #1d5187;
}
.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: #d62929;
}
.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: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.shadowC {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.slider_nav_up {
    animation: slider_nav_up 0.7s;
}
ul.dropdown {
    animation: slider_nav_up 0.7s;
    -webkit-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -moz-box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    -webkit-box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

ul.dropdown li a {
    display: block;
    padding: 10px;
    color: #333333;
    border-bottom: 1px solid #dddddd;
}

ul.dropdown li:last-child a {
    border-bottom: 0px !important;
}

@-webkit-keyframes slider_nav_up {
    0% {
        transform: perspective(600px) rotateX(-90deg);
    }

    100% {
        transform: perspective(600px) rotateX(0deg);
    }
}

@keyframes slider_nav_up {
    0% {
        transform: perspective(600px) rotateX(-90deg);
    }

    100% {
        transform: perspective(600px) rotateX(0deg);
    }
}

.menu-header a.active {
    color: var(--primary);
}
.menu-header-child li:last-child {
    border-bottom: 0px;
}
.menu-header-child {
    -moz-transition: 0.3s ease-in;
    -o-transition: 0.3s ease-in;
    -webkit-transition: 0.3s ease-in;
    -ms-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 0;
    visibility: hidden;
}
.menu-header li:hover .menu-header-child {
    opacity: 1;
    visibility: visible;
}
.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;
}
.owl-dots {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
}
.owl-carousel button.owl-dot {
    width: 10px;
    height: 10px;
    background-color: var(--primary);
    border-radius: 100%;
    margin: 0px 2px;
    opacity: 0.5;
}
.owl-carousel button.owl-dot.active {
    opacity: 1;
}
.zoom-effect img {
    ms-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.zoom-effect:hover img {
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.item-product {
    border-bottom: 1px solid #f2f2f2;
    border-left: 1px solid #f2f2f2;
}
#js_data_product_filter .item-product,
.slider-product .item-product {
    border-bottom: 0px solid #f2f2f2;
    border-left: 0px solid #f2f2f2;
}
.item-product:nth-child(5n) {
    border-right: 1px solid #f2f2f2;
}
.item-product img + img {
    transform: translateY(20px);
}
.item-product img {
    transition: opacity 0.3s;
}
.item-product:hover img {
    opacity: 0;
}
.item-product:hover img + img {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
}
.item-product img + img {
    visibility: hidden;
    transition: all 500ms;
    transform: translateY(20px);
}
a {
    -webkit-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    -ms-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
}
.h2_why::before {
    position: absolute;
    content: "";
    left: 50%;
    bottom: 0px;
    width: 100px;
    height: 5px;
    background: var(--primary);
    transform: translateX(-50%);
}
.payment-title:before {
    content: "";
    height: 1px;
    width: 100%;
    left: 0;
    position: absolute;
    background-color: #777;
    top: 50%;
    transform: translate(0, -50%);
    z-index: 0;
}
#cart-show-header {
    height: calc(100vh - 100px);
}
.titleH2::before {
    content: "";
    height: 3px;
    width: 200px;
    left: 0;
    position: absolute;
    background-color: var(--primary);
    bottom: -1px;
    z-index: 0;
}
.acc__card:last-child {
    border-bottom: 0px;
}
.nav-cate {
    overflow: visible;
    clear: both;
    position: absolute;
    top: 53px;
    left: -1px;
    right: 0;
    z-index: 10;
    height: 0;
    display: none;
}
.mainmenu .nav-cate {
    display: block;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.25s ease, visibility 0.25s ease;
    transition: opacity 0.25s ease, visibility 0.25s ease;
    animation: menu-to-bottom 0.25s ease;
    -webkit-animation: menu-to-bottom 0.25s ease;
}
.mainmenu:hover .nav-cate {
    display: block;
}
header .mainmenu:hover .nav-cate {
    visibility: visible;
    opacity: 1;
    animation: menu-in-top 0.25s ease;
    -webkit-animation: menu-in-top 0.25s ease;
}
.mainmenu .nav-cate ul {
    width: 100%;
    min-height: 364px;
    background: #fff;
    overflow: visible;
    border: 1px solid var(--second);
    border-top: none;
}
.nav-cate ul li.dropdown {
    position: static;
}
.nav-cate ul li {
    display: block;
    overflow: visible;
    padding: 10px 10px;
    cursor: pointer;
    clear: both;
}
.mainmenu .nav-cate ul li h3 {
    position: relative;
    display: block;
    color: #666;
    line-height: 20px;
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.01em;
}
.mainmenu .nav-cate ul li h3 img {
    max-width: 22px;
    float: left;
    margin-right: 5px;
}
.mainmenu .nav-cate ul li h3 a {
    display: block;
    color: #666;
    font-size: 16px;
}
.mainmenu .nav-cate ul li .subcate {
    display: none;
    cursor: default;
    position: absolute;
    top: 0;
    left: 100%;
    background: #fff;
    padding: 0;
    width: 100%;
    border: 1px solid transparent;
}
.mainmenu .nav-cate ul li .subcate {
    animation: menu-to-right 0.25s ease;
    -webkit-animation: menu-to-right 0.25s ease;
    -webkit-transition: opacity 0.25s ease, visibility 0.25s ease;
    transition: opacity 0.25s ease, visibility 0.25s ease;
    visibility: hidden;
    opacity: 0;
    display: block;
}
.mainmenu .nav-cate ul li.dropdown h3 a:before {
    content: "\f0da";
    font-family: FontAwesome;
    text-align: center;
    font-size: 14px;
    top: 50%;
    position: absolute;
    right: 0px;
    line-height: 100%;
    -webkit-transform: translatey(-50%);
    -moz-transform: translatey(-50%);
    -ms-transform: translatey(-50%);
    -o-transform: translatey(-50%);
    color: #999;
}
.mainmenu .nav-cate ul li:hover {
    background-color: var(--second);
}
.mainmenu .nav-cate ul li.dropdown:hover .subcate {
    visibility: visible;
    opacity: 1;
    pointer-events: visible;
    animation: menu-in-left 0.25s ease;
    -webkit-animation: menu-in-left 0.25s ease;
    display: block;
    border-color: var(--second);
    border-left: none;
}
.mainmenu .nav-cate ul li:hover a {
    color: #fff;
}
.mainmenu .nav-cate ul li .sub-flex ul li .sub-a {
    color: #000;
}
.mainmenu .nav-cate ul li .sub-flex ul li .sub-a:hover {
    color: #fff;
}
.mainmenu .nav-cate ul li .subcate .sub-flex ul {
    border: 0px !important;
}
.mainmenu .nav-cate ul li .subcate .sub-flex ul li {
    padding: 8.9px 10px;
}
.mainmenu .nav-cate ul li .subcate .sub-flex ul li .sub-a {
    display: block;
    overflow: visible;
    cursor: pointer;
    clear: both;
    background-color: transparent;
    color: #666;
}
.mega-content {
    background: #fff none repeat scroll 0 0;
    border-radius: 0;
    display: none;
    margin: 0;
    padding: 0px;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 99;
    width: 100%;
    box-shadow: 5px 10px 20px rgba(0, 0, 0, 0.15);
    display: block;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    -moz-transition: 0.2s ease-out;
    -o-transition: 0.2s ease-out;
    -webkit-transition: 0.2s ease-out;
    -ms-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
    -moz-transform: translateY(20px);
    -o-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
}
.nav-item:hover > .mega-content {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
    -moz-transition: 0.3s ease-in;
    -o-transition: 0.3s ease-in;
    -webkit-transition: 0.3s ease-in;
    -ms-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    display: block;
}
.home-title h2:after {
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
    -moz-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    -o-transform: translate(-50%, 0%);
    bottom: -2px;
    content: "";
    width: 76px;
    height: 2px;
    display: inline-block;
    background: var(--primary);
    position: absolute;
}
.tab-content {
    display: none;
}

.tab-content.active {
    display: block;
}
.tab-link.active {
    background-color: var(--primary) !important;
    color: #fff;
}
.h2-title-ft::after {
    content: "";
    width: 50px;
    height: 2px;
    background: #ff6600;
    position: absolute;
    bottom: -5px;
    left: 0px;
}
#slider-doitac .owl-next,
#slider-doitac .owl-prev {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin: 0px;
    padding: 0px;
    font-size: 12px;
    border: 1px solid #fff;
    background: #ff6b00;
    position: absolute;
    -webkit-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
}
#slider-doitac .owl-next {
    right: -30px;
}
#slider-doitac .owl-prev {
    left: -30px;
}
.level1 a:hover {
    padding-left: 30px;
}
.level1 a{
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;    padding: 6px 20px;

}
.overlay.for-search{
    display: none !important;
}
