.oneline {
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
}

.clear {
    clear: both;
    float: left;
}

.ib {
    display: inline-block;
}

.ibt {
    display: inline-block;
    vertical-align: top;
}

.ibm {
    display: inline-block;
    vertical-align: middle;
}

.ibb {
    display: inline-block;
    vertical-align: bottom;
}

.justify {
    text-align: justify;
    text-justify: inter-ideograph;
    -ms-text-justify: inter-ideograph;
}

.w-fix {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    height: 0;
}

.h-fix {
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 100%;
}

.bs {
    box-sizing: border-box;
}

.hl {
    background-color: #ff8100;
    color: #fff;
}

.ol {
    list-style: none;
}

.abs {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

body {
    min-width: 480px;
}

body .m-hide,
body .t-hide {
    display: block !important;
}

body .m-show,
body .t-show,
body .d-hide {
    display: none !important;
}

body .d-show {
    display: block !important;
}

@media screen and (max-width: 1199px) {

    body .m-hide,
    body .d-hide {
        display: block !important;
    }

    body .m-show,
    body .d-show,
    body .t-hide {
        display: none !important;
    }

    body .t-show {
        display: block !important;
    }
}

@media screen and (max-width: 767px) {

    body .t-hide,
    body .d-hide {
        display: block !important;
    }

    body .t-show,
    body .d-show,
    body .m-hide {
        display: none !important;
    }

    body .m-show {
        display: block !important;
    }
}

@keyframes fadeIn {
    from {
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
        filter: alpha(opacity=0);
        -moz-opacity: 0;
        -khtml-opacity: 0;
        opacity: 0;
    }

    to {
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
        filter: alpha(opacity=100);
        -moz-opacity: 1;
        -khtml-opacity: 1;
        opacity: 1;
    }
}

@keyframes l2r {
    from {
        left: -100%;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
        filter: alpha(opacity=0);
        -moz-opacity: 0;
        -khtml-opacity: 0;
        opacity: 0;
    }

    to {
        left: 0;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
        filter: alpha(opacity=100);
        -moz-opacity: 1;
        -khtml-opacity: 1;
        opacity: 1;
    }
}

@keyframes r2l {
    from {
        left: 100%;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
        filter: alpha(opacity=0);
        -moz-opacity: 0;
        -khtml-opacity: 0;
        opacity: 0;
    }

    to {
        left: 0;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
        filter: alpha(opacity=100);
        -moz-opacity: 1;
        -khtml-opacity: 1;
        opacity: 1;
    }
}

@keyframes b2t {
    from {
        top: 200px;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
        filter: alpha(opacity=0);
        -moz-opacity: 0;
        -khtml-opacity: 0;
        opacity: 0;
    }

    to {
        top: 0;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
        filter: alpha(opacity=100);
        -moz-opacity: 1;
        -khtml-opacity: 1;
        opacity: 1;
    }
}

@keyframes t2b {
    from {
        top: -200px;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
        filter: alpha(opacity=0);
        -moz-opacity: 0;
        -khtml-opacity: 0;
        opacity: 0;
    }

    to {
        top: 0;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
        filter: alpha(opacity=100);
        -moz-opacity: 1;
        -khtml-opacity: 1;
        opacity: 1;
    }
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
        filter: alpha(opacity=0);
        -moz-opacity: 0;
        -khtml-opacity: 0;
        opacity: 0;
    }

    to {
        transform: rotate(360deg);
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
        filter: alpha(opacity=100);
        -moz-opacity: 1;
        -khtml-opacity: 1;
        opacity: 1;
    }
}

@keyframes rotate_back {
    from {
        transform: rotate(360deg);
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
        filter: alpha(opacity=0);
        -moz-opacity: 0;
        -khtml-opacity: 0;
        opacity: 0;
    }

    to {
        transform: rotate(0deg);
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
        filter: alpha(opacity=100);
        -moz-opacity: 1;
        -khtml-opacity: 1;
        opacity: 1;
    }
}

.container,
.large-container {
    margin: auto;
    position: relative;
    padding-left: 30px;
    padding-right: 30px;
}

.container .container,
.container .large-container,
.large-container .container,
.large-container .large-container {
    padding-left: 0;
    padding-right: 0;
}

.container {
    max-width: 1200px;
}

.large-container {
    max-width: 1585px;
}

