@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800;900&display=swap');

body > br{
    display: none;
}
#main_index {
    padding-bottom: 0!important;
}

#main_showproducts .product_detail .productCustomization .nav.flex-column.nav-pills.nav-pills-custom {
    display: none;
}

#main_showproducts .product_detail .productCustomization .tab-content {
    display: none;
}

.navbar_type8 {
    width: 100%;
    height: 80px;
    /*padding: 5px 0;*/
}

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

.navbar_type8 .logo img {
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 100%;
    padding: 6px; 
}

.navbar_type8 .nav_tab {
    flex: 0 1 70%;
    justify-content: center;
}

.navbar_type8 .nav_tab .nav_item {
    color: #00AFAA;
    text-transform: capitalize;
}

.navbar_type8 .nav_tab .nav_item::before {
    border-bottom: 3px solid #f46709;
}

.navbar_type8 .nav_tab .nav_item:nth-child(1n+2)::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(-50%, -50%);
    border-left: 2px solid #f46709;
    height: 80%;
}

.navbar_type8 .nav_tab .nav_item>a {
    font-size: clamp(.85rem, 1vw, 1vw);
    font-weight: 700;
    color: #f46709;
    padding: 15px 25px;
}

.navbar_type8 .nav_tab .dropdown .dropdown-menu {
    top: 20px;
}

.navbar_type8 .nav_tab .dropdown .dropdown-menu .dropdown-item:first-child {
    padding-top: 0.25rem;
}

.navbar_type8 .nav_tab .dropdown .dropdown-menu .dropdown-item:last-child {
    padding-bottom: 0.25rem;
}

.navbar_type8 .nav_tab .dropdown .dropdown-menu .dropdown-item>span {
    padding-top: 0!important;
}

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

.navbar_mobile {
    height: auto;
}

.navbar_mobile .row_1 {
    margin-bottom: 0;
    padding-top: 0.5rem!important;
    padding-bottom: 0.5rem!important;
}

@media(max-width:1200px){
    .navbar_type8 .logo{
        flex: 0 1 20%;
    }
    .navbar_type8 .nav_tab{
        flex: 0 1 80%;
    }
}


.footer_type6 {
    background-color: transparent;
    /*background-image: url("https://cdn1.npcdn.net/img/1639980936footerbg.png");*/
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    padding-top: 12rem!important;
    padding-bottom: 3rem!important;
}

#main_index ~ .footer_type6 {
    margin-top: -120px!important;
}

.footer_type6>.row>.col-12 {
    padding-left: 0!important;
    padding-right: 0!important;
}

.footer_type6>.row>.col-12>.container .col-12.col-md-3.mb-3.mb-md-0.p-3 {
    padding-top: 0!important;
    padding-bottom: 0!important;
}

.footer_type6 .title {
    min-height: 60px;
}

.footer_type6 .logo.title {
    padding-top: 0;
}

.footer_type6 .logo.title img {
    max-height: 60px;
}

.footer_type6 .title h6 {
    font-size: 1.25rem!important;
    font-weight: 600;
    align-self: flex-end;
}

.footer_type6 .col-12.col-md-3.mb-3.mb-md-0.p-3>p,
.footer_type6 .col-12.col-md-3.mb-3.mb-md-0.p-3>ul>li>a>p {
    font-size: 0.95rem;
}

.footer_type6 .input-container input, 
.footer_type6 .input-container label {
    font-size: 0.95rem;
}

@media screen and (max-width: 767.98px) {
    .footer_type6 {
        /*background-color: #00AFAA;*/
        background-image: none;
        padding-top: 3rem!important;
        padding-bottom: 3rem!important;
    }
    #main_index ~ .footer_type6 {
        margin-top: 0!important;
    }
}

.platinum_website_visitor {
    color: black;
}

/*banner*/
.sec_banner_ebox {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    gap: 3rem;
    padding: 0 3rem;
}

.sec_banner_box {
    flex-basis: 40%;
    padding-left: 0;
    padding-top: 0;    
    text-align: center !important;
}

