body {
    font: 400 15px "Roboto", sans-serif;
    font-size: 15px;
    color: #363636;
}
a {
	text-underline: none;
	color: #473089;
	transition: all 0.2s ease-in-out;
}

a:hover {
	text-underline: none;
}
a:focus, a:hover {
	text-decoration: none;
}
.btn-link:focus,
.btn-link:hover {
	text-decoration: none;
}
.info-button .btn-info {
	background-color: #473089;
    border-color: #473089;}
.info-button .btn-info:hover, .btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info:active:hover {
	background-color: #263683;
    border-color: #263683;}
.d-flex {display: flex;}
.custom-navbar .navbar-nav {float: right!important;}
.custom-navbar .navbar-nav {float: right;}
.mt25 {margin-top: 25px;}
.mt50 {margin-top: 50px;}
.mt75 {margin-top: 75px;}
.mt100 {margin-top: 100px;}
.ecustom-main-content {
	background-color: #f1f1f1;
}
.form-control {
	border:1px solid transparent!important;
	box-shadow:none!important;
}
.form-control:hover, .form-control:focus {
	border:1px solid #473089!important;
}
@media (min-width: 992px) {
    .container {
        width: 960px;
    }
}
@media (min-width: 1200px) {
    .container {
        width: 1140px;
    }
}
@media (min-width: 1400px) {
    .container {
        width: 1320px;
    }
	.section-slider .carousel-inner {
		margin:0 auto;
		width: 1660px;
	}
	.section-slider .slider-descriptions-inner  .description {
		height: 60px;
	}
	.section-slider .slider-title {height: 60px;}
}


@media (min-width: 768px){
	.custom-navbar{
		    position: relative;
			background: #7288c4;
			display: flex;
			padding: 0 15px;
			z-index: 99;
			border: 0;
			margin-right: -15px;
			border-radius: 0;
			border-bottom-left-radius: 15px;
			min-height: 40px;
			border-bottom: 1px solid transparent;
			width: 100%;
	}
	.custom-navbar-show .navbar-nav>li{
		line-height: 60px;
	}
	.custom-navbar-show>.navbar-nav>li>a {
		font-size: 16px;
		color: #fff;
	}
	.custom-navbar-show>ul>li>a{
		border-bottom-right-radius: 16px;
		border-bottom:none;
		font: 500 14px "Roboto", sans-serif;
        padding: 45px 25px;
	}
	.custom-navbar-show>ul>li>a:hover{
		color: #fff;
		/* text-underline:underline; */
		background-color: #263683;
		/* border-bottom:2px solid #473089; */
	}
	.custom-navbar-show>.navbar-nav>li>a.custom-navbar-selected{
		color: #fff;
		background-color: #263683;
	}
	
	.custom-navbar-show .nav-obl{
		display: block;
		line-height: 60px;
	}
	.custom-navbar-show .nav-obl:after {
	    padding: 0 5px;
	    color: #ccc;
	    content: "/\00a0";
	}
	.custom-navbar-show .nav .open>a{
		background-color: #263683;
		border-bottom:2px solid #473089;
	}
	.custom-navbar-show .nav .open > .dropdown-menu:before {
	    content: '';
	    display: block;
	    position: absolute;
	    left: -1000px;
	    right: -1000px;
	    top: 0;
	    bottom: 0;
	    background: #f1f1f1;
	    z-index: -1;
		box-shadow: 0 30px 60px rgba(0, 0, 0, 0.1);
	}
	.custom-navbar-show .nav > li {
	    margin-right: 14px;
	    position: static;
	    float: left;
	}
	.custom-navbar-show .nav .open > .dropdown-menu > li {
    	padding-right: 0;
	    display: inline-block;
	    vertical-align: top;
	    width: 25%;
	    padding-top: 10px;
	    padding-bottom: 10px;
	    padding-left: 15px;
	    float: left;
	}
	.custom-navbar-show .nav .open > .dropdown-menu > li > a {
		position: relative;
	    border-bottom: 1.5px solid #473089;
	    background: none;
	    padding: 12px 8px;
	    line-height: 1;
	    font-size: 16px;
	    color: #191919;
	    text-transform: uppercase;
	    letter-spacing: 0px;
	    margin-bottom: 0;
		font-weight: 600;
		border-top-right-radius: 25px;
	}
		.custom-navbar-show .nav .open > .dropdown-menu > li > a:hover {
		text-decoration: none;
		background-color: #473089;
        color: #fff;
		}
	.custom-navbar-show .nav .open > .dropdown-menu {
	    left: 50%;
	    right: 0;
	    margin-left: -50%;
	    top: 110px;
	    border-radius: 0;
	    -webkit-box-shadow: none;
	    box-shadow: none;
	    border: none;
	    width: 1200px;
	    margin-top: 0;
	    display: -webkit-box;
	    display: -webkit-flex;
	    display: -ms-flexbox;
	    display: flex;
	    -webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	    padding: 15px 0;
	    -webkit-animation: menuIn 1s;
	    animation: menuIn 1s;
	}
	.custom-navbar-show .nav .open>a:after {
	    /*display: block;
	    content: '';
	    width: 0;
	    height: 0;
	    border-style: solid;
	    border-width: 0 25px 13px 25px;
	    border-color: transparent transparent #E7E7E7 transparent;
	    position: absolute;
	    left: -webkit-calc(50% - 30px);
	    left: calc(50% - 30px);
	    bottom: 0;
	    -webkit-animation: menuIn 1s;
	    animation: menuIn 1s;*/
	}
	.dropdown-menu {
	    position: absolute;
	    top: 100%;
	    left: 0;
	    z-index: 1000;
	    display: none;
	    float: left;
	    min-width: 160px;
	    padding: 5px 0;
	    margin: 2px 0 0;
	    list-style: none;
	    font-size: 16px;
	    text-align: left;
	    background-color: #fff;
	    border: 1px solid #ccc;
	    border: 1px solid rgba(0,0,0,0.15);
	    border-radius: 4px;
	    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
	    box-shadow: 0 6px 12px rgba(0,0,0,0.175);
	    background-clip: padding-box;
	}
	.custom-navbar-show .nav .open > .dropdown-menu .dropdown-menu {
	    position: relative;
	    top: 0;
	    float: none;
	    padding: 0;
	    border: none;
	    border-radius: 0;
	    -webkit-box-shadow: none;
	    box-shadow: none;
	    margin:10px 0 0 0;
	    background: none;
	    display: block;
	}
	.custom-navbar-show .open > .dropdown-menu .dropdown-menu li {
    	display: block;
    	margin: 0;
    	padding: 0;
	}
	.custom-navbar-show .open > .dropdown-menu .dropdown-menu>li>a {
	    display: block;
	    padding: 10px;
	    clear: both;
	    font-weight: 400;
	    line-height: 1.42857143;
	    color: #333;
	    white-space: nowrap;
	    font-size: 14px;
		border-top-right-radius: 25px;
	}
	.custom-navbar-show .nav .open >.dropdown-menu .dropdown-menu > li {
	    padding-top: 0px; 
	    padding-bottom: 0px;
	}
	.custom-navbar-show .open > .dropdown-menu .dropdown-menu>li>a:hover{
		background-color: #7288c4;
		color: #fff;
	}
	.custom-navbar-show .nav .open>a:hover{
		background-color: #263683;
		text-underline:underline;
		border-bottom:2px solid #473089;
	}
	.custom-navbar-show ul li a:focus{
		background-color: #7288c4;
	}
	.navbar-brand {
		/*padding: 30px 30px;*/
	}
}

.custom-webtop {
display: block;
    width: 100%;
    height: 50px;
    position: absolute;
    top: 60px;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
    transition: 0.2s ease-in-out;
    -webkit-transition: 0.2s ease-in-out;
}
.custom-webtop a{
	display: inline-block;
}
.custom-webtop a img {
	    display: block;
    width: 100%;
    max-width: 150px;
    transition: 0.2s ease-in-out;
}
.custom-toptools {
	    background: #473089;
    padding: 0 40px;
	height: 50px;
	line-height: 48px;
	z-index: 999;
    position: relative;
}
.custom-toptools a{
	color:#fff;
	font-size: 14px;
}
.custom-toptools a:hover{
	color:#D4E9F9;
	text-underline: none;
}
.custom-toptools .link-en-web{
	color:#fff;
	font-size: 14px;
}
.custom-quicktools {
	text-align: right;
	float: right;
	padding-left: 5%;
}

.custom-quicktools a>i {
	padding-right: 10px;
}

.custom-quicktools a {}

.custom-quicktools a:hover {
	color: #D4E9F9;
	
}
.ecusom-breadcrumb-nav a{
	color:#767676;
}
.custom-breadcrumb .breadcrumb {
	padding: 4px 10px;
	margin-bottom: 0px;
	list-style: none;
	border-radius: 0px;
	font-size: 12px;
}

.footer-banner {
	background-color: #473089;
	height: 70px;
	line-height: 70px;
}
.custom-footer{
	padding-top: 100px;
	background-color: #f1f1f1;
}
.ecustom-friendship-link {
	background: url(../img/footer-bg.jpg) no-repeat;
    background-size: cover;
    padding: 80px 0;
	color: #fff;
}
.ecustom-friendship-link ul{
	text-align:left;
	list-style-type:none;
	margin: 0px;
	padding: 0px;
}
.ecustom-friendship-link ul li{
	display:inline-block;
	width: 100%;
	padding-top: 25px;
}
.ecustom-friendship-link a {
    color: #fff;
	font-size: 16px;
}
.ecustom-friendship-link a:hover {
	color: #7288c4;
}
.ecustom-friendship-link .along{
	padding-top: 25px;
}
.ecustom-friendship-link .along .comin{
	padding-top: 115px;
}
.ecustom-friendship-link .along .comin span{
	padding-right: 10px;
}
.ecustom-friendship-link .comin{
	padding-top: 20px;
}
.ecustom-friendship-link .comin img{
	width: 100px;
}
.m-comin{
	color: #473089;
	padding-left:7px;
}
.m-comin i{
	padding-left:15px;
}
.ecustom-friendship-link i{
	color: #473089;
	padding-left:7px;
}
.ecustom-copyright {
	text-align: center;
	color: #979797;
	line-height: 50px;
}
.ecustom-copyright a {
	color: #fff;
}
.ecustom-index-banner {
	/*height: 500px;*/
	background-color: #33a5cb;
	/*background: url(../img/banner.jpg) no-repeat center;*/
	background-size: contain;
}

.ecustom-index-2 {
	background: #473089;
	color: #fff;
}

.ecustom-index-1 {
	background-color: #f9f9f9;
}

.index-show-img {
	padding-top: 100px;
	padding-bottom: 140px;
}

.ecustom-index-1 .index-show-img {}

.index-show-info {
	padding-top: 100px;
	padding-bottom: 140px;
}

.index-show-info .info-title {
	font-size: 36px;
}

.index-show-info .info-button {
	padding-top: 70px;
}
.navbar-footer{
	margin-bottom: 0px;
	background-color: #473089;
	padding: 15px 0;
}
.index-show-info .info-tips {
	padding-top: 40px;
	line-height: 40px;
}

.index-news {
	background-color: #F8F8F8;
}

.index-news .news-panel {
	font-size: 36px;
	padding: 20px 0px;
}

.news-content {
	margin-bottom: 20px;
	-webkit-box-shadow: #666 0px 0px 10px;
	-moz-box-shadow: #666 0px 0px 10px;
	box-shadow: #dbdbdb 0px 0px 15px;
	background: #fffff;
	padding: 45px 45px;
}

.news-content .news-title {
	font-size: 30px;
	line-height: 50px;
}

.news-content .news-detail {
	padding-top: 15px;
	line-height: 35px;
}

.news-content .news-more {
	padding-top: 25px;
}

.btn-circle {
	padding-left: 30px;
	padding-right: 30px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

.btn-circle.btn-lg {
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

.btn-circle.btn-xl {
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

.ecustom-caption {
	text-align: center;
}

.ecustom-panel {
	padding-top: 40px;
	padding-bottom: 40px;
}

.page-title-2 {
	color: #9B9B9B;
	padding-top: 5px;
	padding-bottom: 5px;
}

.ecustom-row{
	margin-left: -30px;
	margin-right:-30px;
}

.ecustom-product-content .product-content-thumbnail-link:after {
    content: '';
    display: block;
    width: 50px;
    height: 50px;
    background: url(../img/icon-enlarge.png) center center no-repeat #979797;
    position: absolute;
    right: 0;
    bottom: 0;
}
.ecustom-product-content .product-content-thumbnail-link {
    display: block;
    outline: none;
    position: relative;
    -webkit-box-shadow: 0 2px 30px 0 rgba(0,0,0,0.05);
    box-shadow: 0 2px 30px 0 rgba(0,0,0,0.05);
    background: #fff;
    border: 1px solid #979797;
    text-decoration: none;
}
.ecustom-product-content .modal-header{
	padding: 0;
    border: none;
}
.ecustom-product-content .modal-header .close {
    position: absolute;
    right: -15px;
    top: -15px;
    margin: 0;
    background: #fff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    opacity: 1;
    z-index: 1;
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.3);
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.3);
}
.ecustom-product-content .modal{
	top: 20%;
}
.ecustom-product-content .ecustom-form{
}
.ecustom-product-param,.ecustom-product-form{
	margin-top:100px;
}
.ecustom-panel-group{
	
}

.ecustom-panel-group .ecusom-panel-title{
	display: block;
	font-size: 24px;
	
}
.ecustom-panel-group .ecusom-panel-title a{
	display: block;
	font-size: 24px;
	height: 60px;
	line-height:60px ;
	color: #473089;
}
.ecustom-panel-group .ecusom-panel-title a:hover{
	text-decoration: none;
}
.ecustom-panel-group .panel-default{
	border: none;
}
.ecustom-panel-group  .panel{
	border-radius:0px;
}
.ecustom-panel-group .panel-heading{
	background-color: #fff;
	background-image: none;
	border-top: 1px solid #ddd;
}

/*  */
.natus-header {
	    position: fixed;
    width: 100%;
    background: transparent;
    z-index: 9999;
    transition: 0.2s ease-in-out;
}
.natus-header > .container {
    width: 100%;
    max-width: 100%;
	padding: 0;
}
.custom-navbar-show>ul.navbar-right>li>a {
	    position: relative;
    width: 80px;
    height: 60px;
    background: #263683;
    padding: 16px 28px;
    border-radius: 40px;
    margin: 25px 0 0 0;
    outline: none;
	font-size: 24px;
}
.custom-navbar-show>ul.navbar-right>li>a:hover i:before {
	transform: rotate(30deg);transition: 0.2s ease-in-out;
}
.natus-header.sticky .custom-webtop {
	background: #473089;
    top: 0;
    padding: 7px 0;
    z-index: 999;
}
.natus-header.sticky .custom-webtop a img {
    width: 60%;
}
.header-right-wrapper {
	padding: 0;
}
header.sticky .custom-navbar-show>.navbar-nav>li>a{
    padding: 8px 20px;
}
header.sticky .custom-navbar-show>ul.navbar-right>li>a  {
height: 32px;
    margin: 4px 0 0 0;
    padding: 6px 18px;
    font-size: 16px;
    width: 60px;
    text-align: center;
}
header.sticky .custom-navbar {
	border-bottom: 1px solid #fff;
    box-shadow: 0 3px 75px rgba(0, 0, 0, 0.6);
}
header.sticky .custom-navbar-show .nav .open > .dropdown-menu {
			top: 42px;
}
.hero-bar {min-height: 300px;}
.hero-bar-about {
	background: url(../img/Homepage-banner.jpg) no-repeat center;
	    background-size: cover;
}
/*  */
.ecustom-container .ecustom-row .ecustom-product-item {min-height: auto;}
.ecustom-product-item .caption {
	height: 200px;
}
.ecustom-product-item .caption:hover {background: #d4e9f9;}
.ecustom-product-item .page-title h1{
	font-size: 32px;
	margin: 75px 0 50px 0;
}
.section-hero-home {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
    display: block;
    width: 100%;
    max-width: 100%;
    height: 1000px;
}
.section-hero-home .home-hero-overlay:before {
    display: block;
    --square-size: 625px;
    width: 625px;
    height: 625px;
    content: "";
    position: absolute;
    top: calc(56.4% - var(--square-size) / 2);
    left: calc(35.9% - var(--square-size) / 2);
    border: 2px solid #D4E9F9;
    border-radius: 15px;
    z-index: 99;
}
.section-hero-home .home-hero-overlay {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-backdrop-filter: blur(18px);
    backdrop-filter: blur(18px);
    background: rgba(212, 233, 249, 0.48) 35%;
    --rect-size: 575px;
    -webkit-clip-path: polygon(evenodd, 0 0, 100% 0, 100% 100%, 0% 100%, 0 0, calc(36% - var(--rect-size) / 2) calc(56% - var(--rect-size) / 2), calc(36% + var(--rect-size) / 2) calc(56% - var(--rect-size) / 2), calc(36% + var(--rect-size) / 2) calc(57% + var(--rect-size) / 2), calc(36% - var(--rect-size) / 2) calc(57% + var(--rect-size) / 2), calc(36% - var(--rect-size) / 2) calc(56% - var(--rect-size) / 2));
    clip-path: polygon(evenodd, 0 0, 100% 0, 100% 100%, 0% 100%, 0 0, calc(36% - var(--rect-size) / 2) calc(56% - var(--rect-size) / 2), calc(36% + var(--rect-size) / 2) calc(56% - var(--rect-size) / 2), calc(36% + var(--rect-size) / 2) calc(57% + var(--rect-size) / 2), calc(36% - var(--rect-size) / 2) calc(57% + var(--rect-size) / 2), calc(36% - var(--rect-size) / 2) calc(56% - var(--rect-size) / 2));
    z-index: 1;
}
.section-hero-home .home-hero-video {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
}
.section-hero-home .home-hero-video #home-hero-video {
    position: absolute;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
}
.section-hero-home .container {
    position: relative;
    z-index: 99;
    height: 100%;
}
.section-hero-home .container .row {
    height: 100%;
}
.section-hero-home h1 {
    display: block;
    padding: 230px 0 50px 0;
    text-align: right;
    font: 500 70px "Roboto", sans-serif;
    color: #191919;
    line-height: 80px;
}
.section-hero-home .hero-description {
    text-align: right;
    font: 400 20px "Roboto", sans-serif;
    color: #191919;
    line-height: 28px;
}
.section-hero-home .hero-links {
    margin: 98px 0 0 0;
    text-align: right;
}
.section-hero-home .hero-links a {
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 100%;
    max-width: 188px;
    font: 400 20px "Roboto", sans-serif;
    color: #428FEC;
    text-decoration: none;
    text-align: left;
    background: #ffffff;
    text-transform: uppercase;
    border-top-right-radius: 25px;
    margin: 0 10px 0 0;
    transition: 0.2s ease-in-out;
	
}
.section-hero-home .hero-links a p {
    padding: 20px 37px 120px 23px;
}
.section-hero-home .hero-links a svg {
    position: absolute;
    top: 20px;
    right: 20px;
}
.section-hero-home .hero-links a:hover {
    color: #ffffff;
    background: #428FEC;
}
.product-classify{
	    display: block;
    max-width: 800px;
    max-height: 345px;
    margin: 0 0 100px 0;
    border-bottom: 5px solid #154284;
    overflow: hidden;
    transition: 0.2s ease-in-out;
	border-bottom: 5px solid #d4e9f9;
}
.product-classify 
.product-classify  a {
    display: block;
    width: 100%;
    max-width: 800px;
    text-decoration: none;
    font-size: 0;
    transition: 0.2s ease-in-out;
}
.product-classify a img {
    width: 100%;
    max-width: 800px;
    height: auto;
    margin: 0 auto;
    border-top-right-radius: 25px;
}
.product-classify a .product-classify-title {
    display: block;
    position: relative;
    transition: 0.2s ease-in-out;
}
.product-classify a .product-classify-title p {
    font: 400 25px "Roboto", sans-serif;
    color: #000000;
    line-height: 38px;
    padding: 34px 34px 34px 24px;
	margin: 0;
    transition: 0.2s ease-in-out;
}
.product-classify a .product-classify-title svg {
    display: block;
    position: absolute;
    top: 0;
    right: 24px;
    bottom: 0;
    margin: auto;
}
.product-classify a .product-classify-title svg g {
    stroke: #d4e9f9;
}
.product-classify a:hover .product-classify-title {
    background: #d4e9f9;
}
.product-classify a:hover .product-classify-title svg g {
    stroke: #fff !important;
}
.section-slider {overflow: hidden;}
.section-slider .carousel-indicators {
	width: 100%;
	overflow: hidden;
    position: relative;    margin-left: 0;
	display: flex;
	left:0;
	bottom:0;
	margin-top: 75px;
}
.section-slider .carousel-indicators li {
	display: flex;
    width: 25%;
	flex:0 0 25%;
    height: 175px;
    margin: 0;
	padding: 0 2px;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid transparent;
    border-radius: 0;
	    text-indent:unset;
}
 .section-slider .carousel-control i {
font-size: 64px;
    margin-top: -32px;
 }
 .section-slider .carousel-control {
	    width: 100px;
    height: 150px;
    position: absolute;
    top: 50%;
	margin-top: -75px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    background: #473089;
    cursor: pointer;
    z-index: 3;
    transition: 0.2s ease-in-out;
 }
  .section-slider .carousel-control.right {
    left: auto;
    right: 0;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
  }
    .section-slider .carousel-control.right i {
		margin-right: -18px;
	}
    .section-slider .carousel-control.left {
        left: 0;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
  }
.section-slider .carousel-control.left i {
		margin-left: -18px;
	}
.section-slider .slider-image img {
	display: block;
    width: auto;
    margin: 0 auto;
	vertical-align: bottom;
}
.section-slider .slider-descriptions {
	    position: relative;
    max-width: 890px;
    background: #F1F1F1;
    border: 2px solid #473089;
    border-radius: 10px;
}
.section-slider .slider-descriptions-inner {
	    background: #ffffff;
    margin: 26px;
    padding: 60px;
}
.section-slider .slider-label {
    display: inline-block;
    background: #154284;
    font: 400 20px "Roboto", sans-serif;
    color: #F1F1F1;
    line-height: 25px;
    border-radius: 30px;
    text-transform: uppercase;
    padding: 5px 50px 5px 20px;
    letter-spacing: 1px;
    margin: 0 0 35px 0;
}
.section-slider .slider-title{   display: block;
    font: 500 36px "Roboto", sans-serif;
    color: #363636;
    line-height: 50px;
    margin: 0 0 35px 0;
}
.section-slider .description {
    font: 400 20px "Roboto", sans-serif;
    color: #363636;
    line-height: 28px;
    margin: 0 0 75px 0;
}
.section-slider .slider-link {
    display: inline-block;
    vertical-align: top;
    position: absolute;
    bottom: 0;
    background: #473089;
    border-top-right-radius: 25px;
}
.section-slider .slider-link a {
    display: block;
    position: relative;
    font: 400 20px "Roboto", sans-serif;
    color: #ffffff;
    line-height: 25px;
    text-decoration: none;
    padding: 30px 142px 25px 35px;
    border-top-right-radius: 25px;
    transition: 0.2s ease-in-out;
}
.section-slider .slider-link a:before, .custom-navbar-show .nav .open > .dropdown-menu > li > a:before {
    display: block;
    position: absolute;
    top: 0;
    right: 22px;
    bottom: 0;
    margin: auto;
    content: "";
    background: url(../img/services-link-arrow.svg) no-repeat;
    width: 16px;
    height: 15px;
}
.section-slider .slider-link  a:hover {
    color: #ffffff;
    background: #263683;
    border-top-right-radius: 25px;
}
.nav-slide-inner {
	    display: block;
    width: 100%;
    height: 150px;
    margin: 25px 0 0 0;
    background: #473089;
    transition: 0.2s ease-in-out;
}
.active .nav-slide-inner {margin-top: 0;padding-top: 25px;height: 175px;
background-color: #263683;border-top-right-radius: 20px;
    border-top-left-radius: 20px;}
.slider-thumbnail-image {
    display: block;
    width: 100%;
    max-width: 100px;
    height: 100px;
    background: #ffffff;
    border-radius: 10px;
    margin: 25px;
	padding: 8px;
}
.slider-thumbnail-image  img {
    display: block;
    width: 100%;
    max-width: 100px;
    margin: auto;
    height: 100%;
}
.slider-descriptions-thumbnail  {
	margin-top: 30px;
	text-align: left;
}
.slider-thumbnail-label {
    font: 400 20px "Roboto", sans-serif;
    line-height: 35px;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.slider-thumbnail-title {
	    font: 400 15px "Roboto", sans-serif;
    line-height: 20px;
    color: #ffffff;
}
.section-news-title {font-size: 20px;}
.section-news-title svg {    margin-left: 20px;}
.index-show-news a {width: 72%;
    margin: 0 10px 0 0;
    background: #9EA2AC;
	border:0;
	border-radius: 0;
    border-top-right-radius: 25px;
    display: block;
    align-self: flex-end;
    position: relative;
    color: #ffffff;
    font: 400 18px "Roboto", sans-serif;
    line-height: 24px;
    text-decoration: none;
    text-align: left;
    text-transform: capitalize;
    letter-spacing: 0.04px;
    padding: 15px 67px 15px 27px;
    transition: 0.2s ease-in-out;
}
.index-show-news a svg {
    position: absolute;
    top: 0;
    right: 30px;
    bottom: 0;
    margin: auto;
}
@media (max-width:1200px){
    .natus-header {top:0;left:0;height:70px;background: #473089;}
	.section-spacer-wrapper {height: 70px!important;}
	.custom-webtop {position: relative;float: left;margin: 0;width: 150px;top:0; padding: 15px;height: 70px;transition: none !important;}
	.natus-header.sticky .custom-webtop {transition:none!important}
	.navbar-toggle {margin-top: 14px;}
	.navbar-toggle .icon-bar {		background-color: #ffffff;     transition-timing-function: ease;
    transition-duration: 0.15s;
    transition-property: transform;width: 30px;}
	.navbar-toggle.collapsed .icon-bar {transform: translate3d(0, 0, 0) rotate(0deg)!important;	opacity: 1!important;}
	.navbar-toggle .icon-bar:nth-child(1) {
		transition-delay: 75ms;
    transform: translate3d(0, 10px, 0) rotate(135deg);}
	.navbar-toggle .icon-bar:nth-child(2) {opacity: 0;}
	.navbar-toggle .icon-bar:nth-child(3) {
		transition-delay: 75ms;
        transform: translate3d(0, -10px, 0) rotate(-315deg);}
	.header-logo {width:90px}
	.custom-navbar .navbar-collapse {display: none;}
	.custom-navbar .navbar-collapse.in {display: block;background: #473089;        padding: 0 30px 30px;}
	.col-sm-7 {width:58.33333333%;float: left;}
	.col-sm-5 {width:41.66666667%;float: left;}
	.navbar-nav>li>a {		color: #ffffff;border-bottom: 1px solid #7288c4;padding: 15px;}
	.custom-navbar .navbar-nav {    float:none !important;}
	.navbar-toggle .icon-bar+.icon-bar {    margin-top: 8px;}
	.custom-navbar-show>ul.navbar-right>li>a {width: auto;margin: 15px;}
	.custom-navbar .navbar-nav a:hover, .custom-navbar .navbar-nav a:focus {background-color: #7288c4;}
	.natus-header.sticky .custom-webtop a img {    width: 100%;}
	.natus-header.sticky .custom-webtop {padding: 15px;background-color: transparent;}
	.section-spacer  {top:0;width:100%;z-index:99;height:70px}
	header.sticky .custom-navbar {box-shadow: none;}
	.section-hero-home {margin-top:0!important;background-color: #eaf4fc;height: auto;}
	.section-hero-home .hero-links a {margin-bottom:20px;max-width: 165px;font-size: 13px;line-height: 60px;}
	.section-hero-home .hero-links a p {padding:20px 37px 50px 23px;}
	.section-hero-home h1 {font-size: 40px;padding:30px 0;line-height: 60px;}
	.section-hero-home .home-hero-overlay, .section-hero-home .home-hero-video {display: none!important;}
	.section-hero-home .hero-description {font-size: 14px;} 
	.product-classify {margin-bottom: 50px;}
	.section-slider .slider-image img {max-width: 100%;}
	.section-slider .slider-title {font-size: 24px;line-height: 36px;}
	.section-slider .slider-descriptions-inner {    margin: 5px;    padding: 15px;}
	.section-slider .carousel-control {width:30px;height:80px}
	.slider-thumbnail-image {margin: 0;padding: 5px;height:76px}
	.slider-descriptions-thumbnail {display: none;}
	.nav-slide-inner {padding:8px 0 0 0;height: 98px;}
	.active .nav-slide-inner {height:123px;}
}
@media(max-width: 768px) {
	#wewixinqrcode {
	    margin-top: 40%;
	}
	.custom-navbar{
		margin-top: 40px;
	}
	.navbar-brand img{
		width: 120px;
	}
	.custom-navbar{
		margin-bottom: 0px;
	}
	.ecustom-index-1 .index-show-img,
	.ecustom-index-2 .index-show-img,
	.ecustom-index-3 .index-show-img
	{
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.ecustom-index-1 .index-show-info,
	.ecustom-index-3 .index-show-info,
	.ecustom-index-2 .index-show-info{
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.ecustom-index-1 .index-show-info .info-tips ,
	.ecustom-index-2 .index-show-info .info-tips ,
	.ecustom-index-3 .index-show-info .info-tips {
		padding-top: 10px;
	}
	.ecustom-index-1 .index-show-info .info-button,
	.ecustom-index-2 .index-show-info .info-button,
	.ecustom-index-3 .index-show-info .info-button{
		padding-top: 10px;
	}
	.ecustom-index-1 .index-show-info .info-title,
	.ecustom-index-2 .index-show-info .info-title,
	.ecustom-index-3 .index-show-info .info-title
	 {
	    font-size: 28px;
	}
	.index-news .news-content{
		margin-bottom: 20px;
		padding: 25px 25px;
	}
	.index-news .news-content .news-detail {
	    padding-top: 10px;
	    line-height: 25px;
	}
	.index-news .news-content .news-title {
	    font-size: 25px;
	    line-height: 40px;
	}
}

@media (min-width: @screen-sm-min) {
	.navbar-brand img {
		width: 100px;
		height: 20px;
	}
}

@media (min-width: @screen-lg-min) {}