@import url('https://fonts.googleapis.com/css2?family=Anton&display=swap');

a {
    text-decoration: none !important;
}

#main_showproducts .productDetailImageFancy .one_img div img{
    object-fit: cover;
    height: 550px;
}

#main_showproducts .productDetailImageFancy .all_sub_img img{
    height: 250px;
  object-fit: cover;
}

#main_showproducts .productDetailImageFancy .all_sub_img{
    height: 250px;
}

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

/*hp_top - top_space*/

.hp_top {
    background: #fdc20c;
    position: fixed;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0 calc(1% + 1rem);
    width: 100%;
    height: 35px;
    z-index: 3001;
}

.hp_top .row{
    align-items: center;
}

.hp_top .col-md-8,
.hp_top .col-md-4{
    padding:0;
}

.hp_top_ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.hp_top_ul li{
    margin-right:2rem;
}

.hp_top_ul li a{
    font-size:14px;
    font-weight:500;
    color:#000;
}

.hp_top_ul li a:hover{
    color:#000;
}

.hp_top_socialmedia{
    list-style-type: none;
    margin:0;
    padding:0;
    display:flex;
    justify-content: flex-end;
    align-items: center;
}

.hp_top_socialmedia li{
    margin-left:0.5rem;
}

.hp_top_icon{
    width:30px;
    transition:0.25s all linear;
}

.hp_top_icon:hover{
    transform:scale(0.95);
}

.hp_top_ul .icon-img {
    width: 20px;      
    height: 20px;     
    margin-right: 8px; 
    vertical-align: middle;
    transition:0.25s all linear;
}

.hp_top_icon:hover{
    transform:scale(0.95);
}

/*top spacing*/

#top_spacing{
    height:calc(100px + 35px)!important;   /* 100px is navbar size + 40px is hp_top size*/
}

@media screen and (max-width: 991.5px){
    #top_spacing{
        height:calc(80px + 0px)!important; /* set the size back to default size*/
    }    
}

/*navbar*/

.navbar_type8{
    height:110px;
    margin-top:35px !important;
    background-color: #000 !important;
}

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

.navbar_type8 .logo{
    flex:0 1 25%;
    margin-left: 75px;
}

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

.navbar_type8 .nav_tab{
    flex:0 1 75%;
    padding-right: 95px;
}

/*.navbar_type8 .nav_tab .nav_item a{*/
/*    font-size:1vw;*/
/*    padding:15px 1.7vw;*/
/*    color:#fff;*/
/*    text-transform: capitalize;*/
/*}*/

/*.navbar_type8 .nav_tab .nav_item:hover a{*/
/*    color: #fdc20c;*/
/*    background-color: transparent;*/
/*    border: 1px solid #fdc20c;*/
/*}*/

.navbar_type8 .nav_tab .nav_item a {
    position: relative;
    font-size: clamp(12px, 1vw, 18px);
    padding: 3px 25px;
    color: #fff;
    text-transform: capitalize;
    border: 1px solid transparent; 
    transition: color 0.3s ease;
    z-index: 1; 
}

.navbar_type8 .nav_tab .nav_item a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-top: 1px solid #fdc20c;
    border-right: 1px solid #fdc20c;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.4s ease;
    pointer-events: none;
}

.navbar_type8 .nav_tab .nav_item a::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-bottom: 1px solid rgba(253, 194, 12, 0.5); 
    border-left: 1px solid rgba(253, 194, 12, 0.5);   
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s ease;
    pointer-events: none;
}

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

.navbar_type8 .nav_tab .nav_item:hover a::before,
.navbar_type8 .nav_tab .nav_item:hover a::after {
    transform: scaleX(1);
}

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

.navbar_type8 .nav_tab .dropdown .dropdown-menu .dropdown-item a{
    color:#fff;
    -webkit-text-stroke-width: 0px;
    -webkit-text-stroke-color: black;
}

.navbar_type8 .nav_tab .dropdown .dropdown-menu .dropdown-item a{
    color:#fff!important;
}

.navbar_type8 .nav_tab .dropdown .dropdown-menu .dropdown-item a:hover{
    color:#fff!important;
}

.dark_nav {
    background-color: #000 !important;
    animation: 1s fadeIn;
    top: -5px;
    left: 0;
}

#main_index .dark_nav {
    background-color: #000 !important;
    animation: 1s fadeIn;
    top: -5px;
    left: 0;
}

.navbar_mobile{
    background: #000;
}

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

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

/*hp_banner*/

.index_wrapper_2{
    margin-top: -101px;
}

/*hp_banner*/

