@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%;
  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";
  line-height: 1.3;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

a:hover {
  text-decoration: none;
}
img{
  max-width: 100%;
  height: auto;
}

.clear-padding {
  padding: 0;
}

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

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

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

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

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

.is-sticky {
  position: relative;
  width: 100%;
  z-index: 9999;
}

.is-sticky .gb-header_mptoto-topbar .logo-mptoto {
  width: 150px;
}

.is-sticky .gb-header-between-hotline p {
  padding: 8px 20px;
}

.is-sticky .gb-header_mptoto-topbar {
  height: 60px;
}

.sticky-wrapper {
  width: 100%;
  position: relative;
}

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

  .gb-slideshow_mptoto h2 {
    font-size: 14px !important;
   /* top: 30% !important;
    left: 0% !important;
    transform: translate(5%, -5%) !important;*/
  }
}

.gb-header_mptoto .logo {
  width: 200px;
  padding: 8px 0;
  margin: 0 auto;
}

.gb-header_mptoto .logo img {
  width: 100%;
  height: auto;
}

/*top header*/
.gb-topheader-mptoto {
  background: #243a76;
}

.gb-topheader-mptoto .gb-header-top_mptoto-left h1 {
  font-size: 13px;
  color: #fff;
  line-height: 22px;
  margin-right: 10px;
  padding: 10px 0;
  font-weight: bold;
  text-transform: uppercase;
}

.gb-topheader-mptoto .gb-header-top_mptoto-left ul li {
  display: inline-block;
  font-size: 14px;
  color: #FFF;
  line-height: 22px;
  margin-right: 10px;
  padding: 10px 0;
}

.gb-topheader-mptoto .gb-header-top_mptoto-left ul li i {
  margin-right: 10px;
  color: #FFF;
  font-size: 18px;
}

.gb-topheader-mptoto .gb-topheader-mptoto-right {
  text-align: right;
}

.gb-topheader-mptoto .gb-topheader-mptoto-right ul li {
  display: inline-block;
}

.gb-topheader-mptoto .gb-topheader-mptoto-right ul li a {
  display: block;
  font-size: 14px;
  color: #333;
  padding: 12px 10px;
}

@media screen and (max-width: 991px) {
  .gb-topheader-mptoto .gb-topheader-mptoto-right ul li a {
    padding: 10px 5px;
  }
}

.gb-topheader-mptoto .gb-topheader-mptoto-right ul li ul li {
  display: block;
}

.gb-header_mptoto-topbar {
  padding: 10px 0;
  background: #fff;
  height: 74px;
}

@media screen and (max-width: 991px) {
  .gb-header_mptoto-topbar {
    height: auto;
  }

  .gb-header_mptoto-topbar {
    padding-top: 0;
  }
}

.gb-header_mptoto-topbar .logo-mptoto {
  width: 200px;
  float: left;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

@media screen and (max-width: 991px) {
  .gb-header_mptoto-topbar .logo-mptoto {
    float: none;
    padding: 21px 0;
  }
}

.gb-header_mptoto-topbar .gb-header_mptoto-topbar-right {
  width: calc(100% - 200px);
  float: left;
  text-align: right;
}

@media screen and (max-width: 991px) {
  .gb-header_mptoto-topbar .gb-header_mptoto-topbar-right {
    display: none;
  }
}

.gb-header_mptoto-topbar .gb-header_mptoto-topbar-right ul li {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  border: 1px solid #e60f1e;
  padding: 10px 20px;
  border-radius: 5px;
  margin-left: 20px;
}

.gb-header_mptoto-topbar .gb-header_mptoto-topbar-right ul li span {
  font-weight: normal;
  font-size: 14px;
  padding-right: 5px;
}

.gb-header_mptoto-topbar .gb-header_mptoto-topbar-right ul li:nth-child(2) {
  background: #e60f1e;
  color: #fff;
}

@media screen and (max-width: 991px) {
  .gb-header_mptoto-topbar .gb-header_mptoto-topbar-right ul li:nth-child(2) {
    display: none;
  }
}

.gb-header_mptoto-bottom {
  background: #ffffff;
}

.gb-header_mptoto-cart {
  float: right;
  width: 200px;
}

.gb-header_mptoto-cart img {
  width: 100%;
  height: 36px;
}

@media screen and (max-width: 600px) {
  .gb-header_mptoto-cart {
    display: none;
  }
}

.gb-cart-mptoto-header {
  font-size: 14px;
  color: #fff;
}

.gb-header-between-hotline {
  text-align: right;
}

@media screen and (max-width: 991px) {
  .gb-header-between-hotline {
    text-align: center;
    margin-top: 20px;
  }
}

.gb-header-between-hotline p {
  background: #e81e19;
  display: inline-block;
  padding: 10px 20px;
  font-size: 15px;
  color: #fff;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
}

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

.footer-default {
  background-image: url("../images/bgFooter.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  color: #969696;
  clear: both;
}

.footer-main-content {
  padding: 25px 0;
  background: #243a76;
}

.footer-main-content .logo-footer {
  width: 100px;
  margin: 0 auto;
  margin-bottom: 20px;
}

.footer-main-content .footer-main-content-element .widget-title {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 20px;
  line-height: 30px;
  width: 100%;
  margin: 10px auto;
  font-family: auto;
}

.footer-main-content .footer-main-content-element .foot-danhmuc-noidung ul li {
  margin-bottom: 5px;
}

.footer-main-content .footer-main-content-element .foot-danhmuc-noidung ul li a {
  display: block;
  font-size: 14px;
  line-height: 25px;
  color: #fff;
}

.footer-main-content .footer-main-content-element .footer-danhmucsanpham li {
  margin-bottom: 5px;
}

.footer-main-content .footer-main-content-element .footer-danhmucsanpham li a {
  display: block;
  font-size: 14px;
  line-height: 25px;
  color: #fff;
}

.footer-main-content .foote-intro-mptoto p {
  text-align: justify;
  font-size: 15px;
  line-height: 25px;
  color: #fff;
  text-align: center;
    text-transform: uppercase;
    font-weight: bold;
}

.footer-main-content .foote-lienhe-mptoto ul li {
  text-align: justify;
  font-size: 15px;
  line-height: 25px;
  color: #fff;

}
.footer-main-content .foote-lienhe-mptoto ul li span{
 
  font-weight: bold;

}

.footer-main-content .foote-lienhe-mptoto ul li span {
  color: #fff;
}

.copyright-area {
  overflow: hidden;
  background-color: #f1f1f1;
}

.copyright-area .copyright-content {
  padding: 20px 0;
  border-top: 1px solid #ccc;
}

.copyright-area p {
  color: #fff;
  text-align: center;
}

.foote-thongtin-mptoto ul li {
  margin-bottom: 5px;
}

.foote-thongtin-mptoto ul li a {
  display: block;
  font-size: 14px;
  line-height: 25px;
  color: #fff;
}

.foote-khachhang-mptoto ul li {
  margin-bottom: 5px;
}

.foote-khachhang-mptoto ul li a {
  display: block;
  font-size: 14px;
  line-height: 25px;
  color: #fff;
}

.foote-dichvukhac-mptoto ul li {
  margin-bottom: 5px;
}

.foote-dichvukhac-mptoto ul li a {
  display: block;
  font-size: 14px;
  line-height: 22px;
  color: #fff;
  padding: 0 5px;
}

.row3_footer_mptoto {
  padding: 20px 0;
  border-top: 1px solid #cccccc;
}

.row3_footer_mptoto .list_bank_mptoto li {
  display: inline-block;
}

/*SOCIAL*/
.footer-about-ruouvang-social ul li {
  display: inline-block;
  margin-right: 4px;
}

.footer-about-ruouvang-social ul li a {
  display: block;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  overflow: hidden;
}

.footer-about-ruouvang-social ul li a img:hover {
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}

/*MENU*/
/*MENU DESKTOP*/
.gb-menu-category_mptoto .icon_cate_websmienphi {
  width: 20px;
  float: left;
  padding-top: 9px;
  margin-right: 10px;
}

.gb-menu-category_mptoto .main-menu {
  position: relative;
}

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

.gb-menu-category_mptoto .cssmenu ul {
  position: relative;
}

.gb-menu-category_mptoto .cssmenu ul li {
  border-bottom: 1px solid #dcdcdc;
}

.gb-menu-category_mptoto .cssmenu ul li:last-child {
  border-bottom: none;
}

.gb-menu-category_mptoto .cssmenu ul li a {
  position: relative;
}

.gb-menu-category_mptoto .cssmenu ul ul {
  width: 878px;
  height: 100%;
  padding: 20px;
}

@media screen and (max-width: 1199px) and (min-width: 992px) {
  .gb-menu-category_mptoto .cssmenu ul ul {
    width: 777px;
  }
}

.gb-menu-category_mptoto .cssmenu ul ul li {
  border-bottom: none;
}

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

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

.gb-menu-category_mptoto .cssmenu {
  width: auto;
  line-height: 1;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
}

@media screen and (max-width: 991px) {
  .gb-menu-category_mptoto .cssmenu {
    display: none;
  }
}

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

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

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

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

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

.gb-menu-category_mptoto .cssmenu>ul>li>a {
  font-size: 13px;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  text-align: left;
  color: #333;
  padding: 0 10px;
  line-height: 31.5px;
  text-decoration: none;
  -webkit-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .gb-menu-category_mptoto .cssmenu>ul>li>a {
    font-size: 11px;
  }
}

.gb-menu-category_mptoto .cssmenu>ul>li:hover>a,
.gb-menu-category_mptoto .cssmenu>ul>li.active>a {
  color: #000;
}

.gb-menu-category_mptoto .cssmenu>ul>li.has-sub>a:hover:before {
  content: '';
  display: block;
}

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

.gb-menu-category_mptoto .cssmenu>ul>li.has-sub a.triagle:hover:after {
      height: 90%;
    right: -47px;
    border-top: 15px solid transparent;
    border-left: 24px solid #ff8949;
    border-bottom: 15.7px solid transparent;
    border-right: 24px solid transparent;
    z-index: 200000;
    position: absolute;
    top: 0;
    margin: auto;
    content: "";
}

.gb-menu-category_mptoto .cssmenu ul ul {
  position: absolute;
  left: -9999px;
  z-index: 2;
  background: url('/images/menu-banner-002.png');
  border: 1px solid #dcdcdc;
  background-size: 115%;
  border-right: 1px solid red;
  border-bottom: 1px solid red;
  margin-left: 100%;
  top: 0;
  overflow: hidden;
}

.gb-menu-category_mptoto .cssmenu li:hover>ul {
  left: auto;
}

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

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

.gb-menu-category_mptoto .cssmenu ul ul ul li a {
  color: #666666;
  border-top: 1px solid #e0e0e0;
}

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

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

.gb-menu-category_mptoto .cssmenu ul ul li .item {
  /*margin-bottom: 30px;*/
}

.gb-menu-category_mptoto .cssmenu ul ul li .item h3 a {
  border-top: none;
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 13px;
  text-transform: uppercase;
  padding: 0;
}

.gb-menu-category_mptoto .cssmenu ul ul li ul {
  position: relative;
  left: 0;
  margin: 0;
  width: auto;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0;
  background: transparent !important;
}

.gb-menu-category_mptoto .cssmenu ul ul li ul a {
  padding: 0;
  line-height: 25px;
  border-top: none;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  display: inline-block;
}

.gb-menu-category_mptoto .cssmenu ul ul li ul a:hover {
  background: transparent;
  color: #0439ff;
  text-decoration: underline;
}

.gb-menu-category_mptoto .cssmenu ul ul li a {
  display: block;
  font-size: 13px;
  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-menu-category_mptoto .cssmenu ul ul li:first-child a {
  border-top: none;
}

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

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

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

.gb-menu-category_mptoto .box_feature_pro_cate {
  overflow: hidden;
  position: absolute;
  bottom: 5px;
}

.gb-menu-category_mptoto .box_feature_pro_cate a {
  display: block;
  float: left;
  width: 150px;
  text-align: center;
  position: relative;
  z-index: 1;
}

.gb-menu-category_mptoto .box_feature_pro_cate a:hover {
  background: transparent !important;
}

.gb-menu-category_mptoto .box_feature_pro_cate a img {
  margin: 0 auto;
}

.gb-menu-category_mptoto .box_feature_pro_cate a span {
  display: block;
  background-color: rgba(0, 0, 0, 0.7);
  line-height: 20px;
  height: 20px;
  overflow: hidden;
  padding: 0 5px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  font-size: 1.1em;
  color: #fff;
}

.gb-menu-category_mptoto .image_cate {
  position: absolute;
  right: 0;
  bottom: 0;
  clear: both;
  display: block;
  width: 100%;
  z-index: -1;
}

.gb-menu-category_mptoto {
  position: absolute;
  width: 100%;
  z-index: 9999;
  left: -100%;
  transition: all 0.5s;
  visibility: hidden;
}

.gb-menu-category_mptoto .uni-menu-text {
  background: #fff;
}

.menu-category_mptoto {
  position: relative;
}

@media screen and (min-width: 992px) {
  .menu-category_mptoto {
    display: block;
  }
}

@media screen and (max-width: 991px) {
  .menu-category_mptoto {
    display: none;
  }
}

.menu-category_mptoto .txtmenucategory-top_mptoto {
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
}

.menu-category_mptoto .menucategory-top_mptoto {
  position: relative;
}

.menu-category_mptoto .menucategory-top_mptoto:hover .gb-menu-category_mptoto {
  visibility: visible;
  left: 0;
}

.menu-category_mptoto .menucategory-top_mptoto .txtmenucategory-top_mptoto {
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
  background-color: #000;
  line-height: 44px;
  text-align: center;
}

/*MENU RIGHT*/
.menu-right-mptoto {
  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;
  /*MEGA MENU DỊCH VỤ*/
  /*MEGA MENU hosting*/
  /*MEGA MENU TÊN MIỀN*/
}

.menu-right-mptoto .main-menu {
  position: relative;
}

.menu-right-mptoto .cssmenu,
.menu-right-mptoto .cssmenu ul,
.menu-right-mptoto .cssmenu ul li,
.menu-right-mptoto .cssmenu ul li a,
.menu-right-mptoto .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;
}

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

.menu-right-mptoto .cssmenu #menu-button {
  display: none;
}

.menu-right-mptoto .cssmenu {
      float: right;
  width: auto;
  line-height: 1;
}

@media screen and (max-width: 991px) {
  .menu-right-mptoto .cssmenu {
    display: none;
  }
}

.menu-right-mptoto .cssmenu>ul>li {
  float: left;
  position: initial;
  text-align: center;
}

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

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

.menu-right-mptoto .cssmenu.align-center ul ul {
  text-align: left;
}

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

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

.menu-right-mptoto .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) {
  .menu-right-mptoto .cssmenu>ul>li>a {
    font-size: 11px;
  }
}

.menu-right-mptoto .cssmenu>ul>li:hover>a,
.menu-right-mptoto .cssmenu>ul>li.active>a {
  color: #fff;
  background: #171616;
}

.menu-right-mptoto .cssmenu>ul>li.has-sub>a:hover:before {
  content: '';
  display: block;
}

.menu-right-mptoto .cssmenu>ul>li.has-sub>a::after {
  position: absolute;
  top: 15px;
  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;
}

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

.menu-right-mptoto .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);
}

.menu-right-mptoto .cssmenu li:hover>ul {
  left: auto;
}

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

.menu-right-mptoto .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);
}

.menu-right-mptoto .cssmenu ul ul ul li a {
  color: #666666;
  border-top: 1px solid #e0e0e0;
}

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

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

.menu-right-mptoto .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;
}

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

.menu-right-mptoto .cssmenu ul ul li:hover>a,
.menu-right-mptoto .cssmenu ul ul li a:hover {
  color: #fff;
  background: #243a76;
}

.menu-right-mptoto .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;
}

.menu-right-mptoto .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;
}

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

.menu-right-mptoto .cssmenu ul li:hover .gb-mega-menu {
  display: block;
}

.menu-right-mptoto .cssmenu ul li .gb-mega-menu {
  position: absolute;
  display: none;
  z-index: 99999;
}

@media screen and (min-width: 992px) {
  .menu-right-mptoto .cssmenu ul li .gb-mega-menu {
    width: 940px;
    left: -205px;
  }
}

@media screen and (min-width: 1200px) {
  .menu-right-mptoto .cssmenu ul li .gb-mega-menu {
    width: 1140px;
    left: -285px;
  }
}

.menu-right-mptoto .cssmenu ul li .gb-mega-menu .box_image_sub_menu {
  height: 270px;
  overflow: hidden;
}

.menu-right-mptoto .cssmenu ul li .gb-mega-menu .box_image_sub_menu img {
  width: 100%;
  height: auto;
}

.menu-right-mptoto .cssmenu ul li .gb-mega-menu h3 {
  font-weight: 600;
  font-size: 18px;
  color: #243a76;
  line-height: 1.5;
}

.menu-right-mptoto .cssmenu ul li .gb-mega-menu ul {
  position: relative;
  left: initial;
  margin-left: initial;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.menu-right-mptoto .cssmenu ul li .gb-mega-menu ul li a {
  padding: 10px 20px;
  border: none;
}

.menu-right-mptoto .gb-menu-dichvu-mptoto .gb-menu-dichvu-left-mptoto p {
  background-color: #CC861E;
  padding: 61px 15px;
  font-size: 28px;
  font-weight: bold;
  font-style: italic;
  line-height: 1.3;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  text-transform: capitalize;
}

.menu-right-mptoto .gb-menu-dichvu-mptoto .gb-menu-dichvu-right-mptoto {
  padding: 5px;
}

.menu-right-mptoto .gb-menu-dichvu-mptoto .gb-menu-dichvu-right-mptoto ul {
  display: flow-root;
}

.menu-right-mptoto .gb-menu-dichvu-mptoto .gb-menu-dichvu-right-mptoto ul li {
  width: 33.33%;
  float: left;
  border: 1px solid rgba(153, 153, 153, 0.65);
  padding: 5px;
  min-height: 85px;
}

.menu-right-mptoto .gb-menu-dichvu-mptoto .gb-menu-dichvu-right-mptoto ul li .gb-menu-dichvu-right-item-mptoto .gb-menu-dichvu-right-item-icons-mptoto {
  width: 22%;
  margin-right: 3%;
  float: left;
}

.menu-right-mptoto .gb-menu-dichvu-mptoto .gb-menu-dichvu-right-mptoto ul li .gb-menu-dichvu-right-item-mptoto .gb-menu-dichvu-right-item-icons-mptoto img {
  width: 100%;
  height: auto;
}

.menu-right-mptoto .gb-menu-dichvu-mptoto .gb-menu-dichvu-right-mptoto ul li .gb-menu-dichvu-right-item-mptoto .gb-menu-dichvu-right-item-text-mptoto {
  padding-left: 80px;
}

.menu-right-mptoto .gb-menu-dichvu-mptoto .gb-menu-dichvu-right-mptoto ul li .gb-menu-dichvu-right-item-mptoto .gb-menu-dichvu-right-item-text-mptoto h3 a {
  display: block;
  padding: 0;
  color: #243a76;
  font-weight: bold;
  text-transform: capitalize;
  letter-spacing: 2px;
}

.menu-right-mptoto .gb-menu-dichvu-mptoto .gb-menu-dichvu-right-mptoto ul li .gb-menu-dichvu-right-item-mptoto .gb-menu-dichvu-right-item-text-mptoto h3 a:hover {
  background: transparent;
  color: #243a76;
}

.menu-right-mptoto .gb-menu-dichvu-mptoto .gb-menu-dichvu-right-mptoto ul li .gb-menu-dichvu-right-item-mptoto .gb-menu-dichvu-right-item-text-mptoto p {
  font-size: 13px;
  color: #a2a2a2;
  line-height: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.menu-right-mptoto .gb-menu-hosting-mptoto .gb-menu-hosting-left-mptoto p {
  background-color: #CC861E;
  padding: 56px 15px;
  font-size: 28px;
  font-weight: bold;
  font-style: italic;
  line-height: 1.3;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  text-transform: capitalize;
}

.menu-right-mptoto .gb-menu-hosting-mptoto .gb-menu-hosting-right-mptoto {
  padding: 5px;
}

.menu-right-mptoto .gb-menu-hosting-mptoto .gb-menu-hosting-right-mptoto ul {
  display: flow-root;
}

.menu-right-mptoto .gb-menu-hosting-mptoto .gb-menu-hosting-right-mptoto ul li {
  border: 1px solid rgba(153, 153, 153, 0.65);
  padding: 5px;
}

.menu-right-mptoto .gb-menu-hosting-mptoto .gb-menu-hosting-right-mptoto ul li .gb-menu-hosting-right-item-mptoto .gb-menu-hosting-right-item-icons-mptoto img {
  width: 50%;
  margin: 5px 25%;
}

.menu-right-mptoto .gb-menu-hosting-mptoto .gb-menu-hosting-right-mptoto ul li .gb-menu-hosting-right-item-mptoto .gb-menu-hosting-right-item-text-mptoto h3 a {
  display: block;
  padding: 0;
  color: #243a76;
  font-weight: bold;
  text-transform: capitalize;
  letter-spacing: 2px;
}

.menu-right-mptoto .gb-menu-hosting-mptoto .gb-menu-hosting-right-mptoto ul li .gb-menu-hosting-right-item-mptoto .gb-menu-hosting-right-item-text-mptoto h3 a:hover {
  background: transparent;
  color: #243a76;
}

.menu-right-mptoto .gb-menu-hosting-mptoto .gb-menu-hosting-right-mptoto ul li .gb-menu-hosting-right-item-mptoto .gb-menu-hosting-right-item-text-mptoto .desListNood2 {
  font-size: 13px;
  color: #a2a2a2;
  line-height: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  margin: 10px 0;
}

.menu-right-mptoto .gb-menu-hosting-mptoto .gb-menu-hosting-right-mptoto ul li .gb-menu-hosting-right-item-mptoto .gb-menu-hosting-right-item-text-mptoto .priceHost {
  font-size: 20px;
  text-align: center;
  width: 100%;
  color: #0C871E;
  font-weight: bold;
}

.menu-right-mptoto .gb-menu-tenmien-mptoto .gb-menu-tenmien-left-mptoto p {
  background-color: #CC861E;
  padding: 69px 15px;
  font-size: 28px;
  font-weight: bold;
  font-style: italic;
  line-height: 1.3;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  text-transform: capitalize;
}

.menu-right-mptoto .gb-menu-tenmien-mptoto .gb-menu-tenmien-right-mptoto {
  padding: 5px;
}

.menu-right-mptoto .gb-menu-tenmien-mptoto .gb-menu-tenmien-right-item-mptoto {
  padding: 1px 5px;
  border: 1px solid rgba(153, 153, 153, 0.65);
}

.menu-right-mptoto .gb-menu-tenmien-mptoto .gb-menu-tenmien-right-item-mptoto .gb-menu-tenmien-right-top {
  min-height: 90px;
}

.menu-right-mptoto .gb-menu-tenmien-mptoto .gb-menu-tenmien-right-item-mptoto .gb-menu-tenmien-right-top .gb-menu-tenmien-right-item-icons-mptoto {
  width: 20%;
  margin-right: 3%;
  float: left;
}

.menu-right-mptoto .gb-menu-tenmien-mptoto .gb-menu-tenmien-right-item-mptoto .gb-menu-tenmien-right-top .gb-menu-tenmien-right-item-icons-mptoto img {
  width: 100%;
  height: auto;
}

.menu-right-mptoto .gb-menu-tenmien-mptoto .gb-menu-tenmien-right-item-mptoto .gb-menu-tenmien-right-top .gb-menu-tenmien-right-item-text-mptoto {
  padding-left: 80px;
}

.menu-right-mptoto .gb-menu-tenmien-mptoto .gb-menu-tenmien-right-item-mptoto .gb-menu-tenmien-right-top .gb-menu-tenmien-right-item-text-mptoto h3 a {
  display: block;
  padding: 0;
  color: #243a76;
  font-weight: bold;
  text-transform: capitalize;
  letter-spacing: 2px;
}

.menu-right-mptoto .gb-menu-tenmien-mptoto .gb-menu-tenmien-right-item-mptoto .gb-menu-tenmien-right-top .gb-menu-tenmien-right-item-text-mptoto h3 a:hover {
  background: transparent;
  color: #243a76;
}

.menu-right-mptoto .gb-menu-tenmien-mptoto .gb-menu-tenmien-right-item-mptoto .gb-menu-tenmien-right-top .gb-menu-tenmien-right-item-text-mptoto p {
  font-size: 13px;
  color: #a2a2a2;
  line-height: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.menu-right-mptoto .gb-menu-tenmien-mptoto .gb-menu-tenmien-right-item-mptoto .gb-menu-tenmien-right-bottom ul li {
  width: 100%;
  font-size: 15px;
  font-weight: bold;
  border-bottom: 1px dashed #666;
  line-height: 30px;
}

.menu-right-mptoto .gb-menu-tenmien-mptoto .gb-menu-tenmien-right-item-mptoto .gb-menu-tenmien-right-bottom ul li:last-child {
  border-bottom: none;
}

.menu-right-mptoto .gb-menu-tenmien-mptoto .gb-menu-tenmien-right-item-mptoto .gb-menu-tenmien-right-bottom ul li span {
  font-style: italic;
  color: #097C9D;
}

.menu-right-mptoto .gb-menu-tenmien-mptoto .linkPD-mptoto {
  text-align: center;
  margin: 10px 10px 0 10px;
}

.menu-right-mptoto .gb-menu-tenmien-mptoto .linkPD-mptoto a {
  display: inline-block;
  background: #243a76;
  min-width: 150px;
  text-align: center;
  padding: 8px 20px;
  color: #fff;
  border: 1px solid #243a76;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.menu-right-mptoto .gb-menu-tenmien-mptoto .linkPD-mptoto a:hover {
  color: #243a76;
  background: transparent;
}

.gb-header-between {
  padding: 20px 0;
}

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

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

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

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

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

@media screen and (max-width: 991px) {
  .mobile-nav #cssmenu {
    width: 100%;
    background: #22292d;
    display: none;
    position: absolute;
    min-height: 100%;
    z-index: 2000000;
  }

  .mobile-nav .uni-icons-close {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: solid 1px #333333;
    margin: auto;
    margin-top: 30px;
    margin-bottom: 35px;
  }

  .mobile-nav .uni-icons-close i {
    font-family: FontAwesome;
    font-size: 15px;
    line-height: 2.93;
    text-align: center;
    color: #aeaeae;
  }

  .mobile-nav #cssmenu ul {
    width: 100%;
    display: none;
    padding: 0 30px;
    background: transparent;
  }

  .mobile-nav #cssmenu ul ul {
    background: transparent;
    padding-right: 0;
  }

  .mobile-nav #cssmenu.align-center>ul,
  .mobile-nav #cssmenu.align-right ul ul {
    text-align: left;
  }

  .mobile-nav #cssmenu ul li,
  .mobile-nav #cssmenu ul ul li,
  .mobile-nav #cssmenu ul li:hover>ul>li {
    width: 100%;
    height: auto;
    border-top: 1px solid rgba(120, 120, 120, 0.15);
  }

  .mobile-nav #cssmenu ul ul li,
  .mobile-nav #cssmenu ul li:hover>ul>li {
    border-top: 1px solid transparent;
  }

  .mobile-nav #cssmenu li:hover>ul {
    border-top: 1px solid rgba(120, 120, 120, 0.15);
  }

  .mobile-nav #cssmenu ul li a,
  .mobile-nav #cssmenu ul ul li a {
    width: 100%;
    padding: 11px 0;
    text-transform: inherit;
  }

  .mobile-nav #cssmenu>ul>li,
  .mobile-nav #cssmenu.align-center>ul>li,
  .mobile-nav #cssmenu.align-right>ul>li {
    float: none;
    display: block;
  }

  .mobile-nav #cssmenu ul ul li:last-child a {
    border-bottom: none;
  }

  .mobile-nav #cssmenu ul ul li a {
    display: block;
    line-height: 24px;
    font-size: 14px;
    color: #aeaeae;
    background: none;
    border: none;
    border-bottom: 1px solid rgba(120, 120, 120, 0.15);
  }

  .mobile-nav #cssmenu ul ul li:hover>a,
  .mobile-nav #cssmenu ul ul li a:hover {
    color: #243a76;
  }

  .mobile-nav .home-icon {
    background: transparent;
  }

  .mobile-nav #cssmenu>ul>li:hover>a,
  .mobile-nav #cssmenu>ul>li.active>a {
    color: #243a76 !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: #243a76;
    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: #243a76;
    z-index: 99;
  }

  .mobile-nav #cssmenu .submenu-button.submenu-opened:after {
    display: none;
  }

  .mobile-nav .navbar-toggle .icon-bar {
    display: inline-block;
  }

  .mobile-nav .menu-mobile-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    /*width: 40px;*/
    height: 40px;
    /*border: 1px solid #0136ff;*/
    position: absolute;
    color: #fff;
    /*background: #000;*/
    top: 70px;
    right: 20px;
    z-index: 9999;
    padding: 0 10px;
  }
}

