.home_h1 {
    font-size: 30px;
    color: #000;
    font-weight: 700;
    margin-bottom: 30px;
    text-align: center;
}

.home_h2 {
    font-size: 34px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 30px;
    text-align: center;
}

.top_banner {
    background-repeat: no-repeat;
    background-position: right;
    height: 75vh;
    position: relative;
}

.banner_img {
    background-repeat: no-repeat;
    background-position: right;
    height: 75vh;
    position: relative;
    width: 100%;
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    height: 75vh;
}

.bg_shape {
    width: 350px;
    height: 75vh;
    transform: skew(-40deg);
    background: #1e365ca6;
    position: absolute;
}

.shape1 {
    top: 280px;
    right: 780px;
    transition: 0.5s all;
    opacity: 0;
}

.active .shape1.custom_done {
    top: 50px;
    right: 780px;
    transition: 1s all;
    opacity: 1;
}

.shape2 {
    background-color: #a3564e;
    top: -200px;
    right: 530px;
    height: 75vh;
    transition: 1s all;
    opacity: 0;
}

.active .shape2.custom_done {
    top: 0px;
    right: 530px;
    height: 75vh;
    transition: 1s all;
    opacity: 0.6;
}

.shape3 {
    top: 280px;
    right: 780px;
    transition: 1s all;
    opacity: 0;
}

.active .shape3.custom_done {
    top: 50px;
    /*left: 80px;*/
    right:20%;
    transition: 1s all;
    opacity: 1;
}

.shape4 {
    background-color: #a3564e; top: -200px;
    right: 530px;
    height: 75vh;
    transition: 1s all;
    opacity: 0;
}

.active .shape4.custom_done {
    top: 0px;
    top: 0px;
    /*left: 330px;*/
    right:10%;
    transition: 1s all;
    opacity: 0.6;
}

.banner_content {
    position: absolute;
    top: 40%;
    color: #fff;
    right: -100px;
    width: 50%;
    transition: 0.4s all;
}

.active .banner_content.custom_done {
    position: absolute;
    top: 40%;
    color: #fff;
    right: 0px;
    width: 50%;
    transition: 1s all;
}

.banner_content p {
    font-size: 40px;
    width: 95%;
}

.banner_content span {
    font-weight: 700;
    color: #ffe795;
}

.banner_content2 {
    position: absolute;
    top: 30%;
    color: #fff;
    left: -100px;
    width: 50%;
    transition: 0.4s all;
    font-size: 45px;
    opacity: 0;
}

.banner_content2 span {
    font-weight: 700;
    color: #ffe795;
}

.active .banner_content2.custom_done {
    left: 300px;
    opacity: 1;
}

.active .banner_content2 .line2 {
    margin-left: 40px;
    margin-top: 30px;
}

.active .banner_content2 .line3 {
    margin-left: 80px;
    margin-top: 30px;
}

@media (max-width: 1299px) {
    .active .banner_content.custom_done {
        top: 30%;
        width: 90%;
    }
}

@media (max-width: 991px) {
    .active .banner_content.custom_done {
        top: 30%;
        width: 90%;
        transition: 0.4s all;
    }
    .banner_img {
        background-position: 90%;
        height: 60vh;
    }
    .active .banner_content2.custom_done {
        left: 100px;
        top: 20%;
    }
    .banner_content p {
        font-size: 30px;
        width: 95%;
    }
}

@media (max-width: 768px) {
    .banner_content p {
        font-size: 28px;
    }
    .banner_img {
        background-position: 70%;
        height: 60vh;
    }
    .banner_content p {
        font-size: 25px;
        width: 95%;
    }
}

