/*
Theme Name: NovaX
Theme URI: 
Author: 
Author URI: 
Version: 1.0
*/ 
@font-face {
    font-family: 'MiSans-Demibold';
    
    src: url('../novax/fonts/MiSans-Demibold.woff') format('woff'),
	 url('../novax/fonts/MiSans-Demibold.ttf') format('truetype'),
	 url('../novax/fonts/MiSans-Demibold.svg#MiSans-Demibold') format('svg');
    font-style: normal;
  }
@font-face {
    font-family: 'Roboto-Bold';
    
    src: url('../novax/fonts/Roboto-Bold.woff') format('woff'),
	 url('../novax/fonts/Roboto-Bold.ttf') format('truetype'),
	 url('../novax/fonts/Roboto-Bold.svg#Roboto-Bold') format('svg');
    font-style: normal;
  }
@font-face {
    font-family: 'MiSans-Regular';
    
    src: url('../novax/fonts/MiSans-Regular.woff') format('woff'),
	 url('../novax/fonts/MiSans-Regular.ttf') format('truetype'),
	 url('../novax/fonts/MiSans-Regular.svg#MiSans-Regular') format('svg');
    font-style: normal;
  }
a,
img{
    transition: all .5s ease-out 0s;
    max-width: 100%;
}
.relative{
    position: relative
}
.header_bottom{
    background: rgba(0, 0, 0, 1);
}
a:hover{
    text-decoration: none;
}
.container{
    max-width: 1030px;
    width: 100%;
}
.desk-none{
        display: none;
    }

