@charset "utf-8";


body {
	font-family: 'Open Sans';
}





input,
button,
select,
textarea {
	outline: none;
}

img {
	max-width: 100%;
}

a:hover,
a:focus {
	text-decoration: none;
}

a {
	color: #333;
}

.owl-theme .owl-nav {
	margin-top: 0px !important;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
	margin: 0px !important;
	padding: 0px !important;
}

.owl-prev,
.owl-next {
	margin: 0px !important;
	border-radius: 0px !important;
}

.fl-left {
	float: left !important;
}

.fl-right {
	float: right !important;
}



/* css main slider */
	
#slider-home .owl-prev{
position: absolute;
top: 50%;
left: 0;
transform: translateY(-50%);
}
#slider-home .owl-next{
	
position: absolute;
	
top: 50%;
	
right: 0;
	
transform: translateY(-50%);
}
#slider-home .owl-nav >div{
	background-color: rgba(51, 51, 51, 0.6);
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	color: #fff;
}
.hc-nav-trigger.hc-nav-1{
	display: none!important;
}

.second-nav{
	display: none;
}
.logo-menu{
	
    position: relative;
  
   
}
.main-menu>ul{
	padding-left: 0;
	display: inline-block;
	margin-bottom: 0;
	float: right;
}
.main-menu>ul>li{
	float: left;
	list-style: none;
	position: relative;
	padding:0 10px;
}
.main-menu>ul>li.lang{
	padding:0 2px;
}
.main-menu>ul>li>a{
	display: inline-block;
	font-size: 15px;
	font-weight: bolder;
	 
	
}

.main-menu>ul>li.active>a{
	    color: #f37022;
}
.main-menu>ul>li:hover>a{
	color: #f37022;
}


.main-menu>ul>li:last-child{
	float: right;
}
.main-menu ul li .submenu{
	   padding-left: 0;
    position: absolute;
    z-index: 11;
  
   
    width: 226px;
    list-style: none;
    left: 0;
    top: 30px;
	visibility: hidden;
	opacity: 0;
	    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
}
a{
	    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
}
img{
	    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
}
.main-menu ul li .submenu li a{
	    color: #333;
    font-size: 14px;
    display: inline-block;
    width: 100%;
    padding: 10px;
}
.main-menu ul li .submenu li {
	      margin-bottom: 1px;
    background: #fff;
}
.main-menu ul li .submenu li:last-child{
	border:0;
	padding-bottom: 0;
	margin-bottom: 0;
}

