@import url('../fonts/stylesheet.css');
@import url('bootstrap.css');
@import url('animate.css');
@import url('swiper.css');
@import url('fancybox.css');
@import url('hover.css');

:root {
    --blue: #2a4e9a;
    --dark_blue: #122244;
    --dark_grey: #424242;
    --main-font: 'Biennale';
    --white_filter: brightness(0) invert(1);
    --left: calc((100vw - 1600px) / 2);
}

strong {
    font-weight: bold !important;
}

.w-10 {
    width: 10% !important;
}

.w-15 {
    width: 15% !important;
}

.w-20 {
    width: 20% !important;
}

.mb-50 {
    margin-bottom: 50px !important;
}

.bg_dark {
    background-color: #242424;
}

.bg_light {
    background-color: #f2f2f2;
}

body {
    font-family: var(--main-font);
    font-weight: 300;
    color: var(--dark_grey) !important;
    max-width: 100vw;
    overflow-x: hidden;
}

.navbar-toggler:focus, .navbar-toggler:active, .navbar-toggler-icon:focus {
    outline: none;
    box-shadow: none;
}

img {
    max-width: 100% !important;
}

*::selection {
    color: #fff;
    background: var(--blue);
}

.text-blue {
    color: var(--blue);
}

.big_container {
    width: 95vw;
    margin: 0 auto;
}

*:focus {
    outline: none;
    box-shadow: none !important;
}

* {
    transition: ease all .25s;
}

*:hover {
    transition: ease all .25s;
}

a {
    text-decoration: none;
    color: var(--dark_grey);
}

a:hover {
    text-decoration: none;
    color: var(--blue);
}

.text-white {
    color: #fff !important;
}

.swiper-slide {
    overflow: hidden;
}

input.parsley-success, select.parsley-success, textarea.parsley-success {
    border-color: #006400 !important;
}

input.parsley-error, select.parsley-error, textarea.parsley-error {
    border-color: #cc0000 !important;
}

.parsley-errors-list {
    margin: 2px 0 3px;
    padding: 0;
    list-style-type: none;
    font-size: 0.9em;
    line-height: 0.9em;
    opacity: 0;
    transition: all .3s ease-in;
}

.parsley-errors-list.filled {
    opacity: 1;
}

p.parsley-success {
    color: #468847 !important;
    background-color: #fff !important;
    border: 1px solid #89a663 !important;
}

p.parsley-error {
    color: #B94A48 !important;
    background-color: #fff !important;
    border: 1px solid #fff !important;
}

ul.parsley-errors-list {
    margin-top: 5px;
    margin-bottom: 10px;
    color: #fff;
    text-align: center;
    display: none;
}

ul.parsley-errors-list li {
    font-size: 10px;
    background: #d86786;
    padding: 5px 10px;
    border-radius: 4px;
}

#footer .copyright .icon {
    width: 38px;
    height: 21px;
}

#footer .copyright a:hover .icon {
    transform: skew(-15deg);
    transition: 500ms;
}

.btn {
    border-radius: 0;
    border: 2px solid var(--dark_grey);
    padding: 10px 17px;
    color: var(--dark_grey);
    text-align: center;
    position: relative;
}

.btn:hover {
    background: var(--dark_grey);
    border-color: var(--dark_grey);
    color: #fff;
}

.navbar .dropdown-menu {
    border: none;
}

.navbar {
    padding-top: 0px;
    padding-bottom: 0px;
}

.navbar .nav-item {
    padding: .5rem .5rem;
    margin: 0 .25rem;
}

.navbar .dropdown {
    position: static;
}

.navbar .dropdown-menu {
    width: 55%;
    left: 0;
    right: 0;
    margin: 0 auto;
    border: 0;
    padding: 0;
}

.navbar .dropdown:hover .dropdown-menu, .navbar .dropdown .dropdown-menu:hover {
    display: block !important;
}

#slider .swiper-container {
    overflow: hidden;
}

#slider .text-wrapper .slide-title, #slider .text-wrapper .slide-text, #slider .text-wrapper .btn {
    transform: translateX(-1500%);
}

#header {
    position: fixed;
    width: 100%;
    background: #fff;
    z-index: 1050;
    max-width: 100vw;
}

#header.home-page:not(.fixed) {
    background: transparent;
}

#header.home-page:not(.fixed) .navbar-nav>li>a, #header.home-page:not(.fixed) .language .title {
    color: #fff;
}

#header.home-page:not(.fixed) .navbar-dark .navbar-brand, #header.home-page:not(.fixed) .social-media .icon-wrapper {
    filter: var(--white_filter);
}

#header.home-page:not(.fixed) .social-media .icon-wrapper:hover {
    filter: none;
}

#header.home-page:not(.fixed) .language .language-menu .selected, #header.home-page:not(.fixed) .language .language-menu.open .links {
    border-color: #fff;
}

#header.home-page:not(.fixed) .navbar-nav>li>a::before {
    background: #fff;
}

#header.home-page:not(.fixed) .language .language-menu .selected .icon {
    filter: var(--white_filter);
}

#header .dropdown-two .dropdown-menu {
    background: #f5f5f5;
    width: 20%;
    border-radius: 0;
    padding: 25px;
    left: var(--padding);
    right: unset;
}

#header .dropdown-two .dropdown-menu .link-wrapper {
    display: block;
    padding: 10px 20px;
    position: relative;
}

#header .dropdown-two .dropdown-menu .link-wrapper::before {
    content: '';
    position: absolute;
    left: 0;
    height: 50%;
    top: 50%;
    transform: translateY(-50%);
    background-color: var(--dark_blue);
}

#header .dropdown-two .dropdown-menu .link-wrapper:hover {
    background-color: #fff;
}

#header .dropdown-two .dropdown-menu .link-wrapper:hover::before {
    width: 3px;
}

#header .dropdown-two .dropdown-menu .link-wrapper .link {
    font-size: 16px;
    font-weight: 500;
    color: #1e1e1c;
    text-transform: uppercase;
}

#slider {
    padding-top: 100px;
    position: relative;
}

#slider .image-wrapper::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .4);
}

#slider img {
    width: 100%;
    height: calc(100vh - 200px);
    object-fit: cover;
}

#slider .text-wrapper {
    position: absolute;
    top: 60%;
    transform: translateY(-50%);
    left: var(--left);
}

#slider .text-wrapper .slide-title {
    color: #fff;
    font-size: 77px;
    font-weight: 900;
}

#slider .text-wrapper .btn {
    background: var(--blue);
    border-color: var(--blue);
    color: #fff;
    font-size: 22px;
    padding: 15px 30px;
    margin-bottom: 30px;
}

#slider .navigator {
    position: absolute;
    bottom: 5%;
    z-index: 1;
    left: var(--left);
}

#slider .navigator .swiper-button.prev {
    transform: scaleX(-1);
}

#slider .navigator .icon {
    width: 33px;
    height: 38px;
    filter: var(--white_filter);
}

#slider .swiper-pagination {
    position: relative;
    bottom: unset;
    margin: 0 12px;
    color: #fff;
    font-size: 17px;
    font-weight: 500;
}

#slider .swiper-pagination span {
    margin: 0 6px;
}

#slider .go_bottom {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
    width: 200px;
    height: 200px;
}

#slider .go_bottom:hover {
    cursor: pointer;
}

#slider .go_bottom::before {
    position: absolute;
    content: '';
    right: 0;
    bottom: 0;
    width: 200px;
    height: 200px;
    border-style: solid;
    border-width: 0 0 200px 200px;
    border-color: transparent transparent var(--blue) transparent;
}

#slider .go_bottom::after {
    position: absolute;
    content: '';
    right: -50px;
    top: -50px;
    border-style: solid;
    border-width: 50px 50px 0 0;
    border-color: var(--blue) transparent transparent transparent;
}

#slider .go_bottom .text {
    position: absolute;
    right: 0;
    top: 70%;
    transform: translateY(-50%);
    font-size: 20px;
    color: #fff;
}

#slider .go_bottom .text span {
    display: block;
    transform: rotate(-270deg);
    font-size: 20px;
    color: #fff;
}

#slider .go_bottom .text .icon {
    width: 14px;
    height: 14px;
    filter: var(--white_filter);
    position: absolute;
    transform: rotate(-270deg);
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-name: bounce;
    animation-timing-function: linear
}

#header.fixed {
    background: #fff !important;
    box-shadow: 0px 0px 23px -6px rgba(0, 0, 0, 0.65);
}

.mask:after {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .6);
    z-index: 999;
}

#header .navbar-nav>li {
    padding: 30px 60px;
}

#header .navbar-nav>li.active>a {
    border-bottom: 1px solid #000;
}

#header .navbar-nav>li>a {
    color: var(--dark_grey);
    font-size: 16px;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
    font-weight: 500;
}

#header .navbar-nav>li>a::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 1px;
    background: #000;
    transform: translateX(-103%);
    transition: ease all 1s;
}

#header .navbar-nav>li:hover a::before {
    transition: ease all 1s;
    transform: translateX(103%)
}

#header .dropdown-menu .item {
    padding: 50px 40px;
    position: relative;
}

#header .dropdown-menu .item .title {
    font-size: 25px;
    font-weight: 600;
    color: #fff;
    width: 55%;
    padding-bottom: 30px;
    margin-bottom: 65px;
    position: relative;
    z-index: 1;
}

#header .dropdown-menu .item .title::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 75px;
    height: 10px;
    background: rgba(255, 255, 255, .35);
}

#header .dropdown-menu .item:first-child {
    background: var(--dark_blue);
}

#header .dropdown-menu .item:last-child {
    background: #1e1e1c;
}

#header .dropdown-menu .item .btn {
    border-color: #fff;
    color: #fff;
    z-index: 1;
}

#header .dropdown-menu .item .image-wrapper {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 300px;
    height: 300px;
    object-fit: cover;
}

#header .dropdown-menu .item .image-wrapper::before {
    content: '';
    position: absolute;
    right: 1px;
    bottom: 1px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 300px 300px 0 0;
}

#header .dropdown-menu .item .image-wrapper img {
    width: 300px;
    height: 300px;
    object-fit: cover;
}

#header .dropdown-menu .item:first-child .image-wrapper::before {
    border-color: var(--dark_blue) transparent transparent transparent;
}

#header .dropdown-menu .item:last-child .image-wrapper::before {
    border-color: #1e1e1c transparent transparent transparent;
}

#header .social-media {
    margin-right: 80px;
}