.hp_banner {
    position: relative;
    top: 24vw;
    transform: translateY(-50%);
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.hp_banner_title {
    font-family: 'Anton', sans-serif;
    font-size: 3.8vw;
    font-weight: 500;
    color: #fff;
    line-height: 1.2;
    letter-spacing: 2px;
}

.hp_banner_title span {
    color: #fdc20c;
}

.hp_banner_subtitle {
    font-size: 1.2vw;
    font-weight: 300;
    color: #fff;
    line-height: 1.5;
    padding: 1vw 3vw 0vw 0vw;
    letter-spacing: 1px;
}

.button-group {
    display: flex;
    justify-content: center;
}

.n_bannerViewMore {
    font-size: 1.25vw;
    font-weight: 400;
    color: #fdc20c;
    background-color: transparent;
    border: 2px solid #fdc20c;
    border-radius: 25px;
    text-align: center;
    padding: 0%;
    height: 3vw;
    width: 21vw;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.25s all linear;
    margin-top: 1.5vw;
}

.n_bannerViewMore:hover {
    color: #fff;
    background-color: #fdc20c;
    border: 2px solid #fdc20c;
    text-decoration: none;
    /*transform: scale(0.95);*/
}

.n_bannerViewMore {
    position: relative;
    transition: all 0.3s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    /*border: none;*/
    outline: none;
    overflow: hidden;
}

.n_bannerViewMore:hover {
    transform: scale(1.05);
}

.n_bannerViewMore:active {
    transform: scale(0.85);
}

.n_bannerViewMore:hover::before {
    animation: shine 1.5s ease-out infinite;
}

.n_bannerViewMore::before {
    content: "";
    position: absolute;
    width: 100px;
    height: 100%;
    background-image: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0) 30%,
    rgba(255, 255, 255, 0.8),
    rgba(255, 255, 255, 0) 70%
    );
    top: 0;
    left: -100px;
    opacity: 0.6;
}

@keyframes shine {
  0% {
    left: -100px;
  }

  60% {
    left: 100%;
  }

  to {
    left: 100%;
  }
}

@media screen and (max-width: 1200.5px){
}

@media screen and (max-width: 992.5px){
    .index_wrapper_2{
        margin-top: 0px;
    }
}

@media screen and (max-width: 767.5px){
    .hp_banner_title {
        font-family: 'Anton', sans-serif;
        font-size: 7.8vw;
        font-weight: 500;
        color: #fff;
        line-height: 1.2;
        letter-spacing: 2px;
    }
    
    .hp_banner_subtitle {
        font-size: 3.5vw;
        font-weight: 300;
        color: #fff;
        line-height: 1.5;
        padding: 1vw 4vw 0vw 4vw;
        letter-spacing: 1px;
    }
    
    .n_bannerViewMore {
        font-size: 3.3vw;
        font-weight: 400;
        color: #fdc20c;
        background-color: transparent;
        border: 2px solid #fdc20c;
        border-radius: 25px;
        text-align: center;
        padding: 0%;
        height: 8vw;
        width: 55vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 1.5vw;
    }
    
    .hp_banner {
        position: relative;
        top: 36vw;
        transform: translateY(-50%);
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }
}

/*hp_adv*/

.index_wrapper_2 {
    position: relative;
    z-index: 1;
    background-color: #000 !important;
}

.index_wrapper_3, .index_wrapper_4, .index_wrapper_5, .index_wrapper_6 {
    background-color: #000 !important;
}

.hp_adv {
    padding: 12vw 12vw 3vw 12vw;
    margin-top: -11vw;
    position: relative;
    z-index: 0;
    /*background-image: url(https://cdn1.npcdn.net/img/1757661339B_Background.jpg);*/
    /*background-size: cover;*/
    /*background-position: center;*/
    /*background-repeat: no-repeat;*/
    background-color: #000 !important;
}

