/* # 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
---------------------------------------------------------------------------------------------------- */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700&subset=latin,vietnamese);
*{
    margin: 0px;
    padding: 0px;
    outline : none;
    font-size: 14px;
    font-family: 'Open Sans',Arial,Helvetica,sans-serif;
    line-height: 20px;
}
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: 1000px;
	position: relative;
}

.site-inner {
	clear: both;
	margin-top: 20px;
}
.site-title{
	position: absolute;
	text-indent: -9999px;
}

/* banner */
.site-header{position: relative;}
.site-header .imgbanner{
	display: block;
	line-height: 0;
}
.site-header .imgbanner img{
	height: auto;
}

.content-sidebar-wrap {
	margin-top: 15px;
	overflow: hidden;
}

/* Navigation */

.site-header .nav-header {
    position: absolute;
    right: 65px;
    bottom: 0px;
    height: 40px;
}
.nav-primary{
	display: none;
}
.nav-primary ul, .site-header .nav-header ul {
	margin: 0;
	padding: 0;
	}
.nav-primary li, .site-header .nav-header li {
	float: left;
	list-style: none;
	position:relative;
	background: url(images/li.png) right no-repeat;
}
.nav-primary li a, .site-header .nav-header li a{
  color: #2642b6;
  font-weight: bold;
  margin: 0;
  padding: 0px 12px;
  line-height:40px;
  position: relative;
  text-decoration: none;
  text-transform:uppercase;
  white-space: nowrap;
}
.nav-primary li:hover>a, 
.nav-primary .current_page_item>a , 
.nav-primary .current-cat>a , 
.nav-primary .current-menu-item>a,
.site-header .nav-header li:hover>a,
.site-header .nav-header .current_page_item>a , 
.site-header .nav-header .current-cat>a , 
.site-header .nav-header .current-menu-item>a {
	color: #5d5c5c;
}

/* sub menutop lv 1 */
.nav-primary li li, .site-header .nav-header li li {
	background: #bbfbf6;
	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, .site-header .nav-header li li a {
	color: #2642b6;
	font-size: 11px;
	line-height:37px;
	padding-left:10px;
	padding-right:0;
	border:none;
	position: relative;
}
.nav-primary li ul, .site-header .nav-header li ul {
	z-index: 9999;
	float:left;
	list-style:none;
	margin:0;
	padding:0;
	position:absolute;
	background:#222;
	width:240px;
	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, .site-header .nav-header li:hover>ul{
	opacity:1;
	visibility:visible;
}
.nav-primary li:hover ul li, .site-header .nav-header li:hover ul li{
	margin-top:0;
    opacity:1;
}

/* sub menutop lv 2 */
.nav-primary ul ul ul, .site-header .nav-header ul ul ul {
	float:left;
    list-style:none;
    z-index: 9999;
    margin:0;
    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, .site-header .nav-header 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, .site-header .nav-header ul ul li:hover ul{
	opacity:1;
    left:100%;
    visibility:visible;
}

/* search form */
#searchform, .search-form{
    overflow: hidden;
    padding: 5px 4px;
    background: #fff;
    border-radius: 6px;
}
#searchform label{
	display: none;
}
#searchform input[type=text], .search-form input[type=text], .search-form input[type=search]{
	float:left;
	width: 166px;
	border: 1px solid #cccccc;
	height: 30px;
	padding:2px 6px;
	border-radius: 5px;
	margin-right: 6px;
	font-size: 12px;
}
#searchform input[type=submit], .search-form input[type=submit]{
	float:left;
	width: 40px;
	height: 30px;
	border-radius: 5px;
	border: 1px solid #cccccc;
	text-indent: -9999px;
	background: url(images/btsearch.png) center no-repeat, #e1e1e1;
	cursor: pointer;
}
.search-form input[type=search]::-webkit-input-placeholder {
   color: red;
}
 
.search-form input[type=search]:-moz-placeholder { /* Firefox 18- */
   color: red;  
}
 
.search-form input[type=search]::-moz-placeholder {  /* Firefox 19+ */
   color: red;  
}
 
.container-1 input#search:-ms-input-placeholder {  
   color: #65737e;  
}