#header .social-media .icon-wrapper {
    padding: 3px 12px;
    filter: brightness(0) opacity(.2);
}

#header .social-media .icon-wrapper:hover {
    filter: unset;
}

#header .social-media .icon {
    width: 17px;
    height: 17px;
}

#header .language .title {
    font-size: 17px;
    margin-bottom: 0;
}

#header .language .language-menu {
    margin-left: 30px;
    position: relative;
}

#header .language .language-menu:hover {
    cursor: pointer;
}

#header .language .language-menu .selected {
    border: 2px solid var(--blue);
    padding: 10px 13px;
}

#header .language .language-menu .selected .icon {
    margin-left: 20px;
    width: 15px;
    height: 15px;
    transform: scaleX(-1);
}

#header .language .language-menu.open .selected .icon {
    transform: rotate(90deg);
}

#header .language .language-menu .links {
    border: 2px solid #fff;
    border-top: 0;
    padding: 4px 0;
    position: absolute;
    width: 100%;
    text-align: center;
    padding: 0;
    overflow: hidden;
    background: #fff;
    transform-origin: top;
    transform: scaleY(0);
}

#header .language .language-menu .links a {
    display: block;
    border-bottom: 2px solid var(--blue);
    padding: 6px;
    opacity: .5;
}

#header .language .language-menu .links a:hover {
    opacity: 1;
}

#header .language .language-menu .links a:last-child {
    border-bottom: none;
}

#header .language .language-menu.open .links {
    border-color: var(--blue);
    transform: scaleY(1);
}

#slider {
    position: relative;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
}

#slider .image-wrapper::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .4);
}

#slider img {
    width: 100%;
    height: calc(100vh - 200px);
    object-fit: cover;
}

#slider .text-wrapper {
    position: absolute;
    top: 60%;
    transform: translateY(-50%);
    left: var(--left);
}

#slider .text-wrapper .slide-title {
    color: #fff;
    font-size: 77px;
    font-weight: 900;
}

#slider .text-wrapper .btn {
    background: var(--blue);
    border-color: var(--blue);
    color: #fff;
    font-size: 22px;
    padding: 15px 30px;
    margin-bottom: 30px;
}

#slider .navigator {
    position: absolute;
    bottom: 5%;
    z-index: 1;
    left: 45%;
}

#slider .navigator .swiper-button.prev {
    transform: scaleX(-1);
}

#slider .navigator .icon {
    width: 33px;
    height: 38px;
    filter: var(--white_filter);
}

#slider .swiper-pagination {
    position: relative;
    bottom: unset;
    margin: 0 12px;
    color: #fff;
    font-size: 17px;
    font-weight: 500;
}

#slider .swiper-pagination span {
    margin: 0 6px;
}

#slider .go_bottom {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
    width: 200px;
    height: 200px;
}

#slider .go_bottom:hover {
    cursor: pointer;
}

#slider .go_bottom::before {
    position: absolute;
    content: '';
    right: 0;
    bottom: 0;
    width: 200px;
    height: 200px;
    border-style: solid;
    border-width: 0 0 200px 200px;
    border-color: transparent transparent var(--blue) transparent;
}

#slider .go_bottom::after {
    position: absolute;
    content: '';
    right: -50px;
    top: -50px;
    border-style: solid;
    border-width: 50px 50px 0 0;
    border-color: var(--blue) transparent transparent transparent;
}

#slider .go_bottom .text {
    position: absolute;
    right: 0;
    top: 70%;
    transform: translateY(-50%);
    font-size: 20px;
    color: #fff;
}

#slider .go_bottom .text span {
    display: block;
    transform: rotate(-270deg);
    font-size: 20px;
    color: #fff;
}

#slider .go_bottom .text .icon {
    width: 14px;
    height: 14px;
    filter: var(--white_filter);
    position: absolute;
    transform: rotate(-270deg);
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-name: bounce;
    animation-timing-function: linear
}

#body .home-products {
    margin-top: 60px;
    padding: 35px 0 105px;
    position: relative;
    overflow: hidden;
}

#body .home-products::before {
    content: '';
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 970px 970px 0 0;
    border-color: #3A3A3A transparent transparent transparent;
    z-index: 1;
}

#body .home-products::after {
    content: '';
    position: absolute;
    bottom: 0;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 970px 970px 0;
    border-color: transparent rgba(53, 53, 53, 0.5) transparent transparent;
}

#body .home-products .content-title {
    font-size: 17px;
    color: #fff;
    padding-top: 20px;
    position: relative;
    margin-bottom: 70px;
    z-index: 1;
}

#body .home-products .item-wrapper:last-of-type {
    margin-top: 150px;
}

#body .home-products .item {
    background-color: #4f4f4f;
    padding: 100px 0 140px;
    position: relative;
    z-index: 1;
    transition: background-color ease 0s;
}

#body .home-products .item .text-wrapper {
    margin-left: -30px;
    position: relative;
    z-index: 1;
}

#body .home-products .item .title {
    font-size: 35px;
    color: #fff;
    padding-bottom: 35px;
    margin-bottom: 35px;
    position: relative;
}

#body .home-products .item .title strong {
    display: block;
}

#body .home-products .item .title::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 75px;
    height: 15px;
    background: #3979ff;
}

#body .home-products .item:hover .title::before {
    background: #fff;
}

#body .home-products .item .text {
    font-size: 16px;
    color: #fff;
    width: 55%;
}

#body .home-products .item .image-wrapper {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 80%;
    max-width: 320px;
}

#body .home-products .item .image-wrapper::before {
    content: '';
    position: absolute;
    bottom: -1px;
    right: -1px;
    left: -1px;
    top: -1px;
    border-style: solid;
    border-width: 320px 320px 0 0;
    border-color: #4f4f4f transparent transparent transparent;
    transition: border-color ease 0s;
}

#body .home-products .item:hover {
    background-color: var(--blue);
    transition: background-color ease 0s;
}

#body .home-products .item:hover .image-wrapper::before {
    border-color: var(--blue) transparent transparent transparent;
    transition: border-color ease 0s;
}

#body .home-products .item .image-wrapper img {
    height: 320px;
    object-fit: cover;
}

#body .home-products .btn {
    text-align: center;
    margin: 40px auto 0;
    display: block;
    width: 50%;
    padding: 15px 20px;
    z-index: 1;
    border-color: #fff;
    color: #fff;
}

#body .home-corporate {
    padding: 65px 0;
    position: relative;
}

#body .home-corporate::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    border-style: solid;
    border-width: 640px 0 0 640px;
    border-color: transparent transparent transparent #fff;
    z-index: 1;
}

#body .home-corporate .image-wrapper::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 15px;
    border-style: solid;
    border-width: 510px 0 0 510px;
    border-color: transparent transparent transparent #f2f2f2;
}

#body .home-corporate .image-wrapper::after {
    content: '';
    position: absolute;
    left: 0;
    top: 60%;
    width: 50%;
    height: 10px;
    background: var(--blue);
    transform: translateY(-50%) rotate(45deg);
}

#body .home-corporate .image-wrapper img {
    width: 100%;
    height: 510px;
    object-fit: cover;
    object-position: right;
}

#body .home-corporate .slogan {
    position: absolute;
    bottom: 15px;
    left: 60px;
    z-index: 1;
    font-size: 35px;
    color: #000;
}

#body .home-corporate .text-wrapper span {
    font-size: 17px;
    color: var(--blue);
    display: block;
}

#body .home-corporate .text-wrapper .title {
    font-family: Biennale;
    font-size: 35px;
    font-weight: 600;
    color: #1e1e1c;
    margin: 10px 0 50px;
}

#body .home-corporate .text-wrapper .text {
    font-size: 16px;
    line-height: 1.88;
    text-align: justify;
    color: #1e1e1c;
}

#body .home-corporate .text-wrapper .btn {
    border-color: var(--blue);
    color: var(--blue);
    width: 40%;
    padding: 17px 25px;
    margin: 0 10% 0 auto;
}

#body .home-corporate .text-wrapper .btn:hover {
    color: #fff;
    border-color: var(--dark_grey);
}

#body .home-gallery {
    padding: 110px 0 45px;
    background-image: linear-gradient(to bottom, #ffffff, #f5f5f5);
    padding-left: calc((100vw - 1700px) / 2);
}

#body .home-gallery img {
    width: 100%;
    height: 435px;
    object-fit: cover;
}

#body .home-gallery .text-wrapper {
    background: #fff;
    box-shadow: 0 2px 30px 0 rgba(0, 0, 0, 0.05);
    padding: 50px 40px 75px;
    position: absolute;
    top: -50px;
    left: 100px;
    right: -100px;
}

#body .home-gallery .text-wrapper::before {
    content: '';
    position: absolute;
    left: -30px;
    bottom: -30px;
    width: 130px;
    height: 7px;
    background: var(--blue);
}

#body .home-gallery .text-wrapper::after {
    content: '';
    position: absolute;
    left: -30px;
    bottom: -23px;
    width: 7px;
    height: 130px;
    background: var(--blue);
}

#body .home-gallery .text-wrapper span {
    font-size: 17px;
    color: var(--blue);
    display: block;
    margin-bottom: 10px;
}

#body .home-gallery .text-wrapper .title {
    font-size: 35px;
    font-weight: 600;
    color: #1e1e1c;
    width: 50%;
    margin-bottom: 60px;
}

#body .home-gallery .text-wrapper .btn {
    border-color: var(--blue);
    color: var(--blue);
    width: 50%;
    padding: 17px;
}

#body .home-gallery .text-wrapper .btn:hover {
    border-color: var(--blue);
    color: #fff;
    background: var(--blue);
}

#body .home-gallery .navigator {
    padding: 0 25px 30px;
}

#body .home-gallery .navigator .prev {
    margin-right: 55px;
    transform: scaleX(-1);
}

#body .home-gallery .navigator .icon {
    width: 30px;
    height: 30px;
}

.swiper-scrollbar {
    width: 100%;
    height: 7px;
    margin-top: 85px;
    overflow: hidden;
    border-radius: 0;
    background: #fff;
}

.swiper-scrollbar-drag {
    border-radius: 0;
    background: var(--blue);
}

#body .home-news {
    padding: 60px 0 75px;
    position: relative;
    overflow: hidden;
}

#body .home-news::after {
    content: '';
    position: absolute;
    bottom: -120px;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 550px 550px 0;
    border-color: transparent rgba(255, 255, 255, .04) transparent transparent;
    z-index: 0;
}

