@charset "UTF-8";
/*Định nghĩa màu cho website*/
/*Định nghĩa font-family cho website*/
/*@import url(../plugin/fonts/roboto/roboto.css);*/
@import url('https://fonts.googleapis.com/css?family=Quicksand:300,400,500,700&subset=latin-ext,vietnamese');
@import url('https://fonts.googleapis.com/css2?family=Chakra+Petch&display=swap');
/*Định nghĩa font-size cho website*/
h1 {
  font-size: 24px;
  line-height: 1.5;
  font-weight: 600; }

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;
}

img{
	max-width: 	100%;
}
.container {
  width: 1230px; }
  @media screen and (max-width: 1290px) {
    .container {
      width: 100%; } }
.is-sticky{
  background-color: #2a2f76;
}      

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%;
  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";*/
  /*font-family: 'Quicksand', sans-serif;*/
  font-family: 'Chakra Petch', sans-serif;
  line-height: 1.5;
  font-size: 10px; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

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*/
.gb-header-between_ntap .row-fix {
  /*padding-top: 10px; */
      padding: 10px 0;
}

.gb-header-between_ntap .header-logo {
  display: block; }
  @media screen and (max-width: 767px) {
    .gb-header-between_ntap .header-logo {
      text-align: center; } }
  .gb-header-between_ntap .header-logo img {
    height: 100px; }
    @media (max-width: 549px) {
      .gb-header-between_ntap .header-logo img {
        max-height: 70px; } }

.gb-header-between_ntap .text-center.pull-right {
  font-size: 0.95rem; }
  .gb-header-between_ntap .text-center.pull-right > p {
    font-size: 0.95rem; }
