
    /*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%;
}

.sc_header_menu {
  position: relative;
  z-index: 2;
}

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

@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;
}
@font-face {
    font-family:UTM_AVOBOLD_4;
    src: url(./fonts/UTM_AVOBOLD_4.TTF);
    url('./fonts/UTM_AVOBOLD_4.woff2?v=4.3.0') format('woff2'),
    url('./fonts/UTM_AVOBOLD_4.woff?v=4.3.0') format('woff'),
    url('./fonts/UTM_AVOBOLD_4.ttf?v=4.3.0') format('truetype'),
    url('./fonts/UTM_AVOBOLD_4.svg?v=4.3.0#fontawesomeregular') format('svg');
} 

.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: #da251c;
  -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-menu .menu-link {
  color: #fff;
  font-size: 14px;
  display: block;
  /* 1 */
  text-decoration: none;
  padding: 8px 15px;
}

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

.nav-dropdown > .menu-item:hover > .menu-link {
  /* display: inline-block; */
  -moz-filter: brightness(1.1);
  -o-filter: brightness(1.1);
  -ms-filter: brightness(1.1);
  -webkit-filter: brightness(1.1);
  filter: brightness(1.1);
}

.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: #333333;
}

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

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

.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 10px;
}

.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;
  } 
  .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: 10px;
    right: -1px;
    width: 1px;
    height: 13px;
  }
  .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 .mega-tit {
    color: #333;
    font-size: 14px;
    padding: 5px 15px;
    border-bottom: 1px solid #ccc;
  }
  .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: none;
    /* content: ""; */
  }
  .nav-menu > .menu-item.has-dropdown.mega > .nav-dropdown {
    min-height: 200px;
  }
  .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;
    padding: 0;
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .nav-menu > .menu-item.has-dropdown.mega ul > li a {
    color: #000 !important;
  }
  .nav-menu > .menu-item.has-dropdown.mega ul > li a:hover {
    color: #007ae2 !important;
  }
  .nav-menu > .menu-item.has-dropdown.mega ul > li a:before {
    font-family: FontAwesome;
    content: "\f138";
    margin-right: 5px;
    margin-left: -15px;
  }
  .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 #ccc;
    border-right: 1px solid #ccc;
    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: 13px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    -webkit-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear;
    padding: 10px 3px 10px;
  }
  .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;*/
     padding: 8px 5px 8px 5px;
  }
  .nav-dropdown > .menu-item > .menu-link {
    color: #0056a8;
  }
  .nav-dropdown > .menu-item > .menu-link:after {
    content: "";
  }
}

.mega .mega-tit {
  color: #fff;
  padding: 10px 0;
}

@media (max-width: 991px) {
  .mega .mega-tit {
    border-top: 1px solid #555555;
  }
}

.mega ul li {
  padding: 0;
}

