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

.navbar_type8 {
    background-color: #000000;
    height: 80px;
    padding: 0 15px;
}

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

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

.navbar_type8 .logo img {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0;
}

.navbar_type8 .nav_tab {
    flex: 0 1 80%;
    justify-content: flex-end;
    padding-left: 0;
    padding-right: 5%;
}

.navbar_type8 .nav_tab .nav_item {
    /*width: 13.5%;*/
    color: #ffffff;
    text-transform: capitalize;
    text-align: center;
}

.navbar_type8 .nav_tab .nav_item::before {
    display: none;
    border-bottom: 2px solid #ff080c;
}

.navbar_type8 .nav_tab .nav_item::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: -8px;
    left: 0;
    background-image: url("https://cdn1.npcdn.net/img/1708416577button.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 100%;
    height: calc(100% + 16px);
    transform: scaleX(0);
    transform-origin: left;
    transition: all .25s;
}

.navbar_type8 .nav_tab .nav_item:nth-child(4)::after {
    left: 10px;
}

.navbar_type8 .nav_tab .nav_item:last-child::after {
    left: 10px;
}

.navbar_type8 .nav_tab .nav_item:hover::after {
    transform: scaleX(1);
}

.navbar_type8 .nav_tab .nav_item>a {
    position: relative;
    z-index: 10;
    font-size: 0.9vw;
    font-weight: 600;
    color: #ffffff;
    padding: 8px 1.25vw;
}

.navbar_type8 .nav_tab .active {
    color: #ffffff!important;
}

.navbar_type8 .nav_tab .dropdown .dropdown-menu .dropdown-item:first-child {
    padding-top: 0.25rem;
}

.navbar_type8 .nav_tab .dropdown .dropdown-menu .dropdown-item:last-child {
    padding-bottom: 0.25rem;
}

.navbar_type8 .nav_tab .dropdown .dropdown-menu .dropdown-item>span {
    padding-top: 0!important;
}

.navbar_type8 .nav_tab .dropdown .dropdown-menu .dropdown-item a {
    font-size: 0.9vw;
}

.navbar_type8 .nav_tab .dropdown .dropdown-menu .dropdown-item a:hover {
    color: #ff080c!important;
}

.navbar_type8.dark_nav {
    background-color: #000000!important;
    animation: slideInDown .5s;
}

.navbar_mobile {
    background-color: #000000;
    height: auto;
}

.navbar_mobile .row_1 {
    margin-bottom: 0;
    padding-top: 0.75rem!important;
    padding-bottom: 0.75rem!important;
}

.navbar_mobile .row_1 .col.text-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width: 575.98px) {
    .navbar_mobile .logo_img {
        max-height: 30px;
    }
}


.footer_type6 {
    background-color: #000000;
    color: #ffffff;
    padding-top: 3rem!important;
    padding-bottom: 0!important;
}

.footer_type6 a {
    color: #ffffff;
}

.footer_type6>.row>.col-12 {
    padding-left: 0;
    padding-right: 0;
}

.footer_type6>.row>.col-12>.container .col-12.col-md-3.mb-1.mb-md-0.p-3 {
    padding-top: 0!important;
    padding-bottom: 1.5rem!important;
}

.footer_type6 .title {
    min-height: 40px;
}

.footer_type6 .logo.title {
    min-height: 60px;
    padding-top: 0;
}

.footer_type6 .logo.title img {
    max-width: 100%;
    max-height: 60px;
}

.footer_type6 .title h6 {
    font-size: 1rem!important;
    font-weight: 600;
    color: #ffffff;
    text-transform: uppercase;
    align-self: flex-end;
}

.footer_type6 .col-12.col-md-3.mb-1.mb-md-0.p-3>p,
.footer_type6 .col-12.col-md-3.mb-1.mb-md-0.p-3>ul>li>a>p,
.footer_type6 .col-12.col-md-3.mb-1.mb-md-0.p-3>ul>li>p>a {
    font-size: 0.85rem;
    font-weight: 300;
    color: #ffffff;
}

