/* # Genesis Child Theme
Theme Name: RT Normal
Theme URI: http://thietkewebmienphi.com
Description: This is the standard theme created for the Genesis Framework.
Author: Minh Sang & Hai Coder
Author URI: http://thietkewebmienphi.com
Template: genesis
Template Version: 1.0
Tags: black, orange, white, one-column, two-columns, three-columns, left-sidebar, right-sidebar, responsive-layout, custom-menu, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
License: GPL-2.0+
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/


/* # Table of Contents
- Structure and Layout
	- Site Containers
	- Column Widths and Positions
	- Column Classes
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Featured Content
- Site Header
	- Title Area
	- Widget Area
- Site Navigation
	- Header Navigation
	- Primary Navigation
	- Secondary Navigation
- Content Area
	- Entries
	- Entry Meta
	- Pagination
	- Comments
- Sidebars
- Footer Widgets
- Site Footer
*/


/* # HTML5 Reset
---------------------------------------------------------------------------------------------------- */

*{
    margin: 0px;
    padding: 0px;
    outline : none;
    font-size: 13px;
    font-family: 'Arial', Arial,Helvetica,sans-serif;
    line-height: 20px;
}
@import url(http://fonts.googleapis.com/css?family=Roboto:400,300italic,400italic,500,500italic,700&subset=latin,vietnamese);
div.clear{clear:both}
a{text-decoration:none}
img{
	max-width:100%;
	border:none;
}

a:hover, a:active, a:focus, li:hover, .transit{
	-webkit-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
 }
li{list-style:none}


/* ------------------Start Here --------------------------*/

.site-container, .site-inner {
	margin: 0 auto;
	width: 100%;
	position: relative;
}
.site-container {
	background: url(images/bg-2.png);
	border-top: 1px solid #cdced0;
}
.site-inner {
	clear: both;
	width: 960px;
	margin: 0 auto;
}
.site-title{
	position: absolute;
	text-indent: -9999px;
}

/* banner */
.site-header{position: relative;}
.site-header .wrap {
	width: 960px;
	margin: 0 auto;
	position: relative;
}
.site-header .imgbanner{
	display: block;
	line-height: 0;
}
.site-header .imgbanner img{
	width: 100%;
	height: auto;
}

.content-sidebar-wrap {
	margin: 15px 0px 30px 0px;
	overflow: hidden;
}
.site-header .img-qc {
	position: absolute;
	top: 0px;
	right: 0px;
}
/* Navigation */

.nav-primary{
	color: #FFFFFF;
	text-transform: uppercase;
	clear: both;
}
.nav-primary .wrap {
	width: 960px;
	margin: 0 auto;
	background: #172a76;
	height:40px;
}
.nav-primary ul{
	margin: 0;
	padding: 0 30px;
	}
.nav-primary li{
	float: left;
	list-style: none;
	position:relative;
	}
.nav-primary li a{
  color: #FFFFFF;
  font-size: 13px;
  font-weight: bold;
  margin: 0;
  text-transform: none;
  padding: 0px 24px;
  line-height:40px;
  position: relative;
  text-decoration: none;
  white-space: nowrap;
}
.nav-primary li:hover, .nav-primary .current_page_item , .nav-primary .current-cat , .nav-primary .current-menu-item{
	background: #016989;
}

/* sub menutop lv 1 */
.nav-primary li  li {
	background: #172a76;
	width:100%;
	border-top:#fff solid 1px;
	clear:both;
	padding:0;
	margin-top:-15px;
	-moz-transition:opacity 0.1s 0.15s ease-out, margin 0.3s 0.1s ease-out;
	-webkit-transition:opacity 0.1s 0.15s ease-out, margin 0.3s 0.1s ease-out;
	-o-transition:opacity 0.15s 0.15s ease-out, margin 0.3s 0.1s ease-out;
	transition:opacity 0.15s 0.15s ease-out, margin 0.3s 0.1s ease-out;
}

.nav-primary li li a{
	color: #FFFFFF;
	font-size: 11px;
	line-height:37px;
	padding-left:10px;
	padding-right:0;
	border:none;
	position: relative;
}
.nav-primary li ul{
	z-index: 9999;
	float:left;
	list-style:none;
	margin:0;
	padding:0;
	position:absolute;
	background:#222;
	width:180px;
	opacity:0;
	visibility:hidden;
	-moz-transition:opacity 0.2s 0.1s ease-out, visibility 0.1s 0.1s linear;
	-webkit-transition:opacity 0.3s ease-out, visibility 0.1s 0.1s linear;
	-o-transition:opacity 0.3s ease-out, visibility 0.1s 0.1s linear;
	transition:opacity 0.3s ease-out, visibility 0.1s 0.1s linear;
}
.nav-primary li:hover>ul{
	opacity:1;
	visibility:visible;
}
.nav-primary li:hover ul li{
	margin-top:0;
    opacity:1;
}

/* sub menutop lv 2 */
.nav-primary ul ul ul{
	float:left;
    list-style:none;
    z-index: 9999;
    margin-left: 1px;
    padding:0;
    position:absolute;
    left:80%;
    top:0px;
    background:#222;
    width:100%;
    opacity:0;
    visibility:hidden;
    -moz-transition:opacity 0.2s 0.01s ease-in-out, left 0.2s 0.1s ease-out, visibility 0.1s 0.1s linear;
    -webkit-transition:opacity 0.2s 0.01s ease-in-out, left 0.2s 0.1s ease-out, visibility 0.1s 0.1s linear;
    -o-transition:opacity 0.2s 0.01s ease-in-out, left 0.2s 0.1s ease-out, visibility 0.1s 0.1s linear;
    transition:opacity 0.2s 0.01s ease-in-out, left 0.2s 0.1s ease-out, visibility 0.1s 0.1s linear;
}
.nav-primary ul ul ul li{
	border:none;
    border-bottom:1px solid #ccc;
    clear:both;
    margin:0;
    padding:0;
    width:100%;
    opacity:1;
}
.nav-primary ul ul li:hover ul{
	opacity:1;
    left:100%;
    visibility:visible;
}
/* search form */
#searchform, .search-form{
	overflow: hidden;
	padding: 2px;
	background: #fff;
	border-radius: 6px;
}
.search-form{
	position: absolute;
	z-index: 100;
	right: 6px;
	bottom: -34px;
}
#searchform label{
	display: none;
}
#searchform input[type=text], .search-form input[type=text], .search-form input[type=search]{
	float:left;
	width: 130px;
	border:none;
	height: 24px;
	padding:2px 6px;
	font-size: 12px;
}
#searchform input[type=submit], .search-form input[type=submit]{
	float:left;
	width: 15px;
	height: 24px;
	border:none;
	text-indent: -9999px;
	background: url(images/btsearch.png) center no-repeat;
	cursor: pointer;
}