@media (max-width: 500px) {
    .banner_content2 {
        width: 90%;
    }
    .top_banner {
        height: auto;
    }
    .active .shape2.custom_done {
        right: 200px;
    }
    .active .shape1.custom_done {
        right: 0px;
    }
    .active .shape4.custom_done {
        left: 180px;
    }
    .active .shape3.custom_done {
        top: 0px;
        left: -50px;
    }
    .banner_content2 {
        font-size: 30px;
    }
    .active .banner_content2.custom_done {
        left: 10px;
        top: 25%;
    }
}

.search_section {
    padding: 80px 0;
    background-color: #355588;
}

.search_section .search table {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
}

.search_section .search td {
    padding: 0px 5px;
    width: 100%;
}

.search_section .search input {
    height: 40px;
    border-radius: 3px;
    border: 0px;
}

.search_section .search .search_btn {
    background-color: #fdcd28;
    height: 40px;
    display: inline-block;
    border-radius: 3px;
    padding: 8px 15px;
    box-sizing: border-box;
    font-size: 18px;
    color: #fff;
}

.intro_section {
    background-image: url('../images/intro_bg.jpg');
    background-repeat: no-repeat;
    background-position: right;
    position: relative;
    height: 850px;
    overflow: hidden;
}

.intro_section .home_h1 {
    text-align: left;
}

.intro_bg {
    background-color: #fff;
    width: 1940px;
    height: 1940px;
    border-radius: 50%;
    position: absolute;
    top: -50%;
    left: -50%;
}

.intro_content {
    position: absolute;
    bottom: 64%;
    left: 1080px;
    width: 30%;
}

.intro_content p {
    width: 100%;
}

@media (max-width: 1599px) {
    .intro_section {
        height: 750px;
    }
    .intro_bg {
        width: 1540px;
        height: 1540px;
        background-color: #fff;
        border-radius: 50%;
        position: absolute;
        top: -60%;
        left: -50%;
    }
    .intro_content {
        position: absolute;
        bottom: 64%;
        left: 900px;
        width: 30%;
    }
}

@media (max-width: 1299px) {
    .intro_section {
        height: 750px;
    }
    .intro_section {
        background-position: 100% 0%;
    }
    .intro_bg {
        width: 1540px;
        height: 1540px;
        background-color: #fff;
        border-radius: 50%;
        position: absolute;
        top: -60%;
        left: -65%;
    }
    .intro_content {
        position: absolute;
        bottom: 50%;
        left: 900px;
        width: 30%;
    }
}

@media (max-width: 991px) {
    .intro_bg {
        width: auto;
        height: auto;
        border-radius: 0;
        position: relative;
        top: 0;
        left: 0;
        padding: 30px;
        background-color: #ffffffe0;
    }
    .intro_content {
        position: relative;
        bottom: 0;
        left: 0;
        width: 100%;
    }
    .intro_section .home_h1 {
        text-align: center;
    }
    .intro_section {
        background-position: 100% 0%;
        height: 850px;
    }
}

@media (max-width: 767px) {}

.application_section {
    padding: 80px 0;
}

.app_list .item {
    height: 500px;
    position: relative;
}

.app_list .app_text {
    width: 55%;
}

.app_list .left.app_text {
    background-color: #a3564e;
    position: absolute;
    left: -500px;
    height: 100%;
    z-index: 10;
}

.app_list .left.app_text.custom_done {
    left: 0px;
}

.app_list .left.app_text p {
    color: #fff;
    font-size: 20px;
}

.app_list .left.app_text .home_h2 {
    color: white;
}

.app_list .right.app_text {
    background-color: #1e365c;
    position: absolute;
    right: -500px;
    height: 100%;
    top: 0;
    z-index: 10;
}

.app_list .right.app_text.custom_done {
    right: 0px;
}

.app_list .left.app_text::after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 500px 200px 0 0;
    border-color: #a3564e transparent transparent transparent;
    position: absolute;
    top: 0;
    right: -200px;
}

.app_list .right.app_text::before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0px 200px 500px 0;
    border-color: transparent #1e365c transparent transparent;
    position: absolute;
    top: 0;
    left: -200px;
}