.main-menu ul li:hover .submenu{
	    top: 49px;
	display: block;
	visibility: visible;
	opacity: 1;
}
.nav-search{
	    position: absolute;
	    right: 0;
	    top: 50px;
	    z-index: 11;
	    visibility: hidden;
	    opacity: 0;
	        -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
}
.nav-search input[type=text]{
	width: 257px;
	height: 40px;
	border: 1px solid #ddd;
	padding-left: 10px;
	border-radius: 3px;
}
.nav-search.open{
	visibility: visible;
	opacity: 1;
	 top: 46px;
}
.logo-menu .main-menu{
    width: 100%;
    margin-top: 5px;
    display: inline-block;
}
img{
	-webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
}
.main-menu>ul>li>a.click-search{
	
padding:0;
  
    cursor: pointer;
       
}
.main-menu>ul>li:hover>a.click-search{
	border:0;
}
.logo-menu{
	padding:20px 0;
}
.Why-Humax{
	    background: #f37022;
    padding: 70px 0;
    text-align: center;
}
 .title-primary{
	    font-family: 'SAMSUNGSHARPSANS-BOLD-UTF8';
    margin: 0;
    font-size: 40px;
   text-align: center;
    position: relative;
        padding-bottom: 15px;
}
.Why-Humax .title-primary{
	color: #fff;
}
.Why-Humax .title-primary:after{
	content: '';
	position: absolute;
	width: 56px;
	height: 2px;
	background: #fff;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
}
.Why-Humax .desc{
	    font-size: 18px;
    color: #fff;
    padding-top: 20px;
}
.Why-Humax .learmore{
	    font-size: 14px;
    color: #fff;
    border: 1px solid #fff;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    padding: 0 38px;
    text-transform: uppercase;
    margin-top: 17px;
}
.Why-Humax .learmore:hover{
	background: #fff;
	color: #f37022;
}
.Conference-Solutions  .banner-tab img{
	width: 100%;
	/*height: 260px;*/
	object-fit: cover;
}
.Conference-Solutions  .banner-tab{
	position: relative;
	    margin-top: 25px;
}
.category-item-product .item .image img{
	height: 260px;
}
.Conference-Solutions  .banner-tab .overlay-banner{
	    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    padding-left: 70px;
        text-align: left;
}
.Conference-Solutions  .banner-tab .overlay-banner .title{
	font-family: 'GoogleSans-Bold';
	font-size: 26px;
}
.Conference-Solutions  .banner-tab .overlay-banner .desc{
	font-size: 16px;
}
.Conference-Solutions .banner-tab .overlay-banner .view-more{
	display: inline-block;
    height: 30px;
    border: 1px solid;
    line-height: 30px;
    text-transform: uppercase;
    padding: 0 18px;
    margin-top: -15px;

}
.Conference-Solutions  .banner-tab .overlay-banner .view-more:hover{
	background: #f37022;
	color: #fff;
}
.Conference-Solutions #exTab1 {
	text-align: center;
}
.Conference-Solutions #exTab1  ul{
	display: inline-block;
}
.Conference-Solutions #exTab1  ul li a{
	    font-size: 18px;
    border-radius: 0;
      padding: 10px 0;
}
.Conference-Solutions #exTab1  ul li{
	    padding: 0 20px;
}
.Conference-Solutions #exTab1  ul li a:hover{
	background: none;
}
.Conference-Solutions #exTab1  ul li.active a{

    background: none;
    color: #333;
    border-bottom: 1px solid #f37022;
  

}
.category-item-product .item{
	background: #f2f2f2;
    /*padding: 30px 20px;*/
}
.category-item-product .item .title{
	padding: 15px 10px;
	font-size: 16px;
	height: 85px;
	font-family: 'GoogleSans-Bold';
}
.category-item-product .item .desc{
	    margin: 0;
    font-size: 14px;
    color: #999999;
}
.category-item-product{
	margin-top: 30px;
}
.category-item-product .item:hover{
	background: #f37022;
}
.category-item-product .item:hover  .title a{
	color: #fff;
}
.category-item-product .item:hover  .desc{
	color: #f9c0a9;
}
.new-product .title-primary{
	margin-bottom: 35px;
}
.new-product .title-primary:after {
    content: '';
    position: absolute;
    width: 56px;
    height: 2px;
    background: #f37022;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}
.new-product{
	margin-top: 80px;
}
.item-product .title{
	font-family: 'GoogleSans-Bold';
    font-size: 16px;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
    margin-top: 0px;
}
.item-product  .view-product{
    display: inline-block;
    height: 34px;
    border: 1px solid;
    line-height: 34px;
    font-size: 14px;
    padding: 0 17px;
    text-transform: uppercase;
}
.item-product {
	text-align: center;
	
}
.item-product:hover .nav-image{
	background: #f37022;
}
.item-product:hover .title a{
	color: #fff;
}
.item-product:hover .view-product{
	color: #f37022;
	background: #fff;
}
.item-product .nav-image{
	    padding: 15px 10px;
	    background: #dbdcde;
	    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;

}
.item-product .image img{
	    width: 100%;
    height: 262px;
    object-fit: cover;
}
img {
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
}
.item-product:hover .image img{
	-webkit-transform: scale(1.05);
    transform: scale(1.05);
}
.item-product .image{
	overflow: hidden;
}
.Conference-Solutions{
	margin-top: 75px;
}
 .description{
	    color: #999999;
    text-align: center;
    font-size: 18px;
    position: relative;
     padding-bottom: 15px;
}
.description:after{
	    content: '';
    position: absolute;
    width: 56px;
    height: 2px;
    background: #f37022;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
       
}
.Medical-Monitors .title-primary{
	padding-bottom: 5px;
}
.Medical-Monitors{
	margin-top: 75px;
}
.Medical-Monitors .nav-Medical-Monitors{
	position: relative;
	margin-top: 35px;
}
.Medical-Monitors .nav-Medical-Monitors .image img{
	width: 100%;
}
.Medical-Monitors .nav-Medical-Monitors .view-more{
	    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    border: 1px solid #333;
    display: inline-block;
    padding: 10px 26px;
    text-transform: uppercase;
}
.services-home{
	margin-top: 70px;
}
.services-home .nav-services-home .item {
	text-align: center;
}
.services-home .nav-services-home .item .image img{
	    width: 100%;
    height: 240px;
    object-fit: cover;
}
.services-home .nav-services-home .item .title{
	    font-size: 20px;
}
.services-home .nav-services-home .item .desc{
	    margin: 0;
    font-size: 14px;
    color: #a1a1a1;
}
.services-home  .nav-services-home{
	margin-top: 40px;
}
.Our-Customers .item{
	width: calc((100% - 80px) / 5);
	display: inline-block;
	float: left;
	margin-right: 20px;
}
.Our-Customers .item:nth-child(5){
	margin-right: 0
}
.Our-Customers{
	margin-top: 70px;
	margin-bottom: 70px;
}
.Our-Customers .nav-Our-Customers{
	margin-top: 30px;
}
/*css footer */
.footer-1 {
	padding-top: 40px;
	padding-bottom: 45px;
}
.h3-title-ft {
	    padding-bottom: 10px;
    margin-bottom: 10px;
    font-size: 20px;
    color: #f37022;
}

.wp-ft a {
	color: #333;
	transition: all 0.3s ease-in-out;
}
.footer-2>.container {
	margin-top: 35px;
	padding-top: 35px;
	border-top: 1px solid #595959;
	padding-bottom: 45px;
}
.copy-right {
	background: #0093c9;
	padding: 15px 0px;
}


.list-ft li {
	padding-bottom: 6px;
    margin-bottom: 6px;
    font-size: 15px;
}
.list-ft li:last-child{
	border-bottom: 0
}
.list-ft li a {
	position: relative;

	color: #999999;
}

.list-ft li a:hover {
	color: #f37022;
}
.list-ft li a:hover::after {
	color: #e67817;
	left: 5px;
}
.copy-right a:hover {
	color: #d93438 !important;
}


.mxh-top li i{
	color: #7f7f7f;
}
.ul-phone{
	padding: 0px;
	margin-right: 60px;
}
.ul-phone li{
	float: left;
	margin-left: 12px;
	color: #000;
	list-style: none;
}
.ul-phone li a{
	font-weight: bold;

}
.ul-phone li p{
	margin-bottom: 0px;
	color: #999999;
}
.ul-phone li:nth-of-type(1){
	background: url("../images/bg_iconheader.png") no-repeat;
	background-position: 0px 0px;
	padding-left: 15px;
}
.ul-phone li:nth-of-type(2){
	background: url("../images/bg_iconheader.png") no-repeat;
	background-position: -129px 0px;
	padding-left: 30px;
}
.ul-phone li:nth-of-type(3){
	background: url("../images/bg_iconheader.png") no-repeat;
	background-position: -270px 0px;
	padding-left: 30px;
}
.h2-title-ft{
	font-size: 20px;
}



.box_mxhft li{
	list-style: none;
	display: inline-block;
	float: left;
}
.box_mxhft li a{
	width: 38px;
	height: 38px;
	margin-right: 5px;
	float: left;
	background: #84bd32;
	text-align: center;
	line-height: 38px;
}

.clearfix-20{
	height: 20px;
	clear: both;
}
.box_mxhft{
	display: inline-block;
	padding-left: 0;
	margin-bottom: 0;
}
.box_formft .left {
    width: 70%;
    display: inline-block;
    float: left:;
}
.box_formft .right {
    width: 28%;
    display: inline-block;
    float: right;
}
.box_formft input {
    border: 0px;
    border-radius: 4px;
    /* padding: 10px; */
    width: 100%;
    height: 39px;
    margin-bottom: 5px;
    padding-left: 10px;
}
.box_formft .right button {
   background: none;
   margin:0;
   padding:0;
   border:0;
}

.box_formft input{
	    border: 0px;
	    width: 100%;
	    height: 34px;
	    margin-bottom: 5px;
	    padding-left: 10px;
}



.copy-right{
	    width: 100%;
	    display: inline-block;
	    background: #000;
	    height: 44px;
	    line-height: 44px;
	    text-align: center;
	    font-size: 14px;
	    color: #bdbdbd;
	    margin: 0;
	    padding: 0;
}
.copy-right .text-center{
text-align: center;
    color: #666666;
}
.div-list-ft p{
	color: #333;
}
.copy-right a{
	      color: #666666;
}
.footer-1 ul{
	padding: 0;
	margin: 0;
	list-style: none;
}
#footer-site{

   
    background: #212121;
}

