/* Style Chung */
/* 1.1 - Body */
*{	font-family: Roboto, sans-serif;!important;margin: 0;padding: 0;}
.glyphicon{font-family: 'Glyphicons Halflings'!important;}
.fa{font-family: 'FontAwesome'!important;}
html,body{border: 0;background-color: #fff;}
html{font-size: 62.5%;-webkit-overflow-scrolling: touch;-webkit-text-size-adjust:none;-ms-text-size-adjust:100%;}
img{max-width:100%;}
body {
	background-color: transparent;
	font-size: 13px;
	font-family: Roboto,Helvetica,Arial,sans-serif;
	line-height: 1.42857;
	color: #333333;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
}	
img.cross {
	display: none;
}
img.cross.float {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.soldout{ opacity: 0.5; }
li.soldout.disable {
	position: relative;
}


/* 1.2 - HTML5 Elements */
article, aside, details, figcaption, figure, dialog, footer, header, hgroup, menu, nav, section { display:block; }

/* 1.4 - Typography */
h1,h2,h3,h4,h5,h6 { color:#333333; margin:0 0 13px 0;  font-weight: 700;line-height:1.2}
h1 { font-weight: 400; color: #333333;  font-size: 36px; }
h2 { font-weight: 400; color: #333333;  font-size: 28px;}
h3 { font-weight: 400; color: #333333;  font-size: 24px;}
h4 { font-size: 13px; line-height: 18px; }
h5 { font-size: 12px; line-height: 18px; }
h6 { font-size: 10px; line-height: 18px; text-transform:uppercase; }
h1 .note, h2 .note, h3 .note, h4 .note, h5 .note, h6 .note { margin-left: 8px; font-weight: 400; font-size: 12px;}
h1 .note a, h2 .note a, h3 .note a, h4 .note a, h5 .note a, h6 .note a { color: #ef8742; }
p { margin: 0 0 20px 0; line-height: 21px }

/* 1.5 - Links and Buttons */
a {color:#333333;  text-decoration: none; outline: none; -moz-transition: all 0.2s ease-in-out;-o-transition: all 0.2s ease-in-out;-webkit-transition: all 0.2s ease-in-out;transition: all 0.2s ease-in-out;}
a:hover,a:focus{color:#0e84eb;text-decoration: none; outline: none;}	
a:active { outline: none; }
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {color:#333333;font-weight: 700; line-height: 1.1; }
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover{color:#0e84eb;}

/* 1.6 - Tables */
table { width: 100%; border-spacing: 0; }
table tr td { border-top: 1px solid #dddddd; }
table tr td, table tr th { padding: 10px; text-align: left; }
table tr td:first-child, table tr th:first-child { padding-left: 0px; }
table tr td:last-child, table tr th:last-child { padding-right: 0px; }
strong { font-weight: 700; }
em { font-style: italic; }

/* 1.7 - Lists */
ul, ol {
	list-style: none;
	padding: 0;
	margin: 0;
}
.input-group {
	margin: 10px 0px;
}
.input-group input,
.input-group select,
.input-group textarea{
	color: #333333!imoprtant;
}

/*-----------------------------------------------------------------------------------------------------------
THEME STYLE
-----------------------------------------------------------------------------------------------------------*/
/*Phần chung*/
body .wrapper_page {
	
	background-color: #f7f7f7;
	
}

/*------ Header ------*/
body .header {
	background: #f5f5f5;
	position: relative;
	border-bottom: 1px solid #E8E8E8;
	padding: 5px 10px;
}
@media (min-width: 1024px) {
	.header-left, .header-right, .header-center {padding: 8px 0;}
}

/*1.1 header left*/
.header .header-main .header-left .hotline p {
	margin-bottom: 0;
}
/*1.2 header center*/
.header .header-main .header-center {text-align: center;}
.header .header-main .header-center .slogan {
	color: #333333;
	font-size: 18px;
	font-weight: bold;
	line-height: 22px;
	text-transform: uppercase;
}
/*1.3 header right*/
.header .header-main .header-right {
	position: relative;
	z-index: 1;
}
.menutop .menutop-item {
	float: left;
	display: block;
	position: relative;
}
.menutop .menutop-item .menutop-name {
	margin: 0 12px;
	text-decoration: none;
	white-space: nowrap;
	border-bottom: 1px solid transparent;
	padding-bottom: 18px;
	position: relative;
	color: #333333;
}
.menutop .menutop-item .menutop-name:hover {
	color: #0e84eb;
	border-bottom: 1px solid #0e84eb;
text-decoration: none;
}
/*------ Under header ------*/
body .under_header {
	background: #fff;
}
/*
body .under_header .under_header_content {
display: table;
}
body .under_header .under_header_content .col-header {
display: table-cell;
vertical-align: middle;
height: 112px;
}
*/
body .under_header .under_header_content .col-header h1 {
	margin: 0;
}
@media (min-width: 1024px) {
	.col-header-left {padding: 15px 0 0 0;}
	.col-header-right {padding: 30px 0;}
}
.menubottom-icon {
	float: right;
}
.menubottom-icon .menubottom-item {
	float: left;
	border-right: 1px dotted #CECECE;
	padding-right: 20px;
	margin-right: 20px;
	position: relative;
}
.menubottom-icon .menubottom-item .iconbox {
	background: none repeat scroll 0 0 #FFF;
	border: 1px solid #E1E1E1;
	border-radius: 50%;
	display: inline-block;
	position: relative;
	width: 32px;
	text-align: center;
	height: 32px;
	float: left;
	margin-right: 10px;
}
.menubottom-icon .menubottom-item:last-child{
	margin-right:0px;
	border-right:0px
}
.menubottom-icon .menubottom-item .iconbox i {
	line-height: 30px;
	color: #5C676E;
}
.menubottom-icon .menubottom-item .contentbox {
	float: left;
	position: relative;
}
.menubottom-icon .menubottom-item .contentbox h4 {
	margin-top: 0;
	margin-bottom: 6px;
}
.menubottom-icon .menubottom-item .contentbox h4 span {
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
}
.menubottom-icon .menubottom-item .contentbox small {
	color: #333333;
	font-size: 13px;
	font-weight: 300;
	text-transform: none;
	white-space: nowrap;
}
.menubottom-icon .item-location {
	padding-right: 0;
	margin-right: 0;
	border-right: none;
}
.menubottom-icon .item-location .list-location {
	background: none repeat scroll 0 0 #fff;
	border-radius: 6px;
	box-shadow: 1px 2px 5px #333;
	display: none;
	position: absolute;
	top: 40px;
	z-index: 9999;
	width: 320px;
	right: 0;
}
.menubottom-icon .item-location:hover .list-location {
	display: block;
}
.menubottom-icon .item-location .list-location .adrress-heading {
	padding: 0 10px;
	margin-top: 13px;
}
.menubottom-icon .item-location .list-location .adrress-box {
	padding: 5px 10px;
	margin-bottom: 8px;
}
.menubottom-icon .item-location .list-location .adrress-box:hover {
	background: #fbefc1;
	cursor: pointer;
}
.menubottom-icon .item-location .list-location .adrress-box .media-body p {
	margin-bottom: 0;
}
.menubottom-icon .item-location .list-location .column .iconbox {
	border: 1px solid #FF8B00;
	background: #FF8B00;
}
.menubottom-icon .item-location .list-location .column .fa {
	color: #fff;
	font-size: 13px;
	text-align: center;
	width: auto;
}

/*Megamenu*/	
body .megamenu {
	/* background:  #4c4c4d; */
	background: #FFCD27;
	background-size: 39px 18px;
	margin-bottom: 10px;
}
body .megamenu .megamenu-content {
	position: relative;
}
.megamenu .mainmenu {
	width: 100%;
	display: table;
}
.megamenu .mainmenu>li {
	position: relative;
}
.megamenu .mainmenu>.level_1 {
	display: table-cell;
	height: 46px;
	vertical-align: middle;
}
.megamenu .mainmenu>.level_1>a {
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
	padding-left: 0;
	padding-right: 0;
	white-space: nowrap;
}
.btn-info {
	color: #fff;
	background-color: #5bc0de;
	border-color: #46b8da;
}
.megamenu .mainmenu>li>a .iconbox {
	background: none repeat scroll 0 0 #FFFFFF;
	border-radius: 50%;
	display: inline-block;
	margin-top: -2px;
	padding: 4px 6px;
	position: relative;
	z-index: 1;
}
.megamenu .mainmenu>li>a .iconbox i {
	color: #FF8B00;
	font-size: 14px;
	text-align: center;
	width: 14px;
}
.megamenu .mainmenu .highlight {
	top: 36px;
	position: absolute;
	z-index: 999;
	width: 1000px;
	display: none;
	left: auto;
}
.megamenu .mainmenu li:hover .highlight {display: block;}
.megamenu .mainmenu .highlight .inner {
	background: #fff;
	border: 1px solid #DADADA;
	box-shadow: 1px 1px 1px #efefef;
	margin: 10px 0;
	padding: 10px;
}
.megamenu .mainmenu .highlight .frame_products_hot {
	border-bottom: 1px solid #f2f2f2;
	margin-bottom: 12px;
	padding-bottom: 10px;
}
.megamenu .mainmenu .highlight .title-products_hot {
	font-size: 16px;
}
.megamenu .mainmenu .highlight .hot_item {
	color: #ff8b00;
	font-size: 16px;
	margin: 0 10px;
}
.megamenu .mainmenu .menu_col {
	float: left;
	margin-right: 50px;
}
.megamenu .mainmenu #menu_col_0 {
	width: 300px;
	margin-right: 30px;
}
.megamenu .mainmenu .field_label {
	font-size: 16px;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.megamenu .mainmenu .menu_col h3 {
	margin: 0;
}
.megamenu .mainmenu #menu_col_0 h3 {
	float: left;
	margin-right: 5%;
	width: 45%;
}
.megamenu .mainmenu .menu_col h3 a {
	border-bottom: 1px solid #f2f2f2;
	display: block;
	font-size: 12px;
	font-weight: normal;
	margin-top: 0;
	padding: 6px 50px 8px 10px;
}
.megamenu .mainmenu>li .arrow_box {
	display: none;
	//background: url(../images/icon-hover.png) no-repeat scroll 0 0 transparent;
	padding: 6px;
	position: absolute;
	bottom: -6px;
	margin: 0 50px;
}
.megamenu .mainmenu>li:hover .arrow_box {
	display: block;
}
.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	padding: 5px 0;
	margin: 2px 0 0;
	list-style: none;
	font-size: 13px;
	text-align: left;
	background-color: #fff;
	border: 1px solid #ccc;
	border: 1px solid rgba(0,0,0,0.15);
	border-radius: 4px;
	-webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
	box-shadow: 0 6px 12px rgba(0,0,0,0.175);
	background-clip: padding-box;
}
.megamenu .mainmenu .dropdown-menu {
	padding: 0;
	border: 1px solid #CECECE;
	margin-top: 0;
}
.megamenu .mainmenu>li:hover>.dropdown-menu {
	display: block;
}
.dropdown-menu>li>a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: normal;
	line-height: 1.42857;
	color: #6b6b6b;
	white-space: nowrap;
}
.megamenu .mainmenu .dropdown-menu>li>a {
	padding: 8px 20px;
	min-width: 180px;
}
/*Search*/
.searchbar { 
	width: 100%;
	position: relative;
	margin-top: 12px;
}
.searchbar .keyword {
	background-color: #fff;
	border: 1px solid transparent;
	border-radius: 4px;
	color: #7b7b7b;
	font-size: 12px;
	height: 32px;
	line-height: 32px;
	margin: 0;
	padding: 5px 30px 5px 10px;
	width: 100%;
}
.searchbar .keyword:focus {
	outline: none;
}
.searchbar .searchbt {
	margin: 1px 0px;
	color: #fff;
	cursor: pointer;
	height: 30px;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	width: 30px;
	background: url("../images/icon-search.png?v=94") no-repeat center center transparent;
	border: none;
}
@media (min-width: 1024px) {
	.col-search {padding-right: 0;}
	.col-megamenu {padding-left: 0;}
}

/*CONTENT*/
body .main-content {
	background: #fff;
	padding-bottom: 12px;
	padding-top: 12px;
	margin-bottom: 20px;
}


/*MEGAMENU*/
#mega_main_menu_first > .menu_holder .menu_inner > ul > li > a.item_link .link_text {
	color:#ffffff;
	font-size: 14px;
	font-weight: 700;
	line-height: 55px;
	min-height: 55px;
	text-transform: uppercase;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
#mega_main_menu_first > .menu_holder .menu_inner > ul > li.default_dropdown ul.mega_dropdown {
	background: #000000;
	box-shadow: none;
	margin: 0;
	padding: 10px 0;
	min-width: 255px;
}
#mega_main_menu_first > .menu_holder .menu_inner > ul > li.default_dropdown ul.mega_dropdown li a.item_link {
	background: none;
	border: none;
	padding: 10px;
	text-transform: none;
}

.horizontal-menu #mega_main_menu_first > .menu_holder {
	width: 100%;
}
.horizontal-menu #mega_main_menu_first > .menu_holder .menu_inner {
	width: 100%;
}
.horizontal-menu #mega_main_menu_first > .menu_holder .menu_inner .nav_logo {
	display: none;
}
.horizontal-menu #mega_main_menu_first > .menu_holder .menu_inner > ul {
	text-align: right;
}
.horizontal-menu #mega_main_menu_first > .menu_holder .menu_inner > ul > li {
	float: left;
}
.horizontal-menu #mega_main_menu_first > .menu_holder .menu_inner > ul > li.nav_search_box {
	display: none;
}
.horizontal-menu #mega_main_menu_first > .menu_holder .menu_inner > ul > li:hover > a.item_link .link_text {
	color: #76C04D;
	/* color: #000; */
}
.horizontal-menu #mega_main_menu_first > .menu_holder .menu_inner > ul > li:hover > a.item_link i {
	color: #233746;
	/* color: #FFB548; */
}
.horizontal-menu #mega_main_menu_first > .menu_holder .menu_inner > ul > li.current-menu-ancestor > a.item_link .link_text,
.horizontal-menu #mega_main_menu_first > .menu_holder .menu_inner > ul > li.current-menu-item > a.item_link .link_text {
	color: #233746;
	/* color: #FFB548; */
}
.horizontal-menu #mega_main_menu_first > .menu_holder .menu_inner > ul > li.current-menu-ancestor > a.item_link i,
.horizontal-menu #mega_main_menu_first > .menu_holder .menu_inner > ul > li.current-menu-item > a.item_link i {
	color: #233746;
	/* color: #FFB548; */
}
.horizontal-menu #mega_main_menu_first > .menu_holder .menu_inner > ul > li.menu-item-has-children > a.item_link:after {
	border: none;
	color: #fff;
	content: "\f107";
	display: none;
	font-family: FontAwesome;
	font-size: 14px;
	margin: 0;
	position: absolute;
	right: 5px;
	top: 0;
	width: auto;
}
.horizontal-menu #mega_main_menu_first > .menu_holder .menu_inner > ul > li.menu-item-has-children > a.item_link:hover:after {
	/* color: #FFB548; */
	color: #233746;
}
.horizontal-menu #mega_main_menu_first > .menu_holder .menu_inner > ul > li > a.item_link {
	background: none;
	line-height: 55px;
	margin-right: 1px;
	min-height: 55px;
	padding: 0 15px;
}
.horizontal-menu #mega_main_menu_first > .menu_holder .menu_inner > ul > li > a.item_link i {
	color: #fff;
	font-size: 14px;
	padding-right: 9px;
}
.horizontal-menu #mega_main_menu_first > .menu_holder .menu_inner > ul > li > a.item_link:before {
	background: none;
}
.horizontal-menu #mega_main_menu_first > .menu_holder .menu_inner > ul > li > a.item_link:after {
	display: none;
}
.horizontal-menu #mega_main_menu_first > .menu_holder .menu_inner > ul > li > a.item_link:hover .link_text,
.horizontal-menu #mega_main_menu_first > .menu_holder .menu_inner > ul > li > a.item_link.current .link_text {
	/* color: #333333; */
	color: #76C04D;
}
.horizontal-menu #mega_main_menu_first > .menu_holder .menu_inner > ul > li ul.mega_dropdown .post_item {
	padding-bottom: 10px;
}
.horizontal-menu #mega_main_menu_first > .menu_holder .menu_inner > ul > li ul.mega_dropdown .post_item .processed_image a.icon i {
	position: absolute;
}
.horizontal-menu #mega_main_menu_first > .menu_holder .menu_inner > ul > li ul.mega_dropdown .post_item .processed_image a.icon:hover {
	background: rgba(255,181,72,0.4);
}
.horizontal-menu #mega_main_menu_first > .menu_holder .menu_inner > ul > li ul.mega_dropdown .post_details {
	background: #000000;
	box-shadow: none;
	padding: 0 10px 10px;
}
.horizontal-menu #mega_main_menu_first > .menu_holder .menu_inner > ul > li ul.mega_dropdown .post_details .processed_image:hover img {
	opacity: 0.7;
}
.horizontal-menu #mega_main_menu_first > .menu_holder .menu_inner > ul > li ul.mega_dropdown .post_details .processed_image img {
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.horizontal-menu #mega_main_menu_first > .menu_holder .menu_inner > ul > li ul.mega_dropdown .post_details .post_title {
	color: #ffffff;
	font-size: 14px;
	margin-bottom: 5px;
	text-transform: uppercase;
}
.horizontal-menu #mega_main_menu_first > .menu_holder .menu_inner > ul > li ul.mega_dropdown .post_details .post_description {
	color: #ffffff;
}
.horizontal-menu #mega_main_menu_first > .menu_holder .menu_inner > ul > li ul.mega_dropdown .post_details .post_icon,
.horizontal-menu #mega_main_menu_first > .menu_holder .menu_inner > ul > li ul.mega_dropdown .post_details .post_icon * {
	color: #ffffff;
}
.horizontal-menu #mega_main_menu_first > .menu_holder .menu_inner > ul > li ul.mega_dropdown .recent-posts ul li {
	float: left;
	list-style: none;
	margin: 20px 0 0;
	width: 20%;
	padding: 0 5px;
}
.horizontal-menu #mega_main_menu_first > .menu_holder .menu_inner > ul > li ul.mega_dropdown .recent-posts ul li .post-thumb {
	float: left;
}
.horizontal-menu #mega_main_menu_first > .menu_holder .menu_inner > ul > li ul.mega_dropdown .recent-posts ul li .post-thumb a {
	padding: 0;
}
.horizontal-menu #mega_main_menu_first > .menu_holder .menu_inner > ul > li ul.mega_dropdown .recent-posts ul li .post-thumb a img {
	max-width: 80%;
	max-height: 100px;
}
.horizontal-menu #mega_main_menu_first > .menu_holder .menu_inner > ul > li ul.mega_dropdown .recent-posts ul li .post-info {
	float: left;
	width: 100%;
	text-align: left;
}
.horizontal-menu #mega_main_menu_first > .menu_holder .menu_inner > ul > li ul.mega_dropdown .recent-posts ul li .post-info .post-title {
	margin: 10px 0 0;
	line-height: 1;
	font-size: 14px;
}
.horizontal-menu #mega_main_menu_first > .menu_holder .menu_inner > ul > li ul.mega_dropdown .recent-posts ul li .post-info .post-title a {
	color:#fff;
	font-size: 0.9em;
	font-weight: normal;
	text-transform: uppercase;
	line-height: 24px;
}
.horizontal-menu #mega_main_menu_first > .menu_holder .menu_inner > ul > li ul.mega_dropdown .recent-posts ul li .post-info .post-title a:hover {
	color: #0e84eb;
}
.horizontal-menu #mega_main_menu_first > .menu_holder .menu_inner > ul > li ul.mega_dropdown .recent-posts ul li .post-info .post-date {
	color: #fff;
	font-size: 12px;
}
.horizontal-menu #mega_main_menu_first > .menu_holder .menu_inner > ul > li ul.mega_dropdown .product_list_widget li {
	margin: 0 0 25px;
	padding: 0;
}
.horizontal-menu #mega_main_menu_first > .menu_holder .menu_inner > ul > li ul.mega_dropdown .product_list_widget li .product-image {
	float: left;
	width: 25%;
}
.horizontal-menu #mega_main_menu_first > .menu_holder .menu_inner > ul > li ul.mega_dropdown .product_list_widget li .product-image a {
	display: block;
	float: left;
	padding: 0;
	width: 100%;
}
.horizontal-menu #mega_main_menu_first > .menu_holder .menu_inner > ul > li ul.mega_dropdown .product_list_widget li .product-image a img {
	width: 100%;
}
.horizontal-menu #mega_main_menu_first > .menu_holder .menu_inner > ul > li ul.mega_dropdown .product_list_widget li .product-info {
	float: left;
	padding-left: 30px;
	width: 75%;
}
.horizontal-menu #mega_main_menu_first > .menu_holder .menu_inner > ul > li ul.mega_dropdown .product_list_widget li .product-info a {
	font-size: 14px;
	font-weight: normal;
	margin: 0 0 5px;
	padding: 3px 0;
	text-transform: uppercase;
}
.horizontal-menu #mega_main_menu_first > .menu_holder .menu_inner > ul > li ul.mega_dropdown .product_list_widget li .product-info a .product-title {
	color: #ffffff;
}
.horizontal-menu #mega_main_menu_first > .menu_holder .menu_inner > ul > li ul.mega_dropdown .product_list_widget li .product-info .star-rating {
	height: 22px;
}
.horizontal-menu #mega_main_menu_first > .menu_holder .menu_inner > ul > li ul.mega_dropdown .product_list_widget li .product-info .star-rating > * {
	color: #ffffff;
}
.horizontal-menu #mega_main_menu_first > .menu_holder .menu_inner > ul > li ul.mega_dropdown .product_list_widget li .product-info .special-price .amount {
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
}
.horizontal-menu #mega_main_menu_first > .menu_holder .menu_inner > ul > li ul.mega_dropdown .product_list_widget li .product-info .old-price .amount {
	color: #ffffff;
	font-size: 13px;
	margin-left: 10px;
	text-decoration: line-through;
}
.horizontal-menu #mega_main_menu_first > .menu_holder .menu_inner > ul > li.default_dropdown ul.mega_dropdown {
	background:#000000;
	box-shadow: none;
	margin: 0;
	padding: 10px 0;
	min-width: 255px;
}
.horizontal-menu #mega_main_menu_first > .menu_holder .menu_inner > ul > li.default_dropdown ul.mega_dropdown li {
	border-top: 1px solid #080808;
	width: auto;
	padding: 0 20px;
	font-size: 14px;
}
.horizontal-menu #mega_main_menu_first > .menu_holder .menu_inner > ul > li.default_dropdown ul.mega_dropdown li:first-child {
	border-top: none;
}
.horizontal-menu #mega_main_menu_first > .menu_holder .menu_inner > ul > li.default_dropdown ul.mega_dropdown li a.item_link {
	background: none;
	border: none;
	padding: 10px;
	text-transform: none;
}
.horizontal-menu #mega_main_menu_first > .menu_holder .menu_inner > ul > li.default_dropdown ul.mega_dropdown li a.item_link i {
	font-size: 14px;
	height: 36px;
	line-height: 36px;
	padding-right: 9px;
	position: static;
}
.horizontal-menu #mega_main_menu_first > .menu_holder .menu_inner > ul > li.default_dropdown ul.mega_dropdown li a.item_link .link_text {
	color: #ffffff;
	font-size: 0.9em;
	font-weight: normal;
}
.horizontal-menu #mega_main_menu_first > .menu_holder .menu_inner > ul > li.default_dropdown ul.mega_dropdown li a.item_link:focus {
	background: none;
}
.horizontal-menu #mega_main_menu_first > .menu_holder .menu_inner > ul > li.default_dropdown ul.mega_dropdown li a.item_link:before {
	display: none;
}
.horizontal-menu #mega_main_menu_first > .menu_holder .menu_inner > ul > li.default_dropdown ul.mega_dropdown li a.item_link:hover {
	background: none;
}
.horizontal-menu #mega_main_menu_first > .menu_holder .menu_inner > ul > li.default_dropdown ul.mega_dropdown li a.item_link:hover .link_text {
	color: #FFB548;
}
.horizontal-menu #mega_main_menu_first > .menu_holder .menu_inner > ul > li.default_dropdown ul.mega_dropdown li a.item_link:hover i {
	color: #FFB548;
}
.horizontal-menu #mega_main_menu_first > .menu_holder .menu_inner > ul > li.default_dropdown ul.mega_dropdown li:hover > a.item_link,
.horizontal-menu #mega_main_menu_first > .menu_holder .menu_inner > ul > li.default_dropdown ul.mega_dropdown li.current-menu-ancestor > a.item_link,
.horizontal-menu #mega_main_menu_first > .menu_holder .menu_inner > ul > li.default_dropdown ul.mega_dropdown li.current-menu-item > a.item_link {
	background: none;
}
.horizontal-menu #mega_main_menu_first > .menu_holder .menu_inner > ul > li.default_dropdown ul.mega_dropdown li:hover > a.item_link .link_text,
.horizontal-menu #mega_main_menu_first > .menu_holder .menu_inner > ul > li.default_dropdown ul.mega_dropdown li.current-menu-ancestor > a.item_link .link_text,
.horizontal-menu #mega_main_menu_first > .menu_holder .menu_inner > ul > li.default_dropdown ul.mega_dropdown li.current-menu-item > a.item_link .link_text {
	color: #0e84eb;
}
.horizontal-menu #mega_main_menu_first > .menu_holder .menu_inner > ul > li.default_dropdown ul.mega_dropdown li:hover > .item_link *,
.horizontal-menu #mega_main_menu_first > .menu_holder .menu_inner > ul > li.default_dropdown ul.mega_dropdown li.current-menu-ancestor > .item_link *,
.horizontal-menu #mega_main_menu_first > .menu_holder .menu_inner > ul > li.default_dropdown ul.mega_dropdown li.current-menu-item > .item_link * {
	color: #FFB548;
}
.horizontal-menu #mega_main_menu_first > .menu_holder .menu_inner > ul > li.multicolumn_dropdown.columns3 > ul.mega_dropdown {
	width: 670px;
}
.horizontal-menu #mega_main_menu_first > .menu_holder .menu_inner > ul > li.multicolumn_dropdown.columns2 > ul.mega_dropdown {
	width: 460px;
}
.horizontal-menu #mega_main_menu_first > .menu_holder .menu_inner > ul > li.multicolumn_dropdown.columns1 > ul.mega_dropdown {
	width: 255px;
}
.horizontal-menu #mega_main_menu_first > .menu_holder .menu_inner > ul > li.multicolumn_dropdown > ul.mega_dropdown {
	background:#000000;
	box-shadow: none;
	margin: 0;
	padding: 10px 0;
}
.horizontal-menu #mega_main_menu_first > .menu_holder .menu_inner > ul > li.multicolumn_dropdown > ul.mega_dropdown > li {
	padding: 0 20px 20px;
	font-size: 14px;
	width:33.3333333333%;
}
.horizontal-menu #mega_main_menu_first > .menu_holder .menu_inner > ul > li.multicolumn_dropdown > ul.mega_dropdown > li a {
	background: none;
	padding: 6px 0;
	text-transform: capitalize;
}
.horizontal-menu #mega_main_menu_first > .menu_holder .menu_inner > ul > li.multicolumn_dropdown > ul.mega_dropdown > li a i {
	font-size: 14px;
	height: 36px;
	line-height: 36px;
	padding-right: 9px;
	position: static;
}
.horizontal-menu #mega_main_menu_first > .menu_holder .menu_inner > ul > li.multicolumn_dropdown > ul.mega_dropdown > li a .link_text {
	color:#ffffff;
	font-size: 0.9em;
	font-weight: normal;
}
.horizontal-menu #mega_main_menu_first > .menu_holder .menu_inner > ul > li.multicolumn_dropdown > ul.mega_dropdown > li a:focus {
	background: none;
}
.horizontal-menu #mega_main_menu_first > .menu_holder .menu_inner > ul > li.multicolumn_dropdown > ul.mega_dropdown > li a:before {
	display: none;
}
.horizontal-menu #mega_main_menu_first > .menu_holder .menu_inner > ul > li.multicolumn_dropdown > ul.mega_dropdown > li a:hover {
	background: none;
}
.horizontal-menu #mega_main_menu_first > .menu_holder .menu_inner > ul > li.multicolumn_dropdown > ul.mega_dropdown > li a:hover .link_text {
	color:#0e84eb;
}
.horizontal-menu #mega_main_menu_first > .menu_holder .menu_inner > ul > li.multicolumn_dropdown > ul.mega_dropdown > li a:hover i {
	color: #FFB548;
}
.horizontal-menu #mega_main_menu_first > .menu_holder .menu_inner > ul > li.multicolumn_dropdown > ul.mega_dropdown > li > a {
	color: #ffffff;
	background: none;
	margin: 0 0 10px;
	text-transform: uppercase;
	border-bottom: 1px solid #ffffff;
}
.horizontal-menu #mega_main_menu_first > .menu_holder .menu_inner > ul > li.multicolumn_dropdown > ul.mega_dropdown > li > a .link_text {
	font-weight: bold;
	font-size: 1em;
}
.horizontal-menu #mega_main_menu_first > .menu_holder .menu_inner > ul > li.multicolumn_dropdown > ul.mega_dropdown > li > a:before {
	display: none;
}
.horizontal-menu #mega_main_menu_first > .menu_holder .menu_inner > ul > li.multicolumn_dropdown > ul.mega_dropdown > li > a:hover .link_text {
	color: #0e84eb;
}
.horizontal-menu #mega_main_menu_first > .menu_holder .menu_inner > ul > li.multicolumn_dropdown > ul.mega_dropdown li.current-menu-item > .item_link * {
	color: #FFB548;
}
.horizontal-menu #mega_main_menu_first > .menu_holder .menu_inner > ul > li.tabs_dropdown > ul.mega_dropdown,
.horizontal-menu #mega_main_menu_first > .menu_holder .menu_inner > ul > li.widgets_dropdown > ul.mega_dropdown,
.horizontal-menu #mega_main_menu_first > .menu_holder .menu_inner > ul > li.post_type_dropdown > ul.mega_dropdown {
	background:#000000;
	box-shadow: none;
	margin: 0;
	padding: 10px 0;
}
.horizontal-menu #mega_main_menu_first > .menu_holder .menu_inner > ul > li.tabs_dropdown > ul.mega_dropdown > li,
.horizontal-menu #mega_main_menu_first > .menu_holder .menu_inner > ul > li.widgets_dropdown > ul.mega_dropdown > li,
.horizontal-menu #mega_main_menu_first > .menu_holder .menu_inner > ul > li.post_type_dropdown > ul.mega_dropdown > li {
	padding: 0 20px 20px;
}
.horizontal-menu #mega_main_menu_first > .menu_holder .menu_inner > ul > li.tabs_dropdown > ul.mega_dropdown > li.post_item,
.horizontal-menu #mega_main_menu_first > .menu_holder .menu_inner > ul > li.widgets_dropdown > ul.mega_dropdown > li.post_item,
.horizontal-menu #mega_main_menu_first > .menu_holder .menu_inner > ul > li.post_type_dropdown > ul.mega_dropdown > li.post_item {
	padding-bottom: 20px;
}
.horizontal-menu #mega_main_menu_first > .menu_holder .menu_inner > ul > li.tabs_dropdown > ul.mega_dropdown > li a,
.horizontal-menu #mega_main_menu_first > .menu_holder .menu_inner > ul > li.widgets_dropdown > ul.mega_dropdown > li a,
.horizontal-menu #mega_main_menu_first > .menu_holder .menu_inner > ul > li.post_type_dropdown > ul.mega_dropdown > li a {
	background: none;
	padding: 8px 0;
	text-transform: none;
}
.horizontal-menu #mega_main_menu_first > .menu_holder .menu_inner > ul > li.tabs_dropdown > ul.mega_dropdown > li a i,
.horizontal-menu #mega_main_menu_first > .menu_holder .menu_inner > ul > li.widgets_dropdown > ul.mega_dropdown > li a i,
.horizontal-menu #mega_main_menu_first > .menu_holder .menu_inner > ul > li.post_type_dropdown > ul.mega_dropdown > li a i {
	font-size: 14px;
	height: 36px;
	line-height: 36px;
	padding-right: 9px;
	position: static;
}
.horizontal-menu #mega_main_menu_first > .menu_holder .menu_inner > ul > li.tabs_dropdown > ul.mega_dropdown > li a .link_text,
.horizontal-menu #mega_main_menu_first > .menu_holder .menu_inner > ul > li.widgets_dropdown > ul.mega_dropdown > li a .link_text,
.horizontal-menu #mega_main_menu_first > .menu_holder .menu_inner > ul > li.post_type_dropdown > ul.mega_dropdown > li a .link_text {
	color: #ffffff;
	font-size: 14px;
	font-weight: normal;
}
.horizontal-menu #mega_main_menu_first > .menu_holder .menu_inner > ul > li.tabs_dropdown > ul.mega_dropdown > li a:focus,
.horizontal-menu #mega_main_menu_first > .menu_holder .menu_inner > ul > li.widgets_dropdown > ul.mega_dropdown > li a:focus,
.horizontal-menu #mega_main_menu_first > .menu_holder .menu_inner > ul > li.post_type_dropdown > ul.mega_dropdown > li a:focus {
	background: none;
}
.horizontal-menu #mega_main_menu_first > .menu_holder .menu_inner > ul > li.tabs_dropdown > ul.mega_dropdown > li a:before,
.horizontal-menu #mega_main_menu_first > .menu_holder .menu_inner > ul > li.widgets_dropdown > ul.mega_dropdown > li a:before,
.horizontal-menu #mega_main_menu_first > .menu_holder .menu_inner > ul > li.post_type_dropdown > ul.mega_dropdown > li a:before {
	display: none;
}
.horizontal-menu #mega_main_menu_first > .menu_holder .menu_inner > ul > li.tabs_dropdown > ul.mega_dropdown > li a:hover .link_text,
.horizontal-menu #mega_main_menu_first > .menu_holder .menu_inner > ul > li.widgets_dropdown > ul.mega_dropdown > li a:hover .link_text,
.horizontal-menu #mega_main_menu_first > .menu_holder .menu_inner > ul > li.post_type_dropdown > ul.mega_dropdown > li a:hover .link_text {
	color: #FFB548;
}
.horizontal-menu #mega_main_menu_first > .menu_holder .menu_inner > ul > li.tabs_dropdown > ul.mega_dropdown > li > a,
.horizontal-menu #mega_main_menu_first > .menu_holder .menu_inner > ul > li.widgets_dropdown > ul.mega_dropdown > li > a,
.horizontal-menu #mega_main_menu_first > .menu_holder .menu_inner > ul > li.post_type_dropdown > ul.mega_dropdown > li > a {
	color: #ffffff;
	background: none;
	margin: 0 0 10px;
	text-transform: uppercase;
	border-bottom: 1px solid #080808;
}
.horizontal-menu #mega_main_menu_first > .menu_holder .menu_inner > ul > li.tabs_dropdown > ul.mega_dropdown > li > a .link_text,
.horizontal-menu #mega_main_menu_first > .menu_holder .menu_inner > ul > li.widgets_dropdown > ul.mega_dropdown > li > a .link_text,
.horizontal-menu #mega_main_menu_first > .menu_holder .menu_inner > ul > li.post_type_dropdown > ul.mega_dropdown > li > a .link_text {
	font-weight: bold;
}
.horizontal-menu #mega_main_menu_first > .menu_holder .menu_inner > ul > li.tabs_dropdown > ul.mega_dropdown > li > a:before,
.horizontal-menu #mega_main_menu_first > .menu_holder .menu_inner > ul > li.widgets_dropdown > ul.mega_dropdown > li > a:before,
.horizontal-menu #mega_main_menu_first > .menu_holder .menu_inner > ul > li.post_type_dropdown > ul.mega_dropdown > li > a:before {
	display: none;
}
.horizontal-menu #mega_main_menu_first > .menu_holder .menu_inner > ul > li.tabs_dropdown > ul.mega_dropdown > li > a:hover .link_text,
.horizontal-menu #mega_main_menu_first > .menu_holder .menu_inner > ul > li.widgets_dropdown > ul.mega_dropdown > li > a:hover .link_text,
.horizontal-menu #mega_main_menu_first > .menu_holder .menu_inner > ul > li.post_type_dropdown > ul.mega_dropdown > li > a:hover .link_text {
	color: #FFB548;
}
.horizontal-menu #mega_main_menu_first > .menu_holder .menu_inner > ul > li.submenu_full_width > ul.mega_dropdown {
	width: 100%;
}
.horizontal-menu #mega_main_menu_first > .menu_holder .mmm_fullwidth_container {
	display: none;
}
/* end menu */

