/* Minification failed. Returning unminified contents.
(115,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(116,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(117,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(118,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(119,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(120,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(121,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(122,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(123,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(124,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(125,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(126,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(127,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(191,32): run-time error CSS1039: Token not allowed after unary operator: '-input-background-color'
(209,28): run-time error CSS1039: Token not allowed after unary operator: '-input-border-color'
(214,28): run-time error CSS1039: Token not allowed after unary operator: '-input-border-color-inline'
(223,28): run-time error CSS1039: Token not allowed after unary operator: '-input-border-color'
(227,28): run-time error CSS1039: Token not allowed after unary operator: '-input-border-color-inline'
(231,28): run-time error CSS1039: Token not allowed after unary operator: '-input-border-color-checked'
(232,32): run-time error CSS1039: Token not allowed after unary operator: '-input-background-color-checked'
(236,28): run-time error CSS1039: Token not allowed after unary operator: '-input-border-color-inline-checked'
(240,28): run-time error CSS1039: Token not allowed after unary operator: '-input-border-color-disabled'
(241,32): run-time error CSS1039: Token not allowed after unary operator: '-input-background-color-disabled'
(245,28): run-time error CSS1039: Token not allowed after unary operator: '-input-border-color-inline-disabled'
(249,28): run-time error CSS1039: Token not allowed after unary operator: '-input-border-color-hover'
(253,28): run-time error CSS1039: Token not allowed after unary operator: '-input-border-color-hover'
(254,32): run-time error CSS1039: Token not allowed after unary operator: '-input-background-color-hover'
(258,28): run-time error CSS1039: Token not allowed after unary operator: '-input-border-color-inline-hover'
(269,28): run-time error CSS1039: Token not allowed after unary operator: '-input-border-color-inline-checked'
(279,28): run-time error CSS1039: Token not allowed after unary operator: '-input-border-color'
(283,28): run-time error CSS1039: Token not allowed after unary operator: '-input-border-color-inline'
(287,28): run-time error CSS1039: Token not allowed after unary operator: '-input-border-color-checked'
(288,32): run-time error CSS1039: Token not allowed after unary operator: '-input-background-color'
(292,28): run-time error CSS1039: Token not allowed after unary operator: '-input-border-color-inline-checked'
(299,28): run-time error CSS1039: Token not allowed after unary operator: '-input-border-color-inline-disabled'
(303,28): run-time error CSS1039: Token not allowed after unary operator: '-input-border-color-hover'
(307,28): run-time error CSS1039: Token not allowed after unary operator: '-input-border-color-hover'
(308,32): run-time error CSS1039: Token not allowed after unary operator: '-input-background-color'
(312,28): run-time error CSS1039: Token not allowed after unary operator: '-input-border-color-inline-hover'
(3818,18): run-time error CSS1036: Expected expression, found ';'
 */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

:focus {
    outline: 0;
}

ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

ul, li {
    float: left;
    display: inline;
}

h1, h2, h3, h4, h5 {
    font-weight: normal;
}

i, em {
    font-style: normal;
}

button, select {
    border: none;
    margin: 0;
    padding: 0;
    background: transparent;
}

* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

/*	Finish RESET	*/

html::-webkit-scrollbar {
    width: 10px;
}

html::-webkit-scrollbar-track {
    background: #666;
}

html::-webkit-scrollbar-thumb {
    background-color: #FFF;
    border: 3px solid #666;
}

html {
    scrollbar-color: #FFF #666;
    scrollbar-width: thin;
}

body {
    margin: 0;
    color: #222;
    font-size: 13px;
    font-family: Open Sans, Arial;
    line-height: 20px;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

*::-moz-selection {
    background: rgba(0, 0, 0, 0.1);
}

*::selection {
    background: rgba(0, 0, 0, 0.1);
}

a {
    color: #000;
    text-decoration: none;
}

    a:hover {
        color: #12AAEB;
        text-decoration: none;
    }

:root {
    --input-background-color: #FFF;
    --input-border-color: #bfbfbf;
    --input-border-color-inline: #FFF;
    --input-border-color-checked: #00A678;
    --input-background-color-checked: #00C18C;
    --input-border-color-inline-checked: #00C18C;
    --input-border-color-disabled: #bfbfbf;
    --input-background-color-disabled: #efefef;
    --input-border-color-inline-disabled: #bfbfbf;
    --input-border-color-hover: #00C18C;
    --input-background-color-hover: #FFF;
    --input-border-color-inline-hover: #bfbfbf;
    --input-border-color-focus: #00A678;
}

/* Reset Css */
input, select, textarea, input[type='checkbox'], input[type='radio'] {
    border: none;
    position: relative;
    -webkit-appearance: none;
    margin: 0px;
    padding: 0px;
}

.table {
    float: left;
    width: 100%;
    margin-bottom: 30px;
    text-align: left;
}

    .table tr {
        border-bottom: 1px solid #EEE;
    }

        .table tr:hover {
            background-color: #F9F9F9;
        }

    .table th, .table td {
        padding: 5px;
    }

    .table th {
        background-color: #EEE;
    }

input:focus, select:focus, textarea:focus, input[type='checkbox']:focus, input[type='radio']:focus {
    outline: 0;
}

input[type='submit'], button {
    border: none;
    position: relative;
    -webkit-appearance: none;
    margin: 0px;
    padding: 0px;
    outline: 0;
}

/* Customization checkbox & radio */
input[type='checkbox'], input[type='radio'] {
    width: 18px;
    height: 18px;
    line-height: 18px;
    min-width: 1px !important;
    margin: 1px 10px -1px 0;
    padding: 0;
}

    input[type='checkbox']::before, input[type='radio']::before {
        display: block;
        position: absolute;
        content: "";
        width: calc(100% - 2px);
        height: calc(100% - 2px);
        background-color: var(--input-background-color);
        transition: background-color 500ms, border-color 500ms;
    }

    input[type='checkbox']::after, input[type='radio']::after {
        display: block;
        position: absolute;
        content: "";
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        transition: background-color 500ms, border-color 250ms;
    }

    /* Customization checbox */
    input[type='checkbox']::before {
        border-radius: 4px;
        border: solid 1px;
        border-color: var(--input-border-color);
    }

    input[type='checkbox']::after {
        border: solid;
        border-color: var(--input-border-color-inline);
        border-width: 0 2px 2px 0;
        width: 5px;
        height: 10px;
        left: 7px;
        bottom: 5px;
    }

    input[type='checkbox']:not(:checked)::before {
        border-color: var(--input-border-color);
    }

    input[type='checkbox']:not(:checked)::after {
        border-color: var(--input-border-color-inline);
    }

    input[type='checkbox']:checked:not(:disabled)::before {
        border-color: var(--input-border-color-checked);
        background-color: var(--input-background-color-checked);
    }

    input[type='checkbox']:read-only::before, input[type='checkbox']:-moz-read-only::before {
        border-color: var(--input-border-color-inline-checked);
    }

    input[type='checkbox']:disabled::before {
        border-color: var(--input-border-color-disabled);
        background-color: var(--input-background-color-disabled);
    }

    input[type='checkbox']:disabled::after {
        border-color: var(--input-border-color-inline-disabled);
    }

    input[type='checkbox']:checked:not(:disabled):focus::before, input[type='checkbox']:not(:checked):not(:disabled):focus::before {
        border-color: var(--input-border-color-hover);
    }

    input[type='checkbox']:not(:checked):not(:disabled):hover::before {
        border-color: var(--input-border-color-hover);
        background-color: var(--input-background-color-hover);
    }

    input[type='checkbox']:not(:checked):not(:disabled):hover:not(:checked)::after {
        border-color: var(--input-border-color-inline-hover);
    }

    /* Customization radio */
    input[type='radio']::before {
        border-radius: 50%;
        border: solid 1px;
    }

    input[type='radio']::after {
        border: solid;
        border-color: var(--input-border-color-inline-checked);
        border-width: 5px;
        border-radius: 50%;
        width: 0px;
        height: 0px;
        left: 4px;
        bottom: 4px;
    }

    input[type='radio']:not(:checked)::before {
        border-color: var(--input-border-color);
    }

    input[type='radio']:not(:checked)::after {
        border-color: var(--input-border-color-inline);
    }

    input[type='radio']:checked:not(:disabled)::before {
        border-color: var(--input-border-color-checked);
        background-color: var(--input-background-color);
    }

    input[type='radio']:read-only::before, input[type='checkbox']:-moz-read-only::before {
        border-color: var(--input-border-color-inline-checked);
    }

    input[type='radio']:disabled::before {
    }

    input[type='radio']:disabled::after {
        border-color: var(--input-border-color-inline-disabled);
    }

    input[type='radio']:checked:not(:disabled):focus::before, input[type='radio']:not(:checked):not(:disabled):focus::before {
        border-color: var(--input-border-color-hover);
    }

    input[type='radio']:not(:checked):not(:disabled):hover::before {
        border-color: var(--input-border-color-hover);
        background-color: var(--input-background-color);
    }

    input[type='radio']:not(:checked):not(:disabled):hover:not(:checked)::after {
        border-color: var(--input-border-color-inline-hover);
    }

input, textarea, select {
    float: left;
    font-size: 15px;
    font-family: Open Sans, Arial;
    border-radius: 0;
}

button {
    border: none;
    padding: 0;
    margin: 0;
    cursor: pointer;
    border-radius: 0;
    font-family: Averta, Arial;
    font-size: 18px;
    font-weight: 600;
}

.input {
    width: 100%;
    height: 50px;
    padding: 0 16px;
    border: 1px solid #9BA0B1;
    transition: ease 0.3s;
    background-color: #FFF;
    border-radius: 6px;
    box-shadow: 5px 5px 0 rgba(0,0,0,0.03);
}

    .input:focus {
        border-color: #00C18C;
        box-shadow: 5px 5px 0 rgba(0,0,0,0.06);
    }

.select {
    background: #FFF url(../images/arrow-select.png) no-repeat right center;
    background-size: auto 5px;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

textarea.input {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.button {
    float: none;
    height: 50px;
    display: inline-block;
    padding: 0 50px 0 25px;
    position: relative;
    color: #FFF;
    background-color: #12AAEB;
    transition: all 0.25s;
    border-radius: 25px;
    overflow: hidden;
}

    .button:hover {
        background-color: #121E47;
    }

    .button::before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        right: -40%;
        left: 50%;
        background-image: linear-gradient(0deg,rgba(255, 255, 255, 0.0),#FFF);
        transform: skew(-40deg);
        opacity: 0.1;
        transition: all 0.25s;
    }

    .button:hover::before {
        left: 30%;
        opacity: 0.15;
    }

    .button::after {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        right: 20px;
        width: 24px;
        background: url(../images/arrow-white-right.png) no-repeat right center / auto 16px;
        transition: all 0.25s;
    }

    .button:hover::after {
        right: 15px;
    }

a.button {
    color: #FFF;
    font-weight: 600;
    font-size: 14px;
    line-height: 50px;
}

.tgs {
    float: left;
    width: 100%;
    position: relative;
}

.wrap {
    margin: 0 auto;
    width: 1320px;
    min-height: 10px;
    position: relative;
}

.tal {
    text-align: left !important;
}

.tac {
    text-align: center !important;
}

.tar {
    text-align: right !important;
}

.fl {
    float: left !important;
}

.fr {
    float: right !important;
}

.fn {
    float: none !important;
}

.w100 {
    float: left;
    width: 100% !important;
}

.w50 {
    float: left;
    width: 50%;
}

.mt30 {
    margin-top: 30px;
}

/*	Start TOP	*/

.header {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100px;
    z-index: 2000;
    transition: all 0.3s;
    box-shadow: inset 0 -1px 0 rgba(255,255,255,0.05);
}

.header-sub, .nav-down {
    background-color: #121E47;
    box-shadow: none;
}

.nav-up {
    top: -100px;
}

#logo {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 300;
}

    #logo img {
        float: left;
        height: 60px;
    }

        #logo img:hover {
            opacity: 0.7;
        }

