@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap');

/* desktop */

body {
    color: #000000;
    font-size: 16px !important;
    line-height: 1.75;
}

a {
    text-decoration: none !important;
    transition: all 0.50s !important;
}

.all_functional_page {
    padding-top: 50px;
    padding-bottom: 50px !important;
    min-height: auto;
}

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

/* menu */

#main_index .navbar_ecommerceDropdown {
    padding: 0 !important;
    background-color: transparent;
    z-index: 1;
    height: 0;
}

.navbar_ecommerceDropdown {
    padding: 0 !important;
    background-color: #113669;
    z-index: 1;
}

.navbar_ecommerceDropdown .container.d-flex.justify-content-between {
    padding-right: 0;
    padding-left: 0;
    align-items: center;
}

.navbar_ecommerceDropdown .nav_logo {
    padding: 15px;
}

.navbar_ecommerceDropdown .nav_logo img {
    max-height: 65px;
}

.navbar_ecommerceDropdown .nav_search {
    padding: 15px;
    justify-content: flex-end;
}

.navbar_ecommerceDropdown .nav_bottom {
    background-color: transparent;
}

.navbar_ecommerceDropdown .nav_bottom .menu {
    gap: 35px;
}

.navbar_ecommerceDropdown .nav_bottom .menu .nav_item {
    position: relative;
}

.navbar_ecommerceDropdown .nav_bottom .menu .nav_item:hover {
    background-color: transparent;
}

.navbar_ecommerceDropdown .nav_bottom .menu .nav_item .dropdown a {
    padding: 0;
    color: #6c757d;
    font-size: 1vw;
}

.navbar_ecommerceDropdown .nav_bottom .menu .nav_item:hover .dropdown .title,
.navbar_ecommerceDropdown .nav_bottom .menu .nav_item .dropdown a:hover {
    color: #103669;
}

.navbar_ecommerceDropdown .nav_bottom .menu .nav_item .dropdown a strong {
    color: #fff;
    font-weight: bold;
}
#main_index .navbar_ecommerceDropdown .nav_bottom .menu .nav_item .dropdown a strong{
    color: #6c757d;
}

#main_index .hp_sticky, .hp_sticky {
    position: fixed;
    width: 100%;
    z-index: 2;
    background-color: #113669;
    height: auto;
}

.hp_sticky .nav_bottom .menu .nav_item .dropdown a strong{
    color: #fff !important;
}

/* dropdown */

.mega_menu {
    margin-top: 0;
}

.mega_menu .menu_border {
    transform: translate(-50%, 0);
}

.mega_menu .mega_menu_body {
    box-shadow: none;
    border: 1px solid #000000;
    width: 75vw;
}

.mega_menu .mega_menu_body .container.px-2 {
    padding: 15px !important;
}

.mega_menu .mega_menu_body .sub_menu {
    flex: 0 1 33.33% !important;
    min-width: 33.33% !important;
    padding: 15px;
}

.mega_menu .mega_menu_body .sub_menu .title {
    margin-bottom: 0;
    color: #000000;
    font-weight: bold;
}

.mega_menu .mega_menu_body .sub_menu .sub_items {
    border-color: #000000;
    padding-top: 15px;
}

.mega_menu .mega_menu_body .sub_menu .sub_items li a {
    color: #000000;
    font-size: 16px;
    padding-bottom: 0;
    display: flex;
    align-items: center;
    gap: 15px;
}

.mega_menu .mega_menu_body .sub_menu .sub_items li a:hover {
    color: #103669;
}

.mega_menu .mega_menu_body .sub_menu .sub_items li a:before {
    font-weight: bold;
    font-size: 16px;
    opacity: 1;
    color: #103669;
}

.mega_menu .mega_menu_body .sub_menu .sub_items li:last-child a {
    font-weight: bold;
}

.mega_menu .mega_menu_body .line {
    display: none;
}

/* banner */

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

.hp_half {
    width: 30%;
    color: #ffffff;
    margin-bottom: 100px;
    margin-right: 50px;
}

.hp_half h1 {
/*     font-size: 35px; */
    font-size: clamp(1.5rem, 3vw, 35px);
    font-weight: bold;
    line-height: normal;
    font-family: "Playfair Display", serif;
}

.hp_half p{
    font-size: clamp(.85rem, 1vw, 1rem);
    margin-bottom: 1rem !important;
}

