/* *** CSS RESET *** */

:focus {outline: 0}
a {outline: none; text-decoration: none;}
a, img {border: 0;}
button {cursor: pointer;}

/* *** GLOBAL *** */

.bx-wrapper {
    z-index: 1;
}

iframe {
    border: none;
}

body h1, body h2, body h3, body h4, body h5, body h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    margin: 0;
    margin-top: 0;
}

body p {
    margin-bottom: 25px;
    margin-top: 0;
}

body h2 {
    font-size: 20px;
    margin-bottom: 25px;
    margin-top: 0;
}

body ul {
    margin-bottom: 25px;
    padding-left: 16px;
    margin-top: 0;
}

body ol {
    padding-left: 20px;
    margin-bottom: 25px;
    margin-top: 0;
}

body .bx-wrapper {
    padding: 0;
    border: none;
}

body {
    overflow-x: hidden;
}

figure {
    margin: 0;
}

body a:hover {
    text-decoration: none;
}

input, textarea, button {
    font-family: 'Cuprum', sans-serif;
}

body {
    font-family: 'Cuprum', sans-serif;
    font-size: 18px;
    color: #123885;
    background: #fff;
    line-height: 1.3;
    min-width: 302px;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1194px;
    }
}

img {
    max-width: 100%;
    max-height: 100%;
}

a, a:hover, a:focus, a:active {
    outline: none !important;
    text-decoration: none;
}

