﻿@charset "utf-8";
/* COMMON STYLE

--------------------------------------------------------- */

html, body, fieldset {
	margin: 0;
	padding: 0;
	border: none
}
* {
	outline-color: initial;
	outline-style: none;
	outline-width: initial;
}
@font-face {
 font-family: 'Avo Regular';
 src: url('../Images/Fonts/utm_avo-webfont.eot');
 src: url('../Images/Fonts/utm_avo-webfont.eot?#iefix') format('embedded-opentype'), url('../Images/Fonts/utm_avo-webfont.woff2') format('woff2'), url('../Images/Fonts/utm_avo-webfont.woff') format('woff'), url('../Images/Fonts/utm_avo-webfont.ttf') format('truetype'), url('../Images/Fonts/utm_avo-webfont.svg#utm_avoregular') format('svg');
 font-weight: normal;
 font-style: normal;
}
@font-face {
 font-family: 'uvn_hoa_tay_1regular';
 src: url('../Images/Fonts/uvnhoatay1_2-webfont.eot');
 src: url('../Images/Fonts/uvnhoatay1_2-webfont.eot?#iefix') format('embedded-opentype'), url('../Images/Fonts/uvnhoatay1_2-webfont.woff2') format('woff2'), url('../Images/Fonts/uvnhoatay1_2-webfont.woff') format('woff'), url('../Images/Fonts/uvnhoatay1_2-webfont.ttf') format('truetype'), url('../Images/Fonts/uvnhoatay1_2-webfont.svg#uvn_hoa_tay_1regular') format('svg');
 font-weight: normal;
 font-style: normal;
}
body {
	margin: 0;
	padding: 0;
	font: normal 12px/1.5 Arial, Helvetica, sans-serif;
	color:#222222;
	background: #FFFFFF
}
a {
	text-decoration: none;
	color: #222222;
}
a:hover {
	text-decoration: underline;
}
* html .clearfix {
	height: 1%;
}
.cf {
	display: block;
	clear: both;
}
img {
	border: none;
	vertical-align: middle;
	max-width: 100%;
}
h1 {
	font-size: 150%;
}
h2 {
	font-size: 125%;
}
h3 {
	font-size: 100%;
}
h4 {
	font-size: 90%;
}
ul, ol {
	list-style: none;
	list-style-position: inside
}
pre, blockquote, ul, ol, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}
.img_general {
	float: left;
	margin-right: 10px;
}
input {
	border:none;
}
.fl {
	float: left !important
}
.fr {
	float: right !important
}
.hidden {
	display: none;
}
.trans {
	transition: All 0.3s ease-out;
	-webkit-transition: All 0.3s ease-out;
	-moz-transition: All 0.3s ease-out;
	-o-transition: All 0.3s ease-out;
	-ms-transform: All 0.3s ease-out;
}
.list_ul li {
	float: left;
	width: 100%;
}
.name_web {
	text-indent: -9999px;
	visibility: hidden;
	height: 0
}
.btn_web {
	display: inline-block;
	background: #0f75bc; /* Old browsers */
	background: -moz-linear-gradient(top, #0f75bc 1%, #0565a8 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #0f75bc), color-stop(100%, #0565a8)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #0f75bc 1%, #0565a8 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #0f75bc 1%, #0565a8 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #0f75bc 1%, #0565a8 100%); /* IE10+ */
	background: linear-gradient(to bottom, #0f75bc 1%, #0565a8 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f75bc', endColorstr='#0565a8', GradientType=0 ); /* IE6-9 */
	padding: 5px 10px;
	color: #FFFFFF;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	border: 1px solid #0565a8;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size: 1.2em;
	font-weight: 500;
	line-height: 24px;
}
.btn_web:hover {
	color: #ffffff;
	text-decoration: none;
	background: #262626; /* Old browsers */
	background: -moz-linear-gradient(top, #262626 0%, #0d0d0d 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #262626), color-stop(100%, #0d0d0d)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #262626 0%, #0d0d0d 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #262626 0%, #0d0d0d 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #262626 0%, #0d0d0d 100%); /* IE10+ */
	background: linear-gradient(to bottom, #262626 0%, #0d0d0d 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#262626', endColorstr='#0d0d0d', GradientType=0 ); /* IE6-9 */
	border-color: #000000
}
.padd10 {
	padding: 10px !important
}
.padd15 {
	padding: 15px !important
}
.padd_tb15 {
	padding: 15px 0 !important
}
.padd_tb20 {
	padding: 20px 0 !important
}
.padd_top10 {
	padding-top: 10px !important
}
/* LAYOUT

--------------------------*/
.container:after, header:after, footer:after, #main:after, .box:after, .box_ct:after, .row_pro:after, .pagination:after, #nav_menu_mobile:after, .inner_col:after, .product_item:after, .info_P:after, .item_cart:after, .row_col:after, .box_hover:after {
	clear: both;
	content: "";
	display: block;
	height: 0;
}
.section {
	display: block;
}
.inner_col {
	margin-left: 30px;
}
#main {
	padding-top: 10px
}
/* HEADER*/
header {
	position: relative;
	padding: 10px 0;
	background: url(../Images/bg.jpg) 0 0 repeat
}
#text_logo {
	margin: 0
}
#text_logo a {
	display: block;
	margin-right: 15px
}
/*Cart Head*/
.cart_head {
	white-space: nowrap;
	position: absolute;
	top: 14px;
	right: 0;
	z-index: 5;
}
.cart_head .link_cart {
	display: block;
	padding-left: 35px;
	background: url(../Images/cart_icon.png) 0 center no-repeat;
	line-height: 26px;
	color: #FFFFFF
}
.cart_head .link_cart b {
	color: #FFFF00
}
.hotline_head {
	text-align: right;
}
.hotline_head b {
	display: inline-block;
	padding-left: 35px;
	background: url(../Images/hotline_icon1.png) 0 center no-repeat;
	color: #f10000;
	font: 500 28px/30px 'Boogaloo', cursive;
}
/*Search Form*/
.dpop_search {
	position: relative;
	width: 60%;
	z-index: 5000;
	display: block;
	margin-bottom: 12px;
}
.search_mobile {
	transition: All 0.3s ease-out;
	-webkit-transition: All 0.3s ease-out;
	-moz-transition: All 0.3s ease-out;
	-o-transition: All 0.3s ease-out;
	-ms-transform: All 0.3s ease-out;
}
.search_box {
	background: #FFFFFF;
	border: 1px solid #cccccc;
	position: relative;
}
.search_box .input_bar {
	width: 100%;
	text-align: left !important;
	display: table-cell;
}
.search_box .inputSearch {
	display: table-cell;
	color: #000000;
	background: #FFFFFF;
	font: 500 1em Arial;
	padding: 7px 0;
	width: 100%;
	border: none;
	text-indent: 10px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.search_box .search_icon_wrapper {
	width: 34px;
	height: 26px;
	margin: 0;
	overflow: hidden;
	line-height: 0;
	vertical-align: middle;
	display: table-cell;
}
.search_box .submitSearch {
	background: url(../Images/search_icon.png) center center no-repeat;
	border: medium none;
	cursor: pointer;
	width: 34px;
	height: 26px;
}
#search_form .close_ico, .menu_icon.close_ico {
	height: 50px;
	background: #359bed url(../Images/circle_arr.png) center center no-repeat;
}
/*Box*/
.box {
	float: left;
	clear: both;
	width: 100%;
	margin-bottom: 10px;
	position: relative;
}
.box_ct {
	border: 1px solid #cccccc;
	padding: 15px
}
/*Tab*/
.box_Tab {
	position: relative;
	background: #0f75bc;
	padding: 10px;
	font-size: 1.2em;
	font-weight: 700;
	text-transform: uppercase;
	color: #FFFFFF
}
#sidebar .box_Tab {
	text-align: center;
}
.Tab_main {
	background: #e4e4e4;
	color: #000000;
	padding-left: 15px;
}
h1.box_Tab {
	font-size: 1.2em;
}
.title_tab {
	padding: 6px 0 10px 0;
	font-size: 1.1em;
	font-weight: 700;
	text-transform: uppercase;
	position: relative;
}
.tab_bor {
	border-bottom: 1px solid #000000;
	padding: 6px 0 4px 0
}
.title_tab span.tt_quantity {
	float: right;
	font-size: 0.875em;
	margin-left: 15px;
	margin-top: 2px;
	white-space: nowrap;
}
/*List Products*/
.list_products ul {
	margin-left: -30px
}
.list_products li {
	margin-top: 20px
}
.list_products li:nth-child(4n+1) {
clear: both
}
.list_products .product_item {
	box-sizing: border-box;
	padding: 5px;
	margin-left: 30px;
	border: 1px solid #cccccc;
	background: #FFFFFF;
}
.product_item .img_P {
	display: block;
	overflow: hidden;
	position: relative
}
.product_item .img_P img {
	max-width: 100%;
    width: 201px;
    height: 201px;
max-height:100%;
}
.product_item .pro_name {
	font-size: 1.1em;
	margin-top: 12px;
    text-align: center;
}
.product_item price {
	display: block;
	margin: 4px 0;
	font-size: 1.1em;
    text-align: center;
}
.product_item price b {
	color: #fa0000;
}
.addtocart_btn {
	display: inline-block;
	width: 90px;
	height: 24px;
	background: url(../Images/addtocart_btn.gif) 0 0 no-repeat
}
/*Detail Products*/
#img_dtp {
	position: relative;
	text-align: center;
}
.boxcenter {
	overflow: hidden;
	text-align: center;
}
.boxcenter .midd {
	text-align: center;
	vertical-align: middle;
}
.pro_left .main_img {
	background: none repeat scroll 0 0 #fff;
	line-height: 1px;
	width: 100%;
	position: relative
}
.pro_left .main_img img {
	width: 100%;
	max-width: inherit;
	opacity: 1;
}
.pro_left .main_img a {
	display: block;
}
.pro_left .main_img a:hover {
	cursor: zoom-in
}
.pro_left #thumbnails_P {
	text-align: center;
	position: relative
}
#dtp_info .h1Title {
	margin-bottom: 10px;
	line-height: 1.2
}
.dtp_status {
	float: left;
	width: 100%;
	margin-bottom: 10px
}
.dtp_status p {
	margin: 3px 0
}
.dtp_status .tt_info {
	float: left;
	width: 100px
}
.price_dtp {
	font-size: 20px;
	color: #FF0000;
}
.dtp_status .btn_dtp {
	display: table-cell;
}
.dtp_status .link_dtp {
	display: block;
	background: #0f75bc;
	padding: 7px 20px;
	margin-right: 7px;
	text-align: center;
	color: #FFFFFF;
	font-weight: 700;	
	text-shadow: 0 0 1px #2a73ac;
}
.dtp_status .link_dtp:hover {
	text-decoration: none;
    cursor:pointer;
}
#thesame_P .product_item {
	margin: 15px 0 0 0
}
/*Pagination*/
.pagination {
	float: left;
	width:100%;
	margin: 20px 0;
	text-align: center
}
.pagination a {
	display: inline-block;
	padding: 3px 9px;
	margin: 0 3px;
	color: #000000;
	background: #f9f8f8; /* Old browsers */
	background: -moz-linear-gradient(top, #f9f8f8 0%, #ececec 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f9f8f8), color-stop(100%, #ececec)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f9f8f8 0%, #ececec 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f9f8f8 0%, #ececec 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f9f8f8 0%, #ececec 100%); /* IE10+ */
	background: linear-gradient(to bottom, #f9f8f8 0%, #ececec 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f8f8', endColorstr='#ececec', GradientType=0 ); /* IE6-9 */
	border: 1px solid #cecccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.pagination b, .pagination a:hover {
	display: inline-block;
	text-decoration: none;
	color: #FFFFFF;
	padding: 3px 9px;
	margin: 0 3px;
	background: #0f75bc; /* Old browsers */
	background: -moz-linear-gradient(top, #0f75bc 1%, #1e5799 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #0f75bc), color-stop(100%, #1e5799)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #0f75bc 1%, #1e5799 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #0f75bc 1%, #1e5799 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #0f75bc 1%, #1e5799 100%); /* IE10+ */
	background: linear-gradient(to bottom, #0f75bc 1%, #1e5799 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f75bc', endColorstr='#1e5799', GradientType=0 ); /* IE6-9 */
	border-color: #0f75bc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
/*List News*/
.title_heading {
	padding-bottom: 8px;
	margin: 10px 0;
	background: url(../images/divider.gif) bottom left repeat-x;
	font-size: 20px;
	line-height: 1.2;
	color: #555555
}
#list_news li {
	float: left;
	padding-bottom: 10px;
	margin-top: 10px;
	position: relative;
	width: 100%;
	border-bottom: 1px dotted #000000
}
#list_news h2 {
	font-size: 1.1em;
	margin-bottom: 10px;
}
#list_news p {
	margin: 0 0 1em 0;
	text-align: justify
}
#list_news .img_general {
	border: 2px solid #CACACA;
	width: 200px;
	display: block;
	height: auto;
	position: relative;
	overflow: hidden;
}
#list_news img {
	width: 100%;
	height: auto
}
#list_news .readmore {
	white-space: nowrap;
	background: url(../Images/arrow-bg.png) no-repeat right top;
	-webkit-border-radius: 3px 0 0 3px;
	-moz-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px;
	color: #FF0000;
	text-decoration: underline;
	display: inline-block;
}
#list_news .readmore:hover {
	color: #000000;
}
/*Detail News*/
.h1Title {
	font-size: 1.4em;
	color: #0c0c0a;
	margin-bottom: 10px;
	line-height: 1.2
}
.info_g img {
	max-width: 100%;
	height: auto;
}
.info_g ul {
	margin-left: 20px
}
.info_g li {
	margin: 3px 0
}
#info_g table {
	width: 100% !important;
	border-collapse: collapse
}
#info_g table tr {
	background: #f5f5f5
}
#info_g table tr:nth-child(2n) {
background: #FFFFFF
}
#info_g tr td {
	vertical-align: top;
	padding: 5px 0
}
#info_g tr td p {
	margin: 0 0 3px 0
}
.extranews_date {
	color: #878787;
}
.other_news_sub {
	clear: both;
	margin: 0 auto;
	padding: 10px 0;
	width: 100%;
	background: url(../Images/separator.png) center 0 no-repeat
}
.other_newsT {
	margin: 10px 0;
	position: relative;
	color: #292929;
	font-size: 1.1em;
	font-weight: 700;
}
.other_news_sub ul {
	margin: 10px 0 0 10px;
}
.other_news_sub ul li {
	padding: 3px 0;
}
.other_news_sub a {
	background: url(../Images/bullet.gif) no-repeat scroll 0 6px transparent;
	padding-left: 12px;
}
.other_news_sub a:hover {
	color: #000000
}
.other_news_sub .view_all {
	float: left;
	background: none !important;
	margin: 10px 0;
	text-align: right;
	text-decoration: underline;
	font-size: 95%;
	color: #f02c24;
}
/*Current Path*/
.current_path {
	margin-bottom: 10px;
	width: auto;
	clear: both;
	color: #999999;
	position: relative;
}
/*Left Fix Side*/
#right_fix {
	position: fixed;
	top: 160px;
	right: 0;
	width: 70px;
	z-index: 8000
}
#policy {
	width: 100%;
	border: 1px solid #dbdbdb;	
}
#policy .item_side_fix {
	text-align: center;
	padding: 5px 0;
	font-size: 11px;
	line-height: 14px;
	font-weight: 700;
	position: relative;
	background: #FFFFFF
}
#policy .item_side_fix:not(:last-child) {
 border-bottom: 1px solid #e0e0e0;
}
.side_ico {
	display: block;
	width: 100%;
	height: 26px;
	margin-bottom: 5px;
	background-image: url(../Images/policy_icons.png);
	background-repeat: no-repeat
}
.side_ico.ico1 {
	background-position: center 0
}
.side_ico.ico2 {
	background-position: center -34px
}
.side_ico.ico3 {
	background-position: center -69px
}
.side_ico.ico4 {
	background-position: center -100px;
	cursor: pointer
}
/*Footer*/
footer {
	background: #FFFFFF;
	padding-bottom: 40px
}
footer p {
	margin: 0 0 5px 0
}
#topcontrol {
	z-index: 50 !important
}
/*Footer Columns*/
footer {
	background: url(../Images/footerBg.gif) 0 0 repeat-x
}
#footer_menu .col_F_ct {
	padding-left: 20px
}
#footer_menu h3 {
	font-size: 1.1em;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none;
	color: #df0000
}
.list_menu_footer li {
	margin: 5px 0
}
.list_menu_footer .link_foo {
	color: #515050;
	white-space: nowrap;
}
#copyright {
	border-top: 1px solid #CCCCCC;
	padding-top: 10px;
	padding-bottom: 20px
}
/*Visitors*/
#visitors span {
	display: block;
	margin-bottom: 5px;
	padding-left: 20px
}
#visitors .online {
	background: url(../Images/online_icon.png) 0 center no-repeat
}
#visitors .visitors {
	background: url(../Images/visitors.png) 0 center no-repeat
}
/*Social Network*/
#social_network span {
	float: right;
	display: block;
	width: 41px;
	height: 41px;
	margin-top: 3px;
	background-image: url(../Images/social_icons.png);
	background-repeat: no-repeat;
}
.icon_facebook {
	background-position: 0 0
}
.icon_gplus {
	background-position: -45px 0
}
.icon_youtube {
	background-position: -90px 0
}
/*Detail Video*/
.videoWrapper {
	position:relative;
	padding-bottom:98.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}
