﻿@charset "UTF-8";

h2,
h3,
h5 {
    color: #0067ac
}

body,
html,
ol,
ul {
    padding: 0;
    margin: 0
}



h5,
ol,
ul {
    margin: 0
}

h3,
p {
    margin: 15px 0
}

blockquote:after,
blockquote:before {
    display: inline-block;
    position: absolute;
    color: #0066ab;
    width: 60px;
    height: 40px;
    background: url(/assets/images/icons/quote.png) no-repeat #fff;
    content: ''
}

#main-footer,
.clear,
.contact-form .fieldWrap:not(.twoCol) {
    clear: both
}

.fancybox-infobar__body,
.fancybox-slide .fancybox-image-wrap {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none
}

body,
html {
    font: 18px Arial, sans-serif;
    /* color: #454447 */
}

h1,
h2,
h3,
h4 {
    line-height: 1.2em
}

h1 {
    font-size: 44px
}

h2 {
    font-size: 40px;
    margin: 28px 0
}

h3 {
    font-size: 30px
}

h4 {
    font-size: 28px
}

h5 {
    font-size: 18px;
    text-transform: uppercase
}

ol,
ul {
    list-style: none
}

a {
    /* outline: 0!important; */
    text-decoration: none;
    color: #1775AF
}

:focus {
    /* outline: 0 */
}

a:hover {
    text-decoration: underline
}

blockquote {
    font-size: 26px;
    font-style: italic;
    font-weight: 400;
    border-bottom: #0066ab 2px solid;
    border-top: #0066ab 2px solid;
    padding: 55px 50px 40px;
    text-align: center;
    position: relative;
    margin: 70px 0 0;
    line-height: 38px
}

    blockquote .author {
        font-size: 16px;
        margin-top: 10px;
        display: inline-block
    }

    blockquote:before {
        left: 0;
        top: -25px;
        background-size: 70%
    }

    blockquote:after {
        right: 0;
        bottom: -25px;
        background-size: 70%;
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }

@media (max-width:1199px) {
    body {
        font-size: 16px;
        padding-top: 105px
    }

    h1 {
        font-size: 40px
    }

    h2 {
        font-size: 36px;
        margin: 20px 0
    }

    h3 {
        font-size: 26px;
        margin: 10px 0
    }

    h5 {
        font-size: 16px
    }

    blockquote {
        font-size: 20px;
        line-height: 32px;
        padding: 24px 50px 20px;
        margin-top: 55px
    }

        blockquote:after {
            background-size: 76%;
            width: 47px;
            bottom: -21px
        }

        blockquote:before {
            background-size: 76%;
            width: 47px;
            top: -22px
        }
}

@media (max-width:767px) {
    h2,
    p {
        margin: 10px 0
    }

    body {
        padding-top: 71px
    }

    h2 {
        font-size: 26px
    }

    h3 {
        font-size: 20px
    }

    h5 {
        font-size: 18px
    }

    blockquote {
        line-height: 28px;
        padding: 35px 12px 30px;
        margin-top: 40px
    }

        blockquote:after {
            background-size: 78%;
            width: 37px;
            bottom: -18px
        }

        blockquote:before {
            background-size: 78%;
            width: 37px;
            top: -17px
        }
}

input[type=text],
input[type=email],
input[type=tel],
input[type=password] {
    border: 1px solid #000;
    background: #fff;
    font-size: 16px;
    padding: 12px 18px;
    width: calc(100% - 36px);
    color: #565656;
    -webkit-appearance: none;
    border-radius: 0
}

.fieldWrap.error-validation input[type=text] {
    border: 1px solid #ed1c24
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    font-size: 16px;
    color: #565656
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    font-size: 16px;
    color: #565656
}

input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=password]:focus,
textarea:focus {
    border: 1px solid #000
}

textarea {
    background: #fff;
    font-size: 16px;
    padding: 25px 18px;
    width: calc(100% - 36px);
    height: 70px;
    border: 1px solid #fff;
    color: #454447;
    font-family: Arial;
    -webkit-appearance: none;
    border-radius: 0
}

    textarea::-webkit-input-placeholder {
        color: #454447
    }

    textarea::-moz-placeholder {
        color: #454447
    }

.wpcf7-response-output {
    clear: both;
    max-width: 500px;
    float: right
}

.wpcf7-form-control-wrap {
    display: block;
    position: relative
}

input[type=text].wpcf7-not-valid,
input[type=email].wpcf7-not-valid,
input[type=tel].wpcf7-not-valid,
textarea.wpcf7-not-valid {
    border: 1px solid #000
}

input[type=submit] {
    width: 100%;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    cursor: pointer;
    -webkit-appearance: none;
    border-radius: 0
}

span.wpcf7-not-valid-tip {
    position: absolute;
    top: -35px;
    right: 0;
    width: 100%;
    text-align: right;
    color: #000;
    font-size: 12px
}

.btn,
.center {
    text-align: center
}

[type=checkbox]:checked,
[type=checkbox]:not(:checked) {
    position: absolute;
    left: -9999px
}

    [type=checkbox]:checked + label,
    [type=checkbox]:not(:checked) + label {
        position: relative;
        padding-left: 1.6em;
        cursor: pointer
    }

        [type=checkbox]:checked + label:before,
        [type=checkbox]:not(:checked) + label:before {
            content: '';
            position: absolute;
            left: 0;
            top: 0px;
            width: 17px;
            height: 17px;
            border: 1px solid #454447;
            background: #fff;
            box-shadow: inset 0 1px 3px rgba(0, 0, 0, .1)
        }

        [type=checkbox]:checked + label:after,
        [type=checkbox]:not(:checked) + label:after {
            content: '\2713 ';
            position: absolute;
            top: .2em;
            left: .1em;
            font-size: 1.2em;
            line-height: .8;
            color: #454447;
            transition: all .2s;
            font-weight: 700
        }

        [type=checkbox]:not(:checked) + label:after {
            opacity: 0;
            -webkit-transform: scale(0);
            transform: scale(0)
        }

@media (max-width:767px) {
    input[type=text],
    input[type=email],
    input[type=tel] {
        font-size: 14px
    }
}

.btn,
.greenBgBtn {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700
}

.btn,
.blueBgBtn {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700
}

.inner {
    max-width: 1200px;
    margin: 0 auto
}

.btn {
    color: #fff;
    border: 2px solid #fff;
    padding: 10px 22px
}

    .btn:hover {
        background: #fff;
        color: #454447;
        text-decoration: none
    }

.greenBtn {
    color: #3b7913;
    font-weight: 700;
    text-transform: uppercase
}

    .greenBtn:after {
        content: "";
        display: inline-block;
        background: url(/assets/images/icons/read-more.svg) no-repeat;
        background-size: 100%;
        width: 8px;
        height: 14px;
        margin-left: 10px
    }

    .greenBtn:hover {
        color: #0e3901;
        text-decoration: none
    }

.greenBgBtn {
    display: inline-block;
    border: none;
    color: #fff;
    cursor: pointer;
    background: #0000ff url(/assets/images/login-bg.png) no-repeat;
    background-size: 100% 100%;
    padding: 15px 38px
}

    .greenBgBtn:hover {
        opacity: .9;
        text-decoration: none
    }

.blueBgBtn {
    display: inline-block;
    border: none;
    color: #fff;
    cursor: pointer;
    background: #0000ff url(/assets/images/login-blue-bg.png) no-repeat;
    background-size: 100% 100%;
    padding: 15px 38px
}

    .blueBgBtn:hover {
        opacity: .9;
        text-decoration: none
    }

.grayBg {
    /*background: url(/assets/images/gray-bg.png) center bottom no-repeat #f0f0f0; */
    background: url(/assets/images/gray-bg.png) center bottom repeat;
    background-size: 100% auto;
    position: relative;
    z-index: 5
}

.content section ol li {
    display: block;
    margin-left: 30px;
    position: relative
}

    .content section ol li:before {
        /* content: counter(item) ". "; */
        counter-increment: item;
        /*
    color: #62a03b;
    */
        font-size: 17px;
        font-weight: 700;
        position: absolute;
        left: -29px
    }


hr {
    display: block;
    width: 100%;
    height: 1px;
    background: #dad7e0;
    border: none
}

.content hr {
    margin: 32px 0 30px
}

.content .note {
    color: #757575;
    text-align: right;
    font-size: 16px
}

.content .greenBgBtn {
    padding: 5px 38px
}

.content .blueBgBtn {
    padding: 5px 38px
}

.content section {
    padding: 0
}

    .content section img {
        margin-top: 10px
    }

    .content section ol {
        counter-reset: item;
        margin-bottom: 20px
    }

        .content section ol li {
            margin: 12px 0 12px 30px
        }

    .content section p.annotation {
        position: relative;
        padding-left: 20px
    }

        .content section p.annotation:before {
            content: "**";
            position: absolute;
            left: 0;
            top: 0
        }

    .content section p.annotation2 {
        position: relative;
        padding-left: 20px
    }

        .content section p.annotation2:before {
            content: "*";
            position: absolute;
            left: 4px;
            top: 0
        }

    .content section p.FontItalic {
        font-style: italic;
    }

    .content section ul {
        margin-left: 28px;
        margin-bottom: 20px
    }

        .content section ul > li {
            position: relative;
            margin: 10px 0
        }

            .content section ul > li:before {
                content: "";
                width: 8px;
                height: 8px;
                background: #62a03b;
                display: inline-block;
                -khtml-border-radius: 50%;
                border-radius: 50%;
                position: absolute;
                top: 10px;
                left: -28px
            }

/* Covid19 Configure */
            .content section ul > #secondNode1:before {
                content: "-";
                color: #62a03b;
                -khtml-border-radius: 0;
                border-radius: 0;
                background: 0 0;
                height: auto;
                width: auto;
                top: 0
            }	    
            .content section ul > #secondNode2:before {
                content: "-";
                color: #62a03b;
                -khtml-border-radius: 0;
                border-radius: 0;
                background: 0 0;
                height: auto;
                width: auto;
board-left:30px; 
                top: 0
            }	 
            .content section ul > #secondNode3:before {
                content: "-";
                color: #62a03b;
                -khtml-border-radius: 0;
                border-radius: 0;
                background: 0 0;
                height: auto;
                width: auto;
		board-left:30px; 
                top: 0
            }	 
            .content section ul > #secondNode4:before {
                content: "-";
                color: #62a03b;
                -khtml-border-radius: 0;
                border-radius: 0;
                background: 0 0;
                height: auto;
                width: auto;
		board-left:30px; 
                top: 0

            }
        .content section ul > #secondNode5:before {
            content: "-";
            color: #62a03b;
            -khtml-border-radius: 0;
            border-radius: 0;
            background: 0 0;
            height: auto;
            width: auto;
	    board-left:30px; 
            top: 0
        }
        .content section ul > #secondNode6:before {
            content: "-";
            color: #62a03b;
            -khtml-border-radius: 0;
            border-radius: 0;
            background: 0 0;
            height: auto;
            width: auto;
            board-left: 30px;
            top: 0
        }
        .content section ul > #secondNode7:before {
            content: "-";
            color: #62a03b;
            -khtml-border-radius: 0;
            border-radius: 0;
            background: 0 0;
            height: auto;
            width: auto;
            board-left: 30px;
            top: 0
        }
        .content section ul > #secondNode8:before {
            content: "-";
            color: #62a03b;
            -khtml-border-radius: 0;
            border-radius: 0;
            background: 0 0;
            height: auto;
            width: auto;
            board-left: 30px;
            top: 0
        }

/* End Covid19 Configure */

        .content section ul ul li:before {
            content: "-";
            color: #62a03b;
            -khtml-border-radius: 0;
            border-radius: 0;
            background: 0 0;
            height: auto;
            width: auto;
            top: 0
        }

        .content section ul li.TypeDefault:before {
            background: none;
        }

        .content section ul.files {
            margin-left: 40px
        }

            .content section ul.files li:before {
                width: 23px;
                height: 23px;
                background: url(/assets/images/icons/file.svg) no-repeat;
                background-size: 100%;
                -khtml-border-radius: 0;
                border-radius: 0;
                top: 0;
                left: -38px
            }

        .content section ul.steps {
            margin: 20px 0 0
        }

            .content section ul.steps li {
                background: #ebebeb;
                padding: 20px;
                margin: 0 0 60px
            }

                .content section ul.steps li:before {
                    display: none
                }

                .content section ul.steps li:after {
                    content: "";
                    display: block;
                    width: 40px;
                    height: 35px;
                    background: url(/assets/images/icons/arrow-down-black.svg) no-repeat;
                    background-size: 100%;
                    position: absolute;
                    bottom: -45px;
                    left: 50%;
                    margin-left: -20px
                }

                .content section ul.steps li:last-child:after,
                .sm-xs-only,
                .xs-only {
                    display: none
                }

    .content section table ul li:before {
        position: absolute;
        top: 8px;
        left: -17px
    }


.headerCentered {
    text-align: center;
    max-width: 720px;
    margin: 0 auto
}

    .headerCentered h2,
    .headerCentered h3,
    .headerCentered p {
        margin: 0
    }

    .headerCentered h3 {
        color: #660033;
        font-size: 24px;
        margin-top: 10px;
    }

    .headerCentered p {
        margin-top: 20px;
    }

/*added for branch or lpo addition*/
/*.state-img .active{
	width:120px;
	height:120px;
	margin-top:55px;
}
.state-img{
	display:none;
}
*/
@media (min-width:1200px) {
    .hidden-md-lg {
        display: none
    }
}

@media (max-width:1199px) {
    .inner {
        margin: 0 30px
    }

    .sm-xs-only {
        display: block
    }

    .content hr {
        margin: 25px 0 20px
    }

    .content section img {
        margin-top: 0
    }

    .content section ul li:before {
        top: 8px
    }
    /*
    .grayBg {
        background: #f0f0f0
    }
	*/
    /*added for branch or lpo addition*/
    /*.state-img .active{
	width:70px;
	height:70px;
	margin-top:85px;
	}
	.state-img{
	display:none;
	}*/
}

@media (max-width:767px) {
    .inner {
        margin: 0 20px
    }

    .hidden-xs {
        display: none
    }

    .btn {
        font-size: 14px;
        padding: 8px 15px
    }

    .xs-only {
        display: block
    }

    .content hr {
        margin: 20px 0 15px
    }

    .content .greenBgBtn {
        margin-bottom: 5px
    }

    .content .blueBgBtn {
        margin-bottom: 5px
    }

    .content section ol {
        margin-bottom: 10px
    }

    .content section ul {
        margin-bottom: 10px;
        margin-left: 20px
    }

        .content section ul li {
            margin: 5px 0
        }

            .content section ul li:before {
                left: -20px
            }

        .content section ul ul {
            margin-left: 15px
        }

            .content section ul ul li:before {
                left: -15px
            }
    /*added for branch or lpo addition*/
    /*.state-img .active{
	width:45px;
	height:45px;
	margin-top:20px;
	}
	.state-img{
	display:none;
	}
	*/
}

.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    z-index: 1;
    padding-bottom: 50px
}

.swiper-container-no-flexbox .swiper-slide {
    float: left
}

.swiper-container-vertical > .swiper-wrapper {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    transition-property: -webkit-transform;
    transition-property: transform;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.swiper-container-multirow > .swiper-wrapper {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.swiper-container-free-mode > .swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    position: relative
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto
}

    .swiper-container-autoheight .swiper-wrapper {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        transition-property: -webkit-transform, height;
        transition-property: transform, height
    }

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-wp8-horizontal {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.swiper-wp8-vertical {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat
}

    .swiper-button-next.swiper-button-disabled,
    .swiper-button-prev.swiper-button-disabled {
        opacity: .35;
        cursor: auto;
        pointer-events: none
    }

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    left: 10px;
    right: auto
}

    .swiper-button-prev.swiper-button-black,
    .swiper-container-rtl .swiper-button-next.swiper-button-black {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
    }

    .swiper-button-prev.swiper-button-white,
    .swiper-container-rtl .swiper-button-next.swiper-button-white {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
    }

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    right: 10px;
    left: auto
}

    .swiper-button-next.swiper-button-black,
    .swiper-container-rtl .swiper-button-prev.swiper-button-black {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
    }

    .swiper-button-next.swiper-button-white,
    .swiper-container-rtl .swiper-button-prev.swiper-button-white {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
    }

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: .3s;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10
}

    .swiper-pagination.swiper-pagination-hidden {
        opacity: 0
    }

.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 100%;
    background: #b6b6b6;
    margin: 0 3px
}

    .swiper-pagination-bullet:hover {
        background: #00aeef
    }

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -webkit-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-white .swiper-pagination-bullet {
    background: #fff
}

.swiper-pagination-bullet-active {
    background: #00aeef;
    border: 3px solid #78cfef;
    width: 12px;
    height: 12px;
    position: relative;
    top: 4px;
    margin-bottom: -2px
}

    .swiper-pagination-bullet-active:hover {
        background: 0 0
    }

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000
}

.swiper-container-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0)
}

    .swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 5px 0;
        display: block
    }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px
}

.swiper-pagination-progress {
    background: rgba(0, 0, 0, .25);
    position: absolute
}

    .swiper-pagination-progress .swiper-pagination-progressbar {
        background: #007aff;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        -webkit-transform: scale(0);
        transform: scale(0);
        -webkit-transform-origin: left top;
        transform-origin: left top
    }

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
    -webkit-transform-origin: right top;
    transform-origin: right top
}

.swiper-container-horizontal > .swiper-pagination-progress {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-container-vertical > .swiper-pagination-progress {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-progress.swiper-pagination-white {
    background: rgba(255, 255, 255, .5)
}

    .swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
        background: #fff
    }

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
    background: #000
}