.hp_banner_button a {
    color: #ffffff;
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: clamp(.85rem, 1vw, 1rem);
}

.hp_banner_button a:hover {
    color: #000000;
}

.hp_banner_button a:hover i {
    animation: 1s headShake;
}

/* product */

.index_wrapper_3 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.index_wrapper_3 #index_3 {
    padding-right: 0;
    padding-left: 0;
}

.hp_title {
    font-size: 35px;
    font-weight: bold;
    line-height: normal;
    font-family: "Playfair Display", serif;
    color: #103669;
}

.hp_product {
    gap: 15px;
}

.hp_product a {
    color: #6c757d;
}

.hp_product a:hover {
    color: #103669;
}

/* about */

.index_wrapper_4 {
    padding-bottom: 100px;
}

.index_wrapper_4 #index_4 {
    padding-right: 0;
    padding-left: 0;
}

.hp_bg_about {
    background-color: #103669;        
    width: fit-content;
    /*! margin-bottom: 2rem; */
    min-width: 140px;
}

.hp_bg_about a {
    color: #ffffff;
}

.hp_bg_about a:hover {
    color: #000000;
}

.hp_bg_about i:hover {
    animation: 1s bounce;
}

.abt-group {
    display: flex;
    flex-direction: column;
    gap: 2rem;    
    align-items: center;    
}
.abt-frame img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hp_video {
  display: grid;
}

.modal-body {
  padding: 0;
}



@media(min-width:768px){
    #index_4_1{
      padding: 0 calc(10% + 8px) !important;
    }
}

@media(max-width:768px){
    .abt-group{
        margin-top: 3rem;
        text-align: center;
    }
    .hp_about_content{
        padding: 0 15px;
    }
}

/* About */
.about_group{
  display: flex;
  gap: 2rem;
  align-items: center;
}
.img-group {
  display: flex;  
    flex-wrap: wrap;  
    
  img{
      width: 33%;
    cursor: pointer;   
      padding: .5rem;
  }
    
    img:last-child{
        width: 66%;
        object-fit: contain;
    }
}

@media(min-width:768px) and (max-width:1200px){
    .hp_bg_about{
        min-width: 120px;
        
        p{
            font-size: 70%;
        }
    }
  .img-group{
    gap: 1rem;
    display: grid;
      grid-template-columns: repeat(2, 1fr);
  }
  .img-group img{
    width: 8vw;
  }
}

@media(max-width:768px){
  .img-group img{
    width: 11vw;
  }
}

@media(max-width:568px){
  .about_group{
    flex-direction: column;    
  }
  .img-group{
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
  }
   .img-group img{
    width: 35vw;
  }
}

/* project */

.index_wrapper_5 {
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #f8f8f8;
    border-top: 5px solid #103669;
}

.index_wrapper_5 #index_5 {
    padding-right: 0;
    padding-left: 0;
}

.hp_photoGallerySlider_type3 {
    background-color: transparent;
    padding-right: 15px;
    padding-left: 15px;
    margin-top: 25px;
}

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

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

.hp_photoGallerySlider_type3 .photo-gallery3 .slick-next,
.hp_photoGallerySlider_type3 .photo-gallery3 .slick-prev {
    width: auto;
    height: auto;
}

.hp_photoGallerySlider_type3 .photo-gallery3 .slick-prev {
    left: -15px;
}

.hp_photoGallerySlider_type3 .photo-gallery3 .slick-next {
    right: -15px;
}

.hp_photoGallerySlider_type3 .photo-gallery3 .slick-prev:before,
.hp_photoGallerySlider_type3 .photo-gallery3 .slick-next:before {
    text-shadow: none;
    opacity: 1;
    width: 25px;
    height: 25px;
    filter: invert(0);
}

.hp_photoGallerySlider_type3 .photo-gallery3 .outline_box .gallery_box {
    background-color: transparent;
}

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


/* New Development Image*/
.dev-frame{
  position: relative;
  width: 80%;
  padding-top: 40%;
  overflow: hidden;
  margin: auto;
  
  img{
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    top: 0;
    left: 0;
  }
}

@media(max-width:768px){
  .dev-frame{
    width: 90%;
    padding-top: 44%;
  }
}

