@charset "UTF-8";
/*Định nghĩa màu cho website*/
/*Định nghĩa font-family cho website*/
/*@import url(../plugin/fonts/robotoslab/robotoslab.css);
@import "https://fonts.googleapis.com/css?family=Great+Vibes&amp;subset=latin-ext";
@font-face {font-family: 'ChakraPetch'; src: url('../plugin/fonts/chakra-petch/ChakraPetch-SemiBold.ttf');}
@font-face {font-family: 'ChakraPetchMe'; src: url('../plugin/fonts/chakra-petch/ChakraPetch-Medium.ttf');}*/
@import url('https://fonts.googleapis.com/css2?family=Chakra+Petch:wght@300;600&display=swap');

/*Định nghĩa font-size cho website*/
h1 {
  font-size: 24px;
  line-height: 1.5; }

h2 {
  font-size: 22px;
  line-height: 1.5; }

h3 {
  font-size: 20px;
  line-height: 1.5; }

h4 {
  font-size: 18px;
  line-height: 1.5; }

h5 {
  font-size: 16px;
  line-height: 1.5; }

h6 {
  font-size: 14px;
  line-height: 1.5; }

p {
  line-height: 1.5 !important; }

img{
	max-width: 100%;
  height: auto;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  /*font: inherit;*/
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  font-family: 'Chakra Petch', sans-serif !important;
  line-height: 1.3; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote ul{
  list-style: square ;
  margin-left: 10px;
}

blockquote h2{
  font-weight: 600;
  text-transform: uppercase;  
  padding-top: 10px;
  padding-bottom: 5px;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

a:hover {
  text-decoration: none; }

.clear-padding {
  padding: 0; }

.clear-padding-left {
  padding-left: 0; }

.clear-padding-right {
  padding-right: 0; }

.padding-5px {
  padding: 5px; }

.gb-divider {
  width: 100%;
  border-top-width: 1px;
  border-bottom-width: 0;
  border-left-width: 0;
  border-right-width: 0;
  border-style: solid;
  border-color: #E0E0E0;
  overflow: hidden; }

/*header*/
/*TOP HEADER*/
.gb-content {
  overflow: hidden; }

.is-sticky {
  position: relative;
  width: 100%;
  z-index: 9999; }
  @media screen and (max-width: 991px) {
    .is-sticky {
      /*visibility: hidden;*/ } }

.sticky-wrapper {
  width: 100%;
  position: relative; }
  @media screen and (max-width: 991px) {
    .sticky-wrapper {
      position: relative !important; } }
.uni-header-topbar{
  background: #f1f1f1;
  padding: 5px 0;
}
.gb-header {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  z-index: 999;
  position: relative;
  background-color: #004F9E;
  background-image: -webkit-linear-gradient(top, #004F9E 0%, #004F9E 100%);
  /*height:50px;*/
  display: flex; justify-content: center; align-items: center;

   }
  .gb-header .logo {
    width: 200px;
    float: left;
    padding: 2px 0; }
  .gb-header .gb-header-menu {
    /*width: calc(100% - 200px);*/
    width: 100%;
    /*float: left; */
  }
.tab-content>.tab-pane{
  display: block !important;
}
#gb-home-product_ .tab-content>.tab-pane > h3{
  border-bottom: 3px solid yellow;
  margin-bottom: 20px ;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 15px;
}
#gb-home-product_ .tab-content>.tab-pane > h3 > a{
  padding: 15px 40px 15px 15px;
  background: #efc800;
  color: white;
  display: inline-block;
  margin-bottom: 5px;
  border-radius: 20px;
  font-size: 20px;
  font-weight: bold;
  }
#gb-home-product_ .tab-content>.tab-pane > h3 > a > i {
      padding-right: 10px;
}
.uni-header-topbar .uni-topbar-list-right {
  float: right; }
  @media screen and (max-width: 991px) {
    .uni-header-topbar .uni-topbar-list-right {
      float: none; } }
  .uni-header-topbar .uni-topbar-list-right .uni-select-con-mon {
    float: left; }
    .uni-header-topbar .uni-topbar-list-right .uni-select-con-mon ul li {
      display: inline-block; }
      .uni-header-topbar .uni-topbar-list-right .uni-select-con-mon ul li .selection {
        padding: 16px; }
        @media screen and (max-width: 1199px) and (min-width: 992px) {
          .uni-header-topbar .uni-topbar-list-right .uni-select-con-mon ul li .selection {
            padding: 16px 7px; } }
        .uni-header-topbar .uni-topbar-list-right .uni-select-con-mon ul li .selection i {
          float: right;
          padding-left: 5px; }
        .uni-header-topbar .uni-topbar-list-right .uni-select-con-mon ul li .selection .text {
          font-size: 14px;
          font-weight: normal;
          font-style: normal;
          font-stretch: normal;
          line-height: 1.14;
          letter-spacing: normal;
          text-align: right;
          color: #ebeff0; }
          @media screen and (max-width: 1199px) and (min-width: 992px) {
            .uni-header-topbar .uni-topbar-list-right .uni-select-con-mon ul li .selection .text {
              font-size: 12px; } }

/*Footer*/
.footer-main-content {
  padding: 50px 0;
  border-top: 1px solid #ddd;
  background-color: #004F9E;
    background-image: -webkit-linear-gradient(top, #004F9E 0%, #004F9E 100%); }
  .footer-main-content .footer-main-content-element .widget-title {
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 20px;
    line-height: 30px; }
  .footer-main-content .footer-main-content-element .footer-chinhsachkhachhang ul li a {
    display: block;
    font-size: 14px;
    line-height: 25px;
    color: #fff; }
  .footer-main-content .footer-main-content-element .foot-danhmuc-noidung ul li {
    margin-bottom: 5px; }
    .footer-main-content .footer-main-content-element .foot-danhmuc-noidung ul li a {
      display: block;
      font-size: 14px;
      line-height: 25px;
      color: #fff; }
  .footer-main-content .footer-main-content-element .footer-danhmucsanpham li {
    margin-bottom: 5px; }
    .footer-main-content .footer-main-content-element .footer-danhmucsanpham li a {
      display: block;
      font-size: 14px;
      line-height: 25px;
      color: #fff; }

.copyright-area {
      background-color: #004F9E;
    background-image: -webkit-linear-gradient(top, #004F9E 0%, #004F9E 100%);
  overflow: hidden; }
  .copyright-area .copyright-content {
    padding: 20px 0; }
  .copyright-area p {
    padding: 10px 0px;
    color: #fff;
    text-align: center;
    font-size: 20px; }

.footer-tag ul li {
  display: inline-block; }
  .footer-tag ul li a {
    display: block;
    font-size: 14px;
    line-height: 22px;
    color: #fff;
    border-right: 1px solid #fff;
    padding: 0 5px; }

/*SOCIAL*/
.list_social {
  text-align: left; }
  .list_social li {
    display: inline-block; }
    .list_social li a {
      width: 40px;
      height: 40px;
      border: 2px solid #fff;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      color: #fff;
      border-radius: 50%; }

/*MENU*/
/* THÊM NÚT */
.other-themnut {
  /*margin-top: 20px;*/
}
/*MENU DESKTOP*/
.bookonline a {
  border: 1px solid #004F9E !important;
  padding: 15px 10px !important;
  background: #004F9E;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s; }
  .bookonline a:hover {
    border-color: #2b3742 !important;
    background: #2b3742; }

.gb-main-menu {
  position: relative; }
  .gb-main-menu .main-menu {
    position: relative; }
  .gb-main-menu .cssmenu,
  .gb-main-menu .cssmenu ul,
  .gb-main-menu .cssmenu ul li,
  .gb-main-menu .cssmenu ul li a,
  .gb-main-menu .cssmenu #menu-button {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .gb-main-menu .cssmenu:after,
  .gb-main-menu .cssmenu > ul:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .gb-main-menu .cssmenu #menu-button {
    display: none; }
  .gb-main-menu .cssmenu {
    text-align: center;
    line-height: 1; }
    @media screen and (max-width: 991px) {

      .gb-main-menu .cssmenu {
        display: none; } }
  .gb-main-menu .cssmenu > ul > li {
    display: inline-block;
    position: initial;
    border-left: 1px solid #004F9E;
    padding: 4px 10px; }
  .gb-main-menu .cssmenu.align-center > ul {
    font-size: 0;
    text-align: center; }
  .gb-main-menu .cssmenu.align-center > ul > li {
    display: inline-block;
    float: none; }
  .gb-main-menu .cssmenu.align-center ul ul {
    text-align: left; }
  .gb-main-menu .cssmenu.align-right > ul > li {
    float: right; }
  .gb-main-menu .cssmenu.align-right ul ul {
    text-align: right; }
  .gb-main-menu .cssmenu > ul > li > a {
    font-size: 15px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    text-align: right;
    /*color: #333;*/
    color: white;
    padding: 5px ;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease; }
    @media screen and (min-width: 992px) and (max-width: 1199px) {
      .gb-main-menu .cssmenu > ul > li > a {
        font-size: 11px;
        padding: 43px 10px; } }
  .gb-main-menu .cssmenu > ul > li:hover > a,
  .gb-main-menu .cssmenu > ul > li.active > a {
    opacity: 0.6; }
  .gb-main-menu .cssmenu > ul > li.has-sub > a:hover:before {
    content: '';
    display: block; }
  .gb-main-menu .cssmenu ul ul {
    position: absolute;
    left: -9999px;
    z-index: 2;
    background: #fff;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
    text-transform: uppercase;}
  .gb-main-menu .cssmenu li:hover > ul {
    left: auto; }
  .gb-main-menu .cssmenu li:hover > ul.menu-san-pham {
    left: -20px; }
  .gb-main-menu .cssmenu.align-right li:hover > ul {
    right: 0; }
  .gb-main-menu .cssmenu ul ul ul {
    margin-left: 100%;
    top: 0;
    background: #ffffff;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5); }
  .gb-main-menu .cssmenu ul ul ul li a {
    color: #666666;
    border-top: 1px solid #e0e0e0; }
  .gb-main-menu .cssmenu.align-right ul ul ul {
    margin-left: 0;
    margin-right: 100%; }
  .gb-main-menu .cssmenu ul ul li {
    -webkit-transition: height .2s ease;
    -o-transition: height .2s ease;
    transition: height .2s ease; }
  .gb-main-menu .cssmenu ul ul li a {
    display: block;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.71;
    letter-spacing: normal;
    text-align: left;
    color: #666666;
    padding: 12px 20px;
    min-width: 240px;
    background: transparent;
    border-top: 1px solid #e0e0e0;
    text-decoration: none;
    -webkit-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease; }
  .gb-main-menu .cssmenu ul ul li:first-child a {
    border-top: none;
    }
  .gb-main-menu .cssmenu ul ul li:hover > a,
  .gb-main-menu .cssmenu ul ul li a:hover {
    color: #fff;
    background: #004F9E; }
  .gb-main-menu .cssmenu ul ul li.has-sub > a::after {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 4px;
    height: 4px;
    /*border-bottom: 1px solid #222;
    border-right: 1px solid #222;*/
    content: "";
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: border-color 0.2s ease;
    -o-transition: border-color 0.2s ease;
    transition: border-color 0.2s ease; }
  .gb-main-menu .cssmenu.align-right ul ul li.has-sub > a::after {
    right: auto;
    left: 10px;
    border-bottom: 0;
    border-right: 0;
    border-top: 1px solid #dddddd;
    border-left: 1px solid #dddddd; }
  .gb-main-menu .cssmenu ul ul li.has-sub:hover > a::after {
    border-color: #fff; }
  .gb-main-menu .cssmenu ul li:hover .gb-mega-menu {
    display: block; }
  .gb-main-menu .cssmenu ul li .gb-mega-menu {
    position: absolute;
    display: none; }
    @media screen and (min-width: 992px) {
      .gb-main-menu .cssmenu ul li .gb-mega-menu {
        width: 940px;
        left: -257px; } }
    @media screen and (min-width: 1200px) {
      .gb-main-menu .cssmenu ul li .gb-mega-menu {
        width: 1140px;
        left: -307px; } }
    .gb-main-menu .cssmenu ul li .gb-mega-menu .box_image_sub_menu {
      height: 270px;
      overflow: hidden; }
      .gb-main-menu .cssmenu ul li .gb-mega-menu .box_image_sub_menu img {
        width: 100%;
        height: auto; }
    .gb-main-menu .cssmenu ul li .gb-mega-menu h3 {
      font-weight: 600;
      font-size: 18px;
      color: #004F9E;
      line-height: 1.5;
      padding: 10px 20px; }
    .gb-main-menu .cssmenu ul li .gb-mega-menu ul {
      position: relative;
      left: initial;
      margin-left: initial;
      -webkit-box-shadow: none;
      box-shadow: none; }
      .gb-main-menu .cssmenu ul li .gb-mega-menu ul li a {
        padding: 10px 20px;
        border: none; }

/*Menu mobiles*/
.mobile-nav .navbar-toggle {
  z-index: 999999;
  top: 21px; }

.mobile-nav [class^="icon-"]:before, .mobile-nav [class*=" icon-"]:before {
  width: auto !important;
  margin-right: 0 !important; }

.mobile-nav #cssmenu,
.mobile-nav #cssmenu ul,
.mobile-nav #cssmenu ul li,
.mobile-nav #cssmenu ul li a,
.mobile-nav #cssmenu #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mobile-nav #cssmenu > ul > li > a {
  font-size: 14px;
  line-height: 1.43;
  text-align: left;
  color: #ffffff;
  padding: 20px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease; }

.mobile-nav #cssmenu ul ul li a {
  display: block;
  font-size: 14px;
  text-align: left;
  color: #222222;
  padding: 17px 20px;
  min-width: 240px;
  background: transparent;
  border-top: 1px solid #e0e0e0;
  text-decoration: none;
  -webkit-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease; }

@media screen and (max-width: 991px) {
  .mobile-nav #cssmenu {
    width: 100%;
    background: #22292d;
    display: none;
    position: fixed;
    min-height: 100%;
    z-index: 2000000; }
  .mobile-nav .uni-icons-close {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: solid 1px #333333;
    margin: auto;
    margin-top: 30px;
    margin-bottom: 35px; }
    .mobile-nav .uni-icons-close i {
      font-family: FontAwesome;
      font-size: 15px;
      line-height: 2.93;
      text-align: center;
      color: #aeaeae; }
  .mobile-nav #cssmenu ul {
    width: 100%;
    display: none;
        /*height: 100vh;*/
    overflow-x: auto;
    padding: 0 30px;
    background: transparent; }
  .mobile-nav #cssmenu ul ul {
    background: transparent;
    padding-right: 0; }
  .mobile-nav #cssmenu.align-center > ul,
  .mobile-nav #cssmenu.align-right ul ul {
    text-align: left; }
  .mobile-nav #cssmenu ul li,
  .mobile-nav #cssmenu ul ul li,
  .mobile-nav #cssmenu ul li:hover > ul > li {
    width: 100%;
    height: auto;
    border-top: 1px solid rgba(120, 120, 120, 0.15); }
  .mobile-nav #cssmenu ul ul li,
  .mobile-nav #cssmenu ul li:hover > ul > li {
    border-top: 1px solid transparent; }
  .mobile-nav #cssmenu li:hover > ul {
    border-top: 1px solid rgba(120, 120, 120, 0.15); }
  .mobile-nav #cssmenu ul li a,
  .mobile-nav #cssmenu ul ul li a {
    width: 100%;
    padding: 11px 0;
    text-transform: inherit; }
  .mobile-nav #cssmenu > ul > li,
  .mobile-nav #cssmenu.align-center > ul > li,
  .mobile-nav #cssmenu.align-right > ul > li {
    float: none;
    display: block; }
  .mobile-nav #cssmenu ul ul li:last-child a {
    border-bottom: none; }
  .mobile-nav #cssmenu ul ul li a {
    display: block;
    line-height: 24px;
    font-size: 14px;
    color: #aeaeae;
    background: none;
    border: none;
    border-bottom: 1px solid rgba(120, 120, 120, 0.15); }
  .mobile-nav #cssmenu ul ul li:hover > a,
  .mobile-nav #cssmenu ul ul li a:hover {
    color: #004F9E; }
  .mobile-nav .home-icon {
    background: transparent; }
  .mobile-nav #cssmenu > ul > li:hover > a,
  .mobile-nav #cssmenu > ul > li.active > a {
    color: #004F9E !important; }
  .mobile-nav #cssmenu ul ul ul li a {
    padding-left: 0;
    border-top: none; }
  .mobile-nav #cssmenu ul ul,
  .mobile-nav #cssmenu ul ul ul {
    position: relative;
    left: 0;
    right: auto;
    width: 100%;
    margin: 0;
    border-top: 1px solid rgba(120, 120, 120, 0.15); }
  .mobile-nav #cssmenu > ul > li.has-sub > a::after,
  .mobile-nav #cssmenu ul ul li.has-sub > a::after {
    display: none; }
  .mobile-nav #menu-line {
    display: none; }
  .mobile-nav #cssmenu #menu-button {
    display: block;
    padding: 20px;
    color: #000000;
    cursor: pointer; }
  .mobile-nav #cssmenu .submenu-button {
    position: absolute;
    z-index: 10;
    right: 0;
    top: 0;
    display: block;
    height: 42px;
    width: 42px;
    cursor: pointer;
    border-left: 1px solid rgba(120, 120, 120, 0.15); }
  .mobile-nav #cssmenu .submenu-button::after {
    content: '\f107';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: block;
    font-family: FontAwesome;
    color: #fff;
    z-index: 99; }
  .mobile-nav #cssmenu .submenu-button.active::before {
    content: '\f106';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: block;
    font-family: FontAwesome;
    color: #004F9E;
    z-index: 99; }
  .mobile-nav #cssmenu ul li ul li .submenu-button::after {
    content: '';
    position: absolute;
    top: 21px;
    left: 20px;
    display: block;
    width: 1px;
    height: 11px;
    background: #fff;
    z-index: 99; }
  .mobile-nav #cssmenu ul li ul li .submenu-button::before {
    content: '';
    position: absolute;
    left: 15px;
    top: 21px;
    display: block;
    width: 11px;
    height: 1px;
    background: #fff;
    z-index: 99; }
  .mobile-nav #cssmenu ul li ul li .submenu-button.active::before {
    content: '';
    position: absolute;
    left: 21px;
    top: 21px;
    display: block;
    width: 11px;
    height: 1px;
    background: #004F9E;
    z-index: 99; }
  .mobile-nav #cssmenu .submenu-button.submenu-opened:after {
    display: none; }
  .mobile-nav .navbar-toggle .icon-bar {
    display: inline-block; }
  .mobile-nav .menu-mobile-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: 1px solid #000;
    position: fixed;
    color: #000;
    top: 5px;
    right: 15px;
    z-index: 99999; } }

