@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Muli:400,500,600,700,800,900&display=swap");
@import url("aos.css");
@import url("style1.css");

/* -------------------------------------------
 * reset
 * ------------------------------------------ */

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,
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,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    font-style: inherit;
    vertical-align: baseline;
}

header,
main,
footer,
article,
aside,
details,
figcaption,
figure,
hgroup,
menu,
nav,
section,
address,
fieldset,
legend {
    display: block;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    -webkit-backface-visibility: visible;
    -moz-backface-visibility: visible;
    backface-visibility: visible;
}

a {
    color: inherit;
}

a,
a:hover,
a:active,
a:focus,
a:visited {
    text-decoration: none;
    outline: 0;
    outline-offset: 0px;
}

a[role=button] {
    user-select: none;
}

b,
strong {
    font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 2;
	font-size: 18px;
}

i,
em {
    font-style: italic;
}

s,
strike {
    text-decoration: line-through;
}

ul {
    margin-left: 1.15em;
}

ol {
    margin-left: 1.1em;
}

img {
    max-width: 100%;
    height: auto;
    border: none;
    outline: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.chrome img {
    image-rendering: -webkit-optimize-contrast;
}

div,
button,
input,
select,
textarea,
a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    margin: 0;
    color: inherit;
}

button,
input {
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
    background: none;
    border-radius: 0;
    color: inherit;
}

button,
select {
    text-transform: none;
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

input[type=search] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
    -moz-appearance: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    display: none;
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

button {
    display: inline-block;
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
    background: none;
}

textarea {
    width: 100%;
    resize: none;
}

figure,
address,
fieldset,
legend {
    margin: 0;
    padding: 0;
}

* {
    min-width: 0;
    min-height: 0;
}

*,
*:focus {
    outline: 0;
}

*,
*::before,
*::after,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}


/* -------------------------------------------
 * basic
 * ------------------------------------------ */

html,
body {
    margin: 0;
    padding: 0;
    width: 100%;
}

html {
    height: 100%;
}

html.body-fixed {
    overflow: hidden;
}

body {
    background-color: #ffffff;
    overflow: visible;
    color: #000000;
    font-family: "Muli", "Source Sans Pro", "Heiti TC", "Microsoft JhengHei", sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.5;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@media screen and (max-width: 479px) {
    body {
        font-size: 16px;
    }
}

a {
    -moz-transition-property: color;
    -o-transition-property: color;
    -webkit-transition-property: color;
    transition-property: color;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}

.clearfix:after {
    display: block;
    content: "";
    clear: both;
}

.hidden {
    display: none;
}

.invisible {
    visibility: hidden;
}


/**
 * Lightcase - jQuery Plugin
 * The smart and flexible Lightbox Plugin.
 *
 * @author		Cornel Boppart <cornel@bopp-art.com>
 * @copyright	Author
 *
 * @version		2.5.0 (11/03/2018)
 */


/**
 * Lightcase settings
 *
 * Note: Override default settings for your project without touching this source code by simply
 * defining those variables within a SASS map called '$lightcase-custom'.
 *
 * // Example usage
 * $lightcase-custom: (
 *   'breakpoint': 768px
 * );
 */

@font-face {
    font-family: "lightcase";
    src: url("../font/lightcase.eot");
    src: url("../font/lightcase.eot#iefix") format("embedded-opentype"), url("../font/lightcase.woff") format("woff"), url("../font/lightcase.ttf") format("truetype"), url("fonts/font/lightcase.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}

[class*=lightcase-icon-]:before {
    font-family: "lightcase", sans-serif;
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    text-align: center;
    /* For safety - reset parent styles, that can break glyph codes*/
    font-variant: normal;
    text-transform: none;
    /* fix buttons height, for twitter bootstrap */
    line-height: 1em;
    /* Uncomment for 3D effect */
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}


/* Codes */

.lightcase-icon-play:before {
    content: "";
}

.lightcase-icon-pause:before {
    content: "";
}

.lightcase-icon-close:before {
    content: "";
}

.lightcase-icon-prev:before {
    content: "";
}

.lightcase-icon-next:before {
    content: "";
}

.lightcase-icon-spin:before {
    content: "";
}


/**
 * Mixin providing icon defaults to be used on top of font-lightcase.
 *
 * Example usage:
 * @include icon(#e9e9e9)
 */


/**
 * Mixin providing icon defaults including a hover status to be used
 * on top of font-lightcase.
 *
 * Example usage:
 * @include icon-hover(#e9e9e9, #fff)
 */


/**
 * Provides natural content overflow behavior and scrolling support
 * even so for touch devices.
 *
 * Example usage:
 * @include overflow()
 */


/**
 * Neutralizes/resets dimensions including width, height, position as well as margins,
 * paddings and styles. Used to enforce a neutral and unstyled look and behavoir!
 *
 * Example usage:
 * @include clear(true)
 *
 * @param boolean $important
 */

@-webkit-keyframes lightcase-spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        -moz-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@-moz-keyframes lightcase-spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        -moz-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@-o-keyframes lightcase-spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        -moz-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@-ms-keyframes lightcase-spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        -moz-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes lightcase-spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        -moz-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

#lightcase-case {
    display: none;
    position: fixed;
    z-index: 2002;
    top: 50%;
    left: 50%;
    font-family: inherit;
    font-size: 13px;
    line-height: 1.5;
    text-align: left;
}

@media screen and (max-width: 480px) {
    html[data-lc-type=inline] #lightcase-case,
    html[data-lc-type=ajax] #lightcase-case {
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        margin: 0 !important;
        padding: 55px 0 70px 0;
        width: 100% !important;
        height: 100% !important;
        overflow: auto !important;
    }
}

@media screen and (min-width: 481px) {
    html:not([data-lc-type=error]) #lightcase-content {
        position: relative;
        z-index: 1;
        text-shadow: none;
        background-color: #fff;
        -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
        -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
        -o-box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
        box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
        -webkit-backface-visibility: hidden;
    }
}

@media screen and (min-width: 481px) {
    html[data-lc-type=image] #lightcase-content,
    html[data-lc-type=video] #lightcase-content {
        background-color: #333;
    }
}

html[data-lc-type=inline] #lightcase-content,
html[data-lc-type=ajax] #lightcase-content,
html[data-lc-type=error] #lightcase-content {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}

@media screen and (max-width: 480px) {
    html[data-lc-type=inline] #lightcase-content,
    html[data-lc-type=ajax] #lightcase-content,
    html[data-lc-type=error] #lightcase-content {
        position: relative !important;
        top: auto !important;
        left: auto !important;
        width: auto !important;
        height: auto !important;
        margin: 0 !important;
        padding: 0 !important;
        border: none !important;
        background: none !important;
    }
}

html[data-lc-type=inline] #lightcase-content .lightcase-contentInner,
html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner,
html[data-lc-type=error] #lightcase-content .lightcase-contentInner {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

@media screen and (max-width: 480px) {
    html[data-lc-type=inline] #lightcase-content .lightcase-contentInner,
    html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner,
    html[data-lc-type=error] #lightcase-content .lightcase-contentInner {
        padding: 15px;
    }
    html[data-lc-type=inline] #lightcase-content .lightcase-contentInner,
    html[data-lc-type=inline] #lightcase-content .lightcase-contentInner>*,
    html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner,
    html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner>*,
    html[data-lc-type=error] #lightcase-content .lightcase-contentInner,
    html[data-lc-type=error] #lightcase-content .lightcase-contentInner>* {
        width: 100% !important;
        max-width: none !important;
    }
    html[data-lc-type=inline] #lightcase-content .lightcase-contentInner>*:not(iframe),
    html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner>*:not(iframe),
    html[data-lc-type=error] #lightcase-content .lightcase-contentInner>*:not(iframe) {
        height: auto !important;
        max-height: none !important;
    }
}

@media screen and (max-width: 480px) {
    #lightcase-content .lightcase-contentInner {
        max-height: 65vh;
    }
    html.lightcase-isMobileDevice[data-lc-type=iframe] #lightcase-content .lightcase-contentInner iframe {
        overflow: auto;
        -webkit-overflow-scrolling: touch;
    }
}

@media screen and (max-width: 480px) and (min-width: 481px) {
    html[data-lc-type=image] #lightcase-content .lightcase-contentInner,
    html[data-lc-type=video] #lightcase-content .lightcase-contentInner {
        line-height: 0.75;
    }
}

@media screen and (max-width: 480px) {
    #lightcase-content .lightcase-contentInner img {
        display: block;
        max-height: 100% !important;
        margin: 0 auto;
    }
}

html[data-lc-type=image] #lightcase-content .lightcase-contentInner {
    position: relative;
    overflow: hidden !important;
}

@media screen and (max-width: 480px) {
    html[data-lc-type=inline] #lightcase-content .lightcase-contentInner .lightcase-inlineWrap,
    html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner .lightcase-inlineWrap,
    html[data-lc-type=error] #lightcase-content .lightcase-contentInner .lightcase-inlineWrap {
        position: relative !important;
        top: auto !important;
        left: auto !important;
        width: auto !important;
        height: auto !important;
        margin: 0 !important;
        padding: 0 !important;
        border: none !important;
        background: none !important;
    }
}

@media screen and (min-width: 481px) {
    html:not([data-lc-type=error]) #lightcase-content .lightcase-contentInner .lightcase-inlineWrap {
        padding: 30px;
        overflow: visible;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box;
    }
}

@media screen and (max-width: 480px) {
    #lightcase-content h1,
    #lightcase-content h2,
    #lightcase-content h3,
    #lightcase-content h4,
    #lightcase-content h5,
    #lightcase-content h6,
    #lightcase-content p {
        color: #fff;
    }
}

@media screen and (min-width: 481px) {
    #lightcase-content h1,
    #lightcase-content h2,
    #lightcase-content h3,
    #lightcase-content h4,
    #lightcase-content h5,
    #lightcase-content h6,
    #lightcase-content p {
        color: #333;
    }
}

#lightcase-case p.lightcase-error {
    margin: 0;
    font-size: 17px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #aaa;
}

@media screen and (max-width: 480px) {
    #lightcase-case p.lightcase-error {
        padding: 30px 0;
    }
}

@media screen and (min-width: 481px) {
    #lightcase-case p.lightcase-error {
        padding: 0;
    }
}

.lightcase-open body {
    overflow: hidden;
}

.lightcase-isMobileDevice .lightcase-open body {
    max-width: 100%;
    max-height: 100%;
}

#lightcase-info {
    position: absolute;
    padding-top: 15px;
}

#lightcase-info #lightcase-title,
#lightcase-info #lightcase-caption {
    margin: 0;
    padding: 0;
    line-height: 1.5;
    font-weight: normal;
    text-overflow: ellipsis;
}

#lightcase-info #lightcase-title {
    font-size: 17px;
    color: #fff;
}

@media screen and (max-width: 480px) {
    #lightcase-info #lightcase-title {
        position: fixed;
        top: 10px;
        left: 0;
        max-width: 87.5%;
        padding: 5px 15px;
        background: #333;
    }
}

#lightcase-info #lightcase-caption {
    clear: both;
    font-size: 13px;
    color: #fff;
}

#lightcase-info #lightcase-sequenceInfo {
    font-size: 11px;
    color: #fff;
}

@media screen and (max-width: 480px) {
    .lightcase-fullScreenMode #lightcase-info {
        padding-left: 15px;
        padding-right: 15px;
    }
    html:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #lightcase-info {
        position: static;
    }
}

#lightcase-loading {
    position: fixed;
    z-index: 9999;
    width: 1.123em;
    height: auto;
    font-size: 38px;
    line-height: 1;
    text-align: center;
    text-shadow: none;
    position: fixed;
    z-index: 2001;
    top: 50%;
    left: 50%;
    margin-top: -0.5em;
    margin-left: -0.5em;
    opacity: 1;
    font-size: 32px;
    text-shadow: 0 0 15px #fff;
    -moz-transform-origin: 50% 53%;
    -webkit-animation: lightcase-spin 0.5s infinite linear;
    -moz-animation: lightcase-spin 0.5s infinite linear;
    -o-animation: lightcase-spin 0.5s infinite linear;
    animation: lightcase-spin 0.5s infinite linear;
}

#lightcase-loading,
#lightcase-loading:focus {
    text-decoration: none;
    color: #fff;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-transition: color, opacity, ease-in-out 0.25s;
    -moz-transition: color, opacity, ease-in-out 0.25s;
    -o-transition: color, opacity, ease-in-out 0.25s;
    transition: color, opacity, ease-in-out 0.25s;
}

#lightcase-loading>span {
    display: inline-block;
    text-indent: -9999px;
}

a[class*=lightcase-icon-] {
    position: fixed;
    z-index: 9999;
    width: 1.123em;
    height: auto;
    font-size: 38px;
    line-height: 1;
    text-align: center;
    text-shadow: none;
    outline: none;
    cursor: pointer;
}

a[class*=lightcase-icon-],
a[class*=lightcase-icon-]:focus {
    text-decoration: none;
    color: white;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-transition: color, opacity, ease-in-out 0.25s;
    -moz-transition: color, opacity, ease-in-out 0.25s;
    -o-transition: color, opacity, ease-in-out 0.25s;
    transition: color, opacity, ease-in-out 0.25s;
}

a[class*=lightcase-icon-]>span {
    display: inline-block;
    text-indent: -9999px;
}

a[class*=lightcase-icon-]:hover {
    color: white;
    text-shadow: 0 0 15px white;
}

.lightcase-isMobileDevice a[class*=lightcase-icon-]:hover {
    color: #aaa;
    text-shadow: none;
}

a[class*=lightcase-icon-].lightcase-icon-close {
    position: fixed;
    top: 15px;
    right: 15px;
    bottom: auto;
    margin: 0;
    opacity: 0;
    outline: none;
}

a[class*=lightcase-icon-].lightcase-icon-prev {
    left: 15px;
}

a[class*=lightcase-icon-].lightcase-icon-next {
    right: 15px;
}

a[class*=lightcase-icon-].lightcase-icon-pause,
a[class*=lightcase-icon-].lightcase-icon-play {
    left: 50%;
    margin-left: -0.5em;
}

@media screen and (min-width: 481px) {
    a[class*=lightcase-icon-].lightcase-icon-pause,
    a[class*=lightcase-icon-].lightcase-icon-play {
        opacity: 0;
    }
}

@media screen and (max-width: 480px) {
    a[class*=lightcase-icon-] {
        bottom: 15px;
        font-size: 24px;
    }
}

@media screen and (min-width: 481px) {
    a[class*=lightcase-icon-] {
        bottom: 50%;
        margin-bottom: -0.5em;
    }
    a[class*=lightcase-icon-]:hover,
    #lightcase-case:hover~a[class*=lightcase-icon-] {
        opacity: 1;
    }
}

#lightcase-overlay {
    display: none;
    width: 100%;
    min-height: 100%;
    position: fixed;
    z-index: 2000;
    top: -9999px;
    bottom: -9999px;
    left: 0;
    background: #333;
}

