@charset "utf-8";
/* CSS Document */
@import url("fonts.css");
@import url("reset.css");

@-moz-keyframes xoayanh{
0%{
-webkit-transform: rotate(0deg); /* Chrome, Safari, Opera */
transform: rotate(0deg);
 }
100% {
-webkit-transform: rotate(720deg); /* Chrome, Safari, Opera */    
transform: rotate(720deg);
       }
    }
@-o-keyframes xoayanh{
0%{
-webkit-transform: rotate(0deg); /* Chrome, Safari, Opera */
transform: rotate(0deg);
 }
100% {
-webkit-transform: rotate(720deg); /* Chrome, Safari, Opera */    
transform: rotate(720deg);
       }
    }
@-webkit-keyframes xoayanh{
  0%{
	-webkit-transform: rotate(0deg); /* Chrome, Safari, Opera */
	transform: rotate(0deg);
	 }
	100% {
	-webkit-transform: rotate(720deg); /* Chrome, Safari, Opera */    
	transform: rotate(720deg);
	       }
	    }
@keyframes xoayanh {
    0%{ 
      -webkit-transform: rotate(0deg); /* Chrome, Safari, Opera */
      transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(720deg); /* Chrome, Safari, Opera */
      transform: rotate(720deg);
    }
}

#loadbody{
position:fixed;
left:0px;
top:0px;
z-index:9999999999;
width:100%;
height:100%;
background: rgba(200,200,200, 0.5);
}
#loadbody img{
	position:fixed;
	top:0px;
	left:0px;
	bottom:0px;
	right:0px;
	margin:auto;
	-o-animation: xoayanh 0.7s infinite linear;
	-moz-animation: xoayanh 0.7s infinite linear;
	-webkit-animation: xoayanh 0.7s infinite linear;
	animation: xoayanh 0.7s infinite linear;
}
#wrapper{
	width: 100%;
	max-width: 1366px;
	margin: 0 auto;
	overflow:hidden;
	text-align: center;
}
.container{
	width: 1220px;
	padding:0px 10px;
	margin: 0 auto;
	display: inline-block;
	text-align: left;
}
.container img{
	max-width: 100%;
	height: auto;
}

/*header*/
#header{
	width: 100%;	
	position: relative;
	top: 0px;
	left: 0px;
	z-index: 6000;
}
#header h1{
	position: fixed;
	bottom: 0px;
	left: 0px;
	font-size: 1px;
	color: #fff;
	z-index: 1;
	opacity: 1;
}
#header .container{
	position: relative;
	text-align: center;
}
#header #logo{
	float: left;
	box-shadow: 8px 3px 5px #a59d9d
}
#header #Trouble{
	color: #00395d;
	font-size: 13px;
	float: right;
	margin-top: 15px;
	font-family: "robotocondensedregular";
}
#header #tell{
	float: right;
	color: #0072BB;
	margin-left: 45px;
	margin-right: 45px;
	font-size: 18px;
	margin-top: 15px;
	font-family: "robotocondensedbold";
}
#header .search{
	margin-top: 15px;
	float: right;
}
.search #keyword{
	height: 30px;
    border: none;
    padding: 3px;
}
#header .box_search{
	display: none;
	position: absolute;
    border: thin solid #00395d;
    top: 45px;
    right: 0px;
}
#header #sb_search{
	height: 30px;
	color: #fff;
	padding: 3px;
	background: #00395d;
	border: none;
}
/*end header*/
/*menu_top*/


