/*begin header*/ /*background-color: rgba(0, 0, 0, 0.65);*/
@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;
  }
  @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: "Roboto_Light";
    src: url("./fonts/Roboto-Light.eot");
    src: url("./fonts/Roboto-Light.eot") format("embedded-opentype"),
      url("./fonts/Roboto-Light.woff") format("woff2"),
      url("./fonts/Roboto-Light.woff") format("woff"),
      url("./fonts/Roboto-Light.ttf") format("truetype"),
      url("./fonts/Roboto-Light.svg#fontawesomeregular") format("svg");
    font-weight: normal;
    font-style: normal;
  }
  *,
  *:before,
  *:after {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .p-10 {
    padding: 0 10px !important;
  }
  html {
    font-size: 100%;
  }
  .menu_main {
    background-size: 100% 100%;
    float: right;
  } /* Content wrapper */
  .wrapper {
    /*width: 94%;*/ /*max-width: 75%;*/
    margin: 0 auto;
  }
  .wrapper-small {
    max-width: 728px;
  }
  .wrapper-flush {
    width: 100%;
  }
  .nav.is-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
  }
  .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;
    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: 20px 10px;
    border: 0;
    background-color: #015426;
    float: left;
    width: 60px; /*position: fixed;*/
    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);
    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);
    transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
    background-color: #fff;
  }
  .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: #015426; /* 1 */
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; /* 2 */
  }
  .nav-menu .menu-item {
    border-top: 1px solid #ffffff;
  }
  .nav-menu > .menu-item.is-active {
    background: #085a9c;
  }
  .nav-menu > .menu-item:hover {
    background: #085a9c;
  }
  .nav-menu > .menu-item.is-active.has-dropdown:after,
  .nav-menu > .menu-item:hover.has-dropdown:after {
    color: #ffffff;
  }
  .nav-menu > .menu-item.is-active a,
  .nav-menu > .menu-item:hover a {
    color: #ffffff;
  }
  .nav-dropdown > .menu-item {
    padding-left: 10px;
  }
  .nav-dropdown > .menu-item:hover {
    opacity: 0.85;
  }
  .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: 0px;
    font-size: 24px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    content: "+";
    color: #fff;
    line-height: 32px;
    width: 57px;
    height: 37px;
    text-align: center;
  }
  .has-dropdown.is-active:after {
    content: "\2013"; /* 1 */
  }
  .nav-dropdown {
    display: none;
    background-color: #0a4c82;
  }
  .has-dropdown.is-active > .nav-dropdown {
    display: block; /* 1 */
  }
  .nav-dropdown .nav-dropdown {
    background-color: #aaa;
  }
  .nav-dropdown .menu-item {
    border-color: #ffffff;
  }
  .nav-dropdown .nav-dropdown .menu-item {
    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;
  } /*=================================================== menu_desktop =====================================================*/
  @media (min-width: 992px) {
    .nav {
      background-color: rgba(0, 0, 0, 0.65);
    }
    .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,
    .nav-menu > .menu-item.is-active {
      background-color: transparent;
    }
    .nav-menu .menu-item {
      -webkit-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;
    }
    .has-dropdown:after {
      content: "" !important;
    }
    .nav-menu > .menu-item:hover.has-dropdown:after {
      border-color: transparent transparent transparent transparent !important;
    }
    .menu-item:hover.has-dropdown:after {
      border-color: #75ad21 transparent transparent transparent !important;
    }
    .nav-menu > .has-dropdown:after {
      position: absolute;
      top: 50%; /*right: 0.3rem;*/
      width: 0;
      height: 0;
      margin-top: -2px;
      margin-left: -4px;
      content: "";
      border-width: 5px 5px 0 5px;
      border-style: solid;
      border-color: transparent transparent transparent transparent;
    }
    .has-dropdown > .menu-link {
      padding-right: 2rem;
    }
    .nav-dropdown {
      left: 0px;
      display: block;
      opacity: 0;
      position: absolute;
      top: 100%;
      width: 215px;
      margin: 0;
      background-color: transparent;
      border-radius: 0px;
      box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
      visibility: hidden;
      -webkit-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;
      transition-delay: 0s;
    }
    .nav-dropdown .menu-item {
      border: 0;
    }
    .nav-dropdown .menu-item:last-child {
      border: 0;
      border-bottom: none;
    }
    .nav-dropdown .menu-item:hover,
    .nav-dropdown .nav-dropdown .menu-item:hover {
      background-color: #2350a5;
    }
    .nav-dropdown .menu-item:hover .menu-link,
    .nav-dropdown .menu-item:hover .menu-link {
      color: #ffffff;
    }
    .nav-dropdown .nav-dropdown,
    .nav-dropdown .nav-dropdown .menu-item {
      background-color: #dedede;
    }
    .nav-dropdown .nav-dropdown {
      z-index: 998;
      top: 0;
      left: 100%;
    }
    .content {
      margin-top: 0;
    }
    .nav-menu > .menu-item > .menu-link {
      display: block;
      line-height: 20px;
      padding: 32px 20px 25px 20px;
      font-size: 15px;
      color: #585957;
      -webkit-transition: all 0.15s linear;
      -moz-transition: all 0.15s linear;
      -o-transition: all 0.15s linear;
      transition: all 0.15s linear;
      position: relative;
      text-transform: uppercase;
      font-family: Roboto_Regular;
      font-weight: 600;
    }
    .nav-menu > .menu-item > .menu-link:after {
      content: "";
      position: absolute;
      width: 1px;
      height: 13px;
      background: #000;
      top: 37px;
      right: 0;
    }
    .nav-menu > .menu-item:last-child > .menu-link:after {
      display: none;
    }
    .nav-menu > .menu-item:last-child {
        padding: 27px 20px 20px 20px;
    }
    .nav-menu > .menu-item:last-child > .menu-link {
        padding: 5px 10px;
        background: #00502b;
        color: #ffff;
        border-radius: 5px;
    }
    .nav-menu > .menu-item.active .nav-menu > .menu-item:hover {
      background: #007c3d;
      text-decoration: underline;
    }
    .nav-menu > .menu-item {
      position: relative;
      float: left;
      padding: 0px 0px 0px 0px;
      border-top: 0px;
    }
    .nav-menu,
    .nav {
      background: none;
    }
    .nav-menu > .menu-item.is-active > .menu-link,
    .nav-menu > .menu-item:hover > .menu-link {
      color: #007c3d;
      position: relative;
    }
    .nav-menu > .menu-item > .menu-link:before {
      backface-visibility: hidden;
      border: 1px solid rgba(255, 255, 255, 0);
      top: 22px;
      content: " ";
      display: block;
      margin: 0 auto;
      position: relative;
      transition: all 280ms ease-in-out;
      width: 0;
    }
    .nav-menu > .menu-item > a:hover {
      color: #007c3d;
    }
    .nav-dropdown > .menu-item {
      padding: 0;
      background: #ffffff;
    }
    .nav-menu .menu-link {
      padding: 8px 15px 8px 15px;
    }
    .nav-dropdown > .menu-item > .menu-link {
      color: #0d0d0d !important;
    }
    .nav-dropdown > .menu-item:hover > .menu-link {
      color: #ffffff !important;
    }
    .nav-menu > .menu-item {
      position: relative;
    }
    .nav-dropdown {
      -webkit-transform: scaleY(0);
      transform: scaleY(0);
      -webkit-transform-origin: 50% 0;
      transform-origin: 50% 0;
      -webkit-transition-property: transform;
      transition-property: transform;
      -webkit-transition-duration: 0.3s;
      transition-duration: 0.3s;
      -webkit-transition-timing-function: ease-out;
      transition-timing-function: ease-out;
    }
    .has-dropdown:hover > .nav-dropdown {
      -webkit-transform: scaleY(1) !important;
      transform: scaleY(1) !important;
    }
    .nav-dropdown .has-dropdown .nav-dropdown {
      -webkit-transform: scaleX(0) !important;
      transform: scaleX(0) !important;
      -webkit-transform-origin: 0 50%;
      transform-origin: 0 50%;
      -webkit-transition-property: transform;
      transition-property: transform;
      -webkit-transition-duration: 0.3s;
      transition-duration: 0.3s;
      -webkit-transition-timing-function: ease-out;
      transition-timing-function: ease-out;
    }
    .nav-dropdown .has-dropdown:hover .nav-dropdown {
      -webkit-transform: scaleX(1) !important;
      transform: scaleX(1) !important;
    }
    .nav-dropdown .nav-dropdown .menu-item {
      background: #fff !important;
    }
    .nav-dropdown .nav-dropdown .menu-item:hover {
      background: #b00303 !important;
    }
    .menu_main {
      /* margin-right: 110px;*/
      margin-top: 15px;
    }
  }
  .qts_head_top {
    background: #015426;
  }
  .qts_head_top .content_top_hd {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  .qts_head_top .content_top_hd .menu_top {
    float: right;
  }
  .qts_head_top .content_top_hd .menu_top li {
    display: inline-block;
  }
  .qts_head_top .content_top_hd .menu_top li a {
    display: block;
    font-size: 12px;
    color: #fff;
    padding: 0 15.2px;
    position: relative;
  }
  .qts_head_top .content_top_hd .menu_top li a:after {
    content: "";
    width: 1px;
    height: 12px;
    background: #fff;
    position: absolute;
    display: inline-block;
    right: 0;
    top: 2px;
  }
  .qts_head_top .content_top_hd .menu_top li a:hover {
    color: #d6d4d4;
  }
  .qts_head_top .content_top_hd .menu_top li:last-child a:after {
    display: none;
  }
  .qts_head_top .content_top_hd .phone__header {
      color: #ffff;
      font-size: 15px;
      text-transform: uppercase;
      display: inline-block;
      margin-right: 20px;
  }
  .qts_head_top .content_top_hd .link_contact_header {
    font-size: 15px;
    display: flex;
    /* float: right; */
    display: inline-block;
  }
  .qts_head_top .content_top_hd .link_contact_header a {
    color: #fff;
    display: inline-block;
    padding: 10px 5px;
    position: relative;
  }
  .qts_head_top .content_top_hd .link_contact_header a:first-child {
    padding-left: 0;
  }
  .qts_head_top .content_top_hd .link_contact_header a:hover {
    color: #d6d4d4;
  }
  .qts_head_top .content_top_hd .form_search {
    width: 142px;
  }
  .qts_head_top .content_top_hd .form_search input.form-control {
    height: 25px;
    border: 1px solid #ccc;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-right: 0;
  }
  .qts_head_top .content_top_hd .form_search button.btn.btn-default {
    height: 25px;
    padding: 0px 5px;
    border: 1px solid #ccc;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    color: #58585a;
    background: #fff;
    border-left: 0;
  }
  .qts_head_mid {
    position: relative;
    z-index: 1;
  } 

  
  /*****************/
  .menu_cate {
    position: fixed;
    top: 195px;
    left: 25px;
    z-index: 1;
  }
  .menu_cate li {
    width: 100px;
    height: 100px;
    overflow: hidden;
    font-size: 12px;
    color: #737373;
    border: 1px solid #ccc;
    margin-top: -1px;
    background: rgba(255, 255, 255, 0.8);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }
  .menu_cate li a {
    display: block;
    width: 300px;
    height: 100px;
    overflow: hidden;
  }
  .menu_cate li a span.icon {
    width: 100px;
    height: 100px;
    display: flex;
    float: left;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 5px;
  }
  .menu_cate li a span.icon .fa {
    font-size: 18px;
    position: relative;
    display: block;
    width: 100%;
    text-align: center;
    padding-bottom: 10px;
    margin-bottom: 7px;
  }
  .menu_cate li a span.icon .fa:after {
    content: "";
    width: 45px;
    height: 3px;
    background: #f58026;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  }
  .menu_cate li a span.sub_cate {
    display: flex;
    overflow: hidden;
    padding: 10px;
    height: 100px;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .menu_cate li a:hover {
    color: #000;
  }
  .menu_cate li:hover {
    width: 300px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }
  .slider_main .owl-dots .owl-dot.active span,
  .slider_main .owl-dots .owl-dot:hover span {
    background: #0c69d3;
    border: 1px solid #0c69d3;
  }
  .slider_main .owl-dots .owl-dot span {
    background: #8bafd8;
    width: 15px;
    height: 15px;
    box-shadow: 0 0 0 1px #fff inset;
    border: 1px solid #8bafd8;
  }
  .menu_main .nav.is-fixed {
    position: relative;
    z-index: 105;
  }
  .logo_pc {
    margin: 5px 0;
  }
  .site_name_head {
    text-align: left;
    font-size: 14px;
    font-family: Roboto_Regular;
  }
  .site_name_head a {
    color: #fff;
  }
  .cart_icon_header {
    font-size: 17px;
  }
  .hotline_hd {
    font-size: 18px;
    color: #7dc343;
    margin-top: 10px;
    font-family: Roboto_Regular;
  }
  .search_icon_hd {
    background: #007c3d;
    padding: 10px 15px !important;
  }
  .hotline_hd span {
    color: #ff0000;
    font-weight: bold;
  }
  .search-drop {
    position: relative;
    cursor: pointer;
    display: inline-block;
  }
  @media (min-width: 992px) {
  }
  .search-drop .drop-button .fa {
    font-size: 20px;
    color: #333;
  }
  @media (min-width: 992px) {
    .search-drop .drop-button .fa {
      color: #fff;
    }
  }
  .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;
    z-index: 99999;
  }
  .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;
  } /*****************/ /*end header*/ /*begin footer*/
  @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: #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%;
  }
  .medical__register {
    padding: 5px 10px;
    background: #00502b;
    color: #ffff;
    border-radius: 5px;
    display: inline-block;
    margin-top: 15px;
    text-align: center;
  }
  .medical__register a {
    color: #fff;
  }
  .menu_main .nav.is-fixed {
    position: relative;
    z-index: 105;
  }
  #go_top {
    position: fixed;
    width: 30px;
    height: 30px;
    background: #53d267;
    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: 10px;
    border-radius: 2px;
  }
  .icon_next {
    font-size: 16px;
    padding-top: 6px;
  }
  #go_top:hover {
    opacity: 0.85;
  }
  .qts_footer_top {
    background: url('https://unghoa.online/dichvu/mau3//assets/css/img/footer-background.jpg') no-repeat;
    background-size: cover;
    padding: 40px 0px 20px 0;
    background-position: center;
  }
  .footer__map iframe {
      width: 100%;
  }
  .title_footer {
    font-size: 13px;
    line-height: 21px;
    font-weight: bold;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 20px;
    margin-top: 0px;
  }
  .footer__copyright {
      margin-top: 30px;
      color: #ffff;
      font-size: 15px;
      text-align: center;
      font-weight: bold;
  }
  .ul_ass > li {
    color: #ffffff;
    font-size: 13px;
    line-height: 23px;
    padding-left: 20px;
    position: relative;
  }
  .ul_ass > li:before {
    content: "";
    display: inline-block;
    position: absolute;
    left: 0px;
    top: 3px;
    background: url("./img/bf_home_ft.png") no-repeat;
    width: 16px;
    height: 15px;
  }
  .footer_left_top > p {
    color: #ffffff;
    font-size: 13px;
    line-height: 23px;
    position: relative;
    /* padding-left: 20px; */
  }
  .footer_left_top > p:nth-child(2) {
    padding: 0;
  }
  /* .bf_phone_ft:before {
    content: "";
    display: inline-block;
    position: absolute;
    left: 0px;
    top: 4px;
    background: url("./img/icon_phone.png") no-repeat;
    width: 16px;
    height: 15px;
  } */
  /* .bf_address_ft:before {
    content: "";
    display: inline-block;
    position: absolute;
    left: 0px;
    top: 4px;
    background: url("./img/icon_point.png") no-repeat;
    width: 16px;
    height: 15px;
  }
  .bf_gmail_ft:before {
    content: "";
    display: inline-block;
    position: absolute;
    left: 0px;
    top: 6px;
    background: url("./img/bf_sms.png") no-repeat;
    width: 16px;
    height: 10px;
  }
  .bf_web_ft:before {
    content: "";
    display: inline-block;
    position: absolute;
    left: 0px;
    top: 3px;
    background: url("./img/bf_web.png") no-repeat;
    width: 16px;
    height: 14px;
  } */
  .ul_lick_msh > li {
    padding: 5px 0px;
  }
  .img_msh {
    display: inline-block;
  }
  .img_msh > img {
    width: 27px;
    height: 27px;
    margin-right: 10px;
  }
  .text_mxh {
    color: #ffffff !important;
    font-size: 13px;
  }
  .text_mxh:hover {
    text-decoration: underline;
  }
  .qts_footer_bot {
    padding: 10px 0px;
    background: #02538b;
  }
  .left_footer_bot {
    color: #ffffff;
    font-size: 12px;
    line-height: 22px;
    float: left;
  }
  .left_footer_bot > span {
    color: #47d4ff;
  }
  .right_footer_bot {
    color: #ffffff;
    font-size: 12px;
    line-height: 22px;
    text-align: center;
  }
  .right_footer_bot > span {
    position: relative;
    display: inline-block;
    padding-left: 20px;
  }
  .right_footer_bot > span:before {
    content: "";
    display: inline-block;
    position: absolute;
    left: 0px;
    top: 3px;
    background: url("./img/bf_footer_bot.png") no-repeat;
    width: 12px;
    height: 13px;
  }
  .intro_ft {
    color: #fff;
    font-size: 12px;
    font-family: Roboto_Regular;
    text-align: justify;
  }
  .footer_center_top p {
    margin-bottom: 10px;
  }
  .footer_center_top p > img {
    margin-right: 10px;
  }
  .right_footer_bot > a:first-child {
    margin-left: 0px;
  }
  .right_footer_bot > a {
    color: #ffffff;
    font-size: 14px;
    margin: 0px 3px;
  }
  .coppy_ft {
    font-size: 12px;
    color: #fff;
    text-align: center;
    margin-top: 5px;
  }
  .bg_ft_top {
    width: 100%;
    height: 8px;
    background: url("./img/bg_top_ft.png") repeat-x;
  } /*end footer*/ /*begin danhmuc*/ /*end danhmuc*/ /*begin tintucnoibat*/ /*end tintucnoibat*/ /*begin sanphamnoibat*/ /*end sanphamnoibat*/ /*begin video*/ /*end video*/ /*begin hotrotructuyen*/ /*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 sanphamnoibat_home*/ /*end sanphamnoibat_home*/ /*begin sanphambanchay_home*/ /*end sanphambanchay_home*/ /*begin sanphammoi_home*/ /*end sanphammoi_home*/ /*begin sanphamkhuyenmai_home*/ /*end sanphamkhuyenmai_home*/ /*begin danhmucsanpham_home*/ /*end danhmucsanpham_home*/ /*begin partner_home*/ /*end partner_home*/ /*begin root_content*/ /*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_home*/ /*end banner_home*/ /*begin banner*/ /*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*/
  @font-face {
    font-family: "SVN_Anastasia";
    src: url("./fonts/SVN-Anastasia.eot?#iefix") format("embedded-opentype"),
      url("./fonts/SVN-Anastasia.woff") format("woff"),
      url("./fonts/SVN-Anastasia.ttf") format("truetype"),
      url("./fonts/SVN-Anastasia.svg#SVN-Anastasia") format("svg");
    font-weight: normal;
    font-style: normal;
  }
  @font-face {
    font-family: "Roboto_Bold";
    src: url("./fonts/Roboto-Bold.eot?#iefix") format("embedded-opentype"),
      url("./fonts/Roboto-Bold.woff") format("woff"),
      url("./fonts/Roboto-Bold.ttf") format("truetype"),
      url("./fonts/Roboto-Bold.svg#Roboto-Bold") format("svg");
    font-weight: normal;
    font-style: normal;
  }
  @font-face {
    font-family: "Roboto_Regular";
    src: url("./fonts/Roboto-Regular.eot?#iefix") format("embedded-opentype"),
      url("./fonts/Roboto-Regular.woff") format("woff"),
      url("./fonts/Roboto-Regular.ttf") format("truetype"),
      url("./fonts/Roboto-Regular.svg#Roboto-Regular") format("svg");
    font-weight: normal;
    font-style: normal;
  }
  h2.title_news {
    font-family: Roboto_Bold;
    color: #067bce;
    font-size: 18px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 30px;
    border-bottom: 1px solid #067bce;
  }
  h2.title_news a {
    color: #067bce;
    display: inline-block;
    overflow: hidden;
    padding: 0 5px;
    margin-bottom: -12px;
    background: #ffffff;
  }
  .news_feature {
    margin-bottom: 10px;
  }
  .news_feature .img_news_feature {
    display: block;
    margin-bottom: 10px;
  }
  .news_feature .img_news_feature:hover {
    opacity: 0.8;
  }
  .sub_news {
    overflow: hidden;
  }
  .sub_news h3.name_news {
    font-family: Roboto_Bold;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 0;
    margin-bottom: 5px;
    font-style: normal !important;
  }
  .sub_news h3.name_news a {
    color: #333333;
    text-transform: uppercase;
    font-size: 14px;
  }
  .sub_news h3.name_news a:hover {
    color: #067bce;
  }
  .name_news_first a {
    color: #00a651 !important;
  }
  .sub_news .des_news {
    font-size: 14px;
    font-family: Roboto_Regular;
    color: #333333;
    line-height: 24px;
    max-height: 48px;
    overflow: hidden;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    font-style: normal !important;
  }
  .list_news li {
    border: 1px solid #ddd;
    margin-bottom: 15px;
    padding: 5px;
  }
  .list_news li > a {
    display: block;
    float: left;
    width: 125px;
    margin-right: 20px;
  }
  .list_news li > a img {
    width: 100%;
  }
  .list_news li > a img:hover {
    opacity: 0.8;
  }
  .view_more_news {
    text-align: right;
  }
  .view_more_news a {
    color: #ff0000;
  }
  @media (max-width: 480px) {
    .sc_feedback .box_feedback {
      padding: 30px;
      background: none;
    }
  } /*# sourceMappingURL=csspm.css.map */
  .title_home_news {
    margin-top: 20px;
  }
  .content_tt_home_news {
    display: inline-block;
    position: relative;
    font-family: Roboto_Bold;
    font-size: 26px;
    color: #00a651;
    text-transform: uppercase;
    background: #fff;
    padding: 4px;
    top: -23px;
    margin: 0px;
  }
  .content_tt_home_news {
    position: relative;
    font-family: Roboto_Bold;
    font-size: 26px;
    color: #2a7e4a;
    text-transform: uppercase;
    margin: 0px;
  }
  .content_tt_home_news:before {
    content: "";
    width: 110px;
    height: 1px;
    background: #2a7e4a;
    position: absolute;
    top: 22px;
    right: 103%;
  }
  .content_tt_home_news:after {
    content: "";
    width: 110px;
    height: 1px;
    background: #2a7e4a;
    position: absolute;
    top: 22px;
    left: 102%;
  }
  @media (min-width: 768px) and (max-width: 991px) /* sm*/ {
    .content_tt_home_news {
      font-size: 24px !important;
    }
    .content_tt_home_news:before,
    .content_tt_home_news:after {
      content: "";
      width: 80px !important;
      top: 21px !important;
    }
  }
  @media (max-width: 767px) /* xs*/ {
    .content_tt_home_news {
      font-size: 22px !important;
    }
    .content_tt_home_news:before,
    .content_tt_home_news:after {
      content: "";
      width: 80px !important;
      top: 19px !important;
    }
  }
  @media (max-width: 480px) {
    .col-480-12 {
      width: 100% !important;
    }
    .content_tt_home_news {
      font-size: 18px !important;
    }
    .content_tt_home_news:before,
    .content_tt_home_news:after {
      content: "";
      width: 30px !important;
      top: 16px !important;
    }
  }
  @media (max-width: 320px) {
    .content_tt_home_news {
      font-size: 20px !important;
    }
    .content_tt_home_news:before,
    .content_tt_home_news:after {
      content: "";
      width: 23px !important;
      top: 15px !important;
    }
  } 
  /*end tintuchome_home*/

   /*begin video_home*/ 
   .video_home {
       margin-bottom: 10px;
   }
   /*end video_home*/ 

   /*begin pro_detail*/
  .mcn-title span:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 0px 0 30px;
    border-color: transparent transparent transparent #1ea000;
    position: absolute;
    top: 8px;
    left: 71px;
  }
  .owl-dots {
    display: none;
  }
  .list_link_hd .fa:hover {
    transform: scale(1.2);
    transition: all 0.2s;
  }
  .list_link_hd .fa {
    transition: all 0.5;
  }
  .back_link ul li {
    display: inline-block;
  }
  .back_link ul li a {
    font-size: 14px;
    font-family: Roboto_Light;
    color: black;
  }
  .back_link ul li a.active {
    color: black;
  }
  .back_link ul li:not(:last-child):after {
    content: ">";
    color: #000;
    padding: 0 5px;
  }
  .back_link .fa {
    margin-right: 7px;
    font-size: 17px;
  }
  .tit_prod_left {
    margin: 0;
  }
  .tit_prod_left span {
    font-size: 12px;
    color: white;
    font-weight: bold;
    text-transform: uppercase;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: inline-block;
    background: #015426;
    width: 100%;
    padding: 10px 20px;
  }
  .menu_cate_prod_l {
    background: #ffffff;
    position: relative;
    z-index: 1;
  }
  .menu_cate_prod_l > li {
    position: relative;
    border-bottom: 1px solid #cccccc;
  } /*.menu_cate_prod_l>li:last-child{*/ /*border-bottom: 0;*/ /*}*/
  .menu_cate_prod_l > li > a {
    display: inline-block;
    width: 100%;
    font-size: 12px;
    color: #000000;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 20px;
    padding: 8px 5px 7px 25px;
    position: relative;
  }
  .menu_cate_prod_l > li > a:before {
    content: "";
    width: 14px;
    height: 14px;
    border: 1px solid #ccc;
    display: inline-block;
    position: absolute;
    top: 10px;
    left: 4px;
  }
  i.fa.fa-caret-right {
    float: right;
    padding: 3px 0;
  }
  .menu_cate_prod_l > li:hover > a {
    color: #ed3237;
  }
  .sub_menu_cate_prod {
    display: none;
    width: 250px;
    position: absolute;
    top: 0px;
    left: 100%;
    border-left: 1px solid transparent;
  }
  .menu_cate_prod_l > li:hover .sub_menu_cate_prod {
    display: block;
  }
  .sub_menu_cate_prod > li > a {
    display: inline-block;
    width: 100%;
    font-size: 14px;
    color: #000000;
    line-height: 20px;
    padding: 8px 5px 7px 31px;
    border-bottom: 1px solid #cccccc;
    background: #ffffff;
  }
  .sub_menu_cate_prod > li > a:hover {
    color: #ed3237;
  }
  .facebook a {
    display: block;
    margin: auto;
    text-align: center;
  }
  .banner_right a {
    display: block;
    margin-bottom: 30px;
  }
  .content_detail {
    font-size: 14px;
    color: #303030;
    line-height: 22px;
    text-align: justify;
    font-family: Roboto_Light;
  }
  .content_detail img {
    width: 100% !important;
    height: auto !important;
  }
  /*end pro_detail*/ /*begin pages_home*/
  @font-face {
    font-family: "UTM_AvoBold";
    src: url("../fonts/UTMAvoBold.eot");
    src: url("../fonts/UTMAvoBold.eot") format("embedded-opentype"),
      url("../fonts/UTMAvoBold.woff") format("woff2"),
      url("../fonts/UTMAvoBold.woff") format("woff"),
      url("../fonts/UTMAvoBold.ttf") format("truetype"),
      url("../fonts/UTMAvoBold.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: #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: 100%;
  }
  .menu_main .nav.is-fixed {
    position: relative;
    z-index: 105;
  }
  #go_top {
    position: fixed;
    width: 30px;
    height: 30px;
    background: #53d267;
    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: 10px;
    border-radius: 2px;
  }
  .icon_next {
    font-size: 16px;
    padding-top: 6px;
  }
  #go_top:hover {
    opacity: 0.85;
  }
  .qts_content_home {
    margin: 0px;
  }
  .title_right_home {
    color: #ee2e24;
    font-size: 24px;
    font-weight: bold;
    margin: 0px;
  }
  .sologane_home > p {
    color: #2a7e4a;
    font-size: 24px;
    font-family: UTM_AvoBold;
    /* text-align: center; */
    position: relative;
    /* padding: 5px 50px; */
    line-height: 34px;
  }
  .sologane_home {
    margin: 0;
    margin-bottom: 15px;
  }
  .sologane_home > p:before {
    /* content: "\f10d";
    font: normal normal normal 28px/1 FontAwesome;
    color: #2a7e4a;
    position: absolute;
    left: 0px;
    top: 0px; */
  }
  .sologane_home > p:after {
    /* content: "\f10e";
    font: normal normal normal 28px/1 FontAwesome;
    color: #2a7e4a;
    position: absolute;
    right: 0px;
    bottom: 0px; */
  }
  .text_home > p {
    color: #2b2c36;
    font-size: 13px;
    line-height: 23px;
   
    margin-bottom: 10px;
    overflow: hidden;
    font-family: Roboto_Regular;
  }
  .lick_me > a {
    display: inline-block;
    color: #ffffff;
    background: #2a7f48;
    padding: 11px 35px;
    font-size: 13px;
  }
  .lick_me > a > i {
    padding-left: 10px;
  } /*end pages_home*/ /*begin media_image*/ /*end media_image*/ /*begin news1*/ /*end news1*/ /*begin news2*/ /*end news2*/ /*begin tintucnoibat_home*/ /*end tintucnoibat_home*/ /*begin tintucmoinhat_home*/ /*end tintucmoinhat_home*/ /*begin ykienkhachhang_home*/
  .qts_slider {
    background: url(./img/bg_slider.png) no-repeat center;
    background-size: cover;
    background-attachment: fixed;
    padding-bottom: 30px;
  }
  .top_tit {
    text-align: center;
  }
  .title_slider {
    color: #ffffff;
    font-size: 30px;
    text-transform: uppercase;
    font-family: UVN_HongHaHepBold;
    margin: 15px 0px;
  }
  .qts_slider {
    padding-bottom: 30px;
    padding-top: 20px;
  }
  .top_tit > p > span {
    color: #ffffff;
    font-size: 12px;
    line-height: 22px;
  }
  .top_tit > p > img {
    width: 40px;
    height: 8px;
    margin-top: 20px;
  } 
  /*========slider_banner=========*/
  .slider_content_ykien .owl-item img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
  }
  .slider_content_ykien .owl-nav .owl-prev {
    background: none !important;
  }
  .slider_content_ykien .owl-nav .owl-next {
    background: none !important;
  }
  .slider_content_ykien .icon_slider {
    font-size: 64px;
    text-shadow: #000000 0px 0px 4px;
  }
  .slider_content_ykien .owl-nav [class*="owl-"] {
    display: none;
  } 
  /*.slider_content_ykien:hover .owl-nav [class*='owl-']{*/ /*display: block;*/ /*}*/
  .box_top_slider {
    float: left;
    width: 100%;
    margin-top: 30px;
  }
  .img_box_top {
    float: left;
    display: inline-block;
    margin-right: 10px;
  }
  .text_box_top {
    overflow: hidden;
  }
  .name_kh {
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
  }
  .text_box_top > p {
    color: #ffffff;
    font-size: 14px;
  }
  .box_content_slider {
    padding: 15px 15px;
    background: #46a8a7;
    color: #ffffff;
    font-size: 13px;
    line-height: 23px;
    text-align: justify;
  }
  .box_content_slider {
    margin-top: 30px;
  }
  .box_content_slider {
    position: relative;
    background: #46a8a7;
    border: 5px solid #46a8a7;
  }
  .box_content_slider:after,
  .box_content_slider:before {
    bottom: 100%;
    left: 21px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
  }
  .box_content_slider:after {
    border-color: rgba(136, 183, 213, 0);
    border-bottom-color: #46a8a7;
    border-width: 20px;
    margin-left: 0px;
  }
  .box_content_slider:before {
    border-color: rgba(194, 225, 245, 0);
    border-bottom-color: #46a8a7;
    border-width: 26px;
    margin-left: -4px;
  }
  .bg_pink {
    background: #f13d6d !important;
  }
  .bg_pink {
    position: relative;
    background: #f13d6d;
    border: 5px solid #f13d6d;
  }
  .bg_pink:after,
  .bg_pink:before {
    bottom: 100%;
    left: 21px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
  }
  .bg_pink:after {
    border-color: rgba(136, 183, 213, 0);
    border-bottom-color: #f13d6d;
    border-width: 20px;
    margin-left: 0px;
  }
  .bg_pink:before {
    border-color: rgba(194, 225, 245, 0);
    border-bottom-color: #f13d6d;
    border-width: 26px;
    margin-left: -6px;
  }
  .bg_green {
    background: #73ab02 !important;
  }
  .bg_green {
    position: relative;
    background: #73ab02;
    border: 5px solid #73ab02;
  }
  .bg_green:after,
  .bg_green:before {
    bottom: 100%;
    left: 21px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
  }
  .bg_green:after {
    border-color: rgba(136, 183, 213, 0);
    border-bottom-color: #73ab02;
    border-width: 20px;
    margin-left: 0px;
  }
  .bg_green:before {
    border-color: rgba(194, 225, 245, 0);
    border-bottom-color: #73ab02;
    border-width: 26px;
    margin-left: -6px;
  } 