@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: UTMNeoSansIntel;
  src: url("./fonts/UTMNeoSansIntel.eot?#iefix") format("embedded-opentype"), url("./fonts/UTMNeoSansIntel.woff") format("woff"), url("./fonts/UTMNeoSansIntel.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

.clb-header {
  height: 71px;
}

a {
  color: #333333;
}

a:hover {
  color: #da251c;
}

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;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

header .box_search {
  position: relative;
  display: inline-block;
  float: left;
  width: 100%;
  max-width: 100%;
  background: transparent;
  border: 1px solid #ccc;
  margin: auto;
  margin-top: 5px;
  margin-bottom: 5px;
}

@media (min-width: 992px) {
  header .box_search {
    width: 420px;
    margin: 0;
  }
}

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

header .box_search .input_search {
  color: #fff;
  border: none;
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding-left: 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 .btn_search {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  background: #da251c;
  text-align: center;
  padding: 6px 10px;
  margin-left: 0px;
  margin-right: -1px;
  margin-left: 0 !important;
  border-color: transparent;
  -webkit-border-radius: 0px;
          border-radius: 0px;
}

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

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

.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: #da251c;
  padding: 5px 0;
  color: #fff;
}

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

.qts_head_top .hd-top .hd-top-left .hd-hotline {
  float: left;
  line-height: 30px;
  margin-right: 40px;
}

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

.qts_head_top .hd-top .hd-top-right .user-control li {
  position: relative;
  display: inline-block;
}

.qts_head_top .hd-top .hd-top-right .user-control li a {
  color: #fff;
  text-transform: uppercase;
  display: block;
  line-height: 30px;
  padding: 0 10px;
}

.qts_head_top .hd-top .hd-top-right .user-control li a img {
  vertical-align: sub;
}

/* ---------------------------------------------------------------------------------------- mid ----------------------------------------------------------------------- */
.qts_head_mid {
  position: relative;
}

.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 {
  float: left;
  position: relative;
  margin-top: 10px;
  margin-left: 0px;
  margin-bottom: 10px;
  margin-right: 0px;
} 
.qts_head_mid .hd-slogan {
  font-family: 'UTM_HelvetIns';
  overflow: hidden;
  color:#0067b4;
  font-size:18px;
  text-align: center;
  line-height: 1.7;
  margin-top:30px;
 
  text-transform: uppercase;
}
.slogan_site {
  font-family: 'UTM_HelvetIns';
  overflow: hidden;
  color:#0098db;
  font-size:18px;
  text-align: center;
  text-transform: uppercase;
}

.qts_head_mid .hd-service {
  padding-top:30px;
}

.qts_head_mid .hd-service img {
  float: left;
  margin-right: 10px;
}

.qts_head_mid .hd-service .txt {
  overflow: hidden;
}

.qts_head_mid .hd-service .txt h3 {
  font-size: 12px;
  font-weight: bold;
  /* text-transform: uppercase; */
  margin: 0;
}

.qts_head_mid .hd-service .txt p {
  font-size: 14px;
}

.menu_bg {
  /*background:#e8811a;*/
  font-family: 'open sans', sans-serif;
  margin-top: 0px;
}

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

/* ------------------------------------------------------------------------------------- bot ------------------------------------------------------------------------------- */
@media (min-width: 1200px) {
  .container {
    width: 1200;
  }
}

@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) {
  .nav-menu.menu .home-pc {
    vertical-align: top;
  }
  .nav-menu.menu .home-pc .menu-link {
    padding: 5px 10px 6px;
  }
  .nav-menu.menu .home-pc img {
    position: relative;
    top: 5px;
  }
  .nav-menu.menu > .menu-item:hover > .menu-link {
    color: #fff;
  }
  .nav-menu.menu .menu-item {
    /* border: none !important; */
  }
  .nav-menu.menu .menu-item ul {
    background:#e5e6e7;
    width: 400px;
  }
  .nav-menu.menu .menu-item ul * {
    background: #e5e6e7;
    font-weight: bold;
  }
  .nav-menu.menu .menu-item li {
    -webkit-box-shadow: 0 0px 1px rgba(0, 0, 0, 0.4);
            box-shadow: 0 0px 1px rgba(0, 0, 0, 0.4);
  }
}
.menu-item i{
    margin-top: 14px;
    font-size: 6px;
    color: #006eb6;
    float: left;
        margin-left: 5px;
    margin-right: 5px;
}
#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: 60px;
  right: 10px;
  cursor: pointer;
  font-size: 25px;
  color: #506248;
  border: 2px solid #506248;
}
 
footer .ft-name {
  font-size:14px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
}

footer .ft-tit {
  font-size: 13px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
}

footer ul.list-about li {
  position: relative;
  font-size: 13px;
  padding-left: 25px;
}

footer ul.list-about li img {
  position: absolute;
  top: 1px;
  left: 0;
}

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

.qts_footer_mid {
  background:url('../img/66.jpg')no-repeat;
  background-size: 100% 100%; 
  color: #fff;
  padding: 40px 0px;
  /*margin-top: 40px;*/
}

.qts_footer_bot {
  font-size: 14px;
  color: #fff;
  background: #364331;
  padding: 15px 0;
}

.qts_footer_bot .cpr {
  font-size: 16px;
}

