body{
    /*background-image:url(https://cdn1.npcdn.net/userfiles/24099/image/bg.jpg);*/
    background-size:100% 220px;
    background-repeat:no-repeat;
}
body > br{
    display: none;
}

.page_title {
    /*margin-top: 10%;*/
}

#main_contactus .page_title{
    margin-top:20px;
}

/* Base styles for dot and ring */

body, a, button, input, textarea, select {
  cursor: none !important;
}

#cursor-dot {
  position: fixed;
  top: 0;
  left: 0;
  width: 12px;
  height: 12px;
  background-color: #0b3462;
  border-radius: 50%;
  pointer-events: none;
  transform: translate(-50%, -50%);
  z-index: 10001;
  transition:
    width 0.3s ease,
    height 0.3s ease,
    background-color 0.3s ease,
    opacity 0.3s ease;
  mix-blend-mode: normal;
}

#cursor-ring {
  position: fixed;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  border: 2px solid #000;
  border-radius: 50%;
  pointer-events: none;
  transform: translate(-50%, -50%);
  z-index: 10000;
  transition: opacity 0.3s ease;
}

/* Hover state: big circle, no ring, slightly transparent */
body.cursor-hover #cursor-dot {
  width: 60px !important;
  height: 60px !important;
  background-color: #0b3462;
  opacity: 0.7;
}

body.cursor-hover #cursor-ring {
  opacity: 0;
  pointer-events: none;
}

/* Click pulse animation */
@keyframes pulse {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.7;
  }
  50% {
    transform: translate(-50%, -50%) scale(1.4);
    opacity: 0;
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.7;
  }
}

#cursor-dot.pulse {
  animation: pulse 0.6s ease-out;
}

/* Different colors on buttons */
button:hover, input[type="button"]:hover, input[type="submit"]:hover {
  cursor: none; /* hide native */
}

button:hover ~ #cursor-dot,
input[type="button"]:hover ~ #cursor-dot,
input[type="submit"]:hover ~ #cursor-dot {
  background-color: #ff5722 !important; /* orange highlight */
  opacity: 0.85 !important;
}

button:hover ~ #cursor-ring,
input[type="button"]:hover ~ #cursor-ring,
input[type="submit"]:hover ~ #cursor-ring {
  border-color: #ff5722 !important;
}

/*nav*/
#top_spacing{
    height:150px !important;
}

.navbar_type8 {
    position: fixed;
    display: flex;
    background-color: rgba(255,255,255,0.9);
    box-shadow:2px 2px 15px rgba(0,0,0,0.4);
    width: 90%;
    height: 80px;
    z-index: 100;
    margin: 0 5%;
    border-radius: 10px;
    top: 5%;
}

.dark_nav{
    background-color: rgba(255,255,255,0.9) !important;
}

.navbar_type8 .nav_tab {
    gap: 20px;
}

.navbar_type8 .nav_tab .nav_item {
    padding: 5px 0px;
}

.navbar_type8 .nav_tab .nav_item a {
    color: #000;
    font-size: .95vw;
    padding: 15px 1vw;
    transition: all 0.35s ease-in-out;
}

.navbar_type8 .nav_tab .nav_item::before {
    border-bottom: 2px solid #0b3462;
}

.navbar_type8 .nav_tab .dropdown .dropdown-menu .dropdown-item a{
    color: #fff !important;
    font-weight: 400;
    text-align:left;
}

.navbar_type8 .nav_tab .dropdown .dropdown-menu .dropdown-item a:hover {
    color: #ccc !important;
}
.navbar_type8 .logo img {
    padding: 5px;
    width: 250px;
}

.navbar_type8 .nav_tab .nav_item:last-child a {
    color: #fff;
}

.navbar_type8 .nav_tab .nav_item:hover a {
    color: #fff;
}