#menu_top{
	display: inline-block;
	width: 100%;
	top: 0px;
	left: 0px;
	font-family: Arial;
	z-index: 5000;
	background: #00395d;
	position:relative;
}	
#menu_top>ul{
	display:table;
	width:1000px;
}
#menu_top>ul>li{
	display:table-cell;
	text-align:center;
	position: relative;
	line-height: 55px;
}
#menu_top>ul>li a{
	color: #fff;
	font-size: 15px;
}
#menu_top>ul>li>a{
	color: #fff;
	display: block;
    font-size: 20px;
    font-family: "robotocondensedregular";
}
#menu_top>ul>li>ul{
    top: 55px;
    left: 0px;
    padding-top: 11px;
    display: none;
    position: absolute;
    width: 492px;
    height: auto;
    background: #efefef;
}
#menu_top>ul>li>ul>a{
	color: #000;
	display: block;
    font-size: 20px;
    font-family: "robotocondensedregular"; 
}
#menu_top>ul>li>ul>li{
	float: left;
    margin: 0px 10px;
    border-top: thin solid #00AEEF;
}
#menu_top>ul>li>ul>li>a{
	color: #000;
	display: block;
    font-size: 20px;
    font-family: "robotocondensedregular";
    font-weight: bold;	
}
#menu_top>ul>li>ul>li a:hover {
	color: #91d5ef;
}
#menu_top #div_menu a{
	color: #000;
}
#menu_top #div_menu a:hover{
	color: #91d5ef;
}
/*end menu_top*/
.line_after{
	width: 100%;
	background: url(../images/line_after.png) no-repeat top center;
	background-size: 100% 100%; 	
	height: 15px;
	margin-top: 10px;
	margin-bottom: 5px;

}
/*slide_show*/
#slider{
	display:inline-block;
	width: 100%;
	max-width:1366px;
	margin: 0 auto;
	text-align: center;
	position: relative;
	z-index: 1000;
	min-height: 60px;
}
.jssorb21 {
    position: absolute;
}
.jssorb21 div, .jssorb21 div:hover, .jssorb21 .av {
    position: absolute;
    /* size of bullet elment */
    width: 13px;
    height: 13px;
    text-align: center;
    color: white;
    font-size: 12px;
   	background: #fff;
   	border-radius: 50%;
    overflow: hidden;
    cursor: pointer;
}
.jssorb21 div {

 }
.jssorb21 div:hover, .jssorb21 .av:hover {
background: #333;
 }
.jssorb21 .av {
	background: #333;
 }
.jssorb21 .dn, .jssorb21 .dn:hover { 
	background: #333;
}

#slider .caption_slider{
	position: absolute;
	top: 0px;
	left: 220px;
	width: 700px;
	height: 250px;
	display: inline-block;
	font-family: 'opensan';
	text-align: center;
	color: #264D00;
}
#slider .caption_slider .title{
	margin-top: 50px;
	font-size: 60px;
	line-height: 65px;
	color: #264D00;

	font-family: 'opensanb';
}
#slider .caption_slider .name{
	font-size: 30px;
	line-height: 40px;
	color: #264D00;
}
#slider .caption_slider .mota{
	font-size: 14px;
}
#slider .caption_slider .xemthem{
	display: inline-block;
	margin-top: 20px;
	font-size: 16px;
	text-align: center;
	text-transform: uppercase;
	padding: 3px;
	background: #FE6215;
}
#slider .caption_slider .xemthem:hover{
	background: #264D00;
}
#slider .caption_slider .xemthem a{
	border:thin #fff solid;
	padding: 12px 35px;
	display: inline-block;
	color: #fff;

}
/*end slide_show*/
#slogan{
	margin-bottom: 20px;
}
/*right*/
#right{
	width: 21%;
	float: right;
	margin-top: 20px;
}
/*end right*/
/*middle*/
#middle{
	width: 100%;
	display: inline-block;
	position: relative;
}

#middle .div-father{
	position: relative;
}

#middle .content_index_right img{
	position: absolute;
	top: 0px;
	right: 80px;
}
#middle .content_index_right .text_right{
	width: 45%;
	top: 60px;
	left: 80px;
	position: absolute;
	line-height: 50px;
}
#middle .content_index_right .text_right h2{
	color: #fff;
    line-height: 45px;
	font-family: "robotocondensedbold";
	font-size: 30px;
}
#middle .content_index_right .text_right h3{
    color: #fff;
    font-size: 17px;
    font-family: Arial;
    line-height: 40px;
    font-weight: normal;
}
#middle .content_index_right .text_right a{
    color: #fff;
    font-size: 17px;
    position: relative;
    padding: 10px 12px;
    border-radius: 5px;
    background: #ffa02d;
}
#middle .content_index_right .text_right a:after{
	top: 40px;
	left: 0;
	content: '';
	width: 111px;
	height: 42px;
	position: absolute;
	background: url('../images/bg_a_03.png') no-repeat bottom;
}