#footer-site .wp-ft .title-footer img{
	display: inline-block;
    float: left;
    margin-right: 15px;
}
#footer-site .wp-ft .title-footer{
	    font-family: 'GoogleSans-Bold';
    font-size: 18px;
    color: #333;
    text-transform: uppercase;
    line-height: 24px;
        display: inline-block;
    padding-bottom: 12px;
}
#footer-site .wp-ft .desc{
    font-size: 14px;
    color: #333;
}
.form-footer .item1{
	    width: calc(100% - 65px);
    display: inline-block;
    float: left;
}
.form-footer .item1 input{
	    width: calc((100% - 10px ) / 2);
    display: inline-block;
    float: left;
    height: 38px;
    border: 1px solid #ddd;
    padding-left: 10px;
        margin-right: 10px;
}
.form-footer .item1 input:nth-child(2){
	margin-right: 0;
}
.form-footer .item2{
	    width: 65px;
    display: inline-block;
    float: right;
    text-align: right;
}
.form-footer .item2 button{
	    background: no-repeat;
    border: 0;
}
.form-footer .item2 button img{
	width: 49px;
	height: 37px;
}
.form-footer{
	margin-top: 25px;
}
.form-footer .item1 input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #333;
}

.form-footer .item1 input:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: #333;
}