.navbar_type8 .nav_tab .nav_item::before {
    position: absolute;
    content: "";
    left: 50%;
    top: 0;
    width: 0;
    border-bottom: none;
    transition: all 0.35s ease-in-out;
    opacity: 1;
    height: 100%;
    border-radius: 30px;
    background-image: linear-gradient(to left, #0b3462, #000);
    transform: translate(-50%, 0);
    z-index: -1;
}

.navbar_type8 .nav_tab .nav_item:last-child::before {
    width: 100%;
}

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



/*footer*/
.footerListServices {
    background-color: #f2f2f2;
    color: #000;
    padding-top:50px !important;
}

.footerListServices .logo{
    min-height: 100px;
}

.footerListServices .logo img {
    max-height: 90px;
    /*filter:brightness(0) invert(1);*/
}

.footerListServices .title h6 {
    font-weight: 600;
    align-self: end;
    margin-bottom: 0;
    font-size: 1.2rem !important;
}

.footerListServices .title h6:after{
    content:'';
    width:100%;
    height:2px;
    background:#000;
    margin-top:5px;
    display:block;
}

.footerListServices a {
    color: #000;
}

.footerListServices a:hover{
    color:#295f8e;
}

.footerListServices .title h5 {
    color:#295f8e;
    text-transform: uppercase;
    font-weight: 800;
}

.footerListServices .input-container input, 
.footerListServices .input-container label,
.footerListServices .input-container .submit,
.footerListServices .input-container .submit i{
    color: #000!important;
}

.footerListServices .input-container input {
    caret-color: #000;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

/*slider*/

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

.slider_banner .banner_content {
     overflow: hidden;
}

.slider_banner{
    margin-top:-150px;
}

.hp-banner {
    display: flex;
    align-items: center;
    /*justify-content: center;*/
}

.hp-banner-left {
    width: 58%;
}

.hp-banner-right {
    /*position: relative;*/
    width: 40%;
    padding-right: 7vw;
    padding-top: 4vw;
}

.hp-banner-big {
    font-weight: 700;
    color: #fff;
    font-size: 3vw;
    text-transform: uppercase;
}

html:lang(ms) .hp-banner-big {
    font-size: 2.2vw;
}

html:lang(ms) .navbar_type8 .nav_tab .nav_item a {
    font-size: .9vw;
    padding: 15px .6vw;
}


.hp-banner-small {
    color: #fff;
    font-size: 1.2vw;
    font-weight: 400;
    letter-spacing: 0.25vw;
    text-align: right;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding: 10px 0;
    text-transform: uppercase;
}

.slider_banner .banner_content::after {
    content: "";
    position: absolute;
    right: 0;
    top: 30%;
    width: 100%;
    height: 50%;
    background: linear-gradient(to right, #0b3462, #0b3462, #000);
    background-position: 100% 0;
    z-index: -1;
    box-shadow: 10px 10px 20px rgba(0, 0, 0, .3);
}



.b_content{
    width: 45%;
    margin: 15% 10% 10% 0;
    padding: 2% 2% 2% 10%;
    background-image: linear-gradient(to right, rgba(15,60,135,0.8),rgba(15,60,135,0.5),rgba(15,60,135,0));
}

.b_content h2{
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    font-size:3.5rem;
    line-height:1.1;
    color:#fff;
}

.b_content h2 span{
    display:inline-block;
}

.b_content p{
    font-family: 'Mulish', sans-serif;
    font-size:1.2rem;
    line-height:1.6;
    margin-bottom:0;
    color:#fff;
}

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

.float_number{
    /*font-family: 'Roboto Condensed', sans-serif;*/
    font-size: 12rem;
    font-weight: 700;
    color: #f4f4f4;
    position: absolute;
    z-index: -1;
    left: -3%;
    bottom: 0;
}

.title_big{
    /*font-family: 'Roboto Condensed', sans-serif;*/
    font-size:2.4rem;
    color:#000;
    text-transform:uppercase;
    margin-bottom:20px;
    font-weight: 800;
}

.blue-wording {
    color: #295f8e!important;
}

.content_text{
    font-size:1rem;
    line-height:1.8;
    color:#676767;
}

.btn_more{
    /*font-family: 'Roboto Condensed', sans-serif;*/
    background:#0b3462;
    border:2px solid #0b3462;;
    color:#fff;
    font-size:.95rem;
    padding:10px 25px;
    transition: linear .3s;
    margin-top:20px;
    text-transform: uppercase;
    font-weight: 600;
}

.btn_more:hover{
    background:transparent;
    color:#0b3462;
}

.hp_galleryBtn .btn_more,
.hp_specialize .btn_more,
.hp-banner .btn_more {
    background:transparent;
    border:2px solid #fff;;
    color:#fff;
}

.hp_galleryBtn .btn_more:hover,
.hp_specialize .btn_more:hover,
.hp-banner .btn_more:hover {
    background:#fff;
    color:#0b3462;
}

.hp-spacing {
    padding: 0;
}

/*hp_about*/
.hp_about{
    padding-top:5rem;
    padding-bottom:5rem;
}

.about_contentGroup{
    padding:8% 10% 5% 20%;
}

.about_img {
    padding-left: 5%;
    position: relative;
}

.about_img::before {
    content: "";
    position: absolute;
    left: 9%;
    top: 3%;
    width: 20%;
    height: 25%;
    background-image: url(https://cdn1.npcdn.net/images/ABOUT_ELEMENT_5uf90o_1773023007.png?md5id=4c640b1fc62a2bf43bdc238cf7921adf&type=4);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 100% 0;
    animation: spin 20s linear infinite;

}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}


.hp-wording-spacing {
  padding: 0;
  overflow: hidden;
}

.running-wording {
  display: flex;
  white-space: nowrap;
  font-size: 2.2rem;
  /*letter-spacing: 2px;*/
  margin: 0;
  padding: .5rem 0 5rem;
  font-weight: 600;
  color: #0b3462;
}


.running-wording span {
  margin-right: 50px;
  position: relative;
}

.running-wording span::after {
  content: "▶▶";
  margin-left: 50px;
  font-size: 2.2rem;
  color: #295f8e!important;
}


/* animation */
.run-left .running-wording {
  animation: marquee-left 25s linear infinite;
  animation: marquee-right 25s linear infinite;
}

.run-right .running-wording {
  animation: marquee-right 25s linear infinite;
}

/* keyframes */
@keyframes marquee-left {
  0% { transform: translate3d(0, 0, 0); }
  100% { transform: translate3d(-50%, 0, 0); }
}

@keyframes marquee-right {
  0% { transform: translate3d(-50%, 0, 0); }
  100% { transform: translate3d(0, 0, 0); }
}

@media (max-width: 767.5px) {
  .running-wording span:nth-child(n+7) { 
    display: none; /* hide extra spans on smaller screens */
  }
}


/*hp_product*/
#main_index .index_wrapper_4{
    position: relative;
    /*padding-top:100px;*/
    /*padding-bottom:150px;*/
    padding: 5rem 8rem 10rem;
}

#main_index .index_wrapper_4:before{
    content:'';
    position:absolute;
    z-index:-1;
    top:0;
    left:0;
    width:70%;
    height:90%;
    /*background-image:url(https://cdn1.npcdn.net/img/1672626209cotnbg.jpg);*/
    /*background-color: #0b3462;*/
    background: linear-gradient(to right, #0b3462, #0b3462, #000);
    background-size:cover;
    background-repeat:no-repeat;
    background-position:center;
}

#main_index .index_wrapper_4:after{
    content:'';
    position:absolute;
    z-index:-2;
    bottom:0;
    right:0;
    width:70%;
    height:90%;
    background:#f2f2f2;
}

/*component - service*/

.index_wrapper_4 .container {
    max-width: 100%;
}

#main_index .service_3 {
    max-width: 100%!important;
}