.top-lang-wrap {
    position: absolute;
    top: 30px;
    right: 20px;
    font-size: 14px;
    font-weight: 600;
    line-height: 40px;
    z-index: 300;
}

.top-lang-icon {
    float: right;
    width: 60px;
    height: 40px;
    padding-left: 15px;
    line-height: 40px;
    position: relative;
    cursor: pointer;
    z-index: 250;
    transition: all 0.3s;
    background-color: #12AAEB;
    color: #FFF;
    border-radius: 8px;
}

    .top-lang-icon::after {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        width: 25px;
        background: url(../images/arrow-white-down.png) no-repeat 0 center;
        background-size: 10px 4px;
    }

.top-lang {
    position: absolute;
    top: 50px;
    right: 0;
    width: 60px;
    background-color: #FFF;
    text-align: center;
    display: none;
    z-index: 300;
    border-radius: 8px;
    box-shadow: 0 10px 50px rgba(0, 0, 0, 0.15);
    text-align: center;
}

    .top-lang::before {
        content: "";
        border-bottom: 4px solid transparent;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        height: 0;
        position: absolute;
        width: 0;
        left: 50%;
        top: -4px;
        margin-left: -8px;
        border-bottom-color: #FFF;
    }

    .top-lang ul {
        width: 100%;
    }

    .top-lang li {
        width: 100%;
    }

        .top-lang li a {
            float: left;
            width: 100%;
            box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.05);
        }

        .top-lang li:last-child a {
            box-shadow: none;
        }

        .top-lang li a:hover {
            opacity: 0.7;
        }

.search-icon {
    position: absolute;
    top: 30px;
    right: 100px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    text-indent: -9999px;
    z-index: 100;
}

    .search-icon::before {
        content: "";
        position: absolute;
        top: 5px;
        bottom: 5px;
        left: -15px;
        width: 1px;
        background-color: rgba(255,255,255,0.0);
        transition: all 0.4s;
    }

.search-icon-close::before {
    left: 0 !important;
    top: 0 !important;
    bottom: 0 !important;
    width: 100%;
    background-color: #ED1C24;
    border-radius: 8px;
}

.search-icon::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/icon-search.png) no-repeat center / 20px;
    transition: all 0.3s;
}

.search-icon-close::after {
    background-image: url(../images/icon-close.png);
    background-size: 24px;
}

.header-search {
    position: fixed;
    right: 20px;
    top: 90px;
    width: 400px;
    z-index: 8100;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    display: none;
    overflow: hidden;
}

    .header-search input {
        float: left;
        width: 100%;
        height: 50px;
        padding: 0 70px 0 20px;
        font-size: 15px;
        line-height: 50px;
        background-color: #FFF;
        border-radius: 8px;
    }

    .header-search button {
        position: absolute;
        top: 5px;
        right: 5px;
        bottom: 5px;
        width: 60px;
        background: #121E46 url(../images/icon-search.png) no-repeat center / 20px;
        text-indent: -9999px;
        border-radius: 6px;
    }

        .header-search button:hover {
            background-size: 18px;
        }

.nav-icon {
    display: none;
}

#nav {
    float: left;
    width: 100%;
    padding: 0 150px;
    z-index: 200;
    text-align: center;
}

    #nav ul {
        float: none;
        display: inline-block;
        text-align: left;
    }

    #nav li {
        position: relative;
    }

        #nav li > a {
            float: left;
            padding: 0 20px;
            font-weight: 500;
            font-family: Averta;
            font-size: 14px;
            color: #FFF;
            letter-spacing: 1px;
            line-height: 100px;
            position: relative;
            transition: all 0.3s ease;
        }

        #nav li:hover > a {
            color: #12AAEB;
        }

        #nav li > a.active {
            color: #12AAEB;
        }

        #nav li > a::after {
            content: "";
            position: absolute;
            left: 20px;
            top: 0;
            width: 0;
            height: 2px;
            background-color: #12AAEB;
            transition: all 0.3s;
        }

        #nav li:hover > a::after {
            width: calc(100% - 40px);
            opacity: 1;
        }

        #nav li > a.active::after {
            width: calc(100% - 40px);
        }

    #nav > ul li span {
        display: none;
        position: absolute;
        top: 80px;
        left: 50%;
        width: 300px;
        margin-left: -150px;
        padding: 20px;
        background-color: #FFF;
        box-shadow: 0 10px 50px rgba(0, 0, 0, 0.15);
        text-align: left;
        border-radius: 8px;
    }

    #nav li span::before {
        content: "";
        border-bottom: 4px solid transparent;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        height: 0;
        position: absolute;
        width: 0;
        left: 50%;
        top: -4px;
        margin-left: -8px;
        border-bottom-color: #FFF;
    }

    #nav > ul li span > a {
        float: left;
        width: 100%;
        padding: 10px 15px;
        position: relative;
        font-weight: 600;
        transition: all 0.2s;
        border-bottom: 1px solid #F0F0F0;
    }

        #nav > ul li span > a:first-child {
            border-top: 1px solid #F0F0F0;
        }

        #nav > ul li span > a::before {
            content: "";
            position: absolute;
            top: 50%;
            left: 0;
            width: 4px;
            height: 4px;
            margin-top: -3px;
            border: 1px solid #DDD;
            border-radius: 50%;
            transition: all 0.2s;
        }

        #nav > ul li span > a:hover::before {
            border-color: #12AAEB;
            background-color: #12AAEB;
        }

/*	Finish TOP	*/

.mask-bottom, .mask-top, .mask-rotate {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 700;
}

