.menu-wrap {
/*    max-width: 1920px;*/
    -webkit-box-shadow: 0 14px 31px 1px rgba(0, 0, 0, 0.06);
    box-shadow: 0 14px 31px 1px rgba(0, 0, 0, 0.06);
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    letter-spacing: 1.5px;
    position: fixed;
    top: 0px;
    left: 0px;
    transition: 1s;
    z-index: 99999999999999;
    background-color: #13141D;
    width: 100%;
    height: 70px;
    /*-webkit-animation: down-menu 1s;
    animation: down-menu 1s;*/
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

@keyframes down-menu {
    0% {
        top: -100px;
        opacity: 0;
    }
    100% {
        top: 0px;
        opacity: 1;
    }
}

.flex-center-around {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}

.logo {
    width: 200px;
    cursor: pointer;
    transform: translateX(-30px);
    opacity: 0;
    -webkit-animation: down-menua 1s;
    animation: down-menua 1s;
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

@keyframes down-menua {
    0% {
        transform: translateX(-30px);
        opacity: 0;
    }
    100% {
        transform: translateX(0px);
        opacity: 1;
    }
}

.logo a {
    text-decoration: none;
}

.logo img {
    width: 100%;
}

.flex-end {
    display: flex;
    justify-content: flex-end;
}

.navbar-brand {
    padding: 15px 15px;
    height: auto;
}

nav.navbar.bootsnav {
    border: none;
}

.navbar-nav {
    float: left;
    width: 100%;
}

nav.navbar.bootsnav ul.nav>li>a {
    color: #FFF;
    padding: 15px;
    font-size: 16px;
    font-weight: 300;
}

nav.navbar.bootsnav ul.nav>li:hover {
    background: #13141D;
}

.nav>li:after {
    content: "";
    width: 0;
    height: 5px;
    background: #129990;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 0.5s ease 0s;
}

.nav>li:hover:after {
    width: 100%;
}

nav.navbar.bootsnav ul.nav>li.dropdown>a.dropdown-toggle:after {
    content: "+";
    font-family: 'FontAwesome';
    font-size: 16px;
    font-weight: 500;
    position: absolute;
    top: 30%;
    right: 2%;
    transition: all 0.4s ease 0s;
}

nav.navbar.bootsnav ul.nav>li.dropdown.on>a.dropdown-toggle:after {
    content: "\f105";
    transform: rotate(90deg);
}

.dropdown-menu.multi-dropdown {
    position: absolute;
    left: -100% !important;
}

nav.navbar.bootsnav li.dropdown ul.dropdown-menu {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    border: none;
}

.container {
    max-width: 1440px;
    width: 100%;
}

.navbar-collapse.collapse {
    display: flex !important;
}

.navbar-form {
    border: 1px solid #ccc;
    padding: 0px;
    margin: 0px;
    border-radius: 50px;
}

.form-group,
.navbar-form .form-control {
    border-radius: 50px;
}

.navbar-form {
    margin-left: 10px;
    width: 200px;
    display: flex;
    /*0609*/
}

.form-control {
    border: none;
    box-shadow: none;
    border: none;
    width: 110px !important;
}

.btn-default {
    box-shadow: none;
    border: none;
    background-color: transparent;
}

input:focus {
    border: none !important;
    box-shadow: none !important;
}

button:focus {
    border: none !important;
    box-shadow: none !important;
}

@media only screen and (max-width:1024px) {
    nav.navbar.bootsnav ul.nav>li.dropdown>a.dropdown-toggle:after,
    nav.navbar.bootsnav ul.nav>li.dropdown.on>a.dropdown-toggle:after {
        content: " ";
    }
    .dropdown-menu.multi-dropdown {
        left: 0 !important;
    }
    nav.navbar.bootsnav ul.nav>li:hover {
        background: transparent;
    }
    nav.navbar.bootsnav ul.nav>li>a {
        margin: 0;
    }
    .flex-center-around {
        flex-direction: row-reverse;
    }
    .flex-end {
        margin-left: -100px;
    }
    .navbar-form {
        margin-left: 0px;
    }
    .width-1024 {
        width: 100%;
    }
    .width-1024 .logo {
        max-width: 200px;
    }
    .width-s {
        width: 200px !important;
    }
    .col-md-11 {
        display: none;
    }
    .col-md-2 {
        width: 25%;
    }
    .logo {
        width: 180px;
        margin-top: 4px;
    }
    .logo img {
        width: 100%;
    }
    .navbar-form {
        /* margin-left: 10px; */
        width: 80%;
        height: 45px;
        position: relative;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 0px;
    }
    .form-control {
        border: none;
        box-shadow: none;
        border: none;
        height: 45px;
        width: 100% !important;
    }
    .btn-default {
        box-shadow: none;
        border: none;
        position: absolute;
        background-color: transparent;
        right: 10px;
        top: 0px;
        /* border: 1px solid red; */
        width: 45px;
        height: 45px;
    }
}

@media only screen and (max-width:992px) {
    .col-md-2 {
        width: 30%;
    }
}

@media only screen and (max-width:600px) {
    .flex-end {
        margin-left: -100px;
    }
    .col-md-2 {
        width: 100%;
    }
}

@media only screen and (max-width:414px) {
    .flex-end {
        margin-left: -50px;
    }
    .col-md-2 {
        width: 100%;
    }
}

@media only screen and (max-width:375px) {
    .flex-end {
        margin-left: -30px;
    }
}

@media only screen and (max-width:320px) {
    .flex-end {
        margin-left: -20px;
    }
}

@media only screen and (max-width:450px) {
    .logo {
        width: 180px;
        /*margin-top: -60px;*/
        margin-left: 15px;
    }
}

/*footer*/

/*footer*/

/*footer*/

footer {
    background-color: #13141D;
    padding: 40px;
}

@media screen and (max-width: 414px) {
    footer {
        padding: 10px;
    }
    .footer-menu-wrap ul {
        margin: 0px;
        padding: 0px;
    }
    .title-04-box .btn-style-index {
        margin-top: 40px;
        margin-bottom: 30px;
    }
    .title-04-box .title-logo-left.active {
        height: auto;
        padding-bottom: 40px;
        transition-duration: 800ms;
    }
}

footer .footer-menu-wrap {
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1440px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 40px;
}

footer .footer-menu-wrap>li {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: 30px;
    margin-right: 30px;
}

footer .footer-menu-wrap>li>ul a {
    text-decoration: none;
    color: #fff;
}

footer .footer-menu-wrap>li>ul h1 {
    font-size: 18px;
    font-weight: 500;
    line-height: 40px;
    margin-bottom: 10px;
}

footer .footer-menu-wrap>li>ul li {
    line-height: 40px;
    font-size: 15px;
}

footer .copyright {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    color: #fff;
    font-size: 14px;
    margin-top: 50px;
}

.change-lang {
    max-width: 1440px;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
}

.change-lang span {
    margin-left: 10px;
    margin-right: 10px;
    color: #fff;
}

.change-lang a {
    text-decoration: none;
    color: #fff;
}

@media screen and (max-width: 970px) {
    footer .footer-menu-wrap {
        display: flex;
        width: 100%;
        flex-direction: column;
    }
    footer .footer-menu-wrap>li>ul li {
        line-height: 40px;
        font-size: 15px;
        display: inline-block;
        margin-left: 10px;
        margin-right: 10px;
    }
}

@media screen and (max-width: 600px) {
    footer .footer-menu-wrap {
        padding: 0px;
    }
}

.hr-style {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.icon-footer-wrap {
    display: flex;
    text-align: center;
    /*0609*/
    flex-direction: column;
    justify-content: center;
}

.icon-footer-wrap h1 {
    font-size: 30px;
    text-align: center;
    color: #fff;
}

.icon-footer-wrap .icon-wrap {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 30px;
}

.icon-wrap a {
    margin-left: 10px;
    margin-right: 10px;
    color: #fff;
    text-decoration: none;
}

.icon-wrap a li {
    list-style: none;
}

.icon-wrap a i {
    font-size: 22px;
    color: #fff;
}

/*0609*/

.swiper-button-prev:after,
.swiper-button-next:after {
    display: none\9;
    display: none\0;
}

.swiper-button-next i,
.swiper-button-prev i {
    display: none;
    display: block\9;
    display: block\0;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: initial;
    line-height: 1;
}