.service_3 .service_box{
    padding:0.5rem!important;
    overflow:hidden;
}
.service_3 .service_box .content{
    opacity:1;
    background-color:transparent;
    background:linear-gradient(to bottom, transparent 60%, #000);
    width: calc(100% - 1rem);
    height: calc(100% - 1rem);
    transition:0.6s all ease-out;
}
.service_3 .service_box .content h3{
    top: unset;
    left: 1rem;
    transform: unset;
    bottom: 1rem;
    font-size: 18px;
    margin-bottom: 0;
    transition:0.25s all ease-out;
    text-align: left;
}
.service_3 .service_box .content:hover h3{
    top:unset;
    bottom:50%;
    left:1rem;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 1);
}
.service_3 .service_box:hover img{
    transform:unset;
}

@media (max-width: 1200.5px) {
    html:lang(ms) .navbar_type8 .nav_tab {
        gap: 1vw;
        padding-right: 15px;
    }
}

@media screen and (max-width: 991.5px){
    .service_3 .service_box{
        flex:0 0 50%;
        max-width:50%;
    }   
}
@media screen and (max-width: 767.5px){
    
    /*component - serivce*/
    .service_3 .service_box{
        flex:0 0 100%;
        max-width:100%;
        padding: 1rem !important;
    }   
    .service_3 .service_box .content{
        width: calc(100% - 2rem);
        height: calc(100% - 2rem);
    }
    
    .service_3 .service_box .content h3 {
        padding: 0 1rem;
        left: 0rem;
    }
}


