body{
    font-family:'Inter', sans-serif;
}

body > br{
    display: none;
}

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

.navbar_type8{
    background-color:#141c27;   
}

.navbar_type8 .logo {
    flex: 0 1 30%;
}

.navbar_type8 .logo img {
    left: 50%;
    transform: translateX(-100%);
    width: 170px;
    height: 100%;
    padding: 0;
    filter:brightness(0) invert(1);
}

.navbar_type8 .nav_tab {
    flex: 0 1 70%;
    justify-content: flex-start;
    /*background-image: linear-gradient(to right,transparent 15px, #4e7ae1 15px, #4e7ae1 107.86px, transparent 107.86px);*/
}

/*.navbar_type8 .nav_tab .nav_item:first-child>a {*/
/*    color: #ffffff;*/
/*}*/

.navbar_type8 .nav_tab .nav_item > a {
    font-family: "Urbanist", sans-serif;
    color: #ffffff;
    padding: 15px 1.5vw;
    font-weight: 500;
    text-transform: capitalize;
    font-size: 0.95rem;
    transition: linear .3s;
}

.navbar_type8 .nav_tab .nav_item>a:hover{
    color:#10b1e7;
}

.navbar_type8 .nav_tab .nav_item::before{
    display:none;
}

.dark_nav {
    background-color:#141c27 !important;
}

@media screen and (max-width: 1199.98px) {
    .navbar_type8 .nav_tab .nav_item>a {
        padding: 15px 9px;
        font-size: 0.85rem;
    }
    
    /*.navbar_type8 .nav_tab {*/
    /*    background-image: linear-gradient(to right,transparent 15px, #4e7ae1 15px, #4e7ae1 73.48px, transparent 73.48px);*/
    /*}*/
}
@media screen and (max-width: 991.98px) {
    .navbar_mobile{
        background:#141c27;
    }
    .navbar_mobile .logo_img{
        padding:8px;
        filter:brightness(0) invert(10);
    }
    .navbar_mobile .btn-outline-light {
      color: #ffffff;
      border-color: #ffffff;
    }
}

.footer_type6 {
    background-color: #141c27;
    padding-top:3rem !important;
}

.footer_type6 .container{
   max-width: 90%; 
}

.footer_type6 .logo.title {
    min-height: 45px;
    font-family: "Urbanist", sans-serif;
}

.footer_type6 .logo.title img {
    max-height: 50px;
    filter: brightness(0) invert(1);
    object-fit: contain;
    width: 100%;
    object-position: left;
}