/* css menu bổ sung */
.horizontal-menu #mega_main_menu_first > .menu_holder .menu_inner > ul > li.default_dropdown ul.mega_dropdown li > ul.sub-menu-3{
	background:#000000;
	box-shadow: none;
	margin: 0;
	padding: 10px 0;
}
#mega_main_menu_first > .menu_holder .menu_inner > ul > li.default_dropdown ul.mega_dropdown li > ul.sub-menu-3 li.menu-item-object-post{
	border-top: 1px solid #080808;
	width: auto;
	padding: 0 20px;
	font-size: 14px;
}
#mega_main_menu_first > .menu_holder .menu_inner > ul > li.default_dropdown ul.mega_dropdown li > ul.sub-menu-3 li:first-child {
	border-top: none;
	margin-top:10px;
}
#mega_main_menu_first > .menu_holder .menu_inner > ul > li.default_dropdown ul.mega_dropdown li > ul.sub-menu-3 li:last-child {
	margin-bottom:10px;
}
.horizontal-menu #mega_main_menu_first > .menu_holder .menu_inner > ul > li.default_dropdown ul.mega_dropdown .menu-item-has-children:after{
	content: '\f107';
	position: absolute;
	font-family: 'FontAwesome';
	opacity: 0.7;
	top:13px;
	right: 20px;
	z-index: 1;
	font-size: 14px;
	color:#ffffff;
}
#mega_main_menu_first > .menu_holder .menu_inner > ul > li.default_dropdown ul.mega_dropdown li > ul.sub-menu-3 li.menu-item-object-post a{
	display: block;
	padding: 10px;
	color:#ffffff;
}
#mega_main_menu_first > .menu_holder .menu_inner > ul > li.default_dropdown ul.mega_dropdown li > ul.sub-menu-3 li.menu-item-object-post a:hover{
	color: #0e84eb;
}
.horizontal-menu #mega_main_menu_first > .menu_holder .menu_inner > ul > li.default_dropdown ul.mega_dropdown li > ul.sub-menu-3{
	position: absolute;
	margin: 0;
	z-index: 999;
	width: 250px;
	padding:0;
	height: 0;
	overflow: hidden;
	text-align: left;
	-o-box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.04);
	-moz-box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.04);
	-webkit-box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.04);
	box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.04);
	opacity: 0.9;
}
.horizontal-menu #mega_main_menu_first > .menu_holder .menu_inner > ul > li.default_dropdown ul.mega_dropdown li > ul.sub-menu-3 {
	visibility: hidden;
	opacity: 0;
	margin-top: 10px;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}	