#body .home-news::before {
    content: '';
    position: absolute;
    bottom: 40%;
    left: 26%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 200px 200px 0;
    border-color: transparent rgba(255, 255, 255, .04) transparent transparent;
    z-index: 0;
}

#body .home-news .header-wrapper span {
    font-size: 17px;
    color: #fff;
    display: block;
    margin-bottom: 10px;
}

#body .home-news .header-wrapper .title {
    font-size: 35px;
    font-weight: 600;
    color: #fff;
    width: 50%;
    margin-bottom: 100px;
}

#body .home-news .header-wrapper .btn {
    width: 50%;
    padding: 17px 20px;
    border-color: #fff;
    color: #fff;
    z-index: 1;
}

#body .home-news .item {
    margin-bottom: 30px;
}

#body .home-news .image-wrapper img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

#body .home-news .text-wrapper {
    margin: 10px 0;
}

#body .home-news .text-wrapper .news-title {
    font-size: 18px;
    color: #fff;
    line-height: 1.39;
}

#body .home-news .text-wrapper .news-title:hover {
    color: #a1a1a1;
}

#body .home-news .text-wrapper .button-wrapper {
    display: block;
    margin-top: 30px;
    border-bottom: 1px solid transparent;
}

#body .home-news .text-wrapper .button-wrapper span {
    font-size: 16px;
    color: #fff;
}

#body .home-news .text-wrapper .button-wrapper .icon {
    width: 14px;
    height: 14px;
    margin-left: 15px;
    filter: var(--white_filter);
}

#body .home-news .text-wrapper .button-wrapper:hover {
    border-color: #fff;
}

.we-in-numbers {
    padding: 65px 0;
    position: relative;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.we-in-numbers::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .7);
    width: 100%;
    height: 100%;
}

.we-in-numbers .header-wrapper, .we-in-numbers .counter-wrapper {
    z-index: 1;
}

.we-in-numbers .header-wrapper span {
    font-size: 17px;
    color: #fff;
    display: block;
    margin-bottom: 10px;
}

.we-in-numbers .header-wrapper .title {
    font-size: 35px;
    font-weight: 600;
    color: #fff;
}

.we-in-numbers .counter-wrapper .text {
    font-size: 18px;
    line-height: 1.39;
    text-align: justify;
    color: #fff;
    padding: 40px 0;
    margin-bottom: 60px;
}

.we-in-numbers .counter-wrapper .number {
    display: block;
    font-size: 50px;
    font-weight: 600;
    line-height: 0.6;
    text-align: justify;
    color: #fff;
    margin-bottom: 30px;
    position: relative;
}

.we-in-numbers .counter-wrapper .number::after {
    content: '+';
    font-size: inherit;
    color: inherit;
}

.we-in-numbers .counter-wrapper .title {
    font-size: 22px;
    line-height: 1.36;
    text-align: justify;
    color: #fff;
}

#footer .footer-top .col-12 {
    padding: 45px 100px;
}

#footer .footer-top .col-12:hover {
    background: #f2f2f2;
}

#footer .footer-top .col-12 .link span {
    font-size: 35px;
    font-weight: 600;
    color: #1e1e1c;
}

#footer .footer-top .col-12:hover .link span {
    color: var(--blue);
}

#footer .footer-top .col-12 .link .icon-wrapper {
    width: 90px;
    height: 90px;
    margin-left: 30px;
    opacity: 0;
}

#footer .footer-top .col-12:hover .icon-wrapper {
    opacity: 1;
}

#footer .footer-top .col-12 .link .icon {
    width: 40px;
    height: 40px;
}

#footer .footer-middle {
    padding: 70px 0;
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
    position: relative;
}

#footer .footer-middle::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 1px;
    height: 100%;
    background: #f2f2f2;
}

#footer .footer-middle .social-media {
    position: relative;
    z-index: 1;
}

#footer .footer-middle .social-media .title {
    font-size: 30px;
    line-height: 1.17;
    margin-bottom: 60px;
    color: #000;
    font-weight: 100;
    margin-top: 25px;
}

#footer .footer-middle .social-media .title strong {
    font-weight: 900;
    display: block;
}

#footer .footer-middle .social-media .icon-wrapper {
    padding: 15px 30px;
    border-left: 1px solid #f2f2f2;
    display: inline-block;
}

#footer .footer-middle .social-media .icon-wrapper:first-of-type {
    padding-left: 0;
    border-left: 0;
}

#footer .footer-middle .social-media .icon {
    width: 21px;
    height: 21px;
    filter: brightness(0);
}

#footer .footer-middle .social-media .icon-wrapper:hover .icon {
    filter: unset;
    opacity: 1;
}

#footer .footer-middle .right {
    padding-left: 100px;
}

#footer .footer-middle .newsletter .title {
    font-size: 30px;
    font-weight: 600;
    line-height: 0.83;
    color: #1e1e1c;
    margin-bottom: 30px;
}

#footer .footer-middle .newsletter .btn {
    width: 80%;
    background-color: #1e1e1c;
    margin-left: auto;
    padding: 25px;
}

#footer .footer-middle .newsletter .btn:hover {
    border: 2px solid #fff;
    box-shadow: 0px 0px 0px 2px #1e1e1c;
}

#footer .footer-middle .newsletter .btn span {
    font-size: 22px;
    letter-spacing: 15px;
    color: #fff;
}

#footer .footer-middle .newsletter .btn .icon {
    width: 30px;
    height: 30px;
    filter: var(--white_filter);
    margin-left: 70px;
}

#footer .footer-middle .fast-links {
    /* margin-top: 120px; */
}

#footer .footer-middle .fast-links .title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 30px;
    color: #1e1e1c;
    display: block;
}

#footer .footer-middle .fast-links .list-item {
    color: #1e1e1c;
    font-size: 16px;
    display: block;
    margin-bottom: 9px;
}

#footer .footer-middle .fast-links .list-item:hover {
    color: var(--blue);
}

#footer .footer-bottom {
    padding: 30px 0;
    background: #f2f2f2;
}

#footer .footer-bottom .icon {
    width: 30px;
    height: 20px;
}

#footer .footer-bottom .left .copyright {
    position: relative;
    z-index: 1;
    font-size: 16px;
    color: #1e1e1c;
}

#footer .footer-bottom .left .links {
    margin-left: 60px;
}

#footer .footer-bottom .left .links a {
    font-size: 16px;
    color: #1e1e1c;
    display: inline-block;
    position: relative;
    padding-right: 8px;
}

#footer .footer-bottom .left .links a:not(:last-of-type)::after {
    content: '|';
    position: absolute;
    right: 0;
    color: #1e1e1c !important;
}

#footer .footer-bottom .left .links a:hover {
    color: var(--blue);
}

#footer .footer-bottom a:hover .icon {
    transform: skew(-15deg);
    transition: 500ms;
}

#banner {
    padding-top: 100px;
    position: relative;
}

#banner .image-wrapper::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .3);
}

#banner .image-wrapper::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    border-style: solid;
    border-width: 0 0 200px 200px;
    border-color: transparent transparent var(--blue) transparent;
}

#banner .image-wrapper img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

#banner .text-wrapper {
    position: absolute;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    text-align: center;
}

.breadcrumb {
    background: transparent;
    margin-bottom: 70px;
}

.breadcrumb-item.active, .breadcrumb-item a, .breadcrumb-item+.breadcrumb-item::before {
    font-size: 18px;
    color: #fff;
}

.breadcrumb-item a:hover {
    color: var(--blue);
}

.page-title {
    font-size: 60px;
    font-weight: 900;
    color: #fff;
}

#body .corporate-page {
    padding: 100px 0 0;
    position: relative;
}

#body .corporate-page::before {
    content: '';
    position: absolute;
    top: 65px;
    right: 0;
    border-style: solid;
    border-width: 0 200px 200px 0;
    border-color: transparent #202020 transparent transparent;
    opacity: .04;
    z-index: -1;
}

#body .corporate-page::after {
    content: '';
    position: absolute;
    top: 180px;
    right: 120px;
    border-style: solid;
    border-width: 0 400px 400px 0;
    border-color: transparent #202020 transparent transparent;
    opacity: .04;
    z-index: -1;
}

#body .corporate-page .content {
    font-size: 19px;
    line-height: 2.11;
    color: #1e1e1c;
    font-weight: 500;
}

#body .corporate-page .content strong {
    font-size: 25px;
    font-weight: 900;
    line-height: 1.6;
    color: var(--blue);
}

#body .corporate-page .image-wrapper {
    position: relative;
}

#body .corporate-page .image-wrapper::before {
    content: '';
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .4);
    opacity: 0;
}

#body .corporate-page .image-wrapper:hover::before {
    opacity: 1;
}

#body .corporate-page .image-wrapper .icon {
    width: 80px;
    height: 80px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
}

#body .corporate-page .image-wrapper:hover .icon {
    opacity: 1;
}

#body .corporate-page .image-wrapper img {
    width: 100%;
    height: 440px;
    object-fit: cover;
}

#body .corporate-page .content_2 {
    margin-bottom: 120px;
}

#body .corporate-page .content_2 .text-wrapper .title {
    font-size: 35px;
    font-weight: bold;
    line-height: 1.14;
    color: var(--blue);
    margin-bottom: 40px;
}

#body .corporate-page .content_2 .text-wrapper .text {
    font-size: 17px;
    line-height: 1.76;
    color: #1e1e1c;
    font-weight: 500;
}

#body .corporate-page .content_2 .image-wrapper img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}

#body .corporate-page .extra_content {
    margin-bottom: 120px;
}

#body .corporate-page .extra_content .item {
    padding: 65px;
    width: calc(100% / 3);
    flex: 0 0 calc(100% / 3);
    min-height: 360px;
}

#body .corporate-page .extra_content .item:nth-child(odd) {
    background-color: #f2f2f2;
}

#body .corporate-page .extra_content .item .title {
    font-size: 25px;
    font-weight: bold;
    color: var(--blue);
    margin-bottom: 50px;
}

#body .corporate-page .extra_content .item .text {
    font-size: 16px;
    line-height: 1.56;
    color: #1e1e1c;
    font-weight: 500;
}

#body .corporate-page .extra_content .item .text ul, #body .corporate-page .content_2 .text-wrapper .text ul {
    margin-bottom: 0;
    padding: 0;
    list-style: none;
}

#body .corporate-page .extra_content .item .text ul li, #body .corporate-page .content_2 .text-wrapper .text ul li {
    margin-bottom: 25px;
    position: relative;
}

