body {
	font-family:Tahoma,Geneva,sans-serif;
	line-height:20px;
	color:#333;
	font-size:13px;
}
a:hover {
	text-decoration:none;
}
ul
{
	list-style:none;
	padding-left:0px;
	margin-bottom:0px;
}
.top-10
{
	margin-top:10px;
}
.top-20
{
	margin-top:20px;
}
.top-30
{
	margin-top:30px;
}
.top-40
{
	margin-top:40px;
}
.top-50
{
	margin-top:50px;
}
.box
{
	width:100%;
	float:left;
}
.box img
{
	max-width:100%;
}
header{
	background: rgba(231, 232 , 235, 0.9);
}
.header-top 
{
	width:100%;
	padding:6px 0px;
	background:#999;
}
.language a
{
	padding-right:10px;
}
.div-hotline
{
	display:inline-block;
	font-size:18px;
	color:#ffde00;
}
.div-hotline span
{
	font-weight:bold;
	color:#fff;
    font-size: 16px;
}
.header-banner
{
	width:100%;
	padding:10px 0px;
	background:#fff;
}
#h1-logo {
    margin: 0;
}
.logo img{
	max-width:100%;
}
.banner_hd img
{
	max-width:100%;
	padding-top:15px;
}
.header-bottom 
{
	width:100%;
	background:#fff;
	border-bottom:2px solid #ccc;
}
.header-bottom  .menunav
{
	width:100%;
	float:left;
}
.header-bottom ul > li {
	float: left;
	position:relative;
	padding:0px 15px 0px 10px;
}
.header-bottom ul li a {
	float:left;
	padding:10px 0px 10px 0px;
	font-size: 13px;
	text-transform:uppercase;
	/*font-family:Arial,Geneva,sans-serif!important;*/
	color:#333;
}
.header-bottom ul li a:hover, .header-bottom ul li a.active
{
	background:none;
	border-bottom:2px solid #ffcc33;
	color:#333;
}
.header-bottom ul> li:hover > ul{
  display: block;
  -webkit-animation: fadeInUp 400ms;
  -moz-animation: fadeInUp 400ms;
  -ms-animation: fadeInUp 400ms;
  -o-animation: fadeInUp 400ms;
  animation: fadeInUp 400ms;
}
.header-bottom ul li ul{
	position: absolute;
	top: 42px;
	left:10px;
	background:transparent;
	list-style: none;
	padding:0px;
	margin: 0;
	min-width: 250px;
	-webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
	display: none;
	z-index: 999;
}
.header-bottom ul> li>ul>li:hover > ul{
  display: block;
  -webkit-animation: fadeInUp 400ms;
  -moz-animation: fadeInUp 400ms;
  -ms-animation: fadeInUp 400ms;
  -o-animation: fadeInUp 400ms;
  animation: fadeInUp 400ms;
}
.header-bottom ul li ul li ul{
	position: absolute;
	top: 0px;
	left:100%;
	background:transparent;
	list-style: none;
	padding:0px;
	margin: 0;
	min-width: 250px;
	-webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
	display: none;
	z-index: 999;
}
.header-bottom ul li ul li
{
	width:100% ;
	float:left;
	padding:0px ;
	margin:0px ;
}
.header-bottom ul li ul li a
{
	color:#fff;
	float:left;
	width:100%;
	background:#666;
	border-bottom:1px solid #ccc;
	padding:10px 5px 10px 10px;
	border-radius:0px !important
}
.header-bottom ul li ul li a:hover
{
	color:#000 !important;
	text-decoration:none;
	background:#ffcc33 !important;
	border-bottom:1px solid #CCCCCC !important;
}
#form-search {
    width: 100%;
    float: left;
	border:1px solid #ccc;
}
.search-open {
    width: 80%;
    height: 32px;
    border: none;
    padding-left: 10px;
    font-size: 13px;
    font-style: italic;
    background: #fff;
    color: #666;
}
.btn-search {
    width: 20%;
    float: right;
    border: none;
    height: 32px;
    font-size: 16px;
    color: #666;
    line-height: 30px;
    font-weight: bold;
    padding: 0px 10px;
    background: none;
    text-align: center;
	background-color:#fff ;
}
.tit 
{
	width:100%;
	float:left;
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	text-align:center;
	padding:10px 15px;
	/*position:absolute;
	bottom:-2px;*/
	color:#666;
	font-weight:bold;
	text-transform:uppercase;
	font-size:18px;
	line-height:34px;
}
.tit i{
	color:#999;
	font-size:32px;
}
.box-content
{
	width:100%;
	float:left;
}
.mainContent
{
	width:100%;
	float:left;
}
ul.list-menu-left
{
	width:100%;
	float:left;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background:#fff;
	padding-bottom:7px;
	margin-top:-5px;
}
ul.list-menu-left li
{
	width:100%;
	float:left;
	position:relative;
	padding:0px 15px;
}
ul.list-menu-left li a
{
	width:100%;
	float:left;
	color:#333;
	padding:10px 0px 10px 0px;
	text-transform:uppercase;
	border-bottom: 1px solid #ccc;
}
ul.list-menu-left li:first-child
{
	border-top:none !important;
}
ul.list-menu-left li i
{
	color: #666;
    margin-left: 10px;
	font-size: 12px;
}
ul.list-menu-left li a:hover
{
	background:#fff;
	color:#000;
}
ul.list-menu-left > li:hover > ul{
  display: block;
  -webkit-animation: fadeInUp 400ms;
  -moz-animation: fadeInUp 400ms;
  -ms-animation: fadeInUp 400ms;
  -o-animation: fadeInUp 400ms;
  animation: fadeInUp 400ms;
}
ul.list-menu-left li ul {
	position: absolute;
	top: 0px;
	left:100%;
	background:#f0f0f0;
	list-style: none;
	padding:0px;
	margin: 0;
	min-width: 240px;
	-webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
	display: none;
	z-index: 999;
	border:1px solid #ccc;
}
ul.list-menu-left li ul li{
	padding:0px;
}
ul.list-menu-left li ul li a{
	padding:10px;
}
ul.list-menu-left > li > ul>li:hover>ul{
  display: block;
  -webkit-animation: fadeInUp 400ms;
  -moz-animation: fadeInUp 400ms;
  -ms-animation: fadeInUp 400ms;
  -o-animation: fadeInUp 400ms;
  animation: fadeInUp 400ms;
}
ul.list-menu-left li ul li ul{
	position: absolute;
	top: 0px;
	left:100%;
	background:#f0f0f0;
	list-style: none;
	padding:0px;
	margin: 0;
	min-width: 240px;
	-webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
	display: none;
	z-index: 999;
	border:1px solid #ccc;
}
.glyphicon-chevron-left {
    background: url(../images/prew.png);
}
.glyphicon-chevron-right {
    background: url(../images/next.png);
}
.carousel-inner>.item>a>img, .carousel-inner>.item>img {
    width: 100%;
}
.carousel-indicators
{
	bottom:0px !important;
}
.carousel-indicators li
{
	width:18px !important;
	height:18px !important;
	background:#FFFFFF !important;
	border:1px solid #ffcc33 !important;
}
.carousel-indicators .active
{
	background:#ffcc33 !important;
	width:19px !important;
	height:19px !important;
}
.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev
{
	width:40px;
	height:40px;
}
.box-support
{
	margin-top:25px;
}
.box-support img{
	max-width:100%;
}
.box-support p
{
	background:#d41121;
	padding:10px;
	color:#fff;
	text-transform: uppercase;
}
.box-support p img
{
	float:left;
	margin-right:10px;
}
.tit-product {
    width: 100%;
    float: left;
    text-align: left;
    position: relative;
	border-bottom:1px solid #ffcc33;
	padding-bottom:10px;
	font-size:16px;
	text-transform:uppercase;
	color:#333;
	font-weight:bold;
}
.tit-product span{
	text-transform:none;
	font-size:13px;
	padding-right:60px;
}
.item-product {
	width: 100%;
    float: left;
	background: #fff;
	position: relative;
	border:1px solid #fff;
	margin-bottom:10px;
}
h3.tit-item-pro, div.tit-item-pro, h4.tit-item-pro
{
	margin:10px 0px;
	font-size:15px;
	text-transform:uppercase;
}
h3.tit-item-pro a, 
h3.tit-item-pro a:hover, 
h4.tit-item-pro a, 
h4.tit-item-pro a:hover, 
div.tit-item-pro a, 
div.tit-item-pro a:hover {
	color:#555;
}
.img-wrapper {
    position: relative;
    display: block;
}
.img-wrapper a {
    display: block;
}
.img-wrapper img
{
	width:100%;
}
/*.img-wrapper a:before {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    z-index: 100;
    background: url(../images/plus.png) no-repeat center center rgba(0,0,0,0.5);
    overflow: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -webkit-transform: scale(0.5) rotateY(180deg);
    -moz-transform: scale(0.5) rotateY(180deg);
    -ms-transform: scale(0.5) rotateY(180deg);
    -o-transform: scale(0.5) rotateY(180deg);
}
.item-product:hover .img-wrapper a:before {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
    -webkit-transform: scale(1) rotateY(0deg);
    -moz-transform: scale(1) rotateY(0deg);
    -ms-transform: scale(1) rotateY(0deg);
    -o-transform: scale(1) rotateY(0deg);
}*/
.btn-views
{
	margin-bottom:20px;
}
.btn-views a
{
	color:#666;
	background:#f0f0f0;
	text-transform:uppercase;
	padding:10px 15px;
}
.btn-views a:hover
{
	color:#333;
	background:#ffcc33;
}
.item-product:hover .btn-views a
{
	color:#333;
	background:#ffcc33;
}
.banner-news img
{
	width:100%;
}
.price
{
	color:#f00;
	margin-bottom:30px;
}
.tit-video
{
	width:100%;
	float:left;
	border-bottom:1px solid #666;
}
.tit-video span
{
	float:left;
	background:#666;
	color:#fff;
	text-transform:uppercase;
	padding:10px 20px;
	font-weight:bold;
	font-size:16px;
}
.divimages-video
{
	width:100%;
	float:left;
	margin:20px 0px;
	position:relative;
}
.divimages-video img
{
	width:100%;
}
.icon_play
{
	position:absolute;
	top:30%;
	left:40%;
}
.col-video
{
	width:100%;
	float:left;
	margin-bottom:10px;
}
.col-video img
{
	width:100%;
}
.col-video a{
	color:#333;
	text-transform:uppercase;
	font-weight:bold;
	font-size:12px;
}
.col-video a:hover
{
	color:#0033cc;
}
.tit-news-hot
{
	width:100%;
	float:left;
	color:#333;
	font-size:18px;
	font-weight:bold;
	text-transform:uppercase;
	border-left:5px solid #ffcc33;
	padding-left:10px;
}
.tit-news-hot > h2 {
    font-size: 18px;
    margin: 0;
}
.box-news
{
	width:100%;
	float:left;
	margin-bottom:10px;
}
.box-news-left
{
	width:50%;
	float:left;
	padding-right:30px;
}
.box-news-left img
{
	width:100%;
}
.box-news-right
{
	width:50%;
	float:left;
	margin-bottom:10px;
}
.tit-news
{
	width:100%;
	float:left;
	color:#333;
	text-transform:uppercase;
	font-weight:bold;
}
.tit-news:hover
{
	color:#0033cc;
	text-decoration:underline;
}
.btn-views-hot a {
    color: #666;
	background: none;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
}
.btn-views-hot a:hover
{
	color:#ffcc33;
	text-decoration:underline;
}
.breadcrumb
{
	background-color:#fff;
	margin:0px 0px 15px 0px;
}
.breadcrumb li a{
	color:#000;
}
.breadcrumb > .active{
	color:#666;
}
.mainTitle {
    width: 100%;
    float: left;
    height: 48px;
    border-left: 5px solid #ffcc33;
    line-height: 48px;
    background: #f0f0f0;
    margin-bottom: 10px;
	font-size:16px;
	font-weight:bold;
	text-transform:uppercase;
}
.btn-sent, .btn-sent:hover
{
	background:#0033cc;
	color:#fff;
	border-radius:0px;
	padding:5px 10px;
}
.mainTitle span{
	float:left;
	background:#ffcc33;
	color:#000;
	padding: 0px 10px;
}
.mainTitle h1 {
    padding: 0;
    margin: 0;
}
.mainTitle h1 span{
    float: left;
    background: #ffcc33;
    color: #000;
    padding: 0px 10px;
    margin: 0;
    font-size: 16px;
    font-weight: bold;
    height: 48px;
    line-height: 48px;
}
.media-news:first-child {
    border-top: none !important;
}
.media-news {
    width: 100%;
    float: left;
    border-top: 1px solid #f0f0f0;
    padding-top: 10px;
    margin-bottom: 10px;
}
.media-news img {
    width: 100%;
    border: 1px solid #ccc;
    padding: 5px;
}
.text-date {
    font-style: italic;
    color: #666;
    font-size: 12px;
}
.media-news h3 {
    margin-top: 0px;
}
.media-news h3 a {
    color: #000;
	font-size:16px;
    font-weight: bold;
}
.media-news h3 a:hover
{
	color:#0033cc;
}
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover
{
	background-color: #666;
	border-color: #666;
}
.pagination > li > a, .pagination > li > span
{
	color:#666;
}
.pagination > li > a:hover, .pagination > li > span:hover
{
	background-color: #666;
	color:#fff;
}
.tit-about-news
{
	width: 100%;
    float: left;
	text-transform: uppercase;
    font-weight: bold;
	font-size: 16px;
	margin-bottom:10px;
}
.tit-about-news h1 {
    font-size: 16px;
    font-weight: bold;
    margin: 0;
    padding: 0;
}
.tit-news22 {
    width: 100%;
    float: left;
    border-left: 5px solid #ffcc33;
    margin-bottom: 10px;
	padding-left:10px;
    text-transform: uppercase;
    font-weight: bold;
    color: #C00;
    font-size: 16px;
}
ul.list-news22 {
    width: 100%;
    float: left;
    padding-left: 0px;
}
ul.list-news22 li {
    width: 100%;
    float: left;
    padding: 5px 5px;
}
ul.list-news22 li a{
    color: #333;
}
ul.list-news22 li a:hover
{
	color:#0033cc;
}
.divimages-deatils
{
	width:100%;
	float:left;
	position:relative;
}
.divimages-deatils img
{
	width:100%;
	border:1px solid #ccc;
	padding:5px;
}

