@import url('https://fonts.googleapis.com/css2?family=Darker+Grotesque:wght@300..900&display=swap');

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

body {
    font-weight: 500;
    font-size: 1rem !important;
    
}

a:hover {
    text-decoration: none;
}

.index_wrapper_1 {
      
    height: 0;
   
}

.gallerycategory .img_frame img {
    
    object-fit: contain;
    
}

.ws_gallery-2 .img_frame img {
  
    object-fit: contain;

}

#main_gallery .gallerycategory .img_frame img {
    
    object-fit: cover;
    
}


@media screen and (max-width: 991.5px){
.index_wrapper_1 {
      
    height: 0px;
   
}

}


@media screen and (max-width: 767.5px){
    
.index_wrapper_2 .item>img{
      
    min-height:155vw!important;
    object-fit:cover;
   
}

.index_wrapper_1 {
      
    height: 80px;
   
}

}

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

.hp_ts {
    position: relative;
    z-index: 101;
    background-color: #1c3f77;
    padding-bottom: 1%;
    padding-top: 1%;
    padding-right: 9%;
    border-bottom: 1px solid #fff;
}

.hp_ts_box {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 0.75vw
}

.hp_ts_icon {
    width: 2vw;
    border-radius: 4px;
}

.hp_ts_bbox .contactRecordBtn {
    color: #fff;
    font-weight: 500;
    transition: 0.3s;
    font-size: 1.3vw;
}

.hp_ts_bbox {
    color: #fff;
  
}

.hp_ts_bbox span {
    margin: 0 5px;
}

/*Menu*/

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

.navbar_type8 {
    
    background-color: #1c3f77;

    height: 90px;
    
}

.dark_nav {
    background-color: #1c3f77 !important;
  
}

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

.navbar_type8 .nav_tab {
    flex: 0 1 80%;
   
    padding-left: 0;
    padding-right: 17%;
   
}

.navbar_type8 .nav_tab .nav_item a {
    color: white;
    padding: 15px 1.1vw;
   
    text-transform: capitalize;
    font-size: 1.4vw;
}

.navbar_type8 .nav_tab .nav_item:lang(zH-Hans) a {
 
    font-size: 1.2vw;
}

.navbar_type8 .nav_tab .nav_item::before {
    top: 100%;
    width: 0%;
    left: 50%;
    border-bottom: none;
    transition: all 0.4s ease-in-out;
    opacity: 1;
    height: 3px;
    transform: translate(-50%, 0);
    background-color: #fdb94e;
     
}

.navbar_type8 .nav_tab .nav_item:hover::before {
    
    width: 50%;
   
     
}

.navbar_type8 .logo img {
   
    width: 100px;
   
    padding: 10px;
}

.navbar_mobile {
   
    background-color: #1c3f77;
   
}

.navbar_mobile .btn-outline-light {
    border-color: #fdb94e;
    color: #fdb94e;
}

@media screen and (max-width: 1200.5px){
.navbar_type8 .nav_tab .nav_item a {
   
    padding: 15px 1.3vw;
   
    font-size: 1.75vw;
}

.navbar_type8 .nav_tab .nav_item:lang(zH-Hans) a {
    font-size: 1.4vw;
}

.hp_ts_bbox .contactRecordBtn {

    font-size: 1.55vw;
}

.hp_ts_icon {
    width: 2.25vw;
    border-radius: 4px;
}

}

/*Banner*/

.slider_banner .banner_content {
 
    opacity: 1 !important;
}

.slider_banner .slick-dots {
    position: absolute;
    bottom: 20%;
    left: -39%;
 
}

.slider_banner .slick-dots li {
    
    margin: 0 3px;
   
}

.slider_banner .slick-dots li.slick-active button {
    border: 1px solid #fff;
    border-radius: 50%;
}

.slider_banner .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #fff;
}

.slider_banner .slick-dots li button:before {
    color: #fff;
    font-size: 10px;
    opacity: 1;
    content: "•";
}

.hp_banner {
    padding-top: 12.5%;
    position: relative;
    height: 100%;
    overflow: hidden;
}

.hp_banner_image {
    margin-right: -15px;
    margin-left: -8.5%;
}

.hp_banner_title1 {
    color: #fdb94e;
    font-weight: 700;
    font-size: 3vw;
    margin-bottom: 0%;
    line-height: 1.3;
}

.hp_banner_title1:lang(zH-Hans) {
  
    font-size: 2.5vw;
 
}

.hp_banner_title2:lang(zH-Hans) {
  
    font-size: 2.5vw;
 
}

.hp_banner_title2 {
    color: #fff;
    font-weight: 700;
    font-size: 3vw;
    margin-bottom: 5%;
    line-height: 1.3;
}

.hp_banner_desc {
    color: #fff;
    margin-bottom: 7%;
    font-size: 1.12vw;
    font-weight: 400;
    line-height: 1.8;
}

.hp_banner_link {
    position: relative;
    transition: 0.3s;
    color: #fff;
    font-weight: 700;
    font-size: 1vw;
    padding-left: 9.25vw;
}