.hp_adv::before {
    content: "";
    position: absolute;
    right: 0vw;
    top: 9vw;
    width: 50%;
    height: 31%;
    background-image: url(https://cdn1.npcdn.net/img/1757670729Element1.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right center;
}

.hp_adv .col-md-6.col-lg-3{
    margin-bottom:2rem;
}

.hp_adv_box{
    padding: 2vw 0vw 2vw 3vw;
    border-radius: 0px;
    background-image: url(https://cdn1.npcdn.net/img/1757607817B_Column1.png);
    background-size: cover;
    background-position: bottom right;
    background-repeat: no-repeat;
    height: 100%;
    overflow:hidden;
    transition:0.25s all linear;
    margin-top: 1vw;
}

.hp_adv_box:hover{
    transform:scale(0.98);
}

.hp_adv_box:hover .hp_adv_icon{
    transform-origin:center;
    animation:j_shake 0.3s linear 0.1s 2;    
}

.hp_adv_title_img {
    max-width: 100%;
    height: auto;
    display: block;
    /* margin: 0 auto; */
    width: 45%;
}

.hp_adv_box2{
    padding: 2vw 0vw 2vw 3vw;
    border-radius: 0px;
    background-image: url(https://cdn1.npcdn.net/img/1757607824B_Column2.png);
    background-size: cover;
    background-position: bottom right;
    background-repeat: no-repeat;
    height: 100%;
    overflow:hidden;
    transition:0.25s all linear;
    z-index: 1;
}

.hp_adv_box2:hover{
    transform:scale(0.98);
}

.hp_adv_box2:hover .hp_adv_icon{
    transform-origin:center;
    animation:j_shake 0.3s linear 0.1s 2;    
}

.hp_adv_box3{
    padding: 2vw 0vw 2vw 3vw;
    border-radius: 0px;
    background-image: url(https://cdn1.npcdn.net/img/1757607837B_Column3.png);
    background-size: cover;
    background-position: bottom right;
    background-repeat: no-repeat;
    height: 100%;
    overflow:hidden;
    transition:0.25s all linear;
}

.hp_adv_box3:hover{
    transform:scale(0.98);
}

.hp_adv_box3:hover .hp_adv_icon{
    transform-origin:center;
    animation:j_shake 0.3s linear 0.1s 2;    
}

.advBorder {
    padding: 0px 25px;
}

.hp_adv .subtitle_all {
    font-size: 1.2vw;
    font-weight: 500;
    color: #fff;
    margin-top: 0.5vw;
}

.hp_adv .content_all {
    font-size: 1vw;
    font-weight: 200;
    color: #fff;
    margin-top: 1vw;
    line-height: 1.4;
}

.hp_adv_small{
    color:#fff;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 1);
}

.hp_adv_title{
    color:#fff;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 1);
}

.hp_adv_content{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    color:#fff;
}

.hp_adv_icon{
    width: 80px;
    margin-bottom: 1rem;
}

.hp_adv_info{
    color:#fff;
}

@keyframes j_shake{
    25%{transform:rotate(10deg);}
    75%{transform:rotate(-10deg);}
}

@media screen and (max-width: 1200.5px){
    .hp_adv_box {
        padding: 2vw 2vw 2vw 2vw;
        border-radius: 0px;
        background-image: url(https://cdn1.npcdn.net/img/1757607817B_Column1.png);
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        height: 100%;
        overflow: hidden;
        transition: 0.25s all linear;
        margin-top: 1vw;
    }
    
    .hp_adv_box2 {
        padding: 2vw 2vw 2vw 2vw;
        border-radius: 0px;
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        height: 100%;
        overflow: hidden;
        transition: 0.25s all linear;
        margin-top: 1vw;
    }
    
    .hp_adv_box3 {
        padding: 2vw 2vw 2vw 2vw;
        border-radius: 0px;
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        height: 100%;
        overflow: hidden;
        transition: 0.25s all linear;
        margin-top: 1vw;
    }
    
    .advBorder {
        padding: 0px 10px;
    }
}

@media screen and (max-width: 992.5px){
}

@media screen and (max-width: 767.5px){
    .hp_adv {
        padding: 12vw 5vw 3vw 5vw;
        margin-top: -11vw;
        position: relative;
        z-index: 0;
        background-image: url(https://cdn1.npcdn.net/img/1757661339B_Background.jpg);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }
    
    .hp_adv_title_img {
        max-width: 100%;
        height: auto;
        display: block;
        /* margin: 0 auto; */
        width: 85%;
    }
    
    .hp_adv_box {
        padding: 5vw 7vw 5vw 7vw;
        border-radius: 0px;
        background-image: url(https://cdn1.npcdn.net/img/1757607817B_Column1.png);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        height: 100%;
        overflow: hidden;
        transition: 0.25s all linear;
        margin-top: 1vw;
    }
    
    .hp_adv_box2 {
        padding: 5vw 7vw 5vw 7vw;
        border-radius: 0px;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        height: 100%;
        overflow: hidden;
        transition: 0.25s all linear;
        margin-top: 1vw;
    }
    
    .hp_adv_box3 {
        padding: 5vw 7vw 5vw 7vw;
        border-radius: 0px;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        height: 100%;
        overflow: hidden;
        transition: 0.25s all linear;
        margin-top: 1vw;
    }
    
    .advBorder {
        padding: 15px 10px;
    }
    
    .hp_adv br {
        display: none !important;
    }
    
    .hp_adv .subtitle_all {
        font-size: 4.2vw;
        font-weight: 500;
        color: #fff;
        margin-top: 0.5vw;
    }
    
    .hp_adv .content_all {
        font-size: 3.5vw;
        font-weight: 200;
        color: #fff;
        margin-top: 2vw;
        line-height: 1.4;
    }
    
    .hp_adv_icon {
        width: 70px;
        margin-bottom: 1rem;
    }
    
    .hp_adv::before {
        content: "";
        position: absolute;
        right: 0vw;
        top: 9vw;
        width: 50%;
        height: 8%;
        background-image: url(https://cdn1.npcdn.net/img/1757670729Element1.png);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: right center;
    }
}

/*hp_about*/

.hp_about {
    padding: 4vw 5vw 4vw 5vw;
    position: relative;
    background-color: #000;
    z-index: 1;
}

/*.hp_about .hp_big_title {*/
/*    font-family: 'Anton', sans-serif;*/
/*    font-size: 3.5vw;*/
/*    font-weight: 500;*/
/*    color: #fff;*/
/*    margin-bottom: 2vw;*/
/*    letter-spacing: 1px;*/
/*}*/

.hp_about_title_img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto; 
    width: 35%;
}

.hp_about .hp_keyword h1{
    font-size: 1.1vw;
    font-weight: 200;
    color: #fff;
    line-height: 1.8;
    margin-top: 1.5vw;
    letter-spacing: 1px;
}

.hp_about_button {
    display: flex;
    justify-content: center;
}

.n_aboutViewMore {
    font-size: 1.25vw;
    font-weight: 400;
    color: #fdc20c;
    background-color: transparent;
    border: 2px solid #fdc20c;
    border-radius: 25px;
    text-align: center;
    padding: 0%;
    height: 3vw;
    width: 10vw;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.25s all linear;
    margin-top: 1.5vw;
}

.n_aboutViewMore:hover {
    color: #fff;
    background-color: #fdc20c;
    border: 2px solid #fdc20c;
    text-decoration: none;
    /*transform: scale(0.95);*/
}

.n_aboutViewMore {
    position: relative;
    transition: all 0.3s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    /*border: none;*/
    outline: none;
    overflow: hidden;
}

.n_aboutViewMore:hover {
    transform: scale(1.05);
}

.n_aboutViewMore:active {
    transform: scale(0.85);
}

.n_aboutViewMore:hover::before {
    animation: shine 1.5s ease-out infinite;
}

.n_aboutViewMore::before {
    content: "";
    position: absolute;
    width: 100px;
    height: 100%;
    background-image: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0) 30%,
    rgba(255, 255, 255, 0.8),
    rgba(255, 255, 255, 0) 70%
    );
    top: 0;
    left: -100px;
    opacity: 0.6;
}

@keyframes shine {
  0% {
    left: -100px;
  }

  60% {
    left: 100%;
  }

  to {
    left: 100%;
  }
}

@media screen and (max-width: 1200.5px){
}

@media screen and (max-width: 992.5px){
}

@media screen and (max-width: 767.5px){
    .hp_about_title_img {
        max-width: 100%;
        height: auto;
        display: block;
        margin: 0 auto;
        width: 85%;
    }
    
    .hp_about .hp_keyword h1 {
        font-size: 3.5vw;
        font-weight: 200;
        color: #fff;
        line-height: 1.8;
        margin-top: 1.5vw;
        letter-spacing: 1px;
    }
    
    .hp_about br {
        display: none !important;
    }
    
    .n_aboutViewMore {
        font-size: 3.3vw;
        font-weight: 400;
        color: #fdc20c;
        background-color: transparent;
        border: 2px solid #fdc20c;
        border-radius: 25px;
        text-align: center;
        padding: 0%;
        height: 8vw;
        width: 45vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 1.5vw;
    }
}

/*hp_what*/

.index_wrapper_5 {
    padding: 0vw 7vw 2vw 13vw;
    background-image: url(https://cdn1.npcdn.net/img/1757661988C_Background.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.hp_what {
    padding: 3vw 0vw 0vw 0vw;
    position: relative;
}

.hp_what_title_img {
    max-width: 100%;
    height: auto;
    display: block;
    width: 25%;
    margin-bottom: 0vw;
    transform: translate(1vw, 13vw);
}

/*hp_projector*/

.hp_projector {
    padding-bottom: 100px;
    margin-top: -6vw;
}

.hp_projector::before {
    content: "";
    position: absolute;
    left: -14vw;
    top: 10vw;
    width: 22%;
    height: 13%;
    background-image: url(https://cdn1.npcdn.net/img/1757666092Element2.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left center;
}

.projector_content {
    bottom: 1vw;
    padding: 0% 3% 0% 0%;
    right: 0;
    position: absolute;
}

.projector_content .content_text{
    margin-bottom:0;
}

.projector_img{
   width: 100%;
}

.hp_projector .title_small {
    font-family: 'Anton', sans-serif;
    font-size: 2vw;
    line-height: 2rem;
    font-weight: 500;
    color: #fdc20c;
    letter-spacing: 1px;
    margin-top: 0.5vw;
}

.hp_projector .title_small::after {
    content: '';
    display: inline-block;
    height: 1px;
    background: #fdc20c;
    width: 50px;
    margin-left: 10px;
}

.hp_projector .content_text {
    font-size: 1vw;
    font-weight: 300;
    line-height: 1.5;
    color: #fff;
    margin-top: 1vw;
}

@media screen and (max-width: 1200.5px){
}

@media screen and (max-width: 992.5px){
}

@media screen and (max-width: 767.5px){
    .hp_what_title_img {
        max-width: 100%;
        height: auto;
        display: block;
        width: 60%;
        margin: 0 auto;
        margin-bottom: -6vw;
        transform: translate(0vw, 0vw);
    }
    
    .projector_content {
        bottom: 1vw;
        padding: 5% 3% 0% 1%;
        right: 0;
        position: relative;
    }

    .hp_projector .title_small {
        font-family: 'Anton', sans-serif;
        font-size: 6vw;
        line-height: 2rem;
        font-weight: 500;
        color: #fdc20c;
        letter-spacing: 1px;
        margin-top: 0.5vw;
    }
    
    .hp_projector .content_text {
        font-size: 3.5vw;
        font-weight: 300;
        line-height: 1.5;
        color: #fff;
        margin-top: 1vw;
    }
    
    .hp_projector br {
        display: none !important;
    }
    
    .index_wrapper_5 {
        padding: 0vw 8vw 2vw 8vw;
        background-image: url(https://cdn1.npcdn.net/img/1757661988C_Background.jpg);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }
    
    .hp_projector {
        padding-bottom: 25px;
    }
    
    .hp_what {
        padding: 4vw 0vw 0vw 0vw;
        position: relative;
    }
}

/*hp_lighting*/

.hp_lighting {
    padding-bottom:100px;
}

.lighting_content {
    bottom: 1.5vw;
    padding: 0% 0% 0% 8%;
    position: absolute;
}

.lighting_content .content_text{
    margin-bottom:0;
}

.lighting_img {
    width: 100%;
    margin-left: auto;
}

.lighting_img img{
    width: 100% !important;
}

.hp_lighting .title_small {
    font-family: 'Anton', sans-serif;
    font-size: 2vw;
    line-height: 2rem;
    font-weight: 500;
    color: #fdc20c;
    letter-spacing: 1px;
    margin-top: 0.5vw;
}

.hp_lighting .title_small::after {
    content: '';
    display: inline-block;
    height: 1px;
    background: #fdc20c;
    width: 50px;
    margin-left: 10px;
}

.hp_lighting .content_text {
    font-size: 1vw;
    font-weight: 300;
    line-height: 1.5;
    color: #fff;
    margin-top: 1vw;
}

@media screen and (max-width: 1200.5px){
    .hp_lighting {
        padding-bottom: 40px;
    }
}

@media screen and (max-width: 992.5px){
}

@media screen and (max-width: 767.5px){
    .lighting_content {
        bottom: 1.5vw;
        padding: 6% 0% 0% 1%;
        position: relative;
    }
    
    .hp_lighting .title_small {
        font-family: 'Anton', sans-serif;
        font-size: 6vw;
        line-height: 2rem;
        font-weight: 500;
        color: #fdc20c;
        letter-spacing: 1px;
        margin-top: 0.5vw;
    }
    
    .hp_lighting .content_text {
        font-size: 3.5vw;
        font-weight: 300;
        line-height: 1.5;
        color: #fff;
        margin-top: 1vw;
    }
    
    .hp_lighting br {
        display: none !important;
    }
    
    .hp_lighting {
        padding-bottom: 0px;
    }
}

/*hp_sound*/

.hp_sound {
    padding-bottom:26px;
}

.sound_content {
    bottom: 2.5vw;
    padding: 0% 3% 0% 0%;
    right: 0;
    position: absolute;
}

.sound_content .content_text{
    margin-bottom:0;
}

.sound_img{
    width: 100%;
}

.sound_img img{
    width: 100% !important;
}

.hp_sound .title_small {
    font-family: 'Anton', sans-serif;
    font-size: 2vw;
    line-height: 2rem;
    font-weight: 500;
    color: #fdc20c;
    letter-spacing: 1px;
    margin-top: 0.5vw;
}

.hp_sound .title_small::after {
    content: '';
    display: inline-block;
    height: 1px;
    background: #fdc20c;
    width: 50px;
    margin-left: 10px;
}

.hp_sound .content_text {
    font-size: 1vw;
    font-weight: 300;
    line-height: 1.5;
    color: #fff;
    margin-top: 1vw;
}

@media screen and (max-width: 1200.5px){
    .hp_sound {
        padding-bottom:60px;
    }
}

@media screen and (max-width: 992.5px){
}

@media screen and (max-width: 767.5px){
    .sound_content {
        bottom: 2.5vw;
        padding: 5% 3% 0% 1%;
        right: 0;
        position: relative;
    }

    .hp_sound .title_small {
        font-family: 'Anton', sans-serif;
        font-size: 6vw;
        line-height: 2rem;
        font-weight: 500;
        color: #fdc20c;
        letter-spacing: 1px;
        margin-top: 0.5vw;
    }
    
    .hp_sound .content_text {
        font-size: 3.5vw;
        font-weight: 300;
        line-height: 1.5;
        color: #fff;
        margin-top: 1vw;
    }
    
    .hp_sound {
        padding-bottom: 10px;
    }
}

/*hp_screen*/

.hp_screen {
    /* padding-bottom: 160px; */
    padding: 0vw 7vw 4vw 13vw;
    background-image: url(https://cdn1.npcdn.net/img/1757663107F_Background.jpg);
    background-size: cover;
    /* background-position: center; */
    background-repeat: no-repeat;
}

.screen_content {
    bottom: 0.5vw;
    padding: 0% 0% 0% 8%;
    position: absolute;
}

.screen_content .content_text{
    margin-bottom:0;
}

.screen_img {
    width: 100%;
    margin-left: auto;
}

.screen_img img{
    width: 100% !important;
}

.hp_screen .title_small {
    font-family: 'Anton', sans-serif;
    font-size: 2vw;
    line-height: 2rem;
    font-weight: 500;
    color: #fdc20c;
    letter-spacing: 1px;
    margin-top: 0.5vw;
}

.hp_screen .title_small::after {
    content: '';
    display: inline-block;
    height: 1px;
    background: #fdc20c;
    width: 50px;
    margin-left: 10px;
}

.hp_screen .content_text {
    font-size: 1vw;
    font-weight: 300;
    line-height: 1.5;
    color: #fff;
    margin-top: 1vw;
}

@media screen and (max-width: 1200.5px){
}

@media screen and (max-width: 992.5px){
}

@media screen and (max-width: 767.5px){
    .hp_screen .title_small {
        font-family: 'Anton', sans-serif;
        font-size: 6vw;
        line-height: 2rem;
        font-weight: 500;
        color: #fdc20c;
        letter-spacing: 1px;
        margin-top: 0.5vw;
    }
    
    .hp_screen .content_text {
        font-size: 3.5vw;
        font-weight: 300;
        line-height: 1.5;
        color: #fff;
        margin-top: 1vw;
    }
    
    .hp_screen br {
        display: none !important;
    }
    
    .screen_content {
        bottom: 0.5vw;
        padding: 5% 0% 0% 1%;
        position: relative;
    }
    
    .hp_screen {
        /* padding-bottom: 160px; */
        padding: 0vw 8vw 4vw 8vw;
        background-image: url(https://cdn1.npcdn.net/img/1757663107F_Background.jpg);
        background-size: cover;
        /* background-position: center; */
        background-repeat: no-repeat;
    }
}

/*hp_client*/

.hp_client {
    padding: 4vw 0vw 3vw 0vw;
    position: relative;
    background-color: #000;
    margin-top: -1px;
}

/*.hp_client .hp_big_title {*/
/*    font-family: 'Anton', sans-serif;*/
/*    font-size: 3.5vw;*/
/*    font-weight: 500;*/
/*    color: #fff;*/
/*    margin-bottom: 3vw;*/
/*    letter-spacing: 1px;*/
/*}*/

.hp_client_title_img {
    max-width: 100%;
    height: auto;
    display: block;
    width: 13%;
    margin: 0 auto;
    margin-bottom: 3vw;
}

/*slider*/

.hp_client .imgbox {
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
}

.hp_client .imgbox img{
    width: 100%;
    transition: transform 0.8s ease;
    background: transparent;
}

.project-v {
    margin-left: -15px;
    margin-right: -15px;
}

.project-v .imgbox {
    padding: 0 15px;
}

.project-v .imgbox a {
    text-decoration: none;
    color: #8cc541;
}

.project-v .imgbox img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.project-v .imgbox .img-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
}

.project-v .imgbox .img-wrapper:hover::after {
    background: none; 
}

.project-v .img-wrapper {
    width: 100%;               
    height: 150px;             
    display: flex;
    align-items: center;       
    justify-content: center;   
    /*border: 2px solid #ccc;   */
    padding: 0px;              
    box-sizing: border-box;    
}

.project-v .img-wrapper img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;       
}

@media screen and (max-width: 1200.5px){
}

@media screen and (max-width: 992.5px){
}

@media screen and (max-width: 767.5px){
    .hp_client_title_img {
        max-width: 100%;
        height: auto;
        display: block;
        width: 45%;
        margin: 0 auto;
        margin-bottom: 3vw;
    }
}

/*hp_project*/

.hp_project {
    padding: 4vw 10vw 0vw 10vw;
    position: relative;
    background-color: #000;
}

.hp_project_title_img {
    max-width: 100%;
    height: auto;
    display: block;
    width: 20%;
    margin-bottom: 0vw;
}

#main_index .hp_photoGallerySliderWithTitle {
    background-color: #000;
}

#main_index .hp_photoGallerySliderWithTitle .text-center {
    text-align: left !important;
    color: #fff;
    font-size: 17px;
    font-weight: 500;
}

#main_index .hp_photoGallerySliderWithTitle {
    background-color: #000;
    padding: 0vw 0vw 0vw 11vw;
}

#main_index .hp_photoGallerySliderWithTitle .photo-gallery .slick-prev:before {
    content: '';
    background-image: url(https://cdn1.npcdn.net/img/1757672312Button1.png);
    width: 55px;
    height: 55px;
    background-size: contain;
    background-repeat: no-repeat;
    text-indent: -999px;
    display: inline-block;
    filter: none !important;
}

#main_index .hp_photoGallerySliderWithTitle .photo-gallery .slick-prev:hover:before {
    background-image: url(https://cdn1.npcdn.net/img/1757672544Button4.png);
}

#main_index .hp_photoGallerySliderWithTitle .photo-gallery .slick-next:before {
    content: '';
    background-image: url(https://cdn1.npcdn.net/img/1757672368Button3.png);
    width: 55px;
    height: 55px;
    background-size: contain;
    background-repeat: no-repeat;
    text-indent: -999px;
    display: inline-block;
    filter: none !important;
}


#main_index .hp_photoGallerySliderWithTitle .photo-gallery .slick-next:hover:before {
    background-image: url(https://cdn1.npcdn.net/img/1757672591Button2.png); 
}

#main_index .hp_photoGallerySliderWithTitle .slick-next:before, #main_index .hp_photoGallerySliderWithTitle .slick-prev:before {
    opacity: 1;
}

#main_index .hp_photoGallerySliderWithTitle .photo-gallery .slick-prev {
    z-index: 1;
    left: 74vw;
    top: -5vw;
    top: -5vw !important;
}

#main_index .hp_photoGallerySliderWithTitle .photo-gallery .slick-next {
    right: 5vw !important;
    top: -5vw !important;
}

@media screen and (max-width: 1200.5px){
    #main_index .hp_photoGallerySliderWithTitle .photo-gallery .slick-prev {
        z-index: 1;
        left: 72vw;
        top: -5vw;
        top: -5vw !important;
    }
}

@media screen and (max-width: 992.5px){
}

@media screen and (max-width: 767.5px){
    .hp_project_title_img {
        max-width: 100%;
        height: auto;
        display: block;
        width: 65%;
        margin-bottom: 3vw;
    }
    
    .hp_project {
        padding: 4vw 0vw 0vw 0vw;
        position: relative;
        background-color: #000;
    }
    
    #main_index .hp_photoGallerySliderWithTitle {
        background-color: #000;
        padding: 0vw 5vw 0vw 5vw;
    }
    
    #main_index .hp_photoGallerySliderWithTitle .photo-gallery .slick-prev:before {
        content: '';
        background-image: url(https://cdn1.npcdn.net/img/1757672312Button1.png);
        width: 35px;
        height: 35px;
        background-size: contain;
        background-repeat: no-repeat;
        text-indent: -999px;
        display: inline-block;
        filter: none !important;
    }
    
    #main_index .hp_photoGallerySliderWithTitle .photo-gallery .slick-next:before {
        content: '';
        background-image: url(https://cdn1.npcdn.net/img/1757672368Button3.png);
        width: 35px;
        height: 35px;
        background-size: contain;
        background-repeat: no-repeat;
        text-indent: -999px;
        display: inline-block;
        filter: none !important;
    }
    
    #main_index .hp_photoGallerySliderWithTitle .photo-gallery .slick-prev {
        z-index: 1;
        left: 64vw;
        top: -5vw;
        top: -5vw !important;
    }
}

/*hp_review*/

.index_wrapper_9 {
    padding: 0vw 5vw 3vw 5vw;
    background-color: #000;
}

.hp_review {
    padding: 3vw 5vw 3vw 5vw;
    position: relative;
}

.hp_review::before {
    content: "";
    position: absolute;
    right: -10vw;
    top: -1vw;
    width: 50%;
    height: 100%;
    background-image: url(https://cdn1.npcdn.net/img/1757669155Element4.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right center;
}

.hp_review_title_img {
    max-width: 100%;
    height: auto;
    display: block;
    width: 17%;
    margin: 0 auto;
    margin-bottom: 3vw;
}

@media screen and (max-width: 1200.5px){
}

@media screen and (max-width: 992.5px){
}

@media screen and (max-width: 767.5px){
    .hp_review_title_img {
        max-width: 100%;
        height: auto;
        display: block;
        width: 65%;
        margin: 0 auto;
        margin-bottom: 3vw;
    }
    
    .hp_review::before {
        content: "";
        position: absolute;
        right: -10vw;
        top: -1vw;
        width: 50%;
        height: 55%;
    }
}

/*hp_contact*/

.hp_contact {
    padding: 2vw 5vw 7vw 5vw;
    position: relative;
    background-color: #000;
}

.hp_contact_title_img {
    max-width: 100%;
    height: auto;
    display: block;
    width: 17%;
    margin: 0 auto;
    margin-bottom: 0vw;
}

.hp_contact .hp_keyword {
    font-size: 1.25vw;
    font-weight: 500;
    color: #fff;
    line-height: 1.8;
    margin-bottom: 2vw;
    letter-spacing: 0px;
    text-align: center;
}

.hp_contact .footer_subscribeEmail_input {
    padding: 15px;
    border: none;
    border-bottom: 1px solid #6c757d !important;
    width: 430px;
    margin-bottom: 0px;
}

.hp_contact .footer_subscribeEmail_btn {
    padding: 20px 45px;
    background-color: #fdc20c;
    color: #000;
}

.defaultFooter .subscribeEmail_section {
    margin-bottom: 50px;
}

.footer_title,
.text-muted {
    color: #fff !important;
}

.subscribeEmail_section {
    display: flex;
    justify-content: center;
    align-items: stretch;
    max-width: 700px;
    margin: 10px auto;
    gap: 0.3vw;
}

.footer_subscribeEmail_input {
  flex: 1;
  padding: 14px 16px;
  border: 1px solid #ddd;
  border-right: none;
  border-radius: 8px;
  font-size: 16px;
  outline: none;
}

.footer_subscribeEmail_btn {
  background-color: #f1b800; 
  color: #000;
  font-size: 15px;
  font-weight: 700 !important;
  border: 1px solid #f1b800;
  padding: 14px 20px;
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.3s ease;
  white-space: nowrap; 
}

.footer_subscribeEmail_btn:hover {
  background-color: #d99a00; 
}

@media screen and (max-width: 1200.5px){
}

@media screen and (max-width: 992.5px){
}

@media screen and (max-width: 767.5px){
    .hp_contact_title_img {
        max-width: 100%;
        height: auto;
        display: block;
        width: 55%;
        margin: 0 auto;
        margin-bottom: 0vw;
    }
    
    .hp_contact .hp_keyword {
        font-size: 3.5vw;
        font-weight: 500;
        color: #fff;
        line-height: 1.8;
        margin-bottom: 2vw;
        letter-spacing: 0px;
        text-align: center;
    }
    
    .subscribeEmail_section {
        display: block;
        justify-content: center;
        align-items: center;
        max-width: 700px;
        margin: 10px auto;
        gap: 0.3vw;
    }
    
    .hp_contact .footer_subscribeEmail_input {
        padding: 15px;
        border: none;
        border-bottom: 1px solid #6c757d !important;
        width: 100%;
        margin-bottom: 0px;
    }
    
    .hp_contact .footer_subscribeEmail_input {
        padding: 15px;
        border: none;
        border-bottom: 1px solid #6c757d !important;
        width: 300px;
        margin-bottom: 0px;
    }
    
    .hp_contact .footer_subscribeEmail_btn {
        padding: 13px 26px;
        background-color: #fdc20c;
        color: #000;
        margin: 0 auto;
        margin-top: 1vw;
        display: flex;
    }
}

/*footer*/

.defaultFooter {
    margin-top: 0vw !important;
    padding: 3vw 5vw 3vw 5vw;
    background-color: #000;
}

.defaultFooter .footer_subscribeEmail_btn {
    padding: 20px 25px;
    background-color: #fdc20c;
    color: #000;
}

.defaultFooter .footer_title {
    font-family: 'Anton', sans-serif;
    font-size: 3.5vw;
    font-weight: 500;
    color: #fff !important;
    margin-bottom: 25px;
}

.defaultFooter .text-muted {
    color: #fff !important;
}

.footer_type3 {
    background-color: #fdc20c;
    color: white;
}

.footer_type3 p {
    margin-top: 0;
    margin-bottom: 1rem;
    color: #000;
}

.footer_type3 a {
    color: #000;
}

.footer_type3 .social_media {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: flex-end;
    list-style: none;
    padding: 0;
    color: #000;
    filter: brightness(0) invert(0);
}

@media screen and (max-width: 1200.5px){
}

@media screen and (max-width: 992.5px){
}

@media screen and (max-width: 767.5px){
        .hp_what_title_img {
        max-width: 100%;
        height: auto;
        display: block;
        width: 60%;
        margin: 0 auto;
        margin-bottom: -6vw;
        margin-top: 9vw !important;
        transform: translate(0vw, 0vw);
    }
}

@media screen and (max-width: 500.5px) {
    .index_wrapper_2 .item>img{
    	min-height:22rem!important;
    	object-fit:cover;
    	object-position: 75% 50%;
    }
}

.platinum_website_visitor {
    color: #000;
}