/* *** CSS RESET *** */

:focus {outline: 0}
a {outline: none; text-decoration: none;}
a, img {border: 0;}
button {cursor: pointer;}

/* *** GLOBAL *** */

@media (min-width: 1200px) {
    .container {
        max-width: 1300px;
    }
}

.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: 'Open Sans', sans-serif;
}

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    color: #2c3a42;
    background: #fff;
    line-height: 1.4;
    min-width: 302px;
}

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;
    float: left;
    width: 100%;
}

.header-box {
    float: left;
    width: 100%;
    padding: 10px 0;
}

header .logo {
    float: left;
}

header .logo img {
    float: left;
    width: 221px;
}

header .float-right {
    white-space: nowrap;
    margin-top: 20px;
}

.body-active .logo img {
    width: 221px;
}

.main-menu ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.main-menu {
    display: inline-block;
    vertical-align: middle;
}

.btn-1 {
    display: inline-block;
    height: 18px;
    padding: 0 23px;
    background: #003767;
    border-radius: 10px;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    line-height: 19px;
}

.btn-1:hover {
    color: #fff;
    background: #035093;
}

.user-btn {
    margin-left: 50px;
    margin-top: -2px;
    display: inline-block;
    vertical-align: middle;
}

.main-menu > ul > li {
    position: relative;
    float: left;
    margin-left: 15px;
}

.main-menu > ul > li:after {
    height: 15px;
    content: "";
    display: block;
    position: absolute;
    top: 13px;
    left: -8px;
    background: #2c3a42;
    width: 1px;
}

.main-menu > ul > li:first-child:after {
    display: none;
}

.main-menu > ul > li > a {
    color: #2c3a42;
    display: block;
    float: left;
    height: 40px;
    padding: 10px 0;
    font-size: 14px;
}

.main-menu > ul > li:hover > a, .main-menu > ul > .current > a {
    color: #00aeef;
}

.main-menu ul ul {
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -125px;
    text-align: center;
    list-style: none; 
    width: 250px;
    background: #003767;  
    display: none;     
}

.main-menu ul ul li {
    position: relative;
    float: left;
    width: 100%;
}

.main-menu ul ul li a {
    position: relative;
    color: #fff;
    display: block;
    padding: 11px 15px;
    float: left;
    width: 100%; 
    font-size: 13px;
}

.main-menu ul ul li:hover > a {
    background: #00aeef;
    color: #fff;
}

.main-menu ul ul ul {
    left: 100%;
    top: 0;
}

.main-menu .hoverIn {
    display: block;
}

.main-menu .hoverOut {
    display: none;
}

/* *** BANNER NEW *** */

#slider {
    width: 100%;
    float: left;
}

#slider li {
    width: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

#slider li img {
    width: 100%;
}

#slider .description {
    height: 500px;
    display: flex;
    align-items: center;
    width: 50%;
}

#slider h2 {
    font-size: 57px;
    font-weight: bold;
    overflow: hidden;
    height: 214px;
    color: #fff;
    margin: 0 0 5px 0;
}

#slider h2 span {
    display: block;
    color: #00aeef;
}

.btn-2 {
    height: 49px;
    line-height: 49px;
    padding: 0 62px;
    background: #00aeef;
    border-radius: 49px;
    display: inline-block;
    font-size: 27px;
    color: #fff;
    font-weight: bold;
}

.btn-2:hover {
    color: #fff;
    background: #10b8f7;
}

.controls {
    display: none;
}

/* *** FOOTER *** */

footer {
    float: left;
    width: 100%;
    background: #003767;
    color: #00aeef;
    font-size: 14px;
    line-height: 1.7;
    padding: 35px 0;
}

footer ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.f-title, .f-title a {
    color: #fff;
    font-weight: bold;
}

footer .row-box {
    margin-left: -15px;
    margin-right: -15px;
}

footer .col-box {
    width: 23%;
    padding: 0 15px;
    float: left;
}

footer .col-box-2 {
    width: 17%;
}

footer .col-box-3 {
    width: 26%;
}

footer a {
    color: #00aeef; 
}

footer a:hover {
    color: #fff; 
}

.f-title a:hover {
    color: #00aeef;    
}

/* *** CUSTOM SELECT *** */

.select {
    width: 100%;
    float: left;
}

.select .chosen-container {
    width: 100% !important;
}

.select ul {
    margin: 0 4px 4px 0 !important;
    padding: 0 0 0 4px !important;
}

.select .chosen-search {
    display: none;
}

.select .chosen-container-single .chosen-single {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    padding: 0 0 0 10px;
    height: 29px;
    border: none;
    border-radius: 0;
    background: #fff;
    border: 1px solid #aaa;
    box-shadow: none;
    color: #000;
    font-size: 14px;  
    text-decoration: none;
    white-space: nowrap;
    line-height: 27px;
}

.select .chosen-drop ul li {
    background-image: none !important;
    height: auto !important;
}

.select .chosen-container-single .chosen-single div {
    width: 32px;
    /*background: url('../img/select-arrow.png') center no-repeat;*/
}

.select .chosen-container .chosen-results li.active-result {
    background: #fff;
    color: #000;
}

.select .chosen-container .chosen-results li:hover {
    background: #ec008d;
    color: #fff;
}

/* *** 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: #2c3a42;
}

.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;
    list-style: none;
    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: #2c3a42;
    font-size: 16px;
    float: left;  
    width: 100%;
    padding: 16px 15px 15px 15px;
}

.menu-rsp nav a:hover {
    background-color: #003767;
    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;
}

/* *** HOME *** */

.content-box-1 {
    background: #003767;
    padding: 24px 0 28px 0;
    color: #fff;
}

.content-box-1 .description {
    line-height: 1.5;
    float: left;
    width: 65%;
}

.content-box-1 .description p {
    margin-bottom: 10px;
}

.content-box-1 .description p:last-child {
    margin-bottom: 0;
}

.content-box-1 .button-1 {
    overflow: hidden;
    text-align: right;
    padding-top: 40px;
}

.content-box-1 .description strong {
    font-size: 22px;
}

.btn-3 {
    height: 52px;
    width: 240px;
    display: inline-block;
    background: #fff;
    border-radius: 30px;
    text-align: center;
    line-height: 1;
    padding: 0 15px;
    padding-top: 15px;
    color: #003767;
    font-size: 22px;
    font-weight: bold;
}

.btn-3:hover {
    color: #00aeef;
}

.content-box-2 {
    background: url('/img/frontend/files/img01.jpg') center center no-repeat;
    background-size: cover;
}

.content-box-2 .description {
    height: 404px;
    display: flex;
    align-items: center;
    width: 60%;
    float: right;
    justify-content: center;
}

.text p:last-child {
    margin-bottom: 0;
}

.title-1 h2 {
    margin: 0;
    color: #003767;
    font-size: 24px;
    margin-bottom: 10px;
    font-weight: bold;
}

.button-2 {
    margin-top: 50px;
    text-align: right;
}
/*
.btn-4 {
    color: #003767;
    font-size: 16px;
    height: 35px;
    display: inline-block;
    text-align: center;
    line-height: 35px;
    border-radius: 35px;
    min-width: 185px;
    border: 1px solid #e4e4e4;
    padding: 0 20px;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
}*/
.btn-4 {
    color: #003767;
    margin-left: 80px;
    font-size: 20px;
    height: 42px;
    display: inline-block;
    text-align: center;
    line-height: 42px;
    border-radius: 35px;
    min-width: 185px;
    border: 1px solid #e4e4e4;
    padding: 0 20px;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
}

.btn-4:hover {
    color: #00aeef;    
}

.title-1 h2 span {
    display: block;
    color: #2c3a42;
    font-size: 22px;
}

.content-box-3 {
    padding: 30px 0 27px 0;
    background: url('/img/frontend/files/img02.jpg') center center no-repeat;
    background-size: cover;
}

.content-box-3 .description {
    width: 55%;
}

.content-box-3-1 {
    padding-top: 5px;
    margin-bottom: 45px;
}

.content-box-3-1 ul {
    margin: 0;
    padding: 0;
}

.content-box-3-1 ul li {
    position: relative;
    list-style: none;
    margin-top: 5px;
    padding-left: 30px;
}

.content-box-3-1 ul li:after {
    width: 17px;
    height: 17px;
    background: #003767;
    content: "";
    border-radius: 50%;
    position: absolute;
    top: 4px;
    left: 0;
    display: block;
}

.s-buttons a {
    margin-right: 15px;
}

.s-buttons a:hover {
    opacity: 0.9;
}

.s-buttons {
    margin-bottom: 25px;
}

/* *** INDEX LOG *** */

.content-box-1-1 {
    height: 100px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url('/img/frontend/img01.jpg');
}

.boxes-1 {
    float: left;
    width: 100%;
}

.boxes-1 .col-box {
    width: 20%;
    float: left;
}
.boxes-1 .col-box-main {
    width: 25%;
    float: left;
}
.box-1 {
    display: block;
    width: 100%;
    text-align: center;
    padding: 30px 15px;
    color: #003767;
    font-size: 20px;
    font-weight: bold;
}

.box-1 .txt2{
    line-height: normal;
    display: block;
	font-size:16px;
    padding-top: 2px;
    font-weight: normal;
    color: #2c3a42;
}
.box-1:hover {
    color: #000;
}

.box-1 .ic {
    display: flex;
    align-items: center;
    margin: 0 0 20px 0;
    justify-content: center;
    text-align: center;
    background-position: center center;
    background-repeat: no-repeat;
}

.box-1 .ic img {
    border-radius: 50%;
    overflow: hidden;    
}

.ic-1 {
    background-image: url('/img/frontend/icons/img01.png');
}

.ic-2 {
    background-image: url('/img/frontend/icons/img02.png');
}

.ic-3 {
    background-image: url('/img/frontend/icons/img03.png');
}

.ic-4 {
    background-image: url('/img/frontend/icons/img04.png');
}

