a {
    text-decoration: none !important;
}

#main_index {
    overflow: hidden !important;
    padding-bottom: 0px !important;
}

/*navbar*/

.navbar_type8 {
    height: 95px;
    background-color: #fff;
    transition: all 0.25s ease-in-out;
    padding: 0 3%;
}

.dark_nav {
    background-color: #fff !important;
}

.navbar_type8 .logo {
    margin-left: 3vw;
    flex: 0 1 20%;
}

.navbar_type8 .nav_tab {
    padding-right: 4vw;
    flex: 0 1 85%;
    gap: .7vw;
}

.navbar_type8 .nav_tab .nav_item {
    text-transform: unset;
    padding: 7px 0;
}

.navbar_type8 .logo img {
    width: 100%;
    padding: 0px;
    object-position: left;
    left: 0vw;
    transition: all 0.25s ease-in-out;
}

.navbar_type8 .nav_tab .nav_item a {
    font-size: 15px;
    font-weight: 600;
    color: #000;
    padding: 16px 22px;
    text-transform: capitalize;
    transition: all 0.35s ease-in-out;
}

.navbar_type8 .nav_tab .nav_item:last-child a {
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    background-color: #011836;
    padding: 16px 35px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.navbar_type8 .nav_tab .nav_item:last-child a::before {
    content: "";
    display: inline-block;
    width: 25px;
    height: 25px;
    background-image: url("https://cdn1.npcdn.net/img/1781572445nav-bar-icon.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    flex-shrink: 0;
}

.navbar_type8 .nav_tab .nav_item:hover a {
    color: #011836;
}

.navbar_type8 .nav_tab .nav_item:last-child:hover a {
    color: #fff;
}

.navbar_type8 .nav_tab .nav_item::before {
    position: absolute;
    content: "";
    left: 50%;
    top: 85%;
    bottom: 0;
    width: 0;
    height: 3px;
    border-radius: 0px;
    background: #011836;
    border-bottom: 3px solid #011836;
    transform: translateX(-50%);
    transition: all 0.35s ease-in-out;
    z-index: -1;
}

.navbar_type8 .nav_tab .nav_item:last-child::before {
    width: 60%;
}

.navbar_type8 .nav_tab .nav_item:hover::before {
    width: 75%;
}

.navbar_type8 .nav_tab .nav_item:last-child:hover::before {
    display: none;
}

@media screen and (max-width: 1300.5px){
    .navbar_type8 .nav_tab .nav_item a {
        font-size: 14px;
        font-weight: 600;
        color: #000;
        padding: 16px 15px;
        text-transform: capitalize;
        transition: all 0.35s ease-in-out;
    }
}

@media screen and (max-width: 1200.5px){
    .navbar_type8 .nav_tab .nav_item a {
        font-size: 14px;
        font-weight: 600;
        color: #000;
        padding: 16px 10px;
        text-transform: capitalize;
        transition: all 0.35s ease-in-out;
    }
    
    .navbar_type8 .nav_tab .nav_item:last-child a {
        font-size: 14px;
        font-weight: 400;
        color: #fff;
        background-color: #011836;
        padding: 16px 25px;
        display: inline-flex;
        align-items: center;
        gap: 8px;
    }
}

@media screen and (max-width: 992.5px){
}

@media screen and (max-width: 767.5px){
}

/*hp_banner*/

.banner_content{
    overflow: hidden;
    opacity: 1 !important;
}

.n_bannerContainer {
    position: relative;
    width: 100%;
    height: 100%;
}

.n_bannerGroup {
    position: relative;
    width: 100%;
    height: 100%;
}

.n_bannerInnerGroup {
    position: absolute;
    top: 13.5vw;
    left: 6.5vw;
    width: 67%;
    text-align: left;
}

.hp_banner_subtitle {
    font-size: 19px;
    font-weight: 600;
    color: #fff;
    line-height: 1.2;
    margin-bottom: 1vw;
}

.hp_banner_title {
    font-size: 38px;
    font-weight: 700;
    color: #fff;
    line-height: 1.2;
    margin-bottom: 1vw;
}

.button-group {
    display: flex;
    gap: 15px;
    margin-bottom: 1vw;
}

.n_bannerViewMore {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    background-color: #011836;
    border: 2px solid #011836;
    text-align: center;
    padding: 1%;
    height: 3.7vw;
    width: 18vw;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.25s all linear;
    margin-top: 0vw;
}

.n_bannerViewMore:hover {
    color: #fff;
    background-color: #000;
    border: 2px solid #000;
    text-decoration: none;
    /*transform: scale(0.95);*/
}

.n_bannerViewMore {
    position: relative;
    transition: all 0.3s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    /*border: none;*/
    outline: none;
    overflow: hidden;
}

.n_bannerViewMore:hover {
    transform: scale(1.05);
}

.n_bannerViewMore:active {
    transform: scale(0.85);
}
.n_bannerViewMore::before {
    content: "";
    position: absolute;
    width: 100px;
    height: 100%;
    background-image: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0) 30%,
    rgba(255, 255, 255, 0.8),
    rgba(255, 255, 255, 0) 70%
    );
    top: 0;
    left: -100px;
    opacity: 0.6;
}