.qts_footer_bot .cpr a {
  color: #47d4ff;
} 
.center {
  text-align: center;
} 
.dm-title {
  font-size: 13px;
  font-weight: bold;
  background: #49a823;
  text-transform: uppercase;
  color: #fff;
  padding: 12px 20px;
  margin-bottom: 0;
}

.dm-title .fa {
  font-size: 18px;
  margin-left: -10px;
  margin-right: 5px;
}
.box-danhmuc{
  margin-bottom: 20px;
}
.box-danhmuc .as-menu {
  position: relative;
  z-index: 2;
  list-style-type: none;
  padding: 0;
  margin: 0;
  background: #e0fed4;
  padding: 5px 0;
}

.box-danhmuc .as-menu > li:first-child {
  border-top: none;
}

.box-danhmuc .as-menu li {
  position: relative;
}

.box-danhmuc .as-menu li a {
  display: block;
  text-decoration: none;
  color: #000;
  white-space: nowrap;
}

.box-danhmuc .as-menu li a:hover {
  color: #49a823;
}

.box-danhmuc .as-menu li:last-child {
  border-bottom: none;
}

.box-danhmuc .as-menu li > a {
  border: none;
}

.box-danhmuc .as-menu li.dropdown {
  position: relative;
  z-index: 1;
}

.box-danhmuc .as-menu li.dropdown:after {
  font-family: FontAwesome;
  content: "\f0d7";
  position: absolute;
  padding-top: 3px;
  font-size: 16px;
  padding-left: 50px;
  top: 6px;
  right: 16px;
  right: 1rem;
  color: #333;
  line-height: 20px;
  cursor: pointer;
}

.box-danhmuc .as-menu li.dropdown.is-active:after {
  content: "\f0d8";
}

.box-danhmuc .as-menu li.dropdown.is-active > .dropdown-content {
  max-height: 700px;
  padding-left: 10px;
  background: #efefef;
}

.box-danhmuc .as-menu li.dropdown > a {
  display: inline-block;
}

.box-danhmuc .as-menu li.dropdown .dropdown-content {
  height: auto;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  list-style-type: none;
  padding-left: 0;
}

.box-danhmuc .as-menu li.dropdown .dropdown-content li {
  padding-left: 0px !important;
}

.box-danhmuc .as-menu > li {
  border-top: 1px solid #ebebeb;
  padding-left: 0;
  padding-right: 0;
}

.box-danhmuc .as-menu > li a {
  border: none !important;
}

.box-danhmuc .as-menu > li ul li {
  border-top: 1px solid #ebebeb;
}

.box-danhmuc .as-menu > li > a:before {
  content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAI0lEQVQYV2MU82L8z8DAwPBq239GGBvOQBEEqUIH2FViMxMAe7wVhtka8MQAAAAASUVORK5CYII=);
  position: absolute;
  left: 15px;
  top: 10px;
}

.box-danhmuc .as-menu li {
  border-top: 1px solid #49a823;
}

.box-danhmuc .as-menu li.dropdown:hover > a {
  color: #ff1500;
}

.box-danhmuc .as-menu li.dropdown > a {
  position: relative;
}

.box-danhmuc .as-menu li.dropdown > a:after {
  font-family: FontAwesome;
  float: right;
}

.box-danhmuc .as-menu li a {
  position: relative;
  display: block;
  color: #164a01;
  font-size: 13px;
  padding: 10px 30px 8px;
  padding-right: 5px;
}

