@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');
/*font-family: "Raleway", sans-serif;*/

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
/*font-family: "Roboto", sans-serif;*/

/*Overall*/
#main_index{
    padding-bottom: 0px !important;
    overflow-x: hidden;
}
#main_index a img{
  transition: all .3s linear;
}
#main_index a:hover img{
  transform: scale(1.085);  
}
@media(max-width:991px){
  #top_spacing{
    height: 0px !important;
  }
}

.navbar_type11_right .level_1 a{
    font-size: 20px;
  line-height: 40px;
}

/* Global Title */
h2.globalTitle{
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 2.2vw;
    line-height: 1.25;
    margin-bottom: 0px;
}
h2.globalTitle span{
    border: 2px solid #8cc63f;
    width: fit-content;
    padding: 0px 15px;
    border-radius: 50px;    
}
@media(max-width:991px){
    h2.globalTitle{
        font-size: 3vw;
        line-height: 1.5;
    }
}
@media(max-width:768px){
    h2.globalTitle{
        line-height: 1.75;
    }
}
@media(max-width:500px){
    h2.globalTitle{
        font-size: 4.8vw;
        line-height: 1.75;
    }
}

/*Nav*/
.navbar_type11_right .menu_btn .bar1,
.navbar_type11_right .menu_btn .bar2,
.navbar_type11_right .menu_btn .bar3 {
  background-color: #8cc63f;
}
#main_index .navbar_type11_right .logo_frame{
  padding-top: 90px;
}
.navbar_type11_right #logo{
  margin-left: 0%;
}
.navbar_type11_right .right_menu{
  margin-right: 1%;
}
.navbar_type11_right {
  background-color: rgba(0, 0, 0, .85);
}

@media(max-width:991px){
    .navbar_type11_right {
      display: none;
    }
}