#middle .content_index_left img{
	position: absolute;
	top: 5%;
	left: 80px;
}
#middle .content_index_left .text_left{
	width: 45%;
	top: 20%;
	right: 80px;
	position: absolute;
	line-height: 50px;
}
#middle .content_index_left .text_left h2{
	color: #008feb;
    line-height: 55px;
	font-family: "robotocondensedbold";
	font-size: 30px;
	text-shadow: 1px 0 0 #fff, -1px 0 0 #fff, 0 1px 0 #fff, 0 -1px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 0px 0px 0px #000;
}
#middle .content_index_left .text_left h3{
    color: #008feb;
    font-size: 17px;
    font-family: Arial;
    line-height: 40px;
}
#middle .content_index_left .text_left a{
    color: #fff;
    font-size: 17px;
    position: relative;
    padding: 10px 12px;
    border-radius: 5px;
    background: #ffa02d;
}
#middle .content_index_left .text_left a:after{
	top: 40px;
	right: 0;
	content: '';
	width: 111px;
	height: 42px;
	position: absolute;
	background: url('../images/bg_a_03.png') no-repeat bottom;
}
/*middle*/
/*top_content*/
#top_content{
	width: 100%;
	display: inline-block;
	position: relative;
}
/*end top_content*/
/* #gioithieuix{
	text-align:left;
	width:100%;
}
#gioithieuix img{
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}
#gioithieuix h3{
	font-size:25px;
	line-height:35px;
	color:#D50000;
	font-weight:bold;
	margin-bottom:10px;
}
#gioithieuix .mota{
	font-size:15px;
	line-height:22px;
} */
/*bottom_content*/
#bottom_content{
	width: 100%;
	text-align: center;
	position: relative;
}
/*end bottom_content*/
/*doitac*/
#doitac{
	width: 100%;
	display: inline-block;
}

/*end doitac*/
/*footer*/
#footer{
	width: 100%;
	display: inline-block;
	padding-top: 30px;
	color: #fff;
	background:#144d6f;
	position: relative;
	min-height: 100px;
}	

#footer .container{
	position: relative;
	text-align:center;
}
#footer #map_foter{
	width: 50%;
	float: left;
}
#footer #thienphu{
    width: 15%;
    float: left;
    text-align: left;
    margin-left: 10%;
}
#footer .box-footer{width: 35% !important;margin:0 !Important;}
#footer #thienphu h3{
	font-size: 25px;
	color: #fffc00;
	font-family: "robotocondensedregular";
	max-width: 300px;
	height: 50px;
}
#thienphu ul li a{
	color: #fff;
	font-size: 15px;
	line-height: 27px;
	font-family: "RobotoCondensedLight";
}
#map_foter #map_canvas{
	width: 100%;
    height: 170px;
}
#footer #content_footer{
	width: 25% !important;
	float: right !important;
}
#footer .container{
	position: relative;
}
#footer #content_footer h3{
	font-size: 25px;
	color: #fffc00;
	font-family: "robotocondensedregular";
	text-align: left;
}
#footer #content_footer span{
	/* float: right; */
	text-align: left;
	margin-right: 30px;
}
#footer #copyright{
	border-top:thin #053265 solid;
	padding:5px 0px;
	text-align:left ;
}
#footer #copyright span{
	font-size: 13px;
	font-family: "RobotoCondensedLight";
}
#footer #copyright b{
	color:#fff;
}
.map_description{
	color: #000;
    text-align: left;
}
/*end footer*/
/*product*/

