.navbar_mobile {
    background-color: #000f9f;
    height: auto;
}
.navbar_mobile .btn-outline-light {
    border-color: #ffffff;
    color: #ffffff;
}

.nav_bottom .menu .nav_item:hover {
    background-color: #fff;
}
.navbar_type10 .container.d-flex.justify-content-between {
    align-items: center;
    justify-content: space-between!important;
}
.nav_bottom .menu .nav_item .dropdown .dropdown_menu ul li a {
    color: #000f9f;
}
.nav_bottom .menu .nav_item .dropdown .dropdown_menu ul li a:hover {
    color: #fff;
    background: #000f9f;
}
.nav_bottom .menu .nav_item .dropdown .dropdown_menu .dropdown_body {
    background-color: #ffffff;
    padding: 0;
}
.nav_bottom .menu .nav_item .dropdown .dropdown_menu {
    top: 100%;
    left: 0;
    border-top: 0;
}
.navbar_type10 {
    background-color: #182a7e;
    padding: 15px 0;
}
.navbar_type10 .nav_search {
    max-width: 390px;
    margin-left: auto;
    padding: 0 3rem;
    order: 2;
}
.navbar_type10 .nav_search input {
    font-size: .85rem;
    font-weight: 400;
    background-color: #fff;
    border-right: 0;
    color: #989898;
    width: 100%;
    height: 100%;
    padding: 8px 20px;
    border-radius: 6px 0 0 6px;
}
.navbar_type10 .nav_search input::placeholder {
    opacity: 0.8;
}
.navbar_type10 .nav_search .search_button {
    background-color: #000;
    color: #fff;
    border: 0;
    padding: 0 15px;
    border-radius: 0 6px 6px 0;
    outline: 0!important;
}
.navbar_type10 .nav_search .search_button>i {
    font-size: .85rem;
    -webkit-text-stroke: 0.5px #000;
}
.secManually_nav_social {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.secManually_nav_social>li>a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    line-height: 1;
    color: #fff;
    text-decoration: none;
}
.secManually_nav_social>li:nth-child(n+2) {
    margin-left: 10px;
}
.navbar_type10 .container.d-flex.justify-content-between>div:nth-child(2) {
    order: 3;
}
.nav_bottom {
    background-color: #182a7e;
    border-top: 1px solid rgba(255,255,255,.2);
    box-shadow: none;
}
.nav_bottom .menu .nav_item .dropdown a {
    font-size: 1rem;
    font-weight: 700;
    color: #fff;
    padding: 10px 1.8vw!important;
    text-transform: capitalize;
}
.nav_bottom .menu .nav_item .dropdown a strong {
    font-weight: 700;
}
.nav_bottom>.container.p-0 {
    justify-content: center!important;
}

/*banner*/
#main_index .slider_banner {
    margin-bottom: 0;
}
#main_index .slider_banner .slick-dots {
    position: absolute;
    bottom: 5%;
    left: 50%;
    transform: translateX(-50%);
    width: auto;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: center;
}
#main_index .slider_banner .slick-dots li {
    width: 10px;
    height: 10px;
    margin: 0;
    padding: 0;
}
#main_index .slider_banner .slick-dots li button {
    width: 10px;
    height: 10px;
    padding: 0;
}
#main_index .slider_banner .slick-dots li button::before {
    width: 10px;
    height: 10px;
    font-size: 10px;
    line-height: 1;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 50%;
    opacity: 1;
}
#main_index .slider_banner .slick-dots li.slick-active button::before {
    width: 10px;
    height: 10px;
    font-size: 10px;
    line-height: 1;
    color: transparent;
    border: 1px solid #fff;
    border-radius: 50%;
    opacity: 1;
}
#main_index .slider_banner .slick-dots li:nth-child(n+2) {
    margin-left: 10px;
}


