@charset "utf-8";
* {
  margin: 0;
  padding: 0;
  outline: 0;
}
html {height: 100%;}
h1 {font-size: 15px;}
h2 {font-size: 14px;}
h3 {font-size: 13px;}
h4 {font-size: 12px;}
h5 {font-size: 11px;}
h6 {font-size: 10px;}
a {text-decoration: none;}
p {padding: 0;}
img {
  border: 0;
  border-spacing: 0;
}
img, embed {vertical-align: middle;}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, img, embed {
  margin: 0;
  padding: 0;
  outline: 0;
}
/* remember to define focus styles! */
:focus {
  outline: 0;
}
ol, ul {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  border-color: #e8e8e8;
}
table td {
  border-color: #e8e8e8;
}
caption, th, td {
  font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
}
blockquote, q {
  quotes: "" "";
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
pre {
  white-space: pre-wrap;
  /* css-3 */
  white-space: -moz-pre-wrap !important;
  /* Mozilla, since 1999 */
  white-space: -pre-wrap;
  /* Opera 4-6 */
  white-space: -o-pre-wrap;
  /* Opera 7 */
  word-wrap: break-word;
  /* Internet Explorer 5.5+ */
  ;
}
body {
  font: normal 12px Arial, Helvetica, sans-serif;
  color: #393939;
}
.class_body {
  background: #FFF;
}
#wrapper_mau_gh {
  width: 1100px;
  background: #fff;
  margin: 0 auto;
}
.btnMuaHang {
  text-align: center;
  margin-top: 4px;
  cursor: pointer;
}
.btnMuaHang span {
  padding: 5px;
  background-color: red;
  color: #FFFFFF;
}
#nenmo {
  background-color: #000000;
  opacity: 0.8;
  position: absolute;
  z-index: 1000;
  position: fixed;
  display: none;
}
#popup {
  width: 835px;
  height: 581px;
  background-color: #FFFFFF;
  position: absolute;
  position: fixed;
  z-index: 1005;
  display: none;
  border-radius: 5px;
  border: 10px solid #F9F9F9;
}

#popup .close {
  background-color: #FF0000;
  color: #FFFFFF;
  padding: 2px;
  position: absolute;
  right: -30px;
  top: -15px;
  cursor: pointer;
}
/****** BEGIN HEADER ******/

#header_mau_gh {
  position: relative;
}
.banner_mau_gh img {
  width: 1100px;
  background: transparent;
  display: block;
}
/****** END HEADER ******/
/****** BEGIN MENU MAIN ******/

.menu_mau_gh {
  height: auto;
}
.menu_mau_gh > ul > li{
  background: url(images/1.png) repeat-x;
}
.line_menu {
  display: block;
  width: 2px;
  height: 46px;
  background: url(images/2.png) no-repeat top center;
}
.nav_menu_mau_gh {
  display: flex;
  flex-wrap: wrap;
}
.nav_menu_mau_gh > li:last-child{
  background: unset;
}
.nav_menu_mau_gh li {
  float: left;
  flex: auto;
  position: relative;
}
.nav_menu_mau_gh li a {
  display: block;
  line-height: 46px;
  color: red;
  padding: 0 15px;
  font-size: 16px;
  padding:0px 40px;
}
.nav_menu_mau_gh li:hover a {
  background: url(images/3.png) repeat-x;
  color: #fff;
}
.nav_menu_mau_gh li.curren a {
  background: url(images/3.png) repeat-x;
  color: #fff;
}
/***** SUB MENU 1 ****/

.nav_menu_mau_gh li:hover ul.menu_child {
  display: block;
}
.nav_menu_mau_gh li ul.menu_child {
  display: none;
  position: absolute;
  width: 200px;
  z-index: 99999;
}
.nav_menu_mau_gh li ul.menu_child li a {
  display: block;
  float: none;
  line-height: 25px;
  width: 200px;
  padding: 5px;
  background: #50B9FB;
  color:#000000;
  opacity: 0.9;
  filter: alpha(opacity 90);
  border-bottom: 1px dotted #fff;
  font: normal 12px Arial, Helvetica, sans-serif;
}
.nav_menu_mau_gh li ul.menu_child li a:hover {
  color: #FFFFFF;
}
/**** SUB MENU 2 ****/