.ic-5 {
    background-image: url('/img/frontend/icons/img05.png');
}

.title-2 {
    clear: both;
}

.title-2 h2 {
    color: #00aeef;
    font-size: 57px;
    font-weight: bold;
    text-align: center;
    padding: 30px 0 35px 0;
    margin: 0;
}

.box-2 {
    background: #11497b;
    box-shadow: 0 0 15px rgba(0,0,0,0.5);
    color: #fff;
    margin-bottom: 40px;
}

.box-2 .description {
    padding: 12px;
}

.box-2 .txt-2 {
    font-size: 14px;
    margin-bottom: 10px;    
}

.box-2 figure {
    background: #fff;
}

.box-2 figure a:hover img {
    opacity: 0.9;
}

.button-4 {
    text-align: right;
}

.btn-5 {
    height: 25px;
    padding: 0 30px;
    background: #00aeef;
    border-radius: 30px;
    display: inline-block;
    font-size: 13.80px;
    color: #fff;
    line-height: 24px;
}

.btn-5:hover {
    color: #fff;
    background: #10b8f7;
}

.box-2 figure img {
    width: 100%;
}

.box-2 .txt-1 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
}

.box-2 .txt-1 a {
    color: #fff;
}

.row20 {
    margin-left: -20px;
    margin-right: -20px;
}

.row20 > div {
    padding: 0 20px;
}

.button-flex {
    width: 392px;
    height: 139px;
    display: block;
    /*background: url('../img/img01.png');*/
    box-shadow: 0 0 20px rgba(0,0,0,0.4);
    background: #fff;
    border-radius: 25px;
    padding: 10px 0;
}

.box-flex {
    border-radius: 29px;
    padding: 5px;
    position: fixed;
	background: #f5c807;
    background: linear-gradient(rgba(212,175,55,1) 0%, rgba(255,217,0,1) 27%, rgba(218,165,32,1) 52%, rgba(153,100,21,1) 76%, rgba(255,217,0,1) 100%);
    top: 99px;
    right: -334px;
    color: #11497b;
    -webkit-transition: 0.35s linear;
    -moz-transition: 0.35s linear;
    -ms-transition: 0.35s linear;
    -o-transition: 0.35s linear;
    transition: 0.35s linear;
    z-index: 11;
}
.flex2{
	top: 249px;
	width: 153px;
	right: -84px !important;
}

.flex2 .button-flex {
    height: 138px;
}

.flex2 .ff-box-1 {
    height: 113px;
}

.flex2 .ff-ic2 {
       margin: 15px auto 15px auto;
}

.box-flex:hover {
    right: -30px;
}

.ff-box-1 {
    text-align: center;
    color: #11497b;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    float: left;
    line-height: 1.2;
    width: 65px;
    height: 122px;
    border-right: 1px solid #11497b;
}

.ff-ic {
    width: 40px;
    height: 40px;
    display: block;
    background: url('/img/frontend/icons/img01.png') center center no-repeat;
    background-size: auto 100% !important;
    margin: 19px auto 15px auto;
}
.ff-ic2 {
	 width: 40px;
    height: 44px;
    display: block;
    background-size: auto 100%;
    margin: 15px auto 20px auto;	
	background: url('/img/frontend/icons/img09.png') center center no-repeat;
}
.ff-ic-1 {
    background-image: url('/img/frontend/icons/img04.png');
}
.ff-color {
	color:#b88739;
}
.ff-box-2 {
    float: left;
    width: 265px;
    padding: 5px 0;
    margin-left: 15px;
    padding-right: 25px;
    height: 129px;
    position: relative;
}

.ff-box-2-1 {
    float: left;
    width: 42%;
    padding-right: 15px;
    text-align: center;
}

.ff-box-2-1 .txt-2 {
    font-weight: bold;
    font-size: 25px;
    line-height: 1;
}

.ff-box-2-2 {
    float: left;
    width: 58%;
}

.box-flex {
    line-height: 1.2;
}

.box-flex .txt-1 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
}

.ff-box-3 {
    position: absolute;
    bottom: 15px;
    left: 10px;
    width: 100%;
    text-align: center;
}

.ff-box-3 a {
    color: #11497b;
    font-size: 14px;
    text-decoration: underline;
}

.ff-box-3 a:hover {
    color: #10b8f7;
    text-decoration: underline;
}

/* *** REGISTRATION *** */

.banner-1 {
    background-size: cover;
    background-position: center center;
    height: 125px;
}

.main-content {
    float: left;
    width: 100%;
    padding: 30px 0;
}

.text p, .text ul, .text ol {
    margin-bottom: 17px;
}

.content-box-4 {

    background: #f2f5f7;
}

.form-title {
    font-weight: bold;
    padding: 0 30px;
    margin-bottom: 15px;
}

.label-box label {
    padding: 0 30px;
    font-size: 16px;
}

.input-box input {
    width: 100%;
    height: 41px;
    border: 1px solid #00aeef;
    border-radius: 30px;
    padding: 0 30px;
}

.input-box {
    margin-bottom: 10px;
}

.bg-gray input {
/*    background: #e5e5e5;*/
	    border: 1px solid #c7ca11;
}


.legend-box {
    padding: 0 30px;
    font-size: 12px;
    margin-bottom: 35px;
}

.icheckbox, .iradio {
    width: 17px;
    height: 17px;
    float: left;
    margin-top: 1px;
    border-radius: 50%;
    border:1px solid #06b0ef;
}

.checkbox, .radio {
    float: left;
    margin-right: 13px;   
    width: 17px;
}

.checkbox-box label {
    overflow: hidden;
    display: block;
    font-size: 14px;
    margin-bottom: 0;
}

.checkbox-box {
    margin-bottom: 20px;
}

.checkbox-box label a {
    color: #2c3a42;
    text-decoration: none;
}

.checkbox-box label a:hover {
    color: #00aeef;
    text-decoration: none;
}

.checkbox-content {
    float: left;
    width: 100%;
    margin-bottom: 35px;
}

.icheckbox ins {
    position: relative;
    z-index: 4;
}

.checked.icheckbox:after ,.checked.iradio:after {
    width: 9px;
    height: 9px;
    background: #06b0ef;
    position: absolute;
    top: 0;
    margin: 3px;
    border-radius: 50%;
    left: 0;
    display: block;
    content: "";
}

.checkbox-content-1 {
    padding: 0 30px;
    margin-top: -10px;
}

.checkbox-content-1 .checkbox-box {
    float: left;
    margin-right: 70px;
}

.checkbox-content-1  {
    float: left;
    width: 100%;
}

.checkbox-content-1 .checkbox-box {
    margin-bottom: 0;
}

.content-box-5-1 .text {
    padding: 0 30px;
}

.form-button {
    text-align: center;
    padding-top: 25px;
    float: left;
    width: 100%;
    margin: 20px 0;
}

.btn-2-1 {
    width: 334px;
    padding: 0 15px;
    text-align: center;
    border: none;
    background: #003767;
}

.btn-2-1:hover {
    color: #fff;
    background: #035093;
}

.content-box-5-2 {
    margin-bottom: 35px;
}

.box-3 {
    font-size: 14px;
}

.box-3 .name {
    padding-left: 30px;
    position: relative;
    cursor: pointer;
}

.box-3 .name:after {
    width: 17px;
    position: absolute;
    top: 7px;
    left: 0;
    height: 17px;
    border-radius: 50%;
    line-height: 15px;
    background: #00aeef;
    content: "+";
    color: #fff;
    display: block;
    text-align: center;
}

.box-3 .name.active:after {
    content: "-";  
    line-height: 14px;
}

.box-3 .name span {
    font-weight: bold;
    display: block;
    padding: 5px 0;
    border-bottom: 1px solid #00aeef;
}

.box-3 .txt {
    padding: 10px 30px 0 30px;
}

.box-3 .txt {
    display: none;
}

.content-box-1 {
    top: 0;
    left: 0;  
    position: relative;
    z-index: 2;
}

.content-box-1.active {
    position: fixed;
}

.content-box-4 {
    position: relative;
    z-index: 1;
}

.z-content-box-1 {
    padding: 30px 0;
}

.z-content-box-1 .title-1 {
    margin-bottom: 18px;
}

.z-box-2 figure {
    float: left;
}

.z-box-2 figure a:hover img {
    opacity: 0.9;
}

.z-box-2 {
    float: left;
    width: 100%;
    margin-bottom: 23px;
}

.z-box-2 .txt {
    margin-bottom: 7px;
}

.btn-6 {
    color: #004688;
    font-size: 12px;
    text-decoration: underline;
}

.btn-6:hover {
    color: #00aeef;
    text-decoration: underline;
}