/*sec1*/
.bgSec1 {
    padding-top: 4.5rem;
    padding-bottom: 2.25rem;
    overflow: hidden;
}
.sec1_left_title {
    font-size: 28px;
    line-height: 1;
    font-weight: 800;
    color: #141414;
}
.sec1_left_text {
    font-size: 16px;
    line-height: 1.75;
    font-weight: 400;
    color: #9c9c9c;
    margin-top: 25px;
    margin-bottom: 25px;
}
.sec1_left_btn {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.btnRead {
    display: inline-block;
    text-decoration: none!important;
    font-size: 12px;
    line-height: 1;
    font-weight: 400;
    color: #fff;
    background-color: #000f9f;
    border: 1px solid #000f9f;
    padding: 10px 35px;
    border-radius: 25px;
    transition: all .5s;
    position: relative;
    overflow: hidden;
}
.btnRead::before {
    content: "";
    display: block;
    background-color: rgba(255,255,255,.5);
    width: 20px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transform: skewX(-45deg) translateX(-40px);
    transition: all .5s;
}
.btnRead:hover {
    color: #000f9f;
    background-color: transparent;
    border-color: #000f9f;
}
.btnRead:hover::before {
    transform: skewX(-45deg) translateX(140px);
}
.sec1_bottom_title {
    font-size: 28px;
    line-height: 1;
    
    font-weight: 800;
    color: #141414;
}
.sec1_bottom_box{
    margin-top: 2rem;
}
.sec1_bottom_text {
    font-size: 16px;
    line-height: 1.75;
    font-weight: 400;
    color: #9c9c9c;
    margin-top: 25px;
    margin-bottom: 25px;
}
.sec1_bottom_btn {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

/*sec2*/
.bgSec2 {
    padding-top: 2.25rem;
    padding-bottom: 4.5rem;
}
.sec2_number {
    font-size: 48px;
    line-height: 1;
    font-weight: 800;
    color: #000f9f;
}
.sec2_text {
    font-size: 14px;
    line-height: 1.25;
    font-weight: 600;
    color: #9c9c9c;
    margin-top: 10px;
}

/*sec3*/
.sec3_imgx {
    position: relative;
    max-width: 534px;
    height: 100%;
    margin: 0 auto;
    /*overflow: hidden;*/
}
.sec3_ctrl_width .row .sec3_ebox:first-child{
    background: #182a7e;
}
.sec3_box{
    height: 100%;
}
.sec3_arrow_logo{
    max-width: 20px;
    margin: 0.5rem auto 0;
}
.sec3_arrow_logo img{
    position: relative;
    animation: arrow infinite 2s;
}

@keyframes arrow {
    0%{
        transform: translateX(-5px);
    }
    50%{
        transform: translateX(5px);
    }
    100%{
        transform: translateX(-5px);
    }
}

.sec3_content {
    width: 80%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 10;
}
.sec3_text {
    font-size: 20px;
    line-height: 1;
    font-weight: 700;
    color: #fff;
}
.sec3_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}
.btnView {
    display: inline-block;
    text-decoration: none!important;
    font-size: 12px;
    line-height: 1;
    font-weight: 400;
    color: #fff;
    background-color: transparent;
    border: 1px solid #fff;
    padding: 10px 35px;
    border-radius: 25px;
    transition: all .5s;
    position: relative;
    overflow: hidden;
}
.btnView::before {
    content: "";
    display: block;
    background-color: rgba(255,255,255,.5);
    width: 20px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transform: skewX(-45deg) translateX(-40px);
    transition: all .5s;
}
.btnView:hover {
    color: #000f9f;
    background-color: #fff;
    border-color: #fff;
}
.btnView:hover::before {
    transform: skewX(-45deg) translateX(140px);
}
.sec3_imgx:hover::after {
    opacity: 1;
}
.sec3_imgx::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,.5);
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all .5s;
}
/*sec4*/
.bgSec4 {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
}
.sec4_right_logo_imgx {
    max-width: 220px;
    height: auto;
}
.sec4_right_text {
    font-size: 16px;
    line-height: 1.75;
    font-weight: 400;
    color: #666;
    margin-top: 30px;
    margin-bottom: 40px;
}
.sec4_right_btn {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.sec4_right_ebox {
    background-color: #eaeaea;
}
.sec4_right_box {
    padding: 30px 10%;
}

/*sec5*/
#main_index .index_wrapper_7 .latest_new_type6 {
    margin-bottom: 0;
    padding-top: 0;
}
#main_index .index_wrapper_7 .latest_new_type6>.container-fluid.p-0 {
    padding-left: 15px!important;
    padding-right: 15px!important;
}
#main_index .index_wrapper_7 .latest_new_type6 .latestnewsAjax .col-lg-4.col-md-6.col-12.p-0 {
    margin-top: 30px;
    margin-bottom: 0!important;
}
#main_index .index_wrapper_7 .latest_new_type6 .news_box {
    margin-top: 0;
    padding: 0 15px;
    background-color: transparent;
}
#main_index .index_wrapper_7 .latest_new_type6 .news_box .img_frame {
    margin-bottom: 0;
    border-radius: 10px;
    border: 0;
}
/*.latest_new_type6 .news_box .img_frame img {*/
/*    object-fit: contain;*/
/*}*/
#main_index .index_wrapper_7 .latest_new_type6 .news_box .news_box_content {
    top: unset;
    margin-top: -65px;
    margin-bottom: 0;
    padding: 30px 20px 20px 30px;
    background-color: #fff;
    border-radius: 10px;
    border: 0;
}
#main_index .index_wrapper_7 .latest_new_type6 .news_box .news_box_content .badge-primary {
    font-size: 12px;
    line-height: 1.25;
    letter-spacing: normal;
    border-radius: 6px;
}
.sec5_top_title {
    font-size: 28px;
    line-height: 1;
    font-weight: 800;
    color: #fff;
}
#main_index .index_wrapper_7 {
    background-image: url(https://cdn1.npcdn.net/img/1684114387E_Background.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-top: 3rem;
    padding-bottom: 3rem;
}
#main_index .latest_new_type6 .row.latestnewsAjax .col-lg-4.col-md-6.col-12:nth-child(n+4){
    display: none;
}
/*sec6*/
.sec6_top_title {
    font-size: 28px;
    line-height: 1;
    font-weight: 900;
    color: #000f9f;
}
.bgSec6 {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
}
.sec6_bottom_ebox {
    margin-top: 30px;
}
.sec6_bottom_slider .slick-prev {
    left: 0;
    transform: translate(-50%,-50%);
    width: 30px;
    height: 30px;
    background-color: #878787;
    border-radius: 50%;
    z-index: 10;
}
.sec6_bottom_slider .slick-prev::before {
    content: "\f104";
    font-family: "font awesome 5 free";
    font-size: 20px;
    line-height: 1;
    font-weight: 900;
    opacity: 1;
    color: #fff;
    text-shadow: none;
}
.sec6_bottom_slider .slick-next {
    right: 0;
    transform: translate(50%,-50%);
    width: 30px;
    height: 30px;
    background-color: #878787;
    border-radius: 50%;
    z-index: 10;
}
.sec6_bottom_slider .slick-next::before {
    content: "\f105";
    font-family: "font awesome 5 free";
    font-size: 20px;
    line-height: 1;
    font-weight: 900;
    opacity: 1;
    color: #fff;
    text-shadow: none;
}
.sec6_bottom_imgx>img {
    max-height: 100px;
    width: 100%;
    height: auto;
    object-fit: contain;
}