/* breadcrumb */
.breadcrumb{
	margin: 0 0 10px 0;
	padding: 5px 0;
}
.breadcrumb a{
	color: #777;
}

/* ### Wrapping div for .content and .sidebar-primary */

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	width: 980px;
}

.content-sidebar-sidebar .content-sidebar-wrap {
	float: left;
}

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	float:right;
	width:735px;
}
/* Sidebar & content */

.sidebar {
	float: right;
	width: 220px;
}
.sidebar-content .sidebar-primary, .sidebar-sidebar-content .sidebar-primary {
	float: left;
 }
 .content-sidebar .sidebar-primary {
 	margin-right:10px;
 }

.sidebar .widget {
	margin-bottom:15px;
	padding: 0 0 0px 0;
	background: #FFFFFF;
}

.sidebar h2.widget-title {
	background: url('images/bg-title.png') no-repeat scroll 0% 0% transparent;
	color: #FFF;
	font-size: 12px;
	text-indent: 14px;
	text-transform: uppercase;
	height: 40px;
	line-height: 40px;
}
.sidebar ul, .sidebar ol, .sidebar-alt ul, .sidebar-alt ol{
	margin:0;
	padding:0;
	list-style:none;
	border: 1px solid #dbdbdb;
	border-top: none;
}

.sidebar ul li{
	list-style:url(images/listmenu.png) inside;
	padding: 5px 0px 5px 15px;
	position:relative;
	border-bottom: 1px solid #dbdbdb;
}
.sidebar ul li:last-child {
	border: none;
}
.sidebar ul li a{
	color:#555555;
	font-size: 12px;
	text-decoration:none;
	margin-left: 10px;
	text-transform: uppercase;
}
.sidebar ul li a:hover{color:#c93702;}

/* sub danh muc sp */
.sidebar ul ul {
	position:absolute;
	left:86%;
	width:100%;
	top:0;
	background:#fff;
	z-index: 9999;
	opacity:0;
	border:#c5c5c5 solid 1px;
    visibility:hidden;
    -moz-transition:opacity 0.2s 0.01s ease-in-out, left 0.2s 0.1s ease-out, visibility 0.1s 0.1s linear;
    -webkit-transition:opacity 0.2s 0.01s ease-in-out, left 0.2s 0.1s ease-out, visibility 0.1s 0.1s linear;
    -o-transition:opacity 0.2s 0.01s ease-in-out, left 0.2s 0.1s ease-out, visibility 0.1s 0.1s linear;
    transition:opacity 0.2s 0.01s ease-in-out, left 0.2s 0.1s ease-out, visibility 0.1s 0.1s linear;
}
.sidebar ul li:hover > ul{
	opacity: 1;
    left: 100%;
    visibility:visible;
}
.sidebar-secondary  {
	float: left;
	width: 240px;
}
.sidebar-content-sidebar .sidebar-primary {
	width:240px;
}

.sidebar .featuredpost .tin-tuc, .sidebar .featuredpage .page, .sidebar-alt .featuredpost .tin-tuc,
.sidebar-alt .featuredpage .page {
	margin: 0;
	padding: 20px 15px 12px 15px;
	overflow: hidden;
	color : white;
	border: 1px solid #dbdbdb;
	border-top: none;
}
.tin-tuc:last-child {

}
.alignleft{
	float:left;
	margin:0 6px 0 0;
}
.sidebar .featuredpost .avatar, .sidebar .featuredpage .avatar, .sidebar-alt .featuredpost .avatar,
.sidebar-alt .featuredpage .avatar, .sidebar .featuredpost img, .sidebar .featuredpage img,
.sidebar-alt .featuredpost img, .sidebar-alt .featuredpage img {
	background: #F7F7F7;
	margin: 0;
	height: 145px;
    width: 190px;
}
.sidebar .featuredpost h2 a{
	color: #555555;
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
.sidebar h2.entry-title {
	margin-top: 10px;
}
.cpd {
	padding: 10px 15px 10px 0px !important;
	border: 1px solid #dbdbdb !important;
	border-top: none !important;
}
.cpd li {
	border: none !important;
	list-style: none !important;
	font-size: 12px !important;
	color: #555555 !important;
	font-weight: bold !important;
}
.cpd-r {
	font-weight: normal !important;
}
.metaslider {
	margin: auto !important;
	margin-top: 15px !important;
}

/** Navigation **/
.wp-pagenavi {
  float: right;
  margin: 10px;
}
.wp-pagenavi a, .wp-pagenavi span {
  border: 1px solid #BFBFBF;
  margin: 2px !important;
  padding: 3px 7px !important;
  text-decoration: none;
}

/* Sidebar - Content */

.sidebar-content .content,
.sidebar-sidebar-content .content {
	float: right;
	width: 725px;
}
.content-sidebar .content,
.content-sidebar-sidebar .content {
	float: left;
	width: 695px;
	margin-top: 15px;
	margin-left:5px;
}
.sidebar-content-sidebar .content {
	float: left;
	width: 480px;
	margin-top: 15px;
	margin-left:5px;
}
.full-width-content .content {
	width: 100%;
}
.heading, #related-post h3{
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 0px;
	background: url(images/bg-menutop.png) repeat-x;
	line-height:37px;
	clear: both;
	text-transform:uppercase;
	text-indent:15px;
}
.box-page-child {
	padding: 15px 15px 30px 15px;
	background: #FFFFFF;
	display: table;
	position: relative;
	border-left: 1px solid #dbdbdb;
	border-right: 1px solid #dbdbdb;
}
.box-page-child .img {
	float: left;
	margin-right: 20px;
	width: 380px;
	height: 220px;
}
.box-page-child .img img {
	width: 380px;
	height: 220px;
}
.noidung p {
	color: #141414;
	font-size: 14px;
}
.home .more-link {
	right: 15px;
	position: absolute;
	bottom: 32px;
	color: #172a76;
	font-size: 12px;
	font-weight: bold;
}
.heading a{
	color: #fff;
	font-size: 14px;
	line-height:37px;
}
.heading a:hover{text-decoration: underline;}

.content .entry-title {
	border-bottom:  1px solid #999;
	font-size: 15px;
	margin-bottom:  10px;
	padding-bottom:  5px;
	text-indent: 10px;
	line-height: 35px;
	height: 35px;
}

.entry-content{
	padding: 10px;
	line-height: 1.5
}
.entry-content table{
	border-collapse:  collapse;
	border-spacing: 5px;
}
.entry-content p, .entry-content div{margin-bottom: 10px; min-height: 1px;}
.entry-content h1{font-size: 20px;}
.entry-content h2{font-size: 18px;}
.entry-content h3{font-size: 16px;}
.entry-content h4{font-size: 14px;}
.entry-content h1,.entry-content h2,.entry-content h3,.entry-content h4{margin-bottom: 5px;}
.entry-content i, .entry-content b, .entry-content span, .entry-content strong, .entry-content p {
	font-size: inherit;
	color: inherit;
}
.entry-content .aligncenter{
	display: block;
	margin:	3px auto;
	text-align: center;
}
.entry-content img{
	max-width:  100%;
	height:  auto;
}
/* Tin lien quan */
#related-post h3{
	text-transform:uppercase;
	margin:6px 0;
}
#related-post ul li{
	list-style:square inside;
	color:#666;
	padding:3px 0;
}
#related-post ul li a{color:#444}
#related-post ul li a:hover{color:#222}