.videoWrapper iframe, .videoWrapper object, .videoWrapper embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
#likebox .videoWrapper iframe {
	padding-bottom:97.25%;
	max-width: 300px;
	max-height: 320px
}
#video_box iframe, #video_box object, #video_box embed {
	max-height: 540px
}
/*Hotline Fixed*/
.hotline_click {
	display: none;
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 999999999;
	cursor: pointer;
	width: 33px;
	height: 33px;
	background: url(../Images/hotline_fixBg.gif) 0 0 repeat-x;
}
.hotline_close {
	left: 5px;
	bottom: 2px;
	background: url(../Images/close_icon.png) 0 0 no-repeat
}
.hotline_fix {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	text-align: center;
	z-index: 99999
}
.hotline_in {
	padding: 8px 0;
	background: url(../Images/hotline_fixBg.gif) 0 0 repeat-x;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	-webkit-border-radius: 8px 8px 0 0;
	-moz-border-radius: 8px 8px 0 0;
	border-radius: 8px 8px 0 0;
}
.number {
	padding: 8px 0 8px 50px;
	font-size: 18px;
	font-weight: 500;
	color: #FFFFFF;
	background: url(../Images/hotline_icon.png) 0 0 no-repeat
}
.number b:not(:first-child):before {
	content: '- '
}
.live_chat {
	position: fixed;
	bottom: 0;
	right: 10px;
	z-index: 99999
}
.ads {
	text-align: center
}
.ads img {
	width: 100%;
}
.sticky {
	top: 0 !important;
}