.n_bannerViewMore img.arrow-icon {
    margin-left: 0px !important;
    margin-right: 15px;
    width: 25px !important;
    height: auto !important;
    display: inline-block !important;
    transition: transform 0.3s ease;
}

.n_bannerViewMore2 {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    background-color: transparent;
    border: 2px solid #fff;
    text-align: center;
    padding: 1%;
    height: 3.7vw;
    width: 15vw;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.25s all linear;
    margin-top: 0vw;
}

.n_bannerViewMore2:hover {
    color: #fff;
    background-color: #000;
    border: 2px solid #000;
    text-decoration: none;
    /*transform: scale(0.95);*/
}

.n_bannerViewMore2 {
    position: relative;
    transition: all 0.3s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    /*border: none;*/
    outline: none;
    overflow: hidden;
}

.n_bannerViewMore2:hover {
    transform: scale(1.05);
}

.n_bannerViewMore2:active {
    transform: scale(0.85);
}

.n_bannerViewMore2::before {
    content: "";
    position: absolute;
    width: 100px;
    height: 100%;
    background-image: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0) 30%,
    rgba(255, 255, 255, 0.8),
    rgba(255, 255, 255, 0) 70%
    );
    top: 0;
    left: -100px;
    opacity: 0.6;
}

.n_bannerViewMore2 img.arrow-icon {
    margin-left: 0px !important;
    margin-right: 15px;
    width: 25px !important;
    height: auto !important;
    display: inline-block !important;
    transition: transform 0.3s ease;
}

.bannerBorder2 {
    padding: 10px 15px;
}

.banner_box {
    text-align: center;
    display: flex;
    gap: 5px;
    align-items: center;
}

.banner_box img.banner_icon {
    width: 25px !important;
    margin-top: 0vw;
}

.banner_box:hover .banner_icon {
    animation: 1s swing;
}

.banner_box:hover .banner_icon {
    animation: swing 1s ease;
    animation-fill-mode: both;
}

.banner_box .subtitle_all {
    font-size: 17px;
    font-weight: 500;
    color: #fff;
    transition: color 0.3s ease-in-out;
    line-height: 1.3;
    margin-top: 0vw;
    margin-bottom: 0vw;
    /* min-height: 8vw; */
    text-align: center;
}

@media screen and (max-width: 1300.5px){
    .hp_banner_subtitle {
        font-size: 15px;
        font-weight: 600;
        color: #fff;
        line-height: 1.2;
        margin-bottom: 1vw;
    }
    
    .hp_banner_title {
        font-size: 32px;
        font-weight: 700;
        color: #fff;
        line-height: 1.2;
        margin-bottom: 1vw;
    }
    
    .n_bannerViewMore {
        font-size: 15px;
        font-weight: 500;
        color: #fff;
        background-color: #011836;
        border: 2px solid #011836;
        text-align: center;
        padding: 1%;
        height: 3.7vw;
        width: 18vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 0vw;
    }
    
    .n_bannerViewMore2 {
        font-size: 15px;
        font-weight: 500;
        color: #fff;
        background-color: transparent;
        border: 2px solid #fff;
        text-align: center;
        padding: 1%;
        height: 3.7vw;
        width: 18vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 0vw;
    }
}

@media screen and (max-width: 1200.5px){
    .hp_banner_title {
        font-size: 28px;
        font-weight: 700;
        color: #fff;
        line-height: 1.2;
        margin-bottom: 1vw;
    }
    
    .n_bannerViewMore {
        font-size: 15px;
        font-weight: 500;
        color: #fff;
        background-color: #011836;
        border: 2px solid #011836;
        text-align: center;
        padding: 1%;
        height: 5vw;
        width: 28vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 0vw;
    }
    
    .n_bannerViewMore2 {
        font-size: 15px;
        font-weight: 500;
        color: #fff;
        background-color: transparent;
        border: 2px solid #fff;
        text-align: center;
        padding: 1%;
        height: 5vw;
        width: 28vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 0vw;
    }
}

@media screen and (max-width: 992.5px){
    .n_bannerInnerGroup {
        position: absolute;
        top: 3.5vw;
        left: 6.5vw;
        width: 100%;
        text-align: left;
    }
}