ul.menu_child li:hover ul.menu_2_child {
  display: block;
}
ul.menu_child li ul.menu_2_child {
  display: none;
  position: absolute;
  width: 200px;
  z-index: 99999;
  top: 0;
  right: -200px;
}
ul.menu_child li:hover ul.menu_2_child li a {
  display: block;
  float: none;
  line-height: 25px;
  width: 200px;
  padding: 5px;
  background: #487407 url("images/3.png") repeat-x scroll 0% 0% transparent;
  opacity: 0.9;
  filter: alpha(opacity 90);
  border-bottom: 1px dotted #fff;
  font: normal 12px Arial, Helvetica, sans-serif;
}
ul.menu_child li:hover ul.menu_2_child a:hover {
  color: #fff;
}
/****** END MENU MAIN ******/
/****** BEGIN CONTENT ******/
/**** COLUMS ****/

#content_mau_gh {
  padding: 5px 0px;
}
.left_c_mau_gh {
  width: 260px;
  float: left;
  padding-right: 10px;
  word-wrap: break-word;
}
.center_c_mau_gh {
  width: 830px;
  float: left;
  word-wrap: break-word;
}
.right_mau_gh {
  width: 260px;
  float: right;
  padding-left: 10px;
  word-wrap: break-word;
}
/**** BOX LEFT COL ****/

.frame_mau_gh {
  padding-bottom: 10px;
}
.title_f_m_gh {
  height: 40px;
  line-height: 40px;
  text-indent: 20px;
  background: url(images/4.png) repeat;
  color: red;
  font-size: 15px;
  text-transform: uppercase;
}
.main_f_m_gh {
  border: 1px solid #e4e4e4;
  border-top: none;
}
.title_f_m_gh12a {
  height: 40px;
  line-height: 40px;
  text-indent: 20px;
  background: url(images/4.png) repeat;
  color: #FFFFFF;
}
.title_f_m_gh12a a {
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
}
.main_f_m_gh2a {
  border: 1px solid #e4e4e4;
  border-top: none;
}
/**** SUPPORT ONLINE ****/

.httt_mau_gh {
  text-align: center;
  padding-top: 10px;
  width: 200px;
  margin: auto;
  font-size: 15px;
}
/**** ADVERTISING ****/

.qc_mau_gh ul, .sp_mau_gh ul {
  padding: 0 5px;
}
.qc_mau_gh ul li, .sp_mau_gh ul li {
  padding: 5px 0;
  border-top: 1px solid #e4e4e4;
}
.qc_mau_gh ul li img, .sp_mau_gh img {}
/**** SEARCH ****/

.search_mau_gh {
  padding: 10px;
}
#keyword {
  border: 1px solid rgb(204, 204, 204);
  padding: 4px;
  width: 178px;
}
.btnSearch {
  padding: 3px;
  border: 1px solid rgb(204, 204, 204);
  background: linear-gradient(to bottom, rgb(251, 113, 0) 5%, rgb(249, 81, 0) 100%) repeat scroll 0% 0% transparent;
  color: rgb(255, 255, 255);
  font-weight: bold;
  font-family: tahoma;
  width: 47px;
  border-radius: 3px;
}
/**** MODULE CENTER COL ****/