.form-footer .item1 input::-ms-input-placeholder { /* Microsoft Edge */
   color: #333;
}
.link-xh ul{
	display: inline-block;
}
.link-xh ul li{
	display: inline-block;
	float: left;
	margin-right: 10px;
	color: #333;
	font-size: 14px;
	text-transform: uppercase;

}

img{
	-webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
}
a{
	-webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
}
 .toolbar .inner a {
        display: block;
        height: 45px;
        width: 45px;
        line-height: 48px;
        border-radius: 50%;
        text-align: center;
        position: relative;
      
        margin-bottom: 8px;
        -webkit-transition: all .4s ease;
        -o-transition: all .4s ease;
        transition: all .4s ease;
    }
 .toolbar {
        position: fixed;
        width: 70px;
        left: 30px;
        bottom: 10px;
        z-index: 999;
    }

    .toolbar .inner {
        padding-left: 0px;
        width: 100%;
        text-align: center;
        }
        #scrollUp {
  background: #333;
  color: #fff;
  bottom: 40px;
  right: 40px;
  border-radius: 100px;
  height: 45px;
  width: 45px;
  font-size: 25px;
  text-align: center;
  line-height: 45px;
  box-shadow: 0 0 15px 0px rgba(50, 50, 50, 0.2);
  transition: 0.3s;
  display: inline-block; 
      position: fixed;
    bottom: 70px;
    right: 30px;
    cursor: pointer;
}
  #scrollUp:hover {
    background: #fff;
    color: #000; }


.link-xh ul li a{
    	    width: 38px;
    height: 38px;
    display: inline-block;
    text-align: center;
    line-height: 38px;
    color: #fff;
    }