.mask-rotate {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.mask-top {
    top: 0;
    bottom: auto;
}

    .mask-bottom img, .mask-top img, .mask-rotate img {
        float: right;
        width: 50%;
    }

.controls {
    height: 100%;
}

.slick-prev, .slick-next {
    position: absolute;
    top: 50%;
    width: 50px;
    height: 50px;
    margin-top: -25px;
    text-indent: -9999px;
    cursor: pointer;
    z-index: 1000;
    transition: all 0.2s ease;
    background: url(../images/arrow-left.png) no-repeat center / auto 16px;
    border-radius: 50%;
}

.slick-prev {
    left: 10px;
}

.slick-next {
    right: 10px;
    background-image: url(../images/arrow-right.png);
}

    .slick-prev:hover, .slick-next:hover {
        background-color: #12AAEB;
    }

.slick-prev:hover {
    background-image: url(../images/arrow-white-left.png);
}

.slick-next:hover {
    background-image: url(../images/arrow-white-right.png);
}

ul.slick-dots {
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 30px 0;
    z-index: 1000;
    background-image: linear-gradient(180deg,rgba(0,0,0,0.0),rgba(0,0,0,0.2));
}

    ul.slick-dots li {
        float: none;
        display: inline-block;
        width: 20px;
        height: 4px;
        margin: 0 5px;
        transition: all 0.3s;
    }

        ul.slick-dots li button {
            float: left;
            width: 100%;
            height: 100%;
            cursor: pointer;
            transition: all 0.3s;
            position: relative;
            text-indent: -9999px;
            opacity: 0.4;
        }

            ul.slick-dots li button:hover {
                opacity: 0.6;
            }

            ul.slick-dots li button::after {
                content: "";
                position: absolute;
                top: 0;
                bottom: 0;
                left: 0;
                right: 0;
                background-color: #FFF;
            }

        ul.slick-dots li.slick-active button {
            opacity: 1;
        }

.slider-hero-out {
    float: left;
    width: 100%;
    position: relative;
    z-index: 700;
}

.slider-hero-wrap {
    float: left;
    width: 100%;
    position: relative;
    z-index: 700;
}

.slider-hero {
    float: left;
    width: 100%;
    position: relative;
    z-index: 700;
    text-align: center;
}

    .slider-hero .slick-list {
        overflow: hidden;
    }

.slider-hero-item {
    float: left;
    width: 100%;
    height: 100vh;
    min-height: 520px;
    position: relative;
    overflow: hidden;
}

.item-zoom {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: all 3s;
    transform-origin: center;
    transform: scale(1.5);
}

    .item-zoom::before, .hero-video-mask {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background-image: linear-gradient(180deg,rgba(18,30,71,0.95),rgba(18,30,71,0.0) 27%,rgba(18,30,71,0.0) 55%,#121E47);
    }

.slick-current .item-zoom {
    transform: scale(1);
}

.slider-hero-video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    object-fit: cover;
}

.hero-video-mask {
    z-index: 20;
}

.slider-hero-title {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding-bottom: 189px;
    z-index: 120;
}

.slider-hero-title-in {
    display: inline-block;
    width: 100%;
    max-width: 720px;
}

.slider-hero-title strong {
    float: left;
    width: 100%;
    position: relative;
    font-family: Averta;
    font-size: 37px;
    font-weight: 800;
    color: #FFF;
    line-height: 50px;
    letter-spacing: 1px;
}

.slider-hero-item picture {
    float: left;
    width: 100%;
    display: none;
}

    .slider-hero-item picture img {
        float: left;
        width: 100%;
    }

.slider-hero ul.slick-dots {
    right: 0;
    padding-bottom: 168px;
    background: none;
}

.hero-extra {
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 0;
}

    .hero-extra .wrap {
        height: 100%;
    }

.hero-links {
    float: left;
    width: 100%;
    position: relative;
    color: #FFF;
    z-index: 1020;
}

    .hero-links ul {
        width: 100%;
        display: flex;
        flex-flow: row wrap;
        justify-content: center;
    }

    .hero-links li {
        width: 20%;
        padding: 0 10px;
    }

        .hero-links li a {
            float: left;
            width: 100%;
            padding: 18px;
            position: relative;
            border: 2px solid #12AAEB;
            border-radius: 6px;
            color: #12AAEB;
            display: flex;
            align-items: center;
            transition: all 0.3s;
        }

            .hero-links li a:hover {
                background-color: #FFF;
            }

            .hero-links li a picture {
                float: left;
                width: 40px;
                height: 40px;
                text-align: center;
            }

                .hero-links li a picture img {
                    height: 100%;
                }

            .hero-links li a strong {
                float: right;
                width: calc(100% - 60px);
                height: 100%;
                margin-left: auto;
                position: relative;
                font-size: 14px;
                font-weight: 600;
            }

.hero-exchange {
    float: left;
    width: 100%;
    margin: 20px 0;
    position: relative;
    color: #FFF;
    z-index: 1020;
    text-align: center;
}

    .hero-exchange ul {
        float: none;
        display: inline-block;
    }

    .hero-exchange li {
        padding-right: 20px;
        margin-right: 20px;
        border-right: 1px solid rgba(255,255,255,0.15);
    }

        .hero-exchange li:last-child {
            padding-right: 0;
            margin-right: 0;
            border-right: 0;
        }

        .hero-exchange li section {
            float: left;
        }

            .hero-exchange li section span {
                float: left;
            }

            .hero-exchange li section i {
                float: left;
                width: 8px;
                height: 20px;
                margin: 0 5px;
                background-position: center;
                background-size: 100% auto;
                background-repeat: no-repeat;
            }

                .hero-exchange li section i.up {
                    background-image: url(../images/arrow-up.png);
                }

                .hero-exchange li section i.down {
                    background-image: url(../images/arrow-down.png);
                }

            .hero-exchange li section strong {
                float: left;
            }

.vertical-out {
    width: 100%;
    height: 100%;
    display: table;
}

.vertical-in {
    width: 100%;
    display: table-cell;
    vertical-align: middle;
}

/*	Finish SLIDER	*/

/*	Start FOOTER	*/

.footer-wrap {
    float: left;
    width: 100%;
    background-color: #FFF;
    color: #666;
    position: relative;
}

.footer-hero {
    float: left;
    width: 100%;
    position: relative;
    z-index: 100;
}

    .footer-hero a {
        float: left;
        width: 50%;
        height: 200px;
        position: relative;
        color: #FFF;
        line-height: 30px;
        background: url(../images/footer-export.jpg) no-repeat center;
        background-size: cover;
    }

        .footer-hero a:last-child {
            background-image: url(../images/footer-assembly.jpg);
        }

        .footer-hero a::before, .footer-hero a::before {
            content: "";
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            background-image: linear-gradient(0deg,#121E47,rgba(18,30,71,0.0));
            transition: all 0.5s;
        }

        .footer-hero a:last-child::before {
            background-image: linear-gradient(0deg,#12AAEB,rgba(18,170,235,0.0));
        }

        .footer-hero a:hover::before, .footer-hero a:hover::before {
            opacity: 0.2;
        }

        .footer-hero a strong {
            position: absolute;
            left: 0;
            right: 0;
            bottom: 0;
            padding: 45px 60px;
            font-family: Averta;
            font-weight: 600;
            font-size: 30px;
        }

            .footer-hero a strong::after, .footer-hero a strong::after {
                content: "";
                position: absolute;
                right: 40px;
                bottom: 40px;
                width: 50px;
                height: 50px;
                background: #FFF url(../images/arrow-right.png) no-repeat center / auto 16px;
                border-radius: 50%;
                transition: all 0.3s;
            }

        .footer-hero a:hover strong::after {
            background-color: rgba(0,0,0,0.5);
            background-image: url(../images/arrow-white-right.png);
        }

.footer {
    float: left;
    width: 100%;
    padding-top: 80px;
    position: relative;
}

.footer-sitemap {
    float: left;
    width: 100%;
    margin-top: 10px;
    position: relative;
    z-index: 4;
}

.footer-sitemap-block {
    float: left;
    width: 20%;
}

.footer-sitemap section {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.footer-sitemap ul {
    width: 100%;
    margin-top: 10px;
    display: flex;
    flex-flow: row wrap;
}

.footer-sitemap li {
    width: 100%;
}

    .footer-sitemap li a {
        float: left;
        width: 100%;
        padding: 5px 0;
        font-size: 14px;
        font-weight: 500;
        color: #666;
    }

        .footer-sitemap li a:hover {
            text-decoration: underline;
        }

.footer-title {
    float: left;
    width: 100%;
    padding: 14px 0 6px 0;
    font-family: Averta;
    font-size: 18px;
    font-weight: 600;
    color: #121E47;
    position: relative;
}

    .footer-title a {
        color: #121E47;
    }

.footer-bulletin {
    float: right;
    width: 30%;
    padding: 40px;
    background-color: #F6F6F8;
}

    .footer-bulletin h5 {
        float: left;
        width: 100%;
        padding: 18px 0 22px 0;
        position: relative;
        font-family: Averta;
        font-size: 27px;
        font-weight: 600;
        color: #121E47;
        line-height: 35px;
        letter-spacing: -0.5px;
    }

        .footer-bulletin h5::before {
            content: "";
            position: absolute;
            top: -3px;
            left: 0;
            width: 80px;
            height: 3px;
            background-color: #12AAEB;
        }

    .footer-bulletin section {
        float: left;
        width: 100%;
        margin-bottom: 30px;
    }

        .footer-bulletin section .input {
            border-radius: 0;
            border: 0;
            border-bottom: 1px solid #9BA0B1;
            background-color: rgba(255,255,255,0.3);
            box-shadow: none;
        }

            .footer-bulletin section .input:focus {
                border-bottom-color: #121E47;
                background-color: #FFF;
            }

    .footer-bulletin small {
        float: left;
        width: 100%;
        padding-top: 20px;
        margin: 3px 0 -4px;
        color: #64646D;
        border-top: 1px solid #E6E7EC;
    }

        .footer-bulletin small a {
            text-decoration: underline;
        }

.footer-connect {
    float: left;
    width: 100%;
    margin: 60px 0;
    position: relative;
    z-index: 3;
    line-height: 50px;
}

    .footer-connect::before {
        content: "";
        position: absolute;
        top: calc(50% - 1px);
        left: 0;
        right: 0;
        height: 2px;
        background-color: #F1F2F4;
    }

.footer-phone {
    float: left;
    padding-right: 30px;
    position: relative;
    background-color: #FFF;
    font-size: 26px;
    font-weight: 700;
    font-family: Averta;
    color: #12AAEB;
}

.footer-share {
    float: right;
    padding-left: 30px;
    position: relative;
    background-color: #FFF;
}

    .footer-share span {
        float: left;
        font-size: 15px;
        font-weight: 500;
        opacity: 0.7;
    }

    .footer-share li {
        padding-left: 20px;
    }

        .footer-share li a {
            float: left;
            border-radius: 8px;
            transition: all 0.3s;
        }

            .footer-share li a:hover {
                background-color: #F1F2F4;
            }

            .footer-share li a img {
                float: left;
                width: 50px;
            }

.copyright {
    float: left;
    width: 100%;
    padding: 60px 0;
    position: relative;
    background-color: #F6F6F8;
    z-index: 5;
}

.copyright-in {
    float: left;
    width: 100%;
    display: flex;
    align-items: center;
}

.copyright-left {
    float: left;
    width: 50%;
}

.copyright-right {
    float: right;
    width: 50%;
    margin-left: auto;
    text-align: right;
    color: #757575;
}

.copyright a {
    font-weight: 600;
}

/*	Start CONTENT	*/

.page-title {
    float: left;
    width: 100%;
    margin: 80px 0 40px 0;
    color: #333;
    font-size: 15px;
    font-weight: 600;
    line-height: 30px;
    position: relative;
    z-index: 10;
}

.page-title-small {
    margin: 20px 0;
}

.page-title::after {
    content: "";
    position: absolute;
    top: 5px;
    bottom: 5px;
    left: 0;
    width: 2px;
    background-color: #12AAEB;
}

.page-title strong {
    float: left;
    width: 100%;
    color: #12AAEB;
    font-family: Averta;
    font-size: 39px;
    line-height: 50px;
}

.page-title-small strong {
    padding: 5px 0;
    color: #151515;
    font-size: 27px;
    line-height: 30px;
}

.page-title span {
    float: left;
    width: 100%;
    margin: -1px 0 1px 0;
}

.content-title {
    float: left;
    width: 100%;
    margin: 20px 0;
    font-size: 17px;
    font-weight: 600;
    color: #151515;
    box-shadow: inset 2px 0 0 #12AAEB;
}

.page-about {
    float: left;
    width: 100%;
    margin-top: -18px;
    margin-bottom: 33px;
    font-size: 15px;
    color: #666;
    line-height: 25px;
    position: relative;
    z-index: 10;
}

.page-about-top {
    /*margin-top: 52px;*/
}

.page-about-single {
    margin-top: 32px;
}

.page-about strong, .page-about b {
    font-weight: 700;
    color: #151515;
}

.page-about a {
    font-weight: 600;
}

.page-photo {
    float: left;
    width: 100%;
}

    .page-photo img {
        float: left;
        width: 100%;
        border-radius: 8px;
    }

.text-white {
    color: #FFF !important;
}

.inner-80 {
    margin: 0 -80px;
}

.inner-40 {
    margin: 0 -40px;
}

.inner-30 {
    margin: 0 -30px;
}

.inner-20 {
    margin: 0 -20px;
}

.inner-15 {
    margin: 0 -15px;
}

.inner-10 {
    margin: 0 -10px;
}

.inner-6 {
    margin: 0 -6px;
}

.inner-5 {
    margin: 0 -5px;
}

.inner-1 {
    margin: 0 -1px;
}

.top-100 {
    padding-top: 100px;
}

.bottom-150 {
    padding-bottom: 150px;
}

.bottom-100 {
    padding-bottom: 100px;
}

.bottom-50 {
    padding-bottom: 50px;
}

.p-l-50 {
    padding-left: 50px;
}

.p-lr-50 {
    padding: 0 50px;
}

.border-top {
    box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.06);
}

.block-lines {
    background: url(../images/lines.png) no-repeat 65% bottom;
}

.block-lines-2 {
    background: url(../images/lines-2.png) no-repeat right bottom;
}

.block-grey {
    background-color: #F6F6F8;
    box-shadow: inset 0 1px 0 rgba(0,0,0,0.06);
}

.block-border-top {
    box-shadow: inset 0 1px 0 rgba(0,0,0,0.06);
}

.block-gradient {
    background: #F5F5F5;
    background: -webkit-linear-gradient(top,rgba(0, 0, 0, 0.06),rgba(0, 0, 0, 0.0));
    background: -o-linear-gradient(top,rgba(0, 0, 0, 0.06),rgba(0, 0, 0, 0.0));
    background: -moz-linear-gradient(top,rgba(0, 0, 0, 0.06),rgba(0, 0, 0, 0.0));
    background: linear-gradient(top,rgba(0, 0, 0, 0.06),rgba(0, 0, 0, 0.0));
}

.link-all {
    float: left;
    width: 100%;
    position: relative;
    text-align: center;
}

    .link-all a {
        float: left;
        height: 50px;
        padding: 0 24px;
        position: relative;
        color: #666;
        border: 1px solid #E5E5E5;
        letter-spacing: 1px;
        font-weight: 500;
        font-size: 14px;
        line-height: 48px;
        transition: all 0.3s;
        border-radius: 25px;
    }

.link-all-centered a {
    float: none;
    display: inline-block;
}

.link-all a:hover {
    color: #12AAEB;
    border-color: #12AAEB;
}

.link-all-dark a {
    background-color: #121E47;
    border-color: #121E47;
    color: #FFF !important;
}

    .link-all-dark a:hover {
        background-color: #12AAEB;
        border-color: rgba(0,0,0,0.2);
    }

.link-all a::after {
    content: "";
    float: right;
    width: 10px;
    height: 48px;
    margin: 0 -5px 0 15px;
    background: url(../images/arrow-right.png) no-repeat center / auto 16px;
    transition: all 0.3s;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
}

.link-all a:hover::after {
    filter: none;
    -webkit-filter: none;
}

.link-all-dark a::after {
    background-image: url(../images/arrow-white-right.png);
}

.master-title {
    float: left;
    width: 100%;
    margin: 67px 0 33px 0;
    font-size: 37px;
    font-weight: 800;
    font-family: Averta;
    line-height: 40px;
    color: #121E46;
}

.master-title-slim {
    margin-top: 37px;
}

.master-summary {
    float: left;
    width: 100%;
    margin: -16px 0 36px 0;
    font-size: 28px;
    font-weight: 300;
    color: #666;
    line-height: 50px;
}

.master-about {
    float: left;
    width: 100%;
    margin: -21px 0 31px 0;
    font-size: 17px;
    line-height: 30px;
}

.slider-news-wrap {
    float: left;
    width: 100%;
    padding-top: 20px;
    position: relative;
}

    .slider-news-wrap::before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 50%;
        left: 0;
        right: 0;
        background: #121E47 url(../images/bg-news.jpg) no-repeat right top / auto 100%;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.05);
    }

.slider-news {
    float: left;
    width: 100%;
    margin-bottom: 35px;
    position: relative;
    z-index: 50;
}

    .slider-news .slick-list {
        overflow: hidden;
    }

.slider-news-item {
    float: left;
    width: 100%;
    padding: 0 20px;
    position: relative;
}

.slider-news .slick-prev {
    left: -40px;
}

.slider-news .slick-next {
    right: -40px;
}

.slider-link {
    float: left;
    width: 100%;
    margin: 20px 0 10px 0;
    position: relative;
    text-align: center;
}

    .slider-link a {
        display: inline-block;
        height: 40px;
        padding: 0 24px;
        position: relative;
        color: #FFF;
        border: 1px solid #FFF;
        letter-spacing: 1px;
        font-weight: 700;
        font-size: 13px;
        line-height: 37px;
        transition: all 0.3s;
        border-radius: 20px;
    }

        .slider-link a:hover {
            background-color: #12AAEB;
        }

        .slider-link a::after {
            content: "";
            float: right;
            width: 10px;
            height: 38px;
            margin: 0 -10px 0 15px;
            background: url(../images/arrow-white-right.png) no-repeat center / auto 16px;
            transition: all 0.3s;
        }

.news-item {
    float: left;
    width: 100%;
    position: relative;
}

    .news-item picture {
        float: left;
        width: 100%;
        position: relative;
        z-index: 5;
        border-radius: 4px;
        overflow: hidden;
    }

    .news-item img {
        float: left;
        width: 100%;
        transform-origin: center;
        transition: all 1s;
    }

    .news-item:hover picture img {
        transform: scale(1.2, 1.2);
    }

    .news-item span {
        float: left;
        width: 100%;
        margin: 15px 0 9px 0;
        color: #999;
        font-weight: 500;
        letter-spacing: 1px;
    }

    .news-item strong {
        float: left;
        width: 100%;
        max-height: 90px;
        font-size: 17px;
        font-weight: 600;
        line-height: 30px;
        position: relative;
        overflow: hidden;
    }

.daily-export-figure {
    float: left;
    width: 100%;
    padding-top: 20px;
    position: relative;
    background: #12AAEB url(../images/bg-export.jpg) no-repeat center bottom / auto 65%;
    box-shadow: inset 0 -1px 0 rgba(0,0,0,0.06);
}

    .daily-export-figure .master-title {
        font-weight: 600;
    }

.export-figure {
    float: left;
    width: 100%;
    position: relative;
}

.export-figure-item {
    float: left;
    width: 50%;
    padding: 0 10px;
}

.export-figure small {
    display: block;
    padding-bottom: 15px;
    position: relative;
    color: #000;
    font-weight: 700;
    font-size: 14px;
}

    .export-figure small::before {
        content: "";
        position: absolute;
        bottom: -9px;
        left: calc(50% - 20px);
        width: 40px;
        height: 3px;
        background-color: #FFF;
    }

.export-figure strong {
    display: block;
    padding: 20px 0 5px 0;
    font-family: Averta;
    font-size: 60px;
    font-weight: 800;
    color: #FFF;
    line-height: 70px;
}

.export-figure span {
    display: block;
    margin-bottom: -5px;
    color: #FFF;
    font-weight: 600;
    font-size: 14px;
}

.latest-block-wrap {
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.latest-block-left, .latest-block-right {
    float: left;
    width: 100%;
    position: relative;
}

.latest-block-right {
    float: right;
}

.latest-announcements {
    float: left;
    width: 100%;
    position: relative;
    box-shadow: inset 1px 0 0 rgba(0,0,0,0.06);
}

.latest-regulations {
    box-shadow: inset 1px 0 0 rgba(0,0,0,0.06), inset -1px 0 0 rgba(0,0,0,0.06);
}

.latest-announcements::before, .latest-announcements::after {
    content: "";
    position: absolute;
    top: 0;
    left: -2000px;
    width: 4000px;
    height: 1px;
    background-color: rgba(0,0,0,0.03);
}

.latest-announcements::after {
    top: auto;
    bottom: 0;
}

.latest-announcements ul {
    width: 100%;
    padding-left: 30px;
}

.latest-announcements li {
    width: 50%;
    padding-right: 30px;
    box-shadow: inset 0 -1px 0 rgba(0,0,0,0.06);
    float: left;
}

    .latest-announcements li:last-child {
        box-shadow: none;
    }

    .latest-announcements li a {
        float: left;
        width: 100%;
        position: relative;
    }

        .latest-announcements li a::before {
            content: "";
            position: absolute;
            top: calc(50% - 28px);
            left: 0;
            width: 60px;
            height: 56px;
            background: url(../images/icon-event.png) no-repeat 0 0 / auto 100%;
            transition: all 0.3s;
        }

.latest-regulations li a::before {
    background-image: url(../images/icon-article.png);
}

.announcements-all li a::before {
    top: 35px;
}

.latest-announcements li a:hover::before {
    opacity: 1;
}

.latest-announcements li a section {
    float: left;
    width: 100%;
    padding: 30px 0 30px 70px;
}

.latest-announcements li a strong {
    float: left;
    width: 100%;
    font-weight: 600;
    font-size: 17px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.latest-announcements li a span {
    float: left;
    margin: 3px 0 -3px 0;
    font-weight: 600;
    color: #999;
    letter-spacing: 2px;
}

.latest-link-all {
    float: left;
    width: 100%;
    position: relative;
    box-shadow: inset 1px 0 0 rgba(0,0,0,0.06);
}

    .latest-link-all a {
        float: left;
        padding: 0 20px 0 30px;
        font-weight: 500;
        line-height: 65px;
        background: url(../images/arrow-right.png) no-repeat center right / auto 16px;
    }

.video-list li picture {
    position: relative;
}

    .video-list li picture:before {
        content: "";
        width: calc(100% - 96px);
        height: calc(100% - 32px);
        position: absolute;
        background: url(../images/play-icon.png) no-repeat center;
    }

.video-list li:hover picture {
    box-shadow: none !important;
}

.hero-awards {
    float: left;
    width: 100%;
    position: relative;
    text-align: center;
}

    .hero-awards ul {
        width: 100%;
        display: flex;
        flex-flow: row wrap;
    }

    .hero-awards li {
        width: 25%;
        padding: 0 20px;
        margin-bottom: 33px;
    }

        .hero-awards li picture {
            float: left;
            width: 100%;
            padding: 20px;
            margin-bottom: 22px;
            background-color: #FFF;
            border-radius: 5px;
            transition: all 0.3s;
        }

        .hero-awards li:hover picture {
            box-shadow: 0 0 27px rgba(0,0,0,0.1);
        }

        .hero-awards li picture img {
            height: 140px;
        }

        .hero-awards li strong {
            float: left;
            width: 100%;
            font-weight: 600;
            font-size: 14px;
            line-height: 25px;
        }

.block-tgs {
    float: left;
    width: 100%;
    margin-top: 20px;
    position: relative;
    display: flex;
    align-items: center;
}

.block-tgs-left, .block-tgs-right {
    float: left;
    width: calc(50% - 40px);
}

.block-tgs-right {
    float: right;
    margin-left: auto;
}

.tgs-stats {
    float: left;
    width: 100%;
    padding: 45px 0;
    position: relative;
    z-index: 100;
    font-size: 15px;
    font-weight: 600;
    color: #121E46;
}

    .tgs-stats ul {
        width: 100%;
        overflow: hidden;
        display: flex;
        flex-flow: row wrap;
    }

    .tgs-stats li {
        padding: 0 20px;
        margin: 30px 0;
        position: relative;
        flex: 1;
        flex-basis: 50%;
    }

        .tgs-stats li strong {
            float: left;
            width: 100%;
            font-family: Averta;
            font-size: 90px;
            line-height: 90px;
            letter-spacing: -1px;
            position: relative;
        }

        .tgs-stats li span {
            float: left;
            width: 100%;
            padding-top: 19px;
            margin-top: 12px;
            box-shadow: inset 0 2px 0 0 #E3E6E8;
            opacity: 0.7;
        }

.blog-list {
    float: left;
    width: 100%;
    line-height: 25px;
}

    .blog-list ul {
        width: 100%;
        display: flex;
        flex-flow: row wrap;
    }

    .blog-list li {
        width: 25%;
        padding: 0 20px;
        margin-bottom: 40px;
    }

        .blog-list li a {
            float: left;
            width: 100%;
            padding-bottom: 2px;
        }

        .blog-list li picture {
            float: left;
            width: 100%;
            overflow: hidden;
            border-radius: 5px;
        }

            .blog-list li picture img {
                float: left;
                width: 100%;
                transform-origin: center bottom;
                transition: all 1s;
            }

        .blog-list li:hover picture img {
            transform: scale(1.1, 1.1);
        }

        .blog-list li a strong {
            float: left;
            width: 100%;
            margin: 16px 0 27px 0;
            font-weight: 500;
            font-size: 17px;
        }

        .blog-list li a span {
            float: left;
            width: 100%;
            position: relative;
            font-weight: 600;
            letter-spacing: 2px;
            text-transform: uppercase;
            color: #999;
        }

            .blog-list li a span::before {
                content: "";
                position: absolute;
                top: -12px;
                left: 0;
                width: 30px;
                height: 2px;
                background-color: #888;
                opacity: 0.2;
                transition: all 0.3s;
            }

        .blog-list li a:hover span::before {
            width: 50%;
            opacity: 1;
        }

.chairman-message {
    float: left;
    width: 100%;
    position: relative;
}

.chairman-photo {
    position: absolute;
    top: 75px;
    bottom: 0;
    left: 0;
    width: 50%;
    text-align: center;
}

    .chairman-photo img {
        height: 100%;
    }

.chairman-text {
    float: right;
    width: 50%;
    padding: 20px 0 60px 0;
}

.block-financial-statements, .block-information-society {
    float: left;
    width: 50%;
}

    .block-financial-statements a, .block-information-society a {
        float: left;
        width: 100%;
        padding: 40px;
        background-color: #F2F4F7;
        font-size: 24px;
        font-weight: 700;
        color: #12AAEB;
        line-height: 50px;
    }

        .block-financial-statements a span, .block-information-society a span {
            float: left;
            width: 100%;
            padding-left: 30px;
            position: relative;
            box-shadow: inset 2px 0 0 #12AAEB;
        }

            .block-financial-statements a span::after, .block-information-society a span::after {
                content: "";
                position: absolute;
                top: 0;
                right: 0;
                width: 46px;
                height: 46px;
                border: 2px solid #12AAEB;
                background: url(../images/arrow-blue-right.png) no-repeat center;
                background-size: 20px;
                border-radius: 50%;
                transition: all 0.3s;
            }

        .block-financial-statements a:hover span::after, .block-information-society a:hover span::after {
            background-color: #12AAEB;
            background-image: url(../images/arrow-right.png);
        }

    .block-information-society a {
        background-color: #12AAEB;
        color: #FFF;
    }

        .block-information-society a span {
            box-shadow: inset 2px 0 0 #FFF;
        }

            .block-information-society a span::after {
                border-color: #FFF;
                background-image: url(../images/arrow-right.png);
            }

        .block-information-society a:hover span::after {
            background-color: #FFF;
            background-image: url(../images/arrow-blue-right.png);
        }

.home-about {
    float: left;
    width: 100%;
    padding-right: 50%;
    position: relative;
}

.home-performance, .home-assembly {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 25%;
    width: 25%;
}

.home-assembly {
    right: 0;
}

    .home-performance a, .home-assembly a {
        float: left;
        width: 100%;
        height: 100%;
        position: relative;
        font-size: 24px;
        color: #FFF;
        line-height: 30px;
        background: url(../images/home-performance.jpg) no-repeat center;
        background-size: cover;
    }

    .home-assembly a {
        background-image: url(../images/home-assembly.jpg);
    }

        .home-performance a::before, .home-assembly a::before {
            content: "";
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            background: -webkit-linear-gradient(bottom,#0063B7,rgba(0, 99, 183, 0.0));
            background: -moz-linear-gradient(bottom,#0063B7,rgba(0, 99, 183, 0.0));
            background: -o-linear-gradient(bottom,#0063B7,rgba(0, 99, 183, 0.0));
            background: linear-gradient(bottom,#0063B7,rgba(0, 99, 183, 0.0));
        }

        .home-assembly a::before {
            background: -webkit-linear-gradient(bottom,#0057A1,rgba(0, 99, 183, 0.0));
            background: -moz-linear-gradient(bottom,#0057A1,rgba(0, 99, 183, 0.0));
            background: -o-linear-gradient(bottom,#0057A1,rgba(0, 99, 183, 0.0));
            background: linear-gradient(bottom,#0057A1,rgba(0, 99, 183, 0.0));
        }

        .home-performance a strong, .home-assembly a strong {
            position: absolute;
            left: 0;
            right: 0;
            bottom: 0;
            padding: 34px 40px;
        }

            .home-performance a strong::after, .home-assembly a strong::after {
                content: "";
                position: absolute;
                right: 40px;
                bottom: 40px;
                width: 46px;
                height: 46px;
                background: url(../images/arrow-right.png) no-repeat center;
                background-size: 20px;
                border: 2px solid #FFF;
                border-radius: 50%;
                transition: all 0.2s;
            }

        .home-performance a:hover strong::after, .home-assembly a:hover strong::after {
            background-color: #FFF;
            background-image: url(../images/arrow-blue-right.png);
        }

.stats {
    float: left;
    width: 100%;
    padding: 45px 0;
    position: relative;
    z-index: 100;
    font-size: 15px;
    font-weight: 600;
    color: #999;
}

    .stats ul {
        width: 100%;
        overflow: hidden;
        display: flex;
        flex-flow: row wrap;
    }

    .stats li {
        padding: 81px 0 86px 0;
        position: relative;
        flex: 1;
        flex-basis: 25%;
    }

        .stats li strong {
            float: left;
            padding-bottom: 3px;
            font-family: Averta;
            font-size: 90px;
            line-height: 90px;
            color: #12AAEB;
            letter-spacing: -1px;
            position: relative;
            background-color: #FFF;
            box-shadow: 25px 0 0 #FFF, -25px 0 0 #FFF;
        }

        .stats li span {
            float: left;
            width: 100%;
            padding-top: 16px;
            margin-top: -16px;
            box-shadow: inset 0 2px 0 0 #E3E6E8;
        }

.news {
    float: left;
    width: 100%;
    border-bottom: 1px solid #EEE;
}

.home-news {
    border-bottom: 0;
}

.news ul {
    width: 100%;
}

.news li {
    width: 25%;
}

.home-news li {
    width: 50%;
}

.news li a {
    float: left;
    width: 100%;
    position: relative;
}

    .news li a img {
        float: left;
        width: 100%;
    }

.news li section {
    float: left;
    width: 100%;
    padding: 30px 40px 25px 40px;
    position: relative;
    background: #F7F7F7;
    background: -webkit-linear-gradient(150deg,#E7E7E7,#FFF 50%);
    background: -o-linear-gradient(150deg,#E7E7E7,#FFF 50%);
    background: -moz-linear-gradient(150deg,#E7E7E7,#FFF 50%);
    background: linear-gradient(150deg,#E7E7E7,#FFF 50%);
}

.news li a:hover section {
    box-shadow: 0 -2px 0 #12AAEB;
}

.home-news li section {
    box-shadow: inset 0 -1px 0 #EEE;
}

.news li section span {
    float: left;
    width: 100%;
    color: #666;
    font-weight: 600;
    padding-bottom: 19px;
}

.news li section strong {
    float: left;
    width: 100%;
    height: 60px;
    margin-bottom: 6px;
    font-size: 15px;
    font-weight: 600;
    color: #151515;
    overflow: hidden;
    position: relative;
}

.news li a:hover section strong {
    color: #12AAEB;
}

.news li section i {
    float: left;
    height: 40px;
    font-weight: 600;
    line-height: 40px;
    position: relative;
    transition: all 0.2s;
}

    .news li section i::after {
        content: "";
        float: right;
        width: 20px;
        height: 40px;
        margin-left: 15px;
        background: url(../images/arrow-blue-right.png) no-repeat center;
        background-size: 20px;
        transition: all 0.2s;
    }

.news li a:hover section i::after {
    margin-left: 20px;
    margin-right: -5px;
}

.news-detail-wrap {
    float: left;
    width: 100%;
    padding-right: 200px;
    position: relative;
}

.news-share {
    position: absolute;
    top: 0;
    right: 0;
    width: 150px;
}

    .news-share ul {
        width: 100%;
    }

    .news-share li {
        width: 100%;
        padding-bottom: 20px;
    }

        .news-share li a {
            float: left;
            width: 100%;
            height: 50px;
            padding-left: 50px;
            font-weight: 500;
            line-height: 50px;
            color: #FFF;
            background-repeat: no-repeat;
            background-size: 50px;
            position: relative;
            overflow: hidden;
            border-radius: 8px;
        }

            .news-share li a:hover {
                opacity: 0.8;
            }

            .news-share li a.facebook {
                background-color: #6688CD;
                background-image: url(../images/icon-facebook.png);
            }

            .news-share li a.google {
                background-color: #DB4437;
                background-image: url(../images/icon-google.png);
            }

            .news-share li a.twitter {
                background-color: #29C5F5;
                background-image: url(../images/icon-twitter.png);
            }

.date {
    float: left;
    width: 100%;
    padding: 25px 0 0 60px;
    margin-bottom: -10px;
    position: relative;
    color: #999;
}

    .date::before {
        content: "";
        position: absolute;
        left: 0;
        top: 33px;
        width: 40px;
        height: 2px;
        background-color: #ED1C24;
    }

.grayscale {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
}

    .grayscale:hover {
        filter: none;
        -webkit-filter: none;
    }

.gallery {
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
    text-align: center;
}

.gallery-inner {
    margin: 0 -1px;
}

.gallery ul {
    width: 100%;
}

.gallery li {
    width: 25%;
    padding: 1px;
    position: relative;
}

    .gallery li a {
        float: left;
        width: 100%;
        position: relative;
        overflow: hidden;
    }

        .gallery li a::after {
            content: "";
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            background: rgba(0, 0, 0, 0.7) url(../images/icon-zoom.png) no-repeat center;
            background-size: 40px;
            transition: all 0.3s;
            opacity: 0;
        }

        .gallery li a:hover::after {
            opacity: 1;
        }

        .gallery li a span {
            float: left;
            width: 100%;
            background-size: cover;
            background-position: center;
            transform-origin: center;
            transition: all 0.25s;
        }

        .gallery li a img {
            float: left;
            width: 100%;
            max-height: 200px;
        }

        .gallery li a:hover span {
            transform: scale(1.07, 1.07);
        }

.sub-hero-wrap {
    float: left;
    width: 100%;
    margin-top: 100px;
    margin-bottom: 30px;
    position: relative;
    background-color: #FFF;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.06);
}

    .sub-hero-wrap .block-lines {
        background-size: auto 100%;
        background-position: 20% bottom;
    }

.sub-hero {
    float: left;
    width: 100%;
    padding: 0 40% 5% 0;
    margin: 0 0 4px 0;
    position: relative;
}

    .sub-hero .page-title {
        margin-top: 0;
        margin-bottom: 0;
    }

    .sub-hero .page-title {
        margin-top: 0;
        margin-bottom: 0;
    }

        .sub-hero .page-title strong {
            margin-top: 0;
            margin-bottom: 0;
        }

.breadcrumb {
    float: left;
    width: 100%;
    margin-bottom: 25px;
    overflow: hidden;
    margin-top: calc(5% - 1px);
}

    .breadcrumb a {
        float: left;
        color: #999;
    }

        .breadcrumb a:hover {
            text-decoration: underline;
            color: #12AAEB;
        }

    .breadcrumb i {
        float: left;
        width: 10px;
        height: 2px;
        margin: 10px 20px 0 20px;
        background-color: #12AAEB;
    }

    .breadcrumb strong {
        font-weight: 600;
        color: #0169A8;
    }

.hero-photo {
    float: right;
    width: 50%;
    max-width: 540px;
    padding: 0 0 40px 60px;
    margin-top: -15%;
    text-align: center;
}

    .hero-photo img {
        width: 100%;
        border-radius: 10px;
        box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
    }

.simple-list {
    float: left;
    width: 100%;
    font-weight: 500;
    line-height: 25px;
}

    .simple-list ul {
        width: 100%;
    }

    .simple-list li {
        float: none;
        width: 49.5%;
        padding: 0 20px 30px 35px;
        display: inline-block;
        vertical-align: top;
        background: url(../images/icon-ok.png) no-repeat 0 6px;
        background-size: 20px auto;
    }

.accordion {
    float: left;
    width: 100%;
    border-bottom: 1px solid #E5E5E5;
}

.accordion-section-title {
    float: left;
    width: 100%;
    padding: 25px 50px 25px 0;
    border-top: 1px solid #E5E5E5;
    position: relative;
    font-size: 17px;
    font-weight: 600;
    color: #222;
}

    .accordion-section-title:hover {
        color: #555;
    }

    .accordion-section-title::before, .accordion-section-title::after {
        content: "";
        position: absolute;
        top: 50%;
        right: 20px;
        width: 12px;
        height: 2px;
        margin-top: -1px;
        background-color: #CCC;
        transition: all 0.25s;
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        transform: rotate(135deg);
        border-radius: 2px;
    }

    .accordion-section-title::after {
        right: 27px;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .accordion-section-title.active {
        color: #12AAEB;
    }

        .accordion-section-title.active::before,
        .accordion-section-title.active::after {
            background-color: #12AAEB;
            -webkit-transform: rotate(-135deg);
            -moz-transform: rotate(-135deg);
            -o-transform: rotate(-135deg);
            -ms-transform: rotate(-135deg);
            transform: rotate(-135deg);
        }

        .accordion-section-title.active::after {
            background-color: #12AAEB;
            -webkit-transform: rotate(-45deg);
            -moz-transform: rotate(-45deg);
            -o-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
        }

.accordion-section-content {
    float: left;
    width: 100%;
    margin-top: -12px;
    display: none;
    position: relative;
}

.accordion-text {
    float: left;
    width: 100%;
    margin-bottom: 23px;
    font-size: 15px;
    line-height: 25px;
}

.documents {
    float: left;
    width: 100%;
    overflow: hidden;
}

.doc-inner {
    margin: 0 -10px;
}

.documents ul {
    width: 100%;
}

.documents li {
    width: 25%;
    padding: 0 10px 20px 10px;
}

    .documents li a {
        float: left;
        width: 100%;
        padding: 14px 19px;
        border: 1px solid #E5E5E5;
        border-radius: 8px;
        background: url(../images/lines-2.png) no-repeat right bottom;
        background-size: 150% auto;
        position: relative;
        transition: all 0.3s;
    }

        .documents li a:hover {
            border-color: #12AAEB;
        }

        .documents li a::after {
            content: "PDF";
            position: absolute;
            left: 19px;
            bottom: -1px;
            width: 100px;
            font-size: 15px;
            line-height: 35px;
            background-color: #F24236;
            font-family: Oswald;
            color: #FFF;
            text-align: center;
            border-radius: 5px 5px 0 0;
        }

        .documents li a.excel::after {
            content: "EXCEL";
            background-color: #4DA462;
        }

        .documents li a.word::after {
            content: "WORD";
            background-color: #2A76E6;
        }

        .documents li a strong {
            float: left;
            width: 100%;
            height: 40px;
            margin-bottom: 20px;
            font-size: 15px;
            font-weight: 600;
            overflow: hidden;
        }

        .documents li a i {
            float: left;
            width: 100%;
            margin-bottom: 30px;
            color: #999;
        }

.doc-table {
    float: left;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 30px;
    font-size: 14px;
}

    .doc-table ul {
        width: 100%;
    }

    .doc-table li {
        width: 100%;
        padding: 15px 20px;
        border-bottom: 1px solid #EEE;
        border-radius: 4px;
        transition: all 0.2s;
    }

        .doc-table li:hover {
            background-color: #F8F9FB;
        }

        .doc-table li:first-child {
            background-color: #F2F4F7;
            color: #151515;
            font-weight: 600;
        }

        .doc-table li a {
            font-weight: 600;
        }

.icon-pdf, .icon-excel, .icon-word {
    content: "PDF";
    display: inline-block;
    width: 100px;
    height: 30px;
    margin: -5px 0;
    font-size: 14px;
    font-family: Oswald;
    color: #FFF;
    line-height: 30px;
    background-color: #F24236;
    text-align: center;
    border-radius: 15px;
}

    .icon-pdf::before {
        content: "PDF";
    }

.icon-excel {
    background-color: #4DA462;
}

    .icon-excel::before {
        content: "EXCEL";
    }

.icon-word {
    background-color: #2A76E6;
}

    .icon-word::before {
        content: "WORD";
    }

.award-list {
    float: left;
    width: 100%;
}

    .award-list ul {
        width: 100%;
    }

    .award-list li {
        width: 100%;
        padding: 20px 0 20px 75px;
        border-top: 1px solid #EEE;
        background: url(../images/icon-award.png) no-repeat 15px 25px;
        background-size: 40px;
    }

        .award-list li:last-child, .link-list li:last-child {
            border-bottom: 1px solid #EEE;
        }

        .award-list li strong {
            float: left;
            width: 100%;
            padding-bottom: 6px;
            font-size: 17px;
            font-weight: 600;
            color: #12AAEB;
        }

        .award-list li span {
            font-size: 14px;
        }

.link-list {
    float: left;
    width: 100%;
    line-height: 20px;
}

    .link-list ul {
        width: 100%;
    }

    .link-list li {
        width: 100%;
        padding: 15px 0 15px 50px;
        border-top: 1px solid #EEE;
        background: url(../images/icon-link.png) no-repeat 10px center;
        background-size: 20px;
    }

        .link-list li a {
            font-size: 14px;
            font-weight: 600;
        }

        .link-list li span {
            display: block;
            font-size: 13px;
            color: #999;
        }

/*	Start CONTACT	*/

.flex-wrap, .contact-wrap {
    display: flex;
}

.contact-info {
    float: left;
    width: 100%;
    margin-bottom: 17px;
    font-size: 14px;
}

    .contact-info section {
        float: left;
        width: 100%;
        padding: 20px 0 20px 50px;
        position: relative;
        border-bottom: 1px solid #EEE;
    }

        .contact-info section:first-child {
            border-top: 1px solid #EEE;
        }

        .contact-info section img {
            position: absolute;
            top: 50%;
            left: 0;
            height: 24px;
            margin-top: -12px;
        }

.contact-map {
    float: left;
    width: 100%;
    height: 600px;
    padding: 9px;
    border: 1px solid #DDD;
    background-color: #FFF;
    border-radius: 5px;
}

.contact-form {
    float: left;
    width: 100%;
}

.contact-inner {
    margin: 0 -15px;
}

.contact-form section {
    float: left;
    width: 50%;
    padding: 0 15px 30px 15px;
    position: relative;
}

.service-form section {
    padding-bottom: 20px;
}

.contact-form section:last-child {
    padding-bottom: 0;
}

.contact-form section i {
    float: left;
    width: 100%;
    padding-bottom: 5px;
    font-weight: 600;
    font-size: 13px;
    line-height: 20px;
    color: #151515;
    position: relative;
}

.contact-form section label {
    font-weight: 600;
}

.security-code img {
    float: left;
    width: 120px;
    height: 45px;
    margin-right: 10px;
    padding: 2px;
    border: 1px solid #CCC;
    background-color: #FFF;
    border-radius: 3px;
}

.security-code a.refresh {
    float: left;
    width: 45px;
    height: 45px;
    text-indent: -9999px;
    background: #FFF url(../images/refresh.png) no-repeat center center;
    background-size: 21px;
    border: 1px solid #CCC;
    border-radius: 3px;
}

.security-code a:hover.refresh {
    background-color: #EEE;
}

.upload {
    float: left;
    width: 100%;
    height: 45px;
    position: relative;
    text-align: center;
}

    .upload span {
        float: left;
        width: 100%;
        height: 100%;
        position: relative;
        color: #FFF;
        font-size: 15px;
        font-weight: 500;
        line-height: 45px;
        z-index: 2;
        background-color: #666;
        border-radius: 5px;
    }

    .upload:hover span {
        background-color: #ED1C24;
    }

    .upload input {
        display: block !important;
        width: 100% !important;
        height: 100% !important;
        opacity: 0 !important;
        overflow: hidden !important;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 3;
        cursor: pointer;
    }

.service-form .content-title {
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #F6F6F6;
}

/*	Start PAGINATION	*/

.pages {
    float: left;
    width: 100%;
    margin-top: 40px;
    font-size: 15px;
    font-weight: 600;
    line-height: 42px;
    text-align: center;
}

    .pages ul {
        width: 100%;
    }

    .pages li {
        float: none;
        display: inline-block;
        padding: 0 5px;
    }

        .pages li a {
            float: left;
            min-width: 45px;
            height: 45px;
            padding: 0 10px;
            color: #999;
            border: 1px solid #E4E4E4;
            transition: all 0.3s;
            border-radius: 23px;
        }

            .pages li a:hover {
                border-color: #12AAEB;
            }

            .pages li a.current {
                color: #12AAEB;
                border-color: #12AAEB;
            }

            .pages li a i {
                float: left;
                padding: 0 10px;
                font-size: 12px;
                font-weight: 400;
            }

.col-90 {
    float: left;
    width: 90% !important;
}

.col-80 {
    float: left;
    width: 80% !important;
}

.col-70 {
    float: left;
    width: 70% !important;
}

.col-67 {
    float: left;
    width: 6.66666% !important;
}

.col-60 {
    float: left;
    width: 60% !important;
}

.col-50 {
    float: left;
    width: 50% !important;
}

.col-40 {
    float: left;
    width: 40% !important;
}

.col-33 {
    float: left;
    width: 33.33334% !important;
}

.col-30 {
    float: left;
    width: 30% !important;
}

.col-25 {
    float: left;
    width: 25% !important;
}

.col-20 {
    float: left;
    width: 20% !important;
}

.col-10 {
    float: left;
    width: 10% !important;
}

.partner-list {
    float: left;
    width: 100%;
    padding-bottom: 70px;
    text-align: center;
}

    .partner-list div {
        margin: 0 -15px;
    }

    .partner-list ul {
        width: 100%;
    }

    .partner-list li {
        width: 25%;
        padding: 0 15px 30px 15px;
    }

        .partner-list li a {
            float: left;
            width: 100%;
            padding: 5px;
            border: 1px solid #EEE;
            background-color: #FFF;
            border-radius: 3px;
            transition: all 0.3s;
        }

            .partner-list li a:hover {
                border-color: #CCC;
            }

            .partner-list li a img {
                width: 100%;
                display: inline-block;
                transition: all 0.3s;
            }


@media only screen and (max-width:1540px) {

    .wrap {
        width: 1200px;
    }
}


@media only screen and (max-width:1320px) {

    .wrap {
        width: 980px;
    }

    #nav li > a {
        padding: 0 10px;
        letter-spacing: 0;
    }

        #nav li > a.active::after {
            left: 10px;
            right: 10px;
            bottom: 0;
            height: 2px;
            background-color: #12AAEB;
        }

    .slick-prev, .slick-next {
        width: 40px;
        height: 40px;
        margin-top: -20px;
    }

    ul.slick-dots {
        padding: 30px 0;
    }

    .slider-title-in {
        padding-right: 25%;
        padding-bottom: 30px;
    }

        .slider-title-in strong {
            padding-left: 30px;
            font-size: 30px;
            line-height: 35px;
        }

        .slider-title-in span {
            padding-top: 22px;
        }

        .slider-title-in i {
            height: 40px;
            padding-left: 30px;
            margin-top: 23px;
            font-size: 13px;
            line-height: 35px;
        }

            .slider-title-in i::after {
                margin: 0 15px;
            }

    .block-financial-statements a, .block-information-society a, .home-performance a, .home-assembly a {
        font-size: 20px;
    }

    .stats {
        padding: 0;
    }

        .stats li strong {
            font-size: 70px;
            line-height: 70px;
        }

    .block-lines, .block-lines-2 {
        background-position: center bottom;
        background-size: 100% auto;
    }

    .page-title {
        margin-top: 60px;
    }

    .page-about-top {
        margin-top: 32px;
    }

    .top-100 {
        padding-top: 75px;
    }

    .bottom-150 {
        padding-bottom: 100px;
    }

    .bottom-100 {
        padding-bottom: 75px;
    }

    .bottom-50 {
        padding-bottom: 35px;
    }

    .news li {
        width: 33.33334%;
    }

    .home-news li {
        width: 50%;
    }

    .slider-hero-title {
        padding-bottom: 169px;
    }

        .slider-hero-title strong {
            font-size: 31px;
            font-weight: 700;
            line-height: 40px;
            letter-spacing: 0;
        }

    .slider-hero ul.slick-dots {
        padding-bottom: 148px;
    }

    .hero-links li a {
        padding: 13px;
    }

        .hero-links li a picture {
            width: 32px;
            height: 32px;
        }

        .hero-links li a strong {
            width: calc(100% - 40px);
            font-size: 12px;
            line-height: 16px;
        }

    .slider-news-wrap .inner-20, .hero-awards .inner-20, .blog-list .inner-20 {
        margin: 0 -10px;
    }

    .slider-news-item, .hero-awards li, .blog-list li {
        padding: 0 10px;
    }

        .hero-awards li picture {
            margin-bottom: 12px;
        }

    .footer {
        padding-top: 50px;
    }

    .footer-bulletin {
        padding: 25px;
    }

        .footer-bulletin h5 {
            font-size: 21px;
            line-height: 25px;
        }

    .footer-connect {
        margin: 40px 0;
    }

    .copyright {
        padding: 40px 0;
    }

    .master-title {
        margin-top: 47px;
    }

    .master-summary {
        font-size: 24px;
        line-height: 40px;
    }

    .tgs-stats li strong {
        font-size: 60px;
        line-height: 60px;
    }
}

@media only screen and (max-width:1180px) {

    #nav li > a {
        padding: 0 7px;
        font-weight: 600;
        font-size: 11px;
    }

    .slider-news .slick-prev {
        left: -10px;
        background-color: #FFF;
    }

    .slider-news .slick-next {
        right: -10px;
        background-color: #FFF;
    }

        .slider-news .slick-prev:hover, .slider-news .slick-next:hover {
            background-color: #12AAEB;
        }

    .partner-list li {
        width: 33.33334%;
    }
}


@media only screen and (max-width:1023px) {

    .tgs {
        padding-top: 70px;
    }

    .wrap {
        float: left;
        width: 100%;
        padding: 0 20px;
    }

    .wrap-full {
        padding: 0;
    }

    .header {
        height: 70px;
        background-color: #121E47;
        box-shadow: none;
    }

    .nav-up {
        top: 0;
    }

    #logo {
        top: 10px;
        left: 10px;
    }

        #logo img {
            height: 50px;
        }

    .top-lang-wrap {
        top: 15px;
        right: 70px;
    }

    .search-icon {
        top: 15px;
        right: 140px;
    }

    .header-search {
        top: 65px;
        right: 10px;
        left: 10px;
        width: auto;
    }

    .nav-icon {
        float: right;
        width: 70px;
        height: 70px;
        position: relative;
        top: 0;
        cursor: pointer;
        display: block;
        text-indent: -9999px;
    }

        .nav-icon span {
            position: absolute;
            top: 50%;
            left: 50%;
            width: 28px;
            height: 2px;
            margin: -1px 0 0 -14px;
            transition: all 0.5s;
        }

            .nav-icon span::before {
                content: "";
                position: absolute;
                top: -6px;
                left: 0;
                right: 0;
                height: 2px;
                background-color: #FFF;
                transition: all 0.5s;
            }

            .nav-icon span::after {
                content: "";
                position: absolute;
                bottom: -6px;
                left: 0;
                right: 6px;
                height: 2px;
                background-color: #FFF;
                transition: all 0.5s;
            }

    .nav-icon-close span {
        background-color: transparent;
    }

        .nav-icon-close span::before {
            -webkit-transform: rotate(-135deg);
            -moz-transform: rotate(-135deg);
            -o-transform: rotate(-135deg);
            -ms-transform: rotate(-135deg);
            transform: rotate(-135deg);
            top: 0;
        }

        .nav-icon-close span::after {
            -webkit-transform: rotate(135deg);
            -moz-transform: rotate(135deg);
            -o-transform: rotate(135deg);
            -ms-transform: rotate(135deg);
            transform: rotate(135deg);
            bottom: 0;
            right: 0;
            height: 2px;
        }

    .nav-icon-close::before {
        content: "";
        border-bottom: 4px solid transparent;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        height: 0;
        position: absolute;
        width: 0;
        left: 50%;
        bottom: 0;
        margin-left: -10px;
        border-bottom-color: #0958A9;
    }

    #nav-wrap {
        position:;
        background-color: #000;
        z-index: 200;
        display: none;
    }

    #nav {
        position: fixed;
        top: 70px;
        bottom: 0;
        left: 0;
        right: 0;
        width: auto;
        height: 100vh;
        padding: 30px 30px 100px 30px;
        background-color: #0958A9;
        overflow-y: auto;
        display: none;
    }

        #nav ul {
            width: 100%;
            border-top: 1px solid rgba(255, 255, 255, 0.07);
        }

        #nav li {
            width: 100%;
            border-bottom: 1px solid rgba(255, 255, 255, 0.07);
        }

            #nav li::after, #nav li > a.active::after, #nav li > a::after {
                display: none;
            }

            #nav li.nav-multi::before {
                content: "";
                position: absolute;
                top: 0;
                right: 0;
                width: 40px;
                height: 60px;
                background: url(../images/arrow-white-down.png) no-repeat center 52%;
                background-size: 14px auto;
                opacity: 0.7;
            }

        #nav > ul li > a {
            width: 100%;
            padding: 0 20px;
            color: #FFF;
            font-size: 14px;
            letter-spacing: 1px;
            line-height: 60px;
        }

            #nav li:hover > a, #nav > ul li > a:hover {
                background: none !important;
            }

        #nav > ul li span {
            float: left;
            width: 100%;
            padding: 20px;
            position: relative;
            top: auto;
            left: auto;
            right: auto;
            margin: 0 0 -1px 0;
            box-shadow: none;
            border-radius: 4px;
        }

            #nav > ul li span::before {
                left: 30px;
                margin-left: 0;
            }

    .nav-opened {
        overflow: hidden;
    }

    .page-title {
        margin-top: 20px;
        margin-bottom: 30px;
    }

        .page-title strong {
            margin: 5px 0;
        }

        .page-title span {
            margin: -6px 0 6px 0;
        }

    .top-100 {
        padding-top: 50px;
    }

    .bottom-150 {
        padding-bottom: 75px;
    }

    .bottom-100 {
        padding-bottom: 50px;
    }

    .bottom-50 {
        padding-bottom: 25px;
    }

    .p-l-50 {
        padding-left: 30px;
    }

    .p-lr-50 {
        padding: 0 30px;
    }

    .chairman-photo {
        float: left;
        width: 100%;
        height: 300px;
        position: relative;
        top: auto;
    }

    .chairman-text {
        width: 100%;
        padding: 0 0 30px 0;
    }

    .news li {
        width: 50%;
    }

    .block-financial-statements a, .block-information-society a {
        padding: 20px;
        font-size: 17px;
        line-height: 40px;
    }

        .block-financial-statements a span, .block-information-society a span {
            padding-left: 20px;
        }

            .block-financial-statements a span::after, .block-information-society a span::after {
                width: 36px;
                height: 36px;
            }

    .home-about {
        padding-right: 0;
    }

    .home-performance, .home-assembly {
        float: left;
        width: 50%;
        height: 300px;
        position: relative;
        right: auto;
    }

    .home-news li section {
        box-shadow: none;
    }

    .stats {
        padding: 30px 0;
    }

        .stats li {
            padding: 11px 0 16px 0;
            flex-basis: 50%;
        }

            .stats li strong {
                font-size: 50px;
                line-height: 60px;
            }

            .stats li span {
                padding-top: 11px;
                font-size: 13px;
            }

    .page-about-top {
        margin-top: 2px;
    }

    .sub-hero-wrap {
        margin-top: 0;
        margin-bottom: 20px;
    }

    .hero-photo {
        width: 40%;
        padding: 0 0 20px 25px;
    }

    .contact-map {
        height: 500px;
    }

    .accordion-section-title {
        padding: 20px 30px 20px 0;
    }

        .accordion-section-title::before {
            right: 0;
        }

        .accordion-section-title::after {
            right: 7px;
        }

    .accordion-text {
        margin-top: 5px;
    }

    .documents li {
        width: 33.33334%;
    }

    .slider-hero-item {
        height: auto;
        min-height: initial;
    }

        .slider-hero-item picture {
            display: block;
        }

            .slider-hero-item picture img {
                padding: 5% 0;
            }

    .item-zoom::before, .hero-video-mask {
        background-image: linear-gradient(180deg,rgba(18,30,71,0.0) 27%,rgba(18,30,71,0.0) 55%,#121E47);
    }

    .slider-hero-title {
        padding-bottom: 39px;
    }

    .slider-hero ul.slick-dots {
        padding-bottom: 18px;
    }

    .hero-extra {
        float: left;
        width: 100%;
        padding-top: 20px;
        position: relative;
        left: auto;
        right: auto;
        bottom: auto;
        background-color: #121E47;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.05);
    }

    .hero-links .inner-10 {
        margin: 0 -5px;
    }

    .hero-links li {
        width: 33.33334%;
        padding: 0 5px;
        margin-bottom: 10px;
    }

    .hero-exchange {
        height: 20px;
        overflow: hidden;
        overflow-x: auto;
        white-space: nowrap;
    }

        .hero-exchange ul {
            float: none;
            display: block;
        }

        .hero-exchange li {
            float: none;
            display: inline-block;
        }

    .latest-block-left, .latest-block-right {
        width: 100%;
    }

        .latest-block-left::after {
            content: "";
            position: absolute;
            left: -20px;
            right: -20px;
            bottom: 0;
            height: 1px;
            background-color: #000;
            opacity: 0.06;
        }

    .latest-announcements ul {
        padding-left: 20px;
    }

    .block-tgs-left, .block-tgs-right {
        width: calc(50% - 20px);
    }

    .master-title {
        margin: 37px 0 23px 0;
    }

    .master-about {
        margin: -11px 0 21px 0;
    }

    .blog-list li {
        width: 50%;
    }

    .footer-hero a {
        height: 150px;
    }

        .footer-hero a strong {
            padding: 25px 30px;
            font-size: 24px;
        }

            .footer-hero a strong::after, .footer-hero a strong::after {
                right: 25px;
                bottom: 25px;
                width: 40px;
                height: 40px;
            }

    .footer {
        padding-top: 20px;
    }

    .footer-sitemap, .footer-bulletin {
        width: 100%;
    }

    .footer-bulletin {
        padding: 20px;
    }

        .footer-bulletin h5::before {
            top: 0;
            height: 2px;
        }

        .footer-bulletin small {
            margin: -2px 0 1px 0;
        }
}





@media only screen and (max-width:767px) {

    ul.slick-dots li {
        width: 10px;
        height: 3px;
        margin: 0 3px;
    }

    .slider-title {
        padding: 0 30px;
    }

    .slider-title-in strong {
        padding-left: 20px;
        font-size: 24px;
        line-height: 30px;
    }

    .slider-title-in span {
        display: none;
    }

    .page-title strong {
        font-size: 30px;
        line-height: 40px;
    }

    .news li section {
        padding: 15px 20px;
    }

        .news li section span {
            padding-bottom: 9px;
        }

    .sub-hero {
        padding: 20px 0;
        margin: 0;
    }

    .breadcrumb {
        display: none;
    }

    .page-about-top {
        margin-top: 0;
    }

    .hero-photo {
        width: 100%;
        max-width: initial;
        padding-left: 0;
        margin-top: 0;
    }

        .hero-photo img {
            max-width: 440px;
            box-shadow: none;
        }

    .flex-wrap, .contact-wrap {
        float: left;
        width: 100%;
        display: block;
    }

    .col-90, .col-80, .col-70, .col-67, .col-60, .col-50, .col-40, .col-33, .col-30, .col-25, .col-20, .col-10 {
        width: 100% !important;
    }

    .icon-pdf, .icon-excel, .icon-word {
        margin: 5px 0;
    }

    .doc-table {
        border-top: 1px solid #EEE;
    }

        .doc-table li {
            padding: 15px;
        }

            .doc-table li:first-child {
                display: none;
            }

        .doc-table .tac {
            text-align: left !important;
        }

    .master-title {
        font-size: 29px;
        line-height: 30px;
    }

    .video-list li picture:before {
        content: "";
        width: calc(100% - 28px);
        height: calc(100% - 28px);
        position: absolute;
        background: url(../images/play-icon.png) no-repeat center;
    }

    .hero-awards li {
        width: 50%;
    }

        .hero-awards li picture {
            padding: 15px;
        }

    .block-tgs {
        display: block;
    }

    .block-tgs-left, .block-tgs-right {
        width: 100%;
    }

    .tgs-stats li {
        margin: 15px 0;
    }

        .tgs-stats li span {
            padding-top: 14px;
        }

    .footer-bulletin section .input {
        background-color: #FFF;
    }

    .news-item strong {
        max-height: 75px;
        font-size: 15px;
        line-height: 25px;
    }

    .latest-announcements li {
        width: 100%;
    }

    .partner-list li {
        width: 50%;
    }
}



@media only screen and (max-width:640px) {

    .block-financial-statements, .block-information-society {
        width: 100%;
    }

    .contact-map {
        height: 400px;
    }

    .documents li {
        width: 50%;
    }

    .slider-hero-title strong {
        font-size: 23px;
        line-height: 30px;
    }

    .footer-share span {
        display: none;
    }

    .export-figure strong {
        font-size: 40px;
        line-height: 40px;
    }

    .latest-announcements li a section {
        float: left;
        width: 100%;
        padding: 20px 0 20px 65px;
    }

    .latest-announcements li a strong {
        font-size: 15px;
        white-space: initial;
    }
}



@media only screen and (max-width:540px) {

    .slider-link a {
        height: 40px;
        padding: 0 19px;
        font-size: 11px;
    }

    .p-l-50 {
        padding-left: 20px;
    }

    .p-lr-50 {
        padding: 0 20px;
    }

    .slider-title-in i {
        display: none;
    }

    .home-performance, .home-assembly {
        width: 100%;
        height: 200px;
    }

        .home-performance a strong, .home-assembly a strong {
            padding: 27px 30px;
        }

            .home-performance a strong br, .home-assembly a strong br {
                display: none;
            }

            .home-performance a strong::after, .home-assembly a strong::after {
                bottom: 25px;
                right: 25px;
                width: 36px;
                height: 36px;
            }

    .stats li strong {
        box-shadow: 15px 0 0 #FFF, -15px 0 0 #FFF;
    }

    .contact-form section {
        width: 100%;
        padding-bottom: 20px;
    }

        .contact-form section .button {
            width: 100%;
        }

    .documents li, .blog-list li {
        width: 100%;
    }

        .documents li a strong {
            height: auto;
        }

    .hero-links li {
        width: 50%;
    }

    .tgs-stats li strong {
        font-size: 40px;
        line-height: 40px;
    }

    .footer-sitemap {
        margin-bottom: 10px;
    }

    .footer-sitemap-block, .footer-hero a {
        width: 100%;
    }

    .footer-sitemap li {
        width: 50%;
    }

        .footer-sitemap li a {
            font-size: 13px;
        }

    .footer-connect {
        margin: 20px 0;
        text-align: center;
    }

        .footer-connect::before {
            display: none;
        }

    .footer-phone {
        width: 100%;
        padding-right: 0;
    }

    .footer-share {
        width: 100%;
        padding-left: 0;
        padding-top: 15px;
        margin-top: 15px;
        border-top: 1px solid #F0F0F0;
    }

        .footer-share ul {
            float: none;
            display: inline-block;
        }

    .copyright {
        padding: 25px 0;
    }

    .copyright-left {
        display: none;
    }

    .copyright-right {
        width: 100%;
        text-align: center;
    }

    .hero-awards li picture img {
        height: 100px;
    }
}



@media only screen and (max-width:440px) {

    .slider-hero div img {
        padding: 5% 0;
    }

    .slider-title {
        padding: 0 20px;
    }

    .slider-title-in strong {
        font-size: 20px;
        line-height: 25px;
    }

    .footer-sitemap section, .news li {
        width: 100%;
    }

        .news li section strong {
            height: auto;
        }

    .award-list li {
        padding-left: 55px;
        background-position: 0 25px;
    }

    .slider-hero-item picture img {
        padding: 10% 0;
    }

    .slider-hero-title strong {
        font-size: 18px;
        line-height: 24px;
    }

    .hero-awards li picture {
        padding: 10px;
    }

    .hero-awards li strong {
        font-size: 13px;
        line-height: 20px;
    }

    .partner-list li {
        width: 100%;
    }
}



@media only screen and (max-width:374px) {
}

body.compensate-for-scrollbar {
    overflow: hidden;
}

.fancybox-active {
    height: auto;
}

.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute !important;
    top: -9999px;
    visibility: hidden;
}

.fancybox-container {
    -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: none;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    transform: translateZ(0);
    width: 100%;
    z-index: 99992;
}

.fancybox-container * {
    box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
}

.fancybox-bg {
    background: rgb(30, 30, 30);
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.47, 0, .74, .71);
}

.fancybox-is-open .fancybox-bg {
    opacity: .9;
    transition-timing-function: cubic-bezier(.22, .61, .36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
    direction: ltr;
    opacity: 0;
    position: absolute;
    transition: opacity .25s ease, visibility 0s ease .25s;
    visibility: hidden;
    z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
    opacity: 1;
    transition: opacity .25s ease 0s, visibility 0s ease 0s;
    visibility: visible;
}

.fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.fancybox-toolbar {
    right: 0;
    top: 0;
}

.fancybox-stage {
    direction: ltr;
    overflow: visible;
    transform: translateZ(0);
    z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
    overflow: hidden;
}

.fancybox-slide {
    -webkit-backface-visibility: hidden; /* Using without prefix would break IE11 */
    display: none;
    height: 100%;
    left: 0;
    outline: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    transition-property: transform, opacity;
    white-space: normal;
    width: 100%;
    z-index: 99994;
}

.fancybox-slide::before {
    content: '';
    display: inline-block;
    font-size: 0;
    height: 100%;
    vertical-align: middle;
    width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
    display: block;
}

.fancybox-slide--image {
    overflow: hidden;
    padding: 44px 0;
}

.fancybox-slide--image::before {
    display: none;
}

.fancybox-slide--html {
    padding: 6px;
}

.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: relative;
    text-align: left;
    vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
    animation-timing-function: cubic-bezier(.5, 0, .14, 1);
    -webkit-backface-visibility: hidden;
    background: transparent;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    -ms-transform-origin: top left;
    transform-origin: top left;
    transition-property: transform, opacity;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
    cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
    cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
    cursor: -webkit-grab;
    cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

.fancybox-container [data-selectable='true'] {
    cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
    background: transparent;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
}

.fancybox-spaceball {
    z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
    height: 100%;
    overflow: visible;
    padding: 0;
    width: 100%;
}

.fancybox-slide--video .fancybox-content {
    background: #000;
}

.fancybox-slide--map .fancybox-content {
    background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
    background: #fff;
}

.fancybox-video,
.fancybox-iframe {
    background: transparent;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
    left: 0;
    position: absolute;
    top: 0;
}

.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%;
}

.fancybox-error p {
    color: #444;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0;
}

/* Buttons */

.fancybox-button {
    background: rgba(30, 30, 30, .6);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    transition: color .2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
    color: #ccc;
}

.fancybox-button:hover {
    color: #fff;
}

.fancybox-button:focus {
    outline: none;
}

.fancybox-button.fancybox-focus {
    outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
    color: #888;
    cursor: default;
    outline: none;
}

/* Fix IE11 */
.fancybox-button div {
    height: 100%;
}

.fancybox-button svg {
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%;
}

.fancybox-button svg path {
    fill: currentColor;
    stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
    display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
    display: none;
}

.fancybox-progress {
    background-color:#58BA47;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -ms-transform-origin: 0;
    transform-origin: 0;
    transition-property: transform;
    transition-timing-function: linear;
    z-index: 99998;
}
/* Close button on the top right corner of html content */

.fancybox-close-small {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: .8;
    padding: 8px;
    position: absolute;
    right: -12px;
    top: -44px;
    z-index: 401;
}

.fancybox-close-small:hover {
    color: #fff;
    opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
    color: currentColor;
    padding: 10px;
    right: 0;
    top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
    overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
    display: none;
}

/* Navigation arrows */

.fancybox-navigation .fancybox-button {
    background-clip: content-box;
    height: 100px;
    opacity: 0;
    position: absolute;
    top: calc(50% - 50px);
    width: 70px;
}

.fancybox-navigation .fancybox-button div {
    padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    left: env(safe-area-inset-left);
    padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 6px 31px 26px;
    right: 0;
    right: env(safe-area-inset-right);
}

/* Caption */

.fancybox-caption {
    background: linear-gradient(
    to top,
    rgba(0, 0, 0, .85) 0%,
    rgba(0, 0, 0, .3) 50%,
    rgba(0, 0, 0, .15) 65%,
    rgba(0, 0, 0, .075) 75.5%,
    rgba(0, 0, 0, .037) 82.85%,
    rgba(0, 0, 0, .019) 88%,
    rgba(0, 0, 0, 0) 100%
    );
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 75px 44px 25px 44px;
    pointer-events: none;
    right: 0;
    text-align: center;
    z-index: 99996;
}

@supports (padding: max(0px)) {
    .fancybox-caption {
        padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
    }
}

.fancybox-caption--separate {
    margin-top: -50px;
}

.fancybox-caption__body {
    max-height: 50vh;
    overflow: auto;
    pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none;
}

.fancybox-caption a:hover {
    color: #fff;
    text-decoration: underline;
}

/* Loading indicator */

.fancybox-loading {
    animation: fancybox-rotate 1s linear infinite;
    background: transparent;
    border: 4px solid #888;
    border-bottom-color: #fff;
    border-radius: 50%;
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: .7;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 99999;
}

@keyframes fancybox-rotate {
    100% {
        transform: rotate(360deg);
    }
}

/* Transition effects */

.fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, .25, 1);
}

