@charset "UTF-8";
/*Định nghĩa màu cho website*/
/*Định nghĩa font-family cho website*/
@import url(../plugin/fonts/roboto/roboto.css);
/*Đị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: Arial;
  line-height: 1; }

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: dashed;
  border-color: #E0E0E0;
  overflow: hidden;
  margin: 30px 0; }

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

.gb-header-between .gb-header-between-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  float: right; }
  @media screen and (max-width: 991px) {
    .gb-header-between .gb-header-between-right {
      display: none; } }
  .gb-header-between .gb-header-between-right .gb-header-hotline {
    display: flow-root;
    float: left;
    margin-right: 30px; }
    .gb-header-between .gb-header-between-right .gb-header-hotline .icons {
      float: left;
      width: 50px;
      height: 50px;
      border: 2px solid #504141;
      border-radius: 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;
      font-size: 24px;
      color: #504141; }
    .gb-header-between .gb-header-between-right .gb-header-hotline p {
      padding-left: 70px;
      color: #504141;
      font-size: 18px;
      font-weight: 500; }
      @media screen and (max-width: 767px) {
        .gb-header-between .gb-header-between-right .gb-header-hotline p {
          font-size: 14px; } }
      .gb-header-between .gb-header-between-right .gb-header-hotline p span {
        padding-top: 10px;
        display: block;
        font-size: 24px;
        font-weight: 600; }
        @media screen and (max-width: 767px) {
          .gb-header-between .gb-header-between-right .gb-header-hotline p span {
            font-size: 14px; } }
  .gb-header-between .gb-header-between-right .gb-header-dathang a {
    display: inline-block;
    border: 2px solid #504141;
    padding: 10px 20px;
    color: #504141;
    font-weight: 600;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }
    @media screen and (max-width: 767px) {
      .gb-header-between .gb-header-between-right .gb-header-dathang a {
        font-size: 14px;
        padding: 10px 10px; } }
    .gb-header-between .gb-header-between-right .gb-header-dathang a:hover {
      color: #fff;
      background: #504141; }

/*Footer*/
.footer-main-content {
  padding-top: 30px;
  border-top: 1px solid #ddd; }
  .footer-main-content h3 {
    font-size: 14px;
    font-weight: bold;
    color: #504141;
    line-height: 22px;
    text-transform: uppercase;
    margin-bottom: 20px; }

.copyright-area {
  background: #504141;
  overflow: hidden;
  padding-bottom: 20px;
  padding-top: 20px; }
  .copyright-area p {
    color: #fff;
    text-align: center; }

/*FOOTER 2*/
.footer-2 ul li {
  color: #7a7a7a;
  display: flow-root;
  margin-bottom: 20px; }
  .footer-2 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 #504141;
    color: #504141;
    float: left; }
  .footer-2 ul li p {
    padding-left: 60px;
    font-size: 14px;
    line-height: 1.5; }

