body > br {
    display: none;
}

body {
    font-size: 14px !important;
}

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

#main_index a:hover {
    text-decoration: none;
}

#main_index button:focus {
    outline: none;
}


/*navigation bar*/
.navbar_type8 {
    height: 100px;
    padding: 0 7%;
    background-color: #fff;
    border-bottom: .8px solid #ccc;
    transition: all 0.2s ease-in-out;
}

#main_index .navbar_type8 {
    border-bottom: none;
}

.dark_nav {
    height: 80px;
    background-color: rgb(255,255,255,0.9) !important;
    border-bottom: .8px solid #ccc !important;
}

.navbar_type8 .logo {
    margin-left: 0;
}

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

.navbar_type8.dark_nav .logo img {
    padding: 10px 0;
}

.navbar_type8 .nav_tab {
    padding: 0;
    gap: .5vw;
}

.navbar_type8 .nav_tab .nav_item a {
    font-size: 1vw;
    color: #000;
    display: block;
    padding: .65vw 1.2vw;
    transition: all 0.25s ease-in-out;
}

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

.navbar_type8 .nav_tab .nav_item::before {
    position: absolute;
    content: "";
    left: 50%;
    top: 0;
    width: 0;
    border-bottom: none;
    transition: all 0.25s ease-in-out;
    opacity: 1;
    height: 100%;
    background-color: #0b2a49;
    transform: translate(-50%, 0);
    z-index: -1;
}

.navbar_type8 .nav_tab .nav_item:hover::before,
.navbar_type8 .nav_tab .nav_item:last-child::before {
    width: 100%;
}

/*footer*/
.footer_type9 {
    color: #f4f4f4;
    padding-top: 6rem;
    padding-bottom: 3rem;
    background-color: #001023;
    font-size: 14.5px;
    line-height: 1.6;
}

.footer_type9 .text {
    color: #f4f4f4 !important;
    font-size: 14.5px;
}

.footer_type9 .bg_dark {
    background-color: transparent;
}

.footer_type9 a:hover,
.footer_type9 a.text:hover {
    color: #fff !important;
}

.footer_type9 a {
    color: #f4f4f4;
}

.footer_type9 .nav_item li a::after {
    color: #f4f4f4;
    content: '|';
}

.footer_type9 .nav_item li a {
    text-transform: unset;
}

.footer_type9 .col-12.col-md-6.mb-md-0:nth-child(1) {
    padding-right: 10vw !important;
}

.footer_type9 .col-12.col-md-6.mb-md-0:nth-child(2) {
    padding-left: 4vw !important;
}

.footer_type9 .sub_title p {
    color: #fff;
}

.footer_type9 .icon {
    background-color: #cb9f5d;
}

.footer_type9 .copy_right {
    font-size: 14px;
}

.footer_type9 .title {
    min-height: 85px;
}

.footer_type9 .logo img {
    max-height: 85px;
    background-color: #fff;
    border-radius: 5px;
    padding: 14px;
}

@media (min-width: 768px) {
    .footer_type9 .col-12.col-md-6.mb-md-0:nth-child(1) {
        -ms-flex: 0 0 65%;
        flex: 0 0 65%;
        max-width: 65%;
    }
    .footer_type9 .col-12.col-md-6.mb-md-0:nth-child(2) {
        -ms-flex: 0 0 35%;
        flex: 0 0 35%;
        max-width: 35%;
    }
}


/*homepage banner*/
.slider_banner .banner_content {
    opacity: 1 !important;
}

.hp_banner {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    padding-left: 8vw;
}

.hp_banner::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to right, #001023, rgb(0, 16, 35, 0.8), transparent, transparent);
}

.hp_banner_box {
    position: relative;
    z-index: 1;
    width: 45%;
}

.hp_banner_icon img {
    max-width: 3.5vw;
    min-width: 3.5vw;
    transition: all 0.5s ease-in-out;
}

.hp_banner_title {
    font-family: "Noto Serif", serif;
    font-size: 3vw;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0;
    line-height: 1.3;
    width: 80%;
}

.hp_banner_title span {
    color: #cb9f5d;
}

