:root {
    --main-color: #00426e;
    --second-color: #a19065;
    --third-color: #00539b;
    --fourth-color: #3da5ff;
    --text-color: #636466;
    --link-color: #636466;
    --shadow-1: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
html{
    margin: 0 !important;
}
body {
    color: var(--text-color);
    padding: 0;
    margin: 0;
    font-size: 15px;
    font-family: "Montserrat", sans-serif;
    background: #fff;
    padding: 0 !important;
}
a{
    text-decoration: none;
    color: var(--link-color);
}
a:hover{
    color: var(--main-color);
}
p{
    font-weight: 500;
}
img {
    max-width: 100%;
}
ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
h1, h2, h3, h4, h5, h6{
    color: var(--main-color);
    font-weight: 600;
}
*{
    transition: all 0.3s ease-out;
}
.placehold{
    padding: 500px 0;
}

header{
    padding: 30px 0;
    width: 100%;
    position: relative;
    background: #fff;
    z-index: 10;
}
.logo img{
    height: 60px;
}
header .top{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
header a{
    color: var(--main-color);
}
div.languages{
    position: relative;
}
div.languages ul{
    display: none;
    position: absolute;
    right: 0;
    top: 100%;
    background: #fff;
    box-shadow: var(--shadow-1);
    padding: 5px 15px;
}
div.languages ul li{
    padding: 5px 0;
}
div.languages ul li a{
    display: block;
    width: 100%;
    font-size: 13px;
}
div.languages > a{
    border: 1px solid var(--main-color);
    border-radius: 50%;
    padding: 10px 11px;
    font-weight: 500;
    font-size: 14px;
    display: block;
}
div.languages:hover ul{
    display: block;
}
header .top{
    margin-bottom: 0px;
}
ul.menu{
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    gap: 40px;
}
ul.menu li{
    width: 100%;
    position: relative;
}
ul.menu li a{
    display: flex;
    justify-content: space-between;
    width: 100%;
    font-weight: 600;
    padding: 12px 0 0;
    font-size: 18px;
}
ul.menu li a:hover{
    color: var(--third-color);
}
ul.menu li::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: var(--main-color);
    opacity: .4;
}
section{
    padding: 70px 0;
}
section.home-slider-area{
    position: relative;
    padding: 0;
}
.home-slider .slick-slide img{
    width: 100%;
}
.home-slider .slick-prev{
    left: 25px;
}
.home-slider .slick-next{
    right: 25px;
}
.slick-prev, .slick-next{
    z-index: 2;
}
.slick-prev:before{
    content: "\f060";
    font-family: "Font Awesome";
    font-weight: 900;
    opacity: 1;
}
.slick-next:before{
    opacity: 1;
    content: "\f061";
    font-family: "Font Awesome";
    font-weight: 900;
}
section.home-slider-area .scroll{
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
}
div.title{
    position: relative;
}
div.title .content{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
div.title p{
    font-weight: 500;
    font-size: 16px;
}
div.title h2{
    font-weight: 700;
    font-size: 52px;
}
div.title h2 strong{
    font-weight: 900;
}
section.about div.title{;
    margin-bottom: 70px;
}
.box-1{
    position: relative;
    margin-right: 40px;
}
.box-1 > img{
    width: 95%;
}
.box-1 div{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: var(--main-color);
    color: #fff;
    padding: 30px 20px;
    border-radius: 0.25rem;
    border-bottom-right-radius: 0;
}
.box-1 h6{
    color: #fff;
    line-height: 1.4;
    font-size: 15px;
    font-weight: 600;
    padding: 0;
    margin: 0;
    margin-top: 15px;
}
.box-1 div:after{
    position: absolute;
    right: 0;
    top: 99%;
    border-left: 20px solid transparent;
    border-top: 15px solid var(--main-color);
    content: "";
}
section.about p b,
section.about p strong{
    color: var(--main-color);
}

.btn-theme{
    background: var(--main-color);
    color: #fff;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    font-weight: 500;
    border-radius: unset;
    padding: 15px 20px;
}
.btn-theme i{
    font-size: 85%;
}
.btn-theme:hover{
    background: var(--third-color);
    color: #fff;
}
.btn-theme img{
    max-height: 21px;
}

.widget-item{
    box-shadow: var(--shadow-1);
    padding: 30px;
    width: 100%;
    height: 100%;
}
.widget-item img{
    margin-bottom: 20px;
}
.widget-item h5{
    color: var(--text-color);
    font-weight: 700;
}
.widget-item p{
    margin-bottom: 0;
}
.md-content{
    padding-left: 75px;
    padding-right: 75px;
}
section.products{
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right top;
    position: relative;
    padding: 120px 0;
}
h2.title{
    font-weight: 700;
    font-size: 52px;
}
h2.title strong{
    font-weight: 900;
}
h3.title{
    font-weight: 700;
    font-size: 44px;
}
h3.title strong{
    font-weight: 900;
}
.product-slider .item h3{
    margin-bottom: 20px;
}
.product-slider .item .btn{
    margin-top: 20px;
    margin-bottom: 60px;
}
img.v2{
    position: absolute;
    left: 45%;
    bottom: 0;
    height: 100%;
    width: auto;
    transform: translateX(-100%);
    z-index: -1;
}
img.v3{
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
    height: 50%;
    z-index: -1;
}
.product-slider h3{
    font-weight: 700;
}
.product-slider .slick-prev{
    left: -100px;
    top: 40%;
}
.product-slider .slick-next{
    right: -100px;
    top: 40%;
}
.product-slider .slick-prev:before, .product-slider .slick-next:before{
    color: var(--main-color);
    font-size: 90px;
}
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before{
    opacity: 0;
}

section.posts{
    background-size: cover;
    background-repeat: no-repeat;
}

.btn-read{
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    font-weight: 600;
    border-radius: unset;
    padding: 15px 20px;
    color: var(--second-color);
}
.btn-read i{
    font-size: 85%;
}
.btn-read:hover{
    color: var(--main-color);
}

.post-item{
    border-radius: 6px;
    overflow: hidden;
    height: 100%;
    position: relative;
}
.post-item:hover{
    background: #fff;
    box-shadow: var(--shadow-1);
}
.post-item img{
    aspect-ratio: 5/3;
    object-fit: cover;
    width: 100%;
}
.post-item .content{
    padding: 25px 25px 95px;
}
.post-item .btn{
    position: absolute;
    bottom: 25px;
    left: 25px;
}
.post-item p{
    margin-bottom: 0;
}
.post-item h4{
    margin: 15px 0;
    font-size: 24px;
    font-weight: 600;
}
.post-item span{
    font-size: 13px;
    font-weight: 500;
}
.post-item .btn-read{
    padding: 15px 0;
}
.post-item:hover .btn-read{
    background: var(--main-color);
    color: #fff;
    padding: 15px 20px;
}
.post-item:after{
    content: "";
    position: absolute;
    left: 25px;
    right: 25px;
    width: auto;
    bottom: 0;
    height: 3px;
    background: #ddd;
}
.post-item .btn-read:after{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -26px;
    width: 100%;
    height: 3px;
    background: var(--second-color);
    z-index: 2;
}
.post-item:hover .btn-read:after{
    background: var(--main-color);
}

footer{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    padding: 100px 0 40px;
    margin-top: 70px;
    color: #fff;
    position: relative;
}
footer h2, footer h3, footer h4{
    color: #fff;
    font-weight: 700;
    margin: 0;
    line-height: .9;
}
footer h2{
    font-size: 120px;
}
footer h3{
    font-size: 100px;
}
footer h4{
    font-size: 63px;
}
footer a{
    color: #fff;
}
footer a:hover{
    color: var(--second-color);
}
footer h5{
    color: #fff;
    margin-top: 20px;
    font-weight: 500;
    width: 490px;
    max-width: 100%;
    font-size: 18px;
}
ul.footer-menu{
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 35px;
}
ul.footer-menu li a{
    font-weight: 700;
    font-size: 28px;
}
footer p{
    margin-bottom: 30px;
}

.scrollTop{
    position: absolute;
    right: 0;
    bottom: 0;
    background: var(--second-color);
    padding: 125px 35px;
    font-size: 18px;
}
.scrollTop:hover{
    background: var(--main-color);
    color: #fff;
}
.under-link{
    color: var(--main-color);
    font-weight: 700;
    font-size: 18px;
    position: relative;
}
.under-link:before{
    content: "";
    position: absolute;
    left: 10%;
    right: 10%;
    bottom: -4px;
    height: 2px;
    background: var(--main-color);
}
.under-link:hover{
    color: var(--second-color);
}
.under-link:hover:before{
    background: var(--second-color);
}


.submenu{
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 2;
    background: #fff;
    transition: all 0.4s ease;
    display:flex;
    overflow-x:auto;
    scroll-snap-type:x mandatory;
    scroll-behavior:smooth;
    -webkit-overflow-scrolling:touch;
    gap:0;
    scrollbar-width: none;
    -ms-overflow-style: none;
    display: none;
}
.submenu::-webkit-scrollbar {
  display: none;
}
.submenu-item{
  min-width: 25vw;
  height: 100%;
  scroll-snap-align:start;
  position:relative;
  transition:filter .35s, opacity .35s, transform .35s;
  flex:0 0 25vw;
  padding: 18px 30px;
}
.submenu-item:not(.is-active){
  filter: grayscale(100%);
  opacity:.6;
}
.submenu-item ul.items.c2{
    column-count: 2;
}
.submenu-item ul.items{
    width: 50%;
}
.submenu-item ul.items li a{
    font-size: 14px;
    font-weight: 500;
}
.submenu-item ul.items li{
    margin-bottom: 5px;
}
.submenu-item{
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    align-items: flex-start;
}
.submenu-item img{
    width: 50%;
    aspect-ratio: 1.35;
    object-fit: cover;
    height: auto;
}
header .menu-toggle{
    display: none;
}
header .menu-toggle.active i:before{
    content: "\f00d";
}
ul.mobile-menu{
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 73px;
    width: 100%;
    height: calc(100dvh - 73px);
    background: #fff;
    z-index: 10;
    overflow: scroll;
}
ul.mobile-menu > li{
    padding: 20px;
    border-bottom: 1px solid #EAEAEA;
    position: relative;
}
ul.mobile-menu li a{
    font-size: 14px;
}
ul.mobile-menu > li ul{
    display: none;
}
ul.mobile-menu a .fa-chevron-down{
    display: none;
}

ul.mobile-menu li.multiple:before{
    content: "+";
    position: absolute;
    right: 20px;
    font-size: 32px;
    font-weight: 300;
    top: calc(59px / 2);
    transform: translateY(-50%);
}
ul.mobile-menu li.multiple.active:before{
    content: "-";
}

ul.mobile-menu > li.active ul{
    display: block;
    padding: 15px 15px 0 15px;
}
ul.mobile-menu > li.active ul li{
    padding: 4px;
}
ul.mobile-menu{
    display: none;
}

ul.mobile-menu.active{
    display: block;
}

ul.mobile-menu .social-m{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
ul.mobile-menu .social-m div{
    display: flex;
    gap: 5px;
    align-items: center;
}
body.menu-active{
    position: fixed;
    width: 100%;
}
section.banner{
    position: relative;
    padding: 0;
}
section.banner img{
    width: 100%;
}
section.banner .container{
    position: absolute;
    left: 0;
    right: 0;
    top: 30px;
    bottom: 30px;
}
section.banner h2{
    font-size: 96px;
    text-transform: uppercase;
    font-weight: 700;
}

ol.breadcrumb{
    margin: 1.5rem 0;
}
.breadcrumb-item a{
    color: var(--main-color);
}
.breadcrumb-item.active{
    color: var(--main-color);
    font-weight: 600;
}
.breadcrumb-item+.breadcrumb-item::before{
    content: ">";
    color: var(--main-color);
    font-weight: 400;
    padding-right: 0.3rem;
}
.breadcrumb-item+.breadcrumb-item{
    padding-left: 0.3rem;
}
.form-group{
    margin-bottom: 1rem;
}
.form-control{
    font-weight: 500;
    color: var(--text-color);
    border-radius: 18px;
    padding: .60rem .75rem;
    border-color: var(--main-color);
}
section.map iframe{
    width: 100% !important;
}

.contact-item i{
    font-size: 48px;
    color: var(--main-color);
}
.contact-item h4{
    margin: 20px 0;
    color: var(--text-color);
    text-transform: uppercase;
}
.contact-item p{
    margin-bottom: 0;
}
.title-area{
    position: relative;
    padding-bottom: 40px;
    margin-bottom: 45px;
    font-size: 15px;
}
.title-area h3{
    font-weight: 700;
}
.title-area p{
    color: var(--main-color);
    margin-bottom: 0;
}
.title-area:before{
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 120px;
    height: 4px;
    background: var(--main-color);
    transform: translateX(-50%);
}
.quality-box{
    border-radius: 18px;
    border: 1px solid var(--main-color);
    padding: 20px;
    height: 100%;
    position: relative;
}
.quality-box h4{
    font-weight: 700;
    font-size: 1.3rem;
}
.quality-box span{
    color: var(--second-color);
    font-size: .9rem;
    font-weight: 500;
    display: block;
    margin-bottom: 0;
}
.quality-box .btn-theme{
    border-radius: 18px;
    padding-top: 4px;
    padding-bottom: 4px;
    margin-bottom: 15px;
    margin-top: 15px;
    width: 100%;
    gap: 15px;
}
.quality-box p{
    color: var(--main-color);
    font-size: 13px;
    margin-bottom: 0;
}

.title-alt{
    color: var(--second-color);
}
h4.title{
    font-weight: 700;
    font-size: 34px;
}
h4.title strong{
    font-weight: 900;
}
.color-1{
    color: var(--main-color);
}
.color-2{
    color: var(--second-color);
}
.color-3{
    color: var(--third-color);
}
.fw-700{
    font-weight: 700;
}
.new-item .box-1 h6{
    font-size: 24px;
    line-height: 1.1;
    padding: 0 15px;
    font-weight: 500;
}
.box-1 div{
    max-width: 200px;
}
.new-item + .new-item{
    margin-top: 50px;
    padding-top: 50px;
    border-top: 2px solid var(--main-color);
}

h5.disc{
    color: #000;
    position: relative;
    margin-bottom: 15px;
    font-weight: 700;
}
h5.disc:before{
    content: "";
    position: absolute;
    left: -40px;
    width: 23px;
    height: 2px;
    background: var(--main-color);
    transform: translateY(-50%);
    top: 50%;
}
.list-1 + h5.disc{
    margin-top: 50px;
}
.list-1{
    font-weight: 500;
}
.list-1 ul{
    list-style-type: '-  ';
    padding-left: 1.2rem;
}
h2.rotated{
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    font-weight: 800;
    font-size: 56px;
}
.box-icon{
    display: block;
    width: 100%;
    padding: 15px;
    background: var(--main-color);
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    aspect-ratio: 4/3;
}
.box-icon img{
    aspect-ratio: 1;
    object-fit: contain;
    height: 100px;
}
.bg-1{
    background: var(--main-color);
}
.bg-2{
    background: var(--second-color);
}
.bg-3{
    background: var(--third-color);
}
.bg-4{
    background: var(--fourth-color);
}
section.about-v2 h3.title{
    margin-bottom: 15px;
}
section.about-v2 h5{
    color: var(--text-color);
    font-weight: 700;
    margin-bottom: 15px;
}
section.about-v2 ul li{
    position: relative;
    font-weight: 500;
}
section.about-v2 ul li:before{
    content: "\f061";
    font-weight: 900;
    font-family: Font Awesome;
    color: var(--second-color);
    margin-right: 10px;
    font-size: 12px;
}
div.title .content{
    width: 100%;
}
.new-item .box-1 > img{
    aspect-ratio: 8/5;
    object-fit: cover;
}

@media(max-width: 768px){
    header{
        padding: 15px 0;
    }
    .logo img{
        height: 40px;
    }
    header ul.menu{
        display: none;
    }
    header .menu-toggle{
        display: block;
        font-size: 26px;
        text-align: right;
    }
    header .top{
        margin-bottom: 0;
    }
    div.languages{
        margin-left: auto;
        margin-right: 12px;
    }
    section.home-slider-area .scroll{
        bottom: 20px;
    }
    section{
        padding: 35px 0;
    }
    .md-content{
        padding-left: calc(var(--bs-gutter-x) * .5);
        padding-right: calc(var(--bs-gutter-x) * .5);
    }
    div.title h2{
        font-size: 32px;
    }
    div.title p{
        font-size: 14px;
    }
    section.about div.title{
        margin-bottom: 35px;
    }
    .box-1{
        margin-right: 0;
    }
    .box-1 div{
        max-width: 150px;
        padding: 20px 10px;
    }
    .box-1 h6{
        font-size: 13px;
        margin-top: 10px;
    }
    .mb-m-1{
        margin-bottom: .25rem!important;
    }
    .mb-m-2{
        margin-bottom: .5rem!important;
    }
    .mb-m-3{
        margin-bottom: 1rem!important;
    }
    .mb-m-4{
        margin-bottom: 1.5rem!important;
    }
    .mb-m-5{
        margin-bottom: 3rem!important;
    }
    .mt-m-1{
        margin-top: .25rem!important;
    }
    .mt-m-2{
        margin-top: .5rem!important;
    }
    .mt-m-3{
        margin-top: 1rem!important;
    }
    .mt-m-4{
        margin-top: 1.5rem!important;
    }
    .mt-m-5{
        margin-top: 3rem!important;
    }
    .widget-item{
        padding: 20px;
    }
    section.products{
        padding: 35px 0;
    }
    img.v2{
        display: none;
    }
    img.v3{
        display: none;
    }
    h2.title{
        font-size: 32px;
    }
    .product-slider{
        margin-top: 30px;
    }
    .product-slider .slick-prev:before, .product-slider .slick-next:before{
        font-size: 20px;
    }
    .product-slider .slick-next{
        right: 15px;
        top: 15px;
    }
    .product-slider .slick-prev{
        left: auto;
        right: 50px;
        top: 15px;
    }
    .product-slider .slick-prev.slick-disabled:before, .product-slider .slick-next.slick-disabled:before{
        opacity: .25;
    }
    h3.title{
        font-size: 26px;
    }
    .post-item h4{
        font-size: 18px;
        margin: 10px 0;
    }
    .post-item p{
        font-size: 14px;
    }
    .post-item{
        background: #fff;
        box-shadow: var(--shadow-1);
    }
    .post-item .content{
        padding: 15px 15px 80px;
    }
    .post-item .btn-read{
        background: var(--main-color);
        color: #fff;
        padding: 15px 20px;
        left: 15px;
        bottom: 15px;
    }
    .post-item .btn-read:after{
        background: var(--main-color);
        bottom: -16px;
    }
    footer h2{
        font-size: 60px;
    }
    footer h3{
        font-size: 50px;
    }
    footer h4{
        font-size: 32px;
    }
    footer h5{
        font-size: 16px;
        font-weight: 100%;
    }
    ul.footer-menu{
        margin-top: 15px;
        margin-bottom: 25px;
    }
    ul.footer-menu li a{
        font-size: 20px;
    }
    footer p{
        margin-bottom: 15px;
    }
    footer{
        padding: 100px 0 80px;
    }
    .scrollTop{
        padding: 15px;
        left: 0;
        text-align: center;
    }
    section.banner h2{
        font-size: 24px;
    }
    section.banner .container{
        top: 15px;
        bottom: 15px;
    }
    ol.breadcrumb{
        margin: 1rem 0;
    }
    h2.rotated{
        writing-mode: unset;
        transform: none;
        font-size: 32px;
    }
    .box-icon{
        aspect-ratio: 3/1;
        padding: 10px;
    }
    .box-icon img{
        height: 75px;
    }
    .list-1 + h5.disc,
    h5.disc{
        margin-top: 35px;
    }
    section.about-v2 h5{
        font-size: 16px;
    }
    .title-area{
        padding-bottom: 25px;
        margin-bottom: 35px;
    }
    .quality-box h4{
        font-size: 1.2rem;
    }
    h4.title{
        font-size: 20px;
    }
    .title-alt{
        font-size: 16px;
    }
}
