﻿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: #434343;
	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 {
	
}
 
* 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
}

#wrapper, .container {
    box-shadow: 0 0 12px #757575;
    background: #fff;
}

#header {}

#menu {
    height: 40px;
    background: url('/Styles/images/page/menu_bg.jpg') repeat-x;
    box-shadow: 0 3px 3px #afafaf
}

#menu ul li {
    float: left;
    position: relative;
    padding-bottom: 1px
}

#menu ul li a {
    display: block;
    text-transform: uppercase;
    color: #093d00;
    padding: 0 17px;
    font-size: 17px;
    line-height: 40px
}

#menu ul li:hover a, #menu ul li a.menu_selected {
    background: #ec3237;
    color: #fff112;
    border-radius: 4px
}

#menu ul ul {
    background: #ec3237;
    position: absolute;
    width: 270px;
    top: 45px;
    left: 0;
    z-index: 999;
    border-radius: 4px;
opacity: 0;
}

#menu li li {
    float: none;
    background: url('/Styles/images/page/border_bot2.png') no-repeat bottom center;
    padding: 3px 0
}

#menu li li:last-child {
    background: none
}

#menu li li a {
    text-transform: none;
    font-size: 15px;
    color: #FFF;
    display: block;
    line-height: 25px;
    padding: 0 27px
}

#menu li li a:hover {
    color: #ccf465
}

#menu ul li:hover ul {
opacity: 1;
}

#contain {
    padding: 10px 5px 20px 5px
}

#content {
}

#content_left {
    width: 25%;
    padding: 12px;
    overflow: hidden;
    background: #FFF;
    border-radius: 4px;
    box-shadow: 0 0 3px #b1b1b1;
    float: left
}

#content_right {
    width: 75%;
    float: right;
padding-left: 15px;
}

.tab_left_title {
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #ec3237;
    border-radius: 5px;
    font-size: 17px;
    font-weight: bold;
    color: #fff112;
    text-transform: uppercase;
    overflow: hidden
}

.tab_left_content {
    min-height: 80px;
    overflow: hidden
}

.detail {
    text-align: right
}

.detail a {
    color: red;
    text-decoration: underline
}

.detail a:hover {
    text-decoration: none
}

.box {
    background: #FFF;
    padding: 20px 0;
    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: #0d5c00;
	height: 43px;
    overflow: hidden;
}

.tag_a_1:hover {
    color: #18aa00
}

.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: 325px;
    height: 215px
}

#footer {
    background: url('/Styles/images/page/footer_bg.jpg') repeat-x #0d5c00;
    color: #FFF;
    padding: 15px
}

.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 a {
    text-transform: uppercase;
    color: #888
}

#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;
font-size: 13px;
overflow: hidden;
}

.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: #fff112;
    font-size: 20px;
    background: #ec3237;
    height: 35px;
    line-height: 35px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    cursor: pointer;
    text-transform: uppercase;
    min-width: 80px;
	margin-left: 10px;
}

.th_button:hover
{
    background: #A9CF46
}
/* */

/* Nút trở về đầu trang */
#back-top
{
    bottom: 20px;
    position: fixed;
    right: 21px;
    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
{
	background-color: #FFF;
}

#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-left: 12px;
    background: url('/Styles/images/arr.jpg') no-repeat 0 7px
}

#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 */
.txtSearchText {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 13px;
    color: #434343;
    line-height: 20px;
    width: 200px;
    height: 20px;
    padding: 0 5px;
    border: 1px solid #c1c1c1   
}

.btnSearchText {
    border: 0;
    padding: 0;
    margin: 0;
    width: 22px;
    height: 22px;
    background: url('/Styles/images/page/search_icon.png') no-repeat;
    cursor: pointer;
    margin-left: 6px
}

@media (max-width:640px) {
	.tal_jus {height:auto !important;}
	.tag_img_1{width:100%; height:auto;}
	.tag_a_1 {height:auto; margin-top: 5px;}
}