a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font-family: "IBM Plex Sans", sans-serif;
    vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
body {
    line-height: 1.5;
}
ol,
ul {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
    content: "";
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
a {
    text-decoration: none;
}
*,
:after,
:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
:focus,
:hover {
    -o-transition-delay: 0.34s;
    transition-delay: 0.34s;
    -webkit-transition-delay: 0.34s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.container {
    max-width: 1200px;
    padding: 0 20px;
    margin: 0 auto;
}
@media (max-width: 640px) {
    .container {
        padding: 0 10px;
    }
}
#toggle {
    display: none;
    width: 28px;
}
@media (max-width: 640px) {
    #toggle {
        display: inline-block;
    }
}
#toggle span:after,
#toggle span:before {
    content: "";
    position: absolute;
    left: 0;
    top: -9px;
}
#toggle span:after {
    top: 9px;
}
#toggle span {
    position: relative;
    display: block;
}
#toggle span,
#toggle span:after,
#toggle span:before {
    width: 100%;
    height: 5px;
    background-color: #fff;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-radius: 2px;
}
#toggle.on span {
    background-color: transparent;
}
#toggle.on span:before {
    -webkit-transform: rotate(45deg) translate(5px, 5px);
    -ms-transform: rotate(45deg) translate(5px, 5px);
    transform: rotate(45deg) translate(5px, 5px);
}
#toggle.on span:after {
    -webkit-transform: rotate(-45deg) translate(7px, -8px);
    -ms-transform: rotate(-45deg) translate(7px, -8px);
    transform: rotate(-45deg) translate(7px, -8px);
}
#toggle.on + .menu {
    opacity: 1;
    visibility: visible;
}
.owl-nav {
    text-align: center;
}
.owl-next,
.owl-prev {
    font-size: 25px !important;
    display: inline-block !important;
    padding: 0 16px 4px !important;
    width: 39px;
    border: 1px solid #fff !important;
    border-radius: 50% !important;
}
.owl-next span,
.owl-prev span {
    display: inline-block;
    margin-bottom: 2px;
}
.owl-prev {
    margin-right: 25px;
}
.text {
    font-size: 20px;
    line-height: 28px;
}
.slogan-block {
    font-size: 64px;
    line-height: 83px;
    font-weight: 700;
}
@media (max-width: 640px) {
    .slogan-block {
        font-size: 32px;
        line-height: 41px;
    }
}
.header {
    background: url(../images/dest/bg.jpg) 0 0 no-repeat;
    background-size: cover;
    width: 100%;
    background-position: center;
}
@media (max-width: 768px) {
    .header {
        background-position: unset;
    }
}
.header .top-line {
    padding: 25px 0;
    border-bottom: 1px solid;
    border-bottom-color: rgba(255, 255, 255, 0.3);
}
.header .navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.header .logo {
    font-size: 30px;
    font-weight: 700;
}
@media (max-width: 640px) {
    .header .logo {
        font-size: 24px;
    }
}
.header .logo a {
    color: #fff;
}
.header .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
@media (max-width: 640px) {
    .header .menu {
        width: 60%;
        position: absolute;
        left: 0;
        top: 0;
        border-radius: 4px;
        background: #fff;
        -webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.6);
        box-shadow: 0 1px 8px rgba(0, 0, 0, 0.6);
        opacity: 0;
        visibility: hidden;
        -webkit-transition: opacity 0.4s;
        -o-transition: opacity 0.4s;
        transition: opacity 0.4s;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 20px;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .header .menu:after {
        position: absolute;
        top: -15px;
        left: 95px;
        content: "";
        display: block;
        border-left: 15px solid transparent;
        border-right: 15px solid transparent;
        border-bottom: 20px solid #fff;
    }
}
.header .menu li {
    margin-right: 64px;
}
.header .menu li:last-child {
    margin-right: 0;
}
.header .menu a {
    font-size: 20px;
    color: #fff;
}
@media (max-width: 640px) {
    .header .menu a {
        color: #000;
    }
}
.header .content {
    padding: 118px 0;
}
@media (max-width: 640px) {
    .header .content {
        padding: 90px 0;
    }
}
.header .content .slogan {
    font-size: 96px;
    font-weight: 700;
    max-width: 863px;
    line-height: 115px;
    margin-bottom: 24px;
    color: #fff;
}
@media (max-width: 768px) {
    .header .content .slogan {
        font-size: 72px;
        line-height: 86px;
    }
}
@media (max-width: 640px) {
    .header .content .slogan {
        font-size: 32px;
        margin-bottom: 16px;
        line-height: 38px;
    }
}
.header .content .text {
    font-size: 20px;
    margin-bottom: 32px;
    max-width: 645px;
    color: #fff;
}
@media (max-width: 640px) {
    .header .content .text {
        font-size: 14px;
        line-height: 19px;
    }
}
.header .content .header-btn {
    color: #311996;
    padding: 13px 77px;
    border-radius: 10px;
    background: #fff;
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
}
.header .content .header-btn:hover {
    opacity: 0.9;
}
.mission {
    padding: 80px 0;
    background: #f8f8f8;
}
@media (max-width: 640px) {
    .mission {
        padding: 60px 0;
    }
}
.mission .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media (max-width: 768px) {
    .mission .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.mission .left {
    width: 100%;
    max-width: 410px;
}
@media (max-width: 768px) {
    .mission .left {
        margin-bottom: 43px;
    }
}
@media (max-width: 640px) {
    .mission .left {
        margin-bottom: 30px;
    }
}
.mission .right {
    width: 100%;
    max-width: 790px;
}
.mission .text-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 80px;
    padding-top: 20px;
}
@media (max-width: 768px) {
    .mission .text-block {
        margin-bottom: 60px;
    }
}
@media (max-width: 640px) {
    .mission .text-block {
        margin-bottom: 30px;
    }
}
.mission .text-block p {
    width: 45%;
    padding-right: 30px;
    margin-bottom: 69px;
}
@media (max-width: 640px) {
    .mission .text-block p {
        width: 100%;
        margin-bottom: 20px;
    }
}
.mission .text-block p:nth-child(3),
.mission .text-block p:nth-child(4) {
    margin-bottom: 0;
}
@media (max-width: 640px) {
    .mission .text-block p:nth-child(3),
    .mission .text-block p:nth-child(4) {
        margin-bottom: 20px;
    }
}
.mission .mission-slogan {
    font-size: 35px;
    line-height: 42px;
}
@media (max-width: 768px) {
    .mission .mission-slogan {
        font-size: 28px;
    }
}
@media (max-width: 640px) {
    .mission .mission-slogan {
        font-size: 25px;
        line-height: 30px;
    }
}
.services {
    padding: 80px 0;
}
.services .slogan-block {
    margin-bottom: 25px;
}
.services .description {
    font-size: 25px;
    line-height: 40px;
}
.services .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 64px;
}
@media (max-width: 768px) {
    .services .content {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
}
.services .content .item {
    max-width: 30%;
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 39px 42px;
    margin-right: 30px;
    border-radius: 10px;
    margin-bottom: 20px;
}
.services .content .item:nth-child(3),
.services .content .item:nth-child(6) {
    margin-right: 0;
}
@media (max-width: 768px) {
    .services .content .item {
        max-width: 95%;
        margin-right: 10px;
        padding: 15px 20px;
    }
}
.services .content .item-logo {
    width: 52px;
    height: 52px;
    margin-bottom: 24px;
}
.services .content .item-logo img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
.services .content .slogan-item {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 16px;
}
.services .content .text {
    font-size: 18px;
}
.contact-us {
    background: #f8f8f8;
    padding: 80px 0;
}
.contact-us .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media (max-width: 768px) {
    .contact-us .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.contact-us .slogan-block {
    max-width: 482px;
}
@media (max-width: 1200px) {
    .contact-us .slogan-block {
        font-size: 55px;
    }
}
@media (max-width: 768px) {
    .contact-us .slogan-block {
        max-width: 450px;
        margin: 0 auto 50px;
        line-height: 60px;
    }
}
@media (max-width: 640px) {
    .contact-us .slogan-block {
        font-size: 32px;
        line-height: 41px;
    }
}
.contact-us .right {
    width: 100%;
    max-width: 600px;
}
.contact-us form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 483px;
    margin-left: auto;
    padding-top: 25px;
}
@media (max-width: 768px) {
    .contact-us form {
        margin: 0 auto;
    }
}
.contact-us form input {
    display: inline-block;
    max-width: 483px;
    font-size: 20px;
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    background: #f8f8f8;
    padding: 17px;
    margin-bottom: 31px;
    outline: 0;
}
@media (max-width: 640px) {
    .contact-us form input {
        font-size: 16px;
    }
}
.contact-us form button {
    width: 100%;
    max-width: 263px;
    padding: 13px 103px;
    border: none;
    border-radius: 10px;
    background: #e12179;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
}
.contact-us form button:hover {
    opacity: 0.9;
}

.slogan-con {
    padding: 80px 0;
    background: #f8f8f8;
}

.slogan-con .slogan-block {
    font-size: 64px;
    line-height: 83px;
    font-weight: 700;
}

.slogan-con h2 {
    margin-bottom: 40px;
}
@media (max-width: 640px) {
    .slogan-con .slogan-block {
        font-size: 32px;
        line-height: 41px;
    }
}
@media (max-width: 640px) {
    .slogan {
        padding: 60px 0;
    }
}

.footer {
    background: #311996;
    padding: 64px 0;
}
.footer .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
@media (max-width: 768px) {
    .footer .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: unset;
        -ms-flex-align: unset;
        align-items: unset;
    }
}
.footer a {
    color: #fff;
    font-size: 20px;
    margin-bottom: 16px;
}
@media (max-width: 768px) {
    .footer a {
        display: inline-block;
        margin-bottom: 10px;
        font-size: 18px;
    }
}
.footer p {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.7);
}
.footer .right {
    color: rgba(255, 255, 255, 0.7);
}
@media (max-width: 768px) {
    .footer .right {
        margin-top: 20px;
    }
}
.btn-up {
    display: none;
    position: fixed;
    top: 80%;
    right: 5%;
    width: 60px;
    height: 60px;
    padding: 15px;
    background: #e12179;
    border-radius: 10px;
}
.btn-up:hover {
    opacity: 0.9;
}
@media (max-width: 640px) {
    .btn-up {
        width: 40px;
        height: 40px;
        padding: 8px;
    }
}
.btn-up img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