.horizontal-menu #mega_main_menu_first > .menu_holder .menu_inner > ul > li.default_dropdown ul.mega_dropdown li:hover .sub-menu-3 {
	margin-left: 250px!important;
}		
.home #mega_main_menu_first > .menu_holder .menu_inner > ul > li > a.item_link .link_text {
	color: #ffffff;
}
.header-sticky.ontop.show #mega_main_menu_first > .menu_holder .menu_inner > ul > li > a.item_link .link_text{
	color:#444444;
}										
@media only screen and (min-width: 769px){
	.horizontal-menu #mega_main_menu_first > .menu_holder .menu_inner > ul > li.default_dropdown ul.mega_dropdown li > ul.sub-menu-3 {
		margin-left: 270px;
		top: -10px;
	}
	.horizontal-menu #mega_main_menu_first > .menu_holder .menu_inner > ul > li.default_dropdown ul.mega_dropdown li:hover > ul.sub-menu-3 {
		opacity: 1;
		visibility: visible;
		left: 0;
		margin: 0;
		overflow: visible;
		height: auto;
		z-index: 9999;
	}
}	

/******************** cart **********************/
.cart-info {display: inline-block;position: relative;float: right;}
.cart-link{
	width:55px;
	height:55px;
	display:block;
	background:#fff url(../images/cart-icon.png?v=28)center center;
	background-size:55px 55px;
}
.cart-number{
	width:24px;
	height:24px;
	line-height:24px;
	display:block;
	position:absolute;
	background:#000;
	color:#ffffff;
	top:0px;
	right:0px;
	text-align:center;
	font-size:12px;
}
.cart-view{
	position: absolute;
	background: #fff;
	right:0px;
	top: 100%;
	display: none;
	z-index: 99999;
	//margin-top:5px;
	width: 350px;
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.18);
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.18);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.18);
}
.cart-view table{width: 100%;}
.cart-view table:not(.table-total):not(.table-clone-cart) {
	max-height: 240px;
	overflow:auto;
	display: inline-block;
}
.cart-view table td.img img{width: 70px;margin: 5px;border: 1px solid #dddddd;max-width: none;}
.cart-view table td a{font-size: 11px;float: left;width: 100%;}
#cart-view tr td ,.table-total tr td{	border: none!important;}
.cart-view .line {float: left;width: 100%;border-top: 2px solid #222;	margin: 10px 0px;}
.cart-view .linktocart:after {
	content: "";
	float: left;
	width: 100%;
	height: 100%;
	border: 1px solid #333;
	position: absolute;
	top: 3px;
	left: 3px;
	z-index: -1;
}
.cart-view .linktocart {
	background: #fff;
	border: 1px solid #333;
	font-size: 10px;
	text-align: center;
	text-transform: uppercase;
	padding: 4px 4px;
	position: relative;
	float: left;
	width: 90%;
	white-space: nowrap;
	margin-top: 10px;
}
.cart-view .linktocheckout:after {
	content: "";
	float: left;
	width: 100%;
	height: 100%;
	border: 1px solid #333;
	position: absolute;
	top: 3px;
	left: 3px;
	z-index: -1;
}
.cart-view .linktocheckout {
	color: #dfdfdf;
	background: #333;
	border: 1px solid #333;
	font-size: 10px;
	text-align: center;
	text-transform: uppercase;
	padding: 4px 4px;
	position: relative;
	float: right;  
	width: auto;
	width: 90%;
	white-space: nowrap;
	margin-top: 10px;
}
.cart-view.clearfix {
	width: 350px;
	float: left;
	padding: 20px;
	text-align: left;
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.18);
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.18);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.18);
}
table#cart-view tr {border-bottom: 1px dotted #bcbcbc;}
.cart-view table td.img img {border: none;}
#cart-view tr td:not(.img) {padding: 10px 0;position: relative;padding-right: 20px; }
.remove-cart {position: absolute;right: 10px;}
table tr td:last-child, table tr th:last-child {padding: 0px 20px 0 20px;}
.cart-view table td a {margin: 0 0 2px;padding: 0;font-size: 14px;font-size: 14px;font-weight: 400;line-height:1.2;}
.pro-quantity-view {position:relative;vertical-align:top;padding-right:15px;display:inline-block;margin-right: 10px;}
.pro-quantity-view {
	float: left;
	width: auto;
	border: 1px solid #dcdcdc;
	text-align: center;
	padding: 6px 8px;
	font-size: 12px;
	line-height: 1;
	margin-right: 12px;
}
.pro-price-view {
	display: block;
	text-align: center;
	float: left;
	color: #222;
	line-height: 26px;
	font-weight: 900;
}
#cart-view tr:last-child {border: none;}
#cart-view .variant {font-size: 11px;float: left;width: 100%;margin: 0;padding: 0;font-style: italic;line-height: 1.2;margin-bottom: 2px;}


/*Slider*/
#owl-demo {
	margin-bottom: 20px;
	position: relative;
}
#owl-demo h3 {
	background: none repeat scroll 0 0 rgba(0,0,0,0.6);
	bottom: 0;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	left: 0;
	margin: 0;
	padding: 8px 20px;
	position: absolute;
	width: 100%;
	display: none;
}
#owl-demo .item:hover h3 {
	display: block;
}
#owl-demo .owl-controls {
	position: absolute;
	right: 12px;
	bottom: 6px;
}
#owl-demo .owl-controls .owl-dots .owl-dot {
	width: 12px;
	height: 12px;
	background: #fff;
	display: inline-block;
	margin-left: 8px;
	border-radius: 50%;
}
#owl-demo .owl-controls .owl-dots .owl-dot.active,
#owl-demo .owl-controls .owl-dots .owl-dot:hover {
	background: #0e84eb;
}


