@import url('https://fonts.googleapis.com/css2?family=Oranienbaum&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+SC:wght@200..900&display=swap');

/* Overall */
#main_index{
    overflow: hidden;
    padding-bottom: 0px !important;
    background: #000;
}
a:hover{
    text-decoration: unset;
}
:root{
    --title-font: "Oranienbaum", serif;
    --cn-font: "Noto Serif SC", serif;
    --sec-padding: 7rem;
}

@media(max-width:768px){
    :root{
        --sec-padding: 4rem;
    }
}

/* Text */
.title-wrapper .left .subtitle-style:after{    
    display: inline-flex;
    content: "";
    width: .5px;
    height: 25px;
    background: #fff;
    transform: rotateZ(30deg);
}
.title-wrapper .right .subtitle-style:before{
    display: inline-flex;
    content: "";
    width: .5px;
    height: 25px;
    background: #fff;
    transform: rotateZ(30deg);
}
.subtitle-style{
    color: #eee;
    font-size: clamp(.67rem, .75vw, .75vw);
    font-weight: 500;
    letter-spacing: 3px;
    margin-top: 8px;
    display: flex;
    align-items: center;
    gap: 1.5rem;
}
.title-style{
    color: #fff;
    font-family: var(--title-font);
    font-size: clamp(1.75rem, 2.3vw, 2.3vw); 
    margin-bottom: 0;
}
.content{
    color: #eee;
    font-size: clamp(.8rem, .85vw, .85vw);
    font-weight: 300;    
    line-height: 1.85;    
}

@media(max-width:768px){
    .title-wrapper{
        flex-wrap: wrap;
    }
    .title-wrapper .left{
        order: 1;
        flex: 0 1 50%;
        max-width: 50%;
        
        .subtitle-style{
            height: 100%;
            margin: 0;
            justify-content: end;
            gap: 2rem;
        }
        
        .subtitle-style:after{
/*             transform: unset; */
        }
    }
    .title-wrapper .right{
        order: 2;
        flex: 0 1 50%;
        max-width: 50%;
        padding: .85rem 0;
        
        .subtitle-style{
            margin: 0;
            justify-content: start;
            padding-left: 2rem;
        }
        
        .subtitle-style:before{
            display: none;
        }
    }
    .title-wrapper .title-style{
        order: 3;
        flex: 0 1 100%;
        max-width: 100%;
        margin-top: .75rem;
    }    
    
    /* Solution */
    .hp_solution .title-wrapper .left,
    .hp_solution .title-wrapper .right{
        transform: translateX(6vw)
    }
    
    /* Video */
    .hp_video .title-wrapper .left,
    .hp_video .title-wrapper .right{
        transform: translateX(1.5vw);
    }
    
    /* Why */
    .hp_why .title-wrapper .left,
    .hp_why .title-wrapper .right{
        transform: translateX(.5vw);
    }
    
    
    /* Latest News */
    .hp_news .title-wrapper .left,
    .hp_news .title-wrapper .right{
        transform: translateX(2vw);
    }
    
}

/* Btn */
.main-btn{
    color: #fff;
    display: inline-flex;
    align-items: center;
    gap: .6rem;
    font-size: clamp(.8rem, .85vw, .85vw);
    font-weight: 400;
    transition: all .3s linear;
    
    &:hover{
        color: #ccc;
    }
    
    &:hover{
        gap: 1.5rem;       
    }
}
.btn-icon{
    width: 50px;    
}

/* Nav */
.navbar_type8{
    height: 120px;
    background: #010101;
    padding: 1rem 0;
}
#main_index .navbar_type8{
    background: transparent;
    margin-top: 20px;
}
#main_index .dark_nav{
    margin-top: 0;
}
.navbar_type8 .logo{
    margin-left: 8rem;  
    flex: unset;
    min-width: 13%;
}
.navbar_type8 .logo img{
    padding: 0px;
    width: 100%;
    object-position: left;
}

.navbar_type8 .nav_tab{
    flex: unset;
    width: 100%;
    padding-right: 8rem;
    gap: 3.5vw;  
}
.navbar_type8 .nav_tab .nav_item:before{
    border-color: var(--primary-color);
    border-width: 2px;
    width: 0;
    transition: all .3s linear;
}
.navbar_type8 .nav_tab .nav_item a{
    color: #fff;
    padding: 0;
    font-size: clamp(.8rem, .82vw, .82rem);
    font-weight: 400;      
}
.navbar_type8 .nav_tab .nav_item a:hover{
    color: var(--primary-color);
}
.navbar_type8 .nav_tab .nav_item:hover:before{
    width: 100%;
}