/*MENU DESKTOP*/
.gb-menu-category .main-menu {
  position: relative; }

.gb-menu-category .cssmenu,
.gb-menu-category .cssmenu ul,
.gb-menu-category .cssmenu ul li,
.gb-menu-category .cssmenu ul li a,
.gb-menu-category .cssmenu #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.gb-menu-category .cssmenu {
  margin-top: 32px;
  border: 1px solid #dcdcdc; }
  .gb-menu-category .cssmenu ul {
    position: relative; }
    .gb-menu-category .cssmenu ul li {
      border-bottom: 1px solid #dcdcdc; }
      .gb-menu-category .cssmenu ul li:last-child {
        border-bottom: none; }
      .gb-menu-category .cssmenu ul li a {
        position: relative; }
    .gb-menu-category .cssmenu ul ul {
      width: 880px;
      height: 100%;
      padding: 20px;
      overflow-y: scroll; }
      .gb-menu-category .cssmenu ul ul .item {
        margin-bottom: 10px; }
        .gb-menu-category .cssmenu ul ul .item h3 a {
          display: block;
          font-weight: 600;
          margin-bottom: 10px; }
      .gb-menu-category .cssmenu ul ul ul {
        overflow: initial; }
      .gb-menu-category .cssmenu ul ul li {
        border-bottom: none; }

.gb-menu-category .cssmenu:after,
.gb-menu-category .cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.gb-menu-category .cssmenu #menu-button {
  display: none; }

.gb-menu-category .cssmenu {
  width: auto;
  line-height: 1; }
  @media screen and (max-width: 991px) {
    .list_social{
      text-align: center;
    }
    .gb-menu-category .cssmenu {
      display: none; } }

.gb-menu-category .cssmenu.align-center > ul {
  font-size: 0;
  text-align: center; }

.gb-menu-category .cssmenu.align-center > ul > li {
  display: inline-block;
  float: none; }

.gb-menu-category .cssmenu.align-center ul ul {
  text-align: left; }

.gb-menu-category .cssmenu.align-right > ul > li {
  float: right; }

.gb-menu-category .cssmenu.align-right ul ul {
  text-align: right; }

.gb-menu-category .cssmenu > ul > li > a {
  font-size: 13px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  text-align: left;
  color: #333;
  padding: 14px 20px;
  text-decoration: none;
  -webkit-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease; }
  @media screen and (min-width: 992px) and (max-width: 1199px) {
    .gb-menu-category .cssmenu > ul > li > a {
      font-size: 11px; } }