.hp_banner_link:before {
    position: absolute;
    content: "";
    left: 0%;
    bottom: 0;
    top: 0;
    margin: auto 0;
    background-repeat: no-repeat;
    background-image: url(https://cdn1.npcdn.net/img/1770711765A-BUTTON.png);
    background-size: contain;
    width: 9vw;
    height: 2.25vw;
}

.hp_banner_link:hover {
    
    color: #fdb94e;
    
}

.hp_banner_sobox {
    background: transparent;
    width: 18vw;
    height: 4vw;
    position: absolute;
    bottom: 0;
    left: 6%;
    cursor: pointer;
}

.hp_banner_box {
    padding-top: 8%;
    padding-left: 19%;
}



@media screen and (max-width: 1200.5px){
.hp_banner_image {
    margin-right: -15px;
    margin-left: -9.5%;
}

.slider_banner .slick-dots {
   
    bottom: 14.5%;
    left: -37.5%;
}

.hp_banner_title1 {
  
    font-size: 3.2vw;
 
}

.hp_banner_title2 {
  
    font-size: 3.2vw;
    margin-bottom: 5%;
   
}

.hp_banner_desc {
  
    margin-bottom: 7%;
    font-size: 1.37vw;
   
}

.hp_banner_link {
   
    font-size: 1.25vw;
    padding-left: 10vw;
}

.hp_banner_link:before {
    top: 21%;
    width: 9.5vw;
    height: 2.5vw;
}

.hp_banner_box {
    padding-top: 7%;
    padding-left: 17%;
}

    .hp_banner_desc:lang(zH-Hans) {
        
        font-size: 1.18vw;
    }
    
    .hp_banner_title1:lang(zH-Hans) {
  
    font-size: 2.75vw;
 
}

.hp_banner_title2:lang(zH-Hans) {
  
    font-size: 2.75vw;
 
}

}

@media screen and (max-width: 767.5px){
.hp_banner_image {
    margin-right: -15px;
    margin-left: -15px;
    margin-top: 12%;
}

.hp_banner_title1 {
  
    font-size: 8vw;
 
}

.slider_banner .slick-dots {
    bottom: 45%;
    left: -34%;
}

.hp_banner_title2 {
  
    font-size: 8vw;
    margin-bottom: 4%;
   
}

.hp_banner_desc {
  
    margin-bottom: 6%;
    font-size: 4.5vw;
   
}

.hp_banner_desc:lang(zH-Hans) {
        
        font-size: 4.5vw;
    }
    
    .hp_banner_title1:lang(zH-Hans) {
  
    font-size: 8vw;
 
}

.hp_banner_title2:lang(zH-Hans) {
  
    font-size: 8vw;
 
}

.hp_banner_desc br {
  
    display: none;
}

.hp_banner_link {
   
    font-size: 4.5vw;
    padding-left: 24.5vw;
}

.hp_banner_link:before {
    top: 15%;
    width: 24vw;
    height: 6vw;
}

.hp_banner_box {
    padding-top: 0%;
    padding-left: 3%;
    padding-right: 3%;
}

.hp_banner {
    padding-top: 6%;
   
}

}

/*About*/

.hp_about {
    padding: 6% 9% 1% 0%;
}

.hp_about_image {
    width: 100%;
}

.hp_about_itbox1 {
    display: flex;
    align-items: center;
    
}

.hp_about_ggbox {
    display: flex;
    background-color: #1c3f77;
    align-items: end;
    border-bottom: 1px solid #fff;
    padding: 1% 6% 5%;
    gap: 3vw;
    position: relative;
}

.hp_about_box {
    margin-left: -3.75%;
    position: relative;
}

.hp_about_box:before {
    position: absolute;
    content: "";
    left: -7%;
    top: -5%;
    background-color: #000;
    width: 33vw;
    height: 1px;
 
}

.hp_about_box:after {
    position: absolute;
    content: "";
    right: -9.5%;
    top: -13%;
    background-image: url('https://cdn1.npcdn.net/img/1770717477B-ELEMENT-1.png');
    background-repeat: no-repeat;
    background-size: contain;
    width: 20vw;
    height: 7vw;
 
}

.hp_about_box:lang(zH-Hans):after {
    
    background-image: url('https://cdn1.npcdn.net/img/1772700691B-ELEMENT-1-CN.png');
  
}

.hp_about_ibox {
    margin-left: -15px;
    margin-right: 6%;
}

.hp_about_box2 {
    margin-left: -11%;
    margin-top: 4%;
}

.hp_about_title {
    font-weight: 700;
    color: #000;
    font-size: 2.85vw;
    padding-bottom: 4%;
    margin-bottom: 2%;
    position: relative;
    line-height: 1;
    margin-top: 3%;
}

.hp_about_title:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    background-color: #000;
    width: 5vw;
    height: 3px;
 
}


.hp_about_title span {
    
    color: #fdb94e;
   
}

