@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,400i,500,700&subset=vietnamese");

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, main, menu, nav, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

body {
    -webkit-text-size-adjust: 100%;
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section {
    display: block;
}

img {
    vertical-align: top;
    font-size: 0;
    -ms-interpolation-mode: bicubic;
    background: transparent;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)";
    /* IE8 */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF, endColorstr=#00FFFFFF);
    zoom: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: "";
    content: none;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

a:focus {
    outline: none;
}

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

input, select {
    vertical-align: middle;
    font-size: 100%;
}

textarea {
    font-size: 100%;
}

input:focus {
    outline: 0;
}

span {
    line-height: 1;
}

a {
    text-decoration: none;
}

pre, code, kbd, samp, tt {
    font-family: monospace;
}

sub, sup {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
}

input, button, a {
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}

.clearfix:before, .clearfix:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    zoom: 1;
}

.visible {
    visibility: visible;
}

.visible-hidden {
    visibility: hidden;
}

.dispc, .breakpc {
    display: block;
}

@media all and (max-width: 767px) {
    .dispc, .breakpc {
        display: none;
    }
}

.dissp, .breaksp {
    display: block;
}

@media all and (min-width: 768px) {
    .dissp, .breaksp {
        display: none;
    }
}

.flexFont {
    font-size: 100%;
}

.obj__fit, .imgfit {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: 'object-fit: cover;';
}

.overflow {
    overflow: hidden;
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-moz-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-ms-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-o-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        -moz-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        -o-transform: translateY(-20px);
        transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}

@-moz-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        -moz-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        -o-transform: translateY(-20px);
        transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}

@-ms-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        -moz-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        -o-transform: translateY(-20px);
        transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}

@-o-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        -moz-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        -o-transform: translateY(-20px);
        transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        -moz-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        -o-transform: translateY(-20px);
        transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}

@-webkit-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -moz-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        -o-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}

@-moz-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -moz-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        -o-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}

@-ms-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -moz-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        -o-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}

@-o-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -moz-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        -o-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -moz-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        -o-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        -moz-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        -o-transform: translateX(-20px);
        transform: translateX(-20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
}

@-moz-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        -moz-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        -o-transform: translateX(-20px);
        transform: translateX(-20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
}

@-ms-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        -moz-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        -o-transform: translateX(-20px);
        transform: translateX(-20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
}

@-o-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        -moz-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        -o-transform: translateX(-20px);
        transform: translateX(-20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        -moz-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        -o-transform: translateX(-20px);
        transform: translateX(-20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
}

@-webkit-keyframes fadeUpLeftRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-50px, 50px, 0);
        -moz-transform: translate3d(-50px, 50px, 0);
        -ms-transform: translate3d(-50px, 50px, 0);
        -o-transform: translate3d(-50px, 50px, 0);
        transform: translate3d(-50px, 50px, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0, 0px, 0);
        -moz-transform: translateX(0, 0px, 0);
        -ms-transform: translateX(0, 0px, 0);
        -o-transform: translateX(0, 0px, 0);
        transform: translateX(0, 0px, 0);
    }
}

@-moz-keyframes fadeUpLeftRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-50px, 50px, 0);
        -moz-transform: translate3d(-50px, 50px, 0);
        -ms-transform: translate3d(-50px, 50px, 0);
        -o-transform: translate3d(-50px, 50px, 0);
        transform: translate3d(-50px, 50px, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0, 0px, 0);
        -moz-transform: translateX(0, 0px, 0);
        -ms-transform: translateX(0, 0px, 0);
        -o-transform: translateX(0, 0px, 0);
        transform: translateX(0, 0px, 0);
    }
}

@-ms-keyframes fadeUpLeftRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-50px, 50px, 0);
        -moz-transform: translate3d(-50px, 50px, 0);
        -ms-transform: translate3d(-50px, 50px, 0);
        -o-transform: translate3d(-50px, 50px, 0);
        transform: translate3d(-50px, 50px, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0, 0px, 0);
        -moz-transform: translateX(0, 0px, 0);
        -ms-transform: translateX(0, 0px, 0);
        -o-transform: translateX(0, 0px, 0);
        transform: translateX(0, 0px, 0);
    }
}

@-o-keyframes fadeUpLeftRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-50px, 50px, 0);
        -moz-transform: translate3d(-50px, 50px, 0);
        -ms-transform: translate3d(-50px, 50px, 0);
        -o-transform: translate3d(-50px, 50px, 0);
        transform: translate3d(-50px, 50px, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0, 0px, 0);
        -moz-transform: translateX(0, 0px, 0);
        -ms-transform: translateX(0, 0px, 0);
        -o-transform: translateX(0, 0px, 0);
        transform: translateX(0, 0px, 0);
    }
}

@keyframes fadeUpLeftRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-50px, 50px, 0);
        -moz-transform: translate3d(-50px, 50px, 0);
        -ms-transform: translate3d(-50px, 50px, 0);
        -o-transform: translate3d(-50px, 50px, 0);
        transform: translate3d(-50px, 50px, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0, 0px, 0);
        -moz-transform: translateX(0, 0px, 0);
        -ms-transform: translateX(0, 0px, 0);
        -o-transform: translateX(0, 0px, 0);
        transform: translateX(0, 0px, 0);
    }
}

@-webkit-keyframes fadeUpRightLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(50px, 50px, 0);
        -moz-transform: translate3d(50px, 50px, 0);
        -ms-transform: translate3d(50px, 50px, 0);
        -o-transform: translate3d(50px, 50px, 0);
        transform: translate3d(50px, 50px, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0, 0px, 0);
        -moz-transform: translateX(0, 0px, 0);
        -ms-transform: translateX(0, 0px, 0);
        -o-transform: translateX(0, 0px, 0);
        transform: translateX(0, 0px, 0);
    }
}

@-moz-keyframes fadeUpRightLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(50px, 50px, 0);
        -moz-transform: translate3d(50px, 50px, 0);
        -ms-transform: translate3d(50px, 50px, 0);
        -o-transform: translate3d(50px, 50px, 0);
        transform: translate3d(50px, 50px, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0, 0px, 0);
        -moz-transform: translateX(0, 0px, 0);
        -ms-transform: translateX(0, 0px, 0);
        -o-transform: translateX(0, 0px, 0);
        transform: translateX(0, 0px, 0);
    }
}

@-ms-keyframes fadeUpRightLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(50px, 50px, 0);
        -moz-transform: translate3d(50px, 50px, 0);
        -ms-transform: translate3d(50px, 50px, 0);
        -o-transform: translate3d(50px, 50px, 0);
        transform: translate3d(50px, 50px, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0, 0px, 0);
        -moz-transform: translateX(0, 0px, 0);
        -ms-transform: translateX(0, 0px, 0);
        -o-transform: translateX(0, 0px, 0);
        transform: translateX(0, 0px, 0);
    }
}

@-o-keyframes fadeUpRightLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(50px, 50px, 0);
        -moz-transform: translate3d(50px, 50px, 0);
        -ms-transform: translate3d(50px, 50px, 0);
        -o-transform: translate3d(50px, 50px, 0);
        transform: translate3d(50px, 50px, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0, 0px, 0);
        -moz-transform: translateX(0, 0px, 0);
        -ms-transform: translateX(0, 0px, 0);
        -o-transform: translateX(0, 0px, 0);
        transform: translateX(0, 0px, 0);
    }
}

@keyframes fadeUpRightLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(50px, 50px, 0);
        -moz-transform: translate3d(50px, 50px, 0);
        -ms-transform: translate3d(50px, 50px, 0);
        -o-transform: translate3d(50px, 50px, 0);
        transform: translate3d(50px, 50px, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0, 0px, 0);
        -moz-transform: translateX(0, 0px, 0);
        -ms-transform: translateX(0, 0px, 0);
        -o-transform: translateX(0, 0px, 0);
        transform: translateX(0, 0px, 0);
    }
}

@-webkit-keyframes fadeDownRightLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(50px, -50px, 0);
        -moz-transform: translate3d(50px, -50px, 0);
        -ms-transform: translate3d(50px, -50px, 0);
        -o-transform: translate3d(50px, -50px, 0);
        transform: translate3d(50px, -50px, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0, 0px, 0);
        -moz-transform: translateX(0, 0px, 0);
        -ms-transform: translateX(0, 0px, 0);
        -o-transform: translateX(0, 0px, 0);
        transform: translateX(0, 0px, 0);
    }
}

@-moz-keyframes fadeDownRightLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(50px, -50px, 0);
        -moz-transform: translate3d(50px, -50px, 0);
        -ms-transform: translate3d(50px, -50px, 0);
        -o-transform: translate3d(50px, -50px, 0);
        transform: translate3d(50px, -50px, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0, 0px, 0);
        -moz-transform: translateX(0, 0px, 0);
        -ms-transform: translateX(0, 0px, 0);
        -o-transform: translateX(0, 0px, 0);
        transform: translateX(0, 0px, 0);
    }
}

@-ms-keyframes fadeDownRightLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(50px, -50px, 0);
        -moz-transform: translate3d(50px, -50px, 0);
        -ms-transform: translate3d(50px, -50px, 0);
        -o-transform: translate3d(50px, -50px, 0);
        transform: translate3d(50px, -50px, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0, 0px, 0);
        -moz-transform: translateX(0, 0px, 0);
        -ms-transform: translateX(0, 0px, 0);
        -o-transform: translateX(0, 0px, 0);
        transform: translateX(0, 0px, 0);
    }
}

@-o-keyframes fadeDownRightLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(50px, -50px, 0);
        -moz-transform: translate3d(50px, -50px, 0);
        -ms-transform: translate3d(50px, -50px, 0);
        -o-transform: translate3d(50px, -50px, 0);
        transform: translate3d(50px, -50px, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0, 0px, 0);
        -moz-transform: translateX(0, 0px, 0);
        -ms-transform: translateX(0, 0px, 0);
        -o-transform: translateX(0, 0px, 0);
        transform: translateX(0, 0px, 0);
    }
}

@keyframes fadeDownRightLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(50px, -50px, 0);
        -moz-transform: translate3d(50px, -50px, 0);
        -ms-transform: translate3d(50px, -50px, 0);
        -o-transform: translate3d(50px, -50px, 0);
        transform: translate3d(50px, -50px, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0, 0px, 0);
        -moz-transform: translateX(0, 0px, 0);
        -ms-transform: translateX(0, 0px, 0);
        -o-transform: translateX(0, 0px, 0);
        transform: translateX(0, 0px, 0);
    }
}

@media (max-width: 767px) {
    @-webkit-keyframes fadeDownRightLeft {
        0% {
            -webkit-transform: translate3d(-50px, 50px, 0);
            -moz-transform: translate3d(-50px, 50px, 0);
            -ms-transform: translate3d(-50px, 50px, 0);
            -o-transform: translate3d(-50px, 50px, 0);
            transform: translate3d(-50px, 50px, 0);
        }
        100% {
            -webkit-transform: translateX(0, 0px, 0);
            -moz-transform: translateX(0, 0px, 0);
            -ms-transform: translateX(0, 0px, 0);
            -o-transform: translateX(0, 0px, 0);
            transform: translateX(0, 0px, 0);
        }
    }
    @-moz-keyframes fadeDownRightLeft {
        0% {
            -webkit-transform: translate3d(-50px, 50px, 0);
            -moz-transform: translate3d(-50px, 50px, 0);
            -ms-transform: translate3d(-50px, 50px, 0);
            -o-transform: translate3d(-50px, 50px, 0);
            transform: translate3d(-50px, 50px, 0);
        }
        100% {
            -webkit-transform: translateX(0, 0px, 0);
            -moz-transform: translateX(0, 0px, 0);
            -ms-transform: translateX(0, 0px, 0);
            -o-transform: translateX(0, 0px, 0);
            transform: translateX(0, 0px, 0);
        }
    }
    @-ms-keyframes fadeDownRightLeft {
        0% {
            -webkit-transform: translate3d(-50px, 50px, 0);
            -moz-transform: translate3d(-50px, 50px, 0);
            -ms-transform: translate3d(-50px, 50px, 0);
            -o-transform: translate3d(-50px, 50px, 0);
            transform: translate3d(-50px, 50px, 0);
        }
        100% {
            -webkit-transform: translateX(0, 0px, 0);
            -moz-transform: translateX(0, 0px, 0);
            -ms-transform: translateX(0, 0px, 0);
            -o-transform: translateX(0, 0px, 0);
            transform: translateX(0, 0px, 0);
        }
    }
    @-o-keyframes fadeDownRightLeft {
        0% {
            -webkit-transform: translate3d(-50px, 50px, 0);
            -moz-transform: translate3d(-50px, 50px, 0);
            -ms-transform: translate3d(-50px, 50px, 0);
            -o-transform: translate3d(-50px, 50px, 0);
            transform: translate3d(-50px, 50px, 0);
        }
        100% {
            -webkit-transform: translateX(0, 0px, 0);
            -moz-transform: translateX(0, 0px, 0);
            -ms-transform: translateX(0, 0px, 0);
            -o-transform: translateX(0, 0px, 0);
            transform: translateX(0, 0px, 0);
        }
    }
    @keyframes fadeDownRightLeft {
        0% {
            -webkit-transform: translate3d(-50px, 50px, 0);
            -moz-transform: translate3d(-50px, 50px, 0);
            -ms-transform: translate3d(-50px, 50px, 0);
            -o-transform: translate3d(-50px, 50px, 0);
            transform: translate3d(-50px, 50px, 0);
        }
        100% {
            -webkit-transform: translateX(0, 0px, 0);
            -moz-transform: translateX(0, 0px, 0);
            -ms-transform: translateX(0, 0px, 0);
            -o-transform: translateX(0, 0px, 0);
            transform: translateX(0, 0px, 0);
        }
    }
}

@-webkit-keyframes fadeDownLeftRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-50px, -50px, 0);
        -moz-transform: translate3d(-50px, -50px, 0);
        -ms-transform: translate3d(-50px, -50px, 0);
        -o-transform: translate3d(-50px, -50px, 0);
        transform: translate3d(-50px, -50px, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0, 0px, 0);
        -moz-transform: translateX(0, 0px, 0);
        -ms-transform: translateX(0, 0px, 0);
        -o-transform: translateX(0, 0px, 0);
        transform: translateX(0, 0px, 0);
    }
}

@-moz-keyframes fadeDownLeftRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-50px, -50px, 0);
        -moz-transform: translate3d(-50px, -50px, 0);
        -ms-transform: translate3d(-50px, -50px, 0);
        -o-transform: translate3d(-50px, -50px, 0);
        transform: translate3d(-50px, -50px, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0, 0px, 0);
        -moz-transform: translateX(0, 0px, 0);
        -ms-transform: translateX(0, 0px, 0);
        -o-transform: translateX(0, 0px, 0);
        transform: translateX(0, 0px, 0);
    }
}

@-ms-keyframes fadeDownLeftRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-50px, -50px, 0);
        -moz-transform: translate3d(-50px, -50px, 0);
        -ms-transform: translate3d(-50px, -50px, 0);
        -o-transform: translate3d(-50px, -50px, 0);
        transform: translate3d(-50px, -50px, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0, 0px, 0);
        -moz-transform: translateX(0, 0px, 0);
        -ms-transform: translateX(0, 0px, 0);
        -o-transform: translateX(0, 0px, 0);
        transform: translateX(0, 0px, 0);
    }
}

@-o-keyframes fadeDownLeftRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-50px, -50px, 0);
        -moz-transform: translate3d(-50px, -50px, 0);
        -ms-transform: translate3d(-50px, -50px, 0);
        -o-transform: translate3d(-50px, -50px, 0);
        transform: translate3d(-50px, -50px, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0, 0px, 0);
        -moz-transform: translateX(0, 0px, 0);
        -ms-transform: translateX(0, 0px, 0);
        -o-transform: translateX(0, 0px, 0);
        transform: translateX(0, 0px, 0);
    }
}

@keyframes fadeDownLeftRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-50px, -50px, 0);
        -moz-transform: translate3d(-50px, -50px, 0);
        -ms-transform: translate3d(-50px, -50px, 0);
        -o-transform: translate3d(-50px, -50px, 0);
        transform: translate3d(-50px, -50px, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0, 0px, 0);
        -moz-transform: translateX(0, 0px, 0);
        -ms-transform: translateX(0, 0px, 0);
        -o-transform: translateX(0, 0px, 0);
        transform: translateX(0, 0px, 0);
    }
}

@-webkit-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -moz-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        -o-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
}

@-moz-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -moz-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        -o-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
}

@-ms-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -moz-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        -o-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
}

@-o-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -moz-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        -o-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -moz-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        -o-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        -moz-transform: translateX(20px);
        -ms-transform: translateX(20px);
        -o-transform: translateX(20px);
        transform: translateX(20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
}

@-moz-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        -moz-transform: translateX(20px);
        -ms-transform: translateX(20px);
        -o-transform: translateX(20px);
        transform: translateX(20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
}

@-ms-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        -moz-transform: translateX(20px);
        -ms-transform: translateX(20px);
        -o-transform: translateX(20px);
        transform: translateX(20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
}

@-o-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        -moz-transform: translateX(20px);
        -ms-transform: translateX(20px);
        -o-transform: translateX(20px);
        transform: translateX(20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        -moz-transform: translateX(20px);
        -ms-transform: translateX(20px);
        -o-transform: translateX(20px);
        transform: translateX(20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
}

@-webkit-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -moz-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        -o-transform: translateX(2000px);
        transform: translateX(2000px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
}

@-moz-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -moz-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        -o-transform: translateX(2000px);
        transform: translateX(2000px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
}

@-ms-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -moz-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        -o-transform: translateX(2000px);
        transform: translateX(2000px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
}

@-o-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -moz-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        -o-transform: translateX(2000px);
        transform: translateX(2000px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -moz-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        -o-transform: translateX(2000px);
        transform: translateX(2000px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -moz-transform: translateY(20px);
        -ms-transform: translateY(20px);
        -o-transform: translateY(20px);
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}

@-moz-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -moz-transform: translateY(20px);
        -ms-transform: translateY(20px);
        -o-transform: translateY(20px);
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}

@-ms-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -moz-transform: translateY(20px);
        -ms-transform: translateY(20px);
        -o-transform: translateY(20px);
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}

@-o-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -moz-transform: translateY(20px);
        -ms-transform: translateY(20px);
        -o-transform: translateY(20px);
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -moz-transform: translateY(20px);
        -ms-transform: translateY(20px);
        -o-transform: translateY(20px);
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}

@-webkit-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -moz-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        -o-transform: translateY(2000px);
        transform: translateY(2000px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}

@-moz-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -moz-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        -o-transform: translateY(2000px);
        transform: translateY(2000px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}

@-ms-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -moz-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        -o-transform: translateY(2000px);
        transform: translateY(2000px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}