.sec_banner_title {
    font-size: 36px;
    line-height: 1;
    font-weight: 700;
    color: #f66709;
    /*font-family: 'Poppins', sans-serif;*/
}

.sec_banner_title.white {
    color: #ffffff;
}

.sec_banner_text {
    font-size: 16px;
    line-height: 1.75;
    font-weight: 400;
    color: #333333;
    margin-top: 10px;
    margin-bottom: 20px;
    padding-right: 0px;
}

.sec_banner_text.white {
    color: #ffffff;
}

.sec_banner_btn {
    display: flex;
    align-items: center;
    justify-content: center;
}

.btnMore_banner {
    display: inline-block;
    text-decoration: none!important;
    font-size: 18px;
    line-height: 1;
    font-weight: 600;
    color: #ffffff;
    border: 1px solid #f66709;
    background-color: #f66709;
    padding: 10px 10px;
    /*border-radius: 15px;*/
    transition: all .5s ease-in-out;
    position: relative;
    overflow: hidden;
}

.btnMore_banner::before {
    content: "";
    background-color: rgba(255, 255, 255, 0.5);
    height: 100%;
    width: 20px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    transform: skewX(-45deg) translateX(-40px);
    transition: all .5s ease-in-out;
}

.btnMore_banner:hover {
    background-color: #333;
    border-color: #333;
    color: #fff;
}

.btnMore_banner:hover::before {
    transform: skewX(-45deg) translateX(200px);
}

.sec_banner_boxImg {
    flex-basis: 40%;
}

@media screen and (max-width: 1199.98px) {
    .sec_banner_title {
        font-size: 30px;
    }
    .sec_banner_text {
        font-size: 16px;        
    }
}

@media screen and (max-width: 991.98px) {
    .sec_banner_title {
        font-size: 20px;
    }
    .sec_banner_text {
        font-size: 13px;
        padding-right: 0;
    }
    .btnMore_banner {
        font-size: 14px;
        padding: 8px 24px;
    }
    .btnMore_banner:hover::before {
        transform: skewX(-45deg) translateX(135px);
    }
}

@media screen and (max-width: 767.98px) {
    .slider_banner .item > img{
        min-height: 70vw;
        object-fit: cover;
        object-position: center;
    }
    .sec_banner_title {
        font-size: 22px;
    }
    .sec_banner_text {
        /*font-size: 12px;*/
        margin-top: 5px;
        margin-bottom: 10px;
    }
    /*.btnMore_banner {*/
    /*    font-size: 12px;*/
    /*    padding: 6px 18px;*/
    /*}*/
    .btnMore_banner:hover::before {
        transform: skewX(-45deg) translateX(115px);
    }
    
    .sec_banner_ebox{
        flex-wrap: wrap;
        gap: 0;
    }    
    .sec_banner_box{
        order: 1;
        flex: 0 1 100%;
    }
    .sec_banner_boxImg{
        flex: 0 1 50%;
        max-width: 50%;
        order: 2;
        padding: 10px;
    }
}

@media screen and (max-width: 575.98px) {
     .slider_banner .item > img{
        min-height: 180vw !important; 
    }
    /*.sec_banner_title {*/
    /*    font-size: 16px;*/
    /*}*/
    .sec_banner_text {
        /*font-size: 12px;*/
        line-height: 1.5;
        margin-top: 5px;
        margin-bottom: 5px;
    }
    .sec_banner_ebox {
        flex-wrap: wrap;
    }
    .sec_banner_box {
        flex-basis: 100%;
/*         padding-right: 10%; */
    }
    .sec_banner_boxImg {
        flex-basis: 100%;
        max-width: 100%;
    }
}

@media screen and (max-width: 426px) {
    /*.sec_banner_title {*/
    /*    font-size: 14px;*/
    /*}*/
    /*.sec_banner_text {*/
    /*    font-size: 8px;*/
    /*}*/
    /*.btnMore_banner {*/
    /*    font-size: 8px;*/
    /*    padding: 4px 12px;*/
    /*}*/
    .btnMore_banner:hover::before {
        transform: skewX(-45deg) translateX(75px);
    }
}

