﻿html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, caption, tbody, tfoot, thead,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0 auto;
	padding: 0;
	font-size: 100%
}
p, span
{
	line-height: 20px
}
a
{
	color: #B51515;
	text-decoration: none;
	line-height: 20px
}
img
{
	border: 0
}
.clear
{
	clear: both
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0
}
 
.clearfix {
	display: inline-block
}
 
html[xmlns] .clearfix {
	display: block
}
 
* html .clearfix {
	height: 1%
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block
}
body {
	line-height: 1
}
ol.th_ul, ul.th_ul, li.th_ul {
	list-style: none
}
blockquote, q {
	quotes: none
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none
}

/* Common */
body {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 14px;
    color: #7D7D7D;
    line-height: 20px;
    position: relative;
    background: url('/Styles/images/page/bg_1.png') repeat;
}

#wrapper {
}

#header {
    height: 135px;
    background: url('/Styles/images/page/bg.png') repeat;
    border-bottom: 10px solid #b51515
}

#banner {
    width: 1000px;
    height: 135px;
    background: url('/Styles/images/page/banner.png') no-repeat 0 9px;
}

#header_in {
    width: 1000px
}

.lang {
    width: 28px;
    height: 19px;
    display: inline-block;
    cursor: pointer
}

.vi {
    background: url('/Styles/images/page/flag_vi.png') no-repeat;
}

.en {
    background: url('/Styles/images/page/flag_en.png') no-repeat;
}

#slide_side {
    width: 990px;
    height: 395px;
    background: #FFF;
    border-radius: 4px;
    padding: 5px;
    box-shadow: 0 0 10px #bdbdbd
}

#menu {
    width: 1000px;
    height: 45px;
    background: #333333;
    border-radius: 4px;
    margin-top: -28px
}

#menu ul li {
    float: left;
    position: relative;
    height: 45px;
    overflow: hidden
}

#menu ul li:last-child {
    background: none
}

#menu ul li a {
    display: block;
    text-transform: uppercase;
    color: #FFF;
    font-size: 15px;
    line-height: 47px;
    padding: 0 10px
}

#menu ul li:hover a, .menu_selected a {
    background: url('/Styles/images/page/menu_hover.png') repeat-x;
}

#menu ul ul {
    position: absolute;
    width: 200px;
    top: 36px;
    left: -2px;
    z-index: 999;
    border-radius: 4px;
    padding-top: 3px;
    display: none
}

#menu li li {
    float: none;
    background: url('/Styles/images/page/menu_bg.png') repeat-y;
    padding: 2px 10px;
    border-bottom: 1px solid #743711
}

#menu ul ul li:last-child {
    background: url('/Styles/images/page/menu_bg.png') no-repeat;
}

#menu li li a {
    text-transform: none;
    font-size: 15px;
    color: #FFF;
    display: inline-block;
    line-height: 25px;
    padding: 0
}

#menu li li a:hover {
    color: #d07629
}

#menu ul li:hover ul {
    display: block
}

#contain {
    width: 1000px
}

#contain_left {
    width: 240px;
    padding: 5px;
    min-height: 500px;
    border-radius: 4px;
    box-shadow: 0 0 3px #d8d8d8;
    background: #FFF
}

#contain_right {
    width: 730px;
    padding: 5px;
    min-height: 500px;
    border-radius: 4px;
    box-shadow: 0 0 3px #d8d8d8;
    background: #FFF
}

#contain_in {
    width: 988px;
    padding-left: 12px;
    background: url('/Styles/images/page/border.png') repeat-y top left
}

#content {
    padding-right: 12px;
    background: url('/Styles/images/page/border.png') repeat-y top right;
    color: #FFF
}

#content_left {
    width: 245px;
    padding: 12px;
    overflow: hidden;
    background: #FFF;
    border-radius: 4px;
    box-shadow: 0 0 3px #b1b1b1;
    float: left
}

#content_right {
    width: 700px;
    float: right
}

.tab_left_title {
    height: 32px;
    line-height: 34px;
    padding: 0 10px;
    font-size: 16px;
    color: #FFF;
    background: #333333;
    text-transform: uppercase;
    overflow: hidden;
    border-left: 4px solid #B51515;
    border-radius: 4px
}

.tab_left_content {
    overflow: hidden;
    padding-top: 5px
}

.detail {
    text-align: right
}

.detail a {
    color: #B51515;
    text-decoration: underline
}

.detail a:hover {
    text-decoration: none
}

.box {
    background: #FFF;
    padding: 10px 0;
    border: 1px solid #c9c9c9;
    min-height: 100px
}

.box_radius {
    border: 1px solid #c9c9c9;
    padding: 5px 3px;
    border-radius: 4px
}

.box_radius_2 {
    border: 1px solid #c9c9c9;
    padding: 5px;
    border-radius: 4px;
    background: #FFF
}