#body .corporate-page .extra_content .item .text ul li::before, #body .corporate-page .content_2 .text-wrapper .text ul li::before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -18px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: var(--dark_blue);
}

#body .corporate-page .mission .downloader-wrapper {
    background: #4f4f4f;
}

#body .corporate-page .mission .downloader-wrapper .col-12 {
    padding: 0;
}

#body .corporate-page .mission .downloader-wrapper .image-wrapper::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    border-style: solid;
    border-width: 495px 0 0 495px;
    border-color: transparent transparent transparent #4f4f4f;
}

#body .corporate-page .mission .downloader-wrapper img {
    height: 495px;
}

#body .corporate-page .mission .text-wrapper {
    padding: 50px;
}

#body .corporate-page .mission .text-wrapper .btn {
    border-color: #fff;
    color: #fff;
    padding: 15px 25px;
    width: 80%;
}

#body .corporate-page .mission .text-wrapper .btn:hover {
    border-color: var(--blue);
    background: var(--blue);
}

#body .corporate-page .mission .text-wrapper .title {
    font-family: Biennale;
    font-size: 35px;
    color: #fff;
    margin-left: -80px;
    margin-top: 150px;
    padding-bottom: 40px;
    position: relative;
}

#body .corporate-page .mission .text-wrapper .title strong {
    display: block;
}

#body .corporate-page .mission .text-wrapper .title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 75px;
    height: 15px;
    background: #3979ff;
}

#body .corporate-page .mission .bottom-text-wrapper {
    margin: 50px 0 0;
}

#body .corporate-page .mission .bottom-text-wrapper p {
    font-size: 18px;
    line-height: 1.67;
    color: #fff;
}

#body .history-page {
    padding: 60px 0;
}

#body .history-page .timeline {
    padding: 50px 0;
    position: relative;
}

#body .history-page .timeline::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 7px;
    height: 100%;
    background: #eee;
}

#body .history-page .timeline .item {
    position: relative;
}

#body .history-page .timeline .item:not(:last-of-type) {
    padding-bottom: 30px;
    margin-bottom: 50px;
}

#body .history-page .timeline .item::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 40px;
    height: 40px;
    background: #eee;
    border-radius: 50%;
    border: 3px solid #fff;
    box-shadow: 0px 0px 0px 3px #eee;
}

#body .history-page .timeline .item:hover::before {
    background: var(--blue);
    box-shadow: 0px 0px 0px 3px var(--blue);
}

#body .history-page .timeline .item .date {
    font-size: 60px;
    font-weight: 300;
    line-height: 1.47;
    color: #1e1e1c;
    position: relative;
    margin-bottom: 20px;
}

#body .history-page .timeline .item .date::before {
    content: '';
    position: absolute;
    top: -10px;
    width: 10px;
    height: 10px;
    background: var(--blue);
    border-radius: 50%;
}

#body .history-page .timeline .item .title {
    font-size: 25px;
    font-weight: 600;
    line-height: 1.6;
    color: var(--blue);
    margin-bottom: 15px;
}

#body .history-page .timeline .item .text {
    font-size: 17px;
    line-height: 2.06;
    color: #1e1e1c;
}

#body .history-page .timeline .item img {
    width: 100%;
    height: 350px;
    object-fit: cover;
}

#body .history-page .timeline .item:nth-child(even) .text-wrapper {
    text-align: right;
}

#body .history-page .timeline .item:nth-child(even) .date::before {
    left: unset;
    right: 0;
}

#body .product-page {
    padding-top: 100px;
    background: #242424;
}

#body .product-page {
    padding-top: 100px;
    background: #242424;
    position: relative;
    height: calc(100vh - 100px);
    overflow: hidden;
}

#body .product-page::before {
    content: '';
    position: absolute;
    top: 100px;
    left: 0;
    right: 0;
    width: 100%;
    height: 18%;
    background: var(--blue);
}

#body .product-page .row {
    margin: 0 !important;
}

#body .product-page .banner {
    z-index: 1;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

#body .product-page .breadcrumb {
    margin-bottom: 10px;
}

#body .product-page .page-title {
    text-align: center;
}

#body .product-page .item {
    position: relative;
    z-index: 1;
    padding: 50px;
    margin-top: 100px !important;
}

#body .product-page .bg::before {
    content: '';
    position: absolute;
    right: 50%;
    top: 0;
    border-style: solid;
    border-width: 0 52.5vw 100vh 0;
    border-color: transparent #3a3a3a transparent transparent;
}

#body .product-page .bg::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    border-style: solid;
    border-width: 100vh 52.5vw 0 0;
    border-color: #353535 transparent transparent transparent;
}

#body .product-page .item .title {
    font-size: 30px;
    font-weight: 900;
    color: #fff;
}

#body .product-page .item.right .title {
    text-align: right;
}

#body .product-page .item img {
    height: 270px;
    width: 100%;
    object-fit: contain;
}

#body .product-page .item .btn {
    border-color: #fff;
    color: #fff;
    margin-top: 150px;
    width: 40%;
    padding: 17px;
    font-weight: 300;
}

#body .product-page .item .btn:hover {
    background: var(--blue);
    border-color: var(--blue);
}

#body .detail-page {
    padding-top: 75px;
}

#body .detail-page .content p {
    font-size: 19px;
    line-height: 2.11;
    color: #1e1e1c;
}

#body .detail-page .content strong {
    font-size: 35px;
    font-weight: 900;
    line-height: normal;
    color: var(--blue);
}

#body .detail-page .content .triangle_before {
    position: relative;
}

#body .detail-page .content .triangle_before::before {
    content: '';
    position: absolute;
    right: -30px;
    top: 0;
    border-style: solid;
    border-width: 0 35px 35px 0;
    border-color: transparent var(--blue) transparent transparent;
}

#body .detail-page .content img {
    width: 100%;
    object-fit: cover;
}

#body .detail-page .product-preview {
    margin: 75px 0;
    height: 700px;
    position: relative;
    overflow: hidden;
}

#body .detail-page .product-preview::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    border-style: solid;
    border-width: 900px 925px 0 0;
    border-color: #3a3a3a transparent transparent transparent;
    z-index: 1;
}

#body .detail-page .product-preview::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    border-style: solid;
    border-width: 0 925px 900px 0;
    border-color: transparent #2d2d2d transparent transparent;
    z-index: 0;
}

#body .detail-page .product-preview img {
    width: 100%;
    height: 450px;
    object-fit: contain;
    z-index: 1;
    position: relative;
}

#body .detail-page .product-preview .title {
    font-size: 30px;
    font-weight: 600;
    color: #fff;
    position: relative;
    z-index: 2;
}

#body .detail-page .product-preview .link {
    width: 160px;
    height: 160px;
    border-radius: 50%;
    background: #3979ff;
    text-align: center;
    margin-top: 75px;
    position: relative;
    z-index: 2;
}

#body .detail-page .product-preview .link:hover {
    box-shadow: 0px 0px 20px -4px #000;
}

#body .detail-page .product-preview .link span {
    font-size: 18px;
    font-weight: 300;
    color: #fff;
}

#body .detail-page .product-preview .link span strong {
    display: block;
}

#body .detail-page .product-preview .btn {
    border-color: #fff;
    color: #fff;
    float: right;
    z-index: 1;
    padding: 20px 50px;
    margin-top: 50px;
}

#body .detail-page .product-preview .btn:hover {
    border-color: var(--blue);
    background: var(--blue);
}

#body .detail-page .info-slider {
    margin-top: 55px;
    padding: 100px 0;
    padding-left: var(--left);
}

#body .detail-page .info-slider .swiper-slide {
    padding: 10px 0 0;
}

#body .detail-page .info-slider .swiper-slide::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    width: 100%;
    height: 10px;
    background: var(--blue);
    transition: width ease .25s;
}

#body .detail-page .info-slider .swiper-slide .swiper-mask {
    background: var(--blue);
    position: absolute;
    top: 10px;
    left: 0;
    bottom: -10px;
    z-index: 1;
    width: 100%;
    height: calc(100% - 10px);
}

#body .detail-page .info-slider .swiper-slide .swiper-mask .icon {
    width: 80px;
    height: 80px;
    opacity: .5;
}

#body .detail-page .info-slider .swiper-slide .swiper-mask::before, #body .detail-page .info-slider .swiper-slide .swiper-mask::after {
    content: '';
    position: absolute;
    border-style: solid;
}

#body .detail-page .info-slider .swiper-slide .swiper-mask::before {
    right: 15px;
    top: 5px;
    border-width: 0 36px 36px 0;
    border-color: transparent #fff transparent transparent;
}

#body .detail-page .info-slider .swiper-slide .swiper-mask::after {
    right: 16px;
    top: 6px;
    border-width: 0 33px 33px 0;
    border-color: transparent var(--blue) transparent transparent;
}

#body .detail-page .info-slider .swiper-slide .swiper-inner {
    background: #fff;
    padding: 30px;
    position: relative;
    min-height: 600px;
}

#body .detail-page .info-slider .swiper-slide .text {
    font-size: 15px;
    font-weight: 300;
    text-align: justify;
    color: #1e1e1c;
    padding-bottom: 30px;
    margin-bottom: 30px;
    position: relative;
    min-height: 355px;
}

#body .detail-page .info-slider .swiper-slide .text::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40%;
    height: 10px;
    background: rgba(99, 101, 105, 0.2);
}

#body .detail-page .info-slider .swiper-slide .title {
    font-size: 25px;
    font-weight: 600;
    color: #fff;
    width: 55%;
    z-index: 2;
    position: relative;
    min-height: 60px;
    margin-top: 75px;
}

#body .detail-page .info-slider .swiper-slide:hover .swiper-mask {
    transform: translateY(calc(100% + 15px));
}

#body .detail-page .info-slider .swiper-slide:hover::before {
    width: 70%;
    transition: width ease .25s;
}

#body .detail-page .info-slider .swiper-slide:hover .title {
    color: var(--blue);
}

#body .product-gallery {
    padding: 30px 0 75px;
    padding-left: var(--left);
    background: #e1e1e1;
}

#body .product-gallery .title {
    font-size: 35px;
    font-weight: 900;
    color: #1e1e1c;
    margin-bottom: 35px;
}

#body .product-gallery .swiper-slide img {
    /* width: 40%; */
    height: 450px;
    object-fit: cover;
}

#body .product-gallery .navigator {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}

#body .product-gallery .navigator .swiper-button {
    width: 45px;
    height: 45px;
    background: #fff;
    border-radius: 50%;
}