.app_list table {
    height: 100%;
    width: 100%;
}

.app_list td {
    padding: 0px 50px;
    text-align: center;
}

.app_img {
    height: 100%;
}

.app_list .right.app_img {
    background-position: right;
}

.app_list .left.app_img {
    background-position: left;
}

@media (max-width: 991px) {
    .app_list .app_text {
        width: 70%;
        opacity: 1;
    }
    .app_list .app_img {
        background-size: cover;
    }
    .app_list td {
        padding: 0px 10px;
    }
    .app_list .app_text .home_h2 {
        font-size: 24px;
    }
    .app_list .left.app_text {
        background-color: #a3564eb3;
    }
    .app_list .right.app_text {
        background-color: #1e365c94;
    }
}

@media (max-width: 767px) {
    .app_list .app_text {
        width: 100%;
    }
    .app_list .left.app_text::after {
        border-width: 0px;
    }
    .app_list .right.app_text::before {
        border-width: 0px;
    }
}

.mission_section {
    padding: 80px 0px;
    text-align: center;
}

.mission_container {
    position: relative;
    width: 500px;
    height: 500px;
    margin-left: auto;
    margin-right: auto;
}

.mission_bg {
    background-color: #dec0dd;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
    transform: scale(0);
}

.mission_bg.custom_done {
    transform: scale(1);
    transition: 0.2s all easeOutSine;
}

.mission_bg .home_h1 {
    margin-bottom: 0px;
}

.mission_bg table {
    height: 100%;
    width: 100%;
}

.mission_bg td {
    text-align: center;
}

.mission_item.item1 {
    position: absolute;
    top: 0px;
    left: -310px;
}

.mission_item.item2 {
    position: absolute;
    top: 50px;
    right: -280px;
}

.mission_item.item3 {
    position: absolute;
    bottom: 50px;
    left: -226px;
}

.mission_item.item4 {
    position: absolute;
    bottom: 0px;
    right: -200px;
}

.mission_item.item1 td,
.mission_item.item3 td {
    text-align: right;
    padding: 10px;
}

.mission_item.item1 td:last-child,
.mission_item.item3 td:last-child {
    text-align: left;
}

.mission_item.item2 td,
.mission_item.item4 td {
    text-align: left;
    padding: 10px;
}

.mission_item.item2 td:first-child,
.mission_item.item4 td:first-child {
    text-align: right;
}

.mission_title {
    font-weight: 700;
    font-size: 24px;
}

.mission_item img {
    transform: scale(0);
}

.mission_item img.custom_done {
    transform: scale(1);
}

@media (max-width: 1199px) {
    .mission_container {
        width: 300px;
        height: 300px;
    }
    .mission_item img {
        width: 60%;
    }
}

@media (max-width: 991px) {
    .mission_item table {
        width: 80%;
    }
    .mission_item.item1 {
        left: -240px;
    }
    .mission_item.item2 {
        right: -300px;
    }
    .mission_item.item3 {
        left: -180px;
    }
    .mission_item.item4 {
        right: -220px;
    }
}

@media (max-width: 767px) {
    .mission_bg .home_h1 {
        margin-bottom: 30px;
    }
    .mission_container {
        width: auto;
        height: auto;
        background-color: transparent;
    }
    .mission_bg {
        width: auto;
        height: auto;
        background-color: transparent;
    }
    .mission_item {
        margin-bottom: 30px;
    }
    .mission_item img {
        width: 60%;
    }
    .mission_item table {
        width: 100%;
    }
    .mission_item.item1 {
        position: relative;
        top: 0px;
        left: 0px;
    }
    .mission_item.item2 {
        position: relative;
        top: 0px;
        right: 0px;
    }
    .mission_item.item3 {
        position: relative;
        bottom: 0px;
        left: 0px;
    }
    .mission_item.item4 {
        position: relative;
        bottom: 0px;
        right: 0px;
    }
}