.box-danhmuc .as-menu li a:hover {
  color: #ff1500;
}
/*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;
} 
.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: 38px;
    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;
}
.block-content {
  background: #fff;
  -webkit-border-radius: 8px;
          border-radius: 8px;
  overflow: hidden;
  margin-bottom: 20px;
}

.p110-all {
  padding: 11px;
}

.title-home {
  background: -webkit-gradient(linear, left top, left bottom, from(#ff7d00), color-stop(48%, #ff9f45), color-stop(51%, #ffa73d), to(#ffa03c));
  background: -webkit-linear-gradient(#ff7d00, #ff9f45 48%, #ffa73d 51%, #ffa03c 100%);
  background: -o-linear-gradient(#ff7d00, #ff9f45 48%, #ffa73d 51%, #ffa03c 100%);
  background: linear-gradient(#ff7d00, #ff9f45 48%, #ffa73d 51%, #ffa03c 100%);
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  height: 32px;
  line-height: 32px;
  padding: 0 10px;
  margin: 0;
  margin-bottom: 0px;
}

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

.sup {
  text-align: center;
  font-size: 12px;
  margin-bottom: 10px;
}

.sup .tit {
  color: #f58220;
  font-weight: bold;
}

.sup .name {
  color: #000;
  font-weight: bold;
}

.sup .tel {
  color: #8d8d8d;
}

.sup .tel span {
  font-weight: bold;
}

.sup hr {
  margin: 10px -10px;
}
.sc-sanpham-home {
  margin-top: 50px;
}

.sc-sanpham-home .title-home {
  font-size: 13px;
  font-weight: bold;
  margin: 0;
  margin-bottom: 15px;
  border-bottom: 3px double #0857b3;
}

.sc-sanpham-home .title-home a {
  color: #0857b3;
  text-transform: uppercase;
  display: inline-block;
  text-decoration: none;
  padding: 5px 10px 5px 0;
}

.sc-sanpham-home .title-home .more {
  font-size: 12px;
  text-transform: none;
  font-weight: normal;
}

.sc-sanpham-home .home-prod {
  background: #fff;
}

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

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

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

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

.sc-sanpham-home .home-prod .txt {
  text-align: center;
  padding-top: 10px;
}

.sc-sanpham-home .home-prod .txt h3 {
  font-weight: bold;
}

.sc-sanpham-home .home-prod .price {
  color: #f84c00;
} 
	.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 .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;
	} 
.qts_news{
    margin: 15px 0px;
}
.full_news{
    float: left;
    width: 100%;
}
.name_news{
    font-size: 14px;
    line-height: 22px;
    text-align: justify;
    text-transform: uppercase;
    margin: 10px 0px 10px 0px;
    max-height: 44px;
    overflow: hidden;
}
.name_news> a {
    color: #333;
}
.name_news> a:hover{
    opacity: 0.85;
}
.box_news{
    margin-bottom: 30px;
}
.text_news> p {
    color: #5a5a5a;
    font-size: 12px;
    padding-bottom: 15px;
    border-bottom: 1px solid #d9d9d9;

}
.text_news> p> i {
    font-size: 14px;
    margin-right: 3px;
    color: #999999;
}
.mota_news{
    margin: 12px 0px;
    color: #5a5a5a;
    font-size: 12px;
    line-height: 22px;
    height: 65px;
    overflow: hidden;
    text-align: justify;
}

.title_slider_box{
    text-align: center;
    color: #333333;
    font-size: 30px;
    text-transform: uppercase;
    font-family: UVN_HongHaHepBold;
    margin: 0;
    position: relative;
    height: 33px;
    margin-bottom: 30px;
    margin-top: 10px;
}
.title_slider_box> span{
    position: inherit;
    left: 0px;
    top: 0px;
    z-index: 10;
    background: #ffffff;
    padding: 0px 30px;
}

.lick_me_news{
    text-align: center;
    margin-top: 10px;
}
.lick_me_news>  a{
    color: #333333;
    font-size: 12px;
    font-weight: bold;
    padding: 12px 35px;
    border: 1px solid #333333;
}
.lick_me_news>  a:hover{
    text-decoration: underline;
}/*end tintuchome_home*/

/*begin video_home*//*end video_home*/
/*begin pro_detail*/.title-home {
  font-family: 'roboto', sans-serif;
  font-weight: 700;
  font-size: 24px;
  text-transform: uppercase;
  margin: 0;
}

.title-home a {
  position: relative;
  z-index: 1;
  display: inline-block;
  text-decoration: none;
  background: #f4d642;
  padding: 15px 20px;
  margin-left: 15px;
  -webkit-border-radius: 20px;
          border-radius: 20px;
}

.sc-detail .tit_detail {
  font-family: roboto, sans-serif;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  background: #412f1c;
  padding: 10px 20px 8px;
  margin-top: 0;
}