/*FOOTER 3*/
.footer-3 ul li {
  border-left: 1px solid #504141;
  margin-bottom: 10px; }
  .footer-3 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-3 ul li a:hover {
      color: #504141; }

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

/*FOOTER 5*/
.footer-5 iframe {
  width: 100%;
  height: 200px; }

/*FOOTER 6*/
.footer-6 ul li {
  display: inline-block; }

.gb-footer-bottom {
  padding: 30px 0;
  border-top: 1px solid #dcdcdc;
  margin-top: 40px; }

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

/*MENU DESKTOP*/
.is-sticky {
  position: relative;
  z-index: 9999; }

.gb-main-menu {
  position: relative;
  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: #504141; }
  .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; }
    @media screen and (max-width: 991px) {
      .gb-main-menu .cssmenu {
        display: none; } }
  .gb-main-menu .cssmenu > ul > li {
    float: left;
    position: initial;
    border-right: 1px solid #fff; }
  .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: 14px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    text-align: right;
    color: #fff;
    padding: 15px 20px;
    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: #fff;
    background: #504141; }
  .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: 24px;
    right: 9px;
    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: #fff;
    background: #504141; }
  .gb-main-menu .cssmenu ul ul li.has-sub > a::after {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 4px;
    height: 4px;
    border-bottom: 1px solid #222;
    border-right: 1px solid #222;
    content: "";
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: border-color 0.2s ease;
    -o-transition: border-color 0.2s ease;
    transition: border-color 0.2s ease; }
  .gb-main-menu .cssmenu.align-right ul ul li.has-sub > a::after {
    right: auto;
    left: 10px;
    border-bottom: 0;
    border-right: 0;
    border-top: 1px solid #dddddd;
    border-left: 1px solid #dddddd; }
  .gb-main-menu .cssmenu ul ul li.has-sub:hover > a::after {
    border-color: #fff; }
  .gb-main-menu .cssmenu ul li:hover .gb-mega-menu {
    display: block; }
  .gb-main-menu .cssmenu ul li .gb-mega-menu {
    position: absolute;
    display: none; }
    @media screen and (min-width: 992px) {
      .gb-main-menu .cssmenu ul li .gb-mega-menu {
        width: 940px;
        left: -257px; } }
    @media screen and (min-width: 1200px) {
      .gb-main-menu .cssmenu ul li .gb-mega-menu {
        width: 1140px;
        left: -307px; } }
    .gb-main-menu .cssmenu ul li .gb-mega-menu .box_image_sub_menu {
      height: 270px;
      overflow: hidden; }
      .gb-main-menu .cssmenu ul li .gb-mega-menu .box_image_sub_menu img {
        width: 100%;
        height: auto; }
    .gb-main-menu .cssmenu ul li .gb-mega-menu h3 {
      font-weight: 600;
      font-size: 18px;
      color: #504141;
      line-height: 1.5;
      padding: 10px 20px; }
    .gb-main-menu .cssmenu ul li .gb-mega-menu ul {
      position: relative;
      left: initial;
      margin-left: initial;
      -webkit-box-shadow: none;
      box-shadow: none; }
      .gb-main-menu .cssmenu ul li .gb-mega-menu ul li a {
        padding: 10px 20px;
        border: none; }

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

.mobile-nav #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: #504141; }
  .mobile-nav .home-icon {
    background: transparent; }
  .mobile-nav #cssmenu > ul > li:hover > a,
  .mobile-nav #cssmenu > ul > li.active > a {
    color: #504141 !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: #504141;
    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: #504141;
    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;
    top: 30px;
    height: 40px;
    border: 1px solid #504141;
    position: absolute;
    right: 15px;
    z-index: 99; } }

/*PRODUCT*/
.gb-home-product {
  padding: 50px 0; }
  .gb-home-product h2 {
    text-align: center;
    font-weight: bold;
    font-size: 40px;
    color: #a59223;
    margin-bottom: 30px;
    margin-top: 30px;
        text-shadow: 1px 1px 0px #fff; }
    @media screen and (max-width: 991px) {
      .gb-home-product h2 {
        font-size: 24px; } }
  .gb-home-product .product-item {
    margin-bottom: 30px; }

/*other*/
/*INTRODUCE*/
.gb-gioithieu-page {
  padding: 20px 0;
  margin-bottom: 40px; }
  .gb-gioithieu-page h3 {
    font-size: 18px;
    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 #504141;
      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: #504141;
      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: #504141;
      float: left; }
    .gb-gioithieu-company .gb-support-intro ul li p {
      padding-left: 60px;
      color: #333;
      font-size: 16px; }

/*CHARACTERISTIC*/
/*home events*/
.item-row .vk-img-frame {
  position: relative;
  overflow: hidden;
  border: 2px solid #e1b283;
  padding: 10px; }
  .item-row .vk-img-frame img {
    width: 100%;
    height: 390px; }

.item-row h4 {
  margin-bottom: 0; }
  .item-row h4 a {
    display: block;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.3;
    text-transform: none;
    letter-spacing: 0;
    color: #fff;
    font-family: 'Archivo Narrow', sans-serif;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }
    .item-row h4 a:hover {
      color: #c8504b; }

.item-row .uni-entry-meta {
  padding: 15px 0; }
  .item-row .uni-entry-meta time {
    font-family: 'Archivo Narrow', sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.3;
    text-transform: none;
    letter-spacing: 0;
    color: #c8504b; }

.item-row p {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 17px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: rgba(255, 255, 255, 0.6);
  margin: 10px 0; }

.item-row .readmore {
  display: inline-block;
  min-width: 150px;
  padding: 10px;
  color: #c8504b;
  text-align: center;
  font-weight: 700;
  background-color: transparent;
  border: 2px solid #c8504b;
  font-family: 'Archivo Narrow', sans-serif;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s; }
  .item-row .readmore:hover {
    color: #fff;
    background: #c8504b; }

@media (min-width: 992px) {
  .item-row .left-step {
    display: block; } }

@media (min-width: 992px) {
  .item-row .right-step {
    margin-left: 0;
    padding-right: 30px; } }

@media screen and (max-width: 991px) {
  .item-row .right-step .uni-latest-post-info {
    padding: 20px; } }

.item-row .uni-show-all .btn-show-all {
  height: 44px; }

.item-row .uni-latest-post-info-authour-continue {
  display: flow-root;
  margin-top: 30px; }
  .item-row .uni-latest-post-info-authour-continue span {
    font-family: 'Archivo Narrow', sans-serif;
    font-size: 15px;
    line-height: 1.571;
    color: #fff;
    float: left; }
  .item-row .uni-latest-post-info-authour-continue .readmore {
    float: right; }

.item-row {
  position: relative;
  float: left; }

.item-row:last-child {
  padding-bottom: 0; }

@media (min-width: 992px) {
  .item-row:nth-child(even) .left-step {
    float: right; }
  .item-row:nth-child(even) .right-step {
    padding-left: 30px;
    padding-right: 15px; } }

.gb-home-nhungloich {
  padding: 50px 0; }
  .gb-home-nhungloich .title {
    text-align: center;
    margin-bottom: 40px; }
    .gb-home-nhungloich .title h2 {
      display: inline-block;
      /*background-color: #89735d;*/
      font-size: 36px;
      font-weight: bold;
      padding: 7px 30px;
      color: #89735d;
      border-radius: 10px;
      text-shadow: 1px 1px 0px #fff; }
  .gb-home-nhungloich .item-row .uni-latest-post-info h3 {
    font-size: 22px;
    font-weight: 600;
    line-height: 26px;
    color: #e1b283;
    margin-bottom: 20px; }
  .gb-home-nhungloich .item-row .uni-latest-post-info ul li {
    padding-left: 20px;
    margin-bottom: 8px;
    font-size: 15px;
    line-height: 30px;
    color: #fff;
    position: relative; }
    .gb-home-nhungloich .item-row .uni-latest-post-info ul li:before {
      content: '';
      width: 10px;
      height: 10px;
      background: #e1b283;
      position: absolute;
      left: 0;
      top: 5px; }

.gb-quytinhtuvan {
  padding: 50px 0; }
  .gb-quytinhtuvan .gb-quytinhtuvan-tile {
    margin-bottom: 40px; }
    .gb-quytinhtuvan .gb-quytinhtuvan-tile h2 {
      -webkit-box-sizing: content-box;
      box-sizing: content-box;
      border: none;
      color: #89735d;
      -o-text-overflow: ellipsis;
      text-overflow: ellipsis;
 	  text-shadow: 1px 1px 0px #ffffff;
      font-weight: bold;
      text-align: center;
      margin-bottom: 27px;
      font-size: 33px; }
    .gb-quytinhtuvan .gb-quytinhtuvan-tile p {
      color: #fff;
      font-size: 20px;
      line-height: 26px;
      text-align: center; }
  .gb-quytinhtuvan .gb-quytinhtuvan-item p {
    text-align: center;
    font-size: 18px;
    line-height: 22px;
    color: #89735d;
    margin-bottom: 10px; }
  .gb-quytinhtuvan .gb-quytinhtuvan-item .item-img {
    width: 250px;
    margin: 0 auto;
    margin-bottom: 30px; }
    .gb-quytinhtuvan .gb-quytinhtuvan-item .item-img img {
      border: 5px solid #89735d; }

/*QUESTION*/
.gb-home-taisaochonchungtoi {
  padding: 50px 0; }

.gb-taisaochonremmanh h2 {
  font-size: 28px;
  font-weight: 600;
  color: #89735d;
  line-height: 45px;
  text-transform: uppercase;
  text-shadow: 1px 1px 0px #fff; }

.gb-taisaochonremmanh ul {
  margin-top: 20px; }
  .gb-taisaochonremmanh ul li {
    position: relative;
    padding-left: 20px;
    font-size: 16px;
    line-height: 36px;
    color: #fff; }
    .gb-taisaochonremmanh ul li:before {
      content: '';
      width: 7px;
      height: 7px;
      background: #89735d;
      position: absolute;
      top: 14px;
      left: 0;
      border-radius: 50%; }

/*PROJECT*/
.gb-cacduantieubieu {
  text-align: center;
  padding: 50px 0; }
  .gb-cacduantieubieu .gb-cacduantieubieu-header {
    margin-bottom: 40px; }
    .gb-cacduantieubieu .gb-cacduantieubieu-header h3 {
      color: #a59223;
      text-transform: uppercase;
      position: relative;
      padding-bottom: 10px;
      font-size: 36px;
      font-weight: bold;
      display: inline-block;
      border-bottom: 3px solid #fff;
      margin-bottom: 20px;
      text-shadow: 1px 1px 0px #fff; }
    .gb-cacduantieubieu .gb-cacduantieubieu-header p {
      text-align: center;
      font-size: 20px;
      font-weight: bold;
      line-height: 1.7;
      color: #fff; }
  .gb-cacduantieubieu .gb-cacduantieubieu-item {
    position: relative;
    border: 3px solid #504141; }
    .gb-cacduantieubieu .gb-cacduantieubieu-item .item-img {
      position: relative; }
      .gb-cacduantieubieu .gb-cacduantieubieu-item .item-img img {
        width: 100%;
        height: 360px; }
    .gb-cacduantieubieu .gb-cacduantieubieu-item p {
      position: absolute;
      width: 100%;
      bottom: 0;
      background: rgba(0, 0, 0, 0.7);
      color: #fff;
      line-height: 24px;
      padding: 10px; }
  .gb-cacduantieubieu .owl-theme .owl-nav [class*=owl-] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .gb-cacduantieubieu .owl-nav [class*=owl-] {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background: #504141 !important;
    border: 1px solid #504141;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }
    .gb-cacduantieubieu .owl-nav [class*=owl-]:hover {
      background: #504141 !important;
      border-color: #504141; }
  .gb-cacduantieubieu .owl-item {
    padding-top: 10px; }
  .gb-cacduantieubieu .owl-nav {
    margin-top: 0 !important; }
    @media screen and (max-width: 991px) and (min-width: 768px) {
      .gb-cacduantieubieu .owl-nav {
        top: -78px; } }
    .gb-cacduantieubieu .owl-nav .owl-prev {
      position: absolute;
      top: 45%;
      left: -75px; }
      .gb-cacduantieubieu .owl-nav .owl-prev:before {
        content: '\f104';
        font-family: FontAwesome;
        color: #fff;
        font-size: 20px; }
    .gb-cacduantieubieu .owl-nav .owl-next {
      position: absolute;
      top: 45%;
      right: -75px; }
      .gb-cacduantieubieu .owl-nav .owl-next:before {
        content: '\f105';
        font-family: FontAwesome;
        color: #fff;
        font-size: 20px; }

/*CUSTOMMER*/
.gb-chiasetukhachhang {
  padding: 50px 0; }
  .gb-chiasetukhachhang h3 {
    color: #a59223;
    text-shadow: 1px 1px 0px #fff;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 10px;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 20px; }
  .gb-chiasetukhachhang .gb-chiasetukhachhang-item {
    border: 2px solid #a59223;
    padding: 10px;
    border-radius: 10px; }
    .gb-chiasetukhachhang .gb-chiasetukhachhang-item .item-img {
      width: 100px;
      margin: 0 auto;
      margin-bottom: 10px; }
      .gb-chiasetukhachhang .gb-chiasetukhachhang-item .item-img img {
        border: 3px solid #fff; }
    .gb-chiasetukhachhang .gb-chiasetukhachhang-item .rightCustomer .nameCustomer1 {
      text-align: center;
      width: 100%;
      font-size: 16px;
      color: #fff;
      text-transform: uppercase;
      font-weight: bold; }
    .gb-chiasetukhachhang .gb-chiasetukhachhang-item .rightCustomer .addressCustomer {
      font-size: 15px;
      color: #fff;
      text-align: center;
      margin: 10px 0; }
    .gb-chiasetukhachhang .gb-chiasetukhachhang-item .rightCustomer .ideaCustomer {
      width: 100%;
      font-size: 14px;
      color: #dcdcdc;
      font-style: italic;
      text-align: center; }
    .gb-chiasetukhachhang .gb-chiasetukhachhang-item .rightCustomer .linkCustomer {
      text-align: center; }
      .gb-chiasetukhachhang .gb-chiasetukhachhang-item .rightCustomer .linkCustomer a {
        background: #261f17;
        padding: 10px 10px;
        border-radius: 6px;
        display: inline-block;
        font-size: 15px;
        margin-top: 10px;
        color: #a59223; }

/*CONTACT*/
.gb-contact {
  padding: 50px 0; }
  .gb-contact .gb-contact-left .infoBoxReg ul {
    margin-top: 20px; }
    .gb-contact .gb-contact-left .infoBoxReg ul li {
      font-size: 16px;
      line-height: 1.5;
      color: #dcdcdc;
      font-weight: 600; }
      .gb-contact .gb-contact-left .infoBoxReg ul li span {
        padding-left: 5px;
        font-size: 15px;
        line-height: 1.5;
        color: #dcdcdc;
        font-weight: normal; }
  .gb-contact .gb-contact-right .gb-contact-sdt {
    border: 2px solid #89735d;
    padding: 10px 20px;
    margin-top: 30px;
    border-radius: 10px; }
    .gb-contact .gb-contact-right .gb-contact-sdt ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .gb-contact .gb-contact-right .gb-contact-sdt ul li {
        display: flow-root;
        float: left;
        width: 50%;
        border-right: 2px solid #89735d;
        text-align: center; }
        .gb-contact .gb-contact-right .gb-contact-sdt ul li:last-child {
          border-right: none; }
        .gb-contact .gb-contact-right .gb-contact-sdt ul li .icons {
          width: 40px;
          height: 40px;
          border: 2px solid #89735d;
          border-radius: 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;
          color: #89735d;
          font-size: 24px;
          float: left;
          margin-right: 10px; }
        .gb-contact .gb-contact-right .gb-contact-sdt ul li p {
          font-size: 18px;
          color: #89735d; }
          .gb-contact .gb-contact-right .gb-contact-sdt ul li p span {
            font-weight: bold;
            padding-top: 5px; }

/*SLIDE*/
.gb-slideshow:hover .owl-nav .owl-prev {
  left: 10px;
  visibility: visible; }

.gb-slideshow:hover .owl-nav .owl-next {
  right: 10px;
  visibility: visible; }

.gb-slideshow .owl-theme .owl-nav [class*=owl-] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.gb-slideshow .owl-nav [class*=owl-] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: #504141 !important;
  border: 1px solid #504141;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s; }
  .gb-slideshow .owl-nav [class*=owl-]:hover {
    background: #504141 !important;
    border-color: #504141; }

/*.gb-slideshow .owl-item {
  padding-top: 10px; }*/

.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: -40px;
    visibility: hidden; }
    .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: -40px;
    visibility: hidden; }
    .gb-slideshow .owl-nav .owl-next:before {
      content: '\f105';
      font-family: FontAwesome;
      color: #fff;
      font-size: 20px; }

      .gb-slideshow{
      	border: 4px solid #89735d;
      }
      .hotline-phone-ring-wrap {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 999999;
}
.hotline-phone-ring {
  position: relative;
  visibility: visible;
  background-color: transparent;
  width: 110px;
  height: 110px;
  cursor: pointer;
  z-index: 11;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transition: visibility .5s;
  left: 0;
  bottom: 0;
  display: block;
}
.hotline-phone-ring-circle {
  width: 85px;
  height: 85px;
  top: 10px;
  left: 10px;
  position: absolute;
  background-color: transparent;
  border-radius: 100%;
  border: 2px solid #e60808;
  -webkit-animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
  animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
  transition: all .5s;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  opacity: 0.5;
}
.hotline-phone-ring-circle-fill {
  width: 55px;
  height: 55px;
  top: 25px;
  left: 25px;
  position: absolute;
  background-color: rgba(230, 8, 8, 0.7);
  border-radius: 100%;
  border: 2px solid transparent;
  -webkit-animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
  animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
  transition: all .5s;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.hotline-phone-ring-img-circle {
  background-color: #e60808;
  width: 33px;
  height: 33px;
  top: 37px;
  left: 37px;
  position: absolute;
  background-size: 20px;
  border-radius: 100%;
  border: 2px solid transparent;
  -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
  animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hotline-phone-ring-img-circle .pps-btn-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.hotline-phone-ring-img-circle .pps-btn-img img {
  width: 20px;
  height: 20px;
}
.hotline-bar {
  position: absolute;
  background: rgba(230, 8, 8, 0.75);
  height: 40px;
  width: 180px;
  line-height: 40px;
  border-radius: 3px;
  padding: 0 10px;
  background-size: 100%;
  cursor: pointer;
  transition: all 0.8s;
  -webkit-transition: all 0.8s;
  z-index: 9;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.1);
  border-radius: 50px !important;
  /* width: 175px !important; */
  left: 33px;
  bottom: 37px;
}
.hotline-bar > a {
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  font-weight: bold;
  text-indent: 50px;
  display: block;
  letter-spacing: 1px;
  line-height: 40px;
  font-family: Arial;
}
.hotline-bar > a:hover,
.hotline-bar > a:active {
  color: #fff;
}
.float-contact {
  position: fixed;
  bottom: 22px;
  right: 20px;
  z-index: 99999;
}
.chat-zalo, .chat-facebook, .call-hotline, .call-emaile {
  display: block;
  margin-bottom: 6px;
  line-height: 0;
}
@-webkit-keyframes phonering-alo-circle-anim {
  0% {
    -webkit-transform: rotate(0) scale(0.5) skew(1deg);
    -webkit-opacity: 0.1;
  }
  30% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    -webkit-opacity: 0.5;
  }
  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    -webkit-opacity: 0.1;
  }
}
@-webkit-keyframes phonering-alo-circle-fill-anim {
  0% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.6;
  }
  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    opacity: 0.6;
  }
  100% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.6;
  }
}
@-webkit-keyframes phonering-alo-circle-img-anim {
  0% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
  }
  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }
  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }
}
@media (max-width: 768px) {
  .hotline-bar {
    display: none;
  }
}

