/* *** 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: 'Roboto', sans-serif;
}

body {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #000;
    background: #eef4f5;
    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;
	color: #093f95; 
}

.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%;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1300px;
    }
}

/* *** HEADER *** */

header {
    background: #fff;
    position: relative;
    z-index: 10;
    top: 0;
    left: 0;
    float: left;
    width: 100%;
}

.header-box {
    float: left;
    width: 100%;
    padding: 14px 0;
}

header .logo {
    float: left;
}

header .logo img {
    float: left;
    width: 250px;
}

.body-active .logo img {
    width: 250px;
}

.main-menu ul {
    padding: 0;
    margin: 0;
}

.main-menu {
    margin-top: 11px;
    float: right;
}

.main-menu > ul > li {
    position: relative;
    float: left;
    margin-left: 28px;
    list-style: none;
}

.main-menu > ul > li:first-child {
    background: none;
    padding-left: 0;
    border-left: 0;
    margin-left: 0;
}

.main-menu > ul > li > a {
    color: #002868;
    display: block;
    float: left;
    padding: 20px 0 16px 0;
    font-size: 16px;
}

.main-menu > ul > li:hover > a, .main-menu > ul > .current > a {
    color: #093f95;
}

.main-menu ul ul {
    position: absolute;
    top: 100%;
    left: 50%;
    padding: 17px 0 15px 0;
    margin-left: -110px;
    text-align: center;
    list-style: none; 
    width: 220px;
    background: #002868;  
    display: none;     
}

.main-menu ul ul:after {
    width: 20px;
    height: 12px;
    content: "";
    position: absolute;
    top: -12px;
    left: 50%;
    margin-left: -10px;
    display: block;
    background: url('../public/images/icons/img13.png') no-repeat;    
}

.main-menu ul li:hover ul {
    display: block;
}

.main-menu ul ul li {
    position: relative;
    float: left;
    width: 100%;
}

.main-menu ul ul li a {
    position: relative;
    color: #fff;
    display: block;
    padding: 8px 15px;
    float: left;
    width: 100%; 
}

.main-menu ul ul li:hover > a {
    color: #ffcf22;
}

.main-menu ul ul ul {
    left: 100%;
    top: 0;
}

.main-menu .hoverIn {
    display: block;
}

.main-menu .hoverOut {
    display: none;
}

/* *** BANNER *** */

.banner-box {
    float: left;
    width: 100%;
}

.banner-box img {
    display: block;
}