#body .product-gallery .navigator .swiper-button:hover {
    background: var(--blue);
}

#body .product-gallery .navigator .swiper-button .icon {
    width: 18px;
    height: 18px;
}

#body .product-gallery .navigator .swiper-button:hover .icon {
    filter: var(--white_filter);
}

#body .product-gallery .navigator .swiper-button.prev {
    transform: scaleX(-1);
    margin-right: 15px;
}

#body .contact-page {
    padding: 50px 0;
}

#body .contact-page h4.title {
    font-family: Biennale;
    font-size: 35px;
    font-weight: 900;
    color: var(--blue);
    margin-bottom: 50px;
}

#body .contact-page .contact-info {
    background: #fff;
    padding: 75px;
}

#body .contact-page .contact-info .item {
    margin-bottom: 25px;
    padding: 25px;
    padding-bottom: 0;
    border-bottom: 2px solid rgba(151, 151, 151, 0.15);
}

#body .contact-page .contact-info .icon {
    width: 23px;
    height: 23px;
    margin-bottom: 15px;
}

#body .contact-page .contact-info a {
    font-size: 16px;
    color: #1e1e1c;
    margin-bottom: 30px;
}

#body .contact-page .contact-info a[href]:hover {
    color: var(--blue);
}

.form-wrapper .title {
    font-size: 35px;
    font-weight: 900;
    color: #1e1e1c;
    margin-bottom: 30px;
}

.form-control {
    height: 80px;
    border: solid 2px #2a4e9a;
    background-color: transparent;
    border-radius: 0;
    margin-bottom: 30px;
    color: var(--blue);
    font-size: 16px;
    font-weight: 300;
    padding: 25px 35px;
    position: relative;
}

.form-control:focus {
    background: transparent;
    border-color: var(--dark_blue);
}

.form-control::-webkit-input-placeholder {
    color: rgba(42, 78, 154, 0.5);
}

textarea.form-control {
    resize: none;
    height: unset;
}

.form-wrapper .btn {
    border-color: var(--blue);
    background: transparent;
    color: var(--blue);
    padding: 15px 75px;
}

.form-wrapper .btn:hover {
    background: var(--blue);
    color: #fff;
}

#mobile-number {
    padding: 25px 35px 25px 75px !important;
}

#body .contact-page .map-wrapper iframe {
    width: 100% !important;
    height: 530px !important;
    margin-top: 35px;
}

#body .request-page {
    padding: 20px 0;
}

.input-label {
    font-size: 22px;
    font-weight: 600;
    color: #1e1e1c;
    margin-bottom: 15px;
}

.input-label strong {
    color: #a80235;
}

.input-label-sm {
    font-size: 16px;
    font-weight: 900;
    color: var(--blue);
}

.info-label {
    font-size: 18px;
    color: #1e1e1c;
    margin-bottom: 50px;
    display: block;
    margin-top: -15px;
    width: 75%;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}

.select-wrapper {
    position: relative;
}

.select-wrapper::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 45px;
    width: 26px;
    height: 26px;
    background: url('../img/arrow.svg') center center no-repeat;
    background-size: 26px;
}

.opacity-0 {
    opacity: 0 !important;
}

#header .language .language-menu img {
    width: 30px;
}

.reference-page {
    padding: 75px 0;
}

.reference-page .alert {
    margin: 75px 0;
}

.reference-page .accordion {
    padding: 50px 0;
}

.reference-page .accordion .card {
    border: 0;
}

.reference-page .accordion .card-header {
    background: #F9F9F9;
    border-bottom: 0;
}

.reference-page .accordion .card-header .btn {
    border: 0;
    font-size: 22px;
    font-weight: 600;
    color: var(--blue);
    text-transform: uppercase;
}

.reference-page .accordion .card-header .btn:hover {
    background: transparent;
}

.reference-page .accordion .card-body {
    padding: 0;
}

.reference-page .accordion .card-body .item {
    flex: 0 0 50%;
    width: auto;
    padding: 50px 100px;
    border-bottom: 1px solid #f2f2f2;
}

.reference-page .accordion .card-body .item:nth-child(n) {
    border-right: 1px solid #f2f2f2;
}

.martker_img {
    width: 36px;
    height: 36px;
    object-fit: contain;
}

#vmap {
    width: 100%;
    height: 700px;
}

.jqvmap-label {
    position: absolute;
    display: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #292929;
    color: white;
    font-family: sans-serif, Verdana;
    font-size: smaller;
    padding: 3px;
    pointer-events: none;
}

.jqvmap-pin {
    pointer-events: none;
}

.jqvmap-zoomin, .jqvmap-zoomout {
    position: absolute;
    left: 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #000000;
    padding: 3px;
    color: white;
    width: 10px;
    height: 10px;
    cursor: pointer;
    line-height: 10px;
    text-align: center;
}

.jqvmap-zoomin {
    top: 10px;
}

.jqvmap-zoomout {
    top: 30px;
}

.jqvmap-region {
    cursor: pointer;
}

.jqvmap-ajax_response {
    width: 100%;
    height: 500px;
}

#body .corporate-page .principles {
    margin-bottom: 120px;
}

#body .corporate-page .principles .item {
    width: 100%;
}

#body .corporate-page .principles .item .text-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f2f2f2;
}

#body .corporate-page .principles .item .text-wrapper .title {
    font-size: 35px;
    font-weight: 600;
    color: #000;
}

#body .corporate-page .principles .item:hover .text-wrapper {
    background-color: var(--blue);
}

#body .corporate-page .principles .item:hover .text-wrapper .title {
    color: #fff;
}

#body .corporate-page .principles .item .image-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 300px;
    background-color: #fff;
}

#body .corporate-page .principles .item .image-wrapper::before {
    display: none;
}

#body .corporate-page .principles .item .image-wrapper img {
    width: 125px;
    height: 125px;
    object-fit: contain;
}

@media only screen and (min-width: 2440px) {
    #body .home-news::after {
        border-width: 0px 775px 775px 0px;
        bottom: -300px
    }

    #body .home-news::before {
        bottom: calc(40% + 50px);
        left: calc(26% + 75px);
    }

    #body .product-gallery .swiper-slide:nth-child(n) {
        width: 50%;
    }

    #body .product-gallery .swiper-slide:nth-child(2n) {
        width: 30%;
    }

    #body .product-gallery .swiper-slide:nth-child(3n) {
        width: 20%;
    }
}

@media only screen and (min-width: 1920px) and (max-width: 2400px) {
    #header .navbar-nav>li {
        padding: 30px;
    }

    #slider .go_bottom::after {
        right: -40px;
        top: -40px;
        border-width: 40px 40px 0 0;
    }

    #body .home-news .header-wrapper .title {
        width: 75%;
    }

    #body .product-gallery .swiper-slide:nth-child(n) {
        width: 20%;
    }

    #body .product-gallery .swiper-slide:nth-child(2n) {
        width: 20%;
    }

    #body .product-gallery .swiper-slide:nth-child(3n) {
        width: 20%;
    }
}

@media only screen and (min-width: 1366px) and (max-width: 1919px) {
    :root {
        --left: calc((100vw - 1300px) / 2);
    }

    #vmap {
        height: 400px;
    }

    .navbar-dark .navbar-brand {
        width: 9%;
    }

    #header .navbar-nav>li {
        padding: 30px 15px;
    }

    #header .social-media, #header .language .title {
        display: none !important;
    }

    .navbar .dropdown-menu {
        width: 100%;
    }

    #slider .go_bottom::after {
        content: '';
        right: -25px;
        top: -25px;
        border-width: 25px 25px 0 0;
    }

    #body .home-corporate .image-wrapper img {
        height: 445px;
    }

    #body .home-corporate .image-wrapper::after {
        left: 20%;
        top: 50%;
    }

    #body .home-corporate::before {
        border-width: 575px 0 0 575px;
    }

    #body .home-products .item .image-wrapper img {
        height: 280px;
    }

    #body .home-products .item .image-wrapper::before {
        border-width: 280px 280px 0 0;
    }

    #body .home-products .btn {
        width: 70%;
    }

    #body .home-gallery .text-wrapper {
        left: 15px;
    }

    #body .home-news::after {
        bottom: -225px;
        left: -100px;
    }

    #body .home-news::before {
        bottom: 50%;
        left: 30%;
    }

    #body .home-news .header-wrapper .btn, #body .home-news .header-wrapper .title {
        width: 100%;
    }

    #footer .footer-bottom .left .links {
        margin-left: 4px;
    }

    #body .corporate-page .image-wrapper .slogan {
        flex: 0 0 30%;
        max-width: 30%;
    }

    #body .corporate-page .image-wrapper .image {
        flex: 0 0 70%;
        max-width: 70%;
    }

    #body .corporate-page .mission .text-wrapper .btn {
        width: 100%;
    }

    #body .corporate-page .mission .downloader-wrapper img {
        height: 430px;
    }

    #body .corporate-page .mission .downloader-wrapper .image-wrapper::before {
        border-width: 430px 0 0 430px;
    }

    #body .corporate-page .mission .text-wrapper {
        padding: 50px 0 50px 35px;
    }

    #body .corporate-page .mission .text-wrapper .title {
        margin-top: 120px;
    }

    #body .history-page .timeline .item img {
        height: 300px;
    }

    #body .product-page .item {
        margin-top: 125px !important;
    }

    #body .product-page .item .btn {
        margin-top: 25px;
    }

    #body .product-gallery .swiper-slide:nth-child(n) {
        width: 20%;
    }

    #body .product-gallery .swiper-slide:nth-child(2n) {
        width: 20%;
    }

    #body .product-gallery .swiper-slide:nth-child(3n) {
        width: 20%;
    }

    #body .product-gallery .swiper-slide img {
        height: 300px;
    }

    #body .product-gallery .title {
        padding-left: 15px;
    }

    #body .detail-page .info-slider .swiper-slide .title {
        /* width: 30%; */
    }
}