/*Banner*/
.customVideo {
position: relative;
}
.customVideo h2{
    color:#fff;
}
.customHeight video{
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.videoPlay {
    position: absolute;
    z-index: 99;
    bottom: 1.5rem;
    right: 4rem;
}
.videoPlay button {
    width: 2rem;
    height: 2rem;
    display: inline-block;
    background: rgba(256,256,256,0.7);
    position: relative;
    border-radius: 50%;
    border: none;
}
.videoPlay button:focus {
    outline: none;
}
.videoPlay button.paused {
    background: rgba(256,256,256,1);
}
.videoPlay button:after {
    content: "\f04c";
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    width: 100%;
    height: 100%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    font-weight: 700;
    font-size: .9rem;
}
.videoPlay button.paused:after {
    content: "\f04b";
    left: 1px;
}

.videoMute {
    position: absolute;
    z-index: 99;
    bottom: 1.5rem;
    right: 1.5rem;
}
.videoMute button {
    width: 2rem;
    height: 2rem;
    display: inline-block;
    background: rgba(256,256,256,1);
    position: relative;
    border-radius: 50%;
    border: none;
}
.videoMute button:focus {
    outline: none;
}
.videoMute button.muted {
    background: rgba(256,256,256,.7);
}
.videoMute button:before {
    content: "\f028";
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    width: 100%;
    height: 100%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 1px;
    font-weight: 700;
    font-size: .9rem;
}
.videoMute button.muted:after {
    content: "\f715";
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    width: 100%;
    height: 100%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    font-weight: 700;
    font-size: .9rem;
}

.category_list_type4 .category_box .img_frame {
    padding-bottom: 56.25%;
}

.product_list_5 .product_box .img_frame {
    padding-top: 56.25%;
}

.productDetailImageFancy .one_img div img {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  height: 100%;
}

.productDetailImageFancy .all_sub_img {
  height: 150px;
}

.productDetailImageFancy .all_sub_img img {
  height: 150px;
  object-fit: cover;
}

@media(max-width:991px){
    .customVideo{
        margin-top: 80px;
    }
}
@media only screen and (max-width: 768px) {
.videoPlay {
    bottom: 1rem;
    right: 3.5rem;
}
.videoMute {
    bottom: 1rem;
    right: 1rem;
}
}
@media(min-width:768px){
    .customHeight:before {
      padding-top: 48%;
    }
}

/*Banner Wording*/
.b_box {
  position: absolute;
  bottom: 0;
  left: 0;
  padding-left: 13%;
  padding-bottom: 4.5vw;
}
/*.b_inner div{*/
/*    text-align: left;*/
/*}*/
.b_inner h1,
.b_inner h2{
  font-family: "Raleway", sans-serif;
  color: #fff;
  font-weight: 600;
  font-size: 2.25vw;
  line-height: 1.15;
  pointer-events: none;
}
.b_inner h1 span,
.b_inner h2 span{
  color: #8cc63f;
}
.b_inner h1.nxtRow{
  /*text-indent: 5vw;*/
  position: relative;
}
.b_inner h1.nxtRow:before{
  position: absolute;
  content: "";
  width: 0%;
  height: 2px;
  background-color: #fff;
  bottom: 0;
  top: 0;
  margin: auto;
  right: calc(-200% - 30px);
    transition: all .8s linear;
}
.customVideo:hover .b_inner h1.nxtRow:before{
    width: 200%;
}

/* Category */
.hp_category {
    padding-top: 80px;
    background: url(https://cdn1.npcdn.net/images/TECH_AV_Category_o4butk_1747594028.jpg?md5id=df343f6b84a0ed60c40db9e2cede73c1&new_width=1920&new_height=648&type=4);
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
}
.hp_category .globalTitle{
    padding-bottom: 30px;
}
.hp_category .globalTitle span{
    margin-left: -15px;
}

.cat_box{
    position: relative;
}
.cat_outer_box{
    padding: 0px 2px;
}
.cat_box .cat-cont{
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    padding: 30px 30px 50px 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.cat-cont h3{
    font-weight: 400;
    margin-bottom: 1.5vw;
    font-size: 2vw;
}
.cat-cont p{
    font-size: .8rem;
}
.cat-cont img{
    max-width: 55%;    
}

@media(max-width:1200px){
    .cat-cont p{
        font-size: .7rem;
    }
    .cat-cont img{
        max-width: 60%;
    }
    .hp_category .globalTitle span{
        margin-bottom: 8px;
    }
}
@media(max-width:991px){
    .cat_outer_box{
        padding: 10px;
    }
    .cat-cont h3{
        font-size: 3vw;
    }
    .cat-cont p{
        font-size: 1.5vw;
    }
}
@media(max-width:768px){
    .hp_category{
        padding-top: 50px;
    }
    .hp_category .globalTitle{
        padding-bottom: 20px;
    }
    .cat-bg img{
        height:400px;
        width: 100%;
        object-fit: cover;
    }
    .hp_category .globalTitle{
        text-align: center;        
    }
    .hp_category .globalTitle span{
        margin: auto;
    }
    
    .cat_box .cat-cont{
        padding: 80px 50px;
    }
    .cat-cont h3{
        font-size: 5vw;
        margin-bottom: 3vw;
    }
    .cat-cont p{
        font-size: 2.35vw;
    }
}

@media(max-width:500px){
    .cat-bg img{
        height: 250px;
    }
    .cat_box .cat-cont{
        padding: 40px 30px;
    }
    .cat-cont h3{
        font-size: 6.5vw;        
    }
    .cat-cont p{
        font-size: 3.5vw;
    }
    .cat-cont img{
        max-width: 50%;
    }
}

/* about */
.hp_about{
    background: url(https://cdn1.npcdn.net/images/TECH_AV_About_cjfxyp_1747630794.jpg?md5id=df343f6b84a0ed60c40db9e2cede73c1&new_width=1920&new_height=690&type=4);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 80px 0px;
}
.abt-cont{
    max-width: 65%;
    margin: auto;
}
.abt-cont p{
    color: #666;
    line-height: 1.75;
    font-size: .95vw;
    margin-bottom: 0px;
    padding: 50px 0px;
}
.abt-cont img{
    max-width: 20%;
}
@media(max-width:1200px){
    .abt-cont{
        max-width: 80%;
    }
    .abt-cont p{
        font-size: 1.25vw;
    }
}
@media(max-width:991px){
    .hp_about{
        margin-top: -10px;
    }
    .abt-cont{
        max-width: 100%;
    }
    .abt-cont p{
        font-size: 1.5vw;
        padding: 35px 0px;
    }
}
@media(max-width:768px){
    .hp_about{
        background-size: contain;
        position:relative;
    }
    .hp_about:after{
        position: absolute;
        content: "";
        width: 100%;
        height: 100%;
        background: url(https://cdn1.npcdn.net/images/TECH_AV_Category_o4butk_1747594028.jpg?md5id=df343f6b84a0ed60c40db9e2cede73c1&new_width=1920&new_height=648&type=4);
        top: 0;
        left: 0;
        z-index: -1;
    }
    .abt-cont p{
        font-size: 1.75vw;
    }
    .abt-cont img{
        max-width: 25%;
    }
}
@media(max-width:600px){
    .abt-cont p{
        font-size: 2vw;
    }
    .abt-cont img{
        max-width: 20%;
    }
}
@media(max-width:468px){
    .abt-cont p{
        font-size: 3.5vw;
    }
    .abt-cont img{
        max-width: 40%;
    }
}

/* Partner */
.partner_header{
    background: url(https://cdn1.npcdn.net/images/TECH_AV_Brand_tx8lbj_1747632671.jpg?md5id=df343f6b84a0ed60c40db9e2cede73c1&new_width=1920&new_height=253&type=4);
    padding: 50px 0px;
}
.partner_header h2.globalTitle{
    color: #fff;
    margin-left: -15px;
    margin-bottom: 15px;
}
.partner_header p{
    color: #fff;
    font-size: 1vw;
    margin-bottom: 0px;
}

.partner_content{
    padding: 80px 0px;
}
.opText{
    font-size: 1.75vw;    
    color: #666;
    margin-top: 10px;
}
.partner-box div{
    padding-bottom: 30px;
}
.partner-box a img{
    max-width: 45%
}
.partner-video {
  position: relative;
  width: 100%;
  padding-top: 50%;
  overflow: hidden;
}
.partner-video video{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: #000;
}


.LutronRow .partner-box{
    text-align: right;
    padding-right: 10%;
}

.CrestronRow {
  padding-top: 160px;
}
.CrestronRow .partner-box{
    padding-left: 10%;
}

@media(max-width:1200px){
    .partner_header p{
        font-size: 1.25vw;
    }
}
@media(max-width:991px){
    .partner_header{
        padding: 80px 0px;
    }
    .LutronRow .partner-box,
    .CrestronRow .partner-box{
        text-align: center;
        padding: 0px;
        padding-bottom: 50px;
    }
    .partner-box div{
        padding-bottom: 10px;
    }
    .partner-box .opText{
        font-size: 2.75vw;
    }
    .partner-box a img{
        max-width: 25%;
    }
    .CrestronRow{
        padding-top: 80px;
    }
    
    .partner-video{
        padding-top: 55%;
    }
}
@media(max-width:768px){
    .partner_header p{
        font-size: 1.75vw;
    }
    
    .partner-box a img{
        max-width: 30%;
    }
}
@media(max-width:600px){
    .partner_header{
        background-position: center;
        padding: 50px;
        text-align: center;
    }
    .partner_header p{
        font-size: 2.25vw;
    }
    
    .partner-box .opText{
        font-size: 4vw;
    }
    .partner-box a img{
        max-width: 35%;
    }
}
@media(max-width:468px){
    .partner_header p{
        font-size: 3.5vw;
    }
}

/*News*/
.index_wrapper_6 {
  background: url(https://cdn1.npcdn.net/images/TECH_AV_News_t1fbr4_1747634750.jpg?md5id=df343f6b84a0ed60c40db9e2cede73c1&new_width=1920&new_height=1314&type=4);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 100px 0px calc(100px - 3rem);
}
.new_titlebox h2.globalTitle{
  margin-left: -15px;
  margin-bottom: 15px;
}
.new_titlebox p{
  color: #666;
  font-size: .92vw;
  margin-bottom: 0px;
}
.new_titlebox{
  padding-bottom: 50px;
}

.hp_latest_news_modern .read_more{
  width: fit-content;
}

#main_index .latestnewsAjax .col-12.col-lg-12:nth-child(n+3){
  display: none;
}

@media(max-width:1200px){
    .new_titlebox p{
        font-size: 1.25vw;
    }
}
@media(max-width:768px){
    .index_wrapper_6{
        padding: 80px 0px calc(80px - 3rem);
    }
    .new_titlebox{
        text-align: center;
    }
    .new_titlebox p{
        font-size: 1.75vw;
    }
    .hp_latest_news_modern .news_content_wrapper{
        margin: 0px;
    }
}
@media(max-width:600px){
    .new_titlebox p{
       font-size: 2.25vw;
    }
    .hp_latest_news_modern .news_content_wrapper{
        padding: 30px;
        height: fit-content;
    }
}
@media(max-width:468px){
    .new_titlebox p{
        font-size: 3.5vw;
    }
}

/*Google*/
.index_wrapper_7 {
  padding: 80px 0;
}

/*cta*/
.hp_cta {
  background: url(https://cdn1.npcdn.net/images/TECH_AV_CTA_rg29yq_1747636902.jpg?md5id=df343f6b84a0ed60c40db9e2cede73c1&new_width=1920&new_height=435&type=4);
  padding: 100px 0px;
}
.ctaTitle{
  font-family: "Roboto", sans-serif;
  font-size: 3.5vw;
  font-weight: 600;
  margin-bottom: 10px;
}
.ctaTitle img{
    max-width: 14vw;
}
.cta-box p{
  font-size: 1vw;
  color: #555;
  margin-bottom: 38px;
}
.hp_cta a img {
  max-width: 14%;
}
@media(max-width:1200px){
    .ctaTitle{
        font-size: 4vw;
    }
    .ctaTitle span img{
        max-width: 15vw;
    }
    .cta-box p{
        font-size: 1.5vw;
    }
    .cta-box a img{
        max-width: 16%;
    }
}
@media(max-width:768px){
    .hp_cta{
        padding: 80px 0px;
    }
    .ctaTitle{
        font-size: 5vw;
    }
    .ctaTitle span img{
        max-width: 17vw;
    }
    .cta-box p{
        font-size: 1.75vw;
        margin-bottom: 30px;
    }
    .cta-box a img{
        max-width: 23%;
    }
}
@media(max-width:468px){
    .ctaTitle{
        font-size: 6vw;
    }
    .ctaTitle span img{
        max-width: 20vw;
    }
    .cta-box p{
        font-size: 3.5vw;        
    }
    .cta-box a img{
        max-width: 35%;
    }
}

/*Footer*/
.footer_type9{
    background: #000;
  padding: 80px 0px 50px;
    color: #fff;
}
.footer_type9 a{
    color: #fff;
}
.footer_type9 .bg_dark{
    background: #000;
}
.footer_type9 .nav_item li a{
  text-transform: capitalize;
    color: #fff;
}
.footer_type9 .nav_item li a:hover{
    color: #8cc63f;
}
.footer_type9 .nav_item li a::after {
  content: "|";
  color: #fff;
}
.footer_type9 .sub_title p{
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  color: #fff;
}
.footer_type9 .leftCol {
  padding: 0px 8vw 0px 10vw;
}
.footer_type9 .line{
    border-color: #fff;
}
.footer_type9 .title{
  margin-bottom: 45px;
}
.footer_type9 .rightCol{
  padding: 0px 6vw !important;
}
.footer_type9 .text{
  font-size: .85rem;
  color: #fff !important;
}

.footer_type9 a.text:hover{
    color: #8cc63f !important;
}

.footer_type9 .icon{
    background: transparent;
}

@media(max-width:768px){
    .footer_type9{
        padding: 80px;
    }
    .footer_type9 .leftCol,
    .footer_type9 .rightCol{
      padding: 0px !important;
    }
    .footer_type9 .text,
    .footer_type9 .nav_item li a{
        font-size: .9rem;
    }
    .footer_type9 .sub_title p{
        font-size: 1.15rem;
    }
}
@media(max-width:468px){
    .footer_type9{
        padding: 80px 50px 50px;
    }
    .footer_type9 .text,
    .footer_type9 .nav_item li a{
        font-size: .85rem;
    }
}

/*Products*/
#main_showproducts .product-detail-tab .container-fluid > div:first-child {  
  text-align: left !important;
}