.hp_banner_line {
    display: block;
    width: 6vw;
    height: 2.8px;
    background-color: #cb9f5d;
    margin: 1.5vw 0;
}

.hp_banner_keyword {
    font-size: 1.2vw;
    color: #fff;
    margin-bottom: 0;
    font-weight: 300;
    line-height: 1.7;
    width: 75%;
}

.hp_banner_button {
    display: flex;
    gap: 1.5vw;
    margin-top: 2vw;
}

.hp_banner_button a:nth-child(1) .hp_button {
    background-color: #cb9f5d;
    border: .8px solid #cb9f5d;
}

.hp_banner_button a:nth-child(2) .hp_button {
    background-color: transparent;
    border: .8px solid #fff;
}

.hp_banner_group {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 4vw;
    margin-top: 3.5vw;
}

.hp_banner_text {
    font-size: 1.4vw;
    font-weight: 600;
    color: #fff;
    margin: 1vw 0 .25vw;
}

.hp_banner_small {
    font-size: 1vw;
    color: #fff;
    font-weight: 300;
    margin-bottom: 0;
}

.hp_banner_point {
    position: relative;
}

.hp_banner_point::before {
    content: "";
    position: absolute;
    right: -1.5vw;
    top: 50%;
    transform: translate(0, -50%);
    width: .8px;
    height: 75%;
    background-color: #fff;
    opacity: 0.3;
}

.hp_banner_point:last-child::before {
    display: none;
}

.hp_banner_point:hover .hp_banner_icon img {
    transform: rotateY(360deg);
}

/*homepage why*/
.hp_why {
    padding: 6rem 4%;
    background-color: #f4f4f4;
}

.hp_small_title {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #cb9f5d;
    margin-bottom: 10px;
}

.hp_big_title {
    font-family: "Noto Serif", serif;
    font-size: 2.65vw;
    font-weight: 700;
    color: #001023;
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 0;
}

.hp_big_title::after {
    content: "";
    width: 60px;
    height: 2.8px;
    background-color: #cb9f5d;
}

.hp_why .hp_big_title {
    margin-bottom: 20px;
}

.hp_keyword {
    font-size: 15.5px;
    line-height: 1.7;
    margin-bottom: 0;
    color: #666;
}

.hp_why_button {
    display: flex;
    margin-top: 2rem;
}

.hp_button {
    font-size: 14.5px;
    background-color: #001023;
    color: #fff;
    border: none;
    padding: 11px 20px;
    display: flex;
    align-items: center;
    gap: 20px;
    transition: all 0.3s ease-in-out;
}

.hp_button span {
    display: inline-block;
    transition: all 0.3s ease-in-out;
}

.hp_button:hover span {
    margin-left: 10px;
}

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

.hp_button:active {
    transform: scale(0.75);
}

.hp_why_right_box {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
    width: 105%;
    position: relative;
    left: -5%;
}

.hp_why_left_box {
    padding-right: 4vw;
}

.hp_why_box {
    height: 100%;
    background-color: #fff;
    border: .8px solid #eee;
    transition: all 0.3s ease-in-out;
}

.hp_why_box:hover {
    transform: translateY(-10px);
}

.hp_why_content {
    position: relative;
    padding: 40px 25px 25px;
}

.hp_why_icon {
    max-width: 65px;
    background-color: #cb9f5d;
    padding: 12px;
    border-radius: 50%;
    position: absolute;
    left: 25px;
    top: 0;
    transform: translate(0, -50%);
    transition: all 0.5s ease-in-out;
}

.hp_why_box:hover .hp_why_icon {
    transform: translate(0, -50%) rotateY(360deg);
}

.hp_why_icon img {
    filter: brightness(0) invert(1);
}

.hp_why_title {
    font-size: 18px;
    font-weight: 600;
    color: #001023;
    margin: 10px 0 8px;
}

.hp_why_keyword {
    font-size: 14px;
    margin-bottom: 0;
    color: #666;
}

/*homepage built*/
.hp_built {
    background-color: #001023;
}

.hp_built_left_box {
    position: relative;
}

