@font-face {
	font-family:Aquawax-Regular;
	src:url("fonts/Aquawax-Regular-trial.ttf");
}
body {
    margin: 0;
    padding: 0;
	color: #333;
}
img {
	max-width: 100%;
}
.font-bold {
	font-weight: bold;
}
.w100 {
	width: 100%;
}
.mg0 {
	margin: 0;
}
.mgl0 {
	margin-left: 0;
}
.mgr0 {
    margin-right: 0;
}
.mgt0 {
    margin-top: 0;
}
.mgb0 {
    margin-bottom: 0;
}
.pd0 {
	padding: 0;
}
.pdl0 {
	padding-left: 0;
}
.pdr0 {
    padding-right: 0;
}
.uppercase {
	text-transform: uppercase;
}
.mobile {
	display: none;
}
.text-center {
	text-align: center;
}
.cb:after {
	clear: both;
	content: '';
    display: block;
}
.scrollup {
    opacity: 1;
    position: fixed;
    bottom: 35px;
    right: 20px;
    display: none;
    z-index: 999;
}
a.scrollup:hover div {
	background: #386E97 !important;
}
a.scrollup:hover i {
	color: white !important;
}
#cate-left > ul.lv1 >li > ul.lv2.active {
    display: block;
	background: #ccc;
}
#html5-watermark {
   display: none !important
}
.title-page {
    font-size: 20px;
    font-weight: 700;
    color: #333;
    text-transform: uppercase;
}
.title-page:after {
    content: '';
    display: block;
    height: 3px;
    margin: 15px 0 20px;
    width: 80px;
    background: #e9373f;
}
.contact-form input[type="text"], .contact-form input[type="email"], .contact-form textarea {
    width: 240px;
}
.contact-form input[type="email"] {
    margin: 0 10px;
}
.search-form .key-search, .contact-form input[type="text"], .contact-form input[type="email"], .contact-form textarea {
    padding: 10px;
    border: 1px solid #ddd;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color: #b0b0b0;
    box-sizing: border-box;
}
.contact-form textarea {
    width: 100%;
    height: 150px;
    margin-top: 10px;
}
.contact-form input[type="button"], .contact-form input[type="reset"], .contact-form input[type="submit"] {
    padding: 10px 50px;
    background-color: #4c4c4c;
    border-color: #4c4c4c;
    transition: all 0.3s ease;
    outline: none;
    color: #fff;
    margin-top: 10px;
    border-width: 0;
    cursor: pointer;
}
.contact-form input[type="button"]:hover, .contact-form input[type="submit"]:hover, .contact-form input[type="reset"]:hover {
    background-color: #e9373f;
}
.item-news {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #e9373f;
    min-height: 363px;
}
.title-item {
    margin: 10px 0;
    font-size: 20px;	
}
.autoCutStr_250 {
    height: 75px;
    overflow: hidden;
}
.header-top {
    padding: 5px 0;
    background: #e9373f;
    color: #fff;
}
.header-bot {
	padding: 5px 0;
}
#header {
	border-bottom: 0;
}
#max-menu-page {
	background: #e9373f;
	margin-top: 0;
}
#max-menu-page ul.lv1 > li > a {
    padding: 10px 50px;	
	display: inline-block;
}
#max-menu-page ul.lv1 > li > a:hover {
	color: #fff;
}
#max-menu-page ul.lv1 {
	text-align: center;
}
#max-menu-page ul.lv1 > li > a, #max-menu-page ul.lv1 > li.activemenu > a {
	color: #fff;
}
#max-menu-page ul.lv1 > li:last-child a {
	padding-right: 50px;
}
#header #top input {
    border: 1px solid #ccc;
	width: 300px;
    height: 40px;
	border-radius: 5px;
}
#cate .item {
	width: inherit;
}
.carousel-control {
    width: 30px;
    background: none !important;
    color: #999;
}
.carousel-control .fa-angle-left {
    left: 30%;
}
.carousel-control .fa-angle-right {
    right: 30%;
}
.carousel-control .fa {
    font-size: 100px;
    position: absolute;
    top: 30%;
    z-index: 5;
    color: #e9373f;
}
#header #top > .search button {
	top: 2px;
}
#header #top .search {
    margin-top: 10px;	
	margin-bottom: 5px;
}
.basecolor {
	color: #e9373f;
}
#special h2 {
	font-size: 26px;
}
.news-home-item {
	margin-bottom: 30px;
}
#footer {
	background: #e9373f;
	color: #fff;
	padding: 40px 0;
	padding-bottom: 0;
}
#footer h4 {
	font-weight: bold;
	margin-bottom: 15px;
}
.item .intro {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-top: 0;
    padding: 15px 15px 35px;
    background: #ffffff;
    position: relative;
    min-height: 200px;
}
.item .title {
    color: #1566A4;
    font-weight: 700;
    font-size: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 15px;
    padding-bottom: 15px;
	height: 58px;
    overflow: hidden;
}
.item .description {
    font-size: 16px;
    height: 100px;
    overflow: hidden;
    margin-bottom: 20px;
    text-align: justify;
}
.item .readmore {
    position: absolute;
    bottom: 10px;
    left: 15px;
    z-index: 1;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}