.banner {
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.banner figure {
    position: absolute;
    top: 0;
    height: 100%;
    right: 0;
}

.banner figure img {
    max-width: none;
    max-height: none;
}

.banner .container {
    position: relative;
}

.banner ul {
    margin: 0;
    padding: 0;
    float: left;
    list-style: none;
    width: 100%;
}

.banner ul li {
    position: relative;
    float: left;
    width: 100%;
    height: 610px;
    background-repeat: no-repeat;
    background-position: center top;
}

.banner .bx-controls-direction {
    display: none;
}

.banner .bx-controls {
    display: block;
}

.banner .description {
   padding-top: 320px;
   width: 400px;
}

.banner h3 {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #002868;
}

.banner h3 a:hover {
    color: #093f95;  
}

.banner h3 a {
    color: #002868; 
}

.banner .txt {
    font-size: 24px;
    color: #000;
    line-height: 1.3;
}

.banner .txt:before {
    content: "";
    width: 12px;
    height: 1px;
    background: #000;
    display: block;
    margin: 12px 0;
}

.banner a:hover {
    color: blue;
}

.banner .prev-box, .banner .next-box {
    position: absolute;
    top: 50%;
    margin-top: -22px;
    width: 22px;
    height: 44px;
    z-index: 1000;
}

.banner .prev-box {
    left: 15px;    
}

.banner .next-box {
    right: 14px;    
}

.banner .bx-prev, .banner .bx-next {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    float: left;
    display: block;
    text-indent: -9999999px;
}

.banner .bx-prev {
    background: green url('https://serwitech.net/web/public/images/sprite.png') -35px 0 no-repeat;   
}

.banner .bx-next {
    background: green url('https://serwitech.net/web/public/images/sprite.png') -62px 0 no-repeat;  
}

.banner .prev-box:hover, .banner .next-box:hover {
    opacity: 0.90;
    filter: alpha(opacity = 90);
}

.banner .bx-controls {
    width: auto;
    position: absolute;
    z-index: 100;
    top: 285px;
    left: 50%;
    margin-left: -635px;
}

.banner .bx-pager {
    float: left;
    padding: 0;
}

.banner .bx-pager .bx-pager-item {
    float: left;
    margin-right: 6px;
}

.banner .bx-pager .bx-pager-item a {
    float: left;
    text-indent: -99999px;    
    display: block;
    width: 15px;
    height: 15px;
    background: none;
    border: 3px solid #002868;
    background: #fff !important; 
    -webkit-border-radius: 50%;  
    -moz-border-radius: 50%;  
    border-radius: 50%;      
}

.banner .bx-pager .bx-pager-item .active, .banner .bx-pager .bx-pager-item a:hover{
    background: #ffcf22 !important;    
}

.banner .bx-wrapper .bx-pager.bx-default-pager a {
    margin: 0;
}

body, html {
    height: 100%;
}

.banner-full-screen {
    width: 100%;
    height: 100%;
}

.banner-full-screen .banner, .banner-full-screen .bx-wrapper, .banner-full-screen .bx-viewport, .banner-full-screen ul, .banner-full-screen li {
    height: 100% !important;
}

.banner-full-screen {
    height: 100%;
}

/* *** HOME *** */

.boxes-1 {
    float: left;
    width: 100%;
}

.boxes-1 .col-box {
    width: 33.333%;
    float: left;
    padding: 0 25px;
}

.boxes-1 .row-box {
    margin-left: -25px;
    margin-right: -25px;
}

.box-1 {
    padding-left: 110px;
    margin-bottom: 30px;
}

.box-1 .name {
    font-weight: bold;
    color: #002868;
    font-size: 24px;
    padding: 25px 0 10px 0;
}

.box-1 .txt {
    margin-bottom: 17px;
}

.btn-1 {
    height: 44px;
    padding: 0 25px;
    border-radius: 4px;
    border: 2px solid #002868;
    color: #002868;
    line-height: 44px;
    font-weight: bold;
    display: inline-block;
}

.btn-1:hover {
    background: #002868;
    color: #fff;
}

.box-1a {
    background: url('../public/images/icons/img01.png') left top no-repeat;
}

.box-1b {
    background: url('../public/images/icons/img02.png') left top no-repeat;
}

.box-1c {
    background: url('../public/images/icons/img03.png') left top no-repeat;
}

.content-box-1 {
    padding: 40px 0;
}

/* *** FOOTER *** */

.f-box {
    background: #ffcf22;
    padding: 0 30px;
    float: left;
    margin-top: -43px;
    width: 100%;
    box-shadow: 0 10px 10px rgba(0,0,0,0.08);
    position: relative;
}

.f-box:after {
    width: 17px;
    height: 19px;
    background: url('../public/images/icons/img08.png') no-repeat;  
    content: "";
    position: absolute;
    top: 100%;
    left: 30px;
    display: block;
}

.f-box .description {
    width: 586px;
    float: left;
    height: 140px;
    display: flex;
    align-items: center;
}

.f-box-1 {
    position: absolute;
    top: 0;
    right: 0;
    margin: 11px 20px;
    height: 121px;
    padding-top: 60px;
    padding-right: 150px;
    background: url('../public/images/icons/img07.png') center right no-repeat;
    float: right;
}

.btn-2 {
    height: 44px;
    padding: 0 25px;
    border-radius: 4px;
    border: 2px solid #002868;
    background: #002868;
    color: #fff;
    line-height: 44px;
    font-weight: bold;
    display: inline-block;
}

.btn-2:hover {
    background: none;
    color: #002868;
}

.btn-2 {
    min-width: 200px;
    text-align: center;
}

footer {
    float: left;
    width: 100%;
    background: #e2ebf2;
    margin-top: 43px;
}

.wrapper-1 {
    width: 1120px;
    margin: 0 auto;
}

.carousel ul {
    padding: 0;
    list-style: none;
    margin: 0;
}

.carousel {
    padding: 30px 20px 32px 20px;
    float: left;
    width: 100%;
    position: relative;
}

.c-box .name {
    font-size: 24px;
    margin-bottom: 5px;
}

.c-box .data {
    padding-left: 55px;
    background: url('../public/images/icons/img04.png') left center no-repeat;
}

.phone {
    color: #000;
}

.phone:hover {
    color: #000;
    opacity: 0.8;
}

.mail {
    color: #002868;
}

.mail:hover {
    color: #093f95;
}

.carousel {
    padding-right: 100px;
}

.carousel .prev-box, .carousel .next-box {
    float: left;
    width: 36px;
    height: 36px;
    z-index: 1000;
    position: relative;
}

.carousel .next-box {
    float: right;
}

.controls-1 {
    width: 88px;
    height: 36px;
    position: absolute;
    bottom: 37px;
    right: 20px;
}

.carousel .bx-prev, .carousel .bx-next {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    float: left;
    display: block;
    text-indent: -9999999px;
}

.carousel .bx-prev {
    background: url('../public/images/icons/img05.png') no-repeat;   
}

.carousel .bx-next {
    background: url('../public/images/icons/img06.png') no-repeat;    
}

.carousel .prev-box:hover a, .carousel .next-box:hover a {
    opacity: 0.70;
}

.carousel .bx-controls {
   display: none;
}

/* *** CUSTOM SELECT *** */

.select {
    width: 100%;
}

.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: 44px;
    border: none;
    border-radius: 0;
    background: #fff;
    border: 1px solid transparent;
    box-shadow: none;
    color: #000;
    font-size: 16px;  
    text-decoration: none;
    white-space: nowrap;
    line-height: 46px;
}