/* Product List Home */
.product-list {
	display: table;
	background: #FFFFFF;
	padding: 15px 0px;
}
.product-list .product-item {
	float:left;
	width: 28.8%;
	height: 296px;
	padding: 0px 16px;
	margin-bottom: 15px;
	position: relative;
}
.product-list .product-item:nth-child(3n+2) {
	border-right: 1px solid #dbdbdb;
	border-left: 1px solid #dbdbdb;
}
.product-item .img:hover img{
	opacity: 0.7;
}
.product-list .product-item .product-title
 {
	line-height: 20px;
	height: 40px;
	overflow: hidden;
	color: #172a76;
	font-size: 14px;
	text-align: center;
	font-weight: bold;
	display: block;
	margin-top: 2px;
}
.price {
	color: #F00;
	text-align: center;
	font-weight: bold;
}
.chitiet {
	text-align: center;
	height: 20px;
	width: 115px;
	float: left;
	position: relative;
	left: 55px;
	bottom: -8px;
	background: #172a76;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 20px;
	font-size: 12px;
}
.gachngang{
	text-decoration: line-through;
}
.sidebar-content-sidebar .product-list .product-item{
	width: 30%;
	margin:5px;
}
.product-img{
	display: table;
	width: 100%;
	table-layout: fixed;
	height: 130px;
}
.product-item a.img{
	text-align: center;
	display: table-cell;
	position: relative;
	vertical-align: middle;
	height: 100%;
	background: #fff;
	width: 100%;
}
.product-list .product-item .product-img img {
	width: 210px;
	height: 220px;
}
/* archive */