/* transitionEffect: slide */

.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */

.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
    opacity: 0;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1;
}

/* transitionEffect: zoom-in-out */

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(.5, .5, .5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */

.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    -ms-transform: rotate(-360deg);
    transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

/* transitionEffect: circular */

.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */

.fancybox-fx-tube.fancybox-slide--previous {
    transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
    transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
    transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
    .fancybox-slide {
        padding-left: 6px;
        padding-right: 6px;
    }

    .fancybox-slide--image {
        padding: 6px 0;
    }

    .fancybox-close-small {
        right: -6px;
    }

    .fancybox-slide--image .fancybox-close-small {
        background: #4e4e4e;
        color: #f2f4f6;
        height: 36px;
        opacity: 1;
        padding: 6px;
        right: 0;
        top: 0;
        width: 36px;
    }

    .fancybox-caption {
        padding-left: 12px;
        padding-right: 12px;
    }

    @supports (padding: max(0px)) {
        .fancybox-caption {
            padding-left: max(12px, env(safe-area-inset-left));
            padding-right: max(12px, env(safe-area-inset-right));
        }
    }
}

/* Share */

.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center;
}

.fancybox-share h1 {
    color: #222;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px 0;
}

.fancybox-share p {
    margin: 0;
    padding: 0;
}