header,
#content,
footer {
    width: 100%;
    float: left;
    clear: both;
    position: relative;
}

header {
    z-index: 10;
}

header .top-container {
    text-align: right;
    background: url(../../../img/header-shadow.png) repeat-y right top #fff;
}

header .top-container .logo {
    position: absolute;
    left: 30px;
    top: 50%;
    margin-top: -31px;
}

header .top-container .logo img {
    width: 181px;
    height: auto;
}

header .top-container .lang {
    display: inline-block;
    vertical-align: middle;
}

header .top-container .lang>a {
    display: inline-block;
    vertical-align: middle;
}

header .top-container .lang .search {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 300px;
    border: 1px solid #d7d7d7;
    box-sizing: border-box;
    padding: 0 45px 0 13px;
    background: #fff;
    margin-left: 18px;
}

header .top-container .lang .search input {
    width: 100%;
    height: 38px;
}

header .top-container .lang .search button {
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;
    width: 25px;
    background: url(../../../img/icon_search.svg) no-repeat center;
}

header .top-container .lang ul {
    display: inline-block;
    vertical-align: middle;
    margin-left: 22px;
}

header .top-container .lang ul li {
    list-style: none;
    display: inline-block;
    vertical-align: middle;
}

header .top-container .lang ul li+li {
    margin-left: 7px;
}

header .top-container .lang ul li a {
    display: block;
    border-radius: 50%;
    background-color: #868686;
    width: 45px;
    padding: 11px 0;
    color: #fff;
    font-size: 16px;
    text-align: center;
}

header .top-container .lang ul li a.selected,
header .top-container .lang ul li a:hover {
    background-color: #ff8100;
}

header .top-container .h-fix {
    min-height: 120px;
}

header .top-container .menu-button {
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -15px;
    width: 30px;
    height: 30px;
    background: url(../../../img/nav-icon.svg) no-repeat center center;
    display: none;
}

header #marquee {
    background: url(../../../img/gradient-bg.png) repeat-y right top/100% 100%;
}

header #marquee .marquee-wrapper {
    position: relative;
    padding-right: 115px;
    padding-left: 35px;
}

header #marquee .marquee-wrapper .marquee-container {
    position: relative;
    overflow: hidden;
    white-space: nowrap;
}

header #marquee .marquee-wrapper .marquee-container .slider {
    display: inline-block;
    vertical-align: top;
}

header #marquee .marquee-wrapper .marquee-container .marquee {
    line-height: 40px;
    position: relative;
}

header #marquee .marquee-wrapper .marquee-container .marquee div {
    color: #fff;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    font-size: 17px;
    letter-spacing: 0.65px;
}

header #marquee .marquee-wrapper .marquee-container .marquee a {
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    text-decoration: underline;
    font-size: 17px;
    letter-spacing: 0.65px;
}

header #marquee .marquee-wrapper .marquee-container .marquee.more-padding {
    padding-right: 55px;
}

header #marquee .marquee-wrapper .prev,
header #marquee .marquee-wrapper .next {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 20px;
    background: url(../../../img/arrow_white.svg) no-repeat center;
}

header #marquee .marquee-wrapper .prev.disable,
header #marquee .marquee-wrapper .next.disable {
    opacity: 0.5;
}

header #marquee .marquee-wrapper .prev {
    right: 26px;
}

header #marquee .marquee-wrapper .next {
    right: 0;
    transform: rotate(180deg);
}

header #marquee .marquee-wrapper:before {
    content: '';
    position: absolute;
    top: 0;
    left: -3px;
    bottom: 0;
    width: 30px;
    background: url(../../../img/icon_ic_point.svg) no-repeat center center;
}

header .bottom-container {
    position: relative;
}

header .bottom-container:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=37);
    filter: alpha(opacity=37);
    -moz-opacity: 0.37;
    -khtml-opacity: 0.37;
    opacity: 0.37;
}

header .bottom-container .container {
    padding-left: 0;
    padding-right: 0;
}

header .bottom-container .menu {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
}

header .bottom-container .menu>ul>li {
    display: inline-block;
    vertical-align: middle;
    list-style: none;
    padding: 9px 3px;
    position: relative;
}

header .bottom-container .menu>ul>li:hover ul {
    display: block;
}

header .bottom-container .menu>ul>li+li {
    margin-left: 26px;
}