@media all and (max-width:480px){
    .slider_banner .slick-slide>img {
        min-height:530px;
        object-fit: cover;
    }
}

@media all and (max-width:380px){
    .slider_banner .slick-slide>img {
        min-height:450px;
    }
}



/*sec1*/
.bgSec1 {
    padding-top: 3rem;
    padding-bottom: 3rem;
    padding-right: 8%;
    padding-left: 11%;
}

.sec1_right_title {
    font-size: 32px;
    line-height: 1;
    font-weight: 700;
    color: #f66709;
    /*font-family: 'Poppins', sans-serif;*/
}

.sec1_right_keyword {
    font-size: 16px;
    line-height: 1.75;
    font-weight: 400;
    color: #333;
    margin-top: 20px;
    margin-bottom: 30px;
}

.sec1_right_btn {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.btnMore {
    display: inline-block;
    text-decoration: none!important;
    font-size: 18px;
    line-height: 1;
    font-weight: 600;
    color: #ffffff;
    border: 1px solid #f66709;
    background-color: #f66709;
    padding: 10px 25px;
    /*border-radius: 15px;*/
    transition: all .5s ease-in-out;
    position: relative;
    overflow: hidden;
}

.btnMore::before {
    content: "";
    background-color: rgba(255, 255, 255, 0.5);
    height: 100%;
    width: 20px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    transform: skewX(-45deg) translateX(-40px);
    transition: all .5s ease-in-out;
}

.btnMore:hover {
    background-color: #333;
    border-color: #333;
    color: #fff;
}

.btnMore:hover::before {
    transform: skewX(-45deg) translateX(160px);
}

@media screen and (min-width: 768px) {
    .sec1_left_ebox {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .sec1_right_ebox {
        display: flex;
        align-items: center;
    }
}

@media screen and (min-width: 1200px) {
    .sec1_right_box {
        max-width: 90%;
        margin: 0 auto;
    }
}

@media screen and (max-width: 767.98px) {
    .sec1_right_ebox {
        margin-top: 10px;
    }
}

@media screen and (max-width: 426px) {
    .sec1_right_title {
        font-size: 24px;
    }
}



/*sec2*/
.bgSec2 {
    background-image: url("https://cdn1.npcdn.net/img/1710833377sec3-bg.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-top: 3rem;
    padding-bottom: 15rem;
}

.index_wrapper_7{
    margin-top: -15rem;
}

.productSlider-1 .slick-track .slick-slide{
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.15);
}

.sec2_top_left_title {
    font-size: 32px;
    line-height: 1;
    font-weight: 700;
    color: #fff;
    /*font-family: 'Poppins', sans-serif;*/
}

.sec2_top_left_keyword {
    font-size: 16px;
    line-height: 1.75;
    font-weight: 400;
    color: #fff;
    margin-top: 20px;
}

.sec2_bottom_ebox {
    margin-top: 40px;
}

.sec2_bottom_box {
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    padding: 20px 15px 30px;
    border-radius: 15px;
    filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.5));
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    transition: all .5s;
}

.sec2_bottom_box:hover {
    filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.5));
    transform: translateY(-5px);
}

.sec2_bottom_imgx>img {
    max-height: 200px;
    width: auto;
}

