body {
    min-height: 100vh;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 400;
    color: #ffffff;
    background-image: linear-gradient(to right, #45108A, #3D065F 50%, #10054D);
    margin: 0;
    overflow-x: hidden;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0;
}
h1 {
    font-size: 46px;
}
h2 {
    font-size: 36px;
}
h3 {
    font-size: 26px;
}
h4 {
    font-size: 24px;
}
h5 {
    font-size: 20px;
}
h6 {
    font-size: 18px;
}
a {
    color: #ffffff;
    text-decoration: none;
}
p {
    margin: 0;
}
.container {
    max-width: 1630px;
    position: relative;
    padding: 0 30px;
    margin: 0 auto;
}
.section-top {
    padding-top: 50px;
    padding-bottom: 10px;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9;
}
.section-top .section-top-content {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.language {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}
.language span {
    color: #FFFFFF;
    font-size: 12px;
    font-weight: 500;
}
.switch-language {
    padding: 0;
    margin: 0;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}
.switch-language li {
    list-style: none;
    margin-left: 12px;
    position: relative;
}
.switch-language li.active:after {
    content: "";
    position: absolute;
    width: 24px;
    height: 6px;
    left: calc(50% - 12px);
    bottom: -6px;
    border-radius: 3px;
    background-image: linear-gradient(to right, #F9D786, #D29233);
}
.switch-language li img {
    width: 32px;
    height: 32px;
    border-radius: 50%;
}
.section.section-main .section-main-content {
    position: relative;
    width: 100%;
    min-height: 100vh;
    display: flex;
    align-items: center;
}
.section.section-main .main-top {
    display: -webkit-flex;
    display: flex;
    width: 100%;
    padding: 150px 0;
}
.section.section-main .main-top > div {
    width: 50%;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}
.section.section-main .main-top > div.left {
    padding-right: 30px;
}
.section.section-main .main-top > div.left a {
    display: inline-block;
    padding: 15px 20px;
    text-align: center;
    background-image: linear-gradient(to right, #F9D786, #D29233);
    border-radius: 12px;
    color: #FFFFFF;
    font-size: 16px;
    margin-top: 20px;
}
.section.section-main .main-top > div.left a span {
    display: block;
    text-align: center;
    margin-bottom: 5px;
    line-height: 1em;
}
.section.section-main .main-top > div.left a span.number {
    margin-bottom: 0;
    line-height: 1em;
    font-size: 31px;
    font-weight: 700;
}
.section-main .right img {
    width: auto;
    max-width: 100%;
    max-height: calc(100vh - 360px);
    object-fit: cover;
}
.main-bottom {
    position: absolute;
    width: auto;
    left: 0;
    bottom: 70px;
    z-index: 9;
}
@media (min-width: 768px) {
    .main-bottom .content {
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 10px 20px;
        border: 1px #787878 solid;
        border-radius: 12px;
        background-color: rgba(207,207,207,0.11);
        white-space: nowrap;
    }
}
.main-bottom .content p.text {
    margin-right: 15px;
    font-size: 12px;
}
.main-bottom .content p.text a {
    font-weight: 700;
}
.main-bottom .content .hotline {
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.main-bottom .content .hotline .icon {
    width: 36px;
    min-width: 36px;
    height: 36px;
    margin-right: 5px;
}
.main-bottom .content .hotline .number-hotline {
    font-size: 12px;
    line-height: 1em;
}
.main-bottom .content .hotline .number-hotline span {
    display: block;
    font-size: 12px;
    line-height: 1em;
}
.main-bottom .content .hotline .number-hotline span.number {
    font-size: 18px;
    font-weight: 700;
}
@media (max-width: 1470px) {
    .section.section-main .main-top h1 {
        font-size: 30px;
    }
}
@media (max-width: 1366px) {
    .section-main .right img {
        max-height: 360px;
    }
}
@media (max-width: 1024px) {
    .section.section-main .main-top {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .section.section-main .main-top > div {
        width: 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        -webkit-justify-content: center;
        justify-content: center;
        text-align: center;
    }
    .section.section-main .main-top > div.left {
        padding-right: 0;
        order: 2;
    }
    .section.section-main .main-top > div.right {
        margin-bottom: 20px;
    }
    .section.section-main .main-top h1 {
        font-size: 38px;
    }
    .main-bottom {
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}
@media (max-width: 767px) {
    .language span {
        display: none;
    }
    .section.section-main .main-top {
        padding: 100px 0 150px;
        display: -webkit-flex;
        display: flex;
    }
    .section-main .right img {
        max-height: 240px;
    }
    .section-top {
        padding-top: 20px;
    }
    .section-top .logo img {
        width: auto;
        max-height: 46px;
    }
    .section.section-main .main-top h1 {
        font-size: 19px;
    }
    .section.section-main .main-top > div.left a {
        font-size: 12px;
    }
    .section.section-main .main-top > div.left a span.number {
        font-size: 24px;
    }
    .main-bottom {
        width: 100%;
        padding: 0 30px;
        bottom: 30px;
    }
    .main-bottom .content p.text {
        margin: 0 0 5px;
        text-align: center;
    }
    .main-bottom .content .hotline {
        display: inline-block;
        max-width: 290px;
        margin: 0 auto;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 10px 20px;
        border: 1px #787878 solid;
        border-radius: 12px;
        background-color: rgba(207,207,207,0.11);
    }
}