@media screen and (max-width: 480px) {
    #lightcase-overlay {
        opacity: 0.95 !important;
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-moz-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-o-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-ms-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fadeZoomIn {
    0% {
        opacity: 0;
        -moz-transform: scale(0.5);
        -o-transform: scale(0.5);
        -ms-transform: scale(0.5);
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }
    100% {
        opacity: 1;
        -moz-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes fadeZoomIn {
    0% {
        opacity: 0;
        -moz-transform: scale(0.5);
        -o-transform: scale(0.5);
        -ms-transform: scale(0.5);
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }
    100% {
        opacity: 1;
        -moz-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-o-keyframes fadeZoomIn {
    0% {
        opacity: 0;
        -moz-transform: scale(0.5);
        -o-transform: scale(0.5);
        -ms-transform: scale(0.5);
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }
    100% {
        opacity: 1;
        -moz-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-ms-keyframes fadeZoomIn {
    0% {
        opacity: 0;
        -moz-transform: scale(0.5);
        -o-transform: scale(0.5);
        -ms-transform: scale(0.5);
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }
    100% {
        opacity: 1;
        -moz-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes fadeZoomIn {
    0% {
        opacity: 0;
        -moz-transform: scale(0.5);
        -o-transform: scale(0.5);
        -ms-transform: scale(0.5);
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }
    100% {
        opacity: 1;
        -moz-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}


/* -------------------------------------------
 * shown / hidden
 * ------------------------------------------ */

@media screen and (min-width: 1200px) {
    .shown-1199 {
        display: none;
    }
}

@media screen and (min-width: 992px) {
    .shown-991 {
        display: none;
    }
}

@media screen and (min-width: 768px) {
    .shown-767 {
        display: none;
    }
}

@media screen and (min-width: 480px) {
    .shown-479 {
        display: none;
    }
}

@media screen and (max-width: 1199px) {
    .hidden-1199 {
        display: none;
    }
}

@media screen and (max-width: 991px) {
    .hidden-991 {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .hidden-767 {
        display: none;
    }
}

@media screen and (max-width: 479px) {
    .hidden-479 {
        display: none;
    }
}


/* -------------------------------------------
 * typograpy
 * ------------------------------------------ */

.f0 {
    font-size: 0;
}

.f16 {
    font-size: 16px;
}

.f17 {
    font-size: 17px;
}

.f18 {
    font-size: 18px;
}

.f20 {
    font-size: 20px;
}

.f22 {
    font-size: 22px;
}

@media screen and (max-width: 479px) {
    .f22 {
        font-size: 20px;
    }
}

.f24 {
    font-size: 24px;
}

@media screen and (max-width: 479px) {
    .f24 {
        font-size: 22px;
    }
}

.f25 {
    font-size: 25px;
}

@media screen and (max-width: 479px) {
    .f25 {
        font-size: 22px;
    }
}

.f28 {
    font-size: 28px;
}

@media screen and (max-width: 767px) {
    .f28 {
        font-size: 25px;
    }
}

@media screen and (max-width: 479px) {
    .f28 {
        font-size: 22px;
    }
}

.t-left {
    text-align: left;
}

.t-center {
    text-align: center;
}

.t-right {
    text-align: right;
}

.fw-900 {
    font-weight: 900;
}

.fw-800 {
    font-weight: 800;
}

.fw-700 {
    font-weight: 700;
}

.fw-600 {
    font-weight: 600;
}

.fw-500 {
    font-weight: 500;
}

.lh-100 {
    line-height: 1;
}

.lh-150 {
    line-height: 1.5;
}

.lh-175 {
    line-height: 1.75;
}

.lh-200 {
    line-height: 2;
}

.ls-005 {
    letter-spacing: 0.05em;
}

.ls-01 {
    letter-spacing: 0.1em;
}

.tc-wBlue {
    color: #01ABDF;
}

.tc-mBlue {
    color: #00539B;
}

.tc-black {
    color: #000000;
}

.tc-gray {
    color: #808080;
}

.tc-lightGray {
    color: #676767;
}

.tdeco-none {
    text-decoration: none;
}

.tt-none {
    text-transform: none;
}

.hg.hg-border .title {
    margin-bottom: -10px;
    font-size: 24px;
    letter-spacing: 0.1em;
}

@media screen and (max-width: 479px) {
    .hg.hg-border .title {
        font-size: 20px;
    }
}

.hg.hg-border::after {
    content: "";
    display: inline-block;
    vertical-align: bottom;
    width: 50px;
    height: 5px;
    background-image: -webkit-linear-gradient(left, );
    background-image: -moz-linear-gradient(left, );
    background-image: -o-linear-gradient(left, );
    background-image: -ms-linear-gradient(left, );
    background-image: linear-gradient(to right, );
}

.main-head {
    margin-bottom: 65px;
}

@media screen and (max-width: 991px) {
    .main-head {
        margin-bottom: 50px;
    }
}

@media screen and (max-width: 479px) {
    .main-head {
        margin-bottom: 35px;
    }
}


/* -------------------------------------------
 * list style
 * ------------------------------------------ */

ul.ns,
ol.ns {
    margin: 0;
    padding: 0;
    list-style-type: none;
	
}

dl.ns {
    margin: 0;
}

dl.ns dt,
dl.ns dd {
    margin: 0;
}


/* -------------------------------------------
 * display
 * ------------------------------------------ */

.jc-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.jc-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.ai-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}


/* ------------------------------------------
 * images
 * -----------------------------------------*/

.pic img {
    display: block;
    width: 100% !important;
    height: auto !important;
}

.pic-fill {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.icon {

}

.icon svg,
.icon img {
    display: block;
}

.icon.icon-fs svg {
    width: 1em;
    height: 1em;
}

img.svg {
    opacity: 0;
}


/* -------------------------------------------
 * buttons
 * ------------------------------------------ */

.btn {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    -webkit-mask-image: -webkit-radial-gradient(white, black);
}

.btn .btn-inner {
    position: relative;
    display: block;
}

.btn:not(.no-hover) {
    cursor: pointer;
}

.btn.btn-inline {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.btn.btn-vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.btn.btn-circle {
    border-radius: 50%;
    overflow: hidden;
}

.btn.btn-rounded {
    border-radius: 3px;
}

.btn.fill-wBlue {
    background-color: #01ABDF;
    color: #ffffff;
}

.btn.fill-wBlue:not(.no-hover) {
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}

.btn.fill-wBlue:not(.no-hover):hover {
    background-color: #00539B;
}


/* -------------------------------------------
 * plugins
 * ------------------------------------------ */

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before,
.slick-track:after {
    content: "";
    display: table;
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}

[dir=rtl] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.slick-item {
    display: block !important;
}

.slick-arrow {
    position: absolute;
    z-index: 5;
    top: 50%;
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.slick-arrow.slick-prev {
    left: 0;
}

.slick-arrow.slick-next {
    right: 0;
}

.slick-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    font-size: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.slick-dots li button {
    display: block;
}

.parallax-mirror {
    -webkit-animation: fadeIn 1.5s ease;
    -moz-animation: fadeIn 1.5s ease;
    -o-animation: fadeIn 1.5s ease;
    -ms-animation: fadeIn 1.5s ease;
    animation: fadeIn 1.5s ease;
}


/* ------------------------------------------
 * editor
 * -----------------------------------------*/

.editor {
    font-size: 17px;
}

@media screen and (max-width: 479px) {
    .editor {
        font-size: 16px;
    }
}

.editor .iframe-wrapper {
    position: relative;
    padding-bottom: 56.25%;
}

.editor .iframe-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
}

.editor-style h1,
.editor-style h2,
.editor-style h3,
.editor-style h4,
.editor-style h5,
.editor-style h6,
.editor-style p,
.editor-style img,
.editor-style figure,
.editor-style ul,
.editor-style ol,
.editor-style table,
.editor-style video,
.editor-style audio,
.editor-style iframe {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.editor-style *:first-child {
    margin-top: 0 !important;
}

.editor-style *:last-child {
    margin-bottom: 0 !important;
}

.editor-style ul:not(.ns) {
    margin-left: 1em;
}

.editor-style ol:not(.ns) {
    margin-left: 1.5em;
}

.editor-style img {
    display: inline-block;
    vertical-align: top;
}

.editor-style a:not(.tdeco-none):not(.btn) {
    text-decoration: underline;
}

.editor-style a:not(.tdeco-none):not(.btn):hover {
    color: #01ABDF;
}


/* ------------------------------------------
 * shared
 * -----------------------------------------*/

.table {
    width: 100%;
}

@media screen and (max-width: 767px) {
    .table.responsive-table thead {
        display: none;
    }
    .table.responsive-table tbody {
        display: block;
    }
    .table.responsive-table tbody tr {
        display: table;
        width: 100%;
    }
    .table.responsive-table tbody tr+tr {
        margin-top: 25px;
    }
}

@media screen and (max-width: 767px) and (max-width: 479px) {
    .table.responsive-table tbody tr+tr {
        margin-top: 15px;
    }
}

@media screen and (max-width: 767px) {
    .table.responsive-table tbody tr td {
        display: table-row;
        padding: 0;
    }
    .table.responsive-table tbody tr td::before,
    .table.responsive-table tbody tr td>.td-inner {
        display: table-cell;
        padding: 10px;
    }
    .table.responsive-table tbody tr td::before {
        content: attr(data-title);
        width: 35%;
    }
}

.table-wrapper {
    position: relative;
}

@media screen and (min-width: 992px) {
    .table-wrapper .unit {
        text-align: right;
    }
    .table-wrapper .unit.abs {
        position: absolute;
        top: -2em;
        right: 0;
    }
}

.table-style td {
    border-bottom: 1px solid #CECECE;
}

@media screen and (max-width: 1399px) {
    .table-style th,
    .table-style td {
        padding: 20px 25px;
    }
}

@media screen and (max-width: 1199px) {
    .table-style th,
    .table-style td {
        padding: 15px;
    }
}

@media screen and (max-width: 767px) {
    .table-style {
        font-size: 16px;
    }
    .table-style th,
    .table-style td {
        word-break: break-word;
    }
}

@media screen and (max-width: 479px) {
    .table-style th,
    .table-style td {
        padding: 15px 10px;
    }
}

.table-style ul:not(.ns) {
    list-style: none;
}

.table-style ul:not(.ns) li {
    position: relative;
    line-height: 1.3;
}

.table-style ul:not(.ns) li+li {
    margin-top: 10px;
}

.table-style ul:not(.ns) li::before {
    content: "";
    position: absolute;
    top: calc(0.65em - 2.5px);
    left: -1em;
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #01ABDF;
}

.table-style:not(.no-thead) th,
.table-style:not(.no-thead) td {
    text-align: left;
}

@media screen and (min-width: 1400px) {
    .table-style:not(.no-thead) th {
        padding: 15px 50px;
    }
    .table-style:not(.no-thead) td {
        padding: 20px 50px;
    }
}

.table-style:not(.no-thead) th {
    background-color: #0079C0;
    color: #ffffff;
}

.table-style:not(.no-thead) tbody tr:nth-child(even) td {
    background-color: #EBEBEB;
}

@media screen and (max-width: 767px) {
    .table-style:not(.no-thead).responsive-table tbody tr:nth-child(odd) td {
        background-color: #ffffff;
    }
    .table-style:not(.no-thead).responsive-table tbody tr td+td {
        border-top: 1px solid #CECECE;
    }
    .table-style:not(.no-thead).responsive-table tbody tr td::before {
        background-color: #00539B;
        color: #ffffff;
    }
}

.table-style.no-thead {
    border-top: 3px solid #00539B;
}

@media screen and (min-width: 1600px) {
    .table-style.no-thead td {
        padding: 25px 70px;
    }
}

@media screen and (max-width: 1599px) and (min-width: 1400px) {
    .table-style.no-thead td {
        padding: 25px 45px;
    }
}

.table-style.no-thead td.tt {
    background-color: #EBEBEB;
    font-weight: 700;
}

.pagination {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 55px;
}

@media screen and (max-width: 1199px) {
    .pagination {
        margin-top: 50px;
    }
}

@media screen and (max-width: 767px) {
    .pagination {
        margin-top: 35px;
    }
}

.pagination ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.pagination ul li+li {
    margin-left: 5px;
}

.pagination ul li.current .btn {
    background-color: #3F4044;
    color: #ffffff;
}

.pagination .btn {
    min-width: 45px;
    height: 45px;
    border: 1px solid #3F4044;
    font-size: 16px;
    color: #3F4044;
}

.pagination .btn [class^=icon-] {
    font-size: 1.25em;
}

.pagination .btn:not(.no-hover) {
    -moz-transition-property: color, background-color, border-color;
    -o-transition-property: color, background-color, border-color;
    -webkit-transition-property: color, background-color, border-color;
    transition-property: color, background-color, border-color;
}

.pagination .btn:not(.no-hover):hover {
    background-color: #00539B;
    border-color: #00539B;
    color: #ffffff;
}

.pagination .count .btn {
    padding: 0 25px;
}

@media screen and (max-width: 767px) {
    .pagination .btn {
        min-width: 35px;
        height: 35px;
        font-size: 12px;
    }
    .pagination .count .btn {
        padding: 0 15px;
    }
}

@media screen and (max-width: 479px) {
    .pagination .btn {
        min-width: 30px;
        height: 30px;
    }
    .pagination .count .btn {
        padding: 0 10px;
    }
}


/* -------------------------------------------
 * *  layout
 * * ------------------------------------------ */

.wp {
    overflow: hidden;
    min-width: 320px;
    min-height: 100vh;
}

.main {
    position: relative;
    z-index: 5;
}

.container {
    max-width: 1420px;
    margin: 0 auto;
}

.container.c-sm {
    max-width: 990px;
}

.container.c-lg {
    max-width: 1720px;
}

.container.c-lg2 {
    max-width: 1500px;
}

@media screen and (min-width: 768px) {
    .container {
        width: calc(100% - 100px);
    }
}

@media screen and (max-width: 767px) and (min-width: 480px) {
    .container {
        width: calc(100% - 50px);
    }
}

@media screen and (max-width: 479px) {
    .container {
        width: calc(100% - 40px);
    }
}


/* -------------------------------------------
 * *  header
 * * ------------------------------------------ */

.header {
    position: absolute;
    z-index: 1000;
    top: 0;
    left: 0;
    right: 0;
    -moz-transition-property: background-color;
    -o-transition-property: background-color;
    -webkit-transition-property: background-color;
    transition-property: background-color;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}

.header.loading {
    -moz-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 0;
}

.header.loaded {
    -moz-transition-property: transform, opacity, background-color;
    -o-transition-property: transform, opacity, background-color;
    -webkit-transition-property: transform, opacity, background-color;
    transition-property: transform, opacity, background-color;
    -moz-transition-duration: 1s;
    -o-transition-duration: 1s;
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
    -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}

.header .header-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -moz-transition: height 0.3s ease;
    -o-transition: height 0.3s ease;
    -webkit-transition: height 0.3s ease;
    transition: height 0.3s ease;
}

.header .desktop .logo {
    position: relative;
    width: 200px;
}

.header .desktop .logo a {
    display: block;
    background-image: url("../images/logo-w.svg");
    background-position: top left;
    background-repeat: no-repeat;
}

.header .desktop .logo a img {
    display: block;
    opacity: 0;
    -moz-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

.header .mainlinks .ml-tt .ml-tt-txt {
    font-weight: 600;
}

.header .mainlinks .ml-sm {
    display: none;
}

.header .buttons>ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header:not(.on-scroll),
.header:not(:hover) {
    color: #ffffff;
}

.header.on-scroll {
    position: fixed;
    top: -200px;
    margin-top: 200px;
    -moz-transition: margin 0.75s ease;
    -o-transition: margin 0.75s ease;
    -webkit-transition: margin 0.75s ease;
    transition: margin 0.75s ease;
}

.header.on-scroll,
.header.menu-opened {
    background-color: #ffffff;
    color: #000000;
}

.header.on-scroll .desktop .logo a img,
.header.menu-opened .desktop .logo a img {
    opacity: 1;
}

.header .search-pop {
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
}

.header .search-pop .search-pop-fade {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
}

.header .search-pop .search-pop-inner {
    position: relative;
    background-color: #01ABDF;
    color: #ffffff;
}

.header .search-pop .search-pop-inner>div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header .search-pop .search-pop-inner .search-head,
.header .search-pop .search-pop-inner .search-body {
    padding-left: 50px;
    padding-right: 50px;
}

@media screen and (max-width: 767px) {
    .header .search-pop .search-pop-inner .search-head,
    .header .search-pop .search-pop-inner .search-body {
        padding-left: 25px;
        padding-right: 25px;
    }
}

@media screen and (max-width: 479px) {
    .header .search-pop .search-pop-inner .search-head,
    .header .search-pop .search-pop-inner .search-body {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.header .search-pop .search-close {
    position: absolute;
    top: 0;
    right: 0;
    width: 80px;
    height: 80px;
}

@media screen and (max-width: 767px) {
    .header .search-pop .search-close {
        width: 65px;
        height: 65px;
    }
}

@media screen and (max-width: 479px) {
    .header .search-pop .search-close {
        width: 55px;
        height: 55px;
    }
}

.header .search-pop .search-close .btn {
    font-size: 18px;
    -moz-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

.header .search-pop .search-close .btn:hover {
    opacity: 0.5;
}

.header .search-pop .search-head {
    height: 80px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.header .search-pop .search-head .logo a {
    background: none;
}

@media screen and (max-width: 767px) {
    .header .search-pop .search-head {
        height: 65px;
    }
}

@media screen and (max-width: 479px) {
    .header .search-pop .search-head {
        height: 55px;
    }
    .header .search-pop .search-head .logo {
        width: 150px;
    }
}

@media screen and (min-width: 992px) {
    .header .search-pop .search-body {
        height: 400px;
    }
}

@media screen and (max-width: 991px) {
    .header .search-pop .search-body {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

@media screen and (max-width: 767px) {
    .header .search-pop .search-body {
        padding-top: 35px;
        padding-bottom: 35px;
    }
}

@media screen and (max-width: 479px) {
    .header .search-pop .search-body {
        padding-top: 25px;
        padding-bottom: 25px;
    }
}

.header .search-pop .search-body .search-bar {
    position: relative;
    display: block;
    width: 100%;
    max-width: 700px;
    margin-bottom: 35px;
    border-bottom: 5px solid #ffffff;
}

.header .search-pop .search-body .search-bar input {
    width: 100%;
    height: 70px;
    padding: 0 45px 0 0;
    font-size: 20px;
}

.header .search-pop .search-body .search-bar input::-webkit-input-placeholder {
    opacity: 0.6;
    color: #ffffff;
}

.header .search-pop .search-body .search-bar input:-moz-placeholder {
    opacity: 0.6;
    color: #ffffff;
}

.header .search-pop .search-body .search-bar input::-moz-placeholder {
    opacity: 0.6;
    color: #ffffff;
}

.header .search-pop .search-body .search-bar input:-ms-input-placeholder {
    opacity: 0.6;
    color: #ffffff;
}

.header .search-pop .search-body .search-bar .btn {
    position: absolute;
    top: 17.5px;
    right: 0;
    width: 35px;
    height: 35px;
    font-size: 35px;
}

@media screen and (max-width: 479px) {
    .header .search-pop .search-body .search-bar {
        margin-bottom: 25px;
        border-bottom: 2px solid #ffffff;
    }
    .header .search-pop .search-body .search-bar input {
        height: 50px;
        padding: 0 30px 0 0;
        font-size: 16px;
    }
    .header .search-pop .search-body .search-bar .btn {
        top: 15px;
        width: 20px;
        height: 20px;
        font-size: 20px;
    }
}

@media screen and (min-width: 1200px) {
    .header .desktop {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .header .desktop .mainlinks {
        margin-left: 60px;
        text-align: center;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1399px) {
    .header .desktop .mainlinks {
        margin-left: 60px;
    }
}

@media screen and (min-width: 1200px) {
    .header .desktop .mainlinks ul {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

@media screen and (min-width: 1200px) {
    .header .desktop .mainlinks>ul>li+li {
        margin-left: 55px;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1599px) {
    .header .desktop .mainlinks>ul>li+li {
        margin-left: 35px;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1399px) {
    .header .desktop .mainlinks>ul>li {

    }
}

@media screen and (min-width: 1200px) {
    .header .desktop .mainlinks>ul>li[data-id=contact],
    .header .desktop .mainlinks>ul>li[data-id=lang] {
        display: none;
    }
}

@media screen and (min-width: 1200px) {
    .header .desktop .mainlinks .ml-tt .ml-tt-txt {
        display: block;
        font-size: 18px;
        line-height: 1;
    }
    .header .desktop .mainlinks .ml-tt:hover {
        color: #01ABDF;
    }
}

@media screen and (min-width: 1200px) {
    .header .desktop .mainlinks .ml-sm {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background-color: #01ABDF;
        padding: 17.5px 20px;
        font-size: 1rem;
        line-height: 1;
        letter-spacing: 0.05em;
        color: #ffffff;
    }
    .header .desktop .mainlinks .ml-sm>ul {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: -0.5em;
    }
    .header .desktop .mainlinks .ml-sm>ul>li {
        margin: 0.5em;
    }
    .header .desktop .mainlinks .ml-sm>ul>li:not(:last-child) {
        padding-right: 1em;
        border-right: 1px solid rgba(255, 255, 255, 0.5);
    }
    .header .desktop .mainlinks .ml-sm a:hover {
        text-decoration: underline;
    }
}

@media screen and (min-width: 1200px) {
    .header .desktop .mainlinks .active .ml-tt,
    .header .desktop .mainlinks .highlighted .ml-tt {
        color: #01ABDF;
    }
}

@media screen and (min-width: 1200px) {
    .header .buttons .search {
        font-size: 25px;
    }
    .header .buttons .search .btn {
        color: #01ABDF;
    }
    .header .buttons .search .btn,
    .header .buttons .lang .btn {
        -moz-transition: color 0.3s ease;
        -o-transition: color 0.3s ease;
        -webkit-transition: color 0.3s ease;
        transition: color 0.3s ease;
    }
    .header .buttons .search .btn:hover,
    .header .buttons .lang .btn:hover {
        color: #00539B;
    }
    .header .buttons .contact .btn,
    .header .buttons .lang .btn {
        letter-spacing: 0.05em;
    }
    .header .buttons .contact .btn [class^=icon-],
    .header .buttons .lang .btn [class^=icon-] {
        margin-right: 5px;
    }
    .header .buttons .contact {
        margin-left: 25px;
    }
    .header .buttons .contact .btn {
        height: 40px;
        padding: 0 20px;
        border-radius: 4px;
    }
    .header .buttons .lang {
        margin-left: 20px;
    }
    .header .buttons .lang .lang-menu {
        display: none;
    }
    .header .buttons .toggle {
        display: none;
    }
}

@media screen and (min-width: 1200px) {
    .header .menu {
        display: none !important;
    }
}

@media screen and (min-width: 1200px) {
    .header:not(.on-scroll) .header-inner {
        height: 110px;
    }
}

@media screen and (min-width: 1200px) {
    .header.on-scroll .desktop .mainlinks>ul>li.current .ml-tt,
    .header:hover .desktop .mainlinks>ul>li.current .ml-tt {
        color: #01ABDF;
    }
    .header.on-scroll .buttons,
    .header:hover .buttons {
        color: #01ABDF;
    }
}

@media screen and (min-width: 1200px) {
    .header:hover {
        background-color: #ffffff;
        color: #000000;
    }
    .header:hover .logo a img {
        opacity: 1;
    }
}

@media screen and (min-width: 1200px) {
    .header.on-scroll .header-inner {
        height: 80px;
    }
}

@media screen and (max-width: 1199px) {
    .header .header-inner {
        height: 110px;
    }
}

@media screen and (max-width: 1199px) and (max-width: 479px) {
    .header .desktop .logo {
        width: 150px;
    }
    .header .desktop .logo img {


    }
}

@media screen and (max-width: 1199px) {
    .header .desktop .mainlinks {
        display: none !important;
    }
}

@media screen and (max-width: 1199px) {
    .header .buttons .contact,
    .header .buttons .lang {
        display: none;
    }
    .header .buttons .search {
        font-size: 25px;
    }
}

@media screen and (max-width: 1199px) and (max-width: 479px) {
    .header .buttons .search {
        font-size: 20px;
    }
}

@media screen and (max-width: 1199px) {
    .header .buttons .toggle {
        margin-left: 25px;
    }
}

@media screen and (max-width: 1199px) and (max-width: 479px) {
    .header .buttons .toggle {
        margin-left: 15px;
    }
}

@media screen and (max-width: 1199px) {
    .header .buttons .toggle .btn {
        position: relative;
        display: block;
        width: 30px;
        padding: 8px 0;
    }
}

@media screen and (max-width: 1199px) and (max-width: 479px) {
    .header .buttons .toggle .btn {
        width: 25px;
        padding: 6px 0;
    }
}

@media screen and (max-width: 1199px) {
    .header .buttons .toggle .btn::before,
    .header .buttons .toggle .btn::after,
    .header .buttons .toggle .btn span {
        display: block;
        width: 100%;
        height: 2px;
        background-color: #ffffff;
        -moz-transition-duration: 0.3s;
        -o-transition-duration: 0.3s;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -moz-transition-timing-function: ease;
        -o-transition-timing-function: ease;
        -webkit-transition-timing-function: ease;
        transition-timing-function: ease;
    }
}

@media screen and (max-width: 1199px) {
    .header .buttons .toggle .btn::before,
    .header .buttons .toggle .btn::after {
        content: "";
        position: absolute;
        left: 0;
        -moz-transform-origin: left center;
        -o-transform-origin: left center;
        -ms-transform-origin: left center;
        -webkit-transform-origin: left center;
        transform-origin: left center;
        -moz-transition-property: transform, background-color;
        -o-transition-property: transform, background-color;
        -webkit-transition-property: transform, background-color;
        transition-property: transform, background-color;
    }
}

@media screen and (max-width: 1199px) {
    .header .buttons .toggle .btn::before {
        top: 0;
    }
}

@media screen and (max-width: 1199px) {
    .header .buttons .toggle .btn::after {
        bottom: 0;
    }
}

@media screen and (max-width: 1199px) {
    .header .buttons .toggle .btn span {
        -moz-transition-property: opacity, background-color;
        -o-transition-property: opacity, background-color;
        -webkit-transition-property: opacity, background-color;
        transition-property: opacity, background-color;
    }
}

@media screen and (max-width: 1199px) {
    .header .menu {
        position: fixed;
        z-index: 9;
        top: 110px;
        left: 0;
        right: 0;
        bottom: 0;
        display: none;
        color: #ffffff;
        overflow: auto;
        background-color: rgba(1, 171, 223, 0.95);
        -moz-transition: top 0.3s ease;
        -o-transition: top 0.3s ease;
        -webkit-transition: top 0.3s ease;
        transition: top 0.3s ease;
    }
    .header .menu .mainlinks {
        font-size: 18px;
        font-weight: 600;
        letter-spacing: 0.05em;
    }
    .header .menu .mainlinks>ul>li {
        border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    }
    .header .menu .mainlinks .ml-tt {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        padding: 30px 50px;
    }
    .header .menu .mainlinks .ml-tt .ml-tt-txt [class^=icon-] {
        margin-right: 10px;
    }
    .header .menu .mainlinks .ml-tt.has-sm::after {
        content: "";
        font-family: "icomoon";
        -moz-transition: transform 0.3s ease;
        -o-transition: transform 0.3s ease;
        -webkit-transition: transform 0.3s ease;
        transition: transform 0.3s ease;
    }
}

@media screen and (max-width: 1199px) and (max-width: 767px) {
    .header .menu .mainlinks .ml-tt {
        padding: 25px;
    }
}

@media screen and (max-width: 1199px) and (max-width: 479px) {
    .header .menu .mainlinks .ml-tt {
        padding: 17.5px 20px;
    }
    .header .menu .mainlinks .ml-tt .ml-tt-txt [class^=icon-] {
        margin-right: 5px;
    }
    .header .menu .mainlinks .ml-tt.has-sm::after {
        font-size: 0.85em;
    }
}

@media screen and (max-width: 1199px) {
    .header .menu .mainlinks .ml-sm {
        background-color: rgba(0, 74, 152, 0.75);
    }
    .header .menu .mainlinks .ml-sm ul li {
        border-top: 1px solid rgba(255, 255, 255, 0.5);
    }
    .header .menu .mainlinks .ml-sm a {
        display: block;
        padding: 25px 50px;
		
    }
}

@media screen and (max-width: 1199px) and (max-width: 767px) {
    .header .menu .mainlinks .ml-sm a {
        padding: 20px 25px;
    }
}

@media screen and (max-width: 1199px) and (max-width: 479px) {
    .header .menu .mainlinks .ml-sm a {
        padding: 15px 20px;
    }
}

@media screen and (max-width: 1199px) {
    .header .menu .mainlinks .active .ml-tt::after {
        -moz-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}

@media screen and (max-width: 1199px) {
    .header.on-scroll .header-inner,
    .header.menu-opened .header-inner {
        height: 80px;
    }
    .header.on-scroll .buttons .search,
    .header.menu-opened .buttons .search {
        color: #01ABDF;
    }
    .header.on-scroll .buttons .toggle .btn::before,
    .header.on-scroll .buttons .toggle .btn::after,
    .header.on-scroll .buttons .toggle .btn span,
    .header.menu-opened .buttons .toggle .btn::before,
    .header.menu-opened .buttons .toggle .btn::after,
    .header.menu-opened .buttons .toggle .btn span {
        background-color: #01ABDF;
    }
    .header.on-scroll .menu,
    .header.menu-opened .menu {
        top: 80px;
    }
}

@media screen and (max-width: 1199px) and (max-width: 767px) {
    .header .header-inner {
        height: 90px;
    }
    .header .menu {
        top: 90px;
    }
    .header.on-scroll .header-inner,
    .header.menu-opened .header-inner {
        height: 65px;
    }
    .header.on-scroll .menu,
    .header.menu-opened .menu {
        top: 65px;
    }
}

@media screen and (max-width: 1199px) and (max-width: 479px) {
    .header .header-inner {
        height: 80px;
    }
    .header .menu {
        top: 80px;
    }
    .header .menu .mainlinks {
        font-size: 16px;
    }
    .header.on-scroll .header-inner,
    .header.menu-opened .header-inner {
        height: 55px;
    }
    .header.on-scroll .menu,
    .header.menu-opened .menu {
        top: 55px;
    }
}

.lang-pop {
    position: fixed;
    z-index: 1001;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-animation: fadeIn 0.5s;
    -moz-animation: fadeIn 0.5s;
    -o-animation: fadeIn 0.5s;
    -ms-animation: fadeIn 0.5s;
    animation: fadeIn 0.5s;
}

.lang-pop>div {
    position: absolute;
}

.lang-pop .lang-pop-fade {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.65);
}

.lang-pop .lang-pop-inner {
    z-index: 1;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 300px;
    padding: 15px 35px;
    overflow: hidden;
    border-radius: 5px;
    background-color: #ffffff;
}

.lang-pop .lang-pop-inner .lang-menu {
    font-size: 1rem;
    text-align: center;
}

.lang-pop .lang-pop-inner .lang-menu a {
    display: block;
}

.lang-pop .lang-pop-inner .lang-menu ul li {
    padding: 20px 0;
}

.lang-pop .lang-pop-inner .lang-menu ul li+li {
    border-top: 1px solid #cccccc;
}

.lang-pop .lang-pop-inner .lang-menu ul li.active {
    color: #01ABDF;
    font-weight: 600;
}


/* -------------------------------------------
 * *  footer
 * * ------------------------------------------ */

.footer {
    position: relative;
    z-index: 5;
}

.footer .footer-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.footer .footer-subscribe {
    background-image: -webkit-linear-gradient(left, #01ABDF, #00539B);
    background-image: -moz-linear-gradient(left, #01ABDF, #00539B);
    background-image: -o-linear-gradient(left, #01ABDF, #00539B);
    background-image: -ms-linear-gradient(left, #01ABDF, #00539B);
    background-image: linear-gradient(to right, #01ABDF, #00539B);
    padding: 45px 0;
    color: #ffffff;
}

@media screen and (max-width: 767px) {
    .footer .footer-subscribe {
        padding: 35px 0;
    }
}

@media screen and (min-width: 992px) {
    .footer .footer-subscribe .footer-inner {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

@media screen and (max-width: 991px) {
    .footer .footer-subscribe .footer-inner {
        display: block;
    }
}

.footer .footer-subscribe .subscribe-txt .tt {
    font-size: 22px;
    font-weight: 900;
    text-transform: uppercase;
}

.footer .footer-subscribe .subscribe-txt .txt {
    font-size: 1rem;
}

.footer .footer-subscribe .subscribe-bar {
    position: relative;
    width: 500px;
}

@media screen and (max-width: 991px) {
    .footer .footer-subscribe .subscribe-bar {
        width: 100%;
        margin-top: 25px;
    }
}

.footer .footer-subscribe .subscribe-bar input {
    width: 100%;
    height: 60px;
    padding: 0 75px 0 25px;
    background-color: rgba(223, 226, 247, 0.1);
    font-size: 1rem;
}

.footer .footer-subscribe .subscribe-bar input::-webkit-input-placeholder {
    color: #ffffff;
}

.footer .footer-subscribe .subscribe-bar input:-moz-placeholder {
    color: #ffffff;
}

.footer .footer-subscribe .subscribe-bar input::-moz-placeholder {
    color: #ffffff;
}

.footer .footer-subscribe .subscribe-bar input:-ms-input-placeholder {
    color: #ffffff;
}

.footer .footer-subscribe .subscribe-bar .btn {
    position: absolute;
    top: 17.5px;
    right: 25px;
    font-size: 25px;
}

.footer .footer-main {
    background-color: #2B2B2B;
}

.footer .footer-main .footer-main-top {
    padding: 70px 0 85px;
    color: #BEBEBE;
}

@media screen and (max-width: 991px) {
    .footer .footer-main .footer-main-top {
        padding: 50px 0;
    }
}

@media screen and (max-width: 767px) {
    .footer .footer-main .footer-main-top {
        padding: 35px 0;
    }
}

@media screen and (max-width: 1199px) {
    .footer .footer-main .footer-main-top .footer-inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

@media screen and (max-width: 479px) {
    .footer .footer-main .footer-main-top .footer-inner {
        display: block;
    }
}

@media screen and (min-width: 480px) {
    .footer .footer-main .footer-profile {
        
    }
}

.footer .footer-main .footer-profile .logo {
    margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
    .footer .footer-main .footer-profile .logo {
        display: none;
    }
}

.footer .footer-main .footer-profile .info {
    font-size: 16px;
    letter-spacing: 0.05em;
}

.footer .footer-main .footer-profile .info ul li+li {
    margin-top: 10px;
}

.footer .footer-main .footer-profile .info a {
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    -webkit-transition-property: opacity;
    transition-property: opacity;
}

.footer .footer-main .footer-profile .info a:hover {
    opacity: 0.5;
}

.footer .footer-main .footer-profile .social {
    margin-top: 30px;
}

.footer .footer-main .footer-profile .social ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer .footer-main .footer-profile .social ul li {
    margin-right: 15px;
}

.footer .footer-main .footer-profile .social ul li:last-child {
    margin: 0;
}

.footer .footer-main .footer-profile .social ul li .btn {
    width: 40px;
    height: 40px;
    background-color: #484848;
    -moz-transition-property: color, background-color;
    -o-transition-property: color, background-color;
    -webkit-transition-property: color, background-color;
    transition-property: color, background-color;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}

.footer .footer-main .footer-profile .social ul li .btn:hover {
    background-color: #01ABDF;
    color: #ffffff;
}

.footer .footer-main .footer-profile .social ul li.txt {
    font-size: 1rem;
    letter-spacing: 0.05em;
}

.footer .footer-main .footer-links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media screen and (min-width: 1400px) {
    .footer .footer-main .footer-links {
        width: calc(100% - 475px);
    }
}

@media screen and (max-width: 1399px) and (min-width: 1200px) {
    .footer .footer-main .footer-links {
        width: calc(100% - 375px);
    }
}

@media screen and (max-width: 1199px) {
    .footer .footer-main .footer-links {
        width: 100%;
        margin-top: 50px;
    }
}

@media screen and (max-width: 991px) {
    .footer .footer-main .footer-links {
        display: none;
    }
}

.footer .footer-main .footer-links .category+.category {
    margin-top: 35px;
}

.footer .footer-main .footer-links .category .tt {
    font-size: 20px;
    font-weight: 600;
    color: #ffffff;
    letter-spacing: 0.05em;
}

.footer .footer-main .footer-links .category .tt+* {
    margin-top: 10px;
}

.footer .footer-main .footer-links .category ul {
    font-size: 1rem;
    letter-spacing: 0.05em;
}

.footer .footer-main .footer-links .category ul li+li {
    margin-top: 5px;
}

.footer .footer-main .footer-links .category a {
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    -webkit-transition-property: opacity;
    transition-property: opacity;
}

.footer .footer-main .footer-links .category a:hover {
    opacity: 0.5;
}

.footer .footer-main .footer-main-bottom {
    color: #737373;
}

@media screen and (min-width: 992px) {
    .footer .footer-main .footer-main-bottom .footer-inner {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 70px;
    }
}

@media screen and (max-width: 991px) {
    .footer .footer-main .footer-main-bottom .footer-inner {
        display: block;
        padding: 25px 0;
        text-align: center;
    }
}

@media screen and (max-width: 479px) {
    .footer .footer-main .footer-main-bottom .footer-inner {
        text-align: left;
    }
}

.footer .footer-main .footer-main-bottom a:hover {
    color: #ffffff;
}

.footer .footer-main .footer-main-bottom .copyright {
    font-size: 14px;
}

@media screen and (min-width: 768px) {
    .footer .footer-main .footer-main-bottom .copyright p {
        display: inline-block;
    }
}

.footer .footer-main .footer-main-bottom .privacy {
    font-size: 15px;
}

@media screen and (min-width: 992px) {
    .footer .footer-scroll {
        position: absolute;
        right: calc(50% - 860px);
        bottom: 70px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1710px) {
    .footer .footer-scroll {
        right: 50px;
    }
}

@media screen and (max-width: 991px) {
    .footer .footer-scroll {
        margin-top: 25px;
    }
}

.footer .footer-scroll .btn {
    width: 64px;
    height: 64px;
    background-color: #484848;
    color: #ffffff;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}

.desktop .footer .footer-scroll .btn:hover {
    background-color: #01ABDF;
}

.footer .footer-scroll .btn span {
    display: block;
    margin-top: 5px;
    font-size: 12px;
}

@media screen and (max-width: 991px) {
    .footer .footer-scroll .btn {
        margin: 0 auto;
    }
}


/* -------------------------------------------
 * *  pages
 * * ------------------------------------------ */

.hero {
    position: relative;
    z-index: 2;
}

.hero .hero-main {
    position: relative;
}

.hero .hero-main .hero-main-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    color: #ffffff;
}

.hero .hero-main .hero-main-inner .title {
    font-size: 45px;
    font-weight: 700;
    line-height: 1.3;
}

.hero .hero-main .hero-main-inner .title:not(.tt-none) {
    text-transform: uppercase;
}

.hero .hero-main .hero-main-inner .title+.txt:not(.for-keyword) {
    margin-top: 25px;
}

.hero .hero-main .hero-main-inner .txt {
    max-width: 950px;
    font-size: 1rem;
    line-height: 1.75;
}

@media screen and (max-width: 991px) {
    .hero .hero-main .hero-main-inner .txt.for-keyword {
        margin-bottom: -1.75em;
    }
}

@media screen and (min-width: 992px) {
    .hero .hero-main .hero-main-inner {
        padding: 90px 0;
        height: 425px;
    }
    .hero .hero-main .hero-main-inner .title {
        margin-top: 40px;
    }
}

@media screen and (max-width: 991px) {
    .hero .hero-main .hero-main-inner {
        min-height: 35vw;
    }
    .hero .hero-main .hero-main-inner .title {
        font-size: 35px;
    }
}

@media screen and (max-width: 767px) {
    .hero .hero-main .hero-main-inner {
        min-height: 45vw;
    }
    .hero .hero-main .hero-main-inner .title {
        font-size: 25px;
    }
}

@media screen and (max-width: 479px) {
    .hero .hero-main .hero-main-inner {
        min-height: 75vw;
    }
    .hero .hero-main .hero-main-inner .title {
        font-size: 22px;
    }
}

.hero .hero-nav {
    position: absolute;
    z-index: 5;
    left: 0;
    right: 0;
}

.hero .hero-nav .hero-nav-menu {
    font-size: 16px;
}

@media screen and (min-width: 1200px) {
    .hero .hero-nav {
        bottom: 0;
    }
    .hero .hero-nav .hero-nav-toggle {
        display: none;
    }
    .hero .hero-nav .hero-nav-menu {
        display: block !important;
        font-size: 16px;
    }
    .hero .hero-nav .hero-nav-menu ul {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
    .hero .hero-nav .hero-nav-menu ul li {
        position: relative;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
    .hero .hero-nav .hero-nav-menu ul li+li {
        margin-left: 1px;
    }
    .hero .hero-nav .hero-nav-menu .btn {
        height: 60px;
        padding: 0 15px;
        background-color: rgba(255, 255, 255, 0.8);
        -moz-transition-property: color, background-color;
        -o-transition-property: color, background-color;
        -webkit-transition-property: color, background-color;
        transition-property: color, background-color;
        -moz-transition-duration: 0.3s;
        -o-transition-duration: 0.3s;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -moz-transition-timing-function: ease;
        -o-transition-timing-function: ease;
        -webkit-transition-timing-function: ease;
        transition-timing-function: ease;
    }
    .hero .hero-nav .hero-nav-menu .btn:hover {
        color: #ffffff;
        background-color: #004A98;
    }
    .hero .hero-nav .hero-nav-menu .btn .btn-inner {
        text-align: center;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .hero .hero-nav .hero-nav-menu .current::before {
        content: "";
        position: absolute;
        top: 100%;
        left: calc(50% - 7.5px);
        display: block;
        border-top: 9px solid #0088ce;
        border-left: 7.5px solid transparent;
        border-right: 7.5px solid transparent;
    }
    .hero .hero-nav .hero-nav-menu .current .btn {
        color: #ffffff;
        background-image: -webkit-linear-gradient(left, #01ABDF, #00539B);
        background-image: -moz-linear-gradient(left, #01ABDF, #00539B);
        background-image: -o-linear-gradient(left, #01ABDF, #00539B);
        background-image: -ms-linear-gradient(left, #01ABDF, #00539B);
        background-image: linear-gradient(to right, #01ABDF, #00539B);
    }
}

@media screen and (max-width: 1199px) {
    .hero .hero-nav {
        top: calc(100% - 55px);
    }
}

@media screen and (max-width: 1199px) and (max-width: 767px) {
    .hero .hero-nav {
        top: calc(100% - 50px);
    }
}

@media screen and (max-width: 1199px) and (max-width: 479px) {
    .hero .hero-nav {
        top: calc(100% - 45px);
        font-size: 16px;
    }
}

@media screen and (max-width: 1199px) {
    .hero .hero-nav .hero-nav-toggle .btn {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%;
        height: 55px;
        padding: 0 20px;
        background-image: -webkit-linear-gradient(left, #01ABDF, #00539B);
        background-image: -moz-linear-gradient(left, #01ABDF, #00539B);
        background-image: -o-linear-gradient(left, #01ABDF, #00539B);
        background-image: -ms-linear-gradient(left, #01ABDF, #00539B);
        background-image: linear-gradient(to right, #01ABDF, #00539B);
        color: #ffffff;
    }
}

@media screen and (max-width: 1199px) and (max-width: 767px) {
    .hero .hero-nav .hero-nav-toggle .btn {
        height: 50px;
    }
}

@media screen and (max-width: 1199px) and (max-width: 479px) {
    .hero .hero-nav .hero-nav-toggle .btn {
        height: 45px;
        padding: 0 15px;
        font-size: 15px;
    }
}

@media screen and (max-width: 1199px) {
    .hero .hero-nav .hero-nav-toggle .btn .btn-inner {
        display: block;
        padding-left: 2em;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
}

@media screen and (max-width: 1199px) {
    .hero .hero-nav .hero-nav-toggle .btn::before {
        content: "";
        position: absolute;
        display: block;
        font-family: "icomoon";
        font-size: 1.5em;
    }
}

@media screen and (max-width: 1199px) {
    .hero .hero-nav .hero-nav-toggle .btn::after {
        display: block;
        content: "";
        font-family: "icomoon";
        -moz-transition: transform 0.3s ease;
        -o-transition: transform 0.3s ease;
        -webkit-transition: transform 0.3s ease;
        transition: transform 0.3s ease;
    }
}

@media screen and (max-width: 1199px) {
    .hero .hero-nav .hero-nav-menu {
        display: none;
        padding: 0 20px;
        background-color: #2B2B2B;
        color: #ffffff;
    }
}

@media screen and (max-width: 1199px) and (max-width: 479px) {
    .hero .hero-nav .hero-nav-menu {
        padding: 0 15px;
        font-size: 15px;
    }
}

@media screen and (max-width: 1199px) {
    .hero .hero-nav .hero-nav-menu ul li+li {
        border-top: 1px solid rgba(255, 255, 255, 0.25);
    }
    .hero .hero-nav .hero-nav-menu ul li.current {
        color: #01ABDF;
        font-weight: 700;
    }
}

@media screen and (max-width: 1199px) {
    .hero .hero-nav .hero-nav-menu .btn {
        display: block;
        padding: 15px 0;
    }
}

@media screen and (max-width: 1199px) and (max-width: 479px) {
    .hero .hero-nav .hero-nav-menu .btn {
        padding: 12.5px 0;
    }
}

@media screen and (max-width: 1199px) {
    .hero .hero-nav.active .hero-nav-toggle .btn::after {
        -moz-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}

@media screen and (min-width: 768px) {
    .bg-gray {
        background-image: url("../images/primary-bg.jpg");
        background-size: contain;
        background-repeat: repeat;
    }
}

@media screen and (max-width: 767px) {
    .bg-gray {
        background-color: #F7F7F7;
    }
}

[data-section] {
    position: relative;
}

[data-section] .section-bg {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

[data-section] .section-inner {
    position: relative;
    z-index: 1;
}

@media screen and (min-width: 768px) {
    .primary {
        background-image: url("../images/primary-bg.jpg");
        background-size: contain;
        background-repeat: repeat;
    }
}

@media screen and (max-width: 767px) {
    .primary {
        background-color: #F7F7F7;
    }
}

.primary .primary-inner {
    padding: 85px 0 100px;
}

@media screen and (max-width: 1199px) {
    .primary .primary-inner {
        padding: 50px 0 75px;
    }
}

@media screen and (max-width: 991px) {
    .primary .primary-inner {
        padding: 50px 0;
    }
}

@media screen and (max-width: 479px) {
    .primary .primary-inner {
        padding: 35px 0;
    }
}

.primary .primary-head {
    text-align: center;
}

.primary .primary-head+.primary-main {
    margin-top: 25px;
}

@media screen and (min-width: 992px) {
    .primary .primary-head.has-select+.primary-main {
        margin-top: 20px;
    }
}

.primary .primary-head .title {
    font-size: 28px;
}

@media screen and (max-width: 991px) {
    .primary .primary-head .title {
        font-size: 25px;
    }
}

@media screen and (max-width: 479px) {
    .primary .primary-head .title {
        font-size: 20px;
    }
}

.primary .primary-head .txt {
    margin-top: 10px;
    font-size: 1rem;
    color: #676767;
}

.primary .primary-head .dropdown {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.primary .primary-head .dropdown .simple-select {
    margin: 0;
}

.primary .primary-head .dropdown .simple-select+.simple-select {
    margin-left: 30px;
}

@media screen and (max-width: 479px) {
    .primary .primary-head .dropdown .simple-select {
        min-width: calc(50% - 7.5px);
    }
    .primary .primary-head .dropdown .simple-select+.simple-select {
        margin-left: 15px;
    }
}

.primary .primary-head .simple-nav {
    margin-top: 20px;
    padding-bottom: 30px;
}

.primary .primary-head .simple-nav ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.primary .primary-head .simple-nav ul li {
    position: relative;
}

.primary .primary-head .simple-nav ul li+li {
    margin-left: 35px;
}

.primary .primary-head .simple-nav ul li a:hover {
    color: #01ABDF;
}

.primary .primary-head .simple-nav ul li.current {
    font-weight: 700;
}

.primary .primary-head .simple-nav ul li.current::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -15px;
    display: block;
    height: 4px;
    background-color: #01ABDF;
}

@media screen and (max-width: 479px) {
    .primary .primary-head .simple-nav {
        padding-bottom: 0;
        font-size: 15px;
    }
    .primary .primary-head .simple-nav ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .primary .primary-head .simple-nav ul li+li {
        margin-left: 0;
        margin-top: 15px;
    }
    .primary .primary-head .simple-nav ul li.current::before {
        bottom: -5px;
        height: 2px;
    }
}

.primary .primary-head .simple-select {
    display: block;
    min-width: 180px;
    background: none;
    margin: -5px auto 0;
    padding: 10px 0;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #CBCBCB;
    font-size: 1rem;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("images/static/svg/caret.svg");
    background-repeat: no-repeat;
    background-position: center right;
}

.primary .primary-head .simple-select::-ms-expand {
    display: none;
}

@media screen and (max-width: 479px) {
    .primary .primary-head .simple-select {
        min-width: 150px;
        margin: 0 auto;
        padding: 7.5px 0;
        font-size: 16px;
    }
}

.primary [data-section] {
    position: relative;
}

.primary [data-section] .section-bg {
    position: absolute;
    z-index: 0;
}

.primary [data-section] .section-bg:not(.imgFill) img {
    display: block;
}

.primary [data-section] .section-inner {
    position: relative;
    z-index: 2;
}


/* -------------------------------------------
 * *  home
 * * ------------------------------------------ */

.home-section {
    z-index: 1;
}

.home-section .main-title {
    font-weight: 900;
    line-height: 1;
    letter-spacing: 0.05em;
    color: #333333;
}

.home-section .main-title.f55 {
    font-size: 55px;
}

.home-section .main-title.f55::after {
    content: "";
    display: block;
    width: 80px;
    height: 5px;
    background-color: #01ABDF;
}

.home-section .main-title.f45 {
    font-size: 45px;
}

@media screen and (max-width: 1399px) {
    .home-section .main-title.f55 {
        font-size: 50px;
    }
    .home-section .main-title.f45 {
        font-size: 40px;
    }
}

@media screen and (max-width: 1199px) {
    .home-section .main-title.f55 {
        font-size: 45px;
    }
    .home-section .main-title.f45 {
        font-size: 35px;
    }
}

@media screen and (max-width: 767px) {
    .home-section .main-title.f55 {
        font-size: 35px;
    }
    .home-section .main-title.f45 {
        font-size: 28px;
    }
}

.home-section[data-section=banner] .slideshow {
    position: relative;
    height: 100vh;
}

.home-section[data-section=banner] .slideshow .slideshow-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #333333;
}

.home-section[data-section=banner] .slideshow .slideshow-bg .slider,
.home-section[data-section=banner] .slideshow .slideshow-bg .slider .slick-track,
.home-section[data-section=banner] .slideshow .slideshow-bg .slider .slick-list,
.home-section[data-section=banner] .slideshow .slideshow-bg .slider .slick-slide,
.home-section[data-section=banner] .slideshow .slideshow-bg .slider .slick-slide>div,
.home-section[data-section=banner] .slideshow .slideshow-bg .slider .slick-item {
    height: 100%;
}

.home-section[data-section=banner] .slideshow .slideshow-inner {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100vh;
    color: #ffffff;
}

@media screen and (max-width: 479px) {
    .home-section[data-section=banner] .slideshow .slideshow-inner {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        padding-bottom: 125px;
    }
}

.home-section[data-section=banner] .slideshow .slideshow-content .title {
    font-size: 75px;
    font-weight: 800;
    line-height: 1;
}

.home-section[data-section=banner] .slideshow .slideshow-content .title+.txt {
    margin-top: 10px;
}

.home-section[data-section=banner] .slideshow .slideshow-content .txt {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.065em;
}

@media screen and (max-width: 1599px) and (min-width: 480px) {
    .home-section[data-section=banner] .slideshow .slideshow-content .title {
        font-size: 6.5vmin;
    }
    .home-section[data-section=banner] .slideshow .slideshow-content .txt {
        font-size: 2.25vmin;
    }
}

@media screen and (max-width: 479px) {
    .home-section[data-section=banner] .slideshow .slideshow-content .title {
        font-size: 35px;
        text-align: center;
    }
    .home-section[data-section=banner] .slideshow .slideshow-content .txt {
        display: none;
    }
}

.home-section[data-section=banner] .slideshow .slideshow-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 40px;
}

@media screen and (max-width: 479px) {
    .home-section[data-section=banner] .slideshow .slideshow-dots {
        bottom: 50px;
    }
}

.home-section[data-section=banner] .slideshow .slideshow-dots .slick-dots {
    position: static;
}

.home-section[data-section=banner] .slideshow .slideshow-dots .slick-dots li button {
    display: block;
    width: 13px;
    height: 13px;
    border-radius: 6.5px;
    background-color: #ffffff;
    -moz-transition-property: background-color, width;
    -o-transition-property: background-color, width;
    -webkit-transition-property: background-color, width;
    transition-property: background-color, width;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}

.home-section[data-section=banner] .slideshow .slideshow-dots .slick-dots li.slick-active button {
    width: 27px;
    background-color: #01ABDF;
}

.home-section[data-section=banner] .slideshow .slideshow-dots .slick-dots li+li {
    margin-left: 10px;
}

@media screen and (min-width: 1200px) {
    .home-section[data-section=banner] .info {
        position: absolute;
        z-index: 1;
        left: 0;
        right: 0;
        bottom: 0;
    }
}

@media screen and (max-width: 1199px) {
    .home-section[data-section=banner] .info {
        opacity: 1 !important;
        -moz-transform: none;
        -o-transform: none;
        -ms-transform: none;
        -webkit-transform: none;
        transform: none;
        -moz-transition: none;
        -o-transition: none;
        -webkit-transition: none;
        transition: none;
    }
}

.home-section[data-section=banner] .info .info-inner {
    color: #ffffff;
}

@media screen and (min-width: 992px) {
    .home-section[data-section=banner] .info .info-inner {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
}

@media screen and (min-width: 1600px) {
    .home-section[data-section=banner] .info .info-inner>div {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        min-width: 50%;
    }
}

@media screen and (max-width: 1199px) {
    .home-section[data-section=banner] .info .info-inner {
        width: 100%;
    }
}

.home-section[data-section=banner] .info .info-products {
    background-image: -webkit-linear-gradient(left, #01ABDF, #00539B);
    background-image: -moz-linear-gradient(left, #01ABDF, #00539B);
    background-image: -o-linear-gradient(left, #01ABDF, #00539B);
    background-image: -ms-linear-gradient(left, #01ABDF, #00539B);
    background-image: linear-gradient(to right, #01ABDF, #00539B);
    padding: 25px 65px 15px;
}

@media screen and (max-width: 1599px) {
    .home-section[data-section=banner] .info .info-products {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
}

@media screen and (max-width: 1399px) {
    .home-section[data-section=banner] .info .info-products {
        padding: 25px 35px;
    }
}

@media screen and (max-width: 479px) {
    .home-section[data-section=banner] .info .info-products {
        padding: 25px 20px;
    }
}

.home-section[data-section=banner] .info .info-products .title {
    font-size: 28px;
    font-weight: 700;
}

.home-section[data-section=banner] .info .info-products p {
    font-size: 17px;
    letter-spacing: 0.05em;
}

.home-section[data-section=banner] .info .info-products a {
    color: #9BD5E8;
    text-decoration: underline;
}

.home-section[data-section=banner] .info .info-news {
    background-color: #3F4044;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

@media screen and (max-width: 1599px) {
    .home-section[data-section=banner] .info .info-news {
        -webkit-box-flex: 2;
        -ms-flex: 2;
        flex: 2;
    }
}

@media screen and (max-width: 767px) {
    .home-section[data-section=banner] .info .info-news {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.home-section[data-section=banner] .info .info-news .hidden {
    -webkit-box-flex: 0;
    -ms-flex: 0;
    flex: 0;
}

.home-section[data-section=banner] .info .info-news .news-slider {
    padding: 35px 35px 35px 65px;
    min-height: 158px;
}

@media screen and (max-width: 1599px) {
    .home-section[data-section=banner] .info .info-news .news-slider {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .home-section[data-section=banner] .info .info-news .news-slider .slider {
        width: 100%;
    }
}

@media screen and (max-width: 1399px) {
    .home-section[data-section=banner] .info .info-news .news-slider {
        padding: 25px 35px;
    }
}

.home-section[data-section=banner] .info .info-news .news-slider .slick-item .date {
    font-size: 16px;
}

.home-section[data-section=banner] .info .info-news .news-slider .slick-item .title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    max-height: 3em;
    overflow: hidden;
    margin-top: 5px;
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 0.05em;
    text-overflow: ellipsis;
}

.home-section[data-section=banner] .info .info-news .news-slider .slick-item .title a {
    -moz-transition-property: color;
    -o-transition-property: color;
    -webkit-transition-property: color;
    transition-property: color;
}

.home-section[data-section=banner] .info .info-news .news-slider .slick-item .title a:hover {
    color: #01ABDF;
}

.home-section[data-section=banner] .info .info-news .news-pic,
.home-section[data-section=banner] .info .info-news .news-arrows {
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.home-section[data-section=banner] .info .info-news .news-pic {
    position: relative;
    width: 228px;
}

.home-section[data-section=banner] .info .info-news .news-pic .button {
    position: absolute;
    top: calc(50% - 25px);
    left: -25px;
    border-radius: 50%;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.5);
}

.home-section[data-section=banner] .info .info-news .news-pic .button .btn {
    width: 50px;
    height: 50px;
    color: #ffffff;
    background-image: -webkit-linear-gradient(left, #01ABDF, #00539B);
    background-image: -moz-linear-gradient(left, #01ABDF, #00539B);
    background-image: -o-linear-gradient(left, #01ABDF, #00539B);
    background-image: -ms-linear-gradient(left, #01ABDF, #00539B);
    background-image: linear-gradient(to right, #01ABDF, #00539B);
    border: 5px solid #65666A;
    font-size: 15px;
}

.home-section[data-section=banner] .info .info-news .news-arrows {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 58px;
    background-color: #292C32;
}

.home-section[data-section=banner] .info .info-news .news-arrows .slick-arrow {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: static;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
}

.home-section[data-section=banner] .info .info-news .news-arrows .slick-arrow+.slick-arrow {
    border-top: 1px solid #373737;
}

.home-section[data-section=banner] .info .info-news .news-arrows .slick-arrow .btn {
    width: 100%;
    height: 100%;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}

.home-section[data-section=banner] .info .info-news .news-arrows .slick-arrow .btn:hover {
    background-color: #01ABDF;
}

@media screen and (max-width: 767px) {
    .home-section[data-section=banner] .info .info-news .news-pic {
        order: 1;
        width: 100%;
    }
    .home-section[data-section=banner] .info .info-news .news-pic .button {
        top: auto;
        left: calc(50% - 25px);
        bottom: -25px;
    }
    .home-section[data-section=banner] .info .info-news .news-pic .pic-fill {
        position: static;
        padding-bottom: 43.95%;
    }
    .home-section[data-section=banner] .info .info-news .news-slider {
        order: 2;
        width: calc(100% - 58px);
    }
    .home-section[data-section=banner] .info .info-news .news-arrows {
        order: 3;
    }
}

@media screen and (max-width: 479px) {
    .home-section[data-section=banner] .info .info-news .news-slider {
        padding: 25px 20px;
    }
}

.home-section[data-section=about] .about-top {
    padding: 50px 30px 0 0;
}

@media screen and (max-width: 991px) {
    .home-section[data-section=about] .about-top {
        padding: 75px 30px 0;
    }
}

.home-section[data-section=about] .about-top .about-top-inner {
    max-width: 700px;
    text-align: center;
}

.home-section[data-section=about] .about-top .main-title::after {
    margin: 35px auto 0;
}

.home-section[data-section=about] .about-top .txt {
    margin-top: 30px;
    letter-spacing: 0.05em;
}

.home-section[data-section=about] .about-bottom {
    position: relative;
}

.home-section[data-section=about] .about-bottom .about-bottom-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.home-section[data-section=about] .about-bottom .about-bottom-bg .img-wrapper {
    position: absolute;
}

.home-section[data-section=about] .about-bottom .about-bottom-bg .img-wrapper .item {
    -moz-transform: skew(-8.5deg, 0deg);
    -o-transform: skew(-8.5deg, 0deg);
    -ms-transform: skew(-8.5deg, 0deg);
    -webkit-transform: skew(-8.5deg, 0deg);
    transform: skew(-8.5deg, 0deg);
    height: 100%;
    overflow: hidden;
    border-radius: 7.5px;
}

.home-section[data-section=about] .about-bottom .about-bottom-bg .img-wrapper .item .pic {
    height: 100%;
    -moz-transform-origin: inherit;
    -o-transform-origin: inherit;
    -ms-transform-origin: inherit;
    -webkit-transform-origin: inherit;
    transform-origin: inherit;
    -moz-transform: skew(8.5deg, 0deg);
    -o-transform: skew(8.5deg, 0deg);
    -ms-transform: skew(8.5deg, 0deg);
    -webkit-transform: skew(8.5deg, 0deg);
    transform: skew(8.5deg, 0deg);
}

.home-section[data-section=about] .about-bottom .about-bottom-bg .img-wrapper.img-1 {
    z-index: 2;
    top: 0;
    right: calc(50% - 710px + 500px);
    width: 1320px;
    height: 680px;
}

.home-section[data-section=about] .about-bottom .about-bottom-bg .img-wrapper.img-1 .item {
    -moz-transform-origin: top right;
    -o-transform-origin: top right;
    -ms-transform-origin: top right;
    -webkit-transform-origin: top right;
    transform-origin: top right;
}

.home-section[data-section=about] .about-bottom .about-bottom-bg .img-wrapper.img-1::before {
    content: "";
    position: absolute;
    top: 55px;
    right: -30px;
    display: block;
    width: 100%;
    height: calc(100% - 15px);
    border: 4px solid #E2E2E2;
    border-radius: 7.5px;
    opacity: 0.5;
    -moz-transform: skew(-8.5deg, 0deg);
    -o-transform: skew(-8.5deg, 0deg);
    -ms-transform: skew(-8.5deg, 0deg);
    -webkit-transform: skew(-8.5deg, 0deg);
    transform: skew(-8.5deg, 0deg);
    -moz-transform-origin: top right;
    -o-transform-origin: top right;
    -ms-transform-origin: top right;
    -webkit-transform-origin: top right;
    transform-origin: top right;
}

.home-section[data-section=about] .about-bottom .about-bottom-bg .img-wrapper.img-2 {
    bottom: 0;
    left: calc(50% - 710px + 680px);
    width: 1310px;
    height: 605px;
}

.home-section[data-section=about] .about-bottom .about-bottom-bg .img-wrapper.img-2 .item {
    -moz-transform-origin: left bottom;
    -o-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
}

.home-section[data-section=about] .about-bottom-inner {
    position: relative;
    z-index: 5;
}

.home-section[data-section=about] .about-bottom-inner .text-box {
    width: 100%;
    background-color: #ffffff;
}

.home-section[data-section=about] .about-bottom-inner .text-box .txt {
    margin: 30px 0;
}

.home-section[data-section=about] .about-bottom-inner .text-box .button .btn {
    width: 190px;
    height: 50px;
    border-radius: 3px;
}

@media screen and (min-width: 992px) {
    .home-section[data-section=about] .about-bottom-inner {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        min-height: 840px;
        padding: 75px 0;
    }
    .home-section[data-section=about] .about-bottom-inner .text-box {
        max-width: 600px;
        padding: 75px 70px;
    }
}

@media screen and (max-width: 991px) {
    .home-section[data-section=about] .about-bottom-inner {
        margin-top: -50px;
    }
    .home-section[data-section=about] .about-bottom-inner .text-box {
        padding: 50px;
    }
}

@media screen and (max-width: 479px) {
    .home-section[data-section=about] .about-bottom-inner {
        margin-top: -40px;
    }
    .home-section[data-section=about] .about-bottom-inner .text-box {
        padding: 40px 25px;
    }
}

@media screen and (min-width: 992px) {
    .home-section[data-section=products] .section-inner {
        padding: 0 0 3px;
        -moz-transform: translateY(-30px);
        -o-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
}

@media screen and (max-width: 1199px) {
    .home-section[data-section=products] .section-inner {
        padding: 50px 0;
    }
}

@media screen and (min-width: 992px) {
    .home-section[data-section=products] .section-head {
        padding: 0 70px;
    }
}

.home-section[data-section=products] .section-head .main-title {
    line-height: 1.25;
}

.home-section[data-section=products] .section-head .main-title::after {
    display: inline-block;
    vertical-align: calc(0.25em + 2.5px);
    margin-left: 1em;
}

.home-section[data-section=products] .section-head .txt {
    width: 365px;
    margin-top: 30px;
    letter-spacing: 0.05em;
}

.home-section[data-section=products] .section-primary {
    margin-top: 185px;
}

@media screen and (max-width: 767px) {
    .home-section[data-section=products] .section-primary {
        margin-top: 50px;
    }
}

.home-section[data-section=products] .slideshow {
    position: relative;
}

@media screen and (min-width: 992px) {
    .home-section[data-section=products] .slideshow .slider {
        padding: 0 70px;
    }
}

@media screen and (max-width: 991px) {
    .home-section[data-section=products] .slideshow .slider {
        padding: 0 25px;
    }
}

.home-section[data-section=products] .slideshow .slider .slick-slide {
    position: relative;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.home-section[data-section=products] .slideshow .slider .slick-slide>div {
    position: relative;
    -moz-transition: transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    -webkit-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
}

.home-section[data-section=products] .slideshow .slider .slick-slide>div::before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    border: 4px solid #E2E2E2;
    border-radius: 10px;
    opacity: 0.5;
}

@media screen and (min-width: 992px) {
    .home-section[data-section=products] .slideshow .slider .slick-slide>div::before {
        top: 40px;
        right: -30px;

    }
}

@media screen and (max-width: 991px) {
    .home-section[data-section=products] .slideshow .slider .slick-slide>div::before {
        top: 15px;
        right: -15px;
    }
}

@media screen and (min-width: 768px) {
    .home-section[data-section=products] .slideshow .slider .slick-list {
        overflow: visible;
    }
    .home-section[data-section=products] .slideshow .slider .slick-slide {
        margin: 0 -10px;
    }
    .home-section[data-section=products] .slideshow .slider .slick-slide:not(.slick-active) {
        visibility: hidden;
        opacity: 0;
    }
    .home-section[data-section=products] .slideshow .slider .slick-slide:not(.slick-active-custom)>div {
        -moz-transform: translateX(25%);
        -o-transform: translateX(25%);
        -ms-transform: translateX(25%);
        -webkit-transform: translateX(25%);
        transform: translateX(25%);
    }
    .home-section[data-section=products] .slideshow .slider .slick-slide.slick-active {
        z-index: 3;
    }
    .home-section[data-section=products] .slideshow .slider .slick-slide.slick-active+.slick-active {
        z-index: 2;
        -moz-transform: translateY(-17.85%);
        -o-transform: translateY(-17.85%);
        -ms-transform: translateY(-17.85%);
        -webkit-transform: translateY(-17.85%);
        transform: translateY(-17.85%);
    }
    .home-section[data-section=products] .slideshow .slider .slick-slide.slick-active+.slick-active+.slick-active {
        z-index: 1;
        -moz-transform: translateY(-35.7%);
        -o-transform: translateY(-35.7%);
        -ms-transform: translateY(-35.7%);
        -webkit-transform: translateY(-35.7%);
        transform: translateY(-35.7%);
    }
    .home-section[data-section=products] .slideshow .slider .slick-slide.slick-active.fade-out {
        opacity: 0;
    }
}

@media screen and (max-width: 767px) {
    .home-section[data-section=products] .slideshow .slider .slick-slide {
        padding: 0 15px 15px 0;
    }
}

.home-section[data-section=products] .slideshow .slider .slick-item {
    overflow: hidden;
    border-radius: 10px;
}

@media screen and (min-width: 992px) {
    .home-section[data-section=products] .slideshow .slider .slick-item {

    }
}

.home-section[data-section=products] .slideshow .slider .slick-item a {
    position: relative;
    display: block;
    padding-bottom: 125%;
}

.home-section[data-section=products] .slideshow .slider .slick-item a:hover .slick-item-bg .pic-fill {
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

@media screen and (min-width: 992px) {
    .home-section[data-section=products] .slideshow .slider .slick-item a>div {

    }
}

.home-section[data-section=products] .slideshow .slider .slick-item .slick-item-bg {
    position: absolute;
    top: 0;
    left: -12.5%;
    right: -12.5%;
    bottom: 0;
}

.home-section[data-section=products] .slideshow .slider .slick-item .slick-item-bg .pic-fill {
    -moz-transition: transform 0.5s ease;
    -o-transition: transform 0.5s ease;
    -webkit-transition: transform 0.5s ease;
    transition: transform 0.5s ease;
}

.home-section[data-section=products] .slideshow .slider .slick-item .slick-item-bg::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
    background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
}

.home-section[data-section=products] .slideshow .slider .slick-item .slick-item-inner {
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 55px 45px 55px 25%;
    text-align: right;
    color: #ffffff;
}

.home-section[data-section=products] .slideshow .slider .slick-item .slick-item-inner .title {
    font-size: 24px;
    font-weight: 900;
    line-height: 1.25;
    letter-spacing: 0.05em;
}

.home-section[data-section=products] .slideshow .slider .slick-item .slick-item-inner .title+.txt {
    margin-top: 10px;
}

.home-section[data-section=products] .slideshow .slider .slick-item .slick-item-inner .txt {
    letter-spacing: 0.05em;
}

@media screen and (max-width: 991px) {
    .home-section[data-section=products] .slideshow .slider .slick-item .slick-item-inner {
        padding: 25px 25px 25px 45px;
    }
    .home-section[data-section=products] .slideshow .slider .slick-item .slick-item-inner .title {
        font-size: 22px;
    }
}

.home-section[data-section=products] .slideshow .arrows .slick-arrow {
    position: absolute;
    font-size: 35px;
}

.home-section[data-section=products] .slideshow .arrows .slick-arrow.slick-prev {
    left: -50px;
}

.home-section[data-section=products] .slideshow .arrows .slick-arrow.slick-next {
    right: -50px;
}

.home-section[data-section=products] .slideshow .arrows .slick-arrow .btn {
    -moz-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

.home-section[data-section=products] .slideshow .arrows .slick-arrow .btn:hover {
    color: #01ABDF;
}

@media screen and (min-width: 768px) {
    .home-section[data-section=products] .slideshow .arrows .slick-arrow.slick-disabled .btn {
        opacity: 0.15;
        pointer-events: none;
    }
}

@media screen and (max-width: 1599px) and (min-width: 992px) {
    .home-section[data-section=products] .slideshow .arrows .slick-arrow.slick-prev {
        left: -25px;
    }
    .home-section[data-section=products] .slideshow .arrows .slick-arrow.slick-next {
        right: -25px;
    }
}

@media screen and (max-width: 991px) and (min-width: 768px) {
    .home-section[data-section=products] .slideshow .arrows .slick-arrow.slick-prev {
        left: -35px;
    }
    .home-section[data-section=products] .slideshow .arrows .slick-arrow.slick-next {
        right: -35px;
    }
}

@media screen and (max-width: 767px) {
    .home-section[data-section=products] .slideshow .arrows .slick-arrow {
        font-size: 25px;
    }
    .home-section[data-section=products] .slideshow .arrows .slick-arrow.slick-prev {
        left: -15px;
    }
    .home-section[data-section=products] .slideshow .arrows .slick-arrow.slick-next {
        right: -15px;
    }
}

.home-section[data-section=products] .button {
    margin-top: 75px;
    text-align: center;
}

@media screen and (max-width: 991px) {
    .home-section[data-section=products] .button {
        margin-top: 50px;
    }
}

.home-section[data-section=products] .button .btn {
    width: 190px;
    height: 50px;
}

@media screen and (max-width: 479px) {
    .home-section[data-section=products] .button .btn {
        width: 180px;
        height: 40px;
    }
}

.home-section[data-section=careers] {
    z-index: 0;
}

.home-section[data-section=careers] .section-bg {
    background-attachment: fixed;
}

.ios .home-section[data-section=careers] .section-bg {
    position: fixed;
    background-attachment: scroll;
}

.home-section[data-section=careers] .section-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 485px;
    color: #ffffff;
}

@media screen and (max-width: 1199px) {
    .home-section[data-section=careers] .section-inner {
        height: 45vw;
    }
}

@media screen and (max-width: 767px) {
    .home-section[data-section=careers] .section-inner {
        height: 60vw;
    }
}

@media screen and (max-width: 479px) {
    .home-section[data-section=careers] .section-inner {
        height: 100vw;
    }
}

.home-section[data-section=careers] .section-inner .content {
    text-align: center;
}

.home-section[data-section=careers] .section-inner .content .title {
    font-size: 35px;
    font-weight: 900;
    line-height: 1.25;
    letter-spacing: 0.05em;
}

@media screen and (max-width: 767px) {
    .home-section[data-section=careers] .section-inner .content .title {
        font-size: 28px;
    }
}

.home-section[data-section=careers] .section-inner .content .txt {
    margin-top: 10px;
    font-size: 20px;
    letter-spacing: 0.1em;
}

.home-section[data-section=careers] .section-inner .content .txt a {
    text-decoration: underline;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    -webkit-transition-property: opacity;
    transition-property: opacity;
}

.home-section[data-section=careers] .section-inner .content .txt a:hover {
    opacity: 0.5;
}


/* -------------------------------------------
 * *  about
 * * ------------------------------------------ */

.about-section {
    overflow: hidden;
}

.about-section .section-head {
    text-align: center;
}

.about-section .section-head .title {
    font-size: 28px;
    font-weight: 700;
}

@media screen and (max-width: 479px) {
    .about-section .section-head .title {
        font-size: 25px;
    }
}

.about-section:not([data-section=team]) {
    z-index: 1;
}

.about-section[data-section=asmedia] .hero-main .hero-main-inner {
    height: auto;
    padding: 205px 0 120px;
}

.about-section[data-section=asmedia] .hero-main .hero-main-inner .title {
    margin-top: 0;
}

.about-section[data-section=asmedia] .hero-main .hero-main-inner .txt {
    letter-spacing: 0.1em;
}

.about-section[data-section=asmedia] .hero-main .hero-main-inner .items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 90px;
}

.about-section[data-section=asmedia] .hero-main .hero-main-inner .items .list-item .icon {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    vertical-align: top;
    width: 100px;
    height: 100px;
}

.about-section[data-section=asmedia] .hero-main .hero-main-inner .items .list-item .caption {
    margin-top: 15px;
}

@media screen and (min-width: 1200px) {
    .about-section[data-section=asmedia] .hero-main .hero-main-inner .items .list-item+.list-item {
        margin-left: 100px;
    }
}

@media screen and (max-width: 1199px) {
    .about-section[data-section=asmedia] .hero-main .hero-main-inner {
        padding: 150px 0 100px;
    }
    .about-section[data-section=asmedia] .hero-main .hero-main-inner .items {
        margin-top: 75px;
    }
}

@media screen and (max-width: 1199px) and (min-width: 992px) {
    .about-section[data-section=asmedia] .hero-main .hero-main-inner .items .list-item+.list-item {
        margin-left: 50px;
    }
}

@media screen and (max-width: 991px) and (min-width: 768px) {
    .about-section[data-section=asmedia] .hero-main .hero-main-inner .items .list-item+.list-item {
        margin-left: 25px;
    }
}

@media screen and (max-width: 767px) {
    .about-section[data-section=asmedia] .hero-main .hero-main-inner {
        padding: 100px 0 50px;
    }
    .about-section[data-section=asmedia] .hero-main .hero-main-inner .txt {
        letter-spacing: 0.05em;
    }
    .about-section[data-section=asmedia] .hero-main .hero-main-inner .items {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-top: 50px;
    }
    .about-section[data-section=asmedia] .hero-main .hero-main-inner .items .list-item {
        width: calc(50% - 25px/2);
    }
    .about-section[data-section=asmedia] .hero-main .hero-main-inner .items .list-item:not(:nth-child(-n+2)) {
        margin-top: 25px;
    }
}

@media screen and (max-width: 479px) {
    .about-section[data-section=asmedia] .hero-main .hero-main-inner {
        padding: 100px 0 35px;
    }
    .about-section[data-section=asmedia] .hero-main .hero-main-inner .txt {
        line-height: 1.6;
    }
    .about-section[data-section=asmedia] .hero-main .hero-main-inner .items {
        margin-top: 35px;
    }
    .about-section[data-section=asmedia] .hero-main .hero-main-inner .items .list-item {
        width: calc(50% - 15px/2);
    }
    .about-section[data-section=asmedia] .hero-main .hero-main-inner .items .list-item .caption {
        font-size: 15px;
    }
}

.about-section[data-section=philosophy] {
    background-color: #ffffff;
}

@media screen and (min-width: 1200px) {
    .about-section[data-section=philosophy] {
        min-height: 910px;
    }
}

@media screen and (max-width: 1199px) and (min-width: 992px) {
    .about-section[data-section=philosophy] {
        min-height: 750px;
    }
}

.about-section[data-section=philosophy] .section-bg {
    background-size: auto !important;
    background-position: top 110px center !important;
}

.about-section[data-section=philosophy] .section-inner {
    max-width: 1196px;
    text-align: center;
}

@media screen and (min-width: 1200px) {
    .about-section[data-section=philosophy] .section-inner {
        margin-top: 187px;
    }
}

@media screen and (max-width: 1199px) and (min-width: 992px) {
    .about-section[data-section=philosophy] .section-inner {
        margin-top: 100px;
    }
}

@media screen and (max-width: 991px) {
    .about-section[data-section=philosophy] .section-inner {
        padding: 75px 0;
    }
}

@media screen and (max-width: 767px) {
    .about-section[data-section=philosophy] .section-inner {
        padding: 50px 0;
    }
}

@media screen and (max-width: 479px) {
    .about-section[data-section=philosophy] .section-inner {
        padding: 35px 0;
    }
}

.about-section[data-section=philosophy] .section-head .logo {
    margin: 15px auto 20px;
}

.about-section[data-section=philosophy] .section-head .logo img {
    display: block;
    width: 100%;
}

.about-section[data-section=philosophy] .section-head .txt {
    letter-spacing: 0.1em;
}

.about-section[data-section=philosophy] .section-head::before {
    content: "";
    position: absolute;
    top: calc(50% - 224px);
    left: calc(50% - 224px);
    display: block;
    width: 448px;
    height: 448px;
    background-image: url("images/static/about/philosophy-head-border.png");
    background-size: contain;
    background-repeat: no-repeat;
}

@media screen and (min-width: 992px) {
    .about-section[data-section=philosophy] .section-head {
        position: absolute;
        top: -35px;
        left: calc(50% - 160px);
        width: 320px;
    }
}

@media screen and (max-width: 1199px) {
    .about-section[data-section=philosophy] .section-head::before {
        top: calc(50% - 175px);
        left: calc(50% - 175px);
        width: 350px;
        height: 350px;
    }
}

@media screen and (max-width: 991px) {
    .about-section[data-section=philosophy] .section-head {
        margin: 0 auto;
    }
    .about-section[data-section=philosophy] .section-head::before {
        display: none;
    }
    .about-section[data-section=philosophy] .section-head .logo {
        width: 270px;
    }
}

@media screen and (max-width: 479px) {
    .about-section[data-section=philosophy] .section-head .logo {
        width: 200px;
    }
    .about-section[data-section=philosophy] .section-head .txt {
        letter-spacing: 0.05em;
    }
}

@media screen and (max-width: 991px) {
    .about-section[data-section=philosophy] .section-primary {
        margin-top: 50px;
    }
    .about-section[data-section=philosophy] .section-primary ul {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 0 -10px;
    }
}

@media screen and (max-width: 479px) {
    .about-section[data-section=philosophy] .section-primary {
        margin-top: 35px;
        /*ul
    * +flex-column
    * +align-items-center*/
    }
    .about-section[data-section=philosophy] .section-primary ul {
        margin: 0 -2px;
    }
}

.about-section[data-section=philosophy] .section-primary .list-item {
    border: 2px solid #E7E7E7;
    border-radius: 50%;
    color: #ffffff;
}

@media screen and (min-width: 992px) {
    .about-section[data-section=philosophy] .section-primary .list-item {
        position: absolute;
        width: 215px;
        height: 215px;
        padding: 12.5px;
    }
}

@media screen and (max-width: 991px) {
    .about-section[data-section=philosophy] .section-primary .list-item {
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        width: 175px;
        height: 175px;
        margin: 0 10px;
        padding: 7.5px;
    }
}

@media screen and (max-width: 767px) {
    .about-section[data-section=philosophy] .section-primary .list-item {
        width: 100px;
        height: 100px;
        margin: 0 2px;
        padding: 2px;
    }
}

.about-section[data-section=philosophy] .section-primary .list-item::before,
.about-section[data-section=philosophy] .section-primary .list-item::after {
    content: "";
    position: absolute;
    display: block;
}

@media screen and (max-width: 1199px) {
    .about-section[data-section=philosophy] .section-primary .list-item::before,
    .about-section[data-section=philosophy] .section-primary .list-item::after {
        display: none;
    }
}

.about-section[data-section=philosophy] .section-primary .list-item::before {
    background-color: #CFCFCF;
}

.about-section[data-section=philosophy] .section-primary .list-item::after {
    width: 13px;
    height: 13px;
    border: 3px solid #CFCFCF;
    border-radius: 50%;
}

.about-section[data-section=philosophy] .section-primary .list-item .list-item-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    border-radius: 50%;
}

.about-section[data-section=philosophy] .section-primary .list-item .list-item-inner .icon+.title {
    margin-top: 10px;
}

.about-section[data-section=philosophy] .section-primary .list-item .list-item-inner .title {
    font-size: 20px;
}

@media screen and (max-width: 991px) {
    .about-section[data-section=philosophy] .section-primary .list-item .list-item-inner .title {
        font-size: 18px;
    }
}

@media screen and (max-width: 767px) {
    .about-section[data-section=philosophy] .section-primary .list-item .list-item-inner .icon svg {
        width: 55px;
        height: 55px;
    }
    .about-section[data-section=philosophy] .section-primary .list-item .list-item-inner .icon+.title {
        margin-top: 5px;
    }
    .about-section[data-section=philosophy] .section-primary .list-item .list-item-inner .title {
        font-size: 16px;
    }
}

@media screen and (max-width: 479px) {
    .about-section[data-section=philosophy] .section-primary .list-item .list-item-inner .icon svg {
        width: 45px;
        height: 45px;
    }
    .about-section[data-section=philosophy] .section-primary .list-item .list-item-inner .title {
        font-size: 14px;
    }
}

.about-section[data-section=philosophy] .section-primary .list-item:nth-child(1) {
    left: 0;
}

.about-section[data-section=philosophy] .section-primary .list-item:nth-child(1) .list-item-inner {
    background-color: #0079C1;
}

.about-section[data-section=philosophy] .section-primary .list-item:nth-child(1)::before {
    left: 100%;
}

.about-section[data-section=philosophy] .section-primary .list-item:nth-child(1)::after {
    right: -215px;
}

.about-section[data-section=philosophy] .section-primary .list-item:nth-child(2) {
    left: calc(25% - 215px/2);
}

.about-section[data-section=philosophy] .section-primary .list-item:nth-child(2) .list-item-inner {
    background-color: #00539C;
}

.about-section[data-section=philosophy] .section-primary .list-item:nth-child(2)::before {
    -moz-transform-origin: top left;
    -o-transform-origin: top left;
    -ms-transform-origin: top left;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    right: -146px;
}

.about-section[data-section=philosophy] .section-primary .list-item:nth-child(2)::after {
    right: -45px;
}

.about-section[data-section=philosophy] .section-primary .list-item:nth-child(3) {
    top: 385px;
    left: calc(50% - 215px/2);
}

.about-section[data-section=philosophy] .section-primary .list-item:nth-child(3) .list-item-inner {
    background-color: #01ABDF;
}

.about-section[data-section=philosophy] .section-primary .list-item:nth-child(3)::before {
    left: calc(50% - 0.5px);
    bottom: 100%;
    width: 2px;
    height: 127px;
}

.about-section[data-section=philosophy] .section-primary .list-item:nth-child(3)::after {
    top: -140px;
    left: calc(50% - 13px/2);
}

.about-section[data-section=philosophy] .section-primary .list-item:nth-child(4) {
    right: calc(25% - 215px/2);
}

.about-section[data-section=philosophy] .section-primary .list-item:nth-child(4) .list-item-inner {
    background-color: #29BBC4;
}

.about-section[data-section=philosophy] .section-primary .list-item:nth-child(4)::before {
    -moz-transform-origin: top right;
    -o-transform-origin: top right;
    -ms-transform-origin: top right;
    -webkit-transform-origin: top right;
    transform-origin: top right;
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    left: -146px;
}

.about-section[data-section=philosophy] .section-primary .list-item:nth-child(4)::after {
    left: -45px;
}

.about-section[data-section=philosophy] .section-primary .list-item:nth-child(5) {
    right: 0;
}

.about-section[data-section=philosophy] .section-primary .list-item:nth-child(5) .list-item-inner {
    background-color: #0282AC;
}

.about-section[data-section=philosophy] .section-primary .list-item:nth-child(5)::before {
    right: 100%;
}

.about-section[data-section=philosophy] .section-primary .list-item:nth-child(5)::after {
    left: -215px;
}

.about-section[data-section=philosophy] .section-primary .list-item:nth-child(1),
.about-section[data-section=philosophy] .section-primary .list-item:nth-child(5) {
    top: 0;
}

.about-section[data-section=philosophy] .section-primary .list-item:nth-child(1)::before,
.about-section[data-section=philosophy] .section-primary .list-item:nth-child(5)::before {
    top: calc(50% - 0.5px);
    width: 202px;
    height: 2px;
}

.about-section[data-section=philosophy] .section-primary .list-item:nth-child(1)::after,
.about-section[data-section=philosophy] .section-primary .list-item:nth-child(5)::after {
    top: calc(50% - 13px/2);
}

.about-section[data-section=philosophy] .section-primary .list-item:nth-child(2),
.about-section[data-section=philosophy] .section-primary .list-item:nth-child(4) {
    top: 266px;
}

.about-section[data-section=philosophy] .section-primary .list-item:nth-child(2)::before,
.about-section[data-section=philosophy] .section-primary .list-item:nth-child(4)::before {
    top: -61px;
    width: 112px;
    height: 2px;
}

.about-section[data-section=philosophy] .section-primary .list-item:nth-child(2)::after,
.about-section[data-section=philosophy] .section-primary .list-item:nth-child(4)::after {
    top: -72px;
}

@media screen and (max-width: 1199px) {
    .about-section[data-section=philosophy] .section-primary .list-item:nth-child(2),
    .about-section[data-section=philosophy] .section-primary .list-item:nth-child(4) {
        top: 245px;
    }
}

.about-section[data-section=history] .section-inner {
    padding: 120px 0 155px;
    color: #ffffff;
}

@media screen and (max-width: 1399px) {
    .about-section[data-section=history] .section-inner {
        padding: 100px 0;
    }
}

@media screen and (max-width: 1199px) {
    .about-section[data-section=history] .section-inner {
        padding: 75px 0;
    }
}

@media screen and (max-width: 767px) {
    .about-section[data-section=history] .section-inner {
        padding: 50px 0;
    }
}

@media screen and (max-width: 479px) {
    .about-section[data-section=history] .section-inner {
        padding: 35px 0;
    }
}

.about-section[data-section=history] .section-primary {
    position: relative;
    margin-top: 60px;
}

@media screen and (max-width: 1199px) {
    .about-section[data-section=history] .section-primary {
        margin-top: 50px;
    }
}

@media screen and (max-width: 767px) {
    .about-section[data-section=history] .section-primary {
        margin-top: 35px;
    }
}

@media screen and (max-width: 479px) {
    .about-section[data-section=history] .section-primary {
        margin-top: 25px;
    }
}

.about-section[data-section=history] .section-primary::before {
    content: "";
    position: absolute;
    top: 52.5px;
    display: block;
    height: 1px;
    background-color: #ffffff;
    opacity: 0.3;
}

@media screen and (min-width: 1520px) {
    .about-section[data-section=history] .section-primary::before {
        left: calc(710px - 50vw);
        right: calc(710px - 50vw);
    }
}

@media screen and (max-width: 1519px) {
    .about-section[data-section=history] .section-primary::before {
        left: -50px;
        right: -50px;
    }
}

@media screen and (min-width: 1200px) {
    .about-section[data-section=history] .section-primary .slider {
        padding: 0 30px;
    }
}

.about-section[data-section=history] .section-primary .slider .slick-arrow {
    top: 39px;
    font-size: 30px;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
}

.about-section[data-section=history] .section-primary .slider .slick-arrow .btn {
    -moz-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

.about-section[data-section=history] .section-primary .slider .slick-arrow .btn:hover {
    color: #01ABDF;
}

.about-section[data-section=history] .section-primary .slider .slick-arrow.slick-prev {
    left: -55px;
}

.about-section[data-section=history] .section-primary .slider .slick-arrow.slick-next {
    right: -55px;
}

.about-section[data-section=history] .section-primary .slider .slick-arrow.slick-disabled {
    opacity: 0.5;
    pointer-events: none;
}

@media screen and (max-width: 1599px) {
    .about-section[data-section=history] .section-primary .slider .slick-arrow.slick-prev {
        left: -25px;
    }
    .about-section[data-section=history] .section-primary .slider .slick-arrow.slick-next {
        right: -25px;
    }
}

@media screen and (max-width: 767px) {
    .about-section[data-section=history] .section-primary .slider .slick-arrow.slick-prev {
        left: 0;
    }
    .about-section[data-section=history] .section-primary .slider .slick-arrow.slick-next {
        right: 0;
    }
}

.about-section[data-section=history] .section-primary .slider .slick-item {
    padding: 0 30px;
}

.about-section[data-section=history] .section-primary .slider .slick-item .year {
    position: relative;
    height: 42px;
    font-size: 42px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    color: #01ABDF;
}

@media screen and (max-width: 479px) {
    .about-section[data-section=history] .section-primary .slider .slick-item .year {
        font-size: 35px;
    }
}

.about-section[data-section=history] .section-primary .slider .slick-item .year::after {
    content: "";
    position: absolute;
    left: calc(50% - 7px/2);
    bottom: -15px;
    display: block;
    width: 7px;
    height: 7px;
    background-color: #ffffff;
    border-radius: 50%;
}

.about-section[data-section=history] .section-primary .slider .slick-item .details {
    width: 100%;
    margin-top: 55px;
}

.about-section[data-section=history] .section-primary .slider .slick-item .details tr td {
    letter-spacing: 0.05em;
}

.about-section[data-section=history] .section-primary .slider .slick-item .details tr td:first-child {
    width: 5.25em;
}

.about-section[data-section=history] .section-primary .slider .slick-item .details tr+tr td {
    padding-top: 25px;
}

@media screen and (min-width: 768px) {
    .about-section[data-section=organization] {
        background-image: url("../images/primary-bg.jpg");
        background-size: contain;
        background-repeat: repeat;
    }
}

@media screen and (max-width: 767px) {
    .about-section[data-section=organization] {
        background-color: #F7F7F7;
    }
}

.about-section[data-section=organization] .section-inner {
    padding: 150px 0 100px;
}

@media screen and (max-width: 1399px) {
    .about-section[data-section=organization] .section-inner {
        padding: 100px 0;
    }
}

@media screen and (max-width: 1640px) {
    .about-section[data-section=organization] .section-inner {
        padding: 75px 0;
    }
}

@media screen and (max-width: 767px) {
    .about-section[data-section=organization] .section-inner {
        padding: 50px 0;
    }
}

@media screen and (max-width: 479px) {
    .about-section[data-section=organization] .section-inner {
        padding: 35px 0;
    }
}

.about-section[data-section=organization] .section-head+.section-primary {
    margin-top: 30px;
}

.about-section[data-section=organization] .section-primary+.section-head {
    margin-top: 115px;
}

@media screen and (max-width: 1640px) {
    .about-section[data-section=organization] .section-primary+.section-head {
        margin-top: 75px;
    }
}

@media screen and (max-width: 767px) {
    .about-section[data-section=organization] .section-primary+.section-head {
        margin-top: 50px;
    }
}

.about-section[data-section=organization] .section-primary>.tree .tree-row {
    position: relative;
}

.about-section[data-section=organization] .section-primary>.tree .tree-row:not(.branch) .tree-row-inner {
    height: 60px;
}

@media screen and (max-width: 767px) {
    .about-section[data-section=organization] .section-primary>.tree .tree-row:not(.branch) .tree-row-inner {
        height: 45px;
    }
}

.about-section[data-section=organization] .section-primary>.tree .tree-row.branch::after {
    content: "";
    position: absolute;
    top: 0;
    left: calc(50% - 0.5px);
    display: block;
    width: 1px;
    background-color: #C7C7C7;
}

.about-section[data-section=organization] .section-primary>.tree .tree-row.branch .tree-row-inner {
    position: relative;
}

.about-section[data-section=organization] .section-primary>.tree .tree-row.branch .tree-row-inner::before {
    content: "";
    position: absolute;
    top: 0;
    display: block;
    height: 1px;
    background-color: #C7C7C7;
}

.about-section[data-section=organization] .section-primary>.tree .tree-row.branch .tree-item::before {
    content: "";
    display: block;
    width: 1px;
    margin: 0 auto;
    background-color: #C7C7C7;
}

.about-section[data-section=organization] .section-primary>.tree .tree-row .tree-row-inner {
    width: fit-content;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.about-section[data-section=organization] .section-primary>.tree .tree-row+.tree-row::before {
    content: "";
    display: block;
    width: 1px;
    height: 25px;
    margin: 0 auto;
    background-color: #C7C7C7;
}

@media screen and (max-width: 767px) {
    .about-section[data-section=organization] .section-primary>.tree .tree-row+.tree-row::before {
        height: 15px;
    }
}

.about-section[data-section=organization] .section-primary>.tree .tree-row.shrink-height::before {
    height: 60px;
}

.about-section[data-section=organization] .section-primary>.tree .tree-row.shrink-height .tree-row-inner {
    margin: -30px auto;
}

@media screen and (max-width: 767px) {
    .about-section[data-section=organization] .section-primary>.tree .tree-row.shrink-height::before {
        height: 55px;
    }
    .about-section[data-section=organization] .section-primary>.tree .tree-row.shrink-height .tree-row-inner {
        margin: -45px auto;
    }
}

.about-section[data-section=organization] .section-primary>.tree>.tree-row.branch {
    padding-top: 40px;
}

.about-section[data-section=organization] .section-primary>.tree>.tree-row.branch::after {
    height: 40px;
}

.about-section[data-section=organization] .section-primary>.tree>.tree-row.branch>.tree-row-inner::before {
    left: 60px;
    right: 60px;
}

@media screen and (max-width: 1640px) {
    .about-section[data-section=organization] .section-primary>.tree>.tree-row.branch>.tree-row-inner::before {
        left: 30px;
        right: 30px;
    }
}

@media screen and (max-width: 767px) {
    .about-section[data-section=organization] .section-primary>.tree>.tree-row.branch>.tree-row-inner::before {
        left: 20px;
        right: 20px;
    }
}

.about-section[data-section=organization] .section-primary>.tree>.tree-row.branch>.tree-row-inner>.tree-item {
    width: 120px;
}

.about-section[data-section=organization] .section-primary>.tree>.tree-row.branch>.tree-row-inner>.tree-item::before {
    height: 25px;
}

@media screen and (max-width: 1640px) {
    .about-section[data-section=organization] .section-primary>.tree>.tree-row.branch>.tree-row-inner>.tree-item {
        width: 60px;
    }
}

@media screen and (max-width: 767px) {
    .about-section[data-section=organization] .section-primary>.tree>.tree-row.branch>.tree-row-inner>.tree-item {
        width: 38px;
    }
    .about-section[data-section=organization] .section-primary>.tree>.tree-row.branch>.tree-row-inner>.tree-item::before {
        height: 15px;
    }
}

@media screen and (max-width: 479px) {
    .about-section[data-section=organization] .section-primary>.tree>.tree-row.branch>.tree-row-inner>.tree-item {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .about-section[data-section=organization] .section-primary>.tree>.tree-row.branch>.tree-row-inner>.tree-item:first-child>.tree {
        margin-left: -5px;
    }
}

.about-section[data-section=organization] .section-primary>.tree>.tree-row.branch>.tree-row-inner>.tree-item+.tree-item {
    margin-left: 50px;
}

@media screen and (max-width: 1640px) and (min-width: 567px) {
    .about-section[data-section=organization] .section-primary>.tree>.tree-row.branch>.tree-row-inner>.tree-item+.tree-item {
        margin-left: 20px;
    }
}

@media screen and (max-width: 566px) {
    .about-section[data-section=organization] .section-primary>.tree>.tree-row.branch>.tree-row-inner>.tree-item+.tree-item {
        margin-left: 4px;
    }
}

.about-section[data-section=organization] .section-primary>.tree>.tree-row.branch>.tree-row-inner>.tree-item>.tree .tree-row.branch {
    padding-top: 25px;
}

.about-section[data-section=organization] .section-primary>.tree>.tree-row.branch>.tree-row-inner>.tree-item>.tree .tree-row.branch::after {
    height: 25px;
}

@media screen and (max-width: 767px) {
    .about-section[data-section=organization] .section-primary>.tree>.tree-row.branch>.tree-row-inner>.tree-item>.tree .tree-row.branch {
        padding-top: 15px;
    }
    .about-section[data-section=organization] .section-primary>.tree>.tree-row.branch>.tree-row-inner>.tree-item>.tree .tree-row.branch::after {
        height: 15px;
    }
}

@media screen and (max-width: 479px) {
    .about-section[data-section=organization] .section-primary>.tree>.tree-row.branch>.tree-row-inner>.tree-item>.tree .tree-row.branch::after {
        left: 14.5px;
    }
}

.about-section[data-section=organization] .section-primary>.tree>.tree-row.branch>.tree-row-inner>.tree-item>.tree .tree-row.branch>.tree-row-inner::before {
    left: 70px;
    right: 70px;
}

@media screen and (max-width: 1640px) {
    .about-section[data-section=organization] .section-primary>.tree>.tree-row.branch>.tree-row-inner>.tree-item>.tree .tree-row.branch>.tree-row-inner::before {
        left: 25px;
        right: 25px;
    }
}

@media screen and (max-width: 767px) {
    .about-section[data-section=organization] .section-primary>.tree>.tree-row.branch>.tree-row-inner>.tree-item>.tree .tree-row.branch>.tree-row-inner::before {
        left: 15px;
        right: 15px;
    }
}

.about-section[data-section=organization] .section-primary>.tree>.tree-row.branch>.tree-row-inner>.tree-item>.tree .tree-row.branch>.tree-row-inner .tree-item::before {
    height: 25px;
}

@media screen and (max-width: 767px) {
    .about-section[data-section=organization] .section-primary>.tree>.tree-row.branch>.tree-row-inner>.tree-item>.tree .tree-row.branch>.tree-row-inner .tree-item {
        width: 30px;
    }
    .about-section[data-section=organization] .section-primary>.tree>.tree-row.branch>.tree-row-inner>.tree-item>.tree .tree-row.branch>.tree-row-inner .tree-item::before {
        height: 15px;
    }
}

.about-section[data-section=organization] .section-primary>.tree>.tree-row.branch>.tree-row-inner>.tree-item>.tree .tree-row.branch>.tree-row-inner .tree-item+.tree-item {
    margin-left: 5px;
}

.about-section[data-section=organization] .section-primary>.tree .tree-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.about-section[data-section=organization] .section-primary>.tree .tree-item.left,
.about-section[data-section=organization] .section-primary>.tree .tree-item.right {
    position: relative;
}

.about-section[data-section=organization] .section-primary>.tree .tree-item.left::before,
.about-section[data-section=organization] .section-primary>.tree .tree-item.right::before {
    content: "";
    position: absolute;
    top: calc(50% - 0.5px);
    width: 30px;
    height: 1px;
    background-color: #C7C7C7;
}

@media screen and (max-width: 767px) {
    .about-section[data-section=organization] .section-primary>.tree .tree-item.left::before,
    .about-section[data-section=organization] .section-primary>.tree .tree-item.right::before {
        width: 10px;
    }
}

.about-section[data-section=organization] .section-primary>.tree .tree-item.left {
    padding-right: 30px;
}

.about-section[data-section=organization] .section-primary>.tree .tree-item.left::before {
    right: 0;
}

.about-section[data-section=organization] .section-primary>.tree .tree-item.left:not(.multi) {
    margin-left: 30px;
}

@media screen and (max-width: 767px) {
    .about-section[data-section=organization] .section-primary>.tree .tree-item.left {
        padding-right: 10px;
    }
    .about-section[data-section=organization] .section-primary>.tree .tree-item.left:not(.multi) {
        margin-left: 10px;
    }
}

.about-section[data-section=organization] .section-primary>.tree .tree-item.right {
    padding-left: 30px;
}

.about-section[data-section=organization] .section-primary>.tree .tree-item.right::before {
    left: 0;
}

.about-section[data-section=organization] .section-primary>.tree .tree-item.right:not(.multi) {
    margin-right: 30px;
}

@media screen and (max-width: 767px) {
    .about-section[data-section=organization] .section-primary>.tree .tree-item.right {
        padding-left: 10px;
    }
    .about-section[data-section=organization] .section-primary>.tree .tree-item.right:not(.multi) {
        margin-right: 10px;
    }
}

.about-section[data-section=organization] .section-primary>.tree .tree-item.multi .tree-label+.tree-label {
    margin-top: 25px;
}

@media screen and (max-width: 767px) {
    .about-section[data-section=organization] .section-primary>.tree .tree-item.multi .tree-label+.tree-label {
        margin-top: 5px;
    }
}

.about-section[data-section=organization] .section-primary>.tree .tree-item.multi::after {
    content: "";
    position: absolute;
    top: 30px;
    right: 30px;
    bottom: 30px;
    width: 1px;
    background-color: #C7C7C7;
}

@media screen and (max-width: 767px) {
    .about-section[data-section=organization] .section-primary>.tree .tree-item.multi::after {
        top: 22.5px;
        right: 10px;
        bottom: 22.5px;
    }
}

.about-section[data-section=organization] .section-primary>.tree .tree-item.multi.left .tree-label {
    position: relative;
    margin-right: 30px;
}

.about-section[data-section=organization] .section-primary>.tree .tree-item.multi.left .tree-label::after {
    content: "";
    position: absolute;
    top: calc(50% - 0.5px);
    left: 100%;
    display: block;
    width: 30px;
    height: 1px;
    background-color: #C7C7C7;
}

@media screen and (max-width: 767px) {
    .about-section[data-section=organization] .section-primary>.tree .tree-item.multi.left .tree-label {
        margin-right: 10px;
    }
    .about-section[data-section=organization] .section-primary>.tree .tree-item.multi.left .tree-label::after {
        width: 10px;
    }
}

.about-section[data-section=organization] .section-primary>.tree .tree-item.single.right::before {
    left: -75px;
    width: 105px;
}

@media screen and (max-width: 1640px) {
    .about-section[data-section=organization] .section-primary>.tree .tree-item.single.right::before {
        left: -72.5px;
        width: 102.5px;
    }
}

@media screen and (max-width: 767px) {
    .about-section[data-section=organization] .section-primary>.tree .tree-item.single.right::before {
        left: -40px;
        width: 50px;
    }
}

.about-section[data-section=organization] .section-primary>.tree .tree-label {
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 150px;
    height: 60px;
    padding: 0 5px;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    line-height: 1.15;
    color: #ffffff;
}

.about-section[data-section=organization] .section-primary>.tree .tree-label.teal {
    background-image: -webkit-linear-gradient(top, #28BBC3, #1B858B);
    background-image: -moz-linear-gradient(top, #28BBC3, #1B858B);
    background-image: -o-linear-gradient(top, #28BBC3, #1B858B);
    background-image: -ms-linear-gradient(top, #28BBC3, #1B858B);
    background-image: linear-gradient(to bottom, #28BBC3, #1B858B);
}

.about-section[data-section=organization] .section-primary>.tree .tree-label.blue {
    background-image: -webkit-linear-gradient(top, #058FBE, #036B8F);
    background-image: -moz-linear-gradient(top, #058FBE, #036B8F);
    background-image: -o-linear-gradient(top, #058FBE, #036B8F);
    background-image: -ms-linear-gradient(top, #058FBE, #036B8F);
    background-image: linear-gradient(to bottom, #058FBE, #036B8F);
}

.about-section[data-section=organization] .section-primary>.tree .tree-label.blue2 {
    background-image: -webkit-linear-gradient(top, #00ABDF, #046B8A);
    background-image: -moz-linear-gradient(top, #00ABDF, #046B8A);
    background-image: -o-linear-gradient(top, #00ABDF, #046B8A);
    background-image: -ms-linear-gradient(top, #00ABDF, #046B8A);
    background-image: linear-gradient(to bottom, #00ABDF, #046B8A);
}

.about-section[data-section=organization] .section-primary>.tree .tree-label.indigo {
    background-image: -webkit-linear-gradient(top, #0079C0, #00529B);
    background-image: -moz-linear-gradient(top, #0079C0, #00529B);
    background-image: -o-linear-gradient(top, #0079C0, #00529B);
    background-image: -ms-linear-gradient(top, #0079C0, #00529B);
    background-image: linear-gradient(to bottom, #0079C0, #00529B);
}

@media screen and (min-width: 1200px) {
    .about-section[data-section=organization] .section-primary>.tree .tree-label.sm {
        width: 155px;
        height: 125px;
    }
    .about-section[data-section=organization] .section-primary>.tree .tree-label.xs {
        width: 140px;
        height: 65px;
        font-size: 16px;
    }
}

@media screen and (max-width: 1640px) {
    .about-section[data-section=organization] .section-primary>.tree .tree-label {
        width: 145px;
        font-size: 17px;
    }
    .about-section[data-section=organization] .section-primary>.tree .tree-label.sm {
        width: 70px;
        height: 300px;
    }
    .about-section[data-section=organization] .section-primary>.tree .tree-label.xs {
        width: 50px;
        height: 260px;
    }
    .about-section[data-section=organization] .section-primary>.tree .tree-label.sm,
    .about-section[data-section=organization] .section-primary>.tree .tree-label.xs {
        -ms-writing-mode: vertical-rl;
        writing-mode: vertical-rl;
    }
}

@media screen and (max-width: 767px) {
    .about-section[data-section=organization] .section-primary>.tree .tree-label {
        width: 80px;
        height: 45px;
        font-size: 12px;
    }
    .about-section[data-section=organization] .section-primary>.tree .tree-label.sm {
        width: 37px;
        height: 230px;
    }
    .about-section[data-section=organization] .section-primary>.tree .tree-label.xs {
        width: 22px;
        height: 200px;
        font-size: 12px;
    }
}

.about-section[data-section=organization] .section-primary .department-table tr td {
    vertical-align: middle;
}

@media screen and (min-width: 1200px) {
    .about-section[data-section=organization] .section-primary .department-table tr td {
        padding-left: 90px;
        padding-right: 90px;
    }
    .about-section[data-section=organization] .section-primary .department-table tr td.tt {
        padding-left: 70px;
        padding-right: 70px;
    }
}

.about-section[data-section=organization] .section-primary .department-table tr td.tt {
    width: 27%;
}

@media screen and (min-width: 768px) {
    .about-section[data-section=organization] .section-primary .department-table tr td.tt {
        font-size: 20px;
    }
}

@media screen and (max-width: 767px) {
    .about-section[data-section=organization] .section-primary .department-table tr td.tt {
        text-align: center;
    }
}

.about-section[data-section=team] .section-bg {
    background-attachment: fixed;
}

.ios .about-section[data-section=team] .section-bg {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-attachment: scroll;
}

.about-section[data-section=team] .section-inner {
    padding: 130px 0 175px;
    color: #ffffff;
}

@media screen and (max-width: 1199px) {
    .about-section[data-section=team] .section-inner {
        padding: 75px 0;
    }
}

@media screen and (max-width: 767px) {
    .about-section[data-section=team] .section-inner {
        padding: 50px 0;
    }
}

@media screen and (max-width: 479px) {
    .about-section[data-section=team] .section-inner {
        padding: 35px 0;
    }
}

.about-section[data-section=team] .section-head+.section-primary {
    margin-top: 80px;
}

@media screen and (max-width: 1199px) {
    .about-section[data-section=team] .section-head+.section-primary {
        margin-top: 50px;
    }
}

@media screen and (max-width: 479px) {
    .about-section[data-section=team] .section-head+.section-primary {
        margin-top: 35px;
    }
}

@media screen and (min-width: 480px) {
    .about-section[data-section=team] .section-primary ul {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.about-section[data-section=team] .section-primary .list-item {
    text-align: center;
}

@media screen and (min-width: 1300px) {
    .about-section[data-section=team] .section-primary .list-item {
        width: calc(25% - 85px*3/4);
    }
}

@media screen and (max-width: 1299px) and (min-width: 992px) {
    .about-section[data-section=team] .section-primary .list-item {
        width: calc(25% - 75px/4);
    }
}

@media screen and (max-width: 991px) and (min-width: 480px) {
    .about-section[data-section=team] .section-primary .list-item {
        width: calc(50% - 25px);
    }
    .about-section[data-section=team] .section-primary .list-item:not(:nth-child(-n+2)) {
        margin-top: 50px;
    }
}

@media screen and (max-width: 991px) and (min-width: 480px) and (max-width: 767px) {
    .about-section[data-section=team] .section-primary .list-item {
        width: calc(50% - 25px/2);
    }
}

@media screen and (max-width: 479px) {
    .about-section[data-section=team] .section-primary .list-item+.list-item {
        margin-top: 50px;
    }
}

.about-section[data-section=team] .section-primary .list-item .icon {
    width: 101px;
    height: 101px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    vertical-align: middle;
}

.about-section[data-section=team] .section-primary .list-item .title {
    margin-top: 30px;
    font-weight: 700;
    color: #01ABDF;
    text-align: left;
}

.about-section[data-section=team] .section-primary .list-item .title .name {
    font-size: 24px;
    display: block;
}

@media screen and (max-width: 479px) {
    .about-section[data-section=team] .section-primary .list-item .title {
        margin-top: 15px;
    }
}

.about-section[data-section=team] .section-primary .list-item .txt {
    margin-top: 10px;
    letter-spacing: 0.05em;
    text-align: left;
}


/* -------------------------------------------
 * *  news
 * * ------------------------------------------ */

.news-table td {
    border-bottom: 1px solid #CECECE;
}

.news-table td a {
    -moz-transition-property: color;
    -o-transition-property: color;
    -webkit-transition-property: color;
    transition-property: color;
}

.news-table td a:hover {
    color: #004A98;
}

@media screen and (min-width: 768px) {
    .news-table {
        table-layout: fixed;
    }
    .news-table th,
    .news-table td {
        padding: 20px 65px;
        text-align: left;
        letter-spacing: 0.05em;
    }
    .news-table th.category,
    .news-table td.category {
        width: 18.5%;
    }
    .news-table th.date,
    .news-table td.date {
        width: 15%;
        text-align: center;
    }
    .news-table thead {
        border-bottom: 3px solid #00539B;
    }
    .news-table th {
        background-color: #EBEBEB;
        font-weight: 700;
        line-height: 1;
    }
    .news-table th+th {
        border-left: 1px solid #ffffff;
    }
    .news-table td {
        font-size: 16px;
    }
    .news-table td:nth-child(2) {
        color: #989898;
    }
    .news-table td:nth-child(3) {
        font-size: 17px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1399px) {
    .news-table th,
    .news-table td {
        padding: 20px 30px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
    .news-table th,
    .news-table td {
        padding: 20px;
    }
    .news-table th.category,
    .news-table th.date,
    .news-table td.category,
    .news-table td.date {
        width: 20%;
    }
}

@media screen and (max-width: 767px) {
    .news-table td::before {
        background-color: #EBEBEB;
        border-right: 2px solid #00539B;
        font-weight: 700;
    }
    .news-table td:nth-child(2) .td-inner {
        color: #989898;
    }
}

.article>div+div {
    border-top: 1px solid #CECECE;
}

.article .article-head {
    text-align: center;
}

.article .article-head .title {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 0.05em;
}

.article .article-head .title+.info {
    margin-top: 15px;
}

@media screen and (max-width: 767px) {
    .article .article-head .title {
        font-size: 25px;
    }
}

@media screen and (max-width: 479px) {
    .article .article-head .title {
        font-size: 20px;
    }
}

.article .article-head .info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    letter-spacing: 0.05em;
    color: #676767;
}

.article .article-head .info>li {
    position: relative;
}

.article .article-head .info>li+li {
    margin-left: 17.5px;
    padding-left: 17.5px;
}

.article .article-head .info>li+li::before {
    content: "";
    position: absolute;
    top: calc(50% - 6.5px);
    left: 0;
    bottom: calc(50% - 6.5px);
    display: block;
    width: 1px;
    background-color: #999999;
}

.article .article-head .info .share .share-buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.article .article-head .info .share .share-buttons a {
    -moz-transition-property: color;
    -o-transition-property: color;
    -webkit-transition-property: color;
    transition-property: color;
}

.article .article-head .info .share .share-buttons a+a {
    margin-left: 15px;
}

.article .article-head .info .share .share-buttons a.share-facebook:hover {
    color: #3b5998;
}

.article .article-head .info .share .share-buttons a.share-line:hover {
    color: #00c300;
}

@media screen and (max-width: 479px) {
    .article .article-head .info {
        font-size: 14px;
    }
    .article .article-head .info .share {
        width: 100%;
        margin-top: 10px;
        margin-left: 0;
        padding-left: 0;
    }
    .article .article-head .info .share::before {
        display: none;
    }
}

.article .article-head+.article-body {
    margin-top: 35px;
    padding-top: 35px;
}

@media screen and (max-width: 479px) {
    .article .article-head+.article-body {
        margin-top: 25px;
        padding-top: 25px;
    }
}

.article .article-body .article-body-inner {
    max-width: 900px;
    margin: 0 auto;
    line-height: 1.75;
    letter-spacing: 0.05em;
    color: #676767;
}

@media screen and (max-width: 479px) {
    .article .article-body .article-body-inner {
        line-height: 1.5;
    }
}

.article .article-body+.article-foot {
    margin-top: 100px;
    padding-top: 60px;
}

@media screen and (max-width: 1199px) {
    .article .article-body+.article-foot {
        margin-top: 50px;
        padding-top: 50px;
    }
}

@media screen and (max-width: 479px) {
    .article .article-body+.article-foot {
        margin-top: 35px;
        padding-top: 35px;
    }
}

.article .article-foot {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.article .article-foot .btn {
    width: 220px;
    height: 50px;
}

@media screen and (max-width: 479px) {
    .article .article-foot .btn {
        width: 180px;
        height: 40px;
    }
}


/* -------------------------------------------
 * *  products
 * * ------------------------------------------ */

@media screen and (min-width: 992px) {
    .products-categories ul {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

.products-categories .list-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (min-width: 1600px) {
    .products-categories .list-item {
        width: calc(50% - 45px);
    }
    .products-categories .list-item:not(:nth-child(-n+2)) {
        margin-top: 140px;
    }
}

@media screen and (max-width: 1599px) and (min-width: 1200px) {
    .products-categories .list-item {
        width: calc(50% - 25px);
    }
    .products-categories .list-item:not(:nth-child(-n+2)) {
        margin-top: 100px;
    }
}

@media screen and (max-width: 1199px) and (min-width: 480px) {
    .products-categories .list-item+.list-item {
        margin-top: 75px;
    }
}

@media screen and (min-width: 1200px) {
    .products-categories .list-item:hover .img-wrapper::after {
        opacity: 1;
        -moz-transform: translateX(0);
        -o-transform: translateX(0);
        -ms-transform: translateX(0);
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@media screen and (max-width: 767px) {
    .products-categories .list-item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media screen and (max-width: 479px) {
    .products-categories .list-item+.list-item {
        margin-top: 50px;
    }
}

.products-categories .list-item .img-wrapper {
    position: relative;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 350px;
    margin-right: 75px;
}

.products-categories .list-item .img-wrapper::before {
    content: "";
    position: absolute;
    top: 25px;
    right: calc(-6% - 25px);
    display: block;
    width: 100%;
    height: 100%;
    border: 4px solid #E2E2E2;
    border-radius: 7.5px;
    opacity: 0.5;
    -moz-transform: skew(-11.5deg, 0deg);
    -o-transform: skew(-11.5deg, 0deg);
    -ms-transform: skew(-11.5deg, 0deg);
    -webkit-transform: skew(-11.5deg, 0deg);
    transform: skew(-11.5deg, 0deg);
    -moz-transform-origin: top right;
    -o-transform-origin: top right;
    -ms-transform-origin: top right;
    -webkit-transform-origin: top right;
    transform-origin: top right;
}

.products-categories .list-item .img-wrapper::after {
    content: "";
    position: absolute;
    z-index: 2;
    top: -12px;
    left: -10px;
    display: block;
    width: 80px;
    height: 73px;
    opacity: 0;
    -moz-transform: translateX(-25px);
    -o-transform: translateX(-25px);
    -ms-transform: translateX(-25px);
    -webkit-transform: translateX(-25px);
    transform: translateX(-25px);
    background-image: url("images/static/products/deco.svg");
    background-repeat: no-repeat;
    -moz-transition-property: opacity, transform;
    -o-transition-property: opacity, transform;
    -webkit-transition-property: opacity, transform;
    transition-property: opacity, transform;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}

.products-categories .list-item .img-wrapper .item {
    position: relative;
    display: block;
    overflow: hidden;
    padding-bottom: calc(22000%/350);
    -moz-transform: skew(-11.5deg, 0deg);
    -o-transform: skew(-11.5deg, 0deg);
    -ms-transform: skew(-11.5deg, 0deg);
    -webkit-transform: skew(-11.5deg, 0deg);
    transform: skew(-11.5deg, 0deg);
    border-radius: 7.5px;
    -webkit-box-shadow: 6px 6px 20px rgba(0, 0, 0, 0.28);
    -moz-box-shadow: 6px 6px 20px rgba(0, 0, 0, 0.28);
    box-shadow: 6px 6px 20px rgba(0, 0, 0, 0.28);
}

.products-categories .list-item .img-wrapper .item .pic {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -6%;
    right: -6%;
    display: block;
    -moz-transform-origin: inherit;
    -o-transform-origin: inherit;
    -ms-transform-origin: inherit;
    -webkit-transform-origin: inherit;
    transform-origin: inherit;
    -moz-transform: skew(11.5deg, 0deg);
    -o-transform: skew(11.5deg, 0deg);
    -ms-transform: skew(11.5deg, 0deg);
    -webkit-transform: skew(11.5deg, 0deg);
    transform: skew(11.5deg, 0deg);
}

@media screen and (max-width: 1599px) and (min-width: 1200px) {
    .products-categories .list-item .img-wrapper {
        margin-right: 60px;
    }
    .products-categories .list-item .img-wrapper::before {
        top: 20px;
        right: calc(-6% - 20px);
    }
}

@media screen and (max-width: 1599px) and (min-width: 1400px) {
    .products-categories .list-item .img-wrapper {
        width: 300px;
    }
    .products-categories .list-item .img-wrapper::after {
        left: -12px;
    }
    .products-categories .list-item .img-wrapper .item {
        -webkit-box-shadow: 6px 6px 10px rgba(0, 0, 0, 0.15);
        -moz-box-shadow: 6px 6px 10px rgba(0, 0, 0, 0.15);
        box-shadow: 6px 6px 10px rgba(0, 0, 0, 0.15);
    }
}

@media screen and (max-width: 1399px) and (min-width: 1200px) {
    .products-categories .list-item .img-wrapper {
        width: 250px;
    }
    .products-categories .list-item .img-wrapper::after {
        left: -16.5px;
    }
    .products-categories .list-item .img-wrapper .item {
        -webkit-box-shadow: 5px 5px 7.5px rgba(0, 0, 0, 0.15);
        -moz-box-shadow: 5px 5px 7.5px rgba(0, 0, 0, 0.15);
        box-shadow: 5px 5px 7.5px rgba(0, 0, 0, 0.15);
    }
}

@media screen and (max-width: 991px) {
    .products-categories .list-item .img-wrapper {
        width: 300px;
        margin-right: 60px;
    }
    .products-categories .list-item .img-wrapper::before {
        top: 20px;
        right: calc(-6% - 20px);
    }
    .products-categories .list-item .img-wrapper .item {
        -webkit-box-shadow: 6px 6px 10px rgba(0, 0, 0, 0.15);
        -moz-box-shadow: 6px 6px 10px rgba(0, 0, 0, 0.15);
        box-shadow: 6px 6px 10px rgba(0, 0, 0, 0.15);
    }
}

@media screen and (max-width: 767px) {
    .products-categories .list-item .img-wrapper {
        margin-right: 0;
    }
}

@media screen and (max-width: 479px) {
    .products-categories .list-item .img-wrapper {
        width: 250px;
    }
    .products-categories .list-item .img-wrapper::before {
        top: 15px;
        right: calc(-6% - 15px);
    }
    .products-categories .list-item .img-wrapper .item {
        -webkit-box-shadow: 5px 5px 7.5px rgba(0, 0, 0, 0.15);
        -moz-box-shadow: 5px 5px 7.5px rgba(0, 0, 0, 0.15);
        box-shadow: 5px 5px 7.5px rgba(0, 0, 0, 0.15);
    }
}

.products-categories .list-item .content {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.products-categories .list-item .content .title {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.25;
}

.products-categories .list-item .content .title a:hover {
    color: #01ABDF;
}

.products-categories .list-item .content .title::after {
    content: "";
    display: block;
    width: 30px;
    height: 5px;
    margin-top: 20px;
    background-color: #01ABDF;
}

.products-categories .list-item .content .txt {
    margin-top: 15px;
    color: #676767;
    letter-spacing: 0.05em;
}

@media screen and (max-width: 1599px) and (min-width: 1400px) {
    .products-categories .list-item .content .title {
        font-size: 22px;
    }
}

@media screen and (max-width: 1399px) and (min-width: 1200px) {
    .products-categories .list-item .content .title {
        font-size: 20px;
    }
    .products-categories .list-item .content .title::after {
        margin-top: 15px;
    }
    .products-categories .list-item .content .txt {
        font-size: 16px;
        line-height: 1.35;
    }
}

@media screen and (max-width: 991px) {
    .products-categories .list-item .content {
        margin-top: 50px;
    }
    .products-categories .list-item .content .title {
        text-align: center;
    }
    .products-categories .list-item .content .title::after {
        margin-left: auto;
        margin-right: auto;
    }
}

@media screen and (max-width: 479px) {
    .products-categories .list-item .content {
        margin-top: 35px;
    }
    .products-categories .list-item .content .title {
        font-size: 18px;
    }
    .products-categories .list-item .content .txt {
        font-size: 15px;
    }
}

@media screen and (min-width: 992px) {
    .products-list+.pagination {
        margin-top: 90px;
    }
}

@media screen and (min-width: 480px) {
    .products-list .list-item {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

.products-list .list-item+.list-item {
    margin-top: 55px;
}

@media screen and (max-width: 479px) {
    .products-list .list-item+.list-item {
        margin-top: 35px;
    }
}

.products-list .list-item .img-wrapper {
    width: 250px;
    margin-right: 40px;
}

@media screen and (min-width: 480px) {
    .products-list .list-item .img-wrapper {
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }
}

.products-list .list-item .img-wrapper .item {
    display: block;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    -webkit-transition-property: opacity;
    transition-property: opacity;
}

.products-list .list-item .img-wrapper .item .pic {
    padding-bottom: 100%;
    background-size: contain !important;
}

.products-list .list-item .img-wrapper .item:hover {
    opacity: 0.75;
}

.products-list .list-item .content {
    padding: 30px 0;
    border-bottom: 1px solid #E2E2E2;
}

.products-list .list-item .content .content-head {
    padding-bottom: 17.5px;
    border-bottom: 3px solid #000000;
    font-weight: 700;
    line-height: 1.15;
}

.products-list .list-item .content .content-head .title {
    font-size: 30px;
}

.products-list .list-item .content .content-head .title a:hover {
    color: #01ABDF;
}

.products-list .list-item .content .content-head .sub {
    margin-top: 7.5px;
    font-size: 18px;
    letter-spacing: 0.05em;
    color: #676767;
}

.products-list .list-item .content .content-txt {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    max-height: 4.5em;
    margin-top: 30px;
    overflow: hidden;
    line-height: 1.5;
    letter-spacing: 0.05em;
    text-overflow: ellipsis;
    color: #676767;
}

@media screen and (max-width: 1399px) {
    .products-list .list-item .content .content-head .title {
        font-size: 25px;
    }
    .products-list .list-item .content .content-txt {
        font-size: 16px;
    }
}

@media screen and (max-width: 991px) {
    .products-list .list-item .img-wrapper {
        width: 200px;
        margin-right: 25px;
    }
    .products-list .list-item .content {
        padding: 20px 0;
    }
    .products-list .list-item .content .content-txt {
        margin-top: 20px;
    }
}

@media screen and (max-width: 767px) {
    .products-list .list-item .img-wrapper {
        width: 150px;
        margin-right: 15px;
    }
    .products-list .list-item .content {
        padding: 15px 0;
    }
    .products-list .list-item .content .content-head .title {
        font-size: 20px;
    }
    .products-list .list-item .content .content-head .sub {
        font-size: 16px;
    }
    .products-list .list-item .content .content-txt {
        height: 4.05em;
        margin-top: 15px;
        line-height: 1.35;
    }
}

@media screen and (max-width: 479px) {
    .products-list .list-item .img-wrapper {
        float: left;
        width: 115px;
        margin-right: 10px;
    }
    .products-list .list-item .content .content-head {
        min-height: 115px;
    }
    .products-list .list-item .content .content-head .title {
        font-size: 18px;
    }
    .products-list .list-item .content .content-head .sub {
        font-size: 14px;
    }
    .products-list .list-item .content .content-txt {
        font-size: 15px;
    }
}

[data-page=product] .parallax-mirror img {
    -webkit-filter: blur(4px);
    -ms-filter: blur(4px);
    filter: blur(4px);
}

.product-hero {
    z-index: 3;
}

.product-hero .hero-img {
    overflow: hidden;
}

.product-hero .hero-img .hero-img-inner {
    -webkit-filter: blur(4px);
    -ms-filter: blur(4px);
    filter: blur(4px);
}

@media screen and (max-width: 991px) {
    .product-hero .hero-main .hero-main-inner {
        min-height: 400px;
    }
}

@media screen and (max-width: 479px) {
    .product-hero .hero-main .hero-main-inner {
        min-height: 325px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding-top: 80px;
    }
    .product-hero .hero-main .hero-main-inner::after {
        content: "";
        display: block;
        height: 105px;
    }
}

.product-hero .hero-main .hero-main-inner .breadcrumb {
    position: absolute;
    top: 120px;
    left: 0;
    right: 0;
    font-size: 16px;
}

.product-hero .hero-main .hero-main-inner .breadcrumb ul li {
    display: inline-block;
}

.product-hero .hero-main .hero-main-inner .breadcrumb ul li a {
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    -webkit-transition-property: opacity;
    transition-property: opacity;
}

.product-hero .hero-main .hero-main-inner .breadcrumb ul li a:hover {
    opacity: 0.65;
}

.product-hero .hero-main .hero-main-inner .breadcrumb ul li::after {
    content: "";
    margin-left: 3px;
    font-family: "icomoon";
}

.product-hero .hero-main .hero-main-inner .breadcrumb ul li:last-child {
    font-weight: 700;
}

.product-hero .hero-main .hero-main-inner .breadcrumb ul li:last-child::after {
    display: none;
}

@media screen and (max-width: 991px) {
    .product-hero .hero-main .hero-main-inner .breadcrumb {
        top: 100px;
    }
}

@media screen and (max-width: 767px) {
    .product-hero .hero-main .hero-main-inner .breadcrumb {
        font-size: 15px;
    }
}

@media screen and (max-width: 479px) {
    .product-hero .hero-main .hero-main-inner .breadcrumb {
        position: static;
        top: 75px;
        font-size: 12px;
    }
}

.product-hero .hero-main .hero-main-inner .title {
    margin-top: 0;
}

@media screen and (min-width: 1200px) {
    .product-hero .hero-main .hero-main-inner .title {
        font-size: 55px;
    }
}

.product-hero .hero-main .hero-main-pd {
    position: absolute;
    left: calc(50% - 125px);
    bottom: -75px;
}

.product-hero .hero-main .hero-main-pd .img-wrapper {
    width: 250px;
}

.product-hero .hero-main .hero-main-pd .img-wrapper::before {
    content: "";
    display: block;
    padding-bottom: 100%;
}

@media screen and (max-width: 479px) {
    .product-hero .hero-main .hero-main-pd {
        left: calc(50% - 100px);
    }
    .product-hero .hero-main .hero-main-pd .img-wrapper {
        width: 200px;
    }
}

.product-section {
    z-index: 2;
}

@media screen and (max-width: 991px) {
    .product-section {
        padding: 50px 0;
    }
}

@media screen and (min-width: 992px) {
    .product-section[data-section=detail] {
        padding: 65px 0 80px;
    }
}

@media screen and (max-width: 991px) {
    .product-section[data-section=detail] {
        padding: 75px 0 25px;
    }
}

@media screen and (max-width: 767px) {
    .product-section[data-section=detail] {
        padding: 75px 0 50px;
    }
}

@media screen and (max-width: 479px) {
    .product-section[data-section=detail] {
        padding: 100px 0 35px;
    }
}

.product-section[data-section=download] {
    z-index: 0;
}

.product-section[data-section=download] .section-bg {
    background-attachment: fixed;
}

.ios .product-section[data-section=download] .section-bg {
    position: fixed;
    background-attachment: scroll;
}

.product-section[data-section=download] .section-inner {
    color: #ffffff;
}

.product-section[data-section=download] .section-head {
    text-align: center;
}

.product-section[data-section=download] .section-head .title {
    font-size: 40px;
    font-weight: 900;
}

.product-section[data-section=download] .section-head+.section-primary {
    margin-top: 50px;
}

@media screen and (min-width: 992px) {
    .product-section[data-section=download] {
        padding: 100px 0;
    }
}

@media screen and (max-width: 991px) {
    .product-section[data-section=download] .section-head .title {
        font-size: 30px;
    }
}

@media screen and (max-width: 767px) {
    .product-section[data-section=download] .section-head .title {
        font-size: 25px;
    }
}

@media screen and (max-width: 479px) {
    .product-section[data-section=download] {
        padding: 50px 0;
    }
    .product-section[data-section=download] .section-head .title {
        font-size: 20px;
    }
    .product-section[data-section=download] .section-head+.section-primary {
        margin-top: 25px;
    }
}

.product-section[data-section=view] {
    text-align: center;
}

.product-section[data-section=view] .title {
    font-size: 35px;
    font-weight: 800;
    color: #333333;
}

.product-section[data-section=view] .btn {
    height: 50px;
    margin-top: 20px;
    padding: 0 25px;
    border-radius: 3px;
}

.product-section[data-section=view] .btn .txt-icon {
    margin-right: 0.75em;
    font-size: 1.1em;
}

@media screen and (min-width: 992px) {
    .product-section[data-section=view] {
        padding: 80px 0;
    }
}

@media screen and (max-width: 991px) {
    .product-section[data-section=view] .title {
        font-size: 30px;
    }
}

@media screen and (max-width: 767px) {
    .product-section[data-section=view] .title {
        font-size: 25px;
    }
}

@media screen and (max-width: 479px) {
    .product-section[data-section=view] {
        padding: 50px 0;
    }
    .product-section[data-section=view] .title {
        font-size: 20px;
    }
    .product-section[data-section=view] .btn {
        height: 40px;
        margin-top: 10px;
        padding: 0 20px;
        font-size: 15px;
    }
}

.product-table {
    width: 100%;
}

.product-table td {
    vertical-align: top;
}

.product-table td.head .title {
    font-size: 30px;
    font-weight: 800;
    line-height: 1.15;
    color: #333333;
}

.product-table td.head .title::after {
    content: "";
    display: block;
    width: 30px;
    height: 5px;
    margin-top: 10px;
    background-color: #01ABDF;
}

@media screen and (max-width: 1399px) {
    .product-table td.head .title {
        font-size: 25px;
    }
}

@media screen and (max-width: 991px) {
    .product-table td.head .title {
        font-size: 22px;
    }
}

@media screen and (max-width: 479px) {
    .product-table td.head .title {
        font-size: 20px;
    }
    .product-table td.head .title::after {
        height: 3px;
    }
}

.product-table td.content {
    color: #676767;
    line-height: 1.75;
    letter-spacing: 0.05em;
}

.product-table td.content *+.tt {
    margin-top: 1.5em;
}

.product-table td.content .tt {
    margin-bottom: 0;
    font-size: 1.176em;
    font-weight: 800;
    color: #333333;
}

.product-table td.content .tt+* {
    margin-top: 0;
}

@media screen and (max-width: 479px) {
    .product-table td.content .tt {
        font-size: 1.125em;
    }
    .product-table td.content .tt+* {
        margin-top: 10px;
    }
}

@media screen and (min-width: 768px) {
    .product-table tr+tr td {
        border-top: 1px solid #E2E2E2;
    }
    .product-table td {
        padding: 35px 0;
    }
}

@media screen and (min-width: 768px) and (min-width: 768px) {
    .product-table td.head {
        width: 385px;
        padding-right: 25px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1399px) {
    .product-table td.head {
        width: 275px;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .product-table td.head {
        width: 200px;
    }
}

@media screen and (max-width: 767px) {
    .product-table,
    .product-table tbody,
    .product-table tr,
    .product-table td {
        display: block;
    }
    .product-table tr+tr {
        margin-top: 30px;
        padding-top: 30px;
        border-top: 1px solid #E2E2E2;
    }
    .product-table td+td {
        margin-top: 25px;
    }
    .product-table td.content {
        font-size: 16px;
    }
}

@media screen and (max-width: 479px) {
    .product-table td+td {
        margin-top: 20px;
    }
    .product-table td.content {
        font-size: 15px;
        line-height: 1.5;
    }
}

ul.download-list {
    max-width: 910px;
    margin: 0 auto;
}

ul.download-list li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 20px 17.5px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

ul.download-list li .name {
    max-width: calc(100% - 50px);
    line-height: 1.35;
}

ul.download-list li .name .size {
    color: #B0B0B0;
}

ul.download-list li .button a,
ul.download-list li .button svg {
    display: block;
}

ul.download-list li .button a:hover {
    color: #01ABDF;
}

ul.download-list li+li {
    margin-top: 17.5px;
}

@media screen and (max-width: 479px) {
    ul.download-list li {
        padding: 0 10px 15px;
    }
    ul.download-list li .name .size {
        font-size: 15px;
    }
    ul.download-list li .button svg {
        width: 25px;
        height: 30px;
    }
    ul.download-list li+li {
        margin-top: 15px;
    }
}

@media screen and (min-width: 992px) {
    .pdk-list+.pagination {
        margin-top: 90px;
    }
}

.pdk-list .list-item {
    background-color: #F7F7F7;
    border-radius: 5px;
    overflow: hidden;
    -webkit-box-shadow: 0 5px 7.5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 5px 7.5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 7.5px rgba(0, 0, 0, 0.1);
}

.pdk-list .list-item+.list-item {
    margin-top: 30px;
}

@media screen and (min-width: 480px) {
    .pdk-list .list-item {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
}

.pdk-list .list-item .img-wrapper {
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #EBEBEB;
    padding: 25px 35px;
}

.pdk-list .list-item .img-wrapper .pic {
    width: 120px;
    background-size: contain !important;
}

.pdk-list .list-item .img-wrapper .pic::before {
    content: "";
    display: block;
    padding-bottom: 100%;
}

.pdk-list .list-item .ctx-wrapper {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.pdk-list .list-item .ctx-wrapper .content {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.pdk-list .list-item .ctx-wrapper .content .info .name {
    font-size: 22px;
    font-weight: 700;
}

.pdk-list .list-item .ctx-wrapper .content .info .category {
    color: #676767;
}

.pdk-list .list-item .ctx-wrapper .content .info .price {
    font-size: 18px;
    font-weight: 700;
    color: #00539B;
}

.pdk-list .list-item .ctx-wrapper .content .detail {
    color: #676767;
}

@media screen and (min-width: 992px) {
    .pdk-list .list-item .ctx-wrapper .content .detail {
        letter-spacing: 0.05em;
    }
}

.pdk-list .list-item .ctx-wrapper .button .btn {
    height: 50px;
    padding: 0 25px;
}

@media screen and (min-width: 992px) {
    .pdk-list .list-item .ctx-wrapper {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        padding: 35px 0;
    }
    .pdk-list .list-item .ctx-wrapper .button {
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        border-left: 1px solid #CECECE;
    }
}

@media screen and (min-width: 1600px) {
    .pdk-list .list-item .ctx-wrapper .content {
        padding-left: 75px;
        padding-right: 75px;
    }
    .pdk-list .list-item .ctx-wrapper .button {
        padding-left: 65px;
        padding-right: 65px;
    }
}

@media screen and (max-width: 1599px) {
    .pdk-list .list-item .ctx-wrapper>div {
        padding-left: 50px;
        padding-right: 50px;
    }
}

@media screen and (min-width: 1400px) {
    .pdk-list .list-item .ctx-wrapper>div {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .pdk-list .list-item .ctx-wrapper .content {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .pdk-list .list-item .ctx-wrapper .content .detail {
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        width: 425px;
        margin-left: 50px;
    }
}

@media screen and (max-width: 1399px) {
    .pdk-list .list-item .ctx-wrapper .content .detail {
        margin-top: 15px;
    }
}

@media screen and (max-width: 1399px) and (min-width: 992px) {
    .pdk-list .list-item .ctx-wrapper .button {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

@media screen and (max-width: 991px) {
    .pdk-list .list-item .ctx-wrapper {
        padding: 25px 0;
    }
    .pdk-list .list-item .ctx-wrapper>div {
        padding-left: 25px;
        padding-right: 25px;
    }
    .pdk-list .list-item .ctx-wrapper .button {
        margin-top: 15px;
    }
}

@media screen and (max-width: 767px) {
    .pdk-list .list-item .ctx-wrapper .content .info .name {
        font-size: 18px;
    }
    .pdk-list .list-item .ctx-wrapper .content .info .category,
    .pdk-list .list-item .ctx-wrapper .content .info .price {
        font-size: 15px;
    }
    .pdk-list .list-item .ctx-wrapper .content .detail {
        font-size: 15px;
    }
    .pdk-list .list-item .ctx-wrapper .button .btn {
        height: 40px;
        padding: 0 15px;
        font-size: 15px;
    }
}


/* ------------------------------------------
 * *  investors
 * * -----------------------------------------*/

[data-id=investors] .primary-main {
    line-height: 1.75;
}

[data-id=investors] .primary-main+.primary-head {
    margin-top: 75px;
}

@media screen and (max-width: 991px) {
    [data-id=investors] .primary-main+.primary-head {
        margin-top: 50px;
    }
}

#investors-editor .table {
    line-height: 1.5;
}

#investors-editor .table .icon {
    display: inline-block;
    vertical-align: middle;
}

#investors-editor .table .icon.icon-download {
    vertical-align: -6px;
    color: #403F41;
    -moz-transition-property: color;
    -o-transition-property: color;
    -webkit-transition-property: color;
    transition-property: color;
}

#investors-editor .table .icon.icon-download:hover {
    color: #01ABDF;
}

@media screen and (max-width: 991px) {
    #investors-editor .governance-table tr {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    #investors-editor .governance-table tr td {
        display: block;
    }
    #investors-editor .governance-table tr td.tt {
        width: 25%;
        background-color: #EBEBEB;
    }
    #investors-editor .governance-table tr td:not(.tt) {
        width: 75%;
    }
}

@media screen and (max-width: 479px) {
    #investors-editor .governance-table tr td {
        background-color: #ffffff;
    }
    #investors-editor .governance-table tr td.tt {
        width: 40%;
    }
    #investors-editor .governance-table tr td:not(.tt) {
        width: 60%;
    }
}

#investors-editor .shareholder-table th {
    background-color: #0079C0;
}

@media screen and (min-width: 1400px) {
    #investors-editor .shareholder-table th {
        padding: 15px 50px;
    }
}

@media screen and (min-width: 1200px) {
    #investors-editor .shareholder-table {
        table-layout: fixed;
    }
    #investors-editor .shareholder-table th:first-child,
    #investors-editor .shareholder-table td:first-child {
        width: 50%;
        padding-left: 115px;
    }
}

@media screen and (min-width: 768px) {
    #investors-editor .finance-table {
        table-layout: fixed;
    }
    #investors-editor .finance-table th,
    #investors-editor .finance-table td {
        text-align: center;
    }
    #investors-editor .finance-table.col-3 th:nth-child(2),
    #investors-editor .finance-table.col-3 td:nth-child(2) {
        width: 60%;
        text-align: left;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    #investors-editor .finance-table.col-3 th:nth-child(2),
    #investors-editor .finance-table.col-3 td:nth-child(2) {
        width: 50%;
    }
}

#investors-editor .stock-table tbody tr:only-child td {
    background-color: #EBEBEB;
}

@media screen and (min-width: 1200px) {
    #investors-editor .stock-table th,
    #investors-editor .stock-table td {
        padding: 20px;
    }
}

@media screen and (min-width: 768px) {
    #investors-editor .stock-table {
        table-layout: fixed;
    }
    #investors-editor .stock-table th,
    #investors-editor .stock-table td {
        text-align: center;
        vertical-align: middle;
    }
    #investors-editor .stock-table.for-meeting th:nth-child(2),
    #investors-editor .stock-table.for-meeting td:nth-child(2) {
        text-align: left;
    }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
    #investors-editor .stock-table.for-meeting th:nth-child(2),
    #investors-editor .stock-table.for-meeting td:nth-child(2) {
        width: 25%;
    }
}

@media screen and (min-width: 768px) {
    #investors-editor .directors-table {
        table-layout: fixed;
    }
    #investors-editor .directors-table th,
    #investors-editor .directors-table td {
        vertical-align: middle;
    }
    #investors-editor .directors-table.alt th:first-child,
    #investors-editor .directors-table.alt td:first-child {
        text-align: center;
    }
}

@media screen and (min-width: 1200px) {
    #investors-editor .directors-table td {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    #investors-editor .directors-table th,
    #investors-editor .directors-table td {
        padding-left: 30px;
        padding-right: 30px;
    }
    #investors-editor .directors-table:not(.alt) th:first-child,
    #investors-editor .directors-table:not(.alt) td:first-child {
        padding-left: 80px;
        padding-right: 25px;
    }
    #investors-editor .directors-table:not(.alt).for-committee th:first-child,
    #investors-editor .directors-table:not(.alt).for-committee td:first-child {
        padding-left: 120px;
    }
}

@media screen and (min-width: 768px) {
    #investors-editor .diversity-table th,
    #investors-editor .diversity-table td {
        text-align: center;
        vertical-align: middle;
    }
    #investors-editor .diversity-table th,
    #investors-editor .diversity-table tr td:first-child {
        text-align: left;
    }
}

@media screen and (min-width: 1200px) {
    #investors-editor .diversity-table th,
    #investors-editor .diversity-table td {
        padding: 20px;
    }
}

#investors-editor .operation-table tbody tr td {
    background: none;
}

#investors-editor .operation-table tbody tr td ol li+li {
    margin-top: 10px;
}

#investors-editor .operation-table tbody tr.hr td {
    background-color: #EBEBEB;
}

@media screen and (min-width: 1200px) {
    #investors-editor .operation-table th,
    #investors-editor .operation-table td {
        padding-left: 25px;
        padding-right: 25px;
    }
}

@media screen and (min-width: 768px) {
    #investors-editor .operation-table th,
    #investors-editor .operation-table td {
        vertical-align: middle;
    }
    #investors-editor .operation-table thead th {
        padding-top: 15px;
        padding-bottom: 15px;
        text-align: center;
    }
    #investors-editor .operation-table thead th+th {
        border-left: 1px solid rgba(255, 255, 255, 0.2);
    }
    #investors-editor .operation-table thead tr+tr th {
        border-top: 1px solid rgba(255, 255, 255, 0.2);
    }
    #investors-editor .operation-table tbody td {
        text-align: center;
        line-height: 1.75;
    }
    #investors-editor .operation-table tbody td:nth-child(1),
    #investors-editor .operation-table tbody td:nth-child(4) {
        text-align: left;
    }
}

@media screen and (max-width: 767px) {
    #investors-editor .operation-table tr+tr {
        margin-top: 10px;
    }
    #investors-editor .operation-table tr+tr.hr {
        margin-top: 35px;
    }
    #investors-editor .operation-table tr:not(.hr) td {
        background-color: #ffffff;
    }
    #investors-editor .operation-table tr:not(.hr) td.has-th2>.td-inner {
        display: table-row;
        width: 100%;
        padding: 0;
    }
    #investors-editor .operation-table tr:not(.hr) td.has-th2>.td-inner>.td-inner-inner,
    #investors-editor .operation-table tr:not(.hr) td.has-th2>.td-inner .th2 {
        display: table-cell;
        padding: 10px;
    }
    #investors-editor .operation-table tr:not(.hr) td.has-th2>.td-inner .th2 {
        display: table-cell;
        width: 65px;
        background-color: #F5F5F5;
        text-align: center;
    }
    #investors-editor .operation-table tr.hr td::before {
        display: none;
    }
}

#investors-editor .auditing-table td {
    vertical-align: middle;
}

#investors-editor .auditing-table td:nth-child(1) {
    width: 26.75%;
}

#investors-editor .auditing-table td:nth-child(2) {
    width: 73.25%;
}

@media screen and (min-width: 1200px) {
    #investors-editor .auditing-table td {
        padding-left: 70px;
        padding-right: 70px;
    }
}

@media screen and (max-width: 991px) {
    #investors-editor .auditing-table td:nth-child(1) {
        width: 35%;
        text-align: center;
    }
    #investors-editor .auditing-table td:nth-child(2) {
        width: 65%;
    }
}

#investors-editor .announcement-table a {
    text-decoration: none;
}

#investors-editor .announcement-table a:hover {
    color: #00539B;
}

@media screen and (min-width: 768px) {
    #investors-editor .announcement-table th:first-child,
    #investors-editor .announcement-table td:first-child {
        width: 18.65%;
        text-align: center;
    }
}

@media screen and (min-width: 1200px) {
    #investors-editor .stakeholder-table th,
    #investors-editor .stakeholder-table td {
        padding-left: 110px;
    }
    #investors-editor .stakeholder-table th:first-child,
    #investors-editor .stakeholder-table td:first-child {
        width: 18.5%;
    }
    #investors-editor .stakeholder-table th:nth-child(3),
    #investors-editor .stakeholder-table td:nth-child(3) {
        width: 52.5%;
        padding-left: 25px;
    }
}

@media screen and (min-width: 768px) {
    #investors-editor .stakeholder-table {
        table-layout: fixed;
    }
    #investors-editor .stakeholder-table th,
    #investors-editor .stakeholder-table td {
        vertical-align: middle;
    }
}

@media screen and (max-width: 767px) {
    #investors-editor .stakeholder-table td::before {
        vertical-align: middle;
    }
}

#investors-editor .agency-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 1230px;
    margin: 0 auto;
}

@media screen and (min-width: 768px) {
    #investors-editor .agency-list {
        padding-top: 20px;
    }
}

@media screen and (max-width: 991px) {
    #investors-editor .agency-list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

#investors-editor .agency-list .list-item {
    position: relative;
    padding-top: 66px;
}

@media screen and (min-width: 992px) {
    #investors-editor .agency-list .list-item {
        margin: 40px 40px 0 0;
    }
}

@media screen and (min-width: 1200px) {
    #investors-editor .agency-list .list-item {
        width: calc(100%/3 - 80px/3 - 0.1px);
    }
    #investors-editor .agency-list .list-item:nth-child(-n+3) {
        margin-top: 0;
    }
    #investors-editor .agency-list .list-item:nth-child(3n+0) {
        margin-right: 0;
    }
}

@media screen and (max-width: 1199px) and (min-width: 992px) {
    #investors-editor .agency-list .list-item {
        width: calc(50% - 20px);
    }
    #investors-editor .agency-list .list-item:nth-child(-n+2) {
        margin-top: 0;
    }
    #investors-editor .agency-list .list-item:nth-child(2n+0) {
        margin-right: 0;
    }
}

@media screen and (max-width: 991px) {
    #investors-editor .agency-list .list-item {
        width: 100%;
        max-width: 500px;
    }
    #investors-editor .agency-list .list-item+.list-item {
        margin-top: 50px;
    }
}

@media screen and (max-width: 479px) {
    #investors-editor .agency-list .list-item {
        padding-top: 50px;
    }
    #investors-editor .agency-list .list-item+.list-item {
        margin-top: 35px;
    }
}

#investors-editor .agency-list .list-item .list-item-logo {
    position: absolute;
    top: 0;
    left: calc(50% - 66px);
    width: 132px;
    height: 132px;
    border-radius: 50%;
    overflow: hidden;
}

@media screen and (max-width: 479px) {
    #investors-editor .agency-list .list-item .list-item-logo {
        width: 100px;
        height: 100px;
        left: calc(50% - 50px);
    }
}

#investors-editor .agency-list .list-item .list-item-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    /* align-items: center; */
    height: 100%;
    background-color: #ffffff;
    border-radius: 15px;
    padding: 100px 30px 45px;
    -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 0 40px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.05);
}

#investors-editor .agency-list .list-item .list-item-inner .head {
    /* text-align: center; */
    color: #333333;
}

#investors-editor .agency-list .list-item .list-item-inner .head .title {
    font-size: 17px;
    font-weight: 700;
    line-height: 1.3;
    text-align: center;
}

#investors-editor .agency-list .list-item .list-item-inner .head .title span {
    font-size: 17px;
}

#investors-editor .agency-list .list-item .list-item-inner .head::after {
    content: "";
    display: block;
    width: 30px;
    height: 3px;
    margin: 20px auto 0;
    background-color: #01ABDF;
}

#investors-editor .agency-list .list-item .list-item-inner .content {
    margin-top: 20px;
    color: #676767;
    font-size: 17px;
}

#investors-editor .agency-list .list-item .list-item-inner .content a {
    text-decoration: none;
}

#investors-editor .agency-list .list-item .list-item-inner .content a:hover {
    color: #01ABDF;
}

#investors-editor .agency-list .list-item .list-item-inner .content ul li {
    word-break: break-all;
}

#investors-editor .agency-list .list-item .list-item-inner .content ul li+li {
    margin-top: 5px;
}

#investors-editor .agency-list .list-item .list-item-inner .content ul li::before {
    font-family: "icomoon";
    margin-right: 0.5em;
}

#investors-editor .agency-list .list-item .list-item-inner .content ul li.add::before {
    content: "";
}

#investors-editor .agency-list .list-item .list-item-inner .content ul li.tel::before {
    content: "";
}

#investors-editor .agency-list .list-item .list-item-inner .content ul li.fax::before {
    content: "";
}

#investors-editor .agency-list .list-item .list-item-inner .content ul li.mail::before {
    content: "";
}

#investors-editor .agency-list .list-item .list-item-inner .content ul li.web::before {
    content: "";
}

@media screen and (max-width: 479px) {
    #investors-editor .agency-list .list-item .list-item-inner {
        padding: 75px 20px 25px;
        border-radius: 10px;
        -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.05);
        -moz-box-shadow: 0 0 25px rgba(0, 0, 0, 0.05);
        box-shadow: 0 0 25px rgba(0, 0, 0, 0.05);
    }
    #investors-editor .agency-list .list-item .list-item-inner .head .title {
        font-size: 20px;
    }
    #investors-editor .agency-list .list-item .list-item-inner .head .title span {
        font-size: 16px;
    }
    #investors-editor .agency-list .list-item .list-item-inner .content {
        font-size: 16px;
    }
}

#investors-editor .stock-price {
    position: relative;
    background-color: #000000;
}

@media screen and (max-width: 991px) {
    #investors-editor .stock-price .stock-price-bg {
        background-size: contain !important;
        background-position: center bottom !important;
    }
}

#investors-editor .stock-price .stock-price-inner {
    position: relative;
    color: #ffffff;
}

@media screen and (min-width: 992px) {
    #investors-editor .stock-price .stock-price-inner {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        height: 420px;
    }
}

@media screen and (min-width: 1600px) {
    #investors-editor .stock-price .stock-price-inner {
        padding: 25px 150px;
    }
}