/*banner home*/
#home-banner {margin-bottom: 30px}
.banner-hover {
	display: block;
	position: relative;
	overflow: hidden;
}
.banner-hover:before, .banner-hover:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	-webkit-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-ms-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
}
.banner-hover:hover:before {
	right: 50%;
	left: 50%;
	background: rgba(255,255,255,0.2);
}
.banner-hover:hover:after {
	top: 50%;
	bottom: 50%;
	background: rgba(255,255,255,0.2);
}

/*Home blog*/
.home-blogs {margin-bottom: 20px;}
.newslist_tabs .nav-tabs {
	background: none repeat scroll 0 0 #F7F7F7;
	border: medium none;
}
.home-blogs .navbar-collapse {padding: 0;}
.newslist_tabs .nav-tabs>li>a {
	border: none;
	border-top: 3px solid #F7F7F7;
	border-radius: 0px;
	font-size: 15px;
	color: #333333;
	display: inline-block;
}
.newslist_tabs .nav-tabs>li.active>a, .newslist_tabs .nav-tabs>li.active>a:hover, .newslist_tabs .nav-tabs>li.active>a:focus, .newslist_tabs .nav-tabs>li>a:hover {
	border: none;
	border-top: 3px solid #0e84eb;
color: #0e84eb;
background: transparent;
}
.newslist_tabs .media-box a {width: 28%}
@media (min-width: 1024px) {
	.newslist_tabs .media-box a {
		width: 45%;
	}
	.newslist_tabs .media-box a img {
		width: 100%;
		height: 104px;
	}
	.newslist_tabs .media-body {
		padding: 0 10px;
	}
}
.newslist_tabs .media-body {
	padding: 10px 10px 0 10px;
	display: table-cell;
	vertical-align: top;
}
.newslist_tabs .media-heading {
	margin-top: 0;
	margin-bottom: 5px;
	overflow: hidden;
	height: 36px;
	text-overflow: ellipsis;
}
.newslist_tabs .media-heading a {
	font-weight: bold;
}

.newshome-show {
	padding: 20px 0 10px;
}

/*tab collection*/
/*Heading tab*/
.tab-home-product .heading-home-product {
	background: #f7f7f7;
	position: relative;
}
.heading-home-product .title {
	border-top: 3px solid #0e84eb;
float: left;
margin: 0;
padding: 10px 15px;
width: 140px;
position: relative;
z-index: 9;
line-height: 22px;
}
.heading-home-product .title a {
	color: #0e84eb;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	white-space: nowrap;
}
.heading-home-product ul li.logo-owl-item a span {display: none;}
#title-logo-owl.owl-carousel .owl-item img {width: auto!important; margin: auto;}
.title-tab-product {padding: 0 20px; margin: 4px 0;}
.title-tab-product .owl-nav .owl-prev {
	position: absolute;
	width: 40px;
	height: 40px;
	background: url("../images/jcarousel-control.png?v=94") no-repeat 12px 8px;
	color: transparent;
	left: -25px;
	top: 50%;
	margin-top: -20px;
}
.title-tab-product .owl-nav .owl-next {
	position: absolute;
	width: 40px;
	height: 40px;
	background: url("../images/jcarousel-control.png?v=94") no-repeat 12px -30px;
	color: transparent;
	right: -25px;
	top: 50%;
	margin-top: -20px;
}

/*Content tab*//*product loop*/
.tab-home-product .productbox .productlist,
.box-collection .productbox .productlist {
	border-top: 1px solid #e2e2e2;
	overflow: hidden;
	position: relative;
}
.tab-home-product .productbox .border-right,
.box-collection .productbox .border-right{
	border-right: 1px solid #e2e2e2;
	height: 100%;
	position: absolute;
	width: 1px;
	z-index: 1;
}
.tab-home-product .productbox .product, 
.tab-home-product .productbox .product.promotion_table, 
.tab-home-product .productbox .product.no-data,
.box-collection .productbox .product, 
.box-collection .productbox .product.promotion_table, 
.box-collection .productbox .product.no-data {
	background: none repeat scroll 0 0 #fff;
	border-bottom: 1px solid #e2e2e2;
	border-right: 1px solid #e2e2e2;
	float: left;
	//height: 250px;
	position: relative;
	width: 100%;
	display: block;
}
.tab-home-product .productbox .product,
.tab-home-product .productbox .product.promotion_table,
.box-collection .productbox .product,
.box-collection .productbox .product.promotion_table {
	width: 20%;
}
.tab-home-product .productbox .frame_inner,
.box-collection .productbox .frame_inner {
	padding: 20px 10px;
	position: relative;
}
.img-responsive, .description img {
	display: block;
	max-width: 100%;
	height: auto;
}
.tab-home-product .productbox .product img,
.box-collection .productbox .product img {
	margin: 0 auto;
}
.tab-home-product .productbox .frame_title h2,
.box-collection .productbox .frame_title h2 {
	margin: 10px 0;
	font-size: 12px;
	line-height: 17px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.tab-home-product .productbox .frame_title .name a,
.box-collection .productbox .frame_title .name a {
	font-size: 13px;
	font-weight: bold;
	color: #333333;
	white-space: nowrap;
}
.tab-home-product .productbox .frame_title .name a:hover,
.box-collection .productbox .frame_title .name a:hover {
	color: #00a7f4;
}
.tab-home-product .productbox .frame_price,
.tab-home-product .productbox .frame_price {
	height: 35px;
	line-height: 20px;
}
.tab-home-product .productbox .frame_price .price span, 
.box-collection .productbox .frame_price .price span,
.tab-home-product .productbox .frame_price .discount span, 
.box-collection .productbox .frame_price .discount span {
	color: #0e84eb;
	font-size: 13px;
	font-weight: bold;
}
.tab-home-product .productbox .frame_price .discount span, 
.box-collection .productbox .frame_price .discount span {
	color: #898989;
}
.tab-home-product .product_type,
.box-collection .product_type {
	position: absolute;
	right: 10px;
	top: 10px;
}
.tab-home-product .productbox .frame-hover,
.box-collection .productbox .frame-hover {
	background: none repeat scroll 0 0 rgba(248,248,248,0.8);
	border: 1px solid #0e84eb;
	cursor: pointer;
	display: none;
	height: 100%;
	left: 0;
	overflow: hidden;
	padding: 0 10px;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 2;
}

.tab-home-product .productbox .product:hover .frame-hover,
.box-collection .productbox .product:hover .frame-hover {
	display: block;
}
@media (max-width: 1024px) {
	.tab-home-product .productbox .product:hover .frame-hover,
	.box-collection .productbox .product:hover .frame-hover {
		display: none;
	}
}
.tab-home-product .productbox .frame-hover .frame_color .color,
.box-collection .productbox .frame-hover .frame_color .color {
	border: 1px solid;
	display: inline-block;
	height: 16px;
	margin-right: 4px;
	width: 16px;
}
.tab-home-product .productbox .frame-hover .frame_price,
.box-collection .productbox .frame-hover .frame_price {
	margin-bottom: 10px;
}
.tab-home-product .productbox .divider,
.box-collection .productbox .divider {
	border-top: 1px solid #0e84eb;
min-height: 1px;
width: 100%;
}
.tab-home-product .productbox .product.promotion,
.box-collection .productbox .product.promotion {
	width: 40%;
	border-bottom: 1px solid #e2e2e2;
	overflow: hidden;
	display: block;
}
.tab-home-product .productbox .content_product,
.box-collection .productbox .content_product {
	margin-top: 10px;
	max-height: 165px;
	overflow-y: auto;
	overflow-x: hidden;
}
.tab-home-product .productbox .content_product::-webkit-scrollbar,
.box-collection .productbox .content_product::-webkit-scrollbar {
	width: 6px;
	height: 6px;
}
.tab-home-product .productbox .content_product::-webkit-scrollbar-track,
.box-collection .productbox .content_product::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
.tab-home-product .productbox .content_product::-webkit-scrollbar-thumb,
.box-collection .productbox .content_product::-webkit-scrollbar-thumb{
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background: rgba(105,105,105,0.8); 
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}
.tab-home-product .productbox .content_product::-webkit-scrollbar-thumb:window-inactive,
.box-collection .productbox .content_product::-webkit-scrollbar-thumb:window-inactive{
	background: rgba(105,105,105,0.4); 
}
.actionss {margin: 10px 0;}
.btn-cart-products a {
	background: #ff5d00;
	color: white!important;
	display: inline-block;
	height: 38px;
	line-height: 38px;
	position: relative;
	width: 100%;
	line-height: 40px;
	text-align: center;
	bottom: 0px;
	transition: all 0.8s ease-in-out 0s;
	-webkit-transition: all 0.8s ease-in-out 0s;
	-ms-transition: all 0.8s ease-in-out 0s;
}
.btn-cart-products a::before, .btn-cart-products a::after {
	box-sizing: border-box;
	content: '';
	position: absolute;
	top: 4px;
	left: 4px;
	height: calc( 100% - 8px);
	width: calc( 100% - 8px);
	transform-origin: center;
}
.btn-cart-products a::before {
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	transform: scale3d(0, 1, 1);
}
.btn-cart-products a::after {
	border-left: 1px solid white;
	border-right: 1px solid white;
	transform: scale3d(1, 0, 1);
}
.btn-cart-products a:hover::before, .btn-cart-products a:hover::after {
	transform: scale3d(1, 1, 1);
	transition: transform 0.5s;
}


/*Button xem them*/
.tab-home-product .productbox .pagination {
	display: block;
	padding-left: 0;
	margin: 18px 0;
	border-radius: 4px;
}
.tab-home-product .productbox .pagination a {
	border: 1px solid #ebeef2;
	border-radius: 4px;
	color: #0e84eb;
	display: inline-block;
	font-weight: bold;
	padding: 8px;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
}

/*Collections sort*/
.custom-dropdown {
	margin-top: 5px;
	display: inline-block;
	position: relative;
	vertical-align: middle;
	border: 1px solid rgba(0,0,0,.1);
	max-width: 100%;
	overflow: hidden;
	margin-left: 2px;
}
.collection_filter .browse-tags .custom-dropdown {width: auto;}
.collection_filter .browse-tags .custom-dropdown .custom-dropdown__select{
	border: none;
}
.collection_filter .browse-tags .custom-dropdown::after { 
	top: 20px;
	right: 7px;
}
.custom-dropdown::before {
	width: 2em;
	right: 0;
	top: 0;
	bottom: 0;
	border-radius: 0;
}
.custom-dropdown::before,
.custom-dropdown::after {
	content: "";
	position: absolute;
	pointer-events: none;
}
.custom-dropdown--white::before {
	background-color: #fff;
	border-left: 1px solid rgba(0,0,0,.1);
}
.custom-dropdown::after {
	content: "\25BC";
	height: 1em;
	font-size: .625em;
	line-height: 1;
	right: 1.2em;
	top: 50%;
	margin-top: -.5em;
}
.custom-dropdown--white::after {color: rgba(0,0,0,.9);}
.custom-dropdown__select {
	font-size: inherit;
	margin: 0;
	width:100%;
}
.custom-dropdown__select--white {
	background-color: #fff;
	color: #777777;
}
.custom-dropdown__select {
	padding-right: 5px;
	padding-left: 5px;
	border: 0;
	width: 125px;
	height: 35px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
}
.product-filter-by-color ul li {
	list-style: none;
	padding: 0;
	line-height: 0;
	width: 30px;
	height: 30px;
	margin: 0 8px 8px 0;
}
.product-filter-by-color ul li .colour  {
	width: 30px;
	height: 30px;
	margin: 0;
	float: left;
	position: relative;
	z-index: 2;
	line-height: 0;
	border: 1px solid #f7f7f7;
}
.product-filter-by-color ul li span{display: none;}
.product-filter-by-color ul li .colour:before {
	content: "";
	position: absolute;
	left: -3px;
	right: -3px;
	bottom: -3px;
	top: -3px;
	border: 1px solid #e8e8e8;
	z-index: 1;
	opacity: 0;
	transition: all 200ms ease 0s;
	-webkit-transition: all 200ms ease 0s;
	-moz-transition: all 200ms ease 0s;
}
.product-filter-by-color ul li:hover .colour:before, .product-filter-by-color ul li.active .colour:before{opacity: 1;}
.product-filter-by-color ul li.active .colour:after {
	position: absolute;
	top: -10px;
	right: -12px;
	font-family: 'FontAwesome';
	font-size: 14px;
	line-height: 14px;
	font-weight: 400;
	content: "\f00d";
	margin-right: 5px;
	z-index: 3;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	color: red;
}
.le-checkbox {
	position: relative;
	top: 0px;
	margin: 0 1rem 0 0;
	cursor: pointer;
	margin-right: 5px!important;
	width: 24px;
}
.le-checkbox:before {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	content: "";
	position: absolute;
	left: 3px;
	z-index: 1;
	width: 17px;
	height: 17px;
	border: 2px solid #f2f2f2;
}
.le-checkbox:after {
	content: "";
	position: absolute;
	top: -0.125rem;
	left: 3px;
	width: 17px;
	height: 17px;
	background: #fff;
	cursor: pointer;
}
.le-checkbox:checked:before {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	height: .5rem;
	border-color: #7aaedd;
	border-top-style: none;
	border-right-style: none;
}

/*---- Pagination -----*/
#pagination{margin: 40px 0; text-align: center;}
#pagination .page-node{
	padding: 3px 2px;
	background: transparent;
	min-height: 35px;
	min-width: 35px;
	line-height: 25px;
	font-size: 12px;
	border-width: 2px;
	border-style: solid;
	font-weight: bold;
	text-align: center;
	display: inline-block;
	color: #0e84eb;
	border-color: #0e84eb;
}
#pagination .page-node i{font-size: 15px;}
#pagination .page-node.current, #pagination .page-node:hover{
	background-color: #0e84eb;
	color: #fff;
	border-color: #0e84eb;
}