.footer-link-cuanhom span{
  font-weight: bold;
}
.footer-link-cuanhom ul li{
      font-size: 14px;
    line-height: 20px;
}
.gb-header-menu-ntap {
  background: #2a2f76; }
  .gb-header-menu-ntap .menu-parent a {
    font-size: 1.3rem; }
    .gb-header-menu-ntap .menu-parent a i.fa {
      color: #fff;
      padding: 10px; }

.gb-top-header_ntap {
  background: #efc216; }
  .gb-top-header_ntap .gb-top-header_ntap-left {
    padding-left: 20px; }
    @media screen and (max-width: 767px) {
      .gb-top-header_ntap .gb-top-header_ntap-left {
        display: none; } }
    .gb-top-header_ntap .gb-top-header_ntap-left ul li {
      display: inline-block;
      font-size: 14px;
      line-height: 1.5;
      color: #fff;
      padding: 8px; }
      .gb-top-header_ntap .gb-top-header_ntap-left ul li i {
        width: 25px;
        height: 25px;
        border: 1px solid #fff;
        border-radius: 50%;
        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;
        margin-right: 10px; }
  .gb-top-header_ntap .gb-top-header_ntap-right {
    text-align: right; }
    .gb-top-header_ntap .gb-top-header_ntap-right ul li {
      display: inline-block;
      padding: 10px 0; }
      .gb-top-header_ntap .gb-top-header_ntap-right ul li:last-child a {
        border-right: none; }
      .gb-top-header_ntap .gb-top-header_ntap-right ul li a {
        display: block;
        font-size: 13px;
        line-height: 1.5;
        color: #fff;
        border-right: 1px solid #fff;
        padding: 0 10px;
        text-transform: uppercase; }

.img-responsive {
  max-width: 100%;
  height: auto;
  display: inline-block;
  vertical-align: middle; }

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

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

.gb-main-menu_cuanhom {
  position: relative; }
  .gb-main-menu_cuanhom .main-menu {
    position: relative; }
  .gb-main-menu_cuanhom .cssmenu,
  .gb-main-menu_cuanhom .cssmenu ul,
  .gb-main-menu_cuanhom .cssmenu ul li,
  .gb-main-menu_cuanhom .cssmenu ul li a,
  .gb-main-menu_cuanhom .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;
    text-align: center; }
  .gb-main-menu_cuanhom .cssmenu:after,
  .gb-main-menu_cuanhom .cssmenu > ul:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .gb-main-menu_cuanhom .cssmenu #menu-button {
    display: none; }
  .gb-main-menu_cuanhom .cssmenu {
    text-align: left;
    width: auto;
    line-height: 1; }
    @media screen and (max-width: 991px) {
      .gb-main-menu_cuanhom .cssmenu {
        display: none; } }
  .gb-main-menu_cuanhom .cssmenu > ul > li {
    display: inline-block;
    position: initial; }
  .gb-main-menu_cuanhom .cssmenu.align-center > ul {
    font-size: 0;
    text-align: center; }
  .gb-main-menu_cuanhom .cssmenu.align-center > ul > li {
    display: inline-block;
    float: none; }
  .gb-main-menu_cuanhom .cssmenu.align-center ul ul {
    text-align: left; }
  .gb-main-menu_cuanhom .cssmenu.align-right > ul > li {
    float: right; }
  .gb-main-menu_cuanhom .cssmenu.align-right ul ul {
    text-align: right; }
  .gb-main-menu_cuanhom .cssmenu > ul > li > a {
    font-size: 16px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    text-align: right;
    color: #fff;
    padding: 20px 10px;
    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_cuanhom .cssmenu > ul > li > a {
        font-size: 14px;
        padding: 20px 10px; } }
  .gb-main-menu_cuanhom .cssmenu > ul > li:hover > a,
  .gb-main-menu_cuanhom .cssmenu > ul > li.active > a {
    color: #fff;
    background: #efc216; }
  .gb-main-menu_cuanhom .cssmenu > ul > li.has-sub > a:hover:before {
    content: '';
    display: block; }
  .gb-main-menu_cuanhom .cssmenu > ul > li.has-sub:hover > a::after {
    border-color: #fff; }
  .gb-main-menu_cuanhom .cssmenu ul ul {
    position: absolute;
    left: -9999px;
    z-index: 9;
    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_cuanhom .cssmenu li:hover > ul {
    left: auto; }
  .gb-main-menu_cuanhom .cssmenu.align-right li:hover > ul {
    right: 0; }
  .gb-main-menu_cuanhom .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_cuanhom .cssmenu ul ul ul li a {
    color: #666666;
    border-top: 1px solid #e0e0e0; }
  .gb-main-menu_cuanhom .cssmenu.align-right ul ul ul {
    margin-left: 0;
    margin-right: 100%; }
  .gb-main-menu_cuanhom .cssmenu ul ul li {
    -webkit-transition: height .2s ease;
    -o-transition: height .2s ease;
    transition: height .2s ease; }
  .gb-main-menu_cuanhom .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_cuanhom .cssmenu ul ul li:first-child a {
    border-top: none; }
  .gb-main-menu_cuanhom .cssmenu ul ul li:hover > a,
  .gb-main-menu_cuanhom .cssmenu ul ul li a:hover {
    color: #fff;
    background: #efc216; }
  .gb-main-menu_cuanhom .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_cuanhom .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_cuanhom .cssmenu ul ul li.has-sub:hover > a::after {
    border-color: #fff; }
  .gb-main-menu_cuanhom .cssmenu ul li:hover .gb-mega-menu {
    display: block; }
  .gb-main-menu_cuanhom .cssmenu ul li .gb-mega-menu {
    position: absolute;
    display: none; }
    @media screen and (min-width: 992px) {
      .gb-main-menu_cuanhom .cssmenu ul li .gb-mega-menu {
        width: 940px;
        left: -257px; } }
    @media screen and (min-width: 1200px) {
      .gb-main-menu_cuanhom .cssmenu ul li .gb-mega-menu {
        width: 1140px;
        left: -307px; } }
    .gb-main-menu_cuanhom .cssmenu ul li .gb-mega-menu .box_image_sub_menu {
      height: 270px;
      overflow: hidden; }
      .gb-main-menu_cuanhom .cssmenu ul li .gb-mega-menu .box_image_sub_menu img {
        width: 100%;
        height: auto; }
    .gb-main-menu_cuanhom .cssmenu ul li .gb-mega-menu h3 {
      font-weight: 600;
      font-size: 18px;
      color: #efc216;
      line-height: 1.5;
      padding: 10px 20px; }
    .gb-main-menu_cuanhom .cssmenu ul li .gb-mega-menu ul {
      position: relative;
      left: initial;
      margin-left: initial;
      -webkit-box-shadow: none;
      box-shadow: none; }
      .gb-main-menu_cuanhom .cssmenu ul li .gb-mega-menu ul li a {
        padding: 10px 20px;
        border: none; }

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

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

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

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

.mobile-nav #cssmenu ul ul li a {
  display: block;
  font-size: 14px;
  text-align: left;
  color: #000;
  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;
    top: 0;
    left: 0;
    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: #efc216; }
  .mobile-nav .home-icon {
    background: transparent; }
  .mobile-nav #cssmenu > ul > li:hover > a,
  .mobile-nav #cssmenu > ul > li.active > a {
    color: #efc216 !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: #efc216;
    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: #efc216;
    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;
    position: fixed;
    font-size: 15px;
    right: 10px;
    top: 15px;
    z-index: 9999;
    border: 1px solid #2a2f76;
    color: #fff;
    background: #2a2f76;
 } }

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

/*social*/
.gb-top-header_cuanhom-right-social ul li {
  display: inline-block; }
  .gb-top-header_cuanhom-right-social ul li a {
    display: block;
    color: #fff;
    font-weight: 700;
    font-size: 15px;
    text-transform: uppercase;
    padding: 15px 10px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }
    .gb-top-header_cuanhom-right-social ul li a i.fa {
      width: 35px;
      height: 35px;
      border: 1px solid #fff;
      text-align: center;
      line-height: 35px;
      border-radius: 50%; }
    .gb-top-header_cuanhom-right-social ul li a:hover i.fa-facebook {
      background: #4267b2;
      color: #fff;
      border: 1px solid #4267b2; }
    .gb-top-header_cuanhom-right-social ul li a:hover i.fa-twitter {
      background: #1da1f2;
      color: #fff;
      border: 1px solid #1da1f2; }
    .gb-top-header_cuanhom-right-social ul li a:hover i.fa-google-plus {
      background: #efc216;
      color: #fff;
      border: 1px solid #efc216; }
    .gb-top-header_cuanhom-right-social ul li a i.fa-facebook {
      color: #4267b2; }
    .gb-top-header_cuanhom-right-social ul li a i.fa-twitter {
      color: #1da1f2; }
    .gb-top-header_cuanhom-right-social ul li a i.fa-google-plus {
      color: #efc216; }

.gb-top-header_cuanhom-social ul li {
  display: inline-block; }
  .gb-top-header_cuanhom-social ul li a {
    display: block;
    color: #fff;
    font-weight: 700;
    font-size: 15px;
    text-transform: uppercase;
    padding: 15px 2px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }
    .gb-top-header_cuanhom-social ul li a i.fa {
      width: 35px;
      height: 35px;
      border: 1px solid #fff;
      text-align: center;
      line-height: 35px;
      border-radius: 50%; }
    .gb-top-header_cuanhom-social ul li a i.fa-facebook {
      background: #4267b2;
      color: #fff;
      border: 1px solid #4267b2; }
    .gb-top-header_cuanhom-social ul li a i.fa-twitter {
      background: #1da1f2;
      color: #fff;
      border: 1px solid #1da1f2; }
    .gb-top-header_cuanhom-social ul li a i.fa-google-plus {
      background: #efc216;
      color: #fff;
      border: 1px solid #efc216; }

/*NEWS*/
.gb-page-blog_cuanhom {
  /*padding: 50px 0;*/ }
  .gb-page-blog_cuanhom .gb-news-blog_cuanhom-item {
    margin-bottom: 30px; }
    .gb-page-blog_cuanhom .gb-news-blog_cuanhom-item .gb-news-blog_cuanhom-item-img {
      position: relative;
      z-index: 5;
      overflow: hidden;
      height: 257px; }
      @media screen and (max-width: 767px) {
        .gb-page-blog_cuanhom .gb-news-blog_cuanhom-item .gb-news-blog_cuanhom-item-img {
          height: auto; } }
      .gb-page-blog_cuanhom .gb-news-blog_cuanhom-item .gb-news-blog_cuanhom-item-img img {
        width: 100%;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s; }
      .gb-page-blog_cuanhom .gb-news-blog_cuanhom-item .gb-news-blog_cuanhom-item-img:hover img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s; }
      .gb-page-blog_cuanhom .gb-news-blog_cuanhom-item .gb-news-blog_cuanhom-item-img .caption-large {
        position: absolute;
        bottom: 20px;
        left: 20px;
        background-color: #ffffff;
        -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.25);
        box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.25);
        min-width: 115px;
        height: 40px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        font-size: 14px;
        font-weight: bold;
        color: #777777; }
    .gb-page-blog_cuanhom .gb-news-blog_cuanhom-item .gb-news-blog_cuanhom-item-text .gb-news-blog_cuanhom-item-title {
      margin: 10px 0; }
      .gb-page-blog_cuanhom .gb-news-blog_cuanhom-item .gb-news-blog_cuanhom-item-text .gb-news-blog_cuanhom-item-title h3 a {
        display: block;
        font-size: 15px;
        text-align: left;
        color: #000;
        font-weight: 600; }
        .gb-page-blog_cuanhom .gb-news-blog_cuanhom-item .gb-news-blog_cuanhom-item-text .gb-news-blog_cuanhom-item-title h3 a:hover {
          color: #efc216;
          text-decoration: none; }
    .gb-page-blog_cuanhom .gb-news-blog_cuanhom-item .gb-news-blog_cuanhom-item-text .gb-news-blog_cuanhom-item-text-des p {
      font-size: 14px;
      line-height: 22px;
      text-align: left;
      color: #7b7b7b; }
    .gb-page-blog_cuanhom .gb-news-blog_cuanhom-item .gb-news-blog_cuanhom-item-button {
      margin-top: 30px; }
      .gb-page-blog_cuanhom .gb-news-blog_cuanhom-item .gb-news-blog_cuanhom-item-button .btn {
        border-radius: 0; }
      .gb-page-blog_cuanhom .gb-news-blog_cuanhom-item .gb-news-blog_cuanhom-item-button .gb-btn-readmore {
        background: #efc216;
        color: white;
        font-size: 14px;
        padding-left: 30px;
        padding-right: 30px;
        -webkit-transition: 0.5s;
        -moz-transition: 0.5s;
        -ms-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s; }
        .gb-page-blog_cuanhom .gb-news-blog_cuanhom-item .gb-news-blog_cuanhom-item-button .gb-btn-readmore:hover {
          background-color: white;
          color: #efc216;
          border: 1px solid #efc216; }

.gb-single-blog_cuanhom {
  padding: 50px 0; }

.gb-single-blog_cuanhom-right .gb-single-blog_cuanhom-right-img img {
  width: 100%;
  height: auto; }

.gb-single-blog_cuanhom-right .gb-single-blog_cuanhom-right-title {
  margin-top: 30px;
  margin-bottom: 26px; }
  .gb-single-blog_cuanhom-right .gb-single-blog_cuanhom-right-title h2 {
    font-size: 30px;
    line-height: 0.87;
    text-align: left;
    color: #000; }
    @media screen and (max-width: 767px) {
      .gb-single-blog_cuanhom-right .gb-single-blog_cuanhom-right-title h2 {
        font-size: 24px;
        line-height: 26px; } }

.gb-single-blog_cuanhom-right .gb-single-blog_cuanhom-right-info {
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 30px;
  padding-top: 13px;
  padding-bottom: 14px; }
  .gb-single-blog_cuanhom-right .gb-single-blog_cuanhom-right-info ul {
    margin: 0;
    padding: 0; }
    .gb-single-blog_cuanhom-right .gb-single-blog_cuanhom-right-info ul li {
      list-style-type: none;
      display: inline-block;
      margin-right: 30px;
      font-family: 'Open Sans', serif;
      font-size: 14px;
      font-style: italic;
      line-height: 1.86;
      text-align: left;
      color: #7b7b7b; }
      @media screen and (max-width: 767px) {
        .gb-single-blog_cuanhom-right .gb-single-blog_cuanhom-right-info ul li {
          margin-right: 24px; } }
      .gb-single-blog_cuanhom-right .gb-single-blog_cuanhom-right-info ul li .fa {
        font-family: FontAwesome;
        font-size: 16px;
        font-style: normal;
        line-height: 1.63;
        color: #efc216;
        margin-right: 10px; }
      .gb-single-blog_cuanhom-right .gb-single-blog_cuanhom-right-info ul li a {
        color: #7b7b7b; }
        .gb-single-blog_cuanhom-right .gb-single-blog_cuanhom-right-info ul li a:hover {
          text-decoration: none;
          color: #efc216; }

.gb-single-blog_cuanhom-right .gb-single-blog_cuanhom-right-text p {
  font-size: 16px;
  line-height: 1.86;
  text-align: justify;
  color: #7b7b7b; }
  .gb-single-blog_cuanhom-right .gb-single-blog_cuanhom-right-text p span {
    color: #000;
    margin-right: 10px; }

.gb-single-blog_cuanhom-right .gb-single-blog_cuanhom-right-text .gb-single-blog_cuanhom-quote {
  margin: 20px 0; }
  .gb-single-blog_cuanhom-right .gb-single-blog_cuanhom-right-text .gb-single-blog_cuanhom-quote blockquote {
    border-left: none; }
    .gb-single-blog_cuanhom-right .gb-single-blog_cuanhom-right-text .gb-single-blog_cuanhom-quote blockquote.quote-card {
      position: relative;
      padding-left: 71px;
      border-top: 1px solid #efc216;
      background: #f9f9f9; }
      .gb-single-blog_cuanhom-right .gb-single-blog_cuanhom-right-text .gb-single-blog_cuanhom-quote blockquote.quote-card:before {
        content: "“";
        position: absolute;
        top: 0;
        left: 15px;
        font-size: 120px;
        color: #efc216;
        font-weight: normal; }
    .gb-single-blog_cuanhom-right .gb-single-blog_cuanhom-right-text .gb-single-blog_cuanhom-quote blockquote h4 {
      font-size: 16px;
      font-style: italic;
      line-height: 1.88;
      text-align: left;
      color: #000; }
    .gb-single-blog_cuanhom-right .gb-single-blog_cuanhom-right-text .gb-single-blog_cuanhom-quote blockquote h3 {
      font-size: 16px;
      font-weight: bold;
      line-height: 1.63;
      text-align: left;
      color: #000; }

.gb-single-blog_cuanhom-right .gb-single-blog_cuanhom-share {
  border-top: 1px solid #e9e9e9;
  padding-top: 10px;
  margin-top: 37px;
  margin-bottom: 76px; }
  .gb-single-blog_cuanhom-right .gb-single-blog_cuanhom-share .gb-single-blog_cuanhom-share-left ul {
    margin: 0;
    padding: 0; }
    .gb-single-blog_cuanhom-right .gb-single-blog_cuanhom-share .gb-single-blog_cuanhom-share-left ul li {
      list-style-type: none;
      display: inline-block;
      border: 1px solid #e9e9e9;
      padding: 5px 15px; }
      .gb-single-blog_cuanhom-right .gb-single-blog_cuanhom-share .gb-single-blog_cuanhom-share-left ul li a {
        font-size: 14px;
        font-weight: 500;
        line-height: 1.86;
        text-align: center;
        color: #aeaeae;
        text-decoration: none; }
        .gb-single-blog_cuanhom-right .gb-single-blog_cuanhom-share .gb-single-blog_cuanhom-share-left ul li a:hover {
          color: #efc216; }
  .gb-single-blog_cuanhom-right .gb-single-blog_cuanhom-share .gb-single-blog_cuanhom-share-right {
    position: absolute;
    right: -36px; }
    @media screen and (max-width: 767px) {
      .gb-single-blog_cuanhom-right .gb-single-blog_cuanhom-share .gb-single-blog_cuanhom-share-right {
        width: 100%;
        right: 0;
        margin-top: 15px; } }
    .gb-single-blog_cuanhom-right .gb-single-blog_cuanhom-share .gb-single-blog_cuanhom-share-right ul {
      margin: 0;
      padding: 0; }
      .gb-single-blog_cuanhom-right .gb-single-blog_cuanhom-share .gb-single-blog_cuanhom-share-right ul li {
        list-style-type: none;
        display: inline-block;
        position: relative;
        width: 36px;
        height: 36px;
        border-radius: 3px;
        background-color: #f4f4f4;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s; }
        .gb-single-blog_cuanhom-right .gb-single-blog_cuanhom-share .gb-single-blog_cuanhom-share-right ul li:first-child {
          border: none;
          width: 20%;
          background: none; }
        .gb-single-blog_cuanhom-right .gb-single-blog_cuanhom-share .gb-single-blog_cuanhom-share-right ul li a {
          text-decoration: none; }
          .gb-single-blog_cuanhom-right .gb-single-blog_cuanhom-share .gb-single-blog_cuanhom-share-right ul li a .fa {
            font-family: FontAwesome;
            font-size: 14px;
            line-height: 1.86;
            text-align: center;
            color: #aeaeae;
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
        .gb-single-blog_cuanhom-right .gb-single-blog_cuanhom-share .gb-single-blog_cuanhom-share-right ul li span {
          font-size: 14px;
          font-weight: bold;
          line-height: 2.17;
          text-align: right;
          color: #7b7b7b;
          position: absolute; }
        .gb-single-blog_cuanhom-right .gb-single-blog_cuanhom-share .gb-single-blog_cuanhom-share-right ul li:nth-child(2):hover {
          background: #3b5998;
          -webkit-transition: all 0.5s;
          -o-transition: all 0.5s;
          transition: all 0.5s; }
          .gb-single-blog_cuanhom-right .gb-single-blog_cuanhom-share .gb-single-blog_cuanhom-share-right ul li:nth-child(2):hover a .fa {
            color: white !important; }
        .gb-single-blog_cuanhom-right .gb-single-blog_cuanhom-share .gb-single-blog_cuanhom-share-right ul li:nth-child(3):hover {
          background: #2caae1;
          -webkit-transition: all 0.5s;
          -o-transition: all 0.5s;
          transition: all 0.5s; }
          .gb-single-blog_cuanhom-right .gb-single-blog_cuanhom-share .gb-single-blog_cuanhom-share-right ul li:nth-child(3):hover a .fa {
            color: white !important; }
        .gb-single-blog_cuanhom-right .gb-single-blog_cuanhom-share .gb-single-blog_cuanhom-share-right ul li:nth-child(4):hover {
          background: #efc216;
          -webkit-transition: all 0.5s;
          -o-transition: all 0.5s;
          transition: all 0.5s; }
          .gb-single-blog_cuanhom-right .gb-single-blog_cuanhom-share .gb-single-blog_cuanhom-share-right ul li:nth-child(4):hover a .fa {
            color: white !important; }
        .gb-single-blog_cuanhom-right .gb-single-blog_cuanhom-share .gb-single-blog_cuanhom-share-right ul li:nth-child(5):hover {
          background: #007bb6;
          -webkit-transition: all 0.5s;
          -o-transition: all 0.5s;
          transition: all 0.5s; }
          .gb-single-blog_cuanhom-right .gb-single-blog_cuanhom-share .gb-single-blog_cuanhom-share-right ul li:nth-child(5):hover a .fa {
            color: white !important; }
        .gb-single-blog_cuanhom-right .gb-single-blog_cuanhom-share .gb-single-blog_cuanhom-share-right ul li:nth-child(6):hover {
          background: #efc216;
          -webkit-transition: all 0.5s;
          -o-transition: all 0.5s;
          transition: all 0.5s; }
          .gb-single-blog_cuanhom-right .gb-single-blog_cuanhom-share .gb-single-blog_cuanhom-share-right ul li:nth-child(6):hover a .fa {
            color: white !important; }

.gb-tintuc-lienquan .gb-tintuc-lienquan-title {
  font-size: 24px;
  font-weight: bold;
  text-align: left;
  color: #2a2f76;
  margin-bottom: 20px;
  margin-top: 30px;
  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: #333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    line-height: 22px;
    overflow: hidden; }
  .gb-tintuc-lienquan .gb-tintuc-item .item-text p {
    font-size: 14px;
    line-height: 22px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden; }

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

.gb-tintuc-lienquan .gb-tintuc-item .btn-doctiep a {
  display: inline-block;
  min-width: 120px;
  border: 1px solid #2a2f76;
  text-align: center;
  padding: 10px 0;
  color: #fff;
  font-size: 14px;
  background: #2a2f76;
  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: #2a2f76;
    background: transparent; }

/*introduce*/
.gb-introvechungtoi_rem {
  padding: 50px 0;
  background: #f1f1f1; }
  .gb-introvechungtoi_rem .gb-introvechungtoi_rem-left h2 {
    font-size: 24px;
    text-transform: uppercase; }
  .gb-introvechungtoi_rem .gb-introvechungtoi_rem-left .gb-divider {
    border-color: #383838;
    margin: 15px 0; }
  .gb-introvechungtoi_rem .gb-introvechungtoi_rem-left p {
    font-size: 16px;
    line-height: 1.5; }
  .gb-introvechungtoi_rem .gb-introvechungtoi_rem-left .gb-introvechungtoi_rem-doctiep {
    background: #383838;
    display: inline-block;
    min-width: 100px;
    padding: 10px 0;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    border: 1px solid #383838;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    margin-top: 30px; }
    .gb-introvechungtoi_rem .gb-introvechungtoi_rem-left .gb-introvechungtoi_rem-doctiep:hover {
      color: #383838;
      background: transparent; }
  .gb-introvechungtoi_rem .gb-introvechungtoi_rem-right img {
    width: 100%;
    height: auto; }

/*PRODUCT*/
.gb-dm-san-pham{
  display: block;
  font-size: 18px;
  line-height: 24px;
  color: #000;
  font-weight: 500;
  position: relative;
}


.gb-maysanxuat_ntap .gb-maysanxuat_ntap_title {
  border-bottom: 2px solid #ffc000;
  margin-bottom: 30px; }
  .gb-maysanxuat_ntap .gb-maysanxuat_ntap_title h2 {
    padding: 5px 30px;
    margin: 0;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    position: relative;
    text-transform: uppercase;
    display: inline-block;
    line-height: 44px;
    background: #efc216; }
.gb-maysanxuat_ntap_title a{
      float: right;
    font-size: 17px;
    font-family: initial;
    font-style: italic;
    margin-top: 30px;
    color: #efc216;
}    

.gb-maysanxuat_ntap .gb-product-item_ntap {
  border: solid thin #ebebeb;
  margin-bottom: 30px; }
  .gb-maysanxuat_ntap .gb-product-item_ntap .gb-product-item_ntap-img img {
    width: 100%;
    height: auto; }
  .gb-maysanxuat_ntap .gb-product-item_ntap .gb-product-item_ntap-text {
    padding: 10px; }
    .gb-maysanxuat_ntap .gb-product-item_ntap .gb-product-item_ntap-text h2 a {
      display: block;
      font-size: 14px;
      line-height: 24px;
      color: #000;
      font-weight: 500;
      position: relative; }
    .gb-maysanxuat_ntap .gb-product-item_ntap .gb-product-item_ntap-text p {
      display: block;
      font-size: 14px;
      line-height: 24px;
      color: #000;
      font-weight: 300;
      position: relative;
      margin: 10px 0; }
    .gb-maysanxuat_ntap .gb-product-item_ntap .gb-product-item_ntap-text .hotline_ntap {
      font-size: 20px;
      font-weight: 600;
      color: #efc216; }

.gb-maysanxuat_ntap .gb-maysanxuat_ntap_title {
  border-bottom: 2px solid #efc216;
  margin-bottom: 30px; }
  .gb-maysanxuat_ntap .gb-maysanxuat_ntap_title h2 {
    padding: 5px 30px;
    margin: 0;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    position: relative;
    text-transform: uppercase;
    display: inline-block;
    line-height: 44px;
    background: #2a2f76; }

.gb-maysanxuat_ntap .gb-product-item_ntap {
  /*border: solid thin #ebebeb;*/
  margin-bottom: 30px;
      background-color: #e4e4e4;
      box-shadow: 0px 3px 5px #666; }
  .gb-maysanxuat_ntap .gb-product-item_ntap .gb-product-item_ntap-img img {
    width: 100%;
    height: 200px; }
  .gb-maysanxuat_ntap .gb-product-item_ntap .gb-product-item_ntap-text {
    padding: 10px;
    text-transform: uppercase; }
    .gb-maysanxuat_ntap .gb-product-item_ntap .gb-product-item_ntap-text h2 a {
      display: block;
      font-size: 14px;
      line-height: 24px;
      color: #000;
      font-weight: 500;
      position: relative; }
    .gb-maysanxuat_ntap .gb-product-item_ntap .gb-product-item_ntap-text p {
      display: block;
      font-size: 14px;
      line-height: 24px;
      color: #000;
      font-weight: 300;
      position: relative;
      margin: 10px 0; }
    .gb-maysanxuat_ntap .gb-product-item_ntap .gb-product-item_ntap-text .hotline_ntap {
      font-size: 20px;
      font-weight: 600;
      color: #efc216; }

.gb-page-sanpham_ntap .gb-product-item_ntap {
  border: solid thin #ebebeb;
  margin-bottom: 30px; }
  .gb-page-sanpham_ntap .gb-product-item_ntap .gb-product-item_ntap-img img {
    width: 100%;
    height: auto;
    padding: 10px; }
  .gb-page-sanpham_ntap .gb-product-item_ntap .gb-product-item_ntap-text {
    padding: 10px; }
    .gb-page-sanpham_ntap .gb-product-item_ntap .gb-product-item_ntap-text h2 a {
      display: block;
      font-size: 14px;
      line-height: 24px;
      color: #000;
      font-weight: 500;
      position: relative; }
    .gb-page-sanpham_ntap .gb-product-item_ntap .gb-product-item_ntap-text p {
      display: block;
      font-size: 14px;
      line-height: 24px;
      color: #000;
      font-weight: 300;
      position: relative;
      margin: 10px 0; }
    .gb-page-sanpham_ntap .gb-product-item_ntap .gb-product-item_ntap-text .hotline_ntap {
      font-size: 20px;
      font-weight: 600;
      color: #efc216; }
    .gb-product-item_ntap-text h2{
          height: 65px;
    }

/*SLIDE IMAGE*/
.gb-chitiet_sanpham_cuanhom-body .titleCategoryProduct_cuanhom {
  text-align: center;
  font-size: 30px;
  color: #efc216;
  margin: 10px 0;
  text-transform: capitalize;
  position: relative;
  margin-bottom: 30px; }
  .gb-chitiet_sanpham_cuanhom-body .titleCategoryProduct_cuanhom:after {
    position: absolute;
    bottom: -15px;
    height: 0;
    width: 150px;
    border-bottom: 3px double #efc216;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    content: ""; }

.gb-chitiet_sanpham_cuanhom-body .gb-divider {
  margin: 20px 0; }

.gb-chitiet_sanpham_cuanhom-body .slider-for {
  background: #fff;
  border: 1px solid #dcdcdc; }
  @media screen and (min-width: 992px) {
    .gb-chitiet_sanpham_cuanhom-body .slider-for {
      height: 360px;
      overflow: hidden; } }
  .gb-chitiet_sanpham_cuanhom-body .slider-for img {
    width: auto;
    height: 360px;
    margin: 0 auto; }

.gb-chitiet_sanpham_cuanhom-body .slide-item-nav {
  border: 1px solid #dcdcdc;
  margin: 0 5px;
  background: #f1f1f1; }

.gb-chitiet_sanpham_cuanhom-body .slider-nav {
  margin-top: 10px; }
  .gb-chitiet_sanpham_cuanhom-body .slider-nav .slide-item-nav {
    background: #fff; }
  .gb-chitiet_sanpham_cuanhom-body .slider-nav img {
    height: 100px; }

.gb-chitiet_sanpham_cuanhom-body .price-outer-container .prices_cuanhom {
  text-align: left; }

.gb-chitiet_sanpham_cuanhom-body .gb-thongso-mota {
  margin: 40px 0; }
  .gb-chitiet_sanpham_cuanhom-body .gb-thongso-mota .tab-content {
    padding: 20px; }
    .gb-chitiet_sanpham_cuanhom-body .gb-thongso-mota .tab-content p {
      display: block;
      color: #797979;
      font-size: 14px;
      font-weight: 400; }

.gb-chitiet_sanpham_cuanhom-body .item-price .news-price {
  font-size: 26px; }

.gb-chitiet_sanpham_cuanhom-body .item-price .old-price {
  font-size: 16px; }

.gb-chitiet_sanpham_cuanhom-body .price-outer-container {
  margin-top: 15px; }
  .gb-chitiet_sanpham_cuanhom-body .price-outer-container .price_CategoryProduct_Home_1_cuanhom .price_old_cuanhom {
    font-size: 20px;
    text-align: left; }
  .gb-chitiet_sanpham_cuanhom-body .price-outer-container .price_CategoryProduct_Home_1_cuanhom .price_old_news {
    font-size: 24px;
    text-align: left; }

/*SLIDE IMAGE*/
.gb-chitiet_sanpham_cuanhom_left-info {
  padding: 15px;
  border-bottom: 1px solid #e4e4e4;
  border-top: 3px solid #2a2f76;
  border-left: 1px solid #e4e4e4;
  border-right: 1px solid #e4e4e4; }
  .gb-chitiet_sanpham_cuanhom_left-info h1 {
    display: block;
    font-size: 24px;
    line-height: 24px;
    color: #000;
    font-weight: 500;
    position: relative; }
  .gb-chitiet_sanpham_cuanhom_left-info p {
    display: block;
    font-size: 14px;
    line-height: 24px;
    color: #000;
    font-weight: 300;
    position: relative;
    margin: 10px 0; }
  .gb-chitiet_sanpham_cuanhom_left-info .hotline_cuanhom {
    font-size: 20px;
    font-weight: 600;
    color: #efc216; }

.gb-thongso-mota .tabbable-line > .nav-tabs {
  border-bottom: 1px solid #efc216;
  margin: 0; }

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

.gb-thongso-mota .tabbable-line > .nav-tabs > li > a {
  border: 0;
  margin-right: 0;
  color: #333;
  font-size: 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 #efc216;
  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: #efc216; }

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

.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; }

.gb-thongso-mota .tab-content .product_price {
  font-size: 22px;
  color: #2a2f76; }

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

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

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

.gb-sanpham-cart-ntap {
  margin-bottom: 15px; }
  .gb-sanpham-cart-ntap form {
    display: -webkit-inline-box; }
    .gb-sanpham-cart-ntap form .input-group {
      width: 100px;
      margin-right: 20px; }
      .gb-sanpham-cart-ntap form .input-group input {
        padding: 0;
        text-align: center; }
      .gb-sanpham-cart-ntap form .input-group span {
        width: 30px;
        padding: 0;
        border-radius: 0;
        cursor: pointer; }
    .gb-sanpham-cart-ntap form .btn {
      border-radius: 0;
      border: none;
      color: #fff;
      background: #034d04 !important; }
    .gb-sanpham-cart-ntap form .btn-default:active:focus {
      color: #fff;
      background: #034d04 !important; }

.product-share-block .share-heading {
  font-size: 18px;
  color: #7a7a7a;
  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 #efc216;
    color: #efc216;
    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: #efc216;
      color: #fff; }

.gb-home-product-relate .gb-home-product-relate_cuanhom_title {
  position: relative;
  font-weight: 700;
  color: #343434;
  font-size: 18px;
  line-height: 1.35;
  text-transform: uppercase;
  border-bottom: 2px solid #ffc000;
  padding: 10px 0;
  margin-bottom: 30px; }
  .gb-home-product-relate .gb-home-product-relate_cuanhom_title:after {
    content: "";
    width: 80px;
    border-top: 2px solid #efc216;
    position: absolute;
    bottom: -2px;
    left: 0; }

.gb-home-product-relate .gb-product-item_cuanhom {
  border: solid thin #ebebeb;
  margin-bottom: 30px; }
  .gb-home-product-relate .gb-product-item_cuanhom .gb-product-item_cuanhom-img img {
    width: 100%;
    height: auto; }
  .gb-home-product-relate .gb-product-item_cuanhom .gb-product-item_cuanhom-text {
    padding: 10px; }
    .gb-home-product-relate .gb-product-item_cuanhom .gb-product-item_cuanhom-text h2 a {
      display: block;
      font-size: 14px;
      line-height: 24px;
      color: #000;
      font-weight: 500;
      position: relative; }
    .gb-home-product-relate .gb-product-item_cuanhom .gb-product-item_cuanhom-text p {
      display: block;
      font-size: 14px;
      line-height: 24px;
      color: #000;
      font-weight: 300;
      position: relative;
      margin: 10px 0; }
    .gb-home-product-relate .gb-product-item_cuanhom .gb-product-item_cuanhom-text .hotline_cuanhom {
      font-size: 20px;
      font-weight: 600;
      color: #efc216; }

.gb-linhkienthaythe_ntap .gb-maysanxuat_ntap_title {
  border-bottom: 2px solid #efc216;
  margin-bottom: 30px; }
  .gb-linhkienthaythe_ntap .gb-maysanxuat_ntap_title h2 {
    padding: 5px 30px;
    margin: 0;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    position: relative;
    text-transform: uppercase;
    display: inline-block;
    line-height: 44px;
    background: #2a2f76; }

.gb-linhkienthaythe_ntap .gb-product-item_ntap {
  border: solid thin #ebebeb;
  margin-bottom: 30px; }
  .gb-linhkienthaythe_ntap .gb-product-item_ntap .gb-product-item_ntap-img img {
    width: 100%;
    height: auto; }
  .gb-linhkienthaythe_ntap .gb-product-item_ntap .gb-product-item_ntap-text {
    padding: 10px; }
    .gb-linhkienthaythe_ntap .gb-product-item_ntap .gb-product-item_ntap-text h2 a {
      display: block;
      font-size: 14px;
      line-height: 24px;
      color: #000;
      font-weight: 500;
      position: relative; }
    .gb-linhkienthaythe_ntap .gb-product-item_ntap .gb-product-item_ntap-text p {
      display: block;
      font-size: 14px;
      line-height: 24px;
      color: #000;
      font-weight: 300;
      position: relative;
      margin: 10px 0; }
    .gb-linhkienthaythe_ntap .gb-product-item_ntap .gb-product-item_ntap-text .hotline_ntap {
      font-size: 20px;
      font-weight: 600;
      color: #efc216; }

.prices_ntap {
  display: block !important;
  font-size: 16px !important;
  color: #2a2f76 !important;
  font-weight: 600 !important; }
  .prices_ntap .prices_ntap-news {
    display: block; }
  .prices_ntap .prices_ntap-old {
    display: block; }

/*CART*/
.btn-addtocart_cuanhom {
  background: #383838;
  border-radius: 0;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  min-width: 150px;
  display: inline-block;
  text-align: center;
  color: #fff; }

.gb-chi-tiet-add-to-cart .gb-selectsize label {
  position: relative;
  display: block;
  font-size: 11px;
  font-weight: bold;
  line-height: 2.18;
  text-align: left;
  color: #666666;
  text-transform: uppercase; }
  .gb-chi-tiet-add-to-cart .gb-selectsize label span {
    position: absolute;
    right: 0; }

.gb-chi-tiet-add-to-cart .gb-selectsize .form-control {
  border-radius: 0; }

.gb-chi-tiet-add-to-cart .quantity {
  float: left;
  width: 70%; }
  .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: 100%;
    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; }

.gb-chi-tiet-add-to-cart .single_add_to_cart_button {
  position: absolute;
  bottom: 0;
  background: #efc216;
  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 #efc216;
  border-radius: 0;
  margin-left: 10px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  right: 0; }
  .gb-chi-tiet-add-to-cart .single_add_to_cart_button:hover {
    color: #efc216;
    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: ""; }

.gb-header-cart-yeuthich_cuanhom .btn-yeuthich-cuanhom {
  background: transparent;
  border: none;
  text-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-weight: 500;
  font-size: 14px; }
  .gb-header-cart-yeuthich_cuanhom .btn-yeuthich-cuanhom i {
    color: #383838; }

.gb-header-cart_cuanhom .btn-cart-cuanhom {
  background: transparent;
  border: none;
  text-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-weight: 500;
  font-size: 14px; }
  .gb-header-cart_cuanhom .btn-cart-cuanhom i {
    color: #383838; }

/*FOOTER*/
.footer-default {
  background: #2a2a2a;
  margin-top: 30px; }

.footer-main-content_cuanhom {
  background: #2a2a2a;
  padding: 38px 30px;
  color: #a3a3a3; }

.copyright-area_cuanhom p {
  text-align: center;
  display: block;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1.2px;
  padding: 15px 0;
  color: #7a7a7a; }

.widget-title-footer-cuanhom {
  text-transform: uppercase;
  font-size: 14px;
  display: block;
  color: #fff;
  position: relative;
  padding: 1px 0;
  margin-bottom: 20px;
  display: inline-block; }
  .widget-title-footer-cuanhom:after {
    content: "";
    width: 100%;
    border-top: 2px solid #2a2f76;
    left: 0;
    bottom: 0;
    position: absolute; }

/*footer-lienhe-cuanhom*/
.footer-lienhe-cuanhom p {
  font-size: 13px;
  color: #fff;
  margin-bottom: 15px; }

.footer-lienhe-cuanhom span {
  display: block;
  overflow: hidden;
  margin-bottom: 15px;
  color: #a3a3a3;
  font-size: 13px;
  line-height: 18px; }

/*footer-link-cuanhom*/
.footer-link-cuanhom ul li {
  padding-bottom: 15px;
  margin-bottom: 0px; }
  .footer-link-cuanhom ul li a {
    display: block;
    color: #b6b6b6;
    font-weight: 400;
    font-size: 13px; }

/*Lượt truy cập*/
.footer-luottruycap-cuanhom table tr td {
  border-top: 1px solid transparent;
  color: #b6b6b6;
  font-weight: 400;
  font-size: 13px; }

/*ĐĂNG KÝ NHẬN TIN*/
.footer-dangkynhantin-cuanhom p {
  color: #b6b6b6;
  font-weight: 400;
  font-size: 13px;
  margin-bottom: 30px; }

.footer-dangkynhantin-cuanhom form .form-control {
  width: 100%;
  border: none;
  background: #fff;
  height: 31px;
  line-height: 31px; }

.footer-dangkynhantin-cuanhom form .btndnagky {
  text-align: center;
  height: 26px;
  line-height: 26px;
  background: #efc216;
  padding: 0 25px;
  color: #FFF;
  text-transform: uppercase;
  border: none;
  font-size: 11px;
  font-weight: 700;
  margin-top: 15px; }

/*EMAIL*/
.gb-footer-newletter_cuanhom {
  margin-bottom: 10px; }
  .gb-footer-newletter_cuanhom .input-group {
    border-radius: 4px; }
  .gb-footer-newletter_cuanhom .form-control {
    height: 44px;
    border: 1px solid #dbdbdb;
    border-radius: 0; }
  .gb-footer-newletter_cuanhom p {
    color: #808080;
    line-height: 20px;
    font-size: 14px;
    text-align: left;
    margin-bottom: 20px; }
  .gb-footer-newletter_cuanhom span .btn-theme {
    height: 44px;
    color: #fff;
    border-radius: 0;
    border: 1px solid #dbdbdb;
    background: #2a2f76; }

.gb-lienhe {
  padding: 0px 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: #efc216;
  border: 2px solid #efc216;
  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: #efc216; }

/*sidebar*/
.gb-danhmucsanpham_ntap {
  margin-bottom: 30px; }
  .gb-danhmucsanpham_ntap .widget-title-sidebar-ntap {
    position: relative;
    font-weight: 700;
    color: #343434;
    font-size: 16px;
    line-height: 1.35;
    text-transform: uppercase;
    border-left: 4px solid #efc216;
    background: #2a2f76;
    padding: 10px 0px 10px 15px;
    margin-bottom: 10px;
    color: #fff; }
  .gb-danhmucsanpham_ntap ul li a {
    font-size: 16px;
    line-height: 32px;
    color: #000;
    font-weight: 500;
    position: relative;
    padding-left: 10px;
    text-transform: uppercase; }
  .gb-danhmucsanpham_ntap .accordion-default .accordion-content {
    display: block;
    padding-left: 20px; }
    .gb-danhmucsanpham_ntap .accordion-default .accordion-content li a {
      display: block;
      font-size: 13px;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      line-height: 30px;
      letter-spacing: normal;
      text-align: left;
      color: #666666;
      -webkit-transition: all  0.5s;
      -o-transition: all  0.5s;
      transition: all  0.5s; }
      .gb-danhmucsanpham_ntap .accordion-default .accordion-content li a:hover {
        padding-left: 10px;
        color: #fff; }
      .gb-danhmucsanpham_ntap .accordion-default .accordion-content li a i {
        color: #fff;
        margin-right: 5px; }
  .gb-danhmucsanpham_ntap .accordion-default .accordion-toggle {
    position: relative;
    cursor: pointer;
    margin: 0;
    padding: 8px; }
  .gb-danhmucsanpham_ntap .accordion-default .accordion-toggle.active:after {
    content: "\f067";
    position: absolute;
    right: 0;
    top: 4px;
    font-size: 14px;
    font-family: FontAwesome;
    color: #000;
    font-weight: normal;
    width: 30px;
    height: 30px;
    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: #fff;
    border-radius: 3px; }
  .gb-danhmucsanpham_ntap .accordion-default .accordion-toggle:before {
    content: "\f068";
    position: absolute;
    right: 0;
    top: 4px;
    font-size: 14px;
    font-weight: normal;
    font-family: FontAwesome;
    color: #000;
    width: 30px;
    height: 30px;
    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: #fff;
    border-radius: 3px; }


.gb-danhmucsanpham_ntap {
  margin-bottom: 30px; }
  .gb-danhmucsanpham_ntap .widget-title-sidebar-ntap {
    position: relative;
    font-weight: 700;
    color: #343434;
    font-size: 18px;
    line-height: 1.35;
    text-transform: uppercase;
    border-left: 4px solid #efc216;
    background: #2a2f76;
    padding: 10px 0px 10px 15px;
    margin-bottom: 10px;
    color: #fff; }
  .gb-danhmucsanpham_ntap .widget-search input {
    height: 40px;
    border-radius: 0;
    border-color: #ccc;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .gb-danhmucsanpham_ntap .widget-search button {
    height: 40px;
    width: 40px;
    background-color: #2a2f76;
    line-height: 2.1;
    color: #fff;
    border: none;
    border-radius: 0;
    font-weight: 100;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none; }
    .gb-danhmucsanpham_ntap .widget-search button:active:focus {
      background-color: #2a2f76;
      color: #fff;
      border-color: #2a2f76;
      border-color: #ccc;
      outline: 0;
      -webkit-box-shadow: none;
      box-shadow: none; }

.gb-recenpost-sidebar-ntap .widget {
  margin-bottom: 30px; }

.gb-recenpost-sidebar-ntap .widget-title-sidebar-ntap {
  position: relative;
  font-weight: 700;
  color: #343434;
  font-size: 16px;
  line-height: 1.35;
  text-transform: uppercase;
  border-left: 4px solid #efc216;
  padding: 10px 0 10px 15px;
  background: #2a2f76;
  margin-bottom: 30px;
  color: #fff; }

.gb-recenpost-sidebar-ntap .product-img .gb-news-blog_ntap-item-img {
  height: 80px; }

.gb-recenpost-sidebar-ntap li:last-child .gb-news-blog_ntap-item {
  border-bottom: none; }

.gb-recenpost-sidebar-ntap .gb-news-blog_ntap-item {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px dotted #2a2f76;
  display: inline-block; }
  .gb-recenpost-sidebar-ntap .gb-news-blog_ntap-item .gb-news-blog_ntap-item-img {
    position: relative;
    z-index: 5;
    overflow: hidden;
    width: 100px;
    float: left;
    margin-right: 10px; }
    @media screen and (max-width: 767px) {
      .gb-recenpost-sidebar-ntap .gb-news-blog_ntap-item .gb-news-blog_ntap-item-img {
        height: auto; } }
    .gb-recenpost-sidebar-ntap .gb-news-blog_ntap-item .gb-news-blog_ntap-item-img img {
      width: 100%;
      -webkit-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s; }
    .gb-recenpost-sidebar-ntap .gb-news-blog_ntap-item .gb-news-blog_ntap-item-img:hover img {
      -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
      transform: scale(1.1);
      -webkit-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s; }
    .gb-recenpost-sidebar-ntap .gb-news-blog_ntap-item .gb-news-blog_ntap-item-img .caption-large {
      position: absolute;
      bottom: 20px;
      left: 20px;
      background-color: #ffffff;
      -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.25);
      box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.25);
      min-width: 115px;
      height: 40px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      font-size: 14px;
      font-weight: bold;
      color: #777777; }
  .gb-recenpost-sidebar-ntap .gb-news-blog_ntap-item .gb-news-blog_ntap-item-text .gb-news-blog_ntap-item-title h3 a {
    display: block;
    font-size: 13px;
    text-align: left;
    color: #000;
    line-height: 1.3;
    margin-bottom: 3px; }
  .gb-recenpost-sidebar-ntap .gb-news-blog_ntap-item .gb-news-blog_ntap-item-text .gb-news-blog_ntap-item-title .product-price {
    font-size: 13px;
    color: #efc216; }
  .gb-recenpost-sidebar-ntap .gb-news-blog_ntap-item .gb-news-blog_ntap-item-text .gb-news-blog_ntap-item-text-des p {
    font-size: 13px;
    line-height: 22px;
    text-align: left;
    color: #7b7b7b; }
  .gb-recenpost-sidebar-ntap .gb-news-blog_ntap-item .gb-news-blog_ntap-item-button {
    margin-top: 10px; }
    .gb-recenpost-sidebar-ntap .gb-news-blog_ntap-item .gb-news-blog_ntap-item-button .btn {
      border-radius: 0; }
    .gb-recenpost-sidebar-ntap .gb-news-blog_ntap-item .gb-news-blog_ntap-item-button .gb-btn-readmore {
      background: #2a2f76;
      color: white;
      font-size: 14px;
      padding-left: 30px;
      padding-right: 30px;
      -webkit-transition: 0.5s;
      -moz-transition: 0.5s;
      -ms-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s; }

.gb-recenpost-sidebar-ntap .widget-title-sidebar-ntap {
  position: relative;
  font-weight: 700;
  color: #343434;
  font-size: 18px;
  line-height: 1.35;
  text-transform: uppercase;
  border-left: 4px solid #efc216;
  padding: 10px 0 10px 15px;
  background: #2a2f76;
  margin-bottom: 30px;
  color: #fff; }

.gb-recenpost-sidebar-ntap .gb-news-blog_ntap-item {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px dotted #2a2f76;
  display: inline-block; }
  .gb-recenpost-sidebar-ntap .gb-news-blog_ntap-item .gb-news-blog_ntap-item-img {
    position: relative;
    z-index: 5;
    overflow: hidden;
    width: 100px;
    float: left;
    margin-right: 10px; }
    @media screen and (max-width: 767px) {
      .gb-recenpost-sidebar-ntap .gb-news-blog_ntap-item .gb-news-blog_ntap-item-img {
        height: auto; } }
    .gb-recenpost-sidebar-ntap .gb-news-blog_ntap-item .gb-news-blog_ntap-item-img img {
      width: 100%;
      -webkit-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s; }
    .gb-recenpost-sidebar-ntap .gb-news-blog_ntap-item .gb-news-blog_ntap-item-img:hover img {
      -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
      transform: scale(1.1);
      -webkit-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s; }
    .gb-recenpost-sidebar-ntap .gb-news-blog_ntap-item .gb-news-blog_ntap-item-img .caption-large {
      position: absolute;
      bottom: 20px;
      left: 20px;
      background-color: #ffffff;
      -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.25);
      box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.25);
      min-width: 115px;
      height: 40px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      font-size: 14px;
      font-weight: bold;
      color: #777777; }
  .gb-recenpost-sidebar-ntap .gb-news-blog_ntap-item .gb-news-blog_ntap-item-text .gb-news-blog_ntap-item-title h3 a {
    display: block;
    font-size: 13px;
    text-align: left;
    color: #000;
    line-height: 1.3;
    margin-bottom: 3px; }
  .gb-recenpost-sidebar-ntap .gb-news-blog_ntap-item .gb-news-blog_ntap-item-text .gb-news-blog_ntap-item-title time {
    font-size: 13px;
    color: #efc216; }
  .gb-recenpost-sidebar-ntap .gb-news-blog_ntap-item .gb-news-blog_ntap-item-text .gb-news-blog_ntap-item-text-des p {
    font-size: 13px;
    line-height: 22px;
    text-align: left;
    color: #7b7b7b; }
  .gb-recenpost-sidebar-ntap .gb-news-blog_ntap-item .gb-news-blog_ntap-item-button {
    margin-top: 10px; }
    .gb-recenpost-sidebar-ntap .gb-news-blog_ntap-item .gb-news-blog_ntap-item-button .btn {
      border-radius: 0; }
    .gb-recenpost-sidebar-ntap .gb-news-blog_ntap-item .gb-news-blog_ntap-item-button .gb-btn-readmore {
      background: #2a2f76;
      color: white;
      font-size: 14px;
      padding-left: 30px;
      padding-right: 30px;
      -webkit-transition: 0.5s;
      -moz-transition: 0.5s;
      -ms-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s; }

/*BREARDCRUMS*/
.gb-breadcrumbs_cuanhom ul {
  background: transparent;
  margin-top: 30px;
  background: #2a2f76;
  border-radius: 0; }
  .gb-breadcrumbs_cuanhom ul li.active {
    color: #fff; }
  .gb-breadcrumbs_cuanhom ul li {
    font-size: 15px; }
    .gb-breadcrumbs_cuanhom ul li a {
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      line-height: 30px;
      letter-spacing: normal;
      text-align: left;
      color: #fff; }

/*search*/
.product-filter {
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 10px;
  margin-bottom: 30px; }
  .product-filter label {
    font-size: 12px;
    text-transform: uppercase;
    margin-right: 10px;
    color: #333; }

.product-filter-itemperpage {
  float: left; }
  @media screen and (max-width: 767px) {
    .product-filter-itemperpage {
      float: none; } }
  .product-filter-itemperpage form {
    margin-bottom: 0; }
  .product-filter-itemperpage select {
    font-size: 14px;
    line-height: 2.14;
    text-align: left;
    color: #666;
    width: 100px;
    height: 40px;
    border-radius: 3px;
    border: solid 1px #e0e0e0;
    padding: 0 15px; }
    @media screen and (max-width: 767px) {
      .product-filter-itemperpage select {
        width: 100%; } }
    .product-filter-itemperpage select option {
      font-size: 14px;
      line-height: 2.14;
      text-align: left;
      color: #808080; }

.product-filter-itemperpage-ordering {
  float: right; }
  @media screen and (max-width: 767px) {
    .product-filter-itemperpage-ordering {
      float: none;
      margin-top: 20px; } }
  .product-filter-itemperpage-ordering 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-itemperpage-ordering form {
    margin-bottom: 0; }
  .product-filter-itemperpage-ordering select {
    font-size: 14px;
    line-height: 2.14;
    text-align: left;
    color: #666;
    width: 150px;
    height: 40px;
    border-radius: 3px;
    border: solid 1px #e0e0e0;
    padding: 0 15px; }
    @media screen and (max-width: 767px) {
      .product-filter-itemperpage-ordering select {
        width: 100%; } }
    .product-filter-itemperpage-ordering select option {
      font-size: 14px;
      line-height: 2.14;
      text-align: left;
      color: #808080; }

.gb-header-search_cuanhom {
  padding: 5px; }
  .gb-header-search_cuanhom .vk-newlist-banner-test-search button {
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }
  .gb-header-search_cuanhom .vk-newlist-banner-test-search button:hover {
    background: #efc216;
    color: #fff; }
  .gb-header-search_cuanhom form {
    border-radius: 0;
    overflow: hidden; }
  .gb-header-search_cuanhom .vk-newlist-banner-test-search {
    width: 100%;
    height: 43px;
    background: #fff;
    border: solid 1px #efc216;
    border-radius: 0; }
    .gb-header-search_cuanhom .vk-newlist-banner-test-search input {
      width: 80%;
      height: 43px;
      border: none;
      outline: none;
      color: #333;
      background: transparent;
      font-weight: 500;
      font-style: normal;
      font-size: 14px;
      text-indent: 15px; }
    .gb-header-search_cuanhom .vk-newlist-banner-test-search button {
      width: 20%;
      height: 43px;
      background: #383838;
      border: none;
      border-left: 1px solid #efc216;
      outline: none;
      text-align: center;
      line-height: 44px;
      color: #fff;
      font-size: 14px;
      float: right;
      border-radius: 0;
      -webkit-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s; }
      .gb-header-search_cuanhom .vk-newlist-banner-test-search button:hover {
        color: #efc216;
        background: transparent; }

/*CONTACT*/
.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 #efc216;
      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: #efc216;
      float: left;
      font-size: 18px; }
    .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: #efc216;
      float: left; }
    .gb-gioithieu-company .gb-support-intro ul li p {
      padding-left: 60px;
      color: #333;
      font-size: 16px; }

.gb-header-between_cuanhom-between {
  padding-top: 10px; }
  .gb-header-between_cuanhom-between ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .gb-header-between_cuanhom-between ul li {
      width: 50%;
      float: left; }
      .gb-header-between_cuanhom-between ul li .icons_cuanhom {
        width: 40px;
        height: 40px;
        border: 1px solid #383838;
        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: 18px;
        color: #383838;
        border-radius: 50%;
        float: left; }
      .gb-header-between_cuanhom-between ul li .info_support_cuanhom {
        width: calc(100% - 40px);
        float: left;
        padding-left: 15px; }
        .gb-header-between_cuanhom-between ul li .info_support_cuanhom h3 {
          font-size: 14px;
          font-weight: 500;
          line-height: 24px; }
        .gb-header-between_cuanhom-between ul li .info_support_cuanhom span {
          font-size: 13px;
          display: block; }

/*BANNER*/
.gb-banner-1-cuanhom {
  margin-bottom: 30px; }
  .gb-banner-1-cuanhom a {
    display: block; }
    .gb-banner-1-cuanhom a img {
      width: 100%;
      height: auto; }

.gb-banner-2-cuanhom {
  margin-bottom: 30px; }
  .gb-banner-2-cuanhom a {
    display: block; }
    .gb-banner-2-cuanhom a img {
      width: 100%;
      height: auto; }

/*characteristic*/
.gb-characteristics {
  background: #2a2f76; }
  .gb-characteristics .gb-characteristics_ntap {
    padding: 10px;
    color: #fff; }
    @media screen and (min-width: 991px) {
      .gb-characteristics .gb-characteristics_ntap ul li {
        border-right: 1px solid #fff; } }
    .gb-characteristics .gb-characteristics_ntap ul li:last-child {
      border-right: none; }
    .gb-characteristics .gb-characteristics_ntap .gb-characteristics_ntap-item .block-top-content_ntap {
      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; }
      @media screen and (max-width: 767px) {
        .gb-characteristics .gb-characteristics_ntap .gb-characteristics_ntap-item .block-top-content_ntap {
          -webkit-box-align: inherit;
          -ms-flex-align: inherit;
          align-items: inherit;
          -webkit-box-pack: inherit;
          -ms-flex-pack: inherit;
          justify-content: inherit;
          margin-bottom: 30px; } }
      .gb-characteristics .gb-characteristics_ntap .gb-characteristics_ntap-item .block-top-content_ntap .icon-block_ntap i {
        font-size: 18px;
        color: #fff;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        border: 1px solid #fff;
        border-radius: 100%;
        padding-left: 6px;
        position: relative; }
      .gb-characteristics .gb-characteristics_ntap .gb-characteristics_ntap-item .block-top-content_ntap .text-block_ntap {
        padding-left: 20px; }
        .gb-characteristics .gb-characteristics_ntap .gb-characteristics_ntap-item .block-top-content_ntap .text-block_ntap h3 {
          color: #fff;
          font-size: 12px;
          text-transform: uppercase;
          font-weight: 700; }
        .gb-characteristics .gb-characteristics_ntap .gb-characteristics_ntap-item .block-top-content_ntap .text-block_ntap p {
          font-size: 12px;
          font-weight: 400; }

.gb-product-item_ntap .middle-cart{
  transition: 0.5s ease;
  opacity: 0;
  position: absolute;
  top: 0%;
  left: 45%;
  transform: translate(-45%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}
.gb-product-item_ntap .add_cart {
  background-color: #2a2f76;
  font-size: 13px;
  opacity: 1;
 
}
.gb-product-item_ntap .add_cart a{
  color: #fff;
  display: block;
  padding: 10px 5px;
}
.gb-product-item_ntap{
  position: relative;
}
.gb-product-item_ntap:hover .middle-cart {
  opacity: 1;
  z-index: 99;
  top: 50%;
   transition: 0.4s ease;
}
.gb-product-item_ntap:after{
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  content: '';
  z-index: 9;
  opacity: 0;
  background: #000;
}
.gb-product-item_ntap .view-product{
  margin-bottom: 10px;
  background-color: #efc216;
  font-size: 13px;
  opacity: 1;

}
.gb-product-item_ntap .view-product a {
  color: #fff;
  display: block;
  padding: 10px 5px;

}
.gb-product-item_ntap:hover:after{
  opacity: 0.2; 
}

.gb-product-item_ntap-img{
  /*border:  2px solid #2a2f76;*/
  /*margin: 5px;
  padding: 5px;*/

}

@media screen and (max-width: 767px) {
.gb-maysanxuat_ntap .col-xs-6:nth-child(2n+1){
    padding-right: 5px;
}
.gb-maysanxuat_ntap .col-xs-6:nth-child(2n){
    padding-left: 5px;
}
}
.accordion li{
	border-bottom: 1px dotted #1169ec;
  font-size: 15px;
    font-weight: 500;
    color: #000;
    line-height: 25px;}

.phoneCFL01_icon{
  display: block;
  width: 100%;
  color: #2a2f76;
  text-align: center;

}

.phoneCFL01_icon i{
  text-align: center;
  width: 45px;
  height: 45px;
  font-size: 25px;
  border: 2px solid #2a2f76;
  border-radius: 50%;
  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;
  margin-right: 10px;
  animation-name: pulse;
  -webkit-animation-name: pulse;
  animation-delay: 0s;
  -webkit-animation-delay: 0s;
  animation-duration: 1s;
  -webkit-animation-duration: .3s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}


.phoneCFL01_num {
  display: block;
  width: 100%;
  font-size: 25px;
  font-weight: 600;
  color: #efc216;
  text-align: center;
}

.phoneCFL01_icon span{
  font-size: 25px;
  font-weight: 600;
}


.gb-header_mptoto-search{
  margin: 10px 0;
}

.gb-header-search_mptoto{position: relative;}

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

.gb-header-search_mptoto .vk-newlist-banner-test-search button:hover {
  background: #2a2f76;
  color: #fff; }

.gb-header-search_mptoto form {
  border-radius: 0;
  overflow: hidden; }

.gb-header-search_mptoto .vk-newlist-banner-test-search {
  width: 100%;
  height: 40px;
  background: #fff;
  border: solid 1px #2a2f76; }

.gb-header-search_mptoto .vk-newlist-banner-test-search input {
    width: 80%;
    height: 40px;
    border: none;
    outline: none;
    color: #333;
    background: transparent;
    font-weight: 500;
    font-style: normal;
    font-size: 14px;
    text-indent: 15px; }

.gb-header-search_mptoto .vk-newlist-banner-test-search button {
    width: 50px;
    height: 38px;
    background: #2a2f76;
    border: none;
    outline: none;
    text-align: center;
    color: #fff;
    font-size: 14px;
    float: right;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;}

    .gb-header-search_mptoto .vk-newlist-banner-test-search button:hover {
      color: #2a2f76;
      background: #2a2f76; }

/*SEARCH*/
.live-search {
  width:100%;
  position:absolute;
  z-index:1000;
  padding:5px 0px;
  background-color:#FFF;
  border: 1px solid #DDD;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  box-shadow: 0 2px 2px #DDDDDD;
  left: 0;
  display:none;
  height: 400px;
  overflow-y: scroll;
}
.live-search .loading{
  display:block;
  margin-left:auto;
  margin-right:auto;
}
.live-search ul {
  list-style-type: none;
  margin:0px;
  padding:0px;
}
.live-search ul li {
  cursor:pointer;
  padding:5px;
  margin:0px 5px;
  background-color:#FFF;
  min-height: 50px;
  clear:both;
}
.live-search ul li:nth-child(even) {
  background-color: #FAFAFA;
}
.live-search ul li:hover {
  background-color:#F0F7FA;
}
.live-search ul li a{
  text-decoration: none;
  display:block;
}
.live-search ul li .product-image img{
  width: 50px;
}
.live-search ul li .product-image{
  float:left;
  margin-right:15px;
}
.live-search ul li .product-name p{
  font-weight: normal;
  font-style: italic;
  font-size: 10px;
  color:#555555;
  margin:0px;
  padding:0px;
}
.live-search ul li .product-name{
    font-weight: bold;
    float: left;
    width: 67%;
    color: #2a2f76;
    font-size: 14px;
    line-height: 20px;
}
.live-search ul li .product-price {
  text-align: right;
  font-size: 12px;
  font-weight: bold;
  float:right;
  margin-top:10px;
  width:20%;
}
.live-search ul li .product-price .price{
  color: #333333;
  display:block;
}
.live-search ul li .product-price .special{
  color: #FF0000;
  text-decoration: line-through;
  display:block;
  margin-bottom: 10px;
}

.live-search .product-price > .special {
  margin-top: -5px;
}

.live-search .result-text{
  font-weight: bold;
  text-align: center;
  font-size: 11px;
  line-height: 20px;
  color:#555555;
  background-color:#e6ffff;
  position: absolute;
  bottom: 0;
  width: 100%;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.live-search .view-all-results:hover {
  color: #23527c;
}
.live-search .view-all-results {
  color: #23a1d1;
}


.gb-page-gioithieu-right p{
  text-align: justify;
}


.ServiceRowCFL001 .ServiceBoxCFL001_text .ServiceBoxCFL001_des p{
  font-size: 14px !important;
  color: #000;
}


.ServiceRowCFL001 .ServiceBoxCFL001_text h2 a{
  font-size: 16px !important;
  font-weight: 600 !important;
}

.ServiceBoxCFL001_yeumua{
  margin-bottom:  10px;
}

.gb-single-blog_ruouvang-right-text{
  text-align: justify;
}

.gb-single-blog_ruouvang-right-text p{
  font-size: 16px;
  text-align: justify;
}


.content_box table{
  margin: 10px 35px;
  width: 100%;
}

.content_box table, th, td {
border: 1px solid black;
padding: 5px 5px;
}

.content_box table tr:nth-child(even) {
  background-color: #dddddd3b;
}

.tl_hp25041{
	color: #2a2f76; 
	font-size: 28px !important;
	margin-top: 20px;
}