.news-post{
  border: 1px solid #E4E4E4;
  border-radius: 4px;
  margin: 10px 5px 10px;
  overflow: hidden;
  padding: 10px;
}
.news-post h2 a{
    font-size: 15px;
    font-weight: bold;
    color:#000;
}
.news-post img {
  border: 1px solid #E4E4E4;
  float: left;
  height: 120px;
  margin: 5px 10px 5px 5px;
  width: 150px;
}
.news-post p {
  padding: 10px 15px 5px 5px;
  text-align: justify;
  color:#000
}

/* News List Home */
.news-list {
	display: table;
	background: #FFFFFF;
	padding: 15px 15px 0px 15px;
}
.news-list .news-item {
	overflow: hidden;
	width: 46%;
	float: left;
	margin-bottom: 10px;
}
.news-list .news-item:nth-child(2n+1) {
	margin-right: 55px;
}
.news-list .news-item img {
	width: 120px;
	height: 80px;
	float: left;
	clear: left;
	margin-right: 10px;
}
.news-list .news-item .news-title {
	line-height: 20px;
	overflow: hidden;
	color: #172a76;
	font-size: 14px;
	text-align: left;
	font-weight: bold;
	display: block;
	margin-bottom: 2px;
}
.news-item p {
	color: #000000;
	font-size: 12px;
}
/* Single Product */
.anhspsp {
    width: 300px;
    float: left;
    text-align: center;
}
.anhspsp img{
	width: 100%;
	height: auto;
}	
.thongso {
    width: 410px;
    float: right;
}