/* Page Blog */
.news_cat {margin-bottom: 15px;}
.list-post-hot .list-post-item li {
	float: left;
	position: relative;
	margin-bottom: 1px;
	margin-right: 1px;
}
.list-post-hot .list-post-item .item-post .img {
	overflow: hidden;
	position: relative;
	height: 180px;
	width: 100%;
}
.list-post-hot .list-post-item h4 {
	background: none repeat scroll 0 0 rgba(0,0,0,0.6);
	bottom: 0;
	left: 0;
	margin: 0;
	padding: 8px 20px;
	position: absolute;
	width: 100%;
	height: 52px;
	text-align: center;
	line-height: 22px;
}
.list-post-hot .list-post-item h4 a {
	color: #fff;
	font-size: 15px;
}
@media (min-width: 768px) {
	.list-post-hot .col-md-8, .list-post-hot .col-md-4, 
	.list-post-hot .col-sm-8, .list-post-hot .col-sm-4 {
		padding: 0;
	}
}
@media (max-width: 767px) {
	.list-post-hot {margin-left: -15px;margin-right: -15px;}
}
.news_menu.nav-tabs {
	background: none repeat scroll 0 0 #f7f7f7;
	border: medium none;
	margin-bottom: 20px;
}
.news_menu.nav-tabs > li > a {
	border: none;
	border-top: 3px solid #F7F7F7;
	border-radius: 0px;
	font-size: 15px;
	color: #5A5A5A;
}
.news_menu.nav-tabs > li.active > a, 
.news_menu.nav-tabs > li.active > a:hover, 
.news_menu.nav-tabs > li.active > a:focus, 
.news_menu.nav-tabs > li > a:hover {
	background-color: transparent;
	border: none;
	border-top: 3px solid #0e84eb;
color: #0e84eb;
cursor: pointer;
}
.navbar-collapse {padding-left: 0; padding-right: 0;}
@media (max-width: 1024px) {
	.news_menu.nav-tabs > li > a {font-size: 13px;padding: 10px 10px;}
}
@media (max-width: 767px){
	#list_menu_blogs li.item {float: none;}
	.news_menu.nav-tabs > li.active > a, 
	.news_menu.nav-tabs > li.active > a:hover, 
	.news_menu.nav-tabs > li.active > a:focus, 
	.news_menu.nav-tabs > li > a:hover {
		border-top: none;
	}
}
.blog-body {margin-top: 20px;}
.blogs-list {
	margin-bottom: 30px;
	position: relative; 
}
.blogs-list:last-child {	margin-bottom: 0; }
.blogs-list .entry-body {
	display: table;
	width: 100%;
	position: relative;
	z-index: 1; 
}
.blogs-list .entry-thumbnail-container {
	display: table-cell;
	vertical-align: middle; 
}
.blogs-list .entry-thumbnail {
	width: 350px;
	margin-right: -40px;
	position: relative;
	z-index: 1; 
}
.blogs-list .entry-thumbnail a {	display: block; }
.blogs-list .entry-thumbnail img {
	display: block;
	max-width: 100%;
	height: auto; 
}
.blogs-list .post-categories {
	position: absolute;
	top: 30px;
	left: 0;
	padding: 6px 0;
	list-style: none;
	margin: 0;
	z-index: 2;
	background: #0e84eb; 
	opacity: 0.9;
}
.blogs-list .post-categories li {	margin-bottom: 2px; }
.blogs-list .post-categories li:last-child {	margin-bottom: 0; }
.blogs-list .post-categories span {
	display: block;
	padding: 0 8px;
	font-size: 12px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 1; 
}
.blogs-list .entry-details-container {
	display: table-cell;
	width: 100%;
	vertical-align: middle;
}
.blogs-list .entry-details {
	position: relative;
	padding: 27px 40px 26px 40px;
	background: #fff;
	box-shadow: 1px 1px 10px #eee;
	z-index: 3;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.blogs-list .entry-title {
	margin-bottom: 12px;
	line-height: 30px;
}
.blogs-list .entry-title a {
	color: inherit;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 500;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.blogs-list .entry-title mark {
	padding: 3px 5px 5px;
	background: #00aaff;
	color: #fff;
}
.blogs-list .entry-summary {
	margin-bottom: 13px;
	line-height: 24px;
	font-size: 14px;
}
.blogs-list .entry-summary p {
	line-height: 24px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.blogs-list .entry-summary p:last-child {	margin-bottom: 0; }
.blogs-list .entry-meta {
	padding-left: 0;
	margin-bottom: 0;
	list-style: none; 
}
.blogs-list .entry-meta li {
	display: inline;
	margin-right: 5px;
	font-size: 13px;
	color: #999;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease; 
}
.blogs-list .entry-meta li:last-child {	margin-right: 0; }
.blogs-list .entry-meta a {	color: #333333; }
.blogs-list .entry-meta a:hover {	color: #0e84eb; }
.blogs-list .entry-meta .fa {	margin-right: 5px; }
.blogs-list .entry-details:hover .entry-title {
	color: #0e84eb; 
}
@media only screen and (max-width: 1024px) {
	.blogs-list .entry-details {padding: 15px;}
}
@media only screen and (max-width: 640px){
	.blogs-list .entry-body {
		display: block; }
	.blogs-list .entry-thumbnail-container {
		display: block; }
	.blogs-list .entry-thumbnail-container img {
		width: 100%; }
	.blogs-list .entry-details-container {
		display: block;
		width: auto;
		padding: 0 15px;
		margin-top: -15px; }
	.blogs-list .entry-thumbnail {
		max-width: none;
		margin-right: 0;
		width: auto; }
	.blogs-list .entry-date {
		float: none;
		margin-bottom: 30px; }
	.blogs-list .entry-header-heading {
		padding-left: 0; }
}


/*Blog sidebar*/
.news-menu, .box-pr-relate {
	border: 1px solid #f0f0f0;
	border-radius: 4px;
	margin-bottom: 10px;
}
.news-menu .blog-category-title, 
.box-pr-relate .box-pr-title {
	border-bottom: 1px solid #ebeef2;
	margin-bottom: 2px;
	padding: 10px;
	text-align: center;
}
.news-menu .blog-category-title span,
.box-pr-relate .box-pr-title span {
	color: #0e84eb;
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
}
.news-menu .box-search-content {
	border-top: 1px solid #ebeef2;
	padding: 20px 0;
}

#menu-blog>li{
	border-bottom: 1px dotted #e7e7e7;
}
#menu-blog>li:last-child{
	border-bottom: none;
}
#menu-blog li a span{
	color: #333333;
}
#menu-blog li a span:hover{
	color: #0e84eb;
}
#menu-blog li a span i {color: #fff;}
.news-menu #menu-blog li.active a{
	color: #e74c3c;
}
#menu-blog li ul {padding-left: 5px;} 

span.sign {
	right: 10px;
	position: absolute;
	padding: 0px 7px;
	background: #0e84eb;
	bottom: 10px;
	color: #fff;
}
span.sign:hover {background: #333333;}
#menu-blog li ul li a {
	margin-left: 0;
	padding: 10px 25px;
	border-top: 1px dotted #e7e7e7;
	background-color: #fff;
}
#menu-blog li a:hover,
#menu-blog li a:focus {
	background-color: #fff;
}
#menu-blog ul li ul a {
	padding-left: 35px;
	border-top: 1px dotted #e7e7e7;
}

#cssmenu>li{
	border-bottom: 1px dotted #e7e7e7;
}
#cssmenu li a{
	color:#333333;
}
#cssmenu li a:hover{
	color: #e74c3c;
}
.news-menu #cssmenu li.active a{
	color: #e74c3c;
}

#cssmenu > li.item>ul >li> a {
	margin-left: 0;
	padding-left: 30px;
	border-top: 1px dashed #c9c9c9;
}
#cssmenu ul li a {
	padding-left: 50px;
	border-top: 1px dashed #c9c9c9;
}
.box-pr-content .media-heading {line-height: 10px;}
.box-pr-content .article-new-img {width: 28%;}
.box-pr-content .article-new-ct {
	float: left;
	padding-left: 10px;
	width: 72%;
}
.box-pr-content .media-box {
	border-top: 1px solid #f7f7f7;
	margin-top: 20px;
	padding: 20px;
	padding-bottom: 0;
}
.box-pr-content .media-box:first-child {
	margin-top: 0;
}
.box-pr-content .media-box:last-child {
	padding-bottom: 20px;
}
.box-pr-content .media-box .media-heading a {
	font-size: 13px;
}

/*Page Layout*/
.page-layout h1 {
	background: none repeat scroll 0 0 #f7f7f7;
	border: medium none;
	margin-bottom: 20px;
}
.page-layout h1 span {
	border-top: 3px solid #0e84eb;
color: #0e84eb;
display: inline-block;
font-size: 20px;
line-height: 30px;
font-weight: bold;
padding: 10px 15px;
}