@media screen and (max-width: 767.5px){
    .hp_banner_title br {
        display: none;
    }
    
    .n_bannerInnerGroup {
        position: absolute;
        top: 5vw;
        left: 6.5vw;
        width: 90%;
        text-align: left;
    }
    
    .hp_banner_subtitle {
        font-size: 12px;
        font-weight: 600;
        color: #fff;
        line-height: 1.2;
        margin-bottom: 1vw;
    }
    
    .hp_banner_title {
        font-size: 13px;
        font-weight: 700;
        color: #fff;
        line-height: 1.2;
        margin-bottom: 1vw;
    }
    
    .n_bannerViewMore {
        font-size: 12px;
        font-weight: 500;
        color: #fff;
        background-color: #011836;
        border: 2px solid #011836;
        text-align: center;
        padding: 1%;
        height: 8vw;
        width: 35vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 0vw;
    }
    
    .n_bannerViewMore img.arrow-icon {
        margin-left: 0px !important;
        margin-right: 10px;
        width: 15px !important;
        height: auto !important;
        display: inline-block !important;
        transition: transform 0.3s ease;
    }
    
    .n_bannerViewMore2 {
        font-size: 12px;
        font-weight: 500;
        color: #fff;
        background-color: transparent;
        border: 2px solid #fff;
        text-align: center;
        padding: 1%;
        height: 8vw;
        width: 35vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 0vw;
    }
    
    .n_bannerViewMore2 img.arrow-icon {
        margin-left: 0px !important;
        margin-right: 10px;
        width: 15px !important;
        height: auto !important;
        display: inline-block !important;
        transition: transform 0.3s ease;
    }
    
    .banner_box .subtitle_all {
        font-size: 10px;
        font-weight: 500;
        color: #fff;
        transition: color 0.3s ease-in-out;
        line-height: 1.3;
        margin-top: 0vw;
        margin-bottom: 0vw;
        /* min-height: 8vw; */
        text-align: center;
    }
    
    .banner_box img.banner_icon {
        width: 16px !important;
        margin-top: 0vw;
    }
    
    .button-group {
        display: flex;
        gap: 15px;
        margin-bottom: 0vw;
    }
}

@media screen and (max-width: 360.5px) {
    .hp_banner_title {
        font-size: 12px;
        font-weight: 700;
        color: #fff;
        line-height: 1.2;
        margin-bottom: 1vw;
    }
    
    .n_bannerViewMore {
        font-size: 11px;
        font-weight: 500;
        color: #fff;
        background-color: #011836;
        border: 2px solid #011836;
        text-align: center;
        padding: 1%;
        height: 8vw;
        width: 35vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 0vw;
    }
    
    .n_bannerViewMore img.arrow-icon {
        margin-left: 0px !important;
        margin-right: 10px;
        width: 13px !important;
        height: auto !important;
        display: inline-block !important;
        transition: transform 0.3s ease;
    }
    
    .n_bannerViewMore2 {
        font-size: 11px;
        font-weight: 500;
        color: #fff;
        background-color: transparent;
        border: 2px solid #fff;
        text-align: center;
        padding: 1%;
        height: 8vw;
        width: 35vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 0vw;
    }
    
    .n_bannerViewMore2 img.arrow-icon {
        margin-left: 0px !important;
        margin-right: 10px;
        width: 13px !important;
        height: auto !important;
        display: inline-block !important;
        transition: transform 0.3s ease;
    }
    
    .banner_box .subtitle_all {
        font-size: 10px;
        font-weight: 500;
        color: #fff;
        transition: color 0.3s ease-in-out;
        line-height: 1.3;
        margin-top: 0vw;
        margin-bottom: 0vw;
        /* min-height: 8vw; */
        text-align: center;
    }
}

/*hp_about*/

.hp_about {
    padding: 6vw 5vw 6vw 5vw;
    position: relative;
    z-index: 2;
}

.hp_about .title_small {
    font-size: 17px;
    font-weight: 500;
    color: #000;
    line-height: 1.2;
    position: relative;
    margin-top: 0vw;
    margin-bottom: 0vw;
}

.hp_about .title_big {
    font-size: 26px;
    font-weight: 700;
    color: #000;
    line-height: 1.2;
    position: relative;
    margin-top: 0;
    margin-bottom: 5px;
    padding: 0.5vw 0vw 0vw 0vw;
}

.hp_about .title_big::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -15px;
    width: 20%;
    height: 5px;
    background-color: #011836;
}

.hp_about .hp_keyword {
    font-size: 15px;
    font-weight: 600;
    color: #333;
    line-height: 1.6;
    position: relative;
    margin-top: 0vw;
    margin-bottom: 0vw;
    padding: 1.5vw 1vw 2vw 0vw;
}