@media screen and (max-width: 1599px) and (min-width: 1200px) {
    #investors-editor .stock-price .stock-price-inner {
        padding: 25px 100px;
    }
}

@media screen and (max-width: 1199px) and (min-width: 992px) {
    #investors-editor .stock-price .stock-price-inner {
        padding: 25px 75px;
    }
}

@media screen and (max-width: 991px) {
    #investors-editor .stock-price .stock-price-inner {
        padding: 50px 50px 25vw;
    }
}

@media screen and (max-width: 479px) {
    #investors-editor .stock-price .stock-price-inner {
        padding: 35px 35px 25vw;
    }
}

#investors-editor .stock-price .head p {
    margin: 0;
}

#investors-editor .stock-price .head .num {
    color: #01ABDF;
    font-size: 50px;
    font-weight: 700;
    line-height: 1;
}

#investors-editor .stock-price .head::after {
    content: "";
    display: block;
    width: 30px;
    height: 4px;
    margin: 25px 0;
    background-color: #ffffff;
}

#investors-editor .stock-price .content .btn {
    height: 50px;
    padding: 0 30px;
    border-radius: 3px;
    text-decoration: none;
}

#investors-editor .resolution-list .list-item+.list-item {
    margin-top: 10px;
}

#investors-editor .resolution-list .list-item>div {
    padding-left: 75px;
    padding-right: 40px;
}