.wrap_product{
    width: 222px;
    margin-right: 20px;
    display: inline-block;
    float: left;
    margin-bottom: 30px;
}
.product{
	display:inline-block;
	width: 100%;
	position: relative;
	text-align: center;
	font-family:Arial;
	padding:10px;
	border:thin #d9d9d9 solid;
	box-shadow:5px 5px 0px #eee;
}
.product  img{
	width: 100%;
}
.product h3{
	margin: 10px 0px;
	line-height: 22px;
	overflow:hidden;
	color: #000;
	font-size: 20px;
	position: relative;
	text-transform: uppercase;
	font-family: "robotocondensedregular";
}
.product:hover h3{
	color: red;
}
.product .mota{
	width: 100%;
	text-align: left;
	color: #000;
	font-size: 14px;
	line-height: 22px;
}
.product .gia{
	color: red;
}
.product .gia span{
	color: #333;
	text-decoration: line-through;
}
/*end product*/
#main{
	display: inline-block;
	margin-top: -8px;
	width: 100%;
}
.line_product{
	width: 100%;
	display: inline-block;
	height: 35px;
	background: linear-gradient(top,#fff,#CDCDCB);
	background: -moz-linear-gradient(top,#fff,#CDCDCB);
	background: -webkit-linear-gradient(top,#fff,#CDCDCB);
	background: -o-linear-gradient(top,#fff,#CDCDCB);
	padding-bottom: 5px;
	border-bottom: thin #FB9EB0 solid;
}
/*title_main*/
.title_main{
	width: 100%;
	display: inline-block;
	margin-bottom: 10px;
	text-align: center;
	overflow: hidden;
	background:url('../images/bgtitle.png') repeat-x center;
}
.title_main h2{
	color: #ff0000;
    line-height: 45px;
    font-family: "robotocondensedbold";
    font-size: 30px;
}
.title_main h2:before{
	content:'';
	height:100%;
	width:10px;
	background:url('../images/leftitle.png') no-repeat right center;
	position:absolute;
	top:0px;
	left:-10px;
}
.title_main h2:after{
	content:'';
	height:100%;
	width:10px;
	background:url('../images/rightitle.png') no-repeat left center;
	position:absolute;
	top:0px;
	right:-10px;
}

.title_main .xemthem{
	line-height:37px;
	float:right;
	color:#000;
}
.title_main .xemthem:hover{
	color:red;
}
/*end title_main*/


/*box_tintuc*/

.wrap_tintuc{
	display:inline-block;
	width:50%;
	float:left;
	text-align:center;
}
.box_tintuc{
	text-align: left;
	width: 100%;
	float: left;
	display: inline-block;
	padding:10px;
	font-family: Arial;
	height:200px;
	overflow:hidden;
}
.box_tintuc img{
	padding:3px;
	display: inline-block;
	margin-right:10px;
	margin-bottom:10px;
	border:thin #d9d9d9 solid;
	float:left;

}

.box_tintuc img:hover{
	opacity: 0.5;
}
.box_tintuc h3{
	color:#000;
    line-height: 45px;
    font-family: "robotocondensedbold";
    font-size: 25px;
}
.box_tintuc h3:hover{
	color: red;
}
.box_tintuc .mota{
	color: #555;
	font-size: 15px;
	line-height: 17px;
	overflow:hidden;

}
.box_tintuc .date{
	color: yellow;
	font-size: 11px;
	margin-bottom: 5px;
}
.box_tintuc .xemthem{
	display: inline-block;
	margin-top: 10px;

}
.box_tintuc .xemthem p{
	color: #555;
	font-size: 17px;
	font-style: italic;
}
/*box_tintuc*/
/*baiviet_lienquan*/
.baiviet_lienquan{
	width: 100%;
	display: inline-block;
	text-align: left;
}
.baiviet_lienquan .title{
	line-height: 35px;
	font-size: 16px;
	font-weight: bold;
}
.baiviet_lienquan li{
	list-style-type: square;
	color: blue;
	font-size: 20px;
}
.baiviet_lienquan li a{
	font-size: 14px;
}
.baiviet_lienquan li a:hover{
	color: red;
	margin-left: 10px;
	font-weight: bold;
}
/*baiviet_lienquan*/
/*tabs*/
.tabs{
	width: 100%;
	display: inline-block;
	
}
.tabs .tabs_title{
	display: inline-block;
	text-align: center;
	background: #005FFF;
	border:thin blue solid;
	border-radius: 10px 10px 0px 0px;
	margin-bottom: -5px;
}
.tabs .tabs_title li{
	display: inline-block;
	float: left;
	padding: 10px;
	border-right: thin blue solid;
}
.tabs .tabs_title li:last-child{
	border:none;
}
.tabs .tabs_title li a{
	color: #fff;
	text-transform: uppercase;
	font-size: 15px;
}
.tabs .tabs_hidden{
	width: 100%;
	display: none;
}
.tabs .tabs_hidden:first-child{
	display: inline-block;
}
.tabs .tabcontents{
	overflow: hidden;
	border:thin blue solid;
	padding: 10px;
	margin-bottom: 20px;
}
.tabs .tabcontents img{
	max-width: 100% !important;
	height: auto;
}
/*end tabs*/
/* ========== Content pagination ========== */

ul.pagination {
    display:inline-block;
	width:100%;
	margin:10px 0px;
    text-align:center;
    color:#FE0233;
}
ul.pagination li.page_info{
	display: none;
}
ul.pagination li {
    display:inline;
    padding:0 3px;
}
ul.pagination a {
    color:#FE0233;
    display:inline-block;
    padding:5px 10px;
    border:1px solid #FE0233;
    text-decoration:none;
}
ul.pagination a:hover, 
ul.pagination a.current {
    background:#FE0233;
    color:#fff; 
}

.pagination {
	margin: auto;
	width: auto;
	text-align: center;
	margin-top: 10px;
}
.pages {
}
.pages li.prev {
	margin-right: 15px;
}
.pages li.next {
	margin-left: 15px;
}
.pages li {
	display: inline-block;
	margin: 5px 2px;
}
.pages li a {
	height: 25px;
	padding: 4px 8px;
	text-decoration: none;
	color: #666666;
	font-weight: bold;
	background: url(../images/backgrounds/pagingBg.png) repeat-x 0 0;
	border: 1px solid #d5d5d5;
	font-size: 11px;
}
.pages li a:hover {
	background: #f6f6f6;
}
.pages li .active {
	background: url(../images/backgrounds/sideGradient.png) repeat-x;
	color: #fff;
	border-color: #424852;
}
.pages li .active:hover {
	background: #2a313d;
}
/* ==========end  Content pagination ========== */

/*top*/
#top{
	background:url(../images/top.png) no-repeat;
	background-size: 100% 100%;
	height:35px;
	width:35px;
	position:fixed;
	bottom:40px;
	right:10px;
	cursor:pointer;
	z-index: 99999;
}
/*end top*/
/*sodotongquan*/
#sodotongquan{
	width: 1000px;
	
	top: 0px;
	left: 0px;
}
#sodotongquan #sodotongquan_img{
	width: 1000px;
	display: inline-block;
	position: relative;
}
#sodotongquan canvas{
	height: 100% !important;
}
#sodotongquan #sodotongquan_img img{
	max-width: 100%;
}
/*end sodotongquan*/
.content_title .name{
	color: #024FC1;
	font-family: Arial;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 20px;
	margin-bottom: 5px;
}
.owl-carousel .owl-item{
	text-align: center;
}
#at4-share{
	display: none !important;
}