.swiper-container-3d {
    -webkit-perspective: 1200px;
    -o-perspective: 1200px;
    perspective: 1200px
}

    .swiper-container-3d .swiper-cube-shadow,
    .swiper-container-3d .swiper-slide,
    .swiper-container-3d .swiper-slide-shadow-bottom,
    .swiper-container-3d .swiper-slide-shadow-left,
    .swiper-container-3d .swiper-slide-shadow-right,
    .swiper-container-3d .swiper-slide-shadow-top,
    .swiper-container-3d .swiper-wrapper {
        -webkit-transform-style: preserve-3d;
        -ms-transform-style: preserve-3d;
        transform-style: preserve-3d
    }

    .swiper-container-3d .swiper-slide-shadow-bottom,
    .swiper-container-3d .swiper-slide-shadow-left,
    .swiper-container-3d .swiper-slide-shadow-right,
    .swiper-container-3d .swiper-slide-shadow-top {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        pointer-events: none;
        z-index: 10
    }

    .swiper-container-3d .swiper-slide-shadow-left {
        background-image: linear-gradient(to left, rgba(0, 0, 0, .5), transparent)
    }

    .swiper-container-3d .swiper-slide-shadow-right {
        background-image: linear-gradient(to right, rgba(0, 0, 0, .5), transparent)
    }

    .swiper-container-3d .swiper-slide-shadow-top {
        background-image: linear-gradient(to top, rgba(0, 0, 0, .5), transparent)
    }

    .swiper-container-3d .swiper-slide-shadow-bottom {
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), transparent)
    }

.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
    -ms-perspective: 1200px
}

.swiper-container-cube,
.swiper-container-flip {
    overflow: visible
}

    .swiper-container-cube .swiper-slide,
    .swiper-container-flip .swiper-slide {
        pointer-events: none;
        -webkit-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        backface-visibility: hidden;
        z-index: 1
    }

        .swiper-container-cube .swiper-slide .swiper-slide,
        .swiper-container-flip .swiper-slide .swiper-slide {
            pointer-events: none
        }

    .swiper-container-cube .swiper-slide-active,
    .swiper-container-cube .swiper-slide-active .swiper-slide-active,
    .swiper-container-flip .swiper-slide-active,
    .swiper-container-flip .swiper-slide-active .swiper-slide-active {
        pointer-events: auto
    }

    .swiper-container-cube .swiper-slide-shadow-bottom,
    .swiper-container-cube .swiper-slide-shadow-left,
    .swiper-container-cube .swiper-slide-shadow-right,
    .swiper-container-cube .swiper-slide-shadow-top,
    .swiper-container-flip .swiper-slide-shadow-bottom,
    .swiper-container-flip .swiper-slide-shadow-left,
    .swiper-container-flip .swiper-slide-shadow-right,
    .swiper-container-flip .swiper-slide-shadow-top {
        z-index: 0;
        -webkit-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        backface-visibility: hidden
    }

    .swiper-container-cube .swiper-slide {
        visibility: hidden;
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        width: 100%;
        height: 100%
    }

    .swiper-container-cube.swiper-container-rtl .swiper-slide {
        -webkit-transform-origin: 100% 0;
        transform-origin: 100% 0
    }

    .swiper-container-cube .swiper-slide-active,
    .swiper-container-cube .swiper-slide-next,
    .swiper-container-cube .swiper-slide-next + .swiper-slide,
    .swiper-container-cube .swiper-slide-prev {
        pointer-events: auto;
        visibility: visible
    }

    .swiper-container-cube .swiper-cube-shadow {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background: #000;
        opacity: .6;
        -webkit-filter: blur(50px);
        filter: blur(50px);
        z-index: 0
    }

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity
}

    .swiper-container-fade .swiper-slide .swiper-slide {
        pointer-events: none
    }

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, .1)
}

.swiper-container-horizontal > .swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-container-vertical > .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, .5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    animation: swiper-preloader-spin 1s steps(12, end) infinite
}

    .swiper-lazy-preloader:after {
        display: block;
        content: "";
        width: 100%;
        height: 100%;
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
        background-position: 50%;
        background-size: 100%;
        background-repeat: no-repeat
    }

.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}

@-webkit-keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.fancybox-enabled {
    overflow: hidden
}

    .fancybox-enabled body {
        overflow: visible;
        height: 100%
    }

.fancybox-is-hidden {
    position: absolute;
    top: -9999px;
    left: -9999px;
    visibility: hidden
}

.fancybox-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99993;
    -webkit-tap-highlight-color: transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

    .fancybox-container ~ .fancybox-container {
        z-index: 99992
    }

.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.fancybox-outer {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch
}

.fancybox-bg {
    background: #1e1e1e;
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.47, 0, .74, .71)
}

.fancybox-is-open .fancybox-bg {
    opacity: .87;
    transition-timing-function: cubic-bezier(.22, .61, .36, 1)
}

.fancybox-caption-wrap,
.fancybox-infobar,
.fancybox-toolbar {
    position: absolute;
    direction: ltr;
    z-index: 99997;
    opacity: 0;
    visibility: hidden;
    transition: opacity .25s, visibility 0s linear .25s;
    box-sizing: border-box
}

.fancybox-show-caption .fancybox-caption-wrap,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar {
    opacity: 1;
    visibility: visible;
    transition: opacity .25s, visibility 0s
}

.fancybox-infobar {
    top: 0;
    left: 50%;
    margin-left: -79px
}

.fancybox-infobar__body {
    display: inline-block;
    width: 70px;
    line-height: 44px;
    font-size: 13px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-align: center;
    color: #ddd;
    background-color: rgba(30, 30, 30, .7);
    pointer-events: none;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-font-smoothing: subpixel-antialiased
}

.fancybox-toolbar {
    top: 0;
    right: 0
}

.fancybox-stage {
    overflow: hidden;
    direction: ltr;
    z-index: 99994;
    -webkit-transform: translate3d(0, 0, 0)
}

.fancybox-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: auto;
    /* outline: 0; */
    white-space: normal;
    box-sizing: border-box;
    text-align: center;
    z-index: 99994;
    -webkit-overflow-scrolling: touch;
    display: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition-property: opacity, -webkit-transform;
    transition-property: -webkit-transform, opacity;
    transition-property: transform, opacity;
    transition-property: -webkit-transform, opacity, -webkit-transform;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

    .fancybox-slide::before {
        content: '';
        display: inline-block;
        vertical-align: middle;
        height: 100%;
        width: 0
    }

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
    display: block
}

.fancybox-slide--image {
    overflow: visible
}

    .fancybox-slide--image::before {
        display: none
    }

.fancybox-slide--video .fancybox-content,
.fancybox-slide--video iframe {
    background: #000
}

.fancybox-slide--map .fancybox-content,
.fancybox-slide--map iframe {
    background: #E5E3DF
}

.fancybox-slide--next {
    z-index: 99995
}

.fancybox-slide > div {
    display: inline-block;
    position: relative;
    padding: 24px;
    margin: 44px 0;
    border-width: 0;
    vertical-align: middle;
    text-align: left;
    background-color: #fff;
    overflow: auto;
    box-sizing: border-box
}

.fancybox-slide .fancybox-image-wrap {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    border: 0;
    z-index: 99995;
    background: no-repeat;
    cursor: default;
    overflow: visible;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    background-size: 100% 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    user-select: none
}

.fancybox-arrow,
.fancybox-image,
.fancybox-spaceball {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none
}

.fancybox-can-zoomOut .fancybox-image-wrap {
    cursor: zoom-out
}

.fancybox-can-zoomIn .fancybox-image-wrap {
    cursor: zoom-in
}

.fancybox-can-drag .fancybox-image-wrap {
    cursor: grab
}

.fancybox-is-dragging .fancybox-image-wrap {
    cursor: grabbing
}

.fancybox-image,
.fancybox-spaceball {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    max-width: none;
    max-height: none;
    user-select: none
}

.fancybox-spaceball {
    z-index: 1
}

.fancybox-slide--iframe .fancybox-content {
    padding: 0;
    width: 80%;
    height: 80%;
    max-width: calc(100% - 100px);
    max-height: calc(100% - 88px);
    overflow: visible;
    background: #fff
}

.fancybox-error,
.fancybox-iframe {
    width: 100%;
    background: #fff;
    margin: 0
}

.fancybox-iframe {
    display: block;
    padding: 0;
    border: 0;
    height: 100%
}

.fancybox-error {
    padding: 40px;
    max-width: 380px;
    cursor: default
}

    .fancybox-error p {
        margin: 0;
        padding: 0;
        color: #444;
        font: 16px/20px "Helvetica Neue", Helvetica, Arial, sans-serif
    }

.fancybox-close-small {
    position: absolute;
    top: 0;
    right: 0;
    width: 44px;
    height: 44px;
    padding: 0;
    margin: 0;
    border: 0;
    border-radius: 0;
    /* outline: 0; */
    background: 0 0;
    z-index: 10;
    cursor: pointer
}

    .fancybox-close-small:after {
        content: '×';
        position: absolute;
        top: 5px;
        right: 5px;
        width: 30px;
        height: 30px;
        font: 20px/30px Arial, "Helvetica Neue", Helvetica, sans-serif;
        color: #888;
        font-weight: 300;
        text-align: center;
        border-radius: 50%;
        border-width: 0;
        background: #fff;
        transition: background .25s;
        box-sizing: border-box;
        z-index: 2
    }

    .fancybox-close-small:focus:after {
        outline: #888 dotted 1px
    }

    .fancybox-close-small:hover:after {
        color: #555;
        background: #eee
    }

.fancybox-slide--iframe .fancybox-close-small {
    top: 0;
    right: -44px
}

    .fancybox-slide--iframe .fancybox-close-small:after {
        background: 0 0;
        font-size: 35px;
        color: #aaa
    }

    .fancybox-slide--iframe .fancybox-close-small:hover:after {
        color: #fff
    }

.fancybox-caption-wrap {
    bottom: 0;
    left: 0;
    right: 0;
    padding: 60px 30px 0;
    background: linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, .1) 20%, rgba(0, 0, 0, .2) 40%, rgba(0, 0, 0, .6) 80%, rgba(0, 0, 0, .8) 100%);
    pointer-events: none
}

.fancybox-caption {
    padding: 30px 0;
    border-top: 1px solid rgba(255, 255, 255, .4);
    font-size: 14px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #fff;
    line-height: 20px;
    -webkit-text-size-adjust: none
}

    .fancybox-caption a,
    .fancybox-caption button,
    .fancybox-caption select {
        pointer-events: all
    }

    .fancybox-caption a {
        color: #fff;
        text-decoration: underline
    }

.fancybox-button {
    display: inline-block;
    position: relative;
    margin: 0;
    padding: 0;
    border: 0;
    width: 44px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    color: #ddd;
    border-radius: 0;
    cursor: pointer;
    vertical-align: top;
    /* outline: 0 */
}

    .fancybox-button[disabled] {
        cursor: default;
        pointer-events: none
    }

.fancybox-button,
.fancybox-infobar__body {
    background: rgba(30, 30, 30, .6)
}

    .fancybox-button:hover:not([disabled]) {
        color: #fff;
        background: rgba(0, 0, 0, .8)
    }

    .fancybox-button::after,
    .fancybox-button::before {
        content: '';
        pointer-events: none;
        position: absolute;
        background-color: currentColor;
        color: currentColor;
        opacity: .9;
        box-sizing: border-box;
        display: inline-block
    }

    .fancybox-button[disabled]::after,
    .fancybox-button[disabled]::before {
        opacity: .3
    }

.fancybox-button--left::after,
.fancybox-button--right::after {
    top: 18px;
    width: 6px;
    height: 6px;
    background: 0 0;
    border-top: solid 2px currentColor;
    border-right: solid 2px currentColor
}

.fancybox-button--left::after {
    left: 20px;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg)
}

.fancybox-button--right::after {
    right: 20px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.fancybox-button--left {
    border-bottom-left-radius: 5px
}

.fancybox-button--right {
    border-bottom-right-radius: 5px
}

.fancybox-button--close::after,
.fancybox-button--close::before {
    content: '';
    display: inline-block;
    position: absolute;
    height: 2px;
    width: 16px;
    top: calc(50% - 1px);
    left: calc(50% - 8px)
}

.fancybox-button--close::before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.fancybox-button--close::after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.fancybox-arrow {
    position: absolute;
    top: 50%;
    margin: -50px 0 0;
    height: 100px;
    width: 54px;
    padding: 0;
    border: 0;
    /* outline: 0; */
    background: 0 0;
    cursor: pointer;
    z-index: 99995;
    opacity: 0;
    user-select: none;
    transition: opacity .25s
}

    .fancybox-arrow::after {
        content: '';
        position: absolute;
        top: 28px;
        width: 44px;
        height: 44px;
        background-color: rgba(30, 30, 30, .8);
        background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjRkZGRkZGIiBoZWlnaHQ9IjQ4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSI0OCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gICAgPHBhdGggZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPiAgICA8cGF0aCBkPSJNMTIgNGwtMS40MSAxLjQxTDE2LjE3IDExSDR2MmgxMi4xN2wtNS41OCA1LjU5TDEyIDIwbDgtOHoiLz48L3N2Zz4=);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 24px 24px
    }

.fancybox-arrow--right {
    right: 0
}

.fancybox-arrow--left {
    left: 0;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1)
}

    .fancybox-arrow--left::after,
    .fancybox-arrow--right::after {
        left: 0
    }

.fancybox-show-nav .fancybox-arrow {
    opacity: .6
}

    .fancybox-show-nav .fancybox-arrow[disabled] {
        opacity: .3
    }

.fancybox-slide > .fancybox-loading {
    border: 6px solid rgba(100, 100, 100, .4);
    border-top: 6px solid rgba(255, 255, 255, .6);
    border-radius: 100%;
    height: 50px;
    width: 50px;
    -webkit-animation: fancybox-rotate .8s infinite linear;
    animation: fancybox-rotate .8s infinite linear;
    background: 0 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -25px;
    margin-left: -25px;
    z-index: 99999
}

@-webkit-keyframes fancybox-rotate {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fancybox-rotate {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, .25, 1)
}

.fancybox-fx-slide.fancybox-slide--previous {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    opacity: 0
}

.fancybox-fx-slide.fancybox-slide--next {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    opacity: 0
}

.fancybox-fx-slide.fancybox-slide--current {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1
}

.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
    opacity: 0;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    -webkit-transform: scale3d(1.5, 1.5, 1.5);
    transform: scale3d(1.5, 1.5, 1.5);
    opacity: 0
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    -webkit-transform: scale3d(.5, .5, .5);
    transform: scale3d(.5, .5, .5);
    opacity: 0
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    opacity: 1
}

.fancybox-fx-rotate.fancybox-slide--previous {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
    opacity: 0
}

.fancybox-fx-rotate.fancybox-slide--next {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    opacity: 0
}

.fancybox-fx-rotate.fancybox-slide--current {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1
}

.fancybox-fx-circular.fancybox-slide--previous {
    -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
    opacity: 0
}

.fancybox-fx-circular.fancybox-slide--next {
    -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
    opacity: 0
}

.fancybox-fx-circular.fancybox-slide--current {
    -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    opacity: 1
}

.fancybox-fx-tube.fancybox-slide--previous {
    -webkit-transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
    transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg)
}

.fancybox-fx-tube.fancybox-slide--next {
    -webkit-transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
    transform: translate3d(100%, 0, 0) scale(.1) skew(10deg)
}

.fancybox-fx-tube.fancybox-slide--current {
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1)
}

@media all and (max-width:800px) {
    .fancybox-infobar {
        left: 0;
        margin-left: 0
    }

    .fancybox-button--left,
    .fancybox-button--right {
        display: none !important
    }

    .fancybox-caption {
        padding: 20px 0;
        margin: 0
    }
}

.fancybox-button--fullscreen::before {
    width: 15px;
    height: 11px;
    left: calc(50% - 7px);
    top: calc(50% - 6px);
    border: 2px solid;
    background: 0 0
}

.fancybox-button--pause::before,
.fancybox-button--play::before {
    top: calc(50% - 6px);
    left: calc(50% - 4px);
    background: 0 0
}

.fancybox-button--play::before {
    width: 0;
    height: 0;
    border-top: 6px inset transparent;
    border-bottom: 6px inset transparent;
    border-left: 10px solid;
    border-radius: 1px
}

.fancybox-button--pause::before {
    width: 7px;
    height: 11px;
    border-style: solid;
    border-width: 0 2px
}

.fancybox-button--thumbs,
.fancybox-thumbs {
    display: none
}

@media all and (min-width:800px) {
    .fancybox-thumbs,
    .fancybox-thumbs > ul > li {
        margin: 0;
        -webkit-tap-highlight-color: transparent;
        box-sizing: border-box
    }

    .fancybox-button--thumbs {
        display: inline-block
    }

        .fancybox-button--thumbs span {
            font-size: 23px
        }

        .fancybox-button--thumbs::before {
            width: 3px;
            height: 3px;
            top: calc(50% - 2px);
            left: calc(50% - 2px);
            box-shadow: 0 -4px 0, -4px -4px 0, 4px -4px 0, 0 0 0 32px inset, -4px 0 0, 4px 0 0, 0 4px 0, -4px 4px 0, 4px 4px 0
        }

    .fancybox-thumbs {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: auto;
        width: 220px;
        padding: 5px 5px 0 0;
        background: #fff;
        word-break: normal;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        z-index: 99995
    }

    .fancybox-show-thumbs .fancybox-thumbs {
        display: block
    }

    .fancybox-show-thumbs .fancybox-inner {
        right: 220px
    }

    .fancybox-thumbs > ul {
        list-style: none;
        position: absolute;
        position: relative;
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0;
        overflow-x: hidden;
        overflow-y: auto;
        font-size: 0
    }

        .fancybox-thumbs > ul > li {
            float: left;
            overflow: hidden;
            max-width: 50%;
            padding: 0;
            width: 105px;
            height: 75px;
            position: relative;
            cursor: pointer;
            /* outline: 0; */
            border: 5px solid transparent;
            border-top-width: 0;
            border-right-width: 0;
            -webkit-backface-visibility: hidden;
            backface-visibility: hidden
        }

    li.fancybox-thumbs-loading {
        background: rgba(0, 0, 0, .1)
    }

    .fancybox-thumbs > ul > li > img {
        position: absolute;
        top: 0;
        left: 0;
        min-width: 100%;
        min-height: 100%;
        max-width: none;
        max-height: none;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none
    }

    .fancybox-thumbs > ul > li:before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        border-radius: 2px;
        border: 4px solid #4ea7f9;
        z-index: 99991;
        opacity: 0;
        transition: all .2s cubic-bezier(.25, .46, .45, .94)
    }

    .fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
        opacity: 1
    }
}