@media only screen and (max-width: 1365px) {
    #header .language .language-menu.open .links {
        bottom: 40px;
        border-top: 2px solid var(--blue);
    }

    #header {
        padding: 0px 0;
    }

    #slider {
        padding-top: 70px;
    }

    .navbar-dark .navbar-brand {
        width: 15%;
    }

    #header .navbar-toggler {
        border: 0;
        padding: 5px;
        margin: 15px;
    }

    #header .navbar-toggler span {
        width: 35px;
        height: 3px;
        margin: 5px;
        display: block;
        background: var(--blue);
    }

    #header .navbar-nav {
        margin-top: 15px;
        /* align-items: start !important; */
    }

    #header .navbar-nav>li {
        padding: 0px 0;
    }

    #header .right {
        padding: 10px 0;
        display: flex;
        border-top: 1px solid #aaa;
        margin-top: 22px;
    }

    .navbar .dropdown-menu {
        width: 100%;
    }

    #header .dropdown-menu .item .title, #header .dropdown-menu .item .btn {
        z-index: 1;
    }

    #header .dropdown-menu .item .title {
        margin-bottom: 32px;
    }

    #header .social-media {
        margin-right: auto;
    }

    #header .social-media .icon-wrapper {
        padding: 3px 15px;
    }

    #header .social-media .icon {
        width: 22px;
        height: 22px;
    }

    #header .language .language-menu .links a {
        padding: 10px;
    }

    #header .language .language-menu .selected {
        /* padding: 5px; */
    }

    #header .language .language-menu .selected .icon {
        display: none;
    }

    #header .language .language-menu .selected img {
        width: 30px;
    }

    #slider .go_bottom::after {
        display: none;
    }

    #slider {
        height: auto;
    }

    #slider .text-wrapper {
        left: 20px;
        top: 130px;
        right: 20px;
        display: flex;
        justify-content: flex-end;
        flex-direction: column;
        height: 90%;
    }

    #slider img {
        width: 100%;
        height: 250px;
        object-fit: cover;
    }

    #slider .text-wrapper .btn {
        display: none;
        font-size: 16px;
        text-align: left;
    }

    #body .home-products .item {
        min-height: auto;
    }

    #body .home-products .item {
        background-color: #4f4f4f;
        padding: 20px 0 140px;
        position: relative;
        z-index: 1;
        transition: background-color ease 0s;
    }

    #body .home-products .item .text-wrapper {
        margin-left: 30px;
    }

    #body .home-products .item-wrapper:last-of-type {
        margin-top: 0px;
    }

    #body .home-products .item .image-wrapper {
        max-width: 460px;
    }

    #body .home-products .item .image-wrapper img {
        height: 460px;
    }

    #body .home-products .item .image-wrapper::before {
        border-width: 460px 460px 0 0;
    }

    #body .home-gallery .text-wrapper {
        position: relative;
        left: unset;
        right: unset;
    }

    #body .home-gallery .text-wrapper::before, #body .home-gallery .text-wrapper::after, #body .home-news::before, #body .home-news::after {
        display: none;
    }

    #body .home-news .header-wrapper {
        margin-bottom: 30px;
    }

    #body .home-news .header-wrapper .title {
        margin-bottom: 0;
    }

    #body .home-news .header-wrapper .btn, #body .home-gallery .text-wrapper .btn {
        position: absolute;
        right: 15px;
        top: 50%;
        transform: translateY(-50%);
    }

    #footer .footer-middle .newsletter .btn {
        width: 100%;
    }

    #footer .footer-middle .newsletter .btn span {
        letter-spacing: 10px;
    }

    #footer .footer-logo {
        margin-bottom: 100px;
    }

    #footer .footer-top .col-12 a {
        width: 100%;
        justify-content: space-between !important;
    }

    #footer .footer-top .col-12 .link span {
        font-size: 28px;
    }

    #footer .footer-top .col-12 .link .icon-wrapper {
        width: 50px;
        height: 50px;
    }

    #body .home-gallery .text-wrapper .title {
        margin-bottom: 0;
    }

    #footer .footer-top .col-12 .link .icon-wrapper {
        opacity: 1;
    }

    #body .corporate-page .mission .downloader-wrapper img {
        height: 433px;
    }

    #body .corporate-page .mission .downloader-wrapper .image-wrapper::before {
        border-width: 433px 0 0 433px;
    }

    #body .corporate-page .mission .text-wrapper {
        padding-right: 0;
    }

    #body .corporate-page .mission .text-wrapper .title {
        margin-top: 130px;
    }

    #body .corporate-page .image-wrapper img {
        height: 275px;
    }

    #body .corporate-page .mission .text-wrapper .title {
        margin-left: 0;
        font-size: 25px;
        margin-top: 50px;
    }

    #body .history-page .timeline .item img {
        height: 275px;
    }

    #body .product-page {
        height: unset;
    }

    #body .product-page .bg::before, #body .product-page .bg::after {
        display: none;
    }

    #body .product-page::before {
        height: 15%;
    }

    #body .product-page .bg {
        margin-top: calc(15% + 50px) !important;
    }

    #body .product-page .item {
        background: #353535;
    }

    #body .product-page .item.item:not(:last-of-type) {
        margin-bottom: 30px !important;
    }

    #body .detail-page .product-preview::before {
        border-width: 800px 825px 0 0;
    }

    #body .detail-page .product-preview::after {
        border-width: 0 825px 800px 0;
    }

    #body .product {
        padding-left: 15px;
    }

    #body .product-gallery .title {
        padding-left: 15px;
    }

    #body .contact-page .contact-info {
        margin-bottom: 50px;
    }

    .form-wrapper .btn {
        width: 75%;
    }

    #header {
        max-height: 100vh;
        overflow-y: scroll;
    }

    #body .corporate-page .extra_content .item {
        width: calc(100% / 2);
        flex: 0 0 calc(100% / 2);
    }

    body .corporate-page .principles .item {
        border-bottom: 2px solid var(--blue);
    }

    #body .corporate-page .principles .item .text-wrapper {
        height: 300px;
        order: 0;
    }

    #body .corporate-page .principles .item .image-wrapper {
        order: 1;
    }

    #header .dropdown-two .dropdown-menu {
    width: auto;
    }

    #body .corporate-page .image-wrapper::before, #body .corporate-page .image-wrapper .icon {
        opacity: 1;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1365px) {
    #body .corporate-page .image-wrapper .slogan {
        flex: 0 0 35%;
        max-width: 35%;
    }

    #body .corporate-page .image-wrapper .image {
        flex: 0 0 65%;
        max-width: 65%;
    }

    #body .corporate-page .image-wrapper img {
        height: 350px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    #header .dropdown-menu .item .title {
        margin-bottom: 62px;
    }

    #header .dropdown-menu .item .image-wrapper::before {
        display: none;
    }
}

@media only screen and (max-width: 991px) {
    #body .home-corporate::before {
        display: none;
    }

    #body .home-corporate .image-wrapper {
        margin-bottom: 30px;
    }

    #body .home-corporate .image-wrapper::before {
        bottom: 30px;
    }

    #body .home-corporate .slogan {
        bottom: 45%;
        left: 15px;
    }

    #body .home-corporate .text-wrapper .btn {
        margin: 20px 0 0 auto;
    }

    #footer .footer-middle::after {
        display: none;
    }

    #footer .footer-middle .newsletter .title {
        text-align: left !important;
    }

    #footer .footer-middle .right {
        padding-left: 15px;
    }

    #footer .footer-top .col-12 {
        padding: 30px;
    }

    #body .detail-page .info-slider .swiper-slide .text {
        min-height: 350px;
    }

    #body .detail-page .info-slider .swiper-slide .title {
        width: 75%;
        margin-top: 25px;
    }

    #body .product-gallery .swiper-slide img {
        /* height: 300px; */
        margin-left: 20px;
    }

    .breadcrumb {
        margin-bottom: 20px;
    }

    .input-label {
        font-size: 17px;
    }

    .info-label {
        width: 100%;
        font-size: 15px;
    }

    #body .corporate-page .content_2 .image-wrapper {
        margin: 25px 0;
    }

    #body .corporate-page .content_2 .image-wrapper img {
        height: 350px;
    }
}