.footer-links {
  padding-left: 30px;
}

.footer-links ul li {
  display: inline-block;
  border-left: 1px solid #a2a2a2;
  padding: 0 10px;
  margin-bottom: 10px;
}

.footer-links ul li:first-child {
  border-left: none;
  padding-left: 0;
}

.footer-links ul li a {
  display: block;
  font-size: 13px;
  color: #000000;
}

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

#vietnhanxet .modal-title {
  color: #243a76;
}

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

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

.gb-form-nhan-xet .btn:hover {
  background: transparent;
  color: #243a76;
}

.gb-nhan-xet-baiviet-header {
  display: flow-root;
  border-bottom: 1px solid #dcdcdc;
  padding-bottom: 20px;
  margin-bottom: 30px;
}

.gb-nhan-xet-baiviet-header h3 {
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  color: #333;
  margin-bottom: 20px;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 10px;
}

.gb-nhan-xet-baiviet-header h3:before {
  position: absolute;
  content: '';
  width: 114px;
  bottom: -2px;
  left: 1px;
  height: 3px;
  background: #3cc;
}

.gb-nhan-xet-baiviet {
  padding: 30px 0 40px 0;
  /** ====================
 * Lista de Comentarios
 =======================*/
  /**
   * Lineas / Detalles
   -----------------------*/
  /**
   * Avatar
   ---------------------------*/
  /**
   * Caja del Comentario
   ---------------------------*/
  /** =====================
   * Responsive
   ========================*/
}

.gb-nhan-xet-baiviet .comments-container h1 a {
  font-size: 18px;
  font-weight: 700;
}

.gb-nhan-xet-baiviet .comments-list {
  margin-top: 30px;
  position: relative;
}

.gb-nhan-xet-baiviet .comments-list:before {
  content: '';
  width: 2px;
  height: 100%;
  background: #c7cacb;
  position: absolute;
  left: 32px;
  top: 0;
}

.gb-nhan-xet-baiviet .comments-list:after {
  content: '';
  position: absolute;
  background: #c7cacb;
  bottom: 0;
  left: 27px;
  width: 7px;
  height: 7px;
  border: 3px solid #dee1e3;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.gb-nhan-xet-baiviet .reply-list:before,
.gb-nhan-xet-baiviet .reply-list:after {
  display: none;
}

.gb-nhan-xet-baiviet .reply-list li:before {
  content: '';
  width: 60px;
  height: 2px;
  background: #c7cacb;
  position: absolute;
  top: 25px;
  left: -55px;
}

.gb-nhan-xet-baiviet .comments-list li {
  margin-bottom: 15px;
  display: block;
  position: relative;
}

.gb-nhan-xet-baiviet .comments-list li:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
  width: 0;
}

.gb-nhan-xet-baiviet .reply-list {
  padding-left: 88px;
  clear: both;
  margin-top: 15px;
}