.z-box-2 h3 {
    color: #003767;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}

.z-box-2 h3 a {
    color: #003767;
}

.z-box-2 h3 a:hover {
    color: #00aeef;
}

.z-box-2 .description {
    overflow: hidden;
    padding-left: 15px;
    font-size: 14px;
}

.z-slider {
    float: left;
    z-index: 1;
    width: 100%;
    position: relative;
}

.z-slider .prev-box, .z-slider .next-box {
    position: absolute;
    top: 70px;
    width: 20px;
    height: 20px;
    z-index: 1000;
}

.z-slider .prev-box {
    left: 0;    
}

.z-slider .next-box {
    right: 0;    
}

.z-slider .bx-prev, .z-slider .bx-next {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    float: left;
    display: block;
    text-indent: -9999999px;
}

.z-slider .bx-prev {
    background: url('/img/frontend/icons/img06.png') no-repeat;
}

.z-slider .bx-next {
    background: url('/img/frontend/icons/img07.png') no-repeat;
}

.z-slider .prev-box:hover, .z-slider .next-box:hover {
    opacity: 0.90;
    filter: alpha(opacity = 90);
}

.z-slider ul {
    padding: 0;
    margin: 0;
    text-align: center;
    list-style: none;
}

.z-slider {
    padding: 0 20px;
}

.z-slider .bx-controls {
    display: none;
}

.z-slider .images figure {
    display: inline-block;
    vertical-align: middle;
    width: 97px;
    margin: 0 10px;
    opacity: 0.4;
}

.z-slider .images figure.main-large {
    width: 153px;
    opacity: 1;
}

.z-slider .images {
    margin-bottom: 20px;
}

.z-slider .description {
    font-size: 14px;
}

.z-slider h3 {
    color: #003767;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}

.z-slider h3 a {
    color: #003767;
}

.z-slider h3 a:hover {
    color: #00aeef;
}

.z-slider figure a:hover img {
    opacity: 0.9;
}

.content-box-4-4 {
    margin-bottom: 45px;
}

.z-carousel-1 {
    padding: 0 30px;
}

.z-carousel-1 figure {

    margin-bottom: 20px;
}

.z-carousel-1 figure a {
    display: block;    height: 173px;
    background-size: cover;
    background-position: center center;
}

.z-carousel-1 h3 {
    margin-bottom: 5px;
}

.z-carousel-1 .txt {
    font-size: 12px;
}

.z-carousel-1 .prev-box, .z-carousel-1 .next-box {
    top: 79px;
}

.boxes-1a .ic span {
    background: red;
    height: 180px;
    width: 180px;
    display: block;
}

.boxes-1a .ic-box {
    width: 180px;
    height: 180px;
    display: inline-block;
    padding: 5px;
    margin-bottom: 12px;
    position: relative;
}

.boxes-1a .ic-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f5c807;
    background: linear-gradient(rgba(212,175,55,1) 0%, rgba(255,217,0,1) 27%, rgba(218,165,32,1) 52%, rgba(153,100,21,1) 76%, rgba(255,217,0,1) 100%);
    border-radius: 50%;
}

.boxes-1a .ic {
    z-index: 2;
    position: relative;
}

.boxes-1a .txt {
    display: block;
}

/* *** RULES *** */

.z-content-box-2 .text {
    font-weight: bold;
    color:#003767;
}

.z-box-3 h3 {
    color: #009ee3;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 15px;
}

.z-box-3 {
    color: #003767;
    font-size: 14px;
    float: left;
    margin-bottom: 40px;
    width: 100%;
}

.z-box-3 a {
    color: #003767;
    text-decoration: underline;
}

.z-box-3 a:hover {
    color: #00aeef;
    text-decoration: underline;
}

.z-boxes-3 .z-box-3:last-child {
    margin-bottom: 0;
}

.z-boxes-3 {
    float: left;
    width: 100%;
    margin: 35px 0;
    position: relative;
}

.z-line-1 {
    position: absolute;
    top: 0;
    left: 87px;
    height: 100%;
    content: "";
    width: 1px;
    display: none;
    background: #003767;  
}

.z-box-3 .description {
    padding-left: 25px;
    overflow: hidden;
}

.z-box-3 figure {
    float: left;
    position: relative;
    z-index: 2;
    overflow: hidden;
    border-radius: 50% 0 50% 50%;
    background: #003767;
    padding: 1px;
    float: left;
}

.z-box-3 figure img {
    border-radius: 50%;
}

.z-box-3 {
    clear: both;
}

.z-box-3.animated {
    opacity: 0;
}

/* *** PRODUCTS *** */

.z-boxes-4 .row-box {
    margin-left: -36px;
    margin-right: -36px;
}

.z-boxes-4 .col-box {
    float: left;
    width: 20%;
    padding: 0 36px;
}

.z-box-4 {
    margin-bottom: 25px;
    text-align: center;
    display: block;
}

.z-box-4 .image-box {
    border: 1px solid #c4c4c5;
    overflow: hidden;
    display: block;
}

.z-box-4 .image {
    height: 160px;
    display: block;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.z-box-4 .txt-1 {
    background: #003767;
    font-weight: bold;
    display: block;
    color: #fff;
    padding: 5px;
    font-size: 11px;
}

.z-box-4 .name {
    color: #003767;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.2;
    height: 56px;
    justify-content: center;
    text-align: center;
    display: flex;
    align-items: flex-end;
    margin-bottom: 8px;
}

.z-box-4 .txt-2 {
    display: block;
    color: #000000;
    line-height: 1.3;
    font-size: 16px;
    margin-top: 10px;
}

.z-box-4 .txt-2 span {
    color: #003767;
    font-size: 22px;
    font-weight: bold;
    display: block;
}

/* *** MY ACCOUNT *** */

.a-main {
    float: left;
    width: 710px;
    margin-right: 40px;
}

.a-sidebar {
    overflow: hidden;
}

.a-menu li {
    list-style: none;
    border-bottom: 1px solid #d0d0d0;
    padding: 0 10px;
}

.a-menu a {
    display: block;
    color: #003767;
    font-size: 20px;
    padding: 30px 0;
    padding-left: 60px;
    line-height: 1.2;
    font-weight: bold;
    background-position: left center;
    background-repeat: no-repeat;

}

.body-blue .a-ic-1 {
    background-image: url('/img/frontend/icons/img08blue.png');
}

.body-blue .a-ic-2 {
    background-image: url('/img/frontend/icons/img09blue.png');
}

.body-blue .a-ic-3 {
    background-image: url('/img/frontend/icons/img10blue1.png');
}

.body-blue .a-ic-4 {
    background-image: url('/img/frontend/icons/img11blue1.png');
}

.body-blue .a-ic-5 {
    background-image: url('/img/frontend/icons/img12blue1.png');
}

.a-menu ul {
    margin: 0;
    padding: 0;
}

.a-menu a .txt {
    -webkit-transition: 0.15s linear;
    -moz-transition: 0.15s linear;
    -ms-transition: 0.15s linear;
    -o-transition: 0.15s linear;
    transition: 0.15s linear;
    border-bottom: 1px solid #fff;
}

.a-menu a:hover .txt, .a-menu .current a .txt {
    border-bottom: 1px solid #003767;
}

.a-box-1 {
    font-size: 16px;
    padding: 30px 20px 22px 20px;
    padding-left: 70px;
    border-bottom: 1px solid #d0d0d0;
}

.a-box-1 .txt p:last-child {
    margin-bottom: 0;
}

.a-box-1 .txt p {
    margin-bottom: 10px;
}

.a-box-1 h3 {
    color: #003767;
    font-size: 20px;
    margin-bottom: 15px;
    line-height: 1.2;
    font-weight: bold;    
}

.a-box-1 {
    background-position: 15px 20px;
    background-repeat: no-repeat;
    background-size: auto 47px;
}

.body-blue .a-box-1 {
    background-image: url('/img/frontend/icons/img01blue1.png');
}

.a-box-2 .txt {
    display: inline-block;
    color: #003767;
    font-size: 24px;
    padding: 8px 40px 5px 40px;
    border: 2px solid #0e4e96;
    border-radius: 20px;
}

.a-box-2 .txt span {
    display: block;
    font-size: 40px;
    font-weight: bold;
}

.a-box-2 {
    margin: 15px 0 35px 0;
    text-align: center;
}

.a-box-2 .col-box {
    position: relative;
    padding: 25px 0;
    width: 25%;
    float: left;
    vertical-align: top;
}

.a-box-2 .col-box .img {
    position: absolute;
    left: 0;
    margin-left: -6px;
    bottom: 0;
}

.a-box-2 figure {
    opacity: 0.3;
}

.a-box-2 .current figure {
    opacity: 1;
}

.a-box-3 {
    position: relative;
    height: 18px;
    float: left;
    width: 75%;
    border-radius: 5px;
    border: 1px solid #003767;
    background: #ebebeb;
    margin: 5px 0 0 0;
}

.progress {
    border-radius: 0 2px 2px 0;
    top: 3px;
    position: absolute;
    background: #003767;
    height: 10px;
}

.progress-arrow {
    width: 47px;
    height: 38px;
    background: url('/img/frontend/icons/img17.png');
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -19px;
    right: -20px;
}
.arrow-blue {
    background: url('/img/frontend/grot-blue.png') no-repeat;
}
.arrow-silver {
    background: url('/img/frontend/grot-silver.png') no-repeat;
}
.arrow-gold {
    background: url('/img/frontend/grot-gold.png') no-repeat;
}
.arrow-ambasador {
    background: url('/img/frontend/grot-ambasador.png') no-repeat;
}
.a-box-4 {
    float: left;
    width: 100%;
    margin-top: 35px;
    padding-top: 20px;
    border-top: 1px solid #d0d0d0;
}

.a-table-2 th {
    font-size: 18px;
    font-weight: bold;
    padding: 5px 20px 4px 20px;
}

.a-table-2 {
    width: 100%;
}

.a-table-2 td {
    font-size: 14px;
    padding: 5px 20px 4px 20px;
    background: #fafbfc;
}

.a-table-2 tr:nth-child(even) td {
    background: #e5ebf0;
}

.a-table-2 .txt-1 {
    margin-top: -2px;
    font-size: 26px;    
    font-weight: bold;
    text-align: right;
}


.a-table-1 th {
    font-size: 18px;
    font-weight: bold;
    padding: 5px 20px 4px 20px;
}

.a-table-1 {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 5px;
}

.a-table-1 tr td:first-child {
    border-radius: 10px 0 0 10px;
    border-left: 1px solid #003767;
}

.a-table-1 tr td:last-child {
    border-radius: 0 10px 10px 0;
    border-right: 1px solid #003767;
}

.a-table-1 td {
    font-size: 14px;
    padding: 5px 20px 4px 20px;
    border-top: 1px solid #003767;
    border-bottom: 1px solid #003767;
}

.a-table-1 .txt-1 {
    margin-top: -2px;
    font-size: 26px;    
    font-weight: bold;
    text-align: right;
}

.a-box-1 {
    margin-top: -20px;
}

.a-table-3 {
    width: 100%;
}

.a-table-3 td, .a-table-3 th {
    font-size: 14px;
    padding: 7px 20px 7px 20px;
}

.a-table-3 th {
    background: #003767;
    color: #fff;
    font-weight: bold;
}

.a-table-3 tr:nth-child(odd) td {
    background: #f2f5f7;
}

.a-table-3 .txt-1 {
    margin-top: -2px;
    font-size: 26px;    
    font-weight: bold;
    text-align: right;
}

/* *** MY ACCOUNT MAIN *** */

.a-boxes-9 {
    float: left;
    width: 100%;
    position: relative;
    min-height: 400px;
}

.a-boxes-9 figure {
    position: absolute;
    top: 65px;
    left: 0;
    width: 100%;
    text-align: center;
}

.a-boxes-9 .col-box {
    width: 320px;
}

.a-box-9 {
    position: relative;
    z-index: 2;
    padding: 30px 0;
    text-align: right;
    font-size: 14px;
    border-top: 1px solid #d0d0d0;
}

.a-boxes-9 .col-box .a-box-9:first-child {
    border-top: 0;
}

.a-box-9 .name {
    color: #003767;
    font-size: 24px;
    margin-top: 5px;
    font-weight: bold;
    display: block;
    margin-bottom: 8px;
}

.a-box-9 .a-icon {
    height: 62px;
    display: block;
    background-position: right center;
    background-size: auto auto;
    background-repeat: no-repeat;
}

.a-box-9 a {
    display: block;
}

.a-box-9 .a-icon-1 {
    background-image: url('/img/frontend/icons/img01.png');
}

.a-box-9 .a-icon-2 {
    background-image: url('/img/frontend/icons/img08.png');
}

.a-box-9 .a-icon-3 {
    background-image: url('/img/frontend/icons/img09.png');
}

.a-box-9 .a-icon-4 {
    background-image: url('/img/frontend/icons/img10.png');
}

.a-box-9 .a-icon-5 {
    background-image: url('/img/frontend/icons/img11.png');
}

.a-box-9 .a-icon-6 {
    background-image: url('/img/frontend/icons/img12.png');
}

.float-right .a-box-9 {
    text-align: left;
}

.float-right .a-box-9 .a-icon {
    background-position: left center;
}

.newsMore img {
    float: left;
    max-width: 30%;
}

.newsMore .description {
    overflow: hidden;
}

.newsMore .z-content-box-2 {
    overflow: hidden;
    padding-left: 20px;
}

.zz-news-list .zz-col-box {
    padding: 0 15px;
    float: left;
    width: 33.33333%;
}

.zz-new {
    margin-bottom: 30px;

    color: #fff;
    float: left;
    width:100%;
}

.zz-new .description {
    padding: 15px 20px;
    float: left;
    width:100%;    background: #003767;
}

.zz-news-list .row-box {
    margin-left: -15px;
    margin-right: -15px;

}

.zz-new .description {
    position: relative;
    padding-bottom: 35px;
}

.zz-new .btn-5 {
    position: absolute;
    bottom: 0;
    margin: 10px;
    right: 0;
}

.zz-new .txt {
    padding: 5px 0 10px 0;
    font-size:15px;
}

.zz-new .btn-5 {
    float: right;
}

.zz-new .name {
    color: #fff;
    font-weight: bold;
}
.zz-new .name a{
    color: #fff;
}

.zz-new img {
    width: 100%;
}

.zz-new img:hover {
    opacity: 0.9;
}

/* *** RWD *** */

@media only screen and (max-width: 1500px) {
    .box-1 {
        font-size: 18px;
    }
    .content-box-1-1 {
        height: 50px;
    }
}

@media only screen and (max-width: 1199px) {
    .a-boxes-9 figure img {
        width: 200px;
    }
    .a-main {
        width: 65%;
    }
    .a-box-2 .txt {
        font-size: 18px;
    }
    .a-box-2 .txt span {
        font-size: 25px;
    }
    .z-boxes-4 .row-box {
        margin-left: -15px;
        margin-right: -15px;
    }
    .z-boxes-4 .col-box {
        padding: 0 15px;
    }
    .z-slider .images figure {
        display: none;
    }
    .z-slider .images figure.main-large {
        display: inline-block;
    }
    .btn-3 {
        font-size: 18px;
        width: 176px;
        padding-top: 8px;
    }
    .user-btn {
        margin-left: 20px;
    }
    .content-box-1 .description strong {
        font-size: 20px;
    }
}

@media only screen and (max-width: 1000px) {
    .main-menu ul li:hover ul {
        display: none;
    }
}

@media only screen and (min-width: 992px) {
    .menu-rsp {
        display: none !important;
    }
}

@media only screen and (max-width: 992px) {
    .a-boxes-9 .col-box {
        width: 100%;
    }
    .a-box-9 {
        text-align: center !important;
    }
    .a-box-9 .a-icon {
        background-position: center center !important;
    }
    .a-boxes-9 figure {
        position: relative;
        top: 0;
    }
    .a-box-1 {
        padding-left: 0;
        padding-right: 0;
        background: none !important;
    }
    .a-menu li {
        padding: 0;
    }
    .a-menu a {
        font-size: 16px;
        padding: 13px 0 11px 0;
        background: none !important;
    }
    .a-table-1 .txt-1, .a-table-2 .txt-1 {
        font-size: 18px;
    }
    .z-box-4 .name {
        font-size: 18px;
    }
    .z-boxes-4 .col-box {
        width: 25%;
    }
    .z-box-4 .txt-2 {
        font-size: 14px;
    }
    .z-box-4 .txt-2 span {
        font-size: 18px;
    }
    .z-box-4 .name {
        height: 43px;
    }
    .box-1 {
        padding: 30px 10px;
    }
    .z-box-2 figure {
        max-width: 30%;
    }
    .content-box-1 .button-1 {
        padding-top: 0;
    }
    .box-1 .txt2 {
        font-size: 14px;
    }
.content-box-1.active {
    position: relative;
}
    .title-2 h2 {font-size: 35px;
    }
    .box-1 {
        font-size: 16px;
    }
    .box-flex {
        top: 100px;
    }
    .box-flex {
        display: none;
    }
    .btn-slide-down {
        display: block !important;
    }
        
    .content-box-1 .description {
        width: 100%;
        text-align: center;
    }
    .content-box-1 .button-1 {
        float: left;
        width: 100%;
        text-align: center;
        margin-top: 6px;
    }
    .content-box-3 .description {
        width: 63%;
    }
    .main-menu {
        display: none;
    }
    .header-rsp {
        display: block;
    }
    body {
        padding-top: 70px;
    }
    header .float-right {
        margin: 0 ;
        width: 100%;
        text-align: center;
    }
    header {
        position: relative;
    
    }
    .logo {
        display: none;
    }
    .search-box {
        width: 100%;
    }
    .header-right-box {
        width: 100%;
    }
    .search {
        width: 100%;
    }
    header .langs-box {
        display: none;
    }
    .banner-full-screen {
        height: calc(100% - 72px);
    }
    #slider h2 {
        font-size: 40px;
        height: auto;
        margin-bottom: 30px;
    }
    #slider .description {
        height: 400px;
    }
    .content-box-1 .description {
        margin-top: -5px;
        margin-bottom: 10px;
    }
    .content-box-1 {
        padding: 25px 0;
    }
    .btn-3 br {
        display: none;
    }
    .btn-3 {
        width: auto;
        line-height: 36px;
    }
}