.hp_about .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41%;
    max-width: 41%;
}

.hp_about .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 29.5%;
    max-width: 29.5%;
}

.hp_about .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 29.5%;
    max-width: 29.5%;
}

.hp_about_group {
    height: 100%;
}

.hp_about_img {
    width: 100%;
    height: 100%;
    max-width: 150%;
    z-index: 1;
    margin-left: -1vw;
}

.hp_about_img .img-fluid {
    max-width: 100%;
    height: 100%;
}

.aboutRow {
    position: relative;
    background-color: #011836;
    padding: 2vw 3vw 2vw 3vw;
}

.aboutBorder {
    padding: 15px 15px;
}

.about_box {
    text-align: center;
    display: flex;
    gap: 20px;
    align-items: center;
}

.about_box img.about_icon {
    width: 50px !important;
    margin-top: 0vw;
}

.about_box:hover .about_icon {
    animation: 1s swing;
}

.about_box:hover .about_icon {
    animation: swing 1s ease;
    animation-fill-mode: both;
}

.about_title {
    font-size: 17px;
    font-weight: 500;
    color: #fff;
    transition: color 0.3s ease-in-out;
    line-height: 1.3;
    margin-top: 0vw;
    margin-bottom: 0vw;
    text-align: left;
}

@media screen and (max-width: 1300.5px){
}

@media screen and (max-width: 1200.5px){
    .about_title {
        font-size: 15px;
        font-weight: 500;
        color: #fff;
        transition: color 0.3s ease-in-out;
        line-height: 1.3;
        margin-top: 0vw;
        margin-bottom: 0vw;
        text-align: left;
    }
    
    .about_box img.about_icon {
        width: 45px !important;
        margin-top: 0vw;
    }
    
    .aboutRow {
        position: relative;
        background-color: #011836;
        padding: 2vw 2vw 2vw 2vw;
    }
}

@media screen and (max-width: 992.5px){
    .hp_about .col-md-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    
    .hp_about .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    
    .hp_about .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    
    .hp_about .hp_keyword {
        font-size: 15px;
        font-weight: 600;
        color: #333;
        line-height: 1.6;
        position: relative;
        margin-top: 0vw;
        margin-bottom: 0vw;
        padding: 4.5vw 0vw 3vw 0vw;
    }
    
    .hp_about_img {
        width: 100%;
        height: 100%;
        max-width: 150%;
        z-index: 1;
        margin-left: 0vw;
    }
    
    .about_title br {
        display: none;
    }
    
    .aboutRow {
        padding: 2vw 3vw 2vw 3vw;
        margin-top: 5vw;
        width: 100%;
        margin: 0 auto;
        margin-top: 4vw;
    }
    
    .about_box {
        text-align: center;
        display: flex;
        gap: 15px;
        align-items: center;
    }
    
    .about_title {
        font-size: 15px;
        font-weight: 500;
        color: #fff;
        transition: color 0.3s ease-in-out;
        line-height: 1.3;
        margin-top: 0vw;
        margin-bottom: 0vw;
        text-align: left;
    }
    
    .about_box img.about_icon {
        width: 45px !important;
        margin-top: 0vw;
    }
}

@media screen and (max-width: 767.5px){
    .hp_about .title_big {
        font-size: 23px;
        font-weight: 700;
        color: #000;
        line-height: 1.2;
        position: relative;
        margin-top: 0;
        margin-bottom: 5px;
        padding: 0.5vw 0vw 0vw 0vw;
    }

    .hp_about .col-md-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    
    .hp_about .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    
    .hp_about .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    
    .hp_about .hp_keyword {
        font-size: 15px;
        font-weight: 600;
        color: #333;
        line-height: 1.6;
        position: relative;
        margin-top: 0vw;
        margin-bottom: 0vw;
        padding: 4.5vw 0vw 3vw 0vw;
    }
    
    .hp_about_img {
        width: 100%;
        height: 100%;
        max-width: 150%;
        z-index: 1;
        margin-left: 0vw;
    }
    
    .about_title br {
        display: none;
    }
    
    .aboutRow {
        padding: 2vw 3vw 2vw 3vw;
        margin-top: 5vw;
        width: 100%;
        margin: 0 auto;
        margin-top: 4vw;
    }
    
    .about_box {
        text-align: center;
        display: flex;
        gap: 15px;
        align-items: center;
    }
    
    .about_title {
        font-size: 15px;
        font-weight: 500;
        color: #fff;
        transition: color 0.3s ease-in-out;
        line-height: 1.3;
        margin-top: 0vw;
        margin-bottom: 0vw;
        text-align: left;
    }
    
    .about_box img.about_icon {
        width: 45px !important;
        margin-top: 0vw;
    }
}