.frame_product_mau_gh {
  padding-bottom: 10px;
  padding-top:5px;
}
.title_f_p_m_gh {
  background: url(images/5.png) repeat;
  height: 40px;
  line-height: 40px;
  color: red;
  text-indent: 20px;
  text-transform: uppercase;
  font-size: 15px;
}
.title_f_p_m_gh1 {
  background: url(images/5.png) repeat;
  height: 40px;
  line-height: 40px;
  color: #fff;
  text-indent: 20px;
  text-transform: uppercase;
}
.title_f_p_m_gh2 {
  background: url(images/5.png) repeat;
  height: 40px;
  line-height: 40px;
  color: red;
  text-indent: 20px;
  font-size: 15px;
  text-transform: uppercase;
}
.title_f_p_m_gh3 {
  background: url(images/5.png) repeat;
  height: 40px;
  line-height: 40px;
  color: #fff;
  text-indent: 20px;
  text-transform: uppercase;
}
.frame_product_mau_gh.title_f_p_m_gh a {
  color: #f00 !important;
  font-size: 15px;
}
.title_f_p_m_gh a {
  color: #f00 !important;
  font-size: 15px;
}
.main_f_p_m_gh {
  border-left: 1px solid #e8e8e8;
  border-right: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  word-wrap: break-word;
  padding: 5px;
}
.footer_f_p_m_gh {
  height: 30px;
  line-height: 30px;
  font-size: 10px;
  text-align: right;
  padding-right: 10px;
}
.footer_f_p_m_gh1 {
  height: 30px;
  line-height: 30px;
  font-size: 10px;
  text-align: right;
  padding-right: 10px;
}
.footer_f_p_m_gh2 {
  height: 30px;
  line-height: 30px;
  font-size: 10px;
  text-align: right;
  padding-right: 10px;
}
.footer_f_p_m_gh3 {
  height: 30px;
  line-height: 30px;
  font-size: 10px;
  text-align: right;
  padding-right: 10px;
}
.news_mau_gh {
  padding: 7px 5px;
  border-bottom: 1px solid #EEE;
}
.contentheading {
  border-bottom: 0px solid #EEE;
  padding: 0px 0px 13px;
}
.contentheading a {
  color: #01226B;
  font-size: 120%;
}
.contentheading a:hover {
  color: #C00;
}
.article-content .article-img img {
  width: 190px;
  height: 112px;
  float: left;
  border: 1px solid #EEE;
  margin: 0px 10px 0px 0px;
  padding: 4px;
}
.article-content p {
  font-family: tahoma;
}
.img_gy_news {
  float: left;
  padding-right: 10px;
}
.img_gy_news img {
  max-width: 157px;
  max-height: 134px;
  padding: 5px;
  border: 1px solid #e8e8e8;
}
.nd_news h2 a {
  color: #1077B1;
}
.nd_news h2 a:hover {
  text-decoration: underline;
}
.nd_news p {
  font-size: 14px;
}
.news_other_mau_gh ul li a {
  display: block;
  padding: 7px 0;
  border-bottom: 1px dotted #acacac;
  color: #393939;
}
.news_other_mau_gh ul li a:hover {
  color: #1077B1;
}
.prod_mau_gh ul li {
  float: left;
  text-align: center;
  margin: 5px;
  width: 194px;
  background-color: #FFF;
  border: 1px solid #DDD;
  border-radius: 4px;
  transition: border 0.2s ease-in-out 0s;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.075);
  height: 310px!important;
}
.frame_img_dm {
  display: block;
  padding: 4px;
  margin-bottom: 10px;
}
.frame_img_dm table, .frame_img_dm table tr, .frame_img_dm table td {
  width: 100%;
  height: 100%;
  text-align: center;
  vertical-align: middle;
}
.frame_img_dm img {
  display: block;
  height: 200px;
  width: 100%;
  margin: 0px auto;
}
.prod_mau_gh ul li:hover{
  border-color: #F90;
  box-shadow: 0px 1px 2px rgba(255, 153, 0, 0.75);
}
.title_prod_news {
  margin: 10px 0px;
  line-height: 1.3;

  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.title_prod_news a {
  font-family: Arial;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.1;
  color: #333;
}
.title_prod_news a:hover {
  text-decoration: underline;
}
.price_prod_mau_gh {
  color: #f00;
  font-weight: normal;
  font-size: 12px;
  font-weight: bold;
}
.old-price {
  font-size: 11px;
  color: #999;
  text-decoration: line-through;
}
.vide_mau_gh {
  padding: 5px;
}
.vide_mau_gh embed {
  vertical-align: middle;
}
#ticker_03 {
  text-align: center;
}
/************************************** END CONTENT ****************************************/
/************************************** BEGIN FOOTER ***************************************/

#footer_mau_gh {
  text-align: center;
  background: #1C3C65;
  padding: 7px 0;
}
#footer_mau_gh p {
  padding: 0;
}
.menu_footer {
  font-weight: bold;
  font-size: 13px;
  color: #fff;
  background: #2B5B9B;
  padding: 10px 0px;
  margin-top: -7px;
}
.menu_footer a {
  color: #fff;
}
.menu_footer a:hover {
  color: #fff;
}
.info_footer {
  color: #fff;
  padding-top: 4px;
}
.copyright {
  text-align: center;
  padding: 10px 0;
  font-size: 11px;
  color: #FFF;
}
.copyright a {
  color: #FFf;
}
/************************************** END FOOTER ***************************************/