header .bottom-container .menu>ul>li>a {
    font-size: 15px;
    display: block;
    color: #fff;
    font-weight: 900;
    padding-top: 5px;
    border-bottom: 3px solid transparent;
}

header .bottom-container .menu>ul>li>a.selected,
header .bottom-container .menu>ul>li>a:hover {
    border-bottom-color: #ff8100;
}

header .bottom-container .menu>ul>li ul {
    position: absolute;
    left: 8px;
    top: 100%;
    width: 280px;
    border-radius: 0 20px 20px 20px;
    padding: 30px;
    overflow: hidden;
    box-sizing: border-box;
    display: none;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.4);
}

header .bottom-container .menu>ul>li ul:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);
    filter: alpha(opacity=90);
    -moz-opacity: 0.9;
    -khtml-opacity: 0.9;
    opacity: 0.9;
}

header .bottom-container .menu>ul>li ul li {
    list-style: none;
    position: relative;
}

header .bottom-container .menu>ul>li ul li+li {
    margin-top: 20px;
}

header .bottom-container .menu>ul>li ul li a {
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
    padding-top: 5px;
    padding-bottom: 2px;
    border-bottom: 3px solid transparent;
    letter-spacing: 0.2px;
}

header .bottom-container .menu>ul>li ul li a.selected,
header .bottom-container .menu>ul>li ul li a:hover {
    border-bottom-color: #ff8100;
}

header .bottom-container .h-fix {
    min-height: 56px;
}

#content {
    min-height: 500px;
    margin-top: -56px;
}

#content .main-banner {
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    text-align: center;
    position: relative;
}

#content .main-banner:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40);
    filter: alpha(opacity=40);
    -moz-opacity: 0.4;
    -khtml-opacity: 0.4;
    opacity: 0.4;
}

#content .main-banner h1 {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    font-size: 48px;
    position: relative;
    padding: 0 40px;
    margin-top: 58px;
    letter-spacing: 1px;
    word-break: break-word;
}

#content .main-banner h1:before {
    content: '';
    position: absolute;
    width: 100%;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
    opacity: 0.6;
    background-color: #000;
    height: 20px;
    bottom: 7px;
    left: 0;
}

#content .main-banner h1 span {
    position: relative;
}

#content .main-banner .h-fix {
    min-height: 360px;
}

#content #navigation {
    background: #efefef;
    padding-top: 12px;
}

#content #navigation .navigation {
    margin-right: 60px;
}

#content #navigation .navigation * {
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    color: #464646;
}

#content #navigation .back {
    position: absolute;
    top: 4px;
    right: 30px;
    font-size: 15px;
    color: #464646;
    padding-left: 25px;
}

#content #navigation .back:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 20px;
    height: 20px;
    background: url(../../../img/arrow_path.svg) no-repeat center;
    transform: rotate(180deg);
}

#content .content {
    background-color: #efefef;
    padding: 42px 0 60px;
}

#content .content .page-title {
    font-size: 45px;
    color: #ff8100;
    margin-bottom: 45px;
}

#content .content .page-title+.editor {
    opacity: 0;
    transition: all 0.5s ease-in-out;
}

#content .content .page-title+.editor.animate {
    opacity: 1;
}

#content .content #list1 {
    margin-top: 30px;
}

#content .content #list1>div {
    background: #fff;
    padding: 25px 30px 20px;
    margin-bottom: 20px;
    display: flex;
    border-radius: 0 30px 0 30px;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}

#content .content #list1>div time {
    width: 100px;
    font-size: 20px;
}

#content .content #list1>div time span {
    display: block;
    color: #ff8100;
    font-size: 28px;
}

#content .content #list1>div .info {
    width: calc(100% - 100px);
}

#content .content #list1>div .info>h2 {
    font-size: 20px;
    letter-spacing: 0.1px;
    margin-bottom: 13px;
}

#content .content #list1>div .info>a {
    display: inline-block;
    color: #ff8100;
    padding-left: 32px;
    font-size: 16px;
    margin-top: 17px;
    letter-spacing: 0.5px;
    background: url(../../../img/icon_more.svg) no-repeat left;
}

#content .content #list1>div:nth-child(even) {
    background: #fff2e5;
}

#content .content #list1>div.animate {
    opacity: 1;
}

#content .content #list2 {
    margin-top: 30px;
}

#content .content #list2>div {
    margin-bottom: 30px;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}