.footer_type6 .input-container {
    height: 2.5rem;
}

.footer_type6 .input-container input {
    height: 2.5rem;
    background-color: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 25px;
    border-color: #ffffff;
    caret-color: #000000;
    padding-left: 15px;
}

.footer_type6 .input-container label {
    display: none;
}

.footer_type6 .input-container input, 
.footer_type6 .input-container label {
    font-size: 0.85rem;
    font-weight: 300;
    color: #ffffff;
}

.footer_type6 .input-container .moveUp {
    color: #ffffff;
}

.footer_type6 .input-container .submit {
    color: #d3d3d3;
    padding: 10px 18px;
}

.footer_type6 .line {
    background-color: rgba(255, 255, 255, 0.8);
    padding: 0;
}

.footer_type6 .copy_right {
    font-size: 0.75rem;
}

@media screen and (min-width: 576px) {
    .footer_type6>.row>.col-12>.container {
        max-width: 100%;
        width: 100%;
    }
}

@media screen and (min-width: 768px) {
    .footer_type6 .col-12.col-md-3.mb-1.mb-md-0.p-3:nth-child(1) {
        -ms-flex: 0 0 35%;
        flex: 0 0 35%;
        max-width: 35%;
    }
    .footer_type6 .col-12.col-md-3.mb-1.mb-md-0.p-3:nth-child(2) {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
    .footer_type6 .col-12.col-md-3.mb-1.mb-md-0.p-3:nth-child(3) {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

@media screen and (min-width: 1200px) {
    .footer_type6>.row>.col-12>.container {
        max-width: 90%;
        margin: 0 auto;
    }
}



/*banner*/
#main_index .slider_banner .banner_content {
    overflow: hidden;
}

.sec_banner1_ebox {
    width: 80%;
    position: absolute;
    top: 50%;
    left: 10%;
    transform: translateY(-50%);
}

.sec_banner1_box {
    position: relative;
    padding: 0 0 5% 30px;
}

.sec_banner1_box::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(to bottom, #ff080c 50%, transparent);
    width: 2px;
    height: 100%;
}

.sec_banner1_title {
    font-size: 40px;
    line-height: 1.25;
    font-weight: 700;
    color: #ff080c;
    margin-bottom: 0;
}

.sec_banner1_title span {
    color: #ffffff;
}

.sec_banner1_btn {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 5%;
}

.btnBanner {
    display: inline-block;
    font-size: 14px;
    line-height: 1;
    font-weight: 300;
    color: #ffffff;
    text-decoration: none!important;
    background-color: #ff080c;
    padding: 16px 24px;
    position: relative;
    overflow: hidden;
    transition: all .5s;
    z-index: 1;
}

.btnBanner span {
    position: absolute;
    width: 25%;
    height: 100%;
    background-color: #333333;
    transform: translateY(150%);
    border-radius: 50%;
    left: calc((var(--n) - 1) * 25%);
    transition: all .5s;
    transition-delay: calc((var(--n) - 1) * 0.1s);
    z-index: -1;
}

.btnBanner:hover {
    color: #ffffff;
}

.btnBanner:hover span {
    transform: translateY(0) scale(2);
}

.btnBanner span:nth-child(1) {
    --n: 1;
}

.btnBanner span:nth-child(2) {
    --n: 2;
}

.btnBanner span:nth-child(3) {
    --n: 3;
}

.btnBanner span:nth-child(4) {
    --n: 4;
}

.sec_banner2_ebox {
    width: 40%;
    position: absolute;
    top: 50%;
    left: 55%;
    transform: translateY(-50%);
}

.sec_banner2_sm_title {
    font-size: 24px;
    line-height: 1;
    font-weight: 400;
    color: #ffffff;
    margin-bottom: 30px;
}

.sec_banner2_title {
    font-size: 40px;
    line-height: 1.25;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 0;
}

.sec_banner2_text {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 300;
    color: #ffffff;
    margin-top: 10px;
    margin-bottom: 0;
}

@media screen and (min-width: 992px) {
    #main_index .slider_banner {
        margin-top: -80px;
    }
}

@media screen and (max-width: 575.98px) {
    .sec_banner1_title {
        font-size: 20px;
    }
    .btnBanner {
        font-size: 10px;
        padding: 12px 18px;
    }
    .sec_banner2_ebox {
        width: 45%;
        left: 50%;
    }
    .sec_banner2_sm_title {
        font-size: 14px;
        margin-bottom: 15px;
    }
    .sec_banner2_title {
        font-size: 20px;
    }
    .sec_banner2_text {
        font-size: 10px;
        margin-top: 5px;
    }
    #main_index .slider_banner .slick-slide>img {
        min-height: 200px;
        object-fit: cover;
    }
    #main_index .slider_banner .slick-slide:nth-child(3)>img,
    #main_index .slider_banner .slick-slide:nth-child(7)>img {
        object-position: 75%;
    }
}