.sc-detail .tit_detail a {
  color: #f4d642;
}

.sc-detail .detail:after {
  content: '';
  clear: both;
  display: table;
}

.detail-name {
  font-family: 'arial', sans-serif;
  font-size: 18px;
  color: #0089cf;
  font-weight: bold;
  margin: 0;
  margin-bottom: 10px;
}

.sc-detail .detail .prod-detail .status {
  padding-bottom: 5px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 5px;
}

.sc-detail .detail .prod-detail .status b {
  color: #000;
  display: inline-block;
  width: 100px;
}

.sc-detail .detail .prod-detail .status .red {
  color: #ff0000;
}

.sc-detail .detail .detail-tab {
  margin-bottom: 20px;
}

.sc-detail .detail .detail-tab li {
  display: inline-block;
}

.sc-detail .detail .detail-tab li.active a {
  background: #fff;
}

.sc-detail .detail .detail-tab li a {
  color: #000;
  background: #ebe9eb;
  display: block;
  font-weight: bold;
  padding: 10px 20px;
  text-transform: uppercase;
}

.sc-detail .lienquan {
  font-size: 12px;
}

.sc-detail .lienquan .prod-lienquan {
  text-align: center;
  margin-bottom: 20px;
}

.sc-detail .lienquan .prod-lienquan img {
  border: 1px solid #ccc;
}

.sc-detail .lienquan .prod-lienquan h3 {
  font-size: 16px;
  font-weight: bold;
  margin-top: 10px;
}

.sc-detail .lienquan .prod-lienquan h3 a {
  color: #0879d9;
}

.sc-detail .lienquan .prod-lienquan .more {
  color: #999;
}

/*==================================================Slider detail=================================================================*/
.gc-icon.gc-icon-download {
  display: none !important;
}