.dark_nav{
    background: rgba(0, 0, 0, 0.9) !important;
}

.navbar_mobile{
    background: #0a0a0a;
}
.navbar_mobile .btn-outline-light{
    color: #fff;
    border-color: #fff;
}

@media(max-width:1200px){
    #main_index .navbar_type8{        
        margin-top: 0px;
    }
    .navbar_type8 {
        height: 100px;
    }
    .navbar_type8 .logo{
        margin-left: 6rem;
    }
    .navbar_type8 .nav_tab{
        padding-right: 6rem;
    }
}

/* Slider */
.slider_banner .banner_content{
    overflow: hidden;
}
.slider_banner.slick-dotted{
    margin-bottom: 0 !important;
}

.hp_banner{
    height: 100%;
}
.b-wrapper{
    height: 100%;    
}

.b-content{
    height: 100%;
    display: grid;
    place-content: center start;
    padding-left: 8rem;
}
.num{
    color: #fff;
    letter-spacing: 3px;
    font-size: clamp(.85rem, 1.15vw, 1.15vw);
    font-weight: 500;
    margin-bottom: 1.4rem;
}
.b-content h3{
    color: #fff;
    font-family: var(--cn-font);
    font-size: clamp(1.5rem, 1.92vw, 1.92vw);
    font-weight: 300;
    letter-spacing: 2px;
    margin-bottom: 0;
}
.b-content h2{
    color: #fff;
    font-family: var(--title-font);
    font-size: clamp(2rem, 3.6vw, 3.6vw);    
    font-weight: 300;
    line-height: 1.1;
    margin: .5rem 0 1rem;
}

.b-text{
    position: absolute;
    bottom: 0;
    right: 0;
    color: #fff;
    font-size: clamp(.8rem, .85vw, .85vw);
    font-weight: 300;
    width: 25vw;
    margin-left: auto;
    margin-bottom: 0;
    margin-right: 8rem;
    margin-bottom: 5rem;
}

.slider_banner .slick-dots{
    all: unset;
    position: absolute;
    bottom: 0;
    left: 0;
    padding-bottom: 5rem;
    padding-left: 8rem;
}
.slider_banner .slick-dots li button,
.slider_banner .slick-dots li{
    width: 9.6px;
    height: 10px;
}
.slider_banner .slick-dots li button:before {
    color: #fff;
    background: #fff;
    border-radius: 50%;
    width: 0%;
    height: 0%;
    border: 4px solid #fff;
    content: "";
    opacity: .4;
}
.slider_banner .slick-dots li.slick-active button:before {
  opacity:1;
  background: #fff;
} 

@media(min-width:991px){
    .slider_banner{
        margin-top: -100px;
    }   
}

@media(min-width:1200px){
    .slider_banner{
        margin-top: -120px;
    }
}

@media(max-width:1200px){
    .b-content{
        padding-left: 6rem;
    }
    .slider_banner .slick-dots{
        padding-left: 6rem;
        padding-bottom: 4rem;
    }
    .b-text{
        margin-bottom: 4rem;
        margin-right: 6rem;
    }
}

@media(max-width:991px){
    .b-content{
        padding-left: 3rem;
    }
    .slider_banner .slick-dots{
        padding-left: 3rem;
        padding-bottom: 3rem;
    }
    .b-text{
        width: 40vw;
        margin-right: 3rem;
        margin-bottom: 3rem;
    }
}

@media(max-width:768px){
    .slider_banner .item > img{
        min-height: 70vw;
        object-fit: cover;
    }
    .b-content{
        place-content: start start;
        padding-top: 3rem;
        padding-right: 3rem;
    }
}

@media(max-width:576px){
    .slider_banner .item > img{
        min-height: 140vw;
    }
    .b-text{
        width: 50vw;
    }
    .b-content h2 br{
        display: none;
    }
}