.item .readmore a {
	color: #00911A;
}
.news-list .item {
    margin-bottom: 30px;
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
}
.news-list .item:hover {
    cursor: pointer;
    -webkit-box-shadow: 0px 4px 26px 3px #d5ddea;
    box-shadow: 0px 4px 26px 3px #d5ddea;
}
.breadcrumb {
    padding: 15px 0;
    margin: 0;
    background-color: #f5f5f5;
    margin-bottom: 30px;
}
.breadcrumb .active {
    color: #e9373f;
}
#cate-left ul.lv2 li a {
	color:#000;
}
#special-left > h3 {
    background: #e9373f;
    margin-bottom: 5px;
    color: #fff;
    padding: 7px;	
}
#cate-left ul.lv1 > li {
	background: #e9373f;
    border-radius: 0;
}
.sub-container {
    margin-left: -5px;
    margin-right: -5px;
}
.sub-container .col-xs-3 {
    padding-right: 5px;
    padding-left: 5px;
}
.mrb10 {
    margin-bottom: 10px;
}
.distribution-item {
	margin-bottom: 30px;
    border: 2px solid #e9373f;
	padding: 10px;
}
.distribution-item table td {
	padding-right: 20px;
}
.footer-top {
	padding-bottom: 20px;	
}
.footer-bot {
    background: #d0343b;
    padding: 10px 0;
}
.lang-logo img {
	width: 30px;
    border: 1px solid #fff;	
}
#footer a {
	color: #fff;
}
#cate-left ul.lv1 > li > a > img, #cate-left ul.lv2 li a img {
    width: 26px;
}
.item-pro img, #myCarousel .img-container img {
	transition-duration: 250ms;
}
.item-pro:hover img, #myCarousel .img-container img:hover {
	transform: scale(1.05);
}
.search-from .btn-select {
    width: 200px;
    display: inline-block;
    height: 40px;
	background: #e9373f;
    border: 0;
    color: #fff;
    text-align-last: center;
}
.search-from .btn-search {
    width: 200px;
    display: inline-block;
    line-height: 40px;
    background: #e9373f;
    border: 0;
    padding: 0;
	color: #fff;
}
#main-page {
    min-height: 300px;
}
.hotline-fix {
    position: fixed;
    bottom: 45%;
    left: -74px;
    background: #e9373f;
    padding: 8px 40px;
    color: #fff;
    transform: rotate(90deg);
    font-size: 20px;
    z-index: 999;
    border-radius: 5px;
    cursor: pointer;
}
.hotline-fix-content {
	display: none;
	position: fixed;
    bottom: 0;
	left:0;
	padding: 20px;
	background: #e9373f;
	width:300px;
	color:#fff;
	z-index: 999;
}
.hotline-fix-content .fa-times-circle {
	cursor: pointer;
}
#myCarousel .img-container {
	border-radius:50%;padding:10px;overflow: hidden;text-align: center;
}
#myCarousel .img-container img {
	/*height:262px;*/
}
#hisella-minimize {
	display: none;
}
h3.title-news {
    border-left: 3px solid #e9373f;
    padding-left: 15px;
    margin-bottom: 30px;	
}
.support p {
	margin: 0;
}
.footer-bot p {
	margin: 0;
}