﻿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%;
    color: #000
}
p, span
{
	line-height: 20px
}
a
{
	color: #000;
	text-decoration: none;
	line-height: 20px
}
a:hover {
    color: #15785C
}
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: #000;
    line-height: 20px;
    position: relative;
    background: #FFF
}

#wrapper {
    width: 1000px
}

.inset {
    width: 1000px
}

#header {
    background: #F4F4F4
}

#header_in {
    overflow: hidden
}

#header_in img {
    display: inline-block
}

.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 {
    max-height: 412px;
    border: 1px solid #197D63
}

#menu {
    height: 55px;
    background: url('/Styles/images/page/menu_bg.jpg') repeat-x
}

#menu ul li {
    float: left;
    position: relative;
    border-right: 2px solid #FFF
}

#menu ul li:last-child {
    border-right: 0
}

#menu ul li a {
    display: block;
    color: #d97c1c;
    text-transform: uppercase;
    white-space: nowrap;
    height: 55px;
    line-height: 60px;
    padding: 0 39px;
    font-size: 16px
}

#menu ul li:hover a.main_a, .menu_selected a.main_a {
    color: #FFF !important;
    background: #714731
}

#menu_home a {
    height: 33px;
    width: 24px;
    background: url('/Styles/images/page/home_icon.png') no-repeat center;
    padding: 0 12px 0 10px !important
}

#menu ul ul {
    position: absolute;
    width: 220px;
    top: 55px;
    left: 0;
    z-index: 999;
    display: none
}

#menu li li {
    float: none;
    padding: 0;
    background: #714731;
    border-bottom: 1px solid #945f43;
    border-right: 0;
    margin-right: 0
}

#menu li li:last-child {
    border-bottom: 0
}

#menu li li a {
    text-transform: none;
    font-size: 15px;
    height: auto;
    color: #FFF;
    display: block;
    line-height: 28px;
    padding: 0 15px
}

#menu li li a:hover {
    border-radius: 0;
    background: #d97c1c
}

#menu ul li:hover ul {
    display: block
}

#contain {
    min-height: 500px
}

#contain_left {
    width: 28%;
	padding-right: 15px;
}

#contain_right {
    width: 70%;
	padding-left: 15px;
}

#contain_in {
    width: 988px;
    padding-left: 12px;
    background: url('/Styles/images/page/border.png') repeat-y top left
}

.content {
    padding: 15px;
    overflow: hidden;
    border: 1px solid #E1E1E1;
    border-top: 0;
    min-height: 500px;
    margin-bottom: 15px
}

.tab_left {
    margin-bottom: 25px
}

.tab_left_title h1, .tab_left_title h2 {
    height: 55px;
    line-height: 55px;
    text-align: center;
    background: #714731;
    font-size: 22px;
    font-weight: normal;
    color: #FFF;
    text-transform: uppercase;
    display: block;
    white-space: nowrap;
	margin-bottom: 0;
}

.tab_left_title span {
    color: #FFF
}

.tab_left_content {
    min-height: 70px;
    overflow: hidden;
    padding: 15px;
    background: #F4F4F4
}

.detail {
    text-align: right
}

.detail a {
    text-decoration: underline;
    font-size: 13px;
    font-style: italic
}

.detail a:hover {
    text-decoration: none;
    color: #FF6914
}

.box {
    min-height: 100px;
    border-radius: 5px;
    background: url('/Styles/images/page/box_bg.jpg') repeat-y;
    box-shadow: 1px 2px 3px #9d9d9d
}

.box_tit {
    height: 41px;
    padding: 0 10px 10px 30px;
    background: url('/Styles/images/page/box_tit_bg.png') no-repeat;
    font-size: 15px;
    text-transform: uppercase;
    color: #FFF;
    font-weight: bold;
    line-height: 42px
}

.box_radius {
    border: 1px solid #c9c9c9;
    padding: 5px 3px;
    border-radius: 4px
}

.box_content {
    padding: 0 10px 10px;
    overflow: hidden;
    color: #FFF
}

.box_radius_2 {
    border: 1px solid #c9c9c9;
    padding: 5px;
    border-radius: 4px;
    background: #FFF
}