@media screen and (max-width: 1199px) {
    #investors-editor .resolution-list .list-item>div {
        padding-left: 40px;
    }
}

@media screen and (max-width: 991px) {
    #investors-editor .resolution-list .list-item>div {
        padding-left: 25px;
        padding-right: 25px;
    }
}

@media screen and (max-width: 479px) {
    #investors-editor .resolution-list .list-item>div {
        padding-left: 15px;
        padding-right: 15px;
    }
}

#investors-editor .resolution-list .list-item .resolution-head {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 17.5px;
    padding-bottom: 17.5px;
    background-color: #EBEBEB;
    cursor: pointer;
    -moz-transition-property: color, background-color;
    -o-transition-property: color, background-color;
    -webkit-transition-property: color, background-color;
    transition-property: color, background-color;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}

#investors-editor .resolution-list .list-item .resolution-head .resolution-head-inner {
    max-width: calc(100% - 35px);
}

@media screen and (max-width: 767px) {
    #investors-editor .resolution-list .list-item .resolution-head {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}

@media screen and (max-width: 479px) {
    #investors-editor .resolution-list .list-item .resolution-head {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

#investors-editor .resolution-list .list-item .resolution-head::after {
    content: "";
    display: block;
    font-family: "icomoon";
    font-size: 1.25em;
    color: #676767;
    -moz-transition-property: color, transform;
    -o-transition-property: color, transform;
    -webkit-transition-property: color, transform;
    transition-property: color, transform;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}

.desktop #investors-editor .resolution-list .list-item .resolution-head:hover {
    color: #ffffff;
    background-color: #00539B;
}