@media only screen and (max-width: 768px) {
    .a-boxes-9 .col-box .a-box-9:first-child {
        border-top: 1px solid #d0d0d0; 
    }
    .a-boxes-9 figure {
        margin-bottom: 30px;
    }
    .a-box-9 .name {
        font-size: 18px;
    }
    .a-main {
        width: 100%;
        margin-right: 0;
    }
    .a-sidebar {
        width: 100%;
        float:left;
    }
    .z-boxes-4 .col-box {
        width: 33.3333%;
    }
    .z-line-1 {
        display: none !important;
    }
    .progress-arrow {
        display: none;
    }
    .a-table-2 td, .a-table-1 td, .a-table-2 th, .a-table-1 th {
        padding-left: 10px;
        padding-right: 10px;
    }
    .a-box-2 .txt {
        padding-left: 15px;
        padding-right: 15px;
        font-size: 16px;
    }
    .a-box-2 figure {
        height: 112px;
        display: flex;
        align-items: center;
        text-align: center;
        justify-content: center;
    }
    .a-box-2 figure img {
        width: 20px;
    }
    .z-content-box-1 .row > div:nth-child(1) {
        margin-bottom: 20px;
    }
    .boxes-1 .col-box {
        width: 50%;

    }
    .s-buttons a {
        margin-right: 5px;
    }
    .title-2 h2 {
        font-size: 25px;
    }
    .content-box-2 .description {
        height: auto;
        width: 100%;
        margin: 30px 0;
        background: rgba(255,255,255,0.9);
    }
    .content-box-3 {
        padding: 0;
    }
    .content-box-2, .content-box-3, .button-2 {
        text-align: center;
    }
    .content-box-3-1 ul li:after {
        display: none;
    }
    .content-box-3-1 ul li {
        padding-left: 0;
    }
    .content-box-3 .description {
        height: auto;
        width: 100%;
        float: left;
        margin: 30px 0;
    }    
    .content-box-2 {
        background-position: -500px center;
        background: none;
    }
    .content-box-3 {
        background-position: -1250px bottom;
        background: none;
        background: #f5f5f5;
    }    
    body {
        font-size: 16px;
    }
    #slider h2 {
        font-size: 30px;
        height: auto;
        margin-bottom: 30px;
    }
    .btn-2 {
        height: 40px;
        line-height: 40px;
        font-size: 16px;
    }
    footer .col-box {
        text-align: center;
        margin-top: 20px;
        width: 100%;
    }
    footer .row-box .col-box:first-child {
        margin-top: 0;
    }
    .z-box-3 .description {
        padding-left: 15px;
    }
}