.select .chosen-drop ul li {
    background-image: none !important;
    height: auto !important;
}

.select .chosen-drop {
    border-color: #dadcdc; 
    margin-left: -1px;
    width: calc(100% + 2px);
}

.select .chosen-container-single .chosen-single div {
    width: 12px;
    margin: 2px 10px 0 0;
    background: url('../public/images/icons/img19.png') center no-repeat;
}

.select .chosen-container .chosen-results li.active-result {
    background: #fff;
    color: #000;
    padding: 5px 8px 4px 8px;
}

.select .chosen-container .chosen-results li:hover {
    background: #002868;
    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: #002868;
}

.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: #002868;
    font-size: 16px;
    float: left;  
    width: 100%;
    padding: 17px 15px 14px 15px;
}

.menu-rsp nav a:hover {
    background-color: #002868;
    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;
}

/* *** SUBPAGE *** */

.banner-1 {
    height: 546px;
    background: url('../public/images/img01.jpg') center top no-repeat;
    float: left;
    width: 100%;
}

.b-description {
    width: 424px;
    padding-top: 265px;
    margin-left: 45px;
    width: 410px;
}

.b-description .txt {
    font-size: 24px;
    color: #000;
    line-height: 1.3;
}

.b-description .txt:before {
    content: "";
    width: 12px;
    height: 1px;
    background: #000;
    display: block;
    margin: 12px 0;
}

.b-description h1 {
    color: #002868;
    font-weight: bold;
    font-size: 32px;
}

.banner-1 .container {
    height: 100%;
}

.banner-1 .container {
    position: relative;
}

.banner-1 figure {
    height: 100%;
    position: absolute;
    z-index: 2;
    top: 0;
    right: 30px;
    display: flex;
    align-items: center;
}

.main-content {
    margin-top: -60px;
    float: left;
    width: 100%;
}

.banner-1 figure img {
    max-width: none;
    max-height: none;
}

.content-box-2 {
    position: relative;
    background: #e4eeef;
    padding: 50px 105px 50px 105px;
}

.content-box-2-1 {
    padding-bottom: 125px;
    margin-bottom: -80px;    
}

.content-box-2:after {
    width: 32px;
    height: 20px;
    position: absolute;
    top: 100%;
    z-index: 2;
    left: 90px;
    background: url('../public/images/icons/img09.png');
    content: "";
}

.content-box-2-1:after {
    display: none;
}

.content-box-2-1 {
    background: #fff;
}

.text ul:last-child, .text p:last-child {
    margin-bottom: 0;
}

.text h2 {
    font-size: 24px;
    font-weight: bold;
    color: #002868;
    margin-bottom: 20px;
}