#nav-wrap,
#nav-wrap .inner {
    position: relative
}

#nav-wrap {
    z-index: 999
}

    #nav-wrap .top-nav {
        height: 34px;
        background-color: #f0f0f0
    }

        #nav-wrap .top-nav .lang {
            float: left;
            border: 2px solid #f0f0f0;
            margin-left: -2px;
            padding: 4px 7px 7px;
            position: absolute;
            left: 0;
            height: 15px;
            width: 125px;
            z-index: 999;
            /* background: #f0f0f0 */
            background: url(/assets/images/gray-bg.png) center bottom repeat;
        }

            #nav-wrap .top-nav .lang .label {
                font-size: 16px;
                font-weight: 700;
                display: inline-block;
                vertical-align: middle;
                padding-right: 22px;
                position: relative;
                cursor: pointer;
				color:#000000;
				background-color:#e2e2e2
            }

                #nav-wrap .top-nav .lang .label span {
                    display: inline-block;
                    height: 17px;
                    width: 1px;
                    background: #9a9a9b;
                    vertical-align: middle;
                    margin-left: 14px
                }

                #nav-wrap .top-nav .lang .label:before {
                    content: "";
                    display: inline-block;
                    vertical-align: middle;
                    margin-top: -4px;
                    margin-right: 6px;
                    width: 18px;
                    height: 18px;
                    background: url(/assets/images/icons/world.svg) no-repeat;
                    background-size: 100%
                }

                #nav-wrap .top-nav .lang .label:after {
                    content: "";
                    display: inline-block;
                    border-left: 6px solid transparent;
                    border-right: 6px solid transparent;
                    border-top: 6px solid #454447;
                    position: absolute;
                    right: 0;
                    top: 6px
                }

            #nav-wrap .top-nav .lang ul {
                display: none;
                padding: 7px 25px
            }

                #nav-wrap .top-nav .lang ul a {
                    color: #454447;
                    display: block;
                    padding: 3px 0
                }

                    #nav-wrap .top-nav .lang ul a:hover {
                        font-weight: 700;
                        text-decoration: none
                    }

            #nav-wrap .top-nav .lang.active {
                border: 2px solid #cacaca;
                height: auto
            }

                #nav-wrap .top-nav .lang.active ul {
                    display: block
                }

@media (max-width:1199px) {
    #nav-wrap .top-nav .lang {
        padding-top: 7px;
        margin-left: -7px
    }

        #nav-wrap .top-nav .lang .label {
            font-size: 14px;
            padding-right: 22px
        }

            #nav-wrap .top-nav .lang .label:after {
                border-left: 5px solid transparent;
                border-right: 5px solid transparent;
                border-top: 6px solid #454447;
                right: 0
            }

            #nav-wrap .top-nav .lang .label span {
                margin-left: 10px
            }
}

@media (max-width:767px) {
    #nav-wrap .top-nav .lang {
        padding: 3px;
        width: 90px
    }

        #nav-wrap .top-nav .lang .label {
            font-size: 10px;
            padding-right: 17px
        }

            #nav-wrap .top-nav .lang .label:after {
                border-left: 4px solid transparent;
                border-right: 4px solid transparent;
                border-top: 5px solid #454447;
                top: 4px
            }

            #nav-wrap .top-nav .lang .label span {
                width: 1px;
                height: 12px;
                margin-left: 7px
            }
}

#nav-wrap .top-nav .brand-nav {
    float: right;
    text-transform: uppercase;
    font-weight: 700
}

    #nav-wrap .top-nav .brand-nav li {
        display: inline-block;
        vertical-align: top
    }

        #nav-wrap .top-nav .brand-nav li a {
            display: inline-block;
            color: #454447;
            height: 27px;
            padding: 7px 22px 0
        }

            #nav-wrap .top-nav .brand-nav li a.active {
                background: #fff;
                color: #0067ac
            }

            #nav-wrap .top-nav .brand-nav li a.our-network-btn {
                position: relative
            }

                #nav-wrap .top-nav .brand-nav li a.our-network-btn:before {
                    content: "";
                    display: inline-block;
                    vertical-align: middle;
                    margin-top: -4px;
                    margin-right: 7px;
                    width: 13px;
                    height: 17px;
                    background: url(/assets/images/icons/pin.svg) no-repeat;
                    background-size: 100%
                }

                #nav-wrap .top-nav .brand-nav li a.our-network-btn:after {
                    content: "";
                    display: inline-block;
                    width: 2px;
                    height: 18px;
                    background: #dedede;
                    position: absolute;
                    left: -1px;
                    top: 7px
                }

                #nav-wrap .top-nav .brand-nav li a.our-network-btn:hover {
                    color: #62a03b
                }

                    #nav-wrap .top-nav .brand-nav li a.our-network-btn:hover:before {
                        background: url(/assets/images/icons/pin-hover.svg) no-repeat;
                        background-size: 100%
                    }

            #nav-wrap .top-nav .brand-nav li a:hover {
                color: #0067ac;
                text-decoration: none
            }

        #nav-wrap .top-nav .brand-nav li:nth-child(2) a:hover {
            color: #603
        }

@media (max-width:1199px) {
    #nav-wrap .top-nav .brand-nav li a {
        font-size: 14px;
        height: 25px;
        padding: 9px 22px 0
    }

    #nav-wrap .top-nav .brand-nav li:last-child a {
        padding-right: 0
    }
}

@media (max-width:767px) {
    #nav-wrap .top-nav .brand-nav li {
        float: left
    }

        #nav-wrap .top-nav .brand-nav li a {
            padding: 7px 12px 0;
            font-size: 10px
        }

            #nav-wrap .top-nav .brand-nav li a.our-network-btn {
                width: 13px;
                height: 12px;
                overflow: hidden
            }

                #nav-wrap .top-nav .brand-nav li a.our-network-btn:before {
                    width: 12px;
                    height: 15px
                }

    #nav-wrap .top-nav {
        height: 25px
    }
}

#nav-wrap .main-nav {
    min-height: 78px
}

    #nav-wrap .main-nav .logoWrap {
        float: left
    }

        #nav-wrap .main-nav .logoWrap .logo {
            margin-top: 20px;
            max-width: 340px;
            height: auto
        }

@media (min-width:1200px) {
    #nav-wrap .main-nav .menu {
        float: right;
        margin-top: 26px
    }

        #nav-wrap .main-nav .menu > ul li {
            position: relative
        }

            #nav-wrap .main-nav .menu > ul li a {
                color: #0067ac
            }

            #nav-wrap .main-nav .menu > ul li:hover ul {
                display: block
            }

        #nav-wrap .main-nav .menu > ul > li {
            display: inline-block;
            margin: 0 16px
        }

            #nav-wrap .main-nav .menu > ul > li > a {
                padding-bottom: 28px
            }

                #nav-wrap .main-nav .menu > ul > li > a:hover {
                    text-decoration: none
                }

            #nav-wrap .main-nav .menu > ul > li:hover:after {
                content: "";
                display: block;
                width: 100%;
                height: 2px;
                background: #0067ac;
                position: absolute;
                bottom: -8px;
                left: 0
            }

            #nav-wrap .main-nav .menu > ul > li:before {
                content: "";
                display: inline-block;
                width: 2px;
                height: 18px;
                background: #dedede;
                position: absolute;
                left: -16px;
                top: 1px
            }

            #nav-wrap .main-nav .menu > ul > li:first-child:before {
                display: none
            }

        #nav-wrap .main-nav .menu > ul ul {
            display: none;
            width: 205px;
            position: absolute;
            top: 48px;
            left: 50%;
            margin-left: -122px;
            background: #fff;
            padding: 17px 20px;
			
            /*border-top: #0067ac 2px solid*/
        }

            #nav-wrap .main-nav .menu > ul ul:before {
                content: "";
                display: inline-block;
                position: absolute;
                top: -9px;
                left: 50%;
                margin-left: -7px;
                border-left: 7px solid transparent;
                border-right: 7px solid transparent;
                border-bottom: 7px solid #004181
            }

            #nav-wrap .main-nav .menu > ul ul li {
                display: block;
                padding: 0;
                border-bottom: #dad7e0 1px solid
            }

                #nav-wrap .main-nav .menu > ul ul li:last-child {
                    border-bottom: none
                }

                #nav-wrap .main-nav .menu > ul ul li a {
                    display: block;
                    cursor: pointer;
                    padding: 12px 0;
                    font-size: 16px
                }

                    #nav-wrap .main-nav .menu > ul ul li a:hover {
                        font-weight: 700;
                        letter-spacing: -.53px
                    }
    /*########20180109 Hide SignIn form on Desktop#########*/
    .loginDeskTop {
        display: none;
    }
}

@media (max-width:1199px) {
    #nav-wrap .main-nav {
        text-align: center
    }

        #nav-wrap .main-nav .logoWrap {
            background: #fff;
            width: calc(100% + 60px);
            margin-left: -30px;
            height: 78px;
            position: relative;
            z-index: 9
        }

        #nav-wrap .main-nav .menu {
            display: none
        }

            #nav-wrap .main-nav .menu.active {
                overflow-y: scroll;
                display: block;
                position: fixed;
                top: 113px;
                left: 0;
                width: 280px;
                height: calc(100vh - 113px);
                padding: 0 30px;
                background: #fff;
                margin: 0;
                box-shadow: 10px 0 37px 6px rgba(0, 0, 0, .54);
                text-align: left;
                font-size: 18px
            }

                #nav-wrap .main-nav .menu.active > ul {
                    margin-top: 25px;
                    padding-bottom: 50px
                }

                    #nav-wrap .main-nav .menu.active > ul > li {
                        border-bottom: #cacaca 1px solid;
                        padding: 7px 0;
                        position: relative
                    }

                        #nav-wrap .main-nav .menu.active > ul > li > a {
                            display: block;
                            width: calc(100% - 40px);
                            padding: 7px 0
                        }

                        #nav-wrap .main-nav .menu.active > ul > li .expand {
                            display: block;
                            width: 100%;
                            height: 43px;
                            position: absolute;
                            top: 0;
                            right: 15px;
                            cursor: pointer;
                            z-index: 20
                        }

                            #nav-wrap .main-nav .menu.active > ul > li .expand:before {
                                content: "";
                                display: block;
                                width: 16px;
                                height: 2px;
                                background: #0e69aa;
                                position: absolute;
                                top: 22px;
                                right: 0
                            }

                            #nav-wrap .main-nav .menu.active > ul > li .expand:after {
                                content: "";
                                display: block;
                                width: 2px;
                                height: 16px;
                                background: #0e69aa;
                                position: absolute;
                                top: 15px;
                                right: 7px
                            }

                        #nav-wrap .main-nav .menu.active > ul > li.opened .expand:after {
                            height: 0
                        }

                    #nav-wrap .main-nav .menu.active > ul ul {
                        margin-bottom: 10px;
                        display: none
                    }

                        #nav-wrap .main-nav .menu.active > ul ul li a {
                            display: block;
                            color: #454447;
                            font-size: 14px;
                            padding: 5px 0
                        }

        #nav-wrap .main-nav .navButton {
            width: 30px;
            height: 66px;
            position: fixed;
            left: 30px;
            top: 60px;
            z-index: 99;
            cursor: pointer;
            transition: all .2s ease-in-out
        }

            #nav-wrap .main-nav .navButton .bar {
                display: block;
                height: 5px;
                width: 30px;
                background: #0067ac;
                margin: 0 auto 5px;
                transition: all .4s ease
            }

            #nav-wrap .main-nav .navButton.active .top {
                -webkit-transform: translateY(10px) rotateZ(45deg);
                transform: translateY(10px) rotateZ(45deg);
                background: #62a03b
            }

            #nav-wrap .main-nav .navButton.active .bottom {
                -webkit-transform: translateY(-10px) rotateZ(-45deg);
                transform: translateY(-10px) rotateZ(-45deg);
                background: #62a03b
            }

            #nav-wrap .main-nav .navButton.active .middle {
                width: 0
            }

        #nav-wrap .main-nav .sign-in-btn {
            font-size: 20px;
            color: #0e69aa;
            padding: 13px 0 13px 18px;
            border-left: #cacaca 1px solid;
            position: absolute;
            right: 0;
            top: 15px;
            z-index: 9;
            cursor: pointer;
            font-weight: 700
        }

            #nav-wrap .main-nav .sign-in-btn.active {
                color: #3b7913
            }
}

@media (max-width:767px) {
    #nav-wrap .main-nav {
        min-height: 45px
    }

        #nav-wrap .main-nav .logoWrap {
            height: 38px
        }

            #nav-wrap .main-nav .logoWrap .logo {
                max-width: 160px;
                margin-top: 7px
            }

        #nav-wrap .main-nav .menu.active {
            top: 70px;
            border-top: #cacaca 1px solid;
            padding: 0 20px;
            width: calc(100% - 40px);
            height: calc(100vh - 78px)
        }

            #nav-wrap .main-nav .menu.active > ul ul li a {
                font-size: 16px
            }

        #nav-wrap .main-nav .navButton {
            width: 23px;
            height: 23px;
            top: 38px;
            left: 20px
        }

            #nav-wrap .main-nav .navButton .bar {
                width: 23px;
                height: 4px;
                margin: 0 auto 4px
            }

            #nav-wrap .main-nav .navButton.active .top {
                -webkit-transform: translateY(8px) rotateZ(45deg);
                transform: translateY(8px) rotateZ(45deg)
            }

            #nav-wrap .main-nav .navButton.active .bottom {
                -webkit-transform: translateY(-8px) rotateZ(-45deg);
                transform: translateY(-8px) rotateZ(-45deg)
            }

        #nav-wrap .main-nav .sign-in-btn {
            font-size: 12px;
            padding: 8px 0 8px 10px;
            top: 8px
        }
}

@media (max-width:1199px) {
    #nav-wrap {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        background: #fff;
        border-bottom: #cacaca 1px solid
    }
}

.business #nav-wrap .brand-nav li a.active,
.business #nav-wrap .main-nav .menu > ul li a {
    color: #603
}

.business #nav-wrap .main-nav .menu > ul > li:hover:after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: #603;
    position: absolute;
    bottom: -8px;
    left: 0
}

.business #nav-wrap .main-nav .menu > ul > li ul {
    border-top: #603 2px solid
}

    .business #nav-wrap .main-nav .menu > ul > li ul:before {
        border-bottom: 7px solid #603
    }

.business #notice-bar,
.business.front-page #loginFormWrap h3,
.business.front-page #loginFormWrap h5 {
    background: #603
}

.business #notice-bar01,
.business.front-page #loginFormWrap h3,
.business.front-page #loginFormWrap h5 {
    background: #603
}

.business #notice-bar02,
.business.front-page #loginFormWrap h3,
.business.front-page #loginFormWrap h5 {
    background: #603
}

.business #notice-bar04,
.business.front-page #loginFormWrap h3,
.business.front-page #loginFormWrap h5 {
    background: #603
}

.business #notice-bar05,
.business.front-page #loginFormWrap h3,
.business.front-page #loginFormWrap h5 {
    background: #603
}


@media (max-width:1199px) {
    .business #nav-wrap .main-nav .menu > ul > li:hover:after {
        display: none
    }

    .business #nav-wrap .main-nav .menu > ul > li ul {
        border: none
    }

    .business #nav-wrap .main-nav .menu.active > ul > li .expand:after,
    .business #nav-wrap .main-nav .menu.active > ul > li .expand:before {
        background: #603
    }
}

#main-footer {
    background: #e8e8e8;
    min-height: 100px;
    padding: 50px 0 35px;
    font-size: 16px
}

    #main-footer .menuwrap {
        margin-bottom: 20px
    }

    #main-footer .firstCol {
        float: left;
        width: 29.5%
    }

    #main-footer .secondCol {
        float: left;
        width: 22.5%
    }

    #main-footer .thirdCol {
        float: left;
        width: 25.5%
    }

    #main-footer .fourthCol {
        float: left;
        width: 22.5%
    }

        #main-footer .fourthCol .contactWrap {
            padding-left: 28px;
            line-height: 32px
        }

            #main-footer .fourthCol .contactWrap .address {
                line-height: 20px;
                margin-bottom: 15px;
                position: relative;		
				color:#000000;
				background-color:#E8E8E8 				
            }

                #main-footer .fourthCol .contactWrap .address:before {
                    content: "";
                    display: inline-block;
                    position: absolute;
                    left: -26px;
                    top: 4px;
                    width: 11px;
                    height: 15px;
                    background: url(/assets/images/icons/phone.svg) no-repeat;
                    background-size: 100%;
					color:#000000;
					background-color:#E8E8E8 
                }

            #main-footer .fourthCol .contactWrap a {
                color: #454447
            }

            #main-footer .fourthCol .contactWrap .mailto {
                position: relative
            }

                #main-footer .fourthCol .contactWrap .mailto:before {
                    content: "";
                    display: inline-block;
                    position: absolute;
                    left: -26px;
                    top: 4px;
                    width: 15px;
                    height: 11px;
                    background: url(/assets/images/icons/mail.svg) no-repeat;
                    background-size: 100%
                }

    #main-footer .menu-header {
        margin: 0 0 12px;
        color: #0067ac;
        font-size: 18px;
        text-transform: uppercase;
        font-weight: 700
    }

    #main-footer li {
        margin-bottom: 9px
    }

        #main-footer li a {
            font-size: 16px;
            color: #454447
        }

    #main-footer .copyright {
        border-top: #c3cbd2 1px solid;
        padding-top: 20px;
        margin-top: 40px;
        font-size: 14px
    }

        #main-footer .copyright img {
            margin: 0 10px -7px 0
        }

        #main-footer .copyright p {
            margin: 0;
							color:#000000;
				background-color:#E8E8E8 
        }