/*sec1*/
.bgSec1 {
    background-image: url("https://cdn1.npcdn.net/img/1708395239bg-1.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.sec1_title {
    font-size: 28px;
    line-height: 1.25;
    font-weight: 700;
    color: #ff080c;
    margin-bottom: 0;
}

.sec1_title span {
    color: #ffffff;
}



/*sec2*/
.bgSec2 {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
}

.sec2_top_box {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.sec2_top_left_sm_title {
    font-size: 14px;
    line-height: 1.25;
    font-weight: 500;
    color: #666666;
    margin-bottom: 15px;
}

.sec2_top_left_title {
    font-size: 28px;
    line-height: 1.25;
    font-weight: 700;
    color: #ff080c;
    margin-bottom: 0;
}

.sec2_top_left_title span {
    color: #333333;
}

.sec2_top_right_btn {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 30px;
}

.btnRead {
    display: inline-block;
    font-size: 14px;
    line-height: 1;
    font-weight: 300;
    color: #ffffff;
    text-decoration: none!important;
    background-color: #ff080c;
    padding: 16px 24px;
    position: relative;
    overflow: hidden;
    transition: all .5s;
    z-index: 1;
}

.btnRead span {
    position: absolute;
    width: 25%;
    height: 100%;
    background-color: #333333;
    transform: translateY(150%);
    border-radius: 50%;
    left: calc((var(--n) - 1) * 25%);
    transition: all .5s;
    transition-delay: calc((var(--n) - 1) * 0.1s);
    z-index: -1;
}

.btnRead:hover {
    color: #ffffff;
}

.btnRead:hover span {
    transform: translateY(0) scale(2);
}

.btnRead span:nth-child(1) {
    --n: 1;
}

.btnRead span:nth-child(2) {
    --n: 2;
}

.btnRead span:nth-child(3) {
    --n: 3;
}

.btnRead span:nth-child(4) {
    --n: 4;
}

.sec2_keyword {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    font-size: 14px;
    line-height: 1.75;
    font-weight: 400;
    color: #666666;
    margin-top: 25px;
    margin-bottom: 0;
}

.sec2_keyword p {
    flex-basis: calc(50% - 15px);
    margin-top: 15px;
    margin-bottom: 0;
}

.sec2_keyword span {
    font-weight: 700;
}

@media screen and (min-width: 1200px) {
    .sec2_ctrl_width {
        max-width: 80%;
        margin: 0 auto;
    }
}

@media screen and (max-width: 991.98px) {
    .sec2_top_box {
        flex-wrap: wrap;
    }
    .sec2_top_right_btn {
        flex-basis: 100%;
    }
}

@media screen and (max-width: 767.98px) {
    .sec2_keyword {
        flex-wrap: wrap;
    }
    .sec2_keyword p {
        flex-basis: 100%;
    }
}



/*sec3*/
.sec3_imgx {
    position: relative;
}

.sec3_imgx:hover img {
    filter: brightness(0.5);
}

.sec3_imgx:hover .sec3_content {
    bottom: 50%;
    transform: translateY(50%);
}

.sec3_imgx img {
    width: 100%;
    transition: all .25s;
}

.sec3_content {
    width: 80%;
    position: absolute;
    bottom: 7.5%;
    left: 10%;
    transition: all .25s;
}

.sec3_name {
    font-size: 26px;
    line-height: 1.5;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 0;
}

.sec3_btn {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 40px;
}

.btnView {
    display: inline-block;
    font-size: 14px;
    line-height: 1;
    font-weight: 600;
    color: #ff080c;
    text-decoration: none!important;
    transition: all .25s;
}

.btnView:hover {
    color: #ffffff;
}

@media screen and (max-width: 575.98px) {
    .sec3_name {
        font-size: 20px;
    }
    .sec3_btn {
        margin-top: 20px;
    }
}



/*sec4*/
.bgSec4 {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.sec4_top_box {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.sec4_top_left_content {
    flex-basis: calc(50% - 15px);
}

.sec4_top_left_sm_title {
    font-size: 14px;
    line-height: 1.25;
    font-weight: 500;
    color: #666666;
    margin-bottom: 15px;
}

.sec4_top_left_title {
    font-size: 28px;
    line-height: 1.5;
    font-weight: 700;
    color: #ff080c;
    margin-bottom: 0;
}

.sec4_top_left_title span {
    color: #333333;
}

.sec4_top_right_content {
    flex-basis: calc(50% - 15px);
}

.sec4_top_right_text {
    font-size: 14px;
    line-height: 1.75;
    font-weight: 400;
    color: #666666;
    margin-top: 35px;
    margin-bottom: 0;
}

.sec4_bottom_ebox {
    margin-top: 40px;
}

.sec4_bottom_box {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}

.sec4_bottom_sm_box {
    flex-basis: calc(50% - 15px);
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #ffffff;
    border-radius: 20px;
    padding: 15px 15px;
    margin-top: 20px;
    box-shadow: 0 3px 6px rgb(0 0 0 / 50%);
}

.sec4_bottom_imgx {
    flex-basis: 45%;
}

.sec4_bottom_imgx img {
    border-radius: 15px;
}

.sec4_bottom_content {
    flex-basis: 55%;
    border-left: 3px solid #ff080c;
    padding: 15px 0 10px 10px;
    margin-left: 20px;
}

.sec4_bottom_name {
    font-size: 18px;
    line-height: 1.5;
    font-weight: 500;
    color: #333333;
    margin-bottom: 0;
}

.sec4_bottom_btn {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 40px;
}

.btnMore {
    display: inline-block;
    font-size: 14px;
    line-height: 1;
    font-weight: 500;
    color: #ff080c;
    text-decoration: none!important;
    transition: all .25s;
}

.btnMore:hover {
    color: #333333;
}

@media screen and (min-width: 1200px) {
    .sec4_ctrl_width {
        max-width: 85%;
        margin: 0 auto;
    }
}

@media screen and (max-width: 991.98px) {
    .sec4_bottom_sm_box {
        flex-basis: 100%;
    }
}

@media screen and (max-width: 767.98px) {
    .sec4_top_box {
        flex-wrap: wrap;
    }
    .sec4_top_left_content {
        flex-basis: 100%;
    }
    .sec4_top_right_content {
        flex-basis: 100%;
    }
}



/*sec5*/
.bgSec5 {
    position: relative;
    padding-top: 4.5rem;
}

.bgSec5::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url("https://cdn1.npcdn.net/img/1708408623bg-2.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 85%;
}

.sec5_top_sm_title {
    font-size: 14px;
    line-height: 1.25;
    font-weight: 400;
    color: #ffffff;
    text-shadow: 0 0 6px rgb(0 0 0 / 80%);
    margin-bottom: 20px;
}

.sec5_top_title {
    font-size: 24px;
    line-height: 1.25;
    font-weight: 600;
    color: #ffffff;
    text-shadow: 0 0 6px rgb(0 0 0 / 80%);
    margin-bottom: 0;
}

.sec5_bottom_ebox {
    margin-top: 60px;
}

.sec5_bottom_box {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    background-color: #ffffff;
    border-radius: 8px;
    padding: 30px 15px;
    box-shadow: 0 4px 8px rgb(0 0 0 / 40%);
}

.sec5_bottom_content {
    flex-basis: 16.666667%;
}

.sec5_bottom_imgx {
    max-width: 60px;
    height: auto;
    margin: 0 auto;
}

.sec5_bottom_title {
    font-size: 14px;
    line-height: 1.5;
    font-weight: 600;
    color: #333333;
    margin-top: 20px;
    margin-bottom: 0;
}

@media screen and (min-width: 1200px) {
    .sec5_ctrl_width {
        max-width: 90%;
        margin: 0 auto;
    }
}

@media screen and (max-width: 767.98px) {
    .sec5_bottom_box {
        flex-wrap: wrap;
    }
    .sec5_bottom_content {
        flex-basis: 33.333333%;
    }
    .sec5_bottom_content:nth-child(n+4) {
        margin-top: 30px;
    }
}

@media screen and (max-width: 575.98px) {
    .sec5_bottom_content {
        flex-basis: 50%;
    }
    .sec5_bottom_content:nth-child(n+3) {
        margin-top: 30px;
    }
}



/*sec6*/
.bgSec6 {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
}

.sec6_box {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.sec6_left_content {
    flex-basis: calc(45% - 15px);
}

.sec6_left_sm_title {
    font-size: 14px;
    line-height: 1.25;
    font-weight: 500;
    color: #666666;
    margin-bottom: 15px;
}

.sec6_left_title {
    font-size: 28px;
    line-height: 1.5;
    font-weight: 700;
    color: #ff080c;
    margin-bottom: 0;
}

.sec6_left_title span {
    color: #333333;
}

.sec6_right_content {
    flex-basis: calc(55% - 15px);
}

.sec6_right_text {
    font-size: 14px;
    line-height: 1.75;
    font-weight: 400;
    color: #666666;
    margin-top: 35px;
    margin-bottom: 0;
}

.sec6_right_btn {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 15px;
}

.btnGet {
    display: inline-block;
    font-size: 14px;
    line-height: 1;
    font-weight: 300;
    color: #ffffff;
    text-decoration: none!important;
    background-color: #ff080c;
    padding: 16px 30px;
    position: relative;
    overflow: hidden;
    transition: all .5s;
    z-index: 1;
}

.btnGet span {
    position: absolute;
    width: 25%;
    height: 100%;
    background-color: #333333;
    transform: translateY(150%);
    border-radius: 50%;
    left: calc((var(--n) - 1) * 25%);
    transition: all .5s;
    transition-delay: calc((var(--n) - 1) * 0.1s);
    z-index: -1;
}

.btnGet:hover {
    color: #ffffff;
}

.btnGet:hover span {
    transform: translateY(0) scale(2);
}

.btnGet span:nth-child(1) {
    --n: 1;
}

.btnGet span:nth-child(2) {
    --n: 2;
}

.btnGet span:nth-child(3) {
    --n: 3;
}

.btnGet span:nth-child(4) {
    --n: 4;
}

@media screen and (min-width: 1200px) {
    .sec6_ctrl_width {
        max-width: 85%;
        margin: 0 auto;
    }
}

@media screen and (max-width: 767.98px) {
    .sec6_box {
        flex-wrap: wrap;
    }
    .sec6_left_content {
        flex-basis: 100%;
    }
    .sec6_right_content {
        flex-basis: 100%;
    }
}