@-o-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -moz-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        -o-transform: translateY(2000px);
        transform: translateY(2000px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -moz-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        -o-transform: translateY(2000px);
        transform: translateY(2000px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@-moz-keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@-ms-keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@-o-keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@-webkit-keyframes fadeOutDown {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -moz-transform: translateY(20px);
        -ms-transform: translateY(20px);
        -o-transform: translateY(20px);
        transform: translateY(20px);
    }
}

@-moz-keyframes fadeOutDown {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -moz-transform: translateY(20px);
        -ms-transform: translateY(20px);
        -o-transform: translateY(20px);
        transform: translateY(20px);
    }
}

@-ms-keyframes fadeOutDown {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -moz-transform: translateY(20px);
        -ms-transform: translateY(20px);
        -o-transform: translateY(20px);
        transform: translateY(20px);
    }
}

@-o-keyframes fadeOutDown {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -moz-transform: translateY(20px);
        -ms-transform: translateY(20px);
        -o-transform: translateY(20px);
        transform: translateY(20px);
    }
}

@keyframes fadeOutDown {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -moz-transform: translateY(20px);
        -ms-transform: translateY(20px);
        -o-transform: translateY(20px);
        transform: translateY(20px);
    }
}

@-webkit-keyframes fadeOutDownBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -moz-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        -o-transform: translateY(2000px);
        transform: translateY(2000px);
    }
}

@-moz-keyframes fadeOutDownBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -moz-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        -o-transform: translateY(2000px);
        transform: translateY(2000px);
    }
}

@-ms-keyframes fadeOutDownBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -moz-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        -o-transform: translateY(2000px);
        transform: translateY(2000px);
    }
}

@-o-keyframes fadeOutDownBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -moz-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        -o-transform: translateY(2000px);
        transform: translateY(2000px);
    }
}

@keyframes fadeOutDownBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -moz-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        -o-transform: translateY(2000px);
        transform: translateY(2000px);
    }
}

@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        -moz-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        -o-transform: translateX(-20px);
        transform: translateX(-20px);
    }
}

@-moz-keyframes fadeOutLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        -moz-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        -o-transform: translateX(-20px);
        transform: translateX(-20px);
    }
}

@-ms-keyframes fadeOutLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        -moz-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        -o-transform: translateX(-20px);
        transform: translateX(-20px);
    }
}

@-o-keyframes fadeOutLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        -moz-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        -o-transform: translateX(-20px);
        transform: translateX(-20px);
    }
}

@keyframes fadeOutLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        -moz-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        -o-transform: translateX(-20px);
        transform: translateX(-20px);
    }
}

@-webkit-keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -moz-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        -o-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }
}

@-moz-keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -moz-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        -o-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }
}

@-ms-keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -moz-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        -o-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }
}

@-o-keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -moz-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        -o-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }
}

@keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -moz-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        -o-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }
}

@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        -moz-transform: translateX(20px);
        -ms-transform: translateX(20px);
        -o-transform: translateX(20px);
        transform: translateX(20px);
    }
}

@-moz-keyframes fadeOutRight {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        -moz-transform: translateX(20px);
        -ms-transform: translateX(20px);
        -o-transform: translateX(20px);
        transform: translateX(20px);
    }
}

@-ms-keyframes fadeOutRight {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        -moz-transform: translateX(20px);
        -ms-transform: translateX(20px);
        -o-transform: translateX(20px);
        transform: translateX(20px);
    }
}

@-o-keyframes fadeOutRight {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        -moz-transform: translateX(20px);
        -ms-transform: translateX(20px);
        -o-transform: translateX(20px);
        transform: translateX(20px);
    }
}

@keyframes fadeOutRight {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        -moz-transform: translateX(20px);
        -ms-transform: translateX(20px);
        -o-transform: translateX(20px);
        transform: translateX(20px);
    }
}

@-webkit-keyframes fadeOutRightBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -moz-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        -o-transform: translateX(2000px);
        transform: translateX(2000px);
    }
}

@-moz-keyframes fadeOutRightBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -moz-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        -o-transform: translateX(2000px);
        transform: translateX(2000px);
    }
}

@-ms-keyframes fadeOutRightBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -moz-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        -o-transform: translateX(2000px);
        transform: translateX(2000px);
    }
}

@-o-keyframes fadeOutRightBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -moz-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        -o-transform: translateX(2000px);
        transform: translateX(2000px);
    }
}

@keyframes fadeOutRightBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -moz-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        -o-transform: translateX(2000px);
        transform: translateX(2000px);
    }
}

@-webkit-keyframes fadeOutUp {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        -moz-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        -o-transform: translateY(-20px);
        transform: translateY(-20px);
    }
}

@-moz-keyframes fadeOutUp {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        -moz-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        -o-transform: translateY(-20px);
        transform: translateY(-20px);
    }
}

@-ms-keyframes fadeOutUp {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        -moz-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        -o-transform: translateY(-20px);
        transform: translateY(-20px);
    }
}

@-o-keyframes fadeOutUp {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        -moz-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        -o-transform: translateY(-20px);
        transform: translateY(-20px);
    }
}

@keyframes fadeOutUp {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        -moz-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        -o-transform: translateY(-20px);
        transform: translateY(-20px);
    }
}

@-webkit-keyframes fadeOutUpBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -moz-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        -o-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }
}

@-moz-keyframes fadeOutUpBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -moz-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        -o-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }
}

@-ms-keyframes fadeOutUpBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -moz-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        -o-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }
}

@-o-keyframes fadeOutUpBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -moz-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        -o-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }
}

@keyframes fadeOutUpBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -moz-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        -o-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }
}

@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        -moz-transform: scale3d(0.3, 0.3, 0.3);
        -ms-transform: scale3d(0.3, 0.3, 0.3);
        -o-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    50% {
        opacity: 1;
    }
}

@-moz-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        -moz-transform: scale3d(0.3, 0.3, 0.3);
        -ms-transform: scale3d(0.3, 0.3, 0.3);
        -o-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    50% {
        opacity: 1;
    }
}

@-ms-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        -moz-transform: scale3d(0.3, 0.3, 0.3);
        -ms-transform: scale3d(0.3, 0.3, 0.3);
        -o-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    50% {
        opacity: 1;
    }
}

@-o-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        -moz-transform: scale3d(0.3, 0.3, 0.3);
        -ms-transform: scale3d(0.3, 0.3, 0.3);
        -o-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    50% {
        opacity: 1;
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        -moz-transform: scale3d(0.3, 0.3, 0.3);
        -ms-transform: scale3d(0.3, 0.3, 0.3);
        -o-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    50% {
        opacity: 1;
    }
}

@-webkit-keyframes zoomInDown {
    0% {
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        -moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        -o-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    }
    60% {
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    }
}

@-moz-keyframes zoomInDown {
    0% {
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        -moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        -o-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    }
    60% {
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    }
}

@-ms-keyframes zoomInDown {
    0% {
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        -moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        -o-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    }
    60% {
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    }
}

@-o-keyframes zoomInDown {
    0% {
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        -moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        -o-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    }
    60% {
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    }
}

@keyframes zoomInDown {
    0% {
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        -moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        -o-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    }
    60% {
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    }
}

@-webkit-keyframes zoomInLeft {
    0% {
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        -moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        -o-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    }
    60% {
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    }
}

@-moz-keyframes zoomInLeft {
    0% {
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        -moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        -o-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    }
    60% {
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    }
}

@-ms-keyframes zoomInLeft {
    0% {
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        -moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        -o-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    }
    60% {
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    }
}

@-o-keyframes zoomInLeft {
    0% {
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        -moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        -o-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    }
    60% {
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    }
}

@keyframes zoomInLeft {
    0% {
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        -moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        -o-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    }
    60% {
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    }
}

@-webkit-keyframes zoomInRight {
    0% {
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        -moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        -o-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    }
    60% {
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    }
}

@-moz-keyframes zoomInRight {
    0% {
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        -moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        -o-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    }
    60% {
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    }
}

@-ms-keyframes zoomInRight {
    0% {
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        -moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        -o-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    }
    60% {
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    }
}

@-o-keyframes zoomInRight {
    0% {
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        -moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        -o-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    }
    60% {
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    }
}

@keyframes zoomInRight {
    0% {
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        -moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        -o-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    }
    60% {
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    }
}

@-webkit-keyframes zoomInUp {
    0% {
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        -moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        -o-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    }
    60% {
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    }
}

@-moz-keyframes zoomInUp {
    0% {
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        -moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        -o-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    }
    60% {
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    }
}

@-ms-keyframes zoomInUp {
    0% {
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        -moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        -o-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    }
    60% {
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    }
}

@-o-keyframes zoomInUp {
    0% {
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        -moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        -o-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    }
    60% {
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    }
}

@keyframes zoomInUp {
    0% {
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        -moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        -o-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    }
    60% {
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    }
}

.wimg.loadit.animated, .wimgright.loadit.animated {
    position: relative;
}

.wimg:after,
.wimgright:after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #f7f7f8;
    z-index: 3;
    -webkit-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
    -webkit-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
    -moz-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
    -ms-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
    transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}

.wimg:before,
.wimgright:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #0B4EA2;
    z-index: 3;
    -webkit-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
    -webkit-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
    -moz-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
    -ms-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
    transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}

.wimg:after {
    right: 0;
    -webkit-transform-origin: top right;
    -ms-transform-origin: top right;
    transform-origin: top right;
}

.wimgright:after {
    left: 0;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
}

.wimg:before {
    right: 0;
    -webkit-transform-origin: top right;
    -ms-transform-origin: top right;
    transform-origin: top right;
}

.wimgright:before {
    left: 0;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
}

.wimg.loadit.animated.slideright:after,
.wimgright.loadit.animated.slideleft:after {
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
}

.wimg.loadit.animated.slideright:before,
.wimgright.loadit.animated.slideleft:before {
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
    opacity: 0.7;
}

.navstate_show.menu-open .nav__inside__list > li {
    -webkit-animation-name: fadeInUp;
    -moz-animation-name: fadeInUp;
    -ms-animation-name: fadeInUp;
    -o-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -ms-animation-iteration-count: 1;
    -o-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: 0.3s;
    -moz-animation-duration: 0.3s;
    -ms-animation-duration: 0.3s;
    -o-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-delay: 0s;
    -moz-animation-delay: 0s;
    -ms-animation-delay: 0s;
    -o-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-timing-function: cubic-bezier(0, 0.2, 0.8, 1);
    -moz-animation-timing-function: cubic-bezier(0, 0.2, 0.8, 1);
    -ms-animation-timing-function: cubic-bezier(0, 0.2, 0.8, 1);
    -o-animation-timing-function: cubic-bezier(0, 0.2, 0.8, 1);
    animation-timing-function: cubic-bezier(0, 0.2, 0.8, 1);
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
}

@media all and (max-width: 768px) {
    .navstate_show.menu-open .nav__inside__list > li {
        -webkit-animation-name: fadeInLeft;
        -moz-animation-name: fadeInLeft;
        -ms-animation-name: fadeInLeft;
        -o-animation-name: fadeInLeft;
        animation-name: fadeInLeft;
        -webkit-animation-iteration-count: 1;
        -moz-animation-iteration-count: 1;
        -ms-animation-iteration-count: 1;
        -o-animation-iteration-count: 1;
        animation-iteration-count: 1;
        -webkit-animation-duration: 0.6s;
        -moz-animation-duration: 0.6s;
        -ms-animation-duration: 0.6s;
        -o-animation-duration: 0.6s;
        animation-duration: 0.6s;
        -webkit-animation-delay: 0s;
        -moz-animation-delay: 0s;
        -ms-animation-delay: 0s;
        -o-animation-delay: 0s;
        animation-delay: 0s;
        -webkit-animation-timing-function: cubic-bezier(0, 0.2, 0.8, 1);
        -moz-animation-timing-function: cubic-bezier(0, 0.2, 0.8, 1);
        -ms-animation-timing-function: cubic-bezier(0, 0.2, 0.8, 1);
        -o-animation-timing-function: cubic-bezier(0, 0.2, 0.8, 1);
        animation-timing-function: cubic-bezier(0, 0.2, 0.8, 1);
        -webkit-animation-fill-mode: both;
        -moz-animation-fill-mode: both;
        -ms-animation-fill-mode: both;
        -o-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        -o-backface-visibility: hidden;
        backface-visibility: hidden;
    }
}