.hp_about_desc1 {
    font-size: 1.12vw;
    line-height: 1.8;
    color: #000;
    margin-bottom: 0;
}

.hp_about_desc2 {
    font-size: 1.12vw;
    line-height: 1.8;
    color: #000;
    margin-bottom: 2%;
}

.hp_about_desc3 {
    font-size: 1.12vw;
    line-height: 1.8;
    color: #000;
    margin-bottom: 3%;
    border-top: 1px solid #000;
    padding-top: 1.5%;
}

.hp_about_item {
    margin-bottom: 0;
    color: #fdb94e;
    font-weight: 700;
    font-size: 5vw;
}

.hp_about_itbox span {
    font-size: 5vw;
    color: #fdb94e;
    font-weight: 700;
}

.hp_about_itbox {
    display: flex;
    align-items: center;
    flex: 0 0 25%;
    justify-content: end;
}

.hp_about_itbox2 {
    flex: 0 0 75%;
}

.hp_about_item1 {
    color: #fff;
    font-size: 1.45vw;
    font-weight: 700;
    margin-bottom: 1.5%;
}

.hp_about_item2 {
    margin-bottom: 0;
    color: #fff;
    font-size: 1.12vw;
    font-weight: 400;
    line-height: 1.5;
}

.hp_about_link {
    position: relative;
    transition: 0.3s;
    color: #000;
    font-weight: 700;
    font-size: 1vw;
    padding-left: 9.75vw;
}

.hp_about_link:before {
    position: absolute;
    content: "";
    left: 0%;
    bottom: 0;
    top: 0;
    margin: auto 0;
    background-repeat: no-repeat;
    background-image: url(https://cdn1.npcdn.net/img/1770695312BUTTON.png);
    background-size: contain;
    width: 9vw;
    height: 2.25vw;
}

.hp_about_link:hover {
    
    color: #1c3f77;
    
}

@media screen and (max-width: 1200.5px){
.hp_about_title {
   
    font-size: 3.35vw;
    padding-bottom: 4%;
    margin-bottom: 2%;
  
    margin-top: 3%;
}

.hp_about_title:before {
  
    width: 6vw;
    
 
}

.hp_about_desc1 {
    font-size: 1.37vw;
   
}

    .hp_about_desc1:lang(zH-Hans) {
        font-size: 1.34vw;
    }

.hp_about_desc2 {
    font-size: 1.37vw;

    margin-bottom: 2%;
}

.hp_about_desc3 {
    font-size: 1.37vw;
  
    margin-bottom: 3%;

    padding-top: 1.5%;
}

.hp_about_desc1 br {
    display: none;
}

.hp_about_desc2 br {
    display: none;
}

.hp_about_desc3 br {
    display: none;
}

    .hp_about_item2 br {
        display: none;
    }

.hp_about_item {
    
    font-size: 5.25vw;
}

.hp_about_itbox span {
    font-size: 5.25vw;
   
}

.hp_about_item1 {
  
    font-size: 1.7vw;

    margin-bottom: 1.5%;
}

.hp_about_item2 {
  
    font-size: 1.37vw;
    
}

.hp_about_link {
    
    font-size: 1.25vw;
    padding-left: 9.75vw;
}

.hp_about_link:before {
   
    width: 9.5vw;
    height: 2.5vw;
}

.hp_about_ggbox {
   
    padding: 3% 5% 5%;
    gap: 1.5vw;
    
}

.hp_about_box:before {
   
    left: -11.5%;
    top: -3.25%;
   
    width: 38vw;

}

.hp_about_box:after {
   
    right: -18.5%;
    top: -12%;
    
    width: 21vw;
    height: 7vw;
}

.hp_about_box2 {
    margin-left: -15%;
    margin-top: 4%;
}

}

@media screen and (max-width: 767.5px){
.hp_about_title {
   
    font-size: 9.25vw;
    padding-bottom: 6%;
    margin-bottom: 3%;
  
    margin-top: 12%;
}

.hp_about_title:before {
  
    width: 16vw;
    
 
}

.hp_about_desc1 {
    font-size: 4.5vw;
   
}

.hp_about_desc1:lang(zH-Hans) {
        font-size: 4.5vw;
    }

.hp_about_desc2 {
    font-size: 4.5vw;

    margin-bottom: 3%;
}

.hp_about_desc3 {
    font-size: 4.5vw;
  
    margin-bottom: 4%;

    padding-top: 2%;
}

.hp_about_item {
    
    font-size: 20vw;
}

.hp_about_itbox span {
    font-size: 20vw;
   
}

.hp_about_item1 {
  
    font-size: 6vw;

    margin-bottom: 1.5%;
}

.hp_about_item2 {
  
    font-size: 4.5vw;
    
}

.hp_about_box {
    margin-left: 0%;
    position: relative;
}

.hp_about_link {
    
    font-size: 4.5vw;
    padding-left: 26.5vw;
}

.hp_about_link:before {
    
    width: 24vw;
    height: 6vw;
}

.hp_about_ggbox {
        padding: 0% 9% 9%;
        gap: 0vw;
        flex-direction: column;
        align-items: start;
    }
    
    .hp_about_box:lang(zH-Hans):before {
        left: -5%;
        top: -11%;
        width: 70vw;
    }
    
        .hp_about_box:lang(zH-Hans):after {
      
        top: -17%;
   
    }

.hp_about_box:before {
   
    left: -5%;
        top: -7.5%;
        width: 70vw;

}

.hp_about_box:after {
   
            right: -3%;
        top: -12%;
        width: 60vw;
        height: 19vw;
}

    .hp_about_box2 {
        margin-left: -9%;
        margin-top: 6%;
        margin-right: -9%;
    }

.hp_about {
    padding: 12% 3%;
}

.hp_about_ibox {
    margin-left: -9%;
    margin-right: -9%;
    margin-bottom: 12%;
}

}

/*Clients*/

.hp_clients {
    padding: 3% 0 3% 9%;
}


.hp_clients_ibox {
    margin: 0 1vw;
}

.hp_clients_title {
    color: #000;
    font-size: 2.5vw;
    font-weight: 700;
    margin-bottom: 0%;
}

.hp_clients_title:lang(zH-Hans) {
  
    font-size: 1.85vw;
 
}

.hp_clients_title span {
    color: #fdb94e;
  
}

.hp_clients_sbox  .slick-dots li {
    
    margin: 0 3px;
   
}

.hp_clients_sbox .slick-dots li.slick-active button {
    border: 1px solid #000;
    border-radius: 50%;
}

.hp_clients_sbox .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #000;
}