.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px 5px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    transition: all .2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
    color: #fff;
}

.fancybox-share__button:hover {
    text-decoration: none;
}

.fancybox-share__button--fb {
    background: #3b5998;
}

.fancybox-share__button--fb:hover {
    background: #344e86;
}

.fancybox-share__button--pt {
    background: #bd081d;
}

.fancybox-share__button--pt:hover {
    background: #aa0719;
}

.fancybox-share__button--tw {
    background: #1da1f2;
}

.fancybox-share__button--tw:hover {
    background: #0d95e8;
}

.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px;
}

.fancybox-share__button svg path {
    fill: #fff;
}

.fancybox-share__input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0 0;
    outline: none;
    padding: 10px 15px;
    width: 100%;
}

/* Thumbs */

.fancybox-thumbs {
    background: #ddd;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px 2px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    top: 0;
    width: 212px;
    z-index: 99995;
}

.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
    display: block;
}

.fancybox-show-thumbs .fancybox-inner {
    right: 212px;
}

.fancybox-thumbs__list {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
    overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
    width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px;
}

.fancybox-thumbs__list a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: rgba(0, 0, 0, .1);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: none;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px;
}

.fancybox-thumbs__list a::before {
    border: 6px solid #C09C62;
    bottom: 0;
    content: '';
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .2s cubic-bezier(.25, .46, .45, .94);
    z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
    opacity: .5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
    opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
    .fancybox-thumbs {
        width: 110px;
    }
    .fancybox-show-thumbs .fancybox-inner {
        right: 110px;
    }
    .fancybox-thumbs__list a {
        max-width: calc(100% - 10px);
    }
}