.hp_built_left_box::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 25%;
    height: 100%;
    background-image: linear-gradient(to left, #001023, transparent);
}

.hp_built_icon img {
    max-width: 60px;
    transition: all 0.5s ease-in-out;
}

.hp_built_point:hover .hp_built_icon img {
    transform: rotateY(360deg);
}

.hp_built_group {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 4vw;
    margin-top: 3rem;
}

.hp_built_right_box {
    padding: 0 3vw;
}

.hp_built_title {
    font-size: 16px;
    color: #fff;
    margin: 15px 0 0;
    line-height: 1.4;
    font-weight: 400;
}

.hp_built_title span {
    display: block;
    font-size: 18px;
    font-weight: 600;
}

.hp_built_point {
    position: relative;
}

.hp_built_point::before {
    content: "";
    position: absolute;
    right: -1.5vw;
    top: 50%;
    transform: translate(0, -50%);
    width: .8px;
    height: 75%;
    background-color: #fff;
    opacity: 0.3;
}

.hp_built_point:last-child::before {
    display: none;
}

/*homepage industry*/
.hp_industry {
    padding: 6rem 4% 7rem;
}

.hp_industry .hp_big_title {
    align-items: center;
}

.hp_industry_top_box {
    margin-bottom: 3rem;
}

.hp_industry_bottom_box {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.hp_industry_box {
    position: relative;
    transition: all 0.3s ease-in-out;
}

.hp_industry_box:hover {
    transform: translateY(-10px);
}

.hp_industry_content {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-end;
    padding: 2vw;
    background-image: linear-gradient(to top, rgb(0,0,0,0.9), rgb(0,0,0,0.5), transparent, transparent);
}

.hp_industry_title {
    font-size: 20px;
    color: #fff;
    margin-bottom: 0;
    font-weight: 600;
}

.hp_industry_img {
    overflow: hidden;
}

.hp_industry_img img {
    transition: all 0.3s ease-in-out;
}

.hp_industry_box:hover .hp_industry_img img {
    transform: scale(1.15);
}

/*homepage compare*/
.hp_compare {
    width: 100%;
}

.hp_compare_box {
    position: relative;
    width: 100%;
    height: 450px;
    overflow: hidden;
    background: #111;
    user-select: none;
    -webkit-user-select: none;
}

.hp_compare_img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
}

.hp_compare_before {
    z-index: 1;
}

.hp_compare_after_box {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    overflow: hidden;
    z-index: 2;
}

.hp_compare_after {
    width: 100vw;
    max-width: none;
}

.hp_compare_divider {
    position: absolute;
    top: 0;
    left: 50%;
    width: 2px;
    height: 100%;
    background: rgba(255, 255, 255, 0.9);
    transform: translateX(-50%);
    z-index: 4;
    pointer-events: none;
}

.hp_compare_button {
    position: absolute;
    top: 50%;
    left: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background: #fff;
    color: #222;
    font-size: 25px;
    font-weight: 700;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.25);
    transform: translate(-50%, -50%);
}

.hp_compare_label {
    position: absolute;
    top: 60px;
    z-index: 5;
    color: #fff;
    text-transform: uppercase;
    pointer-events: none;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
}

.hp_compare_label strong {
    display: block;
    margin-bottom: 8px;
    font-size: 24px;
    letter-spacing: 1px;
}

.hp_compare_label small {
    display: block;
    font-size: 14px;
    line-height: 1.6;
}

.hp_compare_label_before {
    left: 40px;
}

.hp_compare_label_after {
    right: 40px;
    text-align: right;
}

.hp_compare_label_range {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    opacity: 0;
    cursor: ew-resize;
    z-index: 10;
}

@media (max-width: 767px) {
    .hp_compare_box {
        height: 300px;
    }

    .hp_compare_label {
        top: 20px;
    }

    .hp_compare_label_before {
        left: 20px;
    }

    .hp_compare_label_after {
        right: 20px;
    }

    .hp_compare_label strong {
        font-size: 18px;
    }

    .hp_compare_label small {
        font-size: 11px;
    }

    .hp_compare_button {
        width: 44px;
        height: 44px;
        font-size: 21px;
    }
}

