.hidden {
  display: none;
}

.msgMobileShow {
  display: none;
  color: #da251d;
}

.rowDisable td {
  background-color: #DDD;
}

.section-banner-inner .container h3 {
  display: none;
}

.list-news .items-news.w-100 img {
  width: 60px;
  max-height: 45px;
}

.news-list .item {
  display: table;
  width: 100%;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #DDD;
}

.news-list .item:first-child {
  padding-top: 20px;
}

.news-list .item .img {
  display: inline;
  width: 200px;
  margin-right: 15px;
  float: left;
}

.news-list .item .img img {
  width: 100%;
  max-width: 200px;
}

.news-list .item .title {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 10px;
  display: block;
  color: #333;
}

.report {
  color: #da251d;
}

h3.title-search a {
  color: #FFF;
}

.vf_contact table {
  width: 100%;
}

.vf_contact table tr th {
  width: 120px;
}

.vf_contact table tr th label {
  font-weight: 400;
}

.vf_contact table tr td input[type=text] {
  width: 250px;
}

.vf_contact table tr td textarea {
  width: 350px;
  height: 100px;
}

.memMenuFunc {
  padding: 0px !important;
}

.memMenuFunc .form-group {
  background-color: #FFF;
  margin-bottom: 0px;
}

.form-group-member {
  padding-left: 0px;
  background-color: #FFF;
  margin-bottom: 0px;
}

.form-group-member:after {
  content: "";
  background: rgba(41, 22, 111, .48);
  position: absolute;
  width: 100%;
  height: 100%;
  left: 4px;
  bottom: -3px;
  z-index: -1;
}

.form-group-member li {
  display: block;
  padding: 6px 0;
  margin-left: 13px;
  margin-right: 13px;
  border-bottom: 1px solid #e1dfdf;
  z-index: 2;
}

.form-group-member li:last-child {
  border-bottom: 0px;
}

.form-group-member li a {
  display: inline-block;
  padding: 8px;
  border-bottom: solid 1px transparent;
  font-size: 1rem;
  color: #333;
  line-height: 1.2;
}

.frm-contact .captcha {
  background: #f7f7f7;
  border: 0;
  border-radius: 0;
  font-size: 14px;
  color: #333;
  font-weight: 700;
  padding-left: 15px;
}

.form-global .btn-cancel {
  background: #DDD;
  color: #000;
  text-transform: uppercase;
  width: 150px;
  height: 45px;
  border: 0;
  -webkit-transition: all .5s;
  transition: all .5s;
  margin-right: 20px;
}

.form-global .btn-cancel:hover {
  background: #840408;
  color: #FFF;
}

@media (max-width: 1180px) {
  .frm-search-bill .form-bill .txt-search-bill {
    width: 47%;
    margin-bottom: 10px;
  }

  .frm-search-bill .form-bill span.rowsMobile {
    width: 47%;
    margin-bottom: 10px;
    display: inline-block;
  }

  .frm-search-bill .form-bill span.rowsMobile .txt-search-bill {
    width: 83%;
    float: right;
  }

  .frm-search-bill .form-bill .btn-search-bill {
    width: 47%;
  }

  .orderList {
    overflow: hidden;
    overflow-x: scroll;
  }

  .orderList #listTable {
    width: 900px;
  }
}

@media (max-width: 980px) {
  .frm-search-bill .form-bill span.rowsMobile .txt-search-bill {
    width: 73%;
    float: right;
  }

  .msgMobileShow {
    display: block;
    margin-bottom: 10px;
  }
}

@media (max-width: 760px) {
  .frm-search-bill .form-bill .txt-search-bill {
    width: 100%;
    margin-bottom: 10px;
  }

  .frm-search-bill .form-bill span.rowsMobile {
    width: 100%;
    margin-bottom: 10px;
    display: inline-block;
  }

  .frm-search-bill .form-bill span.rowsMobile .txt-search-bill {
    width: 83%;
    float: right;
    margin-bottom: 0px;
  }

  .frm-search-bill .form-bill .btn-search-bill {
    width: 100%;
  }
}

@media (max-width: 530px) {
  .heading-page {
    display: block;
  }

  .heading-page h3,
  .heading-page .text-note-frm {
    display: block;
    width: 100%;
  }
}

@media (max-width: 440px) {
  .frm-search-bill .form-bill span.rowsMobile .txt-search-bill {
    width: 73%;
    float: right;
    margin-bottom: 0px;
  }
}

@media (max-width: 300px) {
  .frm-search-bill .form-bill span.rowsMobile .txt-search-bill {
    width: 100%;
    float: right;
    margin-bottom: 0px;
  }
}