@media (max-width:1199px) {
    #main-footer {
        font-size: 14px;
        padding-top: 40px
    }

        #main-footer .menu-header {
            font-size: 16px
        }

        #main-footer li {
            margin-bottom: 7px
        }

            #main-footer li a {
                font-size: 14px
            }

        #main-footer .firstCol {
            padding-right: 25px;
            width: calc(26% - 25px)
        }

        #main-footer .secondCol {
            width: 21%
        }

        #main-footer .thirdCol {
            width: 23.5%
        }

        #main-footer .fourthCol {
            width: 29.5%
        }

            #main-footer .fourthCol .contactWrap {
                line-height: 24px;
                padding-left: 24px
            }

                #main-footer .fourthCol .contactWrap .address:before,
                #main-footer .fourthCol .contactWrap .mailto:before {
                    left: -22px
                }
}

@media (max-width:767px) {
    #main-footer {
        padding-top: 15px
    }

        #main-footer .firstCol,
        #main-footer .fourthCol,
        #main-footer .secondCol,
        #main-footer .thirdCol {
            width: 100%;
            padding: 0
        }

        #main-footer .menuwrap {
            border-bottom: #c3cbd2 1px solid
        }

        #main-footer .colInner {
            display: none;
            padding-bottom: 20px
        }

            #main-footer .colInner.opened {
                display: block
            }

        #main-footer .menu-header {
            padding: 15px 0;
            margin: 0;
            position: relative;
            font-size: 18px;
            cursor: pointer
        }

            #main-footer .menu-header .expand {
                display: block;
                width: 16px;
                height: 16px;
                position: absolute;
                top: 15px;
                right: 0;
                cursor: pointer
            }

                #main-footer .menu-header .expand:before {
                    content: "";
                    display: block;
                    width: 100%;
                    height: 2px;
                    background: #0e69aa;
                    position: absolute;
                    top: 7px
                }

                #main-footer .menu-header .expand:after {
                    content: "";
                    display: block;
                    width: 2px;
                    height: 100%;
                    background: #0e69aa;
                    position: absolute;
                    top: 0;
                    left: 7px
                }

            #main-footer .menu-header.opened .expand:after {
                height: 0
            }

        #main-footer .copyright {
            margin-top: 0;
            border: none
        }

            #main-footer .copyright p span {
                display: block;
                margin-top: 10px
            }
}

.site-content {
    padding-bottom: 80px
}

    .site-content.column-left .content {
        width: 874px;
        float: right;
        padding-top: 25px;
        line-height: 26px
    }

@media (max-width:1199px) {
    .site-content.column-left .content {
        max-width: 100%;
        line-height: 24px
    }
}

.site-content.one-column .content {
    padding-top: 55px;
    max-width: 960px;
    margin: 0 auto;
    line-height: 26px
}

.site-content .intro p {
    font-size: 22px
}

@media (max-width:1199px) {
    .site-content {
        padding-bottom: 30px
    }

        .site-content.column-left .content {
            width: calc(100% - 233px);
            line-height: 24px;
            padding-top: 30px
        }

        .site-content.one-column .content {
            line-height: 24px
        }

        .site-content img {
            max-width: 100%;
            height: auto
        }

        .site-content .intro p {
            font-size: 20px
        }
}

@media (max-width:767px) {
    .site-content {
        padding-bottom: 50px
    }

        .site-content.column-left .leftCol {
            position: relative;
            z-index: 99
        }

        .site-content.column-left .content {
            padding-top: 0;
            width: 100%;
            line-height: 24px
        }

        .site-content.one-column .content {
            line-height: 24px;
            padding-top: 30px
        }

        .site-content .intro p {
            font-size: 18px
        }
}

.leftCol {
    width: 282px;
    padding-bottom: 50px;
    float: left
}

    .leftCol .block {
        border: 1px solid #dad7e0;
        border-top: none;
        margin-bottom: 14px;
        border-bottom: #0067ac 2px solid
    }

        .leftCol .block header {
            background: #0067ac;
            color: #fff;
            padding: 19px 20px
        }

            .leftCol .block header h2 {
                margin: 0;
                font-size: 20px;
                font-weight: 700;
                position: relative;
                padding-left: 30px;
                color: #fff
            }

            .leftCol .block header img,
            .leftCol .block header svg {
                max-width: 20px;
                height: 20px;
                position: absolute;
                left: 0
            }

        .leftCol .block ul {
            margin: 30px 20px
        }

            .leftCol .block ul li {
                margin: 18px 0
            }

                .leftCol .block ul li a {
                    color: #454447;
                    display: block
                }

                    .leftCol .block ul li a.active,
                    .leftCol .block ul li a:hover {
                        color: #0067ac;
                        font-weight: 700;
                        text-decoration: none;
                        letter-spacing: -.53px
                    }

@media (max-width:1199px) {
    .leftCol {
        width: 213px
    }

        .leftCol .block header {
            padding: 19px 0 19px 18px;
            position: relative
        }

            .leftCol .block header h2 {
                font-size: 17px
            }

            .leftCol .block header svg {
                margin-right: 0;
                height: 20px
            }

        .leftCol .block ul {
            margin-top: 10px
        }
}

@media (max-width:767px) {
    .leftCol .block header,
    .leftCol .block ul,
    .leftCol .cta-questions {
        display: none
    }

    .leftCol {
        width: 100%;
        padding-bottom: 0;
        margin-top: 20px;
        padding-top: 50px;
        position: relative
    }

        .leftCol .block {
            border: 1px solid #000;
            position: absolute;
            top: 0;
            width: calc(100% - 2px);
            background: #fff
        }

            .leftCol .block .select-box {
                padding: 7px 25px 7px 14px;
                background: 0 0;
                color: #454447;
                font-size: 16px;
                cursor: pointer;
                position: relative
            }

                .leftCol .block .select-box:after {
                    content: "";
                    width: 0;
                    height: 0;
                    border-left: 5px solid transparent;
                    border-right: 5px solid transparent;
                    border-top: 5px solid #000;
                    position: absolute;
                    top: 15px;
                    right: 10px
                }

            .leftCol .block.opened .select-box {
                border-bottom: #000 1px solid;
            }

                .leftCol .block.opened .select-box:after {
                    -webkit-transform: rotate(180deg);
                    transform: rotate(180deg)
                }

            .leftCol .block.opened ul {
                display: block
            }
}

/* Alert */
.alert {
    padding: 30px;
    background-image: url("/assets/images/Popup-bg-rev.jpg");
    /* background-color: #ffffff; 1*/
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    text-align: center;
    line-height: 25px;
}

    .alert a {
        color: black;
    }

    .alert img {
        padding-top: 10px;
    }

.alert_notice {
    padding-top: 60px;
    padding-bottom: 10px;
    background-image: url("/assets/images/our-branches.jpg");
    /* background-color: #ffffff; */
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    color: #ffffff;
    text-align: center;
    line-height: 25px;
}

    .alert_notice a {
        color: #FFFFFF;
    }

    .alert_notice img {
        margin-top: 10px;
    }
/* Alert End */

#notice-bar {
    position: relative;
    width: 100%;
	height:77px;
    padding: 12px 0;
    background: #0067ac;
    color: #fff;
    text-align: center;
    font-size: 16px text-decoration:none;
	text-decoration: underline;
}

#notice-bar01 {
    position: relative;
    width: 100%;
    /* margin-top: 45px;*/
    margin-top: 30px;
    padding: 12px 0;
    background: #red;
    color: #fff;
    text-align: center;
    font-size: 16px text-decoration:none;
    text-decoration: underline;
}

#notice-bar02 {
    position: relative;
    width: 100%;
    margin-top: 58px;
    padding: 12px 0;
    background: #red;
    color: #fff;
    text-align: center;
    font-size: 16px text-decoration:none;
    text-decoration: underline;
}

#notice-bar04 {
    position: relative;
    width: 100%;
    /*height: 73px; (3칸짜리-지우지말기) */
    height: 53px;
    padding: 12px 0;
    background: #0067ac;
    color: #fff;
    text-align: center;
    font-size: 16px text-decoration:none;
    text-decoration: underline;
}

#notice-bar05 {
    position: relative;
    width: 100%;
    margin-top: 30px;
    padding: 12px 0;
    background: #red;
    color: #fff;
    text-align: center;
    font-size: 16px text-decoration:none;
    text-decoration: underline;
    /*background-image: url("/assets/images/our-branches-notice.jpg")!;*/
}


#notice-bar a {
    color: #fff;
    text-decoration: none
}

#notice-bar01 a {
    color: #fff;
    text-decoration: none
}

#notice-bar02 a {
    color: #fff;
    text-decoration: none
}

#notice-bar04 a {
    color: #fff;
    text-decoration: none
}

#notice-bar05 a {
    color: #fff;
    text-decoration: none
}

#notice-bar span {
    color: #80b3d5;
    margin: 0 10px
}

#notice-bar01 span {
    color: #80b3d5;
    margin: 0 10px
}

#notice-bar02 span {
    color: #80b3d5;
    margin: 0 10px
}

#notice-bar04 span {
    color: #80b3d5;
    margin: 0 10px
}

#notice-bar05 span {
    color: #80b3d5;
    margin: 0 10px
}

#notice-bar .close {
    display: block;
    float: right;
    color: #fff;
    position: relative;
    padding: 1px 10px 0 30px;
    cursor: pointer;
    font-size: 14px
}

#notice-bar01 .close {
    display: block;
    float: right;
    color: #fff;
    position: relative;
    padding: 1px 10px 0 30px;
    cursor: pointer;
    font-size: 14px
}

#notice-bar02 .close {
    display: block;
    float: right;
    color: #fff;
    position: relative;
    padding: 1px 10px 0 30px;
    cursor: pointer;
    font-size: 14px
}

#notice-bar04 .close {
    display: block;
    float: right;
    color: #fff;
    position: relative;
    padding: 1px 10px 0 30px;
    cursor: pointer;
    font-size: 14px
}

#notice-bar05 .close {
    display: block;
    float: right;
    color: #fff;
    position: relative;
    padding: 1px 10px 0 30px;
    cursor: pointer;
    font-size: 14px
}


    #notice-bar .close:before {
        content: "";
        display: inline-block;
        -khtml-border-radius: 50%;
        border-radius: 50%;
        vertical-align: middle;
        margin-right: 10px;
        position: absolute;
        left: 0;
        top: -2px;
        width: 14px;
        height: 14px;
        background: url(/assets/images/icons/close.svg) no-repeat #3687be;
        background-size: 100%;
        border: 4px solid #3687be
    }

    #notice-bar01 .close:before {
        content: "";
        display: inline-block;
        -khtml-border-radius: 50%;
        border-radius: 50%;
        vertical-align: middle;
        margin-right: 10px;
        position: absolute;
        left: 0;
        top: -2px;
        width: 14px;
        height: 14px;
        background: url(/assets/images/icons/close.svg) no-repeat #3687be;
        background-size: 100%;
        border: 4px solid #3687be
    }


    #notice-bar02 .close:before {
        content: "";
        display: inline-block;
        -khtml-border-radius: 50%;
        border-radius: 50%;
        vertical-align: middle;
        margin-right: 10px;
        position: absolute;
        left: 0;
        top: -2px;
        width: 14px;
        height: 14px;
        background: url(/assets/images/icons/close.svg) no-repeat #3687be;
        background-size: 100%;
        border: 4px solid #3687be
    }

    #notice-bar04 .close:before {
        content: "";
        display: inline-block;
        -khtml-border-radius: 50%;
        border-radius: 50%;
        vertical-align: middle;
        margin-right: 10px;
        position: absolute;
        left: 0;
        top: -2px;
        width: 14px;
        height: 14px;
        background: url(/assets/images/icons/close.svg) no-repeat #3687be;
        background-size: 100%;
        border: 4px solid #3687be
    }

    #notice-bar05 .close:before {
        content: "";
        display: inline-block;
        -khtml-border-radius: 50%;
        border-radius: 50%;
        vertical-align: middle;
        margin-right: 10px;
        position: absolute;
        left: 0;
        top: -2px;
        width: 14px;
        height: 14px;
        background: url(/assets/images/icons/close.svg) no-repeat #3687be;
        background-size: 100%;
        border: 4px solid #3687be
    }

    #notice-bar .close:hover:before {
        background: url(/assets/images/icons/close-hover.svg) no-repeat #fff;
        background-size: 100%;
        border: 4px solid #fff
    }

    #notice-bar01 .close:hover:before {
        background: url(/assets/images/icons/close-hover.svg) no-repeat #fff;
        background-size: 100%;
        border: 4px solid #fff
    }

    #notice-bar02 .close:hover:before {
        background: url(/assets/images/icons/close-hover.svg) no-repeat #fff;
        background-size: 100%;
        border: 4px solid #fff
    }

    #notice-bar04 .close:hover:before {
        background: url(/assets/images/icons/close-hover.svg) no-repeat #fff;
        background-size: 100%;
        border: 4px solid #fff
    }

    #notice-bar05 .close:hover:before {
        background: url(/assets/images/icons/close-hover.svg) no-repeat #fff;
        background-size: 100%;
        border: 4px solid #fff
    }

#notice-bar > span:not(.close) {
    height: 0;
    display: block;
    text-align: center;
    opacity: 0
}

#notice-bar01 > span:not(.close) {
    height: 0;
    display: block;
    text-align: center;
    opacity: 0
}

#notice-bar02 > span:not(.close) {
    height: 0;
    display: block;
    text-align: center;
    opacity: 0
}

#notice-bar04 > span:not(.close) {
    height: 0;
    display: block;
    text-align: center;
    opacity: 0
}

#notice-bar05 > span:not(.close) {
    height: 0;
    display: block;
    text-align: center;
    opacity: 0
}

.front-page #notice-bar .close {
    position: absolute;
    top: 12px;
    right: 0
}

.front-page #notice-bar01 .close {
    position: absolute;
    top: 12px;
    right: 0
}

.front-page #notice-bar02 .close {
    position: absolute;
    top: 12px;
    right: 0
}

.front-page #notice-bar04 .close {
    position: absolute;
    top: 12px;
    right: 0
}

.front-page #notice-bar05 .close {
    position: absolute;
    top: 12px;
    right: 0
}

.front-page #notice-bar {
    /* position: absolute; */
    /* top: 112px */
}

.front-page #notice-bar01 {
     position: absolute;
     top: 112px 
}

.front-page #notice-bar02 {
     position: absolute; 
     top: 112px 
}

.front-page #notice-bar04 {
    /* position: absolute; */ /*original*/
    /* top: 112px */
}

.front-page #notice-bar05 {
    position: absolute;
    top: 112px
}

@media (max-width:1199px) {
    #notice-bar {
        width: calc(100% - 100px);
        padding: 12px 50px;
        font-size: 14px;
        z-index: 4
    }

        #notice-bar > span:not(.close) {
            height: 0;
            display: block;
            text-align: center;
            opacity: 0
        }

    .front-page #notice-bar .close {
        position: absolute;
        top: 12px;
        right: 0
    }
}

@media (max-width:1199px) {
    #notice-bar01 {
        width: calc(100% - 100px);
        padding: 12px 50px;
        font-size: 14px;
        z-index: 4
    }

        #notice-bar01 > span:not(.close) {
            height: 0;
            display: block;
            text-align: center;
            opacity: 0
        }

    .front-page #notice-bar01 .close {
        position: absolute;
        top: 12px;
        right: 0
    }
}

@media (max-width:1199px) {
    #notice-bar02 {
        width: calc(100% - 100px);
        padding: 12px 50px;
        font-size: 14px;
        z-index: 4
    }

        #notice-bar02 > span:not(.close) {
            height: 0;
            display: block;
            text-align: center;
            opacity: 0
        }

    .front-page #notice-bar02 .close {
        position: absolute;
        top: 12px;
        right: 0
    }
}

@media (max-width:1199px) {
    #notice-bar04 {
        width: calc(100% - 100px);
        padding: 12px 50px;
        font-size: 14px;
        z-index: 4
    }

        #notice-bar04 > span:not(.close) {
            height: 0;
            display: block;
            text-align: center;
            opacity: 0
        }

    .front-page #notice-bar04 .close {
        position: absolute;
        top: 12px;
        right: 0
    }
}

@media (max-width:1199px) {
    #notice-bar05 {
        width: calc(100% - 100px);
        padding: 12px 50px;
        font-size: 14px;
        z-index: 4
    }

        #notice-bar05 > span:not(.close) {
            height: 0;
            display: block;
            text-align: center;
            opacity: 0
        }

    .front-page #notice-bar05 .close {
        position: absolute;
        top: 12px;
        right: 0
    }
}

@media (max-width:767px) {
    #notice-bar {
        width: calc(100% - 50px);
        padding: 12px 25px;
        font-size: 10px
    }

    .front-page #notice-bar {
        /* top: 70px */
    }

        .front-page #notice-bar .close {
            position: absolute;
            top: 7px;
            right: 0;
            width: 22px;
            height: 22px;
            overflow: hidden;
            padding: 0;
            text-indent: -9999px
        }

            .front-page #notice-bar .close:before {
                top: 0
            }
}

@media (max-width:767px) {
    #notice-bar01 {
        width: calc(100% - 50px);
        padding: 12px 25px;
        font-size: 10px
    }

    .front-page #notice-bar01 {
        top: 70px 
    }

        .front-page #notice-bar01 .close {
            position: absolute;
            top: 7px;
            right: 0;
            width: 22px;
            height: 22px;
            overflow: hidden;
            padding: 0;
            text-indent: -9999px
        }

            .front-page #notice-bar01 .close:before {
                top: 0
            }
}

@media (max-width:767px) {
    #notice-bar02 {
        width: calc(100% - 50px);
        padding: 12px 25px;
        font-size: 10px
    }

    .front-page #notice-bar02 {
        top: 70px
    }

        .front-page #notice-bar02 .close {
            position: absolute;
            top: 7px;
            right: 0;
            width: 22px;
            height: 22px;
            overflow: hidden;
            padding: 0;
            text-indent: -9999px
        }

            .front-page #notice-bar02 .close:before {
                top: 0
            }
}

@media (max-width:767px) {
    #notice-bar04 {
        width: calc(100% - 50px);
        padding: 12px 25px;
        font-size: 10px
    }

    .front-page #notice-bar04 {
        top: 70px
    }

        .front-page #notice-bar04 .close {
            position: absolute;
            top: 7px;
            right: 0;
            width: 22px;
            height: 22px;
            overflow: hidden;
            padding: 0;
            text-indent: -9999px
        }

            .front-page #notice-bar04 .close:before {
                top: 0
            }
}