@media(max-width:568px){
  .dev-frame{
    width: 100%;
    padding-top: 70%;
    margin-top: 2rem;
  }
}


/* career */

.index_wrapper_6 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.index_wrapper_6 #index_6 {
    padding-right: 0;
    padding-left: 0;
}

.hp_border {
    background-image: url(https://cdn1.npcdn.net/userfiles/26121/image/5_LineDeco.png);
    background-repeat: no-repeat;
    background-position: left;
    background-size: auto;
    padding: 50px 50px 0;
    margin-bottom: 50px;
}

.hp_button a {
    color: #6c757d;
    display: flex;
    align-items: center;
    gap: 15px;
}

.hp_button a:hover {
    color: #000000;
}

.hp_button a:hover i {
    animation: 1s headShake;
}

/* service */

.index_wrapper_7 {
    padding-bottom: 100px;
}

.index_wrapper_7 #index_7 {
    padding-right: 0;
    padding-left: 0;
}

.hp_gap {
    padding: 0 50px;
}

.hp_service {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    width: 80%;
}

.hp_box {
    background-color: #f8f8f8;
    padding: 25px 15px;
    gap: 15px;
}

.hp_box img {
    max-width: 50px;
    margin: 0 auto;
}

.hp_box h1 {
    font-size: 16px;
    font-weight: bold;
    line-height: normal;
}

/* photo */

.index_wrapper_8 {
    padding-bottom: 100px;
}

.index_wrapper_8 #index_8 {
    padding-right: 0;
    padding-left: 0;
}

.ws_gallery-4 {
    padding: 15px 45px;
    padding-top: calc(15px + 25px);
}

.ws_gallery-4 .slick-next, .ws_gallery-4 .slick-prev {
    width: auto;
    height: auto;
}

.ws_gallery-4 .slick-prev {
    left: -10px;
}

.ws_gallery-4 .slick-next {
    right: -10px;
}

.ws_gallery-4 .slick-prev:before, .ws_gallery-4 .slick-next:before {
    text-shadow: none;
    opacity: 1;
    font-size: 25px;
    line-height: normal;
    color: #000000;
}

.ws_gallery-4 .slick-slide {
    min-height: auto;
    margin-bottom: 0 !important;
}

.ws_gallery-4 .img_frame {
    padding-top: 100%;
    border: none;
}

.ws_gallery-4 .gallery_img .img_title {
    display: none;
}

/* footer */

.footer_type7 {
    background-color: transparent;
    padding-top: 50px !important;
    padding-bottom: 15px !important;
    background-image: url(https://cdn1.npcdn.net/userfiles/26121/image/8_FooterBG.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    overflow: hidden;
}

.footer_type7 .col-12.col-md-5.mb-md-0.p-3, .footer_type7 .col-12.col-md-3.mb-md-0.p-3,
.footer_type7 .col-12.col-md-4.mb-md-0.p-3 {
    padding: 15px !important;
}

.footer_type7 .logo {
    position: static;
    height: 50px;
    padding-top: 0;
}

.footer_type7 .logo img {
    position: static;
    transform: inherit;
    max-height: 50px;
}

.footer_type7 p {
    margin-bottom: 0;
}

.footer_type7 .title {
    min-height: auto;
}

.footer_type7 .title h5 {
    font-weight: bold;
    font-size: 25px;
    line-height: normal;
}

.footer_type7 .list-unstyled {
    margin-bottom: 0;
}

.footer_type7 a:hover {
    color: #000000;
}

.footer_type7 .location {
    margin-bottom: 0 !important;
}

.footer_type7 .location .d-flex i {
    display: none;
}

.footer_type7 .mb-1 {
    margin-bottom: 0 !important;
}

.footer_type7 .col-12.col-md-6.mb-3.mb-md-0 {
    margin-bottom: 0 !important;
    padding: 15px !important;
    flex: 0 0 80%;
    max-width: 80%;
}

.footer_type7 small {
    font-size: 16px;
    color: #fff !important;
}

.footer_type7 small p strong {
    font-size: 16px !important;
}

.footer_type7 p small {
    font-size: 10px !important;
}

.footer_type7 p small strong {
    font-weight: bold;
}

.footer_type7 .col-12.col-md-6.pb-5.pb-md-0 {
    padding: 15px !important;
    flex: 0 0 20%;
    max-width: 20%;
}

.footer_type7 .social_media {
    padding-right: 0 !important;
    display: flex;
    justify-content: flex-end;
    gap: 15px;
}

.footer_type7 .social_media a {
    margin-left: 0;
    display: flex;
}

.footer_type7 .social_media a:hover {
    color: #000000;
}

.footer_type7 .social_media a i {
    font-size: 16px;
    line-height: normal;
}

/* page */

.page_title {
    margin-top: 0;
}

.page_title b {
    font-size: 35px;
    font-weight: bold;
    color: #000000;
}

.wspages {
    padding: 50px 0;
    overflow: hidden;
}

#main_contactus {
    padding-top: 50px;
    padding-bottom: 50px;
}