.clear {
  clear: both;
}
.num1 {
  color: #ff5b01;
}
.num2 {
  color: #3d5aa8;
}
.num3 {
  color: #6dbf47;
}
/************************************** BEGIN PHAN TRANG ****************************************/

.phantrang_gh {
  text-align: center;
  padding: 13px 0;
}
.PageNum a {
  background: #fff;
  padding: 2px 5px;
  height: 17px;
  border: 1px solid #c4dfe6;
  color: #3d5aa8;
  margin-right: 3px;
}
.PageNum a:hover {
  color: #202f3d;
}
.PageNum span {
  background: #f1f7fe;
  padding: 2px 5px;
  height: 17px;
  border: 1px solid #c4dfe6;
  color: #202f3d;
  font-weight: bold;
  margin-right: 3px;
}
/************************************** END PHAN TRANG ***************************************/

.canh_css_frame {
  text-align: justify;
  overflow: hidden;
}
.canh_css_frame div,
.canh_css_frame table {
  word-wrap: break-word;
}
.canh_css_frame img {
  max-width: 100%;
}
.canh_css_frame div table td {
  padding: 5px 0;
  text-indent: 5px;
}

.map_t img {
  width: 200px;
  height: 200px;
  border: solid 1px #CCC;
}
.tygia_t, .box_link_t, .box_email_t, .box_google_t, .box_thanhvien_t {
  padding: 5px;
}
.box_download_t ul li a {
  color: #000;
}
.box_download_t ul li a:hover {
  color: #9C0;
}
.box_slide_t {
  height: 185px;
  overflow: hidden;
}
.box_multiple img {
  padding: 0 5px;
  width: 188px;
  height: 180px;
}
/**************************box news**************************/

.box_news_t ul li {
  display: block;
  width: auto;
  margin: 0px !important;
  overflow: hidden;
  padding: 4px !important;
  border-bottom: 1px solid #EFEFEF;
  font-family: tahoma;
  font-size: 11px;
  height: 1% !important;
  color: #555;
}
.box_news_t ul li a {
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
.box_news_t ul li a:hover {
  color: #9C0;
}
/*********doi tac*******/

#slide_sptb li {
  float: left;
  width: 163px;
  padding-right: 20px;
  text-align: center;
  margin-left: 8px;
}
.space_sptb {
  border: 1px solid #e6e6e6;
  background: #fff;
  padding: 3px;
  width: 155px;
  height: 155px;
}
.space_sptb:hover {
  box-shadow: 0px 0px 2px #ddd;
  -moz-box-shadow: 0px 0px 2px #ddd;
}
.space_sptb span {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: block;
}
.space_sptb table {
  width: 100%;
  height: 100%;
}
.space_sptb table td {
  text-align: center;
  vertical-align: middle;
}
.space_sptb table td img {
  max-width: 155px;
  max-height: 155px;
}
#slide_sptb li h4 a {
  padding-top: 7px;
  color: #555;
  display: block;
}
#slide_sptb li h4 a:hover {
  color: #368606;
}
.main_sptb .bx-prev {
  background: url(skin/temp1/imgs/layout/prev_icon.png) no-repeat;
  width: 22px;
  height: 21px;
  position: absolute;
  top: 189px;
  left: 255px;
  text-indent: -99999px;
}
.main_sptb .bx-next {
  background: url(skin/temp1/imgs/layout/next_icon.png) no-repeat;
  width: 22px;
  height: 21px;
  position: absolute;
  top: 189px;
  right: 230px;
  text-indent: -99999px;
}
/********************* menu left*****************/