@media (max-width:767px) {
    #notice-bar05 {
        width: calc(100% - 50px);
        padding: 12px 25px;
        font-size: 10px
    }

    .front-page #notice-bar05 {
        top: 70px
    }

        .front-page #notice-bar05 .close {
            position: absolute;
            top: 7px;
            right: 0;
            width: 22px;
            height: 22px;
            overflow: hidden;
            padding: 0;
            text-indent: -9999px
        }

            .front-page #notice-bar05 .close:before {
                top: 0
            }
}


.business #notice-bar .close:before {
    background: url(/assets/images/icons/close.svg) no-repeat #86365e;
    background-size: 100%;
    border: 4px solid #86365e
}

.business #notice-bar01 .close:before {
    background: url(/assets/images/icons/close.svg) no-repeat #86365e;
    background-size: 100%;
    border: 4px solid #86365e
}

.business #notice-bar02 .close:before {
    background: url(/assets/images/icons/close.svg) no-repeat #86365e;
    background-size: 100%;
    border: 4px solid #86365e
}

.business #notice-bar04 .close:before {
    background: url(/assets/images/icons/close.svg) no-repeat #86365e;
    background-size: 100%;
    border: 4px solid #86365e
}

.business #notice-bar05 .close:before {
    background: url(/assets/images/icons/close.svg) no-repeat #86365e;
    background-size: 100%;
    border: 4px solid #86365e
}


.business #notice-bar .close:hover:before {
    background: url(/assets/images/icons/close-hover-bus.svg) no-repeat #fff;
    background-size: 100%;
    border: 4px solid #fff
}

.business #notice-bar01 .close:hover:before {
    background: url(/assets/images/icons/close-hover-bus.svg) no-repeat #fff;
    background-size: 100%;
    border: 4px solid #fff
}

.business #notice-bar02 .close:hover:before {
    background: url(/assets/images/icons/close-hover-bus.svg) no-repeat #fff;
    background-size: 100%;
    border: 4px solid #fff
}

.business #notice-bar04 .close:hover:before {
    background: url(/assets/images/icons/close-hover-bus.svg) no-repeat #fff;
    background-size: 100%;
    border: 4px solid #fff
}

.business #notice-bar05 .close:hover:before {
    background: url(/assets/images/icons/close-hover-bus.svg) no-repeat #fff;
    background-size: 100%;
    border: 4px solid #fff
}


.business #notice-bar span {
    color: #fff
}

.business #notice-bar01 span {
    color: #fff
}

.business #notice-bar02 span {
    color: #fff
}

.business #notice-bar04 span {
    color: #fff
}

.business #notice-bar05 span {
    color: #fff
}

.videoBlock {
    padding-top: 50px;
    text-align: center;
    position: relative;
}

    .videoBlock h2 {
        margin: 0
    }

    .videoBlock p {
        margin: 5px 0
    }

    .videoBlock a {
    }

    .videoBlock .videoBlock_bg {
        background: #1775AF;
    }

    .videoBlock .img-holder {
        height: 660px;
        margin-top: 60px;
        display: block;
        position: relative;
    }

        .videoBlock .img-holder:after {
            content: "";
            display: block;
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            background: rgba(0, 0, 0, .45)
        }

    .videoBlock .play {
        display: block;
        position: absolute;
        bottom: 330px;
        left: 50%;
        margin-bottom: -100px;
        margin-left: -100px;
        font-size: 26px;
        text-transform: uppercase;
        font-weight: 700;
        color: #fff
    }

        .videoBlock .play > span {
            width: 168px;
            height: 168px;
            display: block;
            border: 16px solid rgba(0, 174, 239, .5);
            margin-bottom: 20px;
            -khtml-border-radius: 50%;
            border-radius: 50%
        }

            .videoBlock .play > span span {
                background: #00aeef;
                display: block;
                width: 100%;
                height: 100%;
                -khtml-border-radius: 50%;
                border-radius: 50%;
                position: relative
            }

                .videoBlock .play > span span:after {
                    content: "";
                    display: block;
                    width: 0;
                    height: 0;
                    border-top: 40px solid transparent;
                    border-bottom: 40px solid transparent;
                    border-left: 60px solid #fff;
                    position: absolute;
                    top: 44px;
                    left: 63px
                }

        .videoBlock .play:hover {
            text-decoration: none
        }

            .videoBlock .play:hover span span {
                background: #086aae;
                background: linear-gradient(45deg, #086aae 0, #00a5e6 100%);
                filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#086aae', endColorstr='#00a5e6', GradientType=1)
            }

.pageHeader:after,
body #main-banner:after {
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000', GradientType=1)
}

@media (max-width:1199px) {
    .videoBlock {
        padding-top: 20px
    }

        .videoBlock .img-holder {
            height: 472px;
            margin-top: 40px
        }

        .videoBlock .play {
            margin-bottom: -55px;
            margin-left: -55px;
            bottom: 200px;
            font-size: 20px
        }

            .videoBlock .play > span {
                width: 84px;
                height: 84px;
                border: 12px solid rgba(0, 174, 239, .5)
            }

                .videoBlock .play > span span:after {
                    border-top: 20px solid transparent;
                    border-bottom: 20px solid transparent;
                    border-left: 30px solid #fff;
                    top: 24px;
                    left: 34px
                }
}

@media (max-width:767px) {
    .videoBlock {
        padding-top: 30px
    }

        .videoBlock h2 {
            max-width: 80%;
            margin: 0 auto
        }

        .videoBlock > p {
            max-width: 60%;
            margin: 5px auto
        }

        .videoBlock .img-holder {
            height: 236px;
            margin-top: 30px
        }

        .videoBlock .play {
            margin-bottom: -40px;
            margin-left: -40px;
            bottom: 100px;
            font-size: 14px
        }

            .videoBlock .play > span {
                width: 64px;
                height: 64px;
                border: 8px solid rgba(0, 174, 239, .5);
                margin-bottom: 10px
            }

                .videoBlock .play > span span:after {
                    border-top: 14px solid transparent;
                    border-bottom: 14px solid transparent;
                    border-left: 22px solid #fff;
                    top: 18px;
                    left: 25px
                }
}

.content .videoBlock {
    margin: 100px 0 55px;
    padding-top: 0
}

    .content .videoBlock .img-holder {
        height: 555px
    }

    .content .videoBlock .play {
        bottom: 50%;
        margin-bottom: -120px
    }

@media (max-width:1199px) {
    .content .videoBlock {
        margin: 60px 0 26px
    }

        .content .videoBlock .img-holder {
            height: 327px
        }

        .content .videoBlock .play {
            margin-bottom: -80px
        }
}

@media (max-width:767px) {
    .content .videoBlock {
        margin: 45px 0 26px
    }

        .content .videoBlock .img-holder {
            height: 180px
        }

        .content .videoBlock .play {
            bottom: 50%;
            margin-bottom: -60px
        }
}
/*=================================================================================================================*/
.our-branches {
    width: 100%;
    height: 555px;
    background: #1775AF url(/assets/images/our-branches.jpg) no-repeat;
    background-size: cover;
    text-align: center;
    padding-top: 70px;
    color: #fff;
    position: relative
}

    .our-branches h2 {
        margin: 0;
        color: #fff
    }

    .our-branches > p {
        color: #fff;
        max-width: 850px;
        margin: 15px auto
    }

    .our-branches .slidesWrap {
        position: relative
    }

    .our-branches .slides-container {
        max-width: 1200px;
        height: 300px;
        margin: 40px auto;
        position: relative;
        -ms-overflow-style: none;
        /*overflow: -moz-scrollbars-none*/
        overflow: hidden;
    }

        .our-branches .slides-container::-webkit-scrollbar {
            width: 0 !important
        }

        .our-branches .slides-container .slides-wrapper {
            -ms-overflow-style: none
        }

            .our-branches .slides-container .slides-wrapper .slide {
                width: 140px;
                height: 300px;
                float: left;
                position: relative;
            }

                .our-branches .slides-container .slides-wrapper .slide:after,
                .our-branches .slides-container .slides-wrapper .slide:before {
                    content: "";
                    display: block;
                    height: 2px;
                    background: url(/assets/images/line.png) center no-repeat;
                    top: 50%;
                    transition: all .3s ease-in-out
                }

                .our-branches .slides-container .slides-wrapper .slide:before {
                    width: 100%;
                    position: absolute
                }

                .our-branches .slides-container .slides-wrapper .slide:after {
                    opacity: 0;
                    width: 15%;
                    position: absolute;
                    right: 0
                }

                .our-branches .slides-container .slides-wrapper .slide:first-child:before {
                    width: 50%;
                    right: 0
                }

                .our-branches .slides-container .slides-wrapper .slide:last-child:before {
                    width: 50%
                }

                .our-branches .slides-container .slides-wrapper .slide svg {
                    fill: #fff;
                    opacity: 0;
                    width: 90%;
                    height: 230px;
                    transition: all .3s ease-in-out;
                    margin: 0 auto
                }

                .our-branches .slides-container .slides-wrapper .slide .circle {
                    display: inline-block;
                    width: 12px;
                    height: 12px;
                    background: #fff;
                    box-shadow: 0 0 0 5px rgba(255, 255, 255, .28);
                    -khtml-border-radius: 50%;
                    border-radius: 50%;
                    cursor: pointer;
                    transition: all .3s ease-in-out;
                    position: absolute;
                    top: 50%;
                    left: 50%;
                    margin-top: -6px;
                    margin-left: -6px;
                    z-index: 2
                }

                .our-branches .slides-container .slides-wrapper .slide.active {
                    width: 360px
                }

                    .our-branches .slides-container .slides-wrapper .slide.active svg {
                        opacity: 1;
                        position: relative;
                        z-index: 2
                    }

                    .our-branches .slides-container .slides-wrapper .slide.active .circle {
                        width: 245px;
                        height: 245px;
                        background: rgba(0, 174, 239, .55);
                        margin-left: -122px;
                        margin-top: -122px;
                        box-shadow: 0 0 0 5px #fff
                    }

                    .our-branches .slides-container .slides-wrapper .slide.active:before {
                        width: 15%
                    }

                    .our-branches .slides-container .slides-wrapper .slide.active:first-child:before,
                    .our-branches .slides-container .slides-wrapper .slide.active:last-child:after {
                        display: none
                    }

                    .our-branches .slides-container .slides-wrapper .slide.active:after {
                        opacity: 1
                    }

@media (max-width:1199px) {
    .our-branches .slides-container {
        max-width: 640px;
        overflow-x: hidden
    }

        .our-branches .slides-container .slides-wrapper {
            width: 9999px
        }

            .our-branches .slides-container .slides-wrapper .slide {
                width: 110px
            }

                .our-branches .slides-container .slides-wrapper .slide .title {
                    font-size: 16px
                }

                .our-branches .slides-container .slides-wrapper .slide:first-child:before,
                .our-branches .slides-container .slides-wrapper .slide:last-child:before {
                    width: 100%
                }

                .our-branches .slides-container .slides-wrapper .slide svg {
                    height: 150px
                }

                .our-branches .slides-container .slides-wrapper .slide.active {
                    width: 195px
                }

                    .our-branches .slides-container .slides-wrapper .slide.active .circle {
                        width: 160px;
                        height: 160px;
                        margin-left: -80px;
                        margin-top: -80px
                    }

                    .our-branches .slides-container .slides-wrapper .slide.active svg {
                        margin-top: 50px
                    }

                    .our-branches .slides-container .slides-wrapper .slide.active:after,
                    .our-branches .slides-container .slides-wrapper .slide.active:before {
                        width: 8%
                    }
}

@media (max-width:767px) {
    .our-branches .slides-container {
        max-width: 240px;
        height: 120px;
        margin: 30px auto 20px
    }

        .our-branches .slides-container .slides-wrapper .slide {
            height: 98px;
            width: 55px
        }

            .our-branches .slides-container .slides-wrapper .slide.active {
                width: 130px
            }

                .our-branches .slides-container .slides-wrapper .slide.active .circle {
                    width: 86px;
                    height: 86px;
                    margin-top: -43px;
                    margin-left: -43px
                }

                .our-branches .slides-container .slides-wrapper .slide.active:after,
                .our-branches .slides-container .slides-wrapper .slide.active:before {
                    width: 15%
                }

                .our-branches .slides-container .slides-wrapper .slide.active svg {
                    margin-top: -35px;
                    opacity: .6
                }
}
/*===============ADDED===================*/
.our-branches .arrow-left,
.our-branches .arrow-right {
    width: 13px;
    height: 22px;
    cursor: pointer;
    position: absolute;
    bottom: 138px;
    z-index: 6
}

.our-branches .arrow-left {
    background: url(/assets/images/icons/arrow-left.svg) no-repeat;
    background-size: 100%;
    left: 30%;
    margin-left: -350px
}

.our-branches .arrow-right {
    background: url(/assets/images/icons/arrow-left.svg) no-repeat;
    background-size: 100%;
    right: 30%;
    margin-right: -350px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}
/*===============ADDED===================*/

.our-branches .names-container {
    max-width: 1200px;
    height: 300px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -600px;
    overflow: hidden;
}

    .our-branches .names-container .names-wrapper .slide {
        width: 140px;
        height: 300px;
        float: left;
        position: relative
    }

        .our-branches .names-container .names-wrapper .slide .title {
            font-weight: 700;
            position: absolute;
            top: 110px;
            width: 100%;
            transition: all .3s ease-in-out
        }

        .our-branches .names-container .names-wrapper .slide.active {
            width: 360px
        }

            .our-branches .names-container .names-wrapper .slide.active .title {
                top: 190px;
                font-size: 28px;
                z-index: 3
            }

@media (max-width:1199px) {
    .our-branches .names-container {
        max-width: 640px;
        overflow-x: hidden;
        margin-left: -320px;
        top: 0
    }

        .our-branches .names-container .names-wrapper {
            width: 9999px
        }

            .our-branches .names-container .names-wrapper .slide {
                width: 110px
            }

                .our-branches .names-container .names-wrapper .slide .title {
                    font-size: 16px
                }

                .our-branches .names-container .names-wrapper .slide.active {
                    width: 195px
                }

                    .our-branches .names-container .names-wrapper .slide.active .title {
                        font-size: 18px;
                        top: 170px
                    }
}

@media (max-width:767px) {
    .our-branches .names-container {
        max-width: 330px;
        height: 120px;
        margin-left: -165px
    }

        .our-branches .names-container .names-wrapper .slide {
            height: 98px;
            width: 110px
        }

            .our-branches .names-container .names-wrapper .slide .title {
                top: 10px
            }

            .our-branches .names-container .names-wrapper .slide.active {
                width: 110px
            }

                .our-branches .names-container .names-wrapper .slide.active .title {
                    font-size: 12px;
                    top: 48px
                }
}

@media (max-width:1199px) {
    .our-branches {
        padding-top: 30px;
        height: 553px
    }

        .our-branches .arrow-left,
        .our-branches .arrow-right {
            width: 13px;
            height: 22px;
            cursor: pointer;
            position: absolute;
            bottom: 138px;
            z-index: 6
        }

        .our-branches .arrow-left {
            background: url(/assets/images/icons/arrow-left.svg) no-repeat;
            background-size: 100%;
            left: 50%;
            margin-left: -350px
        }

        .our-branches .arrow-right {
            background: url(/assets/images/icons/arrow-left.svg) no-repeat;
            background-size: 100%;
            right: 50%;
            margin-right: -350px;
            -webkit-transform: rotate(180deg);
            transform: rotate(180deg)
        }
}

@media (max-width:767px) {
    .our-branches {
        height: 372px
    }

        .our-branches > p {
            max-width: 80%;
            margin: 10px auto
        }

        .our-branches .arrow-left {
            margin-left: -150px;
            bottom: 59px
        }

        .our-branches .arrow-right {
            margin-right: -150px;
            bottom: 59px
        }
}
/*=================================================================================================================*/
.pageHeader {
    min-height: 212px;
    color: #fff;
    position: relative;
}

    .pageHeader:after,
    .pageHeader:before {
        display: block;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        content: ""
    }

    .pageHeader:before {
        width: 100%;
        background: rgba(0, 0, 0, .4)
    }

    .pageHeader:after {
        width: 85%;
        background: linear-gradient(to right, rgba(0, 0, 0, .9) 0, transparent 100%)
    }

    .pageHeader .breadcrumbs {
        padding-top: 13px;
        position: relative;
        z-index: 1
    }

        .pageHeader .breadcrumbs ul li {
            display: inline-block;
            font-size: 14px;
            border-left: #fff 1px solid;
            padding: 0 8px
        }

            .pageHeader .breadcrumbs ul li:first-child {
                padding-left: 0;
                border-left: none
            }

            .pageHeader .breadcrumbs ul li a {
                color: #fff
            }

    .pageHeader h1 {
        margin-top: 60px;
        position: relative;
        z-index: 1;
        margin-bottom: 0;
        padding-bottom: 50px
    }

@media (max-width:1199px) {
    .pageHeader {
        min-height: 155px
    }

        .pageHeader h1 {
            margin-top: 34px
        }
}

@media (max-width:767px) {
    .pageHeader {
        min-height: 103px
    }

        .pageHeader .breadcrumbs {
            display: none
        }

        .pageHeader h1 {
            font-size: 26px;
            margin-top: 0;
            padding-top: 35px
        }
}