#main_contactus .col-12.text-center {
    text-align: left !important;
}

#main_contactus #contactus_1_1 .ws_contact {
    display: flex;
    flex-direction: column-reverse;
}

#main_contactus #contactus_1_1 .ws_contact h5 {
    font-size: 17.5px;
}

#main_contactus #contactus_1_1 .col-12.col-md-4.ws_contact {
    display: block;
    margin-bottom: 15px !important;
}

#main_contactus #contactus_1_1 .ws_contact .col-12.p-0.contact_map.mb_10 {
    display: flex;
    margin-bottom: 0;
}

#main_contactus #contactus_1_1 .ws_contact .col-12.p-0.contact_map.mb_10 iframe {
    height: 500px;
    max-width: 1240px;
    margin: 0 auto;
    padding: 15px;
}

/* */

/* tablet */

@media only screen and (min-width: 768px) and (max-width: 1140px) {

/* menu */

.navbar_ecommerceDropdown .nav_logo img {
    max-height: 50px;
}

/* banner */

.hp_half {
    margin-bottom: 50px;
    margin-right: 25px;
}

.hp_half h1 {
    font-size: 25px;
}

.hp_image {
    width: 65%;
}

/* product */

.index_wrapper_3 section .text-right p br {
    display: none;
}

/* about */

.hp_title br {
    display: none;
}

.hp_text_about p {
    font-size: 10px;
}

/* career */

.hp_border {
    padding: 15px 15px 0;
}

/* service */

.hp_service {
    width: 100%;
}

}

/* */

/* mobile */

