@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 url('https://fonts.googleapis.com/css?family=Quicksand:300,400,500,700&subset=latin-ext,vietnamese');
/*Đị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; }

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: "Roboto Slab";*/
  font-family: 'Quicksand', sans-serif;
  line-height: 1.3; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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; }
    .gb-header .logo{
      width: 190px !important;
      padding: 2px 0 !important;
    }
    .gb-icon-box-characteristics ul li{
          height: 150px !important;
    }
    .gb-home-video{
      /* padding: 30px 0 !important; */
    }
    .gb-home-video-2{
      padding: 0px 0;
    /* margin-bottom: 30px; */
    }
    .gb-banner-about {
    padding: 0px 0px !important;
    margin-top: 30px !important;
    }
    .gb-client-newletter-contact{
      padding: 30px 0 !important;
    }
    .gb-home-contact-us{
      margin-top: 30px !important;
    }
    .footer-links{
      padding-left: 0px !important;
    text-align: center !important;
    }
    .footer_contact_infos{
      padding-left: 0px !important;
    text-align: center !important;
    }
    }

.sticky-wrapper {

  width: 100%;
  position: relative; }
  @media screen and (max-width: 991px) {
    .sticky-wrapper {
      position: relative !important; } }

.gb-header {
  /* background: #203354; */ }
  .gb-header .logo {
    width: 200px;
/*    padding: 10px 0;*/
    margin: 0 auto; }
    .gb-header .logo img {
      width: 50%;
      height: auto; }