.product_title{
    color:#fff;
}

/*hp_why*/
.hp_why{
    padding-top:5rem;
    /*padding-bottom:5rem;*/
    position: relative;
}

.why_containerx1{
    margin-bottom:50px;
}

.why_containerx1 .col-lg-7{
    display:flex;
    align-items: end;
}

.why_title,
.why_containerx1 .content_text{
    margin-bottom:0;
}

.why_box{
    padding: 4rem 3rem;
    height: 100%;
    transition: linear .3s;
    /*margin-bottom:10px;*/
    background:#f2f2f2;
    border: 1px solid #e1e1e1;
}

.why_box i {
    /*background-color: #0b3462;*/
    background: linear-gradient(to right bottom, #0b3462, #0b3462, #0b3462, #000);
    color: #fff;
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    border-radius: 50%;
    font-size: 30px;
}

.why_box:hover{
    background:#fff;
    box-shadow: 0 0 50px rgba(0, 0, 0, .1);
}

.why_box:hover i {
    animation: tada 2s;
}

.why_box h3{
    font-size:1.4rem;
    margin-bottom:5px;
    color:#000;
    font-weight:700;
}

.why_box p{
    font-size: 1rem;
    line-height: 1.6;
    color: #676767;
}

.hp_why .float_number{
    left:unset;
    right: 0;
}

/*hp_specialize*/
.index_wrapper_6{
    background-image:url(https://cdn1.npcdn.net/images/SPECIAL_BG_n0wvi3_1779005478.jpg?md5id=4c640b1fc62a2bf43bdc238cf7921adf&type=4);
    background-attachment: fixed;
    background-size:cover;
    background-repeat:no-repeat;
    padding-top: 5rem;
    padding-bottom: 4rem;
}

#main_index .latest_new_type4 {
    margin-bottom: 0px;
    padding: 0 11rem;
}

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

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

#main_index .latest_new_type4 .news_box p {
    color: #fff;
}

#main_index .latest_new_type4 .news_box .date {
    color: #fff;
}

#main_index .hp_photoGallerySlider_type3 {
    padding: 0 8rem;
}

#main_index .hp_photoGallerySlider_type3 .container {
    max-width: 100%;
}

#main_index .hp_photoGallerySlider_type3 .photo-gallery3 .slick-prev::before {
    background-image: url('https://cdn1.npcdn.net/images/ARROW_LEFT_fsuio7_1773029697.png?md5id=4c640b1fc62a2bf43bdc238cf7921adf&type=4');
}

#main_index .hp_photoGallerySlider_type3 .photo-gallery3 .slick-next::before {
    background-image: url('https://cdn1.npcdn.net/images/ARROW_RIGHT_hum0ox_1773029697.png?md5id=4c640b1fc62a2bf43bdc238cf7921adf&type=4');
    filter: unset;
}

.hp_specialize .title_big,
.hp_specialize .content_text{
    color:#fff;
}

.spacialize_content ul{
    padding-left:0;
}

.spacialize_content ul li{
    color:#fff;
    font-size:1.05rem;
    padding-bottom:8px;
}

/*hp_gallery*/
.hp_gallery{
    /*padding-top:100px;*/
    /*padding-bottom:50px;*/
    padding: 5rem 20vw 0;
}