.desktop #investors-editor .resolution-list .list-item .resolution-head:hover::after {
    color: #ffffff;
}

#investors-editor .resolution-list .list-item .resolution-content {
    display: none;
    padding-top: 25px;
    padding-bottom: 35px;
    background-color: #ffffff;
    border: 1px solid #00539B;
    border-top: none;
    line-height: 2;
}

@media screen and (max-width: 479px) {
    #investors-editor .resolution-list .list-item .resolution-content {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}

#investors-editor .resolution-list .list-item.active .resolution-head {
    color: #ffffff;
    background-color: #00539B;
}

#investors-editor .resolution-list .list-item.active .resolution-head::after {
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    color: #ffffff;
}

#investors-editor .stakeholder-contact {
    position: relative;
    background-color: #000000;
}

@media screen and (max-width: 991px) {
    #investors-editor .stakeholder-contact .stakeholder-contact-bg {
        background-size: contain !important;
        background-position: center bottom !important;
    }
}

#investors-editor .stakeholder-contact .stakeholder-contact-inner {
    position: relative;
    color: #ffffff;
}

@media screen and (min-width: 992px) {
    #investors-editor .stakeholder-contact .stakeholder-contact-inner {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        height: 420px;
    }
}

@media screen and (min-width: 1200px) {
    #investors-editor .stakeholder-contact .stakeholder-contact-inner {
        padding: 25px 110px;
    }
}

