
    /*begin header*//*background-color: rgba(0, 0, 0, 0.65);*/
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 100%;
}

.menu_main {
  -webkit-background-size: 100% 100%;
          background-size: 100% 100%;
}

.menu_mb {
  position: fixed;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 999;
  padding: 1px 15px;
  border-bottom: 1px solid #e5e5e5;
}

/* Content wrapper */
.wrapper {
  margin: 0 auto;
}

.wrapper-small {
  max-width: 728px;
}

.wrapper-flush {
  width: 100%;
}

.nav {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10000;
}

.nav-container {
  position: fixed;
  top: 62px;
  left: 0;
  z-index: 9999;
  overflow-y: auto;
  visibility: hidden;
  width: 300px;
  max-width: 70%;
  height: 100%;
  min-height: 100%;
  margin: 0;
  padding: 0;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  /*background-color: #c0c0c0;*/
  -webkit-overflow-scrolling: touch;
}

.nav-container.is-visible {
  visibility: visible;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.nav-toggle {
  line-height: 1;
  display: inline-block;
  padding: 1.25rem 1rem;
  border: 0;
  background-color: #fff;
  float: left;
  width: 60px;
  /*position: fixed;*/
  outline: none;
  z-index: 99;
}

.nav-toggle .icon-menu {
  position: relative;
  display: inline-block;
  width: 28px;
  height: 20px;
  vertical-align: middle;
  fill: none;
}

.icon-menu .line {
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 4px;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
     transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  background-color: #0084ff;
  -webkit-border-radius: 4px;
          border-radius: 4px;
}

.icon-menu .line-1 {
  top: 0;
}

.is-active .icon-menu .line-1 {
  -webkit-transform: translateY(8px) translateX(0) rotate(45deg);
  -ms-transform: translateY(8px) translateX(0) rotate(45deg);
  transform: translateY(8px) translateX(0) rotate(45deg);
}

.icon-menu .line-2 {
  top: 50%;
  margin-top: -2px;
}

.is-active .icon-menu .line-2 {
  opacity: 0;
}

.icon-menu .line-3 {
  bottom: 0;
}

.is-active .icon-menu .line-3 {
  -webkit-transform: translateY(-8px) translateX(0) rotate(-45deg);
  -ms-transform: translateY(-8px) translateX(0) rotate(-45deg);
  transform: translateY(-8px) translateX(0) rotate(-45deg);
}

.menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav-menu {
  background-color: #333333;
  /* 1 */
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* 2 */
}

.nav-menu > .menu-item.is-active.has-dropdown:after,
.nav-menu > .menu-item:hover.has-dropdown:after {
  color: #ffffff;
}

.nav-dropdown > .menu-item:hover {
  opacity: 0.95;
}

.nav-menu .menu-link {
  color: #fff;
  font-size: 14px;
  display: block;
  /* 1 */
  text-decoration: none;
  padding: 8px 15px;
}

.has-dropdown {
  position: relative;
  cursor: pointer;
}

.has-dropdown > .menu-link {
  display: inline-block;
}

.has-dropdown:after {
  padding-top: 3px;
  font-size: 24px;
  position: absolute;
  top: 0;
  right: 1rem;
  content: "+";
  color: #fff;
  line-height: 32px;
}

.nav-container.is-visible .nav-menu .menu-item {
  border-top: 1px solid transparent;
  border-color: #555555;
}

.has-dropdown.is-active:after {
  content: "\2013";
  /* 1 */
}

.nav-menu > .has-dropdown.is-active {
  background: #444444;
}

.nav-menu > .has-dropdown.is-active .has-dropdown.is-active {
  background: #a1a1a1;
}

.nav-dropdown {
  display: none;
  background-color: #444444;
}

.nav-dropdown .nav-dropdown {
  background-color: #a1a1a1;
}

.has-dropdown.is-active > .nav-dropdown {
  display: block;
  /* 1 */
}

.nav-dropdown .nav-dropdown .menu-iftem {
  background-color: #0f9ba3 !important;
}

.logo_mobile {
  text-align: center;
}

.logo_mobile img {
  width: 180px;
  height: auto;
}

.nav-menu > .menu-item > .menu-link {
  padding: 8px 15px;
}

.nav-container > .nav-menu.menu {
  padding-bottom: 100px;
}

@media (min-width: 992px) {
  .nav {
    background-color: rgba(0, 0, 0, 0.65);
  }
  .nav-container > .nav-menu.menu {
    padding-bottom: 0;
  }
  /* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ flex nav */
  /* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ end flex nav */
  .nav,
  .nav-container,
  .nav-container.is-visible {
    position: static;
    top: auto;
    left: auto;
    z-index: auto;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  .nav-container,
  .nav-container.is-visible {
    visibility: visible;
    height: auto;
    min-height: 0;
    overflow-y: visible;
    width: 100%;
    max-width: 100%;
  }
  .nav-toggle {
    display: none;
  }
  .nav-menu > .menu-item:hover {
    background-color: transparent;
    background-color: rgba(255, 255, 255, 0.2);
  }
  .nav-menu .menu-item {
    -webkit-transition: background-color 0.15s ease-in-out, color 0.15s ease-in-out;
    -o-transition: background-color 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, color 0.15s ease-in-out;
  }
  /*******************************************myConfig*******************************************/
  .nav-menu > .menu-item:last-child a {
    border: none;
  }
  .nav-menu > .menu-item > a {
    position: relative;
  }
  .nav-menu > .menu-item > a:before {
    content: '';
    position: absolute;
    top: 0px;
    right: -1px;
  }
  .nav-menu > .menu-item:last-of-type {
    border: none;
  }
  .nav-menu > .menu-item:last-of-type > a:before {
    content: none !important;
  }
  /************************************myConfig *****************************************/
  .nav-menu > .menu-item.has-dropdown.mega {
    position: static;
  }
  .nav-menu > .menu-item.has-dropdown.mega:hover ul.mega-wrap {
    display: block;
  }
  .nav-menu > .menu-item.has-dropdown.mega:after {
    content: '';
  }
  .nav-menu > .menu-item.has-dropdown.mega > a {
    position: relative;
  }
  .nav-menu > .menu-item.has-dropdown.mega > a:after {
    content: "";
  }
  .nav-menu > .menu-item.has-dropdown.mega > ul {
    background: #fff;
    width: 100%;
    min-height: 100px;
    padding: 10px;
  }
  .nav-menu > .menu-item.has-dropdown.mega > ul > li {
    background: #fff;
    display: inline-block;
    width: 20%;
    float: left;
    border: none;
  }
  .nav-menu > .menu-item.has-dropdown.mega > ul > li a {
    color: #000;
  }
  .nav-menu > .menu-item.has-dropdown.mega > ul > li > strong {
    position: relative;
    color: #000;
  }
  .nav-menu > .menu-item.has-dropdown.mega > ul > li > strong:before {
    position: absolute;
    left: 5px;
    top: 10px;
    font-family: Fontawesome;
    content: "\f0da";
    margin-right: 5px;
    color: #000;
    font-size: 12px;
  }
  .nav-menu > .menu-item.has-dropdown.mega > ul > li a:hover {
    color: #0c6136;
  }
  .nav-menu > .menu-item.has-dropdown > a:after {
    content: "\f0d7";
    font-family: FontAwesome;
    font-weight: normal;
    position: static;
    margin: 0 3px;
  }
  .nav-menu > .menu-item.has-dropdown:after {
    content: "";
    font-family: FontAwesome;
    font-size: 10px;
    position: absolute;
    right: 0px;
    top: 7px;
    padding-top: 0;
  }
  .has-dropdown:after {
    content: none;
  }
  .has-dropdown .has-dropdown:after {
    content: none;
  }
  .has-dropdown > .menu-link {
    padding-right: 2rem;
  }
  .nav-dropdown {
    text-align: left;
    left: 0px;
    display: block;
    opacity: 0;
    position: absolute;
    top: 100%;
    width: 100%;
    min-width: 200px;
    margin: 0;
    background-color: transparent;
    -webkit-border-radius: 0px;
            border-radius: 0px;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
            box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
    visibility: hidden;
    -webkit-transition: visibility 0s linear 0.25s, opacity 0.25s linear;
    -o-transition: visibility 0s linear 0.25s, opacity 0.25s linear;
    transition: visibility 0s linear 0.25s, opacity 0.25s linear;
  }
  .has-dropdown:hover > .nav-dropdown {
    visibility: visible;
    opacity: 1;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
       transition-delay: 0s;
  }
  .nav-dropdown .menu-item {
    border: none;
    border-bottom: 1px solid #555555;
    margin-top: 0px;
  }
  .nav-dropdown .menu-item:last-child {
    border-bottom: none;
  }
  .nav-dropdown .nav-dropdown .menu-item:hover {
    background: #909090;
  }
  .nav-dropdown .nav-dropdown,
  .nav-dropdown .nav-dropdown .menu-item {
    background-color: #a1a1a1;
    border-color: #909090;
  }
  .nav-dropdown .nav-dropdown {
    z-index: 998;
    top: 0;
    left: 100%;
  }
  .content {
    margin-top: 0;
  }
  /*=======new======*/
  .nav-menu > .menu-item > .menu-link {
    display: block;
    line-height: 20px;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    -webkit-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear;
    padding: 12px 20px 11px;
  }
  .nav-menu > .menu-item:first-child > .menu-link {
    position: relative;
    padding: x;
  }
  .nav-menu > .menu-item:first-child > .menu-link:before {
    content: '';
  }
  .nav-menu > .menu-item:last-child > .menu-link {
    background-image: none;
  }
  .nav-menu > .menu-item.active .nav-menu > .menu-item:hover {
    background: #0098da;
  }
  .nav-menu > .menu-item {
    position: relative;
    display: inline-block;
    padding: 0px 0px 0px 0px;
    border-top: 0px;
  }
  .nav-menu > .menu-item:last-child {
    border-right: none;
  }
  .nav-menu.menu,
  .nav:not(.nav-dropdown) {
    background: none;
    text-align: left;
  }
  .nav-menu.menu.clearfix {
    font-size: 0;
  }
  /*------------------*/
  .nav-menu > .menu-item.active > .menu-link,
  .nav-menu > .menu-item:hover > .menu-link {
    /* background: rgba(255,255,255,0.1); */
    /* color: $c1; */
  }
  .nav-menu > .menu-item > .menu-link {
    /* color: #fff; */
    background: url(./img/mn-bd.png) top right repeat-y;
  }
  .nav-menu > .menu-item:last-child > .menu-link {
    background-image: none;
  }
  /*-----------------*/
  .nav-menu > .menu-item > a:hover {
    /* color: $nav-hver; */
  }
  .nav-dropdown > .menu-item {
    padding: 0;
    background: #444444;
  }
  .nav-menu .menu-link {
    padding: 8px 15px 8px 15px;
  }
  .nav-dropdown > .menu-item > .menu-link {
    color: #ffffff;
  }
  .nav-dropdown > .menu-item > .menu-link:after {
    content: "";
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .nav-menu > .menu-item > .menu-link {
    text-transform: none;
    padding: 10px 20px;
    font-size: 14px;
  }
  .nav-menu > .menu-item:first-child > .menu-link {
    padding-left: px;
  }
}

.dp-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.oder3 {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
      -ms-flex-order: 3;
          order: 3;
}

.oder2 {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}

.oder1 {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}

.flex-1of3 {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 33.33333%;
      -ms-flex: 1 1 33.33333%;
          flex: 1 1 33.33333%;
}

.flex-wrap {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.ai-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.ai-flex-end {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.ai-stretch {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.as-flex-end {
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
}

.jc-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.jc-space-between {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.jc-space-around {
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}

@media (min-width: 992px) {
  .dp-flex-pc {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

@font-face {
  font-family: UTMHelvetIns;
  src: url("./fonts/UTMHelvetIns.eot?#iefix") format("embedded-opentype"), url("./fonts/UTMHelvetIns.woff") format("woff"), url("./fonts/UTMHelvetIns.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

a {
  color: #333333;
}

a:hover {
  color: #0084ff;
}

a,
button,
input {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

header {
  background: #fff;
  position: relative;
  z-index: 10;
}

header.fixed,
header .fixed {
  position: fixed;
  z-index: 3;
  width: 100%;
  top: 0;
  -webkit-box-shadow: 1px -1px 8px 0px black;
          box-shadow: 1px -1px 8px 0px black;
  background: #d80101;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.qts_head_top {
  font-size: 14px;
  font-weight: 400;
  color: #333;
}

.qts_head_top .img_logo_mb {
  max-height: 60px;
  max-width: 150px;
  width: initial;
}

.qts_head_top .hd-top {
  background: #0084ff;
  padding: 9px 0;
  color: #fff;
}

.qts_head_top .hd-top .hd-top-right {
  float: right;
}

.qts_head_top .hd-top .hd-top-right .part {
  display: inline-block;
  float: left;
  margin-right: 20px;
}

.qts_head_top .hd-top .hd-top-right .part .fa {
  margin-right: 3px;
}

header .box_search {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 100%;
  margin: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  background: white;
  -webkit-border-radius: 0px;
          border-radius: 0px;
  border: 1px solid #000;
  border-radius: 0px;
}

@media (min-width: 992px) {
  header .box_search {
    margin-left: 4px;
  }
  header .box_search:before {
    content: '';
    position: absolute;
    top: 0;
    left: -10px;
    height: 25px;
    width: 1px;
    background: #000;
  }
}

header .box_search .form-control,
header .box_search .butt_search {
  height: 25px;
  -webkit-border-radius: 0;
          border-radius: 0;
}

header .box_search .input_search {
  color: #333;
  border: none;
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding-left: 20px;
  margin-right: 10px;
}

header .box_search .input_search::-webkit-input-placeholder {
  color: #333;
  text-align: left;
  font-size: 12px;
}

header .box_search .input_search::-moz-placeholder {
  color: #333;
  text-align: left;
  font-size: 12px;
}

header .box_search .input_search:-ms-input-placeholder {
  color: #333;
  text-align: left;
  font-size: 12px;
}

header .box_search .input_search::-ms-input-placeholder {
  color: #333;
  text-align: left;
  font-size: 12px;
}

header .box_search .input_search::placeholder {
  color: #333;
  text-align: left;
  font-size: 12px;
}

header .box_search .butt_search {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  background: url(./img/i-search.png) center center no-repeat;
  text-align: center;
  padding: 6px 15px;
  margin-left: 0px;
  margin-right: -1px;
  border-color: transparent;
  -webkit-border-radius: 0px;
          border-radius: 0px;
}

header .box_search .butt_search:hover, header .box_search .butt_search:focus {
  -webkit-filter: brightness(1.1);
          filter: brightness(1.1);
}

header .box_search .butt_search .fa {
  color: #000;
}

/* ---------------------------------------------------------------------------------------- mid ----------------------------------------------------------------------- */
.qts_head_mid {
  /*background: url(./img/hd-bg-left.png) top left no-repeat, url(./img/hd-bg-right.png) top right no-repeat;
  -webkit-background-size: auto 100%;
          background-size: auto 100%;*/
  padding: 7px 0 30px;
}

.qts_head_mid .logo,
.qts_head_mid .hotline-top {
  display: inline-block;
}

.qts_head_mid .logo img,
.qts_head_mid .hotline-top img {
  width: initial;
}

.qts_head_mid .logo img,
.qts_head_mid .logo_pc img {
  position: relative;
  margin-top: 0px;
  margin-left: 0px;
  margin-bottom: 0px;
  margin-right: 0px;
}

.qts_head_mid div.name {
  font-family: 'UTMHelvetIns', sans-serif;
  position: relative;
  top: 0px;
  display: block;
  font-size: 31px;
  color: #0084ff;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 0px;
}

.qts_head_mid div.name a {
  color: #0084ff;
  text-decoration: none;
}

.qts_head_mid .hd-hotline {
  background: transparent url("./img/i-hl-top.png") left top no-repeat;
  font-size: 18px;
  color: #d80101;
  font-weight: bold;
  padding: 13px 0;
  padding-left: 60px;
}

.qts_head_mid .hd-hotline small {
  display: block;
  font-family: arial, sans-serif;
  font-size: 13px;
  font-weight: normal;
  color: #000;
}

.menu_bg {
  background: -webkit-gradient(linear, left top, left bottom, from(#9d9d9d), to(#6c6c6c));
  background: -webkit-linear-gradient(#9d9d9d, #6c6c6c);
  background: -o-linear-gradient(#9d9d9d, #6c6c6c);
  background: linear-gradient(#9d9d9d, #6c6c6c);
  margin-top: 0px;
}

.menu_bg .logo_pc {
  text-align: center;
}

/* ------------------------------------------------------------------------------------- bot ------------------------------------------------------------------------------- */
.search-drop {
  position: relative;
  cursor: pointer;
  display: inline-block;
}

.search-drop .drop-button:hover, .search-drop .drop-button.is-active {
  background: rgba(255, 255, 255, 0.2);
}

.search-drop .drop-button .fa {
  font-size: 20px;
  color: #333;
}

.search-drop .dropdown-content {
  position: absolute;
  z-index: 1;
  top: 100%;
  right: 0;
  width: 250px;
  padding: 30px 20px;
  background: #fff;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.6);
  display: none;
}

.search-drop .dropdown-content .close {
  opacity: 1;
  display: inline-block;
  font-size: 14px;
  width: 20px;
  height: 20px;
  line-height: 17px;
  text-align: center;
  color: #fff;
  position: absolute;
  top: -24px;
  right: 0px;
  background: #000;
  border: 1px solid #ccc;
  -webkit-border-radius: 100px;
  border-radius: 100px;
}

.search-drop .dropdown-content .box_search {
  width: 100%;
  margin-bottom: 0;
}

.search-drop .dropdown-content .box_search .input-group .form-control,
.search-drop .dropdown-content .box_search .input-group .btn {
  height: 40px;
  -webkit-border-radius: 0;
          border-radius: 0;
}

.search-drop .dropdown-content .box_search .input-group .form-control {
  font-size: 13px;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 4px solid #e5e5e5;
  background: #E7E7E7;
  border-right: none;
}

.search-drop .dropdown-content .box_search .input-group .input-group-btn {
  line-height: 0;
}

.search-drop .dropdown-content .box_search .input-group .btn {
  padding: 0 5px;
  line-height: 19px;
  color: #bfbfbf;
  font-size: 18px;
  z-index: 2;
  background: #E7E7E7;
  border: 4px solid #e5e5e5;
  border-left: none;
  border-right-width: 4px;
}

.search-drop .dropdown-content .box_search .input-group .btn:hover {
  background-color: #eee;
}

.search-drop .dropdown-content .box_search .input-group .btn .fa.fa-search {
  -webkit-filter: drop-shadow(1px 1px 0px gray);
          filter: drop-shadow(1px 1px 0px gray);
}

.search-drop .visible {
  display: block;
}

@media (min-width: 1260px) {
  .container {
    width: 1230px;
  }
}

@media (min-width: 1200px) {
  .col-lg-300 {
    position: relative;
    float: left;
    width: 30%;
  }
  .col-lg-700 {
    position: relative;
    float: left;
    width: 70%;
  }
}

@media (min-width: 992px) {
  .qts_head_mid .ul-control-box li {
    margin: 0 3px;
  }
  .nav-menu > .menu-item > .menu-link span.label_icon {
    display: inline-block;
  }
}

/*# sourceMappingURL=././maps/module/-header.css.map */
/*end header*/
/*begin footer*/footer {
  background: #f4f3ef url(./img/ft-bg.png) center center no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
  color: #fff;
}

footer .ft-tit {
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 10px;
}

footer .map-area > *,
footer .fb-area > * {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

footer .ft-icon {
  position: relative;
  padding-left: 20px;
  margin-bottom: 20px;
}

footer .ft-icon .fa {
  position: absolute;
  top: 3px;
  left: 0;
  width: 20px;
  text-align: center;
}

footer ul.ft-list li {
  padding: 5px 0px;
}

footer ul.ft-list li a {
  color: #fff;
  font-size: 12px;
}

footer ul.ft-list li a:hover {
  color: #0084ff;
}

footer ul.ft-list li a:before {
  content: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAHElEQVQYV2P8////f0ZGRkYUmgELQFUB00G0SgBhlyP6+YKPTgAAAABJRU5ErkJggg==");
  line-height: 12px;
  margin-right: 10px;
}

footer .ft-dangky .form-ft .form-input,
footer .ft-dangky .form-ft .form-btn {
  height: 45px;
  -webkit-border-radius: 0;
          border-radius: 0;
  border-color: transparent;
}

footer .ft-dangky .form-ft .form-btn {
  background: #ad302b;
  color: #fff;
  z-index: 2;
  padding-left: 20px;
  padding-right: 20px;
}

footer .ft-dangky .form-ft .form-btn:hover {
  background: #be413c;
}

footer .social-bot .fa {
  color: #fff;
}

.dib {
  display: inline-block;
}

.qts_footer_mid {
  padding: 30px 0 80px;
}

.qts_footer_bot {
  position: relative;
  background: rgba(0, 0, 0, 0.6);
  padding: 10px 0 8px;
  border-bottom: 2px solid #fff;
}

.qts_footer_bot a {
  font-size: 16px;
  color: #fff;
  display: inline-block;
  padding: 2px 5px;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.qts_footer_bot a:hover {
  color: #0084ff;
}

/* ======= */
#go_top {
  display: inline-block;
  z-index: 99999;
  color: #fff;
  width: 40px;
  height: 40px;
  line-height: 30px;
  text-align: center;
  -webkit-background-size: 300% auto;
          background-size: 300% auto;
  opacity: 0.7;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  position: fixed;
  bottom: 10px;
  right: 10px;
  cursor: pointer;
  font-size: 25px;
  color: #0084ff;
  border: 2px solid #0084ff;
}

/*# sourceMappingURL=././maps/module/-footer.css.map */
/*end footer*/
/*begin danhmuc*//*end danhmuc*/
/*begin tintucnoibat*/@font-face {
    font-family: 'Roboto_Regular';
    src: url('./fonts/Roboto-Regular.eot');
    src: url('./fonts/Roboto-Regular.eot') format('embedded-opentype'), url('./fonts/Roboto-Regular.woff')
    format('woff2'), url('./fonts/Roboto-Regular.woff') format('woff'), url('./fonts/Roboto-Regular.ttf')
    format('truetype'), url('./fonts/Roboto-Regular.svg#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
/*====css san pham moi====*/
.title_dmsp{
    background-color: #ff0000;
    padding: 8px 20px 8px;
    color: #FFF;
    font-size: 16px;
    font-weight: bold;
    margin: 0;
}
.box_sp_news{
    padding: 0px 20px 10px;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-bottom: 15px;
    box-shadow: 2px 2px 10px 0 rgba(0,0,0,0.05);
}
.product_list_widget> li {
    list-style: none;
    padding: 10px 0 5px 75px;
    min-height: 80px;
    position: relative;
    overflow: hidden;
    vertical-align: top;
    line-height: 1.33;
}
ul.product_list_widget li a:not(.remove) {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 13px;
    line-height: 19.5px;
    /* height: 40px; */
    text-transform: uppercase;
    max-height: 100px;
    font-family: Roboto_Regular;
    color: #333;
}
.product_list_widget> li a:hover{
    color: #DD3333 !important;
}
ul.product_list_widget li img {
    top: 10px;
    position: absolute;
    left: 0;
    width: 60px;
    height: 60px;
    margin-bottom: 5px;
    object-fit: cover;
    object-position: 50% 50%;
}
span.amount {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    color: #333;
    font-size: 13px;
    line-height: 21px;
    font-weight: bold;
    font-family: Roboto_Regular;

}
.woocommerce-Price-currencySymbol {
    font-size: 14px;
    font-weight: bold;
    font-family: Roboto_Regular;

}
ul.product_list_widget li+li {
    border-top: 1px solid #ececec;
}

/*==end-san pham moi===*//*end tintucnoibat*/
/*begin sanphamnoibat*//*end sanphamnoibat*/
/*begin video*/@font-face{font-family:"Roboto_Bold";src:url("./fonts/Roboto-Bold.woff");font-weight:normal;font-style:normal}@font-face{font-family:"Roboto_Medium";src:url("../fonts/Roboto-Medium.woff");font-weight:normal;font-style:normal}@font-face{font-family:"UTM_HelvetIns";src:url("../fonts/UTMHelvetIns.eot");src:url("../fonts/UTMHelvetIns.eot?#iefix") format("embedded-opentype"), url("../fonts/UTMHelvetIns.woff") format("woff"), url("../fonts/UTMHelvetIns.ttf") format("truetype"), url("../fonts/UTMHelvetIns.svg#aller") format("svg");font-weight:normal;font-style:normal}@font-face{font-family:"UVN_HongHaHep";src:url("../fonts/UVNHongHaHep.eot");src:url("../fonts/UVNHongHaHep.eot?#iefix") format("embedded-opentype"), url("../fonts/UVNHongHaHep.woff") format("woff"), url("../fonts/UVNHongHaHep.ttf") format("truetype"), url("../fonts/UVNHongHaHep.svg#aller") format("svg");font-weight:normal;font-style:normal}@font-face{font-family:"UVN_HongHaHepBold";src:url("../fonts/UVNHongHaHepBold.eot");src:url("../fonts/UVNHongHaHepBold.eot?#iefix") format("embedded-opentype"), url("../fonts/UVNHongHaHepBold.woff") format("woff"), url("../fonts/UVNHongHaHepBold.ttf") format("truetype"), url("../fonts/UVNHongHaHepBold.svg#aller") format("svg");font-weight:normal;font-style:normal}@font-face{font-family:"UTM_AmericanSans";src:url("../fonts/UTMAmericanSans.eot");src:url("../fonts/UTMAmericanSans.eot?#iefix") format("embedded-opentype"), url("../fonts/UTMAmericanSans.woff") format("woff"), url("../fonts/UTMAmericanSans.ttf") format("truetype"), url("../fonts/UTMAmericanSans.svg#aller") format("svg");font-weight:normal;font-style:normal}.content_right .box_bd{border:1px solid #dddddd;padding:2px 8px}
.content_right .box_bd .box_video{text-align:center;padding:5px 0px;}
.box_bd{
	margin-bottom: 15px;
}

/*end video*/
/*begin hotrotructuyen*/.aside-tit {
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  background: #49a823;
  color: #fff;
  padding: 10px 20px;
  margin: 0;
}

.aside-tit:before {
  content: url(../img/aside-tit-bf.png);
  margin-left: -10px;
  margin-right: 5px;
}


.box-hotro {
  margin-bottom: 20px;
} 

.box-hotro img {
  width: initial;
}

.box-hotro img.sup {
  width: 100%;
}

.box-hotro .as-hotline {
  padding:0px 20px; 
  margin: auto;
  border: 1px solid #dadada;
  font-size: 14px;
}
.sp li{
  padding: 5px 0px;
}
.sp li img{
  margin-right: 5px;
}
.sp{
  border-bottom: 1px solid #dadada;
  padding-bottom: 15px;
}

.box-hotro .as-hotline .red {
  font-family: arial;
  font-weight: bold;
  font-size: 18px;
  color: #ff0000;
  padding-left: 8px;
}

.box-hotro .as-hotline .tuvan {
  position: relative;
  padding-left: 14px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px dotted #ccc;
}

.box-hotro .as-hotline .tuvan:last-child {
  border-bottom: none;
}

.box-hotro .as-hotline .tuvan:before {
  content: url("../img/i-tuvan.png");
  position: absolute;
  top: -3px;
  left: 0;
}

.box-hotro .as-hotline .tuvan .tuvan-text {
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
}

.box-hotro .as-hotline .tuvan .tuvan-text a {
  color: #ff0000;
}

.box-hotro .as-hotline .tuvan .tuvan-text a:hover {
  text-decoration: underline;
}

.box-hotro .as-hotline .tuvan .tuvan-text .black {
  color: #525252;
}

.box-hotro .as-hotline .tuvan .tuvan-i {
  float: right;
  margin-top: 3px;
  margin-right: 5px;
}

.box-hotro .as-hotline .tuvan .tuvan-i img {
  width: initial;
  margin-left: 3px;
}/*end hotrotructuyen*/
/*begin counter*//*end counter*/

/*begin fanpage*//*end fanpage*//*end fanpage*//*end fanpage*//*end fanpage*//*end fanpage*//*end fanpage*//*end fanpage*//*end fanpage*//*end fanpage*//*end fanpage*//*end fanpage*//*end fanpage*//*end fanpage*//*end fanpage*//*end fanpage*//*end fanpage*//*end fanpage*//*end fanpage*//*end fanpage*//*end fanpage*/
/*begin content_right*/ /*end content_right*/
/*begin sanphamnoibat-home*/


.title-home {
  background: #e9e9e9;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  height: 31px;
  line-height: 31px;
  padding: 0 10px;
  margin: 0;
  margin-bottom:20px;
}

.title-home:after {
  font-family: FontAwesome;
  content: "\f106";
  font-size: 25px;
  float: right;
}

.title-home a {
  color: #000;
  text-decoration: none;
}

.home-prod {
  background: #fff;
  font-size: 12px;
  margin-bottom: 20px;
}

.home-prod .reRenderImg {
  display: block;
  text-align: center;
}

.home-prod .reRenderImg img {
  display: inline-block;
  width: auto;
  max-height: 100%;
}

.home-prod h3 {
  font-size: 15px;
  font-weight: 500;
  text-transform: none;
  margin-top: 0;
}

.home-prod .reRenderImg {
  border: 1px solid #e5e5e5;
}

.home-prod .txt {
  text-align: center;
  padding-top: 10px;
  color: #3d3d3d;
}

.home-prod .txt h3 {
  font-size: 15px;
  font-weight: bold;
}

.home-prod .txt h3 a {
  color: #5c5d5d;
}

.home-prod .txt h3 a:hover {
  color: #0084ff;
}

.home-prod .txt .desc {
  text-align: left;
}
.desc{
  height: 48px;
  overflow: hidden
}

.home-prod .txt .more {
  font-size: 13px;
  color: #0a7d21;
  text-transform: uppercase;
  display: inline-block;
  margin: 10px 0;
}

.home-prod .price {
  font-size: 15px;
  color: #d80101;
}

.home-prod .reRenderImg {
  display: block;
  width: 100%;
  overflow: hidden;
}

.home-prod .reRenderImg img {
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.home-prod .reRenderImg img:hover {
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

/*# sourceMappingURL=../../maps/module/-sanpham-home.css.map */
/*end sanphamnoibat-home*/
/*begin sanphambanchay-home*//*end sanphambanchay-home*/
/*begin sanphammoi-home*//*end sanphammoi-home*/
/*begin danhmucsanpham-home*/ /*end danhmucsanpham-home*/
    
    /*begin root_content*/.root_content{padding-left:10px;padding-bottom:10px;}/*end root_content*/

    /*begin title_left*//*end title_left*/
    /*begin title_right*//*end title_right*/
    /*begin title_tintuchome_home*//*end title_tintuchome_home*/
/*begin banner*/	/*========slider_banner=========*/

	.slider_banner .owl-nav .owl-prev{
	    background: none !important;
	}
	.slider_banner .owl-nav .owl-next{
	    background: none !important;
	}
	.icon_slider{
	    font-size: 64px;
	    text-shadow: #000000 0px 0px 4px;
	}
	.slider_banner .owl-nav [class*='owl-']{
	    display: none;
	}
	/*.slider_banner:hover .owl-nav [class*='owl-']{*/
	    /*display: block;*/
	/*}*/

	/*=====and_slider_banner*/
	.slider_banner .owl-dots .owl-dot.active span, .slider_banner .owl-dots .owl-dot:hover span{
	    background: #07a700;
	}
	.slider_banner .owl-dots .owl-dot span{
	    background:  #474747;
	    width: 13px;
	    height: 13px;
	    margin: 5px 6px
	}
	.slider_banner .owl-dots{
	    bottom: -35px;
	}/*end banner*/
    /*begin product_detail*//*end product_detail*/
    /*begin title_danhmuc2*//*end title_danhmuc2*/
    /*begin title_danhmucsanpham*//*end title_danhmucsanpham*/
    /*begin title_tintuc*//*end title_tintuc*/
    /*begin title_video*//*end title_video*/
    /*begin title_partner*//*end title_partner*/
    /*begin tintuchome-home*//*end tintuchome-home*/

/*begin video_home*//*end video_home*/
/*begin pro_detail*//*end pro_detail*/
/*begin pages_home*/.abc{
	color:red;
}/*end pages_home*/
/*begin media_image*/@font-face {
    font-family: 'UTM_HelvetIns';
    src: url('./fonts/UTMHelvetIns.eot');
    src: url('./fonts/UTMHelvetIns.eot') format('embedded-opentype'), url('./fonts/UTMHelvetIns.woff')
    format('woff2'), url('./fonts/UTMHelvetIns.woff') format('woff'), url('./fonts/UTMHelvetIns.ttf')
    format('truetype'), url('./fonts/UTMHelvetIns.svg#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
/*==========Main============*/
.menu_mb{
    position: fixed;
    width: 100%;
    background: #ffffff;
    z-index: 999;
    padding: 1px 15px;
    border-bottom: 1px solid #ccc;
}
#go_top {
    position: fixed;
    width: 24px;
    height: 25px;
    background: #fb7600;
    color: #fff;
    text-align: center;
    line-height: 25px;
    font-size: 18px;
    font-weight: bold;
    background-size: 100% 100%;
    display: inline-block;
    z-index: 100;
    bottom: 25px;
    right: 25px;
}
.img_logo_mb{
    max-height: 60px;
    max-width: 70%
}
.menu_main .nav.is-fixed{
    position: relative;
    z-index: 105;
}

/*====================================================*/

.box_left{
    padding: 12px 6px 3px 6px;
    border: 1px solid #d2d2d2;
    border-top: none;
}
.img_news_left:hover{
    opacity: 0.85;
}
.item_news_left{
    margin-bottom: 16px;
}
.text_news_left{
    font-family: arial;
    font-size: 14px;
    color: #000000;
    text-align: justify;
}
.text_news_left:hover{
    color: #fb7600;
}
.col_news_left{
    margin-bottom: 23px;
}
.name_img a{
    font-family: arial;
    font-size: 14px;
    color: #000;
    display: block;
    margin-top: 7px;
}
.name_img a:hover{
    color: #fb7600;
}
.item_box_img {
    margin-bottom: 14px;
}
.img:hover{
    opacity: 0.85;
}
.name_news{
    margin-bottom: 13px;
}
.name_news a{
    font-family: arial;
    font-size: 18px;
    color: #000;
}
.name_news a:hover{
    color: #fb7600;
}
.news_review p{
    font-family: arial;
    font-size: 13px;
    color: #404040;
    text-align: justify;
}
.img_news{
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
    outline: 1px solid #fff;
}
.img_news:hover{
    outline: 1px solid #fff;
    outline-offset: -10px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
/*====================================================*/
@media (min-width:992px) and (max-width:1199px) /* md*/{
    .list_link_hd{
        float: left !important;
    }
}

@media (min-width:768px) and (max-width:991px) /* sm*/{
    .name_img a{
        font-size: 13px!important;
    }

    /*======================*/
}
/*end media_image*/
/*begin news1*//*end news1*/
/*begin news2*//*end news2*/
/*begin tintucnoibat-home*//*end tintucnoibat-home*/


/* update 7/3/2018 -----> */
.qts_head_mid h1.name a{
  letter-spacing:1px;
}
.title_left{
  margin-bottom:0px; 
}
.name_f{
  text-align: center;
  font-size:24px;
  margin-bottom:40px; 
}
.name_f a{
  display: inline-block ;
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
  padding-bottom: 10px;
  border-bottom: 2px solid #fff;
}
.content_page{
  font-size: 14px;
  color: #333;
  text-align: justify;
  line-height: 23px;
}
.content_page img{
  max-width: 100%;
  margin: 10px 0px;
}
.dcs-new-page{
  color: #333;
}
.img-detail{
  text-align: center;
  margin: auto;
}    
.title_detail_fix{
  color: #000;
  text-transform: uppercase;
  margin: 15px 0px;
  font-weight: bold;
}
.sp_phone{
  font-size: 24px;
  color: #bb0101;
}
.email_sp{
  color: #00a1dd;
}
.phone_sp{
  color:#da0202;
}
/* update 21/2/2019 -----> */
.ctent_sli {
  position: absolute;
  left: 0;
  right: 0;
  top: 40%;
  z-index: 100;
  width: 600px;
  margin: auto;
  text-align: center;
  font-size: 18px;
  color: #fff;
  background: rgba(0, 0, 0, 0.65);
  padding: 10px 15px;
}