/* 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: 235px;
}
.sidebar-content .sidebar-primary, .sidebar-sidebar-content .sidebar-primary {
	float: left;
 }
 .content-sidebar .sidebar-primary {
 	margin-right:10px;
 }

.sidebar .widget {
	border:#cccccc solid 1px;
	margin-bottom: 20px;
	padding:  0;
	background: #FFF;
}

.sidebar h4.widget-title {
 background: #334ebd; /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(left, #334ebd ,#5f75cb , #8b9bd9); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(right, #334ebd ,#5f75cb , #8b9bd9); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(right, #334ebd ,#5f75cb , #8b9bd9); /* For Firefox 3.6 to 15 */
  background: linear-gradient(to right, #334ebd ,#5f75cb , #8b9bd9); /* Standard syntax */
	color: #FFF;
	text-align: center;
	text-transform: uppercase;
	margin: 0px;
	height: 40px;
	line-height: 40px;
}
.sidebar ul, .sidebar ol, .sidebar-alt ul, .sidebar-alt ol{
	margin:0;
	padding:0;
	list-style:none;
	position: relative;
}

.sidebar ul.menu li{
	padding: 0px;
	position:relative;
	border-top: 1px dashed #bfbfbf;
}
.sidebar ul.menu li a{
	background: url(images/listmenu.png) 10px 12px no-repeat;
	color:#333333;
	text-decoration:none;
	font-weight: bold;
	display: block;
	font-size: 14px;
    padding-left: 40px;
    text-transform: uppercase;
    line-height: 34px;
    border-bottom: 1px dashed #cccccc;
}

.sidebar .widget_nav_menu ul:after {
	position: absolute;
	width: 100%;
	height: 1px;
	content: '';
	background: #FFF;
	bottom: 0;
	left: 0;
}
.sidebar ul.menu >li:first-child {
	border-top: 0;
}
.sidebar ul.menu li:hover >a {color:#2642b6;}
.sidebar ul.menu li li {

}
.sidebar ul.menu ul {
	border: none;
	display: none;
}
.sidebar ul.menu li li a {
    background: url(images/listmenu2.png) 30px 12px no-repeat;
    padding-left: 60px;
}
.sidebar ul.menu li:hover > ul {
	display: block;
}
.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: 8px 5px;
	overflow: hidden;
	color : white;
}
.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;
	padding: 2px;
	border: 1px solid #999;
	height: 65px;
    width: 65px;
}
.sidebar .featuredpost h2 a{
	color: black;
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}


.cpd-l, .cpd-r {padding:5px 10px !important;color: #333333;font-size: 12px !important;}
.metaslider {
	margin: 0 auto 10px !important;
}
.sidebar .image-slider {
	text-align: center;
}
/** 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: 745px;
}
.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;
}
.full-width-content .content {
	width: 100%;
}
.heading, #related-post h3, .content .entry-title{
	color: #fff;
	font-weight: bold;
	padding-bottom: 0px;
 background: #334ebd; /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(left, #334ebd ,#5f75cb , #8b9bd9); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(right, #334ebd ,#5f75cb , #8b9bd9); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(right, #334ebd ,#5f75cb , #8b9bd9); /* For Firefox 3.6 to 15 */
  background: linear-gradient(to right, #334ebd ,#5f75cb , #8b9bd9); /* Standard syntax */
	line-height:40px;
	clear: both;
	margin-bottom:10px;
	text-transform:uppercase;
	text-indent:10px;
}

.heading a{
	color: #fff;
	line-height:40px;
}
.heading a:hover{text-decoration: underline;}

.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 .product-item {
    float: left;
    width: 233px;
    margin: 0 20px 20px 0;
    position: relative;
    background: #FFF;
    border: 1px solid #cccccc;
    font-size: 12px;
    padding: 5px;
    box-sizing: border-box;

}
.product-list .product-item:nth-child(3n) {
	margin-right: 0;
}
.product-list .product-item:hover img {
	opacity: .7;
}
.product-list .product-item .product-title
 {
    line-height: 20px;
    height: 40px;
    overflow: hidden;
    color: #0e5184;
    text-align: center;
    display: block;
}
.price {
	color: #F00;
	text-align: center;
}
.attribute {
	color: #333333;
	padding-left: 28px;
	line-height: 25px;
	background: url(images/dot.png) 12px 12px no-repeat;
}
.masp {
	display: block;
	border-top: 1px solid #cccccc;
	color: #ed1c24;
	background: none;
	margin-top: 5px;
	padding-left: 10px;
    padding-top: 10px;
}
.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: 155px;
    margin: 0px auto;
    overflow: hidden;
    margin-bottom: 5px;
}
.product-item a.img{
	text-align: center;
	display: table-cell;
	position: relative;
	vertical-align: middle;
	height: 100%;
	background: #fff;
	line-height: 0;
	width: 100%;
}
.product-list .product-item .product-img img {
    width: auto;
    height: auto;
    max-height: 150px;
}
/* archive */