.text ul {
    list-style: none;
    padding-left: 15px;
    margin-bottom: 20px;
}

.text ul li {
    position: relative;
    padding-left: 24px;
}

.text ul li:after {
    width: 8px;
    height: 8px;
    border: 2px solid #002868;
    border-radius: 50%;
    content: "";
    display: block;
    position: absolute;
    top: 7px;
    left: 0;
}

.text ul ul li {
    padding-left: 10px;
}

.text ul ul {
    padding: 20px 0;
    padding-left: 40px;
}

.text ul ul li:after {
    width: auto;
    height: auto;
    border: none;
    content: "-";
    top: 0;
}

.box-2 {
    float: left;
    width: 100%;
    border-top: 1px solid #d9dbdc;
}

.boxes-2 {
    float: left;
    width: 100%;
    border-bottom: 1px solid #d9dbdc;
}

.box-2 {
    position: relative;
}

.box-2:after {
    width: 100%;
    height: 12px;
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    margin-top: 1px;
    display: none;
    z-index: 3;
    background: url('../public/images/icons/img12.png') center center;
}

.box-2.active:after {
    display: block;
}

.box-2 .name {
    color: #002868;
    cursor: pointer;    
    font-size: 18px;
    padding: 15px 50px 11px 50px;
    background: url('../public/images/icons/img10.png') 16px center no-repeat;
}

.box-2.active .name {
    background: url('../public/images/icons/img11.png') 16px center no-repeat;  
}

.box-2.active .description {
    display: block;
}

.box-2 .description {
    float: left;
    width: 100%;
    display: none;
    padding: 10px 50px 30px 50px;    
}

.box-2 .name {
    float: left;
    width: 100%;
}

.box-2 p img {
    margin: 5px 0;
}

.box-3 {
    float: left;
    width: 100%;
    border-top: 1px solid #d9dbdc;
}

.boxes-3 {
    float: left;
    width: 100%;
    border-bottom: 1px solid #d9dbdc;
}

.box-3 {
    position: relative;
}

.box-3:after {
    width: 100%;
    height: 12px;
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    margin-top: 1px;
    display: none;
    z-index: 3;
    background: url('../public/images/icons/img12.png') center center;
}

.box-3.active:after {
    display: block;
}

.box-3 .name {
    color: #002868;  
    font-size: 18px;
    padding: 26px 50px 24px 50px;
    background: url('../public/images/icons/img10.png') 16px center no-repeat;
}

.box-3.active .name {
    background: url('../public/images/icons/img11.png') 16px center no-repeat;  
}

.box-3.active .description {
    display: block;
}

.box-3 .description {
    float: left;
    width: 100%;
    display: none;
    padding: 10px 50px 30px 50px;    
}

.box-3 .name {
    float: left;
    width: 100%;
    padding-right: 250px;
}

.box-3 {
    position: relative;
}

.box-3 .button-1 {
    position: absolute;
    top: 50%;
    margin-top: -22px;
    right: 25px;
}

.box-3 p img {
    margin: 5px 0;
}

.btn-1-2 {
    background: #eef4f5;
}

.content-box-4-1 {
    float: left;
    width: 420px;
    background: #002868;
    color: #fff;
    padding: 50px 105px 50px 105px;
    padding-bottom: 125px;  
}

.content-box-4-1 h2 {
    color: #fff;
}

.content-box-4-2 {
    background: #fff;
    overflow: hidden;
    padding: 50px 105px 50px 105px;    
    padding-bottom: 125px;
}

.content-box-4 {
    margin-bottom: -80px;
    z-index: 1;
    position: relative;
}

.f-box {
    z-index: 1;
}

.content-box-4-1 {
    position: relative;
}

.content-box-4-1:after {
    width: 17px;
    height: 28px;
    content: "";
    background: url('../public/images/icons/img14.png');
    display: block;
    position: absolute;
    top: 47px;
    right: -17px;
}

.button-2 {
    margin-top: 30px;
}

.content-box-5 .description {
    width: 370px;
    float: left;
    padding-right: 15px;
}

.content-box-5 {
    margin-bottom: 25px;    
}

.content-box-5 .txt-1:after {
    content: "";
    margin: 10px 0;
    display: block;
    width: 9px;
    height: 1px;
    background: #000;
}