#content .content #list2>div>a {
    display: block;
    position: relative;
    color: #fff;
    background: #ff8100;
    padding: 12px 20px;
    font-size: 20px;
    letter-spacing: 0.2px;
    font-weight: bold;
    min-height: 50px;
    box-sizing: border-box;
}

#content .content #list2>div>a:after {
    content: '';
    position: absolute;
    top: -10px;
    right: 10px;
    background: #fff url(../../../img/button_faq_open.svg) no-repeat center;
    width: 37px;
    height: 37px;
    border: 1px solid #ff8100;
}

#content .content #list2>div .info {
    display: none;
    padding: 22px 20px;
    background: #fff;
}

#content .content #list2>div.open>a:after {
    background-image: url(../../../img/button_faq_close.svg);
}

#content .content #list2>div.animate {
    opacity: 1;
}

#content .content #list3>div {
    display: inline-block;
    vertical-align: top;
    width: calc((100% - 120px) / 4);
    margin-right: 40px;
    margin-bottom: 34px;
    text-align: center;
    position: relative;
    top: 10px;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}

#content .content #list3>div a img,
#content .content #list3>div div img {
    width: 100%;
    height: auto;
}

#content .content #list3>div a {
    display: block;
    position: relative;
}

#content .content #list3>div a:before,
#content .content #list3>div a:after {
    content: '';
    position: absolute;
    right: 10px;
    bottom: 10px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

#content .content #list3>div a:before {
    background: #000;
    opacity: 0.5;
}

#content .content #list3>div a:after {
    background: url(../../../img/icon_more_2.svg) no-repeat center;
}

#content .content #list3>div a:hover:before {
    background-color: #fff;
    opacity: 1;
}

#content .content #list3>div a:hover:after {
    background-image: url(../../../img/icon_more_2_orange.svg);
}

#content .content #list3>div h3 {
    font-size: 18px;
    font-weight: 800;
    margin-top: 13px;
    line-height: 30px;
    letter-spacing: 0.5px;
}

#content .content #list3>div time {
    font-size: 17px;
    letter-spacing: 0.6px;
    margin-top: 6px;
    display: block;
}

#content .content #list3>div:nth-child(4n) {
    margin-right: 0;
}

#content .content #list3>div.animate {
    opacity: 1;
    top: 0;
}

#content .content .pager {
    position: relative;
    text-align: center;
    padding-top: 20px;
}

#content .content .pager * {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
}

#content .content .pager .first,
#content .content .pager .last,
#content .content .pager .page,
#content .content .pager input {
    line-height: 36px;
    height: 36px;
}

#content .content .pager .first {
    margin-right: 8px;
}

#content .content .pager .first,
#content .content .pager .last,
#content .content .pager .page {
    min-width: 36px;
    box-sizing: border-box;
}

#content .content .pager .first.selected,
#content .content .pager .first:hover,
#content .content .pager .last.selected,
#content .content .pager .last:hover,
#content .content .pager .page.selected,
#content .content .pager .page:hover {
    background: #ff8100;
}

#content .content .pager .page {
    margin: 0 3px;
}

#content .content .pager .first.disabled,
#content .content .pager .last.disabled,
#content .content .pager .prev.disabled,
#content .content .pager .next.disabled {
    display: none;
}

#content .content .pager .prev,
#content .content .pager .next {
    width: 20px;
    height: 20px;
    margin: 0 2px;
    background: url(../../../img/arrow_page.svg) no-repeat center/100% 100%;
}

#content .content .pager .prev.disable,
#content .content .pager .next.disable {
    opacity: 0.3;
}

#content .content .pager .next {
    transform: rotate(180deg);
}

#content .content .pager .last {
    margin-left: 8px;
}

#content .content .pager input {
    width: 54px;
    padding-left: 12px;
    text-align: left;
    box-sizing: border-box;
    margin-left: 20px;
    background: #fff;
}

footer {
    text-align: center;
    padding: 51px 0;
}

footer .menu {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
}

footer .menu li {
    list-style: none;
    display: inline-block;
    vertical-align: middle;
    margin: 0 15px;
}

footer .menu li:first-child {
    margin-left: 0;
}

footer .menu li:last-child {
    margin-right: 0;
}

footer .menu li a {
    font-size: 15px;
    display: block;
    font-weight: 900;
}

footer .menu li a.selected,
footer .menu li a:hover {
    border-bottom-color: #ff8100;
}