/*product_detail*/
#product_detail{
	width: 100%;
	display: inline-block;
}
#product_detail #product_detail_img{
	width: 50%;
	float: left;
	text-align: center;
}
#product_detail #product_info{
	width: 48%;
	float: right;
	text-align: left;
	font-family: "robotocondensedbold";
    font-size: 17px;
}
#product_detail #product_info li{
	border-bottom: thin #888 solid;
	padding: 15px 0px;
}
#product_detail #product_info li:last-child{
	border: none;
}
#product_detail #product_info li .link{
	float: none;
    padding: 10px 25px;
    background: #00aeef;
    color: #fff;
}
#product_detail #product_info li .addtocart{
	width: 100%;
	display: inline-block;
	height: 35px;
	line-height: 35px;
	background: #555;
	text-align: center;
	color: #fff;
}
#product_detail #product_info li .addtocart:hover{
	color: yellow;
}
#product_detail #product_info .gia{
	font-size: 16px;
}
#product_detail #product_info .gia span{
	color: red;
}
#product_detail #product_info .gia b{
	text-decoration: line-through;
}
#product_detail #product_info .name{
	font-size: 25px;
	line-height: 30px;
	color: #333;
	font-family: Arial;
	text-transform: uppercase;
	font-family: "robotocondensedbold";
}
#product_detail #thumb{
	width: 100%;
	margin-top: 5px;
	text-align: center;
}
#product_detail #thumb img{
width: 60px;
height: 60px;
	display: inline-block;
}
#product_detail .muangay{
	width:100%;
	display:inline-block;
	line-height:35px;
	color:#fff;
	font-size:16px;
	background:#049EDD;
	text-align:center;
	text-transform:uppercase;
}