@media screen and (max-width: 767px) {
    .navbar-dark .navbar-brand {
        width: 45%;
    }

    #header .language .title {
        display: none;
    }

    #slider .text-wrapper .slide-title {
        font-size: 25px;
    }

    #slider .text-wrapper .btn {
        font-size: 16px;
        text-align: left;
    }

    #body .home-corporate .image-wrapper img {
        height: 325px;
    }

    #body .home-corporate .image-wrapper::before {
        border-width: 325px 0 0 325px;
    }

    #body .home-corporate .image-wrapper::after {
        left: 20%;
        top: 50%;
    }

    #body .home-corporate .slogan {
        bottom: 70%;
        font-size: 25px;
    }

    #body .home-news .header-wrapper .btn, #body .home-gallery .text-wrapper .btn {
        position: relative;
        right: unset;
        top: unset;
        transform: unset;
        width: 100%;
    }

    #body .home-gallery .text-wrapper .title, #body .home-news .header-wrapper .title {
        width: 100%;
        margin-bottom: 15px;
    }

    #body .home-gallery .navigator {
        justify-content: space-between;
    }

    #body .home-gallery img {
        height: 300px;
    }

    .we-in-numbers .counter-item {
        margin-bottom: 40px;
    }

    #footer .footer-top .col-12 {
        display: flex;
        justify-content: space-between;
    }

    #footer .logo-wrapper {
        text-align: center;
    }

    #footer .footer-logo {
        width: 125px;
        margin-bottom: 30px;
    }

    #footer .footer-middle .social-media {
        text-align: center;
        margin-bottom: 30px;
    }

    #footer .footer-middle .social-media .icon-wrapper:first-of-type {
        padding-left: 20px;
    }

    #footer .footer-middle .social-media .icon-wrapper {
        padding: 5px 20px;
    }

    #footer .footer-middle .newsletter .title {
        font-size: 26px;
        text-align: center !important;
    }

    #footer .footer-middle .newsletter .btn span {
        letter-spacing: 5px;
    }

    #footer .footer-bottom .left {
        flex-direction: column;
    }

    #footer .footer-bottom .left .links {
        margin-left: 0;
        margin-top: 15px;
    }

    #body .home-products .item .image-wrapper {
        width: 100%;
    }

    #body .home-products .item .image-wrapper img {
        height: 125px;
    }

    #body .home-products .item .image-wrapper::before {
        border-width: 0px;
    }

    #body .home-products .item .title::before {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        width: 75px;
        height: 3px;
        background: #3979ff;
    }

    #body .home-products .item .text-wrapper {
        margin-left: 10px;
    }

    #body .home-products .item .text {
        display: none;
        width: 100%;
    }

    #body .home-products .item .title {
        font-size: 20px;
    }

    #body .home-products .item .title {
        padding-bottom: 15px;
        margin-bottom: 15px;
    }

    #body .home-products .col-6 {
        padding-right: 5px;
        padding-left: 5px;
    }

    #body .home-products {
        margin-top: 10px;
        padding: 5px 0 15px;
    }

    #body .home-products .content-title {
        padding-top: 10px;
        margin-bottom: 10px;
    }

    #body .home-products .btn {
        width: 100%;
        margin: 10px auto 0;
    }

    #body .home-corporate .text-wrapper .btn {
        width: 100%;
    }

    #footer .footer-middle .social-media .icon {
        width: 18px;
        height: 18px;
    }

    #footer .newsletter {
        margin-top: 25px;
    }

    #footer .footer-middle .newsletter .btn {
        padding: 15px 25px;
    }

    #banner .image-wrapper::after, #body .corporate-page::after {
        display: none;
    }

    #body .corporate-page .image-wrapper .image {
        padding: 0;
    }

    #body .corporate-page .image-wrapper .slogan {
        padding: 30px;
    }

    #body .corporate-page .image-wrapper .slogan span {
        position: relative;
        top: unset;
        left: unset;
        transform: unset;
    }

    #body .history-page .timeline .item:nth-child(even) .text-wrapper {
        text-align: left !important;
    }

    #body .history-page .timeline .item .text-wrapper {
        margin-top: 30px;
    }

    #body .history-page .timeline .item:nth-child(even) .date::before {
        right: unset;
        left: 0;
    }

    #body .history-page .timeline::before {
        display: none;
    }

    #body .history-page .timeline .item::before {
        display: none;
    }

    #body .history-page .timeline .item:not(:last-of-type)::after {
        content: '';
        position: absolute;
        bottom: 7px;
        width: 100%;
        height: 7px;
        background: #eee;
    }

    #body .product-page::before {
        height: 10%;
    }

    #body .product-page .bg {
        margin-top: calc(30% + 50px) !important;
    }

    #body .product-page .item .btn {
        width: 100%;
        margin-top: 25px;
    }

    #body .product-page .item.right .title {
        text-align-last: left;
    }

    #body .product-page .item {
        padding: 50px 15px;
    }

    #body .detail-page .product-preview img {
        height: 150px;
    }

    #body .detail-page .product-preview .link {
        display: none !important;
    }

    #body .detail-page .product-preview {
        height: 450px;
    }

    .page-title {
        font-size: 35px;
    }

    #body .product-gallery .navigator {
        display: none !important;
    }

    .form-control {
        height: 60px;
        padding: 15px 35px;
    }

    textarea.form-control {
        max-height: 200px;
    }

    .intl-tel-input .flag-dropdown .selected-flag {
        height: 60px !important;
    }

    .form-wrapper .btn {
        width: 100%;
        margin-top: 25px;
    }

    #body .contact-page .map-wrapper iframe {
        height: 300px !important;
    }

    #body .contact-page .contact-info {
        padding: 30px 15px;
    }

    #header .dropdown-menu .item .title {
        width: 100%;
    }

    #header .dropdown-menu .item .title::after {
        height: 5px;
    }

    #body .detail-page .content .triangle_before::before {
        right: 30px;
    }

    #body .detail-page .content strong {
        font-size: 20px;
    }

    #body .detail-page .content p {
        font-size: 16px;
    }

    #header .dropdown-menu .item .image-wrapper {
        display: none;
    }

    #body .home-gallery .row {
        margin: 0;
    }

    #vmap {
        height: 300px;
    }

    .reference-page .accordion .card-body .item {
        flex: 0 0 100%;
    }

    #body .corporate-page .extra_content .item {
        width: 100%;
        flex: 0 0 100%;
    }

    #body .corporate-page .content_2 .image-wrapper img {
        height: 275px;
    }
}

@media (min-width: 1600px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1300px;
    }
}

@media (min-width: 2400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1600px;
    }
}

@keyframes bounce {
    0% {
        transform: translateY(5px) rotate(-270deg);
    }

    50% {
        transform: translateY(-100%) rotate(-270deg);
    }

    100% {
        transform: translateY(5px) rotate(-270deg);
    }
}

.intl-tel-input {
    position: relative;
}

.intl-tel-input .hide {
    display: none;
}

.intl-tel-input .flag-dropdown {
    position: absolute;
    z-index: 1;
    cursor: pointer;
}

.intl-tel-input .flag-dropdown .selected-flag {
    display: flex;
    align-self: stretch;
    align-items: center;
    height: 80px;
    padding: 20px 30px 20px 15px;
    position: relative;
}

.intl-tel-input .flag-dropdown .selected-flag::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 50%;
    width: 2px;
    background: var(--blue);
}

.intl-tel-input .flag-dropdown .selected-flag .down-arrow {
    background: url('../img/arrow.svg') center center no-repeat;
    width: 15px;
    height: 15px;
    position: absolute;
    right: 8px;
}

.intl-tel-input .flag-dropdown .country-list {
    list-style: none;
    padding: 0;
    margin: 0;
    z-index: 1;
    overflow-y: scroll;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
    background-color: white;
    border: 1px solid #cccccc;
    position: absolute;
    top: 29px;
    width: 330px;
    max-height: 200px;
}

.intl-tel-input .flag-dropdown .country-list .divider {
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #cccccc;
}

.intl-tel-input .flag-dropdown .country-list .country {
    line-height: 16px;
    padding: 4px 10px;
}

.intl-tel-input .flag-dropdown .country-list .country .dial-code {
    color: #999999;
}

.intl-tel-input .flag-dropdown .country-list .country.highlight {
    background-color: rgba(0, 0, 0, 0.05);
}

.intl-tel-input .flag-dropdown .country-list .flag {
    display: inline-block;
    vertical-align: bottom;
}

.intl-tel-input .flag-dropdown .country-list .flag, .intl-tel-input .flag-dropdown .country-list .country-name {
    margin-right: 6px;
}

.intl-tel-input input {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding-left: 47px;
    position: relative;
    z-index: 0;
}

.f16 .flag {
    width: 16px;
    height: 16px;
    background: url("../img/flags16.png") no-repeat;
}

.f16 ._African_Union {
    background-position: 0 -16px;
}

.f16 ._Arab_League {
    background-position: 0 -32px;
}

.f16 ._ASEAN {
    background-position: 0 -48px;
}

.f16 ._CARICOM {
    background-position: 0 -64px;
}

.f16 ._CIS {
    background-position: 0 -80px;
}

.f16 ._Commonwealth {
    background-position: 0 -96px;
}

.f16 ._England {
    background-position: 0 -112px;
}

.f16 ._European_Union {
    background-position: 0 -128px;
}

.f16 ._Islamic_Conference {
    background-position: 0 -144px;
}

.f16 ._Kosovo {
    background-position: 0 -160px;
}

.f16 ._NATO {
    background-position: 0 -176px;
}

.f16 ._Northern_Cyprus {
    background-position: 0 -192px;
}

.f16 ._Northern_Ireland {
    background-position: 0 -208px;
}

.f16 ._Olimpic_Movement {
    background-position: 0 -224px;
}

.f16 ._OPEC {
    background-position: 0 -240px;
}

.f16 ._Red_Cross {
    background-position: 0 -256px;
}

.f16 ._Scotland {
    background-position: 0 -272px;
}

.f16 ._Somaliland {
    background-position: 0 -288px;
}

.f16 ._Tibet {
    background-position: 0 -304px;
}

.f16 ._United_Nations {
    background-position: 0 -320px;
}

.f16 ._Wales {
    background-position: 0 -336px;
}

.f16 .ad {
    background-position: 0 -352px;
}

.f16 .ae {
    background-position: 0 -368px;
}

.f16 .af {
    background-position: 0 -384px;
}

.f16 .ag {
    background-position: 0 -400px;
}

.f16 .ai {
    background-position: 0 -416px;
}

.f16 .al {
    background-position: 0 -432px;
}

.f16 .am {
    background-position: 0 -448px;
}

.f16 .an {
    background-position: 0 -464px;
}

.f16 .ao {
    background-position: 0 -480px;
}

.f16 .aq {
    background-position: 0 -496px;
}

.f16 .ar {
    background-position: 0 -512px;
}

.f16 .as {
    background-position: 0 -528px;
}

.f16 .at {
    background-position: 0 -544px;
}

.f16 .au {
    background-position: 0 -560px;
}

.f16 .aw {
    background-position: 0 -576px;
}

.f16 .az {
    background-position: 0 -592px;
}

.f16 .ba {
    background-position: 0 -608px;
}

.f16 .bb {
    background-position: 0 -624px;
}

.f16 .bd {
    background-position: 0 -640px;
}

.f16 .be {
    background-position: 0 -656px;
}

.f16 .bf {
    background-position: 0 -672px;
}

.f16 .bg {
    background-position: 0 -688px;
}

.f16 .bh {
    background-position: 0 -704px;
}

.f16 .bi {
    background-position: 0 -720px;
}

.f16 .bj {
    background-position: 0 -736px;
}

.f16 .bm {
    background-position: 0 -752px;
}

.f16 .bn {
    background-position: 0 -768px;
}

.f16 .bo {
    background-position: 0 -784px;
}

.f16 .br {
    background-position: 0 -800px;
}

.f16 .bs {
    background-position: 0 -816px;
}

.f16 .bt {
    background-position: 0 -832px;
}

.f16 .bw {
    background-position: 0 -848px;
}

.f16 .by {
    background-position: 0 -864px;
}

.f16 .bz {
    background-position: 0 -880px;
}

.f16 .ca {
    background-position: 0 -896px;
}

.f16 .cg {
    background-position: 0 -912px;
}

.f16 .cf {
    background-position: 0 -928px;
}

.f16 .cd {
    background-position: 0 -944px;
}

.f16 .ch {
    background-position: 0 -960px;
}

.f16 .ci {
    background-position: 0 -976px;
}

.f16 .ck {
    background-position: 0 -992px;
}

.f16 .cl {
    background-position: 0 -1008px;
}

.f16 .cm {
    background-position: 0 -1024px;
}

.f16 .cn {
    background-position: 0 -1040px;
}

.f16 .co {
    background-position: 0 -1056px;
}

.f16 .cr {
    background-position: 0 -1072px;
}

.f16 .cu {
    background-position: 0 -1088px;
}

.f16 .cv {
    background-position: 0 -1104px;
}

.f16 .cy {
    background-position: 0 -1120px;
}

.f16 .cz {
    background-position: 0 -1136px;
}

.f16 .de {
    background-position: 0 -1152px;
}

.f16 .dj {
    background-position: 0 -1168px;
}