@media screen and (max-width: 1199px) and (min-width: 992px) {
    #investors-editor .stakeholder-contact .stakeholder-contact-inner {
        padding: 25px 75px;
    }
}

@media screen and (max-width: 991px) {
    #investors-editor .stakeholder-contact .stakeholder-contact-inner {
        padding: 50px 50px 25vw;
    }
}

@media screen and (max-width: 479px) {
    #investors-editor .stakeholder-contact .stakeholder-contact-inner {
        padding: 35px 25px 25vw;
    }
}

#investors-editor .stakeholder-contact .content {
    font-size: 16px;
}

#investors-editor .stakeholder-contact .content a {
    text-decoration: none;
}

#investors-editor .stakeholder-contact .content p {
    margin: 0;
    line-height: 1.3;
}

#investors-editor .stakeholder-contact .content p+ul {
    margin-top: 15px;
}

#investors-editor .stakeholder-contact .content ul li+li {
    margin-top: 7.5px;
}

#investors-editor .stakeholder-contact .content ul li::before {
    font-family: "icomoon";
    margin-right: 0.5em;
}

#investors-editor .stakeholder-contact .content ul li.add::before {
    content: "";
}

#investors-editor .stakeholder-contact .content ul li.tel::before {
    content: "";
}

#investors-editor .stakeholder-contact .content ul li.fax::before {
    content: "";
}