/*-------------------ARTICLE-------------------*/
.article .title-post {
	margin-bottom: 10px;
	text-transform: uppercase;
	font-size: 22px;
}
.article .title-post a {
	color: #333333;
	font-size: 22px;
}
.article .title-post a:hover {color: #ffc815;}
.article span {
	font-size: 14px;
	line-height: 30px;
	margin-right: 5px;
}
.article .post-content .info span i {color: #0e84eb;}
.article span a {color: #333333;}
.article span a:hover {color: #0e84eb;}
.article .content {
	margin-top: 20px;
	text-align: left;
}
.article .content img {
	width: 100%;
}
.article .content p:last-child {
	margin-bottom: 0px;
}
/*=========================================================*/
/*COMMENT
/*===========================================================*/
.comments-area {
	position: relative;
	background-color: #ffffff;
	margin-right: 15px;
	border-top: 1px solid #e5e5e5;
	margin-top: 30px;
	padding-top: 20px;
}
h3.comments-title span,
h3.comment-reply-title span {
	font-size: 40px;
	font-size: 22px;
	margin-top: 0;
	margin-bottom: 30px;
	letter-spacing: normal;
	line-height: normal;
	margin-right: 0;
	text-transform: uppercase;
}
p.comment-notes span {
	letter-spacing: normal;
}
.waiting-moderation {
	font-size: 13px;
}
.comment-wrapper {
	margin: 0 auto;
	max-width: 790px;
}
.comment-list, .children {
	list-style: none;
	overflow: hidden;
	padding-left: 0px;
}
.children {
	padding-left: 40px;
}
.comment-list > li {
	float: left;
	width: 100%;
	position: relative;
	z-index: 10;
}
.comment-list .children article.comment {
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #e5e5e5;
}

.comment-list > li > article.comment {
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #e5e5e5;
}

.comment-list li article header {
	position: relative;
}
.comments-area .avatar {
	float: left;
	width: 70px;
	height: 70px;
	position: relative;
	z-index: 9;
	margin-right: 20px;
}
.avatar img {
	width: 100%;
}
.comment-author .fn, .comment-author .fn a {
	font-weight: bold;
}
.comment-author .fn {
	text-transform: uppercase;
	color: #333333;
}
.comment-meta.commentmetadata {
	font-size: 13px;
	color: #333333;
}
.meta-comment {
	overflow: hidden;
}
.comment-content {
	margin-top: 10px;
}
.comment-content p {
	color: #333333;
	margin: 0;
	font-weight: bold;
}
.comment-action {
	position: absolute;
	right: 0;
	top: 0;
	transition: all .4s ease-in-out;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
}
.comment-action span.edit-link a.comment-edit-link {
	margin-right: 20px;
}
.comment-action a:hover {
	color: #222222;
}
.comment-respond label {
	display: block;
	color: #333333;
}
.comment-respond .comment-form-author {
	width: 49%;
	margin-right: 9px;
}
.comment-respond .comment-form-email {
	width: 49%;
}
.comment-respond .comment-form-author, .comment-respond .comment-form-email {
	display: inline-block;
}
.comment-respond .comment-form-author input {
	margin-right: 20px;
	height: 45px;
}
.comment-respond .comment-form-email input, .comment-respond .comment-form-url input {
	height: 45px;
}
.comment-respond input, .comment-respond textarea {
	background-color: #f8f8f8;
	padding: 0 15px;
	width: 100%;
	border: none;
	margin-bottom: 10px;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.comment-respond input:focus, .comment-respond textarea:focus {
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
}
.comment-respond input {
	height: auto;
}
.comment-respond textarea {
	padding: 15px 15px;
}
.form-submit {
	display: inline-block;
}
.form-submit .submit {
	display: inline-block;
	padding: 15px 30px;
	margin-top: 30px;
	border: none;
	border-radius: 0px;
	font-size: 12px;
	text-decoration: none;
	text-transform: uppercase;
	width: inherit;
	border: 0;
	outline: none;
	color: #fff;
}
.form-submit .submit {
	background-color: #7dc558;
	margin-bottom: 5px;
}
.form-submit .submit:hover {
	background-color: #49aa47;
	color: #ffffff;
}

/*-------------------CONTACT page.contact  -------------------*/
.contact-map {
	border: 5px solid #ffffff;
	padding: 6px;
}
.contact-map p{
	margin:0;
}
.contact-map iframe {
	width: 100%;
	height: 500px;
	pointer-events: none;
}
.title-contact-form{
	margin: 0 0 10px;
	font-size: 20px!important;
	text-transform: uppercase;
}
.description-contact{
	margin: 30px 0;
}
.list-contact-wrapper {
	padding: 10px 0;
	border-top: 1px dashed #d7d7d7;
	border-bottom: 1px dashed #d7d7d7;
	margin-bottom: 30px;
}
.list-contact-wrapper .list-info-contact li > div {
	padding-left: 64px;
	position: relative;
}
.list-contact-wrapper .list-info-contact li > div.address-contact:before {
	content: "\f041";
	font-size: 21px;
}
.list-contact-wrapper .list-info-contact li > div.email-contact:before {
	content: "\f0e0";
	font-size: 17px;
}
.list-contact-wrapper .list-info-contact li > div:before {
	font-family: fontawesome;
	display: inline-block;
	width: 42px;
	height: 42px;
	background-color:#222222;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	color: #fff;
	position: absolute;
	left: 0px;
	top: 0px;
	text-align: center;
	line-height: 42px;
}
.list-contact-wrapper .list-info-contact li > div.hotline-contact:before {
	content: "\f095";
	font-size: 21px;
}
.list-contact-wrapper .list-info-contact li > div p {
	display: inline-table;
	margin: 0;
	min-height: 42px;
}

.content-contact .btn-primary.btn-lg{
	padding: 11px 30px;
	border-radius: 0px;
	border: 0;
	text-transform: uppercase;
	background:#222222;
	box-shadow: none;
	font-size: 13px;
	color:#fff;
}
.contact-form .input-lg, .contact-form .form-group-lg .form-control {
	height: 43px;
	padding: 8px 16px;
	font-size: 14px;
	line-height: 17px;
	border-radius: 0px;
}


/*********page customer **********/
/* 3.9 - Customer Pages */
#customer-account p, #customer-order p { line-height: 14px; }
#login input.text { width: 220px; }
#customer-activate .create-password { margin-bottom: 30px; }
#customer-activate .label, #customer-login .label, #customer-reset-password .label, #customer-register .label { display: block; }
#customer-activate .text, #customer-login .text, #customer-reset-password .text, #customer-register .text { display: block; margin-bottom: 15px; }
#customer-login .action_bottom, #customer-register .action_bottom,.address_actions { margin-top: 15px; }
#order_cancelled { margin-bottom: 30px; }
#customer-addresses .add-new-address { display: block; }
.userbox {
	max-width: 100%;
	width: 335px;
	padding: 15px;
	background-color: #fff;
	-moz-box-shadow: 0 2px 4px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.1);
	box-shadow: 0 2px 4px rgba(0,0,0,0.1);
	margin:auto;
	margin-bottom:20px;
}
.userbox h2 {
	color: #75828C;
	font-size: 16px;
	margin-top: 0;
	display: inline;
}
.icon-field {
	display: inline-block !important;
	background-color: #ebebeb !important;
	color: white;
	border: solid 1px #ebebeb;
	text-align: center;
	height: 37px;
	vertical-align: middle;
	line-height: 33px;
	width: 35px;
	margin-top: 10px;
	margin-bottom: 2px;
	float: left;
}
.icon-login {
	display: inline;
	width: auto;
	height: auto;
	line-height: normal;
	vertical-align: baseline;
	background-image: none;
	background-position: 0% 0%;
	background-repeat: repeat;
	margin-top: 0;
}
.icon-envelope:after {
	content: url(../images/email.png);
}
.icon-user:after {
	content: url(../images/userico.png);
}
.userbox input[type=email],
.userbox input[type=password],
.userbox input[type=text] {
	max-width: calc(100% - 30px)!important;
	width: 270px !important;
	height: 37px;
	display: inline-block !important;
	background-color: #fff;
	border: solid 1px #ebebeb;
	margin-left: -5px;
	margin-top: 10px;
	float: left;
	padding-left: 10px;
	outline: none;
	margin-bottom: 0px !important;
}
.icon-shield:after {
	content: url(../images/pass.png);
	margin-top: 8px;
	display: block;
}
.action_bottom .btn {
	font-size: 14px;
	font-weight: 600;
	color: white;
	display: inline-block;
	text-decoration: none;
	width: 100%;
	height: 35px;
	background: #7dc558;
	text-align: center;
	border: none;
	margin-top: 15px;
}
.action_bottom .btn:hover {background: #49aa47;}
#customer-login .action_bottom {
	margin-top : 0px;
}
.req_pass {
	margin-top:10px;
}
.req_pass a {
	color : #333333 !important;
}
.req_pass a:hover {
	color : #0e84eb !important;
}
#recover-password h2 {
	color: #4091BD;
	font-weight: bold;
	text-align: center;
	width: 100%;
	float: left;
	border-bottom: 1px solid;
}
.user{
	color: #fff;
	font-size: 18px!important;
}
.user a:not(.fa) {
	font-size: 18px!important;
	font-weight: bold;
	line-height: 50px;
}
#layout-page .header-page h1 {
	margin: 0;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 400;
	line-height: 36px;
	margin-top:30px;
}
.custom-create h1 {text-align:center;}
/** customer new **/
.AccountContent {margin-top: 20px;}
#customer_sidebar h2 ,#customer_sidebar p {margin-bottom: 0;}
#customer_sidebar{margin-top:0;}
.AccountList ul > li > a{
	display: block;
	position: relative;
	padding: 5px 0px;
}
.AccountList ul > li > a:before {
	content: "\f0c8";
	font-family: "FontAwesome";
	font-size: 8px;
	display: inline-block;
	margin-right: 8px;
}
ul.list-unstyled .fa {
	margin: -3px 5px 0 0;
	font-size: 18px;
	width: 20px;
	text-align: center;
}
#customer_orders table, #order_details {
	width: 100%;
	background: #fff;
}
#customer_orders table tr, #order_details tr {
	height: 25px;
	line-height: 30px;
}
#customer_orders table thead th, #order_details tr th {
	font-weight: 500;
}
#customer_orders table tr.odd, #order_details tr {
	background: #fff;
}
#customer_orders table tr td, #order_details tr td {
	vertical-align: middle;
	border-top: none;
	font-size: 13px;
}
#order_details tr td{
	line-height:21px;
}
#order_details b{
	font-weight:500;
}
#customer_orders table tr a{
	font-weight: 300;
	float: left;
	width: 85%;
	margin-left: 3px;
	line-height: 20px;
}
#order_details tr a {
	font-weight: 300;
	float: left;
	margin-left: 3px;
	line-height: 20px;
}
.title-detail {
	color:#0e84eb;
	padding-bottom: 10px;
	font-size: 15px;
	margin-bottom: 10px !important;
	border-bottom: 1px solid #ebebeb;
}
#customer_sidebar h2, #customer_sidebar p {
	margin-bottom: 0;
}
.name_account {
	font-weight: 500;
	font-size: 16px;
	line-height: 21px;
	margin-bottom: 5px;
}
.customer-table-wrap{
	margin-top: 15px;
	background: #f7f7f7;
	padding: 10px;
}
.customer-table-bg  {
	background: #fff;
	padding: 10px;
}
.customer-table-bg .table>tbody>tr>th{border-top:none;}
#layout-page .header-page h1 {
	line-height: 20px;
	font-size: 18px;
	text-transform: uppercase;
	padding: 10px 0;
	margin:30px 0 20px 0px;
}
.order_date {
	font-weight: normal;
	font-size: 13px;
	text-transform:none;
}
.order_section_title {
	font-size: 16px;
	font-weight: 500;
	line-height: 20px;
	margin: 0 0 10px;
	padding: 10px 0px;
	position: relative;
	text-transform: uppercase;
}
.alert-info{
	border-radius:0;
	margin-bottom:0;
}
.text_status{
	font-weight:500;
}
.adressName {
	margin: 0px 0px 10px;
	padding: 10px 0px;
	border-bottom: 1px solid #eeeeee;
	font-size: 17px;
}
.account-order .address {
	margin: 0px 0px 30px;
	padding: 10px;
	background-color: #fbfbfb;
}
.address p{
	margin-bottom:5px;
}
.address_title {
	margin-bottom:0;
	font-size: 16px;
	padding: 10px 0 10px 10px;
	background-color: #d9edf7;
	border-color: #bce8f1;
}
.address_table {
	margin-bottom: 10px;
	border-top: 0px solid #ddd;
	background: #fafafa;
	padding: 8px;
}
#address_tables .address_table:first-of-type {
	border: 0;
}
.address_actions {
	margin-top: 10px;
}
p.address_actions.text-right {
	margin-bottom: -15px;
	position: relative;
	z-index: 99;
	line-height:13px;
}
span.action_link {
	padding: 5px;
}
.view_address p {
	margin: 5px 0;
	line-height:15px;
}
.view_address p > b {
	font-weight: 500;
}
.view_address p > strong {
	font-weight: 500;
	font-size: 15px;
	color:#0e84eb;
}
.account-address .note{
	border:none;padding:0;
}
.action_link a{
	text-transform: uppercase;
	font-size:13px;
}
.add-new-address {
	padding-bottom: 10px;
	display: inline-block;
	padding: 10px;
	background: #7dc558;
	color:#ffffff !important;
}
.add-new-address:hover {background: #49aa47;}
.name-order{
	margin-bottom: 5px;
	font-size: 16px;
	line-height: 20px;
	font-weight: 500;
	text-transform: uppercase;
}
.account-address .input-group-addon{
	padding: 6px 10px;
	border-radius: 0;
	color: #DAD9D9;
}
.address_title h3{margin-bottom:0;}
.address_title strong{
	font-size: 16px;
	line-height: 20px;
	font-weight: 500;
}
/* 3.7 - Cart */
#cart .buttons { margin-top: 30px; }
#cart .extra-checkout-buttons { float: right; text-align: right;  padding-top: 15px; }
#cart .extra-checkout-buttons input { border: none; box-shadow: none; height: 42px; }
#cart .qty { text-align: center; }
#cart .price, #cart .remove { text-align: right; }
#checkout { float: right; margin-left: 15px; margin-bottom:15px;}
#update-cart { float: right; }
#cart .image { text-align: center; }
#cart .image a, #cart .image img { margin: 0; border: none;max-height:100px }
#cart a .variant_title { display: block; color: #555555; }
#cart .item-description { font-size: 12px; }
#cart .item-quantity{width:50px; text-align: center;}
.subtext.success { font-weight: 700; color: #40954a; }
div.errors, .subtext.error { font-weight: 700; color: #f00; }
div.errors a{color: #53A1CC}
div.errors { margin-bottom: 15px; }
.cart-buttons { float:right!important}
.checkout-buttons textarea{
	border-radius: 4px;
	height: 70px;
	border-color: #DDD7D7;
	margin-top:3px;
	max-width:100%;
	padding:5px;
}
.inner-right .checkout-buttons{	margin-top:15px;}
#cartformpage .remove a {color:#333;margin-right:20px;}
#cartformpage .remove a.cart:hover {	color: #53a1cc;}
#cartformpage img{max-width:50px;}
#cartformpage th{	padding-bottom:20px;}
#cartformpage td{	padding:5px;}
.cart-buttons{	margin-top:30px;}
.continue-shop {	margin: 10px 0;}
.checkout-buttons label {	display: block;}
.cart-buttons .button-default {	width: 150px;}
table tr th,.checkout-buttons label{font-weight:bold;}

/******************** Begin -> Modal ********************/
/* modal */
@media (min-width: 992px){
	.modal-lg {width: 940px !important;}
}
.modal-header {
	padding: 15px 0px;
	text-align: center;
	position: relative;
	background:#0e84eb;
}
.modal-title{
	color:#ffffff;
	text-transform: uppercase;
}
.modal-title span {
	font-size : 14px;
	font-style: italic;
}
.modal-body th {
	font-size: 15px;
	color: #333333;
	font-weight: 600;
	text-align: left;
}
.item-price {
	font-size: 16px;
}
.item-image,.item-quantity1,.item-delete {
	padding-top:5px;
	padding-bottom:5px;
}
.item-title {
	width:40%;
	color: #3399cc;
	font-size: 14px;
}
.original{
	display: none;
}
#cart-table th{
	padding-bottom:10px;
	padding-top:10px;
}
#cart-table img{
	max-width:50px;
}
#cart .item-quantity,
.line-item input {
	width: 64px;
	text-align: center;
	height: 30px;
	border-radius: 3px;
	font-size: 14px;
	color:#333333;
	border: 1px solid #ccc;
	outline: none;
	padding-left: 15px;
}
.modal-footer .buttons input {
	background: #108e45;
	color: white;
	width: 150px;
}
.total-price-modal {
	text-align: right;
	font-size: 20px;
	margin-top: 20px;
	color : #808080;
	font-size:16px;
}
.total-price-modal span {
	font-size : 20px;
	color : #303030;
	vertical-align:middle;
}
table tr td, table tr th {
	padding : 0px;
}
.modal-title-note {
	text-align: left;
	font-size: 16px;
	padding-left: 50px;
}
.modal-note {
	text-align : left;
}
.modal-note textarea {
	outline: none;
	border: 1px #D8D8D8 solid;
	padding-left: 10px;
	height: 70px;
	padding-top: 5px;
	width:100%;
}
textarea {
	resize: none;
}
.comeback {
	text-align : left;
	margin-top:30px;
}
.comeback a {
	color: #333333;
	font-size: 16px;
	font-weight: bold;
	line-height: 22px
}
.comeback a:hover {
	color :#28b241;
}
.comeback img {
	margin-right : 5px;
	float: left;
}
.item-delete {
	position:relative;
	width:40px;
}
.item-delete a {
	color: #000;
	position: absolute;
	top: 0;
	margin:auto;
	height:19px;
	right: 0px;left:0;bottom:0;
	display:block;
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}
button.close .hrv-close-modal:before{
	content:url('../images/icon-delete.png');
}
.modal-header .hrv-close-modal:hover {
	background : #0e84eb;
}
.modal-header .hrv-close-modal {
	position: absolute;
	top: 14px;
	padding: 7px 6px;
	right: 10px;
	line-height: 0px;
	text-align: center;
	border-radius:50%;
}
.modal-header span:hover {
	background : #e05543;
}
.close:hover, .close:focus,.close {
	opacity : 1;
}
.modal-backdrop{background-color:transparent;}
/*Table popup cart **/
.modal-open{overflow:auto;overflow-x:hidden;}
#myCart tr.line-item:nth-child(odd){background-color: #f8f8f8;}
#myCart tr.line-item:nth-child(even){background-color: rgba(255,255,255,0.1);}
#myCart .modal-footer{margin: 0px 15px 5px 15px;}
#myCart .modal-body {padding-bottom: 0px; padding: 0 15px; max-height: 300px; overflow: auto;}
#myCart table tr td{vertical-align: middle; }
#myCart{background-color:rgba(0, 0, 0, 0.31)}

@media (max-width:768px) {
	#cartformpage,#cartform .modal-body{
		max-width: 100%;
		-webkit-overflow-scrolling: touch;
		padding-left: 10px;
		padding-right: 10px;
		overflow-x: auto;
		overflow-y: visible;
	}
	.item-delete a{
		position:static;
	}
	#cartformpage table, #cartform table {
		overflow: visible;
		white-space: nowrap!important;
	}
	.modal-header h4{
		width:90%;
	}

}
#cart .item,#cartform table .item-title{
	max-width:200px !important;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
#cart .item,#cartform table .item-title{
	max-width:200px !important;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
#cartform table .item-title{padding-right:10px;}
checkout-buttons.clearfix * {
	vertical-align: top;
}
td.item-title span {
	color:#333333;;
}
td.item-image {
	width: 170px;
	text-align: center;
	height:70px;
}
.comment_form .btn-primary
{
	padding: 10px 40px;
	font-weight: bold;
	border-radius: 4px;
}
.button-default {
	width: 100%;
	padding-left: 5px;
	padding-right: 5px;
	border-radius: 0 !important;
	text-transform: uppercase;
	height: 40px;
	line-height: 38px;
	font-size: 13px;
	color: #fff;
	background-color: #7dc558;
	border: 1px solid #7dc558;
letter-spacing: 0;
}

.buttons.btn-modal-cart {
	width: 150px;
	float: right;
	padding-left: 5px;
	padding-right: 5px;
}
.buttons.btn-modal-cart .close a {
	position: absolute;
	top: 13px;
	padding: 7px 6px;
	right: 7px;
	line-height: 0px;
	text-align: center;
	border-radius: 50%;
}
.buttons.btn-modal-cart .close a:before {
	content: url(../images/icon-delete.png);
}
.buttons #update-cart:hover, .buttons #update-cart-modal:hover{
	background: #49aa47;
	border: 1px solid #49aa47;
color: #ffffff;
}
.buttons #checkout {
	background: #0e84eb;
	border: 1px solid #0e84eb;
}
.buttons #checkout:hover{
	background: #0e84eb;
	border: 1px solid #0e84eb;