@media only screen and (max-width: 576px) {
    .z-box-4 .image {
        height: 130px;
    }
    .z-boxes-4 .col-box {
        width: 50%;
    }
    .z-boxes-4 .row-box {
        margin-left: -10px;
        margin-right: -10px;
    }
    .z-boxes-4 .col-box {
        padding: 0 10px;
    }
    #slider .description {
        height: 200px;
        justify-content: center;
        width: 100%;
        text-align: center;
    }
    #slider h2 {
        font-size: 20px;
        margin-bottom: 15px;
    }
    .z-boxes-3:after {
        display: none;
    }
    .z-box-3 h3 {
        font-size: 18px;
    }
    .z-box-3 figure {
        max-width: 30%;
    }
   
}

/* *** STATUS *** */

.z-line-box {
    float: left;
    width: 100%;
    height: 37px;
    background-size: cover;
    background-position: center center;
}

.z-title-1 {
    background-size: cover;
    float: left;
    width: 100%;
}

.z-title-1 .description {
    height: 100px;
    display: flex;
    align-items: center;
}

.z-title-1 h1 {
    color: #003767;
    font-weight: bold;
    font-size: 26px;
}

.z-main-content {
    float: left;
    width: 100%;
    padding: 30px 0;
}

.parallax-window {

        position: relative;
}

.z-box-1 {
    overflow: hidden;
}

.z-box-1 .image {
    width: 100%;
    position: relative;
    height: 250px;
    background-size: cover;
    overflow: hidden;
}

.z-box-1 .scroll {
    position: absolute;
    top: -100px;
    left: 0;
    height: 450px;
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
background-size: 1168px auto;
}

.z-box-1 .scroll-1 {
    position: absolute;
    top: -200px;
    left: 0;
    height: 650px;
    width: 100%;
    background-position: center center;

    background-repeat: no-repeat;
    background-size: 1168px auto;
}

.zzz-checkbox-content {
    margin: 0;
    display: none;
}


.z-box-1 .scroll {
       background-position-x: center !important; 
}

.z-box-1 .description {
    padding: 0 45px;
    color: #2c2c2c;
    padding-top: 20px;
    font-size: 14px;
}

.z-box-1 {
    margin-bottom: 40px;
}

.z-box-1 ul {
    padding: 0 0 0 35px;
    margin: 0;
    list-style: none;
}

.z-box-1 li {
    position: relative;
    padding-left: 35px;
    margin-top: 5px;
}

.z-box-1 li:after {
    width: 4px;
    height: 4px;
    position: absolute;
    background: #2c2c2c;
    content: "";
    display: block;
    top: 8px;
    left: 0;
    border-radius: 50%;
}

.scroll img {
    display: none;
}

.content-box-1-2 {
    height: 37px;
}

/* *** MY ACCOUNT *** */

.a-box-5 {
    margin-bottom: 30px;
    color: #003767;
    font-size: 14px;
}

.a-box-5 h2 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
}

.a-box-6 {
    overflow: auto;
}

.a-box-6 table {
    min-width: 500px;
}

.a-box-7 {
    border-top: 1px solid #d0d0d0;
    margin-top: 20px;
    padding-top: 20px;
    float: left;
    width: 100%;
}

.a-title-1 {
    font-weight: bold;
    color: #000000;
    font-size: 14px;
    padding: 0 10px;
}

.a-link-box {
    position: absolute;
    top: 0;
    right: 10px;
}

.a-title-1 {
    position: relative;
    margin-bottom: 20px;
}

.a-link {
    font-weight: normal;
    font-size: 12px;
    text-decoration: underline;
    color: #000;
}

.a-link:hover {
    text-decoration: underline;
    color: #00aeef;
}

.a-input-box input, .a-input-box textarea {
    width: 100%;
    border: 1px solid #003767;
    height: 37px;
    border-radius: 5px;
    padding: 0 10px;
    font-size: 14px;
}

.a-input-box textarea {
    resize: none;
    overflow: auto;
    padding: 8px 10px;
    height: 200px;
    display: block;
}

.a-input-box {
    margin-bottom: 20px;
}

.a-input-box input::placeholder, .a-input-box textarea::placeholder {
    color: #a3a3a3;
}

.row56 {
    margin-left: -28px;
    margin-right: -28px;
}

.row56 > div {
    padding: 0 28px;
}

.a-btn-1 {
    width: 100%;
    background: #003767;
    border: 1px solid #003767;
    height: 37px;
    border-radius: 5px;
    padding: 0 10px;
    color: #fff;
    font-weight: bold;
    font-size: 14px; 
}

.a-btn-1:hover {
    color: #fff;
    background: #00aeef;
    border-color: #00aeef;
}

.a-button {
    padding-bottom: 5px;
    float: left;
    width: 100%;
}

.a-box-8 .col-box {
    display: inline-block;
    vertical-align: middle;
    width: 32%;
    font-size: 14px;
    padding: 0 10px;
    margin-bottom: 20px;
}

.a-box-8 .icheckbox {
    border-color: #000;
    float: none;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    margin-right: 8px;
}

.a-box-8 .checked.icheckbox:after {
    background: #000;
}

.a-box-8 label {
    margin: 0;
    padding: 10px 0;
    display: inline-block;
    vertical-align: middle;  
}

.margin-top-0 {
    margin-top: 0;
}

.a-checkbox-box-1 label {
    background: url('/img/frontend/icons/img18.png') left center no-repeat;
    padding-left: 45px;
}

.a-checkbox-box-2 label {
    background: url('/img/frontend/icons/img19.png') left center no-repeat;
    padding-left: 68px;
}

/* *** REGULATIONS *** */

.article-box {
    color: #010101;
    font-size: 14px;
    line-height: 1.5;
}

.article-box h2 {
    font-size: 16px;
    font-weight: bold;
    margin: 0;
}

.article-box ul {
    padding: 0;
    list-style: none;
}

.article-box ul li {
    padding-left: 35px;
    position: relative;
}

.article-box ul li:after {
    width: 3px;
    height: 3px;
    content: "";
    display: block;
    position: absolute;
    top: 9px;
    border-radius: 50%;
    left: 0;
    background: #010101;
}

.scroll-pane {
    float: left;
    width: 100%;
    max-height: 850px !important;
}

.jspVerticalBar {
    background: #ebebeb !important;
    width: 16px !important;
    margin-right: 0 !important;
    right: 0 !important;    
}

.jspTrack {
    background: #ebebeb !important;    
    -webkit-border-radius: 5px !important; 
    -moz-border-radius: 5px !important; 
    border-radius: 5px !important;  
}

.jspVerticalBar {
    -webkit-border-radius: 5px !important; 
    -moz-border-radius: 5px !important; 
    border-radius: 5px !important;    
}

.jspDrag {
    width: 12px !important;
    margin-left: 0 !important;
    left :2px !important;
    background: #003767 !important;
    -webkit-border-radius: 5px !important; 
    -moz-border-radius: 5px !important; 
    border-radius: 5px !important;   
}

.article-box {
    padding-right: 10px;
}

.article-box a {
    color: #000;
    font-weight: bold;
}

.article-box a:hover {
    color: #00aeef;
    font-weight: bold;
}

/* *** CONTACT *** */

.cc-text {
    color: #010101;
    margin-bottom: 50px;
    font-size: 14px;
}

.cc-text a {
    color: #010101;
}

.cc-text a:hover {
    color: #00aeef;
}

.cc-content-box-1 {
    margin-bottom: 35px;
    float: left;
    width: 100%;
}

.cc-content-box-1 .col-box-1 {
    width: 680px;
    padding-right: 85px;
    float: left;
}

.cc-content-box-1 .col-box-2 {
    overflow: hidden;
}

.cc-content-box-1 h2 {
    font-weight: bold;
    color: #003767;
    font-size: 24px;
    margin-bottom: 20px;
}

.cc-content-box-1 .txt {
    color: #010101;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
}

.cc-table-1 {
    width: 100%;
    color: #010101;
    margin-top: 40px;
    float: left;
}

.cc-table-1 a {
    color: #010101;
    font-weight: bold;
}

.cc-table-1 a:hover {
    color: #00aeef;
}

.cc-table-1 td {
    padding-bottom: 20px;
}

/* *** REGISTRATION *** */

.x-content-box-1 .text {
    font-weight: bold;
    color: #003767;
}

.x-content-box-2 figure {
    width: 52%;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
}

.x-content-box-2 {
    padding: 30px 0;
}

.x-content-box-2 .description {
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;
    width: 47%;
}

.x-content-box-2 .image {
    text-align: center;
    padding-left: 340px;
    margin-bottom: -75px;
    margin-top: 10px;
}

.x-content-box-3 {
    float: left;
    width: 100%;
    border: 1px solid #003767;
    border-radius: 15px;
    padding: 15px 20px;
    color: #000;
    font-size: 14px;
    margin-bottom: 35px;
}

.x-content-box-3 h3 {
    font-weight: bold;
    color: #003767;
    font-size: 18px;
    margin-bottom: 10px;
}

.x-form {
    padding: 10px 0;
    float: left;
    width: 100%;
}

.x-content-box-3 .txt-1 {
    clear: both;
}

.x-form input {
    float: left;
    width: 670px;
    height: 46px;
    border-radius: 10px;
    border: 1px solid #cacaca;
    padding: 0 15px;
}

.btn-7 {
    height: 46px;
    color: #fff;
    border-radius: 10px;
    border: none;
    float: right;
    font-weight: bold;
    width: 25%;
    background: #003767;
}

.btn-7:hover {
    color: #fff;
    background: #035093;
}


.zz-box-7 .a-title-1 {
    margin-bottom: 0 !important;
}

.zzz-checkbox-content {
    padding-top: 20px;
}

#cookiesBar a {
    color: #fff;
    text-decoration: underline;
}

#cookiesBar p {
    margin-bottom: 10px;
}

#cookiesBar a:hover {
    color: #fff;
    text-decoration:none;
}

.x-slider ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.x-slider img {
    width: 100%;
}

