/*INDEX NAVIGATE*/

nav {
    height: 100px;
    padding-left: 20px;
    padding-right: 20px;
    font-family: TitSB;
    background-color: #fff;
    font-size: 1.2rem;
    border-bottom: 1px #fafafa solid;
}

nav .logo img {
    height: 67px;
    max-width:195px;
    float: left;
    margin-top: 17px;
    margin-bottom: 14px;
}

nav .menu {
    height: 100px;
    float: right;
}

nav .menu .navigationMenu {
    height: 100px;
    float: left;
}

nav .menu .searchSection {
    height: 100px;
    float: left;
    position: relative;
    padding-top: 30px;
}

nav .menu .searchSection .icon {
    float: left;
    height: 50px;
    line-height: 50px;
    margin-right: 15px;
}

nav .menu .searchSection .icon i {
    color: #0072BB;
    font-size: 2.6rem;
}

nav .menu .searchSection input {
    border: 0px;
    border-bottom: 1px #A6CEE7 solid;
    width: 240px;
    height: 35px;
    float: left;
    outline: none;
}

nav .menu .searchSection .button {
    float: left;
    padding-top: 5px;
    margin-left: 10px;
}

nav .menu .searchSection .button button {
    width: 80px;
    height: 30px;
    border-radius: 4px;
    font-family: TitSB;
    border: 0px;
    outline: none;
    cursor: pointer;
    color: #fff;
    background: rgba(0, 153, 255, 1);
    background: -moz-linear-gradient(left, rgba(0, 153, 255, 1) 0%, rgba(0, 57, 107, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0, 153, 255, 1)), color-stop(100%, rgba(0, 57, 107, 1)));
    background: -webkit-linear-gradient(left, rgba(0, 153, 255, 1) 0%, rgba(0, 57, 107, 1) 100%);
    background: -o-linear-gradient(left, rgba(0, 153, 255, 1) 0%, rgba(0, 57, 107, 1) 100%);
    background: -ms-linear-gradient(left, rgba(0, 153, 255, 1) 0%, rgba(0, 57, 107, 1) 100%);
    background: linear-gradient(to right, rgba(0, 153, 255, 1) 0%, rgba(0, 57, 107, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#0099ff', endColorstr='#00396b', GradientType=1);
}

nav .menu .searchSection .button button:hover {
    opacity: 0.6;
}

nav .menu .box {
    color: #0072BB;
    letter-spacing: 1.03px;
    height: 100%;
    text-align: center;
    position: relative;
    padding-top: 42px;
    cursor: pointer;
    float: left;
    position: relative;
}

nav .menu .box .selectMenu {
    position: absolute;
    width: 100%;
    height: 101%;
    z-index: 50;
    top: 0px;
    opacity: 0;
    background: rgba(165, 213, 255, 1);
    background: -moz-linear-gradient(top, rgba(165, 213, 255, 1) 0%, rgba(0, 153, 255, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(165, 213, 255, 1)), color-stop(100%, rgba(0, 153, 255, 1)));
    background: -webkit-linear-gradient(top, rgba(165, 213, 255, 1) 0%, rgba(0, 153, 255, 1) 100%);
    background: -o-linear-gradient(top, rgba(165, 213, 255, 1) 0%, rgba(0, 153, 255, 1) 100%);
    background: -ms-linear-gradient(top, rgba(165, 213, 255, 1) 0%, rgba(0, 153, 255, 1) 100%);
    background: linear-gradient(to bottom, rgba(165, 213, 255, 1) 0%, rgba(0, 153, 255, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#a5d5ff', endColorstr='#0099ff', GradientType=0);
}

nav .menu .box .selectMenu:hover {
    opacity: 0.1
}

nav .menu .resBox {
    display: none;
}

nav .menu .box .text {
    height: 20px;
    line-height: 20px;
    border-right: 1px #979797 solid;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 1.1vw;
}

nav .menu .box .arrow {
    position: absolute;
    width: 14px;
    left: 50%;
    margin-left: -7px;
    bottom: 21px;
}

nav .menu .box .search {
    height: 18.57px;
}

nav .menu .box .search:hover {
    opacity: 0.6;
}

nav .menu .box .global {
    height: 17.14px;
    margin-left: 10px;
    font-size: 0.9vw;
    border: 1px solid rgba(0, 115, 187, 0.6);
    padding: 1px 4px;
    border-radius: 5px;
}

nav .menu .box .global:hover {
    opacity: 0.6
}

nav .menu .contact {
    float: left;
    padding-left: 20px;
    padding-top: 35px;
}

nav .menu .contact .phonenumber {
    letter-spacing: -0.27px;
    font-size: 2rem;
    line-height: 2rem;
}

nav .menu .contact .THphonenumber {
    letter-spacing: -0.27px;
    font-size: 2.2rem;
    line-height: 2rem;
    font-style: italic;
}

nav .menu .contact .THphonenumber span {
    display: inline;
}

nav .menu .contact .localcalls {
    font-size: 1.2rem;
}

nav .menu .resContact {
    display: none;
}

@media only screen and (min-width: 769px) and (max-width: 1090px) {
    nav {
        height: 65px;
        padding-left: 10px;
        padding-right: 10px;
        font-family: TitSB;
        padding-top: 7.5px;
        padding-bottom: 14px;
        background-color: #fff;
        font-size: 1.2rem;
    }

    nav .logo {
        border-right: 2px #E0E0E0 solid;
        width: 175px;
        height: 40px;
        float: left;
        margin-top: 5px;
    }

    nav .logo img {
        height: 50px;
        max-width:155px;
        float: left;
        margin-top: -5px;
    }

    nav .menu {
        height: 50px;
        float: left;
        margin-top: 2px;
    }

    nav .menu .resBox {
        display: block;
        height: 100%;
        float: left;
        line-height: 48px;
        padding-left: 0px;
    }

    nav .menu .resBox img {
        width: 35px;
        height: 35px;
        margin-left: 20px;
    }

    nav .menu .box {
        display: none;
    }

    nav .menu .contact {
        float: none;
        padding-left: 0px;
        padding-top: 10px;
        position: absolute;
        right: 20px;
    }

    nav .menu .contact .phonenumber {
        letter-spacing: -0.27px;
        font-size: 1.4rem;
        line-height: 1.4rem;
    }

    nav .menu .contact .localcalls {
        font-size: 1rem;
        letter-spacing: 0.75px;
    }
}

@media only screen and (max-width: 768px) {
    nav {
        height: 60px;
        padding-left: 10px;
        padding-right: 10px;
        font-family: TitSB;
        padding-top: 7.5px;
        padding-bottom: 14px;
        background-color: #fff;
        font-size: 1.2rem;
    }

    nav .logo {
        border-right: 1px #E0E0E0 solid;
        width: 130px;
        height: 36px;
        float: left;
        margin-top: 5px;
    }

    nav .logo img {
        height: 38px;
        max-width:115px;
        float: left;
        margin-top: 0px;
    }

    nav .menu {
        height: 50px;
        float: left;
        margin-top: 2px;
    }

    nav .menu .resBox {
        display: block;
        height: 100%;
        float: left;
        line-height: 42px;
        padding-left: 0px;
        cursor: pointer;
    }

    nav .menu .resBox img {
        width: 40px;
        height: 40px;
        padding-left: 10px;
    }

    nav .menu .box {
        display: none;
    }

    nav .menu .contact {
        display: none;
    }

    nav .menu .resContact {
        display: block;
        position: absolute;
        right: 15px;
        top: 14.5px;
    }

    nav .menu .resContact img {
        width: 25px;
    }
}

/*CHANGE LANGUAGE MODAL*/

.changeLanguageModal {
    width: 240px;
    position: absolute;
    background-color: #fff;
    z-index: 300;
    right: 50px;
    border-top: 1px #ADD6F3 solid;
    display: none;
}

.changeLanguageModal .box {
    width: 100%;
    height: 45px;
    background-color: #fff;
    line-height: 45px;
    font-size: 1.2rem;
    padding-left: 20px;
    color: #0072BB;
    letter-spacing: 1px;
    cursor: pointer;
}

.changeLanguageModal .box i {
    font-size: 1.8rem;
    vertical-align: middle;
    display: none;
}

.changeLanguageModal .box.active {
    cursor: default !important;
}

.changeLanguageModal .box.active i {
    display: inline-block !important;
}

.changeLanguageModal .box.active {
    color: #B6B6B6 !important;
}

.changeLanguageModal .box.borderBottom {
    border-bottom: 1px #F2F2F2 solid;
}

.changeLanguageModal .bottom {
    width: 100%;
    height: 45px;
    background-color: #003252;
    line-height: 45px;
    font-size: 1.2rem;
    padding-left: 20px;
    color: #fff;
    letter-spacing: 1px;
    cursor: pointer;
}

/*MEGAMENU*/

.megamenu {
    width: 100%;
    background: rgba(255, 255, 255, 1);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(240, 240, 240, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(240, 240, 240, 1)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(240, 240, 240, 1) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(240, 240, 240, 1) 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(240, 240, 240, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(240, 240, 240, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f0f0f0', GradientType=0);
    position: absolute;
    z-index: 400;
    border-top: 1px #0072BB solid;
    border-bottom: 1px #0072BB solid;
    display: none;
}

.megamenu .body {
    display: flex;
}

.megamenu .menuLV1 {
    border-right: 1px #9EC9E5 solid;
    -webkit-flex: 25%;
    -ms-flex: 25%;
    flex: 25%;
}

.megamenu .menuLV1 .box {
    width: 100%;
    height: 60px;
    line-height: 60px;
    padding-left: 25px;
    font-size: 1.4rem;
    color: #0072BB;
    position: relative;
    border-bottom: 1px #9EC9E5 solid;
    cursor: pointer;
}

.megamenu .menuLV1 .box .arrowRight {
    position: absolute;
    right: 25px;
    height: 12px;
    top: 50%;
    margin-top: -6px;
    opacity: 0;
}

.megamenu .menuLV1 .box .filter {
    position: absolute;
    z-index: 50;
    width: 100%;
    height: 100%;
    left: 0%;
    top: 0%;
    opacity: 0;
    background: rgba(165, 213, 255, 1);
    background: -moz-linear-gradient(left, rgba(165, 213, 255, 1) 0%, rgba(0, 153, 255, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(165, 213, 255, 1)), color-stop(100%, rgba(0, 153, 255, 1)));
    background: -webkit-linear-gradient(left, rgba(165, 213, 255, 1) 0%, rgba(0, 153, 255, 1) 100%);
    background: -o-linear-gradient(left, rgba(165, 213, 255, 1) 0%, rgba(0, 153, 255, 1) 100%);
    background: -ms-linear-gradient(left, rgba(165, 213, 255, 1) 0%, rgba(0, 153, 255, 1) 100%);
    background: linear-gradient(to right, rgba(165, 213, 255, 1) 0%, rgba(0, 153, 255, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#a5d5ff', endColorstr='#0099ff', GradientType=1);
}

.megamenu .menuLV1 .box.active .arrowRight {
    opacity: 1;
}

.megamenu .menuLV1 .box.active .filter {
    opacity: 0.08;
}

.megamenu .menuLV2 {
    -webkit-flex: 75%;
    -ms-flex: 75%;
    flex: 75%;
}

.megamenu .menuLV2 .style1 {
    padding-top: 25px;
    padding-bottom: 25px;
    display: flex;
}

.megamenu a,
a:hover,
a:visited {
    text-decoration: none;
}

.megamenu .menuLV2 .style1 .box {
    padding-left: 25px;
    font-size: 1.6rem;
    letter-spacing: 0.75px;
    color: #003252;
    cursor: pointer;
}

.megamenu .menuLV2 .style1 .box:hover {
    opacity: 0.5;
}

.megamenu .menuLV2 .style1 .flex1 {
    -webkit-flex: 40%;
    -ms-flex: 40%;
    flex: 40%;
    border-right: 1px #C3CFD6 dashed;
}

.megamenu .menuLV2 .style1 .flex2 {
    -webkit-flex: 60%;
    -ms-flex: 60%;
    flex: 60%;
}

.megamenu .menuLV2 .style2 {
    padding-top: 25px;
    padding-bottom: 25px;
    display: flex;
}

.megamenu .menuLV2 .borderRightDash {
    border-right: 1px #C3CFD6 dashed;
}

.megamenu .menuLV2 .style2 .box {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 25px;
    padding-right: 25px;
}

.megamenu .menuLV2 .style2 h2 {
    color: #0072BB;
    font-size: 1.8rem;
}

.megamenu .menuLV2 .style2 .description {
    color: #393939;
    font-size: 1.4rem;
    margin-top: 10px;
}

.megamenu .menuLV2 .style2 .button {
    color: #393939;
    font-size: 1.4rem;
    margin-top: 10px;
    cursor: pointer;
}

.megamenu .menuLV2 .style2 .button:hover {
    opacity: 0.6;
}

.megamenu .bottom {
    width: 100%;
    height: 34px;
    background-color: #003252;
    text-align: center;
    color: #fff;
    font-size: 1.2rem;
    letter-spacing: 1px;
    line-height: 34px;
    vertical-align: middle;
    cursor: pointer;
}

.megamenu .bottom {
    width: 100%;
    height: 34px;
    background-color: #003252;
    text-align: center;
    color: #fff;
    font-size: 1.2rem;
    letter-spacing: 1px;
    line-height: 34px;
    vertical-align: middle;
}

.megamenu .bottom .icon {
    height: 34px;
    display: inline-block;
    line-height: 38px;
    margin-right: 8px;
}

.megamenu .bottom .icon i {
    font-size: 1.7rem;
}

.megamenu .bottom .text {
    height: 34px;
    display: inline-block;
    line-height: 14px;
}

/* loader */

.no-js #loader {
    display: none;
}

.js #loader {
    display: block;
    position: absolute;
    left: 100px;
    top: 0;
}

.se-pre-con {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 99999999999999999999;
    background-color: #ffffff;
    background-color: rgba(255, 255, 255, 0.95);
}

.lds-roller {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
}

.lds-roller div {
    animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    transform-origin: 32px 32px;
}

.lds-roller div:after {
    content: " ";
    display: block;
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #0072BB;
    margin: -3px 0 0 -3px;
}

.lds-roller div:nth-child(1) {
    animation-delay: -0.036s;
}

.lds-roller div:nth-child(1):after {
    top: 50px;
    left: 50px;
}

.lds-roller div:nth-child(2) {
    animation-delay: -0.072s;
}

.lds-roller div:nth-child(2):after {
    top: 54px;
    left: 45px;
}

.lds-roller div:nth-child(3) {
    animation-delay: -0.108s;
}

.lds-roller div:nth-child(3):after {
    top: 57px;
    left: 39px;
}

.lds-roller div:nth-child(4) {
    animation-delay: -0.144s;
}

.lds-roller div:nth-child(4):after {
    top: 58px;
    left: 32px;
}

.lds-roller div:nth-child(5) {
    animation-delay: -0.18s;
}

.lds-roller div:nth-child(5):after {
    top: 57px;
    left: 25px;
}

.lds-roller div:nth-child(6) {
    animation-delay: -0.216s;
}

.lds-roller div:nth-child(6):after {
    top: 54px;
    left: 19px;
}

.lds-roller div:nth-child(7) {
    animation-delay: -0.252s;
}

.lds-roller div:nth-child(7):after {
    top: 50px;
    left: 14px;
}

.lds-roller div:nth-child(8) {
    animation-delay: -0.288s;
}

.lds-roller div:nth-child(8):after {
    top: 45px;
    left: 10px;
}

@keyframes lds-roller {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}