/*homepage leader*/

#main_index .index_wrapper_7 {
    padding: 6rem 0 5rem;
}

.hp_leader .hp_big_title {
    align-items: center;
}

.hp_leader_top_box {
    margin-bottom: 2rem;
}

#main_index .hp_photoGallerySlider_type3 {
    background-color: transparent;
}

#main_index .hp_photoGallerySlider_type3 .container {
    max-width: 100%;
}

#main_index .hp_photoGallerySlider_type3 .col-12,
#main_index .hp_photoGallerySlider_type3 .photo-gallery3,
#main_index .hp_photoGallerySlider_type3 .photo-gallery3 .outline_box .gallery_box img {
    padding: 0;
}

#main_index .hp_photoGallerySlider_type3 .photo-gallery3 .outline_box .gallery_box {
    padding-top: 60%;
}

#main_index .hp_photoGallerySlider_type3 .photo-gallery3 .outline_box {
    padding: 10px 40px;
    transition: all 0.2s ease-in-out;
}

#main_index .hp_photoGallerySlider_type3 .photo-gallery3 .outline_box:hover {
    transform: translateY(-10px);
}

#main_index .hp_photoGallerySlider_type3 .photo-gallery3 .slick-arrow {
    display: none !important;
}

/*homepage contact*/
.hp_contact {
    padding: 5rem 8.5%;
    background-color: #666;
    background-image: url('https://cdn1.npcdn.net/userfiles/16147/image/contactbg.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    position: relative;
}

.hp_contact::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to right, rgb(0,0,0,0.8), rgb(0,0,0,0.2));
}

.hp_contact .hp_big_title {
    margin-bottom: 20px;
}

.hp_contact .hp_keyword {
    font-size: 20px;
}

.hp_contact_right_box {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: flex-end;
}

.hp_contact_right_box a:nth-child(2) .hp_button {
    background-color: #cb9f5d;
    border: .8px solid #cb9f5d;
}

.hp_contact_right_box a:nth-child(1) .hp_button {
    background-color: transparent;
    border: .8px solid #fff;
}

.hp_contact_right_box a:nth-child(2) .hp_button span {
    font-size: 20px;
    line-height: .5;
}

/*other pages*/


/*homepage responsive*/

@media (max-width: 1200.5px) {
    /*navigation bar*/
    .navbar_type8 {
        padding: 0 15px;
    }
    .navbar_type8 .nav_tab .nav_item a {
        font-size: 1.2vw;
    }
    
    /*footer*/
    .footer_type9 {
        padding-top: 5rem;
        padding-bottom: 2rem;
        font-size: 14px;
    }
    .footer_type9 .col-12.col-md-6.mb-md-0:nth-child(1) {
        padding-right: 15px !important;
    }
    .footer_type9 .col-12.col-md-6.mb-md-0:nth-child(2) {
        padding-left: 15px !important;
    }
    
    /*homepage banner*/
    .hp_banner {
        padding-left: 5vw;
    }
    
    /*homepage why*/
    .hp_why {
        padding: 4rem 15px;
    }
    .hp_small_title {
        font-size: 15px;
    }
    .hp_big_title {
        font-size: 28px;
    }
    .hp_why .hp_big_title {
        margin-bottom: 15px;
    }
    .hp_keyword {
        font-size: 14px;
        line-height: 1.6;
    }
    .hp_why_button {
        margin-top: 1.5rem;
    }
    .hp_button {
        font-size: 13.5px;
        gap: 15px;
        padding: 9px 15px;
    }
    .hp_why_content {
        padding: 40px 20px 25px;
    }
    .hp_why_title {
        font-size: 15px;
    }
    
    /*homepage built*/
    .hp_built_icon img {
        max-width: 50px;
    }
    .hp_built_title span {
        font-size: 15px;
    }
    .hp_built_title {
        font-size: 14px;
    }
    .hp_built_left_box img {
        min-height: 430px;
        object-fit: cover;
    }
    
    /*homepage industry*/
    .hp_industry {
        padding: 4rem 15px;
    }
    .hp_industry_top_box {
        margin-bottom: 2rem;
    }
    .hp_industry_title {
        font-size: 17px;
    }
    
    /*homepage compare*/
    
    
    /*homepage leader*/
    #main_index .index_wrapper_7 {
        padding: 4rem 0;
    }
    #main_index .hp_photoGallerySlider_type3 .photo-gallery3 .outline_box {
        padding: 10px 20px;
    }
    
    /*homepage contact*/
    .hp_contact {
        padding: 4rem 15px;
    }
    .hp_contact .hp_keyword {
        font-size: 16px;
    }

}