#cookiesBar {
    position: fixed;
    bottom: 0;
    width: 100%;
    padding: 15px 15px;
    z-index: 200;
    border-top:1px solid #fff;
    color: #fff;
        background: #003767;
        text-align: center;
        font-size: 14px;
}

#cookiesBarWrap {
    width: 1300px;
    max-width: 100%;
    margin: 0 auto;
}

/* *** RWD *** */

@media only screen and (max-width: 1199px) {
    .x-content-box-2 .image {
        display: none;
    }
    .x-content-box-2 figure {
        padding-right: 20px;
    }
    .btn-7 {
        width: 25%;
    }
    .x-form input {
        width: 60%;
    }
    .cc-text {
        font-size: 16px;
    }
    .cc-table-1 {
        font-size: 16px;
    }
    .cc-content-box-1 .col-box-1 {
        padding-right: 40px;
        width: 65%;
    }
    .a-box-8 .col-box {
        width: 100%;
    }
    .scroll img {
        display: block;
    }
    .z-box-1 .scroll {
        background: none !important;
    }
    .z-box-1 .scroll {
        height: auto;
        position: relative;
        top: auto !important;
    }
    .z-box-1 .image {
        height: auto;
        overflow: hidden;
    }
    .z-boxes-1 {
        overflow: hidden;
    }
    .z-box-1 {
        margin-bottom: 0;
    }
    .z-boxes-1 .z-box-1:first-child {
        margin-top: -100px;
    }
    .cc-content-box-1 .col-box-1 {
        padding-right: 20px;
        width: 50%;
    }           
    .z-boxes-1 .z-box-1:first-child {
        margin-top: -50px;
    }
    .cc-content-box-1 h2 {
        font-size: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .zz-news-list .zz-col-box {
        width: 100%;
    }
    .x-form input {
        width: 100%;
    }
    .btn-7 {
        width: 100%;
        margin-top: 10px;
    }
    .cc-table-1 {
        font-size: 14px;
    }
    .cc-content-box-1 .col-box-1 {
        padding-right: 0;
        width: 100%;
    }
    .cc-content-box-1 .col-box-2 {
        width: 100%;
        float: left;
        margin-top: 30px;
    }
    .cc-table-1 {
        margin-top: 0;
    }
    .a-box-1 {
        margin-top: 0;
    }
    .z-box-1 ul {
        padding-left: 0;
    }
    .z-title-1 .description {
        height: 70px;
    }
    .z-title-1 h1 {
        font-size: 20px;
    }
    .a-link-box {
        margin: 10px 0 0 10px;
        position: relative;
    }
    .x-content-box-2 figure {
        width: 100%;
        padding-right: 0;
        text-align: center;
    }
    .x-content-box-2 .description {
        float: left;
        width: 100%;
        margin-top: 20px;
    }
}

.z-line-box {
    background-size: 100% 100%; 
}

/* *** BODY COLOR *** */

.body-blue .content-box-1-1 {
    background-image: url('/img/frontend/img01blue.jpg');
    background-size: 100% 120%;
}

.body-blue .boxes-1a .ic-bg, .body-blue .box-flex {
    background: linear-gradient(rgba(15,157,218,1) 0%, rgba(25,186,250,1) 27%, rgba(15,157,218,1) 51%, rgba(14,130,176,1) 71%, rgba(15,157,218,1) 100%);
}

.body-blue .ff-ic {
    background-image: url('/img/frontend/icons/img01blue.png');
}
.body-blue  .ff-ic2 {
    background: url('/img/frontend/icons/img09blue.png') center center no-repeat;
}
.body-blue .ff-ic-1 {
    background-image: url('/img/frontend/icons/img04blue.png');
}
.body-blue .ff-color {
	color:#02a1dd;
}
.body-silver .content-box-1-1 {
    background-image: url('/img/frontend/img01silver.jpg');
    background-size: 100% 120%;
}

.body-silver .boxes-1a .ic-bg, .body-silver .box-flex {
    background: linear-gradient(rgba(141,141,141,1) 0%, rgba(173,173,173,1) 27%, rgba(141,141,141,1) 52%);
}

.body-silver .ff-ic {
    background: url('/img/frontend/icons/img01silver.png') center center no-repeat;
}
.body-silver  .ff-ic2 {
    background: url('/img/frontend/icons/img09silver.png') center center no-repeat;
}
.body-silver .ff-ic-1 {
    background-image: url('/img/frontend/icons/img04silver.png');
}
.body-silver .ff-color {
	color:#a8a3a4;
}
.body-ambasador .content-box-1-1 {
    background-image: url('/img/frontend/img01ambasador.jpg');
    background-size: 100% 120%;
}

.body-ambasador .boxes-1a .ic-bg, .body-ambasador .box-flex {
    background: linear-gradient(rgba(243,124,124,1) 27%, rgba(255,0,4,1) 52%, rgba(186,37,42,1) 76%, rgba(255,0,9,1) 100%);
}

.body-ambasador .ff-ic {
    background: url('/img/frontend/icons/img01ambasador.png') center center no-repeat;
}
.body-ambasador  .ff-ic2 {
    background: url('/img/frontend/icons/img09ambasador.png') center center no-repeat;
}
.body-ambasador .ff-ic-1 {
    background-image: url('/img/frontend/icons/img04ambasador.png');
}
.body-ambasador .ff-color {
	color:#e74443;
}
/* *** *** */

.body-blue .a-box-9 .a-icon-1 {
    background-image: url('/img/frontend/icons/img01blue1.png');
}

.body-blue .a-box-9 .a-icon-2 {
    background-image: url('/img/frontend/icons/img08blue.png');
}

.body-blue .a-box-9 .a-icon-3 {
    background-image: url('/img/frontend/icons/img09blue.png');
}

.body-blue .a-box-9 .a-icon-4 {
    background-image: url('/img/frontend/icons/img10blue1.png');
}

.body-blue .a-box-9 .a-icon-5 {
    background-image: url('/img/frontend/icons/img11blue1.png');
}

.body-blue .a-box-9 .a-icon-6 {
    background-image: url('/img/frontend/icons/img12blue1.png');
}

/* *** *** */

.body-silver .a-box-9 .a-icon-1 {
    background-image: url('/img/frontend/icons/img01silver1.png');
}

.body-silver .a-box-9 .a-icon-2 {
    background-image: url('/img/frontend/icons/img08silver.png');
}

.body-silver .a-box-9 .a-icon-3 {
    background-image: url('/img/frontend/icons/img09silver.png');
}

.body-silver .a-box-9 .a-icon-4 {
    background-image: url('/img/frontend/icons/img10silver.png');
}

.body-silver .a-box-9 .a-icon-5 {
    background-image: url('/img/frontend/icons/img11silver.png');
}

.body-silver .a-box-9 .a-icon-6 {
    background-image: url('/img/frontend/icons/img12silver.png');
}

/* *** *** */

.body-ambasador .a-box-9 .a-icon-1 {
    background-image: url('/img/frontend/icons/img01ambasador1.png');
}

.body-ambasador .a-box-9 .a-icon-2 {
    background-image: url('/img/frontend/icons/img08ambasador.png');
}

.body-ambasador .a-box-9 .a-icon-3 {
    background-image: url('/img/frontend/icons/img09ambasador.png');
}

.body-ambasador .a-box-9 .a-icon-4 {
    background-image: url('/img/frontend/icons/img10ambasador.png');
}

.body-ambasador .a-box-9 .a-icon-5 {
    background-image: url('/img/frontend/icons/img11ambasador.png');
}

.body-ambasador .a-box-9 .a-icon-6 {
    background-image: url('/img/frontend/icons/img12ambasador.png');
}

/* *** *** */

.a-menu a {
    background-size: 48px auto;
}

.a-box-1 {
    background-image: url('/img/frontend/icons/img01.png');
}

.a-ic-1 {
    background-image: url('/img/frontend/icons/img08.png');
}

.a-ic-2 {
    background-image: url('/img/frontend/icons/img09.png');
}

.a-ic-3 {
    background-image: url('/img/frontend/icons/img10.png');
}

.a-ic-4 {
    background-image: url('/img/frontend/icons/img11.png');
}

.a-ic-5 {
    background-image: url('/img/frontend/icons/img12.png');
}

/* *** *** */

.body-silver .a-box-1 {
    background-image: url('/img/frontend/icons/img01silver1.png');
}

.body-silver .a-ic-1 {
    background-image: url('/img/frontend/icons/img08silver.png');
}

.body-silver .a-ic-2 {
    background-image: url('/img/frontend/icons/img09silver.png');
}

.body-silver .a-ic-3 {
    background-image: url('/img/frontend/icons/img10silver.png');
}

.body-silver .a-ic-4 {
    background-image: url('/img/frontend/icons/img11silver.png');
}

.body-silver .a-ic-5 {
    background-image: url('/img/frontend/icons/img12silver.png');
}

/* *** *** */

.body-ambasador .a-box-1 {
    background-image: url('/img/frontend/icons/img01ambasador1.png');
}

.body-ambasador .a-ic-1 {
    background-image: url('/img/frontend/icons/img08ambasador.png');
}

.body-ambasador .a-ic-2 {
    background-image: url('/img/frontend/icons/img09ambasador.png');
}

.body-ambasador .a-ic-3 {
    background-image: url('/img/frontend/icons/img10ambasador.png');
}

.body-ambasador .a-ic-4 {
    background-image: url('/img/frontend/icons/img11ambasador.png');
}

.body-ambasador .a-ic-5 {
    background-image: url('/img/frontend/icons/img12ambasador.png');
}

/* *** 27.08 *** */

.zz-content-box-1 {
    color: #010101;
    font-size: 14px;
}

.zz-content-box-1 strong {
    color: #003767;
}

.zz-table-1 {
    width:100%;
}

.zz-table-1 td {
    height: 42px;
    padding: 5px 20px;
    border-top: 1px solid #fff;
    background: #e5ebf0;
    color: #131313;
    font-size: 14px;
}

.zz-table-1 tr td:last-child {
    text-align: left;
    color: #003767;
}

.zz-table-1 tr:first-child td {
    border-color: #929caa;
}

.zz-table-1 .zz-tr-1 td {
    background: #b2c3d1;
    font-size: 18px;
}

.zz-table-1 .zz-tr-2 td {
    background: #ccd7e1;
    font-size: 14px;
}

.zz-content-box-2 {
    margin-bottom: 35px;
}

.zz-content-box-3 figure {
    float: left;
    border: 1px solid #193966;
}

.zz-content-box-3 .description {
    overflow: hidden;
    font-size: 14px;
    padding-left: 20px;
}

.zz-content-box-3 .txt a {
    color: #2c3a42;
}

.zz-color-blue {
   color: #003767;   
}

.zz-content-box-3 .name {
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: bold;
}

.zz-content-box-3 {
    float: left;
    width: 100%;
    margin-bottom: 35px;
    padding-bottom: 35px;
    border-bottom: 1px solid #c7c7c7;
}

.zz-content-box-3 .name span {
    color: #003767;
    display: block;
    margin-top: -3px;
    font-size: 24px;
}

.zz-content-box-4 figure {
    float: left;
    width: 430px;
    padding: 15px;
    border: 1px solid #193966;
    text-align: center;
}

.zz-content-box-4 .description {
    overflow: hidden;
    padding-left: 20px;
    font-size: 14px;
}

.zz-content-box-4 h2 {
    margin-bottom: 20px;
    color: #003767;
    font-size: 18px;
    font-weight: bold;
}

.zz-content-box-4 .txt {
    margin-bottom: 25px;
}

.zz-btn-1 {
    height: 35px;
    padding: 0 15px;
    border-radius: 10px;
    background: #003767;
    color: #fff;
    line-height: 35px;
    font-weight: bold;
    display: inline-block;
}

.zz-btn-1:hover {
    color: #fff;
    opacity: 0.9;
}

.zz-content-box-5 {
    float: left;
    width: 100%;
}

.zz-boxes-1 .row-box {
    margin-left: -45px;
    margin-right: -45px;
}

.zz-boxes-1 .col-box {
    width: 33.333%;
    float: left;
    padding: 0 45px;
}

.zz-box-1 {
    text-align: center;
    margin-bottom: 50px;
}

.zz-box-1 .txt {
    font-weight: bold;
    color: #003767;
    font-size: 18px;
    padding: 15px 0;
}

.zz-box-1 figure {
    height: 215px;
    border: 1px solid #003767;
    display: flex;
    align-items: center;
    padding: 10px;
    text-align: center;
    justify-content: center;
}

.zz-box-1 .zz-btn-1 {
    font-size: 15px;
}

.zz-box-1 .figure-1 {
    background: #003767;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
}

@media only screen and (max-width: 992px) {
    .z-box-1 .description {
        padding-left: 0;
        padding-right: 0;
    }
    .zz-content-box-3 figure, .zz-content-box-4 figure {
        width: 25%;
    }
    .zz-boxes-1 .row-box {
        margin-left: -15px;
        margin-right: -15px;
    }
    .zz-boxes-1 .row-box > div {
        padding: 0 15px;
    }
}

@media only screen and (max-width: 767px) {
    .zz-boxes-1 .row-box > div {
        padding: 0 15px;
        width: 100%;
    }
}
/* *** 29.08 *** */

.w-content-box-1 {
    font-size: 14px;
    line-height: 1.5;
}

.w-content-box-1 .txt-1 strong {
    color: #003767;
}

.w-content-box-1 .txt-1 {
    margin-bottom: 60px;
}

.w-box-1 {
    margin-bottom: 60px;
}

.w-box-1-1 {
    background: #e5ebf0;
}

.w-box-2 .w-title {
    font-weight: bold;
}

.w-box-1-1 strong {
    color: #003767;
}

.w-box-1-1 {
    margin-top: 5px;
    padding: 5px 70px 5px 35px;
}

.w-margin-0 {
    margin: 0 !important;
}

.w-box-1-1 .txt {
    float: left;
    padding: 3px 0 2px 0;
    width: 70%;
}

.w-button {
   float: right;
}

.w-btn-1 {
    border: 1px solid #d7dce0;
    border-radius: 10px;
    background: #b7c7d5;
    padding: 0 10px;
    width: 185px;
    text-align: center;
    height: 26px;
    line-height: 26px;
    display: inline-block;
    font-weight: bold;
    background: #003767;
    color: #fff;
}

.w-data {
    width: 185px;
    text-align: center;
    padding: 3px 0 2px 0;
}

div.w-btn-1 {
    color: #e5ebf0;
    background: #b7c7d5;
}

a.w-btn-1:hover {
    background: #00aeef;
    color: #fff;
}

.w-content-box-1 p {
    margin-bottom: 30px;
}

.w-content-box-1 .txt-2 {
    margin-bottom: 25px;
    color: #003767;
}

.w-box-2 ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.w-box-2 li {
    margin-top: 10px;
}

.w-box-2 {
    margin-bottom: 30px;
}

.w-box-2-1 {
    display: block;
    overflow: hidden;
}

.w-box-2 .w-box-2-1 label {
    display: inline-block;
    float:left;
}

.w-box-2 .w-box-2-1 input {
    width: 362px;
    height: 21px;
    font-size: 14px;
    margin: 1px 0 0 5px;
    padding: 0 10px;
    border: 1px solid #193966;
    display: inline-block;
    float:left;
}

.w-box-2 .iradio ,.w-box-2 .icheckbox {
    margin: 1px 6px 0 12px;
}

.w-box-2 label {
    margin: 0;
    display: block;
    overflow: hidden;
}

.iradio {
    width: 19px;
    height: 19px;
    float: left;
    margin-top: 1px;
    border-radius: 50%;
    border:1px solid #1e3e6a;
}

.iradio ins {
    position: relative;
    z-index: 4;
}

.iradio.checked:after {
    width: 11px;
    height: 11px;
    background: #1e3e6a;
    position: absolute;
    top: 0;
    margin: 3px;
    border-radius: 50%;
    left: 0;
    display: block;
    content: "";
}

.btn-8 {
    height: 35px;
    padding: 0 57px;
    color: #fff;
    background: #003666;
    font-weight: bold;
    border: 1px solid #9da1a4;
    border-radius: 10px;
    display: inline-block;
}

.btn-8:hover {
    color: #fff;
    background: #00aeef;
}

.w-button-1 {
    padding: 10px 0;
}

.w-box-1-1 {
  /*  margin-bottom: 40px;*/
}

.w-box-1 .w-box-1-1:last-child {
    margin-bottom: 0;
}

span.controls {
    display: block;
}

span.controls .prevBtn, span.controls .nextBtn {
    display: none;
}

.numericControls {
    padding: 0;
    margin: 0;
    list-style: none;
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 10px;
    left: 0;
}

.numericControls li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
}