#overlay {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .9);
    z-index: 997;
}

#lightBox {
    position: fixed;
    top: 50%;
    left: 50%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 998;
}

#centeredImg {
    max-width: 100%;
    max-height: 100%;
}

#closeIcon {
    background: url(../images/close2.ico) left no-repeat;
    width: 34px;
    height: 34px;
    padding: 1px;
    position: absolute;
    right:-30px;
    top: -30px;
    padding: 0px;
    -webkit-filter: opacity(.25);
    filter: opacity(.25);
}

@media (max-width: 500px) {
    #closeIcon {
        background: url(../images/close1.ico) left no-repeat;
        width: 26px;
        height: 26px;
        right: 1px;
        z-index: 999;
        -webkit-filter: invert(.4);
        filter: invert(.4);
    }
}

#closeIcon:hover {
    -webkit-filter: opacity(.6);
    filter: opacity(.6);
}

@media (max-width: 500px) {
    #closeIcon:hover {
        -webkit-filter: invert(.6);
        filter: invert(.6);
    }
}
.tit-details {
    width: 100%;
    float: left;
    color: #333;
    font-size: 24px;
    margin-bottom: 15px;
    position: relative;
}
.tit-details h1 {
    margin: 0;
    font-size: 18px;
    font-weight: bold;
}
.box-comment
{
	width: 100%;
    float: left;
	border-top:1px solid #f0f0f0;
	margin-top:10px;
	padding-top:20px;
}
.title-describe {
    width: 100%;
    float: left;
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px;
}
.title-describe span {
    float: left;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
	background:#666;
    padding: 10px;
    font-size: 15px;
	font-weight:bold;
}
.box-name
{
	width:450px;
	border:1px solid #ccc;
	padding:10px;
}
footer
{
	width:100%;
	background:#666;
}
.footer-top
{
	width:100%;
	float:left;
	background:#555;
	color:#fff;
	font-size:14px;
	padding:5px 0px;
		margin-top:20px;
}
.footer-bottom
{
	width:100%;
	float:left;
	background:#333;
	color:#ffcc33;
	padding:5px 0px;
	font-weight:bold;
}
.footer-top h5, .footer-top .title-footer{
	color:#fff;
	font-weight:bold;
	margin:15px 0px;
	text-transform:uppercase;
	font-size:14px;
	font-weight:bold;
}