@media only screen and (max-width: 767px) {

/* menu */

.navbar_mobile {
    background-color: #000000;
    border-bottom: none;
    height: 75px;
    display: flex;
    justify-content: center;
    z-index: 10000 !important;
}

.navbar_mobile .row_1 {
    margin-bottom: 0;
    padding-top: 0 !important;
    align-items: center;
    flex-direction: row-reverse;
}

.navbar_mobile .row_1 .col.pl-4 {
    justify-content: flex-end;
    padding: 0 !important;
    flex: auto;
    width: 100%;
}

.navbar_mobile .row_1 .col.text-center {
    padding: 15px !important;
}

.navbar_mobile .row_1 .col.text-center {
    order: 1;
    flex: auto;
    width: auto;
}

.navbar_mobile .row_1 .col {
    flex: auto;
    width: 100%;
}

.navbar_mobile .btn-outline-light {
    font-size: 25px !important;
    border: none !important;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: normal;
    color: #ffffff;
    border-radius: 0 !important;
    background-color: #103669;
    height: 75px;
}

.navbar_mobile .btn-outline-light:hover {
    color: #103669;
    background-color: #ffffff;
    border: none !important;
}

.btn-outline-light:not(:disabled):not(.disabled).active:focus, .btn-outline-light:not(:disabled):not(.disabled):active:focus, .show>.btn-outline-light.dropdown-toggle:focus {
    box-shadow: none;
}

.btn-outline-light:not(:disabled):not(.disabled).active, .btn-outline-light:not(:disabled):not(.disabled):active, .show>.btn-outline-light.dropdown-toggle {
    color: inherit;
    background-color: inherit;
}

.navbar_mobile .logo_img {
    max-height: 35px;
}

.side_menu {
    background-color: #6c757d;
}

.side_menu.show {
    width: 100%;
}

.side_menu .mt-3.mx-3.pt-5 {
    margin-top: 50px !important;
}

.side_menu input {
    border-radius: 5px;
    border: none;
    background-color: rgba(255, 255, 255, 1);
    color: #000000;
}

.side_menu input::placeholder {
    color: #000000 !important;
}

.side_menu button {
    color: #000000 !important;
    transition: all 0.50s;
}

.side_menu button:hover {
    color: #103669 !important;
}

.side_menu .list-group {
    margin-top: 50px !important;
    padding-right: 15px;
    padding-left: 15px;
    text-align: center;
    gap: 15px;
}

.side_menu .list-group .list-group-item {
    border-bottom: none;
    padding: 0;
}

.side_menu .list-group .list-group-item:last-child {
    border-bottom: none;
}

.side_menu .list-group .list-group-item a, .side_menu .social_media a {
    color: #ffffff;
    font-weight: bold;
}

.side_menu .list-group .list-group-item a:hover, .side_menu .social_media a:hover {
    color: #103669;
}

.side_menu .list-group .list-group-item .dropdown-toggle {
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.side_menu .social_media {
    width: auto;
    padding: 0;
    justify-content: center;
}

.side_menu .social_media a {
    margin: 0;
}

.m_default_member a:hover, .m_default_languagebar a:hover {
    color: #103669;
}

.npnavbar_languagebar {
    text-align: center;
}

/* banner */

.slider_banner .item img {
    height:  128vw !important;
    object-fit: cover;
}

.index_wrapper_2 {
    margin-top: 0;
}

.hp_table {
    flex-direction: column;
}

.hp_half {
    width: 100%;
    margin-bottom: 0;
    margin-right: 0;
    padding: 15px;
}

/* product */

.index_wrapper_3 section .text-right p br {
    display: none;
}

/* about */

.hp_title br {
    display: none;
}

.hp_five {
    flex: 0 0 100%;
    max-width: 100%;
}

.hp_two {
    flex: 0 0 50%;
    max-width: 50%;
}

/* project */

.index_wrapper_5 section p br {
    display: none;
}

/* career */

.hp_border {
    background-size: contain;
    padding: 25px 25px 0;
}

.hp_border p {
    font-size: 13px;
}

/* service */

.hp_gap {
    padding: 0;
}

.hp_service {
    width: 100%;
}

/* photo */

.index_wrapper_8 section p br {
    display: none;
}

/* footer */

.footer_type7 {
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 50px !important;
}

.footer_type7 .col-12.col-md-6.mb-3.mb-md-0, .footer_type7 .col-12.col-md-6.pb-5.pb-md-0 {
    flex: 0 0 100%;
    max-width: 100%;
}

/* float */

#toTop {
    bottom: 15px !important;
    margin-bottom: 0;
}

.floating_btn_bottom_block {
    height: auto;
}

.floating_btn_bottom {
    background-color: #000000;
    height: auto;
    padding: 15px;
}

.floating_btn_bottom .col-12.text-center {
    padding: 0;
}

.floating_btn_bottom_wrapper {
    margin-bottom: 0;
}

.floating_btn_bottom_wrapper > li > a > i {
    font-size: 16px;
    line-height: normal;
    transition: all 0.50s;
}

.floating_btn_bottom_wrapper > li > a > i:hover {
    color: #103669;
}

}

/* */

@media(max-width:468px){
    .slider_banner .item img {
        height:  160vw !important;
        object-fit: cover;
    }
}

/*Modal*/
.modal-content{
  background: unset;
  border: unset;
}
.voc-box{
  margin: 0 5px;
}

.voc-slider .slick-prev {
  left: -75px;
  width: 50px;
  height: 50px;
  
  &:before{
    font-size: 3rem;
    display: grid;
    place-content: center;
    width: 100%;
    height: 100%;
  }
}
.voc-slider .slick-next {
  right: -75px;
  width: 50px;
  height: 50px;
  
  &:before{
    font-size: 3rem;
    display: grid;
    place-content: center;
    width: 100%;
    height: 100%;
  }
}

@media(max-width:768px){
    .voc-slider .slick-prev{
        left: 3px;
        z-index: 1;
        width: 30px;
        height: 30px;
        
        &:before{
            font-size: 1.25rem;
            color: #333;
            text-shadow: unset;
        }
    }
    .voc-slider .slick-next{
        right: 3px;
        width: 30px;
        height: 30px;
        
        &:before{
            font-size: 1.25rem;
            color: #333;
            text-shadow: unset;
        }
    }
}