.sec2_bottom_text {
    font-size: 18px;
    line-height: 1.25;
    font-weight: 700;
    color: #00AFAA;
    font-family: 'Poppins', sans-serif;
    margin-top: 30px;
    margin-bottom: 20px;
    min-height: 50px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.sec2_bottom_btn {
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (min-width: 1200px) {
    .sec2_ctrl_width {
        max-width: 80%;
        margin: 0 auto;
    }
    .sec2_top_left_box {
        max-width: 95%;
    }
}

@media screen and (max-width: 575.98px) {
    .sec2_bottom_box {
        padding: 20px 15px;
    }
    .sec2_bottom_text {
        min-height: auto;
    }
}

@media screen and (max-width: 426px) {
    .sec2_top_left_title {
        font-size: 24px;
    }
}



/*sec3*/
.bgSec3 {
    /*background-image: url("https://cdn1.npcdn.net/img/1634885691contbg2.png");*/
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    padding-top: 3rem;
    padding-bottom: 3rem;
    width: 80%;
}

.sec3_top_left_title {
    font-size: 32px;
    line-height: 1;
    font-weight: 700;
    color: #00AFAA;
    font-family: 'Poppins', sans-serif;
}

.sec3_top_left_keyword {
    font-size: 18px;
    line-height: 1.75;
    font-weight: 300;
    color: #58595b;
    margin-top: 20px;
}

.sec3_bottom_box {
    display: flex;
    /*align-items: center;*/
    justify-content: space-between;
}

.sec3_bottom_content {
    flex-basis: 25%;
    max-width: calc(25% - 10px);
    background-color: #ffffff;
    padding: 15px;
    border-radius: 15px;
    /*filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.5));*/
    margin-top: 40px;
    transition: all .5s;
}

.sec3_bottom_content:hover {
    /*filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.5));*/
}

.sec3_bottom_content_imgx {
    max-width: 80px;
    height: auto;
    margin: 0 auto;
}

.sec3_bottom_content_imgx>img:hover {
    animation: swing-custom 0.75s linear;
    transform-origin: bottom;
}

.sec3_bottom_content_text {
    /*font-family: 'Poppins', sans-serif;*/
    font-size: 18px;
    line-height: 1.25;
    font-weight: 700;
    color: #58595b;
    /*font-style: italic;*/
    margin-top: 10px;
    min-height: 50px;
    /*display: flex;*/
    /*align-items: flex-start;*/
    /*justify-content: center;*/
    
    span{
        display: inline-block;
    }
}

.sec3_bottom_content_text p{
    font-size: 14px;
    padding-top: 1rem;
    font-weight: 400;
    line-height: 1.5;
}
@keyframes swing-custom {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    20% {
        -webkit-transform: rotate(10deg);
        transform: rotate(10deg);
    }
    40% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }
    60% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
    }
    80% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }
    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@media screen and (min-width: 992px) {
    .sec3_bottom_box {
        /*max-width: 90%;*/
    }
}

@media screen and (min-width: 1200px) {
    .sec3_ctrl_width {
        /*max-width: 80%;*/
        /*margin: 0 auto;*/
    }
}