.ul_dmsp_mau_gh li {
  border-bottom: 1px dotted #EEE;
  padding: 0px 10px;
  position: relative;
  z-index: 995;
  height: 34px;
  background: transparent url("images/arr_list_box.png") no-repeat scroll 13px 13px;
}
.ul_dmsp_mau_gh li:last-child {
  border-bottom: 0;
}
.ul_dmsp_mau_gh li a {
  display: block;
  color: #141221;
  font-size: 13px;
  font-weight: normal;
  text-transform: normal;
  line-height: 34px;
  padding-left: 15px;
}
.ul_dmsp_mau_gh li:hover a {
  color: #f00;
}
.ul_dmsp_mau_gh li:hover ul.men_child_dmsp {
  display: block;
}
.ul_dmsp_mau_gh li ul.men_child_dmsp {
  display: none;
  position: absolute;
  z-index: 99998;
  width: 258px;
  background: #fff;
  border: 1px solid #eee;
  top: -1px;
  right: -261px;
}
.ul_dmsp_mau_gh li ul.men_child_dmsp li a {
  color: #141221;
  font-weight: bold;
}
.ul_dmsp_mau_gh li ul.men_child_dmsp li a:hover {
  color: #f00;
}
ul.men_child_dmsp li:hover ul.men_men_child_dmsp {
  display: block;
}
ul.men_child_dmsp li ul.men_men_child_dmsp {
  display: none;
  position: absolute;
  z-index: 99998;
  width: 258px;
  background: #fff;
  border: 1px solid #eee;
  top: -1px;
  right: -261px;
}
ul.men_child_dmsp li ul.men_men_child_dmsp li a {
  color: #141221;
  font-weight: bold;
}
ul.men_child_dmsp li ul.men_men_child_dmsp li a:hover {
  color: #f00;
}
.prod_mau_gh .bx-prev {
  background: url("../imgs/layout/prev_icon.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
  height: 21px;
  left: -17px;
  position: absolute;
  text-indent: -99999px;
  top: 77px;
  width: 22px;
}
.prod_mau_gh .bx-next {
  background: url("../imgs/layout/next_icon.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
  height: 21px;
  position: absolute;
  right: -18px;
  text-indent: -99999px;
  top: 77px;
  width: 22px;
}
.main_frontpage {
  float: left;
  width: 330px;
  border: 1px solid #CCC;
  height: 293px;
  margin-right: 19px;
}
.main_images {
  width: 320px;
  height: 200px;
  padding: 5px;
}
.main_images img {
  width: 320px;
  height: 200px;
}
.title_content {
  margin: 5px;
  font-size: 13px;
  font-weight: bold;
  color: rgb(0, 128, 0);
}
.main_content {
  margin: 0px 5px;
  font-size: 12px;
  font-weight: normal;
  color: #000;
}
/**************************************** BEGIN IE6 ****************************************/

*html body {
  behavior: url(scripts/whateverhover.htc);
}
*html .nav_menu_mau_gh li {
  z-index: 99999;
}
*html .submenu li, *html .news_other_mau_gh ul li, *html .main_f_p_m_gh, *html .tag-pos {
  display: inline-block;
}
*html .img_gy_news img {
  display: block;
}
*html .bx-pager a {
  overflow: hidden;
}
*html .inputsearch_mau_gh, *html .inputgiatu_mau_gh, *html .inputgiaden_mau_gh {
  line-height: 22px;
}
*html .tktc_mau_gh ul li {
  border-top: expression(this.previousSibling==null?"none": "-");
}
*html .canh_css_frame img {
  width: 548px;
}
*html .frame_img_dm img {
  width: 164px;
  height: 150px;
}
*html .sp_xn_style td img {
  width: 188px;
  height: 165px;
}
*html .banner_mau_gh img {
  height: 250px;
}
*html .qc_mau_gh ul li img, *html .sp_mau_gh img {
  width: 188px;
}
*html .icon_shop_2 span {
  display: inline-block;
}
*html .img_gy_news img {
  width: 157px;
  height: 134px;
}
*html .title_tls {
  color: #333;
  padding: 7px 0;
}
*html .price_tls {
  color: #C00;
  padding-top: 7px;
}
*html .tomtat_tls {
  padding: 4px 0 7px 0;
}
*html .main_img_tls {
  text-align: center;
}
*html .main_img_tls img {
  width: 250px;
  max-height: 250px;
}
*html .main_img_tls img {
  width: 250px;
  max-height: 250px;
}
*html .left_news_tls {
  width: 80px;
  float: left;
  padding-right: 10px;
}
*html .left_news_tls img {
  width: 80px;
  height: 80px;
}
*html .main_news_tls {
  padding-bottom: 10px;
}
/**************************************** END IE6 ****************************************/
/**************************************** END IE7 ****************************************/

*+html .nav_menu_mau_gh li {
  z-index: 99999;
}
*+html .main_f_p_m_gh,
*+html .tag-pos {
  display: inline-block;
}
*+html .inputsearch_mau_gh,
*+html .inputgiatu_mau_gh,
*+html .inputgiaden_mau_gh {
  line-height: 22px;
}
*+html .title_tls {
  color: #333;
  padding: 7px 0;
}
*+html .price_tls {
  color: #C00;
  padding-top: 7px;
}
*+html .tomtat_tls {
  padding: 4px 0 7px 0;
}
*+html .main_img_tls {
  text-align: center;
}
*+html .main_img_tls img {
  width: 250px;
  max-height: 250px;
}
*+html .main_img_tls img {
  width: 250px;
  max-height: 250px;
}
*+html .left_news_tls {
  width: 80px;
  float: left;
  padding-right: 10px;
}
*+html .left_news_tls img {
  width: 80px;
  height: 80px;
}
*+html .main_news_tls {
  padding-bottom: 10px;
}
/**************************************** BEGIN IE8 ****************************************/
.footer_f_p_m_gh2 > .paggination a, .footer_f_p_m_gh2 > .paggination span.on {
  font-size: 14px;
  margin: 0 10px;
  font-weight: 700;
}
.footer_f_p_m_gh2 > .paggination span.on{
  color: #f44336;
}

@media screen {
  .inputsearch_mau_gh,
  .inputgiatu_mau_gh,
  .inputgiaden_mau_gh {
    line-height: 22px;
  }
  .title_tls {
    color: #333;
    padding: 7px 0;
  }
  .price_tls {
    color: #C00;
    padding-top: 7px;
  }
  .tomtat_tls {
    padding: 4px 0 7px 0;
  }
  .main_img_tls {
    text-align: center;
  }
  .main_img_tls img {
    width: 250px;
    max-height: 250px;
  }
  .left_news_tls {
    width: 80px;
    float: left;
    padding-right: 10px;
  }
  .left_news_tls img {
    width: 80px;
    height: 80px;
  }
  .main_news_tls {
    padding-bottom: 10px;
  }
}
/**************************************** END IE8 ****************************************/

.map_t img {
  width: 250px !important;
  height: 170px !important;
  border: solid 1px #CCC;
}
/**************************************** REGISTRY ****************************************/

.mainbox-register h1, .mainbox-login h1 {
  font-size: 22px;
  margin: 10px 0px;
  font-weight: bold;
}
.mandatory-fields {
  font-size: 11px;
  text-decoration: underline;
}
.border {
  background: transparent;
  margin-bottom: 12px;
}
.error-message .arrow {
  width: 0px;
  margin-left: 10px;
  font-size: 1px;
  line-height: 1px;
}

.error-message .arrow {
  border-width: 0px 5px 5px;
  border-style: solid;
  border-color: transparent transparent #BF2819;
  border-top-colors: none;
  border-right-colors: none;
  border-bottom-colors: none;
  border-left-colors: none;
  border-image: none;
}

.error-message .message {
  background-color: #BF2819;
  color: #FFF;
  padding: 4px 5px;
  margin-bottom: 8px;
}

.error-message .message p {
  color: #FFF;
  margin: 0px;
  padding: 0px;
  font-size: 12px;
}

.buttons-container {
  text-align: center;
  padding: 5px 0px 1px;
}
/**************************************** END REGISTRY ****************************************/

.buttons-container input[type="submit"], .buttons-container input[type="button"],
.btn-submit input[type="submit"], .btn-submit input[type="button"] {
  display: inline-block;
  margin-bottom: 0px;
  vertical-align: middle;
  cursor: pointer;
  border-width: 1px;
  border-style: solid;
  -moz-border-top-colors: none;
  -moz-border-right-colors: none;
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  border-image: none;
  box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.2) inset, 0px 1px 2px rgba(0, 0, 0, 0.05);
  color: #FFF;
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
  background-color: #363636;
  background-image: linear-gradient(to bottom, #444, #222);
  background-repeat: repeat-x;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  padding: 8px 25px;
  font-weight: normal;
  font-size: 18px;
}
.buttons-container input[type="submit"],
.buttons-container input[type="button"],
.btn-submit input[type="submit"],
.btn-submit input[type="button"] {
  background: none repeat scroll 0% 0% #75AE32;
  font-weight: bold;
}
/**************************************** LOGIN ****************************************/

.mainbox-login, .mainbox-ignorepass {
  _width: 726px;
  min-height: 310px;
  margin: auto;
  background: #FFF none repeat scroll 0% 0%;
  padding: 10px 15px;
  _border: 1px solid #C2C2C2;
}
.login-content {
  width: 290px;
  margin: 0px auto;
}
.form-field {
  margin: 6px 0px;
  vertical-align: middle;
}
.login-content .form-field {
  margin: 0px;
  padding: 5px 2px 5px 0px;
}
.login-content .form-field label {
  float: left;
  clear: left;
  text-align: left;
  width: 165px;
  padding-top: 1px;
  margin-right: 5px;
  margin-bottom: 5px;
  margin-left: 0px;
  font: 100% Arial, Helvetica, sans-serif;
  color: #757474;
}
.login-content .form-field .input-text,
.login-content .recover-password .input-text {
  background-color: #FFF;
  border: 1px solid #CCC;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
  transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
  font-size: 14px;
  line-height: 20px;
  color: #555;
  vertical-align: middle;
  padding: 7px 10px;
  height: 14px;
  width: 88%;
  margin: 0px;
}
.login-content .form-field input:focus,
.login-content .recover-password input:focus {
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px rgba(82, 168, 236, 0.6);
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0px none;
}
.f-left {float: left;}
.button-submit-action {
  background: transparent none repeat scroll 0% 0%;
  border: 0px none;
  padding: 0px;
  margin: 0px;
  vertical-align: baseline;
  outline: medium none;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  border-radius: 3px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
}
/**************************************** END LOGIN ****************************************/
/**************************************** BOX REGISTRER ****************************************/

.box_register .main_f_m_gh {
  padding: 10px 20px;
}
.text {
  height: 22px;
  width: 97% !important;
  margin: 1px 0;
  font-size: 11px !important;
  padding: 0px 1%;
  border: 1px solid #342D18;
  color: #000;
  background: #FFF none repeat scroll 0% 0%;
}
#btn_dangnhap, .btn_dangky {
  padding: 2px 8px;
  font-weight: bold;
  background: transparent url("images/but-bg.gif") repeat-x scroll 0% 0%;
  border: 1px solid #1F1B11;
  color: #FFF;
  font-size: 11px;
}
#form1 ul li {
  background: transparent url("../images/bullet.gif") no-repeat scroll 5px 8px;
  margin: 0px;
  padding-left: 16px;
  line-height: 160%;
}
#form1 ul li a {
  color: #000;
}
#form1 ul li a:hover {
  color: #85D424;
}
/**************************************** END BOX REGISTRER ****************************************/
/**************************************** IGNOREPASS ****************************************/

