.main-content .hero_image {
    background-image: url(/images/hero_kep_introduction.jpg);
}

.container-1 {
    margin-top: 53px;
}

.container-1 .left {
    background: #083d55;
    padding-top: 40px;
    padding-bottom: 40px;
    width: 46.5%;
    border-top-right-radius: 40px;
    border-bottom-right-radius: 25px;
}

.container-1 .left .col-custom {
    width: 453px;
}

.container-1 .right .col-custom {
    width: 504px;
}

.container-1 .right {
    width: 53.5%;
}

.container-1 .right .big-image {
    height: 244px;
    background-image: url('/images/hero_kep_index.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 20px;
    border-bottom-right-radius: 112px;
}

.container-1 .right .video {
    height: 271px;
    background-image: url('/images/video_banner.jpg');
    background-size: cover;
    border-radius: 20px;
    position: relative;
    /*cursor: pointer;*/
}

.container-1 .right .play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 70px;
    transform: translate(-50%, -50%);
}

.container-1 .right .images {
    height: 153px;
    margin-top: 14px;
    margin-bottom: 14px;
    padding: 0px 7px;
}

.container-1 .right .images img {
    object-fit: cover;
    border-radius: 13px;
}

.container-1 .right .images .col-4 {
    padding: 0px 5px;
}

.container-1 .left .text {
    color: rgb(215, 224, 229);
    padding-right: 75px;
    margin-top: 50px;
}

.container-1 .left .line {
    height: 1px;
    width: 100px;
    background: rgb(215, 224, 229);
    margin: 60px 0px 35px 25px;
}

.container-1 .right .custom-height {
    height: 616px;
}

.container-2 {
    position: relative;
    padding-bottom: 40px;
}

.container-2 img {
    width: 37px;
    height: 37px;
}

.container-2 .title {
    font-size: 23px;
    font-weight: bold;
    color: #33c1f6;
    margin-bottom: 12px;
}

.container-2 h1 {
    margin-top: 50px;
    margin-bottom: 50px;
}

.main-content .line {
    height: 2px;
    background: #dddddd;
}

.main-content .line.blue {
    background: #33c1f6;
}

.container-2 .row.main {
    margin-top: 50px;
}

.container-2 .text {
    margin-bottom: 50px;
    font-size: 15px;
    color: rgb(141, 141, 141);
    padding-right: 115px;
}

.container-2 .img-container {
    padding: 10px;
    border-radius: 20px;
    background: #33c1f6;
    height: fit-content;
    margin-right: 10px;
}

.container-2 .images {
    position: absolute;
    right: 0;
    top: 126px;
}

.container-2 .images img {
    width: initial;
    height: 250px;
    object-fit: cover;
}

.container-2 .images img.first {
    border-bottom-left-radius: 11px;
    border-top-left-radius: 103px;
    margin-right: 10px;
}

.container-2 .images img.secound {
    border-bottom-left-radius: 11px;
    border-top-left-radius: 11px;
}

.container-2 .row.main .line {
    width: 76px;
    margin-top: auto;
}

.container-3 .text a {
    color: rgb(141, 141, 141);
    padding-right: 50px;
}

.container-3 .line.blue {
    margin-left: 12px;
}

.container-3 .line-container {
    margin-top: 38px;
    margin-bottom: 70px;
}

.container-3 .map-container {
    margin-top: 100px;
}

.container-3 .map-container img {
    width: 90%;
    margin-top: 30px;
}

.container-3 .members-container {
    position: relative;
    margin-bottom: 10px;
}

.container-3 .members-container .blue-div {
    position: absolute;
    bottom: 0;
    height: 200px;
    width: 100%;
    background: #33c1f6;
    border-radius: 26px;
}

.container-3 .members-container img {
    width: 92%;
    margin-left: 4%;
    z-index: 1;
    position: relative;
}

.container-3 .right .text {
    padding: 0px 15px;
}