.hp_clients_sbox .slick-dots li button:before {
    color: #000;
    font-size: 10px;
    opacity: 1;
    content: "•";
}

.hp_clients_sbox .slick-dots {
    
    left: -17%;
}

.hp_clients_sbox {
    margin-right: -7.5%;
}

@media screen and (max-width: 1200.5px){
.hp_clients_title {
 
    font-size: 3vw;
    margin-right: -21%;
    margin-bottom: 0%;
}

.hp_clients_title:lang(zH-Hans) {
    font-size: 1.94vw;
}

}

@media screen and (max-width: 767.5px){
.hp_clients_title {
 
    font-size: 8.5vw;
    margin-right: 0%;
    margin-bottom: 6%;
}

.hp_clients_title:lang(zH-Hans) {
    font-size: 8vw;
}

.hp_clients_title br {
 
    display: none;
}

.hp_clients {
    padding: 0% 3% 9%;
}

.hp_clients_sbox {
    margin-right: 0%;
}

.hp_clients_sbox .slick-dots {
    left: 0;
}

}

/*category*/

.hp_category_fbox {
    display: flex;
    justify-content: space-between;
    gap: 1.75vw;
}

.hp_category_image {
    width: 100%;
}

.hp_category {
    padding: 1% 9% 5%;
}

.hp_category_item {
    margin-bottom: 0;
    color: #000;
    font-size: 1.55vw;
    font-weight: 600;
    margin-top: 2%;
}

@media screen and (max-width: 1200.5px){
.hp_category_item {
    
    font-size: 1.8vw;
    margin-top: 2%;
}

}

@media screen and (max-width: 767.5px){
.hp_category_fbox {
   
    gap: 5vw;
    flex-direction: column;
}

.hp_category_item {
    
    font-size: 7vw;
    margin-top: 2%;
}

.hp_category {
    padding: 12% 3%;
}

}

/*Marquee*/

.hp_marquee {
    overflow: hidden;
    width: 100%;
    background: #1c3f77; 
    padding-top: 1%;
    padding-bottom: 1.5%;
}

.hp_marquee_tbox {
    display: flex;
    width: max-content;
    animation: marquee 30s linear infinite;
    gap: 4vw; 
    white-space: nowrap;
}

.hp_marquee_title {
    font-size: 1.75vw; 
    font-weight: bold;
    margin: 0;
    color: #fff;
}