.accordion-wrap {
    margin-bottom: 30px
}

    .accordion-wrap .panel-group .accordion-header {
        background: #0067ac;
        color: #fff;
        padding: 30px 20px;
        text-transform: uppercase;
        margin-bottom: 4px
    }

        .accordion-wrap .panel-group .accordion-header h3,
        .accordion-wrap .panel-group .accordion-header h4 {
            margin: 0;
            font-size: 24px
        }

    .accordion-wrap .panel-group .panel {
        background: #f6f6f6;
        margin-bottom: 4px
    }

        .accordion-wrap .panel-group .panel:nth-child(even) {
            background: #ebebeb
        }

        .accordion-wrap .panel-group .panel .panel-heading {
            cursor: pointer;
            position: relative;
            padding-right: 50px
        }

            .accordion-wrap .panel-group .panel .panel-heading h3,
            .accordion-wrap .panel-group .panel .panel-heading h4 {
                font-size: 23px;
                color: #0067ac;
                margin: 0;
                padding: 26px 20px
            }

                .accordion-wrap .panel-group .panel .panel-heading h3.number,
                .accordion-wrap .panel-group .panel .panel-heading h4.number {
                    position: relative;
                    padding-left: 55px
                }

                    .accordion-wrap .panel-group .panel .panel-heading h3.number span,
                    .accordion-wrap .panel-group .panel .panel-heading h4.number span {
                        position: absolute;
                        top: 26px;
                        left: 5px;
                        min-width: 40px;
                        text-align: right
                    }

            .accordion-wrap .panel-group .panel .panel-heading:after {
                content: "";
                display: block;
                width: 28px;
                height: 2px;
                background: #0067ac;
                position: absolute;
                top: 50%;
                right: 18px
            }

            .accordion-wrap .panel-group .panel .panel-heading:before {
                content: "";
                display: block;
                width: 2px;
                height: 28px;
                background: #0067ac;
                position: absolute;
                top: calc(50% - 14px);
                right: 30px
            }

        .accordion-wrap .panel-group .panel .panel-body {
            display: none;
            font-size: 17px
        }

            .accordion-wrap .panel-group .panel .panel-body img {
                max-width: 100%;
                height: auto
            }

        .accordion-wrap .panel-group .panel.opened {
            background: 0 0;
            border-top: #0067ac 2px solid;
            border-bottom: #0067ac 2px solid
        }

            .accordion-wrap .panel-group .panel.opened > .panel-body {
                display: block;
                padding: 0 20px 10px
            }

            .accordion-wrap .panel-group .panel.opened > .panel-heading:before {
                display: none
            }

            .accordion-wrap .panel-group .panel.opened > .panel-heading h3,
            .accordion-wrap .panel-group .panel.opened > .panel-heading h4 {
                padding-bottom: 0
            }

            .accordion-wrap .panel-group .panel.opened.hideBorder {
                border-bottom: none
            }

@media (max-width:1199px) {
    .accordion-wrap {
        margin-top: 20px
    }

        .accordion-wrap .panel-group .panel .panel-heading h3,
        .accordion-wrap .panel-group .panel .panel-heading h4 {
            font-size: 20px;
            padding: 20px
        }

        .accordion-wrap .panel-group .panel .panel-heading:after {
            width: 20px;
            background: #0067ac;
            position: absolute;
            top: 50%;
            right: 18px
        }

        .accordion-wrap .panel-group .panel .panel-heading:before {
            height: 20px;
            background: #0067ac;
            position: absolute;
            top: calc(50% - 10px);
            right: 27px
        }

        .accordion-wrap .panel-group .panel.opened .panel-heading h3,
        .accordion-wrap .panel-group .panel.opened .panel-heading h4 {
            margin-bottom: 17px
        }
}

@media (max-width:767px) {
    .accordion-wrap .panel-group .accordion-header {
        padding: 15px
    }

        .accordion-wrap .panel-group .accordion-header h4 {
            font-size: 18px
        }

    .accordion-wrap .panel-group .panel .panel-heading h3,
    .accordion-wrap .panel-group .panel .panel-heading h4 {
        padding: 15px;
        font-size: 18px
    }

    .accordion-wrap .panel-group .panel.opened .panel-body {
        padding: 0 10px 10px 12px
    }

    .accordion-wrap .panel-group .panel.opened .panel-heading h3,
    .accordion-wrap .panel-group .panel.opened .panel-heading h4 {
        margin-bottom: 10px
    }
}

.accordion-wrap .accordion-wrap {
    margin-top: 20px
}

    .accordion-wrap .accordion-wrap .panel-group .panel {
        background: 0 0
    }

        .accordion-wrap .accordion-wrap .panel-group .panel .panel-heading h3 {
            color: #454447;
            font-size: 18px;
            padding: 16px 20px
        }

            .accordion-wrap .accordion-wrap .panel-group .panel .panel-heading h3.number {
                padding-left: 55px
            }

                .accordion-wrap .accordion-wrap .panel-group .panel .panel-heading h3.number span {
                    top: 16px
                }

        .accordion-wrap .accordion-wrap .panel-group .panel .panel-heading:after,
        .accordion-wrap .accordion-wrap .panel-group .panel .panel-heading:before {
            background: #454447
        }

table.responsive {
    border-spacing: 1px;
    border-color: #dedede;
    border-collapse: collapse;
    line-height: 24px;
    margin-top: 25px
}

    table.responsive td,
    table.responsive th {
        border: 1px solid #dad7e0;
        vertical-align: middle
    }

    table.responsive th {
        padding: 15px 14px;
        background: #0067ac;
        color: #fff;
        text-align: left
    }

        table.responsive th.featured {
            background: #575757
        }

    table.responsive thead th {
        text-transform: uppercase;
        text-align: center
    }

        table.responsive thead th.leftAligned {
            text-align: left
        }

    table.responsive td {
        padding: 2px 14px;
        font-size: 16px;
        text-align: left
    }

        table.responsive td p {
            margin: 10px 0
        }

        table.responsive td.centerAligned {
            text-align: center
        }

        table.responsive td ul {
            margin-left: 20px
        }

    table.responsive tr th.card {
        /* background: #f0f0f0; */
        background: url(/assets/images/gray-bg.png) center bottom repeat;
        text-align: center;
        border-color: #fff
    }

        table.responsive tr th.card img {
            margin: 15px 0
        }

@media (max-width:1199px) {
    table.responsive.pivot {
        width: 100%
    }

        table.responsive.pivot thead th {
            display: none
        }

        table.responsive.pivot tbody tr {
            display: block;
            margin-bottom: 20px
        }

            table.responsive.pivot tbody tr td {
                width: 100%;
                border-top: none;
                padding: 0;
                position: relative;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex
            }

            table.responsive.pivot tbody tr span {
                /* content: attr(data-th) " "; */
                display: block;
                width: 108px;
                min-width: 108px;
                background: #0067ac;
                padding: 12px 15px;
                color: #fff;
                text-transform: uppercase;
                font-weight: 700;
                margin-right: 20px;
                text-align: left
            }

            table.responsive.pivot tbody tr td.featured:before {
                background: #575757
            }

            table.responsive.pivot tbody tr td:first-child {
                border-top: 1px solid #dad7e0
            }

            table.responsive.pivot tbody tr td p {
                width: 100%;
                height: auto;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center
            }

            table.responsive.pivot tbody tr th {
                display: block;
                width: calc(100% - 28px);
                border: none;
                border-bottom: #f0f0f0 1px solid;
                padding: 10px 15px
            }

    table.responsive.standard {
        display: none
    }
}

@media (max-width:767px) {
    table.responsive {
        margin-top: 15px
    }

        table.responsive.pivot tbody tr td:before {
            width: 100px;
            min-width: 100px;
            padding: 10px;
            margin-right: 10px
        }
}

.mobileTable .block {
    margin-bottom: 20px
}

    .mobileTable .block .type-TH {
        background: #0067ac;
        color: #fff;
        font-weight: 700;
        font-size: 18px;
        padding: 20px 15px
    }

    .mobileTable .block .type-TD {
        padding: 10px 15px;
        border: 1px solid #dad7e0;
        border-top: none
    }

    .mobileTable .block .card {
        /* background: #f0f0f0; */
        background: url(/assets/images/gray-bg.png) center bottom repeat;
        text-align: center;
        padding: 40px 0
    }

@media (max-width:767px) {
    .mobileTable .block .type-TH {
        font-size: 16px;
        padding: 10px 15px
    }

    .mobileTable .block .type-TD {
        padding: 10px 15px
    }

    .mobileTable .block .card {
        padding: 30px 0
    }
}

.contact-form {
    padding: 67px 0 40px;
    background: url(/assets/images/form-bg.png) bottom no-repeat #0067AC;
    background-size: 100% auto;
    color: #fff
}

    .contact-form .inner {
        max-width: 960px;
        margin: 0 auto;
    }

    .contact-form .title {
        color: #fff;
        text-align: center;
        margin: 0;
        font-size: 40px;
        font-weight: 700
    }

    .contact-form p {
        text-align: center;
        margin-bottom: 30px
    }

    .contact-form .fieldWrap {
        padding-bottom: 35px;
        position: relative
    }

        .contact-form .fieldWrap.twoCol {
            width: calc(50% - 17px);
            float: left;
            margin-right: 34px
        }

            .contact-form .fieldWrap.twoCol:nth-child(even) {
                margin-right: 0
            }

        .contact-form .fieldWrap input[type=text] {
            height: 34px;
            padding: 12px 16px;
            width: calc(100% - 32px)
        }

        .contact-form .fieldWrap input[type=text],
        .contact-form .fieldWrap textarea {
            border: 1px solid #fff
        }

        .contact-form .fieldWrap input[type=submit] {
            background: 0 0;
            display: block;
            width: 200px;
            margin: 0 auto;
            height: 54px
        }

            .contact-form .fieldWrap input[type=submit]:hover {
                background: #fff;
                color: #454447
            }

        .contact-form .fieldWrap label {
            margin-bottom: 10px;
            display: block
        }

        .contact-form .fieldWrap.error-validation:after,
        .contact-form .fieldWrap.success-validation:after {
            content: "";
            display: inline-block;
            height: 16px;
            right: -25px;
            top: 53px;
            position: absolute
        }

        .contact-form .fieldWrap.error-validation input[type=text],
        .contact-form .fieldWrap.error-validation textarea {
            border: 1px solid #ed1c24
        }

        .contact-form .fieldWrap.error-validation:after {
            width: 16px;
            background: url(/assets/images/icons/error-valid.svg) no-repeat;
            background-size: 100%
        }

        .contact-form .fieldWrap.success-validation:after {
            width: 19px;
            background: url(/assets/images/icons/success-valid.svg) no-repeat;
            background-size: 100%
        }

        .contact-form .fieldWrap .error-message {
            margin: 0;
            position: absolute;
            top: 20px;
            left: 20px;
            color: #ed1c24;
            font-size: 16px;
            background: #fff;
            padding: 3px 6px
        }

@media (max-width:1199px) {
    .contact-form {
        padding: 40px 30px;
        background-size: 1820px auto
    }

        .contact-form .title {
            font-size: 36px
        }

        .contact-form .fieldWrap input[type=submit] {
            height: 45px
        }
}

@media (max-width:767px) {
    .contact-form {
        padding: 40px 20px 20px
    }

        .contact-form .title {
            font-size: 26px
        }

        .contact-form .fieldWrap {
            padding-bottom: 15px
        }

            .contact-form .fieldWrap.twoCol {
                width: 100%
            }

            .contact-form .fieldWrap .error-message {
                font-size: 13px;
                left: 10px;
                line-height: initial
            }

            .contact-form .fieldWrap.error-validation:after,
            .contact-form .fieldWrap.success-validation:after {
                right: 4px;
                top: 41px
            }

            .contact-form .fieldWrap input[type=text] {
                height: 16px;
                padding: 12px 25px 12px 14px;
                width: calc(100% - 39px)
            }

            .contact-form .fieldWrap textarea {
                padding: 15px 25px 15px 14px;
                width: calc(100% - 37px)
            }

        .contact-form p {
            margin-bottom: 15px
        }
}

.cta-questions {
    color: #fff;
    background: url(/assets/images/icons/cta-bg.svg) 26px 110px no-repeat #0067ac;
    padding: 30px 20px;
    line-height: 30px
}

    .cta-questions .title {
        color: #fff;
        margin: 0 0 10px;
        text-transform: none;
        font-size: 22px;
        font-weight: 700
    }

.cta-questions-kr .title {
    font-size: 19px;
}

.cta-questions p {
    margin: 0
}

.cta-questions-kr p {
    font-size: 17px
}

.cta-questions p strong {
    display: block
}

.cta-questions .btn {
    display: inline-block;
    margin-top: 20px;
    padding: 2px 20px
}

@media (max-width:1199px) {
    .cta-questions {
        padding: 20px 15px
    }

        .cta-questions .title {
            font-size: 20px
        }

    .cta-questions-kr .title {
        font-size: 15px
    }

    .cta-questions p {
        line-height: 24px
    }

        .cta-questions p strong span {
            display: block
        }
}

@media (max-width:767px) {
    .cta-questions {
        margin-top: 20px
    }

        .cta-questions p strong,
        .cta-questions p strong span {
            display: inline
        }

            .cta-questions p strong:before {
                content: " ";
                display: block
            }
}

body #blueButtonsWrap a:before,
body #main-banner:after {
    display: block;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute
}

body #main-banner {
    width: 100%;
    height: 472px;
    position: relative
}

    body #main-banner:after {
        content: "";
        width: 85%;
        background: linear-gradient(to right, rgba(0, 0, 0, .9) 0, transparent 100%)
    }

    body #main-banner header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: absolute;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-line-pack: center;
        align-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        top: 60px;
        height: 100%;
        color: #fff;
        z-index: 3
    }

        body #main-banner header h1 {
            margin: 0;
            font-size: 24px;
            font-weight: 400;
            color: #fff;
        }

        body #main-banner header h2 {
            margin: 0;
            font-size: 72px;
            font-weight: 400;
            color: #fff;
        }

        body #main-banner header h3 {
            margin: 0;
            font-size: 72px;
            color: #fff;
        }

        body #main-banner header h4 {
            margin: 0
        }

        body #main-banner header a {
            margin-top: 20px;
            max-width: 130px;
            display: inline-block
        }

@media (max-width:1199px) {
    body #main-banner {
        height: 370px
    }

        body #main-banner .inner {
            margin: 0
        }

            body #main-banner .inner header {
                width: 100%;
                text-align: center
            }

                body #main-banner .inner header .btn {
                    margin: 10px auto;
                    width: 130px
                }

        body #main-banner header {
            top: 75px;
        }

            body #main-banner header h1 {
                font-size: 32px
            }

            body #main-banner header h2 {
                font-size: 64px
            }

            body #main-banner header h3 {
                font-size: 64px
            }

    body.business #main-banner header {
        top: 75px;
    }

        body.business #main-banner header h2 {
            font-size: 26px
        }

        body.business #main-banner header h3 {
            font-size: 64px
        }
}

@media (max-width:767px) {
    body #main-banner {
        height: 260px
    }

        body #main-banner header {
            top: 60px;
        }

            body #main-banner header h1 {
                font-size: 16px
            }

            body #main-banner header h2 {
                font-size: 32px
            }

            body #main-banner header h3 {
                font-size: 32px
            }

    body.business #main-banner header {
        top: 60px;
    }

        body.business #main-banner header h2 {
            font-size: 32px
        }

        body.business #main-banner header h3 {
            font-size: 32px
        }
}

body #blueButtonsWrap {
    width: 960px;
    float: left
}

    body #blueButtonsWrap a {
        display: inline-block;
        float: left;
        width: calc(25% - 1px);
        height: 68px;
        padding-top: 108px;
        background: #1775af;
        border-right: #4aa5d7 1px solid;
        color: #fff;
        text-align: center;
        text-transform: uppercase;
        font-weight: 700;
        position: relative;
        transition: all .2s ease
    }

        body #blueButtonsWrap a:before {
            content: "";
            width: 100%;
            z-index: -1;
            background: linear-gradient(to right, #0560a7 0, #0086cc 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0560a7', endColorstr='#0086cc', GradientType=1)
        }

        body #blueButtonsWrap a:hover {
            text-decoration: none;
            background: 0 0
        }

        body #blueButtonsWrap a:after {
            content: "";
            display: inline-block;
            width: 70px;
            height: 60px;
            position: absolute;
            left: 50%
        }

        body #blueButtonsWrap a.checking:after,
        body #blueButtonsWrap a.saving:after,
        body #blueButtonsWrap a.time-deposit:after {
            display: block;
            content: ' ';
            background-repeat: no-repeat;
            background-size: 100%
        }

        body #blueButtonsWrap a.checking:after {
            top: 44px;
            margin-left: -36px;
            background-image: url(/assets/images/icons/checking.svg);
            width: 73px;
            height: 50px
        }

        body #blueButtonsWrap a.saving:after {
            top: 39px;
            margin-left: -24px;
            background-image: url(/assets/images/icons/piggy.svg);
            width: 48px;
            height: 53px
        }

        body #blueButtonsWrap a.time-deposit:after {
            top: 37px;
            margin-left: -27px;
            background-image: url(/assets/images/icons/time-deposit.svg);
            width: 54px;
            height: 60px
        }

        body #blueButtonsWrap a.lending:after {
            top: 40px;
            margin-left: -24px;
            display: block;
            content: ' ';
            background-image: url(/assets/images/icons/hand.svg);
            background-repeat: no-repeat;
            background-size: 100%;
            width: 48px;
            height: 60px
        }

        body #blueButtonsWrap a.cds:after,
        body #blueButtonsWrap a.commercial:after {
            top: 45px;
            margin-left: -24px;
            display: block;
            content: ' ';
            background-repeat: no-repeat;
            background-size: 100%;
            width: 48px;
            height: 60px
        }

        body #blueButtonsWrap a.cds:after {
            background-image: url(/assets/images/icons/cds.svg)
        }

        body #blueButtonsWrap a.commercial:after {
            background-image: url(/assets/images/icons/commercial.svg)
        }

@media (max-width:1199px) {
    body #blueButtonsWrap {
        width: 100%
    }
}

@media (max-width:767px) {
    body #blueButtonsWrap {
        width: calc(100% + 40px);
        margin-left: -20px
    }

        body #blueButtonsWrap a {
            width: calc(100% - 80px);
            height: 41px;
            border-bottom: #4aa5d7 1px solid;
            padding: 25px 0 0 80px;
            text-align: left
        }

            body #blueButtonsWrap a:after {
                float: left;
                left: 15px
            }

            body #blueButtonsWrap a.checking:after {
                width: 45px;
                height: 44px;
                top: 18px;
                margin: 0
            }

            body #blueButtonsWrap a.saving:after {
                width: 38px;
                height: 42px;
                top: 10px;
                margin: 0
            }

            body #blueButtonsWrap a.time-deposit:after {
                width: 39px;
                height: 41px;
                top: 14px;
                margin: 0
            }

            body #blueButtonsWrap a.lending:after {
                width: 34px;
                height: 41px;
                top: 10px;
                margin: 0
            }

            body #blueButtonsWrap a.cds:after,
            body #blueButtonsWrap a.commercial:after {
                width: 39px;
                height: 41px;
                top: 14px;
                margin: 0
            }
}