body .numericControls li a {
    color: transparent;
    width: 16px;
    height: 16px;
    padding: 0;
    font-size: 1px;
    line-height: 1px;
    display: block;
    background: #fff;
    border-radius: 50%;
    border: 2px solid #003767;
}

body .numericControls li.current a {
    background: #003767;
}

span.controls {
    float: left;
    width: 100%;
    height: 40px;
    margin-top: -40px;
    position: relative;
    z-index: 30;
}

@media only screen and (max-width: 992px) {
    .w-box-1-1 {
        padding-left: 15px;
        padding-right: 15px;
    }
    .w-box-1-1 .txt {
        width: 100%;
        padding-bottom: 4px;
    }
}

@media only screen and (max-width: 767px) {
    .w-box-2 .w-box-2-1 input {
        width: 150px;
    }
}
/* *** 05.09 *** */

.xx-content-box-1 {
    margin: -30px 0;
}

.xx-content-box-1 .description {
    width: 62%;
    display: inline-block;
    vertical-align: middle;
    font-size: 17px;
    padding: 35px 0 40px 0;
}

.xx-content-box-1 .description a {
    color: #003767;
    text-decoration: underline;
}

.xx-content-box-1 .description a:hover {
    color: #000;
}

.xx-content-box-1 h2 {
    font-weight: bold;
        color: #003767;
        font-size: 22px;
}

.xx-content-box-1 figure {
    text-align: center;
    padding-left: 30px;
    width: 37%;
    display: inline-block;
    vertical-align: middle;
}

.xx-content-box-1 figure img {
    max-width: none;
    max-height: none;
}

.xx-boxes-1 .xx-col {
    width: 33.33333%;
    float: left;
    padding: 0 30px;
}

.xx-boxes-1 {
    font-size: 17px;
    margin-top: 20px;
}

.xx-boxes-1 .name {
font-weight: bold;
    color: #003767;
    font-size: 22px;
    margin-bottom: 20px;
}

.xx-boxes-1 .txt {
margin-bottom: 30px;
}

.xx-boxes-1 figure {
    text-align: center;
}

.xx-row {
    margin-left: -30px;
    margin-right: -30px;
}

@media only screen and (max-width: 1199px) {
.xx-content-box-1 figure img {
    max-width: 100%;
    max-height: 100%;
}
}

@media only screen and (max-width: 767px) {
    .xx-boxes-1 .xx-col {
        width: 100%;
    }
    .xx-content-box-1 .description {
        width: 100%;
    }
    .xx-content-box-1 figure {
        padding-left: 0;
        width: 100%;
        margin-bottom: 40px;
    }
    .xx-content-box-1 h2 {
        font-size: 18px;
    }
}
/* *** 25.09 *** */

.xx-boxes-1 .xx-col img {
    display: inline-block;
}

.xx-boxes-1 {
    position: relative;
}

.xx-boxes-1 .prev-box, .xx-boxes-1 .next-box {
    position: absolute;
    top: 70px;
    width: 20px;
    height: 20px;
    z-index: 1000;
}

