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

.navbar_type8 {
    background-color: #000000;
}

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

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

.navbar_type8 .nav_tab {
    justify-content: flex-end;
}

.navbar_type8 .nav_tab .nav_item {
    color: #ffffff;
    padding: 15px 25px;
    text-transform: uppercase;
}

.navbar_type8 .nav_tab .nav_item::before {
    display: none;
}

.navbar_type8 .nav_tab .nav_item>a {
    position: relative;
    font-size: 0.85rem;
    font-weight: 900;
    color: #ffffff;
    letter-spacing: 2px;
    padding: 0;
    transition: opacity .25s ease-in-out, color .5s ease-in-out;
}

.navbar_type8 .nav_tab .nav_item>a:hover {
    opacity: 0.8;
}

.navbar_type8 .nav_tab .nav_item>a::after {
    content: "";
    position: absolute;
    left: 0;
    top: 150%;
    width: 100%;
    border-bottom: 3px solid #2a2172;
    transition: opacity .5s ease-in-out;
    opacity: 0;
}

.navbar_type8 .nav_tab .nav_item>a:hover::after {
    opacity: 1;
}

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

.navbar_type8.dark_nav .nav_tab .nav_item>a {
    color: #808080;
}

.navbar_type8.dark_nav .nav_tab .nav_item>a:hover {
    color: #333333;
    opacity: 1;
}


.navbar_mobile {
    background-color: rgba(255, 255, 255, 0.9);
    height: auto;
}

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

@media screen and (max-width: 1200px) {
.navbar_type8 .logo img {
  position: absolute;
  left: 0;
  width: 120px;
  height: 100%;
  padding: 0;
}
.navbar_type8 .nav_tab {
  flex: 0 1 88%;
  display: flex;
  justify-content: flex-end;
  padding-left: 15px;
  padding-right: 30px;
  flex-wrap: wrap;
}
.navbar_type8 .logo {
  flex: 0 1 12%;
  overflow: hidden;
  position: relative;
  margin-left: 30px;
}
.navbar_type8 .nav_tab .nav_item {
  color: #ffffff;
  padding: 15px 20px;
  text-transform: uppercase;
}
}

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


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

.footer_type8 a {
    color: #ffffff;
}

.footer_type8 a:hover {
    color: #ffffff;
}

.footer_type8 .col-12.col-md-4.mb-md-0.p-3.text-center {
    padding-top: 0!important;
    padding-bottom: 0!important;
}

.footer_type8 .title {
    min-height: 60px;
}

.footer_type8 .title.logo {
    padding-top: 0;
}

.footer_type8 .title.logo img {
    max-height: 60px;
}

.footer_type8 .social_media>a:first-child {
    margin-left: 0;
}

.footer_type8 .social_media>a {
    color: #ffffff;
}

.footer_type8 .social_media>a:hover {
    background-color: transparent;
    color: #ffffff;
}

.footer_type8 .title>h5 {
    font-size: 1.3rem;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    align-self: flex-end;
}

.footer_type8 .col-12.col-md-4.mb-md-0.p-3.text-center.text-md-left.order-md-1>p,
.footer_type8 .col-12.col-md-4.mb-md-0.p-3.text-center.text-md-left.order-md-1>ul>li>p>a,
.footer_type8 .col-12.col-md-4.mb-md-0.p-3.text-center.d-flex.flex-column.order-md-2>p,
.footer_type8 .col-12.col-md-4.mb-md-0.p-3.text-center.text-md-right.order-md-3>ul>li>a>p {
    font-size: 0.9rem;
    font-weight: 400;
    color: #ffffff;
}

.footer_type8 .col-12.col-md-4.mb-md-0.p-3.text-center.text-md-left.order-md-1>p i,
.footer_type8 .col-12.col-md-4.mb-md-0.p-3.text-center.text-md-left.order-md-1>ul>li>p>a i{
    color: #ffffff;
}



/*banner*/
.sec_banner_ebox {
    width: 35%;
    position: absolute;
    top: 50%;
    left: 15%;
    transform: translateY(-50%);
}

.sec_banner_text {
    font-size: 42px;
    line-height: 1.25;
    font-weight: 900;
    color: #ffffff;
    letter-spacing: 2px;
    padding: 30px;
    background-color: rgba(0, 0, 0, 0.6);
}