/* service */
.service__content {
    margin-bottom: 20px;
}
.service__box {
    width: 100%;
    overflow: hidden;
    position: relative;
}
.service__img {
    width: 100%;
    /* height: 150px;
    object-fit: contain; */
    transition: all .6s;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.service__img:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.service__name {
    text-align: center;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    margin: 10px 0;
}

/* news */
.news__title {
    text-transform: uppercase;
    color: #2a7f49;
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 20px;
}
.news__content {
    margin-bottom: 20px;
}
.news__img {
    width: 100%;
    margin-bottom: 10px;
}
.news__name {
    color: #2a7f49;
    font-size: 14px;
    margin-bottom: 5px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 20px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.news__info {
    font-size: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 20px;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.qts_right_content .title_home {
  margin-bottom: 20px;
}

/* video */
.video__content iframe {
    width: 100%;
    height: 200px;
}
.video__name {
    margin: 10px 0;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
}


  /*=====and_slider_banner*/ /*end ykienkhachhang_home*/ /*begin email_home*/
  @font-face {
    font-family: "Roboto-Bold";
    src: url("./fonts/Roboto-Bold.eot");
    src: url("./fonts/Roboto-Bold.eot") format("embedded-opentype"),
      url("./fonts/Roboto-Bold.woff") format("woff2"),
      url("./fonts/Roboto-Bold.woff") format("woff"),
      url("./fonts/Roboto-Bold.ttf") format("truetype"),
      url("./fonts/Roboto-Bold.svg#fontawesomeregular") format("svg");
    font-weight: normal;
    font-style: normal;
  }
  @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;
  }
  @font-face {
    font-family: "UVNVan";
    src: url("./fonts/UVNVan.eot");
    src: url("./fonts/UVNVan.eot") format("embedded-opentype"),
      url("./fonts/UVNVan.woff") format("woff2"),
      url("./fonts/UVNVan.woff") format("woff"),
      url("./fonts/UVNVan.ttf") format("truetype"),
      url("./fonts/UVNVan.svg#fontawesomeregular") format("svg");
    font-weight: normal;
    font-style: normal;
  }
  .form_employ {
    background: url("./img/img_color.png") no-repeat;
    background-size: 100%;
    padding: 50px 0px 0px 0px;
    overflow: hidden;
  }
  .title_form_employ p {
    font-family: Roboto-Bold;
    font-size: 30px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 12px;
  }
  .title_form_employ {
    margin-bottom: 10px;
  }
  .col_info {
    width: 37%;
    float: left;
    padding-left: 94px;
    padding-right: 12px;
  }
  .col_img {
    width: 18%;
    float: left;
  }
  .col_input {
    width: 45%;
    float: left;
    padding-left: 14px;
  }
  .col_info p {
    font-family: Roboto-Regular;
    font-size: 16px;
    color: #fff;
    padding: 0px 0px 11px 28px;
  }
  .col_info p span {
    font-family: Roboto-Bold;
  }
  .col_info p:nth-child(1) {
    background: url("./img/ic_map.png") no-repeat left top 3px;
  }
  .col_info p:nth-child(2) {
    background: url("./img/ic_user.png") no-repeat left top 3px;
  }
  .col_info p:nth-child(3) {
    background: url("./img/ic_lich.png") no-repeat left top 3px;
  }
  .col_info p:nth-child(4) {
    background: url("./img/ic_clock.png") no-repeat left top 3px;
  }
  .col_info p:nth-child(5) {
    background: url("./img/ic_male.png") no-repeat left top 3px;
  }
  .col_info p:nth-child(6) {
    background: url("./img/ic_cake.png") no-repeat left top 3px;
  }
  .col_input input {
    border: 1px solid #fff;
    background: transparent;
    max-width: 400px;
    width: 100%;
    height: 52px;
    padding: 16px 14px;
    font-family: Arial;
    font-size: 15px;
    color: #fff;
    margin: 0px 15px 20px 15px;
    display: block;
  }
  .col_input input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #fff;
  }
  .col_input input::-moz-placeholder {
    /* Firefox 19+ */
    color: #fff;
  }
  .col_input input:-ms-input-placeholder {
    /* IE 10+ */
    color: #fff;
  }
  .col_input input:-moz-placeholder {
    /* Firefox 18- */
    color: #fff;
  }
  .col_input button {
    width: 100%;
    max-width: 432px;
    height: 54px;
    text-align: center;
    background: #ed1c24;
    font-family: UVNVan;
    font-size: 24px;
    color: #fff;
    text-transform: uppercase;
    border-right: 2px solid #ab030a;
    border-bottom: 2px solid #ab030a;
  } /*=======================style setmedia===========================*/
  @media (min-width: 992px) and (max-width: 1199px) /* md*/ {
    /*--------------------------*/
    .form_employ {
      padding: 26px 0px 0px 0px !important;
      background-size: cover !important;
    }
    .title_form_employ p {
      font-size: 28px !important;
      margin-bottom: 6px !important;
    }
    .col_info {
      width: 36% !important;
      padding-left: 0px !important;
      padding-right: 0px !important;
      margin-bottom: 20px !important;
    }
    .col_info p {
      font-size: 15px !important;
    }
    .col_input {
      width: 46% !important;
    }
    .title_form_employ {
      margin-bottom: 25px !important;
    }
    .col_input input {
      margin: 0px 8px 20px 8px !important;
    } /*--------------------------*/
  }
  @media (min-width: 768px) and (max-width: 991px) /* sm*/ {
    /*--------------------------*/
    .form_employ {
      padding: 26px 0px 20px 0px !important;
      background-size: cover !important;
    }
    .title_form_employ p {
      font-size: 28px !important;
      margin-bottom: 6px !important;
    }
    .col_info {
      width: 46% !important;
      padding-left: 0px !important;
      padding-right: 0px !important;
      margin-bottom: 20px !important;
    }
    .col_input input {
      margin: 0px 15px 20px 0px !important;
    }
    .col_info p {
      font-size: 15px !important;
    }
    .col_img {
      display: none !important;
    }
    .col_input {
      width: 54% !important;
    }
    .title_form_employ {
      margin-bottom: 25px !important;
    } /*--------------------------*/
  }
  @media (max-width: 767px) /* xs*/ {
    /*--------------------------*/
    .form_employ {
      padding: 26px 0px 0px 0px !important;
      background-size: cover !important;
    }
    .title_form_employ p {
      font-size: 28px !important;
      margin-bottom: 6px !important;
    }
    .col_info {
      width: 100% !important;
      padding-left: 0px !important;
      padding-right: 0px !important;
      margin-bottom: 20px !important;
    }
    .col_info p {
      font-size: 15px !important;
    }
    .col_img {
      width: 27% !important;
    }
    .col_input {
      width: 73% !important;
    }
    .col_input input {
      max-width: 100% !important;
      margin: 0px 15px 20px 0px !important;
    }
    .col_input button {
      max-width: 100% !important;
    } /*--------------------------*/
  }
  @media (max-width: 480px) {
    /*--------------------------*/
    .form_employ {
      padding: 26px 0px 20px 0px !important;
      background-size: cover !important;
    }
    .title_form_employ p {
      font-size: 23px !important;
      margin-bottom: 6px !important;
    }
    .col_info {
      width: 100% !important;
      padding-left: 0px !important;
      padding-right: 0px !important;
    }
    .col_info p {
      font-size: 15px !important;
    }
    .col_img {
      display: none !important;
    }
    .col_input {
      width: 100% !important;
      padding-left: 0px !important;
    }
    .col_input input {
      margin: 0px 15px 20px 0px !important;
    } /*--------------------------*/
  }
  @media (max-width: 320px) {
    /*--------------------------*/
    .form_employ {
      padding: 26px 0px 20px 0px !important;
      background-size: cover !important;
    }
    .title_form_employ p {
      font-size: 23px !important;
      margin-bottom: 6px !important;
    }
    .col_info {
      width: 100% !important;
      padding-left: 0px !important;
      padding-right: 0px !important;
    }
    .col_info p {
      font-size: 15px !important;
    }
    .col_img {
      display: none !important;
    }
    .col_input {
      width: 100% !important;
      padding-left: 0px !important;
    }
    .col_input input {
      margin: 0px 15px 14px 0px !important;
    } /*--------------------------*/
  } /*=======================end style setmedia===========================*/ /*end email_home*/ /*begin morong_home*/ /*end morong_home*/ /*begin slide*/
  .img_left {
    float: left;
  }
  .img_right {
    float: right;
  }
  .img_left,
  .img_right {
    width: 22%;
    margin-top: 28px;
  }
  .sc_slider_main .slider_main {
    width: 56%;
    float: left;
    padding: 0px 11px;
    border-radius: 5px;
  }
  .slider_main .owl-nav {
    top: 51%;
  }
  .slider_main .owl-nav .owl-prev,
  .slider_main .owl-nav .owl-next {
    color: #8f9294;
    opacity: 1;
    font-size: 22px;
  }
  .slider_main .owl-nav .owl-prev,
  .slider_main .owl-nav .owl-next {
    width: 14px;
    height: 27px;
  }
  .slider_main .owl-nav .owl-prev i,
  .slider_main .owl-nav .owl-next i {
    display: none;
  }
  .slider_main .owl-nav .owl-prev:hover {
    background: url("./img/btn_left.png") no-repeat;
  }
  .slider_main .owl-nav .owl-next:hover {
    background: url("./img/btn_rightt.png") no-repeat;
  }
  .slider_main .owl-nav .owl-prev {
    left: -27px;
    background: url("./img/btn_left.png") no-repeat;
  }
  .slider_main .owl-nav .owl-next {
    right: -5px;
    background: url("./img/btn_rightt.png") no-repeat;
  }
  .slider_main .owl-stage-outer {
    border-radius: 5px;
    box-shadow: -3px 3px 3px #aaa;
  } /*==============================style setmedia===============================*/
  @media (max-width: 480px) {
    /*----------------------------------------*/
    .img_left,
    .img_right {
      width: 100% !important;
      margin: 8px 0px !important;
    }
    .sc_slider_main .slider_main {
      width: 100% !important;
      padding: 0px !important;
    }
    .sc_slider_main .slider_main .owl-nav {
      display: none !important;
    } /*----------------------------------------*/
  }
  @media (max-width: 320px) {
    /*----------------------------------------*/
    .img_left,
    .img_right {
      width: 100% !important;
      margin: 8px 0px !important;
    }
    .sc_slider_main .slider_main {
      width: 100% !important;
      padding: 0px !important;
    }
    .sc_slider_main .slider_main .owl-nav {
      display: none !important;
    } /*----------------------------------------*/
  } /*==============================end style setmedia===============================*/ /*end slide*/ /**slide 2*/
  @font-face {
    font-family: "SVN-Anastasia";
    src: url("./fonts/SVN-Anastasia.eot");
    src: url("./fonts/SVN-Anastasia.eot") format("embedded-opentype"),
      url("./fonts/SVN-Anastasia.woff") format("woff2"),
      url("./fonts/SVN-Anastasia.woff") format("woff"),
      url("./fonts/SVN-Anastasia.ttf") format("truetype"),
      url("./fonts/SVN-Anastasia.svg#fontawesomeregular") format("svg");
    font-weight: normal;
    font-style: normal;
  }
  #container2 {
    display: block;
    max-width: 1000px;
    margin: auto;
  }
  #container2 ul {
    top: 0px !important;
  }
  #container2 ul li {
    padding: 5px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 4px 4px 16px #cecccc, -4px 4px 16px #cecccc, 4px -4px 16px #cecccc,
      -4px -4px 16px #cecccc;
  }
  .title_box_slider {
    margin: 5px 0px 34px 0px;
    font-family: SVN-Anastasia;
    font-size: 50px;
    color: #2a7e4a;
    line-height: 64px;
  }
  .slider_main2 .owl-nav {
    display: none;
  } /*================================style setmedia==================================*/
  @media (min-width: 992px) and (max-width: 1199px) /* md*/ {
    /*---------------------------------------*/
    #container2 .left.btn_slider3d_left {
      left: 252px !important;
    }
    #container2 .right.btn_slider3d_right {
      right: 252px !important;
    } /*---------------------------------------*/
  }
  @media (min-width: 768px) and (max-width: 991px) /* sm*/ {
    /*---------------------------------------------*/
    .title_box_slider {
      font-size: 40px !important;
      line-height: 41px !important;
    }
    .slider_main2 .owl-nav {
      display: block !important;
      top: 50% !important;
    }
    .slider_main2 .owl-nav .owl-prev {
      left: 20px !important;
    }
    .slider_main2 .owl-nav .owl-next {
      right: 20px !important;
    } /*---------------------------------------------*/
    .qts_footer_top {
      background: #015426;
    }
  }
  @media (max-width: 767px) /* xs*/ {
    /*---------------------------------------------*/
    .title_box_slider {
      font-size: 40px !important;
      line-height: 41px !important;
    }
    .slider_main2 .owl-nav {
      display: block !important;
      top: 50% !important;
    }
    .slider_main2 .owl-nav .owl-prev {
      left: 20px !important;
    }
    .slider_main2 .owl-nav .owl-next {
      right: 20px !important;
    } /*---------------------------------------------*/
    .qts_footer_top {
      background: #015426;
    }
  }
  @media (max-width: 480px) {
    /*---------------------------------------------*/
    .title_box_slider {
      font-size: 35px !important;
      line-height: 41px !important;
    } /*---------------------------------------------*/
    .qts_footer_top {
      background: #015426;
    }
  }
  @media (max-width: 320px) {
    /*---------------------------------------------*/
    .title_box_slider {
      font-size: 30px !important;
      line-height: 41px !important;
    } /*---------------------------------------------*/
  } /*================================end style setmedia==================================*/ /*end slide 2*/
  .ul_footer li a {
    color: #fff;
  }
  .ul_footer li {
    margin-bottom: 10px;
    font-size: 12px;
  }
  .title_home {
    font-size: 24px;
    font-family: Roboto_Bold;
  }
  

  .modal-dialog {
    margin-top: 170px;
    width: 30%;
  }

  .modal-body label {
    display: block;
    width: 100%;
    margin-bottom: 10px;
  }

  .modal-body textarea {
    width: 100%;
    margin-bottom: 10px;
  }

  @media screen and (max-width: 767px) {
    .modal-dialog {
      width: 95%;
      margin-top: 100px;
  }
  }
  
  @media (max-width: 992px) {
    .nav-container {
      background-color: #015426;
    }
  }


  .qts_head_mid.fixed {
    background: rgba(255, 255, 255, 1);
    position: fixed;
    width: 100%;
    top: 0;
  }

  /* .qts_head_mid.fixed img {
    width: 100%;
  } */

  /* .qts_head_mid.fixed .nav-menu > .menu-item > .menu-link {
    padding: 25px 20px;
  }

  .qts_head_mid.fixed .nav-menu > .menu-item:last-child {
    padding: 15px
  }

  .qts_head_mid.fixed .nav-menu > .menu-item:last-child > .menu-link {
    padding: 5px 10px;
  } */