.gb-nhan-xet-baiviet .comments-list .comment-avatar {
  width: 65px;
  height: 65px;
  position: relative;
  z-index: 99;
  float: left;
  border: 3px solid #FFF;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}

.gb-nhan-xet-baiviet .comments-list .comment-avatar img {
  width: 100%;
  height: 100%;
}

.gb-nhan-xet-baiviet .reply-list .comment-avatar {
  width: 50px;
  height: 50px;
}

.gb-nhan-xet-baiviet .comment-main-level:after {
  content: '';
  width: 0;
  height: 0;
  display: block;
  clear: both;
}

.gb-nhan-xet-baiviet .comments-list .comment-box {
  width: 680px;
  float: right;
  position: relative;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
}

.gb-nhan-xet-baiviet .comments-list .comment-box:before,
.gb-nhan-xet-baiviet .comments-list .comment-box:after {
  content: '';
  height: 0;
  width: 0;
  position: absolute;
  display: block;
  border-width: 10px 12px 10px 0;
  border-style: solid;
  border-color: transparent #FCFCFC;
  top: 8px;
  left: -11px;
}

.gb-nhan-xet-baiviet .comments-list .comment-box:before {
  border-width: 11px 13px 11px 0;
  border-color: transparent rgba(0, 0, 0, 0.05);
  left: -12px;
}

.gb-nhan-xet-baiviet .reply-list .comment-box {
  width: 610px;
}

.gb-nhan-xet-baiviet .comment-box .comment-head {
  background: #FCFCFC;
  padding: 10px 12px;
  border-bottom: 1px solid #E5E5E5;
  overflow: hidden;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}

.gb-nhan-xet-baiviet .comment-box .comment-head i {
  float: right;
  margin-left: 14px;
  position: relative;
  top: 2px;
  color: #A6A6A6;
  cursor: pointer;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.gb-nhan-xet-baiviet .comment-box .comment-head i:hover {
  color: #03658c;
}

.gb-nhan-xet-baiviet .comment-box .comment-name {
  color: #283035;
  font-size: 14px;
  font-weight: 700;
  float: left;
  margin-right: 10px;
}

.gb-nhan-xet-baiviet .comment-box .comment-name a {
  color: #283035;
}

.gb-nhan-xet-baiviet .comment-box .comment-head span {
  float: left;
  color: #999;
  font-size: 13px;
  position: relative;
  top: 1px;
}

.gb-nhan-xet-baiviet .comment-box .comment-content {
  background: #FFF;
  padding: 12px;
  font-size: 15px;
  color: #595959;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}

.gb-nhan-xet-baiviet .comment-box .comment-name.by-author,
.gb-nhan-xet-baiviet .comment-box .comment-name.by-author a {
  color: #03658c;
}

.gb-nhan-xet-baiviet .comment-box .comment-name.by-author:after {
  content: 'autor';
  background: #03658c;
  color: #FFF;
  font-size: 12px;
  padding: 3px 5px;
  font-weight: 700;
  margin-left: 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

@media only screen and (max-width: 766px) {
  .gb-nhan-xet-baiviet .comments-container {
    width: 480px;
  }

  .gb-nhan-xet-baiviet .comments-list .comment-box {
    width: 390px;
  }

  .gb-nhan-xet-baiviet .reply-list .comment-box {
    width: 320px;
  }
}

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

.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: #000;
  border: 2px solid #243a76 !important;
  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: #fff;
}

/*PARTNER*/
.gb-partner_mptoto {
  padding: 50px 0;
}

.gb-partner_mptoto .gb-partner_mptoto-title {
  text-align: center;
}

.gb-partner_mptoto .gb-partner_mptoto-title h2 {
  display: block;
  font-size: 30px;
  text-transform: uppercase;
  color: #000;
  font-weight: 600;
  padding-bottom: 15px;
}

.gb-partner_mptoto .gb-partner_mptoto-title .underline-product_mptoto {
  width: 150px;
  height: 2px;
  background: #000;
  margin: 0 auto;
  margin-bottom: 15px;
}

/*other*/
.gb-doitac-ykien_mptoto {
  padding: 50px 0;
  background: #f1f1f1;
}

.gb-thuvienanh .gb-thuvienanh-body .gb-thuvienanh-item {
  position: relative;
  overflow: hidden;
}

.gb-thuvienanh .gb-thuvienanh-body .gb-thuvienanh-item:hover {
  cursor: pointer;
}

.gb-thuvienanh .gb-thuvienanh-body .gb-thuvienanh-item:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.gb-thuvienanh .gb-thuvienanh-body .gb-thuvienanh-item:hover h5 {
  opacity: 1;
}

.gb-thuvienanh .gb-thuvienanh-body .gb-thuvienanh-item:hover .overlay-shade {
  opacity: 0.5;
}

.gb-thuvienanh .gb-thuvienanh-body .gb-thuvienanh-item:hover .icons-holder {
  top: 50%;
  margin-top: -18px;
}

.gb-thuvienanh .gb-thuvienanh-body .gb-thuvienanh-item img {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.gb-thuvienanh .gb-thuvienanh-body .gb-thuvienanh-item h5 {
  opacity: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 999;
  overflow: hidden;
  padding: 25px 30px 60px;
  color: #fff;
  font-size: 24px;
  text-align: center;
  -webkit-transition: opacity 0.3s ease-in-out 0s;
  -o-transition: opacity 0.3s ease-in-out 0s;
  transition: opacity 0.3s ease-in-out 0s;
}

.gb-thuvienanh .gb-thuvienanh-body .gb-thuvienanh-item .overlay-shade {
  position: absolute;
  display: inline-block;
  vertical-align: middle;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  opacity: 0;
  background: #243a76;
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

.gb-thuvienanh .gb-thuvienanh-body .gb-thuvienanh-item .icons-holder {
  position: absolute;
  top: -10%;
  left: 50%;
  display: inline-block;
  width: auto;
  height: 36px;
  vertical-align: middle;
  z-index: 130;
  color: white;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

/*BANNER*/
.gb-banner-mptoto {
  margin-top: 30px;
}

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

@media screen and (max-width: 767px) {
  .gb-banner-mptoto {
    margin-bottom: 30px;
  }
}

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

@media screen and (max-width: 767px) {
  .gb-banner-mptoto {
    margin-bottom: 30px;
  }
}

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

/*BREAKCRUM*/
.breadcrumb {
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 15px;
  margin-left: -15px;
  margin-right: -15px;
}

/*INTRODUCE*/
.gb-home-introduct_mptoto {
  padding: 20px 0;
}

/*.gb-home-introduct_mptoto .gb-home-introduct_mptoto-left h2 {
  font-size: 24px;
  /*text-transform: uppercase;*/
  padding-bottom: 20px;
  color: #243a76;
}*/

.gb-home-introduct_mptoto .gb-home-introduct_mptoto-left p {
  text-align: justify;
  font-size: 15px;
  line-height: 30px;
  color: #7a7a7a;
}

.gb-home-introduct_mptoto .gb-home-introduct_mptoto-left .xemtiep_mptoto {
  display: inline-block;
  background: #243a76;
  padding: 12px 30px;
  color: #fff;
  margin-top: 10px;
}

.gb-home-introduct_mptoto .gb-home-introduct_mptoto-right img {
  width: 100%;
  height: auto;
}

/*PAGINATION*/
.loop-pagination {
  text-align: center;
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.loop-pagination li {
  float: left;
  margin-left: -1px;
}

@media screen and (max-width: 991px) {
  .loop-pagination li {
    margin-left: 1px;
  }
}

.loop-pagination li:first-child {
  margin-left: 0;
}

.loop-pagination li a.page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 16px;
  line-height: 1.06;
  text-align: center;
  color: #666666;
  border: 1px solid #e0e0e0;
  padding: 10px 15px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

@media screen and (max-width: 767px) {
  .loop-pagination li a.page-numbers {
    width: 35px;
    height: 35px;
  }
}

.loop-pagination li a.page-numbers:hover {
  background: #243a76;
  color: #fff;
  border-color: #243a76;
}

.loop-pagination li a.current {
  background: #243a76;
  color: #fff;
  border-color: #243a76;
}

.loop-pagination li a.prev {
  border: 1px solid #E0E0E0;
  padding: 10px 18px;
}

.loop-pagination li a.next {
  border: 1px solid #E0E0E0;
  padding: 10px 18px;
}

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

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

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

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

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

.gb-page-quangcao-facebook-wmptoto #Content-mainIntro {
  margin-bottom: 30px;
}

.gb-page-quangcao-facebook-wmptoto .mainIntro {
  margin-top: 15px;
}

.gb-page-quangcao-facebook-wmptoto .titleMainPage {
  width: 100%;
  font-size: 36px;
}

.gb-page-quangcao-facebook-wmptoto .titleWhat2 {
  width: 100%;
  font-size: 24px;
  font-weight: normal;
}

.gb-page-quangcao-facebook-wmptoto .titleWhat2 i {
  font-size: 2em;
  color: #1D971A;
  margin-right: 10px;
}

.gb-page-quangcao-facebook-wmptoto .leftWhat2 p {
  line-height: 1.6;
  font-weight: 400;
  color: #000;
  font-size: 14px;
  margin: 10px 0;
}

.gb-page-quangcao-facebook-wmptoto .leftWhat2 h3 {
  font-weight: bold;
}

.gb-page-quangcao-facebook-wmptoto .linkWhat2 {
  font-weight: 400;
  color: #0CF;
  border-bottom: 1px dashed #0CF;
  font-size: 1.6em;
}

.gb-page-quangcao-facebook-wmptoto .rowIntro {
  margin-top: 20px;
}

.gb-page-quangcao-facebook-wmptoto .imgWhat2 {
  float: right;
  width: 40%;
  border: 1px solid #000;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.gb-page-quangcao-facebook-wmptoto .titleIntro2 {
  line-height: 50px;
  width: 100%;
  font-size: 3.5em;
  font-weight: normal;
}

.gb-page-quangcao-facebook-wmptoto .listWhy2 {
  width: 100%;
  margin-bottom: 20px;
}

.gb-page-quangcao-facebook-wmptoto .listWhy2 li:last-child {
  margin-right: 0;
}

.gb-page-quangcao-facebook-wmptoto .listWhy2 li div {
  text-align: center;
  margin: 20px 0;
}

.gb-page-quangcao-facebook-wmptoto .listWhy2 li div i {
  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: 100px;
  height: 100px;
  font-size: 4em;
  border-radius: 50%;
  margin: 0 auto;
  color: #fff;
  background-color: #09C;
}

.gb-page-quangcao-facebook-wmptoto .listWhy2 li h5 {
  width: 100%;
  text-align: center;
  font-size: 24px;
  color: #941414;
  font-weight: bold;
}

.gb-page-quangcao-facebook-wmptoto .listWhy2 li p {
  width: 90%;
  margin: 0.5em 5%;
  text-align: center;
  line-height: 1.4;
  color: #000;
  font-size: 14px;
}

.gb-page-quangcao-facebook-wmptoto .box_Module_IT {
  float: left;
  width: 31%;
  margin: 10px 3.5% 10px 0px;
  position: relative;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 30px 10px 10px 10px;
  border: 3px solid transparent;
}

.gb-page-quangcao-facebook-wmptoto .box_Module_IT:last-child {
  margin-right: 0%;
}

.gb-page-quangcao-facebook-wmptoto .box_Module_IT1:hover {
  border-color: #DC1D52;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.gb-page-quangcao-facebook-wmptoto .box_Module_IT2:hover {
  border-color: #7bd156;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.gb-page-quangcao-facebook-wmptoto .box_Module_IT3:hover {
  border-color: #0099cc;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.gb-page-quangcao-facebook-wmptoto .icon_IT {
  position: relative;
  margin-bottom: 2em;
}

.gb-page-quangcao-facebook-wmptoto .icon_IT p {
  width: 66%;
  margin: 0em 17%;
  border-bottom: 1px solid #999;
}

.gb-page-quangcao-facebook-wmptoto .icon_IT i {
  font-size: 36px;
  position: absolute;
  text-align: center;
  width: 20%;
  background-color: #fff;
  top: -21px;
  left: 40%;
}

.gb-page-quangcao-facebook-wmptoto .icon_IT1 {
  color: #DC1D52;
}

.gb-page-quangcao-facebook-wmptoto .icon_IT2 {
  color: #7bd156;
}

.gb-page-quangcao-facebook-wmptoto .icon_IT3 {
  color: #0099cc;
}

.gb-page-quangcao-facebook-wmptoto .name_IT {
  display: block;
  width: 100%;
  text-align: center;
  margin: 0.5em 0%;
  color: #000;
  font-size: 24px;
  text-transform: uppercase;
  text-decoration: none;
}

.gb-page-quangcao-facebook-wmptoto .name_IT:hover {
  color: #DC1D52;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.gb-page-quangcao-facebook-wmptoto .box_Module_IT p {
  font-weight: normal;
  line-height: 1.4;
  font-size: 14px;
  width: 90%;
  margin: 0 5%;
  color: #a2a2a2;
  text-align: justify;
  text-align-last: center;
}

.gb-page-quangcao-facebook-wmptoto .viewMore_IT {
  width: 36%;
  margin: 0 32%;
  position: relative;
  float: left;
  margin-top: 5px;
  background-image: -webkit-linear-gradient(to left, #2191b6 30%, #356f91);
  background-image: -webkit-gradient(linear, right top, left top, color-stop(30%, #2191b6), to(#356f91));
  background-image: -webkit-linear-gradient(right, #2191b6 30%, #356f91);
  background-image: -o-linear-gradient(right, #2191b6 30%, #356f91);
  background-image: linear-gradient(to left, #2191b6 30%, #356f91);
}

.gb-page-quangcao-facebook-wmptoto .viewMore_IT span {
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #E78934;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.gb-page-quangcao-facebook-wmptoto .viewMore_IT:hover span {
  width: 100%;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.gb-page-quangcao-facebook-wmptoto .listIntroService,
.gb-page-quangcao-facebook-wmptoto .listIntroService li {
  float: left;
  width: 100%;
}

.gb-page-quangcao-facebook-wmptoto .listIntroService li {
  position: relative;
  color: #000;
  font-size: 1.5em;
  margin-top: 5px;
  padding-left: 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  border-bottom: 1px dashed #666;
  padding-bottom: 5px;
}

.gb-page-quangcao-facebook-wmptoto .listIntroService li:before {
  content: "+";
  margin-right: 7px;
  font-weight: bold;
  font-size: 1.5em;
  text-decoration: underline;
}

.gb-page-quangcao-facebook-wmptoto .listIntroService1 li:before {
  color: #DC1D52;
}

.gb-page-quangcao-facebook-wmptoto .listIntroService2 li:before {
  color: #7bd156;
}

.gb-page-quangcao-facebook-wmptoto .listIntroService3 li:before {
  color: #0099cc;
}

.gb-page-quangcao-facebook-wmptoto .viewMore_IT a {
  width: 100%;
  padding: 15px 0;
  text-align: center;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  position: relative;
  z-index: 100;
  display: block;
}

.gb-page-quangcao-facebook-wmptoto .priceService {
  width: 100%;
  text-align: center;
  font-size: 1.6em;
  margin-top: 15px;
}

.gb-page-quangcao-facebook-wmptoto .priceService3 {
  color: #0099cc;
}

.gb-page-quangcao-facebook-wmptoto .priceService2 {
  color: #7bd156;
}

.gb-page-quangcao-facebook-wmptoto .priceService1 {
  color: #DC1D52;
}

.gb-page-quangcao-facebook-wmptoto .priceService span {
  font-weight: bold;
  font-size: 1.4em;
  margin-left: 5px;
}

.gb-page-quangcao-facebook-wmptoto p {
  line-height: 24px;
  font-size: 14px;
}

.gb-page-quangcao-facebook-wmptoto .moreLinkNewsPage {
  border: 2px dashed #f8af25;
  padding: 10px;
  margin: 10px 0;
  background-color: #ffe9be;
}

.gb-page-quangcao-facebook-wmptoto .moreLinkNewsPage strong {
  display: block;
  position: relative;
  padding-bottom: 5px;
  border-bottom: 2px solid #696868;
  padding-left: 30px;
}

.gb-page-quangcao-facebook-wmptoto .moreLinkNewsPage .linkNewsPage {
  padding-top: 5px;
  border-bottom: 1px dashed #696868;
}

.gb-page-quangcao-facebook-wmptoto h2 {
  font-size: 24px;
  margin: 15px 0;
}

.gb-chinhsach-vanchuyen {
  padding: 50px 0;
}

.gb-chinhsach-vanchuyen .gb-chinhsach-vanchuyen-body h1 {
  font-size: 20px;
  font-weight: bold;
  text-align: left;
  color: #333;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.gb-chinhsach-vanchuyen .gb-chinhsach-vanchuyen-body ul li {
  display: block;
  color: #333;
  font-size: 16px;
  line-height: 26px;
}

.gb-chinhsach-vanchuyen .gb-chinhsach-vanchuyen-body ul li span {
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  color: #333;
}

.gb-chinhsach-vanchuyen .gb-chinhsach-vanchuyen-body h2 {
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  color: #333;
  margin: 20px 0;
  text-transform: uppercase;
}

.gb-chinhsach-vanchuyen .gb-chinhsach-vanchuyen-body h4 {
  margin: 15px 0;
}

.gb-chinhsach-vanchuyen .gb-chinhsach-vanchuyen-body h4 span {
  font-weight: bold;
  color: #333;
  font-size: 14px;
  text-decoration: underline;
}

.gb-chinhsach-vanchuyen .gb-chinhsach-vanchuyen-body p {
  display: block;
  color: #a2a2a2;
  font-size: 14px;
  line-height: 26px;
  text-align: justify;
}

/*CONTACT*/
.footer_contact_infos_mptoto ul li {
  display: block;
  font-size: 14px;
  line-height: 35px;
  color: #fff;
}

.footer_contact_infos_mptoto ul li a {
  display: block;
  font-size: 14px;
  line-height: 25px;
  color: #fff;
}

.footer_contact_infos_mptoto ul li i {
  width: 20px;
}

.footer_contact_infos_mptoto ul li span {
  text-decoration: underline;
}

/*ĐẠI ĐIỂM*/
.gb-cart-dia-diem {
  margin: 40px 0;
}

.gb-cart-dia-diem .gb-cart-dia-diem-item {
  margin-bottom: 20px;
}

.gb-cart-dia-diem h4 {
  margin-bottom: 10px;
}

.gb-cart-dia-diem h4 span {
  color: #243a76;
  font-weight: 600;
}

.gb-cart-dia-diem p {
  font-size: 14px;
  line-height: 26px;
}

.gb-cart-dia-diem p span {
  color: #333;
  font-weight: 600;
  font-size: 14px;
}

.gb-cart-dia-diem ul {
  display: flow-root;
}

.gb-cart-dia-diem ul li {
  width: 50%;
  float: left;
  font-size: 14px;
  line-height: 26px;
}

.gb-cart-dia-diem ul li span {
  color: #333;
  font-weight: 600;
  font-size: 14px;
}

.gb-gioithieu-company-mptoto {
  background: #f4f4f4;
  padding: 20px;
  margin-bottom: 40px;
}

.gb-gioithieu-company-mptoto h2 {
  font-size: 18px;
  font-weight: bold;
  color: #243a76;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.gb-gioithieu-company-mptoto p {
  font-size: 16px;
  line-height: 26px;
  color: #333;
}

.gb-gioithieu-company-mptoto .gb-dress-intro ul li {
  display: flow-root;
  margin-bottom: 10px;
}

.gb-gioithieu-company-mptoto .gb-dress-intro ul li .icons {
  width: 40px;
  height: 40px;
  border: 1px solid #243a76;
  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: #243a76;
  float: left;
}

.gb-gioithieu-company-mptoto .gb-dress-intro ul li p {
  padding-left: 60px;
  color: #333;
  font-size: 16px;
  line-height: 1.5;
}

.gb-gioithieu-company-mptoto .gb-support-intro ul li {
  display: flow-root;
  margin-bottom: 10px;
}

.gb-gioithieu-company-mptoto .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: #243a76;
  float: left;
}

.gb-gioithieu-company-mptoto .gb-support-intro ul li p {
  padding-left: 60px;
  color: #333;
  font-size: 16px;
}

/*SLIDESHOW*/
.gb-slideshow_mptoto {
  position: relative;
}

.gb-slideshow_mptoto .owl-nav [class*=owl-] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: transparent !important;
  border: transparent;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.gb-slideshow_mptoto .owl-nav [class*=owl-]:hover {
  background: transparent !important;
}

.gb-slideshow_mptoto .owl-nav {
  margin-top: 0 !important;
}

@media screen and (max-width: 991px) and (min-width: 768px) {
  .gb-slideshow_mptoto .owl-nav {
    top: -78px;
  }
}

.gb-slideshow_mptoto .owl-nav .owl-prev {
  position: absolute;
  top: 45%;
  left: 10px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.gb-slideshow_mptoto .owl-nav .owl-prev:before {
  content: '';
  background: url("../images/slide/left_arrow.png") no-repeat;
  height: 114px;
  position: absolute;
  width: 50px;
}

.gb-slideshow_mptoto .owl-nav .owl-next {
  position: absolute;
  top: 45%;
  right: 10px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.gb-slideshow_mptoto .owl-nav .owl-next:before {
  content: '';
  background: url("../images/slide/right_arrow.png") no-repeat;
  height: 114px;
  position: absolute;
  width: 50px;
}

.gb-slideshow_mptoto .owl-theme .owl-dots {
  position: absolute;
  bottom: 20px;
  width: 100%;
}

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

#vietnhanxet .modal-title {
  color: #243a76;
}

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

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

.gb-form-nhan-xet .btn:hover {
  background: transparent;
  color: #243a76;
}

.gb-nhan-xet-baiviet-header {
  display: flow-root;
  border-bottom: 1px solid #dcdcdc;
  padding-bottom: 20px;
  margin-bottom: 30px;
}

.gb-nhan-xet-baiviet-header h3 {
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  color: #333;
  margin-bottom: 20px;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 10px;
}

.gb-nhan-xet-baiviet-header h3:before {
  position: absolute;
  content: '';
  width: 114px;
  bottom: -2px;
  left: 1px;
  height: 3px;
  background: #3cc;
}

.gb-nhan-xet-baiviet {
  padding: 30px 0 40px 0;
  /** ====================
 * Lista de Comentarios
 =======================*/
  /**
   * Lineas / Detalles
   -----------------------*/
  /**
   * Avatar
   ---------------------------*/
  /**
   * Caja del Comentario
   ---------------------------*/
  /** =====================
   * Responsive
   ========================*/
}

.gb-nhan-xet-baiviet .comments-container h1 a {
  font-size: 18px;
  font-weight: 700;
}

.gb-nhan-xet-baiviet .comments-list {
  margin-top: 30px;
  position: relative;
}

.gb-nhan-xet-baiviet .comments-list:before {
  content: '';
  width: 2px;
  height: 100%;
  background: #c7cacb;
  position: absolute;
  left: 32px;
  top: 0;
}

.gb-nhan-xet-baiviet .comments-list:after {
  content: '';
  position: absolute;
  background: #c7cacb;
  bottom: 0;
  left: 27px;
  width: 7px;
  height: 7px;
  border: 3px solid #dee1e3;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.gb-nhan-xet-baiviet .reply-list:before,
.gb-nhan-xet-baiviet .reply-list:after {
  display: none;
}

.gb-nhan-xet-baiviet .reply-list li:before {
  content: '';
  width: 60px;
  height: 2px;
  background: #c7cacb;
  position: absolute;
  top: 25px;
  left: -55px;
}

.gb-nhan-xet-baiviet .comments-list li {
  margin-bottom: 15px;
  display: block;
  position: relative;
}

.gb-nhan-xet-baiviet .comments-list li:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
  width: 0;
}

.gb-nhan-xet-baiviet .reply-list {
  padding-left: 88px;
  clear: both;
  margin-top: 15px;
}

.gb-nhan-xet-baiviet .comments-list .comment-avatar {
  width: 65px;
  height: 65px;
  position: relative;
  z-index: 99;
  float: left;
  border: 3px solid #FFF;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}

.gb-nhan-xet-baiviet .comments-list .comment-avatar img {
  width: 100%;
  height: 100%;
}

.gb-nhan-xet-baiviet .reply-list .comment-avatar {
  width: 50px;
  height: 50px;
}

.gb-nhan-xet-baiviet .comment-main-level:after {
  content: '';
  width: 0;
  height: 0;
  display: block;
  clear: both;
}

.gb-nhan-xet-baiviet .comments-list .comment-box {
  width: 680px;
  float: right;
  position: relative;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
}

.gb-nhan-xet-baiviet .comments-list .comment-box:before,
.gb-nhan-xet-baiviet .comments-list .comment-box:after {
  content: '';
  height: 0;
  width: 0;
  position: absolute;
  display: block;
  border-width: 10px 12px 10px 0;
  border-style: solid;
  border-color: transparent #FCFCFC;
  top: 8px;
  left: -11px;
}

.gb-nhan-xet-baiviet .comments-list .comment-box:before {
  border-width: 11px 13px 11px 0;
  border-color: transparent rgba(0, 0, 0, 0.05);
  left: -12px;
}

.gb-nhan-xet-baiviet .reply-list .comment-box {
  width: 610px;
}

.gb-nhan-xet-baiviet .comment-box .comment-head {
  background: #FCFCFC;
  padding: 10px 12px;
  border-bottom: 1px solid #E5E5E5;
  overflow: hidden;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}

.gb-nhan-xet-baiviet .comment-box .comment-head i {
  float: right;
  margin-left: 14px;
  position: relative;
  top: 2px;
  color: #A6A6A6;
  cursor: pointer;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.gb-nhan-xet-baiviet .comment-box .comment-head i:hover {
  color: #03658c;
}

.gb-nhan-xet-baiviet .comment-box .comment-name {
  color: #283035;
  font-size: 14px;
  font-weight: 700;
  float: left;
  margin-right: 10px;
}

.gb-nhan-xet-baiviet .comment-box .comment-name a {
  color: #283035;
}

.gb-nhan-xet-baiviet .comment-box .comment-head span {
  float: left;
  color: #999;
  font-size: 13px;
  position: relative;
  top: 1px;
}

.gb-nhan-xet-baiviet .comment-box .comment-content {
  background: #FFF;
  padding: 12px;
  font-size: 15px;
  color: #595959;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}

.gb-nhan-xet-baiviet .comment-box .comment-name.by-author,
.gb-nhan-xet-baiviet .comment-box .comment-name.by-author a {
  color: #03658c;
}

.gb-nhan-xet-baiviet .comment-box .comment-name.by-author:after {
  content: 'autor';
  background: #03658c;
  color: #FFF;
  font-size: 12px;
  padding: 3px 5px;
  font-weight: 700;
  margin-left: 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

@media only screen and (max-width: 766px) {
  .gb-nhan-xet-baiviet .comments-container {
    width: 480px;
  }

  .gb-nhan-xet-baiviet .comments-list .comment-box {
    width: 390px;
  }

  .gb-nhan-xet-baiviet .reply-list .comment-box {
    width: 320px;
  }
}

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

.gb-form-lienhe h3 {
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  color: #243a76;
  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: #243a76 !important;
  border: 2px solid #000;
  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: #fff;
}

.uni-footer-newletter {
  margin-bottom: 20px;
}

.uni-footer-newletter .input-group {
  border-radius: 4px;
}

.uni-footer-newletter .form-control {
  height: 44px;
  border: 1px solid #dbdbdb;
  border-radius: 0;
}

.uni-footer-newletter h4 {
  
    color: #ffffff;
    line-height: 20px;
    font-size: 16px;
    margin-bottom: 20px;
    text-transform: capitalize;

}

.uni-footer-newletter span .btn-theme {
  height: 44px;
  color: #fff;
  border-radius: 0;
  border: 1px solid #dbdbdb;
  background: transparent;
}

/*SEARCH*/
.gb-header-search_mptot {
  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: #243a76;
  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 #243a76;
}

.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: 10%;
  height: 38px;
  background: #243a76;
  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: #243a76;
  background: #000;
}

.product-filter {
  border-bottom: 0px solid #e0e0e0;
  padding-bottom: 10px;
  /* margin-bottom: 30px; */
}

.product-filter .woocommerce-result-count {
  float: left;
}

@media screen and (max-width: 767px) {
  .product-filter .woocommerce-result-count {
    float: none;
  }
}

.product-filter .woocommerce-ordering {
  float: right;
}

@media screen and (max-width: 767px) {
  .product-filter .woocommerce-ordering {
    float: none;
    margin-top: 20px;
  }
}

.product-filter p {
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 2.14;
  letter-spacing: normal;
  text-align: left;
  color: #aeaeae;
  padding-top: 15px;
}

.product-filter label {
  font-size: 14px;
  font-weight: 600;
  text-align: left;
  color: #333;
  text-transform: uppercase;
  float: left;
  padding-top: 14px;
  padding-right: 20px;
}

.product-filter form {
  margin-bottom: 0;
}

.product-filter select {
  font-size: 14px;
  line-height: 2.14;
  text-align: left;
  color: #666;
  /*width: 205px;*/
  height: 40px;
  border-radius: 3px;
  border: solid 1px #e0e0e0;
  padding: 0 15px;
}

@media screen and (max-width: 767px) {
  .product-filter select {
    width: 100%;
  }
}

.product-filter select option {
  font-size: 14px;
  line-height: 2.14;
  text-align: left;
  color: #808080;
}

.gb-header_mptoto-between-search {
  margin-top: 11px;
}

.gb-header_mptoto-between-search .form-control {
  height: 45px;
  font-size: 13px;
}

.gb-header_mptoto-between-search .btn {
  height: 45px;
}

.gb-header_mptoto-between-search .btn-tim {
  background: #243a76;
  text-shadow: none;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
}

.gb-loctheogia {
  margin: 10px 0;
}

.gb-loctheogia label {
  display: block;
  font-size: 13px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  text-align: left;
  color: #333;
  line-height: 26px;
  text-decoration: none;
}

.gb-loctheogia h4 {
  font-size: 14px;
  font-weight: bold;
  text-align: left;
  color: #333;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.gb-loctheothuonghieu {
  margin: 10px 0;
}

.gb-loctheothuonghieu label {
  display: block;
  font-size: 13px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  text-align: left;
  color: #333;
  line-height: 26px;
  text-decoration: none;
}

.gb-loctheothuonghieu h4 {
  font-size: 14px;
  font-weight: bold;
  text-align: left;
  color: #333;
  margin-bottom: 10px;
  text-transform: uppercase;
}

/*SERVICE*/
#Content-OtherService_mptoto {
  padding: 20px 0 30px 0;
  background-image: url(../images/bgOS.jpg);
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.titleOS_mptoto {
  width: 100%;
  text-align: center;
  font-size: 4em;
  color: #EEBF04;
  text-shadow: 1px 1px 2px black;
}

.subOS_mptoto {
  width: 100%;
  text-align: center;
  font-size: 46px;
  text-shadow: 1px 1px 2px black;
  color: #BBEBFD;
  font-weight: bold;
  position: relative;
}

.endOS_mptoto {
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
  font-size: 4.2em;
  color: #EE6F6F;
  text-shadow: 1px 1px 2px black;
}

.imgSerOS_mptoto {
  width: 80%;
  margin: 20px 10% 0 10%;
  font-size: 30px;
}

.rowOS_mptoto {
  margin-top: 35px;
}

.colOS_mptoto:hover {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.colOS_mptoto:last-child {
  margin-right: 0;
}

.imgOS_mptoto {
  opacity: 0.75;
  width: 100%;
  margin-bottom: 15px;
}

.nameOS_mptoto {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.3);
  padding: 5px 8px;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.listInforOS_mptoto {
  display: none;
  width: 95%;
  margin-left: 5%;
  border-left: 1px solid #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.listInforOS_mptoto li {
  margin-top: 9px;
  font-size: 1.5em;
  color: #fff;
}

.listInforOS_mptoto li:before {
  margin-right: 5px;
  content: "-";
}

.boxMoreOS_mptoto {
  text-align: center;
  margin-top: 30px;
}

.moreOS_mptoto {
  display: inline-block;
  font-size: 14px;
  padding: 4px 12px;
  text-align: center;
  font-weight: bold;
  color: #fff;
  border: 2px solid #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.coverOS_mptoto {
  padding: 15px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.25);
}

.title-main {
  text-align: center;
  padding-bottom: 40px;
}

.title-main h3 {
  font-size: 36px;
  font-weight: normal;
}

.title-main p {
  color: #7a7a7a;
  font-size: 16px;
  line-height: 24px;
  padding: 20px 0 10px 0;
}

.title-main .under-line {
  background: url("../images/icons/line.PNG") no-repeat;
  height: 50px;
  background-position: center;
}

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

.gb-dichvu-tuyetvoi-body {
  padding-top: 100px;
}

.gb-dichvu-tuyetvoi-body ul li:nth-child(1) .gb-dichvu-tuyetvoi-item {
  background: #e6d8ad;
}

.gb-dichvu-tuyetvoi-body ul li:nth-child(2) .gb-dichvu-tuyetvoi-item {
  background: #e6adbc;
}

.gb-dichvu-tuyetvoi-body ul li:nth-child(3) .gb-dichvu-tuyetvoi-item {
  background: #add8e6;
  margin-bottom: 0;
}

.gb-dichvu-tuyetvoi-item {
  border: 5px solid rgba(0, 0, 0, 0.15);
  padding: 100px 20px 30px 20px;
}

@media screen and (max-width: 991px) {
  .gb-dichvu-tuyetvoi-item {
    margin-bottom: 150px;
  }
}

.gb-dichvu-tuyetvoi-item .item-img {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 150px;
  height: 100px;
  margin: auto;
}

.gb-dichvu-tuyetvoi-item .item-img img {
  width: 100%;
  height: auto;
  border: 5px solid rgba(0, 0, 0, 0.15);
}

.gb-dichvu-tuyetvoi-item .item-text .entry-title h2 a {
  text-align: center;
  display: block;
  font-size: 20px;
  color: #333;
}

.gb-dichvu-tuyetvoi-item .item-text .entry-excerpt {
  margin: 20px 0;
}

.gb-dichvu-tuyetvoi-item .item-text .entry-excerpt p {
  color: #a2a2a2;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}

.gb-dichvu-tuyetvoi-item .item-text .entry-btn-xemthem a {
  display: block;
  text-align: center;
  color: #243a76;
  font-size: 18px;
}

.gb-six-service ul li {
  margin: 75px 0;
}

.gb-six-service ul li:nth-child(1) .gb-dichvu-tuyetvoi-item {
  background: #e6d8ad;
}

.gb-six-service ul li:nth-child(2) .gb-dichvu-tuyetvoi-item {
  background: #e6adbc;
}

.gb-six-service ul li:nth-child(3) .gb-dichvu-tuyetvoi-item {
  background: #add8e6;
}

.gb-six-service ul li:nth-child(6) .gb-dichvu-tuyetvoi-item {
  background: #e6d8ad;
}

.gb-six-service ul li:nth-child(4) .gb-dichvu-tuyetvoi-item {
  background: #e6adbc;
}

.gb-six-service ul li:nth-child(5) .gb-dichvu-tuyetvoi-item {
  background: #add8e6;
}

.gb-gio-mo-cua {
  padding: 80px 0;
}

.gb-gio-mo-cua .gb-gio-mo-cua-info {
  background: #e4d7af;
  padding: 20px;
  border-top: 3px solid #243a76;
}

.gb-gio-mo-cua .gb-gio-mo-cua-info .heading {
  display: block;
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  text-align: center;
  letter-spacing: normal;
  text-transform: uppercase;
  color: #243a76;
  margin-bottom: 30px;
}

.gb-gio-mo-cua .gb-gio-mo-cua-info table {
  border: 1px solid #fff;
}

.gb-gio-mo-cua .gb-gio-mo-cua-info table tr th {
  border: 1px solid #fff;
}

.gb-gio-mo-cua .gb-gio-mo-cua-info table tr th:last-child {
  text-align: right;
}

.gb-gio-mo-cua .gb-gio-mo-cua-info .btn-medium {
  display: block;
  position: relative;
  font-size: 1.4rem;
  line-height: 1.42857;
  font-weight: normal;
  font-style: normal;
  letter-spacing: 1px;
  color: white;
  -webkit-transform: translateZ(0px);
  transform: translateZ(0px);
  -webkit-box-shadow: rgba(0, 0, 0, 0) 0px 0px 1px;
  box-shadow: rgba(0, 0, 0, 0) 0px 0px 1px;
  -webkit-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  padding: 15px 20px;
  margin: 0px;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  -webkit-border-image: initial;
  -o-border-image: initial;
  border-image: initial;
  text-align: center;
  background: #243a76;
}

.gb-gio-mo-cua .gb-gio-mo-cua-info .btn-medium:hover::before {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.gb-gio-mo-cua .gb-gio-mo-cua-info .btn-medium::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50% center 0px;
  -ms-transform-origin: 50% center 0px;
  transform-origin: 50% center 0px;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  background: black;
}

/*PRICE LIST*/
#Content-boxPriceHome_mptoto {
  padding: 50px 0;
}

.titlePriceHome_mptoto {
  position: relative;
  line-height: 50px;
  margin: 0;
  font-size: 35px;
  color: #666;
  font-weight: bold;
  text-transform: capitalize;
  overflow: hidden;
  text-align: center;
  margin-bottom: 10px;
}

.titlePriceHome_mptoto:after,
.titlePriceHome_mptoto:before {
  position: absolute;
  content: '';
  width: 600px;
  height: 12px;
  background: url(/images/heading-arrow.png) no-repeat;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 991px) {

  .titlePriceHome_mptoto:after,
  .titlePriceHome_mptoto:before {
    display: none;
  }
}

.titlePriceHome_mptoto:after {
  right: -350px;
}

.titlePriceHome_mptoto:before {
  left: -350px;
}

.desPriceHome_mptoto {
  text-align: center;
  margin: 5px 0;
  color: #333;
  padding: 0 5%;
  font-size: 20px;
  line-height: 1.6;
}

.desPriceHome_mptoto span {
  font-weight: bold;
  font-size: 0.9em;
  font-style: italic;
  margin: 0 5px;
}

.rowPriceHome_mptoto {
  margin-top: 50px;
}

@media screen and (max-width: 991px) {
  .colPriceHome_mptoto {
    margin-bottom: 30px;
  }
}

.colPriceHome_mptoto:last-child {
  margin-right: 0;
}

.colPH01_mptoto .headerPH_mptoto {
  background-color: #0a7705;
}

.colPH01_mptoto .namePH_mptoto {
  background-color: #17c50e;
}

.colPH02_mptoto .headerPH_mptoto {
  background-color: #ac0d0e;
}

.colPH02_mptoto .namePH_mptoto {
  background-color: #e22424;
}

.colPH01_mptoto,
.colPH03_mptoto {
  margin-top: 30px;
}

.colPH02_mptoto {
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
  -webkit-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.25);
}

.colPH03_mptoto .headerPH_mptoto {
  background-color: #d49706;
}

.colPH03_mptoto .namePH_mptoto {
  background-color: #f5bd14;
}

.colPH02_mptoto {
  position: relative;
}

.colPH02_mptoto:after {
  position: absolute;
  right: -13px;
  top: -13px;
  width: 130px;
  height: 131px;
  background-image: url(../images/labelPH.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  content: "";
}

.linkPH_mptoto {
  border: medium none;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
  padding: 10px 20px;
  text-align: center;
  float: none;
  text-transform: uppercase;
}

.colPH01_mptoto .linkPH_mptoto {
  background: none repeat scroll 0 0 #17c50e;
  -webkit-box-shadow: 0 -3px 0 0 #0a7705 inset;
  box-shadow: 0 -3px 0 0 #0a7705 inset;
}

.colPH02_mptoto .linkPH_mptoto {
  background: none repeat scroll 0 0 #e22424;
  -webkit-box-shadow: 0 -3px 0 0 #ac0d0e inset;
  box-shadow: 0 -3px 0 0 #ac0d0e inset;
}

.colPH03_mptoto .linkPH_mptoto {
  background: none repeat scroll 0 0 #f5bd14;
  -webkit-box-shadow: 0 -3px 0 0 #d49706 inset;
  box-shadow: 0 -3px 0 0 #d49706 inset;
}

.linkPH_mptoto:hover {
  color: #fff;
  text-decoration: underline;
}

.headerPH_mptoto {
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  font-size: 18px;
  line-height: 40px;
}

.namePH_mptoto {
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  font-size: 45px;
  font-weight: bold;
  padding: 25px 0px;
}

.namePH_mptoto span {
  font-size: 20px;
  font-style: italic;
  font-weight: normal;
}

.bottomPH_mptoto {
  padding: 25px 15px;
  background-color: #f9f9f9;
}

.listContentPH_mptoto {
  width: 100%;
}

.listContentPH_mptoto li {
  position: relative;
  width: 100%;
  font-size: 14px;
  padding: 7px 0px;
  padding-left: 20px;
  letter-spacing: -0.4px;
  border-bottom: 1px dashed #ccc;
}

.listContentPH_mptoto li:before {
  position: absolute;
  left: -5px;
  top: 10px;
  height: 15px;
  width: 15px;
  content: "";
  background-image: url("../images/tickPH.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

/*PRODUCT*/
.gb-producttab-home_mptoto {
  /*padding-top: 50px;*/
  /*product item*/
}

.gb-producttab-home_mptoto .gb-producttab-home_mptoto-title {
  text-align: center;
  margin-bottom: 30px;
}

.gb-producttab-home_mptoto .gb-producttab-home_mptoto-title img {
  margin: 0 auto;
}

.gb-producttab-home_mptoto .gb-producttab-home_mptoto-title h2 {
  margin: 15px 0;
}

.gb-producttab-home_mptoto .gb-producttab-home_mptoto-title h2 a {
  display: block;
  font-size: 30px;
  text-transform: uppercase;
  color: #000;
  font-weight: 600;
}

.gb-producttab-home_mptoto .gb-producttab-home_mptoto-title .underline-product_mptoto {
  width: 150px;
  height: 2px;
  background: #000;
  margin: 0 auto;
  margin-bottom: 15px;
}

.gb-producttab-home_mptoto .gb-producttab-home_mptoto-title p {
  font-size: 16px;
  color: #7a7a7a;
  line-height: 24px;
  font-style: italic;
  font-weight: 300;
  letter-spacing: 2px;
}

.gb-producttab-home_mptoto .gb-product-item_mptoto {
  margin-bottom: 30px;
}

.gb-producttab-home_mptoto .gb-product-item_mptoto:hover {
  box-shadow: 3px 3px 12px rgba(0, 0, 0, .5);
  -o-transition: box-shadow .3s ease-out;
  -moz-transition: box-shadow .3s ease-out;
  -ms-transition: box-shadow .3s ease-out;
  -webkit-transition: box-shadow .3s ease-out;
  transition: box-shadow .3s ease-out;
}

.gb-producttab-home_mptoto .gb-product-item_mptoto:hover .gb-product-item-img .gb-product-item-img-main img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.gb-producttab-home_mptoto .gb-product-item_mptoto .gb-product-item-img {
  position: relative;
  overflow: hidden;
}

.gb-producttab-home_mptoto .gb-product-item_mptoto .gb-product-item-img .gb-product-item-img-main img {
  width: 100%;
  height: 262px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

@media screen and (max-width: 991px) {
  .gb-producttab-home_mptoto .gb-product-item_mptoto .gb-product-item-img .gb-product-item-img-main img {
    height: 100%;
    width: auto;
    margin: 0 auto;
  }

  .gb-producttab-home_mptoto .gb-product-item_mptoto .gb-product-item-img .gb-product-item-img-main {
    height: 130px;
  }
}

.gb-producttab-home_mptoto .gb-product-item_mptoto .gb-product-item-img .gb-product-item-img-replate {
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 1;
  left: 0;
  -webkit-transform: translateY(-101%);
  -ms-transform: translateY(-101%);
  transform: translateY(-101%);
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.gb-producttab-home_mptoto .gb-product-item_mptoto .gb-product-item-img .gb-product-item-img-replate img {
  width: 100%;
  height: 262px;
}

.gb-producttab-home_mptoto .gb-product-item_mptoto .gb-product-item-img-text {
  text-align: center;
  padding: 13px 0;
}

.gb-producttab-home_mptoto .gb-product-item_mptoto .gb-product-item-img-text h2 a {
  color: #000;
  display: block;
  font-size: 14px;
  font-weight: 600;
  height: 50px;
  letter-spacing: 0.7px;
  line-height: 25px;
  margin-top: 15px;
  overflow: hidden;
  text-transform: uppercase;
}

.gb-producttab-home_mptoto .gb-product-item_mptoto .gb-product-item-img-text p {
  color: #98a2a6;
  font-size: 15px;
  font-style: italic;
  font-weight: 300;
  letter-spacing: 0.4px;
  line-height: 25px;
  margin-top: 10px;
  padding: 0 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  height: 75px;
}

.gb-producttab-home_mptoto .gb-product-item_mptoto .gb-product-item-img-text p span {
  color: #98a2a6;
  font-size: 15px !important;
  font-family: "Roboto" !important;
  font-style: italic;
  font-weight: 300;
  letter-spacing: 0.4px;
  line-height: 25px;
}

.gb-producttab-home_mptoto .gb-product-item_mptoto .gb-product-item-img-text p span span {
  color: #98a2a6;
  font-size: 15px !important;
  font-family: "Roboto" !important;
  font-style: italic;
  font-weight: 300;
  letter-spacing: 0.4px;
  line-height: 25px;
}

@media screen and (max-width: 991px) {
  .gb-producttab-home_mptoto .gb-product-item_mptoto .gb-product-item-img-text p {
    padding: 0;
  }
}

.gb-product-item-prices_mptoto {
  margin-top: 10px;
}

.gb-product-item-prices_mptoto .gb-prices-news {
  font-size: 16px !important;
  color: #e81e19 !important;
  font-weight: 700 !important;
  line-height: 24px !important;
  text-transform: uppercase;
}

.gb-product-item-prices_mptoto .gb-prices-old {
  font-size: 13px !important;
  color: #243a76 !important;
  font-weight: 700 !important;
  line-height: 24px !important;
  text-transform: uppercase;
  text-decoration: line-through;
}

.gb-page-sanpham_mptoto {
  padding-bottom: 50px;
}

.gb-page-sanpham_mptoto .gb-product-item_mptoto {
  border: 1px solid #dfdfdf;
  margin-bottom: 30px;
  /* height: 425px; */
}

.gb-page-sanpham_mptoto .gb-product-item_mptoto:hover {
  box-shadow: 3px 3px 12px rgba(0, 0, 0, .5);
  -o-transition: box-shadow .3s ease-out;
  -moz-transition: box-shadow .3s ease-out;
  -ms-transition: box-shadow .3s ease-out;
  -webkit-transition: box-shadow .3s ease-out;
  transition: box-shadow .3s ease-out;
}

.gb-page-sanpham_mptoto .gb-product-item_mptoto:hover .gb-product-item-img .gb-product-item-img-main {
  display: none;
}

.gb-page-sanpham_mptoto .gb-product-item_mptoto:hover .gb-product-item-img .gb-product-item-img-replate {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  position: relative;
}


.gb-page-sanpham_mptoto .gb-product-item_mptoto .gb-product-item-img {
  position: relative;
  overflow: hidden;
  padding: 3px;
}

.gb-page-sanpham_mptoto .gb-product-item_mptoto .gb-product-item-img .gb-product-item-img-main {
  /* height: 255px; */
}

.gb-page-sanpham_mptoto .gb-product-item_mptoto .gb-product-item-img .gb-product-item-img-main img {
  width: 100%;
  height: auto;
  transition: all 0.5s;
  margin: 0 auto;
}

@media screen and (max-width: 991px) {
  .gb-page-sanpham_mptoto .gb-product-item_mptoto .gb-product-item-img .gb-product-item-img-main img {
    height: auto;
  }

  .gb-page-sanpham_mptoto .gb-product-item_mptoto .gb-product-item-img .gb-product-item-img-main {
    /*height: 230px;*/
    height: auto;
  }
}

.gb-page-sanpham_mptoto .gb-product-item_mptoto .gb-product-item-img .gb-product-item-img-main img:hover {
  transform: scale(1.1);
}

.gb-page-sanpham_mptoto .gb-product-item_mptoto .gb-product-item-img .gb-product-item-img-replate {
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 1;
  left: 0;
  -webkit-transform: translateY(-150%);
  -ms-transform: translateY(-150%);
  transform: translateY(-150%);
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.gb-page-sanpham_mptoto .gb-product-item_mptoto .gb-product-item-img .gb-product-item-img-replate {
  /* height: 255px; */
}

.gb-page-sanpham_mptoto .gb-product-item_mptoto .gb-product-item-img .gb-product-item-img-replate img {
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.gb-page-sanpham_mptoto .gb-product-item_mptoto .gb-product-item-img-text {
  text-align: center;
  padding: 0px 0;
  border-top: 1px solid #dfdfdf;
}

.gb-page-sanpham_mptoto .gb-product-item_mptoto .gb-product-item-img-text h2 a {
  color: #000;
  display: block;
  font-size: 14px;
  font-weight: 600;
  height: 50px;
  letter-spacing: 0.7px;
  line-height: 25px;
  margin-top: 15px;
  overflow: hidden;
  text-transform: uppercase;
}

.gb-page-sanpham_mptoto .gb-product-item_mptoto .gb-product-item-img-text p {
  color: #98a2a6;
  font-size: 15px;
  font-style: italic;
  font-weight: 300;
  letter-spacing: 0.4px;
  line-height: 25px;
  margin-top: 10px;
  padding: 0 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

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

.cover_item_product_mptoto {
  border: 2px solid #e6e6e6;
  position: relative;
  margin-bottom: 30px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.cover_item_product_mptoto:hover {
  -webkit-box-shadow: 0 3px 10px 0 #696269;
  -moz-box-shadow: 0 3px 10px 0 #696269;
  box-shadow: 0 3px 10px 0 #696269;
  position: relative;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  border-color: #243a76;
}

.cover_item_product_mptoto:hover .borderShow.borderShow1,
.cover_item_product_mptoto:hover .borderShow.borderShow3 {
  width: calc(100% - 20px);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.cover_item_product_mptoto:hover .borderShow.borderShow2,
.cover_item_product_mptoto:hover .borderShow.borderShow4 {
  height: calc(100% - 20px);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.cover_item_product_mptoto:hover .box_hidden_des {
  opacity: 1;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.cover_item_product_mptoto:hover .box_hidden_des .footer_hidden_des .codeShow {
  margin-top: 10px;
}

.cover_item_product_mptoto .borderShow {
  position: absolute;
  background-color: #fff;
  z-index: 1000;
}

.cover_item_product_mptoto .borderShow.borderShow1 {
  top: 10px;
  height: 2px;
  left: 50%;
  width: 0;
  transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.cover_item_product_mptoto .borderShow.borderShow2 {
  right: 10px;
  width: 2px;
  top: 50%;
  height: 0%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.cover_item_product_mptoto .borderShow.borderShow3 {
  bottom: 10px;
  height: 2px;
  left: 50%;
  width: 0%;
  transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.cover_item_product_mptoto .borderShow.borderShow4 {
  left: 10px;
  width: 2px;
  top: 50%;
  height: 0%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.cover_item_product_mptoto .box_hidden_des {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 20px;
  width: 100%;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.cover_item_product_mptoto .box_hidden_des .footer_hidden_des {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  padding: 0 10px;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.cover_item_product_mptoto .box_hidden_des .footer_hidden_des .nameShow {
  width: 70%;
  margin: 0 15%;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  padding-top: 10px;
  border-top: 4px double #fff;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.cover_item_product_mptoto .box_hidden_des .footer_hidden_des .codeShow {
  width: 70%;
  margin: 0 15%;
  color: #fff;
  font-size: 16px;
  text-align: center;
  padding-bottom: 10px;
  border-bottom: 4px double #fff;
  margin-top: -50px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.cover_item_product_mptoto .box_hidden_des .footer_hidden_des .sourcePriceShow {
  color: #f1f1f1;
  width: 70%;
  margin: 10px 15%;
  text-align: center;
  font-size: 16px;
  text-decoration: line-through;
}

.cover_item_product_mptoto .box_hidden_des .footer_hidden_des .viewShow {
  color: #f1f1f1;
  font-size: 16px;
  text-align: center;
}

.cover_item_product_mptoto .box_hidden_des .footer_hidden_des .linkShow {
  display: block;
  width: 50%;
  text-align: center;
  color: #fff;
  padding: 7px 12px;
  border: 2px solid #fff;
  margin: 30px 25% 0 25%;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: bold;
  background-color: rgba(0, 0, 0, 0);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.cover_item_product_mptoto .box_hidden_des .footer_hidden_des .linkShow:hover {
  color: #fff;
  background: #243a76;
}

.cover_item_product_mptoto .box_image_product {
  border-bottom: 1px solid #f1f1f1;
  position: relative;
}

.cover_item_product_mptoto .box_image_product a {
  width: 100%;
}

.cover_item_product_mptoto .box_image_product a img {
  width: 100%;
  height: auto;
}

.cover_item_product_mptoto .box_info_product {
  position: relative;
  padding: 10px 5px;
  overflow: hidden;
}

.cover_item_product_mptoto .box_info_product .link_name_product {
  display: block;
  color: #1A7484;
  font-weight: bold;
  text-transform: capitalize;
  font-size: 16px;
  width: 100%;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  margin-bottom: 10px;
}

.gb-noithatvaphukien_mptoto {
  /*product item*/
}

.gb-noithatvaphukien_mptoto .gb-bontamvasentam_mptoto-title {
  background: url("../images/noithat.jpg") no-repeat center center;
  background-size: cover;
  padding: 75px;
  margin-bottom: 30px;
}

@media screen and (max-width: 991px) {
  .gb-noithatvaphukien_mptoto .gb-bontamvasentam_mptoto-title {
    padding: 75px 15px;
  }
}

.gb-noithatvaphukien_mptoto .gb-bontamvasentam_mptoto-title h2 a {
  display: block;
  font-size: 24px;
  color: #243a76;
  text-transform: uppercase;
  font-weight: 600;
}

.gb-noithatvaphukien_mptoto .gb-bontamvasentam_mptoto-title p {
  display: block;
  font-size: 14px;
  line-height: 25px;
  color: #000;
  margin-top: 20px;
}

.gb-noithatvaphukien_mptoto .gb-product-item_mptoto {
  margin-bottom: 30px;
}

.gb-noithatvaphukien_mptoto .gb-product-item_mptoto:hover .gb-product-item-img .gb-product-item-img-main {
  display: none;
}

.gb-noithatvaphukien_mptoto .gb-product-item_mptoto:hover .gb-product-item-img .gb-product-item-img-replate {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  position: relative;
}

.gb-noithatvaphukien_mptoto .gb-product-item_mptoto .gb-product-item-img {
  position: relative;
  overflow: hidden;
}

.gb-noithatvaphukien_mptoto .gb-product-item_mptoto .gb-product-item-img .gb-product-item-img-main img {
  width: 100%;
  height: 262px;
}

.gb-noithatvaphukien_mptoto .gb-product-item_mptoto .gb-product-item-img .gb-product-item-img-replate {
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 1;
  left: 0;
  -webkit-transform: translateY(-101%);
  -ms-transform: translateY(-101%);
  transform: translateY(-101%);
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.gb-noithatvaphukien_mptoto .gb-product-item_mptoto .gb-product-item-img .gb-product-item-img-replate img {
  width: 100%;
  height: 262px;
}

.gb-noithatvaphukien_mptoto .gb-product-item_mptoto .gb-product-item-img-text {
  text-align: center;
  background: #f1f1f1;
  padding: 13px 0;
}

.gb-noithatvaphukien_mptoto .gb-product-item_mptoto .gb-product-item-img-text h2 a {
  display: block;
  font-weight: 700;
  color: #333;
  font-size: 14px;
}

.gb-productthietbinhabep-home_mptoto {
  padding: 50px 0;
  background: #f1f1f1;
  /*product item*/
}

.gb-productthietbinhabep-home_mptoto .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: 53px;
  height: 92px;
  background: transparent !important;
  border: none;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.gb-productthietbinhabep-home_mptoto .owl-nav [class*=owl-]:hover {
  background: transparent !important;
  border-color: #243a76;
}

.gb-productthietbinhabep-home_mptoto .owl-nav {
  margin-top: 0 !important;
}

@media screen and (max-width: 991px) and (min-width: 768px) {
  .gb-productthietbinhabep-home_mptoto .owl-nav {
    top: -78px;
  }
}

.gb-productthietbinhabep-home_mptoto .owl-nav .owl-prev {
  position: absolute;
  top: 110px;
  left: -7px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.gb-productthietbinhabep-home_mptoto .owl-nav .owl-prev:before {
  /*content: '';
        background: url("../images/icons/md-left.svg");
        width: 53px;
        height: 92px;
        font-family: FontAwesome;
        color: #fff;
        font-size: 20px;*/
  content: '';
  background: url(../images/slide/left_arrow.png) no-repeat;
  height: 114px;
  position: absolute;
  width: 50px;
}

.gb-productthietbinhabep-home_mptoto .owl-nav .owl-next {
  position: absolute;
  top: 110px;
  right: -7px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.gb-productthietbinhabep-home_mptoto .owl-nav .owl-next:before {
  /*content: '';
        background: url("../images/icons/md-right.svg");
        width: 53px;
        height: 92px;
        font-family: FontAwesome;
        color: #fff;
        font-size: 20px;*/
  content: '';
  background: url("../images/slide/right_arrow.png") no-repeat;
  height: 114px;
  position: absolute;
  width: 50px;
}

.gb-productthietbinhabep-home_mptoto .gb-producttab-home_mptoto-title {
  text-align: center;
  margin-bottom: 30px;
}

.gb-productthietbinhabep-home_mptoto .gb-producttab-home_mptoto-title img {
  margin: 0 auto;
}

.gb-productthietbinhabep-home_mptoto .gb-producttab-home_mptoto-title h2 {
  margin: 15px 0;
}

.gb-productthietbinhabep-home_mptoto .gb-producttab-home_mptoto-title h2 a {
  display: block;
  font-size: 30px;
  text-transform: uppercase;
  color: #000;
  font-weight: 600;
}

.gb-productthietbinhabep-home_mptoto .gb-producttab-home_mptoto-title .underline-product_mptoto {
  width: 150px;
  height: 2px;
  background: #000;
  margin: 0 auto;
  margin-bottom: 15px;
}

.gb-productthietbinhabep-home_mptoto .gb-producttab-home_mptoto-title p {
  font-size: 16px;
  color: #7a7a7a;
  line-height: 24px;
  font-style: italic;
  font-weight: 300;
  letter-spacing: 2px;
}

.gb-productthietbinhabep-home_mptoto .gb-product-item_mptoto {
  /*margin-bottom: 30px; */
  margin-bottom: 0;
}

.gb-productthietbinhabep-home_mptoto .gb-product-item_mptoto:hover .gb-product-item-img .gb-product-item-img-main img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.gb-productthietbinhabep-home_mptoto .gb-product-item_mptoto .gb-product-item-img {
  position: relative;
  overflow: hidden;
}

.gb-productthietbinhabep-home_mptoto .gb-product-item_mptoto .gb-product-item-img .gb-product-item-img-main img {
  width: 100%;
  height: 262px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

@media screen and (max-width: 991px) {
  .gb-productthietbinhabep-home_mptoto .gb-product-item_mptoto .gb-product-item-img .gb-product-item-img-main img {
    height: 100%;
    width: auto;
    margin: 0 auto;
  }

  .gb-productthietbinhabep-home_mptoto .gb-product-item_mptoto .gb-product-item-img .gb-product-item-img-main {
    height: 130px;
  }
}

.gb-productthietbinhabep-home_mptoto .gb-product-item_mptoto .gb-product-item-img .gb-product-item-img-replate {
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 1;
  left: 0;
  -webkit-transform: translateY(-101%);
  -ms-transform: translateY(-101%);
  transform: translateY(-101%);
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.gb-productthietbinhabep-home_mptoto .gb-product-item_mptoto .gb-product-item-img .gb-product-item-img-replate img {
  width: 100%;
  height: 262px;
}

.gb-productthietbinhabep-home_mptoto .gb-product-item_mptoto .gb-product-item-img-text {
  text-align: center;
  padding: 13px 0;
}

.gb-productthietbinhabep-home_mptoto .gb-product-item_mptoto .gb-product-item-img-text h2 a {
  color: #000;
  display: block;
  font-size: 14px;
  font-weight: 600;
  height: 50px;
  letter-spacing: 0.7px;
  line-height: 25px;
  margin-top: 15px;
  overflow: hidden;
  text-transform: uppercase;
}

.gb-productthietbinhabep-home_mptoto .gb-product-item_mptoto .gb-product-item-img-text p {
  color: #98a2a6;
  font-size: 15px;
  font-style: italic;
  font-weight: 300;
  letter-spacing: 0.4px;
  line-height: 25px;
  margin-top: 10px;
  padding: 0 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.gb-productthietbinhabep-home_mptoto .gb-product-item_mptoto .gb-product-item-img-text span {
  color: #98a2a6;
  font-size: 15px !important;
  font-family: "Roboto" !important;
  font-style: italic;
  font-weight: 300;
  letter-spacing: 0.4px;
  line-height: 25px;
}

.gb-productgach-home_mptoto {
  padding: 50px 0;
  /*product item*/
}

.gb-productgach-home_mptoto .gb-producttab-home_mptoto-title {
  text-align: center;
  margin-bottom: 30px;
}

.gb-productgach-home_mptoto .gb-producttab-home_mptoto-title img {
  margin: 0 auto;
}

.gb-productgach-home_mptoto .gb-producttab-home_mptoto-title h2 {
  margin: 15px 0;
}

.gb-productgach-home_mptoto .gb-producttab-home_mptoto-title h2 a {
  display: block;
  font-size: 30px;
  text-transform: uppercase;
  color: #000;
  font-weight: 600;
}

.gb-productgach-home_mptoto .gb-producttab-home_mptoto-title .underline-product_mptoto {
  width: 150px;
  height: 2px;
  background: #000;
  margin: 0 auto;
  margin-bottom: 15px;
}

.gb-productgach-home_mptoto .gb-producttab-home_mptoto-title p {
  font-size: 16px;
  color: #7a7a7a;
  line-height: 24px;
  font-style: italic;
  font-weight: 300;
  letter-spacing: 2px;
}

.gb-productgach-home_mptoto .gb-product-item_mptoto {
  /*margin-bottom: 30px; */
  margin-bottom: 0;
}

.gb-productgach-home_mptoto .gb-product-item_mptoto .gb-product-item-img {
  position: relative;
  overflow: hidden;
}

.gb-productgach-home_mptoto .gb-product-item_mptoto .gb-product-item-img .gb-product-item-img-main img {
  width: 100%;
  /*height: 262px;*/
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.gb-productgach-home_mptoto .gb-product-item_mptoto .gb-product-item-img .gb-product-item-img-main img:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.gb-productgach-home_mptoto .gb-product-item_mptoto .gb-product-item-img .gb-product-item-img-replate {
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 1;
  left: 0;
  -webkit-transform: translateY(-101%);
  -ms-transform: translateY(-101%);
  transform: translateY(-101%);
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.gb-productgach-home_mptoto .gb-product-item_mptoto .gb-product-item-img .gb-product-item-img-replate img {
  width: 100%;
  height: 262px;
}

.gb-productgach-home_mptoto .gb-product-item_mptoto .gb-product-item-img-text {
  text-align: center;
  padding: 13px 0;
}

.gb-productgach-home_mptoto .gb-product-item_mptoto .gb-product-item-img-text h2 a {
  color: #000;
  display: block;
  font-size: 14px;
  font-weight: 600;
  height: 50px;
  letter-spacing: 0.7px;
  line-height: 25px;
  margin-top: 15px;
  overflow: hidden;
  text-transform: uppercase;
}

.gb-productgach-home_mptoto .gb-product-item_mptoto .gb-product-item-img-text p {
  color: #98a2a6;
  font-size: 15px;
  font-style: italic;
  font-weight: 300;
  letter-spacing: 0.4px;
  line-height: 25px;
  margin-top: 10px;
  padding: 0 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

/*SLIDE IMAGE*/
.gb-chitiet_sanpham_mptoto-body {
  padding: 20px 0;
}

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

.gb-chitiet_sanpham_mptoto-body .slider-for {
  background: #fff;
  border: 1px solid #dcdcdc;
}

@media screen and (min-width: 992px) {
  .gb-chitiet_sanpham_mptoto-body .slider-for {
    height: 316px;
    overflow: hidden;
  }
}

.gb-chitiet_sanpham_mptoto-body .slider-for img {
  width: auto;
  /*height: 316px;*/
  margin: 0 auto;
}

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

.gb-chitiet_sanpham_mptoto-body .slider-nav {
  margin-top: 10px;
}

.gb-chitiet_sanpham_mptoto-body .slider-nav .slide-item-nav {
  background: #fff;
}

.gb-chitiet_sanpham_mptoto-body .slider-nav img {
  /*height: 100px;*/
  padding: 5px;
  object-fit: cover;
}

.gb-chitiet_sanpham_mptoto-body .price-outer-container .prices_mptoto {
  text-align: left;
}

.gb-chitiet_sanpham_mptoto-body .gb-thongso-mota {
  margin: 40px 0;
}

.gb-chitiet_sanpham_mptoto-body .gb-thongso-mota .tab-content {
  /*padding: 20px;*/
}

.gb-chitiet_sanpham_mptoto-body .gb-thongso-mota .tab-content p {
  display: block;
  color: #333;
  font-size: 16px;
}

.gb-chitiet_sanpham_mptoto-body .gb-thongso-mota .tab-content p strong {
  font-weight: bold;
  color: #000;
}

.gb-chitiet_sanpham_mptoto-body .prices_mptoto .prices_mptoto-old {
  font-size: 26px;
  text-align: left;
  margin-top: 20px;
}

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

.gb-chitiet_sanpham_mptoto-body .price-outer-container {
  margin-top: 15px;
}

.gb-chitiet_sanpham_mptoto-body .price-outer-container .price_CategoryProduct_Home_1_mptoto .price_old_mptoto {
  font-size: 20px;
  text-align: left;
}

.gb-chitiet_sanpham_mptoto-body .price-outer-container .price_CategoryProduct_Home_1_mptoto .price_old_news {
  font-size: 24px;
  text-align: left;
}

.gb-chitiet_sanpham_mptoto-body .gb-luuy-ruouvang h4 {
  font-size: 24px;
  color: #243a76;
  text-transform: uppercase;
}

.gb-chitiet_sanpham_mptoto-body .gb-luuy-ruouvang p {
  display: block;
  color: #797979;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  margin: 15px 0;
}

.gb-chitiet_sanpham_mptoto-body .gb-luuy-ruouvang a {
  display: inline-block;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  background: #c41230;
  padding: 10px 15px;
  text-align: center;
  font-weight: bold;
}

.gb-chitiet_sanpham_mptoto-body .gb-icon-box-characteristics_mptoto ul li {
  border-right: none;
}

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

.gb-chitiet_sanpham_mptoto-left .gb-chitiet_sanpham_MPTOTO_left-info h1 {
  font-size: 24px;
  color: red;
  font-weight: bold;

}

.gb-chitiet_sanpham_mptoto-left .gb-chitiet_sanpham_MPTOTO_left-info .description {
  border:1px solid #243a76;
  margin-top: 20px;
  border-radius: 10px; 
  overflow: hidden;

}

.gb-chitiet_sanpham_mptoto-left .gb-chitiet_sanpham_MPTOTO_left-info .description p {
  display: block;
  color: #fff;
  font-size: 14px;
  padding-left: 15px;
  font-weight: 400;
  line-height: 22px;
  text-transform: uppercase;

}

.gb-thongso-mota .tabbable-line>.nav-tabs {
  border-bottom: 1px solid #243a76;
  margin: 0;
  text-transform: uppercase;
}

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

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

.gb-thongso-mota .tabbable-line>.nav-tabs>li.active a {
  color: #243a76 !important;
  background: transparent;
}

.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 {
  padding-bottom: 15px;
  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 ul li strong {
  font-weight: bold;
}

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

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

.gb-entry-meta .gb-authour a {
  color: #243a76;
}

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

/*ENTRY SHIPPING*/
.gb-entry-shipping p {
  font-size: 16px;
}

.gb-entry-shipping p i {
  color: #243a76;
  font-size: 24px;
}

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

.product-share-block ul li {
  display: inline-block;
}

.product-share-block ul li a {
  width: 40px;
  height: 40px;
  border: 1px solid #243a76;
  color: #243a76;
  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: #243a76;
  color: #fff;
}

.gb-home-product-relate {
  /*product item*/
}

.gb-home-product-relate .titleCategoryProduct_mptoto {
  text-align: center;
  font-size: 30px;
  color: #243a76;
  margin: 10px 0;
  text-transform: capitalize;
  position: relative;
  margin-bottom: 30px;
}

.gb-home-product-relate .titleCategoryProduct_mptoto:after {
  position: absolute;
  bottom: -15px;
  height: 0;
  width: 150px;
  border-bottom: 3px double #243a76;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  content: "";
}

.gb-home-product-relate .owl-nav [class*=owl-] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 53px;
  height: 92px;
  background: transparent !important;
  border: none;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.gb-home-product-relate .owl-nav [class*=owl-]:hover {
  background: transparent !important;
  border-color: #243a76;
}

.gb-home-product-relate .owl-nav {
  margin-top: 0 !important;
}

@media screen and (max-width: 991px) and (min-width: 768px) {
  .gb-home-product-relate .owl-nav {
    top: -78px;
  }
}

.gb-home-product-relate .owl-nav .owl-prev {
  position: absolute;
  top: 45%;
  left: -60px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.gb-home-product-relate .owl-nav .owl-prev:before {
  content: '';
  background: url("../images/icons/md-left.svg");
  width: 53px;
  height: 92px;
  font-family: FontAwesome;
  color: #fff;
  font-size: 20px;
}

.gb-home-product-relate .owl-nav .owl-next {
  position: absolute;
  top: 45%;
  right: -60px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.gb-home-product-relate .owl-nav .owl-next:before {
  content: '';
  background: url("../images/icons/md-right.svg");
  width: 53px;
  height: 92px;
  font-family: FontAwesome;
  color: #fff;
  font-size: 20px;
}

.gb-home-product-relate .gb-product-item_mptoto {
  border: 1px solid #ccc;
  margin-bottom: 30px;
}

.gb-home-product-relate .gb-product-item_mptoto:hover .gb-product-item-img .gb-product-item-img-main {
  display: none;
}

.gb-home-product-relate .gb-product-item_mptoto:hover .gb-product-item-img .gb-product-item-img-replate {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  position: relative;
}

.gb-home-product-relate .gb-product-item_mptoto .gb-product-item-img {
  position: relative;
  overflow: hidden;
}

.gb-home-product-relate .gb-product-item_mptoto .gb-product-item-img .gb-product-item-img-main img {
  width: 100%;
  height: 262px;
}

.gb-home-product-relate .gb-product-item_mptoto .gb-product-item-img .gb-product-item-img-replate {
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 1;
  left: 0;
  -webkit-transform: translateY(-101%);
  -ms-transform: translateY(-101%);
  transform: translateY(-101%);
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.gb-home-product-relate .gb-product-item_mptoto .gb-product-item-img .gb-product-item-img-replate img {
  width: 100%;
  height: 262px;
}

.gb-home-product-relate .gb-product-item_mptoto .gb-product-item-img-text {
  text-align: center;
  padding: 13px 0;
  border-top: 1px solid #ccc;
}

.gb-home-product-relate .gb-product-item_mptoto .gb-product-item-img-text h2 a {
  color: #000;
  display: block;
  font-size: 14px;
  font-weight: 600;
  height: 50px;
  letter-spacing: 0.7px;
  line-height: 25px;
  margin-top: 15px;
  overflow: hidden;
  text-transform: uppercase;
}

.gb-home-product-relate .gb-product-item_mptoto .gb-product-item-img-text p {
  color: #98a2a6;
  font-size: 15px;
  font-style: italic;
  font-weight: 300;
  letter-spacing: 0.4px;
  line-height: 25px;
  margin-top: 10px;
  padding: 0 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

/*cart*/
/*actionProHome-mptoto*/
.actionProHome-mptoto {
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  background: #fff none repeat scroll 0 0;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  border-right: 1px solid #fff;
  border-left: 0;
  border-right: 0;
  opacity: 0;
  z-index: 9;
}

.actionProHome-mptoto .add_cart_mptoto {
  display: inline-block;
  width: 50%;
  line-height: 33px;
  position: relative;
  border-right: 1px solid #fff;
  color: #333;
  font-size: 13px;
  text-align: center;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.actionProHome-mptoto .add_cart_mptoto:hover {
  background: #243a76;
  color: #fff;
}

.actionProHome-mptoto .view_detail_mptoto {
  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: 35px;
  height: 35px;
  font-size: 13px;
  color: #333;
  border-right: 1px solid #fff;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.actionProHome-mptoto .view_detail_mptoto:hover {
  background: #243a76;
  color: #fff;
}

.actionProHome-mptoto .add_favorite_mptoto {
  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: 35px;
  height: 35px;
  font-size: 13px;
  color: #333;
  border-right: 1px solid #fff;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.actionProHome-mptoto .add_favorite_mptoto:hover {
  background: #243a76;
  color: #fff;
}

.actionProHome-mptoto .add_compare_mptoto {
  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: 35px;
  height: 35px;
  font-size: 13px;
  color: #333;
  border-right: 1px solid #fff;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.actionProHome-mptoto .add_compare_mptoto:hover {
  background: #243a76;
  color: #fff;
}

.cart-mptoto a {
  color: #fff !important;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}

.gb-chi-tiet-add-to-cart .quantity {
  float: left;
}

.gb-chi-tiet-add-to-cart .quantity label {
  font-size: 11px;
  font-weight: bold;
  line-height: 2.18;
  text-align: left;
  color: #666666;
  text-transform: uppercase;
}

.gb-chi-tiet-add-to-cart .quantity input {
  width: 75px;
  height: 36px;
  border-radius: 0;
  border: solid 1px #aeaeae;
}

.gb-chi-tiet-add-to-cart .quantity .form-control {
  margin-bottom: 0;
}

.gb-chi-tiet-add-to-cart .quantity .form-group {
  margin-bottom: 0;
}

.gb-chi-tiet-add-to-cart .cart {
  position: relative;
}

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

.gb-chi-tiet-add-to-cart .single_add_to_cart_button:hover {
  color: #000000;
  background: transparent;
}

.gb-chi-tiet-add-to-cart .product_meta {
  padding-top: 25px;
}

.gb-chi-tiet-add-to-cart .product_meta span {
  font-size: 14px;
  font-weight: bold;
  color: #404040;
  text-transform: uppercase;
}

.gb-chi-tiet-add-to-cart .product_meta span a {
  font-size: 14px;
  font-weight: normal;
  text-align: left;
  color: #808080;
  text-transform: none;
}

.gb-chi-tiet-add-to-cart .product_meta span a:after {
  content: ",";
}

.gb-chi-tiet-add-to-cart .product_meta span a:last-child:after {
  content: "";
}

/*CHARACTERISTICS*/
.gb-icon-box-characteristics_mptoto ul {
  padding: 30px 0;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.gb-icon-box-characteristics_mptoto ul li {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media screen and (max-width: 767px) {
  .gb-icon-box-characteristics_mptoto ul {
    display: block;
  }

  .gb-icon-box-characteristics_mptoto ul li {
    width: 50%;
    float: left;
  }
}

.gb-icon-box-characteristics_mptoto ul li .item-icon img {
  width: 65%;
  margin: 0 auto;
}

.gb-icon-box-characteristics_mptoto ul li .item-text {
  text-align: center;
}

.gb-icon-box-characteristics_mptoto ul li h3 a {
  display: block;
  color: #000000;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 25px;
  font-weight: 700;
}

@media screen and (max-width: 991px) {
  .gb-icon-box-characteristics_mptoto ul li h3 a {
    font-size: 14px;
  }
}

.gb-icon-box-characteristics_mptoto ul li p {
  font-size: 13px;
  color: #a2a2a2;
  line-height: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

@media screen and (max-width: 991px) {
  .gb-icon-box-characteristics_mptoto ul li p {
    font-size: 14px;
  }
}
}
}

/*sidber*/
.widget-sidebar {
  margin-bottom: 30px;
}

.gb-timkiem-sidebar-ruouvang .widget-title-sidebar-ruouvang {
  font-size: 14px;
  font-weight: 600;
  text-align: left;
  color: #333;
  margin-bottom: 20px;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 10px;
  border-bottom: 2px solid #243a76;
}

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

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

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

.gb-timkiem-sidebar-ruouvang .vk-newlist-banner-test-search {
  width: 100%;
  height: 50px;
  background: #fff;
  border: solid 1px #243a76;
  border-radius: 0;
}

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

.gb-timkiem-sidebar-ruouvang .vk-newlist-banner-test-search button {
  width: 20%;
  height: 48px;
  background: #000;
  border: none;
  border-left: 1px solid #000;
  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-timkiem-sidebar-ruouvang .vk-newlist-banner-test-search button:hover {
  color: #243a76;
  background: transparent;
}

.gb-danhmucsanpham_cuanhom {
  margin-bottom: 30px;
}

.gb-danhmucsanpham_cuanhom .widget-title-sidebar-cuanhom {
  font-size: 14px;
  font-weight: 600;
  text-align: left;
  color: #333;
  margin-bottom: 20px;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 10px;
  border-bottom: 2px solid #dfdfdf;
}

.gb-recenpost-sidebar-ruouvang ul li a {
  font-size: 15px;
  line-height: 20px;
  text-transform: uppercase;
  padding: 10px 0px;
  color: #5f6162;
  display: block;
  font-weight: 500;
  position: relative;
}

.gb-recenpost-sidebar-ruouvang ul li a:hover {
  color: blue;
}

.gb-recenpost-sidebar-ruouvang .widget-title-sidebar-ruouvang {
  font-size: 14px;
  font-weight: 600;
  text-align: left;
  color: #fff;
  margin-bottom: 20px;
  text-transform: uppercase;
  position: relative;
  line-height: 40px;
  padding-left: 10px;
  background: #243a76;
  border-left: 5px solid #243a76;
}

.gb-recenpost-sidebar-ruouvang .gb-blog-left-recent-posts_mptoto ul {
  padding: 0;
}

.gb-recenpost-sidebar-ruouvang .gb-blog-left-recent-posts_mptoto ul li {
  list-style-type: none;
  clear: both;
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #eee;
}

.gb-recenpost-sidebar-ruouvang .gb-blog-left-recent-posts_mptoto ul li:first-child {
  padding-top: 0;
  border: none;
}

.gb-recenpost-sidebar-ruouvang .gb-blog-left-recent-posts_mptoto ul li .gb-item-recent-posts_mptoto .gb-item-recent-posts_mptoto-img {
  float: left;
  margin-right: 20px;
  position: relative;
}

.gb-recenpost-sidebar-ruouvang .gb-blog-left-recent-posts_mptoto ul li .gb-item-recent-posts_mptoto .gb-item-recent-posts_mptoto-img img {
  width: 70px;
  height: 70px;
  border-radius: 3px;
}

.gb-recenpost-sidebar-ruouvang .gb-blog-left-recent-posts_mptoto ul li .gb-item-recent-posts_mptoto .gb-item-recent-posts_mptoto-text {
  padding-left: 90px;
}

.gb-recenpost-sidebar-ruouvang .gb-blog-left-recent-posts_mptoto ul li .gb-item-recent-posts_mptoto .gb-item-recent-posts_mptoto-text h2 {
  margin: 0;
}

.gb-recenpost-sidebar-ruouvang .gb-blog-left-recent-posts_mptoto ul li .gb-item-recent-posts_mptoto .gb-item-recent-posts_mptoto-text h2 a {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.57;
  text-align: left;
  color: #222222;
  overflow: hidden;
  display: block;
  margin-bottom: 10px;
}

.gb-recenpost-sidebar-ruouvang .gb-blog-left-recent-posts_mptoto ul li .gb-item-recent-posts_mptoto .gb-item-recent-posts_mptoto-text h2 a:hover {
  text-decoration: none;
  color: #243a76;
}

.gb-recenpost-sidebar-ruouvang .gb-blog-left-recent-posts_mptoto ul li .gb-item-recent-posts_mptoto .gb-item-recent-posts_mptoto-text .gb-item-recent-post-time_mptoto span {
  font-size: 13px;
  line-height: 2;
  text-align: left;
  color: #aeaeae;
}

.gb-recenpost-sidebar-ruouvang .gb-blog-left-recent-posts_mptoto ul li .gb-item-recent-posts_mptoto .gb-item-recent-posts_mptoto-text .gb-item-recent-post-time_mptoto span .fa {
  font-family: 'FontAwesome';
  font-size: 14px;
  text-align: left;
  color: #243a76;
  margin-right: 10px;
}

.gb-product-sidebar-ruouvang .widget-title-sidebar-ruouvang {
  font-size: 14px;
  font-weight: 600;
  text-align: left;
  color: #333;
  margin-bottom: 20px;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 10px;
  border-bottom: 2px solid #dfdfdf;
}

.gb-product-sidebar-ruouvang .gb-product-sidebar_mptoto-item {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px dashed #e0e0e0;
}

.gb-product-sidebar-ruouvang .gb-product-sidebar_mptoto-item:last-child {
  border-bottom: none;
}

.gb-product-sidebar-ruouvang .gb-product-sidebar_mptoto-item .gb-product-sidebar_mptoto-item-img {
  float: left;
  border: 1px solid #E0E0E0;
}

.gb-product-sidebar-ruouvang .gb-product-sidebar_mptoto-item .gb-product-sidebar_mptoto-item-img img {
  width: 60px;
  height: 60px;
  overflow: hidden;
}

.gb-product-sidebar-ruouvang .gb-product-sidebar_mptoto-item .gb-product-sidebar_mptoto-item-info {
  padding-left: 80px;
}

.gb-product-sidebar-ruouvang .gb-product-sidebar_mptoto-item .gb-product-sidebar_mptoto-item-info h4 a {
  display: block;
  font-size: 14px;
  line-height: 21px;
  color: #333;
  font-weight: 500;
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.gb-product-sidebar-ruouvang .gb-product-sidebar_mptoto-item .gb-product-sidebar_mptoto-item-info .prices_mptoto {
  font-size: 14px;
}

.gb-filterprices-sidebar-ruouvang .widget-title-sidebar-ruouvang {
  font-size: 14px;
  font-weight: 600;
  text-align: left;
  color: #333;
  margin-bottom: 20px;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 10px;
  border-bottom: 2px solid #243a76;
}

.gb-filterprices-sidebar-ruouvang #slider-range {
  width: 100%;
  height: 5px;
  background: #E0E0E0;
  border-radius: 2px;
  border: none;
  margin-top: 40px;
}

.gb-filterprices-sidebar-ruouvang .ui-state-active {
  border-color: transparent;
  background: transparent;
}

.gb-filterprices-sidebar-ruouvang .ui-state-default {
  position: relative;
  border-color: transparent;
  background: transparent;
  outline: none;
}

.gb-filterprices-sidebar-ruouvang .ui-state-default:before {
  content: '';
  width: 16px !important;
  height: 16px !important;
  background: #000 !important;
  border: none;
  border-radius: 50%;
  outline: none;
  top: 0px;
  position: absolute;
}

.gb-filterprices-sidebar-ruouvang .ui-state-default:after {
  content: '';
  width: 10px !important;
  height: 10px !important;
  background: #fff !important;
  border: none;
  border-radius: 50%;
  outline: none;
  top: 3px;
  left: 3px;
  position: absolute;
}

.gb-filterprices-sidebar-ruouvang .ui-slider-horizontal .ui-slider-range {
  background: #000;
  margin-left: -5px;
}

.gb-filterprices-sidebar-ruouvang .ui-slider-horizontal .ui-slider-range {
  background: #000;
  margin-left: -5px;
}

.gb-filterprices-sidebar-ruouvang .label-filter-price {
  text-align: center;
  margin-top: 25px;
}

.gb-filterprices-sidebar-ruouvang .label-filter-price input {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.21;
  letter-spacing: normal;
  text-align: center;
  color: #666666;
  border: none;
  background: transparent;
  width: 100%;
}

.gb-filterprices-sidebar-ruouvang .btn-filter-prince {
  width: 100%;
  height: 44px;
  border: none;
  outline: none;
  background: #000;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  border-radius: 3px;
  color: #FFF;
  position: relative;
  margin-top: 25px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.gb-filterprices-sidebar-ruouvang .btn-filter-prince:hover {
  border: 1px solid #000;
  background: none;
  color: #000;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.gb-filterprices-sidebar-ruouvang .ui-state-default,
.gb-filterprices-sidebar-ruouvang .ui-widget-content .ui-state-default,
.gb-filterprices-sidebar-ruouvang .ui-widget-header .ui-state-default,
.gb-filterprices-sidebar-ruouvang .ui-button,
.gb-filterprices-sidebar-ruouvang html .ui-button.ui-state-disabled:hover,
.gb-filterprices-sidebar-ruouvang html .ui-button.ui-state-disabled:active {
  border: none;
  background: transparent;
}

.gb-locchekbox-sidebar-ruouvang .widget-title-sidebar-ruouvang {
  font-size: 14px;
  font-weight: 600;
  text-align: left;
  color: #333;
  margin-bottom: 20px;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 10px;
  border-bottom: 2px solid #243a76;
}

.gb-locchekbox-sidebar-ruouvang ul li a {
  display: block;
  position: relative;
  line-height: 30px;
  color: rgba(84, 84, 84, 0.8);
}

.gb-locchekbox-sidebar-ruouvang ul li a:before {
  content: " ";
  width: 14px;
  height: 14px;
  border-style: solid;
  border-width: 1px;
  margin-right: 8px;
  display: block;
  float: left;
  margin-top: 7px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

.gb-locchekbox-sidebar-ruouvang ul li a:hover {
  color: #243a76;
}

.gb-locchekbox-sidebar-ruouvang ul li a:hover span {
  border-color: #243a76;
}

.gb-locchekbox-sidebar-ruouvang ul li a span {
  background: rgba(84, 84, 84, 0.05);
  color: rgba(84, 84, 84, 0.8);
  float: right;
  font-size: .6875rem;
  line-height: 1;
  padding: 6px 10px 4px !important;
  border-radius: 10px !important;
  -webkit-border-radius: 10px !important;
  -moz-border-radius: 10px !important;
  text-align: center;
  min-width: 10px;
  margin-top: -1px;
  border-width: 1px;
  border-style: solid;
}

/*NEWS*/
.gb-page-blog_mptoto {
  padding: 20px 0;
}

.gb-page-blog_mptoto .gb-news-blog_mptoto-item {
  margin-bottom: 30px;
}

.gb-page-blog_mptoto .gb-news-blog_mptoto-item .gb-news-blog_mptoto-item-img {
  position: relative;
  z-index: 5;
  overflow: hidden;
  height: 215px;
}

@media screen and (max-width: 767px) {
  .gb-page-blog_mptoto .gb-news-blog_mptoto-item .gb-news-blog_mptoto-item-img {
    height: auto;
  }
}

.gb-page-blog_mptoto .gb-news-blog_mptoto-item .gb-news-blog_mptoto-item-img img {
  width: 100%;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.gb-page-blog_mptoto .gb-news-blog_mptoto-item .gb-news-blog_mptoto-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_mptoto .gb-news-blog_mptoto-item .gb-news-blog_mptoto-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_mptoto .gb-news-blog_mptoto-item .gb-news-blog_mptoto-item-text .gb-news-blog_mptoto-item-title {
  margin: 10px 0;
}

.gb-page-blog_mptoto .gb-news-blog_mptoto-item .gb-news-blog_mptoto-item-text .gb-news-blog_mptoto-item-title h3 a {
  display: block;
  font-size: 20px;

  color: #222222;
  font-weight: 600;
  text-align: justify;
 /* display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;*/
  line-height: 22px;
  height: 44px;
}

.gb-page-blog_mptoto .gb-news-blog_mptoto-item .gb-news-blog_mptoto-item-text .gb-news-blog_mptoto-item-title h3 a:hover {
  color: #243a76;
  text-decoration: none;
}

.gb-page-blog_mptoto .gb-news-blog_mptoto-item .gb-news-blog_mptoto-item-text .gb-news-blog_mptoto-item-text-des p {
  font-size: 14px;
  line-height: 22px;
  text-align: justify;
  color: #7b7b7b;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.gb-page-blog_mptoto .gb-news-blog_mptoto-item .gb-news-blog_mptoto-item-button {
  margin-top: 30px;
}

.gb-page-blog_mptoto .gb-news-blog_mptoto-item .gb-news-blog_mptoto-item-button .btn {
  border-radius: 0;
}

.gb-page-blog_mptoto .gb-news-blog_mptoto-item .gb-news-blog_mptoto-item-button .gb-btn-readmore {
  background: #243a76;
  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_mptoto .gb-news-blog_mptoto-item .gb-news-blog_mptoto-item-button .gb-btn-readmore:hover {
  background-color: white;
  color: #243a76;
  border: 1px solid #243a76;
}

.gb-single-blog_mptoto {
  padding: 20px 0;
}

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

.gb-single-blog_mptoto-right .gb-single-blog_mptoto-right-title {
  /*margin-top: 30px;*/
  /*margin-bottom: 26px;*/
}

.gb-single-blog_mptoto-right .gb-single-blog_mptoto-right-title h2 {
  font-size: 30px;
  line-height: 0.87;
  text-align: left;
  color: #222222;
}

@media screen and (max-width: 767px) {
  .gb-single-blog_mptoto-right .gb-single-blog_mptoto-right-title h2 {
    font-size: 24px;
    line-height: 26px;
  }
}

.gb-single-blog_mptoto-right .gb-single-blog_mptoto-right-info {
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 30px;
  padding-top: 13px;
  padding-bottom: 14px;
}

.gb-single-blog_mptoto-right .gb-single-blog_mptoto-right-info ul {
  margin: 0;
  padding: 0;
}

.gb-single-blog_mptoto-right .gb-single-blog_mptoto-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_mptoto-right .gb-single-blog_mptoto-right-info ul li {
    margin-right: 24px;
  }
}

.gb-single-blog_mptoto-right .gb-single-blog_mptoto-right-info ul li .fa {
  font-family: FontAwesome;
  font-size: 16px;
  font-style: normal;
  line-height: 1.63;
  color: #243a76;
  margin-right: 10px;
}

.gb-single-blog_mptoto-right .gb-single-blog_mptoto-right-info ul li a {
  color: #7b7b7b;
}

.gb-single-blog_mptoto-right .gb-single-blog_mptoto-right-info ul li a:hover {
  text-decoration: none;
  color: #243a76;
}

.gb-single-blog_mptoto-right .gb-single-blog_mptoto-right-text p {
  font-size: 14px;
  line-height: 1.86;
  color: #7b7b7b;
}

.gb-single-blog_mptoto-right .gb-single-blog_mptoto-right-text p span {
  /*color: #243a76;*/
  margin-right: 10px;
}

.gb-single-blog_mptoto-right .gb-single-blog_mptoto-right-text .gb-single-blog_mptoto-quote {
  margin: 20px 0;
}

.gb-single-blog_mptoto-right .gb-single-blog_mptoto-right-text .gb-single-blog_mptoto-quote blockquote {
  border-left: none;
}

.gb-single-blog_mptoto-right .gb-single-blog_mptoto-right-text .gb-single-blog_mptoto-quote blockquote.quote-card {
  position: relative;
  padding-left: 71px;
  border-top: 1px solid #243a76;
  background: #f9f9f9;
}

.gb-single-blog_mptoto-right .gb-single-blog_mptoto-right-text .gb-single-blog_mptoto-quote blockquote.quote-card:before {
  content: "“";
  position: absolute;
  top: 0;
  left: 15px;
  font-size: 120px;
  color: #243a76;
  font-weight: normal;
}

.gb-single-blog_mptoto-right .gb-single-blog_mptoto-right-text .gb-single-blog_mptoto-quote blockquote h4 {
  font-size: 16px;
  font-style: italic;
  line-height: 1.88;
  text-align: left;
  color: #222222;
}

.gb-single-blog_mptoto-right .gb-single-blog_mptoto-right-text .gb-single-blog_mptoto-quote blockquote h3 {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.63;
  text-align: left;
  color: #222222;
}

.gb-single-blog_mptoto-right .gb-single-blog_mptoto-share {
  border-top: 1px solid #e9e9e9;
  padding-top: 10px;
  margin-top: 37px;
  margin-bottom: 76px;
}

.gb-single-blog_mptoto-right .gb-single-blog_mptoto-share .gb-single-blog_mptoto-share-left ul {
  margin: 0;
  padding: 0;
}

.gb-single-blog_mptoto-right .gb-single-blog_mptoto-share .gb-single-blog_mptoto-share-left ul li {
  list-style-type: none;
  display: inline-block;
  border: 1px solid #e9e9e9;
  padding: 5px 15px;
}

.gb-single-blog_mptoto-right .gb-single-blog_mptoto-share .gb-single-blog_mptoto-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_mptoto-right .gb-single-blog_mptoto-share .gb-single-blog_mptoto-share-left ul li a:hover {
  color: #243a76;
}

.gb-single-blog_mptoto-right .gb-single-blog_mptoto-share .gb-single-blog_mptoto-share-right {
  position: absolute;
  right: -36px;
}

@media screen and (max-width: 767px) {
  .gb-single-blog_mptoto-right .gb-single-blog_mptoto-share .gb-single-blog_mptoto-share-right {
    width: 100%;
    right: 0;
    margin-top: 15px;
  }
}

.gb-single-blog_mptoto-right .gb-single-blog_mptoto-share .gb-single-blog_mptoto-share-right ul {
  margin: 0;
  padding: 0;
}

.gb-single-blog_mptoto-right .gb-single-blog_mptoto-share .gb-single-blog_mptoto-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_mptoto-right .gb-single-blog_mptoto-share .gb-single-blog_mptoto-share-right ul li:first-child {
  border: none;
  width: 20%;
  background: none;
}

.gb-single-blog_mptoto-right .gb-single-blog_mptoto-share .gb-single-blog_mptoto-share-right ul li a {
  text-decoration: none;
}

.gb-single-blog_mptoto-right .gb-single-blog_mptoto-share .gb-single-blog_mptoto-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_mptoto-right .gb-single-blog_mptoto-share .gb-single-blog_mptoto-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_mptoto-right .gb-single-blog_mptoto-share .gb-single-blog_mptoto-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_mptoto-right .gb-single-blog_mptoto-share .gb-single-blog_mptoto-share-right ul li:nth-child(2):hover a .fa {
  color: white !important;
}

.gb-single-blog_mptoto-right .gb-single-blog_mptoto-share .gb-single-blog_mptoto-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_mptoto-right .gb-single-blog_mptoto-share .gb-single-blog_mptoto-share-right ul li:nth-child(3):hover a .fa {
  color: white !important;
}

.gb-single-blog_mptoto-right .gb-single-blog_mptoto-share .gb-single-blog_mptoto-share-right ul li:nth-child(4):hover {
  background: #243a76;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.gb-single-blog_mptoto-right .gb-single-blog_mptoto-share .gb-single-blog_mptoto-share-right ul li:nth-child(4):hover a .fa {
  color: white !important;
}

.gb-single-blog_mptoto-right .gb-single-blog_mptoto-share .gb-single-blog_mptoto-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_mptoto-right .gb-single-blog_mptoto-share .gb-single-blog_mptoto-share-right ul li:nth-child(5):hover a .fa {
  color: white !important;
}

.gb-single-blog_mptoto-right .gb-single-blog_mptoto-share .gb-single-blog_mptoto-share-right ul li:nth-child(6):hover {
  background: #243a76;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.gb-single-blog_mptoto-right .gb-single-blog_mptoto-share .gb-single-blog_mptoto-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: #243a76;
  margin-bottom: 20px;
  margin-top: 30px;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 10px;
}

.gb-tintuc-lienquan .gb-tintuc-item .item-img {
  height: 250px;
  object-fit: cover;
  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 #243a76;
  text-align: center;
  padding: 10px 0;
  color: #fff !important;
  font-size: 14px;
  background: #243a76;
  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: #243a76 !important;
  background: transparent;
}

.gb-news-bloghome_mptoto {
  padding: 50px 0;
  background: #f1f1f1;
}

.gb-news-bloghome_mptoto .gb-producttab-home_mptoto-title {
  text-align: center;
  margin-bottom: 30px;
}

.gb-news-bloghome_mptoto .gb-producttab-home_mptoto-title img {
  margin: 0 auto;
}

.gb-news-bloghome_mptoto .gb-producttab-home_mptoto-title h2 {
  margin: 15px 0;
}

.gb-news-bloghome_mptoto .gb-producttab-home_mptoto-title h2 a {
  display: block;
  font-size: 30px;
  text-transform: uppercase;
  color: #000;
  font-weight: 600;
}

.gb-news-bloghome_mptoto .gb-producttab-home_mptoto-title .underline-product_mptoto {
  width: 150px;
  height: 2px;
  background: #000;
  margin: 0 auto;
  margin-bottom: 15px;
}

.gb-news-bloghome_mptoto .gb-producttab-home_mptoto-title p {
  font-size: 16px;
  color: #7a7a7a;
  line-height: 24px;
  font-style: italic;
  font-weight: 300;
  letter-spacing: 2px;
}

.gb-news-bloghome_mptoto .gb-news-blog_mptoto-item {
  margin-bottom: 30px;
}

.gb-news-bloghome_mptoto .gb-news-blog_mptoto-item .gb-news-blog_mptoto-item-img {
  position: relative;
  z-index: 5;
  overflow: hidden;
  height: 215px;
}

@media screen and (max-width: 767px) {
  .gb-news-bloghome_mptoto .gb-news-blog_mptoto-item .gb-news-blog_mptoto-item-img {
    height: auto;
  }
}

.gb-news-bloghome_mptoto .gb-news-blog_mptoto-item .gb-news-blog_mptoto-item-img img {
  width: 100%;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.gb-news-bloghome_mptoto .gb-news-blog_mptoto-item .gb-news-blog_mptoto-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-news-bloghome_mptoto .gb-news-blog_mptoto-item .gb-news-blog_mptoto-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-news-bloghome_mptoto .gb-news-blog_mptoto-item .gb-news-blog_mptoto-item-text {
  padding-top: 10px;
}

.gb-news-bloghome_mptoto .gb-news-blog_mptoto-item .gb-news-blog_mptoto-item-text .gb-news-blog_mptoto-item-title {
  margin: 10px 0;
}

.gb-news-bloghome_mptoto .gb-news-blog_mptoto-item .gb-news-blog_mptoto-item-text .gb-news-blog_mptoto-item-title h3 a {
  display: block;
  font-size: 15px;
  text-align: left;
  color: #222222;
}

.gb-news-bloghome_mptoto .gb-news-blog_mptoto-item .gb-news-blog_mptoto-item-text .gb-news-blog_mptoto-item-title h3 a:hover {
  color: #243a76;
  text-decoration: none;
}

.gb-news-bloghome_mptoto .gb-news-blog_mptoto-item .gb-news-blog_mptoto-item-text .gb-news-blog_mptoto-item-text-des p {
  font-size: 15px;
  color: #7a7a7a;
  line-height: 24px;
  font-style: italic;
  font-weight: 300;
  letter-spacing: 1.5px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.gb-news-bloghome_mptoto .gb-news-blog_mptoto-item .gb-news-blog_mptoto-item-button {
  margin-top: 30px;
}

.gb-news-bloghome_mptoto .gb-news-blog_mptoto-item .gb-news-blog_mptoto-item-button .btn {
  border-radius: 0;
}

.gb-news-bloghome_mptoto .gb-news-blog_mptoto-item .gb-news-blog_mptoto-item-button .gb-btn-readmore {
  background: #000;
  border: 2px solid #000;
  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-news-bloghome_mptoto .gb-news-blog_mptoto-item .gb-news-blog_mptoto-item-button .gb-btn-readmore:hover {
  background-color: transparent;
  color: #000;
}

/*PARTBER*/
.gb-partner_mptoto {
  padding: 50px 0;
}

.gb-partner_mptoto .gb-partner_mptoto-title {
  text-align: center;
}

.gb-partner_mptoto .gb-partner_mptoto-title h2 {
  display: block;
  font-size: 30px;
  text-transform: uppercase;
  color: #000;
  font-weight: 600;
  padding-bottom: 15px;
}

.gb-partner_mptoto .gb-partner_mptoto-title .underline-product_mptoto {
  width: 150px;
  height: 2px;
  background: #000;
  margin: 0 auto;
  margin-bottom: 15px;
}

.gb-partner_hoanmy h2 {
  position: relative;
  font-weight: 700;
  color: #343434;
  font-size: 24px;
  line-height: 1.35;
  text-transform: uppercase;
  border-bottom: 1px solid #f8f8f8;
  padding: 10px 0;
  margin-bottom: 30px;
  text-align: left;
}

.gb-partner_hoanmy h2:before {
  content: "";
  width: 80px;
  border-top: 2px solid #243a76;
  position: absolute;
  bottom: -2px;
  left: 0;
}

.gb-partner_hoanmy ul {
  margin: 0 -5px;
  display: flow-root;
}

.gb-partner_hoanmy ul li .partner-item {
  padding: 0 5px 10px;
  width: 33.333%;
  float: left;
  text-align: center;
}

/*customer*/
.gb-khachhang_hoanmy h2 {
  position: relative;
  font-weight: 700;
  color: #343434;
  font-size: 24px;
  line-height: 1.35;
  text-transform: uppercase;
  border-bottom: 1px solid #f8f8f8;
  padding: 10px 0;
  margin-bottom: 30px;
  text-align: left;
}

.gb-khachhang_hoanmy h2:before {
  content: "";
  width: 80px;
  border-top: 2px solid #243a76;
  position: absolute;
  bottom: -2px;
  left: 0;
}

.gb-khachhang_hoanmy .gb-khachhang_hoanmy-item .cbp-item-wrapper_hoanmy {
  position: relative;
}

.gb-khachhang_hoanmy .gb-khachhang_hoanmy-item .cbp-item-wrapper_hoanmy .customer_hoanmy {
  position: relative;
}

.gb-khachhang_hoanmy .gb-khachhang_hoanmy-item .cbp-item-wrapper_hoanmy .customer_hoanmy:after {
  content: "";
  position: absolute;
  right: 30px;
  bottom: -56px;
  width: 97px;
  height: 15px;
  background: url(../images/5-stars.png) no-repeat center center;
}

@media screen and (max-width: 767px) {
  .gb-khachhang_hoanmy .gb-khachhang_hoanmy-item .cbp-item-wrapper_hoanmy .customer_hoanmy:after {
    display: none;
  }
}

.gb-khachhang_hoanmy .gb-khachhang_hoanmy-item .cbp-item-wrapper_hoanmy .customer_hoanmy .inner_hoanmy {
  position: relative;
  background-color: #fff;
  padding: 30px 40px 30px;
  margin-bottom: 100px;
}

.gb-khachhang_hoanmy .gb-khachhang_hoanmy-item .cbp-item-wrapper_hoanmy .customer_hoanmy .inner_hoanmy:after {
  content: "";
  position: absolute;
  left: 40px;
  bottom: -17px;
  border-width: 0 18px 18px 0;
  border-style: solid;
  border-color: transparent #fff transparent transparent;
}

.gb-khachhang_hoanmy .gb-khachhang_hoanmy-item .cbp-item-wrapper_hoanmy .customer_hoanmy .inner_hoanmy .image_hoanmy {
  position: absolute;
  left: 75px;
  bottom: -100px;
  width: 80px;
  height: 80px;
}

.gb-khachhang_hoanmy .gb-khachhang_hoanmy-item .cbp-item-wrapper_hoanmy .customer_hoanmy .inner_hoanmy .image_hoanmy:before {
  display: block;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 0 5px #fff;
  box-shadow: 0 0 0 5px #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.gb-khachhang_hoanmy .gb-khachhang_hoanmy-item .cbp-item-wrapper_hoanmy .customer_hoanmy .inner_hoanmy .image_hoanmy img {
  width: 100%;
  height: 100%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.gb-khachhang_hoanmy .gb-khachhang_hoanmy-item .cbp-item-wrapper_hoanmy .customer_hoanmy .inner_hoanmy .name_hoanmy {
  margin: 0;
  line-height: normal;
  position: absolute;
  left: 175px;
  bottom: -60px;
  font-size: 1.142em;
}

.gb-khachhang_hoanmy .gb-khachhang_hoanmy-item .cbp-item-wrapper_hoanmy .customer_hoanmy .inner_hoanmy .position_hoanmy {
  position: absolute;
  left: 175px;
  bottom: -88px;
  color: #adadad;
}

.gb-khachhang_hoanmy .gb-khachhang_hoanmy-item .cbp-item-wrapper_hoanmy .customer_hoanmy .inner_hoanmy .whisper_hoanmy {
  border: 0;
  padding: 0;
  margin: 0;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 1.7;
  font-style: italic;
  color: #777777;
}

.gb-khachhang_hoanmy .owl-nav [class*=owl-] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  background: transparent !important;
  border: 2px solid #243a76;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  border-radius: 0 !important;
}

.gb-khachhang_hoanmy .owl-nav {
  margin-top: 0 !important;
}

@media screen and (max-width: 991px) and (min-width: 768px) {
  .gb-khachhang_hoanmy .owl-nav {
    top: -78px;
  }
}

.gb-khachhang_hoanmy .owl-nav .owl-prev {
  position: absolute;
  top: -75px;
  right: 40px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.gb-khachhang_hoanmy .owl-nav .owl-prev:before {
  content: '\f104';
  font-family: FontAwesome;
  color: #243a76;
  font-size: 20px;
}

.gb-khachhang_hoanmy .owl-nav .owl-next {
  position: absolute;
  top: -75px;
  right: 0;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.gb-khachhang_hoanmy .owl-nav .owl-next:before {
  content: '\f105';
  font-family: FontAwesome;
  color: #243a76;
  font-size: 20px;
}

/*QUAY ẢNH 3D*/
.gb-danhmucsanpham_3dmptoto {
  /*padding-top: 50px;*/
}

.gb-danhmucsanpham_3dmptoto-item h2 a {
  color: #000;
  display: block;
  font-size: 14px;
  font-weight: 600;
  height: 50px;
  letter-spacing: 0.7px;
  line-height: 25px;
  margin-top: 15px;
  overflow: hidden;
  text-align: center;
  text-transform: uppercase;
}

.gb-danhmucsanpham_3dmptoto-item p {
  color: #98a2a6;
  font-size: 15px;
  font-style: italic;
  font-weight: 300;
  letter-spacing: 0.4px;
  line-height: 25px;
  margin-top: 10px;
  padding: 0 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.spin-figure.desktop.spin-x-axis.zoom-in {
  max-height: 297px !important;
}


.gb-article-share-box {
  position: fixed;
  top: 45%;
  left: 0;
  z-index: 10000;
}

.gb-article-share-box .mail-button {
  border: 1px solid #ccc;
  width: 71px;
  line-height: 24px;
  text-align: center;
}

.gb-article-share-box .mail-button a {
  color: red;
}

.gb-article-share-box .like-button1 {
  margin-top: 10px;
}

.gb-hotrothanhtoan_mptoto {
  padding: 20px 0;
  background: #f1f1f1;
}

.gb-hotrothanhtoan_mptoto h3 {
  display: block;
  font: bold 12px/32px;
  line-height: 32px;
  text-transform: uppercase;
}

.gb-hotrothanhtoan_mptoto img {
  width: 60%;
}

.gb-hotrothanhtoan_mptoto ul li {
  width: 20%;
  float: left;
}

.gb-hotrothanhtoan_mptoto ul {
  display: flow-root;
}

.gb-productgach-home_mptoto {
  background: transparent;
}

.gb-banner-5-mptoto {
  /*margin: 30px 0;*/
}

.gb-banner-5-mptoto img {
  width: 100%;
  height: auto;
}

.gb-danhmuc-sidebar-ruouvang .widget-title-sidebar-ruouvang {
  font-size: 14px;
  font-weight: 600;
  text-align: left;
  color: #333;
  margin-bottom: 20px;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 10px;
  border-bottom: 2px solid #243a76;
}

.gb-danhmuc-sidebar-ruouvang label {
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.21;
  letter-spacing: normal;
  color: #666666;
  border: none;
  background: transparent;
}

.gb-danhmuc-sidebar-ruouvang span {
  float: right;
  font-size: 0.6875rem;
  line-height: 1;
  padding: 6px 10px 4px 10px !important;
  border-radius: 10px !important;
  -webkit-border-radius: 10px !important;
  -moz-border-radius: 10px !important;
  text-align: center;
  min-width: 10px;
  margin-top: -1px;
  border-width: 1px;
  border-style: solid;
  background-color: rgba(84, 84, 84, .05);
  color: rgba(84, 84, 84, .8);
}

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

/*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: #000;
  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-searchheader_minhphuong {
  padding: 0;
  width: 100%;
}

.gb-searchheader_minhphuong .giacu_typeahead {
  color: red !important;
  text-decoration: line-through;
}

.gb-searchheader_minhphuong .giacu_typeahead .ProfileCard-stat-label {
  color: red !important;
}

.gb-searchheader_minhphuong .giamoi_typeahead {
  font-weight: bold;
}

.gb-searchheader_minhphuong .giamoi_typeahead .ProfileCard-stat-label {
  font-weight: bold !important;
}

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

/*.gb-product-item-img-text p{
      display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}*/

.gb-productcat_mptoto-item {
  margin-bottom: 30px;
}

.gb-productcat_mptoto-item .gb-productcat_mptoto-title {
  display: flow-root;
  margin-bottom: 30px;

}

.gb-productcat_mptoto-title h3 {
  position: relative;
  display: inline-block;
  font-size: 30px;
  text-transform: uppercase;
  color: #000;
}

.gb-productcat_mptoto-title .btn_xemthem {
  font-size: 16px;
  font-weight: 300;
  color: #000;
  border: 1px solid #333;
  padding: 7px 15px;
  border-radius: 20px;
  float: right;
  margin-top: 10px;
}

.widget {
  margin-bottom: 30px;
}

@media screen and (max-width: 991px) {
  .gb-article-share-box {
    display: none;
  }
}

.gb-productgach-home_mptoto .owl-carousel .owl-nav.disabled {
  display: block !important;
}

#tab_default_2 .gb-product-item_mptoto .gb-product-item-img-text {
  text-align: left !important;
}

.product-filtertab .nav-tabs>li.active>a {
  background-color: #e81e19;
  color: #fff;
}

.product-filtertab .nav-tabs {
  border-bottom: none;
}

.product-filtertab {
  /*border-bottom: 1px solid #ddd;*/
  padding-bottom: 5px;
}

.product-filtertab .nav-tabs>li>a {
  border-radius: 5px;
}

@media screen and (max-width: 991px) {
  .is-sticky {
    z-index: 0 !important;
  }
}

.gb-danhmucsanpham_3dmptoto-item {
  background: #e8ebf0;
  padding-top: 60px;
}

.gb-danhmucsanpham_3dmptoto-item .item-img_mptoto {
  background: #fff;
  height: 270px;
}


.uni-checkout-body #payment .place-order {
  margin-top: 30px;
}

.uni-checkout-body #payment .place-order input {
  width: 100%;
  height: 50px;
  background-color: #243a76;
  border: 1px solid #243a76;

  font-size: 14px;
  font-weight: bold;
  line-height: 2.77;
  text-align: center;
  color: #ffffff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.uni-checkout-body #payment .place-order input:hover {
  background: #fff;
  color: #243a76;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.uni-checkout-body .vk-checkout-order-left h3 {

  font-size: 18px;
  font-weight: bold;
  text-align: left;
  color: #333333;
  text-transform: uppercase;
  margin-bottom: 25px;
}

.uni-checkout-body .vk-checkout-order-left table {
  width: 100%;
}

.uni-checkout-body .vk-checkout-order-left table thead tr th {

  font-size: 14px;
  font-weight: bold;
  line-height: 2.14;
  text-align: center;
  color: #404040;
  text-transform: uppercase;
}

.uni-checkout-body .vk-checkout-order-left table tbody tr td {

  font-size: 14px;
  line-height: 2.14;
  text-align: left;
  color: #000;
}

.uni-checkout-body .vk-checkout-order-left table tfoot tr th {

  font-size: 14px;
  font-weight: 500;
  line-height: 2.14;
  text-align: left;
  color: #000;
}

.uni-checkout-body .vk-checkout-order-left table tr td {
  border-bottom: 1px solid #000;
  padding: 15px 5px;
}

.uni-checkout-body .vk-checkout-order-left table tr th {
  border-bottom: 1px solid #000;
  padding: 15px 0;
}

.uni-checkout-body .vk-checkout-order-left thead {
  /*border-bottom: 2px solid #243a76;*/
}

.uni-checkout-body .vk-checkout-order-left .order-total {
  color: #404040;
}

.uni-checkout-body .vk-checkout-billing-left {
  padding-top: 20px;
  padding-bottom: 43px;
}

.uni-checkout-body .vk-checkout-billing-left h3 {

  font-size: 18px;
  font-weight: bold;
  text-align: left;
  color: #243a76;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.uni-checkout-body .vk-checkout-billing-left p {
  margin-bottom: 27px;
}

.uni-checkout-body .vk-checkout-billing-left p label {

  font-size: 14px;
  font-weight: normal;
  line-height: 1.57;
  text-align: left;
  color: #22292d;
  margin-bottom: 10px;
}

.uni-checkout-body .vk-checkout-billing-left p .required {

  font-size: 18px;
  font-weight: 900;
  line-height: 1.22;
  color: #243a76;
}

.uni-checkout-body .vk-checkout-billing-left .woocommerce-billing-fields select {
  width: 100%;
  height: 50px;
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  padding: 0 20px;

  font-size: 14px;
  line-height: 0;
  text-align: left;
  color: #aeaeae;
  border-radius: 3px;
}

.uni-checkout-body .vk-check-coupon {
  display: none;
  background: #ffffff;
  padding: 20px;
  border: 1px solid #e0e0e0;
  margin-top: 10px;
}

.uni-checkout-body .vk-check-coupon h3 {

  font-size: 18px;
  font-weight: bold;
  text-align: left;
  color: #333;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.uni-checkout-body .vk-check-coupon .gb-form-register {
  margin-top: 20px;
}

.uni-checkout-body .vk-check-coupon .required {

  font-size: 18px;
  font-weight: 900;
  line-height: 1.22;
  color: #243a76;
}

.uni-checkout-body .vk-check-coupon p {

  font-size: 16px;
  line-height: 22px;
}

.uni-checkout-body .vk-check-coupon label {

  font-size: 16px;
  font-weight: bold;
  text-align: left;
  color: #333;
  margin-bottom: 20px;
}

.uni-checkout-body .vk-check-coupon .form-control {
  height: 45px;
}

.uni-checkout-body .vk-check-coupon .btn {
  width: 100%;
  height: 45px;
  background: #243a76;
  color: #fff;
  font-weight: 600;
  border: 1px solid #243a76;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.uni-checkout-body .vk-check-coupon .btn:hover {
  background: transparent;
  color: #243a76;
}

.uni-checkout-body .entry-content-wrapper .woocommerce-info {
  margin-bottom: 10px;
  background: #fff;
  padding: 14px 20px;

  font-size: 14px;
  line-height: 2.14;
  text-align: left;
  color: #666;
  border: 1px solid #e0e0e0;
  border-top: 2px solid #243a76;
  border-radius: 3px;
}

.uni-checkout-body .entry-content-wrapper .woocommerce-info i {
  font-family: FontAwesome;
  font-size: 18px;
  line-height: 1.67;
  color: #243a76;
  margin-right: 20px;
}

.uni-checkout-body .entry-content-wrapper .woocommerce-info a {
  color: #243a76;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.uni-checkout-body .entry-content-wrapper .woocommerce-info a:hover {
  color: #22292d;
}

.uni-checkout-body .entry-content-wrapper .form-row-first input {
  width: 100%;
  height: 40px;
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  padding: 20px;

  font-size: 14px;
  line-height: 1.57;
  text-align: left;
  color: #e0e0e0;
  border-radius: 3px;
}

.uni-checkout-body .entry-content-wrapper .form-row-last input {
  width: 100%;
  height: 40px;
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  padding: 20px;

  font-size: 14px;
  line-height: 1.57;
  text-align: left;
  color: #aeaeae;
  border-radius: 3px;
}

.uni-checkout-body .entry-content-wrapper .form-row-last textarea {
  width: 100%;
  height: 120px;
  border: 1px solid #e0e0e0;
  border-radius: 3px;
}

.uni-checkout-body .entry-content-wrapper .vk-checkout-login {
  margin-top: 30px;
}

.uni-checkout-body .entry-content-wrapper .vk-checkout-login p {
  margin-bottom: 0px;
}

.uni-checkout-body .entry-content-wrapper .vk-checkout-login input.button {
  width: 120px;
  height: 40px;
  background-color: #243a76;
  border-radius: 3px;
}

.uni-checkout-body .entry-content-wrapper .vk-checkout-login input[type="submit"] {
  border: 1px solid #243a76;

  font-size: 14px;
  font-weight: bold;
  line-height: 1.69;
  text-align: center;
  color: #ffffff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.uni-checkout-body .entry-content-wrapper .vk-checkout-login input[type="submit"]:hover {
  background: #fff;
  color: #243a76;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.uni-checkout-body .entry-content-wrapper .vk-checkout-login .woocommerce-form__label-for-checkbox input[type=checkbox] {
  width: 16px;
  height: 16px;
  border-radius: 3px;
  background-color: #ffffff;
  border: solid 1px #aeaeae;
  margin-left: 20px;
}

.uni-checkout-body .entry-content-wrapper .vk-checkout-login .woocommerce-form__label-for-checkbox span {

  font-size: 14px;
  line-height: 1.57;
  text-align: left;
  color: #7b7b7b;
  font-weight: normal;
}

.uni-checkout-body .entry-content-wrapper .vk-checkout-login .lost_password {
  margin: 0;
  padding-top: 15px;
}

.uni-checkout-body .entry-content-wrapper .vk-checkout-login .lost_password a {

  font-size: 14px;
  line-height: 1.57;
  text-align: right;
  color: #243a76;
}

.uni-checkout-body .entry-content-wrapper .vk-checkout-login .lost_password a:hover {
  color: #333;
}

.uni-checkout-body .entry-content-wrapper .vk-checkout-login .lost_password a i {
  font-family: FontAwesome;
  font-size: 18px;
  margin-right: 5px;
}

.gb-page-sanpham_mptoto #tab_default_2 .gb-product-item_mptoto {
  height: auto !important;
}

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

/*#0439ff*/
.gb-popup-overlay .btn-theme i {
  color: #333;
}

#myDiv .gb-news-letter {
  padding: 0 20px;
}

#myDiv .uni-footer-newletter h4 {
  color: #b52026;
  line-height: 20px;
  font-size: 18px;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-weight: 600;
}


.gb-news-bloghome_mptoto {
  position: relative;
}

.gb-news-bloghome_mptoto .owl-nav [class*=owl-] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: transparent !important;
  border: transparent;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.gb-news-bloghome_mptoto .owl-nav [class*=owl-]:hover {
  background: transparent !important;
}

.gb-news-bloghome_mptoto .owl-nav {
  margin-top: 0 !important;
}

@media screen and (max-width: 991px) and (min-width: 768px) {
  .gb-news-bloghome_mptoto .owl-nav {
    top: -78px;
  }
}

.gb-news-bloghome_mptoto .owl-nav .owl-prev {
  position: absolute;
  top: 45%;
  left: 10px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.gb-news-bloghome_mptoto .owl-nav .owl-prev:before {
  content: '';
  background: url("../images/slide/left_arrow.png") no-repeat;
  height: 114px;
  position: absolute;
  width: 50px;
}

.gb-news-bloghome_mptoto .owl-nav .owl-next {
  position: absolute;
  top: 45%;
  right: 10px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.gb-news-bloghome_mptoto .owl-nav .owl-next:before {
  content: '';
  background: url("../images/slide/right_arrow.png") no-repeat;
  height: 114px;
  position: absolute;
  width: 50px;
}

.gb-news-bloghome_mptoto .owl-theme .owl-dots {
  position: absolute;
  bottom: 20px;
  width: 100%;
}

.social-button {
  display: inline-grid;
  position: fixed;
  bottom: 15px;
  left: 45px;
  min-width: 45px;
  text-align: center;
  z-index: 99999;
}

.social-button-content {
  display: inline-grid;
  /*display: block;*/
}

.social-button a {
  padding: 8px 0;
  cursor: pointer;
  position: relative;
}

.social-button i {
  width: 40px;
  height: 40px;
  background: #e81e19;
  color: #fff;
  border-radius: 100%;
  font-size: 20px;
  text-align: center;
  line-height: 1.9;
  position: relative;
  z-index: 999;
}

.social-button span {
  display: none;
}

.alo-circle {
  animation-iteration-count: infinite;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: zoomIn;
  width: 50px;
  height: 50px;
  top: 3px;
  right: -3px;
  position: absolute;
  background-color: transparent;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid rgba(30, 30, 30, 0.4);
  opacity: .1;
  border-color: #e81e19;
  opacity: .5;
}

.alo-circle-fill {
  animation-iteration-count: infinite;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: pulse;
  width: 60px;
  height: 60px;
  top: -2px;
  right: -8px;
  position: absolute;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid transparent;
  background-color: rgba(232, 30, 25, 0.53);
  opacity: .75;
}

.call-icon:hover>span,
.mes:hover>span,
.sms:hover>span,
.zalo:hover>span {
  display: block
}

.social-button a span {
  border-radius: 2px;
  text-align: center;
  background: rgb(25, 73, 255);
  padding: 9px;
  display: none;
  width: 180px;
  margin-left: 10px;
  position: absolute;
  color: #ffffff;
  z-index: 999;
  top: 9px;
  left: 40px;
  transition: all 0.2s ease-in-out 0s;
  -moz-animation: headerAnimation 0.7s 1;
  -webkit-animation: headerAnimation 0.7s 1;
  -o-animation: headerAnimation 0.7s 1;
  animation: headerAnimation 0.7s 1;
}

@-webkit-keyframes "headerAnimation" {
  0% {
    margin-top: -70px;
  }

  100% {
    margin-top: 0;
  }
}

@keyframes "headerAnimation" {
  0% {
    margin-top: -70px;
  }

  100% {
    margin-top: 0;
  }
}

.social-button a span:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 10px 0;
  border-color: transparent rgb(25, 73, 255) transparent transparent;
  position: absolute;
  left: -10px;
  top: 10px;
}

.formnhanthongtindangky-mobile {
  display: none;
}

@media screen and (max-width: 991px) {
  .formnhanthongtindangky-mobile {
    display: block;
    padding: 30px 0;
  }
}

.formnhanthongtindangky-mobile {
  background: #243a76;
}

.formnhanthongtindangky-mobile .uni-footer-newletter h4 {
  color: #e81e19;
  text-align: center;
  line-height: 1.5;
}

.gb-slideshow_mptoto {

  position: relative;
  margin: 10px -15px;
}

.gb-slideshow_mptoto h2 {
  /*font-size: 27px;*/
  font-weight: normal;
  /*letter-spacing: 1.5px;*/
  background: 0 0;
  text-align: left;
  height: 40px;
  margin: 15px 0;
  /*text-transform: uppercase;*/
 /* position: absolute;
  top: 50%;
  left: 50%;*/
 /* transform: translate(-50%, -50%);*/
  z-index: 999;
}

.sanpham-dongsanpham {
  margin: 30px 0;
}

.sanpham-dongsanpham-item-img {
  display: block;
  overflow: hidden;
}

.sanpham-dongsanpham .sanpham-dongsanpham-item img {
  width: 100%;
  height: auto;
  transition: all 0.5s;
}

.sanpham-dongsanpham .sanpham-dongsanpham-item img:hover {
  transform: scale(1.1);
}

.sanpham-dongsanpham .sanpham-dongsanpham-item h3 a {
  display: block;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-align: center;
  color: #000;
  margin-top: 15px;
}

.sanpham-dongsanpham .sanpham-dongsanpham-item h3 a:hover {
  color: #ed1b24;
}

/*tuan*/
@media screen and (max-width: 991px) {
  .sanpham-dongsanpham {
    display: none;
  }

  .cat-dongsanpham {
    margin-top: 15px;
  }

  .gb-danhmucsanpham_3dmptoto {
    display: none;
  }
}













/*CSS  MỚI */
.gb-menu-category_mptoto {
  position: inherit;
  width: 100%;
  z-index: 9999;
  left: 0;
  transition: all 0.5s;
  visibility: inherit;
}

.img-bottom-slide img {
  width: 100%;
  height: auto;
}
.menu-right-mptoto .cssmenu > ul > li > a {
  font-size: 13px;
    font-weight: 100;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    padding: 15px 9px;
  text-decoration: none;
  text-transform: capitalize;
  -webkit-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}
.menu-right-mptoto {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: block;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: left;
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 1;
  filter: alpha(opacity=0);
}
.pro-desc p {
  font-size: 13px;
}
.pro-desc h2 a {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 13px;
}
.pro-info li {
  font-size: 13px;
}
span.add-sosanh span {
  font-size: 13px;
}
.product-home .wrapper-pro .pro-item .pro-img img {
  max-width: 100%;
  max-height: 100%;
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: auto;
  border-radius:  5px;
}
header .toplogo .hottline-b {
  float: left;
  width: auto;
  height: 69px;
  background: #fff;
  border: solid 1px #e3e3e3;
  border-radius: 8px;
  margin-top: 13px;
  position: relative;
  padding-right: 45px;
}
.checkserial {
  background: url(../images/checkserial12.jpg) no-repeat;
  width: 349px;
  height: 71px;
  display: block;
  float: right;
  margin-top: 13px;
}
.add-to-builder.col-xs-2 {
  /* padding: 0px; */
  width: 14%;
}
.pro-store.col-xs-2 p {
  font-size: 11px;
}
.payment_line label {
  font-size: 13px;
}
.address_line label span {
  font-size: 12px;
  font-weight: 100;
}
div#histats_counter {
  display: none;
}
header .toplogo .logoarea img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    padding: 20px;
    width: 86%;
    margin-top: 0;
    padding-top: 0;
}
.product-home .wrapper-pro .pro-item .act-pro a {
  text-decoration: none;
  color: #FFF;
  display: block;
  margin: 0 auto;
  text-align: center;
  padding: 4px;
}
.mcb-item-7c2699f4.faq .question .title {
    color: #fff
}

.mcb-item-7c2699f4.faq .question,
.mcb-item-7c2699f4.faq .question::after {
    background-color: rgba(255, 255, 255, .02)
}

.mcb-item-7c2699f4.faq .question::before {
    border-color: rgba(255, 255, 255, .1)
}

.mcb-item-7c2699f4.faq .question .title>.acc-icon-plus,
.mcb-item-7c2699f4.faq .question .title>.acc-icon-minus {
    color: rgba(255, 255, 255, .25)
}

.style-simple .mcb-item-7c2699f4.faq .question {
    border-color: rgba(255, 255, 255, .1)
}
.faq .question {
  margin-bottom: 5px;
  overflow: hidden;
  position: relative;
  background: rgba(0, 0, 0, .02)
}

.faq .question:before {
  content: "";
  width: 60px;
  height: 100%;
  border-width: 0 1px 0 0;
  border-style: solid;
  border-color: rgba(0, 0, 0, .1);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1
}

.faq .question:after {
  content: "";
  width: 60px;
  height: 100%;
  background: rgba(0, 0, 0, .03);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1
}

.faq .question:last-child {
  margin-bottom: 0
}

.faq .question .title {
  padding: 20px 40px 20px 80px;
  font-size: 15px;
  position: relative;
  cursor: pointer;
  z-index: 2
}

.faq .question .title>.acc-icon-plus,
.faq .question .title>.acc-icon-minus {
  font-size: 17px;
  line-height: 17px;
  display: block;
  position: absolute;
  right: 15px;
  top: 21px;
  width: 20px;
  height: 20px;
  text-align: center;
  color: rgba(0, 0, 0, .25)
}

.faq .question .title>.acc-icon-plus:before,
.faq .question .title>.acc-icon-minus:before {
  margin: 0 !important
}

.faq .question .title>.acc-icon-plus {
  display: block
}

.faq .question .title>.acc-icon-minus {
  display: none
}

.faq .question .title .num {
  font-weight: 700;
  position: absolute;
  left: 27px;
  top: 20px;
  font-weight: 700
}

.faq .question .answer {
  padding: 20px 20px 20px 80px;
  overflow: hidden;
  display: none
}

.faq .question.active .title>.acc-icon-plus {
  display: none
}

.faq .question.active .title>.acc-icon-minus {
  display: block
}

.faq .question.active p:last-child {
  margin-bottom: 0
}

.mcb-item-7c2699f4 .faq {
  margin-bottom: 5px
}

.mcb-item-7c2699f4 .faq .question .title.wpb_toggle {
  background-position: 23px
}

.mcb-item-7c2699f4 .faq .question .answer.wpb_toggle_content {
  margin: 0
}

.mcb-item-7c2699f4 .faq .question .last_toggle_el_margin {
  margin-bottom: 0
}

.mcb-item-7c2699f4 .faq .question .title>.acc-icon-plus,
.mcb-item-7c2699f4 .faq .question .title>.acc-icon-minus {
  left: 20px;
  right: auto;
  color: rgba(0, 0, 0, .5)
}
.accordion .question .answer {
  padding: 15px 20px 20px;
  overflow: hidden;
  display: none;
  box-shadow: inset 0 4px 3px -2px rgba(0, 0, 0, .06)
}

.accordion .question .answer .wpb_content_element:last-child {
  margin-bottom: 0
}

/*tuan*/
.uni-box-vote-cms span i {
    font-family: FontAwesome;
    font-size: 12px;
    letter-spacing: 1.2px;
    color: #fcae1d;
}
/*tuan*/
.no-sub::after {
  content: "" !important;
}
/*REGISTER*/
.gb-register_excel .gb-register_excel-top {
  background: #205dab; }
  .gb-register_excel .gb-register_excel-top .gb-register_excel-top-left img {
    width: 153px; }
  .gb-register_excel .gb-register_excel-top .gb-register_excel-top-right .form-group {
    font-size: 16px;
    color: #fff; }
    .gb-register_excel .gb-register_excel-top .gb-register_excel-top-right .form-group a {
      font-size: 16px;
      color: #fff; }
    .gb-register_excel .gb-register_excel-top .gb-register_excel-top-right .form-group label {
      display: block;
      font-size: 14px;
      font-weight: 600;
      letter-spacing: 1.2px;
      padding: 15px 0;
      color: #fff; }
  .gb-register_excel .gb-register_excel-top .gb-register_excel-top-right .btn-dangnhap_excel {
    background: #fff;
    color: #207244;
    font-weight: 600;
    margin: 43px 0; }

.gb-register_excel .gb-dangky_tour {
  padding: 30px 0; }
  .gb-register_excel .gb-dangky_tour .gb-dangky_tour-right .gb-dangky_tour-right-top {
    margin: 20px 0; }
    .gb-register_excel .gb-dangky_tour .gb-dangky_tour-right .gb-dangky_tour-right-top p {
      color: #000;
      line-height: 20px;
      font-size: 18px; }
    .gb-register_excel .gb-dangky_tour .gb-dangky_tour-right .gb-dangky_tour-right-top ul {
      margin-top: 15px; }
      .gb-register_excel .gb-dangky_tour .gb-dangky_tour-right .gb-dangky_tour-right-top ul li {
        display: inline-block; }
        .gb-register_excel .gb-dangky_tour .gb-dangky_tour-right .gb-dangky_tour-right-top ul li a {
          display: block;
          font-size: 14px;
          color: #fff;
          padding: 10px 30px; }
          .gb-register_excel .gb-dangky_tour .gb-dangky_tour-right .gb-dangky_tour-right-top ul li a.btn-facebook {
            background: #496397; }
          .gb-register_excel .gb-dangky_tour .gb-dangky_tour-right .gb-dangky_tour-right-top ul li a.btn-google {
            background: #dc493f;
            padding: 2px; }

.gb-register_excel .gb-form-dangky h3 {
  font-size: 16px;
  font-weight: 700;
  padding-bottom: 20px;
  text-transform: uppercase; }

.gb-register_excel .gb-form-dangky p {
  font-size: 14px;
  color: #7a7a7a;
  line-height: 22px; }
  .gb-register_excel .gb-form-dangky p a {
    color: #207244; }

.gb-register_excel .gb-form-dangky .btn-taotaikhoan {
  background: #c10000;
  color: #fff;
  font-weight: 600; }


  .infor-user{
    background: #205dab;min-height: 400px;
  }
  
  .title-infor{text-transform: uppercase;color: #fff;padding: 15px;background: #205dab;}
  ul.infor-user li{border-bottom:1px solid #ccc;}
  ul.infor-user li:hover a{background: #fff; color: #090b0d; }
  ul.infor-user li a{color:#fff;display: block;padding: 10px;border:1px solid #090b0d;}
  ul.infor-user>li>.active>a{background: transparent;color: #090b0d !important;}
.active{background: #fff !important;}
.active a{color:#090b0d !important;}
.gb-menu-category_mptoto.menu_con {
  width: 100%;
  position: absolute;
  top: 45px;
  left: 0%;
  transition: all 0.5s;
}
.danhmucsp-header.loc_1.col-md-3.active {
  background: #243a76 !important;
}
.images-pro img{
  width: 30%;
}
.suntory-alo-phone {
    background-color: transparent;
    cursor: pointer;
    height: 120px;
    position: fixed;
    transition: visibility 0.5s ease 0s;
    width: 120px;
    z-index: 200000 !important;
}
.suntory-alo-phone.suntory-alo-green .suntory-alo-ph-circle {
    border-color: #bfebfc;
    opacity: 1;
}
.suntory-alo-ph-circle {
    animation: 1.2s ease-in-out 0s normal none infinite running suntory-alo-circle-anim;
    background-color: transparent;
    border: 2px solid rgba(30, 30, 30, 0.4);
    border-radius: 100%;
    height: 100px;
    left: 0px;
    opacity: 0.1;
    position: absolute;
    top: 0px;
    transform-origin: 50% 50% 0;
    transition: all 0.5s ease 0s;
    width: 100px;
}
.suntory-alo-phone.suntory-alo-green .suntory-alo-ph-circle-fill {
    background-color: rgba(0, 175, 242, 0.9);
}
.suntory-alo-ph-circle-fill {
    animation: 2.3s ease-in-out 0s normal none infinite running suntory-alo-circle-fill-anim;
    border: 2px solid transparent;
    border-radius: 100%;
    height: 70px;
    left: 15px;
    position: absolute;
    top: 15px;
    transform-origin: 50% 50% 0;
    transition: all 0.5s ease 0s;
    width: 70px;
}
.suntory-alo-phone.suntory-alo-green .suntory-alo-ph-img-circle {
    background-color: #00aff2;
}
.suntory-alo-ph-img-circle {
    border: 2px solid transparent;
    border-radius: 100%;
    height: 50px;
    left: 25px;
    opacity: 0.7;
    position: absolute;
    top: 25px;
    transform-origin: 50% 50% 0;
    width: 50px;
    text-align: center;
}
.suntory-alo-ph-img-circle i {
    animation: 1s ease-in-out 0s normal none infinite running suntory-alo-circle-img-anim;
    font-size: 30px;
    line-height: 50px;
    color: #fff;
    float: none;
}
@keyframes suntory-alo-circle-anim {
  0% {
    opacity: 0.1;
    transform: rotate(0deg) scale(0.5) skew(1deg);
  }
  30% {
    opacity: 0.5;
    transform: rotate(0deg) scale(0.7) skew(1deg);
  }
  100% {
    opacity: 0.6;
    transform: rotate(0deg) scale(1) skew(1deg);
  }
}
@keyframes suntory-alo-circle-img-anim {
  0% {
    transform: rotate(0deg) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0deg) scale(1) skew(1deg);
  }
  100% {
    transform: rotate(0deg) scale(1) skew(1deg);
  }
}
@keyframes suntory-alo-circle-fill-anim {
  0% {
    opacity: 0.2;
    transform: rotate(0deg) scale(0.7) skew(1deg);
  }
  50% {
    opacity: 0.2;
    transform: rotate(0deg) scale(1) skew(1deg);
  }
  100% {
    opacity: 0.2;
    transform: rotate(0deg) scale(0.7) skew(1deg);
  }
}
.suntory-alo-ph-img-circle i {
  animation: 1s ease-in-out 0s normal none infinite running suntory-alo-circle-img-anim;
  font-size: 30px;
  line-height: 50px;
  color: #fff;
  float: none;
}
@keyframes suntory-alo-ring-ring {
  0% {
    transform: rotate(0deg) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0deg) scale(1) skew(1deg);
  }
  100% {
    transform: rotate(0deg) scale(1) skew(1deg);
  }
}
.zallo{
position: fixed;
    left: 25px;
    bottom: 150px;
    z-index: 99999;
}
.zallo img{
  width: 50px;
  height: 50px;
}

/*cau hinh pc*/
.gb-xay-dung-pc h1 {
  color: #333;
  border: none;
  float: left;margin: 5px 0 15px 0px;
  text-transform: uppercase;
  font-size: 24px;
}
.gb-xay-dung-pc .lam-moi {
  float: right;
  background: #da251c;
  padding: 10px 8px;
  color: #fff;
  text-transform: uppercase;
}
.gb-xay-dung-pc .du-tinh {
  float: right;
  font-size: 19px;
  color: #da251c;
}
.gb-xay-dung-pc .chon {
  background: #536be8;
  color: #fff;
  border: 0;
  padding: 5px;
  border-radius: 3px;
}
.gb-popup-pc .loc {
  text-transform: uppercase;
  padding: 10px 0;
  text-align: center;
  width: 100%;
  font-weight: bold;
}
.gb-popup-pc .gb-loc-item {
  border-top: 1px solid #e1e1e1;
  padding-top: 10px;
}
.gb-popup-pc .gb-pro-add {
  text-transform: uppercase;
  background: #536be8;
  color: #fff;
  border: 0;
  padding: 10px;
  line-height: 18px;
  border-radius: 4px;
  font-size: 14px;
}
.gb-popup-pc .gb-chkbox-popup {
  margin-left: 10px;
  height: 16px;
  width: 16px;
}
.gb-xay-dung-pc .gb-pc-add-cart {
  background: #da251c;
  color: #fff;
  /*float: right;*/
  border: 0;
  padding: 10px;
  border-radius: 5px;
}
@media screen and (min-width: 991px) {
  .gb-input-pc {
    width: 50%;
  }
}
.class4{
    height: 100px;
    display: flex;
    align-items: center;
}
.search-container {
   width: 100%;
   display: block;
   margin: 0 auto;
}
 input#search-bar {
   margin: 0 auto;
   width: 100%;
   height: 45px;
   padding: 0 20px;
   font-size: 1rem;
   border: 1px solid #d0cfce;
   outline: none;
}
 input#search-bar:focus {
   border: 1px solid #008abf;
   transition: 0.35s ease;
   color: #008abf;
}
 input#search-bar:focus::-webkit-input-placeholder {
   transition: opacity 0.45s ease;
   opacity: 0;
}
 input#search-bar:focus::-moz-placeholder {
   transition: opacity 0.45s ease;
   opacity: 0;
}
 input#search-bar:focus:-ms-placeholder {
   transition: opacity 0.45s ease;
   opacity: 0;
}
 .search-icon {
   position: relative;
   float: right;
   width: 75px;
   height: 75px;
   top: -62px;
   right: -15px;
}
.class5{
    padding: 28px 0;
    height: 100px;
}
.headeer{
    height: 45px;
    display: flex;
    align-items: center;
}
.headeer h4{
  text-transform: uppercase;
  color: white;
}
.headeer:nth-child(4){
  float: right;
}
.gb-menu-category_mptoto .cssmenu ul li.has-sub a.triagle:hover{
  transition-duration: 0.2s;
  background: linear-gradient(108deg, #f7434c, #ff8949) !important;
  color: #fff;
}
.sub-triag a:hover{
  color:#d33;
}
.gb-slideshow_mptoto-slide11 .item-img{
  border-radius: 10px;
  overflow: hidden;
}
.gb-slideshow_mptoto-slide11 .item{
  margin-bottom: 15px;
  text-align: center;

}
.gb-slideshow_mptoto-slide11 .item h3{
  font-weight: bold;

}
.gb-slideshow_mptoto-slide11 .item p{
  font-size: 15px;
  text-align: left;
}
.thuonghieunb{
    font-size: 20px;
    font-weight: bold;
    /*padding-left: 15px;*/
   /* border-left: 5px solid;*/
   /* margin: 10px 0;*/
   text-transform: uppercase;
   padding: 5px auto;
}
.Laptop-danhmuc a h3{
  font-weight: bold;
  color: #000;
}
.Laptop-danhmuc a
{
  text-align: center;
}
.Laptop-danhmuc .col-md-4{
  padding-left: 0px;
}
.banner-ngang2{
margin: 15px 0;
border-radius:8px;
overflow: hidden;
}
.overlay{
    display: none;
    position: absolute;
    width: 191px;
    background: rgba(1,1,1,0.3);
    height: 180px;
    top: 0;
}
.over-icon{
    
    position: absolute;
    width: 191px;
    
    height: 180px;
    top: 0;
}

.over-hot{
    
    position: absolute;
    
    
    height: 180px;
    top: 0;
    right: 25px;
}

.over-new{
    right: 0;
    position: absolute;
    
    
    height: 180px;
    top: 0;
}
.contentimg{
    display: none;
    position: absolute;
    width: 191px;
    color: white;
    height: 180px;
    top: 0;
    z-index: 22;
    text-align:center;
    padding: 13px;
}
.product-home .wrapper-pro .pro-item .pro-img:hover .overlay{
    display: block;

}
.product-home .wrapper-pro .pro-item .pro-img:hover .contentimg{
    display: block;
}
.icont{
    float: left;
    width: 45px;
    padding: 6px 0;
    background: #d33;
    border-radius: 8px;
    margin: 0 5px;
}
.tiocn{
    margin: 25% 0;
    overflow: auto;
}
.pro-item p{
  font-size: 13px;
  margin-bottom: 5px
}
.pro-item h5{
  color: #d33
}
.star {
  color: orange;
}
.star span{
  color: #999
}
.dongkhung{
    width: 25px;
    background: #42e102;
    /*height: 25px;*/
    color: #fff;
    padding: 3px;
    border-radius: 2px;
}
.fa-bus{
  padding-left: 15px;
  color:#42e102;
}
.buss{
  font-size: 13px;
  color: #42e102;
}
.buss .fa-bus{
  font-size: 13px;
  padding-left: 0;
}
.location{
  width: 50px;
}
.ring-ing{
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #243a76;
  position: fixed;
  bottom: 30px;
  left: 30px;
  text-align: center;
  padding: 6px 0;

}
.notifi{
  -webkit-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.75);
box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.75);
  display: none;
  width: 300px;
  height: 270px;
  border-top-right-radius:15px;
  border-top-left-radius:15px;
  position: fixed;
  bottom: 30px;
  overflow: hidden;
  left: 10px;
  z-index: 9999;
  background: #fff;
}
.head-noti{
/*  border-top-right-radius:15px;
  border-top-left-radius:15px;*/
  background:  #243a76;
  height: 45px;
  text-align: center;
  font-size: 19px;
  color: white;
  position: relative;
  padding-top: 8px;

}
.head-noti .fa-times{
  position: absolute;
  width: 20px;
  height: 20px;
  top: 5px; right: 5px;
}
.head-noti h2{
   font-weight: bold;
}
.ring-ing i{
  font-size: 35px;
  color: white;
}
.ring-ing span{
    position: absolute;
    background: #d33;
    color: #fff;
    width: 15px;
    height: 15px;
    border-radius: 10px;
}
.notifi .content h3{
    font-size: 12px;
    padding: 6px 0 0px;
    font-weight: bold;
    color: #d33;
}
.notifi .content p{
  font-size: 11px;
}
.no-1{
  height: 70px;
}
.content .col-md-3{
  padding-right: 0px;
}
.tabthongtin h2{
    font-weight: bold;
    margin: 5px 0;
    clear: both;
    padding: 8px 10px;
    background-color: #243a76;
    border-radius: 12px;
}
/*.tabthongtin p{
  margin: 2px 0;
}*/
.tabthongtin .red{
  color: #d33;
  font-weight: bold;
}
.tabthongtin img{
  margin-top:5px;
}
.footer-main-content .foote-lienhe-mptoto ul li a{
  color:#fff;
}
.lefter{
    width: 20%;
    font-weight: bold;
    font-size: 15px;
    line-height: 25px;

}
.boloc1{
  display: flex;
}
.boloc1 li{
  padding:8px 12px;
  margin-left: 5px ;
  border: 1px solid #ddd;
  margin-bottom: 5px;
  border-radius: 5px;
  overflow: hidden;
}
.active1{
  border-color: rgb(20, 53, 195) !important;
  position: relative;
  overflow: hidden;
}
.active1::after{
    position: absolute;
    content: '';
    top: -1px;
    right: -1px;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0px 20px 20px 0px;
    border-color: transparent rgb(20, 53, 195) transparent transparent;
}
.active1::before{
    content: '\02713';
    position: absolute;
    top: 1px;
    right: 3px;
    color: rgb(255, 255, 255);
    z-index: 2;
    font-size: 8px;


}
.box1{
  height: 50px;
  display: flex;
  align-items: center;
  /*margin-left: 10px;*/
}
#myNav12 p{
  font-weight: bold;

}
.box1 p{
  font-weight: normal;
  margin-left: 10px !important;
}
.form-ct input{
  margin: 7px 0;
  height: 40px;
  width: 100%;
  padding: 5px 5px;
  font-size: 14px;
}
.form-ct button{
    width: 100%;
    border-radius: 2px;
    margin: 10px auto;
    background: #1374E3;
    color: #fff;
    font-weight: bold;


}
.Laptop-danhmuc .col-xs-4 img{
  width: 100%;
}
@media screen and (max-width: 768px){
  .thuonghieunb{
    font-size: 13px;
    padding: 0px;
  }
  .Laptop-danhmuc{
    overflow: hidden;
  }
}
.icont{
  cursor: pointer;
}
.wishlist-but {
  width: 100%;
}
.wthis th {
  border-bottom: 2px solid #d33;
  border-top:none !important;
}

.woocommerce h2{
  text-align: center;
  font-size: 25px;
  font-weight: bold;
  font-family: 'Pacifico', cursive;
}
@media screen and (max-width: 1199px ) {
  .headeer h4 {
    font-size: 12px;
  }
  .danhmucsp-header span{
    font-size: 12px;
  }
}
.top-header{
  /*background: #fff;*/
  overflow: auto;
}
.top-header ul{
  display: flex;
  float: right;
  padding-top: 10px;
   padding-bottom: 10px;
}

.top-header ul li{
      padding: 5px 5px;
    font-size: 15px;
  }
.extreme{
      height: 60px;
    text-align: center;
    background: #243a76;
    padding: 15px;

}
.rextreme{
  border: 2px solid #243a76;
-webkit-box-shadow: 0px 0px 21px 0px rgba(184,184,184,1);
-moz-box-shadow: 0px 0px 21px 0px rgba(184,184,184,1);
box-shadow: 0px 0px 21px 0px rgba(184,184,184,1);
}
.oextreme{
  -webkit-box-shadow: 0px 0px 21px 0px rgba(184,184,184,1);
-moz-box-shadow: 0px 0px 21px 0px rgba(184,184,184,1);
box-shadow: 0px 0px 21px 0px rgba(184,184,184,1);
margin: 15px 0;
padding: 5px;
/*margin-left: -15px;
margin-right: -15px;*/
}
.gb-slideshow_mptoto-slide11{
  padding: 15px;
}
.h21{
    background: #243a76;
    font-size: 15px !important;
    font-weight: bold !important;
    padding: 10px 6px !important;
    text-align: center !important;
}

}
.content-des{
  padding: 5px;
}
.giacu{
  text-decoration-line:line-through;font-weight: normal;color: #666;font-size: 14px;
}
.tragpop{
    height: 50px;
    background: #000;
    /* line-height: 20px; */
    padding: 4px 5px;
    font-size: 12px;
    color: #fff;
    background-color: #243a76;
    border-radius: 5px;
}
.tabthongtin .col-md-9{
    height: 65px;
    display: flex;
    align-items: center;
}
.pro-item h5{
  font-size: 15px;
}
.product_title.entry-title{
  font-weight: bold;
  font-size: 25px;
}
span.star{
  font-size: 15px;
  font-weight: normal;
}
span.star i{
  font-size: 15px;
}
.tabthongtin .col-md-10 p{
  font-size: 13px;
}
.tabthongtin p{
  text-align: justify;
}
.seal{
    position: absolute;
    bottom: 0;
    /* background: #111111; */
    background-color: #ffef00;
    padding: 2px 5px;
    border-radius: 5px;
}
.seal p{
    font-size: 11px !important;
    margin-bottom: 0px;
}

.seal-99{
    position: absolute;
    bottom: 0;
    /* background: #111111; */
    background-color: #000;
    padding: 2px 5px;
    border-radius: 5px;
}
.seal-99 p{
    font-size: 11px !important;
    margin-bottom: 0px;
    color: #ffef00
}
.seal-98{
    position: absolute;
    bottom: 0;
    /* background: #111111; */
    background-color: #ffef00;
    padding: 2px 5px;
    border-radius: 5px;
}
.seal-98 p{
    font-size: 11px !important;
    margin-bottom: 0px;
    color: red;
}
.seal-new{
    position: absolute;
    bottom: 0;
    /* background: #111111; */
    background-color: red;
    padding: 2px 5px;
    border-radius: 5px;
}
.seal-new p{
    font-size: 11px !important;
    margin-bottom: 0px;
    color: #fff;
}
.item .pro-img{
    width: 100%;
    /*height: 180px;*/
    background: #FFF;
    position: relative;
}
.top-header a{

  color: black;

}
.top-header i{
  color: #243a76
}
.cssmenu ul li a img{
    display: flex;
    margin: 0 auto;
    margin-bottom: 10px;
}
.danhmuc .dienthoai{
  display: flex;
}
.danhmuc .dienthoai li{
    margin: 5px 5px;
    padding: 7px 10px;
    background: rgb(2,0,36);
    background-color: #243a76;
    color: #fff;
    border-radius: 5px;

}
.locgia .dienthoai{
  display: flex;
  width: 80%;
  float: left;
}
.locgia .dienthoai li{
    margin: 5px 5px;
    padding: 7px 10px;
    
    border: 1px solid #888;
    border-radius: 5px;

}
.sapxep{
    height: 32px;
    margin: 5px;
    border-radius: 5px;
    font-size: 15px;
    border: none;
}
#titiele{
  font-size: 25px;
  font-weight: bold;
  text-transform: uppercase;
}
#titiele span{
  font-size: 13px;
  color: #888;
}
.accordion {
    background-color: #fff;
    color: #000;
    cursor: pointer;
    font-weight: bold;
    padding: 8px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
    border-radius: 0px;
}

.activea, .accordion:hover {
  background-color: #ccc;
}

.accordion:after {
  content: '\002B';
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.activea:after {
  content: "\2212";
}

.panel1 {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.panel1 label{
    font-size: 15px;
    font-weight: normal;
    margin: 7px;
}
.xemthem{
  text-align: center;

}
h2.btn{
  width: 30%;
  background-color: #243a76;
  color: #fff
}
.gb-topheader-mptoto input{
    height: 40px;
        padding: 0 15px;
        font-size: 15px;
    border-radius: 10px;
    width: 100%;
    margin: 15px 0;
    border:none;
}
.gb-topheader-mptoto i{
        position: absolute;
    width: 20%;
    top: 23px;
    right: -22px;
    font-size: 25px;
  }
.black{
  background-color: black;
}
.hang-dt{
  display: flex;
  font-size: 12px;
  float: right;
}
.hang-dt li{
    padding: 2px 7px;
    margin: 0 5px;
    border: 1px solid #eee;
    border-radius: 5px;
   
}
.hang-dt li a{
  color:#000;
}
.hang-dt li:hover{
   background-color: #243a76;
   
   transition-duration: 0.5s;
}
.hang-dt li:hover a{
  
   color: #fff;
   transition-duration: 0.2s;
}
.footer-main-content-element p,.footer-main-content-element h2 {
  color: #fff;
  /*font-weight: bold*/

}
.black img{
  margin: 5px auto;
  width: 100px;
}
@media screen and (max-width: 768px){
  .black img {
   margin: 7px 0;
    height: auto;
    margin-left: -8px;
}
.gb-topheader-mptoto i {
    position: absolute;
    width: 20%;
    top: 22px;
    right: -14px;
    font-size: 25px;
}
}
h2.btn:hover {
  color: #fff;
  width: 35%;
  /*font-weight: bold;*/
  transition-duration: 0.5s;

}

/*tuan chi tiet sp*/
.color-list-show {
    display: block;
    overflow: hidden;
    clear: both;
}
.color-list-show li {
    display: block;
    float: left;
    margin-right: 10px;
    border: 1px solid #000;
    border-radius: 3px;
    cursor: pointer;
    padding: 5px;
    margin-bottom: 5px;
    font-size: 13px;
    min-width: 97px;
    text-align: center;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(50, 50, 50, 0.2);
    -moz-box-shadow: 0px 2px 5px 0px rgba(50, 50, 50, 0.2);
    box-shadow: 0px 2px 5px 0px rgba(50, 50, 50, 0.2);
}
.color-list-show li span {
    padding-bottom: 0;
    font-weight: bold;
    background: url(../images/icon_uncheck.gif) 0 2px no-repeat;
    padding-left: 20px;
}
.color-list-show li .price {
    font-size: 12px;
    font-weight: bold;
    margin-top: 5px;
    padding-bottom: 0px;
    color: #f62901;
}






#home-menu {
  display: none;
  
}
#home-menu .cssmenu > ul {
  display: flex;
  flex-wrap: wrap;
}
#home-menu .cssmenu > ul li a {
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #home-menu {
    display: block;;
  }
}



/* Center the loader */

  #loader {

    position: absolute;

    left: 50%;

    top: 50%;

    z-index: 1;

    width: 150px;

    height: 150px;

    margin: -75px 0 0 -75px;

    border: 16px solid #f3f3f3;

    border-radius: 50%;

    border-top: 16px solid #3498db;

    width: 120px;

    height: 120px;

    -webkit-animation: spin 2s linear infinite;

    animation: spin 2s linear infinite;

  }



  @-webkit-keyframes spin {

    0% {
      -webkit-transform: rotate(0deg);
    }

    100% {
      -webkit-transform: rotate(360deg);
    }

  }



  @keyframes spin {

    0% {
      transform: rotate(0deg);
    }

    100% {
      transform: rotate(360deg);
    }

  }



  /* Add animation to "page content" */

  .animate-bottom {

    position: relative;

    -webkit-animation-name: animatebottom;

    -webkit-animation-duration: 1s;

    animation-name: animatebottom;

    animation-duration: 1s
  }



  @-webkit-keyframes animatebottom {

    from {
      bottom: -100px;
      opacity: 0
    }

    to {
      bottom: 0px;
      opacity: 1
    }

  }



  @keyframes animatebottom {

    from {
      bottom: -100px;
      opacity: 0
    }

    to {
      bottom: 0;
      opacity: 1
    }

  }



  #myDiv {

    /*display: none;*/

    text-align: center;

  }

  .gb-popup-overlay {

    position: fixed;

    top: 0;

    right: 0;

    bottom: 0;

    left: 0;

    z-index: 9999;

    -webkit-overflow-scrolling: touch;

    outline: 0;

    background: rgba(0, 0, 0, 0.7);

    display: flex;

    align-items: center;

    justify-content: center;

  }

  .gb-popup-overlay-content {

    position: fixed;

    width: 550px;

    /*background: #fff;*/

    z-index: 9999;

    top: 50%;

    left: 50%;

    transform: translate(-50%, -50%);

  }

  @media screen and (max-width: 500px) {

    .gb-popup-overlay-content {

      /*position: relative;*/

      width: 85%;

      background: #fff;

    }

  }

  .gb-popup-overlay-content .close_poup {

    width: 40px;

    height: 40px;

    background: red;

    color: #fff;

    position: absolute;

    z-index: 9999999999999;

    right: -26px;

    top: -20px;

    border-radius: 50%;

    display: flex;

    align-items: center;

    justify-content: center;

  }




.gb-slideshow_mptoto img, .quangcao-giuatrang img{
  min-height: 100px;
    object-fit: cover;
}

.fix_padoextreme{
  padding: 10px 0px;
}

.owl-carousel .owl-item img{
  height: 250px;
  object-fit: cover;
}


.btn_hoantatmua{
  padding:3px 30px; 
  font-weight:bold; 
  font-size:16px; 
  margin-bottom:15px;
  background-color: #243a76; 
  border:1px solid #243a76;
  width: 300px;
}


@media screen and (max-width: 768px){

  .fix_mbHeadersub{
    display: flex; justify-content: center; align-items: center;
  }

  .top-header ul{
    float: none;
  }

  .quangcao-giuatrang{
    margin-left: -15px;
    margin-right: -15px;
  }

  .product-home .wrapper-pro{
    margin-left: 0px; 
   margin-right: 0px;
  }

}

.giaban {
  color: #ed1c24;
}

.fix_boxNewsCat{
  margin: 10px auto;
}


.content_box {
  text-align: justify;
  line-height: 1.3;
}
.content_box p{
  text-align: justify;
  line-height: 1.3;
}
.content_box img{
  max-width: 100%;
}
.content_box ul{
  margin: 10px auto;
}
.content_box ul li{
  list-style: circle;
  margin-left: 35px;
  
}

.content_box table{
  margin: 10px 35px;
}

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

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

.content_box h1{
  font-size: 24px;
  padding-top: 10px;
  padding-bottom: 20px;
  font-weight: 600;
}
.content_box h2{
  font-size: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-weight: 600;
}
.content_box h3{
  font-size: 18px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 600;
}
.content_box h4{
  font-size: 16px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 600;
}
.content_box p{
  font-size: 16px;
  padding: 10px auto;
}


.owl-carousel .owl-item img {
  height: auto !important;
}

.footer-main-content-element aside p{
  text-align:  justify; 
}