body #loginFormWrap {
    width: 240px;
    height: 212px;
    float: right;
    background: #fff;
    margin-top: -36px;
    position: relative;
    z-index: 2;
}

    body #loginFormWrap h3,
    body #loginFormWrap h5 {
        background: #0067ac;
        color: #fff;
        text-align: center;
        padding-top: 10px;
        height: 26px;
        margin: 0;
        font-size: 18px;
        text-transform: none
    }

    body #loginFormWrap .fieldWrap {
        padding: 11px 21px 0;
        position: relative
    }

        body #loginFormWrap .fieldWrap input {
            padding: 0 10px;
            height: 33px
        }

            body #loginFormWrap .fieldWrap input[type=text],
            body #loginFormWrap .fieldWrap input[type=password] {
                position: relative;
                background: 0 0;
                z-index: 1
            }

                body #loginFormWrap .fieldWrap input[type=text]:valid,
                body #loginFormWrap .fieldWrap input[type=password]:valid {
                    background: #fff
                }

                body #loginFormWrap .fieldWrap input[type=text]:focus + label,
                body #loginFormWrap .fieldWrap input[type=password]:focus + label {
                    top: 3px;
                    z-index: 3
                }

        body #loginFormWrap .fieldWrap label.goesTop {
            transition: background .2s, color .2s, top .2s, bottom .2s, right .2s, left .2s;
            position: absolute;
            padding: 0 2px;
            top: 19px;
            left: 28px;
            font-size: 16px;
            color: #454447;
            background: #fff;
            display: inline-block
        }

        body #loginFormWrap .fieldWrap.pass {
            margin-top: 5px
        }

        body #loginFormWrap .fieldWrap.checkbox {
            padding: 8px 19px 0 21px;
            font-size: 14px
        }

            body #loginFormWrap .fieldWrap.checkbox span {
                color: #454447;
            }

            body #loginFormWrap .fieldWrap.checkbox a {
                color: #004181;
                font-weight: 700
            }

        body #loginFormWrap .fieldWrap.login input {
            background: url(/assets/images/login-bg.png) no-repeat;
            background-size: cover;
            border: none;
            font-size: 16px;
            height: 30px
        }

            body #loginFormWrap .fieldWrap.login input:hover {
                opacity: .7
            }

        body #loginFormWrap .fieldWrap.login a:hover {
            opacity: .7
        }

@media (max-width:1199px) {
    body #loginFormWrap {
        position: fixed;
        top: 112px;
        margin-top: 0;
        right: 0;
        z-index: 9;
        display: none;
    }

        body #loginFormWrap.active {
            display: block
        }
}

@media (max-width:767px) {
    body #loginFormWrap {
        top: 71px;
        width: 100%;
        height: 100vh
    }

        body #loginFormWrap h3,
        body #loginFormWrap h5 {
            font-size: 18px;
            padding-top: 9px;
            height: 27px
        }

        body #loginFormWrap .fieldWrap {
            max-width: 200px;
            margin: 0 auto
        }

        body #loginFormWrap.active {
            display: block
        }
}

body .articlesWrap {
    padding-top: 35px
}

    body .articlesWrap .swiper-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

        body .articlesWrap .swiper-wrapper .swiper-slide {
            float: left;
            width: calc(33% - 10px);
            background: #fff;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            margin: 0 21px 24px 0;
            position: relative;
            overflow: hidden
        }

            body .articlesWrap .swiper-wrapper .swiper-slide:nth-child(1),
            body .articlesWrap .swiper-wrapper .swiper-slide:nth-child(2) {
                width: calc(50% - 12px);
                margin-right: 0
            }

            body .articlesWrap .swiper-wrapper .swiper-slide:nth-child(1) {
                margin-right: 24px
            }

            body .articlesWrap .swiper-wrapper .swiper-slide:nth-child(3n+2) {
                margin-right: 0
            }

            body .articlesWrap .swiper-wrapper .swiper-slide img {
                width: 100%;
                height: auto;
                display: block;
                transition: -webkit-transform .4s;
                transition: transform .4s
            }

                body .articlesWrap .swiper-wrapper .swiper-slide img:hover {
                    -webkit-transform: scale3d(1.05, 1.05, 1);
                    transform: scale3d(1.05, 1.05, 1)
                }

            body .articlesWrap .swiper-wrapper .swiper-slide .caption {
                padding: 18px 21px;
                background: #fff;
                position: relative;
                z-index: 2
            }

                body .articlesWrap .swiper-wrapper .swiper-slide .caption a:hover {
                    text-decoration: none;
                    border-bottom: #0083cb 2px solid;
                    padding-bottom: 1px
                }

                body .articlesWrap .swiper-wrapper .swiper-slide .caption h3 {
                    margin: 0
                }

                body .articlesWrap .swiper-wrapper .swiper-slide .caption p {
                    font-size: 16px;
                    line-height: 24px
                }

            body .articlesWrap .swiper-wrapper .swiper-slide .greenBtn {
                position: absolute;
                bottom: 20px;
                left: 20px;
                z-index: 3;
            }

            body .articlesWrap .swiper-wrapper .swiper-slide .articleBox {
                padding-bottom: 35px;
                min-height: calc(100% - 40px)
            }

                body .articlesWrap .swiper-wrapper .swiper-slide .articleBox .promotion {
                    display: block;
                    position: absolute;
                    top: 13px;
                    left: 0;
                    width: 138px;
                    height: 28px;
                    padding: 10px 0 0 15px;
                    background: #2877AD url(/assets/images/icons/promotional.svg) -5px -5px no-repeat;
                    background-size: 102%;
                    color: #fff;
                    text-transform: uppercase;
                    font-weight: 700;
                    z-index: 9
                }

.promotion-kr {
    display: block;
    position: absolute;
    top: 13px;
    left: 0;
    width: 138px;
    height: 28px;
    padding: 5px 0 5px 15px;
    background: #2877AD url(/assets/images/icons/promotional.svg) -5px -5px no-repeat;
    background-size: 102%;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    z-index: 9;
}

body .articlesWrap .swiper-button-next,
body .articlesWrap .swiper-button-prev,
body .articlesWrap .swiper-pagination {
    display: none
}

@media (max-width:1199px) {
    body .articlesWrap {
        position: relative
    }

        body .articlesWrap .swiper-wrapper .swiper-slide {
            width: calc(50% - 11px);
            margin-right: 22px;
            margin-bottom: 22px
        }

            body .articlesWrap .swiper-wrapper .swiper-slide:nth-child(1) {
                width: 100%;
                margin: 0 0 22px
            }

            body .articlesWrap .swiper-wrapper .swiper-slide:nth-child(3n+2) {
                margin-right: 22px
            }

            body .articlesWrap .swiper-wrapper .swiper-slide:nth-child(2n+1) {
                margin-right: 0
            }
}

@media (max-width:767px) {
    body .articlesWrap {
        width: calc(100% - 40px);
        margin: 0 auto
    }

        body .articlesWrap .swiper-button-next,
        body .articlesWrap .swiper-button-prev,
        body .articlesWrap .swiper-pagination {
            display: block
        }

        body .articlesWrap .swiper-wrapper {
            display: -webkit-box;
            min-width: 9999px
        }

        body .articlesWrap .swiper-pagination {
            width: 100%;
            margin-top: -40px
        }

        body .articlesWrap .swiper-button-next {
            background: url(/assets/images/icons/arrow.svg) no-repeat;
            background-size: 100%;
            -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
            width: 11px;
            height: 21px;
            right: -22px
        }

        body .articlesWrap .swiper-button-prev {
            background: url(/assets/images/icons/arrow.svg) no-repeat;
            background-size: 100%;
            width: 11px;
            height: 21px;
            left: -22px
        }
}

body.business #nav-wrap .top-nav .brand-nav li a.our-network-btn::after {
    display: none
}

body.business #blueButtonsWrap {
    width: 900px
}

    body.business #blueButtonsWrap a {
        width: calc(33.33333% - 1px)
    }

@media (max-width:1199px) {
    body.business #blueButtonsWrap {
        width: 100%
    }
}

@media (max-width:767px) {
    body.business #blueButtonsWrap {
        width: calc(100% + 40px)
    }

        body.business #blueButtonsWrap a {
            width: calc(100% - 80px)
        }

            body.business #blueButtonsWrap a.commercial {
                padding-top: 15px;
                height: 51px
            }
}

body.business #loginFormWrap {
    width: 300px
}

@media (max-width:1199px) {
    body.business #loginFormWrap {
        width: 240px
    }
}

@media (max-width:767px) {
    body.business #loginFormWrap {
        width: 100%
    }
}

.t2 .site-content {
    /* background: #f0f0f0 */
    background: url(/assets/images/gray-bg.png) center bottom repeat;
}

.block-post-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 40px
}

    .block-post-list .post {
        background: #fff;
        margin-bottom: 15px;
        width: calc(33% - 7px);
        float: left;
        margin-right: 14px;
        position: relative
    }

        .block-post-list .post:nth-child(3n+1) {
            margin-right: 0
        }

        .block-post-list .post .promotion {
            display: block;
            position: absolute;
            top: 13px;
            left: 0;
            width: 138px;
            height: 28px;
            padding: 10px 0 0 15px;
            background: #2877AD url(/assets/images/icons/promotional.svg) -5px -5px no-repeat;
            background-size: 102%;
            color: #fff;
            text-transform: uppercase;
            font-weight: 700;
            z-index: 9;
            line-height: 19px
        }

        .block-post-list .post img {
            max-width: 100%;
            height: auto
        }

        .block-post-list .post .desc {
            padding: 20px 20px 10px
        }

            .block-post-list .post .desc h4 {
                margin: 0;
                font-size: 20px
            }

            .block-post-list .post .desc p {
                line-height: 24px;
                margin: 10px 0
            }

        .block-post-list .post.featured .desc p,
        .ceo blockquote {
            line-height: 30px
        }

        .block-post-list .post.featured {
            width: 100%;
            margin: 0 0 14px
        }

            .block-post-list .post.featured img {
                float: left;
                max-width: 437px;
                height: auto
            }

            .block-post-list .post.featured .desc {
                float: right;
                width: 375px;
                padding: 0 25px 0 0
            }

                .block-post-list .post.featured .desc h3 {
                    margin: 45px 0 15px
                }

@media (max-width:1199px) {
    .block-post-list .post {
        width: calc(50% - 7px);
        margin-right: 14px
    }

        .block-post-list .post:nth-child(3n+1) {
            margin-right: 14px
        }

        .block-post-list .post:nth-child(odd) {
            margin-right: 0
        }

        .block-post-list .post img {
            width: 100%;
            height: auto;
            display: block
        }

        .block-post-list .post .desc {
            padding: 17px 17px 10px
        }

            .block-post-list .post .desc h4 {
                font-size: 18px
            }

        .block-post-list .post.featured img {
            max-width: none;
            width: 100%
        }

        .block-post-list .post.featured .desc {
            width: calc(100% - 40px);
            padding: 0 20px 10px
        }
}

@media (max-width:767px) {
    .block-post-list {
        margin-top: 5px
    }

        .block-post-list .post {
            width: 100%;
            margin-right: 0;
            margin-bottom: 3px
        }

            .block-post-list .post:nth-child(3n+1) {
                margin-right: 0
            }

            .block-post-list .post img {
                display: none
            }

            .block-post-list .post .desc p {
                margin: 5px 0
            }

            .block-post-list .post.featured {
                margin-bottom: 3px
            }

                .block-post-list .post.featured img {
                    display: block
                }

            .block-post-list .post:not(.featured) .promotion {
                position: relative;
                margin-bottom: 10px
            }
}

.page.t4 .site-content {
    padding-bottom: 0
}

.ceo {
    background: url(/assets/images/gray-bg.png) bottom repeat;
    background-size: 100% auto;
    min-height: 300px;
    margin: 130px 0 50px
}

    .ceo .ceo-img {
        float: left;
        margin-top: -65px
    }

    .ceo blockquote {
        border: none;
        text-align: left;
        width: 679px;
        float: right;
        padding: 0;
        font-style: italic;
        font-size: 18px;
        margin-top: 30px
    }

        .ceo blockquote:before {
            width: 68px;
            height: 70px;
            background: url(/assets/images/icons/quote.png) no-repeat;
            background-size: 100%;
            top: -67px;
            left: -10px
        }

        .ceo blockquote:after {
            width: 68px;
            height: 70px;
            background: url(/assets/images/icons/quote.png) no-repeat;
            background-size: 100%;
            bottom: -75px
        }

        .ceo blockquote .signature {
            color: #0067ac;
            font-style: normal
        }

@media (max-width:1199px) {
    .ceo {
        margin: 80px 0 25px
    }

        .ceo .ceo-img {
            width: 455px;
            margin-left: -170px;
            margin-top: -35px
        }

        .ceo blockquote {
            width: 420px;
            font-size: 16px;
            line-height: 24px
        }

            .ceo blockquote:before {
                width: 54px;
                top: -61px
            }

            .ceo blockquote:after {
                width: 52px;
                bottom: -52px
            }
}

@media (max-width:767px) {
    .ceo {
        margin: 20px 0;
        background: url(/assets/images/gray-bg.png) -1200px bottom repeat;
        background-size: auto
    }

        .ceo .ceo-img {
            display: none
        }

        .ceo .ceo-img-mobile {
            margin: 0 auto
        }

        .ceo blockquote {
            width: 100%
        }

            .ceo blockquote:before {
                width: 41px;
                height: 40px;
                top: -51px
            }

            .ceo blockquote:after {
                width: 41px;
                height: 40px;
                bottom: -24px
            }
}

.history {
    background: url(/assets/images/history-bg.jpg) right no-repeat;
    background-size: cover;
    height: 548px;
    text-align: center;
    padding-top: 70px;
    color: #fff;
    position: relative;
    overflow: hidden
}

    .history h2 {
        margin: 0;
        color: #fff
    }

    .history > p {
        margin: 10px 0
    }

    .history .timeline {
        width: 100%;
        position: relative;
        height: calc(100% - 100px);
        margin: 30px auto 0;
        max-width: 1200px
    }

        .history .timeline .line {
            width: calc(100% - 150px);
            height: 2px;
            margin: 0 auto;
            background: url(/assets/images/line.png) no-repeat;
            background-size: 100% 100%;
            position: absolute;
            bottom: 125px;
            left: 50%;
            margin-left: calc(-50% + 75px)
        }

        .history .timeline .event-detail {
            position: absolute;
            top: 20px;
            left: 50%;
            margin-left: -191px;
            width: 382px;
            background: #fff;
            text-align: left;
            transition: all .3s ease-in-out
        }

            .history .timeline .event-detail:after {
                content: "";
                display: inline-block;
                border-left: 12px solid transparent;
                border-right: 12px solid transparent;
                border-top: 12px solid #fff;
                position: absolute;
                bottom: -12px;
                left: 50%;
                margin-left: -12px
            }

            .history .timeline .event-detail img {
                width: 100%;
                height: auto;
                display: block
            }

            .history .timeline .event-detail h5 {
                padding: 15px 20px;
                line-height: 26px;
                text-transform: none
            }

        .history .timeline .detailWrap {
            max-width: calc(100% - 170px);
            position: relative;
            margin: 0 auto
        }

        .history .timeline .eventsBtnsContainer {
            max-width: calc(100% - 170px);
            height: calc(100% - 312px);
            overflow: hidden;
            position: absolute;
            bottom: 0;
            left: 50%;
            margin-left: calc(-50% + 85px);
            padding-top: 312px
        }

            .history .timeline .eventsBtnsContainer .eventsBtnsWrapper {
                width: 99999px;
                text-align: left
            }

                .history .timeline .eventsBtnsContainer .eventsBtnsWrapper .slide {
                    display: inline-block;
                    width: 147px;
                    position: relative;
                    vertical-align: top;
                    float: left;
                    text-align: center
                }

                    .history .timeline .eventsBtnsContainer .eventsBtnsWrapper .slide:before {
                        content: "";
                        display: inline-block;
                        width: 12px;
                        height: 12px;
                        background: #fff;
                        box-shadow: 0 0 0 5px rgba(255, 255, 255, .28);
                        cursor: pointer;
                        transition: all .3s ease-in-out;
                        border-radius: 50%;
                        margin: 0 auto
                    }

                    .history .timeline .eventsBtnsContainer .eventsBtnsWrapper .slide .date {
                        display: block;
                        margin: 30px auto;
                        width: 100px;
                        text-align: center;
                        opacity: .3;
                        font-size: 16px;
                        font-weight: 700
                    }

                    .history .timeline .eventsBtnsContainer .eventsBtnsWrapper .slide.active .date,
                    .history .timeline .eventsBtnsContainer .eventsBtnsWrapper .slide:hover .date {
                        opacity: 1
                    }

                    .history .timeline .eventsBtnsContainer .eventsBtnsWrapper .slide.active:before,
                    .history .timeline .eventsBtnsContainer .eventsBtnsWrapper .slide:hover:before {
                        width: 18px;
                        height: 18px;
                        margin-left: -3px;
                        margin-bottom: -4px;
                        position: relative;
                        top: -1px
                    }

    .history .arrow-left,
    .history .arrow-right {
        width: 11px;
        height: 21px;
        position: absolute;
        top: 312px;
        z-index: 4;
        cursor: pointer
    }

    .history .arrow-right {
        background: url(/assets/images/icons/arrow.svg) no-repeat;
        background-size: 100%;
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        right: 20px
    }

    .history .arrow-left {
        background: url(/assets/images/icons/arrow.svg) no-repeat;
        background-size: 100%;
        left: 20px
    }