.form-header {
  font-size: 18px;
  padding: 2px 0;
}
.login-content .center {
  text-align: center;
  margin: 0.5em auto;
}
.recover-password {
  width: 205px;
  text-align: left;
}
.strong {
  line-height: 20px;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 5px;
  display: block;
}
.recover-password #login_id {
  width: 268px;
  height: 14px;
}
.left_text_align {
  text-align: left;
}
/**************************************** END IGNOREPASS ****************************************/
/**************************************** BEGIN CONTACT ****************************************/

.contact-form input[type="text"] {
  width: 363px;
  color: #5D5D5D;
  outline: medium none;
  font-size: 1em;
  padding: 0.7em 1em;
  margin-bottom: 1em;
  border: 1px solid #D5D4D4;
  letter-spacing: 1px;
}
.contact-form textarea {
  resize: none;
  width: 755px;
  margin: 0px auto;
  color: #5D5D5D;
  font-size: 1em;
  outline: medium none;
  padding: 0.6em 1em;
  border: 1px solid #D5D4D4;
  min-height: 11em;
  letter-spacing: 1px;
  font-family: "Open Sans", sans-serif;
}
.contact-form input[type="submit"] {
  border: medium none;
  outline: medium none;
  color: #FFF;
  background: #FE9B00 none repeat scroll 0% 0%;
  padding: 0.5em 1.5em;
  font-size: 1em;
  font-weight: 300;
  text-transform: uppercase;
  margin-top: 1.5em;
  letter-spacing: 1px;
  transition: all 0.5s ease 0s;
  cursor: pointer;
}
.contact-form input[type="submit"]:hover {
  background: #833000 none repeat scroll 0% 0%;
}
.contact-form input[type="text"]:focus,
.contact-form textarea:focus {
  border-color: #FF4858;
  box-shadow: 0px 0px 3px #FF4858;
  transition: all 0.5s;
}
.contact-form .input-protectcode {
  width: 30% !important;
}
.errMsg, .errMsg1 {
  margin: 0px 0px 0.5em;
  padding: 0.7em;
  text-align: center;
  text-shadow: 2px 0px 1px rgb(0, 0, 0);
  width: 715px;
  font-size: 12pt;
  font-weight: 600;
  transition: all 0.5s;
}
.errMsg {
  color: #F00;
  background: #ccc;
  border: 1px solid #ccc;
  text-shadow: none;
}
.errMsg1 {
  color: rgb(255, 255, 255);
  background: rgb(204, 85, 0) none repeat scroll 0% 0%;
  border: 1px solid rgb(204, 85, 0);
}
/**************************************** END CONTACT ****************************************/