color: #ffffff;
}
/*Quickview*/
#quick-view-modal {background: rgba(0, 0, 0, 0.31);z-index: 9999;}
#quick-view-modal .modal-footer {border-top: 1px solid #ccc;}
#quick-view-modal .selector-wrapper label {width: 25%;font-weight: bold;}
#quick-view-modal .selector-wrapper {width: 100%;	float: left;}
#quick-view-modal .btn-detail {float: left;}
#quick-view-modal .form-input label {color:#333333;width: 100%;margin-bottom: 5px;font-weight: 700;}
#quick-view-modal .form-input {float: left;	width: 300px;max-width: 100%;	padding: 10px 0px;}
#quick-view-modal .modal-body {	padding: 10px 15px;}
#quick-view-modal .form-input input[type=number] {
	max-width:60px;
	text-align: center;
	padding: 6px;
	border-radius: 0px;
	border: 1px solid #ebebeb;
	outline: none;
	color:#737373;
}
#quick-view-modal .modal-header h2 {
	padding: 10px 0px;
	background: #53A1CC;
	color: #fff;
	line-height: 29px;
	text-align: center;
}
#quick-view-modal .qv-readmore {float: left;padding: 22px 10px;}
#quick-view-modal .p-price {
	font-size: 24px;
	color: #db2121;
	margin-right: 25px;
}
#quick-view-modal i.fa.fa-plus,#quick-view-modal i.fa.fa-times {
	margin-right: 8px;
}
#quick-view-modal .modal-content,#quick-view-modal .btn {
	border-radius: 2px;
}
#quick-view-modal del {
	font-size: 20px;
	color:#898989;
}
#quick-view-modal .zoom > img {
	max-width: 100%;
	max-height: 300px;
}
#quick-view-modal .quickview-slider {
	width: 300px;
	margin: auto;
}
#quick-view-modal .zoom {
	text-align: center;
	width: 100%;
	height: 230px;
	padding: 10px;
}
#quick-view-modal .product-thumb:hover,#quick-view-modal .product-thumb.active {
	border: 1px solid #28b241 !important;
}
#quick-view-modal .product-thumb:hover:after,#quick-view-modal .product-thumb.active:after {
	border-top: 5px solid rgba(224, 85, 68, 0) !important;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 6px solid #28b241;
	content: "";
	position: absolute;
	top: -11px;
	left: 0px;
	right: 0px;
	margin: auto;
	width: 6px;
}
#quick-view-modal .image-zoom {
	text-align: center;
}
#quick-view-modal .image-zoom > img {
	max-width: 100%;
	max-height: 300px;
	margin-bottom:5px;
}
#quick-view-modal .btn-soldout {width: 100%;}
#quick-view-modal .modal-title.p-title {
	font-weight: bold;
	text-align: left;
	padding-left: 20px;
}
#quick-view-modal .btn-color-add {
	width: 200px;
}
.quickviewOverlay {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 1;
	background-color: rgba(0,0,0,0.4);
}
.wrapper-quickview{
	position: fixed;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	z-index: 1135;
}
.jsQuickview{
	position: absolute;
	max-width:900px;
	top: 10%;
	height: auto;
	margin: 0px auto;
	left: 0px;
	right: 0px;
	padding: 0px;
	z-index: 2;
	background-color: #fff;
}
.quickview-close {
	position: absolute;
	top: 25%;
	right: 0px;
	color: #fff;
}
.quickview-close a {
	color: #fff;
}
.wrapper-quickview .modal-header {margin-bottom:10px;}
.quickview-slider .owl-next,.quickview-slider .owl-prev {
	width: 32px;
	height: 32px;
	display: block;
	position: absolute;
	top: calc(50% - 16px);
	cursor: pointer;
	text-indent: -999em;
	border-radius: 50%;
	opacity: 0;
}
.quickview-slider .owl-item .product-thumb {
	margin:0px 3px;
	border: 1px solid #ebebeb;
	padding: 2px;
	text-align: center;
	width:auto;
	display: block;
}
.quickview-slider .owl-prev ,.quickview-slider .owl-next {
	width: 32px;
	height: 32px;
	display: block;
	background: url(../images/slide-arrow.png) no-repeat;
}
.quickview-slider .owl-prev {
	left: -33px !important;
	background-position: 0% -8px;
}
.quickview-slider .owl-next {
	right: -33px !important;
	background-position: 100% -8px;
}
.quickview-slider:hover .owl-next,.quickview-slider:hover .owl-prev {
	opacity: 1;
}
/* img zoom */
.flexslider li.product-thumb a {
	display: block;
	position: relative;
}
.product-thumb.active a:after,
.product-thumb:hover a:after {
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 5px solid #0e84eb;
content: "";
position: absolute;
top: -5px;
left: calc(50% - 4px);
}
.selector-wrapper,.select-wrapper {
	margin-top : 17px;
}
.selector-wrapper label,.select-wrapper label {
	font-size : 13px;
	color :#333333;
	display:block;
	margin: 0;
}
#buy-now {
	display : inline-block;
}
.custom-dropdown {
	margin-top: 5px;
	display: inline-block;
	position: relative;
	vertical-align: middle;	
	max-width: 100%;
	overflow: hidden;
	margin-left: 2px;
	border-radius:0px;
}
.browse-tags .custom-dropdown{
	width:180px;
	margin-top:0px;
	margin-bottom:0px;
}
.browse-tags .custom-dropdown__select{
	text-transform: none;
	font-size: 14px;
}
.custom-dropdown::after {
	content: "";
	position: absolute;
	pointer-events: none;
}
.custom-dropdown__select {
	font-size: inherit;
	padding: .5em;
	margin: 0;
	width:100%;
}
.custom-dropdown__select::-ms-expand{
	display:none;
}
.custom-dropdown__select {
	display: block;
	height: 36px;
	padding: 0 34px 0 12px;
	border: 1px solid #dcdcdc;
	background: #fff;
	outline: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	-webkit-appearance:none;
	-moz-appearance:none;
	-o-appearance:none;
	appearance:none; 
	cursor: pointer;
	text-indent: 1px;
	text-overflow: '';
}
.custom-dropdown::after {
	content: '';
	display: block;
	position: absolute;
	top: 15px;
	right: 14px;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 6px 5px 0 5px;
	border-color: #bababa transparent transparent transparent;
}
.single-option-selector {
	display: block;
	height: 36px;
	padding: 0 34px 0 12px;
	border: 1px solid #ebebeb;
	color: #737373;
	background: transparent;
	outline: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	cursor: pointer;
	min-width:200px;
}
/*End Quickview*/

/*RandomNews*/
#randomNews {margin-bottom: 20px; margin-top: 20px;}
.newslist_style1 {
	width: 100%;
	background: #f7f7f7;
	position: relative;
}
.newslist_style1 .item {
	position: absolute;
	left: 0;
	top: 0;
}
.newslist_style1 .item h2 {
	margin: 0;
	background: none repeat scroll 0 0 #0e84eb;
border-radius: 8px 0 0 8px;
padding: 6px 10px;
line-height: 24px;
}
.newslist_style1 .item h2 span {
	color: #fff;
	font-size: 13px;
	text-transform: uppercase;
}
.newslist_style1 .arrow-right {
	width: 0;
	height: 0;
	border-top: 21px solid #f7f7f7;
	border-bottom: 21px solid #f7f7f7;
	border-left: 21px solid #0e84eb;
}
.newslist_style1 marquee {
	margin-left: 200px;
}
.newslist_style1 marquee a {
	display: inline-block;
	padding: 10px 200px 10px 0;
}

/*Footer*/
footer.footer {
	background: #ffffff;
	padding-bottom: 20px;
	padding-top: 20px;
}
footer.footer .footer-col {
	margin-bottom: 20px;
}
.footer-col .footer-col-tp {margin: 10px 0;}
.address-showroom .item {
	margin-bottom: 10px
}
.address-showroom .item .name {
	background: url(../images/icon-footer1.png?v=94) no-repeat;
	padding-left: 20px;
	color: #333333;
	margin-bottom: 5px
}
.address-showroom .item .phone {
	background: url(../images/icon-footer2.png?v=94) no-repeat;
	padding-left: 20px;
	color:  #333333
}
.title-footer h3 {
	text-transform: uppercase;
	color: #333333;
	font-size: 14px;
	font-weight: 700;
}
footer.footer .footer-col .linklist li {margin-bottom: 5px;}
.title-footer.title-account, .account-footer .content-account {text-align: right;}
.account-footer span, address span {line-height: 1.6em; color:#333333;} 
.content-account .branch-account {color:#0066cc;}
.content-account .number-account {color:#eb960c;}
.content-account .name-account {line-height:1.6em}
.account-footer .img-logo-chungnhan {line-height:20.8px; text-align:right}


/*Collection page*/

.content-pages {
	background: #fff;
	padding-bottom: 12px;
	padding-top: 12px;
	margin-bottom: 20px;
}
#banner-collection {margin-bottom: 20px;}
.collection_filter {
	border: 1px solid #e1e1e1;
	margin-bottom: 0;
	border-bottom: none;
	margin-left: -1px;
	//position: relative;
}
.title-block {
	background: none repeat scroll 0 0 #f7f7f7;
	margin: 0;
	padding: 10px;
	line-height: 27px;
}
.title-block span {
	color: #0e84eb;
	font-size: 18px;
	text-transform: uppercase;
}
.all-filter {line-height: 35px;}
.collection_filter .arrow-right {
	border-bottom: 25px solid #fff;
	border-left: 18px solid #f7f7f7;
	border-top: 25px solid #fff;
	height: 0;
	width: 0;
}
.collection_filter .field_item {
	float: left;
	position: relative;
	padding: 8px 12px;
}
.collection_filter .field_item:hover .field_label {
	display: block;
}
.collection_filter .field_name {
	padding-right: 20px;
	cursor: pointer;
	white-space: nowrap;
	text-transform: uppercase;
	font-weight: bold;
	color: #333333
}
.collection_filter .field_label {
	background: none repeat scroll 0 0 #fff;
	border: 1px solid #ccc;
	display: none;
	position: absolute;
	//top: 51px;
	left: 0;
	width: 180px;
	z-index: 1;
	padding: 10px;
	margin-top: 8px;
}
.collection_filter .field_label#filter-price {
	width: 250px;
}
.collection_filter .field_label h3 {
	margin: 0;
	padding: 10px 24px;
}
.collection_filter .field_label h3 a {
	font-weight: normal;
	font-size: 13px;
}
.collection_filter .field_label.actived h3>a, 
.field_label h3:hover a {
	font-weight: bold;
	color: #252525;
}
.collection_filter .field_label.actived h3>a {
	background: url(../images/delete-icon.png) no-repeat scroll right center;
	padding-right: 32px;
}
.field_label_checkbox h3 {
	margin: -2px 20px 0 0;
	display: inline-block;
}
.field_label_checkbox h3 a {
	background: url(../images/icon_check.png) no-repeat scroll left center;
	display: block;
	padding-left: 28px;
	font-weight: normal;
	font-size: 13px;
}
.field_label_checkbox h3 span {
	display: block;
	color: #fff;
	position: relative;
	background: none repeat scroll 0 0 #989896;
	border-radius: 4px;
	padding: 4px 10px;
}
.field_label_checkbox h3 .caret {
	border-bottom: 5px solid transparent;
	border-right: 6px solid #989896;
	border-top: 5px solid transparent;
	left: -12px;
	position: absolute;
	top: 6px;
}
.collection_filter .sort-follow {
	position: absolute;
	right: 7px;
	top: 7px;
}
.collection_filter .sort-follow-active {
	padding: 8px 18px;
}
.collection_filter .sort-follow-active span {
	background: url(../images/arrow.png) no-repeat scroll right center;
	padding-right: 20px;
	cursor: pointer;
	white-space: nowrap;
}
.collection_filter .sort-follow ul {
	background: none repeat scroll 0 0 #fff;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	display: none;
	padding-bottom: 10px;
	position: absolute;
	top: 35px;
	right: -1px;
	width: 180px;
	z-index: 1;
}
.collection_filter .sort-follow:hover ul {
	display: block;
}
.collection_filter .sort-follow li {
	padding: 4px 24px;
}
.empty p {margin-top: 20px;}

/*Add CSS*/
.carousel-control {width: 10%;}
/*Scroll to top*/
.scrollToTop {
	top: auto!important;
	padding: 9px;
	line-height: 25px;
	text-align: center;
	font-weight: bold;
	color:#fff;
	text-decoration: none;
	border: 2px solid transparent;
	border-radius: 100%;
	bottom: -38px;
	cursor: pointer;
	height: 50px;
	opacity: 0;
	position: fixed;
	right: 12px!important;
	-webkit-transition: all .6s ease;
	transition: all .3s ease;
	transition: all .6s ease;
	visibility: hidden;
	width: 50px;
	z-index: 99;
}
.scrollToTop.show {
	bottom: 100px;
	opacity: 1;
	visibility: visible;
	background: #0e84eb;
}
.scrollToTop:hover {
	border-color: #0e84eb;
	color:#fff;
}


/*--------------- Mobile ----------------*/
@media screen and (max-width: 1024px) {
	.header-mobile {
		position: relative;
		background: #FFCD27;
		/* background: #454547; */
	background-size: 39px 18px;
	margin-bottom: 10px;
}
.header-mobile .mbmenu-toggler {
	color: #fff;
	cursor: pointer;
	float:left;
	font-size: 21px;
	font-weight: 400;
	line-height: 57px;
	padding: 0 12px;
	text-transform: uppercase;
}
.header-mobile .mbmenu-toggler span.mbmenu-icon {
	display: block;
	float: right;
	margin-left: 5px;
	width: 22px;
}
.mobile-menu .mobile-menu-container {
	background: #fff;
	border-radius: 3px;
	box-shadow: 0 3px 5px rgba(0,0,0,0.6);
	float: left;
	height: 0;
	max-width: 100%;
	overflow: hidden;
	position: absolute;
	z-index: 99;
	top: 55px;
	left: 0;
	padding: 0 12px;
	margin: 0 13px;
	//min-width: 320px;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.mobile-menu .mobile-menu-container.open {
	display: block;
}
.mobile-menu .mobile-menu-container ul.nav-menu {
	float: left;
	margin: 5px 0;
	padding: 0;
	width: 100%;
}
.mobile-menu .mobile-menu-container ul.nav-menu > li {
	float: left;
	list-style: none;
	position: relative;
	width: 100%;
}
.mobile-menu .mobile-menu-container ul.nav-menu > li > a {
	border-top: 1px solid #eaeaea;
	color: #999999;
	display: block;
	float: left;
	font-size: 16px;
	height: 40px;
	line-height: 40px;
	text-transform: uppercase;
	width: 100%;
	text-align: left;
}
.mobile-menu .mobile-menu-container ul.nav-menu > li > a:hover {
	color: #f25862;
}
.mobile-menu .mobile-menu-container ul.nav-menu > li:first-child a {
	border-top: none;
}
.mobile-menu .mobile-menu-container ul.nav-menu > li .fa {
	color: #999999;
	cursor: pointer;
	float: right;
	height: 40px;
	line-height: 40px;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	width: 40px;
	z-index: 2;
}
.mobile-menu .mobile-menu-container ul.nav-menu > li .fa:hover {
	color: #f25862;
}
.mobile-menu .mobile-menu-container ul.nav-menu > li > ul.sub-menu > li > a {
	color: #999999;
}
.mobile-menu .mobile-menu-container ul.nav-menu > li > ul.sub-menu > li > a:hover {
	color: #f25862;
}
.mobile-menu .mobile-menu-container ul.nav-menu > li ul.sub-menu {
	float: left;
	margin: 0;
	padding: 0 0 0 10px;
	width: 100%;
}
.mobile-menu .mobile-menu-container ul.nav-menu > li ul.sub-menu li {
	float: left;
	list-style: none;
	position: relative;
	width: 100%;
}
.mobile-menu .mobile-menu-container ul.nav-menu > li ul.sub-menu li a {
	border-top: 1px solid #ddd;
	color: #999999;
	display: block;
	float: left;
	height: 40px;
	line-height: 40px;
	width: 100%;
	text-align: left;
}
.home .main-menu.clearfix {
	position: relative;
}

.header-mobile .customer-header {
	display: inline-block;
	position: absolute;
	top: 0;
	right: 10px;
	border-top: 1px solid #FFCD27;
	border-bottom: 1px solid #FFCD27;
	/* border-top: 1px solid #1073c9;
border-bottom: 1px solid #1073c9; */
}

/****************** tài khoản top-menu  ******************8*/
.header-mobile .top-menu {
	float: right;
	width: 50px;
	height: 55px;
	border-right: 1px solid #ececec;
	border-left: 1px solid #ececec;
	background: #fff;
	position: relative;
	cursor: pointer;
}
.header-mobile .top-menu:before {
	content: "\f007";
	font-family: FontAwesome;
	display: block;
	width: 50px;
	height: 55px;
	text-align: center;
	line-height: 55px;
	font-size: 17px;
	color: #333;
}
.header-mobile .top-menu .top-menu-container {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	background: #fff;
	border: 1px solid #eaeaea;
	padding: 15px;
	min-width: 170px;
	box-shadow: 0 2px 3px rgba(0,0,0,0.3);
	position: absolute;
	z-index: 1111;
	right: 0;
	top: 130%;
	opacity: 0;
	visibility: hidden;
	text-align: right;
}
.header-mobile .top-menu .top-menu-container ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.header-mobile .top-menu .top-menu-container ul li a {
	line-height: 30px;
	display: block;
	border-bottom: 1px solid #eaeaea;
	padding-left: 7px;
	color: #252525;
}
.header-mobile .top-menu:hover {
	color:#ffb548;
}
.header-mobile .top-menu:hover .top-menu-container {
	top: 100%;
	opacity: 1;
	visibility: visible;
}
.header-mobile .top-menu .top-menu-container ul li a:hover {
	color:#ffb548;
}
/* end tài khoản  */

/*=================================== search ==================*/
.header-mobile .search-switcher {
	float: right;
	position: relative;
	width: 50px;
	height: 55px;
	line-height: 55px;
	cursor: pointer;
	text-align: center;
	border-left: 1px solid #ececec;
	background: #fff
}
.header-mobile .search-switcher .dropdown-switcher {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	position: absolute;
	right: -50px;
	top: 130%;
	z-index: 1111;
	padding: 0 20px 20px;
	color: #6a6a6a;
	opacity: 0;
	visibility: hidden;
}
.header-mobile .search-switcher:hover {
	color:#ffb548;
}
.header-mobile .search-switcher:hover .dropdown-switcher {
	top: 100%;
	opacity: 1;
	visibility: visible;
}
.header-mobile .search-switcher:after {
	font-family: FontAwesome;
	content: "\f002";
	font-size: 14px;
	display: block;
	color: #333;
}
.header-mobile .widget.widget_product_search #searchform div {
	position: relative;
	width: 260px;
	height: 40px;
}
.header-mobile .widget.widget_product_search #searchform div #ws {
	padding: 0;
	width: 100%;
	height: 40px;
	line-height: 40px;
	padding-left: 10px;
	padding-right: 40px;
	box-shadow: 0 2px 3px rgba(0,0,0,0.3);
	border: 1px solid #eaeaea;
	position: absolute;
	left: 0;
	top: 0;
}
.header-mobile .widget.widget_product_search #searchform div #wsearchsubmit {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 40px;
	font-size: 15px;
	padding: 0;
	background: none;
	border-radius: 0;
	border: 0;
	color: #252525;
}
/* end-search */