.thongso ul li {
    list-style: square inside none;
    color: #F15A24;
    padding: 8px 0px;
    border-bottom: 1px dotted #CCC;
}
.thongso ul li span.left{
	display: inline-block;
	width: 150px;
}
.thongso ul li span.right {
    color: #000;
}
a.contact {
    float: right;
    margin-top: 10px;
    padding: 5px 15px;
    background: none repeat scroll 0% 0% #F15A24;
    color: #FFF;
    font-weight: bold;
    border-radius: 10px;
}

/* form lien he */
.wpcf7 p{
	line-height: 2;
	overflow: hidden;
}

.wpcf7 label{
	float:left;
	width: 120px;
	margin-right: 6px;
	line-height: 24px;
}
.wpcf7 label span.sao{color:#F00}

.wpcf7 input[type=text], .wpcf7 input[type=email], .wpcf7 input[type=tel]{
	width: 250px;
	height: 24px;
	border: #cacaca 1px solid;
	float:left;
}
.wpcf7 textarea{
	width: 250px;
	height: 120px;
	margin-bottom: 7px;
	resize:none;
}
.wpcf7 input[type=submit], .wpcf7 input[type=reset]{
	padding:3px 10px;
	cursor: pointer;
}
.wpcf7 input[type=submit]{margin-left: 126px;}

/* Footer */
.footer-widgets, .site-footer {
    overflow: hidden;
    background: #f0f0f0;
}
.footer-widgets {
	padding-top: 15px;
}
/* menu footer */
.footer-widgets ul{
 	padding:0;
	margin:0;
	text-align:center;
	height: 20px;
}
.footer-widgets ul li {
    list-style: none;
    display:inline;
	background:  url(images/li3.png) right no-repeat;
}
.footer-widgets ul li:last-child {
	background: none;
}
.footer-widgets ul li a {
	line-height: 20px;
	color: #172a76;
	font-size: 12px;
	padding: 0 22px;
	font-weight: bold;
}
#footer-widgets ul li a:hover{
	color:#e0fa05
}
/* end menu footer*/
.footer-widgets .wrap {
	width: 960px;
	margin: 0 auto;
}
.footer-widgets .widget_text {
    clear: both;
	font-size: 12px;
    text-align: center;
    color: #555555;
	padding: 20px 0px 10px 0px;
}
.footer-widgets .widget_text h4{
	text-transform: uppercase;
	margin-bottom: 6px;
}
p#credit-link{
	text-align: right;
	padding-right: 6px;
}
.site-footer .wrap {
	width: 960px;
	margin: 0 auto;
}
p#credit-link strong{
	color: #555555;
	text-decoration: none;
	line-height:24px;
	font-size: 10px;
}

/**** support online ****/
#supporter-info{
	padding-top : 130px;
	background: url(images/bg-support.png) top center no-repeat;
	background-position: 50% 20%;
	border: 1px solid #dbdbdb;
	border-top: none;
}
.supporter {
    text-align: center;
    font-weight: bold;
    padding: 2px 0px;
}
.name {
	color: #517a8c;
	font-size: 18px;
	font-weight: bold;
}
.online{text-align: center;margin:0;}
.yahoo a,.skype a{
	line-height: 0;
	display: block;
}
.yahoo,.skype{
	display: inline-block;
	margin:0px 5px;
}
.skype img{
	height: 16px;
	width: auto;
}
.phone {
    color: #fd0000;
	font-size: 24px;
    font-weight: bold;
}

/* slide doc */
.promoteslider ul {
	width:100%;
	padding:0;
}
.promoteslider ul li {
	text-align: center;
	list-style: none;
	display:table;
	table-layout: fixed;
	width:100%;
}
.promoteslider ul li a {
	color: #F15A24;
	text-align: center;
	font-weight: bold;
	display: block;
}
.promoteslider ul li img{
	height: 160px;
	width: auto;
}

/* back to top */
#back-top {
    position: fixed;
    bottom: 30px;
    right:20px;
}
#back-top a {
    /* transition */
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
}
/* arrow icon (span tag) */
#back-top span {
    width: 45px;
    height: 45px;
    display: block;
    margin-bottom: 7px;
    background: url(images/backtop.png) center no-repeat ;

    /* rounded corners */
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;

    /* transition */
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
}
#product-detail {
	background: #FFFFFF;
}
article.page {
	background: #FFFFFF;
}
#home-news {
	background: #FFFFFF;
	display: table;
}
.single-tin-tuc .content {
	background: #FFFFFF;
}
#related-post ul{
	padding: 5px;
}