.hp_gallery .content_text span{
    display:block;
}

.hp_photoGallerySlider_type3 {
  background-color: transparent;
}

#main_index .index_wrapper_8{
    position: relative;
    padding-bottom:100px;
}

#main_index .index_wrapper_8:before{
    content:'';
    position:absolute;
    z-index:-1;
    bottom:0;
    left:0;
    width:100%;
    height:70%;
    /*background-image:url(https://cdn1.npcdn.net/userfiles/24099/image/bg3.jpg);*/
    /*background: #0b3462;*/
    background: linear-gradient(to right, #0b3462, #0b3462, #000);
    background-size:cover;
    background-repeat:no-repeat;
}

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

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

.hp_photoGallerySlider_type3 .photo-gallery3 .outline_box {
    padding: 5px;
}

/*showproduct page*/
#main_showproducts{
    margin-top:50px;
}


@media all and (max-width: 1300px){
    .navbar_type8 .logo {
      flex: 0 1 30%;
      overflow: hidden;
      position: relative;
      margin-left: 15px;
    }
}

@media all and (max-width: 1200.5px){
    
    .hp-banner-right {
        padding-right: 2vw;
        padding-top: 9vw;
    }
    
    .slider_banner .banner_content::after {
        top: 36%;
    }

    .b_content h2 {
      font-size: 2.8rem;
    }
    
    .title_big {
      font-size: 2.2rem;
    }
    
    .content_text {
      font-size: .9rem;
      line-height: 1.5;
    }
    
    .btn_more{
        margin-top:10px;
    }
    
    .about_contentGroup {
      /*padding: 5% 15%;*/
      padding: 8% 0% 5% 20%;
    }
    
    #main_index .latest_new_type4 {
        padding: 0 2rem;
    }
    
    .footer_type6 .logo img {
        max-height: 40px;
    }
    
    #main_index .hp_photoGallerySlider_type3 {
        padding: 0 1rem;
    }
}

@media all and (max-width: 991.5px){
    
    .hp-banner-right {
        padding-right: 2vw;
        padding-top: 0vw;
    }
    
    .slider_banner .banner_content::after {
        top: 20%;
        height: 60%;
    }
    
    body{
    background-size:100% 80px;
    }
    
    .side_menu {
      background-color: #001a4b;
    }
    
    /*.footer_type6 {*/
    /*  padding-top: 50px !important;*/
    /*}*/
    
    #top_spacing{
        height:80px !important;
    }
    
    .slider_banner{
        margin-top:0;
    }
    
    .navbar_type8{
        display:none;
    }
    
    /*footer*/
    .footer_type6 .col-md-3,
    .footer_type6 .col-md-8{
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
    
    .footer_type6 .logo img {
        max-height: 60px;
    }
    
    /*slider_banner*/
    .b_content{
        width:60%;
    }
    
    .b_content h2 {
        font-size: 2.6rem;
    }
    
    /*hp_about*/
    .hp_about {
        /*padding-top: 50px;*/
    }
    
    .about_contentGroup {
        padding: 1rem 0 2rem;
    }
    
    

    .about_img {
        /*width:80%;*/
        /*max-width: 750px;*/
        /*margin: 0 auto;*/
        /*height: 350px;*/
        /*overflow: hidden;*/
    }
    
    .about_img img{
        object-position: left bottom;
        object-fit:cover;
        width: 100%;
        height: 100%;
    }
    
    /*hp_why*/
    .why_title{
        margin-bottom: 20px;
    }
    
    #main_index .index_wrapper_4{
        padding: 5rem 1rem 10rem;
    }
    
    /*hp_specialize*/
    .hp_specialize {
        padding-top: 100px;
        /*padding-bottom: 100px;*/
    }

    .spacialize_content ul {
        padding-left: 20px;
    }
    
    .hp_photoGallerySlider_type3 .photo-gallery3 {
        padding: 0;
    }
    
    .hp_photoGallerySlider_type3 .photo-gallery3 .slick-prev {
        left: -25px;
    }
    
    .hp_photoGallerySlider_type3 .photo-gallery3 .slick-next {
        right: -25px;
    }
    
    .hp_photoGallerySlider_type3 .photo-gallery3 .slick-next::before {
        filter: brightness(1) invert(0);
    }

}