.tag_a_1 {
    font-weight: bold;
    font-size: 15px;
    color: #B51515
}

.tag_a_3 {
    font-weight: bold;
    font-size: 15px;
    color: #B51515
}

.tag_a_1:hover {
    color: #333333
}

.tag_a_2 {
    font-weight: bold;
    font-size: 13px;
    color: #0d5c00;
    line-height: 15px
}

.tag_a_2:hover {
    color: #18aa00
}

.tag_img_1 {
    width: 216px
}

.tag_img_2 {
    width: 160px
}

.tag_img_3 {
    width: 250px;
    height: 250px;
    border: 1px solid #f1f1f1
}

#footer {
    background: url('/Styles/images/page/bg.png') repeat;
    border-top: 5px solid #333;
    padding: 15px 0
}

#footer_in {
    width: 1000px;
    min-height: 100px
}

.footer_tab {
    text-transform: uppercase;
    font-size: 15px;
    padding-bottom: 5px;
    background: url('/Styles/images/page/border_bot.jpg') repeat-x left bottom;
}

.ul_footer li {
    padding: 1px 0 1px 10px;
    background: url('/Styles/images/li_icon.jpg') no-repeat 0 10px;
}

.ul_footer li a {
    font-size: 13px;
    text-transform: uppercase;
    color: #FFF
}

#page_nav {
    width: 1000px;
    color: #FFF;
    line-height: 34px;
    font-size: 15px
}

#page_nav a {
    color: #FFF;
}

#page_nav a:hover {
    text-decoration: underline
}

.page_title {
    font-size: 17px;
    color: #0d5c00;
    text-transform: uppercase;
    display: block
}

/* */
.ul_footer li a:hover {
    color: #000
}

.mg_r_5
{
	margin-right: 5px
}

.mg_r_10
{
	margin-right: 10px
}

.mg_r_15
{
	margin-right: 15px
}

.mg_t_5
{
    margin-top: 5px
}

.mg_t_6
{
    margin-top: 6px
}

.mg_t_10
{
    margin-top: 10px	
}

.mg_t_12
{	
	margin-top: 12px	
}

.mg_t_15
{	
	margin-top: 15px	
}

.mg_t_20
{
    margin-top: 20px	
}

.mg_bt_2
{
	margin-bottom: 2px
}

.mg_bt_5
{
	margin-bottom: 5px
}

.mg_bt_10
{
	margin-bottom: 10px
}

.mg_bt_15
{
	margin-bottom: 15px
}

.mg_bt_20
{
	margin-bottom: 20px
}

.mg_l_5
{
	margin-left: 5px
}

.mg_l_10
{
	margin-left: 10px
}

.mg_l_20
{
	margin-left: 20px
}

.pd_t_5
{
    padding-top: 5px
}

.pd_t_10
{
    padding-top: 10px
}

.pd_t_13
{
    padding-top: 13px
}

.pd_t_20
{
    padding-top: 20px
}

.pd_l_10 {
    padding-left: 10px
}

.pd_l_12 {
    padding-left: 12px
}

.pd_r_10 {
    padding-right: 10px
}

.pd_bt_5
{
    padding-bottom: 5px
}

.pd_bt_10
{
    padding-bottom: 10px
}

.pd_bt_20
{
    padding-bottom: 20px
}

.pd_3_0
{
    padding: 3px 0
}

.fl_r
{
	float: right	
}

.fl_l
{
	float: left
}

.upp
{
	text-transform: uppercase
}

.fo_Ar
{
	font-family: Arial
}

.tal_r
{
	text-align: right
}

.tal_cen
{
	text-align: center
}

.tal_jus {
    text-align: justify
}

.cl_red
{
	color: red
}

.cl_white
{
	color: #FFF
}

.cl_black
{
	color: black
}

.cl_ed3
{
    color: #ed3237
}

.cl_007
{
    color: #0077bd
}

.cl_e89
{
    color: #e89f15
}

.cl_721
{
    color: #721c2b
}

.cl_FD0 {
    color: #FD004C
}

.cl_585 {
    color: #585858
}

.w_178
{
	width: 178px
}

.w_84
{
	width: 84px
}

.bold
{
    font-weight: bold
}

.dp_bl
{
    display: block
}

.dp_inbl
{
    display: inline-block
}

.fs_17 {
    font-size: 17px
}

.fs_15 {
    font-size: 15px
}

.fs_13 {
    font-size: 13px
}

.bd_bt {
    border-bottom: 1px solid #e00404
}

.ft_it {
    font-style: italic
}

.fst_ita {
    font-style: italic
}

.ov_hd {
    overflow: hidden;
}

.bd_r {
    background: url('/Styles/images/page/border_right.png') repeat-y right top
}

.b_sz {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}

.bd_rad_5 {
    border-radius: 5px
}

/* Paging */
.th_page
{
    text-align: center;
    font-size: 14px;
    margin: 10px 0
}