.hamburger, .hamburger:focus, .hamburger:active {
    outline: none !important;
    border: none !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

body .hamburger-inner, body .hamburger-inner::before, body .hamburger-inner::after {
    height: 2px;
}

body .bx-wrapper .bx-controls-auto, body .bx-wrapper .bx-pager {
    position: relative;
    bottom: auto;
    width: auto;
}

.clearer {
    clear: both;
    height: 0;
}

.chosen-container-single .chosen-single div b {
    background: none;
}

.logo, img, a, button {
    -webkit-transition: 0.15s linear;
    -moz-transition: 0.15s linear;
    -ms-transition: 0.15s linear;
    -o-transition: 0.15s linear;
    transition: 0.15s linear;
}

.bx-caption {
    display: none;
}

.bx-wrapper {
    box-shadow: none;
    border: 0;
    margin: 0;
    background:transparent;
}

.content-box {
    float: left;
    width: 100%;
}

/* *** HEADER *** */

header {
    background: #fff;
    position: relative;
    z-index: 10;
    top: 0;
    left: 0;
}

.header-box {
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

header .logo img {
    display: block;
}

.main-menu ul {
    padding: 0;
    margin: 0;
}

.main-menu > ul > li {
    position: relative;
    float: left;
    list-style: none;
    margin: 0 25px;
}

.main-menu > ul > li > a {
    color: #123885;
    display: block;
    float: left;
    padding: 10px 0;
}

.main-menu > ul > li:hover > a, .main-menu > ul > li > a.active {
    color: #7fc241;
}

.main-menu ul ul {
    position: absolute;
    top: 100%;
    left: 0;
    text-align: center;
    list-style: none;
    width: 305px;
    background: #cacaca;
    display: none;
}

.main-menu ul ul li {
    position: relative;
    float: left;
    width: 100%;
}

.main-menu ul ul li a {
    position: relative;
    color: #1c2f59;
    text-align: left;
    display: block;
    padding: 11px 15px;
    float: left;
    width: 100%;
    font-size: 14px;
}

.main-menu ul ul li:hover > a {
    background: red;
    color: #fff;
}

.main-menu ul ul ul {
    left: 100%;
    top: 0;
}

.main-menu .hoverIn {
    display: block;
}

.main-menu .hoverOut {
    display: none;
}

.btn-1 {
    display: inline-block;
    width: 179px;
    height: 40px;
    background: url('../../img/frontend//bg-1.png');
    color: #fff;
    line-height: 43px;
    text-align: center;
}

.btn-1:hover {
    color: #fff;
    opacity: 0.9;
}

/* *** HOME *** */

.video-content {
    position: relative;
    width: 100%;
    background: rgba(255,255,255,0.85);
}

.video-content {
    text-align: center;
}

.video-content figure img {
    width: 844px;
    max-width: 100%;
}

.video-content .description {
    height: calc(100vh - 90px);
    display: flex;
    padding: 0 0 100px 0;
    flex-direction: column;
    justify-content: space-around;
}

.video-content .txt {
    font-size: 36px;
    font-weight: bold;
    line-height: 1.1;
}

.content-box-1 {
    padding: 60px 0 100px 0;
}

.content-box-1-1 {
    margin-bottom: 60px;
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.content-box-1-1 .description {
    font-size: 26px;
    width: 784px;
    max-width: 100%;
}

.content-box-1-1 .description p {
    margin-bottom: 10px;
}

.content-box-1-1 .description p:last-child {
    margin-bottom: 0;
}

.content-box-1-1 span {
    border-bottom: 2px solid #7FC241;
}

.box-1 {
    position: relative;
    height: 100px;
    color: #123885;
    margin-bottom: 15px;
    border-bottom: 1px solid #949494;
}

.boxes-1 .box-1:last-child {
    margin-bottom: 0;
}

.txt-box-1 {
    /*background: url('../images/icons/img02.png') 255px 28px no-repeat;*/
}

.box-1 .txt-1 {
    line-height: 1;
    font-size: 76px;
    background: url('../images/icons/img01.png') right calc(100% - 14px) no-repeat;
    font-weight: bold;
}

.box-1 .txt-2 {
    font-weight: bold;
    color: #7FC241;
    font-size: 22px;
    height: 0;
    line-height: 1;
    overflow: hidden;
    -webkit-transition: 0.15s linear;
    -moz-transition: 0.15s linear;
    -ms-transition: 0.15s linear;
    -o-transition: 0.15s linear;
    transition: 0.15s linear;
}

.box-1:hover {
    border-color: #7FC241;
}

.box-1:hover .txt-2 {
    height: 22px;
}

.box-1 .txt-3 {
    width: 800px;
    background: #fff;
    position: absolute;
    top: 0;
    height: 96px;
    display: flex;
    color: #5f5f5f;
    font-size: 19px;
    font-weight: bold;
    align-items: center;
    right: 0;
    text-align: center;
    padding: 0 150px;
    opacity: 0;
    padding-top: 10px;
    -webkit-transition: 0.15s linear;
    -moz-transition: 0.15s linear;
    -ms-transition: 0.15s linear;
    -o-transition: 0.15s linear;
    transition: 0.15s linear;
}

.box-1:hover .txt-3 {
    opacity: 1;
}

.content-box-2 {
    background: #f2f6fa;
    padding: 100px 0 100px 0;
}

.logo-1 img {
    height: 29px;
}

.logo-1 {
    text-align: center;
    justify-content: center;
    width: 190px;
    height: 46px;
    background: #fff;
    position: relative;
    z-index: 1;
    margin: 0 auto;
    display: flex;
    border-radius: 23px;
    align-items: center;
}

.content-box-2 .txt-0 {
    width: 434px;
    margin: 0 auto;
    max-width: 100%;
    position: relative;
}

.content-box-2 {
    text-align: center;
}

.content-box-2 .txt-0:after {
    background: #0056A4;
    height: 1px;
    width: 100%;
    content: "";
    display: block;
    position: absolute;
    top: 50%;
}

.content-box-2 .txt-2 {
    font-size: 36px;
    color: #123885;
    font-weight: bold;
}

.content-box-2 .txt-1 {
    color: #7FC241;
    font-weight: bold;
    margin-bottom: -5px;
    font-size: 74px;
}

.content-box-2 .txt-3 {
    width: 434px;
    margin: 0 auto;
    max-width: 100%;
    color: #5F5F5F;
    font-size: 12px;
    font-weight: bold;
    border-top: 1px solid #0056A4;
    margin-top: 35px;
    padding-top: 20px;
    margin-bottom: 70px;
}

.form-box {
    width: 584px;
    margin: 0 auto;
    max-width: 100%;
}

.f-txt-2 {
    text-align: left;
    font-size: 12px;
    padding: 40px 0;
}

.f-txt-2 a {
    text-decoration: underline;
    color: #123885;
}

.f-txt-2 a:hover {
    text-decoration: underline;
    color: #7FC241;
}

.f-txt-1 {
    font-weight: bold;
    margin: 0 -120px;
    margin-bottom: 40px;
}

.input-box input {
    height: 66px;
    display: block;
    border-radius: 33px;
    border: 1px solid #0056A4;
    background: #fff;
    width: 100%;
    text-align: center;
    padding: 0 15px;
    -webkit-transition: 0.15s linear;
    -moz-transition: 0.15s linear;
    -ms-transition: 0.15s linear;
    -o-transition: 0.15s linear;
    transition: 0.15s linear;
    color: #123885;
}

.input-box input:focus {
    box-shadow: inset 0 0 30px rgba(0,0,0,0.1);
}

input::placeholder {
    color: #123885;
    opacity: 0.5;
}

.btn-2 {
    display: inline-block;
    width: 178px;
    height: 50px;
    background: url('../../img/frontend//bg-2.png');
    color: #fff;
    border: none;
    line-height: 52px;
    text-align: center;
}

.btn-2:hover {
    opacity: 0.9;
}

.button-fix {
    position: fixed;
    bottom: 0;
    left: 0;
    text-align: center;
    z-index: 10;
    width: 100%;
    height: 90px;
    background: #fff;
    box-shadow: 0px -5px 16px #00000029;
}

.btn-3 {
    width: 270px;
    margin: 0 auto;
    height: 80px;
    margin-top: -40px;
    display: block;
    text-align: center;
    line-height: 83px;
    border-radius: 40px;
    box-shadow: 0 10px 10px rgba(0,0,0,0.05);
    font-size: 28px;
    color: #fff;
    font-weight: bold;
    background: url('../../img/frontend/bg-3.png');
}

.btn-3:hover {
    opacity: 0.9;
    color: #fff;
}

.video-content {
    overflow: hidden;
}

.video-bg video {
    margin: auto;
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    visibility: visible;
    opacity: 1;
    width: 100%;
    height: auto;
}

.button-fix {
    -webkit-transition: 0.35s linear;
    -moz-transition: 0.35s linear;
    -ms-transition: 0.35s linear;
    -o-transition: 0.35s linear;
    transition: 0.35s linear;
}

.body-active .button-fix {
    bottom: -150px;
}

/* *** MENU RSP *** */

.header-rsp {
    top: 0;
    left: 0;
    position: fixed;
    overflow: auto;
    z-index: 101;
    width: 100%;
    padding: 10px 15px;
    height: 70px;
    background: #fff;
    box-shadow: 0 0 7px rgba(0,0,0,0.5);
    display: none;
}

.header-rsp .logo-rsp {
    height: 50px;
    width: 140px;
    display: table-cell;
    vertical-align: middle;
}

.header-rsp .logo-rsp img {
    max-width: 100%;
    max-height: 100%;
    margin-bottom: -3px;
}

.hamburger {
    position: absolute;
    top: 8px;
    right: 0;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    background: #123885;
}

.data-rsp {
    position: absolute;
    top: 27px;
    right: 70px;
}

.data-rsp a {
    font-size: 11px;
}

.menu-rsp {
    width: 100%;
    position: fixed;
    padding-top: 70px;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    float: right;
    height: 100%;
    display: none;
}

.menu-rsp  .opacity-rsp {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 1;
    opacity: 0.4;
}

.menu-rsp nav {
    float: left;
    width: 100%;
    height: 100%;
    overflow: auto;
}

.menu-rsp > nav > ul:first-child {
    -webkit-box-shadow: #666 0px 2px 3px;
    -moz-box-shadow: #666 0px 2px 3px;
    box-shadow: #666 0px 2px 3px;
}

.menu-rsp nav ul {
    float: left;
    width: 100%;
    margin: 0;
    position: relative;
    z-index: 2;
    background: #fff;
    padding: 0;
}

.menu-rsp nav li {
    position: relative;
    list-style: none;
    float: left;
    border: none;
    width: 100%;
    height: auto;
    border-top: 1px solid transparent;
}

.menu-rsp nav > ul > li:first-child {
    border-top: none;
}

.menu-rsp nav a {
    line-height: normal;
    height: auto;
    color: #123885;
    font-size: 18px;
    float: left;
    width: 100%;
    padding: 17px 15px 14px 15px;
}

.menu-rsp nav a:hover {
    background-color: #123885;
    color: #fff;
}

.menu-rsp nav ul .li-submenu > a {
    padding-right: 53px;
}

.btn-slide-down {
    width: 40px;
    height: 100%;
    background: #fff;
    border-left: 1px solid transparent;
    position: absolute;
    top: 0;
    font-size: 14px;
    text-align: center;
    color: #000;
    right: 0;
    z-index: 2;
    display: none !important;
    line-height: 52px;
    cursor: pointer;
}

.menu-rsp nav ul ul {
    display: none;
    color: #fff;
}

.btn-slide-down, .menu-rsp nav li {
    border-color: #dfdfdf;
}

.menu-rsp nav ul ul {
    background: #f4f4f4;
}

.menu-rsp nav ul ul ul ul {
    background: #fff;
}

.menu-rsp nav ul ul a {
    padding-left: 30px;
}

.menu-rsp nav ul ul ul a {
    padding-left: 45px;
}

.header-rsp .btn-1 {
    padding: 0 10px;
    border-radius: 11px;
    height: 22px;
    position: absolute;
    top: 50%;
    background: #7FC241;
    width: auto;
    margin-top: -11px;
    right: 70px;
    line-height: 23px;
    font-size: 14px;
    background-size: 100px auto;
}

/* *** RWD *** */

@media only screen and (max-width: 1500px) {
    .video-content .txt {
        font-size: 26px;
        line-height: 1.25;
    }
    .button-fix {
        height: 70px;
    }
    .content-box-2 {
        padding-bottom: 100px;
    }
}

@media only screen and (max-width: 1199px) {
    body .video-bg video {
        margin: auto;
        position: absolute;
        z-index: -1;
        transform: none;
        visibility: visible;
        opacity: 1;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .txt-box-1 {
        background: none;
    }
    .video-content figure img {
        width: 700px;
    }
    .content-box-1-1 .description {
        padding-right: 30px;
    }
    .box-1 .txt-1 {
        font-size: 56px;
    }
    .box-1 .txt-3 {
        font-size: 18px;
    }
    .box-1 .txt-3 {
        width: 650px;
        padding: 0 60px;
    }
    .box-1 {
        height: 97px;
    }
}

@media only screen and (min-width: 992px) {
    .menu-rsp {
        display: none !important;
    }
}

@media only screen and (max-width: 992px) {
    .main-menu {
        display: none;
    }
    .header-rsp {
        display: block;
    }
    body {
        padding-top: 70px;
    }
    header {
        position: relative;
        display: none !important;
    }
    .logo {
        display: none;
    }
    .video-content .description {
        height: auto;
    }
    .search-box {
        width: 100%;
    }
    .header-right-box {
        width: 100%;
    }
    .search {
        width: 100%;
    }
    header .langs-box {
        display: none;
    }
    .banner-full-screen {
        height: calc(100% - 72px);
    }
    .video-content .description {
        padding-bottom: 50px;
    }
    body {
        font-size: 18px;
    }
    .video-content figure img {
        width: 500px;
    }
    .video-content figure {
        padding: 50px 0;
    }
    .content-box-1-1 .description {
        font-size: 18px;
    }
    body, .video-content .txt {
        font-size: 18px;
    }
    .box-1 .txt-2 {
        height: auto !important;
    }
    .box-1 .txt-3 {
        text-align: left;
        position: relative;
        opacity: 1;
        height: auto;
        padding: 13px 0 15px 0;
        font-size: 18px;
    }
    .box-1 .txt-1 {
        background: none;
        padding-top: 5px;
    }
    .box-1 .txt-2 {
        font-size: 18px;
    }
    .box-1 .txt-1 {
        font-size: 40px;
    }
    .box-1 {
        height: auto;
    }
    .content-box-2 .txt-1 {
        font-size: 50px;
    }
    .content-box-2 .txt-2 {
        font-size: 26px;
    }
    .f-txt-1 {
        margin-left: 0;
        margin-right: 0;
    }
}

@media only screen and (max-width: 768px) {
    .box-1 {
        margin-bottom: 18px;
    }
    .content-box-1-1 {
        display: block;
    }
    .content-box-1-1 .description {
        width: 100%;
        padding: 0 0 0 0;
    }
    .content-box-1-1 figure {
        text-align: center;
        padding-top: 30px;
    }
    .content-box-1-1 figure img {
        width: 100px;
    }
    .box-1 .txt-3 {
        width: 100%;
    }
    .content-box-1 {
        padding-bottom: 60px;
    }
    .content-box-2 {
        padding-top: 60px;
        padding-bottom: 120px;
    }
    .content-box-2 .txt-2 {
        font-size: 20px;
    }
    .content-box-2 .txt-1 {
        margin-bottom: 5px;
        font-size: 30px;
        padding-top: 10px;
    }
    .content-box-2 .txt-3 {
        margin-bottom: 50px;
        width: 100%;
    }
    .btn-3 {
        width: 178px;
        font-size: 18px;
        line-height: 56px;
        height: 53px;
        margin-top: -26px;
        background-size: 100% auto;
    }
    .button-fix {
        height: 40px;
    }
    .box-1 .txt-1 {
        font-size: 35px;
    }
}

@media only screen and (max-width: 576px) {

}

.btn-4 {
    display: inline-block;
    width: 179px;
    height: 40px;
    background: url('../../img/frontend/button4.png');
    color: #fff;
    line-height: 43px;
    text-align: center;
}

.btn-4:hover {
    color: #fff;
    opacity: 0.9;
}