/*hp_what*/

.hp_what {
    padding: 6vw 5vw 6vw 5vw;
    position: relative;
    z-index: 2;
    background-color: #011836;
}

.hp_what .title_small {
    font-size: 17px;
    font-weight: 500;
    color: #fff;
    line-height: 1.2;
    position: relative;
    margin-top: 0vw;
    margin-bottom: 0.5vw;
}

.hp_what .title_big {
    font-size: 26px;
    font-weight: 700;
    color: #fff;
    line-height: 1.2;
    position: relative;
    margin-top: 0;
    margin-bottom: 1vw;
}

.whatBorder {
    padding: 15px 8px;
    position: relative;
    transition: transform 0.3s ease;
}

.whatBorder:hover {
    transform: scale(1.05);
    z-index: 10;
}

.what_box {
    text-align: center;
    display: block;
    gap: 20px;
    align-items: center;
    margin-bottom: 1vw;
    background: #0a1f3c;
    border: 1px solid #183e6a;
    padding: 2vw 1vw 2vw 1vw;
}

.what_box img.what_icon {
    width: 120px !important;
    margin-top: 0vw;
}

.what_box:hover .what_icon {
    animation: 1s swing;
}

.what_box:hover .what_icon {
    animation: swing 1s ease;
    animation-fill-mode: both;
}

.what_title {
    font-size: 17px;
    font-weight: 600;
    color: #fff;
    transition: color 0.3s ease-in-out;
    line-height: 1.3;
    margin-top: 0.5vw;
    margin-bottom: 1vw;
    position: relative;
    padding-bottom: 15px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.what_title::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 40px; 
    height: 2px;
    background-color: #fff;
}

.what_text {
    font-size: 14px;
    font-weight: 300;
    color: #fff;
    transition: color 0.3s ease-in-out;
    line-height: 1.4;
    margin-top: 0vw;
    margin-bottom: 0vw;
}

@media screen and (max-width: 1300.5px){
}

@media screen and (max-width: 1200.5px){
    .what_title {
        font-size: 13px;
        font-weight: 600;
        color: #fff;
        transition: color 0.3s ease-in-out;
        line-height: 1.3;
        margin-top: 0.5vw;
        margin-bottom: 1vw;
        position: relative;
        padding-bottom: 15px;
        height: 80px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .what_text {
        font-size: 11px;
        font-weight: 300;
        color: #fff;
        transition: color 0.3s ease-in-out;
        line-height: 1.4;
        margin-top: 0vw;
        margin-bottom: 0vw;
    }
}

@media screen and (max-width: 992.5px){
    .what_box img.what_icon {
    width: 75px !important;
        margin-top: 0vw;
    }
}

@media screen and (max-width: 767.5px){
    .what_box img.what_icon {
        width: 90px !important;
        margin-top: 0vw;
    }
    
    .hp_what .title_big {
        font-size: 23px;
        font-weight: 700;
        color: #fff;
        line-height: 1.2;
        position: relative;
        margin-top: 0;
        margin-bottom: 1vw;
    }
    
    .what_box {
        text-align: center;
        display: block;
        gap: 20px;
        align-items: center;
        margin-bottom: 1vw;
        background: #0a1f3c;
        border: 1px solid #183e6a;
        padding: 3vw 3vw 3vw 3vw;
    }
    
    .what_title {
        font-size: 16px;
        font-weight: 600;
        color: #fff;
        transition: color 0.3s ease-in-out;
        line-height: 1.3;
        margin-top: 0.5vw;
        margin-bottom: 1vw;
        position: relative;
        padding-bottom: 15px;
        height: 90px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .what_title::after {
        content: "";
        position: absolute;
        left: 50%;
        bottom: 10%;
        transform: translateX(-50%);
        width: 40px;
        height: 2px;
        background-color: #fff;
    }
    
    /*.what_title br {*/
    /*    display: none;*/
    /*}*/
    
    .what_text {
        font-size: 14px;
        font-weight: 300;
        color: #fff;
        transition: color 0.3s ease-in-out;
        line-height: 1.4;
        margin-top: 0vw;
        margin-bottom: 0vw;
    }
    
    /*.what_text br {*/
    /*    display: none;*/
    /*}*/
    
    .hp_what {
        padding: 6vw 5vw 4vw 5vw;
        position: relative;
        z-index: 2;
        background-color: #011836;
    }
}

/*hp_projects*/

.hp_projects {
    padding: 7vw 5vw 0.5vw 5vw;
    position: relative;
    z-index: 2;
}

.hp_projects .title_small {
    font-size: 17px;
    font-weight: 500;
    color: #000;
    line-height: 1.2;
    position: relative;
    margin-top: 0vw;
    margin-bottom: 0.5vw;
}

.hp_projects .title_big {
    font-size: 26px;
    font-weight: 700;
    color: #000;
    line-height: 1.2;
    position: relative;
    margin-top: 0;
    margin-bottom: 5px;
}

.projects_button {
    display: flex;
    justify-content: flex-end;
}

.n_projectsViewMore {
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    background-color: #011836;
    text-align: center;
    padding: 1%;
    height: 3.7vw;
    width: 18vw;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.25s all linear;
    margin-top: 1vw;
}

.n_projectsViewMore:hover {
    color: #fff;
    background-color: #000;
    text-decoration: none;
    /*transform: scale(0.95);*/
}

.n_projectsViewMore {
    position: relative;
    transition: all 0.3s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: space-around;
    /* border: none; */
    outline: none;
    overflow: hidden;
}

.n_projectsViewMore:hover {
    transform: scale(1.05);
}

.n_projectsViewMore:active {
    transform: scale(0.85);
}

.n_projectsViewMore::before {
    content: "";
    position: absolute;
    width: 100px;
    height: 100%;
    background-image: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0) 30%,
    rgba(255, 255, 255, 0.8),
    rgba(255, 255, 255, 0) 70%
    );
    top: 0;
    left: -100px;
    opacity: 0.6;
}