.content-box-5 .txt-3 {
    font-size: 24px;
    font-weight: bold;
    color: #002868;    
}

.content-box-5 .description {
    font-size: 14px;
}

.box-4 {
    margin-bottom: 25px;
}

.content-box-5 .txt-4 {
    padding-left: 45px;
    background: url('../public/images/icons/img15.png') left 6px no-repeat;
}

.content-box-5 figure {
    overflow: hidden;
    text-align: center;
    margin: 0;
}

.z-menu-1 {
    float: left;
    position: relative;
    z-index: 2;
    width: 100%;
    margin-bottom: 45px;
    border-top: 1px solid #d9dbdc;
    border-bottom: 1px solid #d9dbdc;
}

.z-menu-1 ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.z-menu-1 > ul > li {
    position: relative;
    float: left;
    width: 25%;
}

.z-menu-1 li ul  {
    position: absolute;
    top: 100%;
    background: #002868;
    left: 0;
    padding: 0 20px 20px 20px;
    width: 100%;
    display: none;
}

.z-menu-1 ul ul a:hover {
    color: #ffcf22;
}

.z-menu-1 li:hover ul {
    display: block;
}

.z-menu-1 li ul a {
    color: #fff;
}

.z-menu-1 li ul li {
    margin-top: 10px;
}

.z-menu-1 li ul li:first-child {
    margin-top: 0;
}

.z-menu-1 li ul li a span {
    display: block;
    font-size: 14px;
}

.z-menu-1 > ul > li > a {
    display: block;
    color: #002868;
    font-weight: bold;
    padding: 24px 50px 19px 50px;
    background: url('../public/images/icons/img10.png') 15px center no-repeat;
}

.z-menu-1 > ul > li:hover > a {
    background: #002868 url('../public/images/icons/img16.png') 19px center no-repeat;    
    color: #fff;
}

/* *** CONTACT *** */

.footer-1 {
     background: none;
     margin-bottom: 50px;
}

.footer-1 .f-box:after {
    top: auto;
    bottom: 100%;
    background: url(../public/images/icons/img17.png) no-repeat;
}

.footer-1 .f-box-1 {
    background: url(../public/images/icons/img18.png) center left no-repeat;
    padding-right: 0;
    padding-left: 150px;
}

.footer-1 .f-box .description {
    width: 645px;
}

.input-box {
    border: 1px solid #dadcdc;
    position: relative;
    margin-bottom: 36px;
}

.form-box {
    margin-bottom: -26px;
}

.input-box label {
    position: absolute;
    top: -14px;
    left: 0;
    padding: 0 10px;
    font-size: 13px;
    background: #fff;
}

.input-box input, .input-box textarea {
    width: 100%;
    height: 44px;
    border: none;
    padding: 0 10px;
    padding-top: 3px;
}

.input-box textarea {
    height: 130px;
    display: block;
    resize: none;
    overflow: auto;
    padding: 10px 10px;
}

.form-box .row {
    margin-left: -10px;
    margin-right: -10px;
}

.form-box .row > div {
    padding: 0 10px;
}

.cc-boxes .col-box {
    width: 50%;
    padding-right: 15px;
    float: left;
}

.cc-boxes {
    margin-bottom: -30px;
    float: left;
    width: 100%;
}

.cc-box .txt-2 {
    font-size: 24px;
    margin-bottom: 5px;  
}

.cc-box .txt-1 {
    font-size: 13px;
}

.cc-box {
    margin-bottom: 40px;
}

.cc-box a {
    color: #002868;
}

.cc-box .cc-phone {
    color: #000;  
}

.cc-box .cc-phone:hover {
    color: #000;
    opacity: 0.8;   
}

.cc-box a:hover {
    color: #093f95;
}

.cc-box .txt-3 {
    padding-left: 55px;
    background: url(../public/images/icons/img04.png) left center no-repeat;    
}

.cc-box .txt-4 {
    margin-top: 25px;
    padding-left: 55px;
    background: url(../public/images/icons/img20.png) 8px center no-repeat;    
}

/* *** RWD *** */

@media only screen and (min-width: 1199px) {
    .banner-1 .b-description-1 {
        width: 496px;
    }
}