#main_index .slider_banner .slick-prev {
    left: 20px;
    width: 25px;
    height: 25px;
}

#main_index .slider_banner .slick-next {
    right: 20px;
    width: 25px;
    height: 25px;
}

#main_index .slider_banner .slick-prev::before,
#main_index .slider_banner .slick-next::before {
    width: 25px;
    height: 25px;
}

@media screen and (max-width: 1199.98px) {
    .sec_banner_ebox {
        width: 40%;
        position: absolute;
        top: 50%;
        left: 10%;
        transform: translateY(-50%);
    }
    .sec_banner_text {
        font-size: 32px;
    }
}

@media screen and (max-width: 991.98px) {
    .sec_banner_text {
        font-size: 28px;
    }
}

@media screen and (max-width: 767.98px) {
    .sec_banner_ebox {
        width: 45%;
    }
    .sec_banner_text {
        font-size: 24px;
    }
}

@media screen and (max-width: 575.98px) {
    .sec_banner_ebox {
        width: 50%;
    }
    .sec_banner_text {
        font-size: 18px;
        padding: 20px;
    }
}

@media screen and (max-width: 426px) {
    .sec_banner_text {
        font-size: 14px;
        padding: 15px;
    }
}



/*sec1*/
.delay1 {
    animation-delay: .2s;
}

.delay2 {
    animation-delay: .4s;
}

.delay3 {
    animation-delay: .2s;
}

.delay4 {
    animation-delay: .4s;
}

.delay5 {
    animation-delay: .6s;
}

.bgSec1 {
    padding-top: 3rem;
    padding-bottom: 2rem;
}


.sec1_top_title {
    font-size: 32px;
    line-height: 1;
    font-weight: 700;
    color: #2a2172;
}

.sec1_top_title::after {
    content: "";
    display: block;
    width: 100px;
    border-top: 3px solid #bfbfbf;
    margin-top: 5px;
}

.sec1_bottom_ebox {
    margin-top: 30px;
}

.sec1_bottom_imgx {
    position: relative;
    overflow: hidden;
}

.sec1_bottom_imgx img {
    transition: all .5s;
}

.sec1_bottom_imgx:hover img {
    transform: scale(1.25);
}