.n_projectsViewMore img.arrow-icon {
    margin-left: 0px !important;
    margin-right: 0px;
    width: 25px !important;
    height: auto !important;
    display: inline-block !important;
    transition: transform 0.3s ease;
}

/*project*/

#main_index .hp_photoGallerySliderWithTitle {
    background-color: transparent;
    padding: 0vw 5vw 3vw 5vw;
}

#main_index .hp_photoGallerySliderWithTitle .photo-gallery .outline_box {
    width: 100%;
    padding: 4px;
}

#main_index .hp_photoGallerySliderWithTitle .text-center {
    text-align: left !important;
}

#main_index .hp_photoGallerySliderWithTitle p {
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 16px;
    font-weight: 500;
    color: #000;
    margin-top: 0.5vw;
}

#main_index .hp_photoGallerySliderWithTitle .slick-dots {
    position: relative;
    display: none !important;
}

@media screen and (max-width: 1300.5px){
}

@media screen and (max-width: 1200.5px){
    .n_projectsViewMore {
        font-size: 15px;
        font-weight: 500;
        color: #fff;
        background-color: #011836;
        text-align: center;
        padding: 1%;
        height: 3.7vw;
        width: 25vw;
        display: flex;
        align-items: center;
        transition: 0.25s all linear;
        margin-top: 1vw;
    }
}

@media screen and (max-width: 992.5px){
    .n_projectsViewMore {
        font-size: 15px;
        font-weight: 500;
        color: #fff;
        background-color: #011836;
        text-align: center;
        padding: 1%;
        height: 5vw;
        width: 35vw;
        display: flex;
        align-items: center;
        transition: 0.25s all linear;
        margin-top: 1vw;
    }
}

@media screen and (max-width: 767.5px){
    .hp_projects {
        padding: 6vw 5vw 1vw 5vw;
        position: relative;
        z-index: 2;
    }
    
    .hp_projects .title_big {
        font-size: 23px;
        font-weight: 700;
        color: #000;
        line-height: 1.2;
        position: relative;
        margin-top: 0;
        margin-bottom: 5px;
    }
    
    .projects_button {
        display: flex;
        justify-content: flex-start;
    }
    
    .n_projectsViewMore {
        font-size: 14px;
        font-weight: 500;
        color: #fff;
        background-color: #011836;
        text-align: center;
        padding: 1%;
        height: 10vw;
        width: 55vw;
        display: flex;
        align-items: center;
        transition: 0.25s all linear;
        margin-top: 1vw;
    }
    
    #main_index .hp_photoGallerySliderWithTitle {
        background-color: transparent;
        padding: 0vw 4vw 1vw 4vw;
    }
}

/*hp_why*/

.hp_why {
    padding: 6vw 5vw 3vw 5vw;
    position: relative;
    z-index: 2;
    background-color: #011836;
}

.hp_why .title_small {
    font-size: 17px;
    font-weight: 500;
    color: #fff;
    line-height: 1.2;
    position: relative;
    margin-top: 0vw;
    margin-bottom: 0.5vw;
}

.hp_why .title_big {
    font-size: 26px;
    font-weight: 700;
    color: #fff;
    line-height: 1.2;
    position: relative;
    margin-top: 0;
    margin-bottom: 1vw;
}

.countBorder {
    position: relative;
}