.fancybox-button--thumbs { display:none !important; }
@font-face {
    font-family: 'Averta';
    src: url('/content/css/font/averta_bold.eot');
    src: url('/content/css/font/averta_bold.eot?#iefix') format('embedded-opentype'),
         url('/content/css/font/averta_bold.woff2') format('woff2'),
         url('/content/css/font/averta_bold.woff') format('woff'),
         url('/content/css/font/averta_bold.svg#avertabold') format('svg');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Averta';
    src: url('/content/css/font/averta_extrabold.eot');
    src: url('/content/css/font/averta_extrabold.eot?#iefix') format('embedded-opentype'),
         url('/content/css/font/averta_extrabold.woff2') format('woff2'),
         url('/content/css/font/averta_extrabold.woff') format('woff'),
         url('/content/css/font/averta_extrabold.svg#avertaextrabold') format('svg');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Averta';
    src: url('/content/css/font/averta_light.eot');
    src: url('/content/css/font/averta_light.eot?#iefix') format('embedded-opentype'),
         url('/content/css/font/averta_light.woff2') format('woff2'),
         url('/content/css/font/averta_light.woff') format('woff'),
         url('/content/css/font/averta_light.svg#avertalight') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Averta';
    src: url('/content/css/font/averta_semibold.eot');
    src: url('/content/css/font/averta_semibold.eot?#iefix') format('embedded-opentype'),
         url('/content/css/font/averta_semibold.woff2') format('woff2'),
         url('/content/css/font/averta_semibold.woff') format('woff'),
         url('/content/css/font/averta_semibold.svg#avertasemibold') format('svg');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Averta';
    src: url('/content/css/font/averta.eot');
    src: url('/content/css/font/averta.eot?#iefix') format('embedded-opentype'),
         url('/content/css/font/averta.woff2') format('woff2'),
         url('/content/css/font/averta.woff') format('woff'),
         url('/content/css/font/averta.svg#avertaregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