.main-img-prod {
  width: 296px;
  float: left;
  padding: 2px;
}
.fullpic img {
  width: 100%;
  height: 217px;
}
.thumbnailListContainer {
  width: 99%;
  height: auto;
  overflow: auto;
  border-top: 1px solid #D3D3D3;
  float: left;
}
.thumbnailListContainer h3 {
  color: #444;
  background: transparent;
  width: 95%;
  font-size: 11px;
  float: left;
  font-weight: normal;
  text-transform: none;
  padding: 5px 0px;
  text-align: left;
}
.thumbnailListContainer img {
  width: 67px;
  height: 47px;
}

.main-info-prod {
  width: 426px;
  float: left;
  margin-left: 20px;
}
.h1title {
  color: #B40101;
  background: transparent none repeat scroll 0% 0%;
  font-size: 2em;
  font-weight: normal;
  letter-spacing: -1px;
  line-height: 1.3;
}
.div-detail-short, .giatk {
  border-bottom: 1px solid #DDD;
}
.giatk .old-price {
  font-size: 1.5em;
  color: #CCC;
}
.giatk .price {
  font-size: 2em;
  color: #C00;
}
.main-info-prod .buy-product {
  background: #f4f4f4;
  padding: 5px;
  margin: 10px 0px;
}
.main-info-prod .buy-product table {
  width: 100%;
}
.main-info-prod .buy-product table tr td:nth-child(1) {
  width: 78px;
  font-size: 18px;
}
.main-info-prod .buy-product table tr td:nth-child(2) {
  width: 125px;
}
.main-info-prod .buy-product #qty {
  width: 109px !important;
  height: 30px !important;
  border: 1px solid #CCC !important;
  line-height: 30px;
  padding: 0 3px;
}
.main-info-prod .buy-product #addcart {
  background-color: #6abc3a !important;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #999999;
  margin: 3px 5px;
  display: inline-block;
  color: #ffffff !important;
  padding: 5px 0 !important;
  min-width: 90px;
  text-align: center;
  cursor: pointer;
}
.httt_mau_gh img {
  margin-left: 3px;
  padding: 5px 0px;
}
li.yjnewsflash img {
  width: 60px;
  height: 60px;
}