.countBorder:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    width: 2px;
    height: 60px;
    background-color: #dcdcdc;
}

.hp_why_count {
    position: relative;
    z-index: 2;
}

.hp_why_count_point {
    position: relative;
    /* text-align: center; */
    padding: 20px 10px;
    overflow: hidden;
    display: flex;
    align-items: center;
    gap: 45px;
}

.hp_why_count_img img {
    width: 90px;  
    height: auto;
    display: block;
}

.hp_count_point {
    position: relative;
    z-index: 2;
    display: flex;
    /*justify-content: center;*/
    align-items: center;
    gap: 3px;
    margin-bottom: 10px;
}

.running_number {
    font-size: 36px;
    font-weight: 700;
    line-height: 0.9;
    color: #fff;
    letter-spacing: 1px;
}

.running_word {
    font-size: 36px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
}

.hp_count_text {
    position: relative;
    z-index: 2;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3;
    color: #fff;
}

@media screen and (max-width: 1300.5px){
}

@media screen and (max-width: 1200.5px){
    .hp_why_count_point {
        position: relative;
        /* text-align: center; */
        padding: 20px 10px;
        overflow: hidden;
        display: flex;
        align-items: center;
        gap: 10px;
    }
    
    .hp_why_count_img img {
        width: 55px;
        height: auto;
        display: block;
    }
}

@media screen and (max-width: 992.5px){
    .hp_why_count_img img {
        width: 45px;
        height: auto;
        display: block;
    }
    
    .running_number {
        font-size: 25px;
        font-weight: 700;
        line-height: 0.9;
        color: #fff;
        letter-spacing: 1px;
    }
    
    .running_word {
        font-size: 25px;
        font-weight: 700;
        line-height: 1;
        color: #fff;
    }
    
    .hp_count_text {
        position: relative;
        z-index: 2;
        font-size: 12px;
        font-weight: 400;
        line-height: 1.3;
        color: #fff;
    }
}

@media screen and (max-width: 767.5px){
    .hp_why .title_big {
        font-size: 23px;
        font-weight: 700;
        color: #fff;
        line-height: 1.2;
        position: relative;
        margin-top: 0;
        margin-bottom: 1vw;
    }
    
    .hp_why_count_point {
        position: relative;
        /* text-align: center; */
        padding: 15px;
        overflow: hidden;
        display: flex;
        align-items: center;
        gap: 10px;
    }
    
    .countBorder {
        position: relative;
    }
    
    .countBorder:not(:last-child)::after {
        content: "";
        position: absolute;
        top: 100%;
        left: 50%;
        transform: translateX(-50%);
        width: 30%;
        height: 0px;
        background-color: #dcdcdc;
    }
}

/*hp_contact*/

.index_wrapper_7 {
    position: relative;
    padding: 2vw 6vw 3vw 6vw;
    background-color: #011836;
}

.hp_contact {
    padding: 3.5vw 5vw 4.5vw 5vw;
    position: relative;
    z-index: 2;
    background: linear-gradient(to right, #243851 0%, #011836 50%, #243851 100%);
}

.hp_contact .title_big {
    font-size: 28px;
    font-weight: 700;
    color: #fff;
    line-height: 1.2;
    position: relative;
    margin-top: 0;
    margin-bottom: 1vw;
}

.hp_contact .hp_keyword {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    line-height: 1.2;
    position: relative;
    margin-top: 0vw;
    margin-bottom: 0.5vw;
}

.contact_button {
    display: flex;
    justify-content: center;
    align-content: center;
    gap: 5px;
}

.n_contactViewMore {
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    background: linear-gradient(to right, #00c13e 0%, #008530 100%);
    text-align: center;
    padding: 1%;
    height: 3.7vw;
    width: 18vw;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.25s all linear;
    margin-top: 1vw;
}

.n_contactViewMore:hover {
    color: #fff;
    background: linear-gradient(to left, #00c13e 0%, #008530 100%);
    text-decoration: none;
    /*transform: scale(0.95);*/
}

.n_contactViewMore {
    position: relative;
    transition: all 0.3s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    /* border: none; */
    outline: none;
    overflow: hidden;
}

.n_contactViewMore:hover {
    transform: scale(1.05);
}

.n_contactViewMore:active {
    transform: scale(0.85);
}

.n_contactViewMore::before {
    content: "";
    position: absolute;
    width: 100px;
    height: 100%;
    background-image: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0) 30%,
    rgba(255, 255, 255, 0.8),
    rgba(255, 255, 255, 0) 70%
    );
    top: 0;
    left: -100px;
    opacity: 0.6;
}

.n_contactViewMore img.arrow-icon {
    margin-left: 15px !important;
    margin-right: 0px;
    width: 25px !important;
    height: auto !important;
    display: inline-block !important;
    transition: transform 0.3s ease;
}

.n_contactViewMore2 {
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    background-color: #011836;
    text-align: center;
    padding: 1%;
    height: 3.7vw;
    width: 18vw;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.25s all linear;
    margin-top: 1vw;
}

.n_contactViewMore2:hover {
    color: #fff;
    background-color: #000;
    text-decoration: none;
    /*transform: scale(0.95);*/
}

.n_contactViewMore2 {
    position: relative;
    transition: all 0.3s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    /* border: none; */
    outline: none;
    overflow: hidden;
}

.n_contactViewMore2:hover {
    transform: scale(1.05);
}

.n_contactViewMore2:active {
    transform: scale(0.85);
}

.n_contactViewMore2::before {
    content: "";
    position: absolute;
    width: 100px;
    height: 100%;
    background-image: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0) 30%,
    rgba(255, 255, 255, 0.8),
    rgba(255, 255, 255, 0) 70%
    );
    top: 0;
    left: -100px;
    opacity: 0.6;
}