#investors-editor .stakeholder-contact .content ul li.mail::before {
    content: "";
}

#investors-editor .stakeholder-contact .content ul li.web::before {
    content: "";
}


/* -------------------------------------------
 * *  careers
 * * ------------------------------------------ */

@media screen and (max-width: 1199px) {
    .careers-section {
        padding: 75px 0;
    }
}

@media screen and (max-width: 991px) {
    .careers-section {
        padding: 50px 0;
    }
}

@media screen and (max-width: 479px) {
    .careers-section {
        padding: 35px 0;
    }
}

.careers-section:not([data-section=welfare]) {
    z-index: 1;
}

@media screen and (min-width: 768px) {
    .careers-section:not([data-section=welfare]) {
        background-image: url("../images/primary-bg.jpg");
        background-size: contain;
        background-repeat: repeat;
    }
}

@media screen and (max-width: 767px) {
    .careers-section:not([data-section=welfare]) {
        background-color: #F7F7F7;
    }
}

.careers-section .section-head {
    text-align: center;
}

.careers-section .section-head .title {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: 0.05em;
}

@media screen and (max-width: 1199px) {
    .careers-section .section-head .title {
        font-size: 28px;
    }
}

@media screen and (max-width: 991px) {
    .careers-section .section-head .title {
        font-size: 25px;
    }
}

@media screen and (max-width: 767px) {
    .careers-section .section-head .title {
        font-size: 22px;
    }
}

@media screen and (max-width: 479px) {
    .careers-section .section-head .title {
        font-size: 20px;
    }
}

@media screen and (min-width: 1200px) {
    .careers-section[data-section=features] {
        padding: 115px 0 135px;
    }
}

.careers-section[data-section=features] .section-primary {
    margin-top: 60px;
}

@media screen and (max-width: 767px) {
    .careers-section[data-section=features] .section-primary {
        margin-top: 50px;
    }
}

@media screen and (max-width: 479px) {
    .careers-section[data-section=features] .section-primary {
        margin-top: 35px;
    }
}

