@font-face {
  font-family: 'UTM_NeoSansIntelBold';
  src: url("../fonts/UTMNeoSansIntelBold.eot?#iefix") format("embedded-opentype"), url("../fonts/UTMNeoSansIntelBold.woff") format("woff"), url("../fonts/UTMNeoSansIntelBold.ttf") format("truetype"), url("../fonts/UTMNeoSansIntelBold.svg#UTMNeoSansIntelBold") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'UTM_Aptima';
  src: url("../fonts/UTMAptima.eot?#iefix") format("embedded-opentype"), url("../fonts/UTMAptima.woff") format("woff"), url("../fonts/UTMAptima.ttf") format("truetype"), url("../fonts/UTMAptima.svg#UTMAptima") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'UTM_AptimaBold';
  src: url("../fonts/UTMAptimaBold.eot?#iefix") format("embedded-opentype"), url("../fonts/UTMAptimaBold.woff") format("woff"), url("../fonts/UTMAptimaBold.ttf") format("truetype"), url("../fonts/UTMAptimaBold.svg#UTMAptimaBold") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'UTM_NeoSansIntel';
  src: url("../fonts/UTMNeoSansIntel.eot?#iefix") format("embedded-opentype"), url("../fonts/UTMNeoSansIntel.woff") format("woff"), url("../fonts/UTMNeoSansIntel.ttf") format("truetype"), url("../fonts/UTMNeoSansIntel.svg#UTMNeoSansIntel") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
    font-family: 'Muli';
    src: url('../fonts/Muli.eot');
    src: url('../fonts/Muli.eot') format('embedded-opentype'), url('../fonts/Muli.woff')
    format('woff2'), url('../fonts/Muli.woff') format('woff'), url('../fonts/Muli.ttf')
    format('truetype'), url('../fonts/Muli.svg#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
.search-drop {
  position: relative;
  cursor: pointer;
  display: inline-block; }

@media (min-width: 992px) {
  .search-drop .drop-button:hover, .search-drop .drop-button.is-active {
    background: rgba(255, 255, 255, 0.2); } }
.search-drop .drop-button .fa {
  font-size: 20px;
  color: #333; }

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

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

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

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

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

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

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

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

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

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

@media (max-width: 992px) {
  .search-drop {
    width: 100%;
    text-align: right; }

  .search-drop .dropdown-content {
    width: 100%; }

  .drop-button {
    padding: 8px 15px;
    display: block; } }
.qts_head_top {
  position: relative; }
  .qts_head_top .sc_menu_header {
   /* position: absolute;*/
    width: 100%;
    top: 0;
    z-index: 1;
    background: rgba(255, 255, 255, 0.8);
    background: #fff; }

.logo_pc {
  margin: 5px 0; }
  .logo_pc img {
    max-width: 100%; }

.slider_main .owl-dots {
  /*bottom: -40px;*/ }

.box_info {
  text-align: center; }
  .box_info img {
    margin-bottom: 35px;
    max-width: 100%; }
  .box_info .txt_info {
    font-size: 15px;
    color: #666;
    font-family: "Arial";
    margin-bottom: 30px; }
  .box_info .view_more {
    color: #fff;
    font-family: "Arial";
    background: #efb013;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: inline-block;
    padding: 8px 25px;
    font-size: 15px;
    margin-bottom: 24px;
    height: 35px;
    line-height: 20px;}
    .box_info .view_more:hover {
      background: #ef9f1f; }

.sc_slider_info {
  padding: 0 40px; }
  .sc_slider_info .slider_info .owl-nav {
    top: 41%; }
    .sc_slider_info .slider_info .owl-nav .owl-prev {
      opacity: 1;
      left: -40px;
      margin: 0; }
    .sc_slider_info .slider_info .owl-nav .owl-next {
      right: -40px;
      opacity: 1;
      margin: 0; }
      .slider_main .owl-nav{
        top: 50%;
      }

.list_icon {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 990px;
  margin: auto; }
  .list_icon li {
    display: inline-block;
    width: 18%;
    text-align: center;
    margin-bottom: 30px; }
    .list_icon li a span {
      display: block;
      font-size: 18px;
      color: #252525;
      margin-top: 5px;
     /* font-family: UTM_NeoSansIntel;*/
      font-family: "Arial", sans-serif;
       }

.title_home {
  text-align: center;
 /* font-family: UTM_NeoSansIntelBold;*/
  font-family: "Arial", sans-serif;
  font-weight: 700;
  font-size: 26px;
  margin-bottom: 5px;
  text-transform: uppercase; }
  .title_home a {
    color: #494949; }

.box_spec {
  font-size: 24px;
  font-family: "Arial";
  text-align: center; }
  .box_spec a {
    display: block; }
    .box_spec a img {
      width: 100%; }

a.detail_btn {
  display: inline-block;
  color: #fff;
  float: left;
  background: #efb013;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 1px 15px;
  font-size: 15px;
  height:35px;
  line-height: 32px;
font-family: "Arial";
  transform: translateY(-25px); }
  a.detail_btn:hover {
    background: #ef9f1f; }

.box_class {
  border: 1px solid #cccccc;
  position: relative; }
  .box_class .sub_class {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    font-family: "Arial";
    font-size: 32px;
    color: #fff;
    padding: 15px 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: rgba(0, 0, 0, 0.6); }
    .box_class .sub_class h3 {
      font-size: 20px; }
    .box_class .sub_class a {
      color: #fff; }
      .box_class .sub_class a:hover {
        text-decoration: "Arial"; }

.sc_slider_class {
  padding: 0 49px; }
  .sc_slider_class .slider_class .owl-nav {
    top: 45%; }
    .sc_slider_class .slider_class .owl-nav .owl-prev {
      opacity: 1;
      left: -49px;
      margin: 0; }
    .sc_slider_class .slider_class .owl-nav .owl-next {
      right: -49px;
      opacity: 1;
      margin: 0; }

.box_info2 {
  text-align: center;
 /* font-family: UTM_NeoSansIntelBold;*/
  font-family: "Arial", sans-serif;
  margin-bottom: 30px; }
  .box_info2 h3 {
    font-size: 25px; }
     .box_info2 p{
          font-size: 18px;
          color: #615f60;
     }
    .box_info2 h3 a {
      color: #615f60;
      text-transform: uppercase; }
  .box_info2 span {
    font-size: 24px;
    color: #615f60; }
  .box_info2 .txt_info2 {
    /*font-family: "Arial";
    font-size: 24px;
    text-align: justify;
    margin-top: 30px; */
        margin-top: 30px;
    font-size: 15px;
    color: #454545;
    text-align: justify;
    line-height: 24px;
    margin-bottom: 40px;
    max-height: 120px;
    overflow: hidden;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    font-family: "Arial";
    white-space: normal;
    -webkit-line-clamp: 5;
    display: -webkit-box;
  }

.img_info2 {
  text-align: center; }
  .img_info2 img {
    max-width: 100%; }

.sc_teacher {
  background: #656464;
  color: #fff;
  padding-top: 40px; }
  .sc_teacher .title_teacher {
    text-align: center;
    font-family: "Arial", sans-serif;
    font-size: 26px;
    margin-bottom: 25px; }
    .sc_teacher .title_teacher a {
      color: #ffcc01;
      display: inline-block;
          text-transform: uppercase;
      padding-bottom: 10px;
      position: relative; }
      .sc_teacher .title_teacher a:before {
        content: '';
        width: 120px;
        height: 3px;
        background: #ffcc01;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        position: absolute;
        display: inline-block; }
  .sc_teacher .des_title {
    font-size: 15px;
    font-family: "Arial";
    text-align: center; }
  .sc_teacher .box_teacher {
    text-align: center;
    margin-top: 60px; }
    .sc_teacher .box_teacher h3.name_teacher {
      font-family: "Arial";
      font-size: 15px;
      margin-bottom: 5px; }
    .sc_teacher .box_teacher .job_teacher {
      font-family: "Arial";
      font-style: italic;
      font-size: 14px;
      margin-bottom: 40px; }
    .sc_teacher .box_teacher a.img_teacher {
      display: flex;
      min-height: 324px;
      align-items: flex-end;
      justify-content: center; }
      .sc_teacher .box_teacher a.img_teacher img {
        max-width: 100%;
        display: block; }

.tab_gallary {
  text-align: center;
  margin-bottom: 15px; }
  .tab_gallary li {
    display: inline-block;
    font-size: 16px;
    font-family: "Arial";
    text-transform: uppercase; }
    .tab_gallary li a {
      color: #494949;
      display: block;
      padding: 0 13px; }
    .tab_gallary li.active a {
      color: #fe8c27;
     /* font-family: UTM_NeoSansIntelBold;*/
      font-family: "Arial", sans-serif;
       }
.sc_dd .title_home {
      margin-bottom: 15px;
}
.img_gl {
  margin-bottom: 30px;
  display: block; }
  .img_gl img {
    height: 224px;
    object-fit: cover;
    object-position: center; }

.view_more_al {
  text-align: center;
  font-size: 18px;
  font-family: "Arial"; }
  .view_more_al a {
        display: inline-block;
    width: 100px;
    height: 35px;
    background: #efb013;
    font-family: "Arial";
    color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    line-height: 25px;
    border: 3px solid #efb013; }
    .view_more_al a:hover {
      background: #36a0b8; }

.box_video {
  margin-bottom: 25px; }

.list_dd, .dinhduong ul {
 /* font-family: UTM_NeoSansIntelBold;*/
  font-size: 15px;
  color: #4a4a4a;
  margin-top: 41px;
   }
  .list_dd li, .dinhduong ul li {
     margin-bottom: 10px;
    margin-top: -38px;
    padding: 40px 0 15px 32px;
    /* line-height: 45px; */
    background: url(../img/check.png) no-repeat left top 37px;
    background-size: 22px;
  }

.title_pr {
    /*  margin-left: -55px;*/
  font-size: 26px;
  text-transform: uppercase;
  /*font-family: UTM_NeoSansIntelBold;*/
  font-family: "Arial", sans-serif;
/*  margin-bottom: 20px;*/
  padding-bottom: 15px;
  font-weight: bold;
  position: relative; }
  .title_pr a {
    color: #494949; }
  .title_pr:before {
    content: '';
    width: 140px;
    height: 3px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    /*background: #efb013;*/
    position: absolute;
    display: inline-block; }

.txt_pr {
/*  font-family: UTM_NeoSansIntel;*/
  font-size: 15px;
  color: #4a4a4a;
  margin-bottom: 30px; }

.sc_dd .detail_btn {
  transform: translateY(0); }

.sc_pr {
     padding-bottom: 40px;
    background: url(../img/sangsum.png) no-repeat right bottom -10px;
    background-size: contain; }

.box_pr .detail_btn {
  transform: translateY(0); }

.box_news {
  position: relative;
  margin-bottom: 30px; }
  .box_news h3.name_news {
    /*font-family: UTM_NeoSansIntelBold;*/
    font-family: "Arial", sans-serif;
    font-size: 16px;
    font-weight: 700;
    /*margin: 10px 0;*/
    margin-top: 10px;
   
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 2;
    display: -webkit-box; }
    .box_news h3.name_news a {
      line-height: 1.4;
      color: #454545; }
      .box_news h3.name_news a:hover {
        color: #efb013; }
  .box_news .sub_news {
    font-size: 15px;
    color: #454545;
    text-align: justify;
    line-height: 24px;
    margin-bottom: 40px;
    max-height: 120px;
    overflow: hidden;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
        font-family:  "Arial";
    white-space: normal;
    -webkit-line-clamp: 5;
    display: -webkit-box; }
  .box_news a.btn_news {
    width: 90px;
    height: 30px;
    color: #fff;
    background: #efb013;
       font-family: "Arial";
    font-size: 15px;
    text-align: center;
    line-height: 30px;
    display: block;
    margin: auto;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px; }
    .box_news a.btn_news:hover {
      background: #ef9f1f; }
  .box_news .post_date {
    position: absolute;
    font-family: "Arial";
    font-size: 15px;
    color: #fff;
    background: #b1adad;
    top: -12px;
    left: 10px;
    padding: 2px 9px;
    height: 26px;
    /* display: flex; */
    align-items: center;
    justify-content: center;}

.sc_slider_partner {
  padding: 30px 0;
 /* background: #f5f5f5; */
}

.qts_footer_top {
  background: #222222;
  color: #fff;
  padding-top: 60px; }

.box_ft {
  margin-bottom: 30px; }
  .box_ft h4 {
    font-size: 30px;
    /*font-family: UTM_NeoSansIntelBold;*/
    font-family: "Arial", sans-serif;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 40px; }
  .box_ft .add_dt {
        color: #ffcc01; }
    .box_ft .add_dt li {
      margin-bottom: 10px;
      font-size: 15px; }
      .box_ft .add_dt li .fa {
        margin-right: 5px;
        width: 20px; }

.box_prod_cate {
  margin-bottom: 65px; }
  .box_prod_cate .img_prod_cate {
    display: block;
    overflow: hidden; }
    .box_prod_cate .img_prod_cate img {
      -webkit-transition: all 0.5s;
      -moz-transition: all 0.5s;
      -ms-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s; }
      .box_prod_cate .img_prod_cate img:hover {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s; }
  .box_prod_cate .name_prod_cate {
      /* font-family: UTM_NeoSansIntelBold; */
    font-family: "Arial", sans-serif;
    text-align: center;
    font-size: 16px;
    margin: 10px 0;
    font-weight: bold;
    padding: 3px 0;
    text-transform: uppercase;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
    .box_prod_cate .name_prod_cate a {
      color: #333; }
      .box_prod_cate .name_prod_cate a:hover {
        color: #fe8c27; }
  .box_prod_cate a.detail {
    font-size: 16px;
    color: #efb013;
    font-family: "Arial"; }
    .box_prod_cate a.detail:hover {
      text-decoration: underline; }

.phantrang_prod {
  text-align: center; }

.phantrang li {
  display: inline-block;
  padding-right: 0px; }

.phantrang > li:first-child > a, .phantrang > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px; }

.phantrang > li:last-child > a, .phantrang > li:last-child > span {
  margin-left: 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px; }

.phantrang > .active > a, .phantrang > .active > span, .phantrang > .active > a:hover, .phantrang > .active > span:hover, .phantrang > .active > a:focus, .phantrang > .active > span:focus {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #fb3f40;
  border-color: #fb3f40; }

.phantrang > li > a, .phantrang > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #000;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 3px; }

.phantrang > li > a:hover, .phantrang > li > span:hover, .phantrang > li > a:focus, .phantrang > li > span:focus {
  color: #fff;
  background-color: #fb3f40;
  border-color: #fb3f40; }

.phantrang {
  margin: 0; }

.sc_program {
  display: flex;
  max-width: 790px;
  margin: auto;
  flex-wrap: wrap; }
  .sc_program .col-config {
    width: 50%;
    padding: 0 30px; }
    .sc_program .col-config .box_program {
      margin-bottom: 20px;
      text-align: center; }
      .sc_program .col-config .box_program h3 {
        font-size: 15px;
    margin: 7px 0;
    padding: 3px 0;
    /* font-family: UTM_NeoSansIntelBold; */
    font-family: "Arial", sans-serif;
    white-space: nowrap;
    overflow: hidden;
    font-weight: bold;
    text-transform: uppercase;
    text-overflow: ellipsis; }
        .sc_program .col-config .box_program h3 a {
          color: #242424; }
          .sc_program .col-config .box_program h3 a:hover {
            color: #fe8c27; }

.view_prg {
  font-size: 16px;
  color: #efb013;
  font-family: "Arial"; }
  .view_prg:hover {
    text-decoration: underline; }

.box_news_page {
  margin-bottom: 50px; }
  .box_news_page .img_news_page {
    display: block;
    overflow: hidden; }
    .box_news_page .img_news_page img {
      -webkit-transition: all 0.5s;
      -moz-transition: all 0.5s;
      -ms-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s; }
      .box_news_page .img_news_page img:hover {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s; }
  .box_news_page .name_news_page {
    font-family: "Arial";
    font-size: 16px;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 7px 0;
    padding: 3px 0;
    text-align: center; }
    .box_news_page .name_news_page a {
      color: #333; }
      .box_news_page .name_news_page a:hover {
        color: #fe8c27; }
  .box_news_page .date_news {
    font-size: 14px;
    font-family: "Arial";
    color: #5a5a5a;
    padding-bottom: 5px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 7px; }
    .box_news_page .date_news .fa {
      color: #333;
      margin-right: 3px; }
  .box_news_page .sub_news_page {
    font-family: "Arial";
    font-size: 16px;
    color: #5a5a5a;
    text-align: justify;
    line-height: 22px;
     height: 88px;
    overflow: hidden;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 4;
    display: -webkit-box; }

.box_info_page {
  margin-bottom: 50px; }
  .box_info_page img {
    max-width: 100%;
    margin: auto;
    display: block; }
  .box_info_page .txt_info_page {
    font-size: 15px;
    color: #1e1e1e;
    line-height: 24px;
    text-align: justify;
    font-family: "Arial";
    margin-top: 60px; }

.txt_info_top {
  /*font-family: UTM_NeoSansIntelBold;*/
  font-family: "Arial", sans-serif;
  font-size: 14px;
  color: #1e1e1e;
  text-align: center; }

.content_tab_info .tab_info {
  text-align: center; }
  .content_tab_info .tab_info li {
    display: inline-block;
    padding: 0 13px;
    font-size: 16px;
    margin-bottom: 13px; }
    .content_tab_info .tab_info li a {
      display: block;
      font-family: "Arial";
      color: #fff;
         padding: 5px 20px;
      height: 35px;
      line-height: 24px;
      background: #0092ce;
      -webkit-border-radius: 17px;
      -moz-border-radius: 17px;
      border-radius: 17px; }
    .content_tab_info .tab_info li.active a {
      background: #efb013;
      position: relative; }
      .content_tab_info .tab_info li.active a:before, .content_tab_info .tab_info li.active a:after {
        bottom: -14px;
        left: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none; }
      .content_tab_info .tab_info li.active a:after {
        border-color: rgba(136, 183, 213, 0);
        border-bottom-color: #fff;
        border-width: 12px;
        margin-left: -12px; }
      .content_tab_info .tab_info li.active a:before {
        border-color: rgba(194, 225, 245, 0);
        border-bottom-color: #efb013;
        border-width: 14px;
        margin-left: -14px; }
.content_tab_info .tab-content {
  font-family: "Arial";
  font-size: 15px;
  text-align: justify;
  color: #666;
  line-height: 24px;
  margin: auto;
    max-width: 950px;
  padding: 20px 15px;
  border: 1px solid #efb013;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px; }

.slider_cs .item {
  position: relative; }
  .slider_cs .item h3 {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 15px 10px;
    text-align: center;
    font-family: "Arial";
    font-size: 18px;
    background: rgba(0, 0, 0, 0.71); }
    .slider_cs .item h3 a {
      color: #fff; }
.slider_cs .owl-nav {
  top: 45%; }
  .slider_cs .owl-nav .icon_cs {
    font-size: 20px;
    text-align: center;
    line-height: 40px;
    width: 40px;
    height: 40px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.5); }

.sc_slider_detail {
  padding: 0 30px; }
  .sc_slider_detail .slider_detail .owl-nav {
    top: 45%; }
    .sc_slider_detail .slider_detail .owl-nav .owl-prev {
      left: -38px; }
    .sc_slider_detail .slider_detail .owl-nav .owl-next {
      right: -38px; }

.name_prod_detail {
  /*font-family: UTM_NeoSansIntelBold;*/
  font-family: "Arial", sans-serif;
  font-size: 16px;
  font-weight: bold;
      text-transform: uppercase;
  color: #000;
  margin-bottom: 50px; }

.info_detail {
  font-size: 15px;
  /*font-family: UTM_NeoSansIntel;*/
  font-family: "Arial", sans-serif;
  color: #1a1a1a;
  line-height: 30px; }

.content_detail_cate {
  font-family: "Arial";
  font-size: 14px;
  text-align: justify;
  line-height: 22px; }
  .content_detail_cate img {
    max-width: 100%;
    display: block;
    margin: 5px auto; }

.title_lq {
 /* font-family: UTM_NeoSansIntelBold;*/
  font-family: "Arial", sans-serif;
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 30px; }
  .title_lq a {
    color: #fdcb04;
    border-bottom: 1px solid #ffcc01; }

.title_menu {
  /*font-family: UTM_NeoSansIntelBold;*/
  font-family: "Arial", sans-serif;
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 30px;
  color: #242424;
  text-align: center; }

.table_menu_cate {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px; }
  .table_menu_cate thead {
    font-size: 18px; }
    .table_menu_cate thead tr th {
      /*font-family: UTM_NeoSansIntelBold;*/
      font-family: "Arial", sans-serif;
      color: #fff;
      background: #b48238;
      text-align: center;
      padding: 5px; }
      .table_menu_cate thead tr th:nth-child(even) {
        background: #ae8744; }
  .table_menu_cate tbody tr td {
    text-align: center;
    padding: 20px 5px;
    background: #fdeac8; }
    .table_menu_cate tbody tr td h3 {
      font-size: 18px;
      color: #021a56;
     /* font-family: UTM_NeoSansIntelBold;*/
      font-family: "Arial", sans-serif;
      text-transform: uppercase;
      margin-bottom: 10px; }
    .table_menu_cate tbody tr td h6 {
      font-size: 14px;
      color: #021a56;
      /*font-family: UTM_NeoSansIntel; */
      font-family: "Arial", sans-serif;
    }
    .table_menu_cate tbody tr td h4 {
      font-size: 24px;
      margin-top: 18px;
      margin-bottom: 30px;
      text-transform: uppercase;
      color: #021a56;
     /* font-family: UTM_NeoSansIntelBold; */
      font-family: "Arial", sans-serif;
    }
    .table_menu_cate tbody tr td:nth-child(even) {
      background: #f3f4f4; }
  .table_menu_cate tbody tr:nth-child(even) td:nth-child(odd) {
    background: #f3f4f4; }
  .table_menu_cate tbody tr:nth-child(even) td:nth-child(even) {
    background: #fdeac8; }


/*==================================================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;
}
.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;
}
.gc-display-area .gc-icon.gc-icon-next{
    width: 36px !important;
    height: 50px !important;
    right: 10px;
    display: block !important;
}
.gc-display-area .gc-icon.gc-icon-next:before{
    content: "\f105" !important;
    font: normal normal normal 48px/1 fontawesome !important;
    width: 36px;
    color: #000;
    height: 50px;
    text-align: center;
}
.gc-display-area .gc-icon.gc-icon-prev{
    width: 36px !important;
    height: 50px !important;
    left: 10px;
    display: block !important;
}
.gc-display-area .gc-icon.gc-icon-prev:before{
    content: "\f104" !important;
    font: normal normal normal 48px/1 fontawesome !important;
    width: 36px;
    color: #000;
    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;
}
.glass-case{
    margin: auto;
}
/*===================================================end slider detail======================================================*/
.slider_thuonghieu .owl-nav .owl-prev{
        left: -35px;
}
.slider_thuonghieu .owl-nav .owl-next{
    right: -35px;
}
.slider_thuonghieu .owl-nav [class*='owl-']{
    top: 130px;
}
.fixed_bn .logo_pc{
      margin: 5px 0;
}
.fixed_bn .nav-menu > .menu-item > .menu-link{
      padding: 25px 9px 16px 9px;
}
.fixed_bn{
      box-shadow: 0px 0px 10px #000;
}
.box_pr .title_pr:before{
      content: '';
    width: 140px;
    height: 3px;
    left: 0;
    right: 0;
    bottom: 0;
        top: 35px;
    margin: inherit; 
   /* background: #efb013;*/
    position: absolute;
    display: inline-block;
}