.container-3 .right .text.big {
    color: #33c1f6;
    margin-top: 77px;
    font-size: 20px;
    font-style: italic;
}

.container-3 .right h1 {
    margin-top: 40px;
    margin-bottom: 60px;
}

.container-3 .right .companies .text {
    padding-left: 30px;
}

.container-3 {
    background: linear-gradient(to bottom, #eaeaea, #FFFFFF);
    padding-top: 70px;
}

div:where(.swal2-container) .swal2-html-container {
    padding: 0px;
}

div:where(.swal2-container) div:where(.swal2-popup) {
    padding: 0px;
}

.swal2-html-container {
    display: contents !important;
}

.swal2-html-container video {
    width: 101%;
}

@media (max-width:1549px) {
    .container-2 .images img {
        height: 200px;
    }

    .container-2 .images {
        top: 145px;
    }
}

@media (max-width:1399px) {
    .container-2 .text {
        padding-right: 20px;
    }

    .container-2 .images img {
        height: 170px;
    }

    .container-3 .members-container .blue-div {
        height: 175px;
    }
}

@media (max-width:1199px) {
    .container-2 .images img.secound {
        width: 188px;
    }

    .container-3 .members-container .blue-div {
        height: 143px;
    }

    .container-3 .map-container img {
        margin-top: 0px;
    }
}

@media (max-width:991px) {
    .container-1 .left .text {
        padding-right: 18px;
        margin-top: 32px;
        padding-left: 17px;
        width: 333px;
    }

    .container-1 .left .line {
        margin: 43px 0px 35px 25px;
    }

    .container-1 .left {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .container-1 h1 {
        padding-left: 17px;
    }

    .container-2 .images img.secound {
        width: auto;
    }

    .container-2 .images img.first {
        margin-right: 0px;
        margin-bottom: 10px;
    }

    .container-2 .images img {
        height: 140px;
    }

    .container-2 .images {
        top: 120px;
    }

    .container-3 .mobile h1 {
        margin-top: 62px;
        margin-bottom: 33px;
    }

    .container-3 .map-container {
        margin-top: 20px;
    }

    .container-3 .mobile .companies .text {
        padding-left: 90px;
    }

    .container-3 .members-container .blue-div {
        height: 106px;
    }

    .container-3 .text a {
        padding-right: 0px;
    }
}

@media (max-width:767px) {
    .container-2 .title {
        font-size: 22px;
    }

    .container-2 .img-container {
        margin-right: 0px;
    }

    .container-1 .left {
        width: calc(480px + (100% - 480px) / 2);
    }

    .container-1 .right {
        width: 100%;
        margin-bottom: 50px;
    }

    .container-1 .right .row.h-100 {
        justify-content: center;
    }

    .container-1 .left .text {
        width: auto;
    }

    .container-3 .map-container img {
        width: 100%;
    }

    .container-3 .right .text.big {
        margin-top: 50px;
    }

    .container-3 .mobile .companies .text {
        padding-left: 32px;
    }

    .container-3 .mobile .companies {
        position: relative;
        right: -20px;
    }

    .container-3 .members-container .blue-div {
        height: 161px;
    }

    .container-3 .members-container {
        margin-top: 30px;
    }
}

@media (max-width:575px) {
    .container-2 .container {
        padding-right: 30px;
        padding-left: 30px;
    }

    .container-1 .left {
        width: 97%;
    }

    .container-2 .row.main.secound {
        margin-top: 0px;
    }

    .container-2 .text {
        padding-right: 0px;
    }

    .container-3 .mobile .companies {
        right: 0px;
    }

    .container-3 .right .text.big {
        font-size: 18px;
    }

    .container-3 .members-container .blue-div {
        height: 30vw;
    }

    .container-3 .left {
        padding: 0px 20px;
    }
}

@media (max-width:334px) {
    .main-content h1 {
        font-size: 25px;
    }
}