footer .copyright {
    font-size: 17px;
    position: relative;
    padding: 63px 0;
    letter-spacing: 0.7px;
}

footer .copyright:before,
footer .copyright:after {
    content: '';
    height: 2px;
    width: 30px;
    position: absolute;
    left: 50%;
    margin-left: -15px;
    background-color: #ff8100;
}

footer .copyright:before {
    top: 29px;
}

footer .copyright:after {
    bottom: 29px;
}

footer .copyright * {
    font-size: 17px;
}

footer .writer {
    max-width: 1140px;
    margin: 6px auto 0;
}

@media screen and (max-width: 1199px) {
    html.open {
        overflow: hidden;
    }

    html.open header {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        position: fixed;
    }

    html.open header:before {
        display: block;
    }

    html.open header .top-container .lang {
        display: flex;
        flex-direction: row-reverse;
        flex-wrap: wrap-reverse;
        align-items: center;
        justify-content: center;
        animation-name: l2r;
        animation-duration: 1s;
        animation-fill-mode: forwards;
    }

    html.open header .top-container .menu-button {
        background-image: url(../../../img/nav-close-icon.svg);
        animation-name: rotate_back;
        animation-duration: 500ms;
        animation-fill-mode: forwards;
    }

    html.open header .bottom-container {
        display: block;
        animation-name: l2r;
        animation-duration: 1s;
        animation-fill-mode: forwards;
    }

    html.open #content {
        margin-top: 120px;
    }

    header {
        overflow: auto;
    }

    header:before {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        position: fixed;
        content: '';
        background-color: #fff;
        display: none;
    }

    header .top-container {
        background-image: url(../../../img/header-shadow-m.png);
        position: relative;
        z-index: 1;
    }

    header .top-container .logo {
        left: 20px;
        margin-top: -36px;
    }

    header .top-container .logo img {
        width: 298px;
    }

    header .top-container .lang {
        display: none;
        position: absolute;
        left: 0;
        top: 160px;
        width: 100%;
        z-index: 1;
        text-align: center;
        padding-right: 0;
    }

    header .top-container .lang a {
        order: 1;
    }

    header .top-container .lang .search {
        margin: 0 30px;
        margin-top: 30px;
        width: 100%;
    }

    header .top-container .lang ul {
        margin-left: 35px;
        margin-top: 0;
    }

    header .top-container .menu-button {
        display: block;
        animation-name: rotate;
        animation-duration: 500ms;
        animation-fill-mode: forwards;
    }

    header #marquee .container {
        padding-left: 20px;
        padding-right: 20px;
    }

    header #marquee .marquee-wrapper {
        padding-right: 50px;
    }

    header .bottom-container {
        display: none;
        position: absolute;
        left: 0;
        top: 168px;
        width: 100%;
        bottom: 0;
        text-align: center;
    }

    header .bottom-container:before {
        display: none;
    }

    header .bottom-container .menu {
        vertical-align: top;
        padding: 152px 0 40px;
    }

    header .bottom-container .menu>ul>li {
        display: block;
        padding: 12px 0;
    }

    header .bottom-container .menu>ul>li:hover ul {
        display: none;
    }

    header .bottom-container .menu>ul>li+li {
        margin-left: 0;
    }

    header .bottom-container .menu>ul>li a {
        display: inline-block;
        color: #000;
        line-height: 28px;
    }

    header .bottom-container .menu>ul>li.hasChild>a {
        position: relative;
    }

    header .bottom-container .menu>ul>li.hasChild>a:after {
        content: '';
        position: absolute;
        top: 0;
        right: -35px;
        bottom: 0;
        width: 20px;
        background: url(../../../img/arrow_pulldown.svg) no-repeat center;
    }

    /*953795e33e25c16a067bcfa2a5842f5b*/
    header .bottom-container .menu>ul>li.hasChild ul {
        display: none;
        width: 100%;
        left: 0;
        position: relative;
        box-shadow: none;
        padding: 20px 0 0;
    }

    header .bottom-container .menu>ul>li.hasChild ul li+li {
        margin-top: 16px;
    }

    header .bottom-container .menu>ul>li.hasChild.open>a:after {
        transform: rotate(180deg);
    }

    header .bottom-container .menu>ul>li.hasChild.open ul {
        display: block;
    }

    #content {
        margin-top: 0;
    }

    footer {
        padding-top: 46px;
        padding-bottom: 46px;
    }

    footer .menu li {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    footer .menu li:first-child {
        margin-left: 17px;
    }

    footer .menu li:last-child {
        margin-right: 17px;
    }

    footer .menu li a {
        font-size: 15px;
    }

    footer .copyright {
        padding-top: 57px;
        padding-bottom: 43px;
        font-size: 16px;
        line-height: 30px;
    }

    footer .copyright:after {
        bottom: 10px;
    }

    footer .copyright * {
        font-size: 16px;
    }

    footer .writer {
        margin-top: 22px;
    }
}

