*{margin: 0;padding: 0;}
@font-face {
    font-family: 'OpenSans';
    src: url('../fonts/OpenSans-Regular.ttf') format('truetype');
}
@font-face {
    font-family: 'OpenSansSemi';
    src: url('../fonts/OpenSans-Semibold.ttf') format('truetype');
}
body{
	font-family: Arial;
	font-size: 13px;
	overflow-x:hidden;
}
td{font-size:13px;}
p.uppercase{
	text-transform: uppercase;
}
.clear{clear: both}
img{margin: 0 auto;display: block;max-width: 100%;}
li{list-style: none}
a,a:hover{text-decoration: none;color:#333;}
p{margin-bottom: 0;}
ul{margin: 0;}
iframe{width: 100%;}
h2{font-size:28px;}
.clear{clear:both}
#wrapper{
    overflow: hidden;
}
#wrapper > .container > .row{
    background-color: #fff;
}
.container-w{
	width: 100%;
	max-width: 1030px;
	margin: 0 auto;
	padding: 0 15px;
}
.line-top{background:#636363;padding:8px 0;}
.line-top .iconlink ul>li{float:left;margin-right:3px}
.logo{
	margin: 10px 0 10px 0
}
.logo img{
	height: auto;
}
.header{height:113px;}
.fixed{position:fixed;top:0;left:0;z-index:999;background:#fff;width:100%;}
.languages,.login-register{float:right;}
.languages li{float:left;margin-left:4px;margin-top: 4px;}
.login-register{color:#fff;margin-right:51px}
.login-register a{color:#fff}
.main-menu{clear:both}
#main-nav{
	border: 0;
	margin-bottom: 0;
}

ul#nav-menu > li > a{
	padding: 40px 15px 40px 15px;
	font-size: 15px;
	text-transform: uppercase;
	color: #626060;
}
ul#nav-menu > li > a span.sub{
	color: #838282;
	text-transform: none;
	padding: 10px 0 0 0;
	display: block;
	font-size: 12px;
}
ul#nav-menu > li > a:hover span,ul#nav-menu > li > a:hover{
	/*background: #ed1c24;*/
	/*padding-bottom: 78px;*/
	color: #fff;
}
.slideshow{
	position: relative;
	padding: 0 0 12px 0 ;
}