@media screen and (max-width: 767.98px) {
    .bgSec3 {
        background-position: center;
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
    .sec3_bottom_box {
        flex-wrap: wrap;
    }
    .sec3_bottom_content {
        flex-basis: 50%;
        max-width: calc(50% - 10px);
    }
}

@media screen and (max-width: 575.98px) {
    .sec3_bottom_content {
        flex-basis: 100%;
        max-width: 100%;
    }
    /*.sec3_bottom_content_text {*/
    /*    min-height: auto;*/
    /*}*/
}

@media screen and (max-width: 426px) {
    .sec3_top_left_title {
        font-size: 24px;
    }
}



/*sec4*/
.bgSec4 {
    padding-top: 5rem;
    padding-bottom: 3rem;
    /*margin-top: -150px;*/
}

.sec4_right_title {
    font-size: 32px;
    line-height: 1.25;
    font-weight: 700;
    color: #f66709;
    /*font-family: 'Poppins', sans-serif;*/
}

.sec4_right_text {
    font-size: 16px;
    line-height: 1.75;
    font-weight: 400;
    color: #333;
    margin-top: 10px;
}

.sec4_right_content1 {
    margin-top: 30px;
}

.sec4_right_content2 {
    margin-top: 30px;
}

.sec4_right_content_title {
    font-size: 20px;
    line-height: 1;
    font-weight: 700;
    color: #f66709;
    /*font-family: 'Poppins', sans-serif;*/
}

.sec4_right_content_box {
    margin-top: 10px;
}

.sec4_right_content_text {
    font-size: 16px;
    line-height: 1.75;
    font-weight: 300;
    color: #58595b;
    margin-top: 10px;
}

.sec4_right_content_text a:hover{
    text-decoration: none;
    color: #333;
    transition: all ease-in-out 0.3s;
}

.sec4_right_content2 .sec4_right_content_text {
    display: inline-block;
    margin-top: 0;
}

.sec4_right_btn {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 30px;
}

@media screen and (min-width: 768px) {
    .sec4_left_ebox {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .sec4_right_ebox {
        display: flex;
        align-items: center;
    }
}

@media screen and (min-width: 1200px) {
    .sec4_ctrl_width {
        max-width: 70%;
        margin: 0 auto;
    }
    .sec4_right_box {
        max-width: 90%;
        margin: 0 auto;
    }
}

@media screen and (max-width: 767.98px) {
    .bgSec4 {
        margin-top: 0;
    }
    .sec4_right_ebox {
        margin-top: 20px;
        margin-left: 8%;
    }
}

@media screen and (max-width: 426px) {
    .sec4_right_title {
        font-size: 24px;
    }
}


.bgGallery {
    background-image: url("https://cdn1.npcdn.net/img/1710831965sec2-bg.jpg");
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    padding-top:3rem;
    padding-bottom: 10rem;
}


.hp_photoGallerySlider_type3{
    margin-top: -12rem;
    background-color: transparent;
}

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

.bgGallery_top_left_title{
    font-size: 30px;
    font-weight: 800;
    color: #fff;
    margin-left: 15%;
}

.hp_latest_new .latestnewsAjax .col-12.col-lg-4{
    display: none;
}

.bg_latestNews {
    background-image: url("https://cdn1.npcdn.net/img/1710837168sec5-bg.jpg");
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    padding-top:3rem;
    padding-bottom: 33rem;
}

.hp_latest_new{
    margin-top: -31rem;
    margin-left: 10%;
}

.hp_latest_new .news_box {
    padding-left: 15px!important;
    padding-right: 15px!important;
}

.bg_latestNews_top_left_title{
    font-size: 32px;
    font-weight: 800;
    margin-left: calc(16% + 15px);
    color: #f46709;
}

.hp_latest_new .news_box .title {
    font-size: 25px;
}

.footer_type6 p,.footer_type6 a,
.footer_type6 .input-container input, .footer_type6 .input-container label,.footer_type6 .input-container .moveUp,
.footer_type6 .input-container .submit{
    color: #333;
}

 .footer_type6 .input-container label{
     font-size: 14px;
 }

.footer_type6 .title h6{
    color: #f46709;
    
}

.footer_type6 .input-container input{
    caret-color: #333;
    border-bottom: 1px solid #333;
}


@media all and (max-width:1200px){
    .bgGallery_top_left_title{
            margin-left: 10%;
    }
    
    .sec2_ctrl_width{
        margin-left: 4%;
    }
    
    .sec_banner_title{
    line-height: 1.3;
    }
    
    .footer_type6 .input-container label {
    font-size: 12px;
    }
}

@media all and (max-width:992px){
     .sec_banner_box {
    padding-top: 0;
    }
}

@media all and (max-width:768px){
    .bg_latestNews_top_left_title{
        margin-left: calc(8% + 15px);
    }
    
    
    
    
}

@media all and (max-width:580px){
    /*.item.slick-slide img {*/
    /*min-height: 300px;*/
    /*}*/
    
    .bgSec3{
        width: 100%;
    }
    
    .sec_banner_text{
        font-size: 12px;
    }
    
    
    
    .hp_latest_new{
    margin-top: -33rem;
    }
    
    
    .bg_latestNews {
        padding-bottom: 36rem;
    }
    
    .hp_latest_new .news_box .title {
    font-size: 17px;
    }
    
   
    
}

@media all and (max-width:480px){
    
    
}

@media all and (max-width:380px){
    .hp_latest_new .news_box .title {
    font-size: 19px;
    }
    
    .bg_latestNews_top_left_title {
    margin-left: calc(5% + 15px);
    }
    
    /*.item.slick-slide img {*/
    /*min-height: 220px;*/
    /*}*/
    
    .sec_banner_text {
    font-size: 10px;
    }
    
    .sec_banner_title {
    font-size: 18px;
    }
    
    .sec3_bottom_content_text p {
    font-size: 16px;
    }
    
    .btnMore_banner {
    font-size: 10px;
    }
    
    .hp_latest_new .news_box .read_more{
        font-size: 11px;
    }
}

.slider_banner .banner_content{
    overflow: hidden;
}

/*.sec_banner_ebox{*/
/*    display: flex;*/
/*}*/
/*.sec_banner_boxImg img{*/
/*    max-width:50%!important;*/
/*}*/

/*.sec_banner_ebox{*/
/*    top: 62%;*/
/*    left: 50%;*/
/*}*/

/*Banner1*/
.banner1_btn {  
  position: absolute;
  top: 37.5%;
  left: 0;
  right: 0;  
  display: flex;
  justify-content: center;
}

/* Banner3 */
.banner-title-box{
    width: 40vw;
    margin-top: -35%;
    margin-left: 4%;
}
.slideNew .sec_banner_boxImg{
    position: relative;
}
.img-deco{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    animation: pulse 2s ease-in-out infinite;
    transform-origin: bottom left;
}
.img-deco img{
    position: absolute;    
    
    &:nth-child(1){
        top: 20%;
        left: 46%;
        max-width: 26.5%;
        transform: rotateZ(15deg);
    }
    
    &:nth-child(2){
        top: 13%;
        left: 38%;
        max-width: 11.5%;
        transform: rotateZ(2deg);
    }
}
.slideNew .sec_banner_boxImg{
    max-width: 20%;
    margin: auto;
}
.content-box{
    background: #fff;
    padding: 1.5rem;
    border-radius: 1rem;
    text-align: center;
    width: 85%;
    margin: auto;
    
    p{
        font-size: clamp(.72rem, .9vw, .9vw);
        font-weight: 600;
        margin: 0;
    }
}

.content-box.b3-c1 {
  margin-top: -1.5rem;
  padding-top: 2rem;
  margin-right: -1.3rem;
}

.slideNew .sec_banner_boxImg:nth-child(3){
  max-width: 25%;
  margin-top: 20%;
}
.content-box.b3-c2 {
  padding: 2rem;
  margin-bottom: -35%;
}

@media(max-width:1200px){
    .slideNew .sec_banner_boxImg:nth-child(3){
        margin-top: 10%;
    }
    .slideNew .sec_banner_boxImg:nth-child(1){
        max-width: 50%;
    }
    .content-box,
    .content-box.b3-c2{
        padding: 1.5rem;
    }
    .content-box.b3-c1{
        margin: 0;
        width: 100%;
        padding: 1.5rem;
    }
}
@media(max-width:991px){
    .sec_banner_ebox.slideNew{
        padding: 0 1rem;
        gap: 0;
        justify-content: space-evenly;
    }
    .banner-title-box{
        margin-left: 0%;
        max-width: 270px;
        margin-top: -46%;
    }
    .slideNew .sec_banner_boxImg:nth-child(3){
        max-width: 200px;
        margin: 0;
        margin-top: 4%;
    }
    .content-box.b3-c2{
        margin-bottom: -28%;
    }
    .slideNew .sec_banner_boxImg:nth-child(1){
        max-width: 180px;
        margin: 0;
    }
    .content-box{
        padding: .85rem !important;
    }
}

@media(max-width:768px){
    .sec_banner_box_a{
        flex: 0 1 100%;
        max-width: 100%;
    }
    .banner-title-box{
        margin: auto;
        max-width: 100%;                
    }
    .slideNew .sec_banner_boxImg:nth-child(3){
        max-width: 250px;        
    }    
    .slideNew .sec_banner_boxImg:nth-child(1){
        max-width: 200px;
        margin: 0;
    }
}

@media(max-width:576px){
    .sec_banner_ebox.slideNew{
        height: 45%;        
        margin-bottom: 95%;
    }
    .sec_banner_box_a .banner-title-box{ 
        width: 65vw;
    }
    .slideNew .sec_banner_boxImg:nth-child(3){
        max-width: 220px;        
    }    
    .slideNew .sec_banner_boxImg:nth-child(1){
        max-width: 220px;        
    }
}

@media(max-width:468px){
    .slider_banner .item[data-slick-index="2"] > img{
/*         object-position: left;         */
        opacity: .2;
    }
    .sec_banner_ebox.slideNew{
        height: 90%;
        margin-bottom: 5%;
    }
    .slideNew .sec_banner_boxImg:nth-child(3){
        max-width: 280px;        
    }    
    .slideNew .sec_banner_boxImg:nth-child(1){
        max-width: 260px;
        margin: 0;
    }
}

/* Slide4 */
.slide4 .img-box{
    width: 62%;
    margin:auto;    
    position: relative;
}
.slide4 .banner-title-box{
    margin-left: 0;
}
.b4-c1{
    width: 100%;
    padding: 1rem .75rem;
    margin-bottom: 2rem;
}
.img-deco-s4{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;    
}
.img-deco-s4 img{
    position: absolute;    
    
    &:nth-child(1){
        top: 0%;
        left: -45%;
        max-width: 35%;
        transform: rotateZ(-15deg);
    }
    
    &:nth-child(2){        
        top:0;
        right: -40%;
        max-width: 35%;
        transform: rotateZ(10deg);
    }
    
    &:nth-child(3){
        bottom: 5%;
        left: -45%;
        max-width: 35%;
        transform: rotateZ(15deg);
    }
    
        
    &:nth-child(4){
        bottom: 5%;
        right: -45%;
        max-width: 35%;
        transform: rotateZ(-15deg);
    }
}

.b4-c2{
    margin-bottom: 2rem;
}
.slideNew.slide4 .sec_banner_boxImg:nth-child(1){
    margin-top: 15%;
}
.slideNew.slide4 .sec_banner_boxImg:nth-child(3){
    max-width: 22%;
    margin-top: 14%;
}

@media(max-width:1200px){
    .slide4 .banner-title-box{
        width: 30vw;        
        margin-top: -45%;
    }   
    .slide4 h4{
        font-size: 100%;
    }
    
    .slideNew.slide4 .sec_banner_boxImg:nth-child(1){
        max-width: 250px;
        margin-top: 10%;
    }
    .slideNew.slide4 .sec_banner_boxImg:nth-child(3){
        max-width: 250px;
        margin-top: 10%;
    }
}

@media(max-width:991px){
    .slideNew.slide4 .sec_banner_boxImg:nth-child(1){
        max-width: 200px;        
        margin-top: 5%;
    }
    .slideNew.slide4 .sec_banner_boxImg:nth-child(3){
        max-width: 200px;        
        margin-top: 5%;
    }
}

@media(max-width:768px){
    .slide4 .sec_banner_box_a{
        flex: 0 1 100%;
        max-width: 100%;
    }
    .slide4 .banner-title-box{
        margin: auto;
        max-width: 100%;      
        width: 50vw;        
        margin-top: 5%;
    }
    .slide4 h4{
        font-size: 120%;
    }
    
     .slideNew.slide4 .sec_banner_boxImg:nth-child(1){
        max-width: 230px;        
        margin-top: 0%;
    }
    .slideNew.slide4 .sec_banner_boxImg:nth-child(3){
        max-width: 230px;        
        margin-top: 0%;
    }
}

@media(max-width:576px){
    .slider_banner .item[data-slick-index="3"] > img{
        opacity: .2;
    }
    .sec_banner_ebox.slideNew.slide4{
        height: 100%;
        margin: 0;
    }
    .slide4 .banner-title-box{
        width: 75vw;
    }
    .slideNew.slide4 .sec_banner_boxImg:nth-child(1){
        max-width: 250px;        
        margin-top: 0%;
    }
    .slide4 .img-box{
        width: 50%;
    }
    .slideNew.slide4 .sec_banner_boxImg:nth-child(3){
        max-width: 250px;        
        margin-top: 0%;
    }
}