/* cart mobile */
#cart-targets {
	font-size: 3rem;
	z-index: 9;
	top: 0;
	float: right;
}
#cart-targets .cart {
	color: #1c2d5d;
	position: relative;
}
#cart-targets img {
	width: 55px;
}
span#cart-count {
	position: absolute;
	right: -0.5rem;
	top: 0rem;
	padding: 0 0.5rem;
	background: #28b241;
	border: 0.1rem solid #fff;
	border-radius: 1rem;
	font-size: 1.1rem;
	line-height: 2rem;
	min-width: 2rem;
	height: 2rem;
	text-align: center;
	color: #ffffff;
	width: auto;
}
.shopping-cart {
	fill: #4d4d4d;
	width: 22px;
	height: 22px;
	display: inline-block;
	transition: all 0.2s ease-in-out;
}

/*POPUP NEWSLETTER*/
@media (min-width: 992px){
	#popup_newsletter .modal-lg {
		width: 750px !important;
	}
}
#popup_newsletter {
	background: rgba(45, 45, 50, 0.8);
}
div#popup_newsletter .modal-dialog {
	margin-top: 100px;
}
#newsletter_popup {
	background:  url("../images/img_bg_pnewletter.jpg?v=94") no-repeat scroll top left  #ffffff;
	padding: 20px;
	width: 750px;
	min-height: 420px;
	overflow: hidden;
	text-align: center;
}

#newsletter_popup .pa-header {
	padding: 30px 10px;
}
@media screen and (min-width: 768px) {
	#newsletter_popup .pa-header {
		width: 50%;
		float: right;
	}
}
#newsletter_popup h3 {
	font-family: Open Sans;
	font-size: 24px;
	color: #222222;
	font-weight: 500;
	text-align: center;
	margin-top: 0;
	margin-bottom: 20px;
	letter-spacing: 1px;
	padding: 0;
	line-height: normal;
	text-transform: capitalize;
	position: relative;
	background: transparent;
}
#newsletter_popup .pnewle-message {
	color: #222222;
	font-size: 14px;
	font-weight: 300;
	margin-bottom: 25px;
}
#newsletter_popup .pnewle-message span {
	color: #0e84eb;
	text-transform: uppercase;
	font-weight: 700;
}
#popup-newletter .pnewle-form {
	width: 100%;
}
@media screen and (min-width: 991px){
	#newsletter_popup .pnewle-form {
		width: 90%;
		margin-left: 5%;
	}
}
#newsletter_popup .pnewle-form .form-control {
	font-size: 14px;
	font-weight: 400;
	height: 48px;
	box-shadow: none;
	text-align: center;
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: #222222;
	border-radius: 0;
}
#newsletter_popup .pnewle-form .btn {
	margin-top: 38px;
	background-color: #0e84eb;
	color: #FFFFFF;
	border-radius: 0;
	text-transform: uppercase;
	font-size: 14px;
	position: relative;
	padding: 0 35px;
	height: 45px;
	min-width: 180px;
	font-weight: 700;
}
#newsletter_popup .pnewle-form .btn:hover {
	background-color: #0e84eb;
}
.social-icons {
	margin-top: 20px;
}
.social-icons .block_content ul {
	margin: 0px;
}
.social-icons .block_content ul li {
	width: 20%;
	text-align: center;
	padding: 0px;
	height: 40px;
	float: left;
}
.social-icons .block_content ul li a {
	font-size: 18px;
	display: inline-block;
	height: 35px;
	width: 35px!important;
	margin: 0!important;
	color: #222222;
	border: 1px solid transparent;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
}
.social-icons .block_content ul li .fa {
	line-height: 35px;
	width: 100%;
	margin: 0;
	display: block;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
}
.social-icons .block_content ul li span {
	font-size: 0px;
}
.social-icons .block_content ul li a:hover {
	border-color: #0e84eb;
}
#popup_newsletter button.close {
	height: 29px;
	width: 29px;
	position: absolute;
	right: -15px;
	top: -15px;
	z-index: 9;
	opacity: 1;
	background: #000;
	line-height: 1;
	padding-bottom: 4px;
	color: #fff;
	text-shadow: none;
	font-weight: normal;
	font-size: 23px;
}

/*Search page*/
div#search {
	margin: 10px 0 20px;
}
.search-field {
	width: 100%!important;
}
input#go {
	width: 34px!important;
	height: 34px!important;
	float: right!important;
	background: url(../images/icon-search.png) #0e84eb center no-repeat;
margin: 0px!important;
font-size: 0px;
position: relative!important;
top:0px!important;
border-radius:0;
}
#search .search_box {
	height: 34px;
	vertical-align: middle;
	line-height: normal;
	border-radius: 0;
	box-shadow: none;
	border: 1px solid #ebebeb;
	width: calc(100% - 34px)!important;
	float: left;
	outline: none;
	padding: 0px 0px 0px 10px;

}


/*hot-line*/

.suntory-alo-phone {
	background-color: transparent;
	cursor: pointer;
	height: 120px;
	position: fixed;
	transition: visibility 0.5s ease 0s;
	width: 120px;
	z-index: 200000 !important;
}
.suntory-alo-ph-circle {
	animation: 1.2s ease-in-out 0s normal none infinite running suntory-alo-circle-anim;
	background-color: transparent;
	border: 2px solid rgba(30, 30, 30, 0.4);
	border-radius: 100%;
	height: 100px;
	left: 0px;
	opacity: 0.1;
	position: absolute;
	top: 0px;
	transform-origin: 50% 50% 0;
	transition: all 0.5s ease 0s;
	width: 100px;
}
.suntory-alo-ph-circle-fill {
	animation: 2.3s ease-in-out 0s normal none infinite running suntory-alo-circle-fill-anim;
	border: 2px solid transparent;
	border-radius: 100%;
	height: 70px;
	left: 15px;
	position: absolute;
	top: 15px;
	transform-origin: 50% 50% 0;
	transition: all 0.5s ease 0s;
	width: 70px;
}
.suntory-alo-ph-img-circle {
	/* animation: 1s ease-in-out 0s normal none infinite running suntory-alo-circle-img-anim; */
	border: 2px solid transparent;
	border-radius: 100%;
	height: 50px;
	left: 25px;
	opacity: 0.7;
	position: absolute;
	top: 25px;
	transform-origin: 50% 50% 0;
	width: 50px;
}
.suntory-alo-phone.suntory-alo-hover, .suntory-alo-phone:hover {
	opacity: 1;
}
.suntory-alo-phone.suntory-alo-active .suntory-alo-ph-circle {
	animation: 1.1s ease-in-out 0s normal none infinite running suntory-alo-circle-anim !important;
}
.suntory-alo-phone.suntory-alo-static .suntory-alo-ph-circle {
	animation: 2.2s ease-in-out 0s normal none infinite running suntory-alo-circle-anim !important;
}
.suntory-alo-phone.suntory-alo-hover .suntory-alo-ph-circle, .suntory-alo-phone:hover .suntory-alo-ph-circle {
	border-color: #1C7DC3;
	opacity: 0.5;
}
.suntory-alo-phone.suntory-alo-green.suntory-alo-hover .suntory-alo-ph-circle, .suntory-alo-phone.suntory-alo-green:hover .suntory-alo-ph-circle {
	border-color: #1C7DC3;
	opacity: 1;
}
.suntory-alo-phone.suntory-alo-green .suntory-alo-ph-circle {
	border-color: #1C7DC3;
	opacity: 1;
}
.suntory-alo-phone.suntory-alo-hover .suntory-alo-ph-circle-fill, .suntory-alo-phone:hover .suntory-alo-ph-circle-fill {
	background-color:#1C7DC3
}
.suntory-alo-phone.suntory-alo-green.suntory-alo-hover .suntory-alo-ph-circle-fill, .suntory-alo-phone.suntory-alo-green:hover .suntory-alo-ph-circle-fill {
	background-color: #1C7DC3;
}
.suntory-alo-phone.suntory-alo-green .suntory-alo-ph-circle-fill {
	background-color: #1C7DC3
}

.suntory-alo-phone.suntory-alo-hover .suntory-alo-ph-img-circle, .suntory-alo-phone:hover .suntory-alo-ph-img-circle {
	background-color: #1C7DC3;
}
.suntory-alo-phone.suntory-alo-green.suntory-alo-hover .suntory-alo-ph-img-circle, .suntory-alo-phone.suntory-alo-green:hover .suntory-alo-ph-img-circle {
	background-color: #1C7DC3;
}
.suntory-alo-phone.suntory-alo-green .suntory-alo-ph-img-circle {
	background-color: #1C7DC3;
}
@keyframes suntory-alo-circle-anim {
	0% {
		opacity: 0.1;
		transform: rotate(0deg) scale(0.5) skew(1deg);
	}
	30% {
		opacity: 0.5;
		transform: rotate(0deg) scale(0.7) skew(1deg);
	}
	100% {
		opacity: 0.6;
		transform: rotate(0deg) scale(1) skew(1deg);
	}
}

@keyframes suntory-alo-circle-img-anim {
	0% {
		transform: rotate(0deg) scale(1) skew(1deg);
	}
	10% {
		transform: rotate(-25deg) scale(1) skew(1deg);
	}
	20% {
		transform: rotate(25deg) scale(1) skew(1deg);
	}
	30% {
		transform: rotate(-25deg) scale(1) skew(1deg);
	}
	40% {
		transform: rotate(25deg) scale(1) skew(1deg);
	}
	50% {
		transform: rotate(0deg) scale(1) skew(1deg);
	}
	100% {
		transform: rotate(0deg) scale(1) skew(1deg);
	}
}
@keyframes suntory-alo-circle-fill-anim {
	0% {
		opacity: 0.2;
		transform: rotate(0deg) scale(0.7) skew(1deg);
	}
	50% {
		opacity: 0.2;
		transform: rotate(0deg) scale(1) skew(1deg);
	}
	100% {
		opacity: 0.2;
		transform: rotate(0deg) scale(0.7) skew(1deg);
	}
}
.suntory-alo-ph-img-circle i {
	animation: 1s ease-in-out 0s normal none infinite running suntory-alo-circle-img-anim;
	font-size: 30px;
	line-height: 50px;
	padding-left: 10px;
	color: #fff;
}

/*=================== End phone ring ===============*/
@keyframes suntory-alo-ring-ring {
	0% {
		transform: rotate(0deg) scale(1) skew(1deg);
	}
	10% {
		transform: rotate(-25deg) scale(1) skew(1deg);
	}
	20% {
		transform: rotate(25deg) scale(1) skew(1deg);
	}
	30% {
		transform: rotate(-25deg) scale(1) skew(1deg);
	}
	40% {
		transform: rotate(25deg) scale(1) skew(1deg);
	}
	50% {
		transform: rotate(0deg) scale(1) skew(1deg);
	}
	100% {
		transform: rotate(0deg) scale(1) skew(1deg);
	}
}	
.call-now-new {
	font-weight: bold;
	font-size: 17px;
	margin-top: -30px;
	display: block;
	background: #003399;
	color: white;
	text-align: center;
	border-radius: 4px;
}

@media(min-width:768px){.show-hldes-lo{display:none;}}