/* About */
.hp_about{
    background: url(https://cdn1.npcdn.net/images/b_bg_pfqucw_1778208763.jpg?md5id=206bde0d66915a51fe13c59741767e9c&new_width=1920&new_height=710&type=4);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: var(--sec-padding) 0;
    margin-top: -2px;
}
.abt-content .content{
    width: 65%;
    margin: auto;
}

@media(max-width:991px){
    .abt-content .content{
        width: 92%;
    }
}

/* Solution */
.index_wrapper_4{
    padding-bottom: calc(var(--sec-padding) * .7);
}

.ex_hpservice_slide{
    padding: 0;
    margin: 0;
    background: transparent;
}

.ex_hpservice_slide .item{
    padding: .85rem;
    background: linear-gradient(to bottom, #444, transparent);
    padding-bottom: calc(15px + .85rem);
}
.ex_hpservice_slide .item:hover{
    background: #757575;
}
.ex_hpservice_slide .services-content{
    overflow: visible;
}
.ex_hpservice_slide .services-text{
    position: unset;
    transform: unset;
}

.ex_hpservice_slide .services-content .overlay{
    display: none;
}
.ex_hpservice_slide .services-content{
    height: 300px;
}
.ex_hpservice_slide .services-text h3.title{
    font-size: clamp(.85rem, .95vw, .95vw);
    font-weight: 400;
    
    &:after{
        display: none;
    }
}
.ex_hpservice_slide .services-text{
    padding-top: 1.5rem;
}
.ex_hpservice_slide .services-text h3.title{
    margin-bottom: .85rem;
}
.ex_hpservice_slide .services-text p{
    display: none;
}
.ex_hpservice_slide .service_btn{
    background: transparent;
    border: 1px solid #fff;
    font-size: clamp(.7rem, .78vw, .78vw);
    font-weight: 400;
    margin-top: 0;
    padding: 5px 18px;    
    letter-spacing: 0;
    position: unset;
    transition: all .3s linear;
    
    i{
        display: none;
    }
    
    &:hover{
        border-color: #000;
        background: #000;
        color: #fff;
    }
}

.hp_solution_btn .col-12{
    text-align: center;
}

.ex_hpservice_slide .controls{
    all: unset;
    position: absolute; 
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    z-index: 1;
    cursor: pointer;
    
    i{
        display: none;
    }
}

.ex_hpservice_slide .controls.left{
    left: -1.1%;
    
    &::before{
        position: absolute;
        content: "";
        width: 100%;
        height: 100%;
        background: url(https://cdn1.npcdn.net/images/c_btnleft_s4g9ab_1778213384.png?md5id=206bde0d66915a51fe13c59741767e9c&new_width=162&new_height=99&type=4);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        top: 0;
        right: 0;        
    }
}

.ex_hpservice_slide .controls.right{
    right: -1.1%;    
    
    &::before{
        position: absolute;
        content: "";
        width: 100%;
        height: 100%;
        background: url(https://cdn1.npcdn.net/images/c_btnright_axmdh3_1778213384.png?md5id=206bde0d66915a51fe13c59741767e9c&new_width=162&new_height=99&type=4);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        top: 0;
        right: 0;
    }
}

@media(min-width:991px){
    .ex_hpservice_slide .container{
        max-width: 100%;
        padding: 0 5rem;
    }
}

@media(max-width:576px){
    .index_wrapper_4{
        padding-bottom: var(--sec-padding);
    }
    .ex_hpservice_slide .container{
        padding: 0 3rem;
    }
    .ex_hpservice_slide .controls.left{
        left: -3.4%;
    }
    .ex_hpservice_slide .controls.right{
        right: -3.4%;    
    }
    .ex_hpservice_slide .services-content{
        height: 250px;
    }
}

/* Video */
.index_wrapper_5{
    background: url(https://cdn1.npcdn.net/images/d_bg_vh6efg_1778219627.jpg?md5id=206bde0d66915a51fe13c59741767e9c&new_width=1920&new_height=730&type=4);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: var(--sec-padding) 0;
}
.ex_videoSlide .ex_videoSlide_slider_banner{
    margin: 0;
}
.ex_videoSlide .slick-dots{
    display: none;
}

/* Why */
.hp_why{
    background: url(https://cdn1.npcdn.net/images/e_bg_5nbep8_1778220867.jpg?md5id=206bde0d66915a51fe13c59741767e9c&new_width=1920&new_height=874&type=4);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: calc(var(--sec-padding) *.8) 0;
    background-attachment: fixed;
}
.why-wrapper{
    display: flex;   
    align-items: center;
    gap: 3rem;
}

.why-list{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.why-box{
    color: #fff;
    gap: 2rem;
}
.why-box h3{
    color: #dedede;
    font-size: clamp(.87rem, 1vw, 1vw);  
    margin-bottom: .85rem;
}
.why-box p{
    color: #ccc;
    font-size: clamp(.8rem, .85vw, .85vw);
    margin: 0;
}

.why-icon{
    min-width: 45px;    
    max-width: 45px;
    opacity: .75;    
    animation-composition: accumulate;
}

.why-box:hover .why-icon{
    animation: swing 1s linear 1.75;    
}

@media(min-width:991px){
    .why-list.right .why-icon{
        transform: rotateY(180deg);
    }    
}

@media(max-width:1200px){
    .why-frame{
        width: 85%;
    }
}

@media(max-width:991px){
    .hp_why{
        background-attachment: unset;
    }
    .why-wrapper{                
        flex-wrap:wrap;
        gap: 0;
    }
    .why-frame{
        flex: 0 1 100%;
        width: 100%;
        max-width: 100%;
        order: 1;
    }
    .why-list{
        order: 2;
        max-width: 50%;
        flex: 0 1 50%;
        height: fit-content;
        justify-content: unset;   
        margin-top: 2rem;
    }
    .why-box{        
        padding: 0 2rem;
        align-items: center;
        height: 120px;        
    }
}

@media(max-width:768px){
    .why-frame{
        margin-bottom: 2rem;
        padding: 0 2rem;
    }
    .why-list{
        flex: 0 1 100%;
        max-width: 100%;
        margin: 0;
    }
    .why-box{
        padding: 0 3rem;
    }
    .why-box h3 br{
        display: none;
    }
}

@media(max-width:576px){
    .why-box{
        height: 140px;
    }
}

/* Latest News */
.index_wrapper_7{
    padding: calc(var(--sec-padding) * .8) 0;
    background: #141414;
}

#main_index .latestnewsAjax .col-12{
    margin: 0 !important;
}
#main_index .hp_latest_new_8 .news_box{
    background: linear-gradient(to bottom, #787878, #1f1f1f);
    padding: .7rem;
    padding-bottom: 3rem;
}
#main_index .hp_latest_new_8 .news_box .title{
    color: #eee;
    font-weight: 300;
    text-transform: uppercase;
    -webkit-text-stroke: .05px #eee;
    font-size: clamp(.85rem, 1.15vw, 1.15vw);
    
    span{
        display: none;
    }
    
    &:hover{
        color: #fff;
        -webkit-text-stroke-color: #fff;
    }
}
#main_index .hp_latest_new_8 .news_box .date{
    color: #fff;
    opacity: 1;
    text-transform: uppercase;
    color: #ddd;
}
#main_index .hp_latest_new_8 .news_box .read_more{
    color: #fff;
    border-bottom: 1px solid #fff;
    width: fit-content;
    font-size: clamp(.65rem, .8vw, .8vw);
    font-weight: 300;
    transition: all .3s linear;
    
    &:hover{
        color: #fff;
        transform: translateX(8px);
    }
}
#main_index .hp_latest_new_8 .news_box > div:last-child{
    padding: 1rem 1rem 0 1rem;
}

@media(min-width:991px){
    #main_index .hp_latest_new_8 .container-fluid{
        padding: 0 3rem;
    }
}

@media(min-width:1200px){
    #main_index .hp_latest_new_8 .container-fluid{
        padding: 0 8rem;
    }
}

@media(max-width:991px){
    .hp_latest_new_8 .container-fluid{
        padding: 0 30px;
    }
    #main_index .latestnewsAjax .col-12{
        flex: 0 1 50%;
        max-width: 50%;
        padding: 0.85rem;
    }
}

@media(max-width:576px){
    .index_wrapper_7{
        padding: var(--sec-padding) 0;
    }
    #main_index .latestnewsAjax .col-12{
        flex: 0 1 100%;
        max-width: 100%;
        padding: 0.85rem;
    }
}

/* Footer */
.footer_type8{
    color: #eee;
    padding-top: 5rem !important;
}
.footer_type8 .logo {
    min-height: 70px;
    img{
        max-height: 70px;
    }
}
.footer_type8 .title h5{
    font-family: var(--title-font);
    text-transform: uppercase;
    font-weight: 300;
    font-size: clamp(1.5rem, 1.8vw, 1.8vw);
}
.footer_type8 p{
    color: #ddd;
    font-weight: 300;
    font-size: clamp(.8rem, .85vw, .85vw);
}
.footer_type8 a{
    color: #ddd;
    
    &:hover p{
        color: #fff;
    }
}

.footer_type8 ul p {
  margin: 0 !important;
}