.news-post{
  border: 1px solid #E4E4E4;
  border-radius: 4px;
  margin: 0 5px 15px;
  overflow: hidden;
  padding: 10px;
  position: relative;
  background: #FFF;
}
.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-post .more-link {
position: absolute;
    bottom: 7px;
    right: 24px;
    color: #333;
    font-weight: bold;
}
.news-post .more-link:hover, .news-post h2:hover a {
	color: red;
}
/* News List Home */
.news-list .news-item {
	margin: 10px 0;
	overflow: hidden;
}
.news-list .news-item img {
	border: 3px solid #E1E1E1;
	width: 80px;
	height: 80px;
	float: left;
	clear: left;
	margin-right: 5px;
}
.news-list .news-item .news-title {
	line-height: 20px;
	height: 20px;
	overflow: hidden;
	color: #F15A24;
	text-align: left;
	font-weight: bold;
	display: block;
}
/* Single Product */
.Information {
	margin-bottom: 5px;
	overflow: hidden;
	border-bottom: 1px solid #ccc;
	padding: 15px 0;
}
.anhspsp {
    width: 225px;
    float: left;
    text-align: center;
    margin-left: 10px;
}
.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:#2844b9;
}
.footer-widgets {
	padding: 25px 0;
}
.footer-widgets .widget {
	float: left;
}
.footer-widgets .widgettitle {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 10px;
	color: #FFFFFF;
}
.footer-widgets p {
	color: #FFFFFF;
	line-height: 25px;
}
.footer-widgets .widget_nav_menu {
	width: 250px;
	margin-left: 40px;
	margin-right: 10px;
}
.footer-widgets .widget_nav_menu li {
	list-style: url(images/listmenu3.png) inside;
	padding-bottom: 7px;
}
.footer-widgets .widget_nav_menu li a,
.footer-widgets .widget_nav_menu li a span {
	color: #FFFFFF;
}
#text-2 {
	width: 430px;
	margin-right: 10px;
}
p#credit-link{
	text-align: right;
	padding-right: 6px;
}
p#credit-link strong{
	color: #FFFFFF;
	text-decoration: none;
	padding-right:12px;
	line-height:24px;
	font-size: 10px;
}


/**** support online ****/
#supporter-info{

}
.supporter {
    padding: 10px 0px 10px 0px;
    position: relative;
    border-bottom: 1px solid #cccccc;
    width: 250px;
}
.supporter:last-child {border: none !important;}
.online{margin:5px 0;}
.yahoo a,.skype a{
	line-height: 0;
	display: block;
}
.yahoo,.skype{
	display: inline-block;
	margin:0px 5px;
}
.skype img{
	height: 23px;
	width: auto;
}
.phone {
    color: #F00;
    font-weight: bold;
}
.mail, .room, .name {
	color: #333333;
	font-weight: bold;
}
.supporter .avatar img {
	width: 70px;
	height: 70px;
	border: 1px solid #d0d0d0;
	border-radius: 50%;
	position: absolute;
	top: 10px;
	right: 0px;
}

/* 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: 40%;
    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;
}
.entry-content, .Information {
	background: #FFF;
}
.footer-widgets .support-online-widget {
	position: fixed;
	bottom: 0;
	right: 10px;
	background: #008bf3;
	border: 10px solid #008bf3;
	border-bottom: none;
	border-radius: 12px 12px 0 0;
	z-index: 99;
}
.footer-widgets .support-online-widget .widgettitle {
	position: relative;
	background: none;
	width: 250px;
}
.footer-widgets .support-online-widget .wrap {
	background: #FFF;
	padding: 0 20px;
	border-bottom: 10px solid #008bf3;
}
.footer-widgets .support-online-widget .close-widget {
	content: '';
	position: absolute;
	top: -3px;
	right: 0px;
	width: 38px;
	height: 25px;
	background: url(images/close.png);
	border-radius: 2px;
	display: block;
	cursor: pointer;
}
.box-page{
	margin-bottom:10px;
	overflow:hidden;
	background: #FFF;
}
.box-page img {
	float:right;
	width:340px;
	height:auto;
	margin-left:10px;
}
.box-page p {
	color:#333;
	line-height:25px;
	padding: 10px;
}
.news-post-home {
	border: none;
	margin: 0;
	border-radius: 0;
	padding: 5px 0 5px 30px;
	background: url(images/listmenu.png) 10px 10px no-repeat;
}
.news-post-home h2 a {
	font-size: 14px;
	font-weight: normal;
	color: #333333;
}
.slide-pro {
	clear: both;
	margin: 10px 0;
}
.img-code {
    width: 50px;
    height: 50px;
    position: absolute;
    bottom: 10px;
    right: 5px;
}
.site-header .img-qc{
	position: absolute;
    bottom: 6px;
    right: 0;
}