.col-al > .image,.col-gl > .image{
	width: 100%;
	height: auto;
	border-bottom:1px #ed1c24 solid;
	background:#fff;
	max-height:256px;
}
.col-al > .image img,.col-gl > .image img{
	height:auto;
	padding:15px;
}
.col-al > .content-pk,.col-gl > .content-pk{
	padding: 43px 24px;
	background: #fff;
}
.col-al > .content-pk > .title,.col-gl > .content-pk > .title{
	margin: 0 0 20px 0;
}
.col-al > .content-pk > .title a,.col-gl > .content-pk > .title a{
	font-size: 16px;
	color: #363636;
	text-transform: uppercase;
}
.col-al > .content-pk > .descript p,.col-gl > .content-pk > .descript p{
	font-size: 12px;
	color: #838384;
	text-align: justify;
}
.col-al > .content-pk > .descript a,.col-gl > .content-pk > .descript a{
	font-size: 12px;
	font-style: italic;
	color: #ff0000;
}
.col-al > .content-pk:hover a,.col-gl > .content-pk:hover a,
.col-al > .content-pk:hover p,.col-gl > .content-pk:hover p{
	color: #fff;
}
.col-content,.col-page{
	margin-top: 30px;
}
.product-idx{padding:0 15px;}
/* Shutter Out Vertical */
.col-content .product-idx .item-pro {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  background: none;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  width:100%;
}
.col-content .product-idx .item-pro:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(26,153,213,0.5);
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.col-content .product-idx .item-pro:hover, .col-content .product-idx .item-pro:focus, .col-content .product-idx .item-pro:active {
  color: white!important;
}
.col-content .product-idx .item-pro:hover:before, .col-content .product-idx .item-pro:focus:before, .col-content .product-idx .item-pro:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
.col-content .product-idx .item-pro:hover a{color:#fff!important;background:rgba(26,153,213,0.5)}
.col-content .product-idx .item-pro .image-pro{position:relative;}
.col-content .product-idx .item-pro a.hover,.col-content .product-idx .item-pro .list-product{position:absolute;top:0;left:0;width:100%;height:100%;z-index:8}
.col-content .product-idx .item-pro .title-pro{
	text-align:center;
	border:1px #b0b0b0 solid;
	position:relative;
	z-index:9
}
.col-content .product-idx .item-pro .list-product{padding:15px;display:none}
.col-content .product-idx .item-pro:hover .list-product{display:block}
.col-content .product-idx .item-pro .list-product ul>li{padding:1px 0}
.col-content .product-idx .item-pro .list-product ul{height:197px;overflow-y:auto;}
.col-content .product-idx .item-pro .title-pro a{color:#626060;text-transform:uppercase;padding:16px 0;display:block}
.col-content .dmspk .title p,.col-content .dmspk .title a{
	color: #626060;
	font-size: 16px;
	text-transform: uppercase;
}
.owl-nav {display:block!important;}
.owl-nav .owl-next,.owl-nav .owl-prev{position:absolute;top:41%;z-index:99;width:16px; height:32px;}
.owl-nav .owl-next{background:url('../images/icon-next.png') no-repeat center;right:-25px;}
.owl-nav .owl-prev{background:url('../images/icon-prev.png') no-repeat center;left:-25px;}
.col-content .dmspk .title img{float:left;margin-right:7px;}
.col-content .dmspk .title{background:#fff;position:relative;top: 7px;display: inline-block;padding-right:20px;}
.col-content .dmspk{border-bottom:1px #1a99d5 solid;}
.col-content .list-pro{
	clear: both;
	overflow:hidden
}
.col-content .list-pro .col-pro{
	border: 1px #cecece solid;
	overflow: hidden;
}
.col-content .list-pro .col-pro:hover{
	box-shadow: 0 5px 4px #9e9e9e;
	cursor: pointer;
	transition:all 0.7s ease-in-out;
}
.col-content .list-pro .col-pro > .image{
	height: 293px;
	position: relative;
  	overflow: hidden;
}
.col-content .list-pro .col-pro > .image img{
	position: absolute;
	top: -999px;
	bottom: -999px;
	left: -999px;
	right: -999px;
	margin: auto;
}
.col-content .list-pro .col-pro > .image .hover{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	text-align: center;
	opacity: 0;
}
.col-content .list-pro .col-pro > .image:hover .hover{
	background: rgba(37,37,37,0.8);
	transition:all 0.7s ease-in-out;
	opacity: 1;
}
.col-content .list-pro .col-pro > .image .hover::before{
	content: "";
    display: block;
    padding-top: 26%;
}
.col-content .list-pro .col-pro > .image .hover a{
	font-size: 24px;
	text-transform: uppercase;
	color: #fff;
	padding: 15px 35px;
}
.col-content .list-pro .col-pro > .image .hover a:hover{
	color: #ff0000;
	transition:all 0.7s ease-in-out;
}
.col-content .list-pro .col-pro > .image::before {
    content: "";
    display: block;
    padding-top: 100%;
}
.col-content .list-pro .col-sm-6{
	padding: 26px 15px;
}
.col-content .intro-new .dmspk{
	margin-top: 35px;
}
.col-content .intro-new .content-intro{
	padding: 36px 0;
	text-align: justify;
	color: #5e5e5f;
}

.posts .list-post{
	overflow: hidden;
	padding: 10px 0;
}
.posts .list-post:first-child{
	padding-top: 36px;
}
.posts .list-post > .pull-left{
	width: 34%;
}
.posts .list-post > .pull-left img{
	width: 100%;
	height: auto;
}
.posts .list-post > .pull-right{
	width: 62%;
	text-align: justify;
}
.posts .list-post > .pull-right h1.title{
	color: #262626;
	margin-top: 4px;
	margin-bottom:0;
	
}
.posts .list-post > .pull-right h1.title a{
	font-size:14px;
	font-weight:bold;
}
.posts .list-post > .pull-right h1.title a:hover{
	transition:all 0.5s ease-in-out;
	color:#ff0000;
}
.posts .list-post > .pull-right p.date{font-size:11px;color:#9e9e9e;margin:4px 0 15px 0}
.posts .list-post > .pull-right p.des{
	color: #685e52;
	font-size: 12px;
}
.posts .list-post > .pull-right p.des a{
	color: #ff0000;
	font-style: italic;
}
.search{
	float: right;
	margin-left: 30px;
	margin-top: 41px;
	position: relative;
}
.search i{
	cursor: pointer;
}
.search .popup-search{
	position: absolute;
	z-index: 9999;
	right: -14px;
	min-width: 300px;
	height: 50px;
	background: rgba(0,0,0,0.5);
	top: 51px;
	border-radius: 4px;
	display: none;
	padding: 9px 10px;
}
.search .popup-search::before{
    content: '';
    position: absolute;
    right: 13px;
    border-width: 12px 7px 10px 7px;
	border-style: solid;
    height: 0px;
    width: 0px;
    border-color: transparent transparent #ed1c24;
    top: -22px;
    color: #1a99d5;
}
.search .popup-search input#s{
	background: #eaeff3;
	color: #a6a6a6;
	width: 200px;
	border: 0;
	margin: 0 0 0 11px;
	border-radius: 3px 0 0 3px;
	padding: 0 0 0 20px;
	float: left;
	padding: 6px 5px 6px 5px;
}
.search .popup-search input#searchsubmit{
	background: #1a99d5;
	color: #fff;
	border: none;
	padding: 6px 15px;
	text-transform: uppercase;
	cursor: pointer;
	border-radius: 0 3px 3px 0;
	float: left;
}
.list-page{
	overflow: hidden;
	margin: 30px 0;
}
.list-page > .pull-left > .row{
	padding-right: 10px; 
}
.list-page > .pull-right > .row{
	padding-left: 10px;
}
.list-page .title-page h3{
	margin-top: 0;
}
.content-page{
	text-align: justify;
	margin-top: 30px;
}
.content-page p{
	margin-bottom: 10px;
}
.content-page input.wpcf7-text,.content-page .wpcf7-textarea{
	padding: 5px;
	border: 1px #cecece solid;
	border-radius: 3px;
	width: 525px;
	margin-top:5px;
}
.content-page input.wpcf7-submit{
	padding: 5px 15px;
	border: 0;
	background: #1a99d5;
	color: #fff; 
	border-radius: 3px;
}
.content-page iframe{
	float: right;
	width: 60%;
}

.list-cate{
	margin-top: 20px;
}
.product{
	margin-bottom:40px;
}
.list-cate .none-product .featured-image img{
	width: 100%;
	height: auto;

}
.list-cate .none-product .title,.phu-kien .product .title {
	margin: 0 0 10px 0;
}
.product .title{
	margin:10px 0;
}
.product .title a,.phu-kien .product .title a{
	font-size: 14px ;
	text-transform: uppercase;
}
.list-cate .none-product .title a:hover,.list-cate .product .title a:hover,.phu-kien .product .title a:hover{
	color: #ed1c24;
	transition:all 0.5s ease-in-out;
}
.list-cate .none-product .content-rss,.list-cate .product .content-rss{
	text-align: justify;
	font-style:italic;
}
.product .featured-image,
.phu-kien .product .featured-image{
	border:1px #cecece  solid;
	height: 200px;
	position: relative;
  	overflow: hidden;
	border-radius:5px;
}
.phu-kien .product .featured-image{
	height:150px;
}
.product .featured-image:hover,
.phu-kien .product .featured-image:hover{
	border:1px #ed1c24 solid;
}
.product .featured-image img,.phu-kien .product .featured-image img{
	position: absolute;
	top: -999px;
	bottom: -999px;
	left: -999px;
	right: -999px;
	margin: auto;
	height: auto;
}
.product .featured-image::before,.phu-kien .product .featured-image::before {
    content: "";
    display: block;
    padding-top: 100%;
}
.thong-so-kt > h3,.thong-tin-sp > h3:first-child,.bao-hanh > h3{
	border-bottom: 1px #cecece solid;
	padding-bottom: 5px;
	font-size: 18px;
	font-weight: bold;
}
.thong-so-kt{
	overflow: hidden;
}
.thong-so-kt ul{
	width: 33.3%;
	float: left;
	margin-bottom:30px;
}
.thong-so-kt p{
	margin-bottom: 0;
	display: none;
}
.thong-tin-sp{
	margin-top: 25px;
}
#slide3-pager,#slide3{
	overflow:hidden;
	max-width:700px!important;
	margin:10px auto;
}
#slide3-pager > li {
	width: 15%;
	float: left;
	padding: 10px;
	height: auto;
	border:1px #cecece solid;
	margin: 0 10px 10px 0;
	border-radius:0;
	background:none;
}
#slide3-pager > li  a{
	display:block;
}
#slide3-pager > li img{
	height:100%;
	max-height: 52px;
}
#slide3-pager > li.rslides_here{
	border: 1px #ed1c24 solid;
}
#slide3{
	border:1px #cecece solid;
}
#slide3 > li{
	height:450px;
}
#slide3 > li img{
	position: absolute;
	top: -999px;
	bottom: -999px;
	left: -999px;
	right: -999px;
	margin: auto;
	height: auto;
}
#slide3 > li::before {
    content: "";
    display: block;
    padding-top: 100%;
}
.theme-default{
	position:relative;
}
.nivo-html-caption{
	position:absolute;
	top:0;
	left:0;
}
.nivo-caption{
	position:absolute;
	top:0;
	left:0;
	background:rgba(0,0,0,0.4)!important;
}
.nivo-caption > h3{
	margin:350px auto 0 auto;
	text-align:center;
	font-size:50px;
}
#slide4  li{

	background:rgba(0,0,0,0.4)
}
#slide4 h2{
	position:absolute;
	top:160px;
	color:#fff;
	display: block;
	width: 100%;
	text-align: center;
	font-size:56px;
	text-transform:uppercase;
}
#slide4-pager{
	position:absolute;
	top:270px;
	z-index:99;
	left: 49%;
}
#slide4-pager li{
	text-indent:-1000px;
	background:#e1e1e1;
	width:16px;
	height:16px;
	border-radius:50%;
	float:left;
	margin: 0 15px 0 0;
}
#slide4-pager li.rslides_here{
	background: #959595;
}