@media only screen and (max-width: 1300px) {
    .banner .bx-controls {
        margin-left: 0;
        left: 15px;
    }
    .box-1 .name {
        font-size: 20px;
        padding-top: 28px;
    }
    .banner-1 figure img {
        height: 85%;
    }
}

@media only screen and (max-width: 1199px) {
    .banner-1 figure {
        right: 15px;
    }
    .banner figure {
        display: flex;
        align-items: center;
        margin-top: -15px;
    }
    .main-menu > ul > li {
        margin-left: 20px;
    }
    .banner .bx-controls {
        left: 50%;
        margin-left: -464px;
    }
    .banner figure img {
        max-width: none;
        max-height: none;
        height: 85%;
    }
    .banner-1, .banner li {
        background-size: cover;
    }
    .banner .container {
        height: 100%;
    }
    .box-1 {
        padding-left: 90px;
    }
    .boxes-1 .row-box {
        margin-left: -15px;
        margin-right: -15px;
    }
    .boxes-1 .col-box {
        padding: 0 15px;
    }
    .btn-1, .btn-2 {
        min-width: 10px;
        padding: 0 15px;
    }
    .wrapper-1 {
        max-width: 100%;
    }
    .f-box .description, .footer-1 .f-box .description {
        width: 572px;
    }
    .box-1 .name {
        line-height: 1.2;
    }
    .banner-1, .banner ul li {
        height: 450px;
    }
    .b-description .txt, .banner .description .txt {
        font-size: 18px;
    }
    .b-description h1, .banner .description h3 {
        font-size: 25px;
    }
    .b-description, .banner .description {
        margin-left: 0;
        height: 100%;
        padding: 0;
        width: 360px;
        display: flex;
        z-index: 3;
        position: relative;
        float: left;
        align-items: center;
    }
    .banner .description {
        height: 450px;
    }
    .b-description .flex-box, .banner .description .flex-box {
        padding: 15px;
        width: 100%;
        background: rgba(255,255,255,0.6);
    }
    .content-box-2 {
        padding-left: 30px;
        padding-right: 30px;
    }
    .banner .bx-controls {
        left: 0;
        margin-left: 0;
        width: 100%;
        text-align: center;
    }
    .banner .bx-pager {
        float: none;
        display: inline-block;
    }
    .banner .bx-pager .bx-pager-item {
        margin-left: 4px;
        margin-right: 4px;
    }
    .banner .bx-controls {
        top: auto;
        bottom: 0;
    }
    .content-box-4-1, .content-box-4-2 {
        padding-left: 30px;
        padding-right: 30px;
    }
    .content-box-4-1 {
        width: 35%;
    }
}

@media only screen and (min-width: 992px) {
    .menu-rsp {
        display: none !important;
    }
}

@media only screen and (max-width: 992px) {
    .content-box-5 .description {
        width: 30%;
    }
    .content-box-4-1:after {
        display: none;
    }
    .z-menu-1 > ul > li > a {
        padding-left: 10px !important;
        padding-right: 10px !important;
        background-image: none !important;
    }
    .z-menu-1 > ul > li > a {
        padding-right: 0;
    }
    .z-menu-1 > ul > li {
        margin-right: 10px;
        width: auto;
    }
    .z-menu-1 > ul > li:hover {
        z-index: 2;
    }
    .z-menu-1 li ul {
        width: 200px;
    }
    .content-box-4-1, .content-box-4-2 {
        padding: 25px 20px;
    }
    .content-box-4 {
        margin-bottom: 15px;
    }
    .btn-slide-down {
        display: block !important;
    }
    .box-3 .name {
        padding-right: 0;
    }
    .box-3 .button-1 {
        margin: 0 0 30px 50px;
        position: relative;
        top: auto;
        right: auto;
    }
    .main-menu {
        display: none;
    }
    .header-rsp {
        display: block;
    }
    body {
        padding-top: 0;
    }
    header {
        position: relative;
        display: none !important;
    }
    .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);
    }
    body {
        padding-top: 70px;
    }
    .box-1 {
        background-size: auto 50px;
        background-position: center top;
        padding-left: 0;
        padding-top: 60px;
        text-align: center;
    }
    .box-1 .name {
        padding-top: 0;
    }
    .btn-1, .btn-2 {
        font-size: 14px;
    }
    .f-box .description {
        height: auto;
        width: 100%;
        display: block;
    }
    .f-box .description, .footer-1 .f-box .description {
        width: 100%;
    }
    .f-box, .footer-1 .f-box {
        padding: 20px 20px;
        text-align: center;
    }
    .f-box-1, .footer-1 .f-box-1 {
        position: relative;
        width: 100%;
        height: auto;
        background: none;
        margin: 15px 0 0 0;
        float: left;
        padding: 0;
    }
    .content-box-2 {
        padding-left: 20px;
        padding-right: 20px;
    }
    .banner-1 figure img, .banner figure img {
        height: 290px;
    }
    .main-content {
        margin-top: 0;
    }
    .banner-1, .banner ul li, .banner .description {
        height: 350px;
    }
    .content-box-2 {
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .content-box-2:after {
        display: none;
    }
    .content-box-2-1 {
        margin-bottom: 15px;
    }
    .text h2 {
        font-size: 20px;
    }
    footer.footer-1 {
        margin-top: 28px;
    }
}