.th_page strong
{
    font-weight: normal;
    text-decoration: underline
}

.th_page a:hover
{
    text-decoration: underline
}
/* */

/* Table Cart */
.table_cart
{
    border-top: 1px solid #E0DED8;
    border-left: 1px solid #E0DED8;
    margin-top: 6px;
    width: 100%
}

.table_cart td
{
    border-right: 1px solid #E0DED8;
    border-bottom: 1px solid #E0DED8;
    padding: 5px;
    text-align: center;
    font-size: 12px
}

.tc_header
{
    background: #00709A;
    color: #FFF
}

.txtQuantity
{
    border: 0;
    padding: 0 5px;
    margin: 0;
    height: 20px;
    width: 20px;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 12px;
    color: #4b4b4b;
    line-height: 20px;
    border: 1px solid #e0e0e0
}

.table_cart td img
{
    display: block
}

#btnUpdate
{
    font-size: 11px;
    color: #FFF;
    height: 22px;
    background: #00709A;
    border: 0;
    margin: 0;
    cursor: pointer
}

.th_table td
{
    padding: 3px
}
/* */

/* Contact Table */
.th_table_cus td
{
    padding: 1px 0
}

.inputText
{
    border: 1px solid #d1d1d1;
    height: 22px;
    padding: 0 5px;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 12px
}

.th_button
{
    font-family: 'Roboto Condensed', sans-serif;
    display: inline-block;
    border: 0;
    padding: 0 10px;
    color: #FFF;
    font-size: 14px;
    background: #333333;
    height: 25px;
    line-height: 25px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    cursor: pointer;
    text-transform: uppercase;
    min-width: 60px
}

.th_button:hover
{
    background: #B51515
}
/* */

/* Nút trở về đầu trang */
#back-top
{
    bottom: 20px;
    position: fixed;
    right: 21px;
    text-align: center;
    width: 50px;
}

#back-top a
{
    color: #0077bd;
    display: block;
    outline: medium none;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: 51px;
    font-size: 11px;
}

/*#back-top a:hover
{
	color: #ED3237;
}

#back-top a:hover span
{
	background-color: #FFF;
}*/

#back-top span
{
	-moz-transition: all 1s ease 0s;
    background: url('/Styles/images/top.png') no-repeat;
    display: block;
    height: 50px;
    width: 50px
}
/* */

/* Bảng tỷ giá */
.table_rate table
{
    border-top: 1px solid #C7C7C7;
    border-left: 1px solid #C7C7C7;
}

.table_rate table td
{
    text-align: center;
    padding: 2px 4px;
    border-right: 1px solid #C7C7C7;
    border-bottom: 1px solid #C7C7C7;
}

.table_rate table th
{
    border-right: 1px solid #C7C7C7;
    border-bottom: 1px solid #C7C7C7;
    background: #0077BD;
    color: #FFF;
    text-align: center;
    padding: 2px 4px
}

.table_rate_tit
{
    font-size: 25px;
    color: #0077BD;
    display: block;
    padding-bottom: 5px;
    line-height: 32px;
    text-transform: uppercase;
    text-align: center
}

.rate_source
{
    font-style: italic;
    font-size: 11px
}

.giaVangHeader
{
    background: #0077BD;
    color: #FFF
}

.cellGrey-sub
{
    text-align: left !important;
    background: #ED3237;
    color: #FFF
}

.cellYellow
{
    background: #FFFEE7
}
/* */

/* Tin khác */
#ul_news_other
{
    padding-top: 5px
}

#ul_news_other li
{
    padding: 3px 0 3px 12px;
    background: url('/Styles/images/arr.jpg') no-repeat 0 11px
}

#ul_news_other a:hover {
    text-decoration: underline
}
/* */

/* Button Add Cart */
.btnAddCart
{
    border: 0;
    padding: 2px 15px;
    margin: 0;
    background: #00709a;
    border-radius: 3px;
    color: #FFF;
    font-size: 16px;
    cursor: pointer;
    font-family: 'Roboto Condensed', sans-serif;
    height: 30px;
    line-height: 30px
}

.btnAddCart:hover {
    background: #01506e    
}
/* */

/* AddThis*/
.addthis_button_tweet {
    width: 82px
}

.addthis_button_google_plusone {
    width: 65px
}
/* */

/* Search Input */
#search_side {
    width: 280px;
    margin-top: 8px
}

.txtSearchText {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 13px;
    color: #575757;
    line-height: 30px;
    width: 185px;
    height: 30px;
    padding: 0 10px;
    background: #FFF;
    border: 0;
    border-radius: 4px 0 0 4px
}

.btnSearchText {
    width: 68px;
    height: 30px;
    background: #b51515;
    border: 0;
    padding: 0;
    margin: 0;
    cursor: pointer;
    color: #FFF;
    border-radius: 0 4px 4px 0;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 14px
}
/* */