/*banner*/
/*banner*/
.slider_banner{
    position:relative;
    overflow:hidden;
}
.slider_banner .item > img{
    max-height: calc(100vh - 117px);
    object-fit:cover;
}
/*.slider_banner .banner_content{*/
/*    display: flex;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*}*/
.banner_content{
    z-index:10;
}
.b_content {
  margin-right: 5vw;
  width: 40%;
  position: absolute;
  bottom: 5%;
  left: 5%;
}
.b_content.banner2{
    left:unset;
    right:5%;
}
.b_title_group{
    padding:4% 4% 0 4%;
}
.b_title::before{
    content:'';
    display:inline-block;
    position:absolute;
    width:1.85vw;
    height:1.85vw;
    background-image:url(https://cdn1.npcdn.net/images/bracket_left_uy0w1d_1772778346.png?md5id=61204932bccb948357e1a0281de24080&new_width=87&new_height=87&type=4);
    background-size:contain;
    background-position:center;
    background-repeat: no-repeat;  
    z-index:1;
    left:0;
    top:0;
}
.b_title::after{
    content:'';
    display:inline-block;
    position:absolute;
    width:1.85vw;
    height:1.85vw;
    background-image:url(https://cdn1.npcdn.net/images/bracket_right_6goa2s_1772778346.png?md5id=61204932bccb948357e1a0281de24080&new_width=87&new_height=87&type=4);
    background-size:contain;
    background-position:center;
    background-repeat: no-repeat;  
    z-index:1;
    right:0;
    bottom:0;
}
.b_title{
    font-family: "Urbanist", sans-serif;
    font-weight:700;
    line-height:1;
    font-size:3.5vw;
    color:#ffffff;   
    text-shadow: 0 0 5px rgba(0,0,0,0.5);
    position:relative;
    padding:15px;
    width:max-content;
}
.b_title span{
    font-size:80%;
    font-weight:800;
}
.b_title_group .content_text{
    color:#ffffff;
}
.b_imggroup{
    width:80%;
    margin:0 auto;
}
.b_img{
    max-width: 95%;
    margin: 0 auto;
    /*animation: 5s float infinite;*/
}
@keyframes float {
  0% {transform:scale(.9);}
  50% {transform:scale(1.1);}
  100% {transform:scale(.9);}
}
.b_leftbox{
    background-image:url(https://cdn1.npcdn.net/images/banner_box_c6l41v_1765448783.png?md5id=c96a3c8c43f8a4316ba293e5257bceb4&new_width=573&new_height=215&type=4);
    background-size:100%;
    background-position:center;
    background-repeat: no-repeat;
    position:absolute;
    left:2%;
    bottom:2%;
    z-index:10;
    color:#ffffff;
    font-size:1.1vw;
    padding: 25px 25px 20px 25px;
}
@media (max-width:768px){
    .slider_banner .item > img {
        /*min-height: 720px;*/
        object-fit: cover;
    }
    .slider_banner .banner_content{
        display:block;
    }
    .b_imggroup {
      width: 100%;
      height: 100%;
      margin: 0 auto;
      display: flex;
      align-items: center;
    }
    .b_img {
        width:100%;
        max-width: 400px;
        margin: 0 auto;
        transform: scale(1);
    }
    .b_content {
        position:absolute;
        margin: 0 auto;
        width: 90%;
        bottom: 0;
        left: 0;
    }
    .b_title {
        font-size:26px;
        margin:0 auto
      }
}
@media (max-width:678px){
  .b_title_group {
        padding: 0 4% 0 4%;
  }
    .b_img {
        width: 45%;
    }
    .b_scrolldown {
        right: -5%;
    }
    .b_leftbox{
        bottom:5%;
    }


}
@media (max-width:400px){
    .slider_banner .item > img{
        /*min-height:600px;*/
        object-fit:cover;
    }
}



/*top space*/
.bgTopNav {
    background:#141c27;
    background-size: 100% 100%;
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom:1px solid #636363;
}

.secTopNav_box {
    display: flex;
    justify-content: flex-end;
}

.secTopNav_email_box,
.secTopNav_tel_box {
    display: flex;
    align-items: center;
}

.secTopNav_tel_box {
    margin-left: 3vw;
}

.secTopNav_imgx {
    max-width: 1.75vw;
    height: auto;
}

.secTopNav_email,
.secTopNav_tel {
    margin-left: .5vw;
}

.secTopNav_email>a,
.secTopNav_tel>a {
    font-size: 1vw;
    font-weight: 500;
    color: #ffffff;
    text-decoration: none;
}
.secTopNav_ctrl_width {
    max-width: 61vw;
    margin: 0 auto;
}

@media screen and (max-width: 767.98px) {
    .secTopNav_box {
        flex-wrap: wrap;
    }
    .sec_banner_ebox {
        width: 80% !important;
        bottom: 20% !important;
    }
    .slider_banner .item > img{
        /*min-height: 220px !important;*/
        object-fit: cover;
    }
    /*.slider_banner{*/
    /*    height: 300px !important;*/
    /*}*/
}



/*sec1*/
#main_index{
    padding-bottom:0 !important;
}
.bgSec1 {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.sec1_top_title {
    font-family: "Urbanist", sans-serif;
    font-size: 2.5vw;
    line-height: 1;
    font-weight: 700;
    color: #333333;
    text-align:center;
}

.sec1_top_title .bluetext{
    color:#11b2e8;
}

.sec1_bottom_left_ebox,
.sec1_bottom_right_ebox {
    margin-top: 30px;
}

.sec1_bottom_left_box {
    position: relative;
}

.sec1_bottom_left_content_box {
    width: 70%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.sec1_bottom_left_content_title {
    font-size: 28px;
    line-height: 1;
    font-weight: 600;
    color: #ffffff;
}

.sec1_bottom_left_content_text {
    font-size: 16px;
    line-height: 1.6;
    font-weight: 200;
    color: #d1d5d7;
    margin-top: 15px;
    margin-bottom: 20px;
}

.sec1_bottom_left_content_imgx {
    margin-top: 40px;
}

.sec1_bottom_right_bottom_ebox {
    margin-top: 15px;
}

.sec1_bottom_right_top_box,
.sec1_bottom_right_bottom_box {
    position: relative;
}

.sec1_bottom_right_top_content_box,
.sec1_bottom_right_bottom_content_box {
    width: 80%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.sec1_bottom_right_top_content_title,
.sec1_bottom_right_bottom_content_title {
    font-size: 24px;
    line-height: 1;
    font-weight: 600;
    color: #ffffff;
}

.sec1_bottom_right_top_content_imgx,
.sec1_bottom_right_bottom_content_imgx {
    max-width: 80%;
    margin: 10px auto 20px;
}

.sec1_bottom_right_top_content_title,
.sec1_bottom_right_bottom_content_title {
    font-size: 20px;
    line-height: 1;
    font-weight: 600;
    color: #ffffff;
}

.sec1_btnRead {
    display: inline-block;
    text-decoration: none!important;
    font-size: 16px;
    font-weight: 600;
    color: transparent;
    position: relative;
}

.sec1_btnRead span {
    position: relative;
    display: inline-block;
    padding: 3px 25px;
    color: transparent;
}

.sec1_btnRead span::before {
    content: attr(text);
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #ffffff;
    color: #ffffff;
    padding: 3px 23px;
    transform-style: preserve-3d;
    transition: .3s;
    transform: rotateX(90deg) translateY(10px);
    transform-origin: bottom;
}

.sec1_btnRead span:hover::before {
    transform: rotateX(0deg) translateY(0px);
}

.sec1_btnRead span::after {
    content: attr(text);
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #4e7ae1;
    color: #ffffff;
    padding: 3px 23px;
    transform-style: preserve-3d;
    transition: .3s;
    transform: rotateX(0deg) translateY(0px);
    transform-origin: top;
}

.sec1_btnRead span:hover::after {
    transform: rotateX(90deg) translateY(-10px);
}

.product_cat-11 .hp_product_cat_slider{
    width:90%;
    margin:0 auto;
}

.product_cat-11 .hp_product_cat_slider .card {
    border-radius: 0;
    box-shadow: none;
    border:0px;
}

.product_cat-11 .hp_product_cat_slider .item a .wrapper_title .category_title:nth-child(1){
    display:none;
}

.product_cat-11 .hp_product_cat_slider .card .wrapper_btn{
   display:none; 
}

.product_cat-11 .hp_product_cat_slider .item::after{
    display:none;
}

.product_cat-11 .hp_product_cat_slider .item .wrapper_brand:hover img {
  width: 110%;
  height: 110%;
  transform: scale(1.1);
}

.product_cat-11 .slick-arrow {
  z-index: 10;
  background-image: linear-gradient(45deg, #11b2e8, #090c4f);
  width: 35px;
  height: 35px;
  justify-content: center;
  align-items: center;
}

.product_cat-11 .slick-prev {
    left: 0;
}

.product_cat-11 .slick-next {
    right: 0;
}

.product_cat-11 .slick-arrow::before, .product_cat-11 .slick-arrow::after {
    color:#fff;
    font-size: 25px;
    text-shadow: none;
}

.product_cat-11 .hp_product_cat_slider .item a{
    color:#333333;
}

.product_cat-11 .hp_product_cat_slider .item a .wrapper_title .category_title{
    font-size:16px;
    margin-top:1rem;
}

/*.product_cat-11 .hp_product_cat_slider .item .wrapper_brand{*/
/*    padding-top:140%;*/
/*}*/

/*.product_cat-11 .hp_product_cat_slider .item a {*/
/*    position: absolute;*/
/*}*/

@media screen and (min-width: 992px) {
    .sec1_ctrl_width {
        padding-left: 15px;
        /* padding-right: 15px; */
    }
    .sec1_bottom_left_ebox {
        flex: 0 0 29.1666%;
        max-width: 29.1666%;
        /* flex: 0 0 27.0833%;
        max-width: 27.0833%; */
        padding-left: 0;
        padding-right: 15px;
    }
    .sec1_bottom_right_ebox {
        flex: 0 0 20.8333%;
        max-width: 20.8333%;
        /* flex: 0 0 22.9166%;
        max-width: 22.9166%; */
        padding-left: 0;
        padding-right: 15px;
    }
    .sec1_bottom_left_imgx>img {
        height: 475px;
        width: 100%;
    }
    .sec1_bottom_right_top_imgx>img,
    .sec1_bottom_right_bottom_imgx>img {
        height: 230px;
        width: 100%;
        margin: cover
    }
}

@media screen and (min-width: 1200px) {
    .sec1_bottom_left_imgx>img {
        height: 611px;
        width: 100%;
    }
    .sec1_bottom_right_top_imgx>img,
    .sec1_bottom_right_bottom_imgx>img {
        height: 298px;
        width: 100%;
        margin: cover;
    }
}

@media screen and (max-width: 991.98px) {
    .sec1_top_title::after {
        margin: 10px auto 0;
    }
    .sec1_bottom_right_ebox {
        margin-top: 15px;
    }
}

@media screen and (max-width: 768px) {
    .sec1_top_title {
        font-size: 28px;
    }
}

@media screen and (max-width: 426px) {
    .bgSec1{
        padding-bottom:1rem;
    }
    .sec1_top_title {
        font-size: 24px;
    }
    .sec1_bottom_left_content_title {
        font-size: 24px;
    }
    .sec1_bottom_left_content_imgx {
        margin-top: 20px;
    }
    .sec1_bottom_right_top_content_imgx,
    .sec1_bottom_right_bottom_content_imgx {
        max-width: 75%;
    }
}



/*sec2*/
.bgSec2{
    background-image:linear-gradient(#0b3572,#3f6ac9,#ffffff);
    padding-top: 6rem;
    padding-bottom: 4rem;
    position:relative;
}
.bgSec2::after{
    content:'';
    width:45%;
    height:100%;
    background-image: url('https://cdn1.npcdn.net/images/about_img_bg_qh3p78_1772780135.png?md5id=61204932bccb948357e1a0281de24080&new_width=1040&new_height=641&type=4');
    background-repeat: no-repeat;
    background-position: left top;
    background-size: contain;
    z-index:1;
    position:absolute;
    left:0;
    top:0;
}

.sec2_ebox{
    position:relative;
    z-index:2;
}

.about_titlegroup{
    display:flex;
    justify-content: start;
    align-items:center;
    margin-bottom:25px;
}

.sec2_smalltitle{
    position:relative;
    font-size: .9vw;
    line-height: 1.2;
    font-weight: 600;
    color:#ffffff;   
    padding:15px;
}

.sec2_smalltitle::before{
    content: '';
    position:absolute;
    top:0;
    left:0;
    background-image:url(https://cdn1.npcdn.net/images/bracket_left_uy0w1d_1772778346.png?md5id=61204932bccb948357e1a0281de24080&new_width=87&new_height=87&type=4);
    background-size:contain;
    background-repeat: no-repeat;
    width:15%;
    height:20%;
}

.sec2_smalltitle::after {
    content: '';
    position:absolute;
    bottom:0;
    right:0;
    background-image:url(https://cdn1.npcdn.net/images/bracket_right_6goa2s_1772778346.png?md5id=61204932bccb948357e1a0281de24080&new_width=87&new_height=87&type=4);
    background-size:contain;
    background-repeat: no-repeat;
    width:15%;
    height:20%;
}

.sec2_title {
    font-family: "Urbanist", sans-serif;
    font-size: 2.5vw;
    line-height: 1.2;
    font-weight: 600;
    color: #ffffff;
    margin-left:20px;
}

.sec2_keyword {
    font-size: 16px;
    line-height: 1.8;
    font-weight: 400;
    color: #f5f5f5;
    margin-bottom: 0px;
}

.btnRead {
    display: inline-block;
    text-decoration: none!important;
    font-size: 14px;
    font-weight: 600;
    color: transparent;
    position: relative;
    margin-top:25px;
}

.btnRead span {
    position: relative;
    display: inline-block;
    padding: 7px 25px;
    color: transparent;
}

.btnRead span::before {
    content: attr(text);
    position: absolute;
    top: 0;
    left: 0;
    border: 0px;
    background-image:linear-gradient(45deg, #11b2e8,#0b3fcb,#090c4f);
    color: #ffffff;
    padding: 7px 23px;
    transform-style: preserve-3d;
    transition: .3s;
    transform: rotateX(90deg) translateY(10px);
    transform-origin: bottom;
}

.btnRead span:hover::before {
    transform: rotateX(0deg) translateY(0px);
}

.btnRead span::after {
    content: attr(text);
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #ffffff;
    color: #ffffff;
    padding: 7px 23px;
    transform-style: preserve-3d;
    transition: .3s;
    transform: rotateX(0deg) translateY(0px);
    transform-origin: top;
}

.btnRead span:hover::after {
    transform: rotateX(90deg) translateY(-10px);
}

.about_img{
    position:relative;
    z-index: 3;
    width: 95%;
    max-width: 650px;
    margin:0 auto;
    transition:linear .3s;
}

.sec2_logo {
    max-width:200px;
    margin:0 auto;
    background:#f0fbff;
    border-radius:15px;
    padding-bottom:10px;
    box-shadow:0 0 10px rgba(55, 111, 138, 0.1);
}


@media screen and (min-width: 992px) {
    .sec2_keyword_title {
        max-width: 65%;
    }
    .sec2_keyword {
        max-width: 90%;
    }
}
@media screen and (max-width: 768px) {
    .bgSec2{
        padding-top:8rem;
        background-image: linear-gradient(#0b3572,#3f6ac9,#3f6ac9,#ffffff);
    }
    .bgSec2::after {
      content: '';
      width: 100%;
      height: 100%;
      background-image: url('https://cdn1.npcdn.net/images/about_img_bg_qh3p78_1772780135.png?md5id=61204932bccb948357e1a0281de24080&new_width=1040&new_height=641&type=4');
      background-repeat: no-repeat;
      background-position: center top;
      background-size: 120%;
      z-index: 1;
      position: absolute;
      left: 0;
      top: 0;
    }
    .sec2_smalltitle {
      position: relative;
      font-size: 2vw;
    }
    .sec2_title{
        font-size:28px;
    }
    .btnRead span::after{
        border:0px;
        color:#ffffff;
        background-image:linear-gradient(45deg, #11b2e8,#0b3fcb,#090c4f);
    }
    
    .sec2_logo {
    max-width:180px;
    margin-bottom:20px;
    border-radius:10px;
    }
    
}

@media screen and (max-width: 426px) {
    .about_img{
        margin-bottom:25px;
    }
    .sec2_ebox {
      padding: 0 25px !important;
    }
    .about_titlegroup {
        display: block;
    }
    .sec2_title >br{
        display:none;
    }
    .sec2_title {
        font-size: 24px;
        margin-left:0;
    }
    .sec2_smalltitle{
        font-size:14px;
        padding:5px 10px;
        width:max-content;
    }
    .sec2_smalltitle>br{
        display:none;
    }
    .sec2_smalltitle::before,
    .sec2_smalltitle::after{
        width:10px;
        height:10px;
    }
}

/*sec3*/
.bgSec3 {
    margin-bottom: 6rem;
}

.sec3_top_title{
    font-family: "Urbanist", sans-serif;
    font-size: 2.5vw;
    line-height: 1.2;
    font-weight: 700;
    color: #333333;
    text-align:center;
}

.sec3_top_title .bluetext{
    color:#11b2e8;
}

.sec3_bottom_box {
    margin-top: 25px;
}

.imageMarquee {
    height: 119px;
    background-image: url('https://cdn1.npcdn.net/images/clientlogo_ogkr0e_1772780918.png?md5id=61204932bccb948357e1a0281de24080&new_width=3842&new_height=120&type=4');
    animation: imageMovement 40s linear infinite;
}

@keyframes imageMovement {
    100% {
        background-position-x: -3842px;
    }
}

@media screen and (max-width: 768px) {
    .sec3_top_title {
        font-size: 28px;
    }
}

@media screen and (max-width: 426px) {
    .bgSec3 {
      margin-bottom: 4rem;
    }
    .sec3_top_title {
        font-size: 24px;
    }
}


/*sec6*/

.sec6_top_title{
    font-family: "Urbanist", sans-serif;
    font-size: 2.5vw;
    line-height: 1.2;
    font-weight: 700;
    color: #333333;
    text-align:center;
}

.sec6_top_title .bluetext{
    color:#11b2e8;
}

.hp_photoGallerySliderWithTitle {
  background-color: transparent;
  width: 95%;
  margin: 0 auto 3rem;
}

.hp_photoGallerySliderWithTitle .photo-gallery .outline_box .gallery_box{
    padding-top:75%;
    border-radius:10px;
}

.hp_photoGallerySliderWithTitle .photo-gallery .outline_box p{
    margin-top:15px;
}

@media screen and (max-width: 768px) {
    .sec6_top_title {
        font-size: 28px;
    }
}

@media screen and (max-width: 426px) {
    .hp_photoGallerySliderWithTitle{
        margin-bottom:2rem;
    }
    .sec6_top_title {
        font-size: 24px;
    }
    .hp_photoGallerySliderWithTitle {
    width: auto;
    }
}


/*sec4*/
.bgSec4 {
    background-image: url('https://cdn1.npcdn.net/images/why_bg_asqn7j_1772781347.png?md5id=61204932bccb948357e1a0281de24080&new_width=1920&new_height=709&type=4');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding:6rem 15% 6rem 5%;
}

.bgSec4::after{
    content:'';
    width:45%;
    height:100%;
    background-image: url('https://cdn1.npcdn.net/images/why_img_vj7xil_1772781347.png?md5id=61204932bccb948357e1a0281de24080&new_width=1295&new_height=891&type=4');
    background-repeat: no-repeat;
    background-position: left top;
    background-size: cover;
    z-index:1;
    position:absolute;
    right:0;
    top:0;
}

.sec4_top_title {
    font-family: "Urbanist", sans-serif;
    font-size: 2.5vw;
    line-height: 1.2;
    font-weight: 600;
    color: #ffffff;
    position:relative;
    z-index:2;
    margin-bottom:30px;
}

.sec4_top_text {
    font-family: "Urbanist", sans-serif;
    font-size: 22px;
    line-height: 1.3;
    font-weight: 600;
    color: #ffffff;
    text-transform: uppercase;
    margin-top: 30px;
    margin-bottom: 60px;
}

.sec4_bottom_box{
    position:relative;
    z-index:2;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(4.6px);
    -webkit-backdrop-filter: blur(4.6px);
    padding:20px;
}

.sec4_bottom_imgx {
    max-width: 65px;
    margin: 0;
    animation:2s .0s pulse infinite;
}

.sec4_bottom_imgx>img {
    transition: transform .5s;
}

.sec4_bottom_imgx>img:hover {
    transform: translateY(-5%);
}

.sec4_bottom_text {
    font-family: "Urbanist", sans-serif;
    font-size: 1.125vw;
    line-height: 1.3;
    font-weight: 600;
    color: #ffffff;
    margin-top: 20px;
}

@media screen and (min-width: 991.98) {
     .bgSec4 .col-lg-2 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
     }
    .sec4_ctrl_width {
        max-width: 90%;
        margin: 0 auto;
    }
}

@media screen and (max-width: 767.98px) {
    .bgSec4{
        padding:6rem 7%;
    }
    .sec4_top_title {
        font-size: 28px;
    }
    .sec4_top_text {
        margin-bottom: 30px;
    }
    .sec4_bottom_ebox:nth-child(1n+3) {
        margin-top: 25px;
    }
    .sec4_bottom_ebox{
      display: flex;
      flex-direction: column;
    }
    .sec4_bottom_box{
        height:100%;
    }
    .sec4_bottom_text {
        font-size: 16px;
        margin-top: 10px;
    }
}

@media screen and (max-width: 426px) {
    .bgSec4{
        padding-top:4rem;
        padding-bottom:4rem;
    }
    .sec4_top_title {
        font-size: 24px;
    }
     .sec4_top_title >br{
         display:none;
     }
    .sec4_top_text {
        font-size: 20px;
    }
    .sec4_bottom_imgx {
        max-width: 55px;
    }

}