.side_menu {
    background-color: #001023;
}

.side_menu .list-group .list-group-item a {
    color: #fff;
}

@media (max-width: 991.5px) {
    /*footer*/
    
    
    /*homepage banner*/
    
    
    /*homepage why*/
    .hp_why_right_box {
        grid-template-columns: repeat(2, 1fr);
        width: 100%;
        left: 0;
    }
    .hp_why_left_box {
        padding-right: 0;
    }
    
    /*homepage built*/
    .hp_built_group {
        grid-template-columns: 1fr 1fr;
    }
    .hp_built_point:nth-child(2)::before {
        display: none;
    }
    
    /*homepage industry*/
    
    
    /*homepage compare*/
    
    
    /*homepage leader*/
    
    
    /*homepage contact*/
    .hp_contact_right_box {
        flex-direction: column;
        align-items: flex-end;
    }

}

@media (max-width: 767.5px) {
    /*footer*/
    
    
    /*homepage banner*/
    .slider_banner .item > img {
        min-height: 500px;
        object-fit: cover;
        padding-top: 230px;
        background-color: #001023;
        object-position: right;
    }
    .slider_banner .item::before {
        content: "";
        position: absolute;
        left: 0;
        top: 230px;
        width: 100%;
        height: 20%;
        background-image: linear-gradient(to bottom, #001023, transparent);
    }
    .hp_banner::before {
        display: none;
    }
    .hp_banner {
        padding: 20px;
        align-items: flex-start;
    }
    .hp_banner_box {
        width: 100%;
    }
    .hp_banner_title {
        font-size: 20px;
        width: 100%;
    }
    .hp_banner_keyword {
        font-size: 12px;
        width: 100%;
        line-height: 1.5;
    }
    .hp_banner .hp_button {
        font-size: 10px;
        gap: 5px;
        padding: 6px 10px;
    }
    .hp_banner_icon img {
        max-width: 30px;
        min-width: 30px;
    }
    .hp_banner_text {
        margin: 7px 0 5px;
        font-size: 14px;
        text-shadow: 1px 1px 3px #000;
    }
    .hp_banner_small {
        font-size: 12px;
        line-height: 1.3;
        text-shadow: 1px 1px 3px #000;
    }
    .hp_banner_group {
        gap: 20px;
        margin-top: 20px;
    }
    .hp_banner_point::before {
        right: -10px;
    }
    
    /*homepage why*/
    .hp_why_right_box {
        grid-template-columns: repeat(1, 1fr);
        margin-top: 3rem;
    }
    .hp_why_img img {
        max-height: 220px;
        object-fit: cover;
    }
    .hp_why_title {
        font-size: 18px;
    }
    
    /*homepage built*/
    .hp_built_left_box img {
        min-height: auto;
    }
    .hp_built_left_box::before {
        display: none;
    }
    .hp_built_right_box {
        padding: 4rem 30px;
    }
    .hp_built_group {
        gap: 40px 30px;
    }
    .hp_built_point::before {
        right: -15px;
    }
    
    /*homepage industry*/
    .hp_industry_bottom_box {
        grid-template-columns: repeat(1, 1fr);
    }
    .hp_industry_content {
        padding: 20px;
    }
    
    /*homepage compare*/
    
    
    /*homepage leader*/
    
    
    /*homepage contact*/
    .hp_contact {
        background-position: 80% 50%;
    }
    .hp_contact_right_box {
        align-items: flex-start;
        margin-top: 2rem;
    }

}