.box_left{
	width:20%;
	float: left;
	margin-right: 10px;
	display:inline-block;
	box-shadow:0px 0px 10px #bbb;
}
.box_right{
	width: 79%;
    float: right;
}
.title{
	text-align:center;
	line-height:55px;
	background:#00395d;
    color: #fff;
    display: block;
    font-size: 20px;
    font-family: "robotocondensedregular";
}
#danhmuc_left{
	background: #efefef;
	display:inline-block;
	width:100%;
	padding-left:10px;
}
#danhmuc_left>ul>li{
	color:#DC0000;
	font-size:25px;
	line-height:30px;
	font-family: "robotocondensedregular";
}
#danhmuc_left>ul>li>a{
	font-size:15px;
	font-weight:bold;
	color:#000;
}
#danhmuc_left>ul>li>a:hover{
	color: #00aeef
}
#danhmuc_left>ul>li>ul{
	padding-left: 20px;
}
#danhmuc_left>ul>li>ul>li>ul{
	padding-left:10px;
	display:none;
}
#danhmuc_left>ul>li ul a{
	font-size:14px;
	text-transform:capitalize;
color:#333;
font-weight:bold;
}
#danhmuc_left>ul>li ul a:hover{
	color:#00aeef;
}
#danhmuc_left>ul>li ul li{
	list-style-image:url('../images/list_left.png');
}
.content{
	padding:5px;
}
/*product_detail*/
/*left*/
#right_content{
	min-height: 600px;
	width: 100%;
	padding-left: 300px;
}
/*product_detail_left*/
#product_detail_left{
	float: left;
	width: 75%;
}
#product_detail_right{
	width: 25%;
	float: right;
}
/*end product_detail_left*/
.select_sort{
	float: right;
	width: 250px;
	height: 30px;
	line-height: 30px;
	background: #fff;
	margin-right: 10px;
	
}

.button_cart{
	display: inline-block;
	line-height: 30px;
	background: #0189FF;
	color: #fff;
	font-size: 16px;
	text-align: center;
	margin-top: 10px;
	margin-right: 10px;
	padding: 0px 10px;
	border-radius: 3px;
}
.button_cart:hover{
	background: #B3002C;
}
.owl-prev,
.owl-next{
	text-indent:10000px;
	height:100%;
	width:35px;
	position:absolute;
	top:0px;
	overflow: hidden;
}
.owl-prev{
	left:-30px;
	background: url(../images/prev.png) no-repeat center;
}
.owl-next{
	right:-30px;
	background: url(../images/next.png) no-repeat center;
}
/* box_gallery */
.box_gallery{
	width:25%;
	padding:1%;
	float:left;
}
 .box_gallery img{
	width:100% ;
	border:thin #d9d9d9 solid;
	padding:2px;
	background:#fff;
	box-shadow:5px 5px 0px #ddd ;
}
/* box_gallery */

/*customers*/
.album{
    width: 23%;
    border: thin solid #e1e1e1;
    float: left;
    padding-bottom: 10px;
    text-align: center;
    margin-right: 25px;
}
.album img{
	padding: 3px;
}
.album h3{
	padding-top: 10px;
	margin-top: 10px;
	font-size: 20px;
    text-transform: uppercase;
    border-top: thin solid #e1e1e1;
    font-family: "robotocondensedbold";
}
.album h3:hover{
	color: green;
}
/*end customers*/

/*product_detail*/
#product_detail #product_detail_img{
	border: thin solid #e1e1e1;
}
/*end product_detail*/