@charset "UTF-8";
a {
  color: #004370;
  text-decoration: none; }

a:hover, a:focus {
  color: #c00;
  text-decoration: underline; }

.container {
  background: url(../images/content.jpg) repeat-y;
  background-size: contain;
  padding: 10px 30px; }

.check_order_code {
  display: flex; }
  .check_order_code input {
    width: 100%;
    border-radius: 0; }
  .check_order_code button {
    white-space: nowrap;
    font-weight: bold;
    background: #00943d;
    border: none;
    color: #fff;
    cursor: pointer; }

.plr5px {
  padding-left: 5px;
  padding-right: 5px; }

.mlr5px {
  margin-left: -5px;
  margin-right: -5px; }

#header .left {
  display: flex;
  justify-content: space-around; }
#header .right .slogen1 {
  padding: 0;
  color: #009d4e;
  font-size: 22px;
  font-family: tahoma;
  font-weight: bold; }
#header .right p {
  font-weight: bold;
  margin-bottom: 0; }
#header .right .function {
  margin-top: 15px; }
  #header .right .function .search_t {
    border: 1px solid #00943d;
    padding: 0;
    position: relative; }
    #header .right .function .search_t input {
      height: 38px;
      width: 100%;
      border: none;
      padding-left: 10px; }
    #header .right .function .search_t button {
      position: absolute;
      right: 0;
      top: 0;
      height: 40px;
      margin-top: -1px;
      width: 38px;
      background: #00943d;
      border: none; }
  #header .right .function .link_cart a {
    background: url(../images/icon-cart.png) left center no-repeat;
    display: block;
    height: 40px;
    text-align: left;
    padding-left: 45px;
    line-height: 45px;
    font-weight: bold;
    color: #004370; }
  #header .right .function .check_order a {
    display: block;
    height: 38px;
    background: #00943d;
    width: 115px;
    float: right;
    color: #fff;
    padding: 10px;
    line-height: 18px; }
    #header .right .function .check_order a img {
      margin-right: 5px; }

#menu {
  background: #00943d; }
  #menu .container {
    background: none;
    padding: 0; }
  #menu .navbar {
    background: #00943d;
    padding: 0; }
    #menu .navbar .nav-item.nav-link {
      color: #ececec !important;
      float: left;
      height: 40px;
      line-height: 40px;
      font: normal 20px 'UTMCafetaRegular';
      text-transform: uppercase; }
      #menu .navbar .nav-item.nav-link:hover {
        background-color: #008040; }
      #menu .navbar .nav-item.nav-link.Highlights {
        background: #f38001; }
  #menu .navbar-light .navbar-brand {
    color: #ececec !important;
    float: left;
    height: 40px;
    line-height: 40px;
    font: normal 20px 'UTMCafetaRegular';
    text-transform: uppercase; }

#content {
  padding-left: 0; }
  #content .text1 {
    margin: 15px 0 10px;
    color: #009D4E;
    font: italic 13px Arial;
    font-weight: bold; }
  #content .all_product {
    position: relative; }
    #content .all_product #myTab {
      margin-left: -1px; }
      #content .all_product #myTab li a {
        border: 1px solid #d3d3d3;
        background: #e6e6e6 url(../images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;
        font-weight: normal;
        color: #555555;
        border-bottom: 0;
        padding: 5px 1rem; }
        #content .all_product #myTab li a.active {
          color: #fff;
          background-color: #009D4E !important;
          font-weight: bold;
          background-image: none; }

.width80px {
  min-width: 80px; }