.navstate_show.menu-open .nav__inside__list > li:nth-child(1) {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

@media all and (max-width: 768px) {
    .navstate_show.menu-open .nav__inside__list > li:nth-child(1) {
        -webkit-animation-delay: 0.1s;
        animation-delay: 0.1s;
    }
}

.navstate_show.menu-open .nav__inside__list > li:nth-child(2) {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

@media all and (max-width: 768px) {
    .navstate_show.menu-open .nav__inside__list > li:nth-child(2) {
        -webkit-animation-delay: 0.2s;
        animation-delay: 0.2s;
    }
}

.navstate_show.menu-open .nav__inside__list > li:nth-child(3) {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

@media all and (max-width: 768px) {
    .navstate_show.menu-open .nav__inside__list > li:nth-child(3) {
        -webkit-animation-delay: 0.3s;
        animation-delay: 0.3s;
    }
}

.navstate_show.menu-open .nav__inside__list > li:nth-child(4) {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

@media all and (max-width: 768px) {
    .navstate_show.menu-open .nav__inside__list > li:nth-child(4) {
        -webkit-animation-delay: 0.4s;
        animation-delay: 0.4s;
    }
}

.navstate_show.menu-open .nav__inside__list > li:nth-child(5) {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

@media all and (max-width: 768px) {
    .navstate_show.menu-open .nav__inside__list > li:nth-child(5) {
        -webkit-animation-delay: 0.5s;
        animation-delay: 0.5s;
    }
}

.navstate_show.menu-open .nav__inside__list > li:nth-child(6) {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

@media all and (max-width: 768px) {
    .navstate_show.menu-open .nav__inside__list > li:nth-child(6) {
        -webkit-animation-delay: 0.6s;
        animation-delay: 0.6s;
    }
}

.navstate_show.menu-open .nav__inside__list > li:nth-child(7) {
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
}

@media all and (max-width: 768px) {
    .navstate_show.menu-open .nav__inside__list > li:nth-child(7) {
        -webkit-animation-delay: 0.7s;
        animation-delay: 0.7s;
    }
}

.navstate_show.menu-open .nav__inside__list > li:nth-child(8) {
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
}

@media all and (max-width: 768px) {
    .navstate_show.menu-open .nav__inside__list > li:nth-child(8) {
        -webkit-animation-delay: 0.8s;
        animation-delay: 0.8s;
    }
}

.navstate_show.menu-open .nav__inside__list > li:nth-child(9) {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
}

@media all and (max-width: 768px) {
    .navstate_show.menu-open .nav__inside__list > li:nth-child(9) {
        -webkit-animation-delay: 0.9s;
        animation-delay: 0.9s;
    }
}

.navstate_show.menu-open .nav__inside__list > li:nth-child(10) {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

@media all and (max-width: 768px) {
    .navstate_show.menu-open .nav__inside__list > li:nth-child(10) {
        -webkit-animation-delay: 1s;
        animation-delay: 1s;
    }
}

.navstate_show.menu-open .nav__inside__list > li:nth-child(11) {
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
}

@media all and (max-width: 768px) {
    .navstate_show.menu-open .nav__inside__list > li:nth-child(11) {
        -webkit-animation-delay: 1.1s;
        animation-delay: 1.1s;
    }
}

.navstate_show.menu-open .nav__inside__list > li:nth-child(12) {
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s;
}

@media all and (max-width: 768px) {
    .navstate_show.menu-open .nav__inside__list > li:nth-child(12) {
        -webkit-animation-delay: 1.2s;
        animation-delay: 1.2s;
    }
}

.navstate_show.menu-open .nav__inside__list > li:nth-child(13) {
    -webkit-animation-delay: 1.3s;
    animation-delay: 1.3s;
}

@media all and (max-width: 768px) {
    .navstate_show.menu-open .nav__inside__list > li:nth-child(13) {
        -webkit-animation-delay: 1.3s;
        animation-delay: 1.3s;
    }
}

.navstate_show.menu-open .nav__inside__list > li:nth-child(14) {
    -webkit-animation-delay: 1.4s;
    animation-delay: 1.4s;
}

@media all and (max-width: 768px) {
    .navstate_show.menu-open .nav__inside__list > li:nth-child(14) {
        -webkit-animation-delay: 1.4s;
        animation-delay: 1.4s;
    }
}

.navstate_show.menu-open .nav__inside__list > li:nth-child(15) {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
}

@media all and (max-width: 768px) {
    .navstate_show.menu-open .nav__inside__list > li:nth-child(15) {
        -webkit-animation-delay: 1.5s;
        animation-delay: 1.5s;
    }
}

.navstate_hide.menu-open .nav__inside__list > li {
    -webkit-animation-name: fadeInUp;
    -moz-animation-name: fadeInUp;
    -ms-animation-name: fadeInUp;
    -o-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -ms-animation-iteration-count: 1;
    -o-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: 0.3s;
    -moz-animation-duration: 0.3s;
    -ms-animation-duration: 0.3s;
    -o-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-delay: 0s;
    -moz-animation-delay: 0s;
    -ms-animation-delay: 0s;
    -o-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-timing-function: cubic-bezier(0, 0.2, 0.8, 1);
    -moz-animation-timing-function: cubic-bezier(0, 0.2, 0.8, 1);
    -ms-animation-timing-function: cubic-bezier(0, 0.2, 0.8, 1);
    -o-animation-timing-function: cubic-bezier(0, 0.2, 0.8, 1);
    animation-timing-function: cubic-bezier(0, 0.2, 0.8, 1);
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
}

@media all and (max-width: 768px) {
    .navstate_hide.menu-open .nav__inside__list > li {
        -webkit-animation-name: fadeInRight;
        -moz-animation-name: fadeInRight;
        -ms-animation-name: fadeInRight;
        -o-animation-name: fadeInRight;
        animation-name: fadeInRight;
        -webkit-animation-iteration-count: 1;
        -moz-animation-iteration-count: 1;
        -ms-animation-iteration-count: 1;
        -o-animation-iteration-count: 1;
        animation-iteration-count: 1;
        -webkit-animation-duration: 0.6s;
        -moz-animation-duration: 0.6s;
        -ms-animation-duration: 0.6s;
        -o-animation-duration: 0.6s;
        animation-duration: 0.6s;
        -webkit-animation-delay: 0s;
        -moz-animation-delay: 0s;
        -ms-animation-delay: 0s;
        -o-animation-delay: 0s;
        animation-delay: 0s;
        -webkit-animation-timing-function: cubic-bezier(0, 0.2, 0.8, 1);
        -moz-animation-timing-function: cubic-bezier(0, 0.2, 0.8, 1);
        -ms-animation-timing-function: cubic-bezier(0, 0.2, 0.8, 1);
        -o-animation-timing-function: cubic-bezier(0, 0.2, 0.8, 1);
        animation-timing-function: cubic-bezier(0, 0.2, 0.8, 1);
        -webkit-animation-fill-mode: both;
        -moz-animation-fill-mode: both;
        -ms-animation-fill-mode: both;
        -o-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        -o-backface-visibility: hidden;
        backface-visibility: hidden;
    }
}

.navstate_hide.menu-open .nav__inside__list > li:nth-child(1) {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

@media all and (max-width: 768px) {
    .navstate_hide.menu-open .nav__inside__list > li:nth-child(1) {
        -webkit-animation-delay: 0.1s;
        animation-delay: 0.1s;
    }
}

.navstate_hide.menu-open .nav__inside__list > li:nth-child(2) {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

@media all and (max-width: 768px) {
    .navstate_hide.menu-open .nav__inside__list > li:nth-child(2) {
        -webkit-animation-delay: 0.2s;
        animation-delay: 0.2s;
    }
}

.navstate_hide.menu-open .nav__inside__list > li:nth-child(3) {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

@media all and (max-width: 768px) {
    .navstate_hide.menu-open .nav__inside__list > li:nth-child(3) {
        -webkit-animation-delay: 0.3s;
        animation-delay: 0.3s;
    }
}

.navstate_hide.menu-open .nav__inside__list > li:nth-child(4) {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

@media all and (max-width: 768px) {
    .navstate_hide.menu-open .nav__inside__list > li:nth-child(4) {
        -webkit-animation-delay: 0.4s;
        animation-delay: 0.4s;
    }
}

.navstate_hide.menu-open .nav__inside__list > li:nth-child(5) {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

@media all and (max-width: 768px) {
    .navstate_hide.menu-open .nav__inside__list > li:nth-child(5) {
        -webkit-animation-delay: 0.5s;
        animation-delay: 0.5s;
    }
}

.navstate_hide.menu-open .nav__inside__list > li:nth-child(6) {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

@media all and (max-width: 768px) {
    .navstate_hide.menu-open .nav__inside__list > li:nth-child(6) {
        -webkit-animation-delay: 0.6s;
        animation-delay: 0.6s;
    }
}

.navstate_hide.menu-open .nav__inside__list > li:nth-child(7) {
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
}

@media all and (max-width: 768px) {
    .navstate_hide.menu-open .nav__inside__list > li:nth-child(7) {
        -webkit-animation-delay: 0.7s;
        animation-delay: 0.7s;
    }
}

.navstate_hide.menu-open .nav__inside__list > li:nth-child(8) {
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
}

@media all and (max-width: 768px) {
    .navstate_hide.menu-open .nav__inside__list > li:nth-child(8) {
        -webkit-animation-delay: 0.8s;
        animation-delay: 0.8s;
    }
}

.navstate_hide.menu-open .nav__inside__list > li:nth-child(9) {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
}

@media all and (max-width: 768px) {
    .navstate_hide.menu-open .nav__inside__list > li:nth-child(9) {
        -webkit-animation-delay: 0.9s;
        animation-delay: 0.9s;
    }
}

.navstate_hide.menu-open .nav__inside__list > li:nth-child(10) {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

@media all and (max-width: 768px) {
    .navstate_hide.menu-open .nav__inside__list > li:nth-child(10) {
        -webkit-animation-delay: 1s;
        animation-delay: 1s;
    }
}

.navstate_hide.menu-open .nav__inside__list > li:nth-child(11) {
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
}

@media all and (max-width: 768px) {
    .navstate_hide.menu-open .nav__inside__list > li:nth-child(11) {
        -webkit-animation-delay: 1.1s;
        animation-delay: 1.1s;
    }
}

.navstate_hide.menu-open .nav__inside__list > li:nth-child(12) {
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s;
}

@media all and (max-width: 768px) {
    .navstate_hide.menu-open .nav__inside__list > li:nth-child(12) {
        -webkit-animation-delay: 1.2s;
        animation-delay: 1.2s;
    }
}

.navstate_hide.menu-open .nav__inside__list > li:nth-child(13) {
    -webkit-animation-delay: 1.3s;
    animation-delay: 1.3s;
}

@media all and (max-width: 768px) {
    .navstate_hide.menu-open .nav__inside__list > li:nth-child(13) {
        -webkit-animation-delay: 1.3s;
        animation-delay: 1.3s;
    }
}

.navstate_hide.menu-open .nav__inside__list > li:nth-child(14) {
    -webkit-animation-delay: 1.4s;
    animation-delay: 1.4s;
}

@media all and (max-width: 768px) {
    .navstate_hide.menu-open .nav__inside__list > li:nth-child(14) {
        -webkit-animation-delay: 1.4s;
        animation-delay: 1.4s;
    }
}

.navstate_hide.menu-open .nav__inside__list > li:nth-child(15) {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
}

@media all and (max-width: 768px) {
    .navstate_hide.menu-open .nav__inside__list > li:nth-child(15) {
        -webkit-animation-delay: 1.5s;
        animation-delay: 1.5s;
    }
}

.header_top_logo {
    position: relative;
    z-index: 1;
}

.headtitle {
    height: 250px;
    text-align: center;
}

.headtitle .container, .headtitle .flexbox {
    height: 100%;
}

.headtitle .flexbox {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.headtitle .flexbox h1 {
    white-space: nowrap;
}

.logotype_text .header_top_logo a {
    font-size: 30px;
    text-decoration: none;
    text-transform: uppercase;
}

.hamburger {
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1000;
    display: none;
}

.hamburger_inside {
    z-index: 99;
    position: relative;
}

.hamburger_inside span {
    height: 2px;
    position: absolute;
    background: #fff;
    display: inline-block;
    width: 100%;
    border-radius: 3px;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

.hamburger_inside span:first-child {
    top: 0;
}

.hamburger_inside span:nth-child(2) {
    top: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
}

.hamburger_inside span:last-child {
    bottom: 0;
}

.menu-open {
    position: relative;
}

.menu-open .nav.show .nav__inside {
    left: 0;
    opacity: 1;
}

.menu-open .nav.type2 {
    left: 0;
    background: #2d81b0;
    width: 100%;
}

.menu-open .hamburger_inside span:nth-child(1) {
    -webkit-transform: translateY(9px) rotate(-225deg);
    -ms-transform: translateY(9px) rotate(-225deg);
    transform: translateY(9px) rotate(-225deg);
}

@media all and (max-width: 520px) {
    .menu-open .hamburger_inside span:nth-child(1) {
        -webkit-transform: translateY(7px) rotate(-225deg);
        -ms-transform: translateY(7px) rotate(-225deg);
        transform: translateY(7px) rotate(-225deg);
    }
}

.menu-open .hamburger_inside span:nth-child(2) {
    -webkit-transform: translateY(0) rotate(225deg);
    -ms-transform: translateY(0) rotate(225deg);
    transform: translateY(0) rotate(225deg);
    width: 100%;
}

.menu-open .hamburger_inside span:nth-child(3) {
    opacity: 0;
}

.top_nav .righticons {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    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;
}

.top_nav .header_top {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    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;
}

.top_nav .container {
    position: relative;
}

.top_nav .hamburger,
.top_nav .righticons--icon {
    width: 57px;
    height: 57px;
    background: #0B4EA2;
    position: relative;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media all and (min-width: 961px) {
    .top_nav .hamburger:hover,
    .top_nav .righticons--icon:hover {
        background: #0e65d2;
        -webkit-transition: -webkit-background 0.3s cubic-bezier(0.26, 0.8, 0.62, 0.9);
        transition: -webkit-background 0.3s cubic-bezier(0.26, 0.8, 0.62, 0.9);
        -webkit-transition: background 0.3s cubic-bezier(0.26, 0.8, 0.62, 0.9);
        -o-transition: background 0.3s cubic-bezier(0.26, 0.8, 0.62, 0.9);
        transition: background 0.3s cubic-bezier(0.26, 0.8, 0.62, 0.9);
        -o-transition-delay: 0;
        transition-delay: 0;
        -webkit-transition-delay: 0;
    }
}

.top_nav .righticons--icon {
    margin-right: 10px;
}

.top_nav .righticons--icon .hamburger_inside img {
    max-width: 30px;
}

@media all and (max-width: 520px) {
    .top_nav .righticons--icon {
        margin-right: 3px;
    }
}

.top_nav .hamburger_inside {
    height: 38%;
    width: 56%;
}

.nav {
    background: rgba(0, 0, 0, 0.15);
    position: relative;
    z-index: 999;
    width: 100%;
}

.nav .container {
    position: unset;
}

.nav__inside {
    width: 100%;
    z-index: 99;
}

.nav__inside__list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.nav__inside__list li {
    position: relative;
}

.nav__inside__list li a {
    font-size: 15px;
    line-height: 1;
    color: #0B4EA2;
    text-decoration: none;
    display: block;
    padding: 15px 0;
    text-align: center;
}

@media all and (min-width: 961px) {
    .nav__inside__list li a:hover {
        opacity: 0.8;
    }
}

.text_true .hastext {
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: normal;
    text-align: center;
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
    bottom: 0;
}

@media all and (max-width: 768px) {
    .text_true .hastext {
        font-size: 11px;
    }
}

.text_true .hamburger_inside, .text_true .righticons--icon_inside {
    top: -6px;
}

.text_true .righticons--icon .hamburger_inside {
    margin: 0 auto;
    text-align: center;
}

@media all and (max-width: 520px) {
    .text_true .righticons--icon .hamburger_inside img {
        max-width: 24px;
    }
}

.text_true .righticons--icon.icontel .hamburger_inside {
    top: -8px;
}

@media all and (min-width: 961px) {
    .text_true .righticons--icon.icontel .hamburger_inside img {
        width: 26px;
    }
}

@media all and (max-width: 520px) {
    .text_true .righticons--icon.icontel .hamburger_inside img {
        width: 22px;
    }
}

.text_false .top_nav .righticons--icon .hamburger_inside {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.navstate_hide .nav {
    opacity: 0;
    height: 100%;
    top: 0;
    position: fixed;
    z-index: -10;
    right: -35%;
    width: 35%;
    background: #0B4EA2;
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition: -webkit-all 1.2s cubic-bezier(0.1, 1, 0.1, 1);
    transition: -webkit-all 1.2s cubic-bezier(0.1, 1, 0.1, 1);
    -webkit-transition: all 1.2s cubic-bezier(0.1, 1, 0.1, 1);
    -o-transition: all 1.2s cubic-bezier(0.1, 1, 0.1, 1);
    transition: all 1.2s cubic-bezier(0.1, 1, 0.1, 1);
    -o-transition-delay: 0;
    transition-delay: 0;
    -webkit-transition-delay: 0;
}

.navstate_hide.menu-open .nav {
    right: 0;
    z-index: 999;
    opacity: 1;
}

.navstate_hide.menu-open .nav__inside__list {
    padding-top: 20%;
    background: none;
    display: block;
}

.navstate_hide.menu-open .nav__inside__list li {
    display: block;
    width: 100%;
    border-bottom: none;
}

.navstate_hide.menu-open .nav__inside__list li a {
    color: #fff;
    font-weight: bold;
    padding: 25px 0;
}

@media all and (min-width: 961px) {
    .navstate_hide.menu-open .nav__inside__list li a {
        border-bottom: 1px solid #eee;
    }

    .navstate_hide.menu-open .nav__inside__list li a:after {
        content: "";
        display: block;
        left: 0;
        bottom: 0;
        width: 0;
        height: 1px;
        position: absolute;
    }

    .navstate_hide.menu-open .nav__inside__list li a:hover {
        -webkit-transition: -webkit-color 0.3s cubic-bezier(0.26, 0.8, 0.62, 0.9);
        transition: -webkit-color 0.3s cubic-bezier(0.26, 0.8, 0.62, 0.9);
        -webkit-transition: color 0.3s cubic-bezier(0.26, 0.8, 0.62, 0.9);
        -o-transition: color 0.3s cubic-bezier(0.26, 0.8, 0.62, 0.9);
        transition: color 0.3s cubic-bezier(0.26, 0.8, 0.62, 0.9);
        -o-transition-delay: 0;
        transition-delay: 0;
        -webkit-transition-delay: 0;
        color: black;
    }

    .navstate_hide.menu-open .nav__inside__list li a:hover:after {
        width: 100%;
        -webkit-transition: -webkit-width 0.3s cubic-bezier(0.26, 0.8, 0.62, 0.9);
        transition: -webkit-width 0.3s cubic-bezier(0.26, 0.8, 0.62, 0.9);
        -webkit-transition: width 0.3s cubic-bezier(0.26, 0.8, 0.62, 0.9);
        -o-transition: width 0.3s cubic-bezier(0.26, 0.8, 0.62, 0.9);
        transition: width 0.3s cubic-bezier(0.26, 0.8, 0.62, 0.9);
        -o-transition-delay: 0;
        transition-delay: 0;
        -webkit-transition-delay: 0;
        background: #060606;
    }
}

.navstate_show .nav__inside__list {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media all and (min-width: 961px) {
    .navstate_show .top_nav .hamburger {
        display: none;
    }
}

.navlevel_2 .childmenu {
    display: none;
}

.navlevel_2 .childmenu li {
    -webkit-animation: none;
    animation: none;
}

.navlevel_2:not(.navstate_hide) .nav__inside__list > li {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    background: #eee;
}

.navlevel_2:not(.navstate_hide) li.hasdrop {
    position: unset;
}

.navlevel_2:not(.navstate_hide) li.hasdrop .childmenu {
    position: absolute;
    background: rgba(255, 255, 255, 0.8);
    z-index: 9999;
    left: 0;
    top: auto;
    width: 100%;
    height: auto;
}

.navlevel_2:not(.navstate_hide) li.hasdrop .childmenu li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.navlevel_2:not(.navstate_hide) li.hasdrop .megamenu_inside {
    width: 100%;
    left: 0;
}

.navlevel_2:not(.navstate_hide) li.hasdrop .megamenu_inside_mother {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.navlevel_2:not(.navstate_hide) li.hasdrop .megamenu_inside_col {
    width: 100%;
}

@media all and (min-width: 961px) {
    .navlevel_2:not(.navstate_hide) li.hasdrop .megamenu_inside_col {
        width: calc(25% - 10px);
        width: -moz-calc(25% - 10px);
        width: -webkit-calc(25% - 10px);
        width: -ms-calc(25% - 10px);
        width: -o-calc(25% - 10px);
    }
}

@media all and (min-width: 961px) {
    .navtype_2 .nav.type2 {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .navtype_2 .nav.type2 .container {
        width: 100%;
    }

    .navtype_2 .nav.type2 .nav__inside__list {
        padding-top: 0;
    }
}

@media all and (min-width: 961px) {
    .navtype_2.menu-open .nav__inside__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    .navtype_2.menu-open .nav__inside__list li {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        width: auto;
    }

    .navtype_2.menu-open .nav__inside__list li a {
        border-bottom: 0;
    }

    .navtype_2.menu-open .nav__inside__list li a::after {
        background: none;
        height: 0;
    }
}

.footer .page_top_cont {
    width: 100%;
    max-width: 100%;
    position: fixed;
    z-index: 990;
    bottom: 22px;
    right: 0;
}

.footer .page_top_cont .page_top .to_top {
    cursor: pointer;
    display: block;
    position: absolute;
    bottom: 0;
    right: 25px;
    zoom: 1;
    text-align: right;
    z-index: 999;
}

.footer .page_top_cont .page_top .to_top img {
    width: 45px;
    height: 45px;
}

.ahover {
    position: relative;
}

.ahover a:after {
    position: absolute;
    -webkit-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

.ahover a:after {
    bottom: -1px;
    display: block;
    height: 1px;
    width: 0%;
    content: "";
    background-color: #0B4EA2;
    left: 50%;
}

@media all and (min-width: 960px) {
    .ahover a:hover {
        opacity: 1;
        color: #0B4EA2;
    }

    .ahover a:hover:after {
        opacity: 1;
        width: 100%;
        left: 0;
    }
}

button {
    border: none;
    outline: none;
    cursor: pointer;
}

.btnpage {
    margin: 0 auto;
    width: 100%;
    max-width: 210px;
    margin-top: 30px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

@media all and (max-width: 768px) {
    .btnpage {
        margin-top: 20px;
        max-width: 180px;
    }
}

.btnpage a, .btnpage button {
    display: block;
    text-align: center;
    padding: 10px 0;
    font-size: 20px;
    color: #fff;
    position: relative;
    font-family: "Yu Mincho", "YuMincho", "YuMin-medium", 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', '游明朝', '游明朝体', 'MS 明朝', 'MS Mincho', HiraMinProN-W3, 'TakaoEx明朝', TakaoExMincho, 'MotoyaLCedar', 'Droid Sans Japanese', serif !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: rotate(0.05deg);
    -ms-transform: rotate(0.05deg);
    transform: rotate(0.05deg);
    position: relative;
    background-image: -webkit-linear-gradient(-3deg, #f89b00 0%, #f8c600 100%);
    background-image: -moz-linear-gradient(-3deg, #f89b00 0%, #f8c600 100%);
    background-image: -ms-linear-gradient(-3deg, #f89b00 0%, #f8c600 100%);
    z-index: 0;
    overflow: hidden;
}

.btnpage a::after, .btnpage button::after {
    position: absolute;
    content: '';
    background-color: #0B4EA2;
    width: 0;
    height: 60px;
    right: 0;
    top: 0;
    -webkit-transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    -moz-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    -ms-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

@media all and (min-width: 960px) {
    .btnpage a:hover::after, .btnpage a:focus::after, .btnpage a:active::after, .btnpage button:hover::after, .btnpage button:focus::after, .btnpage button:active::after {
        right: inherit;
        left: 0;
        width: 100%;
        z-index: 0;
    }
}

@media all and (max-width: 768px) {
    .btnpage a, .btnpage button {
        font-size: 18px;
        padding: 5px 0;
    }
}

.btnpage a span, .btnpage button span {
    position: relative;
    z-index: 2;
    position: relative;
}

.btnpage a span::before, .btnpage button span::before {
    content: '';
    position: absolute;
    position: absolute;
    top: 50%;
    width: 8px;
    height: 8px;
    background: transparent;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    width: 8px;
    height: 8px;
    right: 0;
    top: 50%;
    margin-top: -4px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.btnpage a span::before, .btnpage button span::before {
    position: absolute;
    top: 50%;
    width: 8px;
    height: 8px;
    background: transparent;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    right: 50%;
    margin-right: -50px;
}

.btnpage.btnback {
    margin-top: 0;
    margin-left: 0;
}

.btnpage.btnback a span {
    position: relative;
}

.btnpage.btnback a span::before {
    content: '';
    position: absolute;
    position: absolute;
    top: 50%;
    width: 8px;
    height: 8px;
    background: transparent;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    width: 8px;
    height: 8px;
    left: 0;
    top: 50%;
    margin-top: -4px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.btnpage.btnback a span::before {
    position: absolute;
    top: 50%;
    width: 8px;
    height: 8px;
    background: transparent;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    right: inherit;
    left: 0%;
    margin-left: -50px;
    -webkit-transform: rotate(-135deg) !important;
    -ms-transform: rotate(-135deg) !important;
    transform: rotate(-135deg) !important;
}

.btnpage.btnnext {
    margin-top: 0;
    margin-right: 0;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
}

@media all and (max-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}

@media all and (max-width: 960px) {
    .container {
        max-width: 768px;
    }
}

@media all and (max-width: 769px) {
    .container {
        max-width: 100%;
        padding: 0 20px;
    }
}

@media all and (max-width: 520px) {
    .container {
        max-width: 100%;
    }
}

.container_large {
    max-width: 1240px;
    margin: 0 auto;
}

@media all and (max-width: 1240px) {
    .container_large {
        max-width: 1200px;
    }
}

@media all and (max-width: 1200px) {
    .container_large {
        max-width: 960px;
    }
}

@media all and (max-width: 960px) {
    .container_large {
        max-width: 769px;
    }
}

@media all and (max-width: 769px) {
    .container_large {
        max-width: 520px;
    }
}

@media all and (max-width: 520px) {
    .container_large {
        max-width: 100%;
        padding: 0 3% !important;
    }
}

.container_large .container {
    padding: 0;
}

body {
    font-family: 'Noto Sans JP', "游ゴシック", YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-size: 15px;
    font-weight: normal;
    color: #060606;
}

@media all and (max-width: 768px) {
    body {
        font-size: 14px;
    }
}

body .clpage {
    color: #0B4EA2;
}

body .fontnoto {
    font-family: 'Noto Sans JP', "游ゴシック", YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

body .fontmin {
    font-family: "Yu Mincho", "YuMincho", "YuMin-medium", 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', '游明朝', '游明朝体', 'MS 明朝', 'MS Mincho', HiraMinProN-W3, 'TakaoEx明朝', TakaoExMincho, 'MotoyaLCedar', 'Droid Sans Japanese', serif !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: rotate(0.05deg);
    -ms-transform: rotate(0.05deg);
    transform: rotate(0.05deg);
}

body p {
    font-size: 13px;
    line-height: 1.8;
    color: #060606;
}

@media all and (min-width: 769px) {
    body p {
        font-size: 14px;
    }
}

body a {
    color: #060606;
    line-height: normal;
}

body img,
body iframe {
    max-width: 100%;
    line-height: 0;
}

body .img {
    overflow: hidden;
    line-height: 0;
}

body .img img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition-duration: 4s;
    -o-transition-duration: 4s;
    transition-duration: 4s;
    -webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
    -o-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
    transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
    -webkit-transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform, -webkit-transform;
}

.flexbox {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flexbox_start {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.flexbox_end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.flexbox_center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media all and (min-width: 769px) and (max-width: 1000px) {
    html {
        overflow-x: scroll;
    }
}

@media all and (min-width: 769px) and (max-width: 1000px) {
    body {
        min-width: 1000px;
        width: 1000px;
        width: 100%;
    }
}

.block-col {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.block-col-2 {
    width: calc(50% - 16.66667px);
    width: -moz-calc(50% - 16.66667px);
    width: -webkit-calc(50% - 16.66667px);
    width: -ms-calc(50% - 16.66667px);
    width: -o-calc(50% - 16.66667px);
    margin-right: 20px;
    float: left;
}

.block-col-25 {
    width: calc(50% - 16px);
    width: -moz-calc(50% - 16px);
    width: -webkit-calc(50% - 16px);
    width: -ms-calc(50% - 16px);
    width: -o-calc(50% - 16px);
    margin-right: 20px;
    float: left;
}

.block-col-3 {
    width: calc(50% - 15px);
    width: -moz-calc(50% - 15px);
    width: -webkit-calc(50% - 15px);
    width: -ms-calc(50% - 15px);
    width: -o-calc(50% - 15px);
    margin-right: 20px;
    float: left;
}

.block-col-4 {
    width: calc(50% - 13.33333px);
    width: -moz-calc(50% - 13.33333px);
    width: -webkit-calc(50% - 13.33333px);
    width: -ms-calc(50% - 13.33333px);
    width: -o-calc(50% - 13.33333px);
    margin-right: 20px;
    float: left;
}

.block-col-6 {
    width: calc(50% - 10px);
    width: -moz-calc(50% - 10px);
    width: -webkit-calc(50% - 10px);
    width: -ms-calc(50% - 10px);
    width: -o-calc(50% - 10px);
    margin-right: 20px;
    float: left;
}

.block-col-2 {
    width: calc(50% - 16.66667px);
    width: -moz-calc(50% - 16.66667px);
    width: -webkit-calc(50% - 16.66667px);
    width: -ms-calc(50% - 16.66667px);
    width: -o-calc(50% - 16.66667px);
    margin-right: 20px;
    float: left;
}

.block-col-25 {
    width: calc(50% - 16px);
    width: -moz-calc(50% - 16px);
    width: -webkit-calc(50% - 16px);
    width: -ms-calc(50% - 16px);
    width: -o-calc(50% - 16px);
    margin-right: 20px;
    float: left;
}

.block-col-3 {
    width: calc(50% - 15px);
    width: -moz-calc(50% - 15px);
    width: -webkit-calc(50% - 15px);
    width: -ms-calc(50% - 15px);
    width: -o-calc(50% - 15px);
    margin-right: 20px;
    float: left;
}

.block-col-4 {
    width: calc(50% - 13.33333px);
    width: -moz-calc(50% - 13.33333px);
    width: -webkit-calc(50% - 13.33333px);
    width: -ms-calc(50% - 13.33333px);
    width: -o-calc(50% - 13.33333px);
    margin-right: 20px;
    float: left;
}

.block-col-6 {
    width: calc(50% - 10px);
    width: -moz-calc(50% - 10px);
    width: -webkit-calc(50% - 10px);
    width: -ms-calc(50% - 10px);
    width: -o-calc(50% - 10px);
    margin-right: 20px;
    float: left;
}

.block-col-2 {
    width: calc(50% - 16.66667px);
    width: -moz-calc(50% - 16.66667px);
    width: -webkit-calc(50% - 16.66667px);
    width: -ms-calc(50% - 16.66667px);
    width: -o-calc(50% - 16.66667px);
    margin-right: 20px;
    float: left;
}

.block-col-25 {
    width: calc(50% - 16px);
    width: -moz-calc(50% - 16px);
    width: -webkit-calc(50% - 16px);
    width: -ms-calc(50% - 16px);
    width: -o-calc(50% - 16px);
    margin-right: 20px;
    float: left;
}

.block-col-3 {
    width: calc(50% - 15px);
    width: -moz-calc(50% - 15px);
    width: -webkit-calc(50% - 15px);
    width: -ms-calc(50% - 15px);
    width: -o-calc(50% - 15px);
    margin-right: 20px;
    float: left;
}

.block-col-4 {
    width: calc(50% - 13.33333px);
    width: -moz-calc(50% - 13.33333px);
    width: -webkit-calc(50% - 13.33333px);
    width: -ms-calc(50% - 13.33333px);
    width: -o-calc(50% - 13.33333px);
    margin-right: 20px;
    float: left;
}

.block-col-6 {
    width: calc(50% - 10px);
    width: -moz-calc(50% - 10px);
    width: -webkit-calc(50% - 10px);
    width: -ms-calc(50% - 10px);
    width: -o-calc(50% - 10px);
    margin-right: 20px;
    float: left;
}

.block-col-2 {
    width: calc(50% - 16.66667px);
    width: -moz-calc(50% - 16.66667px);
    width: -webkit-calc(50% - 16.66667px);
    width: -ms-calc(50% - 16.66667px);
    width: -o-calc(50% - 16.66667px);
    margin-right: 20px;
    float: left;
}

.block-col-25 {
    width: calc(50% - 16px);
    width: -moz-calc(50% - 16px);
    width: -webkit-calc(50% - 16px);
    width: -ms-calc(50% - 16px);
    width: -o-calc(50% - 16px);
    margin-right: 20px;
    float: left;
}

.block-col-3 {
    width: calc(50% - 15px);
    width: -moz-calc(50% - 15px);
    width: -webkit-calc(50% - 15px);
    width: -ms-calc(50% - 15px);
    width: -o-calc(50% - 15px);
    margin-right: 20px;
    float: left;
}

.block-col-4 {
    width: calc(50% - 13.33333px);
    width: -moz-calc(50% - 13.33333px);
    width: -webkit-calc(50% - 13.33333px);
    width: -ms-calc(50% - 13.33333px);
    width: -o-calc(50% - 13.33333px);
    margin-right: 20px;
    float: left;
}

.block-col-6 {
    width: calc(50% - 10px);
    width: -moz-calc(50% - 10px);
    width: -webkit-calc(50% - 10px);
    width: -ms-calc(50% - 10px);
    width: -o-calc(50% - 10px);
    margin-right: 20px;
    float: left;
}

.block-col-2 {
    width: calc(50% - 16.66667px);
    width: -moz-calc(50% - 16.66667px);
    width: -webkit-calc(50% - 16.66667px);
    width: -ms-calc(50% - 16.66667px);
    width: -o-calc(50% - 16.66667px);
    margin-right: 20px;
    float: left;
}

.block-col-25 {
    width: calc(50% - 16px);
    width: -moz-calc(50% - 16px);
    width: -webkit-calc(50% - 16px);
    width: -ms-calc(50% - 16px);
    width: -o-calc(50% - 16px);
    margin-right: 20px;
    float: left;
}

.block-col-3 {
    width: calc(50% - 15px);
    width: -moz-calc(50% - 15px);
    width: -webkit-calc(50% - 15px);
    width: -ms-calc(50% - 15px);
    width: -o-calc(50% - 15px);
    margin-right: 20px;
    float: left;
}

.block-col-4 {
    width: calc(50% - 13.33333px);
    width: -moz-calc(50% - 13.33333px);
    width: -webkit-calc(50% - 13.33333px);
    width: -ms-calc(50% - 13.33333px);
    width: -o-calc(50% - 13.33333px);
    margin-right: 20px;
    float: left;
}

.block-col-6 {
    width: calc(50% - 10px);
    width: -moz-calc(50% - 10px);
    width: -webkit-calc(50% - 10px);
    width: -ms-calc(50% - 10px);
    width: -o-calc(50% - 10px);
    margin-right: 20px;
    float: left;
}

.block-col-2 {
    width: calc(50% - 16.66667px);
    width: -moz-calc(50% - 16.66667px);
    width: -webkit-calc(50% - 16.66667px);
    width: -ms-calc(50% - 16.66667px);
    width: -o-calc(50% - 16.66667px);
    margin-right: 20px;
    float: left;
}

.block-col-25 {
    width: calc(50% - 16px);
    width: -moz-calc(50% - 16px);
    width: -webkit-calc(50% - 16px);
    width: -ms-calc(50% - 16px);
    width: -o-calc(50% - 16px);
    margin-right: 20px;
    float: left;
}

.block-col-3 {
    width: calc(50% - 15px);
    width: -moz-calc(50% - 15px);
    width: -webkit-calc(50% - 15px);
    width: -ms-calc(50% - 15px);
    width: -o-calc(50% - 15px);
    margin-right: 20px;
    float: left;
}

.block-col-4 {
    width: calc(50% - 13.33333px);
    width: -moz-calc(50% - 13.33333px);
    width: -webkit-calc(50% - 13.33333px);
    width: -ms-calc(50% - 13.33333px);
    width: -o-calc(50% - 13.33333px);
    margin-right: 20px;
    float: left;
}

.block-col-6 {
    width: calc(50% - 10px);
    width: -moz-calc(50% - 10px);
    width: -webkit-calc(50% - 10px);
    width: -ms-calc(50% - 10px);
    width: -o-calc(50% - 10px);
    margin-right: 20px;
    float: left;
}

.block-col-2 {
    width: calc(50% - 16.66667px);
    width: -moz-calc(50% - 16.66667px);
    width: -webkit-calc(50% - 16.66667px);
    width: -ms-calc(50% - 16.66667px);
    width: -o-calc(50% - 16.66667px);
    margin-right: 20px;
    float: left;
}

.block-col-25 {
    width: calc(50% - 16px);
    width: -moz-calc(50% - 16px);
    width: -webkit-calc(50% - 16px);
    width: -ms-calc(50% - 16px);
    width: -o-calc(50% - 16px);
    margin-right: 20px;
    float: left;
}

.block-col-3 {
    width: calc(50% - 15px);
    width: -moz-calc(50% - 15px);
    width: -webkit-calc(50% - 15px);
    width: -ms-calc(50% - 15px);
    width: -o-calc(50% - 15px);
    margin-right: 20px;
    float: left;
}

.block-col-4 {
    width: calc(50% - 13.33333px);
    width: -moz-calc(50% - 13.33333px);
    width: -webkit-calc(50% - 13.33333px);
    width: -ms-calc(50% - 13.33333px);
    width: -o-calc(50% - 13.33333px);
    margin-right: 20px;
    float: left;
}

.block-col-6 {
    width: calc(50% - 10px);
    width: -moz-calc(50% - 10px);
    width: -webkit-calc(50% - 10px);
    width: -ms-calc(50% - 10px);
    width: -o-calc(50% - 10px);
    margin-right: 20px;
    float: left;
}

.block-col-2 {
    width: calc(50% - 16.66667px);
    width: -moz-calc(50% - 16.66667px);
    width: -webkit-calc(50% - 16.66667px);
    width: -ms-calc(50% - 16.66667px);
    width: -o-calc(50% - 16.66667px);
    margin-right: 20px;
    float: left;
}

.block-col-25 {
    width: calc(50% - 16px);
    width: -moz-calc(50% - 16px);
    width: -webkit-calc(50% - 16px);
    width: -ms-calc(50% - 16px);
    width: -o-calc(50% - 16px);
    margin-right: 20px;
    float: left;
}

.block-col-3 {
    width: calc(50% - 15px);
    width: -moz-calc(50% - 15px);
    width: -webkit-calc(50% - 15px);
    width: -ms-calc(50% - 15px);
    width: -o-calc(50% - 15px);
    margin-right: 20px;
    float: left;
}

.block-col-4 {
    width: calc(50% - 13.33333px);
    width: -moz-calc(50% - 13.33333px);
    width: -webkit-calc(50% - 13.33333px);
    width: -ms-calc(50% - 13.33333px);
    width: -o-calc(50% - 13.33333px);
    margin-right: 20px;
    float: left;
}

.block-col-6 {
    width: calc(50% - 10px);
    width: -moz-calc(50% - 10px);
    width: -webkit-calc(50% - 10px);
    width: -ms-calc(50% - 10px);
    width: -o-calc(50% - 10px);
    margin-right: 20px;
    float: left;
}

.block-col-2 {
    width: calc(50% - 16.66667px);
    width: -moz-calc(50% - 16.66667px);
    width: -webkit-calc(50% - 16.66667px);
    width: -ms-calc(50% - 16.66667px);
    width: -o-calc(50% - 16.66667px);
    margin-right: 20px;
    float: left;
}

.block-col-25 {
    width: calc(50% - 16px);
    width: -moz-calc(50% - 16px);
    width: -webkit-calc(50% - 16px);
    width: -ms-calc(50% - 16px);
    width: -o-calc(50% - 16px);
    margin-right: 20px;
    float: left;
}

.block-col-3 {
    width: calc(50% - 15px);
    width: -moz-calc(50% - 15px);
    width: -webkit-calc(50% - 15px);
    width: -ms-calc(50% - 15px);
    width: -o-calc(50% - 15px);
    margin-right: 20px;
    float: left;
}

.block-col-4 {
    width: calc(50% - 13.33333px);
    width: -moz-calc(50% - 13.33333px);
    width: -webkit-calc(50% - 13.33333px);
    width: -ms-calc(50% - 13.33333px);
    width: -o-calc(50% - 13.33333px);
    margin-right: 20px;
    float: left;
}

.block-col-6 {
    width: calc(50% - 10px);
    width: -moz-calc(50% - 10px);
    width: -webkit-calc(50% - 10px);
    width: -ms-calc(50% - 10px);
    width: -o-calc(50% - 10px);
    margin-right: 20px;
    float: left;
}

.block-col-2 {
    width: calc(50% - 16.66667px);
    width: -moz-calc(50% - 16.66667px);
    width: -webkit-calc(50% - 16.66667px);
    width: -ms-calc(50% - 16.66667px);
    width: -o-calc(50% - 16.66667px);
    margin-right: 20px;
    float: left;
}

.block-col-25 {
    width: calc(50% - 16px);
    width: -moz-calc(50% - 16px);
    width: -webkit-calc(50% - 16px);
    width: -ms-calc(50% - 16px);
    width: -o-calc(50% - 16px);
    margin-right: 20px;
    float: left;
}

.block-col-3 {
    width: calc(50% - 15px);
    width: -moz-calc(50% - 15px);
    width: -webkit-calc(50% - 15px);
    width: -ms-calc(50% - 15px);
    width: -o-calc(50% - 15px);
    margin-right: 20px;
    float: left;
}

.block-col-4 {
    width: calc(50% - 13.33333px);
    width: -moz-calc(50% - 13.33333px);
    width: -webkit-calc(50% - 13.33333px);
    width: -ms-calc(50% - 13.33333px);
    width: -o-calc(50% - 13.33333px);
    margin-right: 20px;
    float: left;
}

.block-col-6 {
    width: calc(50% - 10px);
    width: -moz-calc(50% - 10px);
    width: -webkit-calc(50% - 10px);
    width: -ms-calc(50% - 10px);
    width: -o-calc(50% - 10px);
    margin-right: 20px;
    float: left;
}

.block-col-2 {
    width: calc(50% - 16.66667px);
    width: -moz-calc(50% - 16.66667px);
    width: -webkit-calc(50% - 16.66667px);
    width: -ms-calc(50% - 16.66667px);
    width: -o-calc(50% - 16.66667px);
    margin-right: 20px;
    float: left;
}

.block-col-25 {
    width: calc(50% - 16px);
    width: -moz-calc(50% - 16px);
    width: -webkit-calc(50% - 16px);
    width: -ms-calc(50% - 16px);
    width: -o-calc(50% - 16px);
    margin-right: 20px;
    float: left;
}

.block-col-3 {
    width: calc(50% - 15px);
    width: -moz-calc(50% - 15px);
    width: -webkit-calc(50% - 15px);
    width: -ms-calc(50% - 15px);
    width: -o-calc(50% - 15px);
    margin-right: 20px;
    float: left;
}

.block-col-4 {
    width: calc(50% - 13.33333px);
    width: -moz-calc(50% - 13.33333px);
    width: -webkit-calc(50% - 13.33333px);
    width: -ms-calc(50% - 13.33333px);
    width: -o-calc(50% - 13.33333px);
    margin-right: 20px;
    float: left;
}

.block-col-6 {
    width: calc(50% - 10px);
    width: -moz-calc(50% - 10px);
    width: -webkit-calc(50% - 10px);
    width: -ms-calc(50% - 10px);
    width: -o-calc(50% - 10px);
    margin-right: 20px;
    float: left;
}

.block-col-2 {
    width: calc(50% - 16.66667px);
    width: -moz-calc(50% - 16.66667px);
    width: -webkit-calc(50% - 16.66667px);
    width: -ms-calc(50% - 16.66667px);
    width: -o-calc(50% - 16.66667px);
    margin-right: 20px;
    float: left;
}

.block-col-25 {
    width: calc(50% - 16px);
    width: -moz-calc(50% - 16px);
    width: -webkit-calc(50% - 16px);
    width: -ms-calc(50% - 16px);
    width: -o-calc(50% - 16px);
    margin-right: 20px;
    float: left;
}

.block-col-3 {
    width: calc(50% - 15px);
    width: -moz-calc(50% - 15px);
    width: -webkit-calc(50% - 15px);
    width: -ms-calc(50% - 15px);
    width: -o-calc(50% - 15px);
    margin-right: 20px;
    float: left;
}

.block-col-4 {
    width: calc(50% - 13.33333px);
    width: -moz-calc(50% - 13.33333px);
    width: -webkit-calc(50% - 13.33333px);
    width: -ms-calc(50% - 13.33333px);
    width: -o-calc(50% - 13.33333px);
    margin-right: 20px;
    float: left;
}

.block-col-6 {
    width: calc(50% - 10px);
    width: -moz-calc(50% - 10px);
    width: -webkit-calc(50% - 10px);
    width: -ms-calc(50% - 10px);
    width: -o-calc(50% - 10px);
    margin-right: 20px;
    float: left;
}

.block-col-mr0 div[class*="block-col"] {
    margin-right: 0 + "px";
}

.block-col-mr1 div[class*="block-col"] {
    margin-right: 1 + "px";
}

.block-col-mr2 div[class*="block-col"] {
    margin-right: 2 + "px";
}

.block-col-mr3 div[class*="block-col"] {
    margin-right: 3 + "px";
}

.block-col-mr4 div[class*="block-col"] {
    margin-right: 4 + "px";
}

.block-col-mr5 div[class*="block-col"] {
    margin-right: 5 + "px";
}

.block-col-mr6 div[class*="block-col"] {
    margin-right: 6 + "px";
}

.block-col-mr7 div[class*="block-col"] {
    margin-right: 7 + "px";
}

.block-col-mr8 div[class*="block-col"] {
    margin-right: 8 + "px";
}

.block-col-mr9 div[class*="block-col"] {
    margin-right: 9 + "px";
}

.block-col-mr10 div[class*="block-col"] {
    margin-right: 10 + "px";
}

.block-col-mr11 div[class*="block-col"] {
    margin-right: 11 + "px";
}

.block-col-mr12 div[class*="block-col"] {
    margin-right: 12 + "px";
}

.block-col-mr13 div[class*="block-col"] {
    margin-right: 13 + "px";
}

.block-col-mr14 div[class*="block-col"] {
    margin-right: 14 + "px";
}

.block-col-mr15 div[class*="block-col"] {
    margin-right: 15 + "px";
}

.block-col-mr16 div[class*="block-col"] {
    margin-right: 16 + "px";
}

.block-col-mr17 div[class*="block-col"] {
    margin-right: 17 + "px";
}

.block-col-mr18 div[class*="block-col"] {
    margin-right: 18 + "px";
}

.block-col-mr19 div[class*="block-col"] {
    margin-right: 19 + "px";
}

.block-col-mr20 div[class*="block-col"] {
    margin-right: 20 + "px";
}

.block-col-mr21 div[class*="block-col"] {
    margin-right: 21 + "px";
}

.block-col-mr22 div[class*="block-col"] {
    margin-right: 22 + "px";
}

.block-col-mr23 div[class*="block-col"] {
    margin-right: 23 + "px";
}

.block-col-mr24 div[class*="block-col"] {
    margin-right: 24 + "px";
}

.block-col-mr25 div[class*="block-col"] {
    margin-right: 25 + "px";
}

.block-col-mr26 div[class*="block-col"] {
    margin-right: 26 + "px";
}

.block-col-mr27 div[class*="block-col"] {
    margin-right: 27 + "px";
}

.block-col-mr28 div[class*="block-col"] {
    margin-right: 28 + "px";
}

.block-col-mr29 div[class*="block-col"] {
    margin-right: 29 + "px";
}

.block-col-mr30 div[class*="block-col"] {
    margin-right: 30 + "px";
}

.block-col-mr31 div[class*="block-col"] {
    margin-right: 31 + "px";
}

.block-col-mr32 div[class*="block-col"] {
    margin-right: 32 + "px";
}

.block-col-mr33 div[class*="block-col"] {
    margin-right: 33 + "px";
}

.block-col-mr34 div[class*="block-col"] {
    margin-right: 34 + "px";
}

.block-col-mr35 div[class*="block-col"] {
    margin-right: 35 + "px";
}

.block-col-mr36 div[class*="block-col"] {
    margin-right: 36 + "px";
}

.block-col-mr37 div[class*="block-col"] {
    margin-right: 37 + "px";
}

.block-col-mr38 div[class*="block-col"] {
    margin-right: 38 + "px";
}

.block-col-mr39 div[class*="block-col"] {
    margin-right: 39 + "px";
}

.block-col-mr40 div[class*="block-col"] {
    margin-right: 40 + "px";
}

.block-col-mr41 div[class*="block-col"] {
    margin-right: 41 + "px";
}

.block-col-mr42 div[class*="block-col"] {
    margin-right: 42 + "px";
}

.block-col-mr43 div[class*="block-col"] {
    margin-right: 43 + "px";
}

.block-col-mr44 div[class*="block-col"] {
    margin-right: 44 + "px";
}

.block-col-mr45 div[class*="block-col"] {
    margin-right: 45 + "px";
}

.block-col-mr46 div[class*="block-col"] {
    margin-right: 46 + "px";
}

.block-col-mr47 div[class*="block-col"] {
    margin-right: 47 + "px";
}

.block-col-mr48 div[class*="block-col"] {
    margin-right: 48 + "px";
}

.block-col-mr49 div[class*="block-col"] {
    margin-right: 49 + "px";
}

.block-col-mr50 div[class*="block-col"] {
    margin-right: 50 + "px";
}

.block-col-mr51 div[class*="block-col"] {
    margin-right: 51 + "px";
}

.block-col-mr52 div[class*="block-col"] {
    margin-right: 52 + "px";
}

.block-col-mr53 div[class*="block-col"] {
    margin-right: 53 + "px";
}

.block-col-mr54 div[class*="block-col"] {
    margin-right: 54 + "px";
}

.block-col-mr55 div[class*="block-col"] {
    margin-right: 55 + "px";
}

.block-col-mr56 div[class*="block-col"] {
    margin-right: 56 + "px";
}

.block-col-mr57 div[class*="block-col"] {
    margin-right: 57 + "px";
}

.block-col-mr58 div[class*="block-col"] {
    margin-right: 58 + "px";
}

.block-col-mr59 div[class*="block-col"] {
    margin-right: 59 + "px";
}

.block-col-mr60 div[class*="block-col"] {
    margin-right: 60 + "px";
}

.block-col-mr61 div[class*="block-col"] {
    margin-right: 61 + "px";
}

.block-col-mr62 div[class*="block-col"] {
    margin-right: 62 + "px";
}

.block-col-mr63 div[class*="block-col"] {
    margin-right: 63 + "px";
}

.block-col-mr64 div[class*="block-col"] {
    margin-right: 64 + "px";
}

.block-col-mr65 div[class*="block-col"] {
    margin-right: 65 + "px";
}

.block-col-mr66 div[class*="block-col"] {
    margin-right: 66 + "px";
}

.block-col-mr67 div[class*="block-col"] {
    margin-right: 67 + "px";
}

.block-col-mr68 div[class*="block-col"] {
    margin-right: 68 + "px";
}

.block-col-mr69 div[class*="block-col"] {
    margin-right: 69 + "px";
}

.block-col-mr70 div[class*="block-col"] {
    margin-right: 70 + "px";
}

.block-col-mr71 div[class*="block-col"] {
    margin-right: 71 + "px";
}

.block-col-mr72 div[class*="block-col"] {
    margin-right: 72 + "px";
}

.block-col-mr73 div[class*="block-col"] {
    margin-right: 73 + "px";
}

.block-col-mr74 div[class*="block-col"] {
    margin-right: 74 + "px";
}

.bgmv {
    height: 755px;
    width: 100%;
    background-size: cover;
    background-position: center;
    position: relative;
}

.bgmv .container {
    height: 100%;
}

@media all and (max-width: 769px) {
    .bgmv {
        height: 500px;
    }

    .bgmv .bgmv_inside_center {
        padding-top: 50px;
    }
}

.dn {
    display: none;
}

img,
a {
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.m0a {
    margin: 0 auto;
}

.taf {
    text-align: left;
}

.tac {
    text-align: center;
}

.fss {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.fsc {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.fcc {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.fww {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.fsp {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    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;
}

.vh {
    visibility: hidden;
}

.op0 {
    opacity: 0;
}

.hamburger_inside span {
    height: 5px;
    border-radius: 0px;
}

@media all and (max-width: 769px) {
    .hamburger_inside span {
        height: 3px;
    }
}

.blockmv_txt {
    width: 666px;
    height: 290px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
    top: 22px;
}

.blockmv_bg {
    position: relative;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.blockmv_bg:after {
    content: "";
    background: url(../images/mv01_bg.png);
    width: calc(100% + 40px);
    height: 100%;
    background-size: cover;
    background-position: top right;
    position: absolute;
    display: block;
    left: -20px;
    top: 0px;
}

.blockmv_ct {
    position: relative;
    z-index: 9;
    margin-top: 20px;
}

.blockmv_ct h1 {
    margin-bottom: 30px;
}

.top_nav {
    position: absolute;
    width: 100%;
}

.top_nav .hamburger,
.top_nav .righticons--icon {
    width: 70px;
    height: 70px;
}

.top_nav .hamburger_inside {
    height: 30%;
    width: 52%;
}

.header_top_logo {
    margin-top: 12px;
}

.tamnhinae .titlebg {
    padding-right: 10px;
}

.btn_white_border:before {
    content: "";
    top: 2px !important;
}

@media all and (max-width: 520px) {
    .btn_white_border:before {
        top: 1px !important;
    }
}

.tamnhinae .btn_white_border:before {
    content: "";
    top: 2px !important;
}

@media all and (max-width: 520px) {
    .tamnhinae .btn_white_border:before {
        top: 2px !important;
    }
}

.btn_arrow {
    height: 60px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    font-weight: bold;
}

.btn_arrow.btn_white {
    background: #fff;
}

.btn_arrow.btn_white:hover {
    color: #0B4EA2;
}

.btn_arrow.btn_white:hover .hasicon img:first-child {
    opacity: 0;
}

.btn_arrow.btn_white:hover .hasicon img:last-child {
    opacity: 1;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.btn_arrow.btn_white_border {
    border: 1px solid #000;
    width: 374px;
    margin-left: auto;
    margin-right: 40px;
}

.btn_arrow.btn_white_border:after {
    content: "";
    height: 6px;
    width: 36px;
    background: url(../images/share/svg/arrow_r_b.svg) no-repeat;
    display: block;
    background-size: contain;
    position: absolute;
    right: -36px;
    top: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
    top: -1px;
    background-position: left center;
}

.btn_arrow:before {
    content: "";
    width: 55px;
    height: 1px;
    background: #000;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
    top: 1px;
}

.btn_arrow.btn_mv {
    width: 350px;
    font-size: 18px;
}

.btn_arrow.btn_mv:after {
    content: "";
    height: 7px;
    width: 36px;
    background: url(../images/share/arrow_r.png);
    display: block;
    background-size: contain;
    position: absolute;
    right: -36px;
    top: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
    background-position: left center;
    background-repeat: no-repeat !important;
}

.btn_arrow .hasicon {
    margin-right: 10px;
    position: relative;
    top: -2px;
}

.btn_arrow .hasicon.icnlock {
    width: 13px;
    height: 18px;
}

.btn_arrow .hasicon.icnlock img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
}

.tophead {
    position: relative;
}

.bl-brnews {
    background: #0B4EA2;
    position: absolute;
    bottom: 0;
    left: 0px;
    width: 100%;
}

.bl-brnews-c {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 68px;
    color: #fff;
}

.bl-brnews-c h3 {
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    width: 364px;
    text-align: center;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    margin-right: 83px;
}

.bl-brnews-c a,
.bl-brnews-c p {
    color: #fff;
}

.bl-brnews-c ul {
    width: calc(100% - 350px);
    width: -moz-calc(100% - 350px);
    width: -webkit-calc(100% - 350px);
    width: -ms-calc(100% - 350px);
    width: -o-calc(100% - 350px);
}

.bl-brnews-c ul li {
    width: 100%;
}

.bl-brnews-c ul li a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    position: relative;
}

.bl-brnews-c ul li a:hover {
    opacity: 0.8;
}

.bl-brnews-c ul li a:after {
    content: "";
    width: 50px;
    height: 5px;
    background: url(../images/share/arrow_r_long.png) no-repeat;
    background-size: contain;
    background-position: left center;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
}

.bl-brnews-c ul li a span {
    display: inline-block;
    margin-right: 40px;
}

.nav__inside__list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.nav__inside__list li {
    width: 100%;
}

.navstate_hide .nav {
    position: absolute;
    width: 340px;
    top: 65px;
    right: 65px !important;
    padding-top: 0px;
    height: auto;
    background: #fff;
}

.navstate_hide .nav .nav__inside__list {
    padding-top: 0px;
}

.navstate_hide .nav .nav__inside__list li a {
    color: #000000;
}

.navstate_hide .nav .nav__inside__list {
    padding: 30px 30px;
}

.navstate_hide .nav .nav__inside__list li {
    text-align: left;
    padding-left: 45px;
    background: url(../images/share/arrow_r_b_menu.png) no-repeat;
    background-size: 30px auto;
    background-position: left center;
}

.navstate_hide .nav .nav__inside__list li a {
    padding: 10px 0px;
    text-align: left;
    font-size: 18px;
}

.navstate_hide .nav .nav__inside__list li.active a {
    color: #0B4EA2;
}

.navstate_hide.menu-open .nav__inside__list li a:hover:after {
    display: none;
}

.navstate_hide .nav__inside__list li {
    margin-bottom: 10px;
}

.navstate_hide .nav__inside__list li:hover {
    background-image: url(../images/share/arrow_r_b_menu_blue.png);
}

.navstate_hide .nav__inside__list li:last-child {
    margin-bottom: 0px;
}

.navstate_hide .nav__inside__list li a {
    border: none !important;
    font-weight: bold;
    padding: 0px;
}

.navstate_hide .nav__inside__list li a:hover {
    color: #0B4EA2 !important;
}

@media all and (max-width: 1180px) {
    .container {
        padding: 0px 20px;
    }
}

@media all and (max-width: 768px) {
    .container {
        padding: 0px 15px;
    }
}

@media all and (max-width: 1000px) {
    .blockmv_ct h1 img {
        height: 60px;
        margin: 0 auto;
        display: block;
    }

    .bl-brnews-c h3 {
        width: 230px;
    }

    .bl-footerbt {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 30px 0px;
        height: auto !important;
    }

    .bl-footerbt .bl-footerbt-l {
        width: 100%;
        text-align: center;
        margin-bottom: 30px;
    }

    .bl-footerbt .bl-footerbt-r {
        width: 100%;
    }

    .bl-footerbt .bl-footerbt-r ul {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        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 {
    position: relative;
}

@media all and (max-width: 960px) {
    .bl-ourserivce-e {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .bl-ourserivce-e:first-child .bl-ourserivce-txt:after,
    .bl-ourserivce-e:nth-child(2) .bl-ourserivce-txt:after {
        display: none;
    }

    .mainbody_1:after,
    .bl-ourserivce-m {
        width: 100%;
    }

    h3.h3tit {
        text-align: center;
        font-size: 50px;
    }

    .bl-ourserivce-e .bl-ourserivce-txt {
        top: 0px;
    }

    .bl-ourserivce-m img {
        width: 100%;
    }

    .bl-ourserivce-txt {
        padding: 40px 30px;
        overflow: hidden;
    }

    .bl-ourserivce .btn_arrow {
        margin: 0 auto;
        margin-top: 30px;
    }

    h3.h3tit {
        margin-bottom: 50px;
    }

    .bl-ourserivce-e:first-child {
        margin-bottom: 40px;
    }

    .tamnhinae .titlebg {
        font-size: 18px;
    }

    .mainbody_2:after {
        content: "";
        height: 50%;
    }

    .footbottom {
        margin-top: 60px;
    }

    .footbottom .bl-footerbt-r ul {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .footbottom .bl-footerbt-r ul li {
        width: calc(50% - 25px);
        width: -moz-calc(50% - 25px);
        width: -webkit-calc(50% - 25px);
        width: -ms-calc(50% - 25px);
        width: -o-calc(50% - 25px);
        margin-right: 50px;
        float: left;
        margin-left: 0px;
        margin-bottom: 20px;
    }

    .footbottom .bl-footerbt-r ul li:nth-child(2n) {
        margin-right: 0px;
    }

    .top_nav .container {
        max-width: 100% !important;
    }

    .navstate_hide .nav {
        right: 85px !important;
    }
}

.bl-footer-copyright {
    text-align: right;
    color: #fff;
    position: relative;
    bottom: 20px;
    opacity: 0.9;
}

@media all and (max-width: 768px) {
    .bl-footer-copyright {
        text-align: center;
    }
}

@media all and (min-width: 768px) {
    .blockmv_ct h1 img {
        position: relative;
        top: -18px;
    }
}

@media all and (max-width: 769px) {
    .navstate_hide .nav .nav__inside__list {
        padding: 30px 20px;
    }

    .blockmv_bg {
        margin: 0 auto;
        width: 80%;
    }

    .blockmv_ct h1 img {
        height: 44px;
    }

    .blockmv_txt {
        width: 100%;
    }

    .blockmv_bg:after {
        width: 100%;
        left: 0px;
    }

    .bl-ourserivce-e img {
        min-width: auto;
    }

    .btn_arrow {
        max-width: 100%;
        width: auto !important;
    }

    .bl-brnews-c {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .bl-brnews-c ul {
        width: auto;
    }

    .top_nav .hamburger,
    .top_nav .righticons--icon {
        width: 50px;
        height: 50px;
    }

    .header_top_logo {
        margin-top: 0px;
    }

    .blockmv_bg {
        min-width: 340px;
    }

    .blockmv_ct {
        margin-top: 0px;
        width: 100%;
    }

    .btn_arrow {
        width: 230px !important;
    }

    .btn_arrow {
        height: 44px;
    }

    .btn_arrow.btn_mv {
        font-size: 14px;
    }

    .btn_arrow:before {
        content: "";
        width: 18px;
    }

    .btn_arrow.btn_mv:after {
        content: "";
        height: 4px;
        width: 24px;
        background: url(../images/share/arrow_r.png);
        display: block;
        background-size: contain;
        position: absolute;
        right: -24px;
    }

    .top_nav .container {
        max-width: 100% !important;
        padding: 0px 0px;
    }

    .header_top_logo {
        margin-left: 5px;
    }

    .navstate_hide .nav {
        right: 0px !important;
        top: 50px;
    }

    .navstate_hide .nav {
        width: 302px;
    }

    .navstate_hide .nav .nav__inside__list li {
        background-size: 22px auto;
        padding-left: 32px;
    }

    .blockmv_txt {
        height: 210px;
    }

    .bl-brnews-c h3 {
        border: none;
        text-align: left;
        width: 100%;
        margin-right: 0px;
    }

    .bl-brnews-c h3 span {
        padding-bottom: 6px;
        margin-bottom: 5px;
        border-bottom: 1px solid #fff;
        display: inline-block;
    }

    .bl-brnews {
        padding: 10px 0px;
    }

    .bl-brnews-c {
        height: auto;
    }

    .bl-brnews-c ul {
        margin-top: 5px;
    }

    .bl-brnews-c ul li a {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .bl-brnews-c ul li a span {
        margin-right: 15px;
        margin-top: 3px;
    }

    .bl-brnews-c ul li a:after {
        display: none;
    }

    .bl-ourserivce {
        margin-top: 30px;
    }

    h3.h3tit {
        font-size: inherit;
        margin-bottom: 20px;
    }

    h3.h3tit span {
        font-size: 26px;
        font-weight: 400;
    }

    .mainbody_1:after {
        top: 0px;
    }

    h3.h3tit {
        padding-top: 20px;
    }

    .bl-ourserivce-txt {
        padding: 30px 20px;
    }

    .stitle {
        font-size: 16px;
        padding-left: 30px;
    }

    .stitle:after {
        width: 20px;
    }

    .mainbody_2:after {
        width: 50%;
    }

    .tamnhinae .h3tit {
        margin-top: 0px !important;
        padding: 0px;
    }

    .mainbody_2:after {
        content: "";
        height: 340px;
    }

    .tamnhinae .titlebg {
        font-size: 15px;
        padding: 5px;
    }

    .btn_arrow.btn_white_border:after {
        content: "";
        background: url(../images/share/svg/arrow_r_b.svg) no-repeat;
        display: block;
        background-size: contain;
        position: absolute;
        right: -24px;
        top: 0px;
    }

    .bl-ourserivce .btn_arrow span {
        font-size: 14px;
    }

    .footbottom {
        margin-top: 30px;
    }

    .bl-footerbt .bl-footerbt-l img {
        height: 44px;
    }

    .bl-ourserivce-e:first-child {
        margin-bottom: 20px;
    }
}

@media all and (max-width: 520px) {
    * .footbottom .bl-footerbt-r ul li {
        width: 100%;
        margin-right: 0px;
        width: 250px;
    }

    * .footer .page_top_cont .page_top .to_top {
        right: 20px;
    }

    * .mainbody_1:after {
        background-size: 60px;
    }
}

.vision_img {
    position: relative;
}

.vision_img .haicaiten img {
    position: absolute;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0;
}

.vision_img .haicaiten img:first-child {
    top: 0px;
    left: 80px;
}

@media all and (max-width: 769px) {
    .vision_img .haicaiten img:first-child {
        left: 20px;
        width: 100px;
    }
}

.vision_img .haicaiten img:last-child {
    top: 0px;
    right: 80px;
}

@media all and (max-width: 769px) {
    .vision_img .haicaiten img:last-child {
        right: 20px;
        width: 100px;
    }
}

.vision_img .haicaiten.haicaiten-effect img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    -webkit-transition: -webkit-all 0.5s cubic-bezier(0.26, 0.8, 0.62, 0.9);
    transition: -webkit-all 0.5s cubic-bezier(0.26, 0.8, 0.62, 0.9);
    -webkit-transition: all 0.5s cubic-bezier(0.26, 0.8, 0.62, 0.9);
    -o-transition: all 0.5s cubic-bezier(0.26, 0.8, 0.62, 0.9);
    transition: all 0.5s cubic-bezier(0.26, 0.8, 0.62, 0.9);
    -o-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-delay: 0s;
}

.vision_img .haicaiten.haicaiten-effect img:first-child {
    top: 200px;
}

@media all and (max-width: 769px) {
    .vision_img .haicaiten.haicaiten-effect img:first-child {
        top: 90px;
    }
}

.vision_img .haicaiten.haicaiten-effect img:last-child {
    top: 200px;
}

@media all and (max-width: 769px) {
    .vision_img .haicaiten.haicaiten-effect img:last-child {
        top: 90px;
    }
}

.bgmv .btn_arrow:before {
    width: 0px;
}

.bgmv .btn_arrow:after {
    right: 0px;
}

.mainvs_effect {
    -webkit-animation-name: zoomIn;
    -moz-animation-name: zoomIn;
    -ms-animation-name: zoomIn;
    -o-animation-name: zoomIn;
    animation-name: zoomIn;
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -ms-animation-iteration-count: 1;
    -o-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -ms-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 0s;
    -moz-animation-delay: 0s;
    -ms-animation-delay: 0s;
    -o-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-timing-function: ease;
    -moz-animation-timing-function: ease;
    -ms-animation-timing-function: ease;
    -o-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
}

.mainvs_effect .btn_arrow:before {
    content: "";
    width: 55px;
    -webkit-transition: -webkit-width 0.3s cubic-bezier(0.26, 0.8, 0.62, 0.9);
    transition: -webkit-width 0.3s cubic-bezier(0.26, 0.8, 0.62, 0.9);
    -webkit-transition: width 0.3s cubic-bezier(0.26, 0.8, 0.62, 0.9);
    -o-transition: width 0.3s cubic-bezier(0.26, 0.8, 0.62, 0.9);
    transition: width 0.3s cubic-bezier(0.26, 0.8, 0.62, 0.9);
    -o-transition-delay: 1s;
    transition-delay: 1s;
    -webkit-transition-delay: 1s;
}

@media all and (max-width: 769px) {
    .mainvs_effect .btn_arrow:before {
        width: 18px;
    }
}

.mainvs_effect .btn_arrow:after {
    content: "";
    right: -36px;
    -webkit-transition: -webkit-right 0.3s cubic-bezier(0.26, 0.8, 0.62, 0.9);
    transition: -webkit-right 0.3s cubic-bezier(0.26, 0.8, 0.62, 0.9);
    -webkit-transition: right 0.3s cubic-bezier(0.26, 0.8, 0.62, 0.9);
    -o-transition: right 0.3s cubic-bezier(0.26, 0.8, 0.62, 0.9);
    transition: right 0.3s cubic-bezier(0.26, 0.8, 0.62, 0.9);
    -o-transition-delay: 1s;
    transition-delay: 1s;
    -webkit-transition-delay: 1s;
}

@media all and (max-width: 769px) {
    .mainvs_effect .btn_arrow:after {
        right: -24px;
    }
}

.btn_arrow.btn_white_border:before {
    width: 0px;
    opacity: 0;
}

.btn_arrow.btn_white_border:after {
    right: 0px;
    opacity: 0;
}

.btn_effect .btn_arrow.btn_white_border {
    -webkit-animation-name: fadeInLeft;
    -moz-animation-name: fadeInLeft;
    -ms-animation-name: fadeInLeft;
    -o-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -ms-animation-iteration-count: 1;
    -o-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -ms-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 0s;
    -moz-animation-delay: 0s;
    -ms-animation-delay: 0s;
    -o-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-timing-function: ease;
    -moz-animation-timing-function: ease;
    -ms-animation-timing-function: ease;
    -o-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
}

.btn_effect .btn_arrow.btn_white_border:before {
    content: "";
    width: 55px;
    opacity: 1;
    -webkit-transition: -webkit-all 0.3s cubic-bezier(0.26, 0.8, 0.62, 0.9);
    transition: -webkit-all 0.3s cubic-bezier(0.26, 0.8, 0.62, 0.9);
    -webkit-transition: all 0.3s cubic-bezier(0.26, 0.8, 0.62, 0.9);
    -o-transition: all 0.3s cubic-bezier(0.26, 0.8, 0.62, 0.9);
    transition: all 0.3s cubic-bezier(0.26, 0.8, 0.62, 0.9);
    -o-transition-delay: 1s;
    transition-delay: 1s;
    -webkit-transition-delay: 1s;
}

@media all and (max-width: 769px) {
    .btn_effect .btn_arrow.btn_white_border:before {
        width: 18px;
    }
}

.btn_effect .btn_arrow.btn_white_border:after {
    content: "";
    right: -36px;
    opacity: 1;
    -webkit-transition: -webkit-all 0.3s cubic-bezier(0.26, 0.8, 0.62, 0.9);
    transition: -webkit-all 0.3s cubic-bezier(0.26, 0.8, 0.62, 0.9);
    -webkit-transition: all 0.3s cubic-bezier(0.26, 0.8, 0.62, 0.9);
    -o-transition: all 0.3s cubic-bezier(0.26, 0.8, 0.62, 0.9);
    transition: all 0.3s cubic-bezier(0.26, 0.8, 0.62, 0.9);
    -o-transition-delay: 1s;
    transition-delay: 1s;
    -webkit-transition-delay: 1s;
}

@media all and (max-width: 769px) {
    .btn_effect .btn_arrow.btn_white_border:after {
        right: -24px;
    }
}

.btn_effect1 .btn_arrow.btn_white_border {
    -webkit-animation-name: fadeInLeft;
    -moz-animation-name: fadeInLeft;
    -ms-animation-name: fadeInLeft;
    -o-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -ms-animation-iteration-count: 1;
    -o-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -ms-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 0s;
    -moz-animation-delay: 0s;
    -ms-animation-delay: 0s;
    -o-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-timing-function: ease;
    -moz-animation-timing-function: ease;
    -ms-animation-timing-function: ease;
    -o-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
}

.btn_effect1 .btn_arrow.btn_white_border:before {
    content: "";
    width: 55px;
    opacity: 1;
    -webkit-transition: -webkit-all 0.3s cubic-bezier(0.26, 0.8, 0.62, 0.9);
    transition: -webkit-all 0.3s cubic-bezier(0.26, 0.8, 0.62, 0.9);
    -webkit-transition: all 0.3s cubic-bezier(0.26, 0.8, 0.62, 0.9);
    -o-transition: all 0.3s cubic-bezier(0.26, 0.8, 0.62, 0.9);
    transition: all 0.3s cubic-bezier(0.26, 0.8, 0.62, 0.9);
    -o-transition-delay: 1s;
    transition-delay: 1s;
    -webkit-transition-delay: 1s;
}

@media all and (max-width: 769px) {
    .btn_effect1 .btn_arrow.btn_white_border:before {
        width: 18px;
    }
}

.btn_effect1 .btn_arrow.btn_white_border:after {
    content: "";
    right: -36px;
    opacity: 1;
    -webkit-transition: -webkit-all 0.3s cubic-bezier(0.26, 0.8, 0.62, 0.9);
    transition: -webkit-all 0.3s cubic-bezier(0.26, 0.8, 0.62, 0.9);
    -webkit-transition: all 0.3s cubic-bezier(0.26, 0.8, 0.62, 0.9);
    -o-transition: all 0.3s cubic-bezier(0.26, 0.8, 0.62, 0.9);
    transition: all 0.3s cubic-bezier(0.26, 0.8, 0.62, 0.9);
    -o-transition-delay: 1s;
    transition-delay: 1s;
    -webkit-transition-delay: 1s;
}

@media all and (max-width: 769px) {
    .btn_effect1 .btn_arrow.btn_white_border:after {
        right: -24px;
    }
}

.gono-preload .gonoinside .svgsection {
    margin-top: -70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 300px;
    margin: 0 auto;
}

.gono-preload .gonoinside .svgsection svg {
    height: 60px !important;
    margin-top: 30px;
}

.load_end .svgsection {
    -webkit-animation-name: fadeOut;
    -moz-animation-name: fadeOut;
    -ms-animation-name: fadeOut;
    -o-animation-name: fadeOut;
    animation-name: fadeOut;
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -ms-animation-iteration-count: 1;
    -o-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: 2s;
    -moz-animation-duration: 2s;
    -ms-animation-duration: 2s;
    -o-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-delay: 0s;
    -moz-animation-delay: 0s;
    -ms-animation-delay: 0s;
    -o-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-timing-function: ease;
    -moz-animation-timing-function: ease;
    -ms-animation-timing-function: ease;
    -o-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
}

.pageloaded .header_top_logo {
    -webkit-animation-name: fadeIn;
    -moz-animation-name: fadeIn;
    -ms-animation-name: fadeIn;
    -o-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -ms-animation-iteration-count: 1;
    -o-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -ms-animation-duration: 1.5s;
    -o-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-delay: 0s;
    -moz-animation-delay: 0s;
    -ms-animation-delay: 0s;
    -o-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-timing-function: ease;
    -moz-animation-timing-function: ease;
    -ms-animation-timing-function: ease;
    -o-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
}

.h3tit-effect {
    -webkit-animation-name: fadeInUp;
    -moz-animation-name: fadeInUp;
    -ms-animation-name: fadeInUp;
    -o-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -ms-animation-iteration-count: 1;
    -o-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: 0.5s;
    -moz-animation-duration: 0.5s;
    -ms-animation-duration: 0.5s;
    -o-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    -ms-animation-delay: 1s;
    -o-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-animation-timing-function: ease;
    -moz-animation-timing-function: ease;
    -ms-animation-timing-function: ease;
    -o-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
}

.bl-ourserivce-txt .stitle:before, .bl-ourserivce-txt .stitle:after {
    width: 0px;
}

.blourservice-effect .stitle {
    -webkit-animation-name: fadeInLeft;
    -moz-animation-name: fadeInLeft;
    -ms-animation-name: fadeInLeft;
    -o-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -ms-animation-iteration-count: 1;
    -o-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -ms-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 0s;
    -moz-animation-delay: 0s;
    -ms-animation-delay: 0s;
    -o-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-timing-function: ease;
    -moz-animation-timing-function: ease;
    -ms-animation-timing-function: ease;
    -o-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
}

.blourservice-effect .stitle:before {
    width: 50px;
    -webkit-transition: -webkit-all 0.3s cubic-bezier(0.26, 0.8, 0.62, 0.9);
    transition: -webkit-all 0.3s cubic-bezier(0.26, 0.8, 0.62, 0.9);
    -webkit-transition: all 0.3s cubic-bezier(0.26, 0.8, 0.62, 0.9);
    -o-transition: all 0.3s cubic-bezier(0.26, 0.8, 0.62, 0.9);
    transition: all 0.3s cubic-bezier(0.26, 0.8, 0.62, 0.9);
    -o-transition-delay: 1.5s;
    transition-delay: 1.5s;
    -webkit-transition-delay: 1.5s;
}

.blourservice-effect .stitle:after {
    width: 36px;
    -webkit-transition: -webkit-all 0.3s cubic-bezier(0.26, 0.8, 0.62, 0.9);
    transition: -webkit-all 0.3s cubic-bezier(0.26, 0.8, 0.62, 0.9);
    -webkit-transition: all 0.3s cubic-bezier(0.26, 0.8, 0.62, 0.9);
    -o-transition: all 0.3s cubic-bezier(0.26, 0.8, 0.62, 0.9);
    transition: all 0.3s cubic-bezier(0.26, 0.8, 0.62, 0.9);
    -o-transition-delay: 1.5s;
    transition-delay: 1.5s;
    -webkit-transition-delay: 1.5s;
}

@media all and (max-width: 769px) {
    .blourservice-effect .stitle:after {
        width: 22px;
    }
}

.blourservice-effect p {
    -webkit-animation-name: zoomInUp;
    -moz-animation-name: zoomInUp;
    -ms-animation-name: zoomInUp;
    -o-animation-name: zoomInUp;
    animation-name: zoomInUp;
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -ms-animation-iteration-count: 1;
    -o-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -ms-animation-duration: 1.5s;
    -o-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-delay: 0s;
    -moz-animation-delay: 0s;
    -ms-animation-delay: 0s;
    -o-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-timing-function: ease;
    -moz-animation-timing-function: ease;
    -ms-animation-timing-function: ease;
    -o-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
}

.blourservice-effect2 .stitle {
    -webkit-animation-name: fadeInLeft;
    -moz-animation-name: fadeInLeft;
    -ms-animation-name: fadeInLeft;
    -o-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -ms-animation-iteration-count: 1;
    -o-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -ms-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 0.5s;
    -moz-animation-delay: 0.5s;
    -ms-animation-delay: 0.5s;
    -o-animation-delay: 0.5s;
    animation-delay: 0.5s;
    -webkit-animation-timing-function: ease;
    -moz-animation-timing-function: ease;
    -ms-animation-timing-function: ease;
    -o-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
}

.blourservice-effect2 .stitle:before {
    width: 50px;
    -webkit-transition: -webkit-all 0.3s cubic-bezier(0.26, 0.8, 0.62, 0.9);
    transition: -webkit-all 0.3s cubic-bezier(0.26, 0.8, 0.62, 0.9);
    -webkit-transition: all 0.3s cubic-bezier(0.26, 0.8, 0.62, 0.9);
    -o-transition: all 0.3s cubic-bezier(0.26, 0.8, 0.62, 0.9);
    transition: all 0.3s cubic-bezier(0.26, 0.8, 0.62, 0.9);
    -o-transition-delay: 1.5s;
    transition-delay: 1.5s;
    -webkit-transition-delay: 1.5s;
}

.blourservice-effect2 .stitle:after {
    width: 36px;
    -webkit-transition: -webkit-all 0.3s cubic-bezier(0.26, 0.8, 0.62, 0.9);
    transition: -webkit-all 0.3s cubic-bezier(0.26, 0.8, 0.62, 0.9);
    -webkit-transition: all 0.3s cubic-bezier(0.26, 0.8, 0.62, 0.9);
    -o-transition: all 0.3s cubic-bezier(0.26, 0.8, 0.62, 0.9);
    transition: all 0.3s cubic-bezier(0.26, 0.8, 0.62, 0.9);
    -o-transition-delay: 1.5s;
    transition-delay: 1.5s;
    -webkit-transition-delay: 1.5s;
}

@media all and (max-width: 769px) {
    .blourservice-effect2 .stitle:after {
        width: 22px;
    }
}

.blourservice-effect2 p {
    -webkit-animation-name: zoomInUp;
    -moz-animation-name: zoomInUp;
    -ms-animation-name: zoomInUp;
    -o-animation-name: zoomInUp;
    animation-name: zoomInUp;
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -ms-animation-iteration-count: 1;
    -o-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -ms-animation-duration: 1.5s;
    -o-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-delay: 0.5s;
    -moz-animation-delay: 0.5s;
    -ms-animation-delay: 0.5s;
    -o-animation-delay: 0.5s;
    animation-delay: 0.5s;
    -webkit-animation-timing-function: ease;
    -moz-animation-timing-function: ease;
    -ms-animation-timing-function: ease;
    -o-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
}

@media all and (max-width: 769px) {
    .svgsection > img {
        height: 36px;
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    -moz-animation-name: fadeInUp;
    -ms-animation-name: fadeInUp;
    -o-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -ms-animation-iteration-count: 1;
    -o-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -ms-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 0s;
    -moz-animation-delay: 0s;
    -ms-animation-delay: 0s;
    -o-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-timing-function: ease;
    -moz-animation-timing-function: ease;
    -ms-animation-timing-function: ease;
    -o-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
}

/*  footer */
.footer p,
.footer li a {
    color: #ffffff;
}

.footer a:hover {
    opacity: 0.8;
    text-decoration: underline;
}

.footer ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    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;
    justify-content: space-between;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.footer ul li {
    font-size: 16px;
    position: relative;
    padding-left: 10px;
}

@media all and (max-width: 769px) {
    .footer ul li {
        font-size: 13px;
        width: calc(50% - 5px);
        width: -moz-calc(50% - 5px);
        width: -webkit-calc(50% - 5px);
        width: -ms-calc(50% - 5px);
        width: -o-calc(50% - 5px);
        margin-right: 10px;
        float: left;
        margin-top: 10px;
    }

    .footer ul li:nth-child(2n) {
        margin-right: 0;
    }

    .footer ul li:last-child {
        margin-right: 0;
    }

    .footer ul li:nth-child(1), .footer ul li:nth-child(2) {
        margin-top: 0;
    }
}

.footer ul li:before {
    content: "";
    position: absolute;
    background: #ffffff;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    top: 0;
    left: 0;
    margin-top: 12px;
}

.footer .footer-logo {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    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-bottom: 50px;
}

@media all and (max-width: 769px) {
    .footer .footer-logo {
        margin-bottom: 30px;
    }
}

.footer .footer-top {
    background: #1e3058;
    padding: 60px 0 85px 0;
}

@media all and (max-width: 769px) {
    .footer .footer-top {
        padding: 30px 0 45px 0;
    }
}

.footer .footer-bottom {
    background: #005bac;
    padding: 7px 0;
}

.footer .footer-bottom .container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer .footer-bottom p {
    font-size: 12px;
}

.btn-logo a {
    display: block;
    border: 2px solid #ffffff;
    padding: 20px 60px;
}

@media all and (max-width: 769px) {
    .btn-logo a {
        padding: 10px 20px;
    }

    .btn-logo a img {
        height: 20px;
    }
}

.btn-logo a:hover {
    text-decoration: none;
}

.footer .container {
    max-width: 1100px;
}

.footer .page_top_cont .page_top .to_top a {
    display: block;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background: -webkit-gradient(linear, left top, right top, from(#1471b9), color-stop(50%, #65c6ee));
    background: -webkit-linear-gradient(left, #1471b9 0%, #65c6ee 50%);
    background: -o-linear-gradient(left, #1471b9 0%, #65c6ee 50%);
    background: linear-gradient(90deg, #1471b9 0%, #65c6ee 50%);
    position: relative;
}

.footer .page_top_cont .page_top .to_top a:hover {
    text-decoration: none;
}

.footer .page_top_cont .page_top .to_top a span {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    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: 100%;
    height: 100%;
    color: #ffffff;
    padding-top: 10px;
}

.footer .page_top_cont .page_top .to_top a img {
    width: auto;
    height: auto;
    position: absolute;
    left: 50%;
    margin-left: -6.5px;
    top: 15px;
}

/* mv */
.bgmv {
    background: url("../images/mv01.jpg") no-repeat center center;
}

.nav {
    background: #1e3058;
    width: 420px;
    max-width: 420px;
}

@media all and (max-width: 769px) {
    .nav {
        width: 300px;
        max-width: 300px;
    }
}

.nav .nav__inside__list {
    padding: 60px 30px;
}

@media all and (max-width: 769px) {
    .nav .nav__inside__list {
        padding: 30px 15px;
    }
}

#nav .nav .nav__inside__list {
    display: none;
}

#nav .show .nav__inside__list {
    display: block;
}

.nav__inside__list li a {
    font-size: 24px;
    color: #ffffff;
    border-bottom: 2px solid #ffffff;
}

@media all and (max-width: 769px) {
    .nav__inside__list li a {
        font-size: 14px;
    }
}

.header_top {
    padding: 10px 0;
}

.navstate_show .top_nav .hamburger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 50%;
    background: -webkit-gradient(linear, left top, right top, from(#1773bb), color-stop(0%, #2f8dcb), color-stop(0%, #308ecc), color-stop(50%, #66c7ef));
    background: -webkit-linear-gradient(left, #1773bb 0%, #2f8dcb 0%, #308ecc 0%, #66c7ef 50%);
    background: -o-linear-gradient(left, #1773bb 0%, #2f8dcb 0%, #308ecc 0%, #66c7ef 50%);
    background: linear-gradient(90deg, #1773bb 0%, #2f8dcb 0%, #308ecc 0%, #66c7ef 50%);
}

.text_true .hamburger_inside,
.text_true .righticons--icon_inside {
    top: 0;
}

.bgmv_inside {
    text-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    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: 100%;
}

.bgmv_inside h1 {
    font-size: 40px;
    color: #ffffff;
    letter-spacing: 2px;
}

@media all and (max-width: 769px) {
    .bgmv_inside h1 {
        font-size: 21px;
    }
}

@media all and (max-width: 360px) {
    .bgmv_inside h1 {
        font-size: 20px;
    }
}

.bgmv_inside .box-app {
    max-width: 557px;
    width: 557px;
    border: 2px solid #ffffff;
    padding: 10px 10px 15px;
    margin-top: 30px;
}

@media all and (max-width: 769px) {
    .bgmv_inside .box-app {
        width: 100%;
        max-width: 100%;
        padding: 10px;
        margin-top: 25px;
    }
}

.bgmv_inside .box-app span {
    font-size: 20px;
    background: #ffffff;
    display: inline-block;
    width: 100%;
    padding: 10px 0;
    color: #1e3058;
}

@media all and (max-width: 769px) {
    .bgmv_inside .box-app span {
        font-size: 18px;
    }
}

.bgmv_inside .box-app .block2 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    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: 15px;
}

@media all and (max-width: 769px) {
    .bgmv_inside .box-app .block2 {
        margin-top: 10px;
    }
}

.bgmv_inside .box-app .block2--ins {
    width: calc(50% - 40px);
    width: -moz-calc(50% - 40px);
    width: -webkit-calc(50% - 40px);
    width: -ms-calc(50% - 40px);
    width: -o-calc(50% - 40px);
}

@media all and (max-width: 769px) {
    .bgmv_inside .box-app .block2--ins img {
        height: 35px;
    }
}

.bgmv_inside .box-app .block2--ins:last-child {
    margin-right: 0;
}

.bgmv_inside .img-logo {
    margin: 10px 0 30px 0;
}

@media all and (max-width: 769px) {
    .bgmv_inside .img-logo {
        margin: 5px 0 25px 0;
    }

    .bgmv_inside .img-logo img {
        height: 45px;
    }
}

.hamburger_inside span:last-child {
    width: 60%;
    left: auto;
    right: 0;
}

.header_top_logo {
    opacity: initial;
}

.header_top_logo {
    margin-top: 0;
}

.header_top_logo a {
    border: 2px solid #ffffff;
    padding: 13px 20px;
    display: block;
}

.header_top_info {
    position: relative;
}

.header_top_info #nav {
    position: absolute;
    top: 0;
    right: 0;
}

.header .container {
    max-width: 100%;
    padding: 0 50px;
}

@media all and (max-width: 769px) {
    .header .container {
        padding: 0 10px;
    }
}

.navstate_show .top_nav .active {
    background: #1e3058;
}

.hamburger_inside span:first-child {
    top: -2px;
}

.hamburger_inside span:last-child {
    bottom: -2px;
}

.menu-open .hamburger_inside span:nth-child(1) {
    top: 0;
}

/* difine button */
.btn-page {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.btn-page a,
.btn-page input,
.btn-page button {
    font-size: 18px;
    border-radius: 29px;
    font-weight: bold;
    color: #ffffff;
    width: 364px;
    height: 58px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    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: -webkit-gradient(linear, left top, right top, from(#1773bb), color-stop(18%, #2f8dcb), color-stop(27%, #308ecc), color-stop(70%, #66c7ef));
    background: -webkit-linear-gradient(left, #1773bb 0%, #2f8dcb 18%, #308ecc 27%, #66c7ef 70%);
    background: -o-linear-gradient(left, #1773bb 0%, #2f8dcb 18%, #308ecc 27%, #66c7ef 70%);
    background: linear-gradient(90deg, #1773bb 0%, #2f8dcb 18%, #308ecc 27%, #66c7ef 70%);
}

@media all and (max-width: 769px) {
    .btn-page a,
    .btn-page input,
    .btn-page button {
        width: 80%;
        font-size: 16px;
        height: 40px;
    }
}

/* ID list */
.blue-box {
    background: #1E3058;
    color: #ffffff;
}

.blue-box p {
    color: #ffffff;
}

.flexstart {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.flexstart .txt {
    margin-right: 10px;
}

.btn-page input {
    border: none;
    cursor: pointer;
}

.table-stytle2 input {
    height: 40px;
}

.table-stytle2 input[type="text"],
.table-stytle2 input[type="tel"],
.table-stytle2 input[type="password"],
.table-stytle2 input[type="email"] {
    width: 100%;
    padding: 5px 20px;
}

.table-stytle2 input[type="text"]::-webkit-input-placeholder,
.table-stytle2 input[type="tel"]::-webkit-input-placeholder,
.table-stytle2 input[type="password"]::-webkit-input-placeholder,
.table-stytle2 input[type="email"]::-webkit-input-placeholder {
    font-size: 18px;
    color: #a1acc4;
}

.table-stytle2 input[type="text"]:-ms-input-placeholder,
.table-stytle2 input[type="tel"]:-ms-input-placeholder,
.table-stytle2 input[type="password"]:-ms-input-placeholder,
.table-stytle2 input[type="email"]:-ms-input-placeholder {
    font-size: 18px;
    color: #a1acc4;
}

.table-stytle2 input[type="text"]::-ms-input-placeholder,
.table-stytle2 input[type="tel"]::-ms-input-placeholder,
.table-stytle2 input[type="password"]::-ms-input-placeholder,
.table-stytle2 input[type="email"]::-ms-input-placeholder {
    font-size: 18px;
    color: #a1acc4;
}

.table-stytle2 input[type="text"]::placeholder,
.table-stytle2 input[type="tel"]::placeholder,
.table-stytle2 input[type="password"]::placeholder,
.table-stytle2 input[type="email"]::placeholder {
    font-size: 18px;
    color: #a1acc4;
}

@media all and (max-width: 769px) {
    .table-stytle2 input[type="text"]::-webkit-input-placeholder,
    .table-stytle2 input[type="tel"]::-webkit-input-placeholder,
    .table-stytle2 input[type="password"]::-webkit-input-placeholder,
    .table-stytle2 input[type="email"]::-webkit-input-placeholder {
        font-size: 14px;
    }

    .table-stytle2 input[type="text"]:-ms-input-placeholder,
    .table-stytle2 input[type="tel"]:-ms-input-placeholder,
    .table-stytle2 input[type="password"]:-ms-input-placeholder,
    .table-stytle2 input[type="email"]:-ms-input-placeholder {
        font-size: 14px;
    }

    .table-stytle2 input[type="text"]::-ms-input-placeholder,
    .table-stytle2 input[type="tel"]::-ms-input-placeholder,
    .table-stytle2 input[type="password"]::-ms-input-placeholder,
    .table-stytle2 input[type="email"]::-ms-input-placeholder {
        font-size: 14px;
    }

    .table-stytle2 input[type="text"]::placeholder,
    .table-stytle2 input[type="tel"]::placeholder,
    .table-stytle2 input[type="password"]::placeholder,
    .table-stytle2 input[type="email"]::placeholder {
        font-size: 14px;
    }
}

@media all and (max-width: 769px) {
    .table-stytle2 table {
        display: block;
        width: 100%;
    }
}

@media all and (max-width: 769px) {
    .table-stytle2 table tr,
    .table-stytle2 table tbody {
        display: block;
        width: 100%;
    }
}

.table-stytle2 table th,
.table-stytle2 table td {
    padding: 10px;
    font-weight: normal;
}

@media all and (max-width: 769px) {
    .table-stytle2 table th,
    .table-stytle2 table td {
        display: block;
        width: 100%;
    }
}

.table-stytle2 table th {
    text-align: left;
    font-size: 18px;
    color: #ffffff;
    width: 35%;
    font-weight: bold;
}

@media all and (max-width: 769px) {
    .table-stytle2 table th {
        font-size: 14px;
        width: 100%;
    }
}

.table-stytle2 table td {
    width: 65%;
    font-size: 18px;
}

@media all and (max-width: 769px) {
    .table-stytle2 table td {
        width: 100%;
        padding-top: 0;
        font-size: 14px;
    }
}

.table-stytle2 table .flexbox .ins {
    width: calc(50% - 7.5px);
    width: -moz-calc(50% - 7.5px);
    width: -webkit-calc(50% - 7.5px);
    width: -ms-calc(50% - 7.5px);
    width: -o-calc(50% - 7.5px);
    margin-right: 15px;
    float: left;
}

.table-stytle2 table .flexbox .ins:last-child {
    margin-right: 0;
}

.table-stytle2 .btn-page {
    margin-top: 20px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

@media all and (max-width: 769px) {
    .table-stytle2 .btn-page {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.table-stytle2 .btn-page input, .table-stytle2 .btn-page a {
    width: 155px;
    height: 38px;
    font-size: 18px;
}

@media all and (max-width: 769px) {
    .table-stytle2 .btn-page input, .table-stytle2 .btn-page a {
        height: 35px;
        width: 70%;
        font-size: 14px;
    }
}

.blue-link a {
    color: #305CBE;
    text-decoration: underline;
}

.blue-link a:hover {
    text-decoration: none;
    opacity: 0.8;
}

.linkright {
    display: inline-block;
    margin-left: 50px;
}

.id1 .bgmv_inside_center {
    width: 100%;
}

.id1 .search-box {
    margin-top: 110px;
    padding: 0 85px;
}

@media all and (max-width: 769px) {
    .id1 .search-box {
        margin-top: 40px;
        padding: 0;
    }
}

.id1 .search-box input[type="email"],
.id1 .search-box input[type="submit"] {
    height: 57px;
    width: 100%;
    border: none;
}

@media all and (max-width: 769px) {
    .id1 .search-box input[type="email"],
    .id1 .search-box input[type="submit"] {
        height: 40px;
        font-size: 14px;
    }
}

.id1 .search-box input[type="email"] {
    padding: 10px 20px;
}

@media all and (max-width: 769px) {
    .id1 .search-box input[type="email"] {
        padding: 10px;
    }
}

.id1 .search-box input[type="email"]::-webkit-input-placeholder {
    font-size: 20px;
    color: #1e3058;
}

.id1 .search-box input[type="email"]:-ms-input-placeholder {
    font-size: 20px;
    color: #1e3058;
}

.id1 .search-box input[type="email"]::-ms-input-placeholder {
    font-size: 20px;
    color: #1e3058;
}

.id1 .search-box input[type="email"]::placeholder {
    font-size: 20px;
    color: #1e3058;
}

@media all and (max-width: 769px) {
    .id1 .search-box input[type="email"]::-webkit-input-placeholder {
        font-size: 14px;
    }

    .id1 .search-box input[type="email"]:-ms-input-placeholder {
        font-size: 14px;
    }

    .id1 .search-box input[type="email"]::-ms-input-placeholder {
        font-size: 14px;
    }

    .id1 .search-box input[type="email"]::placeholder {
        font-size: 14px;
    }
}

.id1 .search-box .flexbox .box-input:first-child {
    width: calc(100% - 282px);
}

@media all and (max-width: 769px) {
    .id1 .search-box .flexbox .box-input:first-child {
        width: 100%;
    }
}

.id1 .search-box .flexbox .box-input:last-child {
    width: 237px;
}

@media all and (max-width: 769px) {
    .id1 .search-box .flexbox .box-input:last-child {
        width: 200px;
        margin: 0 auto;
        margin-top: 20px;
    }
}

.id1 .box-center {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.id1 .guide-box {
    max-width: 700px;
    width: 700px;
    background: #1e3058;
    color: #ffffff;
    padding: 50px;
}

@media all and (max-width: 769px) {
    .id1 .guide-box {
        max-width: 100%;
        width: 97%;
        padding: 20px 10px;
    }
}

.id1 .guide-box h2 {
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 30px;
}

@media all and (max-width: 769px) {
    .id1 .guide-box h2 {
        font-size: 18px;
        margin-bottom: 20px;
    }
}

.id1 .guide-box p {
    color: #ffffff;
    font-size: 16px;
    font-weight: normal;
}

@media all and (max-width: 769px) {
    .id1 .guide-box p {
        font-size: 14px;
    }
}

.id1 .table-box .table-stytle1 table {
    width: 100%;
}

.bgshow {
    background: #aaaaaa;
    z-index: 99;
    opacity: 0.7;
}

.popup-table {
    display: none;
    width: 100%;
    height: 100%;
    position: relative;
}

.popup-table .popup-table-cv {
    width: 723px;
    height: 200px;
    background: #dfecf6;
    padding: 40px;
    border-radius: 10px;
    position: absolute;
    z-index: 99999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    margin-top: -700px;
}

@media all and (max-width: 769px) {
    .popup-table .popup-table-cv {
        width: 95%;
        padding: 20px 10px;
        margin-top: -500px;
    }
}

.popup-table .popup-table-cv .flexbox {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.popup-table .popup-table-cv .flexbox h3 {
    font-size: 18px;
    margin-bottom: 15px;
}

.popup-table .popup-table-cv .flexbox p {
    font-size: 16px;
}

.popup-table .popup-table-cv .flexbox .ins:first-child {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
}

.popup-table .popup-table-cv .flexbox .ins:last-child {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
}

.popup-table .popup-table-cv .container {
    position: relative;
}

@media all and (max-width: 769px) {
    .popup-table .popup-table-cv .container {
        padding: 0;
    }
}

.popup-table .popup-table-cv .container .close-btn {
    position: absolute;
    top: 0;
    right: 0;
    margin-top: -20px;
    margin-right: -20px;
    cursor: pointer;
}

@media all and (max-width: 769px) {
    .popup-table .popup-table-cv .container .close-btn {
        margin-top: -10px;
        margin-right: 0px;
    }
}

.show {
    display: block;
}

.id12 .text-small {
    margin-top: 10px;
    color: #ffffff;
    font-size: 12px;
    text-align: left;
}

.id12 .text-small a {
    color: #ffffff;
    text-decoration: underline;
}

.id12 .text-small a:hover {
    text-decoration: none;
}

.id12 .bgmv_inside_center {
    width: 100%;
    margin: 0 75px;
}

@media all and (max-width: 769px) {
    .id12 .bgmv_inside_center {
        margin: 0;
    }
}

.id12 input, .id12 a {
    width: 155px;
    height: 38px;
}

@media all and (max-width: 769px) {
    .id12 input, .id12 a {
        width: 100%;
        height: 28px;
        font-size: 14px;
    }
}

.id12 .table-stytle1 {
    margin-top: 30px;
}

@media all and (max-width: 769px) {
    .id12 .table-stytle1 {
        overflow-x: scroll;
        margin-top: 10px;
    }
}

@media all and (max-width: 769px) {
    .id12 .table-stytle1 table {
        width: 700px;
    }
}

.id12 .table-stytle1 table th,
.id12 .table-stytle1 table td {
    padding: 15px 25px;
    font-size: 18px;
}

@media all and (max-width: 769px) {
    .id12 .table-stytle1 table th,
    .id12 .table-stytle1 table td {
        padding: 5px 10px;
        font-size: 14px;
    }
}

.id12 .table-stytle1 table th {
    background: #1e3058;
    color: #fff;
}

.id12 .table-stytle1 table td {
    background: #fff;
    color: #1e3058;
    text-align: left;
}

.id12 .table-stytle1 table tr:nth-child(2n + 1) td {
    background: #E9E9E9;
}

.id12 .table-stytle1 table tr td {
    border-right: 2px solid #B1B3C7;
    position: relative;
}

.id12 .table-stytle1 table tr td:nth-child(3), .id12 .table-stytle1 table tr td:nth-child(2) {
    border-right: 2px solid #F2BBAD;
}

.id12 .table-stytle1 table tr td:nth-child(3) {
    position: relative;
}

.id12 .table-stytle1 table tr td:nth-child(3):before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
}

.id12 .table-stytle1 table tr td:last-child {
    border-right: 2px solid #000000;
}

.id12 .table-stytle1 table tr th {
    border-right: 2px solid #B1B3C7;
}

.id12 .table-stytle1 table tr th:nth-child(3), .id12 .table-stytle1 table tr th:nth-child(2) {
    border-right: 2px solid #F2BBAD;
}

.id12 .table-stytle1 table tr th:last-child {
    border-right: 2px solid #000000;
}

@media all and (max-width: 768px) {
    .id12 .table-stytle1 table tr th:first-child {
        width: calc(100% - 399px);
    }
    .id12 .table-stytle1 table tr td:last-child {
        border-right: 1px solid #000000;
    }
}

@media all and (max-width: 768px) {
    .id12 .table-stytle1 table tr th:nth-child(2) {
        width: 117px;
    }
}

@media all and (max-width: 768px) {
    .id12 .table-stytle1 table tr th:nth-child(3) {
        width: 142px;
    }
}

@media all and (max-width: 768px) {
    .id12 .table-stytle1 table tr th:nth-child(4) {
        width: 140px;
    }
}

.id12 .table-stytle1 table tr th:nth-child(3) {
    position: relative;
}

.id12 .table-stytle1 table tr th:nth-child(3):before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(221, 74, 39, 0.03);
    top: 0;
    right: 0;
}

.id12 .table-stytle1 table tr:last-child td {
    padding: 30px 25px;
}

@media all and (max-width: 769px) {
    .id12 .table-stytle1 table tr:last-child td {
        padding: 5px 10px;
    }
}

.id12 .check-list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.id12 .check-list span {
    width: 28px;
    height: 28px;
    background: #0f6bb6;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    border: 2px solid #43a1d7;
}

@media all and (max-width: 769px) {
    .id12 .check-list span {
        width: 20px;
        height: 20px;
    }
}

.id12 .check-list span i {
    color: #fff;
    font-size: 14px;
}

@media all and (max-width: 769px) {
    .id12 .check-list span i {
        font-size: 10px;
    }
}

.id13 .bgmv_inside_center {
    width: 980px;
}

@media all and (max-width: 769px) {
    .id13 .bgmv_inside_center {
        width: 100%;
    }
}

.id13 .table-box {
    margin-top: 20px;
    background: #1e3058;
    padding: 40px 40px 30px 40px;
}

@media all and (max-width: 769px) {
    .id13 .table-box {
        padding: 10px 10px 20px 10px;
        margin-top: 10px;
    }
}

@media all and (max-width: 769px) {
    .id13 .bgmv {
        background-size: cover;
    }
}

.id13 .btn-page {
    padding: 0 10px;
}

.id14 table td {
    color: #ffffff;
    text-align: left;
}

@media all and (max-width: 769px) {
    .id14 .bgmv {
        background-size: cover;
    }
}

.id15 .blue-box {
    padding: 60px 190px;
    margin-top: 20px;
    margin: 20px 110px 0 110px;
}

@media all and (max-width: 769px) {
    .id15 .blue-box {
        margin: 10px 0 0 0;
        padding: 30px 10px;
    }
}

.id15 h2 {
    font-size: 30px;
    font-weight: normal;
}

@media all and (max-width: 769px) {
    .id15 h2 {
        font-size: 18px;
    }
}

.id15 .medium-txt {
    font-size: 20px;
    padding: 50px 0 55px;
}

@media all and (max-width: 769px) {
    .id15 .medium-txt {
        font-size: 16px;
        padding: 20px;
    }
}

.id15 .small-txt {
    text-align: right;
}

@media all and (max-width: 769px) {
    .id15 .small-txt {
        text-align: center;
    }
}

.id15 .small-txt span {
    background: url(../images/closed.png) no-repeat center left;
    padding-left: 20px;
}

.id15 .btn-next {
    display: block;
    text-align: left;
    margin-top: 10px;
    background: #ffffff;
    padding: 14px 25px;
    position: relative;
    z-index: 1;
}

@media all and (max-width: 769px) {
    .id15 .btn-next {
        padding: 10px;
    }
}

.id15 .btn-next:hover:before {
    background: url(../images/icon-next-hover.png) no-repeat center center;
}

.id15 .btn-next:hover:after {
    width: 100%;
}

.id15 .btn-next:hover p {
    color: #ffffff;
}

@media all and (max-width: 768px) {
    .id15 .btn-next:hover p {
        color: #1E3058;
    }

    .id15 .btn-next:hover:before {
        background: url(../images/icon-next.png) no-repeat center center;
        background-size: 50%;
        margin-right: 5px;
    }

    .id15 .btn-next:hover:after {
        display: none;
    }
}

.id15 .btn-next:before {
    content: '';
    position: absolute;
    background: url(../images/icon-next.png) no-repeat center center;
    width: 22px;
    height: 40px;
    top: 50%;
    right: 0;
    margin-top: -20px;
    margin-right: 20px;
}

@media all and (max-width: 769px) {
    .id15 .btn-next:before {
        background-size: 50%;
        margin-right: 5px;
    }
}

.id15 .btn-next:after {
    content: '';
    position: absolute;
    background: #005BAC;
    height: 100%;
    width: 0;
    top: 0;
    left: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    z-index: -1;
}

.id15 .btn-next p {
    color: #1E3058;
    font-size: 20px;
    font-weight: normal;
}

@media all and (max-width: 769px) {
    .id15 .btn-next p {
        font-size: 14px;
    }
}

.id15 .btn-next img {
    margin-top: 5px;
}

.id16 .bgmv {
    background: url(../images/mv01id16.jpg) no-repeat center center;
    background-size: cover;
    height: 1057px;
}

@media all and (max-width: 769px) {
    .id16 .bgmv {
        height: auto;
        background-size: cover;
    }
}

.id16 .bgmv_inside_center {
    width: 100%;
}

.id16 .table-box {
    padding: 0;
    background: none;
    margin-top: 0;
}

.id16 .credit-box {
    margin: 20px 110px 0 110px;
    background: #1E3058;
    padding: 40px 50px;
}

@media all and (max-width: 769px) {
    .id16 .credit-box {
        margin: 10px 0 0 0;
        padding: 10px 10px 25px 10px;
    }
}

.id16 .white-box {
    background: #ffffff;
    margin: 30px 10px 20px 10px;
    padding: 25px;
}

@media all and (max-width: 769px) {
    .id16 .white-box {
        padding: 10px;
    }
}

.id16 .white-box .large-txt {
    font-size: 24px;
    display: inline-block;
    margin-left: 50px;
}

@media all and (max-width: 769px) {
    .id16 .white-box .large-txt {
        font-size: 18px;
        margin-left: 20px;
    }
}

.id16 .white-box .tit {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 5px;
}

.id16 .white-box .linkright {
    display: inline-block;
    margin-left: 50px;
    float: right;
}

.id16 .white-box .blue-link {
    color: #305CBE;
    text-decoration: underline;
}

.id16 .white-box .blue-link:hover {
    text-decoration: none;
    opacity: 0.8;
}

.id16 .white-box ul li {
    color: #1E3058;
    text-align: left;
    font-size: 14px;
}

.id16 .white-box ul.beside li {
    margin-bottom: 20px;
}

.id16 .white-box ul.beside li:last-child {
    margin-bottom: 0;
}

.id16 .white-box ul.beside .flexbox {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.id16 .white-box ul.inside li {
    margin-bottom: 0;
}

.id16 .block-bottom {
    text-align: left;
    color: #ffffff;
    margin: 0 10px;
}

.id16 .block-bottom p {
    color: #ffffff;
}

.id16 .block-bottom .small-text {
    font-size: 12px;
}

.id16 .block-bottom .btn-page input, .id16 .block-bottom .btn-page a {
    width: 188px;
    height: 38px;
}

@media all and (max-width: 769px) {
    .id16 .block-bottom .btn-page input, .id16 .block-bottom .btn-page a {
        font-size: 14px;
    }
}

.id16 .block-bottom label {
    font-size: 18px;
}

.id16 .block-bottom label input {
    margin-right: 5px;
}

@media all and (max-width: 769px) {
    .id16 .block-bottom label {
        font-size: 16px;
    }
}

.id16 .block-bottom--ins:last-child {
    width: 100%;
    margin-top: 20px;
}

@media all and (max-width: 769px) {
    .id16 .table-stytle2 input[type="text"], .id16 .table-stytle2 input[type="tel"], .id16 .table-stytle2 input[type="password"] {
        padding: 5px 10px;
    }

    .id16 .table-stytle2 table td {
        padding-bottom: 0;
    }
}

.id17 .bgmv_inside_center {
    width: 100%;
    margin: 0 110px 0 110px;
}

@media all and (max-width: 769px) {
    .id17 .bgmv_inside_center {
        margin: 0;
    }
}

.id17 .blue-box {
    padding: 55px 130px;
    margin-top: 20px;
}

@media all and (max-width: 769px) {
    .id17 .blue-box {
        padding: 30px 10px;
        margin-top: 10px;
    }
}

.id17 h2 {
    font-size: 30px;
    font-weight: normal;
}

@media all and (max-width: 769px) {
    .id17 h2 {
        font-size: 18px;
    }
}

.id17 h3 {
    font-size: 30px;
    font-weight: normal;
    margin: 30px 0;
}

@media all and (max-width: 769px) {
    .id17 h3 {
        font-size: 18px;
        margin: 15px 0;
    }
}

.id17 .medium-txt {
    font-size: 20px;
}

@media all and (max-width: 769px) {
    .id17 .medium-txt {
        font-size: 16px;
    }
}

.id17 .small-txt {
    margin: 30px 0;
}

@media all and (max-width: 769px) {
    .id17 .small-txt {
        margin: 15px 0;
    }
}

.id17 .btn-page input, .id17 .btn-page a {
    width: 155px;
    height: 38px;
}

@media all and (max-width: 769px) {
    .id17 .bgmv {
        background-size: cover;
    }
}

.id21 .bgmv {
    background-size: cover;
}

.id21 .bgmv_inside_center {
    width: 943px;
}

.id21 .table-stytle2 table th {
    width: 40%;
}

@media all and (max-width: 769px) {
    .id21 .table-stytle2 table th {
        width: 100%;
    }
}

.id21 .table-stytle2 table td {
    color: #ffffff;
    text-align: left;
    width: 60%;
}

@media all and (max-width: 769px) {
    .id21 .table-stytle2 table td {
        width: 100%;
    }
}

.id21 .table-box {
    padding: 20px 30px 20px 30px;
    min-height: 332px;
}

.id21 .list21 li {
    margin-bottom: 20px;
}

@media all and (max-width: 769px) {
    .id21 .list21 li {
        margin-bottom: 10px;
    }
}

.id21 .list21 li:last-child {
    margin-bottom: 0;
}

.id21 .table-box {
    position: relative;
}

.id21 .table-box:before {
    content: '';
    position: absolute;
    background: #ffffff;
    height: 100%;
    width: 1px;
    top: 0;
    left: 0;
    margin-left: 350px;
}

@media all and (max-width: 769px) {
    .id21 .table-box:before {
        display: none;
    }
}

.id21 .table-box:after {
    content: '';
    position: absolute;
    background: #ffffff;
    height: 100%;
    width: 1px;
    top: 0;
    left: 0;
    margin-left: 355px;
}

@media all and (max-width: 769px) {
    .id21 .table-box:after {
        display: none;
    }
}

.id21 .btn-page {
    margin-top: 35px;
}

@media all and (max-width: 769px) {
    .id21 .btn-page {
        margin-top: 25px;
    }
}

.id21 .btn-page input, .id21 .btn-page a {
    width: 155px;
    height: 38px;
}

.id23 .table-box {
    color: #ffffff;
    text-align: left;
    font-size: 18px;
    line-height: 2;
}

@media all and (max-width: 769px) {
    .id23 .table-box {
        font-size: 16px;
    }
}

.id23 .table-box:before {
    content: '';
    display: none;
}

.id23 .table-box:after {
    content: '';
    display: none;
}

.id30 .tit {
    font-weight: bold;
}

.id30 p {
    color: #1E3058;
}

.id30 .bgmv {
    background: url(../images/mv01id16.jpg) no-repeat center center;
    height: 1074px;
    background-size: cover;
}

@media all and (max-width: 769px) {
    .id30 .bgmv {
        height: auto;
    }
}

.id30 .table-stytle2 table th, .id30 .table-stytle2 table td {
    border-bottom: 1px solid #ffffff;
}

@media all and (max-width: 769px) {
    .id30 .table-stytle2 table th, .id30 .table-stytle2 table td {
        padding: 10px 0;
    }
}

.id30 .table-stytle2 table tr:last-child th, .id30 .table-stytle2 table tr:last-child td {
    border-bottom: none;
}

.id30 .table-stytle2 table th {
    padding-left: 0;
    vertical-align: top;
}

.id30 .table-stytle2 table td {
    padding-right: 0;
}

.id30 .table-stytle2 table textarea {
    width: 100%;
    height: 106px;
    padding: 10px 20px;
    resize: none;
}

.id30 .table-stytle2 table textarea::-webkit-input-placeholder {
    color: #A1ACC4;
}

.id30 .table-stytle2 table textarea:-ms-input-placeholder {
    color: #A1ACC4;
}

.id30 .table-stytle2 table textarea::-ms-input-placeholder {
    color: #A1ACC4;
}

.id30 .table-stytle2 table textarea::placeholder {
    color: #A1ACC4;
}

.id30 .table-stytle2 table .flexbox .ins {
    width: calc(50% - 5px);
    width: -moz-calc(50% - 5px);
    width: -webkit-calc(50% - 5px);
    width: -ms-calc(50% - 5px);
    width: -o-calc(50% - 5px);
    margin-right: 10px;
    float: left;
}

.id30 .table-stytle2 table .flexbox .ins:last-child {
    margin-right: 0;
}

.id30 .table-stytle2 .street-address .ins {
    margin-bottom: 10px;
    text-align: left;
}

.id30 .table-stytle2 .street-address .ins:last-child {
    margin-bottom: 0;
}

.id30 .table-stytle2 .street-address .w214 {
    width: 214px;
}

@media all and (max-width: 769px) {
    .id30 .table-stytle2 .street-address .w214 {
        width: 50%;
    }
}

.id30 .box-white {
    background: #D9E2E9;
    padding: 25px 40px 25px 40px;
}

@media all and (max-width: 769px) {
    .id30 .box-white {
        padding: 20px 10px 20px 10px;
    }
}

.id30 .box-white ul li {
    text-align: left;
    color: #1E3058;
    line-height: 2;
}

.id30 .box-white .flexbox {
    margin-top: 15px;
}

.id30 .box-white .flexbox label {
    font-size: 18px;
}

.id30 .box-white .flexbox label input {
    margin-right: 5px;
}

@media all and (max-width: 769px) {
    .id30 .box-white .flexbox li:last-child {
        width: 100%;
    }
}

.id30 .btn-page input {
    width: 155px;
    height: 38px;
}

@media all and (max-width: 769px) {
    .id30 .btn-page {
        width: 100%;
    }
}

@media all and (max-width: 769px) {
    .id30 .linkright {
        margin-left: 0;
    }
}

.id31 .table-stytle2 table td {
    color: #ffffff;
    text-align: left;
}

.id31 .btn-page {
    margin-top: 35px;
}

@media all and (max-width: 769px) {
    .id31 .btn-page {
        margin-top: 25px;
    }
}

.id32 h1 {
    line-height: 2 !important;
}

@media all and (max-width: 768px) {
    .id32 h1 {
        line-height: 1.6 !important;
    }
}

.id32 .btn-page {
    margin-top: 80px;
}

.id32 .btn-page input {
    width: 155px;
    height: 38px;
}

@media all and (max-width: 769px) {
    .id32 .btn-page {
        margin-top: 30px;
    }
}

.section8 .table-stytle2 table th {
    color: #1E2227;
    font-weight: bold;
}

@media all and (max-width: 769px) {
    .section8 .table-stytle2 table th {
        color: #ffffff;
    }
}

.section8 .btn-page {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media all and (max-width: 769px) {
    .lsa1 {
        letter-spacing: -1px;
    }
}

.show-pp {
    cursor: pointer;
    display: block;
}

@media all and (max-width: 769px) {
    .bgmv {
        padding: 50px 0;
    }

    .bgmv {
        height: auto;
        background-size: cover;
    }
}

/* 07/01/2020 */
.id13-free .bgmv {
    height: 900px;
    background-size: cover;
}

@media all and (max-width: 769px) {
    .id13-free .bgmv {
        height: auto;
    }
}

/* 07/02/2020 */
.top_nav .header_top {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}


@media all and (max-width: 768px) {
    .header_top_info {
        position: inherit;
    }

    .header_top_info #nav {
        width: 100%;
        display: flex;
        justify-content: flex-end;
        top: 10px;
        right: 10px;
    }
}