@keyframes marquee {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

@media screen and (max-width: 1200.5px){
.hp_marquee_title {
    font-size: 2vw; 

}

.hp_marquee_tbox {
    
    gap: 4.5vw;
    
}

}

@media screen and (max-width: 767.5px){
.hp_marquee_title {
    font-size: 6vw; 

}

.hp_marquee_tbox {
    
    gap: 12vw;
    
}

.hp_marquee {
    
    padding-top: 3%;
    padding-bottom: 4.75%;
}

}

/*Services*/

.hp_services {
    background: #e8e6e9;
    padding: 5% 8.5% 4%;
    position: relative;
    z-index: 1;
}

.hp_services_mabox {
    background: #1c3f77;
    height: 100%;
    padding: 12% 11% 12%;
    position: relative;
}

.hp_services_mabox:before {
    position: absolute;
    content: "";
    left: 0%;
    top: 12%;
    background-color: #fdb94e;
    width: 0.5vw;
    height: 6.5vw;
    box-shadow: 3px 0px 9px #fdb94e;
   
}

.hp_services_mabox:after {
    position: absolute;
    content: "";
    right: 0%;
    bottom: 0%;
    background-repeat: no-repeat;
    background-image: url(https://cdn1.npcdn.net/img/1770706974D-ELEMENT.png);
    background-size: contain;
    width: 7.85vw;
    height: 8vw;
   
}



.hp_services_image {
    width: 100%;
}

.hp_services_box {
    border-bottom: 1px solid #000;
    padding-bottom: 6%;
    height: 100%;
}

.hp_services_title {
    color: #fff;
    font-size: 2.4vw;
    font-weight: 700;
    margin-bottom: 6%;
}

.hp_services_title span {
    color: #fdb94e;
   
}

.hp_services_desc {
    margin-bottom: 0;
    color: #fff;
    font-size: 1.12vw;
    font-weight: 400;
}

.hp_services_item1 {
    color: #000;
    font-size: 2.4vw;
    font-weight: 700;
    margin-bottom: 2%;
    margin-top: 4%;
    position: relative;
}

.hp_services_item1:before {
    position: absolute;
    content: "";
    right: 0%;
    bottom: 0;
    top: 18%;
    margin: auto 0;
    background-repeat: no-repeat;
    background-image: url(https://cdn1.npcdn.net/img/1770705584D-BUTTON.png);
    background-size: contain;
    width: 3vw;
    height: 2vw;
    transition: 0.3s;
}

.hp_services_box:hover .hp_services_item1:before {
    transform: rotate(90deg);
}

.hp_services_item2 {
    font-size: 1.12vw;
    color: #000;
    font-weight: 400;
    margin-bottom: 0;
}

.hp_services .col-12.col-md-4 {
    padding: 0 1.5vw 3vw;
}

@media screen and (max-width: 1200.5px){
.hp_services_title {
  
    font-size: 2.9vw;
    margin-bottom: 6%;
}


.hp_services_desc {
   
    font-size: 1.37vw;
   
}

.hp_services_item1 {
   
    font-size: 2.55vw;
   
    margin-bottom: 2%;
    margin-top: 4%;
    
}

.hp_services_item1:before {
   
    top: 18%;
    
    width: 3.5vw;
    height: 2.25vw;
  
}

.hp_services_item2 br {
    display: none;
}

.hp_services_item2 {
    font-size: 1.37vw;

}

.hp_services_mabox {
 
    padding: 12% 10% 12%;

}

.hp_services_mabox:lang(zH-Hans):after {
    
    width: 6.1vw;
    height: 6.25vw;
}

}

@media screen and (max-width: 767.5px){
.hp_services_title {
  
    font-size: 8.5vw;
    margin-bottom: 6%;
}


.hp_services_desc {
   
    font-size: 4.5vw;
   
}

.hp_services_item1 {
   
    font-size: 8.5vw;
   
    margin-bottom: 2%;
    margin-top: 4%;
    
}

.hp_services_item1:before {
   
    top: 18%;
    
    width: 12vw;
    height: 8vw;
  
}

.hp_services_item2 br {
    display: none;
}

.hp_services_item2 {
    font-size: 4.5vw;

}

.hp_services_mabox {
 
    padding: 12% 10% 24%;

}

.hp_services .col-12.col-md-4 {
    padding: 0 15px 30px;
}

.hp_services {
  
    padding: 12% 3% 6%;
}

.hp_services_mabox:after {
   
    width: 19.6vw;
    height: 20vw;
}

.hp_services_mabox:lang(zH-Hans):after {
    
    width: 19.6vw;
    height: 20vw;
}

.hp_services_mabox:before {
   
    top: 12%;
    
    width: 1.5vw;
    height: 23vw;
    
}

}

/*Why*/

.hp_why {
    background-color: #1c3f77;
    padding: 7% 9% 7%;
    position: relative;
}

.hp_why:before {
    position: absolute;
    content: "";
    top: -6%;
    right: 12%;
    background-repeat: no-repeat;
    background-image: url(https://cdn1.npcdn.net/img/1770709158E-PIC.png);
    background-size: contain;
    width: 21.5vw;
    height: 21.5vw;
}

.hp_why:after {
    position: absolute;
    content: "";
    bottom: -1px;
    right: 0%;
    background-repeat: no-repeat;
    background-image: url(https://cdn1.npcdn.net/img/1770709188E-ELEMENT.png);
    background-size: contain;
    width: 7.85vw;
    height: 8vw;
}

.hp_why_fbox {
    display: flex;
    flex-wrap: wrap;
    gap: 1vw 2.5vw;
}

.hp_why_box {
    flex: 0 0 31.2%;
    background-repeat: no-repeat;
    background-image: url(https://cdn1.npcdn.net/img/1770708472E-FRAME.png);
    background-size: cover;
    padding: 2.5% 2% 2.75%;
}

.hp_why_abox {
    display: flex;
    align-items: center;
    gap: 2vw;
}

.hp_why_title {
    margin-bottom: 2%;
    color: #fff;
    font-size: 3vw;
    font-weight: 700;
    position: relative;
    padding-right: 2.75vw;
    display: inline-block;
}

.hp_why_title:before {
    position: absolute;
    content: "";
    right: 0;
    bottom: 0;
    top: 18%;
    margin: auto 0;
    background-color: #fdb94e;
    width: 0.65vw;
    height: 2.5vw;
}

.hp_why_title span {

    color: #fdb94e;
    
}

.hp_why_desc {
    color: #fff;
    font-size: 1.12vw;
    font-weight: 400;
    margin-bottom: 6%;
}

.hp_why_item {
    color: #fff;
    font-size: 1.5vw;
    font-weight: 600;
    margin-bottom: 0;
}

.hp_why_item2 {
    margin-bottom: 0;
    color: #fff;
    font-size: 1.12vw;
    font-weight: 400;
    margin-top: 7%;
    padding-top: 5%;
    border-top: 1px solid #fff;
    width: 95%;
}

.hp_why_icon {
    width: 3.5vw;
}

@media screen and (max-width: 1200.5px){
.hp_why_title {
    margin-bottom: 2%;
    
    font-size: 3.5vw;
    
    padding-right: 2.75vw;
    
}

.hp_why_title:before {
  
    top: 21%;
    
    width: 0.65vw;
    height: 2.75vw;
}

.hp_why_desc {
  
    font-size: 1.37vw;
            width: 75%;
    margin-bottom: 6%;
}

.hp_why_desc br {
  
    display: none;
}

.hp_why_item {
    color: #fff;
    font-size: 1.75vw;
    
}

.hp_why_item2 {
   
    font-size: 1.37vw;
    
    margin-top: 7%;
    padding-top: 5%;

    width: 100%;
}

.hp_why_item2 br {
   
    display: none;
}

.hp_why_icon {
    width: 4vw;
}

.hp_why_box {
    flex: 0 0 31%;
  
    padding: 1.8% 1.8% 1.8%;
    background-position: 0%;
}

.hp_why:after {
   
    width: 8.35vw;
    height: 8.5vw;
}

}

@media screen and (max-width: 767.5px){
.hp_why_title {
    margin-bottom: 3%;
    
    font-size: 9.5vw;
    
    padding-right: 7vw;
    
}

.hp_why_title:before {
  
    top: 21%;
    
    width: 1.5vw;
    height: 6.5vw;
}

.hp_why_desc {
  
    font-size: 4.25vw;
    width: 100%;
    margin-bottom: 9%;
}

.hp_why_item {
    
    font-size: 6vw;
    
}

.hp_why_item2 {
   
    font-size: 4.5vw;
    
    margin-top: 6%;
    padding-top: 4%;

    width: 100%;
}

.hp_why_abox {
  
    gap: 6vw;
}

.hp_why_icon {
    width: 12vw;
}

.hp_why_box {
    flex: 0 0 31%;
  
    padding: 7% 7% 7.5%;
    background-position: 0%;
}

.hp_why:after {
   
    width: 23.85vw;
    height: 24vw;
}

.hp_why {
   
    padding: 36% 3%;
    
}

.hp_why_fbox {
    
    gap: 9vw;
    flex-direction: column;
}

.hp_why:before {
    
    top: -1.5%;
    right: 3%;
   
    width: 42vw;
    height: 42vw;
}

}

/*Projects*/

.index_wrapper_9 {
    padding: 5% 9% 7%;
    position: relative;
}

.index_wrapper_9:before {
    position: absolute;
    content: "";
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-image: url(https://cdn1.npcdn.net/img/1770697413F-BG.jpg);
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    z-index: -2;
}

.hp_photoGallerySlider_type3 .photo-gallery3 .outline_box .gallery_box img {
  
    object-fit: contain;
    padding: 0;
   
}

.hp_photoGallerySlider_type3 .photo-gallery3 {
    padding: 0;
}

.hp_photoGallerySlider_type3 .col-12 {
    padding: 0;
}

.hp_photoGallerySlider_type3 {
    background-color: transparent;
    position: relative;

}

.hp_photoGallerySlider_type3 .slick-dots {
    position: relative;
    bottom: -25px;
    left: -42%;

}

.hp_photoGallerySlider_type3 .slick-dots li button:before {
    color: #000;
    font-size: 10px;
    content: "•";
    opacity: 1;
}

.hp_photoGallerySlider_type3  .slick-dots li {
    
    margin: 0 3px;
   
}

.hp_photoGallerySlider_type3 .slick-dots li.slick-active button {
    border: 1px solid #000;
    border-radius: 50%;
}

.hp_photoGallerySlider_type3 .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #000;
}

.slick-dotted.slick-slider {
    margin-bottom: 0;
}

.hp_projects_bbox {
    text-align: end;
    
    padding: 2% 2.5% 2%;
    margin-top: -2%;
    position: relative;
}

.hp_projects_bbox:before {
    position: absolute;
    content: "";
    right: 0;
    bottom: 0;
    background: #ebebeb;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.hp_projects_title {
    margin-bottom: 1%;
    color: #000;
    font-size: 3vw;
    font-weight: 700;
    position: relative;
    padding-right: 2.75vw;
    display: inline-block;
}

.hp_projects_title:before {
    position: absolute;
    content: "";
    right: 0;
    bottom: 0;
    top: 18%;
    margin: auto 0;
    background-color: #fdb94e;
    width: 0.65vw;
    height: 2.5vw;
}

.hp_projects_title span {

    color: #fdb94e;
    
}

.hp_projects_link {
    position: relative;
    transition: 0.3s;
    color: #000;
    font-weight: 700;
    font-size: 1vw;
    padding-left: 9.75vw;
}

.hp_projects_link:before {
    position: absolute;
    content: "";
    left: 0%;
    bottom: 0;
    top: 0;
    margin: auto 0;
    background-repeat: no-repeat;
    background-image: url(https://cdn1.npcdn.net/img/1770695312BUTTON.png);
    background-size: contain;
    width: 9vw;
    height: 2.25vw;
}

.hp_projects_link:hover {
    
    color: #1c3f77;
    
}

@media screen and (max-width: 1200.5px){
.hp_photoGallerySlider_type3 .photo-gallery3 .outline_box {
    
    padding: 1vw;
}

.hp_projects_bbox {
   
    padding: 2% 2.5% 2%;
    margin-top: -4%;
   
}

.hp_projects_title {
    margin-bottom: 1%;
   
    font-size: 3.5vw;

    padding-right: 2.75vw;
  
}

.hp_projects_title:before {
   
    top: 18%;
 
    width: 0.65vw;
    height: 3vw;
}



.hp_projects_link {
    
    font-size: 1.25vw;
    padding-left: 10.25vw;
}

.hp_projects_link:before {
   
    width: 9.5vw;
    height: 2.5vw;
}


.hp_photoGallerySlider_type3 .slick-dots {
    
    bottom: -10px;
    left: -37%;
}

}

@media screen and (max-width: 767.5px){
.hp_photoGallerySlider_type3 .photo-gallery3 .outline_box {
    
    padding: 15px;
}

    .hp_projects_bbox {
        padding: 3% 6% 3%;
        margin-top: 3%;
    }

.hp_projects_title {
    margin-bottom: 1%;
   
    font-size: 9.5vw;

    padding-right: 7vw;
  
}

.hp_projects_title:before {
   
    top: 18%;
 
    width: 1.5vw;
    height: 6.5vw;
}



.hp_projects_link {
    
    font-size: 4.5vw;
    padding-left: 26vw;
}

.hp_projects_link:before {
   
    width: 24vw;
    height: 6vw;
}


.index_wrapper_9 {
    padding: 12% 3%;
   
}

    .hp_photoGallerySlider_type3 .slick-dots {
        bottom: 0px;
        left: 0;
    }
    
    .hp_photoGallerySlider_type3 .gallery-box {
    padding: 0 15px;
}

}

/*News*/

.index_wrapper_10 {
    padding: 6% 10% 4%;
    background-color: #f3f1f4;
    position: relative;
}

.index_wrapper_10:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-image: url(https://cdn1.npcdn.net/img/1770694760G-ELEMENT.png);
    background-size: contain;
    width: 8vw;
    height: 8vw;
}

.hp_news .col-12 {
    padding: 0;
}

.hp_news_fbox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1%;
}

.hp_news_title {
    margin-bottom: 0;
    color: #000;
    font-size: 3vw;
    font-weight: 700;
    position: relative;
    padding-right: 2.75vw;
}

.hp_news_title:before {
    position: absolute;
    content: "";
    right: 0;
    bottom: 0;
    top: 18%;
    margin: auto 0;
    background-color: #fdb94e;
    width: 0.65vw;
    height: 2.5vw;
}

.hp_news_title span {

    color: #fdb94e;
    
}

.hp_news_link {
    position: relative;
    transition: 0.3s;
    color: #000;
    font-weight: 700;
    font-size: 1vw;
    padding-left: 10vw;
}

.hp_news_link:before {
    position: absolute;
    content: "";
    left: 0%;
    bottom: 0;
    top: 0;
    margin: auto 0;
    background-repeat: no-repeat;
    background-image: url(https://cdn1.npcdn.net/img/1770695312BUTTON.png);
    background-size: contain;
    width: 9vw;
    height: 2.25vw;
}

.hp_news_link:hover {
    
    color: #1c3f77;
    
}

#main_index .latest_new_type4 .news_box .date {
    font-size: 0.9rem;
    text-align: right;
    margin-bottom: 5px;
    color: #555;
}

#main_index .latest_new_type4 .text-right {
    display: none;
}

#main_index .latest_new_type4 .news_box .badge-primary {
    background-color: #000;
    letter-spacing: 0;
    border-radius: 2px;
    font-size: 16px;
    font-weight: 700;
    line-height: unset;
    padding: 0px 12px 1px;
}

#main_index .latest_new_type4 .news_box  p {
    font-weight: 600;
    font-size: 20px;
    color: #666;
    margin-bottom: 0.35rem;
}

#main_index .latest_new_type4 .news_box {
    
    padding: 10px;
    background-color: transparent;
    
}

@media screen and (max-width: 1200.5px){
.hp_news_title {
    
    font-size: 3.5vw;
   
    padding-right: 2.75vw;
}

.hp_news_title:before {
    
    top: 21%;
   
    width: 0.65vw;
    height: 2.75vw;
}


.hp_news_link {
    
    font-size: 1.3vw;
    padding-left: 10.5vw;
}

.hp_news_link:before {
   
    width: 9.5vw;
    height: 2.5vw;
}

.index_wrapper_10:after {
   
    width: 8.5vw;
    height: 8.5vw;
}

}

@media screen and (max-width: 767.5px){
.hp_news_title {
    
    font-size: 9.5vw;
   
    padding-right: 7vw;
}

.hp_news_title:before {
    
    top: 21%;
   
    width: 1.5vw;
    height: 6.5vw;
}


.hp_news_link {
    
    font-size: 4.5vw;
    padding-left: 27vw;
}

.hp_news_link:before {
   
    width: 24vw;
    height: 6vw;
}

.index_wrapper_10:after {
   
    width: 24vw;
    height: 24vw;
}

.index_wrapper_10 {
    padding: 12% 3% 18%;
  
}

.hp_news_fbox {
    gap: 3vw;

    align-items: start;
    margin-bottom: 3%;
    flex-direction: column;
}

.hp_news .col-12 {
    padding: 0 15px;
}

#main_index .latest_new_type4 .container-fluid.p-0 {
    padding: 0 15px !important;
}

}

/*footer*/

.footer_type4 {
    padding-top: 4rem;
    padding-bottom: 2rem;
    background-color: #1c3f77;
    background-image: unset;
    color: white;
}

.footer_type4 .all_font_md.footer_subtitle {
    position: relative;
    
}

.footer_type4 h6 {
    font-size: 16.5px !important;
    text-transform: uppercase;
    font-weight: 800;
    padding-left: 9%;
    margin-bottom: 9%;
}

.footer_type4 .left_line {
    border-right: 0;
}

.footer_type4 .all_font_md.footer_subtitle:before {
    position: absolute;
    content: "";
    left: -6%;
    bottom: 0;
    top: 0;
    margin: auto 0;
    background-color: rgba(255,255,255,0.2);
    width: 100%;
    height: 225%;
    border-left: 3px solid #fff;
}

.footer_type4 .all_font_md.footer_subtitle:after {
    position: absolute;
    content: "";
    left: 2%;
    bottom: 0;
    top: 0;
    margin: auto 0;
    background-color: #fdb94e;
    width: 5px;
    height: 15px;
}

.footer_type4 .btn-primary {
    background-color: #fdb94e !important;
    border-color: #fdb94e !important;
    font-size: 18px !important;
    font-weight: 700;
    padding: 2.5px 10px;
}

@media screen and (max-width: 1400px){
.footer_type4 .all_font_md.footer_subtitle:before {
   
    width: 106%;
 
}

}

@media screen and (max-width: 1200px){
.footer_type4 h6 {
    font-size: 14.4px !important;
    
    padding-left: 6%;
    margin-bottom: 9%;
}

.footer_type4 .all_font_md.footer_subtitle:after {
  
    left: 0%;

}

.footer_type4 .all_font_md.footer_subtitle:before {
   
    width: 108%;
 
}

}

@media screen and (max-width: 991px){
.footer_type4 .left_line {
        border-right: none;
        border-bottom: 0;
        margin-bottom: 5px;
        padding-bottom: 5px;
        padding: 0 5px;
    }
    
.footer_type4 .container {
        max-width: 755px;
    }    
    
        .footer_type4 h6 {
        font-size: 11.5px !important;
        padding-left: 0%;
        margin-bottom: 9%;
    }
    
  
    
        .footer_type4 .all_font_md.footer_subtitle:after {
        left: -2.75%;
        width: 3px;
    }
    
        .footer_type4 .all_font_md.footer_subtitle:before {
        width: 100%;
    }
    
}    

@media screen and (max-width: 767px){
.footer_type4 .container {
        max-width: 100%;
    }
    
    .footer_type4 {
    
    padding-left: 3%;
    padding-right: 3%;
}
    
        .footer_type4 .left_line {
   
        padding: 0 15px;
                margin-bottom: 9% !important;
    }
    
        .footer_type4 .all_font_md.footer_subtitle:before {
        left: 0;
    }
    
        .footer_type4 h6 {
        font-size: 16.5px !important;
        padding-left: 9%;
        margin-bottom: 6%;
    }
    
        .footer_type4 .all_font_md.footer_subtitle:after {
        left: 4.5%;
        width: 5px;
    }
    
}