.n_contactViewMore2 img.arrow-icon {
    margin-left: 15px !important;
    margin-right: 0px;
    width: 25px !important;
    height: auto !important;
    display: inline-block !important;
    transition: transform 0.3s ease;
}

@media screen and (max-width: 1300.5px){
}

@media screen and (max-width: 1200.5px){
    .n_contactViewMore {
        font-size: 15px;
        font-weight: 500;
        color: #fff;
        background: linear-gradient(to right, #00c13e 0%, #008530 100%);
        text-align: center;
        padding: 1%;
        height: 3.7vw;
        width: 25vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 1vw;
    }
    
    .n_contactViewMore2 {
        font-size: 15px;
        font-weight: 500;
        color: #fff;
        background-color: #011836;
        text-align: center;
        padding: 1%;
        height: 3.7vw;
        width: 25vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 1vw;
    }
}

@media screen and (max-width: 992.5px){
    .n_contactViewMore {
        font-size: 15px;
        font-weight: 500;
        color: #fff;
        background: linear-gradient(to right, #00c13e 0%, #008530 100%);
        text-align: center;
        padding: 1%;
        height: 5vw;
        width: 35vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 1vw;
    }
    
    .n_contactViewMore2 {
        font-size: 15px;
        font-weight: 500;
        color: #fff;
        background-color: #011836;
        text-align: center;
        padding: 1%;
        height: 5vw;
        width: 35vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 1vw;
    }
}

@media screen and (max-width: 767.5px){
    .index_wrapper_7 {
        position: relative;
        padding: 0vw 8vw 3vw 8vw;
        background-color: #011836;
    }
    
    .hp_contact .title_big {
        font-size: 23px;
        font-weight: 700;
        color: #fff;
        line-height: 1.2;
        position: relative;
        margin-top: 0;
        margin-bottom: 1vw;
    }
    
    .hp_contact {
        padding: 6vw 3vw 6vw 3vw;
        position: relative;
        z-index: 2;
        background: linear-gradient(to right, #243851 0%, #011836 50%, #243851 100%);
    }
    
    .hp_contact .hp_keyword {
        font-size: 15px;
        font-weight: 400;
        color: #fff;
        line-height: 1.2;
        position: relative;
        margin-top: 0vw;
        margin-bottom: 0.5vw;
    }
    
    .n_contactViewMore {
        font-size: 14px;
        font-weight: 500;
        color: #fff;
        background: linear-gradient(to right, #00c13e 0%, #008530 100%);
        text-align: center;
        padding: 1%;
        height: 10vw;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 3vw;
    }
    
    .n_contactViewMore2 {
        font-size: 14px;
        font-weight: 500;
        color: #fff;
        background-color: #011836;
        text-align: center;
        padding: 1%;
        height: 10vw;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 3vw;
    }
    
    .contact_button {
        display: block;
        justify-content: center;
        align-content: center;
        gap: 5px;
    }
}

/*footer*/

.footer_type10 .logo img {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0%, -50%);
    width: auto;
    max-height: 80px;
    background: #fff;
}

@media screen and (max-width: 1300.5px){
}

@media screen and (max-width: 1200.5px){
}

@media screen and (max-width: 992.5px){
}

@media screen and (max-width: 767.5px){
}

@media screen and (max-width: 500.5px) {
    .index_wrapper_2 .item>img {
        min-height: 22rem !important;
        object-fit: cover;
        object-position: 50% 50%;
    }
    
    .index_wrapper_2 .item>img {
        min-height: 11rem !important;
        object-fit: cover;
        object-position: 50% 50%;
    }
}