@media all and (max-width: 767.5px){
    
    
    html:lang(ms) .hp-banner-big {
        font-size: 30px;
    }
    
    .btn_more{
        font-size: 12px;
    }
    
    .index_wrapper_2 {
        background-color: #f2f2f2;
    }
    
    .index_wrapper_2 .item>img{
    	min-height: 120vw !important;
        object-fit: cover;
        padding-top: 260px;
        object-position: 0% 0%;
    }
    
      .slider_banner .banner_content::after {
        top: unset;
        height: 50%;
        bottom: 0;
      }
    
    .hp-banner {
        flex-direction: column;
    }
    
    .hp-banner-left {
        width: 100%;
    }
    
    .hp-banner-right {
        width: 100%;
        padding: 2rem;
    }
    
    .hp-banner-big {
        font-size: 30px;
    }
    
    .hp-banner-small {
        font-size: 16px;
    }
    
    .about_img {
        padding-left: 0;
    }
    
    .b_content h2 {
      font-size: 2rem;
    }
    
    .b_content p {
      /*font-family: 'Mulish', sans-serif;*/
      font-size: 1rem;
    }

    #main_index .index_wrapper_4 .container, .container-sm {
      max-width: 80%;
    }
    
    .product_cat-3 .cat_box {
      height: 260px;
    }
    
    .spacialize_content ul li {
      padding-bottom: 10px;
    }
    
    .hp_gallery .content_text span {
      display: inline;
    }
    
    .hp_photoGallerySlider_type3 .container{
        max-width:100%;
    }
    
    #main_index .index_wrapper_4 {
        padding: 5rem 0rem 10rem;
    }
    
    .hp_gallery {
        padding: 5rem 1rem 0;
    }
}

@media all and (max-width: 650px){
    .index_wrapper_2 .item>img{
    	min-height: 140vw !important;
    }
}

@media all and (max-width: 500px){
    
    .index_wrapper_2 .item>img{
    	min-height: 160vw !important;
    	/*min-height: 690px !important;*/
        object-fit: cover;
        padding-top: 260px;
        object-position: 0% 0%;
    }
    
    .slider_banner .slick-prev {
      left: 0;
    }
    
    .slider_banner .slick-next {
      right: 0;
    }
    
    .slider_banner .slick-prev::before,
    .slider_banner .slick-next::before{
        width:20px;
        height:20px;
    }
    
    .b_content {
      width: 80%;
    }
    
    .b_content h2 {
      font-size: 1.8rem;
    }
    
    .b_content p {
      font-size: .95rem;
    }

    #main_index .index_wrapper_4 .container{
        max-width: 100%;
    }
    
    #main_index .index_wrapper_4::before {
        width:85%;
    }
    
    .product_cat-3 .cat_box .content .content_box h4 {
        font-size: 1.2rem;
    }
    
    .hp_why .container, .hp_specialize .container{
        width:80%;
        margin:0 auto;
    }
    
    .why_containerx1{
        margin-bottom:50px !important;
    }

    .why_box {
        border-bottom: 1px solid #ccc;
    }    
    
    .spacialize_content{
        margin-top:25px;
    }

}

@media all and (max-width: 480px){
    
    
    
    .b_content {
      width: 80%;
      margin: 25% 10% 10% 0;
    }
    
    .b_content h2 {
      font-size: 1.6rem;
    }
    
    .b_content p {
      font-size: .95rem;
      line-height:1.4;
    }
    
    .title_big {
      font-size: 1.6rem;
    }
    
    .hp_why .container, .hp_specialize .container{
        width:90%;
        margin:0 auto;
    }
    
    /*showproduct page*/
    #main_showproducts{
        margin-top:25px;
    }
    
}

@media all and (max-width: 400px) {
    .index_wrapper_2 .item > img {
        min-height: 190vw !important;
        /*min-height: 690px !important;*/
    }
    
    .slider_banner .banner_content::after {
        height: 70%;
    }
}