.gb-menu-category .cssmenu > ul > li:hover > a,
.gb-menu-category .cssmenu > ul > li.active > a {
  color: #004F9E; }

.gb-menu-category .cssmenu > ul > li.has-sub > a {
  padding-right: 25px; }
  .gb-menu-category .cssmenu > ul > li.has-sub > a:hover:before {
    content: '';
    display: block; }

.gb-menu-category .cssmenu > ul > li.has-sub > a::after {
  position: absolute;
  top: 15px;
  right: 10px;
  content: "\f105";
  font-family: FontAwesome; }

.gb-menu-category .cssmenu > ul > li.has-sub:hover > a::after {
  border-color: #3f97da; }

.gb-menu-category .cssmenu ul ul {
  position: absolute;
  left: -9999px;
  z-index: 2;
  background: #ffffff;
  border: 1px solid #dcdcdc;
  margin-left: 100%;
  top: -1; }

.gb-menu-category .cssmenu li:hover > ul {
  left: auto;
  position: absolute;
  top: -1px; }
  .gb-menu-category .cssmenu li:hover > ul li ul {
    position: relative;
    left: inherit;
    margin-left: inherit;
    width: auto;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    padding: 0 0 0 20px; }
    .gb-menu-category .cssmenu li:hover > ul li ul li {
      border: none; }
      .gb-menu-category .cssmenu li:hover > ul li ul li a {
        display: block;
        padding: 0;
        border: none; }
        .gb-menu-category .cssmenu li:hover > ul li ul li a:hover {
          background: transparent;
          color: #004F9E; }

.gb-menu-category .cssmenu.align-right li:hover > ul {
  right: 0; }

.gb-menu-category .cssmenu ul ul ul {
  margin-left: 100%;
  top: 0;
  background: #ffffff;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5); }

.gb-menu-category .cssmenu ul ul ul li a {
  color: #666666; }

.gb-menu-category .cssmenu.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%; }

.gb-menu-category .cssmenu ul ul li {
  -webkit-transition: height .2s ease;
  -o-transition: height .2s ease;
  transition: height .2s ease; }

.gb-menu-category .cssmenu ul ul li a {
  display: block;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.71;
  letter-spacing: normal;
  text-align: left;
  color: #666666;
  min-width: 240px;
  background: transparent;
  text-decoration: none;
  -webkit-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease; }

.gb-menu-category .cssmenu ul ul li:first-child a {
  border-top: none; }

.gb-menu-category .cssmenu ul ul li:hover > a,
.gb-menu-category .cssmenu ul ul li a:hover {
  color: #004F9E;
  background: #fff; }

.gb-menu-category .cssmenu ul ul li.has-sub > a::after {
  position: absolute;
  top: 20px;
  right: 20px;
  content: "\f105";
  font-family: FontAwesome; }

.gb-menu-category .cssmenu.align-right ul ul li.has-sub > a::after {
  right: auto;
  left: 10px;
  border-bottom: 0;
  border-right: 0;
  border-top: 1px solid #dddddd;
  border-left: 1px solid #dddddd; }

.gb-menu-category .cssmenu ul ul li.has-sub:hover > a::after {
  border-color: #fff; }

.menucategory-top {
  position: relative;
  padding: 15px 0; }
  .menucategory-top .txtmenucategory-top {
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600; }

.gb-menu-category {
  position: absolute;
  width: 100%; }

.menu-category {
  background: #004F9E; }
  @media screen and (min-width: 992px) {
    .menu-category {
      display: block; } }
  @media screen and (max-width: 991px) {
    .menu-category {
      display: none; } }

.menu-right ul li {
  display: inline-block; }
  .menu-right ul li a {
    display: block;
    padding: 17px 20px;
    color: #fff;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }
    .menu-right ul li a:hover {
      background: rgba(255, 255, 255, 0.2); }

/*EMAIL*/
/*FOOTER 4*/
.footer-4 ul li {
  border-left: 1px solid #004F9E;
  margin-bottom: 10px; }
  .footer-4 ul li a {
    display: block;
    font-size: 14px;
    color: #333;
    line-height: 26px;
    padding-left: 10px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }
    .footer-4 ul li a:hover {
      color: #004F9E; }

#vietnhanxet .modal-title {
  color: #004F9E; }

#vietnhanxet label {
  color: #333;
  font-weight: 600;
  margin-bottom: 15px; }

.gb-form-nhan-xet .btn {
  background: #004F9E;
  color: #fff;
  border-color: #004F9E;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s; }
  .gb-form-nhan-xet .btn:hover {
    background: transparent;
    color: #004F9E; }

.gb-nhan-xet-baiviet-header {
  display: flow-root;
  border-bottom: 1px solid #dcdcdc;
  padding-bottom: 20px;
  margin-bottom: 30px; }
  .gb-nhan-xet-baiviet-header h3 {
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    color: #333;
    margin-bottom: 20px;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 10px; }
    .gb-nhan-xet-baiviet-header h3:before {
      position: absolute;
      content: '';
      width: 114px;
      bottom: -2px;
      left: 1px;
      height: 3px;
      background: #3cc; }

.gb-nhan-xet-baiviet {
  padding: 30px 0 40px 0;
  /** ====================
 * Lista de Comentarios
 =======================*/
  /**
   * Lineas / Detalles
   -----------------------*/
  /**
   * Avatar
   ---------------------------*/
  /**
   * Caja del Comentario
   ---------------------------*/
  /** =====================
   * Responsive
   ========================*/ }
  .gb-nhan-xet-baiviet .comments-container h1 a {
    font-size: 18px;
    font-weight: 700; }
  .gb-nhan-xet-baiviet .comments-list {
    margin-top: 30px;
    position: relative; }
  .gb-nhan-xet-baiviet .comments-list:before {
    content: '';
    width: 2px;
    height: 100%;
    background: #c7cacb;
    position: absolute;
    left: 32px;
    top: 0; }
  .gb-nhan-xet-baiviet .comments-list:after {
    content: '';
    position: absolute;
    background: #c7cacb;
    bottom: 0;
    left: 27px;
    width: 7px;
    height: 7px;
    border: 3px solid #dee1e3;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%; }
  .gb-nhan-xet-baiviet .reply-list:before, .gb-nhan-xet-baiviet .reply-list:after {
    display: none; }
  .gb-nhan-xet-baiviet .reply-list li:before {
    content: '';
    width: 60px;
    height: 2px;
    background: #c7cacb;
    position: absolute;
    top: 25px;
    left: -55px; }
  .gb-nhan-xet-baiviet .comments-list li {
    margin-bottom: 15px;
    display: block;
    position: relative; }
  .gb-nhan-xet-baiviet .comments-list li:after {
    content: '';
    display: block;
    clear: both;
    height: 0;
    width: 0; }
  .gb-nhan-xet-baiviet .reply-list {
    padding-left: 88px;
    clear: both;
    margin-top: 15px; }
  .gb-nhan-xet-baiviet .comments-list .comment-avatar {
    width: 65px;
    height: 65px;
    position: relative;
    z-index: 99;
    float: left;
    border: 3px solid #FFF;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    overflow: hidden; }
  .gb-nhan-xet-baiviet .comments-list .comment-avatar img {
    width: 100%;
    height: 100%; }
  .gb-nhan-xet-baiviet .reply-list .comment-avatar {
    width: 50px;
    height: 50px; }
  .gb-nhan-xet-baiviet .comment-main-level:after {
    content: '';
    width: 0;
    height: 0;
    display: block;
    clear: both; }
  .gb-nhan-xet-baiviet .comments-list .comment-box {
    width: 680px;
    float: right;
    position: relative;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15); }
  .gb-nhan-xet-baiviet .comments-list .comment-box:before, .gb-nhan-xet-baiviet .comments-list .comment-box:after {
    content: '';
    height: 0;
    width: 0;
    position: absolute;
    display: block;
    border-width: 10px 12px 10px 0;
    border-style: solid;
    border-color: transparent #FCFCFC;
    top: 8px;
    left: -11px; }
  .gb-nhan-xet-baiviet .comments-list .comment-box:before {
    border-width: 11px 13px 11px 0;
    border-color: transparent rgba(0, 0, 0, 0.05);
    left: -12px; }
  .gb-nhan-xet-baiviet .reply-list .comment-box {
    width: 610px; }
  .gb-nhan-xet-baiviet .comment-box .comment-head {
    background: #FCFCFC;
    padding: 10px 12px;
    border-bottom: 1px solid #E5E5E5;
    overflow: hidden;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0; }
  .gb-nhan-xet-baiviet .comment-box .comment-head i {
    float: right;
    margin-left: 14px;
    position: relative;
    top: 2px;
    color: #A6A6A6;
    cursor: pointer;
    -webkit-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease; }
  .gb-nhan-xet-baiviet .comment-box .comment-head i:hover {
    color: #03658c; }
  .gb-nhan-xet-baiviet .comment-box .comment-name {
    color: #283035;
    font-size: 14px;
    font-weight: 700;
    float: left;
    margin-right: 10px; }
  .gb-nhan-xet-baiviet .comment-box .comment-name a {
    color: #283035; }
  .gb-nhan-xet-baiviet .comment-box .comment-head span {
    float: left;
    color: #999;
    font-size: 13px;
    position: relative;
    top: 1px; }
  .gb-nhan-xet-baiviet .comment-box .comment-content {
    background: #FFF;
    padding: 12px;
    font-size: 15px;
    color: #595959;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px; }
  .gb-nhan-xet-baiviet .comment-box .comment-name.by-author, .gb-nhan-xet-baiviet .comment-box .comment-name.by-author a {
    color: #03658c; }
  .gb-nhan-xet-baiviet .comment-box .comment-name.by-author:after {
    content: 'autor';
    background: #03658c;
    color: #FFF;
    font-size: 12px;
    padding: 3px 5px;
    font-weight: 700;
    margin-left: 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px; }
  @media only screen and (max-width: 766px) {
    .gb-nhan-xet-baiviet .comments-container {
      width: 480px; }
    .gb-nhan-xet-baiviet .comments-list .comment-box {
      width: 390px; }
    .gb-nhan-xet-baiviet .reply-list .comment-box {
      width: 320px; } }

.gb-lienhe {
  padding: 50px 0; }

.gb-form-lienhe h3 {
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  color: #333;
  margin-top: 10px;
  text-transform: uppercase;
  margin-bottom: 5px; }

.gb-form-lienhe form label {
  font-size: 14px;
  font-weight: 600;
  text-align: left;
  color: #333;
  margin-top: 5px;
  margin-bottom: 5px; }

.gb-form-lienhe .btn-gui {
  min-width: 200px;
  background: #004F9E;
  border: 2px solid #004F9E;
  color: #fff;
  border-radius: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s; }
  .gb-form-lienhe .btn-gui:hover {
    background: transparent;
    color: #004F9E; }

/*PARTNER*/
.box_partner {
  padding: 40px 0; }

/*SIDEBAR*/
.gb-sidebar-category .main-menu {
  position: relative; }

.gb-sidebar-category .cssmenu,
.gb-sidebar-category .cssmenu ul,
.gb-sidebar-category .cssmenu ul li,
.gb-sidebar-category .cssmenu ul li a,
.gb-sidebar-category .cssmenu #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.gb-sidebar-category .cssmenu {
  margin-top: 15px;
  border: 1px solid #dcdcdc; }
  .gb-sidebar-category .cssmenu ul {
    position: relative; }
    .gb-sidebar-category .cssmenu ul li {
      border-bottom: 1px solid #dcdcdc; }
      .gb-sidebar-category .cssmenu ul li:last-child {
        border-bottom: none; }
      .gb-sidebar-category .cssmenu ul li a {
        position: relative; }
    .gb-sidebar-category .cssmenu ul ul {
      width: 880px;
      height: 100%;
      padding: 20px;
      overflow-y: scroll; }
      .gb-sidebar-category .cssmenu ul ul .item {
        margin-bottom: 10px; }
        .gb-sidebar-category .cssmenu ul ul .item h3 a {
          display: block;
          font-weight: 600;
          margin-bottom: 10px; }
      .gb-sidebar-category .cssmenu ul ul ul {
        overflow: initial; }
      .gb-sidebar-category .cssmenu ul ul li {
        border-bottom: none; }

.gb-sidebar-category .cssmenu:after,
.gb-sidebar-category .cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.gb-sidebar-category .cssmenu #menu-button {
  display: none; }

.gb-sidebar-category .cssmenu {
  width: auto;
  line-height: 1; }
  @media screen and (max-width: 991px) {
    .gb-sidebar-category .cssmenu {
      display: none; } }

.gb-sidebar-category .cssmenu.align-center > ul {
  font-size: 0;
  text-align: center; }

.gb-sidebar-category .cssmenu.align-center > ul > li {
  display: inline-block;
  float: none; }

.gb-sidebar-category .cssmenu.align-center ul ul {
  text-align: left; }

.gb-sidebar-category .cssmenu.align-right > ul > li {
  float: right; }

.gb-sidebar-category .cssmenu.align-right ul ul {
  text-align: right; }

.gb-sidebar-category .cssmenu > ul > li > a {
  font-size: 13px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  text-align: left;
  color: #333;
  padding: 14px 20px;
  text-decoration: none;
  -webkit-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease; }
  @media screen and (min-width: 992px) and (max-width: 1199px) {
    .gb-sidebar-category .cssmenu > ul > li > a {
      font-size: 11px; } }

.gb-sidebar-category .cssmenu > ul > li:hover > a,
.gb-sidebar-category .cssmenu > ul > li.active > a {
  color: #004F9E; }

.gb-sidebar-category .cssmenu > ul > li.has-sub > a {
  padding-right: 25px; }
  .gb-sidebar-category .cssmenu > ul > li.has-sub > a:hover:before {
    content: '';
    display: block; }

.gb-sidebar-category .cssmenu > ul > li.has-sub > a::after {
  position: absolute;
  top: 15px;
  right: 10px;
  content: "\f105";
  font-family: FontAwesome; }

.gb-sidebar-category .cssmenu > ul > li.has-sub:hover > a::after {
  border-color: #3f97da; }

.gb-sidebar-category .cssmenu ul ul {
  position: absolute;
  left: -9999px;
  z-index: 2;
  background: #ffffff;
  border: 1px solid #dcdcdc;
  margin-left: 100%;
  top: -1; }

.gb-sidebar-category .cssmenu li:hover > ul {
  left: auto;
  position: absolute;
  top: -1px; }
  .gb-sidebar-category .cssmenu li:hover > ul li ul {
    position: relative;
    left: inherit;
    margin-left: inherit;
    width: auto;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    padding: 0 0 0 20px; }
    .gb-sidebar-category .cssmenu li:hover > ul li ul li {
      border: none; }
      .gb-sidebar-category .cssmenu li:hover > ul li ul li a {
        display: block;
        padding: 0;
        border: none; }
        .gb-sidebar-category .cssmenu li:hover > ul li ul li a:hover {
          background: transparent;
          color: #004F9E; }

.gb-sidebar-category .cssmenu.align-right li:hover > ul {
  right: 0; }

.gb-sidebar-category .cssmenu ul ul ul {
  margin-left: 100%;
  top: 0;
  background: #ffffff;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5); }

.gb-sidebar-category .cssmenu ul ul ul li a {
  color: #666666; }

.gb-sidebar-category .cssmenu.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%; }

.gb-sidebar-category .cssmenu ul ul li {
  -webkit-transition: height .2s ease;
  -o-transition: height .2s ease;
  transition: height .2s ease; }

.gb-sidebar-category .cssmenu ul ul li a {
  display: block;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.71;
  letter-spacing: normal;
  text-align: left;
  color: #666666;
  min-width: 240px;
  background: transparent;
  text-decoration: none;
  -webkit-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease; }

.gb-sidebar-category .cssmenu ul ul li:first-child a {
  border-top: none; }

.gb-sidebar-category .cssmenu ul ul li:hover > a,
.gb-sidebar-category .cssmenu ul ul li a:hover {
  color: #004F9E;
  background: #fff; }

.gb-sidebar-category .cssmenu ul ul li.has-sub > a::after {
  position: absolute;
  top: 20px;
  right: 20px;
  content: "\f105";
  font-family: FontAwesome; }

.gb-sidebar-category .cssmenu.align-right ul ul li.has-sub > a::after {
  right: auto;
  left: 10px;
  border-bottom: 0;
  border-right: 0;
  border-top: 1px solid #dddddd;
  border-left: 1px solid #dddddd; }

.gb-sidebar-category .cssmenu ul ul li.has-sub:hover > a::after {
  border-color: #fff; }

.menucategory-top {
  position: relative;
  padding: 17px 0; }
  .menucategory-top .txtmenucategory-top {
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600; }

.menu-category {
  background: #004F9E; }
  @media screen and (min-width: 992px) {
    .menu-category {
      display: block; } }
  @media screen and (max-width: 991px) {
    .menu-category {
      display: none; } }

.widget {
  margin-bottom: 30px; }
  .widget .widget-title {
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    color: #004F9E;
    margin-bottom: 20px;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 10px; }
    .widget .widget-title:before {
      position: absolute;
      content: '';
      width: 114px;
      bottom: -2px;
      left: 1px;
      height: 3px;
      background: #004F9E; }

.gb-timkiem-sidebar .vk-newlist-banner-test-search button {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s; }

.gb-timkiem-sidebar .vk-newlist-banner-test-search button:hover {
  background: #004F9E;
  color: #fff; }

.gb-timkiem-sidebar form {
  border-radius: 0;
  overflow: hidden; }

.gb-timkiem-sidebar .vk-newlist-banner-test-search {
  width: 100%;
  height: 50px;
  background: #fff;
  border: solid 1px #004F9E;
  border-radius: 0; }
  .gb-timkiem-sidebar .vk-newlist-banner-test-search input {
    width: 80%;
    height: 50px;
    border: none;
    outline: none;
    color: #333;
    background: transparent;
    font-weight: 500;
    font-style: normal;
    font-size: 14px;
    text-indent: 15px; }
  .gb-timkiem-sidebar .vk-newlist-banner-test-search button {
    width: 20%;
    height: 48px;
    background: #004F9E;
    border: none;
    border-left: 1px solid #004F9E;
    outline: none;
    text-align: center;
    line-height: 44px;
    color: #fff;
    font-size: 14px;
    float: right;
    border-radius: 0px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }
    .gb-timkiem-sidebar .vk-newlist-banner-test-search button:hover {
      color: #004F9E;
      background: transparent; }

.uni-best-seller h4 {
  margin-bottom: 0; }
  .uni-best-seller h4 a {
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.86;
    letter-spacing: normal;
    text-align: left;
    color: #333;
    text-transform: capitalize;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }
    .uni-best-seller h4 a:hover {
      color: #004F9E; }

.gb-book-details {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px dashed #e0e0e0; }
  .gb-book-details:last-child {
    border-bottom: none; }
  .gb-book-details h4 a {
    display: block;
    font-style: normal;
    font-stretch: normal;
    color: #333;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    text-transform: capitalize;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }
    .gb-book-details h4 a:hover {
      color: #004F9E; }
  .gb-book-details .gb-best-seller-img {
    float: left;
    border: 1px solid #E0E0E0; }
    .gb-book-details .gb-best-seller-img img {
      width: 60px;
      height: 60px;
      overflow: hidden; }
  .gb-book-details .gb-best-seller-info {
    padding-left: 80px; }

.gb-sanpham-khuyenmai .item {
  background: rgba(241, 241, 241, 0.4);
  padding: 20px 0; }
  .gb-sanpham-khuyenmai .item img {
    width: auto !important;
    height: 250px;
    margin: 0 auto; }

.gb-sidebar-baivietmoinhat ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #dcdcdc;
  margin-bottom: 10px; }
  .gb-sidebar-baivietmoinhat ul li:last-child {
    margin-bottom: 0;
    border-bottom: none; }
    .gb-sidebar-baivietmoinhat ul li:last-child .item {
      padding-bottom: 0; }
  .gb-sidebar-baivietmoinhat ul li .item {
    padding-bottom: 10px; }
    .gb-sidebar-baivietmoinhat ul li .item .item-img {
      width: 50px;
      float: left; }
    .gb-sidebar-baivietmoinhat ul li .item .item-text {
      padding-left: 60px; }
      .gb-sidebar-baivietmoinhat ul li .item .item-text h2 a {
        display: block;
        font-size: 13px;
        font-weight: 600;
        font-style: normal;
        font-stretch: normal;
        letter-spacing: normal;
        text-align: left;
        color: #333;
        line-height: 15px;
        text-decoration: none;
        -webkit-transition: color .2s ease;
        -o-transition: color .2s ease;
        transition: color .2s ease; }
        .gb-sidebar-baivietmoinhat ul li .item .item-text h2 a:hover {
          color: #004F9E; }

.gb-sidebar-gallery .widget-content ul {
  display: flow-root; }
  .gb-sidebar-gallery .widget-content ul li {
    width: 33.33%;
    float: left; }

.gb-sidebar-tag .widget-content ul li {
  display: inline-block;
  margin-bottom: 5px; }
  .gb-sidebar-tag .widget-content ul li a {
    display: block;
    font-size: 14px;
    line-height: 1.86;
    text-align: left;
    color: #7a7a7a;
    border: 1px solid #7a7a7a;
    padding: 8px 15px; }

.gb-sidebar-danhmucsanpham-list ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  color: #7a7a7a;
  font-weight: normal;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  border-bottom: 1px dashed #7a7a7a; }
  .gb-sidebar-danhmucsanpham-list ul li a i {
    color: #004F9E;
    margin-right: 10px; }
  .gb-sidebar-danhmucsanpham-list ul li a:hover {
    color: #004F9E;
    padding-left: 20px; }

/*other*/
.gb-home-dichvu {
  padding: 50px 0;
  background: #f1f1f1; }
  .gb-home-dichvu .gb-home-dichvu-item img {
    display: block;
    margin: 0 auto; }
  .gb-home-dichvu .gb-home-dichvu-item h3 {
    margin: 15px 0; }
    .gb-home-dichvu .gb-home-dichvu-item h3 a {
      display: block;
      text-align: center;
      font-size: 18px;
      color: #333;
      line-height: 22px;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 1;
      overflow: hidden;
      -webkit-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s; }
      .gb-home-dichvu .gb-home-dichvu-item h3 a:hover {
        color: #004F9E; }
  .gb-home-dichvu .gb-home-dichvu-item p {
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    color: #7a7a7a;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden; }

.gb-thuvienanh .gb-thuvienanh-body .gb-thuvienanh-item {
  position: relative;
  overflow: hidden; }
  .gb-thuvienanh .gb-thuvienanh-body .gb-thuvienanh-item:hover {
    cursor: pointer; }
    .gb-thuvienanh .gb-thuvienanh-body .gb-thuvienanh-item:hover img {
      -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
      transform: scale(1.1); }
    .gb-thuvienanh .gb-thuvienanh-body .gb-thuvienanh-item:hover h5 {
      opacity: 1; }
    .gb-thuvienanh .gb-thuvienanh-body .gb-thuvienanh-item:hover .overlay-shade {
      opacity: 0.5; }
    .gb-thuvienanh .gb-thuvienanh-body .gb-thuvienanh-item:hover .icons-holder {
      top: 50%;
      margin-top: -18px; }
  .gb-thuvienanh .gb-thuvienanh-body .gb-thuvienanh-item img {
    width: 100%;
    height: auto;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }
  .gb-thuvienanh .gb-thuvienanh-body .gb-thuvienanh-item h5 {
    opacity: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 999;
    overflow: hidden;
    padding: 25px 30px 60px;
    color: #fff;
    font-size: 24px;
    text-align: center;
    -webkit-transition: opacity 0.3s ease-in-out 0s;
    -o-transition: opacity 0.3s ease-in-out 0s;
    transition: opacity 0.3s ease-in-out 0s; }
  .gb-thuvienanh .gb-thuvienanh-body .gb-thuvienanh-item .overlay-shade {
    position: absolute;
    display: inline-block;
    vertical-align: middle;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    opacity: 0;
    background: #004F9E;
    -webkit-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out; }
  .gb-thuvienanh .gb-thuvienanh-body .gb-thuvienanh-item .icons-holder {
    position: absolute;
    top: -10%;
    left: 50%;
    display: inline-block;
    width: auto;
    height: 36px;
    vertical-align: middle;
    z-index: 130;
    color: white;
    -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; }

/*BANNER*/
.gb-banner-about {
  background: url("../images/airplane-wing-2.jpg") no-repeat;
  background-size: cover;
  height: 700px;
  background-position: center center; }

.gb-banner-contact {
  background: url("../images/airplane-up.jpg") no-repeat;
  background-size: cover;
  height: 700px;
  background-position: center center; }

/*DO YOU WANT TO SELL A CAR*/
.gb-banner-articlepost {
  background: url("../images/writing.jpg") no-repeat;
  background-size: cover;
  height: 700px;
  background-position: center center; }

/*DO YOU WANT TO SELL A CAR*/
.gb-banner-bookonline {
  background: url("../images/1.jpg") no-repeat;
  background-size: cover;
  height: 700px;
  background-position: center center;
  padding-top: 175px; }
  .gb-banner-bookonline .hero-text h2 {
    font-size: 60px;
    margin-bottom: 0;
    color: #FFF;
    text-shadow: 2px 2px 2px #333; }
  .gb-banner-bookonline .hero-text h3 {
    font-size: 48px;
    margin-bottom: 25px;
    color: #004F9E;
    text-shadow: 2px 2px 2px #333; }
  .gb-banner-bookonline .hero-text p {
    font-size: 22px;
    color: #FFF;
    text-shadow: 2px 2px 2px #333;
    margin-bottom: 30px; }
  .gb-banner-bookonline .hero-text .form-group select {
    height: 45px;
    width: 100%; }
  .gb-banner-bookonline .hero-text .form-group .booking-button {
    background: #004F9E;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-shadow: none;
    border: 2px solid #004F9E;
    padding: 10px 20px;
    color: #fff;
    font-weight: 600;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }
    .gb-banner-bookonline .hero-text .form-group .booking-button:hover {
      color: #004F9E;
      background: transparent; }
  .gb-banner-bookonline .hero-text .form-group .cta2 {
    background: #004F9E;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-shadow: none;
    border: 2px solid #004F9E;
    padding: 10px 20px;
    font-size: 13px;
    color: #fff;
    font-weight: 600;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }
    .gb-banner-bookonline .hero-text .form-group .cta2:hover {
      color: #004F9E;
      background: transparent; }

/*BREAKCRUM*/
.hero-title-breadcrums {
  color: #fff;
  font-size: 40px;
  text-shadow: 1px 1px 5px #333;
  text-align: center; }

.gb-breadcrumbs {
  background: url("../images/slidehilux.jpg") no-repeat;
  background-size: cover;
  height: 300px;
  background-position: center center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

/*item chi tiết sp*/


/* info sản phẩm*/
.box-thongtin-lienhe-item img {
    margin: auto;
    height: 100px;
    padding-top: 10px
}
.box-thongtin-lienhe-item h3 {
    font-size: 15px;
    font-weight: bold;
    color: #333;
    text-align: center;
    padding: 25px 0px;
}
.box-thongtin-lienhe-item p {
    margin-left: 0px;
    font-size: 16px;
    line-height: 26px;
    color: #333;
    text-align: center;
   }
/*INTRODUCE*/
.gb-gioithieu-page {
  padding: 50px 0; }
 /*  .box-thongtin-lienhe-item img {
     margin: auto;
    height: 100px;
    padding-top: 10px
  }
  .box-thongtin-lienhe-item h3 {
    font-size: 20px;
    font-weight: bold;
    color: #333;
    text-align: center;
    padding: 25px 0px; }
  .box-thongtin-lienhe-item p {
    font-size: 16px;
    line-height: 26px;
    color: #333; } */
    /* .gb-gioithieu-page .gb-gioithieu-page-item a {
    border: 1px solid;
    display: block;
    text-align: center;
    padding: 10px;
    background: yellow;
    margin-bottom: 10px;
    color: #004F9E;
    font-weight: bolder; 
} */
    }

.gb-gioithieu-company {
  
  background: #f4f4f4;
  padding: 20px;
  margin-bottom: 40px;padding-bottom: 82px; }
  .gb-gioithieu-company h2 {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    text-transform: uppercase;
    margin-bottom: 10px; }
  .gb-gioithieu-company p {
    font-size: 16px;
    line-height: 26px;
    color: #333; }
  .gb-gioithieu-company .gb-dress-intro ul li {
    display: flow-root;
    margin-bottom: 10px; }
    .gb-gioithieu-company .gb-dress-intro ul li .icons {
      width: 40px;
      height: 40px;
      border: 1px solid #004F9E;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      color: #004F9E;
      float: left; }
    .gb-gioithieu-company .gb-dress-intro ul li p {
      padding-left: 60px;
      color: #333;
      font-size: 16px;
      line-height: 1.5; }
  .gb-gioithieu-company .gb-support-intro ul li {
    display: flow-root;
    margin-bottom: 10px; }
    .gb-gioithieu-company .gb-support-intro ul li .icons {
      width: 35px;
      height: 25px;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      color: #004F9E;
      float: left; }
    .gb-gioithieu-company .gb-support-intro ul li p {
      padding-left: 60px;
      color: #333;
      font-size: 16px; }

.gb-daehandoor-title {
  position: relative;
  margin-bottom: 40px;
  font-size: 26px;
  text-align: center;
  text-transform: uppercase;
  color: #004F9E;
  font-weight: 600; }
.gb-daehandoor-title:after{
  content: '';
  position: absolute;
  width: 100px;
  height: 2px;
  bottom: -6px;
  left: 45%;

  background: #004F9E;
}
.gb-daehandoor-title:before{
  content: '';
  position: absolute;
  width: 150px;
  height: 2px;
  bottom: -10px;
  left: 42%;

  background: #004F9E;
}
  .gb-daehandoor-title h2 {
    margin-bottom: 20px; }
  .gb-daehandoor-title p {
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #7a7a7a;
    font-weight: normal;
    text-transform: initial; }

.gb-home-introduce {
  padding: 50px 0; }
  .gb-home-introduce .gb-home-introduce-left h4 {
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 20px; }
  .gb-home-introduce .gb-home-introduce-left p {
    font-size: 14px;
    line-height: 24px;
    text-align: left;
    color: #7a7a7a; }
  .gb-home-introduce .gb-home-introduce-left ul li .icons {
    font-size: 24px;
    color: #004F9E;
    float: left; }
  .gb-home-introduce .gb-home-introduce-left ul li p {
    padding-left: 40px; }
  .gb-home-introduce .gb-home-introduce-right {
    margin-top: 30px; }

.gb-home-introduce-2 {
  padding: 50px 0; }
  .gb-home-introduce-2 p {
    text-align: justify;
    color: #3a3a3a;
    font-size: 16px;
    line-height: 1.6; }

/*PAGINATION*/
.loop-pagination {
  text-align: center;
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .loop-pagination li {
    float: left;
    margin-left: -1px; }
    @media screen and (max-width: 991px) {
      .loop-pagination li {
        margin-left: 1px; } }
    .loop-pagination li:first-child {
      margin-left: 0; }
    .loop-pagination li a.page-numbers {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 50px;
      height: 50px;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      font-size: 16px;
      line-height: 1.06;
      text-align: center;
      color: #666666;
      border: 1px solid #e0e0e0;
      padding: 10px 15px;
      -webkit-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s; }
      @media screen and (max-width: 767px) {
        .loop-pagination li a.page-numbers {
          width: 35px;
          height: 35px; } }
      .loop-pagination li a.page-numbers:hover {
        background: #004F9E;
        color: #fff;
        border-color: #004F9E; }
    .loop-pagination li a.current {
      background: #004F9E;
      color: #fff;
      border-color: #004F9E; }
    .loop-pagination li a.prev {
      border: 1px solid #E0E0E0;
      padding: 10px 18px; }
    .loop-pagination li a.next {
      border: 1px solid #E0E0E0;
      padding: 10px 18px; }

/*PAGE*/
.gb-cachlapdat-page {
  padding: 50px 0; }

.gb-cachlapdat-page-content .gb-divider {
  margin: 20px 0; }

.gb-cachlapdat-page-content h2 {
  font-size: 18px;
  font-weight: bold;
  color: #333;
  text-transform: uppercase; }

.gb-cachlapdat-page-content h3 {
  font-size: 16px;
  font-weight: bold;
  color: #333;
  text-transform: uppercase;
  margin-bottom: 10px; }

.gb-cachlapdat-page-content p {
  font-size: 14px;
  line-height: 26px;
  color: #7a7a7a;
  text-align: justify; }

.gb-cachthucthanhtoan {
  padding-bottom: 40px; }
  .gb-cachthucthanhtoan .gb-cachthucthanhtoan-right h1 {
    font-size: 24px;
    font-weight: bold;
    text-align: left;
    color: #333;
    margin-bottom: 20px;
    text-transform: uppercase; }
  .gb-cachthucthanhtoan .gb-cachthucthanhtoan-right ul li {
    display: block;
    color: #333;
    font-size: 16px;
    line-height: 26px; }
    .gb-cachthucthanhtoan .gb-cachthucthanhtoan-right ul li span {
      font-size: 16px;
      font-weight: bold;
      text-align: left;
      color: #333; }
  .gb-cachthucthanhtoan .gb-cachthucthanhtoan-right h2 {
    font-size: 20px;
    font-weight: bold;
    text-align: left;
    color: #333;
    margin: 20px 0;
    text-transform: uppercase; }
  .gb-cachthucthanhtoan .gb-cachthucthanhtoan-right h4 {
    margin: 15px 0; }
    .gb-cachthucthanhtoan .gb-cachthucthanhtoan-right h4 span {
      font-weight: bold;
      color: #333;
      font-size: 16px;
      text-decoration: underline; }
  .gb-cachthucthanhtoan .gb-cachthucthanhtoan-right p {
    display: block;
    color: #333;
    font-size: 16px;
    line-height: 26px; }

.gb-chinhsach-vanchuyen {
  padding: 50px 0; }
  .gb-chinhsach-vanchuyen .gb-chinhsach-vanchuyen-body h1 {
    font-size: 20px;
    font-weight: bold;
    text-align: left;
    color: #333;
    margin-bottom: 20px;
    text-transform: uppercase; }
  .gb-chinhsach-vanchuyen .gb-chinhsach-vanchuyen-body ul li {
    display: block;
    color: #333;
    font-size: 16px;
    line-height: 26px; }
    .gb-chinhsach-vanchuyen .gb-chinhsach-vanchuyen-body ul li span {
      font-size: 16px;
      font-weight: bold;
      text-align: left;
      color: #333; }
  .gb-chinhsach-vanchuyen .gb-chinhsach-vanchuyen-body h2 {
    font-size: 18px;
    font-weight: bold;
    text-align: left;
    color: #333;
    margin: 20px 0;
    text-transform: uppercase; }
  .gb-chinhsach-vanchuyen .gb-chinhsach-vanchuyen-body h4 {
    margin: 15px 0; }
    .gb-chinhsach-vanchuyen .gb-chinhsach-vanchuyen-body h4 span {
      font-weight: bold;
      color: #333;
      font-size: 14px;
      text-decoration: underline; }
  .gb-chinhsach-vanchuyen .gb-chinhsach-vanchuyen-body p {
    display: block;
    color: #7a7a7a;
    font-size: 14px;
    line-height: 26px;
    text-align: justify; }

/*CONTACT*/
.footer-about-list li {
  font-size: 17px;
  line-height: 25px;
  color: #fff;
  position: relative;
  padding-left: 30px;
  margin-bottom: 5px; }
  .footer-about-list li a {
    font-size: 14px;
    line-height: 25px;
    color: #fff; }
  .footer-about-list li i {
    font-size: 20px;
    color: #fff;
    position: absolute;
    left: 0;
    top: 5px; }

/*ĐẠI ĐIỂM*/
.gb-cart-dia-diem {
  margin: 40px 0; }
  .gb-cart-dia-diem .gb-cart-dia-diem-item {
    margin-bottom: 20px; }
  .gb-cart-dia-diem h4 {
    margin-bottom: 10px; }
    .gb-cart-dia-diem h4 span {
      color: #004F9E;
      font-weight: 600; }
  .gb-cart-dia-diem p {
    font-size: 14px;
    line-height: 26px; }
    .gb-cart-dia-diem p span {
      color: #333;
      font-weight: 600;
      font-size: 14px; }
  .gb-cart-dia-diem ul {
    display: flow-root; }
    .gb-cart-dia-diem ul li {
      width: 50%;
      float: left;
      font-size: 14px;
      line-height: 26px; }
      .gb-cart-dia-diem ul li span {
        color: #333;
        font-weight: 600;
        font-size: 14px; }

.gb-thongtinlienhe-sp {
  padding-top: 15px;
  margin-top: 15px;
  border-top: 1px solid #dcdcdc; }
  .gb-thongtinlienhe-sp h4 {
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    color: #333;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 15px; }
  .gb-thongtinlienhe-sp ul li {
    color: #333;
    display: flow-root;
    margin-bottom: 10px;
    font-size: 14px; }
    .gb-thongtinlienhe-sp ul li .icons {
      width: 40px;
      height: 40px;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      border: 1px solid #004F9E;
      color: #004F9E;
      float: left; }
    .gb-thongtinlienhe-sp ul li p {
      padding-left: 60px;
      font-size: 14px;
      line-height: 1.5; }

.gb-do-you-want-sell {
 /*  background: url(../images/backgroundcopy.jpg) no-repeat; */
  padding: 60px 0;
  background: #efc800;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
  @media screen and (max-width: 991px) {
    .gb-do-you-want-sell .gb-icons {
      display: none; } }
  .gb-do-you-want-sell h2 {
    font-size: 36px;
    font-weight: bold;
    font-style: italic;
    font-stretch: normal;
    letter-spacing: normal;
    text-align: left;
    color: #ffffff;
    text-transform: uppercase; }
    @media screen and (max-width: 991px) {
      .gb-do-you-want-sell h2 {
        font-size: 20px; } }
    .gb-do-you-want-sell h2 span {
      color: #004F9E; }
  .gb-do-you-want-sell p {
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.86;
    letter-spacing: normal;
    text-align: left;
    color: #ffffff;
    margin: 30px 0; }
  .gb-do-you-want-sell ul li {
    display: inline-block;
    margin-left: 30px; }
    @media screen and (max-width: 991px) {
      .gb-do-you-want-sell ul li {
        margin-top: 20px;
        margin-left: 0; } }
    .gb-do-you-want-sell ul li:first-child {
      margin-left: 0; }
      @media screen and (max-width: 991px) {
        .gb-do-you-want-sell ul li:first-child {
          margin-top: 0; } }
    .gb-do-you-want-sell ul li a {
      display: block;
      font-size: 14px;
      font-weight: bold;
      font-style: normal;
      font-stretch: normal;
      line-height: 50px;
      letter-spacing: normal;
      text-align: center;
      color: #ffffff;
      text-transform: uppercase;
      border-radius: 4px;
      border: solid 1px #004F9E;
      min-width: 160px;
      -webkit-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s; }
      .gb-do-you-want-sell ul li a i {
        color: #004F9E;
        padding-left: 10px;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s; }
      .gb-do-you-want-sell ul li a:hover {
        background: #004F9E; }
        .gb-do-you-want-sell ul li a:hover i {
          color: #fff; }
    .gb-do-you-want-sell ul li h4 {
      font-size: 20px;
      font-weight: bold;
      font-style: italic;
      font-stretch: normal;
      line-height: 0.71;
      letter-spacing: normal;
      text-transform: uppercase;
      text-align: left;
      color: red; }
      .gb-do-you-want-sell ul li h4 span {
        color: #fff; }

.uni-topbar-list-left {
  float: left;
  padding: 5px 0; }
  @media screen and (max-width: 991px) {
    .uni-topbar-list-left {
      display: none; } }
  .uni-topbar-list-left.float-l {
    float: left; }
  .uni-topbar-list-left ul {
    margin: 0;
    padding: 0; }
    .uni-topbar-list-left ul li {
      list-style-type: none;
      display: inline-block;
      padding-right: 30px; }
      @media screen and (max-width: 1199px) and (min-width: 992px) {
        .uni-topbar-list-left ul li {
          padding-right: 10px; } }
      .uni-topbar-list-left ul li:last-child {
        padding-right: 0; }
      .uni-topbar-list-left ul li .icon-holder {
        float: left;
        width: 40px;
        height: 40px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-right: 10px; }
        @media screen and (max-width: 1199px) and (min-width: 992px) {
          .uni-topbar-list-left ul li .icon-holder {
            margin-right: 0; } }
        .uni-topbar-list-left ul li .icon-holder i {
          font-family: FontAwesome;
          font-size: 36px;
          text-align: center;
          color: #004F9E; }
          @media screen and (max-width: 1199px) and (min-width: 992px) {
            .uni-topbar-list-left ul li .icon-holder i {
              font-size: 24px; } }
      .uni-topbar-list-left ul li .text-holder {
        padding-left: 51px; }
        .uni-topbar-list-left ul li .text-holder span {
          display: block;
          margin-bottom: 5px;
          font-size: 12px;
          text-align: left;
          color: #004F9E;
          font-weight: bold;
          text-transform: uppercase; }
        .uni-topbar-list-left ul li .text-holder h4 {
          font-size: 14px;
          text-align: left;
          color: #333;
          font-weight: 600;
          margin: 0; }
          @media screen and (max-width: 1199px) and (min-width: 992px) {
            .uni-topbar-list-left ul li .text-holder h4 {
              font-size: 12px; } }

/*CHARACTERISTIC*/
.gb-icon-box-characteristics {
  margin-top: -100px;
  position: relative;
  z-index: 999; }
  @media screen and (max-width: 991px) {
    .gb-icon-box-characteristics {
      margin-top: 50px; } }
  .gb-icon-box-characteristics ul li {
    padding-top: 30px;
    padding-bottom: 30px;
    height: 235px;
    overflow: hidden; }
    .gb-icon-box-characteristics ul li .item-icon {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
    .gb-icon-box-characteristics ul li h3 {
      margin: 15px 0; }
      .gb-icon-box-characteristics ul li h3 a {
        display: block;
        text-align: center;
        color: #fff;
        font-size: 22px;
        line-height: 25px;
        font-weight: 700; }
        @media screen and (max-width: 991px) {
          .gb-icon-box-characteristics ul li h3 a {
            font-size: 18px; } }
    .gb-icon-box-characteristics ul li p {
      font-size: 16px;
      color: #fff;
      line-height: 24px;
      text-align: center;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 3;
      overflow: hidden; }
      @media screen and (max-width: 991px) {
        .gb-icon-box-characteristics ul li p {
          font-size: 14px; } }
    .gb-icon-box-characteristics ul li:nth-child(1) {
      background: #737495; }
    .gb-icon-box-characteristics ul li:nth-child(2) {
      background: #68a8ad; }
    .gb-icon-box-characteristics ul li:nth-child(3) {
      background: #6c8672; }
    .gb-icon-box-characteristics ul li:nth-child(4) {
      background: #f17d80; }

.gb-home-couter-up .gb-home-couter-up-item {
  border: 2px solid #dcdcdc;
  padding: 20px 0; }
  @media screen and (max-width: 991px) {
    .gb-home-couter-up .gb-home-couter-up-item {
      margin-bottom: 30px; } }
  .gb-home-couter-up .gb-home-couter-up-item p {
    font-size: 36px;
    color: #004F9E;
    text-align: center;
    margin-bottom: 10px; }
  .gb-home-couter-up .gb-home-couter-up-item span {
    font-size: 16px;
    color: #7a7a7a;
    display: block;
    text-align: center;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden; }

/*SLIDESHOW*/
.gb-slideshow {
  position: relative; }
  .gb-slideshow .owl-nav [class*=owl-] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background: #004F9E !important;
    border: 3px solid #004F9E;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }
    .gb-slideshow .owl-nav [class*=owl-]:hover {
      background: transparent !important;
      border-color: #fff; }
  .gb-slideshow .owl-nav {
    margin-top: 0 !important; }
    @media screen and (max-width: 991px) and (min-width: 768px) {
      .gb-slideshow .owl-nav {
        top: -78px; } }
    .gb-slideshow .owl-nav .owl-prev {
      position: absolute;
      top: 45%;
      left: 20px;
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important; }
      .gb-slideshow .owl-nav .owl-prev:before {
        content: '\f104';
        font-family: FontAwesome;
        color: #fff;
        font-size: 20px; }
    .gb-slideshow .owl-nav .owl-next {
      position: absolute;
      top: 45%;
      right: 20px;
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important; }
      .gb-slideshow .owl-nav .owl-next:before {
        content: '\f105';
        font-family: FontAwesome;
        color: #fff;
        font-size: 20px; }
  .gb-slideshow .owl-theme .owl-dots {
    position: absolute;
    bottom: 0px;
    width: 100%; }
  .gb-slideshow .slide-content {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    @media screen and (max-width: 600px) {
      .gb-slideshow .slide-content {
        display: none; } }
    .gb-slideshow .slide-content h4 {
      display: block;
      font-size: 30px;
      line-height: 54px;
      color: #004F9E;
      font-weight: 900;
      letter-spacing: 2px;
      margin-bottom: 20px;
      text-transform: uppercase; }
      @media screen and (max-width: 767px) {
        .gb-slideshow .slide-content h4 {
          font-size: 18px;
          line-height: 1;
          margin-bottom: 10px; } }
    .gb-slideshow .slide-content p {
      font-size: 16px;
      color: #fff;
      line-height: 24px; }
      @media screen and (max-width: 767px) {
        .gb-slideshow .slide-content p {
          font-size: 13px;
          line-height: 18px; } }
    .gb-slideshow .slide-content a {
      display: inline-block;
      padding: 10px 25px;
      background: #004F9E;
      color: #fff;
      border: 2px solid #004F9E;
      font-size: 16px;
      font-weight: 600;
      text-transform: uppercase;
      margin-top: 30px;
      -webkit-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s; }
      @media screen and (max-width: 767px) {
        .gb-slideshow .slide-content a {
          font-size: 14px;
          padding: 7px 25px;
          margin-top: 10px; } }
      .gb-slideshow .slide-content a:hover {
        color: #004F9E;
        background: transparent; }

/*EMAIL*/
/*FOOTER 4*/
.footer-4 ul li {
  border-left: 1px solid #004F9E;
  margin-bottom: 10px; }
  .footer-4 ul li a {
    display: block;
    font-size: 14px;
    color: #333;
    line-height: 26px;
    padding-left: 10px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }
    .footer-4 ul li a:hover {
      color: #004F9E; }

#vietnhanxet .modal-title {
  color: #004F9E; }

#vietnhanxet label {
  color: #333;
  font-weight: 600;
  margin-bottom: 15px; }

.gb-form-nhan-xet .btn {
  background: #004F9E;
  color: #fff;
  border-color: #004F9E;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s; }
  .gb-form-nhan-xet .btn:hover {
    background: transparent;
    color: #004F9E; }

.gb-nhan-xet-baiviet-header {
  display: flow-root;
  border-bottom: 1px solid #dcdcdc;
  padding-bottom: 20px;
  margin-bottom: 30px; }
  .gb-nhan-xet-baiviet-header h3 {
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    color: #333;
    margin-bottom: 20px;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 10px; }
    .gb-nhan-xet-baiviet-header h3:before {
      position: absolute;
      content: '';
      width: 114px;
      bottom: -2px;
      left: 1px;
      height: 3px;
      background: #3cc; }

.gb-nhan-xet-baiviet {
  padding: 30px 0 40px 0;
  /** ====================
 * Lista de Comentarios
 =======================*/
  /**
   * Lineas / Detalles
   -----------------------*/
  /**
   * Avatar
   ---------------------------*/
  /**
   * Caja del Comentario
   ---------------------------*/
  /** =====================
   * Responsive
   ========================*/ }
  .gb-nhan-xet-baiviet .comments-container h1 a {
    font-size: 18px;
    font-weight: 700; }
  .gb-nhan-xet-baiviet .comments-list {
    margin-top: 30px;
    position: relative; }
  .gb-nhan-xet-baiviet .comments-list:before {
    content: '';
    width: 2px;
    height: 100%;
    background: #c7cacb;
    position: absolute;
    left: 32px;
    top: 0; }
  .gb-nhan-xet-baiviet .comments-list:after {
    content: '';
    position: absolute;
    background: #c7cacb;
    bottom: 0;
    left: 27px;
    width: 7px;
    height: 7px;
    border: 3px solid #dee1e3;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%; }
  .gb-nhan-xet-baiviet .reply-list:before, .gb-nhan-xet-baiviet .reply-list:after {
    display: none; }
  .gb-nhan-xet-baiviet .reply-list li:before {
    content: '';
    width: 60px;
    height: 2px;
    background: #c7cacb;
    position: absolute;
    top: 25px;
    left: -55px; }
  .gb-nhan-xet-baiviet .comments-list li {
    margin-bottom: 15px;
    display: block;
    position: relative; }
  .gb-nhan-xet-baiviet .comments-list li:after {
    content: '';
    display: block;
    clear: both;
    height: 0;
    width: 0; }
  .gb-nhan-xet-baiviet .reply-list {
    padding-left: 88px;
    clear: both;
    margin-top: 15px; }
  .gb-nhan-xet-baiviet .comments-list .comment-avatar {
    width: 65px;
    height: 65px;
    position: relative;
    z-index: 99;
    float: left;
    border: 3px solid #FFF;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    overflow: hidden; }
  .gb-nhan-xet-baiviet .comments-list .comment-avatar img {
    width: 100%;
    height: 100%; }
  .gb-nhan-xet-baiviet .reply-list .comment-avatar {
    width: 50px;
    height: 50px; }
  .gb-nhan-xet-baiviet .comment-main-level:after {
    content: '';
    width: 0;
    height: 0;
    display: block;
    clear: both; }
  .gb-nhan-xet-baiviet .comments-list .comment-box {
    width: 680px;
    float: right;
    position: relative;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15); }
  .gb-nhan-xet-baiviet .comments-list .comment-box:before, .gb-nhan-xet-baiviet .comments-list .comment-box:after {
    content: '';
    height: 0;
    width: 0;
    position: absolute;
    display: block;
    border-width: 10px 12px 10px 0;
    border-style: solid;
    border-color: transparent #FCFCFC;
    top: 8px;
    left: -11px; }
  .gb-nhan-xet-baiviet .comments-list .comment-box:before {
    border-width: 11px 13px 11px 0;
    border-color: transparent rgba(0, 0, 0, 0.05);
    left: -12px; }
  .gb-nhan-xet-baiviet .reply-list .comment-box {
    width: 610px; }
  .gb-nhan-xet-baiviet .comment-box .comment-head {
    background: #FCFCFC;
    padding: 10px 12px;
    border-bottom: 1px solid #E5E5E5;
    overflow: hidden;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0; }
  .gb-nhan-xet-baiviet .comment-box .comment-head i {
    float: right;
    margin-left: 14px;
    position: relative;
    top: 2px;
    color: #A6A6A6;
    cursor: pointer;
    -webkit-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease; }
  .gb-nhan-xet-baiviet .comment-box .comment-head i:hover {
    color: #03658c; }
  .gb-nhan-xet-baiviet .comment-box .comment-name {
    color: #283035;
    font-size: 14px;
    font-weight: 700;
    float: left;
    margin-right: 10px; }
  .gb-nhan-xet-baiviet .comment-box .comment-name a {
    color: #283035; }
  .gb-nhan-xet-baiviet .comment-box .comment-head span {
    float: left;
    color: #999;
    font-size: 13px;
    position: relative;
    top: 1px; }
  .gb-nhan-xet-baiviet .comment-box .comment-content {
    background: #FFF;
    padding: 12px;
    font-size: 15px;
    color: #595959;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px; }
  .gb-nhan-xet-baiviet .comment-box .comment-name.by-author, .gb-nhan-xet-baiviet .comment-box .comment-name.by-author a {
    color: #03658c; }
  .gb-nhan-xet-baiviet .comment-box .comment-name.by-author:after {
    content: 'autor';
    background: #03658c;
    color: #FFF;
    font-size: 12px;
    padding: 3px 5px;
    font-weight: 700;
    margin-left: 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px; }
  @media only screen and (max-width: 766px) {
    .gb-nhan-xet-baiviet .comments-container {
      width: 480px; }
    .gb-nhan-xet-baiviet .comments-list .comment-box {
      width: 390px; }
    .gb-nhan-xet-baiviet .reply-list .comment-box {
      width: 320px; } }

.gb-lienhe {
  padding: 20px 0 50px 0; }

.gb-form-lienhe h3 {
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  color: #333;
  margin-top: 10px;
  text-transform: uppercase;
  margin-bottom: 5px; }

.gb-form-lienhe form label {
  font-size: 14px;
  font-weight: 600;
  text-align: left;
  color: #333;
  margin-top: 5px;
  margin-bottom: 5px; }

.gb-form-lienhe .btn-gui {
  min-width: 200px;
  background: #004F9E;
  border: 2px solid #004F9E;
  color: #fff;
  border-radius: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s; }
  .gb-form-lienhe .btn-gui:hover {
    background: transparent;
    color: #004F9E; }

    /* section-product */
    .section-product {
      margin-top: 30px;
      /*margin-bottom: 60px;*/
    }
    .section-product .new-product-sp {
      text-align: center;
      border-bottom: 2px solid #004F9E;
    }
    .section-product .new-product-sp h3 {
      border: 2px solid;
      display: inline-block;
      background: #fff;
      margin-bottom: -23px;
      font-weight: bold;
      padding: 20px;
      font-size: 19px;
      color:#004F9E;
      border-color: #004F9E;
    }
    .section-product .new-product-sp i {
      padding-right: 20px;
    }
    .section-product .product-sp1 {
      /*margin-top: 20px;*/
      margin-bottom: 60px;
    }
    .txt-menu-product h5 {
    padding: 8px;
    color: white;
    background-color: #004F9E;
    background-image: -webkit-linear-gradient(top, #004F9E 0%, #004F9E 100%);
    text-align: center;

    }

    /* section phòng kinh doanh */
    .section-gt-pkd {
    	/*margin-top: 100px;
      margin-bottom: 60px;*/
      background-color: #004F9E;
      /*color: #fff;*/
    }
    .section-gt-pkd .gt-pkd-title {
    	text-align: center;
    	border-bottom: 2px solid;
      margin-top: 20px;
    }
    .section-gt-pkd .gt-pkd-title h3 {
    border: 2px solid;
     display: inline-block;
     background: #004f9e ;
     margin-bottom: -23px;
     font-weight: bold;
     padding: 20px;
     font-size: 19px;
    }
    .section-gt-pkd .gt-pkd-title i {
    	padding-right: 20px;
    }
    .gt-pkd-c1 {
    	/*margin-top: 60px;*/
      margin-bottom: 60px;
    }
    .gt-pkd-button .pkd-hotline {
    padding: 8px;
    color: white;
    background-color: #c9181f;
    /*background-image: -webkit-linear-gradient(top, #004F9E 0%, #004F9E 100%);*/
    text-align: center;
    font-size: 21px;
    border-radius: 5px;
    padding: 10px;
    width: 237px;
    font-weight:  600;

    }
    .pkd-hotline a {
      color: #fff;
    }
    .gt-pkd-button {
    	margin-top: 30px;
    }
    .gt-pkd-button i {
    	padding-right: 20px;
    }
    .gt-pkt-info p {
    	font-size: 16px;
      text-align: justify;
      color: #fff;
    }

    /* btnReg */
	.other-themnut i {
		padding-right: 20px;
		font-size: 49px;
	}
	.other-themnut .other-themnut-nut1 {
		width: 400px;
	}

    .btnLightBox{
      float: left;
      width: 237px;
      text-align: center;
      margin-bottom: 13px;
      background-color: #c9181f;
      font-weight:  600;
      /*background-image: -webkit-linear-gradient(top, #c9181f 0%, #c9181f 100%);*/
    }
    .btnLightBox1{
    	width: 350px;
        padding-bottom: 20px;
      font-size: 28px;
      float: left;
      text-align: center;
      margin-bottom: 13px;
      background-color: #004F9E;
      background-image: -webkit-linear-gradient(top, #004F9E 0%, #004F9E 100%);
    }

    .modal-header p{
    	color: #fff;
    }
    .modal-body h4 {
      font-weight: bold;
      text-align: center;
      color: #004F9E;
    }
    .modal-body h3 {
      color: #004F9E;
      text-align: center;
    }
    .modal-title{
      text-align: center;
      font-weight: bold;
      font-size: 22px;
      /*color: #004F9E;*/
      text-transform: uppercase;
      /*padding-top: 10px;*/
    }
    .modal-body span input {
      border: none;
      box-shadow: none;
      border-bottom: 1px solid #e8e8e8;
      margin: 10px;
      width: -webkit-fill-available;
    }
    .thongtinkh-user {
      background: #004F9E;
      border-radius: 99px 0 0 99px;
      padding: 9px 25px;
      color:#fff;
    }
     .thongtinkh-user i {
        display: inline-block;
        font-size: 20px;
        padding-bottom: 25px;
        padding-right: 10px;
     }
     .thongtinxe-popup {
      background: #004F9E;
      border-radius: 99px 0 0 99px;
      padding: 9px 25px;
      color: #fff;
    }
     .thongtinxe-popup i {
        display: inline-block;
        font-size: 20px;
        padding-bottom: 25px;
        padding-right: 10px;
     }
     .modal-body span select {
      border: none;
      box-shadow: none;
      border-bottom: 1px solid #e8e8e8;
      margin: 10px;
      width: -webkit-fill-available;
    }
    .tex-popup {
      height: 118px;
      width: -webkit-fill-available;
      margin-bottom: 10px;
    }
    .submit-popup {
    width: -webkit-fill-available;
    height: 39px;
    font-size: 20px;
    font-weight: bold;
    background: #B52026;
    color: white;
    border-radius: 5px;
    border: 1px solid #B52026;
    text-transform: uppercase;
    }


.gb-home-dangkytuvan {
  padding: 100px 0; }
  .gb-home-dangkytuvan .gb-daehandoor-title h2 {
    color: #fff; }
  .gb-home-dangkytuvan .gb-daehandoor-title p {
    color: #fff; }
  .gb-home-dangkytuvan ul {
    text-align: center; }
    .gb-home-dangkytuvan ul li {
      display: inline-block;
      margin-right: 10px; }
      .gb-home-dangkytuvan ul li a {
        font-size: 16px;
        font-weight: 600;
        text-transform: uppercase;
        display: block;
        padding: 15px 20px;
        border: 2px solid #fff;
        color: #fff;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s; }
        .gb-home-dangkytuvan ul li a:hover {
          background: #004F9E;
          border-color: #004F9E; }

/*NEWS*/
.foot-thongtinmoi .item {
  display: flow-root;
  margin-bottom: 15px; }
  .foot-thongtinmoi .item .item-img {
    width: 70px;
    height: 50px;
    float: left;
    overflow: hidden; }
  .foot-thongtinmoi .item .item-text {
    padding-left: 90px; }
    .foot-thongtinmoi .item .item-text h3 a {
      font-size: 14px;
      line-height: 25px;
      color: #fff; }
    .foot-thongtinmoi .item .item-text .time {
      font-size: 14px;
      line-height: 25px;
      color: #fff; }

.gb-home-newest {
  padding: 50px 0; }
  @media screen and (max-width: 991px) {
    .gb-home-newest .gb-home-newest-big {
      margin-bottom: 30px; } }
  .gb-home-newest .gb-home-newest-big .entry-img {
    height: 250px;
    overflow: hidden; }
    .gb-home-newest .gb-home-newest-big .entry-img img {
      width: 100%;
      height: auto;
      -webkit-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s; }
      .gb-home-newest .gb-home-newest-big .entry-img img:hover {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1); }
  .gb-home-newest .gb-home-newest-big .entry-date {
    margin-top: 15px;
    font-size: 16px;
    color: #7a7a7a; }
    .gb-home-newest .gb-home-newest-big .entry-date i {
      color: #004F9E; }
  .gb-home-newest .gb-home-newest-big .entry-tile {
    margin: 15px 0;
    height: 50px; }
    .gb-home-newest .gb-home-newest-big .entry-tile h3 a {
      font-size: 16px;
      line-height: 24px;
      color: #004F9E;
      font-weight: 600;
      -webkit-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      /*height: 50px;*/
      overflow: hidden; }
      .gb-home-newest .gb-home-newest-big .entry-tile h3 a:hover {
        color: #004F9E; }
  .gb-home-newest .gb-home-newest-big .entry-excerpt p {
    font-size: 14px;
    line-height: 22px;
    text-align: justify;
    color: #7a7a7a;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden; }
  .gb-home-newest .gb-home-newest-big .entry-btn-xemthem {
    margin-top: 15px; }
    .gb-home-newest .gb-home-newest-big .entry-btn-xemthem a {
      display: inline-block;
      border: 1px solid #004F9E;
          background-color: #004F9E;
    background-image: -webkit-linear-gradient(top, #004F9E 0%, #004F9E 100%);
      padding: 10px 20px;
      color: #fff;
      -webkit-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s; }
      .gb-home-newest .gb-home-newest-big .entry-btn-xemthem a:hover {
        background: transparent;
        color: #004F9E; }
  .gb-home-newest .gb-home-newest-small .news-list-item {
    padding: 15px;
    border: 1px solid rgba(34, 34, 34, 0.1);
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 20px; }
    .gb-home-newest .gb-home-newest-small .news-list-item .entry-img {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 33.333333%;
      flex: 0 0 33.333333%;
      max-width: 33.333333%;
      padding-right: 15px; }
      @media screen and (max-width: 600px) {
        .gb-home-newest .gb-home-newest-small .news-list-item .entry-img {
          -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
          flex: 0 0 100%;
          max-width: 100%;
          padding-right: 0;
          margin-bottom: 15px; } }
      .gb-home-newest .gb-home-newest-small .news-list-item .entry-img img {
        max-width: 100%;
        height: auto; }
    .gb-home-newest .gb-home-newest-small .news-list-item .entry-content {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 66.666667%;
      flex: 0 0 66.666667%;
      max-width: 66.666667%; }
      @media screen and (max-width: 600px) {
        .gb-home-newest .gb-home-newest-small .news-list-item .entry-content {
          -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
          flex: 0 0 100%;
          max-width: 100%; } }
      .gb-home-newest .gb-home-newest-small .news-list-item .entry-content h5 a {
        font-size: 16px;
        line-height: 24px;
        color: #333;
        font-weight: 600;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden; }
        .gb-home-newest .gb-home-newest-small .news-list-item .entry-content h5 a:hover {
          color: #004F9E; }
      .gb-home-newest .gb-home-newest-small .news-list-item .entry-content .entry-date {
        margin: 10px 0;
        font-size: 16px;
        color: #7a7a7a; }
        .gb-home-newest .gb-home-newest-small .news-list-item .entry-content .entry-date i {
          color: #004F9E; }
      .gb-home-newest .gb-home-newest-small .news-list-item .entry-content .entry-excerpt p {
        font-size: 14px;
        line-height: 22px;
        text-align: justify;
        color: #7a7a7a;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden; }

.gb-latest-post {
  padding: 50px 0; }

.blog-grid-item {
  padding-bottom: 30px; }
  .blog-grid-item .gb-entry-top .thumbnail-img {
    overflow: hidden; }
    .blog-grid-item .gb-entry-top .thumbnail-img img {
      width: 100%;
      height: auto;
      -webkit-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s; }
      .blog-grid-item .gb-entry-top .thumbnail-img img:hover {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1); }
  .blog-grid-item .gb-entry-content {
    padding: 20px 20px 0 20px;
    background-color: rgba(244, 244, 244, 0.72); }
    .blog-grid-item .gb-entry-content .gb-entry-title a {
      display: block;
      font-size: 16px;
      font-style: italic;
      font-stretch: normal;
      line-height: 1.25;
      letter-spacing: normal;
      text-align: left;
      color: #333;
      -webkit-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s; }
      .blog-grid-item .gb-entry-content .gb-entry-title a:hover {
        color: #004F9E; }
    .blog-grid-item .gb-entry-content .gb-divider {
      border-color: #004F9E;
      margin-top: 20px; }
    .blog-grid-item .gb-entry-content .entry-excerpt {
      margin-top: 20px; }
      .blog-grid-item .gb-entry-content .entry-excerpt p {
        color: #7a7a7a;
        font-size: 14px;
        line-height: 24px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden; }
    .blog-grid-item .gb-entry-content .gb-entry-meta {
      padding: 15px 0; }
      .blog-grid-item .gb-entry-content .gb-entry-meta span {
        font-size: 14px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: 2.14;
        letter-spacing: normal;
        text-align: left;
        color: #666666;
        padding-right: 5px;
        text-transform: capitalize; }
        .blog-grid-item .gb-entry-content .gb-entry-meta span a {
          color: #666666;
          -webkit-transition: all 0.5s;
          -o-transition: all 0.5s;
          transition: all 0.5s; }
          .blog-grid-item .gb-entry-content .gb-entry-meta span a:hover {
            color: #004F9E; }
        .blog-grid-item .gb-entry-content .gb-entry-meta span i {
          color: #004F9E; }

.gb-tintuc {
  padding: 20px 0 50px 0; }

.gb-tintuc-page-item {
  margin-bottom: 30px; }
  .gb-tintuc-page-item .entry-img {
    height: 200px;
    overflow: hidden; }
    @media screen and (max-width: 767px) {
      .gb-tintuc-page-item .entry-img {
        height: auto; } }
    .gb-tintuc-page-item .entry-img img {
      width: 100%;
      height: auto;
      -webkit-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s; }
      .gb-tintuc-page-item .entry-img img:hover {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1); }
  .gb-tintuc-page-item .entry-date {
    margin-top: 15px;
    font-size: 16px;
    color: #7a7a7a; }
    .gb-tintuc-page-item .entry-date i {
      color: #004F9E; }
  .gb-tintuc-page-item .entry-tile {
    margin: 15px 0; }
    .gb-tintuc-page-item .entry-tile h3 a {
      min-height: 48px;
      font-size: 16px;
      line-height: 24px;
      color: #333;
      font-weight: 600;
      -webkit-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      overflow: hidden; }
      .gb-tintuc-page-item .entry-tile h3 a:hover {
        color: #004F9E; }
  .gb-tintuc-page-item .entry-excerpt p {
    font-size: 14px;
    line-height: 22px;
    text-align: justify;
    color: #7a7a7a;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden; }
  .gb-tintuc-page-item .entry-btn-xemthem {
    margin-top: 15px; }
    .gb-tintuc-page-item .entry-btn-xemthem a {
      display: inline-block;
      border: 1px solid #004F9E;
      background: #004F9E;
      padding: 10px 20px;
      color: #fff;
      -webkit-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s; }
      .gb-tintuc-page-item .entry-btn-xemthem a:hover {
        background: transparent;
        color: #004F9E; }

.gb-chitiet-tintuc {
  padding: 20px 0 50px 0; }

.gb-chitiet-tintuc-content h1 {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #004F9E; }

.gb-chitiet-tintuc-content h2 {
  font-weight: bold;
  font-size: 20px;
  margin: 20px 0;
  color: #004F9E; }

.gb-chitiet-tintuc-content h3 {
  font-weight: bold;
  font-size: 22px;
  margin: 20px 0; }

.gb-chitiet-tintuc-content h4 {
  font-size: 20px;
  margin: 20px 0; }

.gb-chitiet-tintuc-content h5 {
  font-size: 18px;
  margin: 20px 0; }

.gb-chitiet-tintuc-content h6 {
  font-size: 16px;
  margin: 20px 0; }
.gb-chitiet-tintuc-content p em span {font-style: italic;font-size: 16px;}
.gb-chitiet-tintuc-content p {
  padding-bottom: 10px;
  font-weight: 400;
  color: #333;
  font-size: 14px;
  line-height: 26px; }

.gb-chitiet-tintuc-content ul li {
  list-style-type: inherit;
  font-weight: 400;
  color: #333;
  font-size: 14px;
  line-height: 26px; }

.gb-chitiet-tintuc-content .gb-author-time {
  margin: 15px 0; }
  .gb-chitiet-tintuc-content .gb-author-time li {
    display: inline-block;
    position: relative;
    /*font-weight: 600;*/
    color: #004F9E;
    font-size: 13px;
    line-height: 26px;
    padding-right: 20px; }
    .gb-chitiet-tintuc-content .gb-author-time li i {
      color: #004F9E; }
    .gb-chitiet-tintuc-content .gb-author-time li:after {
      /*content: "-";*/
      position: absolute;
      right: 10px; }
    .gb-chitiet-tintuc-content .gb-author-time li:last-child:after {
      content: ""; }

.gb-tintuc-lienquan .gb-tintuc-lienquan-title {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  color: #004F9E;
  margin-bottom: 30px;
  margin-top:20px;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 5px; }

.gb-tintuc-lienquan .gb-tintuc-item .item-img {
  height: 130px;
  overflow: hidden; }

.gb-tintuc-lienquan .gb-tintuc-item .item-text {
  padding-top: 10px; }
  .gb-tintuc-lienquan .gb-tintuc-item .item-text h2 a {
    display: block;
    font-size: 15px;
    color: #004F9E;
    font-weight: 600;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    line-height: 22px;
    overflow: hidden; }
  .gb-tintuc-lienquan .gb-tintuc-item .item-text p {
    font-size: 14px;
    line-height: 22px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden; }

.gb-tintuc-lienquan .gb-tintuc-item time {
  display: block;
  margin: 15px 0;
  font-size:13px; }

.gb-tintuc-lienquan .gb-tintuc-item .btn-doctiep a {
  display: inline-block;
  min-width: 120px;
  border: 1px solid #004F9E;
  text-align: center;
  padding: 10px 0;
  color: #fff;
  font-size: 14px;
  background: #004F9E;
  margin-top: 10px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s; }
  .gb-tintuc-lienquan .gb-tintuc-item .btn-doctiep a:hover {
    color: #004F9E;
    background: transparent; }

/*SEARCH*/
.uni-search-top-head {
  float: right; }
  @media screen and (max-width: 991px) {
    .uni-search-top-head {
      display: none; } }
       .uni-search-top-head .icons-search i{
        color: #004F9E;
       }
  .uni-search-top-head .icons-search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    /*background-color: #004F9E;*/
    font-family: FontAwesome;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.14;
    letter-spacing: normal;
    text-align: center;
    color: #ebeff0; }
    .uni-search-top-head .icons-search:hover {
      cursor: pointer; }
    .uni-search-top-head .icons-search .search {
      width: 300px;
      height: 50px;
      overflow: hidden;
      position: absolute;
      margin-left: -125px;
      visibility: hidden;
      -webkit-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s; }
      .uni-search-top-head .icons-search .search .search-field {
        width: 100%;
        height: 50px;
        margin-right: -300px !important;
        padding-left: 20px;
        border: none;
        outline: none;
        font-size: 14px;
        color: #999999;
        background: #343c40;
        text-transform: capitalize;
        float: right;
        -webkit-transform-origin: right;
        -ms-transform-origin: right;
        transform-origin: right;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s; }
      .uni-search-top-head .icons-search .search .close-search {
        width: 50px;
        height: 50px;
        right: 0;
        margin-top: 0;
        border: none;
        outline: none;
        position: absolute;
        z-index: 1000;
        background: #343c40;
        color: #004F9E;
        display: none;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s; }
      .uni-search-top-head .icons-search .search .block-search {
        margin-right: 0px !important;
        opacity: 1 !important;
        visibility: visible !important;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s; }

.product-filter {
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 10px;
  margin-bottom: 30px; }
  .product-filter .woocommerce-result-count {
    float: left; }
    @media screen and (max-width: 767px) {
      .product-filter .woocommerce-result-count {
        float: none; } }
  .product-filter .woocommerce-ordering {
    float: right; }
    @media screen and (max-width: 767px) {
      .product-filter .woocommerce-ordering {
        float: none;
        margin-top: 20px; } }
  .product-filter p {
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 2.14;
    letter-spacing: normal;
    text-align: left;
    color: #aeaeae;
    padding-top: 15px; }
  .product-filter form {
    margin-bottom: 0; }
  .product-filter select {
    font-size: 14px;
    line-height: 2.14;
    text-align: left;
    color: #666;
    width: 205px;
    height: 40px;
    border-radius: 3px;
    border: solid 1px #e0e0e0;
    padding: 0 15px; }
    @media screen and (max-width: 767px) {
      .product-filter select {
        width: 100%; } }
    .product-filter select option {
      font-size: 14px;
      line-height: 2.14;
      text-align: left;
      color: #808080; }

.gb-header-between-search {
  margin-top: 11px; }
  .gb-header-between-search .form-control {
    height: 45px;
    font-size: 13px; }
  .gb-header-between-search .btn {
    height: 45px; }
  .gb-header-between-search .btn-tim {
    background: #004F9E;
    text-shadow: none;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase; }

.gb-loctheogia {
  margin: 10px 0; }
  .gb-loctheogia label {
    display: block;
    font-size: 13px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    text-align: left;
    color: #333;
    line-height: 26px;
    text-decoration: none; }
  .gb-loctheogia h4 {
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    color: #333;
    margin-bottom: 10px;
    text-transform: uppercase; }

.gb-loctheothuonghieu {
  margin: 10px 0; }
  .gb-loctheothuonghieu label {
    display: block;
    font-size: 13px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    text-align: left;
    color: #333;
    line-height: 26px;
    text-decoration: none; }
  .gb-loctheothuonghieu h4 {
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    color: #333;
    margin-bottom: 10px;
    text-transform: uppercase; }

/*LANGUAGE*/
.gb-language a {
  display: inline-block !important;
  margin-left: 10px !important;
  width: 20px;
  height: 20px; }
  .gb-language a img {
    width: 100%;
    height: auto; }

/*SERVICE*/
.gb-home-chuongtrinh-daotao {
  background: #f1f1f1;
  padding: 50px 0; }

.gb-home-chuongtrinh-daotao-item {
  position: relative; }
  @media screen and (max-width: 991px) {
    .gb-home-chuongtrinh-daotao-item {
      margin-bottom: 30px; } }
  .gb-home-chuongtrinh-daotao-item img {
    height: 262px;
    width: auto; }
    @media screen and (max-width: 991px) {
      .gb-home-chuongtrinh-daotao-item img {
        width: 100%;
        height: auto; } }
  .gb-home-chuongtrinh-daotao-item:hover .description {
    opacity: 1; }
  .gb-home-chuongtrinh-daotao-item .image-holder {
    position: relative; }
    .gb-home-chuongtrinh-daotao-item .image-holder .text {
      position: absolute;
      width: 100%;
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      top: 0;
      font-size: 18px;
      text-transform: uppercase;
      background: rgba(0, 0, 0, 0.5);
      color: #fff;
      font-weight: 600; }
  .gb-home-chuongtrinh-daotao-item .description {
    position: absolute;
    top: 0;
    background: #fff;
    height: 100%;
    width: 100%;
    padding: 30px 15px;
    opacity: 0;
    border: 2px solid #004F9E;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }
    .gb-home-chuongtrinh-daotao-item .description h2 {
      text-align: center;
      font-size: 18px;
      text-transform: uppercase;
      color: #333;
      font-weight: 600; }
    .gb-home-chuongtrinh-daotao-item .description .learn-more {
      text-align: center; }
      .gb-home-chuongtrinh-daotao-item .description .learn-more a {
        display: inline-block;
        font-size: 14px;
        padding: 15px 20px;
        text-align: center;
        color: #fff;
        background: #004F9E;
        border: 1px solid #004F9E;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s; }
        .gb-home-chuongtrinh-daotao-item .description .learn-more a:hover {
          color: #004F9E;
          background: transparent; }
    .gb-home-chuongtrinh-daotao-item .description p {
      font-size: 14px;
      line-height: 22px;
      text-align: center;
      color: #7a7a7a;
      margin: 15px 0;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 3;
      overflow: hidden; }

.title-main {
  text-align: center;
  padding-bottom: 40px; }
  .title-main h3 {
    font-size: 36px;
    font-weight: normal; }
  .title-main p {
    color: #7a7a7a;
    font-size: 16px;
    line-height: 24px;
    padding: 20px 0 10px 0; }
  .title-main .under-line {
    background: url("../images/icons/line.PNG") no-repeat;
    height: 50px;
    background-position: center; }

.gb-dichvu-tuyetvoi {
  padding: 50px 0; }

.gb-dichvu-tuyetvoi-body {
  padding-top: 100px; }
  .gb-dichvu-tuyetvoi-body ul li:nth-child(1) .gb-dichvu-tuyetvoi-item {
    background: #e6d8ad; }
  .gb-dichvu-tuyetvoi-body ul li:nth-child(2) .gb-dichvu-tuyetvoi-item {
    background: #e6adbc; }
  .gb-dichvu-tuyetvoi-body ul li:nth-child(3) .gb-dichvu-tuyetvoi-item {
    background: #add8e6;
    margin-bottom: 0; }

.gb-dichvu-tuyetvoi-item {
  border: 5px solid rgba(0, 0, 0, 0.15);
  padding: 100px 20px 30px 20px; }
  @media screen and (max-width: 991px) {
    .gb-dichvu-tuyetvoi-item {
      margin-bottom: 150px; } }
  .gb-dichvu-tuyetvoi-item .item-img {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 150px;
    height: 100px;
    margin: auto; }
    .gb-dichvu-tuyetvoi-item .item-img img {
      width: 100%;
      height: auto;
      border: 5px solid rgba(0, 0, 0, 0.15); }
  .gb-dichvu-tuyetvoi-item .item-text .entry-title h2 a {
    text-align: center;
    display: block;
    font-size: 20px;
    color: #333; }
  .gb-dichvu-tuyetvoi-item .item-text .entry-excerpt {
    margin: 20px 0; }
    .gb-dichvu-tuyetvoi-item .item-text .entry-excerpt p {
      color: #7a7a7a;
      font-size: 16px;
      line-height: 24px;
      text-align: center; }
  .gb-dichvu-tuyetvoi-item .item-text .entry-btn-xemthem a {
    display: block;
    text-align: center;
    color: #004F9E;
    font-size: 18px; }

.gb-six-service ul li {
  margin: 75px 0; }
  .gb-six-service ul li:nth-child(1) .gb-dichvu-tuyetvoi-item {
    background: #e6d8ad; }
  .gb-six-service ul li:nth-child(2) .gb-dichvu-tuyetvoi-item {
    background: #e6adbc; }
  .gb-six-service ul li:nth-child(3) .gb-dichvu-tuyetvoi-item {
    background: #add8e6; }
  .gb-six-service ul li:nth-child(6) .gb-dichvu-tuyetvoi-item {
    background: #e6d8ad; }
  .gb-six-service ul li:nth-child(4) .gb-dichvu-tuyetvoi-item {
    background: #e6adbc; }
  .gb-six-service ul li:nth-child(5) .gb-dichvu-tuyetvoi-item {
    background: #add8e6; }

.gb-gio-mo-cua {
  padding: 80px 0; }
  .gb-gio-mo-cua .gb-gio-mo-cua-info {
    background: #e4d7af;
    padding: 20px;
    border-top: 3px solid #004F9E; }
    .gb-gio-mo-cua .gb-gio-mo-cua-info .heading {
      display: block;
      font-size: 24px;
      font-weight: bold;
      font-stretch: normal;
      text-align: center;
      letter-spacing: normal;
      text-transform: uppercase;
      color: #004F9E;
      margin-bottom: 30px; }
    .gb-gio-mo-cua .gb-gio-mo-cua-info table {
      border: 1px solid #fff; }
      .gb-gio-mo-cua .gb-gio-mo-cua-info table tr th {
        border: 1px solid #fff; }
        .gb-gio-mo-cua .gb-gio-mo-cua-info table tr th:last-child {
          text-align: right; }
    .gb-gio-mo-cua .gb-gio-mo-cua-info .btn-medium {
      display: block;
      position: relative;
      font-size: 1.4rem;
      line-height: 1.42857;
      font-weight: normal;
      font-style: normal;
      letter-spacing: 1px;
      color: white;
      -webkit-transform: translateZ(0px);
      transform: translateZ(0px);
      -webkit-box-shadow: transparent 0px 0px 1px;
      box-shadow: transparent 0px 0px 1px;
      -webkit-transition-property: color;
      -o-transition-property: color;
      transition-property: color;
      -webkit-transition-duration: 0.3s;
      -o-transition-duration: 0.3s;
      transition-duration: 0.3s;
      padding: 15px 20px;
      margin: 0px;
      border-width: 1px;
      border-style: solid;
      border-color: transparent;
      -webkit-border-image: initial;
      -o-border-image: initial;
      border-image: initial;
      text-align: center;
      background: #004F9E; }
      .gb-gio-mo-cua .gb-gio-mo-cua-info .btn-medium:hover::before {
        -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
        transform: scaleX(1); }
      .gb-gio-mo-cua .gb-gio-mo-cua-info .btn-medium::before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0px;
        bottom: 0px;
        left: 0px;
        right: 0px;
        -webkit-transform: scaleX(0);
        -ms-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: 50% center 0px;
        -ms-transform-origin: 50% center 0px;
        transform-origin: 50% center 0px;
        -webkit-transition-property: -webkit-transform;
        transition-property: -webkit-transform;
        -o-transition-property: transform;
        transition-property: transform;
        transition-property: transform, -webkit-transform;
        -webkit-transition-duration: 0.3s;
        -o-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-timing-function: ease-out;
        -o-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
        background: black; }

/*PRICE LIST*/
/*PRICING TABLE*/
.uni-shortcode-pricing-table-body {
  padding: 100px 0; }

.uni-pricing-table-default {
  border: solid 1px #e0e0e0; }
  .uni-pricing-table-default.panel {
    border-radius: 0; }
  .uni-pricing-table-default .panel-title {
    font-size: 18px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 2;
    letter-spacing: normal;
    text-align: center;
    text-transform: uppercase; }
  .uni-pricing-table-default .panel-body {
    padding: 0; }
    .uni-pricing-table-default .panel-body .the-price {
      height: 100px; }
      .uni-pricing-table-default .panel-body .the-price h2 {
        font-size: 60px;
        font-weight: 600;
        font-style: normal;
        font-stretch: normal;
        line-height: 2;
        letter-spacing: normal;
        text-align: center; }
        @media screen and (max-width: 1199px) and (min-width: 992px) {
          .uni-pricing-table-default .panel-body .the-price h2 {
            font-size: 50px; } }
        .uni-pricing-table-default .panel-body .the-price h2 span {
          font-size: 18px; }
    .uni-pricing-table-default .panel-body .panel-content {
      padding: 0 20px; }
    .uni-pricing-table-default .panel-body .table {
      margin-bottom: 0; }
      .uni-pricing-table-default .panel-body .table tr:first-child td {
        border-top: none; }
      .uni-pricing-table-default .panel-body .table tr td {
        font-size: 14px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: 2.71;
        letter-spacing: normal;
        text-align: center;
        color: #666666;
        text-transform: capitalize; }
  .uni-pricing-table-default .panel-footer {
    background: transparent;
    border-top: none; }
    .uni-pricing-table-default .panel-footer a {
      display: block;
      font-size: 14px;
      font-weight: 600;
      font-style: normal;
      font-stretch: normal;
      line-height: 50px;
      letter-spacing: normal;
      text-align: center;
      color: #ffffff;
      padding: 0;
      border-radius: 0;
      text-transform: uppercase; }

/*PRICING TABLE 1*/
.uni-shortcode-pricing-table-1 {
  padding-bottom: 100px; }
  .uni-shortcode-pricing-table-1 .uni-pricing-table-default .panel-title {
    color: #2b3742; }
  .uni-shortcode-pricing-table-1 .uni-pricing-table-default .panel-body .the-price {
    background: #2b3742; }
    .uni-shortcode-pricing-table-1 .uni-pricing-table-default .panel-body .the-price h2 {
      color: #fff; }
  .uni-shortcode-pricing-table-1 .uni-pricing-table-default .panel-footer a {
    background: #2b3742;
    border: 1px solid #2b3742;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }
    .uni-shortcode-pricing-table-1 .uni-pricing-table-default .panel-footer a:hover {
      background: #fff;
      color: #2b3742; }
  .uni-shortcode-pricing-table-1 .panel-profresinal {
    background: #2b3742; }
    .uni-shortcode-pricing-table-1 .panel-profresinal .panel-title {
      color: #fff; }
    .uni-shortcode-pricing-table-1 .panel-profresinal .panel-body .the-price {
      background-color: #2b3742; }
      .uni-shortcode-pricing-table-1 .panel-profresinal .panel-body .the-price h2 {
        color: #fff; }
    .uni-shortcode-pricing-table-1 .panel-profresinal .panel-body .table tr td {
      color: #fff; }
    .uni-shortcode-pricing-table-1 .panel-profresinal .panel-footer a {
      background-color: #2b3742; }

/*CUSTOMER*/
.gb-customer-say {
  padding: 50px 0; }
  .gb-customer-say .gb-daehandoor-title h2 {
    color: #fff; }
  .gb-customer-say .gb-daehandoor-title p {
    color: #fff; }
  .gb-customer-say .gb-customer-say-item .media-body .excerpt {
    position: relative;
    padding: 20px;
    background: #fff; }
    .gb-customer-say .gb-customer-say-item .media-body .excerpt .big-triangle {
      height: 0px;
      position: absolute;
      -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      transform: rotate(180deg);
      width: 0px;
      top: 0px;
      left: 0px;
      border-color: transparent transparent #004F9E;
      border-style: solid;
      border-width: 0px 0px 80px 80px;
      -webkit-transition: all 0.5s ease-in-out 0s;
      -o-transition: all 0.5s ease-in-out 0s;
      transition: all 0.5s ease-in-out 0s; }
    .gb-customer-say .gb-customer-say-item .media-body .excerpt .big-icon {
      bottom: 7px;
      height: 49px;
      position: relative;
      right: 3px;
      text-align: center;
      width: 49px;
      z-index: 20;
      border-radius: 50%;
      background: white;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      color: #004F9E; }
    .gb-customer-say .gb-customer-say-item .media-body .excerpt p {
      font-size: 14px;
      line-height: 1.7;
      letter-spacing: 1px;
      font-weight: normal;
      font-style: normal;
      color: #7a7a7a;
      list-style: none;
      text-align: center; }
  .gb-customer-say .gb-customer-say-item .media-body .heading {
    text-align: center;
    font-size: 16px;
    line-height: 1.4;
    font-style: normal;
    font-weight: bold;
    letter-spacing: 1px;
    color: white;
    text-transform: uppercase;
    padding: 10px 5px;
    background: #004F9E;
    border-bottom: 1px solid rgba(241, 241, 241, 0.8); }
    .gb-customer-say .gb-customer-say-item .media-body .heading span {
      font-size: 12px;
      font-weight: normal; }
  .gb-customer-say .gb-customer-say-item .media-image {
    width: 80px;
    height: 80px;
    margin: 0 auto;
    margin-top: 40px; }

/*TEAM*/
.gb-home-team {
  padding: 50px 0; }

.team-member {
  margin-bottom: 40px; }
  .team-member img {
    width: 100%;
    height: auto; }
  .team-member h4 {
    font-size: 24px;
    line-height: 1.4;
    color: #2b3742; }
  .team-member h6 {
    font-size: 18px;
    line-height: 1.4;
    margin: 0 0 20px 0;
    color: #2b3742;
    font-weight: 400; }
  .team-member p {
    font-size: 16px;
    line-height: 26px;
    color: #333; }

/*QUESTION AND AWER*/
.gb-home-questionandamswer {
  background-color: #F4F4F4;
  padding: 50px 0; }
  .gb-home-questionandamswer .gb-home-questionandamswer-item {
    background-color: #fff;
    border-bottom: 7px solid #004F9E;
    padding: 20px 30px;
    text-align: center; }
    .gb-home-questionandamswer .gb-home-questionandamswer-item .item-icons {
      display: block;
      width: 100px;
      margin: 0 auto; }
    .gb-home-questionandamswer .gb-home-questionandamswer-item .item-text strong {
      display: block;
      font-size: 20px;
      color: #444;
      margin: 10px 0;
      text-align: center; }
    .gb-home-questionandamswer .gb-home-questionandamswer-item .item-text p {
      text-align: center;
      font-size: 16px;
      line-height: 24px;
      margin-bottom: 15px; }
    .gb-home-questionandamswer .gb-home-questionandamswer-item .item-text .item-btn {
      display: block;
      padding: 15px 20px;
      border: 2px solid #004F9E;
      background-color: #004F9E;
      text-align: center;
      color: #fff;
      font-size: 18px;
      border-radius: 30px;
      -webkit-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s;
      width: 100%; }
      .gb-home-questionandamswer .gb-home-questionandamswer-item .item-text .item-btn:hover {
        color: #004F9E;
        background: transparent; }

.gb-faq-page {
  padding: 50px 0;
  /*TOGGLES*/ }
  .gb-faq-page .tabs-left > .nav-tabs {
    border-bottom: 0; }
  .gb-faq-page .tab-content > .tab-pane,
  .gb-faq-page .pill-content > .pill-pane {
    display: none; }
  .gb-faq-page .tab-content > .active,
  .gb-faq-page .pill-content > .active {
    display: block; }
  .gb-faq-page .tabs-left > .nav-tabs > li {
    float: none; }
  .gb-faq-page .tabs-left > .nav-tabs > li > a {
    margin-right: 0;
    margin-bottom: 3px;
    color: #333;
    font-weight: 600;
    border-radius: 0; }
  .gb-faq-page .tabs-left > .nav-tabs {
    border-right: 1px solid #ddd; }
  .gb-faq-page .tabs-left > .nav-tabs > li > a {
    margin-right: -1px; }
  .gb-faq-page .tabs-left > .nav-tabs > li > a:hover,
  .gb-faq-page .tabs-left > .nav-tabs > li > a:focus {
    border-color: #eeeeee #dddddd #eeeeee #eeeeee; }
  .gb-faq-page .tabs-left > .nav-tabs .active > a,
  .gb-faq-page .tabs-left > .nav-tabs .active > a:hover,
  .gb-faq-page .tabs-left > .nav-tabs .active > a:focus {
    border-color: #ddd transparent #ddd #ddd;
    border-right-color: #ffffff; }
  .gb-faq-page .gb-faq-page-left {
    background: #004F9E;
    padding: 30px 0px 30px 20px; }
    .gb-faq-page .gb-faq-page-left h4 {
      padding-right: 15px;
      font-size: 24px;
      text-transform: uppercase;
      color: #fff;
      margin-bottom: 30px; }
  .gb-faq-page .uni-element-toggle h2 {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.25;
    text-align: left;
    color: #404040; }
  .gb-faq-page .uni-element-toggle .uni-element-toggle-body {
    padding-top: 100px; }
    .gb-faq-page .uni-element-toggle .uni-element-toggle-body .accordion-item .accordion {
      padding-top: 60px;
      padding-bottom: 100px; }
  .gb-faq-page .uni-element-accordion-border-box .accordion-toggle {
    position: relative;
    border: 1px solid #404040;
    cursor: pointer;
    margin: 0;
    border-radius: 3px;
    padding: 10px 20px;
    margin-bottom: 10px; }
  .gb-faq-page .accordion-item h4 {
    font-size: 14px;
    font-weight: bold;
    line-height: 2.14;
    text-align: left;
    color: #3a3a3a; }
  .gb-faq-page .accordion-item .accordion-content {
    padding: 10px 0; }
    .gb-faq-page .accordion-item .accordion-content p {
      font-size: 14px;
      line-height: 1.71;
      text-align: left;
      color: #808080; }
  .gb-faq-page .accordion-item .accordion-toggle {
    position: relative; }
  .gb-faq-page .accordion-item .accordion-toggle.active:after {
    content: "\f077";
    position: absolute;
    right: 10px;
    top: 5px;
    font-family: FontAwesome; }
  .gb-faq-page .accordion-item .accordion-toggle:before {
    content: "\f078";
    position: absolute;
    right: 10px;
    top: 5px;
    font-family: FontAwesome; }
  .gb-faq-page .accordion-item .accordion-toggle.active:before {
    display: none; }
  .gb-faq-page .accordion-item .accordion-content {
    display: none; }
  .gb-faq-page .accordion-item .accordion-toggle.active {
    color: #004F9E; }
  .gb-faq-page .accordion-item .item {
    border-bottom: 1px solid #7a7a7a;
    padding: 15px 0; }

.gb-faq-page-tab-termcondition h5 {
  font-size: 20px;
  line-height: 1.4;
  margin: 0 0 30px 0;
  clear: both;
  text-transform: none;
  font-weight: normal;
  color: #2b3742; }

.gb-faq-page-tab-termcondition h6 {
  font-size: 18px;
  line-height: 1.4;
  margin: 0 0 20px 0;
  clear: both;
  text-transform: none;
  font-weight: normal;
  color: #2b3742; }

.gb-faq-page-tab-termcondition p {
  margin-bottom: 10px;
  text-align: justify;
  color: #3a3a3a;
  font-size: 14px;
  line-height: 1.6; }

/*PRODUCT*/
.gb-sanphamnoibat {
  padding: 50px 0; }
  .gb-sanphamnoibat .gb-sanphamnoibat-item {
    overflow: hidden; }
    .gb-sanphamnoibat .gb-sanphamnoibat-item img {
      width: 100%;
      height: auto;
      -webkit-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s; }
      .gb-sanphamnoibat .gb-sanphamnoibat-item img:hover {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1); }
    .gb-sanphamnoibat .gb-sanphamnoibat-item ul li {
      margin-bottom: 20px; }
      .gb-sanphamnoibat .gb-sanphamnoibat-item ul li:last-child {
        margin-bottom: 0; }

.gb-tab-product {
  padding: 50px 0;
  /* Default mode */
  /*SLIDE PRODUCT TAB*/ }
  .gb-tab-product .tabbable-line > .nav-tabs {
    border: none;
    margin: 0px;
    text-align: center;
    padding-bottom: 10px; }
  .gb-tab-product .tabbable-line > .nav-tabs > li {
    margin-right: 2px;
    float: none;
    display: inline-block; }
  .gb-tab-product .tabbable-line > .nav-tabs > li > a {
    margin-right: 0;
    color: #fff;
    border: 1px solid rgba(8, 115, 187, 0.5);
    background: rgba(8, 115, 187, 0.5);
    border-radius: 0; }
  .gb-tab-product .tabbable-line > .nav-tabs > li > a > i {
    color: #a6a6a6; }
  .gb-tab-product .tabbable-line > .nav-tabs > li.open, .gb-tab-product .tabbable-line > .nav-tabs > li:hover {
    border-bottom: 2px solid #004F9E; }
  .gb-tab-product .tabbable-line > .nav-tabs > li.open > a, .gb-tab-product .tabbable-line > .nav-tabs > li:hover > a {
    border: 0;
    background: #004F9E !important;
    color: #fff; }
  .gb-tab-product .tabbable-line > .nav-tabs > li.open > a > i, .gb-tab-product .tabbable-line > .nav-tabs > li:hover > a > i {
    color: #a6a6a6; }
  .gb-tab-product .tabbable-line > .nav-tabs > li.open .dropdown-menu, .gb-tab-product .tabbable-line > .nav-tabs > li:hover .dropdown-menu {
    margin-top: 0; }
  .gb-tab-product .tabbable-line > .nav-tabs > li.active {
    border-bottom: 2px solid #004F9E;
    position: relative; }
  .gb-tab-product .tabbable-line > .nav-tabs > li.active > a {
    border: 0;
    background: #004F9E !important;
    color: #fff; }
  .gb-tab-product .tabbable-line > .nav-tabs > li.active > a > i {
    color: #404040; }
  .gb-tab-product .tabbable-line > .tab-content {
    background-color: #fff;
    border: 0;
    /*border-top: 1px solid #eee;*/
    padding: 15px 0; }
  .gb-tab-product .portlet .tabbable-line > .tab-content {
    padding-bottom: 0; }
  .gb-tab-product .owl-nav [class*=owl-] {
    position: absolute;
    top: -70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: #004F9E !important;
    border: 3px solid #004F9E;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }
    .gb-tab-product .owl-nav [class*=owl-]:hover {
      background: transparent !important;
      border-color: #004F9E; }
      .gb-tab-product .owl-nav [class*=owl-]:hover:before {
        color: #004F9E; }
  .gb-tab-product .owl-nav {
    margin-top: 0 !important; }
    @media screen and (max-width: 991px) and (min-width: 768px) {
      .gb-tab-product .owl-nav {
        top: -78px; } }
    .gb-tab-product .owl-nav .owl-prev {
      position: absolute;
      right: 50px;
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important; }
      .gb-tab-product .owl-nav .owl-prev:before {
        content: '\f104';
        font-family: FontAwesome;
        color: #fff;
        font-size: 20px; }
    .gb-tab-product .owl-nav .owl-next {
      position: absolute;
      right: 0;
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important; }
      .gb-tab-product .owl-nav .owl-next:before {
        content: '\f105';
        font-family: FontAwesome;
        color: #fff;
        font-size: 20px; }

.product-item {
  margin-bottom: 30px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s; 
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
}
  .product-item:hover {
    cursor: pointer;
    -webkit-box-shadow: 0px 2px 20px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0px 2px 20px 0 rgba(0, 0, 0, 0.2); }
    .product-item:hover img {
      -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
      transform: scale(1.1); }
    .product-item:hover h5 {
      opacity: 1; }
    .product-item:hover .item-img a:before {
      opacity: 0.5; }
    .product-item:hover .item-img a:after {
      top: 50%;
      margin-top: -18px; }
  .product-item .item-img {
    /*height: 174px;*/
    overflow: hidden; }
    .product-item .item-img img {
      width: 100%;
      height: auto;
      -webkit-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s; }
      .product-item .item-img img:hover {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1); }
    .product-item .item-img a {
      display: block;
      position: relative; }
      .product-item .item-img a:before {
        content: '';
        position: absolute;
        display: inline-block;
        vertical-align: middle;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 100;
        opacity: 0;
        background: #004F9E;
        -webkit-transition: opacity 0.3s ease-in-out;
        -o-transition: opacity 0.3s ease-in-out;
        transition: opacity 0.3s ease-in-out; }
      .product-item .item-img a:after {
        content: '\f06e';
        position: absolute;
        top: -10%;
        left: 50%;
        font-family: FontAwesome;
        display: inline-block;
        width: auto;
        height: 36px;
        font-size: 24px;
        vertical-align: middle;
        z-index: 130;
        color: white;
        -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; }
  .product-item .gb-divider {
    margin: 15px 0; }
  .product-item .item-text {
    padding: 15px; }
    .product-item .item-text h3 a {
         min-height: 40px;
    font-size: 14px;
    color: #333;
    line-height: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-weight: 600;
    text-align: center;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }
      .product-item .item-text h3 a:hover {
        color: #004F9E; }

.price {
  font-size: 18px;
  color: #004F9E;
  text-align: center;
  font-weight: 600; }

.gb-page-product {
  padding: 50px 0; }

.gb-product-item .item-img {
  text-align: center; }
  .gb-product-item .item-img img {
    display: inline;
    max-height: 350px;
    margin: 0 auto; }

.gb-product-item h2 a {
  display: block;
  color: #333;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  padding: 20px 0; }

.gb-chitiet_sanpham-body {
  padding: 20px 0 50px 0; }
  .gb-chitiet_sanpham-body .gb-divider {
    margin: 20px 0; }
  .gb-chitiet_sanpham-body .slider-for {
    /*border: 1px solid #dcdcdc;*/ }
    @media screen and (min-width: 992px) {
      .gb-chitiet_sanpham-body .slider-for {
        /*height: 315px;*/
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; } }
    .gb-chitiet_sanpham-body .slider-for img {
      width: auto;
      /*height: 100%;*/
      margin: 0 auto; }
  .gb-chitiet_sanpham-body .slide-item-nav {
    border: 1px solid #dcdcdc;
    margin: 0 5px;
    background: #f1f1f1; }
    .gb-chitiet_sanpham-body .slide-item-nav img {
      width: auto;
      /*height: 72px;*/
      margin: 0 auto; }
      .gb-chitiet_sanpham-body .slide-item-nav img:hover {
        cursor: pointer; }
  .gb-chitiet_sanpham-body .slider-nav {
    margin-top: 10px; }
  .gb-chitiet_sanpham-body .gb-thongso-mota .tab-content {
    padding: 20px 0; }
    .gb-chitiet_sanpham-body .gb-thongso-mota .tab-content p {
      /*color: #7a7a7a;*/
      font-size: 14px;
      line-height: 24px; }
    .gb-chitiet_sanpham-body .gb-thongso-mota .tab-content strong{font-weight: bold;}
      .gb-chitiet_sanpham-body .gb-thongso-mota .tab-content p em span {font-style: italic;font-size: 16px!important;}
    }

@media screen and (max-width: 991px) {
  /* .gb-chitiet_sanpham-left {
    margin-left: -15px; */
  }
  .gb-chitiet_sanpham-left .gb-chitiet_sanpham_left-info {
    /*padding-top: 20px;*/ } }

.gb-chitiet_sanpham-left .gb-chitiet_sanpham_left-info h1 {
  font-size: 30px;
  color: #333; }

.gb-chitiet_sanpham-left .gb-chitiet_sanpham_left-info .description {
  color: #7a7a7a;
  font-size: 14px;
  line-height: 24px;
  margin: 20px 0; }

.gb-thongso-mota .tabbable-line > .nav-tabs {
  border: none;
  margin: 0; }

.gb-thongso-mota .tabbable-line > .nav-tabs > li {
  margin-right: 2px; }

.gb-thongso-mota .tabbable-line > .nav-tabs > li > a {
  border: 0;
  margin-right: 0;
  color: #333;
  font-size: 18px;
  font-weight: 600; }

.gb-thongso-mota .tabbable-line > .nav-tabs > li.open, .gb-thongso-mota .tabbable-line > .nav-tabs > li:hover {
  border-bottom: 2px solid #004F9E; }

.gb-thongso-mota .tabbable-line > .nav-tabs > li.open > a, .gb-thongso-mota .tabbable-line > .nav-tabs > li:hover > a {
  border: 0;
  background: none !important;
  color: #004F9E; }

.gb-thongso-mota .tabbable-line > .nav-tabs > li.active {
  border-bottom: 2px solid #004F9E;
  position: relative;
  margin-bottom: 2px; }
  .gb-thongso-mota .tabbable-line > .nav-tabs > li.active a {
    color: #fff; }

.gb-thongso-mota .tabbable-line > .tab-content {
    margin-top: -3px;
    background-color: #fff;
    border: 0;
    border: 1px solid #004F9E;
    padding: 10px; }

.gb-thongso-mota .portlet .tabbable-line > .tab-content {
  padding-bottom: 0; }

.gb-thongso-mota .tab-content h1 {
  font-size: 24px;
  font-weight: 600; }

.gb-thongso-mota .tab-content h2 {
	padding: 13px 0px;
  font-size: 22px;
  font-weight: 600; }

.gb-thongso-mota .tab-content h3 {
  padding: 13px 0px;
  font-size: 20px;
  font-weight: 600; }

.gb-thongso-mota .tab-content h4 {
  font-size: 18px;
  font-weight: 600; }

.gb-thongso-mota .tab-content h5 {
  font-size: 16px;
  font-weight: 600; }

.gb-thongso-mota .tab-content h6 {
  font-size: 14px;
  font-weight: 600; }

.gb-thongso-mota .tab-content ul li {
  /*display: block;*/
  /*color: #333;*/
  font-size: 16px;
  line-height: 26px; }

.gb-thongso-mota .tab-content p {
  /*color: #333;*/
  font-size: 16px;
  line-height: 26px; }

.gb-chitiet-sanpham-btn a {
  display: inline-block;
  text-transform: uppercase;
  font-weight: bold;
  background-color: #004F9E;
    background-image: -webkit-linear-gradient(top, #004F9E 0%, #004F9E 100%);
  padding: 10px 18px;
  color: #fff;
  border-radius: 7px;
  margin-bottom: 5px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s; }
  .gb-chitiet-sanpham-btn a:hover {
    color: #004F9E;
    background: transparent; }

.gb-sanphamlienquan .title {
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  color: #333;
  margin-bottom: 20px;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 10px; }
  .gb-sanphamlienquan .title:before {
    position: absolute;
    content: '';
    width: 114px;
    bottom: -2px;
    left: 1px;
    height: 3px;
    background: #004F9E; }

/*VIDEO*/
.gb-home-video {
  padding: 50px 0; }
  .gb-home-video .gb-daehandoor-title {
    text-align: left; }
.gb-pagination{
  text-align: center;
}

.gb-chitiet-tintuc-body h2{

}

.gb-chitiet-tintuc-body strong{font-weight: bold;}
.content_about{
    border: 1px solid;
    padding: 10px;
    margin-left: -15px;
}
.content_about h2{
  font-size: 24px;
  font-weight: bold;
  padding: 10px 0px;
}
.news-des{
    font-size: 14px;
    line-height: 1.5em;
    font-style: italic;
    margin-bottom: 20px;
}

.lienhe_product a{
  display: block;
      font-size: 18px;
    color: #004F9E;
    text-align: center;
    font-weight: 600;
}
#gb_gioithieu_ {
  padding: 80px 0;
}
#gb_gioithieu_ h2 {
  color: #333;
  font-weight: bold;
  line-height: 1.5;
}
#gb_gioithieu_  h1 {
  text-align: center;
  font-weight: 700;
  font-size: 25px;
  padding-bottom: 15px;
  margin-bottom: 20px;
  border-bottom: 1px solid #004F9E
}
/* #gb_gioithieu_  h1 span{
  border: 1px solid;
  padding: 10px;

} */
#gb_gioithieu_  p {
  text-align: justify;
  margin-bottom: 30px;
  line-height:1.5
}
#gb_gioithieu_  a{
  display: inline-block;
  background: #004F9E;
  border: 1px solid transparent;
  color: #fff;
  padding: 10px 20px;


}
#gb_gioithieu_  a:hover{
  color: #004F9E;
  background: transparent;
  border: 1px solid  #004F9E;


}
.gb-slideshow_doitac_xuxaoi-slide .partner-item{
      display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 110px;
}
#gb_doitac_xuxaoi{
  background: #f1f1f1;
  padding: 15px;
}
.icon-holder_{
  font-size: 14px;
}
.icon-holder_ i{
  color:  #004F9E;
  font-size: 15px;
  margin-right: 5px;
}
.uni-header_logo_ .row{
 display: -webkit-flex; 
    -webkit-align-items: center; 
    display: flex;
    align-items: center;
}
/* .uni-header_logo_ img{
  max-width: 80px;
  padding: 10px 0;
  margin-left: 30px;
} */
/* .uni-header_logo_ h1 {
  padding-bottom: 10px;
  color: red;
  font-weight: bolder;
} */
.uni-header_search_ input{
    height: 38px;
    border-radius: 0;
    border: 1px solid #004F9E;

}
.uni-header_search_ button,.uni-header_search_ button:active,.uni-header_search_ button:hover,.uni-header_search_ button:focus{
  border-radius: 0;
  padding: 8px 18px;
  background: #004F9E !important;
  color: #fff !important;
  border: 1px solid #004F9E !important;
}
.uni-header_search_ .form-control:focus {
    border-color: #004F9E;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.hostline_ a{
  color: #fff;
  font-size: 20px;
  font-weight: 600;

}
.hostline_ i{
  font-size: 20px;
  color: #fff;
}
.hostline_{
    display: inline-block;
    border-radius: 5px;
    font-size: 20px;
    color: #fff;
    padding: 13px 20px;
    float: right;
    margin-left: 10px;
    background-color: #004F9E;
    background-image: -webkit-linear-gradient(top, #004F9E 0%, #004F9E 100%);
}
#gb_ykienkhachhang_ .chip {
    display: block;
    padding: 0 25px;
    height: 34px;
    font-size: 16px;
    line-height: 34px;
    margin-bottom: 15px;
     
}

#gb_ykienkhachhang_ .chip img {
    float: left;
    margin: 0 10px 0 -25px;
    height: 34px;
    width: 34px;
    border-radius: 50%;
}
#gb_ykienkhachhang_ {
  position: relative;
  padding: 30px 0;
  color: #fff;
  background: url(../images/slide6.jpg);
}
#gb_ykienkhachhang_:after{
  content: '';
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: #333;
  opacity: 0.8;
}
#gb_ykienkhachhang_ p{
  line-height: 1.5;
  margin-bottom: 30px
}
#gb_ykienkhachhang_ .gb_ykienkhachhang_{
position: relative;
    z-index: 999;
    padding-left: 240px;
    padding-right: 100px;
    padding-top: 60px;
    padding-bottom: 20px;
}
#gb_ykienkhachhang_ h3{ 
   font-size: 26px;
    font-weight: 600;
    color: #fff;
    text-align: justify;
    margin-bottom: 30px;
    border-bottom: 2px solid;
    display: inline-block;
    padding-bottom: 10px;
  }
 #gb_ykienkhachhang_ .gb_ykienkhachhang_right{
      position: relative;
    z-index: 999;
    padding-right: 240px;
    padding-left: 80px;
    padding-top: 60px;
    padding-bottom: 20px;
 }
  /* Chat containers */
.msg_ykienkhachhang {
    border: 2px solid #dedede;
    /*background-color: #f1f1f1;*/
    border-radius: 5px;
    padding: 10px;
    margin: 10px 0;
}


.darker {
    border-color: #ccc;
    background-color: #ddd;
}


.msg_ykienkhachhang::after {
    content: "";
    clear: both;
    display: table;
}

 #gb_ykienkhachhang_ .gb_ykienkhachhang_right p{
    margin-bottom: 5px;
}
.msg_ykienkhachhang .chip_ img{
    float: left;
    max-width: 60px;
    width: 100%;
    height: 60px;
    margin-right: 20px;
    border-radius: 50%;
}
.msg_ykienkhachhang .chip_{
   text-transform: uppercase;
   line-height: 25px;
   font-size:15px;
}


@media screen and (max-width: 991px){
	#gb_ykienkhachhang_ .gb_ykienkhachhang_{
		padding-left: 15px;
		padding-right: 15px;
	}
	#gb_ykienkhachhang_ .gb_ykienkhachhang_right{
		padding-left: 15px;
		padding-right: 15px;
	}
	.uni-header_search_{
		display: none;
	}
	.hostline_{
		margin-bottom: 20px;
    margin-top: 20px;
    padding: 5px;
    /*margin-left: -10px;*/
	}
}

/*tuan responsive*/
@media screen and (max-width: 991px) {
  .uni-header_logo_ img {
    max-width: 165%;
  }
    .modal .modal-dialog {
        width: auto !important;
    }
    .btnLightBox1 {
      margin-left: -15px;
      font-size: 20px;
      text-align: left;
    }
    .btnLightBox {
      margin-left: 15px;
    }
    .pkd-hotline {
      margin-bottom: 10px;
      margin-left: 30px;
    }
}

/*tuan*/
.gb-title-hr h4 {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 800;
    letter-spacing: 2px;
    color: #000;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
    padding: 0 30px;
    margin-bottom: 20px;
}
.gb-title-hr h4:before {
    content: '';
    position: absolute;
    height: 3px;
    background: #000;
    width: 150px;
    left: -60%;
    top: 10px;
}
.gb-title-hr h4:after {
    content: '';
    position: absolute;
    height: 3px;
    background: #000;
    width: 150px;
    top: 10px;
    margin-left: 30px;
    right: -60%;
}
.gb-title-hr {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}
.call-zalo {
    background: #00A1C6;
    position: fixed;
    bottom: 70px;
    height: 40px;
    line-height: 40px;
    padding: 0;
    border-radius: 40px;
    color: #fff;
    left: 20px;
    z-index: 99999;
    display: flex;
}
.call-zalo a {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    margin-right: 10px;
    padding-left: 10px;
}
.call-mobile {
    background: #B52026;
    position: fixed;
    bottom: 20px;
    height: 40px;
    line-height: 40px;
    padding: 0;
    border-radius: 40px;
    color: #fff;
    left: 20px;
    z-index: 99999;
}
.call-mobile a {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    margin-right: 10px;
    padding-left: 10px;
}
.call-mobile i {
    font-size: 20px;
    line-height: 40px;
    background: #B52026;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    text-align: center;
        float: left;
}

.btn-danger{
	border-color: #c9181f !important;
  background-color: #c9181f !important;
}

.btn-danger:hover{
	background-color:#c9181f !important;
}

.hp_fix1{
	/*height: 60px;*/
    width: auto;
    max-width: 100%;
    margin: 8px 0;
}



.TitleCFL010 {
  position: relative;
  margin-bottom: 40px;
  font-size: 26px;
  text-align: center;
  text-transform: uppercase;
  color: #004F9E;
  font-weight: 600; }
.TitleCFL010:after{
  content: '';
  position: absolute;
  width: 100px;
  height: 2px;
  bottom: -6px;
  left: 50%;
  transform: translate(-50%, 0);

  background: #004F9E;
}
.TitleCFL010:before{
  content: '';
  position: absolute;
  width: 150px;
  height: 2px;
  bottom: -10px;
  left: 50%;
  transform: translate(-50%, 0);
  background: #004F9E;
}

.tab-item-info{
  border-radius: 3px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight:  600;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{
  border: 1px solid #004F9E;
  background: #004F9E;
  color: #fff;
  font-weight: 600;
}

.nav-tabs{
  border-bottom: 1px solid #004F9E;
}
.nav-tabs>li>a{
  text-transform: uppercase;
}

.gt-pkd-img img{
  border-radius: 5px;
}
.footer_tu_van{
  font-weight:  600;
}
.tl_formlaithu{
  font-size: 26px;
    text-align: center;
    color: #fff;
    font-weight: 600;
    margin-bottom: 20px;
}
.btn-lai-thu{
  background-color: #004F9E !important;
  font-weight:  600;
  text-transform:   uppercase;  
  border-radius:  5px;
  opacity: 1 !important;
}

.formlaithu{
  /*border: 2px dashed #c9181f;*/
  background-color: #a1272c;
  margin-top: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
  border-radius:  5px;
}


.tl_formlaithu:after {
    content: '';
    position: absolute;
    width: 100px;
    height: 2px;
    bottom: -6px;
    left: 50%;
    transform: translate(-50%, 0);
    background: #004F9E;}

    .tl_formlaithu:before {
    content: '';
    position: absolute;
    width: 150px;
    height: 2px;
    bottom: -10px;
    left: 50%;
    transform: translate(-50%, 0);
    background: #004F9E;
}
.tl_tinhphi{
  font-size: 26px;
    text-align: center;
    color: #004F9E;
    font-weight: 600;
    margin-bottom: 20px;
}

.lb_tinhphi{
  text-transform:   uppercase;  
  font-weight:  600;
  color:  #004F9E;
}
.btn_hptn{
  background-color: #c9181f;
  color:  #fff;
  text-transform:   uppercase;  
  font-weight:  600;
  text-shadow: none;
}
.tb_thread{
  background: #004F9E;
  color: #fff;
}
.tl_tinhlai{
  color: #004F9E;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: 600;
  text-align: center;
  font-size:26px;
}

.tl_formtragop{
  color: #a1272c;
  font-weight: 600;
  font-size:20px;
  padding-bottom: 10px;

}

.entry-date span{
  font-size: 13px;
}


.headerPopup{
  background-color: #004F9E;
  color: #fff;
}

.EmailCFL672294_box span .btn-theme{
  font-size: 16px;
  font-weight: 600;
}



.content-box0425 h1 {
    text-align: justify;
    font-size: 28px;
    font-weight: 600;
    padding: 20px 0px;
    color: #2a83e9;
}

.content-box0425 h1:before {
    content: '\f1d8';
    font: normal normal normal 28px / 1 FontAwesome;
    margin-right: 5px;
    padding-left: 5px;
}

.gb-chitiet_sanpham_H2D_left-info .description {
    border-left: 2px solid #2a83e9;
    padding: 0px 0px 0px 5px;
    font-style: italic;
    margin-bottom: 20px;
    font-size: 18px !important;
}

.content-box0425 h2 {
    text-align: justify;
    font-size: 24px;
    font-weight: 600;
    padding: 10px 0px;
    line-height: 1.5;
}
.content-box0425 h3 {
    text-align: justify;
    font-size: 20px;
    font-weight: 600;
    padding: 10px 0px;
    line-height: 1.5;
}
.content-box0425 h4 {
    text-align: justify;
    font-size: 18px;
    font-weight: 600;
    padding: 5px 0px;
    line-height: 1.5; 
}
.content-box0425 p {
    text-align: justify;
    font-size: 16px;
    line-height: 1.5;
    padding: 5px 0px;
    line-height: 1.5;
    /*color: #7a7a7a;*/ 
}
.content-box0425 ul, .content-box0425 ol{
    list-style: square;
    margin-left: 20px;
    line-height: 1.5;
    padding: 5px 0px;
    text-align: justify;
    font-size: 16px;
    }
.content-box0425 ul li, .content-box0425 ol li{
        padding: 5px 0px;
        line-height: 1.5;
}

.content-box0425 table {
  
  border-collapse: collapse;
  width: 100%;
  margin: 15px auto;
}

.content-box0425 table td, .content-box0425 table th {
  border: 1px solid #ddd;
  padding: 8px;
}

.content-box0425 table tr:nth-child(even){background-color: #f2f2f2;}

.content-box0425 table tr:hover {background-color: #ddd;}

.content-box0425 table th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #04AA6D;
  color: white;
}


.FooterCFL001 {
    background-color: #272c3c;
}    
.FooterCFL001-1 p {
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: justify;
    color: #333
}

.FooterCFL001-2 ul li {
    display: flow-root;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #333
}

.FooterCFL001-2 ul li i {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 25px;
    height: 25px;
    border: 1px solid #333;
    float: left;
    margin-right: 10px
}

.FooterCFL001-3 ul li a {
    display: block;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 2;
    letter-spacing: normal;
    text-align: left;
    color: #333
}

.FooterCFL001_default {
    background: #F6F3F2;
    padding: 30px 0;
    padding-top: 30px
}

.FooterCFL001_default .FooterCFL001_widget-title {
    color: #004F9E;
    line-height:1.5;
    font-weight: 600;
}

.FooterCFL001_widget-title {
    position: relative;
    font-size: 16px;
    /*font-weight: 600;
    text-transform: capitalize;*/
    text-transform: uppercase;
    margin-bottom: 20px;
    padding-bottom: 10px
}

.FooterCFL001_widget-title:before {
    position: absolute;
    content: '';
    width: 100px;
    bottom: -2px;
    left: 1px;
    height: 2px;
    background: #004f9e;
}

.FooterCFL001_widget-content01 {
    margin-bottom: 20px
}

.FooterCFL001_widget-content01 p {
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #333
}

.gb-icons-share ul li a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    color: #333;
    border: 1px solid #333
}

.gb-icons-share ul li {
    display: inline-block
}

.multi_color .cl-fb {
    background: #6e82e7;
    color: white
}

.multi_color .cl-tw {
    background: #6ee4e7;
    color: white
}

.multi_color .cl-gg {
    background: #e72d2d;
    color: white
}

.multi_color .cl-yt {
    background: #4895ff;
    color: white
}

.FooterCFL001_copyright-area {
    background: #333;
}

.FooterCFL001_copyright-area p {
    font-size: 14px;
    position: relative;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.86;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    margin-bottom: 0;
    padding: 26px 0
}

.FooterCFL001_copyright-area p a {
    color: #fff
}

.menu_bienso{
  display: flex !important;
    align-items: center;
    justify-content: center;
}

.logo_menu_mb{
  display: none;
}

 @media screen and (max-width: 991px) {
  .logo_menu_mb{
    display: block;
  }
}