.wrapper {
    max-width: 1200px;
    margin: auto;
}

ul {
    margin: 0;
    padding: 0;
}

a,
li {
    text-decoration: none;
    list-style: none;
}

.row {
    padding: 0;
    margin: 0;
}

.navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 87px;
    font-family: faricy-new-web, sans-serif;
    z-index: 99;
}

.navbar .navbar-container {
    max-width: 1600px;
    margin: 0 auto;
}
.logo {
    width: 150px;
}
.logo img{
    width: 100%;
}
.nav-item {
    position: relative;
    display: flex;
    justify-content: center;
}
.nav-item .nav-link{
    padding: 20px 0 !important;
    text-align: center;
}

.navbar .navbar-container .btn {
    padding: 15px 30px;
    color: #fff;
}

.navbar .navbar-container .btn a {
    line-height: 25px;
}

.navbar a {
    font-size: 16px;

}
.navbar a .logo {
    height: 50px;
}
.submenu {
    position: fixed;
    top: 71px;
    left: 50%;
    transform: translateX(-50%);
    max-width: 1200px;
    width: 90%;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
}

.submenu .wrapper {
    padding: 40px;
}

.sub-nav {
    border: 1px solid #DCDCDC;
    padding: 20px 40px;
    flex-wrap: wrap;
    margin-bottom: 40px;
    background-color: #f4f4ea;
}

.sub-nav span {
    cursor: pointer;
}

.dropd-list {
    width:  100%;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #fff;
}

.dropd-list li a {
    position: relative;
    display: block;
    padding: 10px;
    font-family: faricy-new-web, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 26px;
    color: #808080;
    text-align: center;

}

.sub-nav>div {
    text-align: center;
    padding: 10px;
}
.pro.active {
    display: flex !important;
}
.pro {
    display: none !important;
    overflow-y: auto;
    max-height: 600px;
}
.pro>div img {
    aspect-ratio: 500/530;
    object-fit: contain;
}
.pro>div p {
    color: #212121;
    margin-top: 10px;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
    font-size: 14px;
    text-align: center;
    font-weight: 400;
    overflow: hidden;
    display:-webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.v-all a {
    display: inline-block;
    border: 1px solid #1c0e07;
    border-radius: 30px;
    margin-top: 40px;
    padding: 16px 39px;
    font-size: 18px;
    background-color: #fff;
    color: #333333;
}

.flag {
    display: none;
}

.nav-item:hover .flag {
    display: block;
}

.sub-nav span {
    padding-bottom: 5px;
}

.sub-nav span:hover {
    border-bottom: 2px solid #212121;

}

.sub-nav span.active {
    border-bottom: 2px solid #212121;
}

@media (max-width:600px) {
    .submenu {
        position: absolute;
        top: 70%;
        z-index: 90;
    }

    .submenu .wrapper {
        padding: 0px;
    }

    .sub-nav {
        border: 0;
        padding: 0px 40px;
        padding-top: 10px;
        flex-wrap: wrap;
        margin-bottom: 25px;
        background-color: #fff;
    }

    .sub-nav span.active {
        border-bottom: 0;
    }

    .dropd-list {
        top: 100%;
        left: 50%;
        transform: translateX(-50%);
        z-index: 99;
        box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.1);
        width:  90%;
    }



    .dropd-list li:not(:last-child) {
        border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    }
    .nav-item .nav-link{
        padding: 10px 0 !important;
    }
}
.adv .row {
    justify-content: space-between;

}
footer {
    position: relative;
    background-color: #37383d;
    color: #d2d3d7;
}

footer .f-logo p {
    margin-top: 40px;
    color: #4c4d52;
    font-size: 14px;
}

footer .f-logo .f-btn {
    background-color: rgba(39, 79, 255, 0.9);
    box-shadow: 0px 10px 15px 0px rgba(29, 69, 245, 0.4);

}

footer .f-logo .f-btn a {
    display: block;
    font-size: 18px;
    font-weight: 600;
}

footer dl dt {
    margin-bottom: 20px;
    font-size: 18px;
}
footer dl:nth-child(2) dd {
    white-space: nowrap;
}
footer dl dd {
    font-size: 14px;
    margin-bottom: 5px;

}
footer dl dd a{
    display: inline-block;
    color: #fff;
    width: 86%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
footer dl dd span {
    font-family: faricy-new-web, sans-serif;
    margin-left: 10px;
}

.navbar-toggler {
    border: 0;
}

.contact {
    padding: 100px 0;
    background-color: #fff;
}

.contact h2 {
    max-width: 580px;
    width: 100%;
    font-size: 36px;
    font-weight: 600;
}


.prompt {
    color: #808080;
    font-size: 2.3vw;
    text-align: center;

}
@media (max-width:767px) {
    .prompt {
        font-size:18px;    
    }
}
.contact .btn a {
    position: relative;
    color: #fff;
    background-color: #274fff;
    -webkit-box-shadow: 0px 8px 15px 0px rgba(29, 69, 245, 0.25);
    box-shadow: 0px 8px 15px 0px rgba(29, 69, 245, 0.25);
    border-radius: 35px;
    padding: 15px 41px;
}

#current-banner {
    height: 350px;
    background-color: #207ebc;
    overflow: hidden;
    position: relative;
    overflow: hidden;
}

#current-banner .text {
    position: relative;
    z-index: 5;
    height: 100%;
    padding: 195px 0 150px;
}

#current-banner .text h1 {
    font-family: faricy-new-web, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 40px;
    line-height: 50px;
    color: #FFFFFF;
}