.f16 .dk {
    background-position: 0 -1184px;
}

.f16 .dm {
    background-position: 0 -1200px;
}

.f16 .do {
    background-position: 0 -1216px;
}

.f16 .dz {
    background-position: 0 -1232px;
}

.f16 .ec {
    background-position: 0 -1248px;
}

.f16 .ee {
    background-position: 0 -1264px;
}

.f16 .eg {
    background-position: 0 -1280px;
}

.f16 .eh {
    background-position: 0 -1296px;
}

.f16 .er {
    background-position: 0 -1312px;
}

.f16 .es {
    background-position: 0 -1328px;
}

.f16 .et {
    background-position: 0 -1344px;
}

.f16 .fi {
    background-position: 0 -1360px;
}

.f16 .fj {
    background-position: 0 -1376px;
}

.f16 .fm {
    background-position: 0 -1392px;
}

.f16 .fo {
    background-position: 0 -1408px;
}

.f16 .fr {
    background-position: 0 -1424px;
}

.f16 .ga {
    background-position: 0 -1440px;
}

.f16 .gb {
    background-position: 0 -1456px;
}

.f16 .gd {
    background-position: 0 -1472px;
}

.f16 .ge {
    background-position: 0 -1488px;
}

.f16 .gg {
    background-position: 0 -1504px;
}

.f16 .gh {
    background-position: 0 -1520px;
}

.f16 .gi {
    background-position: 0 -1536px;
}

.f16 .gl {
    background-position: 0 -1552px;
}

.f16 .gm {
    background-position: 0 -1568px;
}

.f16 .gn {
    background-position: 0 -1584px;
}

.f16 .gp {
    background-position: 0 -1600px;
}

.f16 .gq {
    background-position: 0 -1616px;
}

.f16 .gr {
    background-position: 0 -1632px;
}

.f16 .gt {
    background-position: 0 -1648px;
}

.f16 .gu {
    background-position: 0 -1664px;
}

.f16 .gw {
    background-position: 0 -1680px;
}

.f16 .gy {
    background-position: 0 -1696px;
}

.f16 .hk {
    background-position: 0 -1712px;
}

.f16 .hn {
    background-position: 0 -1728px;
}

.f16 .hr {
    background-position: 0 -1744px;
}

.f16 .ht {
    background-position: 0 -1760px;
}

.f16 .hu {
    background-position: 0 -1776px;
}

.f16 .id {
    background-position: 0 -1792px;
}

.f16 .mc {
    background-position: 0 -1792px;
}

.f16 .ie {
    background-position: 0 -1808px;
}

.f16 .il {
    background-position: 0 -1824px;
}

.f16 .im {
    background-position: 0 -1840px;
}

.f16 .in {
    background-position: 0 -1856px;
}

.f16 .iq {
    background-position: 0 -1872px;
}

.f16 .ir {
    background-position: 0 -1888px;
}

.f16 .is {
    background-position: 0 -1904px;
}

.f16 .it {
    background-position: 0 -1920px;
}

.f16 .je {
    background-position: 0 -1936px;
}

.f16 .jm {
    background-position: 0 -1952px;
}

.f16 .jo {
    background-position: 0 -1968px;
}

.f16 .jp {
    background-position: 0 -1984px;
}

.f16 .ke {
    background-position: 0 -2000px;
}

.f16 .kg {
    background-position: 0 -2016px;
}

.f16 .kh {
    background-position: 0 -2032px;
}

.f16 .ki {
    background-position: 0 -2048px;
}

.f16 .km {
    background-position: 0 -2064px;
}

.f16 .kn {
    background-position: 0 -2080px;
}

.f16 .kp {
    background-position: 0 -2096px;
}

.f16 .kr {
    background-position: 0 -2112px;
}

.f16 .kw {
    background-position: 0 -2128px;
}

.f16 .ky {
    background-position: 0 -2144px;
}

.f16 .kz {
    background-position: 0 -2160px;
}

.f16 .la {
    background-position: 0 -2176px;
}

.f16 .lb {
    background-position: 0 -2192px;
}

.f16 .lc {
    background-position: 0 -2208px;
}

.f16 .li {
    background-position: 0 -2224px;
}

.f16 .lk {
    background-position: 0 -2240px;
}

.f16 .lr {
    background-position: 0 -2256px;
}

.f16 .ls {
    background-position: 0 -2272px;
}

.f16 .lt {
    background-position: 0 -2288px;
}

.f16 .lu {
    background-position: 0 -2304px;
}

.f16 .lv {
    background-position: 0 -2320px;
}

.f16 .ly {
    background-position: 0 -2336px;
}

.f16 .ma {
    background-position: 0 -2352px;
}

.f16 .md {
    background-position: 0 -2368px;
}

.f16 .me {
    background-position: 0 -2384px;
}

.f16 .mg {
    background-position: 0 -2400px;
}

.f16 .mh {
    background-position: 0 -2416px;
}

.f16 .mk {
    background-position: 0 -2432px;
}

.f16 .ml {
    background-position: 0 -2448px;
}

.f16 .mm {
    background-position: 0 -2464px;
}

.f16 .mn {
    background-position: 0 -2480px;
}

.f16 .mo {
    background-position: 0 -2496px;
}

.f16 .mq {
    background-position: 0 -2512px;
}

.f16 .mr {
    background-position: 0 -2528px;
}

.f16 .ms {
    background-position: 0 -2544px;
}

.f16 .mt {
    background-position: 0 -2560px;
}

.f16 .mu {
    background-position: 0 -2576px;
}

.f16 .mv {
    background-position: 0 -2592px;
}

.f16 .mw {
    background-position: 0 -2608px;
}

.f16 .mx {
    background-position: 0 -2624px;
}

.f16 .my {
    background-position: 0 -2640px;
}

.f16 .mz {
    background-position: 0 -2656px;
}

.f16 .na {
    background-position: 0 -2672px;
}

.f16 .nc {
    background-position: 0 -2688px;
}

.f16 .ne {
    background-position: 0 -2704px;
}

.f16 .ng {
    background-position: 0 -2720px;
}

.f16 .ni {
    background-position: 0 -2736px;
}

.f16 .nl {
    background-position: 0 -2752px;
}

.f16 .no {
    background-position: 0 -2768px;
}

.f16 .np {
    background-position: 0 -2784px;
}

.f16 .nr {
    background-position: 0 -2800px;
}

.f16 .nz {
    background-position: 0 -2816px;
}

.f16 .om {
    background-position: 0 -2832px;
}

.f16 .pa {
    background-position: 0 -2848px;
}

.f16 .pe {
    background-position: 0 -2864px;
}

.f16 .pf {
    background-position: 0 -2880px;
}

.f16 .pg {
    background-position: 0 -2896px;
}

.f16 .ph {
    background-position: 0 -2912px;
}

.f16 .pk {
    background-position: 0 -2928px;
}

.f16 .pl {
    background-position: 0 -2944px;
}

.f16 .pr {
    background-position: 0 -2960px;
}

.f16 .ps {
    background-position: 0 -2976px;
}

.f16 .pt {
    background-position: 0 -2992px;
}

.f16 .pw {
    background-position: 0 -3008px;
}

.f16 .py {
    background-position: 0 -3024px;
}

.f16 .qa {
    background-position: 0 -3040px;
}

.f16 .re {
    background-position: 0 -3056px;
}

.f16 .ro {
    background-position: 0 -3072px;
}

.f16 .rs {
    background-position: 0 -3088px;
}

.f16 .ru {
    background-position: 0 -3104px;
}

.f16 .rw {
    background-position: 0 -3120px;
}

.f16 .sa {
    background-position: 0 -3136px;
}

.f16 .sb {
    background-position: 0 -3152px;
}

.f16 .sc {
    background-position: 0 -3168px;
}

.f16 .sd {
    background-position: 0 -3184px;
}

.f16 .se {
    background-position: 0 -3200px;
}

.f16 .sg {
    background-position: 0 -3216px;
}

.f16 .si {
    background-position: 0 -3232px;
}

.f16 .sk {
    background-position: 0 -3248px;
}

.f16 .sl {
    background-position: 0 -3264px;
}

.f16 .sm {
    background-position: 0 -3280px;
}

.f16 .sn {
    background-position: 0 -3296px;
}

.f16 .so {
    background-position: 0 -3312px;
}

.f16 .sr {
    background-position: 0 -3328px;
}

.f16 .st {
    background-position: 0 -3344px;
}

.f16 .sv {
    background-position: 0 -3360px;
}

.f16 .sy {
    background-position: 0 -3376px;
}

.f16 .sz {
    background-position: 0 -3392px;
}

.f16 .tc {
    background-position: 0 -3408px;
}

.f16 .td {
    background-position: 0 -3424px;
}

.f16 .tg {
    background-position: 0 -3440px;
}

.f16 .th {
    background-position: 0 -3456px;
}

.f16 .tj {
    background-position: 0 -3472px;
}

.f16 .tl {
    background-position: 0 -3488px;
}

.f16 .tm {
    background-position: 0 -3504px;
}

.f16 .tn {
    background-position: 0 -3520px;
}

.f16 .to {
    background-position: 0 -3536px;
}

.f16 .tr {
    background-position: 0 -3552px;
}

.f16 .tt {
    background-position: 0 -3568px;
}

.f16 .tv {
    background-position: 0 -3584px;
}

.f16 .tw {
    background-position: 0 -3600px;
}

.f16 .tz {
    background-position: 0 -3616px;
}

.f16 .ua {
    background-position: 0 -3632px;
}

.f16 .ug {
    background-position: 0 -3648px;
}

.f16 .us {
    background-position: 0 -3664px;
}

.f16 .uy {
    background-position: 0 -3680px;
}

.f16 .uz {
    background-position: 0 -3696px;
}

.f16 .va {
    background-position: 0 -3712px;
}

.f16 .vc {
    background-position: 0 -3728px;
}

.f16 .ve {
    background-position: 0 -3744px;
}

.f16 .vg {
    background-position: 0 -3760px;
}

.f16 .vi {
    background-position: 0 -3776px;
}

.f16 .vn {
    background-position: 0 -3792px;
}

.f16 .vu {
    background-position: 0 -3808px;
}

.f16 .ws {
    background-position: 0 -3824px;
}

.f16 .ye {
    background-position: 0 -3840px;
}

.f16 .za {
    background-position: 0 -3856px;
}

.f16 .zm {
    background-position: 0 -3872px;
}

.f16 .zw {
    background-position: 0 -3888px;
}