.sec1_bottom_content {
    width: 80%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.sec1_bottom_title {
    font-size: 18px;
    line-height: 1;
    font-weight: 700;
    color: #ffffff;
}

.sec1_bottom_text {
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400;
    color: #ffffff;
    margin-top: 15px;
    margin-bottom: 30px;
}

.sec1_bottom_btn {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.btnMore1 {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #2a2172;
    padding: 2px 10px;
    text-decoration: none!important;
}

.btnMore1>i {
    font-size: 26px;
    color: #ffffff;
}

@media screen and (max-width: 767.98px) {
    .sec1_bottom_title {
        font-size: 16px;
    }
    .sec1_bottom_text {
        font-size: 12px;
        margin-top: 10px;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 575.98px) {
    .sec1_bottom_title {
        font-size: 14px;
    }
    .sec1_bottom_text {
        font-size: 10px;
        margin-top: 5px;
        margin-bottom: 10px;
    }
    .btnMore1 {
        padding: 2px 8px;
    }
    .btnMore1>i {
        font-size: 20px;
    }
}

@media screen and (max-width: 426px) {
    .sec1_top_title {
        font-size: 24px;
    }
    .sec1_top_title::after {
        width: 75px;
    }
    .sec1_bottom_title {
        font-size: 20px;
    }
    .sec1_bottom_text {
        font-size: 15px;
        line-height: 1.25;
        margin-top: 5px;
        margin-bottom: 10px;
    }
    .btnMore1 {
        padding: 2px 6px;
    }
    .btnMore1>i {
        font-size: 14px;
    }
}



/*sec2*/
.bgSec22 {
    padding-top: 2rem;
    padding-bottom: 1rem;
}

.bgSec2 {
    padding-top: 2rem;
    padding-bottom: 3rem;
}

.sec2_left_title {
    font-size: 32px;
    line-height: 1;
    font-weight: 700;
    color: #2a2172;
}

.sec2_left_title::after {
    content: "";
    display: block;
    width: 100px;
    border-top: 3px solid #bfbfbf;
    margin-top: 5px;
}

.sec2_left_sm_title {
    font-size: 20px;
    line-height: 1;
    font-weight: 600;
    color: #2a2172;
    margin-top: 15px;
}

.sec2_left_keyword {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    color: #000000;
    margin-top: 15px;
    margin-bottom: 20px;
}

.sec2_left_btn {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.btnRead {
    display: inline-block;
    text-decoration: none!important;
    background-color: #2a2172;
    font-size: 0.85rem;
    line-height: 1;
    font-weight: 400;
    color: #ffffff;
    padding: 8px 16px;
    position: relative;
    overflow: hidden;
    transform-style: preserve-3d;
    transition: all .5s;
}

.btnRead::before,
.btnRead::after {
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    background-color: #000000;
    transform: scale(1, 0);
    transform-origin: center;
    transition: all .5s;
}

.btnRead>span {
    position: relative;
    z-index: 10;
}

.btnRead:hover {
    color: #ffffff;
}

.btnRead:hover::before,
.btnRead:hover::after {
    transform: scale(1, 1);
}

@media screen and (min-width: 768px) {
    .sec2_left_ebox {
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }
    .sec2_right_ebox {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

@media screen and (max-width: 767.98px) {
    .sec2_left_ebox {
        margin-top: 30px;
    }
}

@media screen and (max-width: 426px) {
    .sec2_left_title {
        font-size: 24px;
    }
    .sec2_left_title::after {
        width: 75px;
    }
    .sec2_left_sm_title {
        font-size: 18px;
    }
}



/*sec3*/
.bgSec3 {
    background-image: url("https://cdn1.npcdn.net/img/1685003848content_bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.sec3_left_box {
    border: 1px solid #bfbfbf;
    padding: 25px 50px;
}

.sec3_left_title {
    font-size: 32px;
    line-height: 1.25;
    font-weight: 700;
    color: #ffffff;
}

.sec3_left_text {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    color: #ffffff;
    margin-top: 20px;
    margin-bottom: 30px;
}

.sec3_left_btn {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.btnMore2 {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #2a2172;
    padding: 2px 10px;
    text-decoration: none!important;
}

.btnMore2>i {
    font-size: 26px;
    color: #ffffff;
}

@media screen and (max-width: 426px) {
    .sec3_left_box {
        padding: 15px 30px;
    }
    .sec3_left_title {
        font-size: 24px;
    }
}



/*sec4*/
.sec4_top_title {
    font-size: 32px;
    line-height: 1;
    font-weight: 700;
    color: #2a2172;
}

.sec4_top_title::after {
    content: "";
    display: block;
    width: 100px;
    border-top: 3px solid #bfbfbf;
    margin-top: 5px;
}

#main_index .index_wrapper_6 {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

#main_index .index_wrapper_6 .product_cat-3 .col-6.col-md-4.mb-3 {
    margin-top: 30px;
    margin-bottom: 0!important;
}

@media screen and (max-width: 426px) {
    .sec4_top_title {
        font-size: 24px;
    }
    .sec4_top_title::after {
        width: 75px;
    }
}



/*sec5*/
.bgSec5 {
    background-color: #2a2172;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.sec5_top_title {
    font-size: 32px;
    line-height: 1;
    font-weight: 700;
    color: #ffffff;
}

.sec5_top_arrow {
    display: flex;
    align-items: center;
    justify-content: center;
}

.sec5_top_arrow>i {
    font-size: 26px;
    color: #ffffff;
    animation: arrow_ani 1s ease infinite;
}

#main_index .index_wrapper_7 .contact_us_type3 .hpform .contactus-fa-icon p a {
    color: #212529;
    word-break: break-word;
    text-decoration: none;
}

#main_index .index_wrapper_7 .contact_us_type3 .hpform .form-group .btn-success {
    border-color: #2a2172;
}

@keyframes arrow_ani {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(25%);
    }
    100% {
        transform: translateY(0);
    }
}

@media screen and (max-width: 426px) {
    .sec5_top_title {
        font-size: 24px;
    }
}

#main_contactus .ws_contact .contact_map {
    display: none;
}