.banner-text img{
    width: 100%;
}
.top-main-menu li a{
    display: block;
}
.nav-main-menu .top-main-menu > li > a{
    color: #fff;
    display: block;
    cursor: pointer;
    font-size: 12px;
    padding: 22px 0;
}
.nav-main-menu .top-main-menu > li:hover > a{
    color: #FF2BFB;
}
.top-main-menu .sub-menu{
    position: absolute;
    top: 61px;
    left: 50%;
    width: 230px;
    display: block;
    background: #24242C;
    display: none;
    z-index: 1;
  padding: 10px;
    transform: translateX(-50%);
}
.top-main-menu .sub-menu a{
    padding: 12px 20px;
    color: #fff;
    font-size: 12px;
}
.top-main-menu .sub-menu a:hover{
    background: #1B1B21;
}
.top-main-menu .sub-menu li{
    display: block;
}
body{
    font-size: 16px;
    font-family: 'MiSans-Regular';
}
.home-banner img{
    width: 100%;
}
.affix {
  width: 100%;
  z-index: 1;
}
.nav-main-menu ul.top-main-menu a span{
    display: none;
}
.main-menu ul.top-main-menu{
    margin: 0;
    list-style: none;
    display: flex;
    margin: 0;
    padding: 0;
    column-gap: 20px;
}
.nav-main-menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 30px;
}
.hb_list {
  display: flex;
  gap: 17px;
}
.hb_list > div{
    width: 33.333%;
}
.hb_list a{
    color: #fff;
}
.hb_list a h3{
    font-size: 18px;
    margin-top: 15px;
}
.black-bg{
    background: #000;
}
.section{
    padding: 120px 0;
}
.absolute{
    position: absolute;
}
h1,h2,h3{
    font-family: 'MiSans-Demibold';
}
h2{
    font-size: 36px;
    margin: 0;
}
.text-white{
    color: #fff;
}
.text-white h2{
    color: #fff;
}
.flex{
    display: flex;
    align-items: center;
}
.justify-content-between{
    justify-content: space-between;
}
.htitle{
    margin-bottom: 40px;
}
h3{
    margin: 0;
}
.hpl_info {
  text-align: center;
}
.hpl_info h2{
    font-size: 60px;
    margin-bottom: 30px;
}
.page-template-page-solution .hpl_info h2{
    font-size: 30px;
}
.page-template-page-solution .hp_img{
    margin-bottom: 50px;
}
.hp_img {
  margin-bottom: 80px;
    position: relative;
}
.hp_img .swiper-button-next, .hp_img .swiper-button-prev{
    height: 80px;
    width: 80px;
    border-radius: 50%;
    background: rgb(255,255,255,0.1);
    display: flex;
    align-items: center;
    justify-content: center;
}
.hp_img .swiper-button-next{
    right: -110px;
}
.hp_img .swiper-button-prev{
    left: -110px;
}
.hp_img .swiper-button-next:after, .hp_img .swiper-button-prev:after{
    display: none;
}
.page-template-page-solution .hp_img .swiper-slide img{
    height: 300px;
    object-fit: cover;
    width: 100%;
}
.hpl_text {
  font-size: 24px;
}
.page-template-page-solution .hpl_text {
  font-size: 16px;
}
.sl_title h3 {
  font-size: 18px;
}
.hpl_link a{
    display: inline-block;
  background: #42404D;
    color: #fff;
  padding: 10px 20px;
}
.hpl_link a svg{
    margin-left: 8px;
}
.hpl_link {
  margin-top: 30px;
}
.hpl_spec {
  max-width: 850px;
  margin: 0 auto 30px;
  display: flex;
  gap: 16px;
}
.hpl_spec > div{
    width: 33.333%;
}
.hpls_info {
  background: #1A1A1A;
  padding: 30px 5px;
}
.hpls_info h3{
    font-size: 34px;
    margin: 20px 0 10px;
}
.hpls_info span{
    color: #808080;
    font-size: 20px;
}
.hp_list .hpl_item{
    margin-bottom: 200px;
}
.hp_list .hpl_item:last-child {
  margin-bottom: 0;
}
.hc_text {
  text-align: center;
}
.hc_text p{
  font-size: 24px;
    margin-top: 30px;
}
.hc_text h2{
  font-size: 60px;
    background: linear-gradient(90deg, #0A93FE 0, #E13EF0 50%, #EF485D 100%);
    background-clip: border-box;
  -webkit-background-clip: text;
    color: transparent;
    line-height: 80px;
}
.home-stories{
    padding-top: 0;
    padding-bottom: 200px;
}
.home-stories .hb_list h3{
    font-size: 24px;
    line-height: 30px;
    display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.hf_info {
  display: flex;
  gap: 50px;
}
.nf-form-content textarea,
.nf-form-content input {
  padding: 8px 10px;
    border: 1px solid #e5e5e5;
  border-radius: 5px;
  background: #fcfcfc;
    outline: none;
}
.nf-form-content input[type="submit"]{
    background: #42404D;
  color: #fff;
  padding: 10px 30px;
  font-size: 24px;
  border: 0;
}
.nf-form-content .nf-field-element textarea{
    height: 100px;
}
.nf-form-content label{
    display: none;
}
.hfi_form {
  width: 55%;
}
.nf-form-content .checkbox-wrap label{
    display: inherit;
    font-weight: 100;
  font-size: 12px;
}
.nf-form-content .label-right .nf-field-label {
  padding-left: 1%;
}
nf-fields-wrap{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
nf-field{
    width: 100%;
}
nf-fields-wrap nf-field:nth-child(5),
nf-fields-wrap nf-field:nth-child(4),
nf-fields-wrap nf-field:nth-child(2),
nf-fields-wrap nf-field:nth-child(1){
    width: 49%;
}
.hfi_form h2{
    font-size: 48px;
    margin-bottom: 30px;
}
.hfi_text {
  width: 45%;
    padding: 30px;
}
.hfi_text h3{
    font-size: 24px;
    margin-bottom: 15px;
    margin-top: 30px;
}
.hfi_text h3:first-child{
    margin-top: 0;
}
footer {
  background: #272727;
  padding: 50px 0;
}
.foo_nav ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer_top h3{
    margin-bottom: 20px;
    color: #fff;
    font-size: 18px;
}
.footer_top a{
    color: #a6a6a6;
    font-size: 12px;
}
.footer_top a:hover{
    color: #fff;
}
.foo_nav ul li{
    margin-bottom: 10px;
}
.footer_bottom p{
    margin: 0;
    color: #fff;
    font-size: 12px;
}
.footer_bottom p a{
    color: #fff;
}
footer hr {
  border-top: 1px solid #616161;
}
.home-video video{
    width: 100%;
    height: calc(100vh - 59px);
    object-fit: cover;
}
.hv-content{
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0,0,0,0.3);
}
.hv_text {
  padding: 100px 0;
  max-width: 730px;
}
.hv_text h2{
  font-size: 48px;
    margin-top: 30px;
    line-height: 65px;
}
.hv_text p{
    font-size: 18px;
}
.nf-form-fields-required{
    margin-bottom: 5px;
}
.footer-newsletter ul{
    list-style: none;
    padding: 0;
    display: flex;
    gap:15px;
}
.footer-newsletter .tnp-subscription{
    margin-bottom: 40px;
}
.home-stories .htitle{
    justify-content: center;
}
.htitle a{
    color: #fff;
    font-size: 18px;
}
.top-lang a{
    display: flex;
  align-items: center;
  gap: 5px;
}
.top_icon{
    display: flex;
  gap: 15px;
  align-items: center;
}
.tnp-subscription input{
    font-size: 12px !important;
    outline: none;
}
.hb_img{
    overflow: hidden;
}
.hbl_item a:hover img{
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}
.pb_img img{
    width: 100%;
}
.pb-content{
    top:0;
    left: 0;
    height: 100%;
    width: 100%;
}
.pb_text {
    padding: 100px 0;
}
.pb_text h1{
    font-size: 48px;
    margin: 0 0 30px;
}
.pb_text p{
    font-size: 24px;
}
.product_list .hpl_spec {
  max-width: 100%;
    text-align: center;
}
.product_list .hpl_info {
  text-align: left;
}
.product_list .hpl_text p{
    font-size: 16px;
}
.product_list .hpl_text h3{
    margin-bottom: 30px;
}
.product_list .hpl_text{
    margin-bottom: 40px;
}
.product_list .hp_img{
    text-align: center;
}
.product_list .swiper-pagination{
    position: relative;
    margin-top: 70px;
}
.product_list .swiper-pagination span{
    width: 10px;
  height: 10px;
  background: #fff;
  opacity: 1;
    margin: 0 5px;
}
.product_list .swiper-pagination span.swiper-pagination-bullet-active {
  opacity: 0.5;
}
.product_list .hpls_info h3 {
  font-size: 30px;
}
.product_list .hpls_info span {
  font-size: 16px;
  padding: 0 15px;
}
.product_list .hpls_info {
  height: 100%;
}
.singlepro_top img{
    width: 100%;
}
.singlepro_top {
  position: relative;
}
.spt_info {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  color: #fff;
    padding: 80px 0;
}
.spt_info h1{
    font-size: 60px;
    margin: 0 0 30px;
}
.spt_info p{
    font-size: 24px;
    color: #A6A6A6;
}
.spi_info{
    display: flex;
    gap:50px;
}
.spi_info.content_Right,
.spi_info.content_Left{
    align-items: center;
}
.spi_info.content_Left > div{
    width:50%;
}
.spi_info.content_Right > div{
    width:50%;
}
.spi_info.content_Right .spi_img{
    order: 2;
} 
.spi_info .spi_txt{
    font-size: 24px;
}
.spi_info.content_Above,
.spi_info.content_Below{
    justify-content: center;
    flex-wrap: wrap;
}
.spi_info.content_Above > div,
.spi_info.content_Below > div{
    width: 100%;
}
.spi_info.content_Below .spi_img{
    order: 2;
}
.spi_info.content_Above .spi_txt,
.spi_info.content_Below .spi_txt{
    max-width: 800px;
    margin: 0 auto;
}
.col_One .sps_list{
    display: flex;
    gap:8px;
}
.col_One .sps_list > div{
    width: 25%;
}
.sps_two .sps_img{
    display: flex;
    justify-content: center;
}
.sps_two {
  position: relative;
    text-align: center;
}
.sps-left{
    position: absolute;
  top: 0;
    display: flex;
  flex-direction: column;
    justify-content: space-between;
  height: 100%;
}
.sps-right{
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
  flex-direction: column;
    justify-content: space-between;
  height: 100%;
}
.sps_two .hpls_info {
  background: none;
    padding: 0;
}
.spt_list {
    display: flex;
    margin: 0 -8px;
    flex-wrap: wrap;
    row-gap:20px;
}
.spt_list > div{
    padding: 0 8px;
    width: 33.333%;
}
.sptl_info {
  background: #1A1A1A;
  padding: 20px;
    height: 100%;
    position: relative;
    min-height: 180px;
}
.sptl_info ul{
    padding: 0 0 0 15px;
    margin: 0;
    color: #808080;
}
.sptl_info h3{
    font-family: 'MiSans-Regular';
    font-size: 20px;
    margin-bottom: 15px;
}
.sptl_info ul li{
    margin-bottom: 15px;
}
.sptl_info ul li:last-child{
    margin-bottom: 0;
}
.sptl_info:before{
    content: "";
    width: 4px;
    height: 100%;
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    background-image: linear-gradient(to bottom, #0A93FE, #E13EF0, #EF485D);
}
.justify-content-center{
    justify-content: center;
    flex-direction: column;
}
.spv_list {
    display: flex;
    margin: 0 -20px;
    flex-wrap: wrap;
}
.spv_list > div{
    width: 50%;
    padding: 0 20px;
    margin-top: 40px;
}
.spv_list.spv3 > div{
    width: 33.333%;
}
.spv_list > div.spvl_noneimg{
    width: 25%;
    padding: 0 10px;
}
.spvl_info{
    border: 1px solid #383838;
    padding: 50px 30px;
    border-radius: 12px;
    background: #171721;
    height: 100%;
}
.spvl_info h3{
    margin: 45px 0 20px;
}
.spvl_info p{
    color: #a6a6a6;
}
.spvl_noneimg .spvl_info{
    border: 0;
    padding: 50px 30px;
    border-radius: 0;
    background: #171721;
    height: 100%;
    text-align: center;
    position: relative;
}
.spvl_noneimg .spvl_info:before {
  content: "";
  width: 4px;
  height: 100%;
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  background-image: linear-gradient(to bottom, #0A93FE, #E13EF0, #EF485D);
}
.spvl_noneimg .spvl_info h3 {
  margin: 30px 0 0;
}
.singlepro_image h2,
.singlepro_para h2,
.singlepro_tech h2,
.singlepro_value  h2{
    font-size: 60px;
}
.singlepro_tech{
    padding-bottom: 200px;
}
.spp_content tr td{
    width: 20% !important;
    padding: 15px;
}
.spp_content table{
    width: 100% !important;
    font-size: 14px;
    background: #1a1a1a;
}
.spp_content table tr td{
    padding: 20px;
    border: 1px solid #000;
    text-align: center;
}
.spp_content table tr:first-child td{
    font-size: 16px;
    padding: 15px;
}
.spp_content table tr td:first-child{
    font-size: 16px;
    text-align: left;
    width: 15% !important;
}
.spp_content table tr td p{
    line-height: 30px;
}
.spp_content table tr:first-child{
    background-image: linear-gradient(to right, #0A93FE, #E13EF0, #EF485D);
    text-align: center;
}
.sps_content.col_One {
  text-align: center;
}
.spp_content table table tr:first-child{
    font-size: 14px;
    background: none;
}
.spp_content table table{
    height: 100% !important;
}
.spp_content table table tr td{
    border: 0;
    padding-left: 0 !important;
  padding-right: 0!important;
  text-align: center !important;
  font-size: 14px !important;
}
.sps_content.col_One .sps_list{
  margin-top: 60px;
}
.spsl_item h3.small{
    font-size: 18px;
}
.sps_two .spsl_item {
  width: 255px;
}
.sps_two .hpls_info h3 span{
    margin-left: 5px;
    font-size: 14px;
    color: #fff;
}
.sptl_image .sptl_info:before{
    display: none;
}
.sptl_image .sptl_info {
  background: none;
  padding: 0;
    display: flex;
  gap: 20px;
}
.spt_list > div.sptl_image{
    width: 100%;
    margin-bottom: 40px;
}
.spt_list > div.sptl_image:last-child{
    margin-bottom: 0;
}
.sptl_image .sptl_img{
    width: 41%;
}
.sptl_image .sptl_txt{
    width: 59%;
    margin-top: 20px;
}
.sptl_image:nth-child(2n) .sptl_img{
    order: 2;
}
.sptl_image .sptl_info h3{
    font-size: 24px;
}
.spol_info{
    display: flex;
    gap:20px;
    align-items: center;
}
.spol_info > div{
    width: 50%;
}
.spol_info h2{
    font-size: 36px;
}
.spol_info h3{
    font-size: 18px;
    margin: 10px 0 20px;
}
.spo_list .spol_item:nth-child(2n) .spol_img{
    order: 2;
}
.spo_list .spol_item{
    margin-bottom: 120px
}
.spo_list .spol_item:last-child{
    margin-bottom: 0
}
.hbv_btn {
  position: relative;
}
.icon_play {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.icon_play span{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 75px;
    height: 75px;
    border-radius: 50%;
    border: 1px solid #fff;
    font-size: 28px;
    cursor: pointer;
}
.iframe_video{
    position: absolute;
    top: 0;
  left: 0;
  width: 100%;
  height: 100%;
    z-index: -1;
    opacity: 0;
    transition: all .5s ease-out 0s;
}
.hb_video{
    position: relative;
}
.iframe_video video{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.openplay .iframe_video{
    z-index: 1;
    opacity: 1;
}
.openplay .hbv_btn{
    opacity: 0;
}
.solution_list .hpl_info {
  text-align: left;
}
.sl_title h3{
    margin-bottom: 20px;
}
.sl_cont{
  background: #171721;
  border: 1px solid #2F2F3B;
  border-radius: 10px;
  padding: 30px;
    margin-top: 30px;
}
.slc_top {
  display: flex;
  gap: 30px;
}
.slc_top .slc_sce{
    width: 55%;
    font-size: 14px;
}
.slc_top .slc_ind{
    width: 45%;
}
.slc_ind p{
    font-size: 14px;
}
.slc_sce td{
    font-size: 14px;
    padding: 0 0 10px;
}
.slc_sce td:first-child{
    width: 20% !important;
}
.slc_top h3{
    margin-bottom: 20px;
}
.slc_sce td:nth-child(2){
    color: #808080;
}
.slcb_info{
    font-size: 12px;
    display: flex;
  align-items: center;
  gap: 5px;
}
.slcb_list {
  display: flex;
  gap: 40px;
}
.slc_bottom h3{
    margin-bottom: 20px;
    font-size: 14px;
}
.sl_cont hr{
    background: linear-gradient(90deg, #0A93FE 0, #E13EF0 50%, #EF485D 100%);
  height: 1px;
  border: 0;
}
.singlesol_bene{
    background: url(/wp-content/uploads/2025/11/sbg.jpg) no-repeat;
    padding:120px 0;
    background-size: cover;
}
.ssb_list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
    justify-content: center;
}
.ssb_list > div{
  width: 50%;
    padding:0 10px;
    margin-top: 20px;
}
.ssb_list.bene6 > div, .ssb_list.bene3 > div,
.ssb_list.bene5 > div:nth-child(3),
.ssb_list.bene5 > div:nth-child(2),
.ssb_list.bene5 > div:nth-child(1){
  width: 33.333%;
}
.ssb_info {
  text-align: center;
  padding: 40px 20px;
    border-radius: 10px;
    border: 1px solid #383838;
    height: 100%;
    background: linear-gradient(180deg, #24242C 0%, #161756 100%);
}
.ssb-top h2{
    font-size: 40px;
}
.ssb-top {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
    min-height: 86px;
  justify-content: center;
}
.ssb-top h3{
    font-family: 'MiSans-Regular';
    font-size: 16px;
}
.ssb-txt {
  margin-top: 30px;
}
.htitle h2,
.solution-template-default .htitle h2{
    font-size: 48px;
}
.ssi_list {
    display: flex;
    margin: 0 -10px;
    flex-wrap: wrap;
}
.ssi_list > div{
    width: 33.333%;
    padding: 0 10px;
    margin-top: 20px;
}
.ssil_info {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}
.ssil_info h3{
    position: absolute;
    bottom: 20px;
    width: 100%;
    text-align: center;
    z-index: 1;
}
.ssil_info:hover img{
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}
.ssil_info:after{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(180deg, #161756 0%, #24242C 100%);
    border-radius: 12px;
        opacity: 0.5;
}
.ssc_list {
    display: flex;
    margin: 0 -8px;
    flex-wrap: wrap;
  justify-content: center;
  row-gap: 16px;
}
.ssc_list > div{
    width: 25%;
    padding: 0 8px;
} 
.sscl_info {
  border-radius: 10px;
  overflow: hidden;
}
.sscl_info h3{
    font-family: 'MiSans-Regular';
    padding: 20px 0;
  color: #fff;
}
.sscl_info a{
    display: block;
    text-align: center;
    background: #383838;
}
.sso_video h3{
    margin-bottom: 20px;
}
.sso_con {
  margin-bottom: 30px;
}
.sso_vitem {
  margin-top: 80px;
}
.sl_top ul{
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: space-between;
}
.sl_top ul li a{
    color: #A6A6A6;
    font-size: 14px;
}
.sl_top ul li.current-menu-item a{
    color: #fff;
    font-weight: bold;
}
.sl_bottom {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -8px;
    row-gap:30px;
}
.sl_bottom .sl_item{
    width: 33.333%;
    padding: 0 8px;
}
.sl_info h3{
    font-family: 'MiSans-Regular';
    min-height: 53px;
    margin: 15px 0;
    font-size: 18px;
}
.sl_info .sl-txt p{
    display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
    color: #A6A6A6;
    font-size: 14px;
}
.sl-tag {
  margin: 15px 0;
}
.sl-tag a{
  color: #fff;
    font-size: 16px;
}
.story_list hr{
    background: linear-gradient(90deg, #0A93FE 0, #E13EF0 50%, #EF485D 100%);
  height: 2px;
  border: 0;
    margin: 30px 0 20px;
}
.single-post .pb-content h1{
    font-size: 24px;
}
.single-post .pb-content p{
    font-size: 16px;
}
.single-post h2{
    font-size: 48px;
    margin-bottom: 40px;
}
.scc_txt p{
    margin-bottom: 30px;
    font-size: 24px;
}
.scc_txt ul{
    font-size: 24px;
    padding-left: 22px;
}
.scc_txt ul li{
    line-height: 30px;
    margin-bottom: 30px;
}
.top-main-menu li{
    position: relative;
}
.top-main-menu li:hover ul{
    display: block;
}
.pws_list {
    display: flex;
    gap:17px;
}
.pws_list > div{
    width: 33.333%;
}
.pws_info p{
    margin: 15px 0 0;
}
.pr_list .pr_info{
    display: flex;
    background: #15151A;
  border-radius: 14px;
  overflow: hidden;
}
.pr_list .pr_info > div{
    width: 50%;
}
.pr_list .pr_info .pr_txt{
    padding: 40px;
}
.pr_list{
    display: flex;
    flex-wrap: wrap;
    row-gap:60px;
}
.pr_list .pr_item:nth-child(2n) .pr_info .pr_txt{
    order: 1
}
.pr_info .pr_txt p{
    font-size: 20px;
}
.pr_list .pr_item:nth-child(2n) .pr_info .pr_img{
    order: 2
}
.pagew_value .spv_list{
    margin: 0 -10px;
}
.pagew_value .spv_list > div {
  width: 33.333%;
  padding: 0 10px;
}
.pagew_value .htitle p{
    margin:20px 0 0;
    font-size: 24px;
}
.pm_local{
    position: absolute;
}
.pm_img{
    position: relative;
}
.pm_local span{
    background: #fff;
    display: block;
    width: 100px;
    text-align: center;
    padding: 5px 0;
    border-radius: 30px;
    color: #383838;
    position: absolute;
  top: -32px;
  left: -100px;
}
.pmright span{
  top: -32px;
  right: -100px;
  left: auto;
}
.pagecf_list {
  display: flex;
  margin: 0 -40px;
  flex-wrap: wrap;
    row-gap:50px;
}
.pagecf_list > div{
    width: 50%;
    padding: 0 40px;
}
.pagecf_txt h3{
    margin: 40px 0 15px;
    font-size: 36px;
}
.pagecf_info hr {
  background: linear-gradient(90deg, #0A93FE 0, #E13EF0 50%, #EF485D 100%);
  height: 2px;
  border: 0;
    margin: 0 0 40px;
}
.pagepro_value .spv_list > div{
    width: 33.333%;
    padding: 0 10px;
}
.pagepro_value .spv_list {
  margin: 0 -10px;
}
.pagepro_value .spvl_info {
  padding: 50px 20px;
}
.pagepro_value .spvl_info p {
  font-size: 14px;
}
.pagepro_value .spvl_info h3 {
  font-size: 18px;
}
.pagecp_info {
  display: flex;
  gap: 40px;
    align-items: center;
}
.pagecp_info > div{
    width: 50%;
}
.pagecp_txt h3{
    margin-bottom: 20px;
}
.pagecp_txt p{
    color: #a6a6a6;
}
.pagecf_txt p{
    color: #a6a6a6;
}
.pr_list .pr_info .pr_txt ul{
    padding-left: 15px;
    color: #a6a6a6;
}
.pr_list .pr_info .pr_txt h3{
    margin-bottom: 20px;
}
.htitle h3{
    text-align: center;
    font-size: 30px;
  line-height: 40px;
}
.pagecp_info .pagecp_img{
    order: 2;
}
.pdf_bottom .pdf_item > div{
    width: 50%;
    padding:0 40px;
}
.pdf_bottom .pdf_item{
    display: none;
    margin: 0 -40px;
    row-gap:60px;
    flex-wrap: wrap;
}
.video_info h3,
.pdf_info h3{
    min-height: 53px;
    margin-top: 30px;
}
.pdf_item .video_info a{
    position: relative;
    display: block;
}
.video_info a span{
    color: #fff;
}
.pdf_bottom .pdf_item:first-child{
    display: flex;
}
.page-template-page-download .sl_top ul {
  justify-content: start;
  gap: 50px;
}
.page-template-page-download .sl_top ul li{
    cursor: pointer;
    color: #A6A6A6;
    transition: all .5s ease-out 0s;
}
.page-template-page-download .sl_top ul li.active{
    color: #fff;
    font-weight: bold;
}
.pop_form{
	opacity:0;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index: -1;
	background: rgb(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
}
.hj-form{
	width: 700px;
    background: #fff;
    padding: 30px 0;
    border-radius: 5px;
	position:relative;
}
.pop_form.active{
	opacity:1;
	z-index:99;
}
.pop_form .hj_close{
	cursor:pointer;
	position:absolute;
	top:15px;
	right:15px;
}
.hj_info {
  padding: 0 30px;
}
.page-template-page-contact .home-form{
    display: none;
}
.nf-form-content select{
    background: #fcfcfc;
  padding: 8px 10px;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
}
.html-container{
    margin-bottom: 0 !important;
}
.nf-field-container.html-container .nf-field-label{
    display: block !important;
    font-size: 18px;
}
.pagec_form nf-fields-wrap nf-field{
    width: 100%;
}
.pagec_form nf-fields-wrap nf-field:nth-child(7), 
.pagec_form nf-fields-wrap nf-field:nth-child(8),
.pagec_form nf-fields-wrap nf-field:nth-child(5), 
.pagec_form nf-fields-wrap nf-field:nth-child(6), 
.pagec_form nf-fields-wrap nf-field:nth-child(2), 
.pagec_form nf-fields-wrap nf-field:nth-child(3){
    width: 49%;
}
.pagec_form .container{
    max-width: 700px;
}
.pagec_info{
    background: #f5f5f5;
}
.pagec_info .row{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.pageci_detail {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -25px;
    row-gap:50px;
}
.pageci_detail > div{
    padding: 0 25px;
    width: 50%;
}
.pageci_add ul{
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap:10px;
}
.pageci_add ul a{
    display: block;
    line-height: 0;
}
.pageci_add h3{
    margin-bottom: 20px;
}
.ser-care {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -13px;
}
.ser-care > div{
    padding:0 13px;
}
.ser-care .ser_txt{
    width: 60%;
    font-size: 24px;
    padding-right: 30px;
}
.ser-care .ser_img{
    width: 40%;
}
.serc_txt h2,
.ser-care .ser_txt h2{
    font-size: 60px;
    margin-bottom: 30px;
}
.serc_txt p{
    font-size: 24px;
    color: #383838;
}
.ser-banner{
    padding: 200px 0;
}
.ser_con{
    background: #f5f5f5;
    padding: 200px 0;
}
.remote{
    display: flex;
  flex-wrap: wrap;
}
.remote .rem_img {
    width: 40%;
}
.remote .rem_txt {
    width: 60%;
    padding-left: 60px;
    font-size: 24px;
}
.page-template-page-service .spvl_info p {
  font-size: 14px;
}
.page-template-page-service .spvl_info h3 {
  font-size: 18px;
}
.page-template-page-service .spvl_info {
  padding: 50px 20px;
}
.htitle p{
    margin: 20px 0 0;
    font-size: 24px;
}
.ser-support .ser-care .ser_txt{
    width: 55%;
}
.ser-support .ser-care .ser_img{
    width: 45%;
}
.ser-support .ser-care{
    align-items: center;
}
.header_bottom .multi_list > .sub-menu{
  width: 560px;
    padding: 28px 20px;
}
.header_bottom .multi_list:hover > .sub-menu{
    display: flex !important;
}
.header_bottom .multi_list3 > .sub-menu > li{
    width: 33.333%;
}
.header_bottom .multi_list3 > .sub-menu > li > a{
    padding:0;
    color: #FF2BFB;
}
.header_bottom .multi_list > .sub-menu .sub-menu{
    display: block;
  position: relative;
  top: auto;
  left: auto;
  width: 100%;
  transform: none;
  padding: 0;
    margin-top: 8px;
}
.header_bottom .multi_list > .sub-menu .sub-menu a{
    padding: 8px 0;
}
.header_bottom .multi_list .sub-menu a{
    background: transparent !important;
}
.header_bottom .multi_list > .sub-menu .sub-menu a:hover{
    color: #FF2BFB;
}
.menu_mobile a,
.top-search a{
    color: #fff;
    cursor:pointer;
}
.pg_list{
    display: flex;
    margin: 0 -20px;
    flex-wrap: wrap;
        row-gap:40px;
}
.pg_list >div{
    width: 50%;
    padding: 0 20px;
}
.pg_info {
  background: #15151A;
  padding: 25px;
  height: 100%;
  border-radius: 10px;
}
.pg_info h3{
    margin: 15px 0;
}
.pg_info .pg_txt {
  font-size: 18px;
}
.pagecctxt h2{
    font-size: 40px;
    background: linear-gradient(90deg, #0A93FE 0, #E13EF0 50%, #EF485D 100%);
    -webkit-background-clip: text;
  color: transparent;
    line-height: 60px;
}
.page__menutree{
    display: none;
}
header{
    position: relative;
  z-index: 3;
}
.swiper-pagination {
  z-index: 1;
}
.nav-main-menu .top-main-menu span{
    display: none;
}
.fixed_email{
    position: fixed;
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: #42404D;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 40px;
    bottom: 50px;
}
.youtube .embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}
.embed-container iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
video{
    display: block;
}
.another-language {
  position: absolute;
  top: 62px;
  background: #24242C;
  display: none;
  z-index: 5;
  left: 50%;
	padding:15px;
	width: 130px;
	transform: translateX(-50%)
}
a.glink img {
  max-width: 20px !important;
	margin: 0 5px 0 0 !important;
}
a.glink{
    display: block;
    color: #fff;
}
.top-lan:hover .another-language {
  display: block;
}
.top-lan a.glink {
    margin-bottom: 5px;
	font-size:14px;
}
.top-lan a.glink:last-child {
    margin-bottom: 0;
}
.top-lan{
	position: relative;
	padding:20px 10px;
	cursor:pointer;
}
.top-lan a .fa{
    color: #fff;
}
.page__header-top {
  background-color: #24242C;
  color: #fff;
  width: 100%;
  transition: 0.3s ease-out;
 overflow: hidden;
  opacity: 0;
  visibility: hidden;
  position: fixed;
  width: 100vw;
  height: 100dvh;
  top: 0;
  left: 0;
  z-index: 3;
}
.show-search{
    visibility: visible !important;
  overflow: visible !important;
  opacity: 1 !important;
}
.page__header-top.show-search {
  background: rgba(36,36,44,.95);
  -webkit-backdrop-filter: blur(7.5px);
  backdrop-filter: blur(7.5px);
}
.header_form{
  margin: 11.2rem auto 0;
}
.close-button {
  position: absolute;
  right: 3.2rem;
  top: 1.6rem;
  cursor: pointer;
  width: 4.8rem;
  height: 4.8rem;
  -webkit-transition: background-color .45s ease-in-out;
  transition: background-color .45s ease-in-out;
  border-radius: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
    transition-timing-function: cubic-bezier(.65,0,.076,1);
  -webkit-transition-property: background,color,border,opacity,fill;
  transition-property: background,color,border,opacity,fill;
  -webkit-transition-duration: .2s;
  transition-duration: .2s;
}
.close-button:hover {
  background-color: rgba(255,255,255,.2);
}
.close-button:hover svg path {
  stroke: #FF2BFB;
}
.header_form input{
    background: none;
    height: 80px;
  padding: .8rem 1.6rem .8rem 0;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
    border:0;
    outline: none;
    border-bottom: thin solid #7e7a7e;
    width: 100%;
    color: #7e7a7e;
}
.header_form button{
    -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: .8rem;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 4;
    background: none;
    border:0;
    outline: none;
    top: 10px;
  line-height: 0;
  width: 45px;
  height: 45px;
  border-radius: 50%;
     -webkit-transition: background-color .45s ease-in-out;
  transition: background-color .45s ease-in-out;
}
.header_form button:hover{
    background-color: rgba(255,255,255,.2);
}
.header_form button:hover svg path{
    stroke: #FF2BFB;
}
.header_form #search-bg{
    position: relative;
}
.header_form input:focus {
  border-bottom: thin solid #FF2BFB;
  color: #fff;
}
.search-results article{
    padding:15px;
    border:1px solid #001911;
    margin-bottom: 30px;
}
.search-results article a{
    color: #333;
}
.search-results article h2{
    font-size: 28px;
    margin-bottom: 10px;
}
.wp-pagenavi span.pages{
    display: none;
}
.wp-pagenavi a, .wp-pagenavi span{
  text-decoration: none;
  border: 1px solid #BFBFBF;
  padding: 3px 5px;
  margin: 2px;
  width: 30px;
  display: inline-block;
  text-align: center;
    color: #333;
}
.entry-summary a.more-link{
    display: none;
}
.rmore{
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-bottom: 8px;
    transition: all .4s cubic-bezier(.47,1.64,.41,.8);
    margin-top: 15px;
}
.rmore:after {
  height: 2px;
  background-color: #FF2BFB;
  content: "";
  bottom: 0;
  left: 0;
  width: 60%;
  position: absolute;
  z-index: -1;
    transition: all .4s cubic-bezier(.47,1.64,.41,.8);
}
.rmore:hover:after {
  background-color: #333;
  width: 100%;
}
.search-results h1{
    margin: 0 auto;
    
}
.content-area{
    padding-top:60px;
}
.search_form{
    background-color: #eee;
  padding: 4rem;
    margin: 40px 0;
}
.search_form form{
    max-width: 700px;
  margin: 0 auto;
    position: relative;
}
.search_form input{
    background: #fff;
    border:0;
    padding: 2rem 0 2rem 3rem;
    outline: none;
    width: 100%;
}
.search_form button{
    -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: .8rem;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 4;
    background: none;
    border:0;
    outline: none;
    top: 1px;
  line-height: 0;
  width: 45px;
  height: 45px;
  border-radius: 50%;
     -webkit-transition: background-color .45s ease-in-out;
  transition: background-color .45s ease-in-out;
}
.search_form button:hover{
    background-color: #FF2BFB;
}
.search_form button svg path{
    stroke: #333;
}
.search-no-results h2{
    margin-bottom: 20px;
    font-size: 28px;
}


@media (max-width:1024px){
    .ser-care .ser_txt {
  font-size: 20px;
}
    .serc_txt h2, .ser-care .ser_txt h2 {
  font-size: 40px;
}
    .hp_img .swiper-button-next, .hp_img .swiper-button-prev{
        display: none
    }
    .pb_text h1 {
  font-size: 40px;
}
    .pb_text {
  padding: 60px 0;
}
    .spt_info p {
  font-size: 18px;
  color: #A6A6A6;
}
    .spt_info h1 {
      font-size: 40px;
      margin: 0 0 30px;
    }
    .pb_text p {
  font-size: 18px;
}
    .serc_txt p {
  font-size: 20px;
}
    .pagew_value .htitle p {
  font-size: 20px;
}
    .remote .rem_txt {
  padding-left: 30px;
  font-size: 20px;
}
    .htitle p {
  font-size: 20px;
}
}

@media (max-width:768px){
    .top-lan {
  padding: 10px 10px;
}
    .search_form {
  padding: 4rem 2rem;
}
    .search-results h1 {
  font-size: 30px;
}
    .search-results article h2 {
  font-size: 18px;
  margin-bottom: 10px;
}
    .ssb_list.bene6 > div, .ssb_list.bene3 > div,
.ssb_list.bene5 > div:nth-child(3),
.ssb_list.bene5 > div:nth-child(2),
.ssb_list.bene5 > div:nth-child(1){
  width: 50%;
}
    .menu_mobile{
        position: relative;
    }
    .menu_mobile a.closes{
        position: absolute;
        left: 0;
        opacity: 0;
        visibility: hidden;
        transition: all .5s ease-out 0s;
    }
    .menu_mobile a.defult{
        transition: all .5s ease-out 0s;
    }
    .is-clicked-hamburger .menu_mobile a.closes{
        opacity: 1;
        visibility: visible;
    }
    .is-clicked-hamburger .menu_mobile a.defult{
        opacity: 0;
        visibility: hidden;
    }
    .top_icon a i{
        font-size: 16px;
        color: #fff;
    }
    body.is-clicked-hamburger {
    overflow-y: hidden;
    max-height: 100vh;
}
    .page__menutree__wrapper ul.sf-menu{
        padding: 10px 15px;
        margin:0;
        list-style: none;
    }
    .page__menutree__wrapper ul.sf-menu > li{
        position: relative;
        border-bottom: 1px solid #1B1B21;
    }
    .page__menutree__wrapper ul.sf-menu > li > a{
        font-size: 20px;
        color: #fff;
        padding: 10px 15px;
        display: flex;
        position: relative;
        justify-content: space-between;
    }
    .page__menutree__wrapper ul.sf-menu > li > span{
        display: flex;
        height: 48px;
        width: 48px;
        align-items: center;
        justify-content: center;
        color: #fff;
        position: absolute;
        right: 0;
        top:0;
        transition: all .5s ease-out 0s;
        font-size: 20px;
    }
    .page__menutree__wrapper ul.sf-menu > li.is-open > span{
        transform: rotate(90deg);
    }
    .page__menutree__wrapper ul.sub-menu{
        list-style: none;
        padding-left: 15px;
        margin: 0 !important;
    }
    .page__menutree__wrapper ul.sf-menu > li > ul{
        visibility: hidden;
        max-height: 0;
        overflow-y: hidden;
        height: unset;
        -webkit-transition-delay: .2s !important;
        transition-delay: .2s !important;
        opacity: 0;
        -webkit-transition: max-height .6s 
    ease-out, opacity .8s 
    ease-out;
        transition: max-height .6s 
    ease-out, opacity .8s 
    ease-out;
        padding-left: 15px;
    margin: 0 !important;
    }
    .page__menutree__wrapper ul.sf-menu > li > ul li:last-child{
        margin-bottom: 20px;
    }
    .page__menutree__wrapper ul.sf-menu ul li a{
        color: #fff;
        font-size: 16px;
        padding: 10px 15px;
        display: block;
    }
    .page__menutree__wrapper ul.sf-menu ul li.menu-item-has-children > a{
        color: #FF2BFB;
    }
    .page__menutree__wrapper ul.sf-menu > li.is-open > ul{
        display: block;
    visibility: visible;
    max-height: 380rem !important;
    margin-top: 1em;
    opacity: 1;
        transition: max-height .6s 
ease-out, opacity .8s 
ease-out;
    }
    .page__menutree__wrapper{
        height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      overflow: auto;
        width: 100%;
    }
    .page__menutree{
    display: block;
    position: absolute;
      z-index: 2;
      width: 100vw;
      background: #24242C;
      visibility: hidden;
      opacity: 0;
      height: 0;
      -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
      transform: translateY(-100%);
      -webkit-transition: visibility .35s ease,opacity .35s ease,height .35s ease,-webkit-transform .35s ease;
      transition: visibility .35s ease,opacity .35s ease,height .35s ease,-webkit-transform .35s ease;
      transition: visibility .35s ease,transform .35s ease,opacity .35s ease,height .35s ease;
      transition: visibility .35s ease,transform .35s ease,opacity .35s ease,height .35s ease,-webkit-transform .35s ease;
    }
    .is-clicked-hamburger .page__menutree {
    display: flex;
    visibility: visible;
    /* -webkit-transform: translateY(0); */
    -ms-transform: translateY(0);
    transform: translateY(0);
    height: 88.5svh;
    opacity: 1;
}
    .pagecctxt h2 {
  font-size: 30px;
  line-height: 45px;
}
    .htitle p {
  font-size: 16px;
}
    .remote .rem_txt {
    padding-left: 0;
    font-size: 16px;
    width: 100%;
    margin-top: 30px;
  }
    .remote .rem_img {
  width: 100%;
}
    .pagew_value .htitle p {
  font-size: 16px;
        text-align: center;
}
    .serc_txt p {
  font-size: 16px;
}
    .ser-care .ser_img {
  width: 100%;
        margin-top: 30px;
}
    .ser-care .ser_txt {
  width: 100%;
  font-size: 16px;
  padding-right: 13px;
}
    .serc_txt h2, .ser-care .ser_txt h2 {
  font-size: 30px;
}
    .sl_cont {
  padding: 40px 20px;
  margin-top: 30px;
}
    .page-template-page-solution .hpl_info .hp_img img {
    max-width: 100%;
        width: 100%;
  }
    .spol_info h2 {
  font-size: 30px;
}
    .spo_list .spol_item {
  margin-bottom: 70px;
}
    .spol_info > div {
  width: 100%;
        order: 2;
}
    .spol_info {
  flex-wrap: wrap;
}
    .spvl_info {
  padding: 50px 20px;
    }
    .sptl_image .sptl_txt {
  order: 2;
}
    .sptl_image .sptl_txt {
  width: 100%;
  margin-top: 20px;
}
    .sptl_image .sptl_img {
  width: 100%;
}
    .sptl_image .sptl_info {
  gap: 20px;
  flex-wrap: wrap;
}
    .spsl_item h3.small {
  font-size: 16px;
}
    .col_One .sps_list {
  display: flex;
  gap: 0;
  flex-wrap: wrap;
        margin: 0 -8px;
        row-gap:16px;
    }
    .col_One .sps_list > div {
  width: 50%;
        padding: 0 8px;
}
     .spt_info p {
    font-size: 16px;
  }
    .spt_info h1 {
    font-size: 30px;
  }
    .pb_text h1 {
    font-size: 30px;
  }
    .product_list .hpl_spec {
        gap:0;
          row-gap: 16px;
          margin: 0 -8px;
        flex-wrap: wrap;
}
    .hpl_spec > div {
  width: 50%;
        padding:0 8px;
}
    .product_list .hpls_info h3 {
  font-size: 24px;
}
    .product_list .hpl_text h3 {
  font-size: 20px;
}
    .hpl_info h2 {
  font-size: 30px;
}
    .icon_play span {
  width: 65px;
  height: 65px;
    }
    .footer_bottom p {
  text-align: center;
}
    .footer-newsletter ul {
  justify-content: center;
}
    .footer-menu ul {
    display: none;
  }
    .footer-newsletter {
  text-align: center;
  margin-top: 30px;
}
    .open ul {
    display: block;
    margin-bottom: 15px;
  }
    div.footer-menu {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
    .footer_top .col-md-2:first-child div.footer-menu {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
  }
     div.footer-menu h3::after {
    content: "\f107";
    display: block;
    font: normal normal normal 14px/1 FontAwesome;
    transition: all .5s ease-out 0s;
  }
    .open h3::after {
    transform: rotate( 180deg );
  }
    div.footer-menu h3 {
    margin: 0;
    padding: 15px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
  }
    .spv_list > div {
  padding: 0 10px;
  margin-top: 20px;
}
    .spv_list {
  margin: 0 -10px;
}
    .h3, h3 {
  font-size: 20px;
}
    .spt_list > div {
  width: 50%;
}
    .spi_info .spi_txt{
        order: 2;
    }
    .spi_info.content_Above > div, .spi_info.content_Below > div {
  width: 100%;
  text-align: center;
}
    .spi_info.content_Below .spi_img {
  order: 1;
  text-align: center;
}
    .spi_img img{
        max-width: 400px;
        width: 100%;
    }
    .spi_info.content_Right > div {
  width: 100%;
        text-align: center;
}
    .spi_info .spi_txt {
  font-size: 18px;
}
    .spi_info.content_Left > div {
  width: 100%;
        text-align: center;
}
    .spi_info {
  flex-wrap: wrap;
}
    .sps_two .spsl_item {
  width: 200px;
}
    .sps_two .sps_img img{
        max-width: 260px;
    }
    div.tnp-subscription, form.tnp-subscription, form.tnp-profile {
  max-width: 100%;
  width: 100%;
}
    .hfi_text h3 {
  font-size: 20px;
}
    .hfi_text {
  width: 100%;
  padding: 30px 15px;
}
    .hfi_form {
  width: 100%;
}
    .hf_info {
  flex-wrap: wrap;
}
    .home-stories .hb_list h3 {
  font-size: 20px;
  line-height: 30px;
}
    .hb_list > div {
  width: 100%;
}
    .hb_list {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
}
    .hc_text p {
  font-size: 18px;
}
    .hc_text h2 {
  font-size: 40px;
  line-height: 50px;
}
    .hpls_info span {
  font-size: 16px;
}
    .hpl_info .hp_img img{
        max-width: 400px;
    }
    .section {
  padding: 70px 0;
}
    .hp_list .hpl_item {
  margin-bottom: 120px;
}
    .hpl_text {
  font-size: 18px;
}
    .hpls_info h3 {
  font-size: 24px;
}
    .hpl_info h2 {
  font-size: 40px;
}
    .hfi_form h2,
    .htitle h2, .solution-template-default .htitle h2 {
  font-size: 35px;
}
    .hv_text h2 {
  font-size: 35px;
  line-height: 50px;
}
    .desk-none {
  display: block;
}
    .mobile-none{
        display: none;
    }
    .header_bottom {
      padding: 15px 0;
        position: relative;
    z-index: 3;
    }
    .spp_content table {
  width: 1000px !important;
}
    .spp_content{
        overflow: auto;
    }
    .ssb-top h2 {
  font-size: 40px;
}
    .ssc_list > div {
  width: 33.333%;
}
    .spv_list > div.spvl_noneimg {
  width: 50%;
}
    .pws_list {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}
    .pws_list > div {
  width: 100%;
}
    .pr_list .pr_info {
  flex-wrap: wrap;
}
    .pr_info .pr_txt p {
  font-size: 16px;
}
    .pr_list .pr_info .pr_txt {
  padding: 30px;
}
    .pr_list .pr_info > div {
  width: 100%;
        order: 1 !important;
}
    .pagew_value .spv_list > div {
  width: 100%;
}
    .nf-form-content input[type="submit"] {
  font-size: 20px;
}
    .pagepro_value .spv_list > div {
  width: 50%;
}
    .pagecf_txt h3 {
  font-size: 30px;
}
    .pagecf_img img{
        height: 50px;
    }
    .pagecf_list {
  margin: 0 -10px;
    }
    .pagecf_list > div {
  padding: 0 10px;
        width: 100%;
}
    .pagecf_txt h3 {
    font-size: 24px;
  }
    .pr_list .pr_info > div img{
        width: 100%;
    }
    .pagecp_info > div {
  width: 100%;
}
    .pagecp_info {
  flex-wrap: wrap;
}
    .pagecp_info .pagecp_img img{
        width: 100%;
    }
    .htitle h3 br{
        display: none;
    }
    .sl_bottom .sl_item {
  width: 50%;
}
    .sl_top ul {
  width: 1000px;
}
    .sl_top {
  overflow: auto;
}
    .scc_txt ul {
  font-size: 16px;
}
    .scc_txt ul li {
  line-height: 26px;
  margin-bottom: 15px;
}
    .scc_txt p {
  margin-bottom: 15px;
  font-size: 16px;
}
    .pageci_detail {
  margin: 0 -10px 30px;
    }
    .pageci_detail > div {
  padding: 0 10px;
}
    .pdf_bottom .pdf_item {
  margin: 0 -10px;
    }
    .pdf_bottom .pdf_item > div {
  padding: 0 10px;
}
    .page-template-page-download .sl_top ul{
        width: 400px;
    gap: 30px;
    }
    .pb_img img {
  width: 100%;
}
    .pb_text {
    padding: 50px 0;
  }
    .pg_list > div {
  padding: 0 10px;
}
    .pg_list {
  margin: 0 -10px;
    }
    .pg_info img{
        max-width: 50px;
    }
    .pg_info .pg_txt {
  font-size: 16px;
}
    .spv_list.spv3 > div {
  width: 100%;
}
}
@media (max-width:480px){
    .pws_info img{
        width: 100%;
    }
    .pm_local img{
        max-width: 10px;
    }
    .ssb_list.bene6 > div, .ssb_list.bene3 > div,
.ssb_list.bene5 > div:nth-child(3),
.ssb_list.bene5 > div:nth-child(2),
.ssb_list.bene5 > div:nth-child(1){
  width: 100%;
}
    .pg_list > div {
    width: 100%;
  }
    .pagecctxt h2 {
  font-size: 25px;
  line-height: 35px;
}
    .hpl_info h2 {
    font-size: 25px;
  }
    .h3, h3 {
    font-size: 18px;
  }
    .video_info h3, .pdf_info h3 {
  min-height: auto;
}
    .pdf_bottom .pdf_item > div {
  width: 100%;
}
    .sl_info h3 {
  min-height: inherit;
}
    .sl_bottom .sl_item {
  width: 100%;
}
    .pr_list .pr_info .pr_txt {
    padding: 30px 15px;
  }
    .pagepro_value .spv_list > div {
    width: 100%;
  }
    .pagecf_txt h3 {
    font-size: 18px;
  }
    .ser-support .ser-care .ser_img {
  width: 100%;
}
    .ser-support .ser-care .ser_txt {
  width: 100%;
}
    pr_list .pr_info .pr_txt {
    padding: 30px 15px;
  }
    .spt_info {
  padding: 60px 0;
}
    .sscl_info h3 {
  font-size: 16px;
}
    .ssc_list > div {
  width: 50%;
}
    .ssil_info h3 {
  bottom: 10px;
  font-size: 16px;
}
    .ssi_list > div {
  width: 50%;
}
    .ssb_list {
  margin: 0;
}
    .ssb_list > div {
  width: 100%;
        padding:0; 
}
    .ssb-txt {
  margin-top: 15px;
}
    .ssb-top h2 {
  font-size: 30px;
}
    .ssb_info {
  padding: 40px 20px;
    }
    .hp_img {
  margin-bottom: 30px;
}
    .slcb_list {
  gap: 15px;
  flex-wrap: wrap;
}
    .slc_top .slc_ind {
  width: 100%;
}
    .slc_top .slc_sce {
  width: 100%;
}
    .slc_top {
  flex-wrap: wrap;
}
    .spv_list > div {
  width: 100%;
}
    .spt_list > div {
    width: 100%;
  }
    .spi_info .spi_txt {
    font-size: 16px;
  }
    .sps_two .spsl_item{
        margin-top: 30px;
    }
    .sps_info {
  display: flex;
  justify-content: center;
}
    .sps-left {
  position: relative;
    }
    .sps-right {
  position: relative;
    }
    .pb_text p {
    font-size: 14px;
  }
    .product_list .hpls_info span {
  font-size: 14px;
}
    .product_list .hpls_info h3 {
    font-size: 18px;
  }
    .product_list .hpl_text p {
  font-size: 14px;
}
    .product_list .hpl_text h3 {
    font-size: 16px;
  }
    body {
  font-size: 14px;
    }
    .hfi_form h2, .htitle h2, .solution-template-default .htitle h2 {
    font-size: 30px;
  }
    .hpls_info {
  padding: 20px 0px;
}
    .hpl_spec {
      gap: 10px;
    }
    .hpl_info .hp_img img {
    max-width: 300px;
    width: 100%;
  }
    .hv_text h2 {
    font-size: 25px;
    line-height: 30px;
  }
    .hc_text p {
    font-size: 16px;
  }
    .hpl_text {
    font-size: 16px;
  }
    .hpl_info h2 {
    font-size: 30px;
  }
    .hpls_info span {
    font-size: 12px;
  }
    .hpls_info h3 {
    font-size: 14px;
        margin: 15px 0 5px;
  }
    .hc_text h2 {
    font-size: 30px;
    line-height: 40px;
  }
}