/*footer*/
.footer_type6 {
    background-color: #141414;
    color: #fff;
    padding-top: 3rem!important;
    padding-bottom: 3rem!important;
}
.footer_type6 .logo.title img {
    max-width: 100%;
    max-height: 60px;
}
.footer_type6 .logo.title {
    min-height: 60px;
    padding-top: 0;
}
.footer_type6>.row>.col-12>.container .col-12.col-md-3.mb-1.mb-md-0.p-3 {
    padding-top: 0!important;
}
.footer_type6 .title {
    min-height: 30px;
}
.footer_type6 .title h6 {
    font-size: 1.15rem!important;
    font-weight: 700;
    color: #fff;
    text-transform: capitalize;
    align-self: flex-end;
}
.footer_type6 .input-container input {
    border-color: #fff;
    caret-color: #fff;
}
.footer_type6 .input-container input, .footer_type6 .input-container label {
    font-size: .85rem;
    font-weight: 400;
    color: #fff;
}
.footer_type6 .line {
    background-color: rgba(255,255,255,.1);
    padding: 0;
}
@media screen and (min-width: 576px){
.navbar_type10>.container.d-flex.justify-content-between {
    max-width: 100%;
    width: 100%;
}
.nav_bottom>.container.p-0 {
    max-width: 100%;
    width: 100%;
}
}
@media screen and (min-width: 767.89px){
    .sec4_left_ebox {
    display: flex;
    align-items: center;
    justify-content: center;
}
.sec4_right_ebox {
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer_type6 .col-12.col-md-3.mb-1.mb-md-0.p-3:nth-child(1) {
    flex: 0 0 35%;
    max-width: 35%;
}
.footer_type6 .col-12.col-md-3.mb-1.mb-md-0.p-3:nth-child(2) {
    flex: 0 0 20%;
    max-width: 20%;
}
.footer_type6 .col-12.col-md-3.mb-1.mb-md-0.p-3:nth-child(3) {
    flex: 0 0 20%;
    max-width: 20%;
}
}

@media screen and (min-width: 992px){
.sec1_left_ebox {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
    
}
@media screen and (min-width: 1200px){

.navbar_type10>.container.d-flex.justify-content-between {
    max-width: 85%;
    margin: 0 auto;
}
.nav_bottom>.container.p-0 {
    max-width: 85%;
    margin: 0 auto;
}
.sec1_ctrl_width {
    max-width: 85%;
    margin: 0 auto;
}
.sec2_ctrl_width {
    max-width: 80%;
    margin: 0 auto;
}
.sec4_ctrl_width {
    max-width: 80%;
    margin: 0 auto;
}
#main_index .index_wrapper_7 .outerContainer_7 {
    max-width: 80%;
    margin: 0 auto;
}
.sec6_ctrl_width {
    max-width: 85%;
    margin: 0 auto;
}
}


@media screen and (max-width: 767.98px){
.sec2_ebox:nth-child(n+3) {
    margin-top: 30px;
}
.sec4_right_box {
    padding: 30px 5%;
}

}

@media screen and (max-width: 575.98px){
    .sec3_ctrl_width .row .sec3_ebox:first-child {
    display: none;
}
}
.secManually_nav_social {
    display: none;}