.gb-header {
  -webkit-box-shadow: 0px 3px 6px 2px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 3px 6px 2px rgba(0,0,0,0.75);
box-shadow: 0px 3px 6px 2px rgba(0,0,0,0.75);
  background: #203354; 
}
.colores{
  background-color: #eee !important; 
}
.gb-header-topbar {
  border-bottom: 2px solid #fff }
  .gb-header-topbar .gb-top-header-left {
        margin-top: 20px;
      /*  text-align: center;*/
  }
    @media screen and (max-width: 991px) {
      .gb-header-topbar .gb-top-header-left {
        display: none; } }
    .gb-header-topbar .gb-top-header-left ul li {
      display: inline-block;
      margin-right: 15px; 
      font-size: 14px;
    color: #000;
    margin-bottom: 15px;
    }
      .gb-header-topbar .gb-top-header-left ul li a {
        font-weight: bold;
        display: inline-block;
        font-size: 14px;
        color: #000;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
      }
        .gb-header-topbar .gb-top-header-left ul li a:hover {
          color: #ffd493; }
  .gb-header-topbar .gb-top-header-right {
        margin-top: 20px;
  }
    @media screen and (max-width: 991px) {
      .gb-header-topbar .gb-top-header-right {
        display: none; } }
    .gb-header-topbar .gb-top-header-right ul {
      text-align: right; }
      .gb-header-topbar .gb-top-header-right ul li {
        display: inline-block;
        margin-bottom: 15px; }
        .gb-header-topbar .gb-top-header-right ul li a {
          display: block;
          font-size: 14px;
        color: #000;
          -webkit-transition: all 0.3s;
          -o-transition: all 0.3s;
          transition: all 0.3s; }
          .gb-header-topbar .gb-top-header-right ul li a:hover {
            color: #ffd493; }
          .gb-header-topbar .gb-top-header-right ul li a i {
            margin-right: 5px; }

/*Footer*/
.gb-line {
  border-right: 1px solid #a2a2a2;
}

.footer-main-content {
  padding: 20px 0px;
  background-color: #1b1b1b;
}
  .footer-main-content .logo-footer {
    width: 100px;
    margin: 0 auto;
    margin-bottom: 20px; }
  .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 .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: #212121;
  overflow: hidden; }
  .copyright-area .copyright-content {
    border-top: 2px solid rgba(255, 255, 255, 0.1);
    padding: 20px 0;
  }
  .copyright-area p {
    color: #fff;
    text-align: center; }

.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 li {
  display: inline-block; }
  .list_social li a {
    width: 40px;
    height: 40px;
    border: 1px solid #f1c88c;
    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: #f1c88c; }

/*MENU*/
.gb-header-between {
  padding: 20px 0; }
  @media screen and (max-width: 991px) {
    .gb-header-between .gb-header-between-logo {
      padding: 20px 0; } }

/*MENU DESKTOP*/
.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 {
    width: auto;
    line-height: 1;
    text-align: right; }
    @media screen and (max-width: 991px) {
      .gb-main-menu .cssmenu {
        display: none; } }
  .gb-main-menu .cssmenu > ul > li {
    display: inline-block;
    position: initial;
        margin-right: 25px;
  }
  .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: 700;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    text-align: right;
    color: #fff;
    padding: 8px 4px;
    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: 20px 10px; } }
  .gb-main-menu .cssmenu > ul > li:hover > a,
  .gb-main-menu .cssmenu > ul > li.active > a {
    color: #1f1227;
    background: #ffd493; }
  .gb-main-menu .cssmenu > ul > li.has-sub > a:hover:before {
    content: '';
    display: block; }
  .gb-main-menu .cssmenu > ul > li.has-sub > a::after {
    position: absolute;
    top: 15px;
    right: 5px;
    width: 4px;
    height: 4px;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    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 > ul > li.has-sub:hover > a::after {
    border-color: #fff; }
  .gb-main-menu .cssmenu ul ul {
    position: absolute;
    left: -9999px;
    z-index: 2;
    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 li:hover > ul {
    left: auto; }
  .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: #203354; }
  .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;
    width: 100%;
    left: 0;
    padding: 20px; }
    .gb-main-menu .cssmenu ul li .gb-mega-menu li {
      padding: 0 15px !important; }
    .gb-main-menu .cssmenu ul li .gb-mega-menu .box_image_sub_menu {
      font-weight: 600;
      font-size: 18px;
      color: #333;
      line-height: 1.5; }
    .gb-main-menu .cssmenu ul li .gb-mega-menu h3 {
      font-weight: 600;
      font-size: 18px;
      color: #203354;
      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 {
        padding: 0; }
        .gb-main-menu .cssmenu ul li .gb-mega-menu ul li a {
          padding: 5px 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: absolute;
    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;
    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: #203354; }
  .mobile-nav .home-icon {
    background: transparent; }
  .mobile-nav #cssmenu > ul > li:hover > a,
  .mobile-nav #cssmenu > ul > li.active > a {
    color: #203354 !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: #203354;
    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: #203354;
    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 #fff;
    position: absolute;
    color: #fff;
    top: 15px;
    right: 15px;
    z-index: 9999; } }
.footer-links h4{
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
  margin-bottom: 15px;
}
.footer-links {
  text-align:left !important;
/*  padding-left: 30px;*/
      text-align: left;
}
.footer_contact_infos ul{
  text-align: center;
}
  .footer-links ul li {
   /* display: inline-block;
    border-left: 1px solid #a2a2a2;*/
    padding: 0 0px;
    margin-bottom: 10px; }
    .footer-links ul li:first-child {
      border-left: none;
      padding-left: 0; }
    .footer-links ul li a {
      display: block;
      font-size: 14px;
      color: #fff; }
}

/*EMAIL*/
.input-group-btn{
      background-color: #f1c88c;
}
/*FOOTER 4*/
.footer-4 ul li {
  border-left: 1px solid #203354;
  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: #203354; }

#vietnhanxet .modal-title {
  color: #203354; }

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

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

.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: #203354;
  border: 2px solid #203354;
  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: #203354; }

/*PARTNER*/
.box_partner {
  padding-top: 15px;
  /*background-color: #203354;*/ 
margin-bottom: 20px;}

/*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: #203354; }

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

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

.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: #203354;
  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 #203354;
  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: #203354;
    border: none;
    border-left: 1px solid #203354;
    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: #203354;
      background: transparent; }

.gb-sidebar-category ul li a {
  display: block;
  color: #797979;
  font-size: 13px;
  font-weight: 400;
  line-height: 22px; }

.gb-sidebar-refine .group-name {
  color: #1a1a1a;
  display: block;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 28px;
  margin-bottom: -1px;
  position: relative; }

.gb-sidebar-refine .checkbox label {
  color: #797979;
  font-size: 13px;
  font-weight: 400;
  line-height: 22px; }

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

.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: #a2a2a2;
    border: 1px solid #a2a2a2;
    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 #a2a2a2; }
  .gb-sidebar-danhmucsanpham-list ul li a i {
    color: #203354;
    margin-right: 10px; }
  .gb-sidebar-danhmucsanpham-list ul li a:hover {
    color: #203354;
    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: #203354; }
  .gb-home-dichvu .gb-home-dichvu-item p {
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    color: #a2a2a2;
    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: #203354;
    -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-1 {
  margin-bottom: 30px; }
  .gb-banner-1 a img {
    width: 100%;
    height: auto; }

.gb-banner-2 a img {
  width: 100%;
  height: auto; }

/*BREAKCRUM*/
.hero-title-breadcrums {
  color: #fff;
  font-size: 40px;
  /*text-shadow: 1px 1px 5px #333;*/
  text-align: center; }
.header-borfrrt{
  border-bottom: solid 1px;
}
.gb-breadcrumbs {
  background: url("../images/anh baner muc tin tuc.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; }

.hero-title-breadcrums {
  color: #fff;
  font-size: 30px;
  /*text-shadow: 1px 1px 5px #333;*/
  text-align: center;
  text-shadow: 2px 0 #000, -2px 0 #000, 0 2px #000, 0 -2px #000, 1px 1px #000, -1px -1px #000, 1px -1px #000, -1px 1px #000 !important;
    font-weight: bold; }

.gb-breadcrumb-1 {
  background: url("../images/breadcrumsdaychuyen.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; }

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

.gb-breadcrumb-2 {
  background: url("../../images/breadcrumbsvongtay.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; }

/*INTRODUCE*/
.gb-gioithieu-page {
  /*background: #333;*/
  padding: 50px 0; }
  .gb-gioithieu-page h3 {
    font-size: 16px;
    font-weight: bold;
    color: #333;
    text-transform: uppercase;
    margin-bottom: 10px; }
  .gb-gioithieu-page p {
    font-size: 16px;
    line-height: 26px;
    color: #333; }

.gb-gioithieu-company {
  background: #f4f4f4;
  padding: 20px;
  margin-bottom: 40px; }
  .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 #203354;
      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: #203354;
      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: #203354;
      float: left; }
    .gb-gioithieu-company .gb-support-intro ul li p {
      padding-left: 60px;
      color: #333;
      font-size: 16px; }

.gb-home-introduce {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #ebebeb;
  padding: 40px 0 0;
  text-align: center; }
  .gb-home-introduce p {
    color: #1f1227;
    line-height: 26px;
    padding: 0 40px;
    font-size: 15px;
    margin-bottom: 30px;
    text-align: justify; }
  .gb-home-introduce .about_img {
    margin-top: 40px; }
    .gb-home-introduce .about_img img {
      width: 100%;
      height: auto; }

.gb-banner-about {
  padding: 70px 0; }

.btn-doctiep {
  text-align: center; }
  .btn-doctiep a {
    display: inline-block;
    border: 1px solid #1a1a1a;
    color: #1a1a1a;
    font-size: 14px;
    font-weight: 400;
    padding: 8px 31px 7px;
    -webkit-transition: all 200ms ease 0s;
    -o-transition: all 200ms ease 0s;
    transition: all 200ms ease 0s;
    text-transform: uppercase; }

.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: #203354;
        color: #fff;
        border-color: #203354; }
    .loop-pagination li a.current {
      background: #203354;
      color: #fff;
      border-color: #203354; }
    .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: #a2a2a2;
  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: #a2a2a2;
    font-size: 14px;
    line-height: 26px;
    text-align: justify; }

/*CONTACT*/
.footer_contact_infos {
  text-align: left;
 /* padding-right: 30px;*/
}
  .footer_contact_infos ul li {
    display: block;
    font-size: 14px;
    line-height: 25px;
    color: #fff; }
    .footer_contact_infos ul li a {
      display: block;
      font-size: 14px;
      line-height: 25px;
      color: #fff; }

/*ĐẠ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: #203354;
      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 #203354;
      color: #203354;
      float: left; }
    .gb-thongtinlienhe-sp ul li p {
      padding-left: 60px;
      font-size: 14px;
      line-height: 1.5; }

.gb-do-you-want-sell {
  padding: 60px 0;
  height: 100%;
  background-attachment: fixed;
  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: #203354; }
  .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 #203354;
      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: #203354;
        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: #203354; }
        .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: #203354; }
      .gb-do-you-want-sell ul li h4 span {
        color: #fff; }

.gb-home-contact-us {
      text-align: center;
    border: 3px solid #126036;
    padding: 28px 15px;
    background-color: #00a650;
}
  .gb-home-contact-us .gb-home-contact-us-info li.contact_no {
    color: #000;
    float: left;
    font-weight: normal;
    font-size: 23px;
    line-height: 24px;
    padding: 5px 0 7px;
    text-align: center;
    width: 100%; }
  .gb-home-contact-us .gb-home-contact-us-info li.or_text {
    color: #000;
    line-height: 20px;
    font-size: 14px;
    text-align: center;
    }
  .gb-home-contact-us .gb-home-contact-us-info li a.mail_contact {
    display: block;
    color: #000;
    line-height: 20px;
    font-size: 14px;
    text-align: center;
    margin-bottom: 20px; }

/*CHARACTERISTIC*/
.gb-icon-box-characteristics ul li {
    margin-top: 50px;
    background-color: rgba(4, 5, 8, 0.5);
    height: 170px;
    padding: 15px 10px;
        margin-right: 1%;
    width: 24%;
}
  .gb-icon-box-characteristics ul li:last-child {
    border-right: none; }
  @media screen and (max-width: 991px) {
    .gb-icon-box-characteristics ul li {
      /*min-height: 200px;*/
      width: 100% !important;
          margin-top: 30px !important;
      } }
  .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;
    width: 40px;
    height: 40px;
    margin: auto; }
  .gb-icon-box-characteristics ul li h3 a {
    display: block;
    text-align: center;
        color: #f1c88c;
    font-size: 16px;
    line-height: 25px;
    font-weight: 500;
  }
    @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: 15px;
    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-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: #203354;
    text-align: center;
    margin-bottom: 10px; }
  .gb-home-couter-up .gb-home-couter-up-item span {
    font-size: 16px;
    color: #a2a2a2;
    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: #203354 !important;
    border: 3px solid #203354;
    -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: 20px;
    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: #203354;
      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: #203354;
      color: #fff;
      border: 2px solid #203354;
      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: #203354;
        background: transparent; }

/*EMAIL*/
/*FOOTER 4*/
.footer-4 ul li {
  border-left: 1px solid #203354;
  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: #203354; }

#vietnhanxet .modal-title {
  color: #203354; }

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

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

.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: #fff;
    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: #203354;
  border: 2px solid #203354;
  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: #203354; }

.uni-footer-newletter {
  border: 3px solid #126036;
    background-color: #00a650;
  padding: 45px 15px;
}
  .uni-footer-newletter .input-group {
    border-radius: 4px; }
  .uni-footer-newletter .form-control {
    height: 44px;
    border: 1px solid #dbdbdb;
    border-radius: 0; }
  .uni-footer-newletter p {
    color: #000;
    line-height: 20px;
    font-size: 14px;
    text-align: center;
    margin-bottom: 20px; }
  .uni-footer-newletter span .btn-theme {
    height: 44px;
    color: #000000;
    border-radius: 0;
    border: 1px solid #dbdbdb;
    background: transparent; }

/*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-daehandoor-title{
  color: #000;display: table;font-size: 30px;line-height: 26px;font-weight: bold;margin: 0 0 25px;position: relative;width: 100%;text-transform: uppercase;text-align: center;
}
.box_partner .title{
    color: #203354; display: table;font-size: 30px;line-height: 26px;font-weight: bold;
   /* margin: 0 0 25px;*/
    position: relative;width: 100%;text-transform: uppercase;text-align: center;
    margin-bottom: 30px;
    padding-top:  20px;

}
.gb-home-newest {
 /* background-color: rgb(27,27,27);*/
  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: #a2a2a2; }
    .gb-home-newest .gb-home-newest-big .entry-date i {
      color: #203354; }
  .gb-home-newest .gb-home-newest-big .entry-tile {
    margin: 15px 0; }
    .gb-home-newest .gb-home-newest-big .entry-tile h3 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-big .entry-tile h3 a:hover {
        color: #203354; }
  .gb-home-newest .gb-home-newest-big .entry-excerpt p {
    font-size: 14px;
    line-height: 22px;
    text-align: justify;
    color: #a2a2a2;
    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 #203354;
      background: #203354;
      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: #203354; }
  .gb-home-newest .gb-home-newest-small .news-list-item {
    background-color: #203354;
        height: 100px;
    padding: 5px;
    border-bottom: 1px solid #203354;
    -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;
    margin-right: 17px; }
    .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 {
            height: 86px;
    width: 100%; }
    .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: #fff;
        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: #203354; }
      .gb-home-newest .gb-home-newest-small .news-list-item .entry-content .entry-date {
        margin: 10px 0;
        font-size: 16px;
        color: #a2a2a2; }
        .gb-home-newest .gb-home-newest-small .news-list-item .entry-content .entry-date i {
          color: #203354; }
      .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: #FFF;
        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: #203354; }
    .blog-grid-item .gb-entry-content .gb-divider {
      border-color: #203354;
      margin-top: 20px; }
    .blog-grid-item .gb-entry-content .entry-excerpt {
      margin-top: 20px; }
      .blog-grid-item .gb-entry-content .entry-excerpt p {
        color: #a2a2a2;
        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: #203354; }
        .blog-grid-item .gb-entry-content .gb-entry-meta span i {
          color: #203354; }

.gb-tintuc {
  padding: 50px 0;
  /*background: rgb(27,27,27);*/ }

.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: #a2a2a2; }
    .gb-tintuc-page-item .entry-date i {
      color: #203354; }
  .gb-tintuc-page-item .entry-tile {
    margin: 15px 0; }
    .gb-tintuc-page-item .entry-tile h3 a {
      font-size: 16px;
      line-height: 24px;
      color: #000;
      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: #203354; }
  .gb-tintuc-page-item .entry-excerpt p {
    font-size: 14px;
    line-height: 22px;
    text-align: justify;
    color: #000;
    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 #203354;
      background: #203354;
      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: #203354; }

.gb-chitiet-tintuc {
  /*background: rgb(27,27,27);*/
  padding: 50px 0; }

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

.gb-chitiet-tintuc-content h2 {
  color: #000;
  font-size: 24px;
  margin: 20px 0;
  font-weight: 600; }

.gb-chitiet-tintuc-content h3 {
  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 {
  font-weight: 400;
  color: #000;
  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: #000;
    font-size: 16px;
    line-height: 26px;
    padding-right: 20px; }
    .gb-chitiet-tintuc-content .gb-author-time li i {
      color: #203354; }
    .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: 24px;
  font-weight: bold;
  text-align: left;
  color: #203354;
  margin-bottom: 20px;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 10px; }

.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: 18px;
    color: #000;
    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;
    color: #000;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden; }

.gb-tintuc-lienquan .gb-tintuc-item time {
  display: block;
  color: #000;
  margin: 15px 0; }

.gb-tintuc-lienquan .gb-tintuc-item .btn-doctiep a {
  display: inline-block;
  min-width: 120px;
  border: 1px solid #203354;
  text-align: center;
  padding: 10px 0;
  color: #fff;
  font-size: 14px;
  background: #203354;
  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: #203354;
    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 {
    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: #203354;
    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: #203354;
        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: #203354;
    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*/
.xinchao{
  background: url("/images/d4bcc46e371e194b20854acd1ba3a86b.jpg");
}
.khachhang{
text-align: center;
padding-bottom: 50px;
color: #fff;
}
.khachhang h4{
  margin-top: 15px;
  font-weight: bold;
}
.khachhang p{
  margin-top: 5px;
}
.khachhang img{
  border-radius: 50px;
  width: 70px !important;
  height: 70px;
   margin: 0 auto;

}
.dangkytuvan{
  /*padding: 80px;*/
/*  background: #eee;*/
}
.gb-home-services {
  /* padding-top: 80px ; */
  background: url("../images/bg_ptd11.jpg") no-repeat;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed; }
  .gb-home-services .gb-diamond-title {
    /*color: #fff; */
  }
  .gb-home-services .item .item-icons {
    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;
    background-color: #e6e6e6;
    border-radius: 50%;
    color: #fff;
    height: 80px;
    line-height: 60px;
    position: relative;
    text-align: center;
    width: 80px;
    margin: 0 auto; }
  .gb-home-services .item .item-text {
    text-align: center; }
    .gb-home-services .item .item-text .service-text {
      color: #fff;
      font-size: 16px;
      font-weight: 400;
      letter-spacing: 1px;
      text-transform: uppercase;
      margin: 24px 0 16px; }
    .gb-home-services .item .item-text p {
      color: #fff;
      font-size: 14px;
      font-weight: 400;
      line-height: 26px; }

.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: #a2a2a2;
      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: #203354;
    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 #203354; }
    .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: #203354;
      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: #203354; }
      .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-client-newletter-contact {
  padding: 80px 0; }

.cms-box-heading {
  margin: 0 0 36px;
  color: #fff;
  display: table;
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  position: relative;
  width: 100%;
  background: none; }
  .cms-box-heading .cms-heading-inner {
    display: block;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    text-transform: uppercase; }
   /*  .cms-box-heading .cms-heading-inner:before {
      background: #f1c88c none repeat scroll 0 0;
    border: 5px solid #1f1227;
    bottom: -15px;
    content: " ";
    height: 12px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 100px;
    z-index: 1;
    }
 */
.gb-customer-say {
  border: 3px solid #126036;
    padding: 22px 15px;
    background-color: #00a650;
}
  @media screen and (max-width: 991px) {
    .gb-customer-say {
      margin-bottom: 30px; } }
  .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 .test-image {
    width: 70px;
    height: 70px;
    float: left; }
    .gb-customer-say .gb-customer-say-item .test-image img {
      width: 100%;
      height: auto; }
  .gb-customer-say .gb-customer-say-item .testi-details {
    padding-left: 90px;
    padding-top: 10px;
    padding-bottom: 20px; }
    .gb-customer-say .gb-customer-say-item .testi-details a {
      display: block;
      color: #000;
      line-height: 20px;
      font-size: 15px;
      text-align: left; }
    .gb-customer-say .gb-customer-say-item .testi-details span {
      color: #000;
      line-height: 20px;
      font-size: 14px;
      text-align: left; }
  .gb-customer-say .gb-customer-say-item .test-content {
    padding-top: 20px; }
    .gb-customer-say .gb-customer-say-item .test-content p {
      color: #000;
      line-height: 20px;
      font-size: 13px;
      text-align: center;
      padding: 0px 10px;
    }
  .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 #203354;
    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 #203354;
      background-color: #203354;
      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: #203354;
        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: #203354;
    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: #203354; }
  .gb-faq-page .accordion-item .item {
    border-bottom: 1px solid #a2a2a2;
    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-home-product-category {
  position: relative;
  background-color: #fff;
  padding-bottom:  50px ; }
  .gb-home-product-category .product-home-category {
    position: relative;
        margin-top: 15px;
    margin-bottom: 15px;
  }
    @media screen and (max-width: 991px) {
      .gb-home-product-category .product-home-category {
        margin-bottom: 30px; } }
  .gb-home-product-category .product-home-category-text {
    position: relative;
    overflow: hidden;
    height: 185px;
    border: 1px solid #1f122763;
    -webkit-border-radius: 10px;
    box-shadow: 0px 3px 10px #666;
  }
    .gb-home-product-category .product-home-category-text img {
      width: 100%;
      height: auto;
          overflow: hidden;
    transition: all 0.3s;
    transform: scale(1);
    }
    .gb-home-product-category .product-home-category-text img:hover {
     transition: all 0.3s;
    transform: scale(1.2);
    }
    .gb-home-product-category .product-home-category-text .landing-text-content {
      position: absolute;
      width: 100%;
      bottom: 15px; }
      .gb-home-product-category .product-home-category-text .landing-text-content .text_ring1 {
        font-size: 18px;
    color: #ffd493;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    margin-bottom: 10px;
    /*text-shadow: black 0.1em 0.1em 0.2em*/
    text-shadow: 2px 0 #000, -2px 0 #000, 0 2px #000, 0 -2px #000, 1px 1px #000, -1px -1px #000, 1px -1px #000, -1px 1px #000;
      }
      .gb-home-product-category .product-home-category-text .landing-text-content .text_ringlink {
        text-align: center; }
        .gb-home-product-category .product-home-category-text .landing-text-content .text_ringlink a {
              display: inline-block;
    font-size: 15px;
    border: 2px solid #bcc0c3;
    padding: 7px 10px;
    color: #1f1227;
    background: #bcc0c3;
          -webkit-transition: all 0.5s;
          -o-transition: all 0.5s;
          transition: all 0.5s; }
          .gb-home-product-category .product-home-category-text .landing-text-content .text_ringlink a:hover {
           /* color: #fff;*/
            background: transparent; }
  .gb-home-product-category .product-home-category-text-link {
    margin-top: 15px; }
    .gb-home-product-category .product-home-category-text-link ul li a {
      position: relative;
      display: block;
      color: #a2a2a2;
      line-height: 45px;
      background: #f7f7f7;
      font-size: 14px;
      text-align: center;
      margin-bottom: 3px;
      -webkit-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s; }
      .gb-home-product-category .product-home-category-text-link ul li a:hover {
        color: #fff;
        background: #000000; }
      .gb-home-product-category .product-home-category-text-link ul li a:after {
        content: '\f105';
        font-family: FontAwesome;
        font-size: 16px;
        position: absolute;
        right: 20px;
        top: 0; }
.gb-home-video img{
  width: 100%;
}
.dangky-tuvan{
  margin-top: 15px;
  text-align: center;
  width: 175px;
  height: 30px;
  background-color: black;
  border-radius: 15px;

}
.gb-services img{
  width: 100%;  
}
.dangky-tuvan p{
  padding-top: 5px;
  color: #fff;
}
.gb-diamond-title {
 color: #203354;
    background: transparent;
   /* border: solid 4px #7391b3;*/
    display: table;
    /*border: 1px solid #1f122763;
    -webkit-border-radius: 10px;
    box-shadow: 0px 3px 10px #666;*/
    font-size: 30px;
    line-height: 26px;
    font-weight: bold;
    margin: 20px 0 10px;
    padding: 8px 5px;
    position: relative;
    width: 100%;
    /* height: 50px; */
    text-transform: uppercase;
    text-align: left; }
.white-d{
  /*background: white !important;
*/}
.gb-diamond-title a{color: #000;}
  /* .gb-diamond-title:before {
    background: url(../images/icons/dimond.png);
    top: 0px;
    content: " ";
    height: 24px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 35px;
    z-index: 1; } */


.gb-home-prduct-tab {
  padding: 50px 0; }

.product-item {
  padding: 0 0;
  text-align: center;
  overflow: hidden;
  position: relative;
  margin-bottom: 30px;
  border: 1px solid #fff;
  background-color: #fff;
  border-radius: 3px;
}
  .product-item:hover .product_blockhover {
    -webkit-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    bottom: -1px; }
  .product-item .item-img a {
    display: block;
    position: relative; }
  .product-item .caption {

    padding: 10px;
    text-align: center;
    position: relative;
    background-color: #203354;
    border-top: 2px solid #203354;
    width: 100%;
    min-height: 70px; }
    .product-item .caption h4 a {
      display: block;
      font-size: 15px;
      /*letter-spacing: 1.5px;*/
      position: relative;
      line-height: 18px;
      padding: 0 5px;
      text-align: left;
      color: #fff;
          font-weight: 500;
      -webkit-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s; }
  .product-item .product_blockhover {
    bottom: -70px;
    left: 0;
    padding: 18px 0;
    position: absolute;
    right: 0;
    -webkit-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    opacity: 1;
    background: #fff; }

.gb-popular-cars-menu {
  padding-bottom: 30px; }
  .gb-popular-cars-menu ul {
    text-align: center; }
    .gb-popular-cars-menu ul li {
      display: inline-block;
      font-size: 14px;
      font-weight: normal;
      text-transform: uppercase;
      letter-spacing: 1.5px;
      position: relative;
      padding: 0 10px;
      color: #a2a2a2;
      -webkit-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s; }
      .gb-popular-cars-menu ul li:hover {
        cursor: pointer;
        color: #000000; }
      .gb-popular-cars-menu ul li.active {
        color: #000000; }
      .gb-popular-cars-menu ul li:last-child:before {
        content: ''; }
      .gb-popular-cars-menu ul li:before {
        content: "/";
        float: right;
        position: absolute;
        right: 0px; }

.sale {
  background: #f3d400 none repeat scroll 0 0;
  color: #1a1a1a;
  display: block;
  font-size: 14px;
  font-weight: 400;
  height: 85px;
  left: -45px;
  line-height: 18px;
  padding-top: 65px;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: -43px;
  -webkit-transform: rotate(-44deg);
  -ms-transform: rotate(-44deg);
  transform: rotate(-44deg);
  width: 88px;
  z-index: 1; }

.price {
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
  line-height: 20px;
  text-align: right; }
  .price .price-new {
    font-weight: bold; }
  .price .price-old {
    color: #808080;
    text-decoration: line-through;
    margin-left: 10px;
    font-size: 12px;
    line-height: 13px; }

.gb-home-product-feature {
  /* padding: 60px 0; */
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    z-index: 999;
    position: relative;
    background-color:#fff;
   
}
.gb-home-newest-big{
  background: transparent;
}
.entry-content{
  /*padding:15px 15px;*/
}
  .gb-home-product-feature .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;
    background: transparent !important;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }
    .gb-home-product-feature .owl-nav [class*=owl-]:hover {
      background: transparent !important;
      border-color: #000000; }
      .gb-home-product-feature .owl-nav [class*=owl-]:hover:before {
        color: #000000; }
  .gb-home-product-feature .owl-nav {
    margin-top: 0 !important; }
    @media screen and (max-width: 991px) and (min-width: 768px) {
      .gb-home-product-feature .owl-nav {
        top: -78px; } }
    .gb-home-product-feature .owl-nav .owl-prev {
      position: absolute;
      top: 45%;
      left: -45px;
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important; }
      .gb-home-product-feature .owl-nav .owl-prev:before {
        content: '\f177';
        font-family: FontAwesome;
        color: #fff;
        font-size: 20px; }
    .gb-home-product-feature .owl-nav .owl-next {
      position: absolute;
      top: 45%;
      right: -45px;
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important; }
      .gb-home-product-feature .owl-nav .owl-next:before {
        content: '\f178';
        font-family: FontAwesome;
        color: #fff;
        font-size: 20px; }

.gb-page-product {
  padding: 50px 0;
  /*background: rgb(27,27,27);*/ }

/*SLIDE IMAGE*/
.gb-chitiet_sanpham-body {
  /*background: rgb(27,27,27);*/
  padding: 50px 0; }
  .gb-chitiet_sanpham-body .gb-divider {
    margin: 20px 0; }
  .gb-chitiet_sanpham-body .slider-for {
    background: #fff;
    border: 1px solid #dcdcdc; }
    @media screen and (min-width: 992px) {
      .gb-chitiet_sanpham-body .slider-for {
        /* height: 316px; */
        overflow: hidden; } }
    .gb-chitiet_sanpham-body .slider-for img {
      width: 100%;
      /* 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 .slider-nav {
    margin-top: 10px; }
  .gb-chitiet_sanpham-body .gb-thongso-mota {
    margin: 40px 0; }
    .gb-chitiet_sanpham-body .gb-thongso-mota .tab-content {
      padding: 20px; }
      .gb-chitiet_sanpham-body .gb-thongso-mota .tab-content p {
        display: block;
        color: #000;
        font-size: 14px;
        font-weight: 400;
        line-height: 22px; }
  .gb-chitiet_sanpham-body .item-price .news-price {
    font-size: 26px; }
  .gb-chitiet_sanpham-body .item-price .old-price {
    font-size: 16px; }

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

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

.gb-chitiet_sanpham-left .gb-chitiet_sanpham_left-info .description {
  /* margin-top: 20px; */ }
  .gb-chitiet_sanpham-left .gb-chitiet_sanpham_left-info .description p {
    display: block;
    color: #797979;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px; }

.gb-thongso-mota .tabbable-line > .nav-tabs {
  border-bottom: 1px solid #203354;
  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: #fff;
  font-size: 15px;
  font-weight: 600; }

.gb-thongso-mota .tabbable-line > .nav-tabs > li.open, .gb-thongso-mota .tabbable-line > .nav-tabs > li:hover {
  border: 1px solid #203354;
  position: relative;
  border-bottom: none;
  margin-bottom: -1px; }

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

.gb-thongso-mota .tabbable-line > .nav-tabs > li.active {
  border: 1px solid #203354;
  position: relative;
  border-bottom: none;
  margin-bottom: -1px; }
  .gb-thongso-mota .tabbable-line > .nav-tabs > li.active a {
    color: #203354; }

.gb-thongso-mota .tabbable-line > .tab-content {
  margin-top: 20px;
  background-color: #fff;
  border: 0; }

.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 {
  font-size: 22px;
  font-weight: 600; }

.gb-thongso-mota .tab-content h3 {
  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; }

/*entry meta*/
.gb-entry-meta .gb-authour {
  font-size: 20px;
  line-height: 1.5; }
  .gb-entry-meta .gb-authour a {
    color: #203354; }

.gb-entry-meta .get-by {
  font-size: 16px;
  color: #203354;
  line-height: 1.5; }

/*ENTRY SHIPPING*/
.gb-entry-shipping p {
  font-size: 16px; }
  .gb-entry-shipping p i {
    color: #203354;
    font-size: 24px; }

.product-share-block .share-heading {
  font-size: 18px;
  color: #a2a2a2;
  float: left;
  padding-right: 20px;
  padding-top: 10px; }

.product-share-block ul li {
  display: inline-block; }
  .product-share-block ul li a {
    width: 40px;
    height: 40px;
    border: 1px solid #203354;
    color: #203354;
    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;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }
    .product-share-block ul li a:hover {
      background: #203354;
      color: #fff; }

/*ĐỊA CHỈ LIÊN HỆ*/
.gb-chitiet_sanpham-address h4 {
  font-size: 18px;
  font-weight: 600;
  color: #203354;
  margin-bottom: 30px; }

.gb-chitiet_sanpham-address ul li {
  padding-bottom: 15px;
  display: flow-root; }
  .gb-chitiet_sanpham-address ul li .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;
    width: 40px;
    height: 40px;
    border: 1px solid #203354;
    float: left;
    font-family: FontAwesome;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 2.5;
    letter-spacing: normal;
    text-align: left;
    color: #203354; }
  .gb-chitiet_sanpham-address ul li .text {
    padding-left: 60px;
    line-height: 40px; }
    .gb-chitiet_sanpham-address ul li .text p {
      font-size: 16px;
      line-height: normal; }

.gb-home-product-relate .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;
  background: transparent !important;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s; }
  .gb-home-product-relate .owl-nav [class*=owl-]:hover {
    background: transparent !important;
    border-color: #000000; }
    .gb-home-product-relate .owl-nav [class*=owl-]:hover:before {
      color: #000000; }
.gb-header-menu{
  margin-top: 28px;
}
.gb-home-product-relate .owl-nav {
  margin-top: 0 !important; }
  @media screen and (max-width: 991px) and (min-width: 768px) {
    .gb-home-product-relate .owl-nav {
      top: -78px; } }
  .gb-home-product-relate .owl-nav .owl-prev {
    position: absolute;
    top: 45%;
    left: -45px;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
    .gb-home-product-relate .owl-nav .owl-prev:before {
      content: '\f177';
      font-family: FontAwesome;
      color: #afafaf;
      font-size: 20px; }
  .gb-home-product-relate .owl-nav .owl-next {
    position: absolute;
    top: 45%;
    right: -45px;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
    .gb-home-product-relate .owl-nav .owl-next:before {
      content: '\f178';
      font-family: FontAwesome;
      color: #afafaf;
      font-size: 20px; }

.gb-home-slideshow-two {
  background: url("../../images/cate_wdring.png") no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 70px 0; }
  .gb-home-slideshow-two .item {
    border: 1px solid #eee;
    background: #fff;
    padding: 10px; }
    .gb-home-slideshow-two .item a:before, .gb-home-slideshow-two .item a:after {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      content: '';
      opacity: 0;
      transition: opacity 0.3s, -webkit-transform 0.4s;
      z-index: 5; }
    .gb-home-slideshow-two .item a:before {
      border-top: 1px solid #203354;
      border-bottom: 1px solid #203354;
      -webkit-transform: scale(0, 1);
      -ms-transform: scale(0, 1);
      transform: scale(0, 1); }
    .gb-home-slideshow-two .item a:after {
      border-right: 1px solid #203354;
      border-left: 1px solid #203354;
      -webkit-transform: scale(1, 0);
      -ms-transform: scale(1, 0);
      transform: scale(1, 0); }
    .gb-home-slideshow-two .item:hover a:after {
      opacity: 1;
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1); }
    .gb-home-slideshow-two .item:hover a:before {
      opacity: 1;
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1); }
    .gb-home-slideshow-two .item a {
      display: block;
      height: 160px;
      overflow: hidden; }
      .gb-home-slideshow-two .item a p {
        font-size: 13px;
        color: #333;
        text-align: center;
        margin-bottom: 10px; }
      .gb-home-slideshow-two .item a img {
        width: 100%;
        height: auto; }
  .gb-home-slideshow-two .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: 30px;
    height: 30px;
    background: #203354 !important;
    border: 3px solid #203354;
    border-radius: 50% !important;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }
    .gb-home-slideshow-two .owl-nav [class*=owl-]:hover {
      background: transparent !important;
      border-color: #203354; }
      .gb-home-slideshow-two .owl-nav [class*=owl-]:hover:before {
        color: #203354; }
  .gb-home-slideshow-two .owl-nav {
    margin-top: 0 !important; }
    @media screen and (max-width: 991px) and (min-width: 768px) {
  
      .gb-home-slideshow-two .owl-nav {
        top: -78px; } }
    .gb-home-slideshow-two .owl-nav .owl-prev {
      position: absolute;
      top: 30%;
      left: -50px;
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important; }
      .gb-home-slideshow-two .owl-nav .owl-prev:before {
        content: '\f104';
        font-family: FontAwesome;
        color: #fff;
        font-size: 20px; }
    .gb-home-slideshow-two .owl-nav .owl-next {
      position: absolute;
      top: 30%;
      right: -50px;
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important; }
      .gb-home-slideshow-two .owl-nav .owl-next:before {
        content: '\f105';
        font-family: FontAwesome;
        color: #fff;
        font-size: 20px; }

.block-title {
  background: url(../images/bg_title_cate_new.png) top right no-repeat;
  height: 24px;
  margin-right: 0;
  text-align: right;
  margin-bottom: 17px;
  padding-right: 10px; }
  .block-title .cate-title {
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    color: #203354; }

/*VIDEO*/
.gb-text-video{
  background: url(../images/bg_ptd11.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
}
.gb-home-video {
  padding: 20px 0; }
  .gb-home-video .gb-daehandoor-title {
    text-align: left; }

.gb-home-video-2 {
  padding: 20px 0; }
  .gb-home-video-2 .gb-daehandoor-title {
    text-align: left; }

/*cart*/
.button-group button {
  width: auto;
  height: 34px;
  border: 1px solid #b0b0b0;
  display: inline-block;
  background-color: transparent;
  color: #000000;
  padding: 7px 31px 5px;
  font-weight: 400;
  text-align: center;
  font-size: 13px;
  text-transform: uppercase;
  -webkit-transition: all 200ms ease 0s;
  -o-transition: all 200ms ease 0s;
  transition: all 200ms ease 0s; }
  .button-group button.wishlist_button {
    width: 34px;
    height: 34px;
    -webkit-transition: all 200ms ease 0s;
    -o-transition: all 200ms ease 0s;
    transition: all 200ms ease 0s;
    padding: 7px 9px 5px; }
  .button-group button.compare_button {
    width: 34px;
    height: 34px;
    -webkit-transition: all 200ms ease 0s;
    -o-transition: all 200ms ease 0s;
    transition: all 200ms ease 0s;
    padding: 7px 9px 5px; }

.btn-addtocart {
  background: transparent;
  padding: 0;
  margin-top: 5px; }

.gb-chi-tiet-add-to-cart .quantity {
  float: left; }
  .gb-chi-tiet-add-to-cart .quantity label {
    font-size: 11px;
    font-weight: bold;
    line-height: 2.18;
    text-align: left;
    color: #666666;
    text-transform: uppercase; }
  .gb-chi-tiet-add-to-cart .quantity input {
    width: 75px;
    height: 36px;
    border-radius: 0;
    border: solid 1px #aeaeae; }
  .gb-chi-tiet-add-to-cart .quantity .form-control {
    margin-bottom: 0; }
  .gb-chi-tiet-add-to-cart .quantity .form-group {
    margin-bottom: 0; }

.gb-chi-tiet-add-to-cart .cart {
  position: relative;
  padding-top: 20px; }

.gb-chi-tiet-add-to-cart .single_add_to_cart_button {
  position: absolute;
  bottom: 0;
  background: #000000;
  padding: 6px 24px;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.71;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
  border: 1px solid #000000;
  border-radius: 0;
  margin-left: 10px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s; }
  .gb-chi-tiet-add-to-cart .single_add_to_cart_button:hover {
    color: #000000;
    background: transparent; }

.gb-chi-tiet-add-to-cart .product_meta {
  padding-top: 25px; }
  .gb-chi-tiet-add-to-cart .product_meta span {
    font-size: 14px;
    font-weight: bold;
    color: #404040;
    text-transform: uppercase; }
    .gb-chi-tiet-add-to-cart .product_meta span a {
      font-size: 14px;
      font-weight: normal;
      text-align: left;
      color: #808080;
      text-transform: none; }
      .gb-chi-tiet-add-to-cart .product_meta span a:after {
        content: ","; }
      .gb-chi-tiet-add-to-cart .product_meta span a:last-child:after {
        content: ""; }


.price-outer-container p{
    font-size: 20px;
    color: #333;
}
.price-outer-container p .price_old_daimond{
    font-size: 14px;
    text-decoration: line-through;
}
.price-outer-container p .price_new_daimond{
    font-size: 16px;
}
.gb-form-lienhe {
  margin-bottom: 15px;
}
.price-outer-container {
  margin-top: 20px;
}
.ptd_edit_header {
 /* border-bottom: 2px solid #fff;*/
}
.ptd_edit_contac {
  margin: 0;
}
iframe.fb_iframe_widget_lift {
    width: 100% !important;
}
@media screen and (max-width: 768px){

      .gb-header .logo {
       margin: 0 0;
      }
      .sticky-wrapper{display: none;}
}
.logo-footer1 ul li{
display: inline-block;
    margin-right: 14px;
    color: white;
    font-weight: bold;
}
.logo-footer1 ul li a{
  color: white;
}
.logo-footer1{
  margin: 0 auto;
    width: 41%;
    margin-bottom: 20px;
}
.taisao{
  border:solid 3px red;
  border-style: dotted;
  padding: 10px;
}
.taisao p span img {
  width: 14px;
}
.taisao h2{
  font-weight: bold;
  font-size: 18px;
  color: #000;
  margin-bottom: 12px;
}
.taisao p{
  font-size: 15px;
  margin-bottom: 5px;
  color: #000;
}
.product_title.entry-title{
  font-weight: bold;
  margin-bottom: 15px;

}
.gb-home-product-category2{
	background-color: #203354 !important;
}
.sodienthoai{
position: absolute;
    top: 22%;
    /* margin: 0 auto; */
    left: 21%;
    border-radius: 25px;
    width: 185px;
    height: 49px;
    text-align: right;
    background: #fff;
    border: #00aff2 1px solid;
}
.sodienthoai p{
      padding-top: 14px;
    padding-right: 5px;
  font-size: 20px;
      font-weight: bold;
        color: #00aff2;
}
.suntory-alo-phone.suntory-alo-green:hover .sodienthoai {

   border:  #EB278D 1px solid;
  
}
.suntory-alo-phone.suntory-alo-green:hover  p{
  color:  #EB278D;

}
.gb-diamond-title1{
      color: #000;
   
    display: table;
    font-size: 20px;
    line-height: 26px;
    font-weight: bold;
    margin: 20px 0 10px;
    padding: 8px 5px;
    position: relative;
    width: 100%;
    /* height: 50px; */
    text-transform: uppercase;
    text-align: left;
}
.gb-diamond-title span {
  float: right;
}
strong {
  font-weight: bold;
}
.gb-home-product.gb-home-product-category p{
  line-height: 25px;
}
.gb-diamond-title ul{
  display: inline-flex;
}
.gb-diamond-title ul li{
  padding: 10px 20px;
  color: white;
}
.gb-diamond-title{
  text-align: center;
}
.hidden1{
  display: none;
}
.gb-diamond-title .active{
  background: #e99b22;
  display: inline;
  
}
.active{
  display: inline-block;
}
.gb-home-newest-small .col-md-6{
  width: 48%;
}
.product-item .item-img{
  height: 170px;
}
.gb-sidebar-gallery li .item img{
  width: 100%;
  height: 85px;
 /* overflow: hidden;*/
}
.footer-links ul li{
  text-align: left;
}
ul.list_social {
    display: inline-flex;
}
ul.list_social li{
  margin-right: 15px;
}
a.link_social{
  text-align: center;
  border-radius: 25px;
  padding: 7px;
}
.footer_contact_infos input{
  width: 100%;
  margin-bottom: 5px;
  padding:15px;
  height: 30px;

}
.footer_contact_infos button{
  background: orange;
  color: black;
  width: 100%;
  height: 30px;
  border: none;
}
.container.sticky-menu{
  background: #203354 !important;
}
.gb-diamond-title.white-d h2{
  color: #fff;
  font-size: 30px;
    line-height: 26px;
    font-weight: bold;
    margin: 0 0 25px;
    position: relative;
    width: 100%;
    text-transform: uppercase;
    text-align: center;
}
.is-sticky .sticky-menu{
  -webkit-box-shadow: 0px 3px 6px 2px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 3px 6px 2px rgba(0,0,0,0.75);
box-shadow: 0px 3px 6px 2px rgba(0,0,0,0.75);
}
@media screen and (max-width: 768px){
   .gb-diamond-title ul li{
  padding: 8px 10px !important;
  font-size: 15px;
  color: white;
}
.gb-home-newest-small .col-xs-12{
  width: 100%;
}
.gb-home-newest .gb-home-newest-small .news-list-item{
  height: auto;
}
.gb-home-newest .gb-home-newest-small .news-list-item .entry-img img{
  height: auto;
}

.container.sticky-menu .col-md-2{
  float: left;
    margin-left: 22px;
}

}

@media screen and (min-width: 768px){
  .gb-slideshow-slide .item{
/*  height: 550px;*/
  overflow: hidden;
}

}
.gb-chitiet-tintuc img{
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  .gb-header .logo img {
    width: 50%;
    height: auto;
    float: right;
}

}

.img_hp1{
  height:   250px;
  width: auto;
}

.gb-tintuc-lienquan{
  margin-top:   30px;
}

.h2_about{
        color: #203354;
        text-transform: uppercase;
        font-weight:    600;
        padding-bottom:     20px;
        font-size:      30px;
    }