@media screen and (max-width: 767px) {

    .container,
    .large-container {
        padding-left: 20px;
        padding-right: 20px;
    }

    header .top-container .logo {
        margin-top: -31px;
    }

    header .top-container .logo img {
        width: 181px;
    }

    #content .main-banner h1 {
        padding-left: 20px;
        padding-right: 20px;
    }

    #content .content #list3 {
        max-width: 580px;
        margin: auto;
    }

    #content .content #list3>div {
        width: calc((100% - 40px) / 2);
        margin-right: 40px;
    }

    #content .content #list3>div:nth-child(even) {
        margin-right: 0;
    }

    footer {
        padding-top: 46px;
    }

    footer .copyright {
        padding-top: 68px;
        padding-bottom: 58px;
        line-height: 30px;
    }

    footer .copyright:before {
        top: 38px;
    }

    footer .copyright:after {
        bottom: 26px;
    }

    footer .writer {
        margin-top: 7px;
    }
}

#content .content .editor {
    opacity: 0 !important;
    transition: all 0.5s ease-in-out;
}

#content .content .editor.animate {
    opacity: 1 !important;
}

.video-wrapper {
    padding-top: 60px;
    background: #efefef;
    padding-bottom: 8px;
}

.video-wrapper .video-container {
    background: url(../../../img/gradient-bg.png) repeat-y right/100% 100%;
}

.video-wrapper .video-container .video {
    position: relative;
    max-width: 980px;
    margin: auto;
    top: -60px;
}

.video-wrapper .video-container .video img {
    width: 100%;
    height: auto;
}

.video-wrapper .video-container .video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#animate1,
#animate2,
#animate3,
#animate4 {
    background: #fff;
    border-radius: 0 50px 0 50px;
}

#animate1 .img-container,
#animate2 .img-container,
#animate3 .img-container,
#animate4 .img-container {
    position: relative;
}

#animate1 .img-container>img,
#animate2 .img-container>img,
#animate3 .img-container>img,
#animate4 .img-container>img {
    width: 100%;
    height: auto;
}

#animate1 .img-container .animate-container,
#animate2 .img-container .animate-container,
#animate3 .img-container .animate-container,
#animate4 .img-container .animate-container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

#animate1 .img-container .animate-container img,
#animate2 .img-container .animate-container img,
#animate3 .img-container .animate-container img,
#animate4 .img-container .animate-container img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: auto;
    margin: auto;
    opacity: 1;
    transition: all 0.5s ease-in-out;
}

#animate1 .img-container .animate-container img.animate,
#animate2 .img-container .animate-container img.animate,
#animate3 .img-container .animate-container img.animate,
#animate4 .img-container .animate-container img.animate {
    opacity: 1;
}

#animate1 .img-container.mobile,
#animate2 .img-container.mobile,
#animate3 .img-container.mobile,
#animate4 .img-container.mobile {
    display: none;
}

#animate1 {
    margin-top: 35px;
    margin-bottom: 50px;
    padding: 26px 24px;
}

#animate1 .img-container>img {
    max-width: 862px;
}

#animate1 .img-container .animate-container img {
    max-width: 862px;
}

#animate1 .img-container .animate-container img:nth-child(2) {
    z-index: 1;
}

#animate2 {
    margin-top: 35px;
}

#animate3 {
    margin-top: 26px;
    margin-bottom: 34px;
}

#animate4 {
    margin-top: 28px;
    margin-bottom: 34px;
}

@media (max-width: 767px) {

    #animate2 .img-container.desktop,
    #animate3 .img-container.desktop,
    #animate4 .img-container.desktop {
        display: none;
    }

    #animate2 .img-container.mobile,
    #animate3 .img-container.mobile,
    #animate4 .img-container.mobile {
        display: block;
    }
}