/* footer */
.footer{
	padding-top: 21px;
	background: #1a99d5;
	overflow: hidden;
	padding-bottom:29px;
	margin:30px 0 0 0;
}

.footer .logo-footer{
	overflow: hidden;
	float:left
}
.footer .info-com{
	margin:0 0 0 37px;
	float:left
}
.footer .info-com h1{text-transform:uppercase;color:#fff;margin:9px 0 16px 0;font-size:14px;}
.footer .info-com .textwidget p{
	color: #fff;
	font-size: 12px;
	line-height: 20px;
}
ul.menu-f{float:right}
ul.menu-f > li{float:left;margin-left:26px;}
ul.menu-f > li > a{
	color: #fff;
	font-size: 12px;
	display: block;
	text-transform: uppercase;
}
ul.menu-f > li:first-child{
	margin-bottom: 27px;
}

.follow{
	margin-top: 40px;
	overflow: hidden;
}
.follow ul>li{
	float: left;
}
.follow ul>li:first-child{
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
}
.follow ul>li{
	margin-right: 14px;
}
.follow ul>li:last-child{
	margin-right: 0;
}
.product-cate{
	border:1px #cecece solid;
	border-radius:5px;
}
.product-cate .tieu-de{
	border-bottom:2px #1a99d5 solid;
	background:#1a99d5;
}
.product-cate .tieu-de p{
	text-align:center;
	padding:10px 0;
	font-size: 16px;
	color:#fff;
}
.product-cate .list-cater > ul{
	padding:10px;
}
.product-cate .list-cater > ul > li{
	padding:5px 0;
}
.product-cate .list-cater > ul > li i{
	margin-right:2px;
	position:relative;
	top:-1px;
}
.product-cate .list-cater > ul > li > ul{
	padding:5px 13px;
}
.product-cate .list-cater > ul > li > ul >li{
	padding:3px 0;
}
.product-cate .list-cater > ul > li > a:hover,
.product-cate .list-cater > ul > li > ul >li > a:hover,
.product-cate .list-cater > ul > li > ul >li i:hover,
.product-cate .list-cater > ul > li > i:hover{
	color: #ed1c24;
	transition:all 0.5s ease-in-out;
}
.col-right{
	border:1px #cecece solid;
	border-radius:5px;
	overflow:hidden;
}
.col-right > .title{
	border-bottom:2px #1a99d5 solid;
	background:#1a99d5;
}
.col-right > .title a{
	font-size:16px;
	padding:10px 10px;
	display:block;
	color:#fff
}
.tintuc{
	margin-top:15px;
}
.info-product{
	padding: 0 10px;
}
.tab-content{
	padding:15px;
	border:1px #cecece solid;
	border-top:0;
	border-radius:0 0 5px 5px;
	margin-bottom:15px;
}
.nav-tabs > li > a{
	text-transform:uppercase;
}
.nav-tabs > li.active > a{
	background:#1a99d5!important;
	color:#fff!important
}
.tab-content ul > li, .none-product ul > li, .content-page ul > li {
    list-style: inherit;
}
.tab-content ul, .none-product ul, .content-page ul{padding: 0 0 0 30px;}
.show-product .image{
	padding:15px 0;
}
.show-product .image img{
	height:auto;
}
.tab-content img{
	height:auto;
}
.none-product{
	overflow:hidden;
	padding:10px 15px 20px 15px;
}
.list-cate .none-product .title a{
	font-weight:bold;
}
.list-cate .none-product .title h1{
	font-size:15px;margin:0;
}
.list-cate .none-product .readmore{
	text-align:right;
	margin:5px 0 0 0;
}
.list-cate .none-product .readmore a{
	font-style:italic;
	color: #ed1c24;
	font-size:12px;
}
.motangan{
	padding:0 15px 15px 15px;
	text-align:justify;
}
.other-p{
	clear:both;
	padding: 0 15px;
}
.other-p li{
	margin-left:15px;
	list-style-type:circle;
	padding:3px 0;
}
#ttsp{
	text-align:justify;
}
table tr td{border:1px #ccc solid;padding:10px;}