.product-list {
  margin: 0;
  border-right: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7; }
  .product-list .item {
    position: relative;
    padding: 5px;
    text-align: center;
    border: 0 solid #e7e7e7;
    border-width: 0 1px 1px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 0 solid #e7e7e7;
    border-width: 1px 0 0 1px; }
    .product-list .item:hover {
      box-shadow: 0 0 5px rgba(87, 87, 87, 0.6); }
    .product-list .item .name {
      color: #0083b2;
      font: 13px Arial;
      overflow: hidden;
      margin: 5px 10px;
      line-height: 20px; }
      .product-list .item .name a {
        color: #0083b2; }
        .product-list .item .name a:hover {
          color: #c00; }
    .product-list .item .price-old {
      color: #161616;
      text-decoration: line-through;
      margin-bottom: 0;
      font-size: 12px; }
    .product-list .item .price {
      color: #083;
      font-weight: bold;
      font-size: 12px;
      margin-bottom: 0; }
    .product-list .item .sale-off {
      position: absolute;
      top: 0;
      right: 0;
      background: red;
      padding: 0 4px;
      font-size: 17px;
      font-weight: bold;
      color: #fff; }

.item-product {
  padding: 5px; }
  .item-product img {
    float: left;
    width: 100px;
    height: 100px;
    padding: 5px; }
  .item-product .name {
    font: bold 14px Arial;
    padding: 5px 0;
    margin: 0; }
    .item-product .name a {
      color: #009D4E;
      line-height: 18px; }
  .item-product .description {
    font: normal 12px Arial;
    text-align: justify;
    padding: 3px; }

#footer1 .container {
  background: none; }

.footer2 .container {
  background: none; }

div#bttop {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 50px;
  height: 50px;
  background: #00943d;
  display: block;
  line-height: 50px;
  text-align: center;
  cursor: pointer; }
  div#bttop i {
    font-size: 42px;
    color: #fff; }

.main_baogia {
  padding: 20px; }
  .main_baogia .header_bg {
    text-align: center;
    position: relative; }
    .main_baogia .header_bg h3 {
      text-transform: uppercase;
      font-size: 20px;
      font-weight: bold;
      margin: 20px 0;
      color: #00943d;
      line-height: 1.5; }
      .main_baogia .header_bg h3 span {
        background: #FFC107;
        padding-left: 10px;
        padding-right: 10px;
        display: inline-block; }
    .main_baogia .header_bg .logout {
      position: absolute;
      bottom: 0;
      right: 0;
      color: #00943d;
      font-size: 16px;
      font-weight: bold; }
  .main_baogia .data_baogia {
    margin-top: 20px;
    border: 1px solid #000; }
    .main_baogia .data_baogia tr:nth-of-type(even) {
      background: #eaeaea; }
    .main_baogia .data_baogia tr .nhd {
      border: none;
      color: #626469;
      white-space: nowrap;
      font-size: 13px;
      text-align: left;
      padding: 5px 10px;
      vertical-align: middle; }
      .main_baogia .data_baogia tr .nhd a {
        color: #626469;
        vertical-align: middle; }
      .main_baogia .data_baogia tr .nhd input {
        color: #666;
        border: 1px solid #eaeaea;
        padding-left: 5px;
        vertical-align: middle; }
  .main_baogia .note {
    color: red;
    font-size: 13px;
    margin-bottom: 7px; }
  .main_baogia .main_form_baogia .info-customer {
    border: 1px solid #000; }
    .main_baogia .main_form_baogia .info-customer .left {
      padding: 0;
      border-right: 2px solid #000; }
    .main_baogia .main_form_baogia .info-customer .right {
      padding: 0; }
      .main_baogia .main_form_baogia .info-customer .right .group-bg {
        background: #3dcd58; }
      .main_baogia .main_form_baogia .info-customer .right textarea {
        width: 100%;
        min-height: 53px;
        padding-left: 5px; }
    .main_baogia .main_form_baogia .info-customer .generic_line {
      display: flex;
      border-top: 1px dotted #626469;
      padding: 2px 5px; }
      .main_baogia .main_form_baogia .info-customer .generic_line .gen_titre {
        min-width: 213px;
        font-weight: bold;
        font-size: 14px;
        text-align: left; }
      .main_baogia .main_form_baogia .info-customer .generic_line .gen_data {
        width: 100%;
        font-size: 14px;
        text-align: left; }
        .main_baogia .main_form_baogia .info-customer .generic_line .gen_data input {
          width: 100%;
          font-size: 14px;
          padding-left: 5px; }
        .main_baogia .main_form_baogia .info-customer .generic_line .gen_data .col_right select {
          height: 28px;
          float: left;
          width: 120px;
          border-radius: 0;
          margin: 0;
          padding: 0;
          font-size: 14px;
          padding-left: 5px;
          margin-right: 10px; }
        .main_baogia .main_form_baogia .info-customer .generic_line .gen_data .col_right input {
          height: 28px;
          float: left;
          width: 120px;
          border-radius: 0;
          margin: 0;
          padding: 0;
          font-size: 14px;
          padding-left: 5px;
          margin-right: 10px; }
  .main_baogia ul.tagit li.tagit-choice .tagit-label:not(a) {
    font-size: 13px !important; }
  .main_baogia ul.tagit li.tagit-choice-editable {
    padding: 0 17px 0 5px !important; }
  .main_baogia ul.tagit li.tagit-new {
    padding: 0 !important; }
  .main_baogia ul.tagit li.tagit-new input {
    font-size: 13px !important; }

.tagit-autocomplete.ui-menu .ui-menu-item a {
  text-decoration: none;
  display: block;
  padding: 2px 5px;
  font-size: 13px;
  zoom: 1; }

.btn-baogia {
  color: #626469;
  padding: 4px 4px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 13px;
  border: 1px solid #aaa;
  background: linear-gradient(to top, #ccc, #eaeaea);
  border-radius: 2px;
  margin-top: 10px;
  cursor: pointer; }

.btn-bg-color {
  background: #00943d;
  color: #fff; }

.sidebarLeft #category {
  padding: 0; }
  .sidebarLeft #category .oe_menu {
    padding: 0; }

#product_bkav {
  margin-top: 20px; }

.nhom-lien-quan ul {
  padding: 0; }

.w-product-detail .product-img img {
  width: 100%;
  height: auto;
  border: 1px solid #e1e1e1; }
.w-product-detail .product-img .sale-off {
  position: absolute;
  top: 0;
  right: 15px;
  background: red;
  padding: 5px;
  font-size: 17px;
  font-weight: bold;
  color: #fff; }
.w-product-detail .product-detail {
  overflow: hidden; }
  .w-product-detail .product-detail .info .name {
    color: #b6260a;
    font-size: 20px; }
  .w-product-detail .product-detail .info ul {
    padding: 0; }
    .w-product-detail .product-detail .info ul li {
      background: url(../images/bullet_grey_01.gif) no-repeat scroll 0 8px transparent;
      min-height: 20px;
      margin-bottom: 5px;
      border-left: 1px solid #fff;
      border-bottom: 1px dotted #DEDEDE;
      font: 13px arial;
      padding: 2px 5px 3px 15px; }
      .w-product-detail .product-detail .info ul li span {
        color: #b6260a;
        margin-left: 5px; }
  .w-product-detail .product-detail .order-info {
    margin-top: 15px; }

/*//Nhóm tin*/
.w-groups-news .list_news .w-news {
  margin-top: 30px; }
  .w-groups-news .list_news .w-news .item img {
    max-width: 100%;
    height: auto; }
  .w-groups-news .list_news .w-news .item .info .name a {
    font-size: 20px;
    font-weight: bold;
    color: #00943d; }
  .w-groups-news .list_news .w-news .item .info .date {
    color: #666; }
    .w-groups-news .list_news .w-news .item .info .date i {
      margin-right: 7px; }

.details-news .content1 img {
  max-width: 100%;
  height: auto; }
.details-news .othernews h3 {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 20px;
  margin-top: 30px;
  color: #00943d; }
.details-news .othernews ul {
  padding: 0; }
  .details-news .othernews ul li a {
    color: #004370; }
    .details-news .othernews ul li a:hover {
      color: #c00; }

.details-news img {
  max-width: 100%;
  height: auto; }

.form_login {
  padding-top: 20px;
  padding-bottom: 100px; }
  .form_login h3 {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
    margin: 20px 0;
    color: #00943d; }
  .form_login .formLogin {
    width: 100%;
    max-width: 400px;
    margin: 0 auto; }
    .form_login .formLogin .btn {
      background: #00943d;
      text-transform: uppercase;
      font-weight: bold;
      font-size: 16px;
      padding: 7px 17px; }

/*# sourceMappingURL=style.css.map */