.border
{
	border-left:1px solid #999;
	border-right:1px solid #999;
	height:230px;
	padding-left:50px;
}
.social-icons
{
	position:relative;
	width:100%;
	float:left;
	padding-top:10px;
}
.social-icons::before {
    width: 120px;
    content: "";
    border-bottom: 1px solid #ffcc33;
    position: absolute;
    top: 0%;
    left: 0;
}
.social-icons a {
    color: #fff;
    text-decoration: none;
    font-size: 20px;
	padding-right:15px;
}
.details-box img {
    width: 100%;
    height: auto !important;
}
.theseoan {
    height: 0;
    margin: 0;
    padding :0;
    overflow: hidden;
    font-size: 0;
    display: inline;
}
.linkCat02 {
    color: #333;
}
.linkCat02 h2 {
    margin: 0;
    font-size: inherit;
    font-weight: 700;
}
.linkCat02 h3 {
    margin: 0;
    font-size: 13px;
    font-weight: 700;
}
.seoh1Home, .seoh2Home2 {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #1205bb;
    margin-top: 0;
}
.seoh2Home {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 25px;
    color: #333333;
}
.seoh2Home2 {
    font-size: 14px;
}
.linkCat03 h1 {
    font-size: inherit;
    font-weight: bold;
    color: #333333;
    display: contents;
}
.tit-item-pro a h2 {
    margin: 0;
    font-size: inherit;
    line-height: 1.3;
}