@media (max-width:1199px) {
    .history {
        padding-top: 65px;
        height: 522px
    }

        .history .timeline {
            margin: 35px auto 0
        }

            .history .timeline .line {
                width: calc(100% - 110px);
                margin-left: calc(-50% + 55px)
            }

            .history .timeline .eventsBtnsContainer {
                max-width: calc(100% - 150px);
                padding-top: 300px;
                height: calc(100% - 288px)
            }

                .history .timeline .eventsBtnsContainer .eventsBtnsWrapper .slide {
                    width: 128px
                }

            .history .timeline .event-detail {
                top: 0
            }

        .history .arrow-left,
        .history .arrow-right {
            top: 287px
        }
}

@media (max-width:767px) {
    .history {
        padding-top: 45px;
        height: 560px
    }

        .history > p {
            max-width: 290px;
            margin: 10px auto
        }

        .history .timeline {
            height: calc(100% - 70px)
        }

            .history .timeline .line {
                width: 240px;
                margin-left: -120px;
                bottom: 243px
            }

            .history .timeline .event-detail {
                width: 281px;
                margin-left: -140px
            }

                .history .timeline .event-detail h5 {
                    font-size: 16px;
                    padding: 14px 15px;
                    line-height: 24px
                }

            .history .timeline .detailWrap {
                max-width: 260px
            }

            .history .timeline .eventsBtnsContainer {
                max-width: 260px;
                margin-left: -130px;
                padding-top: 249px;
                height: calc(100% - 237px)
            }

                .history .timeline .eventsBtnsContainer .eventsBtnsWrapper .slide {
                    width: 86px
                }

            .history .timeline .arrow-left,
            .history .timeline .arrow-right {
                top: 236px
            }

            .history .timeline .arrow-left {
                left: 50%;
                margin-left: -140px
            }

            .history .timeline .arrow-right {
                right: 50%;
                margin-right: -140px
            }
}

.board {
    text-align: center;
    padding: 90px 0 0
}

    .board h2 {
        margin: 0 0 10px
    }

    .board p {
        margin: 5px 0
    }

    .board .img-header {
        width: 100%;
        height: auto;
        margin-top: 60px;
        display: block;
    }
/*=================START add for new style border member 20190403===================*/
.memberWrap {
    display: inline-block;
    margin: 0 30px 10px 30px;
    /*border:1px solid black;*/
}

.destop-wrapper {
    /*border: 1px solid black;*/
}
/*=================END add for new style border member 20190403===================*/
.board .membersWrap {
    /* background: #f0f0f0; */
    background: url(/assets/images/gray-bg.png) center bottom repeat;
    padding: 40px 0 0
}

    .board .membersWrap .swiper-container {
        max-width: 1200px;
        padding: 0 30px 70px
    }

        .board .membersWrap .swiper-container .itemWrap {
            width: 147px;
            margin: 0 auto;
            color: #0067ac;
            line-height: 22px
        }

            .board .membersWrap .swiper-container .itemWrap .img-wrap {
                position: relative
            }

                .board .membersWrap .swiper-container .itemWrap .img-wrap:before {
                    content: "";
                    display: block;
                    width: 147px;
                    height: 147px;
                    background: #fff;
                    -khtml-border-radius: 50%;
                    border-radius: 50%;
                    position: absolute;
                    left: 0;
                    bottom: 0
                }

                .board .membersWrap .swiper-container .itemWrap .img-wrap img {
                    position: relative;
                    z-index: 1;
                    display: block;
                    -khtml-border-radius: 73px;
                    border-radius: 73px
                }

            .board .membersWrap .swiper-container .itemWrap .name {
                margin-top: 25px
            }

        .board .membersWrap .swiper-container .swiper-button-next {
            background: url(/assets/images/icons/arrow.svg) no-repeat;
            background-size: 100%;
            -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
            width: 11px;
            height: 21px;
            right: 20px
        }

        .board .membersWrap .swiper-container .swiper-button-prev {
            background: url(/assets/images/icons/arrow.svg) no-repeat;
            background-size: 100%;
            width: 11px;
            height: 21px;
            left: 20px
        }

@media (max-width:1199px) {
    .board {
        padding-top: 45px
    }

        .board .membersWrap {
            padding: 40px 50px 20px
        }

            .board .membersWrap .swiper-container {
                padding: 0 30px 55px
            }

        .board .img-header {
            margin-top: 50px
        }
}

@media (max-width:767px) {
    .board {
        padding-top: 35px
    }

        .board .img-header {
            margin-top: 35px
        }

        .board .membersWrap {
            padding: 30px 0 0
        }

        .board .swiper-container-horizontal > .swiper-pagination-bullets {
            bottom: 20px
        }
}

.organizationChart {
    padding: 65px 0 80px;
    text-align: center;
    background: url(/assets/images/light-gray-bg.png) center bottom no-repeat
}

    .organizationChart h2 {
        margin: 0
    }

    .organizationChart p {
        margin: 10px 0 0
    }

    .organizationChart .chartWrap .row {
        text-align: left;
        max-width: 1200px;
        margin: 0 auto
    }

        .organizationChart .chartWrap .row.center {
            text-align: center
        }

        .organizationChart .chartWrap .row .col {
            width: 383px;
            display: inline-block;
            margin: 0 10px;
            vertical-align: top
        }

            .organizationChart .chartWrap .row .col:first-child {
                margin-left: 0
            }

            .organizationChart .chartWrap .row .col:last-child {
                margin-right: 0
            }

            .organizationChart .chartWrap .row .col .block h4 {
                border-bottom: #0067ac 2px solid;
                color: #0067ac;
                margin: 60px 0 15px;
                padding: 7px 0;
                font-size: 26px
            }

            .organizationChart .chartWrap .row .col .block ul {
                text-align: left
            }

                .organizationChart .chartWrap .row .col .block ul li {
                    border-bottom: #dad7e0 1px solid;
                    padding: 10px 0 12px
                }

                    .organizationChart .chartWrap .row .col .block ul li .position {
                        color: #0083cb;
                        font-weight: 700;
                        margin-bottom: 8px
                    }

                    .organizationChart .chartWrap .row .col .block ul li .city {
                        font-weight: 700;
                        margin: 20px 0 10px
                    }

                    .organizationChart .chartWrap .row .col .block ul li .locations {
                        width: 100%
                    }

                    .organizationChart .chartWrap .row .col .block ul li.multiple .position {
                        position: relative;
                        cursor: pointer;
                        margin-bottom: 0
                    }

                        .organizationChart .chartWrap .row .col .block ul li.multiple .position:after {
                            content: "";
                            display: inline-block;
                            width: 13px;
                            height: 13px;
                            background: url(/assets/images/icons/arrow-down.svg) no-repeat;
                            background-size: auto 100%;
                            -webkit-transform: rotate(270deg);
                            transform: rotate(270deg);
                            position: absolute;
                            right: 0;
                            top: 5px
                        }

                    .organizationChart .chartWrap .row .col .block ul li#multipleDisable .position:after {
                        content: "";
                        display: inline-block;
                        width: 13px;
                        height: 13px;
                        background: none;
                        background-size: auto 100%;
                        -webkit-transform: rotate(270deg);
                        transform: rotate(270deg);
                        position: absolute;
                        right: 0;
                        top: 5px
                    }


                    .organizationChart .chartWrap .row .col .block ul li.multiple .locations {
                        height: 0;
                        overflow: hidden
                    }

                    .organizationChart .chartWrap .row .col .block ul li.multiple.opened .locations {
                        height: auto
                    }

                    .organizationChart .chartWrap .row .col .block ul li.multiple.opened .position:after {
                        -webkit-transform: rotate(90deg);
                        transform: rotate(90deg)
                    }

@media (max-width:1199px) {
    .organizationChart {
        padding: 55px 30px 80px
    }

        .organizationChart .chartWrap .row .col {
            width: calc(50% - 15px);
            margin: 0
        }

            .organizationChart .chartWrap .row .col:nth-child(odd) {
                margin-right: 20px
            }

            .organizationChart .chartWrap .row .col .block h4 {
                font-size: 24px;
                margin: 38px 0 15px
            }
}

@media (max-width:767px) {
    .organizationChart {
        padding: 45px 20px 80px
    }

        .organizationChart p {
            max-width: 70%;
            margin: 10px auto 0
        }

        .organizationChart .chartWrap .row .col {
            width: 100%;
            margin: 0
        }

            .organizationChart .chartWrap .row .col .block h4 {
                font-size: 20px;
                margin-top: 20px;
                margin-bottom: 5px
            }
}

.locations-wrap h2 {
    margin: 0;
    text-align: center
}

.locations-wrap > p {
    max-width: 600px;
    margin: 0 auto;
    text-align: center
}

.locations-wrap .accordion-wrap {
    margin-top: 30px
}

.locations-wrap .location {
    margin-top: 10px
}

    .locations-wrap .location:first-child {
        margin-top: 35px
    }

    .locations-wrap .location:last-child {
        margin-bottom: 20px
    }

    .locations-wrap .location h5 {
        color: #0083cb
    }

    .locations-wrap .location .location-details {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

        .locations-wrap .location .location-details .opening-hours {
            width: calc(36% - 20px);
            float: left
        }

            .locations-wrap .location .location-details .opening-hours .days,
            .locations-wrap .location .location-details .opening-hours .hours {
                width: 50%;
                float: left
            }

        .locations-wrap .location .location-details .address {
            width: calc(42% - 20px);
            float: left;
            border-left: #dad7e0 1px solid;
            padding-left: 20px
        }

        .locations-wrap .location .location-details .phones {
            width: 21%;
            float: left;
            border-left: #dad7e0 1px solid;
            padding-left: 20px
        }

            .locations-wrap .location .location-details .phones strong {
                display: inline-block;
                min-width: 32px
            }

@media (max-width:1199px) {
    .locations-wrap .location {
        margin-top: 0
    }

        .locations-wrap .location:first-child {
            margin-top: 20px
        }

        .locations-wrap .location .location-details .opening-hours {
            min-width: 278px
        }

        .locations-wrap .location .location-details .phones {
            min-width: 145px;
            padding-left: 15px
        }

            .locations-wrap .location .location-details .phones strong {
                min-width: 27px
            }

        .locations-wrap .location .location-details .address {
            padding-left: 15px;
            padding-right: 5px
        }
}

@media (max-width:767px) {
    .locations-wrap .location:first-child {
        margin-top: 10px
    }

    .locations-wrap .location:last-child {
        margin-bottom: 0
    }

    .locations-wrap .location .location-details {
        display: block
    }

        .locations-wrap .location .location-details .opening-hours {
            width: 100%;
            padding: 0 0 5px;
            border-bottom: #dad7e0 1px solid;
            margin-bottom: 5px;
            float: none;
            min-width: 100%
        }

            .locations-wrap .location .location-details .opening-hours .days,
            .locations-wrap .location .location-details .opening-hours .hours {
                width: calc(50% - 3px);
                float: none;
                display: inline-block
            }

        .locations-wrap .location .location-details .address,
        .locations-wrap .location .location-details .phones {
            width: 100%;
            padding: 0 0 5px;
            border: none;
            margin-bottom: 5px;
            float: none
        }

        .locations-wrap .location .location-details .opening-hours .hours {
            text-align: right
        }

        .locations-wrap .location .location-details .address {
            border-bottom: #dad7e0 1px solid
        }

    .locations-wrap .location h5 {
        text-transform: none;
        font-size: 16px
    }
}

.t5 .site-content {
    margin-bottom: 50px;
    padding-bottom: 0
}

body.page.t7 .site-content.column-left .content {
    padding-top: 0
}

body.page.t7 .contact-form {
    padding: 70px 40px;
    line-height: initial
}

@media (max-width:1199px) {
    body.page.t7 .contact-form {
        padding: 40px 30px
    }
}

@media (max-width:767px) {
    body.page.t7 .contact-form {
        padding: 40px 20px
    }
}

body.t8 {
    padding-top: 0
}

.off-site {
    min-height: calc(100vh - 185px);
    color: #fff;
    background: url(/assets/images/icons/cta-bg.png) right bottom repeat;
}

    .off-site h2 {
        color: #fff;
        margin-bottom: 30px
    }

    .off-site .btns-wrap {
        margin-top: 40px
    }

#PopupLayer_Box {
    display: none;
    z-index: 999;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -300px;
    margin-top: -200px;
    width: 600px;
    border: 1px solid #ACB1BA;
    padding: 20px;
    font-size: 14px;
    background-color: #FFF;
    box-shadow: 0 0 10px #ACB1BA
}

    #PopupLayer_Box .title {
        overflow: hidden;
        margin-bottom: 20px
    }

        #PopupLayer_Box .title .imgbox {
            float: left;
            width: 50%
        }

            #PopupLayer_Box .title .imgbox:nth-of-type(1) > img {
                width: 110px;
                height: 30px
            }

            #PopupLayer_Box .title .imgbox:nth-last-of-type(1) {
                font-size: 20px;
                font-weight: bold;
                line-height: 30px;
                text-align: right
            }

                #PopupLayer_Box .title .imgbox:nth-last-of-type(1) > img {
                    margin-right: 5px
                }

    #PopupLayer_Box form {
        margin-bottom: 20px
    }

        #PopupLayer_Box form dt {
            font-size: 20px;
            font-weight: bold;
            color: #0053A3
        }

        #PopupLayer_Box form dd {
            line-height: 1.3
        }

        #PopupLayer_Box form fieldset {
            border: 1px solid #ACB1BA;
            margin-bottom: 20px;
            padding: 20px
        }

        #PopupLayer_Box form div {
            overflow: hidden
        }

    #PopupLayer_Box .install {
        background-color: #0053A3;
        color: white;
        font-weight: bold;
        line-height: 35px;
        padding: 0 20px;
        border: none
    }

    #PopupLayer_Box #popupBoxClose {
        margin: 0 auto;
        font-weight: bold;
        text-align: center;
        background-color: #CFD3DD;
    }

    #PopupLayer_Box .divpop-border {
        padding: 10px 20px;
        display: inline-block;
    }

    #PopupLayer_Box .divpop-wrap {
        text-align: right;
        padding-right: 10px;
    }

@media (max-width:1199px) {
    #PopupLayer_Box {
        top: 50%;
        left: 50%;
        margin-left: -250px;
        margin-top: -200px;
        width: 500px;
    }
}

@media (max-width:767px) {
    #PopupLayer_Box {
        top: 50%;
        left: 50%;
        margin-left: -160px;
        margin-top: -200px;
        width: 320px;
    }
}

#NoticeCentents {
    padding: 65px 0px 80px 0px;
    /* text-align: center; */
    background: url(/assets/images/light-gray-bg.png) center bottom no-repeat
}

    #NoticeCentents .inner {
    }

        #NoticeCentents .inner .content {
        }

            #NoticeCentents .inner .content .headerCentered {
            }

@media (min-width:1200px) {
    .esign-border {
        margin-bottom: 40px;
        padding: 20px;
        border: #000 1px solid;
    }

    .esign-bottom-margin {
        margin-bottom: 40px;
    }

    .esign-bullet-color > ul > li, .esign-bullet-color > ol > li {
        color: #000;
        list-style-type: none;
    }
}

@media (max-width:1199px) {
    .esign-border {
        margin-bottom: 40px;
        padding: 20px;
        border: #000 1px solid;
    }

    .esign-bottom-margin {
        margin-bottom: 40px;
    }

    .esign-bullet-color {
    }
}

@media (max-width:767px) {
    #DisplayAdjustment.active {
        display: none;
    }

    .block-post-list .post .promotion.active {
        display: none;
    }

    .esign-border {
        margin-bottom: 40px;
        padding: 20px;
        border: #000 1px solid;
    }

    .esign-bottom-margin {
        margin-bottom: 40px;
    }

    .esign-bullet-color {
    }
}

.mobileBlock {
    position: relative;
    background-image: url(../images/cms/desktop/Mobile-bg-img.png);
    height: 162px;
    text-align: center;
}

.phone-logo {
    width: 530px;
    display: inline-block;
}

.phone-logo-tb {
    display: none;
}

.phone-logo > img {
}

.down-phrase-mobile {
    display: none;
}

.down-phrase {
    width: 190px;
    color: #fff;
    display: inline-block;
    vertical-align: top;
    margin-top: 60px;
    text-align: left;
    font-size: 20px;
}

.store-link {
    width: 330px;
    padding-top: 20px;
    display: inline-block;
    vertical-align: top;
    margin-top: 35px;
}

.appstore {
    height: 50px;
}

.googleplay {
    height: 50px;
}

@media (max-width:1199px) {
    .mobileBlock {
        position: relative;
        background-image: url(../images/cms/tablet/Mobile-bg-img-tablet.png);
        background-repeat: no-repeat;
        background-size: cover;
        height: 100px;
        text-align: center;
    }

    .phone-logo {
        display: none;
    }

    .phone-logo-tb {
        width: 30%;
        display: inline-block;
    }

        .phone-logo-tb > img {
            float: right;
            height: 100px;
        }

    .down-phrase-mobile {
        display: none;
    }

    .down-phrase {
        margin-top: 30px;
        width: 150px;
        display: inline-block;
        color: #fff;
        text-align: left;
        font-size: 15px;
    }

    .store-link {
        margin-top: 30px;
        padding-top: 0;
        width: 230px;
        display: inline-block;
    }

    .appstore {
        height: 40px;
    }

    .googleplay {
        height: 40px;
    }
}

@media (max-width:767px) {
    .mobileBlock {
        position: relative;
        background-image: url(../images/cms/mobile/Mobile-bg-img-mobile.png);
        height: 297px;
    }

    .phone-logo {
        display: inline-block;
        margin-top: 15px;
        width: 100%;
        float: left;
        height: 101px;
        background-image: url(../images/cms/mobile/Mobile_phone_Icon.png);
        background-repeat: no-repeat;
        background-position-x: 50%;
    }

        .phone-logo > img {
            display: none;
        }

    .phone-logo-tb {
        display: none;
    }

    .down-phrase-mobile {
        margin-top: 25px;
        width: 100%;
        float: left;
        color: #fff;
        display: block;
        font-size: 23px;
        text-align: center;
    }

    .down-phrase {
        display: none;
    }

    .store-link {
        margin-top: 20px;
        width: 100%;
        float: left;
        text-align: center;
    }

    .appstore {
        height: 45px;
    }

    .googleplay {
        height: 45px;
    }
}