.beta-components.space-left .beta-comp {
  margin-left: 7px;
}
.beta-comp {
  float: left;
  margin: 5px 0px 0px 30px;
}
#searchform {
  position: relative;
  width: 240px;
  display: inline-block;
}
#searchform #s {
  padding-right: 25px;
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], textarea {
  width: 100%;
  border: 1px solid #e1e1e1;
  height: 37px;
  padding: 0 12px;
}
input {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#searchsubmit {
  position: absolute;
  right: 6px;
  top: 0;
  bottom: 0;
  border: none;
  background: none;
}
.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
button, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

.is-loaded {
  animation-name: fade;
  animation-duration: 2s;
}

@keyframes fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.frame_img_dm img.lozad {
  position: relative;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}
.frame_img_dm img.lozad:before {
  content: "";
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  background-color: #ddd;
}
.frame_img_dm img.lozad:after {
  content: "";
  display: block;
  position: absolute;
  top: calc(100%/2 - 1rem);
  left: calc(100%/2 - 1rem);
  border: .25em solid #969696;
  border-right-color: transparent;
  border-radius: 50%;
  width: 2rem;
  height: 2rem;
  -webkit-animation: spinner-border .75s linear infinite;
  animation: spinner-border .75s linear infinite;
}
.frame_img_dm img.lozad.is-loaded:before,
.frame_img_dm img.lozad.is-loaded:after {
  /*display: none;*/
}
@-webkit-keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.abc {color: #fff;}