.tag_a_1 {
    font-weight: bold;
    font-size: 15px;
    color: #0d5c00
}

.tag_a_1:hover {
    color: #18aa00
}

.tag_a_2 {
    color: #452B2B
}

.tag_a_2:hover {
    color: #FF6914
}

.tag_img_1 {
    width: 216px
}

.tag_img_2 {
    width: 160px
}

.tag_img_3 {
    width: 276px;
    height: 158px;
	margin-bottom: 10px;
}

#footer {
    padding: 15px 0;
    border-top: 4px solid #714731;
    background: #F4F4F4
}

#footer_in {
    min-height: 50px
}

#footer_bot {
    background: #13612c;
    line-height: 32px;
    height: 32px;
    text-align: center
}

#footer_bot a {
    color: #f9803c !important
}

#footer a {
}

.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 {
    width: 180px
}

.ul_footer li {
    padding: 1px 0 1px 10px;
    background: url('/Styles/images/page/li_icon.png') no-repeat 0 9px;
}

.ul_footer li a {
    color: #FFF
}

.ul_footer li a:hover {
    text-decoration: underline
}

#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 {
    background: url('/Styles/images/page/menu_bg.jpg') repeat-x #e5e5e5;
    padding: 0 20px;
	margin-top: 20px;
}

.page_title h1, .page_title h2 {
    font-size: 22px;
    font-weight: normal;
    color: #d97c1c;
    text-transform: uppercase;
    display: block;
    white-space: nowrap;
    margin: 0;
	padding: 16px 0;
}

.page_title span {
    color: inherit;
}

/* */
.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_r_25
{
	margin-right: 25px
}

.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_1
{
	margin-bottom: 1px
}

.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_l
{
	text-align: left
}

.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_ffe
{
    color: #ffe39f
}

.cl_ff7
{
    color: #ff7200
}

.cl_f74 {
    color: #f742a7
}

.cl_e89
{
    color: #e89f15
}

.cl_721
{
    color: #721c2b
}

.cl_FD0 {
    color: #FD004C
}

.cl_1f8 {
    color: #1f8400
}

.cl_f4b {
    color: #f4b80c
}

.w_178
{
	width: 178px
}

.w_84
{
	width: 84px
}

.bold
{
    font-weight: bold
}

.dp_bl
{
    display: block
}

.dp_inbl
{
    display: inline-block
}

.fs_20 {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 400
}

.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: #f1f1f1;
    color: #452B2B
}

.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: #714731;
    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
{
    border: 0;
    margin: 0;
    color: #FFF;
    background: #714731;
    height: 26px;
    line-height: 26px;
    cursor: pointer;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 15px;
    padding: 0 10px;
    display: inline-block
}

.th_button:hover
{
    background: #000;
    color: #FFF
}
/* */

/* Nút trở về đầu trang */
#back-top
{
    bottom: 35px;
    position: fixed;
    right: 8px;
    text-align: center;
    width: 51px;
}

#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
{
}

#back-top span
{
	-moz-transition: all 1s ease 0s;
    background: url('/Styles/images/top2.png') no-repeat;
    display: block;
    height: 51px;
    width: 51px
}
/* */

/* 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: 4px 17px;
    background: url('/Styles/images/arr_big.png') no-repeat 0 12px
}

#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: 455px;
    height: 42px;
    float: left;
    margin: 46px 0 0 76px;
    border: 1px solid #8CC117
}

.txtSearchText {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 15px;
    color: #4b4b4b;
    line-height: 42px;
    width: 390px;
    height: 42px;
    border: 0;
    padding: 0 5px;
    float: left;
    background: none;
    font-style: italic
}

.btnSearchText {
    width: 55px;
    height: 42px;
    background: #8CC117;
    border: 0;
    padding: 0;
    cursor: pointer;
    float: right;
    color: #FFF;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 20px;
    text-transform: uppercase;
    text-align: center
}
/* */

#divAdLeft, #divAdRight {
    width: 130px;
    overflow: hidden
}

#divAdLeft img, #divAdLeft embed, #divAdRight img, #divAdRight embed {
    width: 130px
}