/* # Genesis Child Theme
Theme Name: RT Normal
Theme URI: http://thietkewebmienphi.com
Description: This is the standard theme created for the Genesis Framework.
Author: Anh Tu
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://41d45b.claudeassets.com/20250911120716cs_/https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic&subset=latin,vietnamese);
@font-face {
    font-family: "UVN Hong Ha Hep";
    src: url(https://ebd39c.claudeassets.com/20250911120716im_/http://ohuihanquocs.com/wp-content/themes/RTNormal/images/UVNHongHaHep.woff);
}

* {
    font-size: 14px;
    font-family: 'Open Sans',Arial,Helvetica,sans-serif;
    line-height: 20px;
}
body{
    margin: 0px;
    padding: 0px;
    outline : none;
}
div.clear{clear:both}
a{text-decoration:none}
img{
	max-width:100%;
	height: auto;
	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 {
	margin: 0 auto;
	width: 1200px;
	position: relative;
	padding: 0 10px;
	background: #fff;
}

.site-inner {
	clear: both;
	background: #fff;
	padding-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 {
	overflow: hidden;
	padding: 0 0 15px;
}

/* Navigation */
.nav-primary{
	height:44px;
	background:url(https://1fe829.claudeassets.com/20250911120716im_/http://ohuihanquocs.com/wp-content/themes/RTNormal/images/bg-menutop.png) repeat-x;
}
.nav-primary ul.menu {
	margin: 0;
	padding: 0;
}
.nav-primary ul.menu li{
	float: left;
	list-style: none;
	position:relative;
}
.nav-primary li a{
  color: #a90209;
  font-weight: bold;
  margin: 0;
  padding: 0px 20px;
  line-height:44px;
  position: relative;
  text-decoration: none;
  text-transform:uppercase;
  white-space: nowrap;
  font-family: "UVN Hong Ha Hep";
  font-size: 17px;
}
.nav-primary li:hover, .nav-primary .current_page_item , .nav-primary .current-cat , .nav-primary .current-menu-item{
	color: #FFFFFF;
	background: #E2A143;
}

/* sub menutop lv 1 */
.nav-primary li li {
	background: #FFDE90;
	width:100%;
	border-top:rgba(255, 255, 255, 0.51) 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{
	font-size: 13px;
	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:#FFDE90;
	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{
	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:0;
    padding:0;
    position:absolute;
    left:80%;
    top:0px;
    background:#FFDE90;
    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: 33px;
    box-shadow: 2px 2px 2px #222;
}
.search-form{
	position: absolute;
	z-index: 100;
	right: 10px;
	bottom: -36px;

}
#searchform label{
	display: none;
}
#searchform input[type=text], .search-form input[type=text], .search-form input[type=search]{
	float:left;
    width: 80px;
	border:none;
	height: 24px;
	padding:2px 6px;
	font-size: 12px;
	color: #a90209;
}
#searchform input[type=submit], .search-form input[type=submit]{
	float:left;
	width: 30px;
	height: 24px;
	border:none;
	text-indent: -9999px;
	background: url(https://1238c2.claudeassets.com/20250911120716im_/http://ohuihanquocs.com/wp-content/themes/RTNormal/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:76.7%;
}
/* Sidebar & content */

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

.sidebar .widget {
	margin-bottom:10px;
	padding:  0;
}
.sidebar  .widget_nav_menu {
	background: #fff0be;
}
.sidebar h4.widget-title {
	background:url(https://3ccc30.claudeassets.com/20250911120716im_/http://ohuihanquocs.com/wp-content/themes/RTNormal/images/bg-sidebar.png) no-repeat ;
	color: #a90209;
	text-align: center;
	text-transform: uppercase;
	margin: 0px;
	height: 36px;
	line-height: 36px;
	font-weight: 600;
	font-size: 17px;
}
.sidebar  .widget_nav_menu h4 {
    background: url(https://aaf805.claudeassets.com/20250911120716im_/http://ohuihanquocs.com/wp-content/themes/RTNormal/images/sidebar-menu-bg.png) 10px 7px no-repeat, #e0af5b;
}

.sidebar ul, .sidebar ol, .sidebar-alt ul, .sidebar-alt ol{
	margin:0;
	padding:0;
	list-style:none;
}

.sidebar ul.menu li{
	list-style:url(https://81efa1.claudeassets.com/20250911120716im_/http://ohuihanquocs.com/wp-content/themes/RTNormal/images/li-sidebar.png) inside;
	padding:7px 0px 7px 10px;
	position:relative;
	border-bottom: 1px solid #ccc;
}
.sidebar ul.menu li:last-child {
	border-bottom: 0;
}
.sidebar ul.menu li a{
	color:#a90209;
	text-decoration:none;
	font-size: 13px;
	font-weight: 600;
}
.sidebar ul.menu li a:hover{color:#c93702;}

/* sub danh muc sp */
.sidebar ul.menu 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.menu li:hover > ul{
	opacity: 1;
    left: 100%;
    visibility:visible;
}
.sidebar-secondary  {
	float: left;
	width: 260px;
}
.sidebar-content-sidebar .sidebar-primary {
	width:260px;
}

.sidebar .featured-content article {
	margin: 0;
	padding: 8px 5px;
	overflow: hidden;
	color : white;
	border-bottom: 1px solid #ccc;
}
.sidebar .featured-content article:last-child {
	border-bottom: 0;
}
.sidebar .featured-content article  > a.alignleft {
    float: left;
    margin: 0 6px 0 0;
    display: block;
    line-height: 0;
}
.sidebar .featured-content article  > a.aligncenter {
	display: block;
	text-align: center;
	line-height: 0;
	padding-top: 5px;
}
.sidebar .featured-content article  > a.alignleft img {
    background: #F7F7F7;
    margin: 0;
    padding: 2px;
}
.sidebar .featured-content article .entry-header h2 {
	padding: 0;
	margin: 0;
}
.sidebar .featured-content article .entry-header h2 a {
	display: block;
    color: #383838;
    font-size: 13px;
    font-weight: bold;
}

.cpd li {padding:5px 10px !important;}
.metaslider {
	margin: 0 auto  !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: 73%;
}
.content-sidebar .content,
.content-sidebar-sidebar .content {
	float: left;
	width: 695px;
	margin-top: 15px;
	margin-left:5px;
}
.sidebar-content-sidebar .content {
	float: left;
	width: 70%;
}
.full-width-content .content {
	width: 100%;
}
.heading, #related-post h3 , .content-home h4{
	color: #fff;
	font-weight: bold;
	height:33px;
	clear: both;
	margin:0 0 20px  0;
	text-transform:uppercase;
	border-bottom: 2px solid #a90209;
}

.heading a, .heading span, .content-home h4 span {
    color: #c28a2b;
    line-height: 51px;
    font-size: 20px;
    display: inline-block;
    background: #fff;
    font-weight: 500;
    padding: 0 5px 0 0;
}
.heading a:hover{text-decoration: underline;}

.content .entry-title {
    font-size: 15px;
    margin-bottom: 10px;
    padding: 10px;
    margin: 0;
    background: #E3A74E;
    color: #fff;
}

.content .entry-content{
	padding: 10px 0;
	line-height: 1.5
}
.entry-content table{
	border-collapse:  collapse;
	border-spacing: 5px;
}
.content .entry-content li {
	list-style: inherit;
    padding: 3px 0;
}
.content .entry-content h1, .content .entry-content h2, .content .entry-content h3 , .content .entry-content h4,
.content .entry-content h5, .content .entry-content h6, .content .entry-content p, .content .entry-content ul,
.content .entry-content ol {
	margin: 0 0 15px;
}
.content .entry-content p {
	line-height: 25px;
}
.entry-content .aligncenter{
	display: block;
	margin:	3px auto;
	text-align: center;
}

.content .entry-content table {
    border-collapse: collapse;
}

.content .entry-content table, .content .entry-content td, .content .entry-content th {
    border: 1px solid #ccc;
    padding-left: 10px;
}
.entry-content img{
	max-width:  100%;
	height:  auto;
}
/* Tin lien quan */
#related-post h3{
	text-transform:uppercase;
	margin:6px 0;
}
#related-post ul {
	margin: 0;
	padding: 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 {
	margin: 0;
	padding: 0;
}
.product-list li.product-item {
    float: left;
    width: 30.3%;
    margin: 0px 28px 40px 0;
    height: 295px;
    position: relative;
}
.product-list li.product-item:before {
	display: block;
	content: '';
	border: 1px solid #ccc;
	position: absolute;
	width: 99%;
	height: 99.5%;
}
.product-list li.product-item:nth-child(3n) {
	margin-right: 0;
}

.product-list li.product-item .product-title, .content-home .block_ads .slide-ads ul li .product-title
 {
	line-height: 20px;
	height: 62px;
	overflow: hidden;
	color: #4D4948;
	text-align: center;
	display: block;
	position: relative;
	z-index: 99;
    padding: 0 5px;
}
.content-sidebar-wrap .content .product-list li.product-item .price, .content-home .block_ads .slide-ads ul li .price, 
.promoteslider ul li p.price {
	color: #333;
	text-align: center;
	/*font-weight: bold;*/
	margin: 0;
    font-size: 15px;
}
.content-sidebar-wrap .content .product-list li.product-item .price span, .content-home .block_ads .slide-ads ul li .price span, 
.promoteslider ul li p.price span {
	color: #d91504;
	/*text-align: center;*/
	font-weight: bold;
	margin: 0;
    font-size: 15px;
}
.content-sidebar-wrap .content .product-list li.product-item .price del {
    color: #222;
    font-size: 11px;
    margin-left: 5px;
}
.sidebar-content-sidebar .product-list .product-item{

}
.product-list li.product-item .product-img, .content-home .block_ads .slide-ads ul li .product-img{
  display: table;
  width: 98.9%;
  table-layout: fixed;
  height: 160px;
  margin: 5px auto 10px;
  overflow: hidden;
}
.product-list li.product-item .product-img a.img, .content-home .block_ads .slide-ads ul li .product-img a.img {
	text-align: center;
	display: table-cell;
	position: relative;
	vertical-align: middle;
	height: 100%;
	background: #fff;
	width: 100%;
}
.product-list li.product-item .product-img img, .content-home .block_ads .slide-ads ul li .product-img img {
	width: auto;
	height: auto;
	max-height: 155px;
	-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;
}
.product-list li.product-item:hover img, .content-home .block_ads .slide-ads ul li:hover > img {
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
/* archive */
.news-list {
	overflow: hidden;
    padding-top: 14px;
}
.news-post{
    margin: 0 4.7% 15px 0;
    overflow: hidden;
    position: relative;
    width: 21.45%;
    height: 295px;
    float: left;
}
.news-post:nth-child(4n) {
	margin-right: 0;
}
.news-post a.img {
	display: block;
	line-height: 0;
	width: 100%;
	height: 155px;
	overflow: hidden;
	margin-bottom: 10px;
}
.news-post h2 {
	margin:5px 0 0;
}
.news-post h2 a {
	display: block;
	line-height: 20px;
	min-height: 40px;
	overflow: hidden;
	color: #c28a2b;
}
.news-post p {
    margin: 5px 0 0;
    font-size: 14px;
    color: #393939;
    font-weight: 500;
}
.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 {
	padding-bottom:15px;
	margin-bottom: 5px;
	overflow: hidden;
	border-bottom: 1px solid #ccc;
}
.anhspsp {
    width: 42%;
    float: left;
    text-align: center;
}
.anhspsp img{
	width: 100%;
	height: auto;
}	
.thongso {
    width: 55%;
    float: right;
}
.thongso ul {
	border: 1px solid #ccc;
    margin: 0;
    padding: 0;
}
.thongso ul li {
	padding:0;
	border-bottom: 1px solid #ccc;
	overflow: hidden;
}
.thongso ul li:last-child {
	border-bottom: 0;
}
.thongso ul li:nth-child(2n) {
	background: #ECE8E8;
}
.thongso ul li span.left {
	display: block;
	float: left;
	width: 150px;
	border-right: 1px solid #ccc;
	padding: 5px 0 5px 10px;
	line-height: 20px;
}
.thongso ul li span.right {
	display: inline-block;
	float: left;
	padding: 5px 0 5px 10px;
	line-height: 20px;
}
.add_contact {
	overflow: hidden;
}
.add_contact a {
	display: inline-block;
    background: #F3612D;
    color: #fff;
    padding: 10px 15px;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
}
.add_contact a:hover {
	background: #BB3C0F;
}
/* 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: #ccc 1px solid;
	float:left;
	text-indent: 10px;
}
.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 {
    background:#474747;
}
.footer-widgets {
	background: url(https://a67e85.claudeassets.com/20250911120716im_/http://ohuihanquocs.com/wp-content/themes/RTNormal/images/bg-footer.png) center top no-repeat;
	background-size: cover;
	overflow: hidden;
	position: relative;
}
.footer-widgets:before {
	content: '';
	display: block;
	border-top: 2px solid #c3c3c3;
	position: absolute;
	width: 100%;
	top: -4px;
}
.footer-widgets .wrap{
	padding-top: 10px;
}
.footer-widgets .widget_nav_menu{
	width: 15%;
    float: left;
    padding-left: 2%;
}
.footer-widgets h4 {
    margin-bottom: 10px;
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
}
.footer-widgets .widget_nav_menu ul {
	margin: 0;
	padding: 0;
}
.footer-widgets .widget_nav_menu li a{
    color: #fff;
    display: block;
    line-height: 25px;
    background: url(https://37d2bb.claudeassets.com/20250911120716im_/http://ohuihanquocs.com/wp-content/themes/RTNormal/images/lia-footer.png) left no-repeat;
    padding-left: 16px;
    font-size: 12px;
}
.footer-widgets .widget_text {
	text-align: left;
    color: #fff;
    padding: 0px;
    float: left;
    margin-left: 12%;
    width: 33%;
}
#text-5{
    background: #e7e7e7;
    text-align: left;
    color: #fff;
    padding: 0px;
    float: left;
    margin-left: 5%;
    width: 29%;
}
.footer-widgets h4 {
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    margin: 7px 0px 15px 5px;
    font-weight: normal;
}
#text-5 h4 {
	color: #c69343;
	font-weight: normal;
}
.dkmail input[type=text], .dkmail input[type=email], .dkmail input[type=tel] {
    width: 68%;
    float: left;
    height: 26px;
}
.dkmail input[type=submit] {
	margin: 0;
	color: #fff;
	background: #c69343;
	border: none;
	height: 30px;
}
.dkmail img {
	display: none;
}
.dkmail p {
	color: #c69343;
	font-size: 12px;
	margin: 0;
}
.footer-widgets .widget_text p {
    font-size: 12px;
    line-height: 29px;
}
.footer-widgets .widget_text p i {
    width: 20px;
    text-align: center;
    font-size: 14px;
    margin-right: 5px;
}
.dkmail {
    padding: 0px 10px 10px 9px;
}
.footer-widgets .widget_text .dkmail p {
    font-size: 12px;
    line-height: 20px;
}
.footer-widgets .widget_text p {
    font-size: 12px;
    line-height: 27px;
}
p#credit-link{
	text-align: right;
	padding-right: 6px;
	margin: 0;
}
p#credit-link strong{
	color: #FFFFFF;
	text-decoration: none;
	padding-right:12px;
	line-height:33px;
	font-size: 10px;
}


/* slide doc */
.promoteslider {
	margin-top: 14px;
    padding-bottom: 65px;
    height: 465px;
}
.promoteslider ul {
	width:100%;
	padding:0;
}
.promoteslider ul li {
	text-align: center;
	list-style: none;
	display:table;
	table-layout: fixed;
	border: 1px solid #ccc;
	margin-bottom: 5px !important;
	padding-top: 10px !important;
}
.promoteslider ul li a.product-title {
    overflow: hidden;
    color: #4D4948;
	text-align: center;
	display: block;
	padding: 0 5px;
    line-height: 20px;
    height: 40px;
}
.promoteslider ul li p.price {
	margin:10px 0 15px;
}
.promoteslider ul li p.add_to_cart a {
	font-size: 100%;
    margin: 0;
    line-height: 1;
    cursor: pointer;
    position: relative;
    font-family: inherit;
    text-decoration: none;
    overflow: visible;
    padding: .618em 1em;
    font-weight: 700;
    border-radius: 3px;
    left: auto;
    color: #fff;
    background-color: #F3612D;
    border: 0;
    white-space: nowrap;
    display: inline-block;
    background-image: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    text-shadow: none;
}
.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(https://4383de.claudeassets.com/20250911120716im_/http://ohuihanquocs.com/wp-content/themes/RTNormal/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;
}
.new-list {
	margin: 0;
	padding: 0;
}
.add_to_cart {
	margin:5px 0;
	text-align: center;
	position: relative;
	z-index: 9;
}
.site-inner .content .product-list li p.add_to_cart a.button {
    font-size: 100%;
    margin: 0;
    line-height: 1;
    cursor: pointer;
    position: relative;
    font-family: inherit;
    text-decoration: none;
    overflow: visible;
    padding: .618em 1em;
    font-weight: 700;
    border-radius: 3px;
    left: auto;
    color: #fff;
    background-color: #F3612D;
    border: 0;
    white-space: nowrap;
    display: inline-block;
    background-image: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    text-shadow: none;
}
.ads-home {
	padding: 0 0 20px 0 ;
	overflow: hidden;
}
.ads-home .img-qc a {
    display: block;
    line-height: 0;
    float: left;
    margin-right: 3.8%;
}

.ads-home .img-qc a:nth-child(4n) {
	margin-right: 0;
}
.content-home .widget {
	margin-bottom: 25px;
}
#text-4 {
	background: url(https://6a218a.claudeassets.com/20250911120716im_/http://ohuihanquocs.com/wp-content/themes/RTNormal/images/sologan.png) no-repeat;
    padding-top: 20px;
    height: 169px;
    overflow: hidden;
}
#text-4 p {
	margin: 0;
	float: right;
	text-align: left;
	width: 65%;
	font-size: 16px;
	color: #a90209;
	font-weight: bold;
    line-height: 25px;
}
#nav_menu-2 {
	margin: 0;
}
#nav_menu-2 h4 {
	border-radius: 7px 7px 0 0;
}
.support-online-widget .gd_support_6 {
	padding-top: 207px;
	position: relative;
    margin-bottom: 55px;
    background: url(https://2ef75c.claudeassets.com/20250911120716im_/http://ohuihanquocs.com/wp-content/themes/RTNormal/images/bg-support-6.png) top center no-repeat,#c10000;
}
.support-online-widget .gd_support_6:after {
    content: '';
    display: block;
    background: url(https://cb9727.claudeassets.com/20250911120716im_/http://ohuihanquocs.com/wp-content/themes/RTNormal/images/bg-hotline.png) center no-repeat;
    position: absolute;
    bottom: -15px;
    width: 100%;
    height: 15px;
}
.support-online-widget .gd_support_6 .supporter {
    border-top: 4px solid #e9b667;
    background: url(https://66f50a.claudeassets.com/20250911120716im_/http://ohuihanquocs.com/wp-content/themes/RTNormal/images/hotline.png) 10px 10px no-repeat,
    url(https://74a113.claudeassets.com/20250911120716im_/http://ohuihanquocs.com/wp-content/themes/RTNormal/images/vib.png) 205px 12px no-repeat,
    url(https://ea819f.claudeassets.com/20250911120716im_/http://ohuihanquocs.com/wp-content/themes/RTNormal/images/skype.png) 232px 12px no-repeat;
    padding-left: 55px;
    text-align: left;
    height: 50px;
    position: relative;
}
.support-online-widget .gd_support_6 .supporter .info {
	padding-top: 6px;
}
.support-online-widget .gd_support_6 .mail {
	color: #ffd381;
	font-size: 15px;
	font-weight: bold;
}
.support-online-widget .gd_support_6 .phone {
	color: #ffd381;
	font-size: 23px;
}
p.viewct {
text-align: center;
    position: absolute;
    width: 100%;
    bottom: 0;
    z-index: 9;
    margin: 0;
}
p.viewct a {
    display: block;
    background: url(https://f967c0.claudeassets.com/20250911120716im_/http://ohuihanquocs.com/wp-content/themes/RTNormal/images/bg-viewct.png) no-repeat;
    line-height: 32px;
    color: #fff;
}
.sidebar #rt-featured-post-2 article > a.alignleft  {
    display: block;
    width: 103px;
    height: 84px;
    line-height: 0;
    position: relative;
    float: left;
    margin-right: 10px;
    border: 1px solid #e3a64e;
}
.sidebar #rt-featured-post-2 article > a.alignleft img {
	max-height: 70px;
	height: auto;
	width: auto;
	position: absolute;
	top: 0;left: 0;right: 0;bottom: 0;
	margin: auto;
}
.sidebar #rt-featured-post-2 article .entry-header h2 a {
	color: #a90209;
	font-size: 14px;
}
.products_widget {
	margin-bottom: 30px !important;
}
.logo-footer {
    overflow: hidden;
    clear: both;
    border: 1px solid #ccc;
    padding: 4px 7px 0;
    margin: 15px 0 25px;
}
.woocommerce div.product div.thumbnails a img {
	border: 1px solid #ccc;
	height: 82px;
}
.news-post-archive {
	overflow: hidden;
	padding: 10px 0;
	border-bottom: 1px solid #ccc;
}
.news-post-archive:last-child {
	border-bottom: 0;
}
.news-post-archive a.img {
	display: block;
	line-height: 0;
	margin-right: 15px;
	float: left;
}
.news-post-archive h2 {
	margin: 0;
}
.news-post-archive h2 a {
	display: block;
	color: #222;
	font-size: 14px;
	font-weight: bold;
}
.news-post-archive p {
	margin: 10px 0 0;
}

.fixed {
	position: fixed;
	top: 0;
	left: auto;
	width: 1200px;
	z-index: 999;
}

/*logo slide*/
.slide-ads ul li{
	height: 295px !important;
}


.hisella-messages { position: fixed; bottom: 0; right: 0; z-index: 999999; }
.hisella-messages-outer { position: relative; }
#hisella-minimize { background: #3b5998; font-size: 14px; color: #fff; padding: 3px 10px; position: absolute; top: -34px; left: -1px; border: 1px solid #E9EAED; cursor: pointer; }
@media screen and (max-width:768px){ #hisella-facebook { opacity:0; } .hisella-messages { bottom: -300px; right: -135px; } }



/* Search Style */
.header-widget-area .execphpwidget {
	position: absolute;
	right: 10px;
	z-index: 9;
	bottom: -42px;
	color: #a90209;
}
.search-hd .clickable_search {
    padding: 0 5px;
    font-size: 20px;
    color: #a90209;
    line-height: 40px;
}
.search-hd .search-rt {
    position: absolute;
    right: 0;
    opacity: 0;
    transition: all 1.5s ease-out;
    background: #fff;
    border: solid 1px #BBBBBB;
    border-radius: 5px;
    padding: 5px;
    text-align: center;
    margin-top: 0px;
}
.search-hd .search-rt.active {
    opacity: 1;
    z-index: 9;
}
.search-hd .search-rt input[type=search] {
    line-height: 21px;
    margin-bottom: 5px;
    padding: 5px 10px;
    border: 1px solid #ccc;
}
.search-hd .search-rt button {
    display: block;
    margin: 0 auto;
}
.search-hd .search-rt input[type=submit] {
    font-family: Arial;
    font-size: 12px;
    color: #fff;
    background: #2489da;
    font-weight: bold;
    cursor: pointer;
    border: none;
    padding: 0 10px;
}
.nhaynhay {
	display: none;
}
.call-mobile1 {
	/*display: none;*/
}
.img-slider {
	overflow: hidden;
}

.support-ultility{
    position: fixed;
    bottom: 100px;
    left: 10px;
    z-index: 9999999;
}
.support-ultility div{
	margin-bottom: 10px;
    width: 40px;
    height: 40px;
}
.support-ultility div.rt_phone {
	border-radius: 50%;
    background: #64bc46;
    -webkit-animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
    -moz-animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
    -ms-animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
    -o-animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
    animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}
.support-ultility div.rt_phone a {
	display: block;
	padding: 5px;
}
.support-ultility div.rt_phone img{
	border-radius: 50%;
}

#sfm-sidebar {
	z-index: 99999999 !important;
}
.sfm-mobile .sfm-navicon-button {
	top: 0% !important;
}
/*
     FILE ARCHIVED ON 01:13:05 Jul 13, 2025 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 12:47:54 Jul 28, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.911
  exclusion.robots: 0.099
  exclusion.robots.policy: 0.077
  esindex: 0.015
  cdx.remote: 6.935
  LoadShardBlock: 151.058 (3)
  PetaboxLoader3.datanode: 167.912 (5)
  PetaboxLoader3.resolve: 45.491 (2)
  load_resource: 99.381
  loaddict: 46.065
*/