.link-xh ul li a.fb{
	background: #5675ac;
}
.link-xh ul li a.tw{
	background: #66bbf2;
}
.link-xh ul li a.ins{
	background: #517fa6;
}
.link-xh ul li a.gg{
	background: #e45745;
}
.link-xh ul li a.you{
	background: #d92e27;
}
.header-mobile{
	display: none;
}
.Conference-Solutions2 .category-item-product .item{
	text-align: center;
}
.Conference-Solutions2 .banner-tab .overlay-banner{
	top:18%;
}
.banner-child img{
	width: 100%;
}
.banner-child{
	position: relative;
}
.banner-child .overlay-banner{
	position: absolute;
	width: 100%;
	left: 0;
	top:50%;
	transform: translateY(-50%);
}
.banner-child .overlay-banner .title-pr{
	    font-family: 'SAMSUNGSHARPSANS-BOLD-UTF8';
    margin: 0;
    font-size: 50px;
    color: #fff;
}
.banner-child .overlay-banner  .bres ul{
	padding:0;
	margin:0;
}
.banner-child .overlay-banner  .bres ul li{
	display: inline-block;
	float: left;
	color: #fff
}
.banner-child .overlay-banner  .bres ul li a{
	color: #fff;
	display: inline-block;
	padding:3px;
}
.title-primary1{
	    font-family: 'SAMSUNGSHARPSANS-BOLD-UTF8';
    margin: 0;
    font-size: 40px;
    text-align: center;
    position: relative;
    padding-bottom: 15px;
}
.title-primary1:after{
	content: '';
	    position: absolute;
    width: 56px;
    height: 2px;
    background: #f37022;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}
.main-info .who-we-are{
	margin-top: 75px;
}
.main-info .who-we-are .nav-who-we-are .item-item p{
	font-size: 16px;
	line-height: 25px;
}
.main-info .who-we-are .nav-who-we-are .item-item .item-left{
	padding-top: 30px;
}
.main-info .who-we-are .nav-who-we-are {
	margin-top: 50px;
}
.main-info .who-we-are .nav-who-we-are .item-item {
	padding-bottom: 75px;
}
.slider-Infrastructure .owl-prev{
position: absolute;
top: 50%;
left: 0;
transform: translateY(-50%);
}
.slider-Infrastructure .owl-next{
	
position: absolute;
	
top: 50%;
	
right: 0;
	
transform: translateY(-50%);
}
.slider-Infrastructure .owl-nav >div{
	background-color: rgba(51, 51, 51, 0.6);
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	color: #fff;
}
.Infrastructure-info .slider-Infrastructure {
	margin-top: 45px;
}
.info-bottom{
	margin-top: 80px;
	position: relative;
}
.info-bottom img{
	width: 100%;
}
.info-bottom .overlay-info-bottom{
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    width: 100%;
}
.info-bottom .overlay-info-bottom .title{
margin-top: 0;
    font-size: 40px;
    color: #fff;
}
.info-bottom .overlay-info-bottom .desc{
	    margin: 0;
    font-size: 16px;
    color: #fff;
}
.main-list-product .item-product .nav-image{
	position: relative;
}
.main-list-product .item-product .nav-image:after{
	content: url('../images/ar.png');
	position: absolute;
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
}
.main-list-product .item-product:hover .nav-image:after{
	content: url('../images/ar-hover.png');
}
.main-list-product  .item-product .title{
	margin-bottom: 0
}
.main-list-product  .content-list-product{
	margin-top: 75px;
}
.main-list-product  .content-list-product .title-primary1{
	margin-bottom: 50px;
}
.main-list-product  .content-list-product .item-product{
	margin-bottom: 30px;
}
.pagenavi {
       padding-bottom: 20px;
    border-top: 1px dashed #ddd;
    padding-top: 30px;
    text-align: right;

}

.pagenavi ul {
  padding-left: 0;
}

.pagenavi ul li {
  display: inline-block;
}

.pagenavi ul a {
  height: 27px;
  display: inline-block;
  background: #f2f2f2;
  text-align: center;
  line-height: 27px;
  border: 1px solid #dddddd;
  padding: 0 10px;
}
.pagenavi ul a.active {
  background: #f37022;
  color: #c5eaf8;
}
.top-product-detail{
	    background: #f37022;
    padding: 75px 0;
}
.top-product-detail .detail-product-left{
	padding-left: 80px;
	padding-right: 80px;
}
.top-product-detail .detail-product-left .slider-small {
	padding-left: 30px;
	padding-right: 30px;
	margin-top: 12px;
}
.top-product-detail .detail-product-left .conten-detail-pr .title{
    font-family: 'SAMSUNGSHARPSANS-BOLD-UTF8';
    font-size: 30px;
    color: #fff;
}
.top-product-detail .detail-product-left .nav-content-detail .desc1{
    color: #fff;
    font-size: 18px;
}
.top-product-detail .detail-product-left .nav-content-detail .desc2{
    color: #fff;
    font-size: 14px;
}
.top-product-detail .detail-product-left  .dowload-data a{
	display: inline-block;
    color: #fff;
    font-size: 15px;
    height: 45px;
    border: 1px solid #fff;
    line-height: 45px;
    padding: 0 28px;
    margin-top: 15px;
}
.top-product-detail .detail-product-left  .dowload-data a svg{
	margin-right: 10px;
}
.Key-Features .nav-Key-Features .item-key .item .title{
    font-family: 'GoogleSans-Bold';
    font-size: 18px;
    position: relative;
    padding-left: 18px;
}
.Key-Features .nav-Key-Features .item-key .item .title:before{
	content: '';
	position: absolute;
	width: 8px;
	height: 8px;
	background: #f37022;
	border-radius: 50%;
	    left: 0;
    top: 5px;
}
.Key-Features{
	padding:75px 0;
}
.Key-Features .nav-Key-Features{
	padding-top: 30px;
}
.Detail-Information{
	    background: #dfe3e9;
    padding: 75px 0;
}
.Detail-Information #exTab1 ul li a{
    background: #f2f2f2;
    font-size: 20px;
    border-radius: 0;
    color: #999999;
}
.Detail-Information #exTab1 ul li.active a{
	background: #f37022;
	color: #333;
}
.Detail-Information #exTab1 .tab-content {
background: #fff;
    padding: 20px;
}
.Detail-Information  .nav-Detail-Information{
	margin-top: 40px;
}
.other-product  {
	padding:75px 0;
}
.other-product .slider-other{
	margin-top: 45px;
}
.other-product .slider-other .owl-dot{
	    width: 10px;
    height: 10px;
    background: #fef0e8;
    border-radius: 50%;
    display: inline-block;
    float: left;
    margin: 3px;
}
.other-product .slider-other .owl-dot.active{
	background: #f37022;
}
.other-product .slider-other .owl-dots{
	    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.other-product .slider-other {
	padding-bottom: 40px;
}
.main-new .nav-main-new .item-new .image{
        width: 35%;
    display: inline-block;
    float: left;
    position: relative;
    overflow: hidden
}
.main-new .nav-main-new .item-new .image:hover img{
        -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.main-new .nav-main-new .item-new .nav-img{
        width: 65%;
    display: inline-block;
    float: right;
    padding-left: 20px;
}
.main-new .nav-main-new .item-new .image img{
    display: inline-block;
    width: 100%;
    height: 190px;
    object-fit: cover;
}
.main-new .nav-main-new .item-new .nav-img .title1{
   margin: 0;
    font-size: 18px;
    line-height: 24px;
    height: 51px;
    overflow: hidden;
    font-family: 'SAMSUNGSHARPSANS-BOLD-UTF8';
}

.main-new .nav-main-new .item-new .nav-img .title1 a:hover{
    color:#f37022;
}
.main-new .nav-main-new .item-new .nav-img .date{
      font-size: 14px;
    color: #999999;
    line-height: 22px;
    margin-top: 3px;
    margin-bottom: 0px;
}
.main-new .nav-main-new .item-new .nav-img .desc{
          margin: 0;
    line-height: 23px;
    font-size: 14px;
    height: 72px;
    overflow: hidden;
    color: #666666;

}
.main-new .nav-main-new .item-new {
    margin-bottom: 30px;
}

.nav-main-new .item-new .readmore a{
    
    color: #999999;
    display: inline-block;
    padding: 8px 25px;
    text-transform: uppercase;
    border-radius: 3px;
    margin-top: 10px;
    border: 1px solid #999999;
}
.nav-main-new .item-new .readmore a:hover{
 background: #f37022;
   color: #fff;
   border: 1px solid #f37022;
}
.main-new-pr .top-content-left .list-category li a{
    font-size: 13px;
}

.main-new .title-pri{
font-family: 'SAMSUNGSHARPSANS-BOLD-UTF8';
    margin-top: 0;
    font-size: 26px;
    color: #c80909;
}
.sider-bar .item-sb .title-sb{
	font-family: 'SAMSUNGSHARPSANS-BOLD-UTF8';
    margin: 0;
    font-size: 16px;
    position: relative;
        padding-bottom: 10px;
    margin-bottom: 20px;

}
.sider-bar .item-sb .title-sb:after{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 40px;
	height: 3px;
	background: #f37022;
}
.sider-bar .item-sb  .nav-item-sb .item .image{
	    width: 35%;
    display: inline-block;
    float: left;
}
.sider-bar .item-sb  .nav-item-sb .item .image img{
	    width: 100%;
    height: 63px;
    object-fit: cover;
}
.sider-bar .item-sb  .nav-item-sb .item .nav-image{
	    width: 65%;
    display: inline-block;
    float: right;
    padding-left: 10px;
}
.sider-bar .item-sb  .nav-item-sb .item .nav-image .title{
	    margin: 0;
    font-size: 14px;
    line-height: 20px;
    height: 60px;
    overflow: hidden;
}
.sider-bar .item-sb  .nav-item-sb .item {
	    border-bottom: 1px dashed #ddd;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.sider-bar .item-sb  .nav-item-sb .item:last-child {
	    border-bottom:0;
    padding-bottom: 0;
    margin-bottom:0;
}
.main-new .content-new{
	margin-top: 75px;
	  

}
.content-primary {
	  border-right: 1px solid #ddd;
    padding-right: 25px;
}
.sider-bar  .item-product-hot .item-product{
	margin-bottom: 20px;
}
.sider-bar   .item-sb {
	padding-bottom: 40px;
}
.main-new-detail .title-pri{
	    font-family: 'SAMSUNGSHARPSANS-BOLD-UTF8';
    margin: 0;
    font-size: 24px;
    color: #f37022;
}
.main-new-detail .date{
	    color: #999;
    padding-top: 10px;
}
.main-new-detail .content-new{
	padding-top: 80px
}
.other-new .title-other{
	    font-family: 'SAMSUNGSHARPSANS-BOLD-UTF8';
    font-size: 18px;
    padding-bottom: 7px;
}
.other-new {
	padding-top: 20px;
}
.slider-other-new  .owl-prev{
position: absolute;
top: 34%;
left: 0;
transform: translateY(-50%);
}
.slider-other-new  .owl-next{
	
position: absolute;
	
top: 34%;
	
right: 0;
	
transform: translateY(-50%);
}
.slider-other-new  .owl-nav >div{
	background-color: rgba(51, 51, 51, 0.6);
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	color: #fff;
}
.slider-other-new  .title{
    margin-top: 10px;
    font-size: 14px;
    line-height: 20px;
}
/*css contact*/
p.thank-you {
    font-size: 14px;
    color: #747474;
    font-style: italic;
}
h1.title-contact {
    
    font-size: 22px;
    text-transform: uppercase;
    margin-top: 0;
}
.adress-contact li{
    font-size: 14px;
    list-style: none;
    padding-bottom: 7px;
}
.adress-contact li span{
    color: #999999;
}
.adress-contact{
    padding-left: 0;
}
.map-contact iframe{
    width: 100%;
    height: 465px;
}
.map-contact{
 
        margin-top: 40px;
}
.form-contat p.desc{
    font-size: 14px;
    line-height: 23px;
}
.form-contat input[type=text]{
    border: 1px solid #d5d5d5;
    background: #fafafa;
    width: 100%;
    height: 45px;
    padding-left: 10px;
    border-radius: 0px;
    margin-bottom: 10px;
}
.form-contat textarea{
          width: 100%;
    height: 136px;
    background: #fafafa;
    padding: 10px;
    border-radius: 0;
    border: 1px solid #ddd;
}


.send-contact .item input[type=submit]{
             height: 40px;
    background: #f37022;
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    border: 1px solid;
    border-radius: 0;
    font-family: 'GoogleSans-Bold';
    padding: 0 30px;
    margin-top: 7px;
}
.send-contact .item img{
    padding-top: 4px;
}



#main-contact{
	padding:75px 0;
}
#main-contact .title-primary1{
    margin-bottom: 40px;
}
#main-contact  .title-contact{
	    font-family: 'SAMSUNGSHARPSANS-BOLD-UTF8';
    margin: 0;
    font-size: 20px;
    padding-bottom: 10px;
}
.adress-contact li svg{
	    color: #f37022;
    margin-right: 10px;
}
#main-contact .form-contat .row{
	margin-left: -5px;
	margin-right: -5px;
}
#main-contact .form-contat .row .col-md-6{
padding-left: 5px;
padding-right: 5px
}
.slider-other-new .item .image img{
	height: 167px;object-fit: cover;
}
.slider-small  .owl-item img {
	height: 75px;
}
.Conference-Solutions2 .title-primary:after{
	content: '';
	position: absolute;
	width: 56px;
	height: 2px;
	background: #f37022;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
}

.main-menu ul li .submenu li:hover{
	background: #f37022;
}
.main-menu ul li .submenu li:hover a{
	color: #fff;
}
.Conference-Solutions #exTab1 .image a img{

	width: 100%;
	height: 260px;
	object-fit: cover;
}
@media (max-width: 480px){
	.Conference-Solutions #exTab1 .image a img{
		height: 150px;
	}
	.Conference-Solutions .banner-tab .overlay-banner .view-more {

		margin-top: 10px;
	}
}

@media (min-width: 1366px){
    .main-menu>ul>li {
        padding: 0 25px;
    }
    .main-menu>ul>li:last-child {
        padding-right: 0;
    }
}