.xx-boxes-1 .prev-box {
    left: 0;    
}

.xx-boxes-1 .next-box {
    right: 0;    
}

.xx-boxes-1 .bx-prev, .xx-boxes-1 .bx-next {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    float: left;
    display: block;
    text-indent: -9999999px;
}

.xx-boxes-1 .bx-prev {
    background: url('/img/frontend/icons/img06.png') no-repeat;
}

.xx-boxes-1 .bx-next {
    background: url('/img/frontend/icons/img07.png') no-repeat;
}

.xx-boxes-1 .prev-box:hover, .xx-boxes-1 .next-box:hover {
    opacity: 0.90;
    filter: alpha(opacity = 90);
}

.xx-boxes-1 .bx-controls {
    display: none;
}

.xx-boxes-1 {
    padding: 0 80px;
}

.xx-boxes-1 .prev-box {
    width: 50px;
    top: 50%;
    margin-top: -25px;
    height: 50px;
}

.xx-boxes-1 .next-box {
    width: 50px;
    top: 50%;
    margin-top: -25px;
    height: 50px;
}

.xx-boxes-1 .bx-prev {
    background-position: center center;
    background-color: #f3f4f8;
    border-radius: 50%;
}

.xx-boxes-1 .bx-next {
    background-position: center center;
    background-color: #f3f4f8;
    border-radius: 50%;
}

@media only screen and (max-width: 767px) {
    .xx-boxes-1 .xx-col {
        padding: 0;
    }
    .xx-boxes-1 .xx-row {
        margin-left: 0;
        margin-right: 0;
    }
}
.header-rsp .ff-ic {
    position: absolute;
    top: 15px;
    right: 71px;
    margin: 0;
}

.header-rsp .ff-ic2 {
    position: absolute;
    top: 13px;
    right: 118px;
    margin: 0;
}

header .float-right {
position: relative;
}

.h-contact {
    position: absolute;
    right: 0;
    top: -20px;
    color: #000;
    font-size: 14px;
}

.h-contact a {
color: #000;
}

.h-contact a:hover {
 color: #00aeef;
}

@media only screen and (max-width: 992px){
    .h-contact {
    display: none;
    }
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7;
}

.sortable-box{
    min-height: 34px;
    max-width: 15%;
    margin: 0;
    border-radius: 5px;
    line-height: 1.3;
    padding: 8px 15px 5px 15px;
    font-size: 16px;
    text-align: center;
    background: #e4ebf1;
}

/* *** 14.08 *** */

.h-box {
    color: #2c3a42;
    font-size: 14px;
    position: absolute;
    top: 0;
    right: 20px;
}

header .container {
    position: relative;
}

.h-box a {
    color: #2c3a42;  
}

.h-box a:hover {
    opacity: 0.85;
    color: #2c3a42;  
}

.x-title {
    float: left;
    width: 100%;
}

.x-title h1 {
    height: 137px;    
    color: #003767;
    font-size: 24px;
    font-weight: bold;
    padding-top: 38px;
    margin: 0;
    display: flex;
    align-items: center;
}

.x-content-box-1 h2 {
    font-weight: bold;
    color: #003767;
    font-size: 24px;
}

.x-content-box-2 .col-box-1 {
    width: 800px;
    padding-right: 90px;
}

.x-content-box-1 {
    padding: 20px 0;
}

.x-content-box-2 {
    display: flex;
}

.x-content-box-2 .col-box-2 {
    padding: 0 0 0 20px;
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    border-left: 3px solid #003767;
    width: calc(100% - 800px);
}

.x-content-box-3 {
    display: flex;
}

.x-content-box-3 figure {
    flex-shrink: 0;
    margin-left: 80px;
}

.x-content-box-3 .description {
    font-size: 16px;
}

.x-content-box-3 .button-box {
    padding-top: 45px;
}

.btn-6 {
    height: 52px;
    display: inline-block;
    background: #003767;
    border-radius: 26px;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    line-height: 52px;
    min-width: 250px;
    padding: 0 20px;
    text-align: center;
}

.btn-6:hover {
    color: #fff;
    opacity: 0.85;
}

.x-content-box-2 {
    padding-top: 25px;
}

.x-title-1 {
    font-size: 14px;
    text-align: center;
    margin-bottom: 20px;
}

.x-content-box-1 h2 {
    font-size: 22px;
}

.x-box-1 {
    margin-bottom: 20px;
}

.x-box-1-content {
    width: 156px;
    margin: 0 auto;
    max-width: 100%;
}

.x-boxes-1 .x-box-1:last-child {
    margin-bottom: 0;
}

.x-box-1-content {
    width: 156px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    padding: 5px;
    padding-top: 7px;
    font-size: 14px;
    font-weight: bold;
    height: 156px;
    background: #003767;
    border: 5px solid #003767;
    border-radius: 50%;
}

.col-box-2-content {
    width: 156px;
}

.x-box-1 .txt {
    font-size: 34px;
    font-weight: bold;
}

.x-boxes-2 .row-box {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px;
}

.x-boxes-2 .col-box {
    width: 25%;
    padding: 0 20px;
}

.x-box-2 {
    margin-bottom: 22px;
    cursor: pointer;
    box-shadow: 0px 0px 5px #0000004D;
    padding: 6px;
}

.x-boxes-2 {
    margin-bottom: -22px;
}

.x-content-box-1 {
    padding-bottom: 50px;
}

.x-box-2 img {
    display: block;
}

.x-boxes-2 {
    padding-left: 60px;
}

.x-box-2 {
    position: relative;
}

.x-box-2-txt {
    position: absolute;
    top: 6px;
    left: 6px;
    width: calc(100% - 12px);
    height: calc(100% - 12px);
    display: flex;
    border: 4px solid #003767;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #003767;
    background: #fff;
    font-size: 12px;
    letter-spacing: -0.5px;
    text-align: center;
    padding: 10px;
    font-weight: bold;
}

.boxes-3 {
    background: #003767;
    border-radius: 26px;
    display: flex;
    padding: 15px 0;
    align-items: center;
}

.boxes-3 {
    margin-top: 50px;
    margin-bottom: 50px;
}

.boxes-3 .col-box {
    width: 50%;
    padding: 0 50px;
    color: #fff;
}

.x-content-box-1 {
    min-height: 454px;
}

.boxes-3 .col-box:last-child {
    border-left: 1px solid rgba(255,255,255,0.5);
}

.box-3 {
    padding: 5px 0;
    display: flex;
}

.box-3 img {
    display: block;
}

.box-3 .description {
    padding-left: 40px;
    font-size: 14px;
}

.box-3 .txt-2 {
    font-weight: bold;
    font-size: 34px;
}

@media only screen and (max-width: 1199px) {
    .x-content-box-2 .col-box-1 {
        width: 700px;
    }
    .x-content-box-2 .col-box-2 {
        width: calc(100% - 700px);
    }
    .x-boxes-2 .col-box {
        width: 133px;
        padding: 0;
        margin: 0 11px;
    }
    .x-boxes-2 {
        padding-left: 0;
    }
}

@media only screen and (max-width: 992px) {
    .x-boxes-2 .row-box {
        justify-content: center;
    }

    .x-boxes-2 {
        padding-left: 0;
        margin-top: 50px;
    }
    .h-box {
        display: none;
    }
    .x-content-box-2 {
        flex-wrap: wrap;
    }
    .x-content-box-2 .col-box-1 {
        width: 100%;
        order: 2;
    }
    .col-box-2-content {
        width: 100%;
    }
    .x-content-box-3 figure {
        flex-shrink: inherit;
    }
    .x-content-box-2 .col-box-1 {
        padding-right: 0;
    }
    .x-content-box-3 figure {
        margin-left: 30px;
    }
    .x-content-box-2 .col-box-2 {
        padding-left: 0;
        width: 100%;
        order: 1;
    }
    .x-content-box-1 {
        padding: 0;
    }
    .x-content-box-3 {
        padding: 40px 0 20px 0;
    }
    .x-content-box-2 .col-box-2 {
        border: none;   
    }
    .x-content-box-1 h2 {
        text-align: center;
    }
}

@media only screen and (max-width:767px) {
    .x-content-box-3 {
        display: block;
    }

    .x-boxes-2 .row-box {
        margin: 0 -5px;
    }
    .x-box-2 {
        margin-bottom: 10px;
    }
    .x-boxes-2 .col-box {
        margin: 0 5px;
    }
    .x-boxes-2 {
        padding-bottom: 30px;
    }
    .x-content-box-3 {
        text-align: center;
    }
    .x-content-box-3 figure {
        margin: 50px 0 0 0;
        text-align: center;
    }
}

@media only screen and (max-width: 992px) {
    .boxes-3 {
        display: block;
        text-align: center;
    }
    .boxes-3 .col-box {
        width: 100%;
        border: none;
        width: 100%;
        text-align: center;
    }
    .box-3 {
        display: block;
    }
    .box-3 img {
        margin: 0 auto;
    }
    .box-3 .description {
        padding: 20px 0 0 0;
    }
}

@media only screen and (max-width: 767px) {
    .box-3 .txt-2 {
        font-size: 24px;
    }
    .boxes-3 {
        margin-top: 35px;
        margin-bottom: 35px;
    }
}
/* *** 19.04 *** */

.as-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100000000000;
    background: #fff;
    display: none;
}

.as-video {
    opacity: 1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    background-size: cover;
    z-index: 1;
}

.as-video video {
    margin: auto;
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    visibility: visible;
    opacity: 1;
    width: 1905px;
    height: auto;
}

.as-popup-close {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    line-height: 50px;
    height: 50px;
    margin: 20px;
    text-align: center;
    border-radius: 50%;
    background: #fff;
    color: #242424;
    z-index: 2;
    font-size: 30px;
}

.as-popup-close:hover {
    background: #242424;
    color: #fff;
}

@media only screen and (max-width: 1199px) {
    body .as-video 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;
    }
}