#current-banner .text p {
    max-width: 385px;
    color: #8c832e;
    font-size: 16px;
    margin-top: 30px;
    font-family: faricy-new-web, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    line-height: 22px;
    color: #808080;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

#breadcrumbs {
    position: absolute;
    bottom: 100px;
    left: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.text ul li {
    font-family: faricy-new-web, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    line-height: 22px;
    color: #FFFFFF;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

#breadcrumbs li a {
    font-family: faricy-new-web, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 22px;
    line-height: 28px;
    color: #FFFFFF;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer;
}

#breadcrumbs li:last-child a {
    /*color: #212121;*/
}

#current-banner .img {
    position: absolute;
    right: -13.03%;
    top: -50%;
    z-index: 3;
    max-width: 1220px;
    width: 66%;
    max-height: 1230px;
    border-radius: 50%;
    overflow: hidden;
}

@media (max-width:767px) {
    #current-banner {
        height: auto;
    }

    #current-banner .img {
        width: 65vw;
        height: 65vw;
        top: 12%;
        right: -60px;
    }

    #current-banner .img img {
        width: 100%;
    }

    #current-banner .text {
        padding: 135px 0;
        padding-left: 20px;
        width: 65%;
    }
}

@media screen and (max-width: 767px) {
    .contact {
        padding: 30px 20px;
    }

    .contact h2 {
        text-align: center;
        font-size: 5vw;
        line-height: 35px;
        margin-bottom: 20px;
    }
}


footer .back-top {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 60px;
    color: #ffffff;
    min-height: 95px;
    background-color: #415B75;
    border-radius: 30px 30px 0 0;
    padding: 20px 0 10px;
    text-align: center;
    cursor: pointer;
}
.disabled {
    pointer-events: none;
}

.form .modal-content {
    border-radius: 10px;
}
.form .img {
    max-width: 590px;
    max-height: 788px;
    overflow: hidden;
}
.form .img img{
width: 100%;

height: 100%;
}
.form .form-wrap .title {
    margin-bottom: 45px;
}
.wpcf7-form {
    position: relative;
}
.form .text h2 {
    font-family: faricy-new-web, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 32px;
    line-height: 50px;
    color: #212121;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    margin-bottom: 45px;
}

.form .form-wrap {
    max-width: 590px;
    padding: 20px 20px;
    background-color: #ffffff;
}
.wpcf7-form input[type="text"], .wpcf7-form input[type="email"], .wpcf7-form textarea {
    width: 100%;
    font-family: faricy-new-web, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 21px;
    color: #1c1c1c;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 10px 20px;
    outline: none;
    background-color: #fff !important;
    border-radius: 0;
    border: solid 1px #dcdcdc;
}

.wpcf7-form label {
    display: inline-block;
    font-family: faricy-new-web, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    line-height: 21px;
    color: #333;
    margin-bottom: 15px;
}
.wpcf7-form .form-row {
    margin-bottom: 20px;
}
.wpcf7-form textarea {
    width: 100%;
    height: 129px;
    resize: none;
}
.wpcf7-form input[type="submit"] {
    display: inline-block;
    font-family: faricy-new-web, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 18px;
    line-height: 30px;
    color: #fff !important;
    background-color: #274fff;
    -webkit-box-shadow: 0px 8px 15px 0px rgba(29,69,245,0.25);
    box-shadow: 0px 8px 15px 0px rgba(29,69,245,0.25);
    border-radius: 30px;
    background-image: none;
    text-align: center;
    margin-right: 0 !important;
    padding: 6px 39px;
    outline: none;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.wpcf7-submit {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 0;
    padding: 0 20px;
    max-width: 100%;
    line-height: 40px;
    border-color: transparent;
    cursor: pointer;
    white-space: nowrap;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    overflow: hidden;
}
.modal-header {
    background-color: #fff;
}
.modal-body {
    padding: 0;
}

@media (max-width:767px) {
    .form .form-wrap {
        padding:30px
    }
    .product-box #product-swiper {
        width: 85%;
    }
    .form .text h2 {
        font-size: 23px;
        line-height: 1.3;
    }
    .modal-dialog {
        margin-top: 10vh;
    }
    #current-banner .text h1 {
        font-size:7vw;
    }

}

.paged {
    padding-top: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mml-page,
.mml-ellipsis {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    line-height: 20px;
    min-width: 20px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: center;
}

.mml-page {
    width: 30px;
    height: 30px;
    font-family: din-2014, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    color: #4d4d4d;
    cursor: pointer;
    margin: 0 5px;
}

.mml-active,
.mml-page:hover {
    background-color: #415B75;
    -webkit-box-shadow: 0px 8px 18px 0px rgba(67, 124, 235, 0.3);
    box-shadow: 0px 8px 18px 0px rgba(67, 124, 235, 0.3);
    color: #fff !important;
}

.mml-page.mml-page-next,
.mml-page.mml-page-prev {
    width: auto;
    height: auto;
    color: #888 !important;
    background-color: transparent !important;
    font-size: 12px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    margin: 0 10px;
    font-weight: 600;
}

.mml-page.mml-page-next i::before,
.mml-page.mml-page-prev i::before {
    font-weight: 900 !important;
}
.top  {
    position: relative;
    width: 100%;
    z-index: 100;
    background: #fff;
    height: 25px;
}
.top .Language {
    position: absolute;
    top: 0;
    right: 20%;
}

.top .Language a {

    display: inline-block;
    font-size: 15px;
    color: #000;
    font-family: 'Arial';
    padding: 0 5px;


}