@media screen and (min-width: 576px) {
    .careers-section[data-section=features] .section-group {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.careers-section[data-section=features] .section-group:nth-child(odd) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

@media screen and (min-width: 1600px) {
    .careers-section[data-section=features] .section-group:nth-child(odd) .content {
        margin-top: 35px;
    }
}

@media screen and (max-width: 1599px) and (min-width: 992px) {
    .careers-section[data-section=features] .section-group:nth-child(odd) .content {
        margin-top: 15px;
    }
}

@media screen and (min-width: 1600px) {
    .careers-section[data-section=features] .section-group:nth-child(odd) .img-wrapper {
        -moz-transform: translateX(-4%);
        -o-transform: translateX(-4%);
        -ms-transform: translateX(-4%);
        -webkit-transform: translateX(-4%);
        transform: translateX(-4%);
        margin-right: 100px;
    }
}

@media screen and (max-width: 1599px) and (min-width: 992px) {
    .careers-section[data-section=features] .section-group:nth-child(odd) .img-wrapper {
        margin-right: 75px;
    }
}

@media screen and (max-width: 991px) and (min-width: 576px) {
    .careers-section[data-section=features] .section-group:nth-child(odd) .img-wrapper {
        margin-right: 35px;
    }
}

.careers-section[data-section=features] .section-group:nth-child(even) {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width: 1199px) {
    .careers-section[data-section=features] .section-group:nth-child(even) {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

@media screen and (min-width: 1600px) {
    .careers-section[data-section=features] .section-group:nth-child(even) .img-wrapper {
        margin-left: 80px;
    }
}

@media screen and (max-width: 1599px) and (min-width: 1200px) {
    .careers-section[data-section=features] .section-group:nth-child(even) .img-wrapper {
        -moz-transform: translateX(-25px);
        -o-transform: translateX(-25px);
        -ms-transform: translateX(-25px);
        -webkit-transform: translateX(-25px);
        transform: translateX(-25px);
        margin-left: 75px;
    }
}

@media screen and (max-width: 1199px) and (min-width: 992px) {
    .careers-section[data-section=features] .section-group:nth-child(even) .img-wrapper {
        margin-left: 50px;
    }
}

@media screen and (max-width: 991px) and (min-width: 576px) {
    .careers-section[data-section=features] .section-group:nth-child(even) .img-wrapper {
        margin-left: 35px;
    }
}

.careers-section[data-section=features] .section-group+.section-group {
    margin-top: 135px;
}

@media screen and (max-width: 1599px) {
    .careers-section[data-section=features] .section-group+.section-group {
        margin-top: 75px;
    }
}

@media screen and (max-width: 575px) {
    .careers-section[data-section=features] .section-group+.section-group {
        margin-top: 50px;
    }
}

.careers-section[data-section=features] .section-group .content .list-item {
    position: relative;
    padding-left: 20px;
    line-height: 1.75;
}

@media screen and (max-width: 479px) {
    .careers-section[data-section=features] .section-group .content .list-item {
        line-height: 1.5;
    }
}

.careers-section[data-section=features] .section-group .content .list-item::before {
    content: "";
    position: absolute;
    top: 0.75em;
    left: 0;
    display: block;
    width: 5px;
    height: 5px;
    background-color: #01ABDF;
    border-radius: 50%;
}

.careers-section[data-section=features] .section-group .content .list-item span {
    display: block;
}

.careers-section[data-section=features] .section-group .content .list-item .tt {
    font-weight: 700;
}

.careers-section[data-section=features] .section-group .content .list-item .txt {
    color: #676767;
}

@media screen and (max-width: 479px) {
    .careers-section[data-section=features] .section-group .content .list-item .txt {
        margin-top: 5px;
    }
}

.careers-section[data-section=features] .section-group .content .list-item+.list-item {
    margin-top: 0.75em;
}

.careers-section[data-section=features] .section-group .img-wrapper {
    position: relative;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

@media screen and (min-width: 1600px) {
    .careers-section[data-section=features] .section-group .img-wrapper {
        width: 780px;
    }
}

@media screen and (max-width: 1599px) and (min-width: 992px) {
    .careers-section[data-section=features] .section-group .img-wrapper {
        width: 50%;
    }
}

@media screen and (max-width: 991px) and (min-width: 576px) {
    .careers-section[data-section=features] .section-group .img-wrapper {
        width: 45%;
    }
}

@media screen and (max-width: 575px) {
    .careers-section[data-section=features] .section-group .img-wrapper {
        margin-top: 25px;
    }
}

.careers-section[data-section=features] .section-group .img-wrapper::before {
    content: "";
    position: absolute;
    top: 35px;
    right: calc(-5% - 20px);
    display: block;
    width: 100%;
    height: 100%;
    border: 4px solid #E2E2E2;
    opacity: 0.5;
}

.careers-section[data-section=features] .section-group .img-wrapper .item {
    position: relative;
    overflow: hidden;
}

.careers-section[data-section=features] .section-group .img-wrapper .item .pic {
    position: absolute;
    top: 0;
    bottom: 0;
}

@media screen and (min-width: 1200px) {
    .careers-section[data-section=features] .section-group .img-wrapper::before {
        -moz-transform: skew(-8.5deg, 0deg);
        -o-transform: skew(-8.5deg, 0deg);
        -ms-transform: skew(-8.5deg, 0deg);
        -webkit-transform: skew(-8.5deg, 0deg);
        transform: skew(-8.5deg, 0deg);
        -moz-transform-origin: top right;
        -o-transform-origin: top right;
        -ms-transform-origin: top right;
        -webkit-transform-origin: top right;
        transform-origin: top right;
        border-radius: 7.5px;
    }
    .careers-section[data-section=features] .section-group .img-wrapper .item {
        padding-bottom: calc(46750%/842);
        -moz-transform: skew(-8.5deg, 0deg);
        -o-transform: skew(-8.5deg, 0deg);
        -ms-transform: skew(-8.5deg, 0deg);
        -webkit-transform: skew(-8.5deg, 0deg);
        transform: skew(-8.5deg, 0deg);
        border-radius: 7.5px;
    }
    .careers-section[data-section=features] .section-group .img-wrapper .item .pic {
        left: -3.975%;
        right: -3.975%;
        -moz-transform-origin: inherit;
        -o-transform-origin: inherit;
        -ms-transform-origin: inherit;
        -webkit-transform-origin: inherit;
        transform-origin: inherit;
        -moz-transform: skew(8.5deg, 0deg);
        -o-transform: skew(8.5deg, 0deg);
        -ms-transform: skew(8.5deg, 0deg);
        -webkit-transform: skew(8.5deg, 0deg);
        transform: skew(8.5deg, 0deg);
    }
}

@media screen and (max-width: 1199px) {
    .careers-section[data-section=features] .section-group .img-wrapper::before {
        top: 25px;
        right: -25px;
    }
    .careers-section[data-section=features] .section-group .img-wrapper .item {
        padding-bottom: calc(60000%/500);
    }
    .careers-section[data-section=features] .section-group .img-wrapper .item .pic {
        left: 0;
        right: 0;
    }
}

@media screen and (max-width: 991px) {
    .careers-section[data-section=features] .section-group .img-wrapper::before {
        top: 15px;
        right: -15px;
    }
}

@media screen and (max-width: 575px) {
    .careers-section[data-section=features] .section-group .img-wrapper .item {
        padding-bottom: calc(46750%/842);
    }
}

@media screen and (max-width: 479px) {
    .careers-section[data-section=features] .section-group .img-wrapper::before {
        top: 10px;
        right: -10px;
    }
}

.careers-section .welfare-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media screen and (min-width: 992px) {
    .careers-section .welfare-list .list-item:not(:nth-child(-n+4)) {
        margin-top: 60px;
    }
}

@media screen and (min-width: 1400px) {
    .careers-section .welfare-list .list-item {
        width: calc(25% - 375px/4);
    }
    .careers-section .welfare-list .list-item:not(:nth-child(4n+0)) {
        margin-right: 125px;
    }
}

@media screen and (max-width: 1399px) and (min-width: 992px) {
    .careers-section .welfare-list .list-item {
        width: calc(25% - 150px/4);
    }
    .careers-section .welfare-list .list-item:not(:nth-child(4n+0)) {
        margin-right: 50px;
    }
}

@media screen and (max-width: 991px) and (min-width: 576px) {
    .careers-section .welfare-list .list-item {
        width: calc(100%/3 - 100px/3 - 0.01px);
    }
    .careers-section .welfare-list .list-item:not(:nth-child(-n+3)) {
        margin-top: 60px;
    }
    .careers-section .welfare-list .list-item:not(:nth-child(3n+0)) {
        margin-right: 50px;
    }
}

@media screen and (max-width: 575px) {
    .careers-section .welfare-list .list-item {
        width: calc(50% - 10px);
    }
    .careers-section .welfare-list .list-item:not(:nth-child(-n+2)) {
        margin-top: 50px;
    }
    .careers-section .welfare-list .list-item:not(:nth-child(2n+0)) {
        margin-right: 20px;
    }
}

.careers-section .welfare-list .list-item .icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 125px;
    height: 125px;
    margin: 0 auto;
    background-color: #01ABDF;
    border-radius: 50%;
}

@media screen and (max-width: 575px) {
    .careers-section .welfare-list .list-item .icon {
        width: 100px;
        height: 100px;
    }
    .careers-section .welfare-list .list-item .icon svg {
        -moz-transform: scale(0.9);
        -o-transform: scale(0.9);
        -ms-transform: scale(0.9);
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
}

@media screen and (max-width: 479px) {
    .careers-section .welfare-list .list-item .icon {
        width: 85px;
        height: 85px;
    }
    .careers-section .welfare-list .list-item .icon svg {
        -moz-transform: scale(0.75);
        -o-transform: scale(0.75);
        -ms-transform: scale(0.75);
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }
}

.careers-section .welfare-list .list-item .title {
    margin-top: 20px;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.15;
}

.careers-section .welfare-list .list-item .txt {
    margin-top: 15px;
    line-height: 1.75;
    color: rgba(255, 255, 255, 0.85);
}

@media screen and (max-width: 479px) {
    .careers-section .welfare-list .list-item .title {
        font-size: 17px;
    }
    .careers-section .welfare-list .list-item .txt {
        margin-top: 10px;
        font-size: 15px;
        line-height: 1.5;
    }
}

.careers-section[data-section=welfare] {
    color: #ffffff;
    text-align: center;
    overflow: hidden;
}

@media screen and (min-width: 1200px) {
    .careers-section[data-section=welfare] {
        padding: 110px 0 95px;
    }
}

.careers-section[data-section=welfare] .section-bg {
    background-attachment: fixed;
}

.ios .careers-section[data-section=welfare] .section-bg {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-attachment: scroll;
}

.careers-section[data-section=welfare] .section-inner {
    max-width: 1265px;
}

.careers-section[data-section=welfare] .section-inner .section-primary {
    margin-top: 50px;
}

.careers-section .salary-graph {
    position: relative;
    max-width: 1190px;
    margin: 0 auto;
}

@media screen and (min-width: 1160px) {
    .careers-section .salary-graph {
        width: calc(100vw - 100px);
    }
}

@media screen and (min-width: 1160px) {
    .careers-section .salary-graph .salary-graph-head {
        position: absolute;
        top: calc(50% - 135px);
        left: calc(50% - 135px);
    }
    .careers-section .salary-graph .salary-graph-head::before {
        content: "";
        position: absolute;
        display: block;
        top: 59px;
        left: -42px;
        right: -42px;
        bottom: 59px;
        border-top: 2px solid #D7D7D7;
        border-bottom: 2px solid #D7D7D7;
    }
}

@media screen and (min-width: 1160px) and (max-width: 1290px) {
    .careers-section .salary-graph .salary-graph-head::before {
        left: calc(603px - 50vw);
        right: calc(603px - 50vw);
    }
}

.careers-section .salary-graph .salary-graph-head .head-circle {
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 270px;
    height: 270px;
    padding: 50px 50px 25px;
    border-radius: 50%;
    background-color: #01ABDF;
    -webkit-box-shadow: 13.5px 13.5px 23px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 13.5px 13.5px 23px rgba(0, 0, 0, 0.08);
    box-shadow: 13.5px 13.5px 23px rgba(0, 0, 0, 0.08);
}

.careers-section .salary-graph .salary-graph-head .head-circle::before {
    content: "";
    position: absolute;
    display: block;
    top: 13px;
    left: 13px;
    right: 13px;
    bottom: 13px;
    background-color: #ffffff;
    border-radius: 50%;
    -webkit-box-shadow: 9.5px 9.5px 17.5px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 9.5px 9.5px 17.5px rgba(0, 0, 0, 0.18);
    box-shadow: 9.5px 9.5px 17.5px rgba(0, 0, 0, 0.18);
}

.careers-section .salary-graph .salary-graph-head .head-circle .head-circle-inner {
    position: relative;
    text-align: center;
}

.careers-section .salary-graph .salary-graph-head .head-circle .head-circle-inner .title {
    font-size: 26px;
    font-weight: 700;
    line-height: 1.25;
}

.careers-section .salary-graph .salary-graph-head .head-circle .head-circle-inner .txt {
    margin-top: 10px;
    color: #666666;
    line-height: 1.35;
}

@media screen and (max-width: 1159px) {
    .careers-section .salary-graph .salary-graph-head .head-circle {
        margin: 0 auto;
    }
}

@media screen and (max-width: 575px) {
    .careers-section .salary-graph .salary-graph-head .head-circle {
        width: 200px;
        height: 200px;
        padding: 40px 25px 25px;
        -webkit-box-shadow: 7.5px 7.5px 15px rgba(0, 0, 0, 0.08);
        -moz-box-shadow: 7.5px 7.5px 15px rgba(0, 0, 0, 0.08);
        box-shadow: 7.5px 7.5px 15px rgba(0, 0, 0, 0.08);
    }
    .careers-section .salary-graph .salary-graph-head .head-circle::before {
        top: 8px;
        left: 8px;
        right: 8px;
        bottom: 8px;
        -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.18);
        -moz-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.18);
        box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.18);
    }
    .careers-section .salary-graph .salary-graph-head .head-circle .head-circle-inner .title {
        font-size: 20px;
    }
    .careers-section .salary-graph .salary-graph-head .head-circle .head-circle-inner .txt {
        margin-top: 5px;
        font-size: 15px;
    }
}

@media screen and (max-width: 1159px) {
    .careers-section .salary-graph .salary-graph-list {
        margin-top: 50px;
    }
}

@media screen and (max-width: 575px) {
    .careers-section .salary-graph .salary-graph-list {
        margin-top: 35px;
    }
}

@media screen and (min-width: 576px) {
    .careers-section .salary-graph .salary-graph-list ul {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

@media screen and (max-width: 1159px) and (min-width: 992px) {
    .careers-section .salary-graph .salary-graph-list ul {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media screen and (max-width: 991px) and (min-width: 576px) {
    .careers-section .salary-graph .salary-graph-list ul {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

@media screen and (min-width: 1160px) {
    .careers-section .salary-graph .salary-graph-list .list-item {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 50%;
    }
}

@media screen and (max-width: 1159px) and (min-width: 992px) {
    .careers-section .salary-graph .salary-graph-list .list-item:nth-child(even) {
        margin-left: 25px;
    }
}

@media screen and (max-width: 991px) and (min-width: 768px) {
    .careers-section .salary-graph .salary-graph-list .list-item {
        width: calc(50% - 10px);
    }
}

@media screen and (max-width: 767px) and (min-width: 576px) {
    .careers-section .salary-graph .salary-graph-list .list-item {
        width: calc(50% - 7.5px);
    }
}

@media screen and (max-width: 575px) {
    .careers-section .salary-graph .salary-graph-list .list-item+.list-item {
        margin-top: 15px;
    }
}

.careers-section .salary-graph .salary-graph-list .list-item .list-item-inner {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 10px;
}

@media screen and (min-width: 992px) {
    .careers-section .salary-graph .salary-graph-list .list-item .list-item-inner {
        width: 370px;
        height: 130px;
        border-radius: 130px;
    }
}

@media screen and (min-width: 1160px) {
    .careers-section .salary-graph .salary-graph-list .list-item .list-item-inner::before,
    .careers-section .salary-graph .salary-graph-list .list-item .list-item-inner::after {
        content: "";
        position: absolute;
        display: block;
    }
    .careers-section .salary-graph .salary-graph-list .list-item .list-item-inner::before {
        z-index: 2;
        top: calc(50% - 7px);
        width: 14px;
        height: 14px;
        border-radius: 50%;
        background-color: #808080;
        border: 3px solid #F7F7F7;
    }
}

@media screen and (max-width: 991px) {
    .careers-section .salary-graph .salary-graph-list .list-item .list-item-inner {
        height: 100px;
        border-radius: 100px;
    }
}

@media screen and (max-width: 767px) {
    .careers-section .salary-graph .salary-graph-list .list-item .list-item-inner {
        height: 85px;
        border-radius: 85px;
    }
}

.careers-section .salary-graph .salary-graph-list .list-item .list-item-inner .icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 110px;
    height: 110px;
    background-color: #ffffff;
    border-radius: 50%;
    -webkit-box-shadow: 9.5px 9.5px 17.5px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 9.5px 9.5px 17.5px rgba(0, 0, 0, 0.18);
    box-shadow: 9.5px 9.5px 17.5px rgba(0, 0, 0, 0.18);
    color: #1E2D31;
}

@media screen and (max-width: 991px) {
    .careers-section .salary-graph .salary-graph-list .list-item .list-item-inner .icon {
        width: 80px;
        height: 80px;
    }
    .careers-section .salary-graph .salary-graph-list .list-item .list-item-inner .icon svg {
        -moz-transform: scale(0.9);
        -o-transform: scale(0.9);
        -ms-transform: scale(0.9);
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
}

@media screen and (max-width: 767px) {
    .careers-section .salary-graph .salary-graph-list .list-item .list-item-inner .icon {
        width: 65px;
        height: 65px;
    }
    .careers-section .salary-graph .salary-graph-list .list-item .list-item-inner .icon svg {
        -moz-transform: scale(0.75);
        -o-transform: scale(0.75);
        -ms-transform: scale(0.75);
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }
}

.careers-section .salary-graph .salary-graph-list .list-item .list-item-inner .content {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    color: #ffffff;
}

.careers-section .salary-graph .salary-graph-list .list-item .list-item-inner .content .title {
    font-size: 22px;
    font-weight: 700;
}

.careers-section .salary-graph .salary-graph-list .list-item .list-item-inner .content .txt {
    min-height: 2.7em;
    line-height: 1.35;
    color: rgba(255, 255, 255, 0.85);
}

@media screen and (max-width: 767px) {
    .careers-section .salary-graph .salary-graph-list .list-item .list-item-inner .content .title {
        font-size: 18px;
    }
    .careers-section .salary-graph .salary-graph-list .list-item .list-item-inner .content .txt {
        font-size: 16px;
    }
}

@media screen and (min-width: 768px) {
    .careers-section .salary-graph .salary-graph-list .list-item:not(:nth-child(-n+2)) {
        margin-top: 35px;
    }
}

@media screen and (max-width: 767px) and (min-width: 576px) {
    .careers-section .salary-graph .salary-graph-list .list-item:not(:nth-child(-n+2)) {
        margin-top: 25px;
    }
}

.careers-section .salary-graph .salary-graph-list .list-item:nth-child(odd) .list-item-inner::before {
    right: -10px;
}

.careers-section .salary-graph .salary-graph-list .list-item:nth-child(odd) .list-item-inner::after {
    left: 100%;
}

@media screen and (min-width: 992px) {
    .careers-section .salary-graph .salary-graph-list .list-item:nth-child(odd) .list-item-inner {
        padding-left: 65px;
    }
}

@media screen and (min-width: 768px) {
    .careers-section .salary-graph .salary-graph-list .list-item:nth-child(odd) .list-item-inner .icon {
        margin-left: 20px;
    }
}

@media screen and (min-width: 480px) {
    .careers-section .salary-graph .salary-graph-list .list-item:nth-child(odd) .list-item-inner {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }
}

@media screen and (max-width: 991px) and (min-width: 480px) {
    .careers-section .salary-graph .salary-graph-list .list-item:nth-child(odd) .list-item-inner {
        padding-left: 25px;
    }
}

@media screen and (max-width: 767px) and (min-width: 480px) {
    .careers-section .salary-graph .salary-graph-list .list-item:nth-child(odd) .list-item-inner .icon {
        margin-left: 10px;
    }
}

@media screen and (max-width: 479px) {
    .careers-section .salary-graph .salary-graph-list .list-item:nth-child(odd) .list-item-inner {
        padding-right: 25px;
    }
    .careers-section .salary-graph .salary-graph-list .list-item:nth-child(odd) .list-item-inner .icon {
        margin-right: 10px;
    }
}

.careers-section .salary-graph .salary-graph-list .list-item:nth-child(even) {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.careers-section .salary-graph .salary-graph-list .list-item:nth-child(even) .list-item-inner::before {
    left: -10px;
}

.careers-section .salary-graph .salary-graph-list .list-item:nth-child(even) .list-item-inner::after {
    right: 100%;
}

@media screen and (min-width: 992px) {
    .careers-section .salary-graph .salary-graph-list .list-item:nth-child(even) .list-item-inner {
        padding-right: 65px;
    }
}

@media screen and (min-width: 768px) {
    .careers-section .salary-graph .salary-graph-list .list-item:nth-child(even) .list-item-inner .icon {
        margin-right: 20px;
    }
}

@media screen and (max-width: 991px) {
    .careers-section .salary-graph .salary-graph-list .list-item:nth-child(even) .list-item-inner {
        padding-right: 25px;
    }
}

@media screen and (max-width: 767px) {
    .careers-section .salary-graph .salary-graph-list .list-item:nth-child(even) .list-item-inner .icon {
        margin-right: 10px;
    }
}

.careers-section .salary-graph .salary-graph-list .list-item:nth-child(1) .list-item-inner {
    background-color: #01ABDF;
}

.careers-section .salary-graph .salary-graph-list .list-item:nth-child(2) .list-item-inner {
    background-color: #29BBC4;
}

.careers-section .salary-graph .salary-graph-list .list-item:nth-child(3) .list-item-inner {
    background-color: #0079C1;
}

.careers-section .salary-graph .salary-graph-list .list-item:nth-child(4) .list-item-inner {
    background-color: #1595B2;
}

.careers-section .salary-graph .salary-graph-list .list-item:nth-child(5) .list-item-inner {
    background-color: #00539C;
}

.careers-section .salary-graph .salary-graph-list .list-item:nth-child(6) .list-item-inner {
    background-color: #0282AC;
}

.careers-section .salary-graph .salary-graph-list .list-item:nth-child(3) .list-item-inner::after,
.careers-section .salary-graph .salary-graph-list .list-item:nth-child(4) .list-item-inner::after {
    top: calc(50% - 1px);
    width: 90px;
    height: 2px;
    background-color: #D7D7D7;
}

.careers-section .salary-graph .salary-graph-list .list-item:not(:nth-child(3)):not(:nth-child(4)) .list-item-inner::after {
    width: 50px;
    height: 90px;
}

.careers-section .salary-graph .salary-graph-list .list-item:nth-child(1) .list-item-inner::after,
.careers-section .salary-graph .salary-graph-list .list-item:nth-child(2) .list-item-inner::after {
    top: calc(50% - 1px);
    border-top: 2px solid #D7D7D7;
}

.careers-section .salary-graph .salary-graph-list .list-item:nth-child(1) .list-item-inner::after,
.careers-section .salary-graph .salary-graph-list .list-item:nth-child(5) .list-item-inner::after {
    border-right: 2px solid #D7D7D7;
}

.careers-section .salary-graph .salary-graph-list .list-item:nth-child(2) .list-item-inner::after,
.careers-section .salary-graph .salary-graph-list .list-item:nth-child(6) .list-item-inner::after {
    border-left: 2px solid #D7D7D7;
}

.careers-section .salary-graph .salary-graph-list .list-item:nth-child(5) .list-item-inner::after,
.careers-section .salary-graph .salary-graph-list .list-item:nth-child(6) .list-item-inner::after {
    bottom: calc(50% - 1px);
    border-bottom: 2px solid #D7D7D7;
}

@media screen and (min-width: 1200px) {
    .careers-section[data-section=salary] {
        padding: 140px 0;
    }
}


/* -------------------------------------------
 * *  contact
 * * ------------------------------------------ */

.contact-form {
    margin-top: 35px;
}

.contact-form .form-row+.form-row {
    margin-top: 20px;
}

.contact-form .form-group {
    letter-spacing: 0.05em;
}

.contact-form .form-group .form-label {
    font-weight: 700;
    font-size: 17px;
}

.contact-form .form-group .form-label span {
    font-size: 16px;
    font-weight: 400;
}

.contact-form .form-group .form-field {
    position: relative;
    margin-top: 5px;
}

.contact-form .form-group .form-field .form-control {
    display: block;
    width: 100%;
    height: 50px;
    padding: 0 15px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none;
    border: 1px solid #D2D2D2;
    border-radius: 5px;
    -moz-transition: border-color 0.3s ease;
    -o-transition: border-color 0.3s ease;
    -webkit-transition: border-color 0.3s ease;
    transition: border-color 0.3s ease;
}

.contact-form .form-group .form-field .form-control:focus {
    border-color: #01ABDF;
}

.contact-form .form-group .form-field textarea.form-control {
    height: auto;
    padding: 15px;
}

.contact-form .form-group .form-field .form-code {
    position: absolute;
    top: 1px;
    right: 1px;
    bottom: 1px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 120px;
}

.contact-form .form-group .form-field .form-code img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.contact-form .form-group .form-field .form-code+.form-control {
    padding-right: 135px;
}

.contact-form .form-group.error .form-label {
    color: #ff0000;
}

.contact-form .form-group.error .form-label span {
    color: inherit;
}

.contact-form .form-group.error .form-field .form-control {
    border-color: #ff0000;
}

.contact-form .form-action {
    text-align: center;
    margin-top: 55px;
}

.contact-form .form-action .btn {
    width: 220px;
    height: 50px;
}

@media screen and (min-width: 768px) {
    .contact-form .form-row {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin-left: -8px;
        margin-right: -8px;
    }
    .contact-form .form-group {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        margin: 0 8px;
    }
}

@media screen and (max-width: 991px) {
    .contact-form .form-action {
        margin-top: 50px;
    }
}

@media screen and (max-width: 767px) {
    .contact-form .form-group+.form-group {
        margin-top: 20px;
    }
}

@media screen and (max-width: 479px) {
    .contact-form .form-group .form-label {
        font-size: 16px;
    }
    .contact-form .form-group .form-label span {
        font-size: 15px;
    }
    .contact-form .form-group .form-field .form-control {
        height: 40px;
    }
    .contact-form .form-action {
        margin-top: 35px;
    }
    .contact-form .form-action .btn {
        width: 180px;
        height: 40px;
    }
}

.contact-map {
    position: relative;
    height: 500px;
}

@media screen and (max-width: 1199px) {
    .contact-map {
        height: 50vmin;
    }
}

@media screen and (max-width: 479px) {
    .contact-map {
        height: 100vmin;
    }
}

.contact-map iframe {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
}

.contact-sent .icon {
    display: inline-block;
    vertical-align: top;
}

.contact-sent .title {
    margin-top: 45px;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.3;
}

.contact-sent .txt {
    margin-top: 10px;
}

.contact-sent .button {
    margin-top: 25px;
}

.contact-sent .button .btn {
    width: 220px;
    height: 50px;
}

@media screen and (max-width: 479px) {
    .contact-sent .button .btn {
        width: 180px;
        height: 40px;
    }
}

@media screen and (min-width: 480px) {
    .contact-sent {
        padding: 75px 0 35px;
    }
}

@media screen and (max-width: 767px) {
    .contact-sent {
        padding: 50px 0 35px;
    }
    .contact-sent .title {
        margin-top: 30px;
        font-size: 25px;
    }
}


/* -------------------------------------------
 * *  privacy
 * * ------------------------------------------ */

#privacy-editor {
    color: #676767;
    line-height: 1.75;
    letter-spacing: 0.05em;
}

#privacy-editor section+section {
    margin-top: 2.5em;
}

@media screen and (max-width: 479px) {
    #privacy-editor .f24 {
        font-size: 20px;
    }
    #privacy-editor section+section {
        margin-top: 2em;
    }
}


/* -------------------------------------------
 * *  newsletter
 * * ------------------------------------------ */

.newsletter-wrapper {
    min-height: 100vh;
    overflow: hidden;
}

.newsletter-box {
    width: calc(100% - 50px);
    max-width: 525px;
    margin: 140px auto 0;
    padding: 45px 55px 55px;
    background-color: #ffffff;
    border-radius: 6.5px;
    -webkit-box-shadow: 0 0 24px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0 0 24px rgba(0, 0, 0, 0.08);
    box-shadow: 0 0 24px rgba(0, 0, 0, 0.08);
    text-align: center;
}

@media screen and (max-width: 991px) {
    .newsletter-box {
        margin-top: 75px;
    }
}

@media screen and (max-width: 479px) {
    .newsletter-box {
        margin-top: 50px;
    }
}

.newsletter-box .logo {
    width: 190px;
    margin: 0 auto;
}

.newsletter-box .logo img {
    display: block;
    width: 100%;
}

@media screen and (max-width: 479px) {
    .newsletter-box .logo {
        width: 175px;
    }
}

.newsletter-box .title {
    margin-top: 35px;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.3;
}

.newsletter-box .txt {
    margin-top: 10px;
}

.newsletter-box .address-bar {
    margin-top: 25px;
}

.newsletter-box .address-bar input {
    display: block;
    width: 100%;
    height: 50px;
    padding: 0 15px;
    border: 1px solid #D2D2D2;
    border-radius: 5px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    letter-spacing: 0.05em;
    -moz-transition: border-color 0.3s ease;
    -o-transition: border-color 0.3s ease;
    -webkit-transition: border-color 0.3s ease;
    transition: border-color 0.3s ease;
}

.newsletter-box .address-bar input:focus {
    border-color: #01ABDF;
}

.newsletter-box .address-bar input::-webkit-input-placeholder {
    font-weight: 700;
    color: #000000;
}

.newsletter-box .address-bar input:-moz-placeholder {
    font-weight: 700;
    color: #000000;
}

.newsletter-box .address-bar input::-moz-placeholder {
    font-weight: 700;
    color: #000000;
}

.newsletter-box .address-bar input:-ms-input-placeholder {
    font-weight: 700;
    color: #000000;
}

.newsletter-box .button {
    margin-top: 30px;
}

.newsletter-box .button .btn {
    width: 220px;
    height: 50px;
}

@media screen and (max-width: 479px) {
    .newsletter-box .button .btn {
        width: 180px;
        height: 40px;
    }
}

@media screen and (max-width: 767px) {
    .newsletter-box {
        padding: 25px 25px 35px;
    }
    .newsletter-box .title {
        margin-top: 30px;
        font-size: 25px;
    }
}


/* -------------------------------------------
 *  resume
 * ------------------------------------------ */

[data-page="resume"] .article .article-body .article-body-inner {
    max-width: 1000px;
    margin: 0 auto;
    line-height: 1.75;
    letter-spacing: 0.05em;
    color: #000;
    line-height: 28px;
}

[data-page="resume"] .article .article-body .article-body-inner h3 {
    font-size: 24px;
    font-weight: bold;
}

[data-page="resume"] .article .article-body .article-body-inner ol {
    list-style-type: cjk-ideographic;
}

[data-page="resume"] .article .article-body .article-body-inner ol li {
    margin-bottom: 12px;
}

[data-page="resume"] .article>div+div {
    border-top: none;
}

[data-page="resume"] .article .article-body+.article-foot {
    margin-top: 0;
    padding-top: 50px;
}

[data-page="resume"] .article .article-foot .btn {
    width: 308px;
    height: 52px;
}

[data-page="resume-form"] .container.c-sm {
    max-width: 1128px;
}

.form-team {
    border: 1px solid #ccc;
    padding: 55px 70px 50px;
    border-radius: 13.5px;
    margin: 0 auto 60px auto;
    background-color: #F7F7F7;
    position: relative;
}

.form-team.last {
    margin-bottom: 34px;
}

.form-team h3 {
    font-size: 22px;
    font-weight: bold;
    position: absolute;
    top: -15px;
    left: 58px;
    background-color: #F7F7F7;
    padding: 0 12px;
}

.form-team2 {
    margin-bottom: 27px;
}

.form-team2-body {
    background-color: #ECECEC;
    border-radius: 0 0 13.5px 13.5px;
    padding: 24px 40px 43px 40px;
}

.form-team .form-team2-body:not(:last-child) {
    margin-bottom: 27px;
}

.form-team h4 {
    font-size: 18px;
    font-weight: bold;
    border-bottom: 1px solid #F7F7F7;
    border-radius: 13.5px 13.5px 0 0;
    background-color: #ECECEC;
    padding: 20px 40px;
    position: relative;
}

.delete {
    width: 18px;
    position: absolute;
    right: 40px;
    top: 34%;
}

.form-team .add img {
    width: 25px;
    vertical-align: -6px;
    margin-right: 8px;
}

.form-team .add:hover {
    color: #01abdf;
}


/**/

[data-page="resume-form"] .form-control {
    background-color: #F7F7F7 !important;
}

[data-page="resume-form"] .custom-control-inline {
    display: inline-block !important;
}

[data-page="resume-form"] .custom-select {
    display: inline-block;
    width: 100%;
    height: 50px;
    padding: .375rem 1.75rem .375rem 15px;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: url(../styles/images/static/careers/resume/down.svg) no-repeat right .75rem center/8px 10px;
    background-color: #F7F7F7;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

[data-page="resume-form"] .custom-file-input {
    position: relative;
    z-index: 0;
    width: 100%;
    height: 50px;
    margin: 0;
    opacity: 0;
}

[data-page="resume-form"] .custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: 50px;
    padding: 12px 6em 12px 15px;
    font-weight: 400;
    line-height: 1.5;
    color: #676767;
    background-color: #F7F7F7;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

[data-page="resume-form"] .custom-file-label::after {
    content: "選擇";
    position: absolute;
    top: 4px;
    right: 5px;
    bottom: 0;
    z-index: 3;
    display: block;
    height: 40px;
    width: 95px;
    padding: 12px .75rem;
    line-height: 1;
    border-left: inherit;
    border-radius: 4px;
    text-align: center;
    font-size: 16px;
    background-color: #01ABDF;
    color: #ffffff;
}

[data-page="resume-form"] .custom-file-label:hover::after {
    background-color: #00539B;
}

[data-page="resume-form"] label.custom-control-label {
    min-width: 138px;
    display: inline-block;
    padding: 0 0 3px 0;
    line-height: 2;
}

a.link {
    text-decoration: underline;
}

a.link:hover {
    color: #01ABDF;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.w-245 {
    width: 245px !important;
}

.w-398 {
    width: 398px !important;
    margin: 1px 0;
}

.w-80 {
    min-width: 71px !important;
}

.w-100 {
    min-width: 100% !important;
}

.hide {
    visibility: hidden;
}

[data-page="resume-form"] .custom-radio {
    margin-bottom: 8px !important;
}


/**/


/*[type="radio"]*/

input[type="radio"] {
    display: none;
}

input[type="radio"]+label span {
    display: inline-block;
    width: 18px;
    height: 18px;
    margin: -5px 10px 0 0;
    vertical-align: middle;
    background: url(images/static/careers/resume/radio.svg) left top no-repeat;
    cursor: pointer;
}

input[type="radio"]:checked+label span {
    background: url(images/static/careers/resume/radio_on.svg);
}


/**/


/*[type="checkbox"]*/

input[type="checkbox"] {
    display: none;
}

input[type="checkbox"]+label span {
    display: inline-block;
    width: 18px;
    height: 18px;
    margin: -5px 10px 0 0;
    vertical-align: middle;
    background: url(images/static/careers/resume/checkbox.svg);
    cursor: pointer;
}

input[type="checkbox"]:checked+label span {
    background: url(images/static/careers/resume/checkbox_on.svg)
}


/**/

@media screen and (max-width: 885px) {
    [data-page="resume-form"] .form-control.custom-control-inline {
        width: 100% !important;
    }
    [data-page="resume-form"] .custom-control-inline {
        width: 100% !important;
    }
    [data-page="resume-form"] .custom-radio.mb-0 {
        margin-bottom: 0 !important;
    }
}

@media screen and (max-width: 767px) {
    .form-team,
    .form-team2-body {
        padding: 1.5em 1em;
    }
    .form-team h3 {
        left: 5px;
    }
    .form-team h4 {
        padding: 1em;
    }
    [data-page="resume-form"] label.custom-control-label {
        min-width: auto !important;
        margin-right: 0.5em;
    }
    .hide {
        display: none;
        margin-top: 7px;
    }
    .mt-7 {
        margin-top: 7px !important;
    }
    .delete {
        right: 1em;
    }
}

@media screen and (max-width: 479px) {
    [data-page="resume-form"] .custom-file-label,
    [data-page="resume-form"] .custom-select {
        height: 40px !important;
        padding: 7px .75rem;
    }
    [data-page="resume-form"] .custom-file-label::after {
        height: 30px;
        line-height: 0.5;
    }
}


/*# sourceMappingURL=style.css.map */