.gc-thumbs-area-next .gc-icon.gc-icon-next:before {
  content: "\f105" !important;
  font: normal normal normal 24px/1 fontawesome !important;
  width: 24px;
  height: 24px;
  text-align: center;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.gc-thumbs-area-prev .gc-icon.gc-icon-prev:before {
  content: "\f104" !important;
  font: normal normal normal 24px/1 fontawesome !important;
  width: 24px;
  height: 24px;
  text-align: center;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.gc-display-area .gc-icon.gc-icon-next {
  width: 36px !important;
  height: 50px !important;
  right: 10px;
  border: none;
}

.gc-display-area .gc-icon.gc-icon-next:before {
  content: "\f105" !important;
  font: normal normal normal 48px/1 fontawesome !important;
  width: 36px;
  color: #fff;
  height: 50px;
  text-align: center;
}

.gc-display-area .gc-icon.gc-icon-prev {
  width: 36px !important;
  height: 50px !important;
  left: 10px;
  border: none;
}

.gc-display-area .gc-icon.gc-icon-prev:before {
  content: "\f104" !important;
  font: normal normal normal 48px/1 fontawesome !important;
  width: 36px;
  color: #fff;
  height: 50px;
  text-align: center;
}

.gc-overlay-right-icons .gc-icon.gc-icon-next {
  width: 36px !important;
  height: 50px !important;
  text-align: center;
}

.gc-overlay-right-icons .gc-icon.gc-icon-next:before {
  content: "\f105" !important;
  font: normal normal normal 48px/1 fontawesome !important;
  width: 36px !important;
  height: 50px !important;
  color: #fff;
}

.gc-overlay-left-icons .gc-icon.gc-icon-prev {
  width: 36px !important;
  height: 50px !important;
  text-align: center;
}

.gc-overlay-left-icons .gc-icon.gc-icon-prev:before {
  content: "\f104" !important;
  font: normal normal normal 48px/1 fontawesome !important;
  width: 36px !important;
  height: 50px !important;
  color: #fff;
}

.gc-icon.gc-icon-enlarge {
  display: none !important;
}

.gc-overlay-top-icons .gc-icon.gc-icon-close:before {
  content: "\f00d" !important;
  font: normal normal normal 25px/1 fontawesome !important;
  color: #fff;
  width: 24px;
  text-align: center;
}

.slider_detail .glass-case {
  margin: auto;
}

.slider_detail .glass-case ul li {
  border: 1px solid #ccc;
}

.slider_detail .glass-case img {
  width: initial;
}

.slider_detail .glass-case .gc-thumbs-area .gc-icon {
  border: none;
  margin-top: 0px !important;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: initial;
  height: initial;
}

.slider_detail .glass-case .gc-thumbs-area .gc-icon.gc-icon-next-vt:before {
  font-family: Fontawesome;
}

.slider_detail .glass-case .gc-zoom {
  border-color: transparent;
  -webkit-box-shadow: 0 0 0 4px #ececec;
          box-shadow: 0 0 0 4px #ececec;
} 
.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: #000;
    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;
}
/* title_home ----->*/
.title_home{
       /*padding: 6px 35px;*/
    /* border-left: 9px solid #d5281a; */
    padding-bottom: 25px;
   
   /*background:url(../img/title1.png) no-repeat;
    */
    margin-bottom: 40px;
}
.title_home>a{
  position: relative;
    font-size: 24px;
    color: #818181;
        padding: 10px 15px;
    font-family: 'UTM_HelvetIns';
    text-transform: uppercase;
     border-bottom:1px solid #ccc;
    border-right: 1px solid #ccc;
}
.title_home>a:after{
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background:  red;
  left: 0px;
  bottom: -10px;
}
.prod_home{
    position: relative;
    margin-bottom: 20px;
    border-radius: 0px 15px 0px 15px;
    border: 1px solid transparent;
    overflow: hidden;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.prod_home:hover{
    border: 1px solid #e67817;
    box-shadow: 3px 5px 8px #888;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.prod_home>.name_prod_home{
    position: absolute;
    bottom: 0px;
    width: 100%;
    font-size:16px;
    font-family:UTM_AVOBOLD_4;
    background:#fff;
    padding: 10px;
    text-align: center;

}
.prod_home>.name_prod_home a{
    color: rgba(0, 0, 0, 0.6);
}

.sc_header_menu {
  margin-bottom: 1px;
       /*background: linear-gradient(90deg, #E67817 0, #E8B90B 99%) !important;*/
       background: #006EB6;
}
.title_cate {
  margin-bottom: 0 !important;
}
.sv3{
  margin-top:-45px;
}

.icon_sv img{
   width: 33px;
}
.hd-service .txt p {
    color: #e00108;
    font-weight: bold;
}
.icon_f{
  background:url("../img/icon_ft1.png")no-repeat left bottom; 
  padding-left:40px;
  margin-bottom: 25px;
  min-height: 30px; 
}
.icon_number_2{
  background:url("../img/icon_ft2.png")no-repeat left bottom; 
}
.icon_number_3{
  background:url("../img/icon_ft3.png")no-repeat left bottom; 
}
.icon_number4{
  background:url("../img/icon_ft4.png")no-repeat left bottom; 
}
.icon_number_5{
  background:url("../img/icon_ft5.png")no-repeat left bottom; 
}
.icon_number_6{
  background:url("../img/icon_ft6.png")no-repeat left bottom; 
} 
.read_more i{
  margin-left: 3px;
}
.h2_ten{
  font-size: 18px;
  color: #38393a;
  font-weight: bold;
  padding-bottom: 15px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 15px;
}
.detail_page{
  font-size: 14px;
  line-height: 24px;
  height: 70px;
  overflow: hidden;
}
/*left*/
 .back_link ul li{
   display: inline-block;
   }
   .back_link ul li a{
   display: block;
   color: #7e7e7e;
   font-size: 14px;
   padding: 0 7px;
   position: relative;
   }
   .back_link ul li:not(:last-child) a:after{
   position: absolute;
   content: '>';
   display: inline-block;
   top: 0;
   right: -6px;
   }
   .back_link ul li:first-child a{
   padding-left: 0;
   }
   .title_detail {
   font-size: 18px;
   color: #000;
   font-weight: bold;
   margin-bottom: 7px;
   }
   .back_link{
   padding-bottom: 7px;
   border-bottom: 1px solid #ddd;
   }
   .content{
   font-size: 14px;
   color: 000;
   line-height: 22px;
   text-align: justify;
   }
   .content img{
   max-width: 100%;
   display: block;
   margin: 10px auto;
   }
   .tit-content{
   font-weight: bold;
   display: block;
   }
   .news-lq h3{
   position: relative;
   }
   .news-lq h3 img{
   float: none !important;
   width: 24px !important;
   height: auto !important;
   }
   .list-video {
   padding: 0px 10px 26px 10px;
   background: #fff; }
   .list-video li {
   margin-bottom: 20px; }
   .list-video li:last-child {
   margin-bottom: 0; }
   .list-video li:hover h3 {
   color: red; }
   .list-video li a {
   display: block; }
   .list-video li a img {
   width: 89px;
   height: 60px;
   float: left;
   margin-right: 7px; }
   .list-video li a h3 {
   font-size: 14px;
   color: #000;
   line-height: 24px;
   max-height: 60px;
   overflow: hidden;
   -webkit-box-orient: vertical;
   text-overflow: ellipsis;
   white-space: normal;
   -webkit-line-clamp: 2;
   display: -webkit-box; }
   .content_news {
   padding: 10px 0;
   }
   .form_left{
      padding: 15px;
      border: 1px solid #ccc;
   }
   .title-left{
      font-size: 18px;
      margin-top: 0;
      margin-bottom: 0;
   }
   .menu_left ul li a{
      display: block;
      color: #333;
      font-size: 14px;
      margin-bottom: 5px;
   }
   .menu_left ul li a:hover{
      color: red;
   }
   .menu_left, .contact-left{
      padding: 8px;
      border: 1px solid #ccc;
   }
   .contact-left li{
      display: flex;
      align-items: center;
      margin-bottom: 10px;
      padding: 10px;
      border: 1px dashed  #76a33a;
      border-radius: 15px;
   }
   .contact-left li .fa{
      font-size: 40px;
      text-align: center;
      color: #76a33a;
      width: 45px;
      margin-right: 10px;
   }
   .contact-left li .phone-nb a{
      display: block;
      font-size: 15px;
      color: #333;
      padding: 5px 0;
   }
   .col-scroll{
      max-width: 277px !important;;
      width: 100%;
   }
   .fixcontent img{
    width: inherit;
    max-width: 100%;
   }
   .box_page{
    background: -webkit-linear-gradient(top, #ffffff, #e0edbe);
    background-size: 100% 100%;
  }
  .detail-name{
    font-weight:bold;
    font-size: 15px;
    color:#555;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.short-desc{
  font-size: 13px;
  line-height: 22px;
}
.short-desc ul li{
  padding-left: 15px;
  position: relative;
}
.short-desc ul li:after{
  position: absolute;
  content:"\f111";
  font-size: 6px;
  left: 0px;
  color:red;
  font-family: FontAwesome;
}
.btn_detail{
    color: #fff;
    width: 100%;
    padding: 10px 20px;
    background: #f3171f;
    margin: 15px 0px;
    text-transform: uppercase;
}
.btn_detail:hover{
  color: #fff;
}
.work-time{
  font-size: 15px;
  line-height: 25px;
}
.breadcrumb>li:first-child>a{
  font-weight: bold;
  color:red;
}
 .fixcontent table{
      background: inherit;
    border: inherit;
    border-collapse: collapse;
    border-spacing: inherit;
    background-image: inherit;
    list-style: inherit;

    }
    .fixcontent ul {
      list-style: inherit;
    }
    .fixcontent ul li{
      list-style: inherit;
    }
    .fixcontent p, .fixcontent li {
    font-size: 15px;
    line-height: 26px;
}
.fixcontent ul li, ol li {
  list-style-position: inside;
    line-height: 24px;
    margin-left: 21px;
}
.fixcontent table td {
    background: #fff;
    border: 1px solid #ccc;
    color: #454545;
    padding: 13px;
}
.imganh {
     width: 270px;
    margin: auto !important;
    text-align: center;
    float: none !important;
    margin-right: 30px !important;
    margin-top: -5px !important;
}