.showmobile {
  display: none;
}
.showmobile img {
  width: 100%;
}
.col-left {
  width: 73%;
  float: left;
}
.col-right {
  width: 26%;
  float: right;
}
.col-right img {
  width: 100%;
  margin-bottom: 10px;
}
.bannerdm {
  cursor: pointer;
}
span#showphiqc {
  float: left;
  margin-right: 10px;
}
.language {
  position: fixed;
  z-index: 999;
  right: 10px;
  top: 10px;
}
.language li img {
  border-radius: 100%;
  border: 2px solid #c49927;
  cursor: pointer;
  transition: 0.6s;
}
.language li img:hover {
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
}
.language li span {
  display: block;
  border: 1px solid #b16f25;
  text-align: center;
  padding: 4px 7px;
  margin-bottom: 5px;
  background: #eb9432;
  color: #fff;
  font-size: 12px;
  cursor: pointer;
}
.slider {
  position: relative;
  border-radius: 5px;
}
.slider img {
  width: 100% !important;
  border-radius: 5px;
}
.slide-l .bx-wrapper .bx-prev {
  background: url(../images/a02.png) no-repeat -123px -33px;
  width: 55px;
  height: 55px;
}
.slide-l .bx-wrapper .bx-prev:hover {
  background: url(../images/a02.png) no-repeat -3px -33px;
  width: 55px;
  height: 55px;
}
.slide-l .bx-wrapper .bx-next {
  background: url(../images/a02.png) no-repeat -183px -33px;
  width: 55px;
  height: 55px;
}
.slide-l .bx-wrapper .bx-next:hover {
  background: url(../images/a02.png) no-repeat -63px -33px;
  width: 55px;
  height: 55px;
}
.slide-l .bx-wrapper .bx-pager {
  display: block;
  z-index: 999;
}
.slide-l {
  float: none;
  width: 100%;
  position: relative;
  margin-bottom: 0;
}
.slide-l img {
  width: 100%;
  border-radius: 5px;
}
.slide-r {
  float: right;
  width: 25%;
}
.slide-r img {
  max-width: 100%;
  margin-bottom: 4px;
}
.slide-r a:last-child img {
  margin-bottom: 0;
}
.boxdichvu {
  float: left;
  width: 25%;
  padding: 0 15px;
}
.boxdichvu img {
  vertical-align: middle;
}
.boxdichvu .item {
  height: 80px;
  padding: 0 20px;
  cursor: pointer;
  position: relative;
  border-radius: 3px;
}
.boxdichvu .item:before {
  position: absolute;
  content: "";
  border: 1px dashed #fff;
  top: 5px;
  left: 5px;
  bottom: 5px;
  right: 5px;
  border-radius: 3px;
}
.boxdichvu .item .icon {
  float: left;
  height: 100%;
  line-height: 80px;
  margin-right: 25px;
  padding-right: 25px;
  position: relative;
}
.boxdichvu .item .icon:before {
  content: "";
  position: absolute;
  right: 0;
  height: 40px;
  width: 1px;
  background: #fff;
  top: 20px;
}
.boxdichvu .item .info-item {
  color: #fff;
  overflow: hidden;
  padding-top: 20px;
  height: 100%;
}
.boxdichvu .item .info-item p {
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
}
.boxdichvu .item0 {
  background: url(../images/bg1.png) repeat top center;
}
.boxdichvu .item1 {
  background: url(../images/bg2.png) repeat top center;
}
.boxdichvu .item2 {
  background: url(../images/bg3.png) repeat top center;
}
.boxdichvu .item3 {
  background: url(../images/bg4.png) repeat top center;
}
.divsales {
  width: 74%;
  float: left;
  position: relative;
}
.rowsale {
  display: none;
}
.sale-box {
  border: 0;
}
.boxsales {
  position: relative;
}
.boxsales .images {
  height: 180px;
  width: 100%;
  text-align: center;
  margin-bottom: 5px;
}
.boxsales .images img {
  max-width: 100%;
  max-height: 170px;
}
.boxsales h3 {
  font-size: 13px;
  font-weight: 400;
  text-align: center;
  height: 45px;
  overflow: hidden;
}
.boxsales span {
  color: #fff;
}
.boxsales .infosale {
  color: #d0021b;
  border: 1px solid #288ad6;
  border-radius: 4px;
  cursor: pointer;
  background-image: -webkit-linear-gradient(top, #337ab7 0, #265a88 100%);
  background-image: -o-linear-gradient(top, #337ab7 0, #265a88 100%);
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#337ab7),
    to(#265a88)
  );
  background-image: linear-gradient(to bottom, #337ab7 0, #265a88 100%);
  text-align: center;
  padding: 6px 0;
}
.divhotnews {
  width: 25%;
  float: right;
  position: relative;
}
#hotnews-next {
  position: absolute;
  top: 5px;
  right: 0;
}
#hotnews-prev {
  position: absolute;
  top: 5px;
  right: 27px;
}
#hotnews li div {
  border-bottom: 1px dashed #ccc;
  height: 65px;
  margin-bottom: 4px;
  line-height: 22px;
}
#hotnews li div a:hover {
  color: #2582be;
}
#hotnews li div img {
  float: left;
  width: 80px;
  height: 60px;
  border: 1px solid #ccc;
  padding: 1px;
  margin-right: 5px;
}
.newsdiv {
  width: 100%;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  bottom: 0;
}
.newsdiv:after {
  content: "";
  width: 10%;
  background: #595959;
  left: 0;
  top: 0;
  height: 40px;
  position: absolute;
}
.newsdiv .title {
  position: relative;
  background: #595959;
  float: left;
  z-index: 10;
}
.newsdiv .title h2 {
  margin: 0;
  padding: 10px 30px;
  color: #000;
  font-size: 18px;
  font-weight: 400;
}
.newsdiv b {
  content: "";
  border: 20px solid transparent;
  border-left-color: #595959;
  float: left;
}
.newsticker {
  float: left;
  margin-left: 20px;
  overflow: hidden;
  position: relative;
  line-height: 40px;
}
.newsticker li {
  height: 40px;
}
.newsticker li a {
  color: #abbab7;
}
.newsticker li span {
  font-style: italic;
}
.ezdz-dropzone {
  position: relative;
  width: 100px;
  height: 100px;
  overflow: hidden;
  font: bold 13px arial;
  line-height: 100px;
  color: lightgray;
  text-align: center;
  border: 5px dotted lightgray;
  float: left;
  margin: 10px 10px 0 0;
}
.ezdz-dropzone span {
  display: inline-block;
  max-width: 90%;
  padding: 4%;
  overflow: hidden;
  font-size: 13px;
  font-weight: 400;
  line-height: 5px;
  color: #fff;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: middle;
  background: #000;
  background: rgba(0, 0, 0, 0.7);
}
.ezdz-dropzone img {
  max-width: 95%;
  max-height: 95%;
  width: 96px;
  height: 96px;
  margin-top: -3px;
  vertical-align: middle;
  border-radius: 5px;
}
.ezdz-dropzone [type="file"] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  cursor: pointer;
  opacity: 0;
}
.ezdz-focus {
  color: #a9a9a9;
  border: 5px dotted #a9a9a9;
}
.ezdz-enter {
  color: #000;
  border: 5px solid #000;
}
.ezdz-accept {
  color: gray;
  border: 5px solid gray;
}
.ezdz-reject {
  color: #8b0000;
  border: 5px solid #8b0000;
}
.cart-emty {
  background: #fcf8e3;
  color: #8a6d3b;
  border: 1px solid #faebcc;
  line-height: 24px;
  padding: 15px;
  margin-bottom: 20px;
}
.cart-emty a {
  color: #2582be;
}
span#timnhanh {
  position: relative;
  float: right;
  display: none;
  color: #2582be;
  font-family: "Times New Roman", Times, serif;
  padding: 8px 10px 0;
}
.boxtimnhanh {
  position: absolute;
  top: 40px;
  border: 1px solid #ececec;
  right: -1px;
  padding: 5px 10px;
  background: #f7f7f7;
  display: none;
  min-width: 200px;
  text-align: right;
  z-index: 999;
  border-radius: 0 0 5px 5px;
}
.boxtimnhanh li {
  background: url(../images/bg-timnhanh.png) no-repeat right;
  padding-right: 15px;
}
.boxtimnhanh a {
  color: #2582be;
  display: block;
  padding: 5px 0;
}
.breadandfilter {
  display: block;
  background: #888;
  border: 1px solid #ececec;
  margin-top: 10px;
}
.breadandfilter::after {
  content: " ";
  display: block;
  clear: both;
}
ul.breadcrumb {
  float: left;
  margin: 0;
  padding: 6px 0 0;
  position: relative;
  z-index: 9;
}
.breadcrumb li {
  float: left;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
}
.breadcrumb li:first-child a {
  padding-left: 10px;
}
.breadcrumb li a img {
  margin-top: -4px;
}
.breadcrumb li a {
  float: left;
  white-space: nowrap;
  font-size: 14px;
  color: #fff;
  padding: 3px 5px;
}
.breadcrumb li a:hover {
  text-decoration: underline;
}
.breadcrumb span {
  float: left;
  font-size: 21px;
  color: #fff;
  padding: 0 2px 0 0;
  line-height: 1;
}
.breadcrumb h2 {
  padding-top: 3px;
  padding-left: 3px;
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
}
.title_main {
  margin: 10px 0;
  position: relative;
  text-align: left;
}
.title_main:before {
  position: absolute;
  width: 100%;
  border-top: 1px solid #e2e2e2;
  content: " ";
  top: 15px;
}
.title_main h2 {
  display: inline-block;
  padding: 5px 10px 5px 0;
  background: #fff;
  position: relative;
  z-index: 2;
  font-size: 20px;
  font-family: Lobster Two;
  font-style: italic;
}
.title_bot {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
}
a.xemtatca {
  padding: 5px 0 5px 10px;
  position: absolute;
  z-index: 2;
  font-size: 14px;
  font-family: Lobster Two;
  right: 0;
  top: 6px;
}
.title_home {
  overflow: hidden;
  border-bottom: 3px solid #009bd0;
  position: relative;
  margin-top: 15px;
}
.title_home a {
  float: left;
  display: block;
  padding: 8px 14px 5px;
  background: #009bd0;
  font-size: 14px;
  color: #fff;
  text-align: center;
  margin: 0;
  text-transform: uppercase;
}
.title_home b {
  bottom: 0;
  position: absolute;
  float: left;
  width: 0;
  height: 0;
  border-left: 0 solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 36px solid #c0446a;
}
.fastsearch {
  background: #fff;
  border: 1px solid #ececec;
  overflow: hidden;
  clear: both;
  margin-top: -1px;
}
.fastsearch span {
  font-size: 15px;
  color: #666;
  padding: 8px;
  float: left;
}
.fastsearch input[type="checkbox"] {
  float: left;
  margin: 3px;
}
.row_submenu a {
  display: block;
  padding: 8px;
  float: left;
  font-size: 13px;
  color: #009bd0;
}
.row_submenu a:hover {
  text-decoration: underline;
}
.show_more {
  background-color: #f8f8f8;
  background-image: -webkit-linear-gradient(top, #fcfcfc 0, #f8f8f8 100%);
  background-image: linear-gradient(top, #fcfcfc 0, #f8f8f8 100%);
  border: 1px solid;
  border-color: #d3d3d3;
  color: #2582be;
  font-size: 14px;
  outline: 0;
}
.show_more {
  cursor: pointer;
  display: block;
  padding: 10px 0;
  text-align: center;
  font-weight: 700;
}
.show_more_main {
  clear: both;
  padding-top: 15px;
}
.deleteloc {
  float: right;
  padding: 10px;
  background: none;
  color: #da1600;
  cursor: pointer;
}
.divdetail {
  line-height: 24px;
  background: #fff;
  padding: 10px 0;
}
.divdetail img {
  max-width: 100%;
  height: auto;
}
.divdetail table {
  border: 1px solid #ccc;
}
.divdetail iframe {
  z-index: 999;
}
.divdetail figure {
  margin: 10px;
  padding: 1px;
}
.divdetail li {
  background: url(../images/bg_li.png) no-repeat 3px 7px;
  padding-left: 20px;
}
.divdetail li li {
  background: url(../images/bg_li_li.jpg) no-repeat 3px 5px;
  padding-left: 40px;
}
.divdetail table,
.divdetail table tr,
.divdetail table td {
  border: 1px solid #ccc;
}
.boxtags {
  clear: both;
}
.boxtags a {
  display: inline-block;
  height: 20px;
  font: 400 11px/20px arial;
  color: #656565;
  padding: 0 10px;
  white-space: nowrap;
  background: #f1f1f1;
  margin: 0 5px 5px 0;
  float: left;
}
.boxtags .icontag {
  background: #f1f1f1 url(../images/bg_icon_tag.gif) no-repeat left top;
  padding: 0 10px 0 20px;
  height: 20px;
  color: #939393;
  float: left;
  font: 400 11px/20px arial;
  margin: 0 5px 0 0;
}
.luuy {
  line-height: 24px;
  margin-top: 20px;
  border-top: 1px solid #ccc;
  padding-top: 10px;
}
.datechitiet {
  clear: both;
  margin: 10px 0;
  font-style: italic;
  color: #333;
}
.datechitiet span {
  font-weight: 700;
}
h3.ten {
  line-height: 1.3em;
  font-size: 24px;
  color: #0095da;
  font-weight: 400;
  margin-right: 10px;
  margin-bottom: 10px;
  text-align: center;
}
.picture {
  position: relative;
}
.picture img {
  max-width: 100%;
  max-height: 500px;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 5px;
  margin-right: 10px;
}
.listinfo {
  margin-top: 20px;
  line-height: 24px;
}
.listinfo p {
  margin: 10px 0 0;
  font-size: 16px;
}
.listinfo p.code {
  color: #333;
}
.listinfo p.code span {
  font-weight: 700;
}
.listinfo p.price {
  float: left;
  font-size: 22px;
  color: #d0021b;
  margin-bottom: 6px;
  font-weight: 700;
}
.listinfo p.company {
  float: left;
  font-size: 18px;
  margin-left: 10px;
  text-decoration: line-through;
  color: #666;
}
.listinfo p.phantram {
  background: #d0021b;
  padding: 2px 5px;
  color: #fff;
  float: left;
  margin-left: 10px;
  margin-top: 4px;
  border-radius: 5px;
  font-size: 13px;
}
.listinfo p.views {
  color: #888;
  float: left;
  font-family: "Times New Roman", Times, serif;
  font-size: 16px;
}
.listinfo .fb-like {
  float: left;
  margin-right: 5px;
}
.listinfo .khuyenmai {
  margin-top: 15px;
  clear: both;
  border-top: 1px dashed #ccc;
  padding: 10px 0;
}
.listinfo .khuyenmai li {
  background: url(../images/product_check_list.png) 0 6px no-repeat;
  padding-left: 20px;
}
.listinfo input.buynow {
  float: left;
  width: 180px;
  overflow: hidden;
  padding: 9px 0;
  margin: 10px 10px 0 0;
  font-size: 16px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  border: 1px solid #d97f00;
  border-radius: 4px;
  background: #f89406;
  background: -webkit-gradient(
    linear,
    0% 0%,
    0% 100%,
    from(#f76b1c),
    to(#f89406)
  );
  background: -webkit-linear-gradient(top, #f89406, #f76b1c);
  background: -moz-linear-gradient(top, #f89406, #f76b1c);
  background: -ms-linear-gradient(top, #f89406, #f76b1c);
  background: -o-linear-gradient(top, #f89406, #f76b1c);
  cursor: pointer;
}
.listinfo input.intocart {
  float: left;
  width: 180px;
  overflow: hidden;
  padding: 9px 0;
  margin: 10px 0 0;
  font-size: 16px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  border: 1px solid #288ad6;
  border-radius: 4px;
  cursor: pointer;
  background-image: -webkit-linear-gradient(top, #337ab7 0, #265a88 100%);
  background-image: -o-linear-gradient(top, #337ab7 0, #265a88 100%);
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#337ab7),
    to(#265a88)
  );
  background-image: linear-gradient(to bottom, #337ab7 0, #265a88 100%);
}
.listinfo input[type="submit"]:hover {
  opacity: 0.8;
}
.chonsize li {
  float: left;
  font-size: 16px;
  background: #fff;
  border: 1px solid #c9c9c9;
  padding: 5px 9px;
  margin-left: 3px;
  cursor: pointer;
  margin-bottom: 10px;
}
.chonsize li:first-child {
  margin-left: 0;
}
.chonsize li.firstsize {
  background: #000;
  color: #fff;
}
.chonsize span {
  display: inline-block;
  margin-left: 10px;
  color: #666;
  margin-top: 5px;
}
hr.chitiet {
  border: 0;
  width: 100%;
  border-top: 1px solid #dfdfdf;
  margin-top: 20px;
  margin-bottom: 20px;
}
.support {
  float: right;
  width: 28%;
  line-height: 24px;
  padding: 10px;
}
.support strong {
  font-weight: 700;
}
.tit-chitiet {
  position: relative;
  border-bottom: 2px solid #e62e04;
  height: 40px;
  font-size: 14px;
  overflow: hidden;
}
.tit-chitiet h2 {
  float: left;
  margin-bottom: 0;
  font-size: 18px;
  color: #e62e04;
  line-height: 40px;
  margin-left: 10px;
  font-weight: 700;
}
.box-chitiet {
  border: 1px solid #eee;
  padding: 10px;
  font-size: 14px;
}
.title-khac {
  background: #410e0b;
  margin-bottom: 5px;
  padding: 5px 10px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  border: 1px solid #666;
}
.borderchitiet {
  border: 1px solid #dfdfdf;
  margin-bottom: 20px;
  padding: 1px;
  margin-top: -20px;
  border-top: 0;
}
.boxdacdiem {
  padding: 10px 20px;
  background: #fafafa;
  border: 1px #eee solid;
  margin: 15px 0;
  overflow: hidden;
  line-height: 24px;
}
.dacdiem {
  float: left;
  width: 48%;
}
.thongtin {
  float: right;
  width: 48%;
}
.boxdacdiem h4 {
  color: #aa0f15;
  font-size: 24px;
  margin: 10px 0;
}
.chitiet-l {
  float: left;
  width: 77%;
}
.chitiet-r {
  float: right;
  width: 22%;
}
.chonquocgia input {
  float: left;
  margin-right: 10px;
  background: #333;
  color: #fff;
  text-align: center;
  padding: 8px 12px;
}
.chonquocgia {
  margin: 10px 0;
  display: none;
}
.chonquocgia .xoaboloc {
  display: inline-block;
  margin-top: 10px;
  text-decoration: none;
  cursor: pointer;
}
#explain {
  font-style: italic;
  color: #666;
}
.memberform {
  overflow: hidden;
  border-radius: 0 0 4px 4px;
  padding-bottom: 15px;
  border: 1px solid #e3e3e3;
  border-top: 0;
  padding: 10px;
}
.memberform .title {
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
}
.memberform .tit {
}
.memberform .nhapvao {
  display: block;
  width: 98%;
  border-radius: 4px;
  background-color: #f9f9f9;
  color: #000;
  border: 1px solid #ccc;
  padding: 8px 10px;
  margin-bottom: 15px;
  margin-top: 3px;
}
.memberform input[type="submit"] {
  cursor: pointer;
  border: 1px solid #ccc;
  color: #fff;
  font-size: 28px;
  font-weight: bold;
  margin-top: 20px;
  background: #009bd0;
  padding: 8px 14px;
  float: left;
  margin-right: 5px;
}
.memberform input[type="submit"]:hover {
  background: #333;
}
.memberform select.nhapvao {
  padding: 10px;
  height: 36px;
}
.memberform .nhapquocgia {
  display: block;
  width: 23%;
  border-radius: 4px;
  background-color: #f9f9f9;
  color: #000;
  border: 1px solid #ccc;
  padding: 8px 10px;
  margin-bottom: 5px;
  margin-top: 3px;
  float: left;
  margin-right: 10px;
  height: 36px;
}
.memberform .notdk {
  float: left;
  margin-left: 10px;
  margin-top: 5px;
}
.memberform a {
  color: #06c;
  text-decoration: underline;
}
.memberform .codetxt {
  border-radius: 4px;
  background-color: #f9f9f9;
  color: #000;
  border: 1px solid #ccc;
  padding: 8px 10px;
  margin-bottom: 15px;
  margin-top: 3px;
  float: left;
  margin-right: 10px;
}
.memberform .form_line {
  clear: both;
}
.memberform .form_line img {
  height: 41px;
  margin-top: 4px;
  border-radius: 4px;
  float: left;
}
.memberform .form_line #statuscode {
  margin-top: 12px;
  margin-left: 10px;
  color: #009bd0;
  float: left;
  font-weight: 700;
}
.memberform .titphiqc {
  display: inline-block;
  border-bottom: 1px solid #333;
  padding: 1px 0;
  margin-bottom: 10px;
}
.memberform .titphiqc h4 {
  border-bottom: 2px solid #333;
  text-transform: uppercase;
  color: #333;
  font-weight: 700;
}
.memberform .textphiqc {
  width: 130px;
  padding: 5px 10px;
  color: red;
}
.memberform img {
  max-width: 100%;
}
.leftadv img {}
h4.dieukhoan {
  text-align: center;
  color: #009bd0;
  font-size: 22px;
  font-weight: 700;
  margin: 20px;
  margin-bottom: 30px;
  text-transform: uppercase;
  position: relative;
}
h4.dieukhoan:after {
  position: absolute;
  content: "";
  width: 150px;
  height: 1px;
  border-top: 2px solid #009bd0;
  bottom: -10px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.new-item {
  position: absolute;
  top: 0;
  left: 0;
}
.sale-item {
  position: absolute;
  top: 15px;
  right: -3px;
}
.icontext {
  position: absolute;
  top: 4px;
  left: 5px;
  border: 1px solid #ccc;
  color: #fff;
  padding: 2px 7px;
  background-color: rgba(37, 130, 190, 0.9);
}
.bg-detail {
  background: #fff;
  padding: 10px;
  overflow: hidden;
}
hr.barhome {
  border-top: 1px solid #ddd;
  height: 1px;
  width: 100%;
  margin: 5px 0;
  overflow: hidden;
}
.rowsp {
}
sup {
  top: -4px;
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
.boxproduct {
}
.boxproduct{
  padding: 10px 5px;
  position: relative; overflow: hidden; background: #fff; cursor: pointer;
}
.boxproduct:nth-of-type(odd){background: #eee}
.boxproduct:hover {
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.3); background: #bde1f5;
}
.boxproduct .grid h3 {
  float: left; color:#193C6F; font-weight: normal; font-size: 14px;
}
.boxproduct .grid a {
  color: #008bc7;
  cursor: pointer;
}
.boxproduct .grid .infonew {
  height: 129px;
  overflow: hidden;
  line-height: 24px;
  text-align: justify;
  padding: 10px 5px;
  font-size: 12px;
  padding-bottom: 0;
  color: #333;
}
.boxproduct .grid .xemtiep {
  float: right;
}
.boxproduct .area {
  display: none; background: #dff4f8; border-radius: 0 0 4px 4px; box-shadow: 0 0px 4px rgba(0, 0, 0, 0.4);
    padding: 10px 22px; margin-top: 10px;
}
.boxproduct .area p{border-bottom: dashed #b2c3c6 1px; color:#333;
    padding-bottom: 10px;
    margin-bottom: 15px;}
.boxproduct .area p.des{}
.boxproduct .area p.name{border-bottom: 0; margin-bottom: 0; overflow: hidden;}
.boxproduct .area p.name{}
.boxproduct .grid .area a{color: #333}
.boxproduct .grid .area a.fr{color: #009bd0; cursor: pointer;}
.boxproduct .grid span.xemtiep:hover,
.boxproduct .grid .area a:hover {
  text-decoration: underline;
}
.boxproduct .grid .geticon {
  position: absolute;
  bottom: 0;
  right: 0;
}
.boxproduct .grid .geticon img {
  border-radius: 100%;
  width: 30px;
  height: 30px;
  margin-right: 5px;
}
.boxproductkhac {
  width: 100%;
  padding: 0;
  padding-top: 10px;
}
.boxnews-l {
  float: left;
  width: 74%;
}
.boxnews-r {
  float: right;
  width: 25%;
}
.boxnews {
  float: left;
  width: 33.3%;
  padding: 10px 5px 0;
  max-height: 250px;
}
.boxnews .grid {
  overflow: hidden;
  position: relative;
  display: block;
  margin-bottom: 0;
  background: #f7f7f7;
  border-bottom: 1px solid #e3e4e8;
  padding: 5px;
}
.boxnews .grid:hover {
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2), 0 4px 6px 0 rgba(0, 0, 0, 0.19);
}
.boxnews .grid .images {
  text-align: center;
  width: 100%;
  height: 160px;
  overflow: hidden;
}
.boxnews .grid .images img {
  width: 100%;
  height: auto;
  border-radius: 0;
  transition: 1s;
}
.boxnews .grid:hover img {
  transform: scale(1.05);
}
.boxnews .grid h3 {
  font-weight: 400;
  line-height: 22px;
  font-size: 12px;
  height: 43px;
  overflow: hidden;
}
.boxnews .grid h3 a {
  color: #414141;
}
.boxnews .grid .infonews {
  padding: 4px 10px;
}
.boxnews .grid span {
  font-size: 12px;
  color: #999;
  font-style: italic;
  background: url(../images/calendar.png) no-repeat left;
  padding-left: 20px;
}
.boxnews .grid p.mota {
  font-size: 14px;
  margin-top: 5px;
  height: 80px;
}
.boxnewskhac {
  width: 33.33%;
}
.boxnewskhac .grid .images {
  height: 200px;
}
.boxnewskhac .grid .images img {
  max-height: 200px;
}
.boxtin {
  float: left;
  width: 50%;
  padding: 0 5px;
  margin-bottom: 20px;
}
.boxtin .grid .images {
  width: 30%;
  float: left;
  text-align: center;
}
.boxtin .grid .images img {
  max-width: 100%;
  max-height: 150px;
}
.boxtin .grid .infonews {
  float: right;
  width: 68%;
}
.boxtin .grid h3 {
  font-weight: 400;
  line-height: 22px;
  font-size: 16px;
}
.boxtin .grid h3 a {
}
.boxtin .grid span {
  font-size: 12px;
  color: #999;
  font-style: italic;
  background: url(../images/calendar.png) no-repeat left;
  padding-left: 20px;
}
.boxtin .grid p.mota {
  font-size: 14px;
  margin-top: 5px;
  height: 60px;
}
span.chuacapnhat {
  color: red;
}
a.nutin {
  display: inline-block;
  padding: 7px 14px;
  background: #f5f5f5;
  color: #333;
  text-align: center;
  margin-right: 5px;
  border: 2px solid #ccc;
  text-decoration: none;
}
a.nutin:hover {
  background: #333;
  color: #fff;
}
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 30px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 99999;
}
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  z-index: 9999;
  border: 1px solid #888;
  width: 70%;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s;
}
@-webkit-keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
.close {
  color: #333;
  font-size: 14px;
  font-weight: 700;
  border: 1px solid #333;
  border-radius: 4px;
  padding: 3px 10px 0 7px;
  width: 25px;
  height: 25px;
  position: absolute;
  right: 10px;
  top: 6px;
  z-index: 9999;
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
.modal-header {
  padding: 10px;
  background-color: #0c445e;
  color: #333;
  text-transform: uppercase;
  position: relative;
  height: 35px;
}
.modal-body {
  padding: 10px;
  height: 470px;
  overflow: hidden;
}
.modal-body h3 {
  text-transform: uppercase;
  font-weight: 700;
}
.modal-body .mota {
  line-height: 24px;
  font-size: 13px;
}
.modal-body .modal-left {
  float: left;
  width: 49%;
  margin-right: 1%;
  height: 470px;
  overflow: auto;
}
.modal-body .modal-left h3 {
  margin: 10px 0;
  color: #009bd0;
}
.modal-body .modal-left img.icon {
  float: left;
  margin-right: 10px;
  margin-top: 2px;
  width: 30px;
}
.modal-body .modal-left .mota img {
  max-width: 100%;
  height: auto;
}
.modal-body .modal-right {
  float: right;
  width: 50%;
}
.modal-body .modal-right img {
  width: 100%;
}
.modal-footer {
  border-top: 1px solid #dadada;
  padding: 10px;
  color: #333;
  margin-top: 10px;
  overflow: hidden;
  font-weight: 700;
}
.modal-footer a {
  color: #333;
  cursor: pointer;
}
.modal-footer a:hover {
  text-decoration: underline;
}
.tdetaildm {
  padding: 10px;
  height: 470px;
  overflow: auto;
  line-height: 24px;
  display: none;
}
.quaylai {
  cursor: pointer;
  color: blue;
}
h2.ten {
  color: #009bd0;
  font-size: 18px;
  margin-top: 20px;
  margin-left: 10px;
  text-align: center;
}
.newsinfo {
  line-height: 24px;
}
p.ngaydang {
  margin: 5px 0;
  font-size: 12px;
  font-style: italic;
  color: #999;
  background: url(../images/calendar.png) no-repeat left;
  padding-left: 20px;
  margin-left: 10px;
}
.bordertin {
  border: 1px solid #efefef;
  padding: 10px;
  border-top: 0;
}
#hotviews li div {
  border-bottom: 1px dashed #ccc;
  margin-bottom: 6px;
  padding-bottom: 6px;
  background: url(../images/bg-a-fo.jpg) no-repeat scroll left 8px
    rgba(0, 0, 0, 0);
  font-size: 14px;
  padding-left: 15px;
}
#hotviews li div:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
#hotviews li div a:hover {
  color: #2582be;
}
.boxsptin {
  text-align: center;
  border-bottom: 1px solid #c9c9c9;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.boxsptin img {
  max-width: 100%;
  max-height: 200px;
}
.boxsptin p {
  margin-top: 5px;
  color: #f30;
}
img.imgqc {
  margin-top: 10px;
  width: 100%;
}
.logothuonghieu {
  margin: 45px 0;
  position: relative;
}
#logothuonghieu {
  display: none;
}
.footer {background: #333333; padding: 20px 0 40px; color: #b6b6b6}
.footer::after {
  content: " ";
  display: block;
  clear: both;
}
.footer a {
  color: #b6b6b6;
  padding: 0 15px;
  border-right: 1px solid #b6b6b6;
}
.footer a:hover {
  text-decoration: underline;
}
.footer a.right {
  float: right;
}
.footer .footr {
  float: right;
}
.copyright {
  text-align: center;
  width: 100%;
  color: #333;
  font-size: 12px;
  line-height: 24px;
  margin-bottom: 15px;
}
.formemail {
  position: relative;
}
.formemail input[type="text"] {
  width: 350px;
  height: 32px;
  border: 1px solid #fff;
  border-radius: 3px;
  line-height: 32px;
  background: none;
  color: #fff;
  font-size: 85.71%;
  padding-left: 10px;
  margin-left: 5px;
}
.formemail button {
  position: absolute;
  top: 0;
  right: 0;
  font-weight: 700;
  background: #3cc696;
  height: 32px;
  border-radius: 0 3px 3px 0;
  padding: 0 15px;
  font-size: 14px;
  text-transform: none;
  border: 1px solid #fff;
  color: #fff;
  border-left: 0;
  cursor: pointer;
}
.formemail input-placeholder {
  color: #fff;
}
.tinlienquan h4 {
  color: #d0021b;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
  margin: 15px;
}
.tinlienquan a {
  background: url(../images/bg-timnhanh.png) no-repeat left;
  padding: 3px 0;
  display: block;
  padding-left: 15px;
  color: #2582be;
}
.no-scroll {
  position: relative;
}
.scroll {
  position: fixed;
  top: 0;
}
.bordered {
  color: #666;
  font-size: 12px;
  text-shadow: 1px 1px 0 #fff;
  background: #eaebec;
  margin: 0;
  border: #ccc 1px solid;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border-spacing: 0;
  width: 100%;
}
.bordered tr:first-child th:first-child {
  border-top-left-radius: 3px;
  text-align: left;
  padding-left: 20px;
}
.bordered th {
  padding: 10px 25px;
  border-top: 1px solid #fafafa;
  border-bottom: 1px solid #e0e0e0;
  background: #ededed;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#ededed),
    to(#ebebeb)
  );
  background: -moz-linear-gradient(top, #ededed, #ebebeb);
}
.bordered td {
  padding: 5px 10px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #e0e0e0;
  border-left: 1px solid #e0e0e0;
  background: #fafafa;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#fbfbfb),
    to(#fafafa)
  );
  background: -moz-linear-gradient(top, #fbfbfb, #fafafa);
}
.bordered tr.even td {
  background: #f6f6f6;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#f8f8f8),
    to(#f6f6f6)
  );
  background: -moz-linear-gradient(top, #f8f8f8, #f6f6f6);
}
.bordered a {
  color: blue;
}
a.nutqltin {
  border: 1px solid #b7c1ca;
  background-color: #eef6ff;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  line-height: 18px;
  margin-bottom: 0;
  text-align: center;
  text-decoration: none;
  zoom: 1;
  background-image: -moz-linear-gradient(
    bottom,
    rgba(239, 243, 247, 0) 0%,
    rgba(255, 255, 255, 0.44) 100%
  );
  background-image: -o-linear-gradient(
    bottom,
    rgba(239, 243, 247, 0) 0%,
    rgba(255, 255, 255, 0.44) 100%
  );
  background-image: -webkit-linear-gradient(
    bottom,
    rgba(239, 243, 247, 0) 0%,
    rgba(255, 255, 255, 0.44) 100%
  );
  background-image: linear-gradient(
    bottom,
    rgba(239, 243, 247, 0) 0%,
    rgba(255, 255, 255, 0.44) 100%
  );
  color: #5077a4;
  text-shadow: 0 1px 0 #fff;
  -moz-box-shadow: 0 2px 2px rgba(83, 88, 94, 0.05),
    inset 0 -2px 2px rgba(189, 198, 207, 0.17),
    inset 0 1px 0 rgba(255, 255, 255, 0.7);
  -webkit-box-shadow: 0 2px 2px rgba(83, 88, 94, 0.05),
    inset 0 -2px 2px rgba(189, 198, 207, 0.17),
    inset 0 1px 0 rgba(255, 255, 255, 0.7);
  box-shadow: 0 2px 2px rgba(83, 88, 94, 0.05),
    inset 0 -2px 2px rgba(189, 198, 207, 0.17),
    inset 0 1px 0 rgba(255, 255, 255, 0.7);
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 5px 13px;
  font-size: 110%;
  background-clip: border-box;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  margin-right: 5px;
  color: #333;
}
.bx-wrapper img {
  max-width: 100%;
}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: 10px;
  width: 100%;
  display: none;
}
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url(../images/ajax-loader.gif) center center no-repeat #fff;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
}
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: 0.85em;
  font-family: Arial;
  font-weight: 700;
  color: #666;
  padding-top: 20px;
}
.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}
a.bx-pager-link {
  width: 30px;
  height: 30px;
  background: #ccc;
}
a.bx-paper-link:active {
  background: red;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #000;
}
.bx-wrapper .bx-prev {
  left: 10px;
  background: url(../images/button-previous.png) no-repeat 0;
  opacity: 0.5;
}
.bx-wrapper .bx-next {
  right: 10px;
  background: url(../images/button-next.png) no-repeat;
  opacity: 0.5;
}
.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 45%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 100;
}
.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}
.bx-wrapper .bx-controls-auto {
  text-align: center;
}
.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url(../images/controls.png) -86px -11px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
  background-position: -86px 0;
}
.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url(../images/controls.png) -86px -44px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
  background-position: -86px -33px;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666\9;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}
.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: 0.85em;
  padding: 10px;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #ccc;
}
input:-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #ccc;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #ccc;
}
#___comments_0 {
  width: 100% !important;
}
.video-wrap {
  width: 100% !important;
}
.fb-comments {
  max-width: 100%;
}
.fb-comments span {
  max-width: 100%;
}
.fb-comments iframe {
  max-width: 100%;
}
.fb_iframe_widget {
  max-width: 100%;
}
.fb_iframe_widget iframe {
  max-width: 100%;
}
.fb_iframe_widget span {
  max-width: 100%;
}
.divdetail {
  max-width: 100%;
}