@media only screen and (max-width: 768px) {
    .banner ul li, .banner-1, .banner li {
        background-size: auto 320px;
    }
    .input-box label {
        top: -20px;
        padding: 0;
    }
    .form-box {
        padding-top: 20px;
    }
    .cc-boxes .col-box {
        width: 100%;
    }
    .content-box-5 .description {
        width: 100%;
        padding-right: 0;
    }
    .content-box-5 figure {
        float: left;
        width: 100%;
        margin-top: 20px;
    }
    .z-menu-1 > ul > li {
        width: 50%;
        margin: 0;
    }
    .z-menu-1 li ul {
        width: 100%;
    }
    .z-menu-1 > ul > li > a {
        text-align: center;
        width: 100%;
    }
    .z-menu-1 {
        margin-bottom: 20px;
    }
    .content-box-4-1, .content-box-4-2 {
        padding: 25px 20px;
        width: 100%;
    }    
    .text ul ul {
        padding-left: 0;
    }
    .b-description, .banner .description {
        max-width: 100%;
    }
    .box-2 .name, .box-2 .description {
        padding-right: 0;
    }
    .boxes-1 .col-box {
        width: 100%;
        margin-bottom: 10px;
    }
    .content-box-1 {
        padding-bottom: 10px;
    }
    .slider {
        padding-left: 0;
        padding-right: 0;
    }
    .controls-1 {
        right: 0;
    }
    .b-description .txt, .banner .description .txt {
        font-size: 16px;
    }
    .b-description h1, .banner .description h3 {
        font-size: 20px;
    }
    .b-description, .banner .description {
        width: 293px;
    }
}

@media only screen and (max-width: 576px) {
    .z-menu-1 > ul > li {
        width: 100%;
    }
    .controls-1 {
        width: 77px;
    }
    .carousel {
        padding-right: 0;
    }
    .carousel {
        padding-left: 0;
    }
    .c-box {
        text-align: center;
        padding-bottom: 50px;
    }
    .c-box .data {
        text-align: left;        
        display: inline-block;
    }
    .controls-1 {
        left: 50%;
        right: auto;
        margin-left: -38.5px;
    }
    .controls-1 {
        bottom: 30px;
    }
    .banner-1, .banner ul li, .banner .description {
        height: 300px;
    }
    .banner-1 figure img, .banner figure img {
        height: 218px;
    }
    .b-description, .banner .description {
        display: block;
        width: 100%;
        margin-top: 270px;
        margin-bottom: 50px;
    }
    .banner-1, .banner ul li, .banner .description {
        height: auto !important;
    }
    .banner figure {
        display: block;
        margin-top: 35px;
    }
    .banner-1 figure {
        height: auto;
        top: 40px;
    }
}

.popup-login {
    background: #fff;
    border-bottom: 1px solid #7ebb23;
    border-top: 1px solid #7ebb23;
    left: 50%;
    margin-left: -247px;
    padding: 28px 23px 25px;
    position: fixed;
    top: 192px;
    width: 448px;
    z-index: 30000;
}

.z-menu-1 > ul > li:hover > a {
	cursor: default;
}