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

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

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

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

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

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

p {
  line-height: 1.5; }
@font-face {
    font-family: 'UTM Avo';
    font-style: normal;
    font-weight: normal;
    src: local('UTM Avo'), url('/js/utm-avo.woff') format('woff');
    }
    

@font-face {
    font-family: 'UTMAvoBold';
    font-style: normal;
    font-weight: normal;
    src: local('UTMAvoBold'), url('/js/utm-avobold.woff') format('woff');
    }

@font-face {
    font-family: 'Wingdings';
    font-style: normal;
    font-weight: normal;
    src: local('Wingdings'), url('/js/wingding.woff') format('woff');
    }

@font-face {
    font-display: swap;
    font-family: OmnesHuggiesVN-SemiBold;
    src: url(/js/OmnesHuggiesVN-SemiBold.woff);
    font-weight: 700
}

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


.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  padding-left: 2px;
    padding-right: 2px;
}
body {
  /*font-family: "Roboto";*/
  /*font-family: 'Chakra Petch', sans-serif;*/
  font-family: 'OmnesHuggiesVN-SemiBold' !important;
  line-height: 1.3;
  

  }
.bg-home{
  background: #ffe7ab url(/images/ion-boxes/bg-v3.png) center top;
}
.bg-home:before{

    content: "";
    background: transparent url(/images/ion-boxes/bg-top-v2.png) no-repeat center top;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 997px;
    z-index: -1
}
.ft-home{
    overflow: visible;
    position: relative;
}
.ft-home:before {
    background: transparent url(/images/ion-boxes/bg-footer-v2.png) no-repeat center top;
    height: 572px;
    top: -572px;
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    z-index: -1
}
img {
  max-width: 100%;
  height: auto;
}
.logo-mptoto img{
  width: 100%%;
  padding: 5px 0
}
iframe {
  max-width: 100%;
}

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

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

a:hover {
  text-decoration: none; }

.clear-padding {
  padding: 0; }

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

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

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

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

/*header*/
/* =====banner left ===== */
#banner_left_scroll {
    position: fixed;
    display: none;
    margin-left: -70px;
    top: 209px;
}
#banner_left_scroll.fixed #icon-fixed-left {
    top: 160px;
}
#icon-fixed-left {
    width: 55px;
    background: #f1f1f1;
    box-shadow: 1px 2px 6px #cecece;
    margin-left: 10px;
    position: fixed;
    left: 0;
    top: 300px;
}
#icon-fixed-left a {
    display: block;
    text-align: center;
    border-bottom: solid 1px #ccc;
    padding: 8px 0;
    text-decoration: none;
    color: #474747;
    font-size: 12px;
    white-space: nowrap;
}
#icon-fixed-left a:hover{
	background-color: #ccc;
}
#icon-fixed-left a img{
	width: 20px;
}

#icon-fixed-left span {
    display: none;
    float: left;
    margin-left: 55px;
    margin-top: -28px;
    border: 1px solid;
    padding: 8px;
    border-radius: 5px;
    background: red;
    color: #fff;
}
#icon-fixed-left a:hover span {
	display: block;
}
/* =====banner right======== */
#banner_right_scroll {
    position: fixed;
    float: right;
    margin-left: 1175px;
    top: 209px;
}
#banner_right_scroll.fixed #icon-fixed-right {
    top: 120px;
}
#icon-fixed-right {
    position: fixed;
    right: 5px;
    top: 300px;
}
#icon-fixed-right a, #icon-fixed-right p {
    display: block;
    border: 1px solid;
    margin-bottom: 2px;
    text-align: center;
    padding: 5px;
    color: #fff;
    border-radius: 5px;
}
.banner_right_scroll_face {
  background: #3b5998;
}
.banner_right_scroll_youtu {
  background: #dd4b39;
}
.banner_right_scroll_mail {
  background: #e15306 ;
}

.banner_right_scroll_gototop {
  background: #14a101 ;
}
#icon-fixed-right a:nth-child(1) i {
    background-position: -169px -63px;
}
#icon-fixed-right a i {
    font-size: 20px;
}


#gototop {
display: block; 
display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#gototop i { 
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#gototop:hover {
    background: rgba(0, 0, 0, 0.9);
}
#gototop:hover i {
    color: #fff;
    top: 5px;
} 


.lightbox {
	/** Default lightbox to hidden */
	display: none;

	/** Position and style */
	position: fixed;
	z-index: 999000 !important;
	width: 100%;
	height: 100%;
	text-align: center;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
} 

.coverLightBox{
	width: 30%;
	margin: 100px 35% 0px 35%;
	background-color: #fff;
	z-index: 999999999999 !important;
	position: relative;
	padding: 10px;
}
.titleLightBox{
	float: left;
	width: 100%;
	color: #fff;
	background-color: #da251c;
	margin-bottom: 20px;
	padding: 10px 0px;
}
.coverLightBox textarea{
	height: 100px;
}
/** boxBannerTopHeader **/

.boxBannerTopHeader{
  float: left;
  width: 100%;
  height: 35px;
}
.bannerTopHeader{
  float: left;
  width: 100%;
  height: 35px;
  position: relative;
  background-position: center; 
}

/*TOP HEADER*/
.gb-content {
  overflow: hidden;
  background-color: #fff;
   }
 

.sticky-wrapper {
  width: 100%;
  background-image: url(/images/abcd.jpg);
  position: relative; }
  @media screen and (max-width: 991px) {
    .sticky-wrapper {
      position: relative !important;
          height: auto !important;
       }
    .gb-slideshow_mptoto h2{
      font-size: 23px !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*/

.fixBodyBanner{
  position: fixed;
  top: 200px;
  left: 50%;
}
.fixBodyBannerLeft{
  transform: translateX(-750px);
}
.fixBodyBannerRight{
  transform: translateX(600px);
}

.gb-topheader-mptoto {
  /* background: #e6e7e9; */
  color: white;
  display: none;
  background-image: url(/images/pn:325gtree-passion-red-ribbon-beauty-event-banner-background-image_246637.jpg);
  padding: 12px 0px;
  height: 50px;}

  .gb-header-top_mptoto-left{
    height: 40px;
    width: 100%;
    display: flex;
    align-items: center;
    margin-left: 10px;
  }
  .listInforTopHeader{
    float: left;
    width: 100%;
    /*margin-top: 5px;*/
  }
  .listInforTopHeader li{
    margin-top: 0;
  }
  .listInforTopHeader li{
   
    margin-right: 5px;
    padding-right: 5px;
    border-right: 1px solid white;
    float: left;
  }
  .listInforTopHeader li:last-child{
    border-right: none;
  }
  .listInforTopHeader li img{
    width: 32px;
    margin-right: 10px;
    float: left;
  }
  .listInforTopHeader li p{ 
    font-size: 14px;
    font-weight: 600;
    color: #000;
    line-height: 1;
    float: left; 
  }
   .listInforTopHeader li p:hover{
    text-decoration: underline;
   }
.linkBuildTop{
    float: right;
    background-color: #da251c;
    border-radius: 5px;
    line-height: 25px;
    font-size: 14px;
    color: #fab90b;
    font-weight: bold;
    position: relative;
    padding-right: 7px;
}
.linkBuildTop:hover{
  color: #fff;
}
.linkBuildTop i{
    float: left;
    line-height: 25px;
    font-size: 15px;
    padding: 0px 7px;
    background-color: #fab90b;
    color: #000;
    margin-right: 10px;
    margin-top: -1px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
} 

/** center Header **/
.gb-header_mptoto-center{
      float: left;
    width: 100%;
    background: #f1f1f1;
    /*padding: 8px 0px;*/
    position: relative;
    z-index: -1;
    -webkit-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.52);
-moz-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.52);
box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.52);
}

.title-main-menu{line-height:40px;font-size:15px;text-transform:uppercase;color:black;font-weight:bold;float:left;overflow:hidden;cursor:pointer;padding-right:20px;}
.title-main-menu i{
  font-size: 24px;
    margin-top: 5px;
    float: left;
    margin-right: 7px;
} 


#nav_horizontal {
    height: 43px;
    width: 100%;
    line-height: 43px;
    float: right;
    border-radius: 3px 3px 0 0;
    color: white;
    padding-left: 3px;
    box-sizing: border-box;
    margin-left: 0;
}

#nav_horizontal i {
    color: #ed1b24;
    font-size: 28px;
}   
#nav_horizontal ul li {
    float: left;
    line-height: 43px;
    height: 43px;
}

#nav_horizontal .nav_horizontal_item {
    float: left;
    height: 40px;
    margin-left: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer; 
}


.nav_horizontal_text{
   padding-left: 10px;
}

.nav_horizontal_text p {
    margin: 0;
    padding: 0;
    color: #333;
    line-height: 17px;
    text-transform: capitalize;
    font-size: 12px; 
}

.nav_horizontal_text p.newBigText {
  font-weight: bold;
  font-size: 15px;
  margin-top: 4px; 
  text-transform: uppercase;
}

  .gb-header_mptoto-sticky{
  float: left;
  width: 100%;

  background: #fff;
  position: relative;
  z-index: 100000000;
 }
  .gb-header_mptoto-sticky .logo-mptoto {
    /*width: 160px;*/
    float: left;
    -webkit-transition: all  0.5s;
    -o-transition: all  0.5s;
    transition: all  0.5s; }



.gb-header_mptoto-bottom {    
	background:#fff;
    float: left;
    width: 100%;
    /*height: 35px;*/
}

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

/*MENU*/
/*MENU DESKTOP*/

.coverMenuMobile{
	display: none;
}
.coverMenuDesktop{
	display: block;
}
.menu-category_mptoto{
  float: left;
  /*height: 35px;*/
  width: 100%;
  background-color:#fff;
}
.menucategory-top_mptoto{
  float: left;
  /*margin-top: 10px;*/
  width: 100%;
}
.mainMenuHeader{
  /*float: left;*/
  /*width: 100%;*/
  position: relative;
  display: inline-block;
}
.mainMenuHeader>li {  
    float: left; 
    text-align: center;
    z-index: 99;
    padding: 9px;
}
.mainMenuHeader>li:hover{
  background-color: #CA1F25;
}
.gb-page-gioithieu-right{
      padding: 30px 0;
      font-family: 'Roboto';
}
.boxImgMainMenu{ 
    display: block; 
    height: 30px;
    padding-top: 5px;
    line-height: 30px;
    text-align: center; 
}
.lineProductHome.listHomeProductDetail001.owl-carousel.owl-theme.owl-loaded.owl-drag {
     background: #fff;
    /*padding: 15px;*/
}
.listHomeProductDetail001.owl-carousel.owl-theme.owl-loaded.owl-drag {
     background: #fff;
    /*padding: 15px;*/
}
.lineProductHome.owl-carousel.owl-theme.owl-loaded.owl-drag {
     background: #fff;
    /*padding: 15px;*/
}
.boxImgMainMenu img {
    margin-top: 0;
    height: 20px;
    max-width: 100%;
}
.rowProductHome {
  /*margin-top: 37px;*/
  margin-bottom: 15px;
}
.linkCate1MainMenu {
   color: #fff;
    font-weight: 600; 
    font-size: 15px;
    text-transform: uppercase;
    display: block;
}
.linkCate1MainMenu:hover{
  color: #fff;
}
.subBoxMainMenu {
    position: absolute;
    text-align: left;
    /* left: 0; */
    margin-left: -10px;
    width: 50%;
    top: 100%;
    background: #fff;
    z-index: 99;
    border: solid 1px #eee;
    display: none;
    /*overflow: hidden;*/
    box-shadow: 0 5px 10px #555;
}
.mainMenuHeader>li:hover .subBoxMainMenu{
  display:block
} 
.colSubMainMenu{
  padding: 10px;
  float: left;
  line-height: 24px;
  width: 100%;
  position: relative;
}
.mainNameSubCol{
  font-weight: 700;
    color: black;
    font-size: 13px;
  }
  .colSubMainMenu>ul{
    float: left;
    width: 100%;
  }

  .colSubMainMenu>ul>li{
    float: left;
    width: 100%;
    margin-top: 3px;
  }
  .colSubMainMenu>ul>li>a{
    font-size: 13px;
    color: #333;
  }
  .colSubMainMenu>ul>li>a:hover{
    color: #d00;

  }

  .hotlineHeader{
    float: left;
    width: 100%;
  }

  .hotlineHeader li{
    float: left;
    width: 100%;
    margin-top: 5px;
  }
  .hotlineHeader li i{
    color: #fff;
    border: 1px solid #fff;
    border-radius: 100%;
    padding: 5px;
    font-size: 11px;
  }
  .hotlineHeader li a{
    color: #efaf15;
    font-weight: bold;
    margin-left: 5px;
    font-size: 16px;
  }


/**title menu MB **/
.title-main-menuMobile{
	float: left;
	width: 50px;
}
.title-main-menuMobile i{	
	float: left;
	width: 50px;
	text-align: center;
	color: #da251c;
    font-size: 25px;
    margin-top: 3px;
}
.title-main-menuMobile p{	
	float: left;
	width: 50px;
	text-align: center;
	color: #da251c;	
    line-height: 1;
    font-size: 13px;
}



  /** CateHome **/

.coverSlideCateHome{
  float: left;
  width: 100%;
}

  .boxCateHome{
    height: 130px;
    border: solid 1px #dfdfdf;
    border-radius: 3px;
    padding: 5px 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    background: rgb(255,255,255);
    background: -moz-linear-gradient(-45deg, rgba(255,255,255,1) 0%, rgba(223,223,223,1) 99%);
    background: -webkit-linear-gradient(-45deg, rgba(255,255,255,1) 0%,rgba(223,223,223,1) 99%);
    background: linear-gradient(135deg, rgba(255,255,255,1) 0%,rgba(223,223,223,1) 99%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dfdfdf',GradientType=1 );
  }
  .boxCateHome{
    float: left;
    width: 100%;
  }
  .boxCateHome h3{
    float: left;
    line-height: 18px;
    height: 36px;
    display: block;
    font-weight: bold;
    font-size: 13px;
    width: 100%;
  }
.boxCateHome img {
    width: auto !important;
    max-height: 85px;
}

.slideCateHome .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: #fff !important;
  border: 2px solid #d41d21;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  border-radius: 0 !important; }

.slideCateHome .owl-nav {
  margin-top: 0 !important; }
  @media screen and (max-width: 991px) and (min-width: 768px) {
    .slideCateHome .owl-nav {
      top: -78px; } }
  .slideCateHome .owl-nav .owl-prev {
    position: absolute;
    top: 45px;
    left: -20px;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
    .slideCateHome .owl-nav .owl-prev:before {
      content: '\f104';
      font-family: FontAwesome;
      color: #d41d21;
      font-size: 20px; }
  .slideCateHome .owl-nav .owl-next {
    position: absolute;
    top: 45px;
    right: -20px;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
    .slideCateHome .owl-nav .owl-next:before {
      content: '\f105';
      font-family: FontAwesome;
      color: #d41d21;
      font-size: 20px; }



/* =========== */


/** Line Contact Home **/
.coverLineContactHome{
  float: left;
  width: 100%;
  padding: 10px 0px;
}
.boxLineContactHome{
  float: left;
  width: 100%;
  background-color: #ffe8e7;
}
.titleLCH{
  float: left;
  width: 30%;
  background-color: #da251c;
  line-height: 40px;
  font-size: 17px;
  color: #fab90b;
  font-weight: bold;
  position: relative;
}
.titleLCH i{
  float: left;
  line-height: 40px;
  font-size: 16px;
  padding: 0px 10px;
  background-color: #fab90b;
  color: #000;
  margin-right: 10px;
  margin-top: -1px;
} 
.contentLCH{ 
  float: right;
  width: 70%; 
  text-align: right;
  overflow: hidden;
  line-height: 28px;
  padding-top: 4px;
  font-size: 16px;
  color: #000; 
  position: relative;
}

/** PRODUCT HOME **/
.coverSlideProductHome{
  float: left;
  width: 100%;
  padding: 5px 0px;
}
.lineTitleProductHome{
  float: left;
  width: 100%;
  border-bottom: 2px solid #da251c;
}
.titleCateBoxPH{
  float: left; 
  padding: 0px 10px;
  background-color: #da251c;
  line-height: 50px;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  position: relative;
}
.titleCateBoxPH:after {
    content: '';
    display: block;
    width: 0;
    border: solid 25px transparent;
    border-left-color: #da251c;
    position: absolute;
    right: -50px;
    top: 0;
}
.listCateBoxPH{
  float: left;
  margin-left: 40px;
  padding-top: 15px;
}
.listCateBoxPH li{
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid #999;
  float: left;
}
.listCateBoxPH li:last-child{ 
  border-right: 0px;
  float: left;
}
.listCateBoxPH li a{
  color: #da251c;
  font-size: 15px;
  font-weight: bold;
}
.listCateBoxPH li a:hover{
  text-decoration: underline;
}
.allCateBoxPH{
  float: right;
  font-style: italic;
  color: #333;
  text-align: right;
  font-size: 15px;
  margin-top: 10px;
}



.span-tab, .span-tab2, .span-tab3, .span-tab4, .span-tab5, .span-tab6, .span-tab7, .span-tab8, .span-tab9, .span-tab10{
  width: 100%;
  float: left;
  margin: 10px 0px; 
  border-bottom: 1px solid #da251c;
}

.span_tab, .span_tab2, .span_tab3, .span_tab4, .span_tab5, .span_tab6, .span_tab7, .span_tab8, .span_tab9, .span_tab10{
  text-transform: uppercase;
  font-size: 15px;
  margin-right: 3px; 
  float: left;
  display: inline-block; 
  text-align: center;
  position: relative; 
}

.span_tab2 a, .span_tab a, .span_tab3 a, .span_tab4 a, .span_tab5 a, .span_tab6 a, .span_tab7 a, .span_tab8 a, .span_tab9 a, .span_tab10 a{
  color: #666;
    padding: 10px 20px;
    border: 1px solid #666; 
    font-weight: bold;
    float: left;
    border-bottom: 1px solid #da251c;
    margin-top: -1px;
}

.active-span-tab2, .active-span-tab, .active-span-tab3, .active-span-tab4, .active-span-tab5, .active-span-tab6, .active-span-tab7, .active-span-tab8, .active-span-tab9, .active-span-tab10 {
    background: #da251c;
    color: #fff !important;
    border: none !important;
    padding: 11px 21px !important;
    float: left;
}



/*** Box Product Home MAIN ***/
.colOption{
  float: left;
  width: 25%;
}
.lineProductHome{
  float: left;
  width: 100%;
}

.coverBoxPDH{
    float: left;
    width: 100%;
    /*padding: 10px;*/
    background-color: #fff;
    /*height: 322px;*/
    margin-top: 15px;
    overflow: hidden;
    border: 1px solid #d4d4d4;
    border-radius: 5px;
}
.topBoxPDH{
  float: left;
  width: 100%;
 /* margin-bottom: 5px;*/
  position: relative;  
}
.linkBoxPDH{
  float: left;
  width: 100%;
}
.mainImgBoxPDH{
  transition-duration: 0.3s;
  float: left;
  width: 100%; 
  height: auto;
  /*height: 210px;*/
  object-fit: cover;
}
.rowTagBoxPDH{
  position: absolute;
  left: 0px;
  width: 100%;
  bottom: 0px;
}
/*.mainImgBoxPDH:hover {
    margin-top: -5px;
    transition-timing-function: linear;
    margin-bottom: 5px;

}*/
.rowTagBoxPDH>img{
  width: 60px !important;
  margin-right: 7px;
  float: left;
}
.tagSaleBoxPDH{
  position: absolute;
  top: 5px;
  right: 5px;
  width: 40px;
}
.tagSaleBoxPDH img{
  width: 100% !important;
}
.tagSaleBoxPDH p{
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  line-height: 40px;
}
.bottomBoxPDH{
float: left;
    width: 100%;
    /*padding: 5px 0;*/
    /*min-height: 77px;*/
}
.codeProductBoxPDH{
  float: left;
  width: 100%;
  color: #de1313;
  font-size: 11.5px;
  margin: 5px 0px;
}

.nameProductBoxPDH{
    display: block;
    line-height: 1.4em;
    font-size: 14px;
    color: #000;
    /*background-color: #00a608;*/
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    /*margin: 0 10px;*/
    min-height: 35px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    display: flex; justify-content: center; align-items: center;
    height: 75px;

  }
.priceSaleProductBoxPDH del{

    font-size: 12px;
    font-weight: normal;
    margin-left: 5px;
    color: #333;
    padding-left: 5px;


}
.nameProductBoxPDH:hover{
  color: #de1313;  
}
.priceSaleProductBoxPDH{
/*display: inline-block;*/
    vertical-align: middle;
    overflow: hidden;
    font-size: 18px;
    color: #00a608;
    margin: auto 5px;
    line-height: 15px;
    padding-bottom: 10px;
    /*display: flex; */
    justify-content: center; 
    align-items: center;
    font-weight: 600;
    text-align: center;
    font-family: 'Roboto';
}
.priceRealProductBoxPDH{
  float: left;
  width: 100%;
  font-size: 15px;
  color: #999;
  font-style: italic;
  text-decoration: line-through;
}

.listHomeProductDetail001 .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: #fff !important;
  border: 2px solid #d41d21;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  border-radius: 0 !important;
}

.listHomeProductDetail001 .owl-nav .owl-prev {
    position: absolute;
    top: 110px;
    left: 5px;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
    .listHomeProductDetail001 .owl-nav .owl-prev:before {
      content: '\f104';
      font-family: FontAwesome;
      color: #d41d21;
      font-size: 20px; }
  .listHomeProductDetail001 .owl-nav .owl-next {
    position: absolute;
    top: 110px;
    right: 5px;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
    .listHomeProductDetail001 .owl-nav .owl-next:before {
      content: '\f105';
      font-family: FontAwesome;
      color: #d41d21;
      font-size: 20px; }
.listHomeProductDetail001 .owl-nav .owl-next:before {
    content: '\f105';
    font-family: FontAwesome;
    color: #d41d21;
    font-size: 20px;
}
.listHomeProductDetail001 .owl-nav .owl-prev:before {
    content: '\f104';
    font-family: FontAwesome;
    color: #d41d21;
    font-size: 20px;
}


/** BoxShowHotHome **/
.coverBoxShowHotHome{
  float: left;
  width: 100%;
  padding: 15px 0px;
}
.boxShowHotHome{
  float: left;
  width: 100%;
      padding: 15px 10px;
    white-space: nowrap;
    border: 1px dotted #dbdbdb;
    background: #fff; 
}
.boxShowHotHome img{
    float: left;
    height: 45px;
    margin-right: 10px;
}
.boxShowHotHome a{
  float: left;
  line-height: 45px;
  font-size: 20px;
  font-weight: bold;
  color: #333;
}
.xemthem{
    margin-top: 15px;
    width: 100%;
    text-align: center;
    padding: 15px;
    border: 1px solid #2a77b1;
    border-radius: 5px;
}

/** NEWS HOME **/
.coverBoxNewsHome{
    float: left;
    /* width: 100%; */
    background-color: #fff;
    margin-top: 20px;
    padding: 0px 0px 15px 0;
    margin: 5px 15px;
} 
.titleBoxNewsHome{
  float: left;
  width: 100%;
  margin-bottom: 35px;
}
    .titleBoxNewsHome h2 {
      text-transform: uppercase;
      font-size: 36px;
      color: #de1313;
      text-align: center; }
    .titleBoxNewsHome img {
      margin: auto; }
.boxNewsHome_top {
    position: relative;
    border-bottom: 2px solid #de1313;
        height: 242px;
    overflow: hidden;
  }
    .boxNewsHome_top a img {
          height: auto;
    width: 100%;
    }
    .lineDateBoxNews {
      background-color: rgba(0,0,0,0.5);
      position: absolute;
      padding: 8px 15px;
      color: #fff;
      bottom: 0;
      left: 0;
      height: 36px;
      z-index: 1;
      font-size: 14px;
      font-style: italic; }
      .lineDateBoxNews i {
        position: relative;
        background: #de1313;
        color: #fff;
        display: inline-block;
        text-align: center;
        width: 40px;
        height: 36px;
        line-height: 36px;
        margin-top: -8px;
        margin-left: -15px;
        margin-right: 15px; }
  .boxNewsHome_bottom {
    padding: 20px 0px;
    background-color: #FFF; }
    .boxNewsHome_bottom h3 a {
      font-size: 18px;
      margin-bottom: 15px;
      line-height: 24px;
      color: #3d474a;
      text-align: center;
          display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 50px;
    } 
  .boxNewsHome_bottom p {
    font-size: 14px;
    line-height: 25px;
    color: #777777;    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden; }
/*** OTHER HOME **/

.rowOtherHome{
  float: left;
  width: 100%;
  margin: 56px 0px;
}
.coverOtherHome{
  float: left;
  border-radius: 5px;
  width: 100%;
  padding: 10px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.3);
-moz-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.3);
box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.3);

}
.nameOtherHome{
  float: left;
  width: 100%;
  font-size: 23px;
  font-weight: bold;
  color: #da251c;
  text-transform: uppercase;
  line-height: 1.3 !important;
  padding: auto !important;
  margin: auto !important;
}
.subOtherHome{  
  float: left;
  width: 100%;
  font-size: 16px;
  margin: 5px 0px;
  color: #333;
}
.boxMapHome{
  float: left;
  width: 100%;
  height: 350px;
}
.titleFormMailHome{
  float: left;
  width: 100%;
  font-size: 23px;
  font-weight: bold;
  color: #da251c;
  text-transform: uppercase;
  text-align: center;  
}
.subFormMailHome{
  float: left;
  width: 100%;
  font-size: 14px;
  text-align: center;
  margin: 5px 0px;
  color: #333;  
}
.boxMailEndHome{
  float: left;
  width: 100%;
  margin-top: 10px;
}
    /** Mail Social Home **/
    .coverBoxMailSocial{
      float: left;
      width: 100%;
      padding: 30px 0px;
    }
    .boxNewsletter {
      float: left;
      width: 100%;
      padding-top: 5px;
      margin-top: 5px;
      border-top: 1px dashed #999;
    }
    .coverBoxNewsletter{
      float: left;
      width: 100%;
      margin-top: 5px;
    } 
.boxNewsletter button{
  background-color: #de1313;
}
.boxNewsletter i{
  color: #fff;
}
.boxSocialHome{
  float: left;
  width: 100%;
  text-align: right;
}

.boxSocialHome ul li {
    display: inline-block; }
    .boxSocialHome ul li h4 {
      font-size: 14px;
      text-transform: uppercase;
      color: #000; }
    .boxSocialHome ul li a {
      display: block;
      color: #000;
      font-weight: 400;
      font-size: 14px;
      text-transform: uppercase;
      padding: 0 10px;
      -webkit-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s; }
      .boxSocialHome ul li a:hover {
        color: #de1313; }
      .boxSocialHome ul li a i {
        width: 45px;
        height: 45px;
        background: #fff;
        color: #de1313;
        border-radius: 50%;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-right: 10px; }

/**FOOTER **/
.boxMainFooter{
  float: left;
  /* text-align: center; */
  width: 100%;
    background: #000;
    padding: 25px 0px;
    border-top: 1px dashed #578D3F;
}
.logoFooter{
  float: left;
  width: 100%;
}
.desComFooter{
  float: left;
  width: 100%;
  text-align: justify;
  font-size: 14px;
  margin-top: 15px;
}
.titleColFooter{
  float: left;
  width: 100%;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 15px;
  margin-right: 5px;
}
.listLinkFooter{
  float: left;
  width: 95%;  
}
.listLinkFooter li{
  float: left;
  width: 100%;  
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px dashed #ccc;
}
.listLinkFooter li a{
  color: #e7e7e7;
  font-size: 16px;
}
.listContactFooter{
  float: left;
  width: 95%;  
}
.listContactFooter li{
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px dashed #ccc;
  float: left;
  width: 100%; 
}
.listContactFooter li span{
  float: left;
  width: 105px; 
  font-size: 15px;
  line-height: 17px;
  color: #E7E7E8;
}
.listContactFooter li p{
  float: left; 
  /*font-weight: bold;*/
  font-size: 15px;
  color: #e7e7e7;
  line-height: 16px;
}
.copyrightFooter{
  float: left;
  width: 100%;
  background-color:#222;
  padding: 10px 0px;
}
.copyrightFooter a{
 /* float: left;
  width: 110px;*/
}
.contentContactFooter{
  width: 100%;  
  line-height: 20px;
  font-size: 14px;
  color: #fff;
  text-align: center;

}
.imgRegFooterWeb{
  float: left;
  width: 100%;
}
.copyrightFooter a{
/*  float: right;
  width: 150px; */

}
.copyrightFooter a img{
  float: right;
  width: 150px;
  margin-top: 10px;
} 
.contentRegFooterWeb{
  width: 100%;  
  /*padding-bottom: 22px;*/
  /*padding-top: 22px;*/
  line-height: 1.4;
  font-size: 14px;
  color: #fff;
  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 {
    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; }
  .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.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: #da251c; }
  .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: #da251c;
      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: #da251c;
            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: #da251c; }
          .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: #da251c;
          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: #da251c; }
        .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: #da251c;
          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: #da251c; }
        .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: #da251c;
      min-width: 150px;
      text-align: center;
      padding: 8px 20px;
      color: #fff;
      border: 1px solid #da251c;
      -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: #da251c;
        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: #da251c; }
  .mobile-nav .home-icon {
    background: transparent; }
  .mobile-nav #cssmenu > ul > li:hover > a,
  .mobile-nav #cssmenu > ul > li.active > a {
    color: #da251c !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: #da251c;
    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: #da251c;
    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; 
    border: 1px solid #0136ff; 
    color: #fff;
    background: #000; 
    z-index: 9999;
    float: left;
    padding: 5px 10px;
    font-size: 14px;
     } } 

/*EMAIL*/ 

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

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

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

.gb-form-lienhe .btn-gui {
  min-width: 200px;
  background: #00a608;
  border: 2px solid #00a608;
  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: #000; }

/*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: #da251c;
    -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 {
  float: left;
  margin: 10px 0px 5px 0px !important;
  padding: 8px !important;
  font-size: 14px;
}
.breadcrumb li a{
  color: #000;
}

/*INTRODUCE*/
.gb-home-introduct_mptoto {
  padding: 50px 0; }
  .gb-home-introduct_mptoto .gb-home-introduct_mptoto-left h2 {
    font-size: 24px;
    text-transform: uppercase;
    padding-bottom: 20px; }
  .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: #da251c;
    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: #da251c;
        color: #fff;
        border-color: #da251c; }
    .loop-pagination li a.current {
      background: #da251c;
      color: #fff;
      border-color: #da251c; }
    .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; } 

/*ĐẠ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: #da251c;
      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;
  margin-top: 40px; }
  .gb-gioithieu-company-mptoto h2 {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    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 #da251c;
      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: #da251c;
      float: left; }
    .gb-gioithieu-company-mptoto .gb-dress-intro ul li p {
      padding-left: 60px;
      color: #333;
      font-size: 16px;
      font-family: 'Roboto';
      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: #da251c;
      float: left; }
    .gb-gioithieu-company-mptoto .gb-support-intro ul li p {
      padding-left: 60px;
      color: #333;
      font-family: 'Roboto';
      font-size: 16px; }

/*SLIDESHOW*/
.Content-Main_mptoto{
  /*background-color: #f1f1f1;*/
}
.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*/ 

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

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

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

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

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

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

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

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

.gb-form-lienhe .btn-gui {
  min-width: 200px;
  background: #eac713;
  border: 2px solid #eac713;
  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: #000; }
 

/*SEARCH*/
.gb-header-search_mptoto{
  position: relative;
  float: left;
  width: 100%;
  margin-top: 13px;
}
.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: #da251c;
  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;
    border-radius: 5px;
    background: #fff;
    border: solid 1px #00a608;
    overflow: hidden; 
    margin-left: 10px;
    }
  .gb-header-search_mptoto .vk-newlist-banner-test-search input {
    width: 83%;
    height: 40px;
    border: none;
    outline: none;
    color: #333;
    background: transparent;
    font-weight: 500;
    font-style: normal;
    font-size: 12px;
    text-indent: 15px; }
  .gb-header-search_mptoto .vk-newlist-banner-test-search button {
    width: 15%;
    height: 38px;
    background: #00a608;
    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: #ffffff;
      background: #0991ff;; }*/
 
 /** ListLinkCenterHeader **/


 .coverUserHeaderMB{
 	display: none;
 	float: right;
 }
 
.coverUserHeaderMB i {
    color: #da251c;
    line-height: 45px;
    height: 45px;
    width: 45px;
    text-align: center;
    border: 1px solid #da251c;
    border-radius: 100%;
    float: left;
}
 .coverBoxCallHeader{
    float: right;
    margin-top: 5px;
    width: 220px;
   
    display: block;
 }
 .titleBCH{
  float: left;
  width: 100%;
  font-size: 15px;
  text-align: center;
  color: #000;
  line-height: 1.6;
 }
 .linkBCH{
 
  font-size: 20px;
  text-align: center;
  margin-left: 18px;
  color: white;
  font-weight: bold; 
 }
 .gb-header-listLinkCenterHeader{
  float: right;
  width: 100%;
 }
 .listLinkCenterHeader{
  /* float: right;  */
 }
 .listLinkCenterHeader li{
  float: left;  
  margin-top: 13px;
/*  margin-left: 5%;*/
 } 
 .coverLLCH01{
  width: 135px;
 }
 .coverLLCH02{
  width: 115px;
  margin-left: 5%;  
 }
.titleLLCH{
       color: white;
    font-weight: bold;
    font-size: 13px;
    padding: 5px 5px;
    line-height: 30px;
    float: left;
    border: 1px solid #00a608;
    border-radius: 5px;

}
.titleLLCH i{
    color: #00a608;
    font-size: 20px;
    line-height: 30px;
    float: left;
    padding-right: 10px;
} 
.boxLLCH{
  float: left;
  width: 100%;
  font-size: 14px;
}
  .linkLLCH{
  color: white;
  margin-top: 5px;
  float: left;

}
.linkLLCH strong{
  color: white;
}
.boxLLCH span{
  float: left;
    color: wheat;
  margin: 5px;
}
.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: #da251c;
    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 #da251c; }
    .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: #da251c;
      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: #da251c; }
      .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%; }


  .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: #da251c;
      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: #da251c; }
  .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: 30px 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: 350px;
        overflow: hidden; } }
    .gb-chitiet_sanpham_mptoto-body .slider-for img {
      width: auto;
         height: 350px;
      margin: 0 auto; }
  .gb-chitiet_sanpham_mptoto-body .slide-item-nav {
    /*border: 1px solid #dcdcdc;*/
    border-right: 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: 130px;
      padding: 5px; }
  .gb-chitiet_sanpham_mptoto-body .price-outer-container .prices_mptoto {
    text-align: left; }
  .gb-chitiet_sanpham_mptoto-body .gb-thongso-mota {

    margin: 40px 0 20px; }
    .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: #da251c;
    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; } }
 
 
/**PAGE PRODUCT DETAIL **/
.gb-product-item-prices_mptoto{
float: left;
width: 100%;  
}
.titleProductPPD{
  width: 100%;
  font-size: 24px;
  line-height: 1.4;
  font-weight: 600;
}
.gb-product-item-prices_mptoto{
  float: left;
  width: 100%;
}
.gb-prices-news{
       font-size: 22px;
    /*float: left;*/
    color: #bf081f;
    margin: 5px 0;
    line-height: 15px;
}
.gb-prices-old{ 
      font-size: 16px;
    text-decoration: line-through;
    color: #adadad;
    font-style: italic;
}

.nonePriceDetail{
  float: left;
  width: 100%;
    font-size: 30px;
    color: #e00;
}

.boxSalePD{    
    float: left;
    width: 100%;
    padding: 15px;
    border: 3px dashed #da251c;
    background-color: #fff5f5;
    margin: 10px 0px;
}
.titleBoxSalePD{
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
.detailBoxSalePD{
    float: left;
    width: 92%;
    font-weight: 400;
    color: #000;
    font-size: 16px;
  } 

  .boxShortDesPD{
    float: left;
    width: 100%;
  }
  .boxShortDesPD li{
    float: left;
    width: 50%;
    padding-right: 10px;
    margin-bottom: 7px;
  }
  .tickShortDesPD{
    width: 20px;
    float: left;
    padding-right: 5px;
    margin-top: 3px;
  }
  .detailShortDesPD{
    float: left;
    font-size: 15px;
  }
  .otherLinePD{
    float: left;
    width: 100%;
    margin-top: 5px;
    font-size: 16px;
    line-height: 1.5;
    color: #000;
  }
.coverContactPagePD{
  float: left;
  width: 100%;
  padding: 10px;
  margin: 10px 0px;
  background-color: #fffbe5;
}
.coverContactPagePD ul{
          border-right: 1px dashed #484848;
          float: left;
          width: 48%;
          margin-right: 2%;
          padding-right: 10px; 
        }
        .coverContactPagePD ul:last-child{
          border: none;
        }
  .coverContactPagePD ul li {
    margin-bottom: 5px;
    float: left;
    width: 100%;
  }
  .coverContactPagePD ul li p{
    font-size: 16px;
    line-height: 24px;
    color: #5f6162;
    font-weight: 300;
    position: relative;
  }

  .coverContactPagePD ul li img{
 width: 20px;
    margin-right: 10px;
    float: left;
  }
.btnBuyPD1{
  float: left;
  width: 100%;
      display: block;
    background: #db0006;
    color: #fff;
    text-align: center;
    padding: 8px 15px;
    border-radius: 3px; 
    font-size: 13px;
}
.btnBuyPD2{
  float: left;
  width: 100%;
      display: block;
    background: #00a608;
    color: #fff;
    text-align: center;
    padding: 8px 15px;
    border-radius: 3px; 
    font-size: 13px;
}
.btnBuyPD1:hover, .btnBuyPD2:hover{
color: #fff;
text-decoration: none;
}


.btnBuyPD1 p, .btnBuyPD2 p{
  text-transform: uppercase;
    color: #fff;
    display: block;
    font-size: 20px;
    font-weight: bold;
  }
.gb-thongso-mota .tabbable-line > .nav-tabs {
  border-bottom: 1px solid #da251c;
  margin: 0; }

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

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

.gb-thongso-mota .tabbable-line > .nav-tabs > li.open, .gb-thongso-mota .tabbable-line > .nav-tabs > li:hover {
  border: 1px solid #da251c;
  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: #da251c; }

.gb-thongso-mota .tabbable-line > .nav-tabs > li.active {
  border: 1px solid #da251c;
  position: relative;
  border-bottom: none;
  margin-bottom: -1px; }
  .gb-thongso-mota .tabbable-line > .nav-tabs > li.active a {
    color: #000;
    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: #da251c; }

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

/*ENTRY SHIPPING*/
.gb-entry-shipping p {
  font-size: 16px; }
  .gb-entry-shipping p i {
    color: #da251c;
    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 #da251c;
    color: #da251c;
    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: #da251c;
      color: #fff; }

.gb-home-product-relate {
  /*product item*/ }
  .gb-home-product-relate .titleCategoryProduct_mptoto {
    text-align: center;
    font-size: 30px;
    color: #000;
    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 #000;
      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: #da251c; }
  .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: #da251c;
      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: #da251c;
      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: #da251c;
      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: #da251c;
      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 #da251c; }

.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: #da251c;
  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 #da251c;
  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: #da251c;
      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: #00a608;
 }
.gb-recenpost-sidebar-ruouvang .widget-title-sidebar-ruouvang {
    display: block;
    overflow: hidden;
    line-height: 26px;
    font-size: 18px;
    color: #888;
    text-transform: uppercase;
    padding: 10px 0 6px;
    font-weight: 600; }

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

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

.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: #da251c; }
    .gb-locchekbox-sidebar-ruouvang ul li a:hover span {
      border-color: #da251c; }
  .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; }
 
/*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 #da251c;
    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*/
.boxCateHome 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; }
  .boxCateHome h2:before {
    content: "";
    width: 80px;
    border-top: 2px solid #da251c;
    position: absolute;
    bottom: -2px;
    left: 0; }

.boxCateHome .boxCateHome-item .cbp-item-wrapper_hoanmy {
  position: relative; }
  .boxCateHome .boxCateHome-item .cbp-item-wrapper_hoanmy .customer_hoanmy {
    position: relative; }
    .boxCateHome .boxCateHome-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) {
        .boxCateHome .boxCateHome-item .cbp-item-wrapper_hoanmy .customer_hoanmy:after {
          display: none; } }
    .boxCateHome .boxCateHome-item .cbp-item-wrapper_hoanmy .customer_hoanmy .inner_hoanmy {
      position: relative;
      background-color: #fff;
      padding: 30px 40px 30px;
      margin-bottom: 100px; }
      .boxCateHome .boxCateHome-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; }
      .boxCateHome .boxCateHome-item .cbp-item-wrapper_hoanmy .customer_hoanmy .inner_hoanmy .image_hoanmy {
        position: absolute;
        left: 75px;
        bottom: -100px;
        width: 80px;
        height: 80px; }
        .boxCateHome .boxCateHome-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%; }
        .boxCateHome .boxCateHome-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%; }
      .boxCateHome .boxCateHome-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; }
      .boxCateHome .boxCateHome-item .cbp-item-wrapper_hoanmy .customer_hoanmy .inner_hoanmy .position_hoanmy {
        position: absolute;
        left: 175px;
        bottom: -88px;
        color: #adadad; }
      .boxCateHome .boxCateHome-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; }

.boxCateHome .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 #da251c;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  border-radius: 0 !important; }

.boxCateHome .owl-nav {
  margin-top: 0 !important; }
  @media screen and (max-width: 991px) and (min-width: 768px) {
    .boxCateHome .owl-nav {
      top: -78px; } }
  .boxCateHome .owl-nav .owl-prev {
    position: absolute;
    top: -75px;
    right: 40px;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
    .boxCateHome .owl-nav .owl-prev:before {
      content: '\f104';
      font-family: FontAwesome;
      color: #da251c;
      font-size: 20px; }
  .boxCateHome .owl-nav .owl-next {
    position: absolute;
    top: -75px;
    right: 0;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
    .boxCateHome .owl-nav .owl-next:before {
      content: '\f105';
      font-family: FontAwesome;
      color: #da251c;
      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 #da251c;
}
.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;
    text-transform: uppercase;
}
.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);
} 


/*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;
  overflow-x: hidden;
}
.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;
  float: left;
  width: 100%;
}
.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;
  width: 15%;
  padding-right: 10px;
}
.live-search ul li .product-image img{
	float: left;
	width: 100%;
}
/*.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: right;
    width: 85%;
    color: #000;
    font-size: 13px;
    line-height: 17px;
}
.live-search ul li .product-price {
  text-align: left;
  font-size: 12px; 
  float:right;
  margin-top:5px; 
    width: 85%;
}
.live-search ul li .product-price .price{
  color: #da251c;
  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: #00a608;
}
.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: 9 !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: #da251c;
        border: 1px solid #da251c;
         
        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: #da251c;
          -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: left;
      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: #666666; }
    .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: #404040; }
    .uni-checkout-body .vk-checkout-order-left table tr td {
      border-bottom: 1px solid #e0e0e0;
      padding: 15px 0; }
    .uni-checkout-body .vk-checkout-order-left table tr th {
      border-bottom: 1px solid #e0e0e0;
      padding: 15px 0; }
  .uni-checkout-body .vk-checkout-order-left thead {
    border-bottom: 2px solid #da251c; }
  .uni-checkout-body .vk-checkout-order-left .order-total {
    color: #404040; }
  .uni-checkout-body .vk-checkout-billing-left {
    padding-top: 60px;
    padding-bottom: 43px; }
    .uni-checkout-body .vk-checkout-billing-left h3 {
       
      font-size: 18px;
      font-weight: bold;
      text-align: left;
      color: #333333;
      margin-bottom: 20px;
      text-transform: uppercase; }
    .uni-checkout-body .vk-checkout-billing-left p {
      margin-bottom: 5px;
       }
      .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: #da251c; }
    .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: #000;
      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: #da251c; }
    .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: #da251c;
      color: #fff;
      font-weight: 600;
      border: 1px solid #da251c;
      -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: #da251c; }
  .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 #da251c;
    border-radius: 3px; }
    .uni-checkout-body .entry-content-wrapper .woocommerce-info i {
      font-family: FontAwesome;
      font-size: 18px;
      line-height: 1.67;
      color: #da251c;
      margin-right: 20px; }
    .uni-checkout-body .entry-content-wrapper .woocommerce-info a {
      color: #da251c;
      -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: #da251c;
      border-radius: 3px; }
    .uni-checkout-body .entry-content-wrapper .vk-checkout-login input[type="submit"] {
      border: 1px solid #da251c;
       
      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: #da251c;
        -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: #da251c; }
        .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;
  }
} 


    .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: #58FA58;
        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:red ;
        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: #58FA58;
        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: #81F7F3;
        padding: 9px;
        display: none;
        width: 180px;
        margin-left: 10px;
        position: absolute;
        color: red;
        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: #81F7F3 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: #da251c;
} 

.gb-slideshow_mptoto{
  position: relative;
}
.gb-slideshow_mptoto h2{
    font-size: 27px;
    font-weight: 700;
    letter-spacing: 1.5px;
    background: 0 0;
    text-align: center;
    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;
  }
}


@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}

.gb-page-sanpham_cuanhom {
  padding: 20px 0; }
  .gb-page-sanpham_cuanhom .gb-product-item_cuanhom {
    border: solid thin #ebebeb;
    margin-bottom: 30px; }
    .gb-page-sanpham_cuanhom .gb-product-item_cuanhom .gb-product-item_cuanhom-img {
      height: 200px;
      width: 100%;
      overflow: hidden;
    }
      .gb-page-sanpham_cuanhom .gb-product-item_cuanhom .gb-product-item_cuanhom-img img {
        width: 100%;
        height: auto;
        transition: all 0.5s
         }
         .gb-page-sanpham_cuanhom .gb-product-item_cuanhom .gb-product-item_cuanhom-img img:hover {
        transform: scale(1.1);
         }
    .gb-page-sanpham_cuanhom .gb-product-item_cuanhom .gb-product-item_cuanhom-text {
      padding: 10px; }
      .gb-page-sanpham_cuanhom .gb-product-item_cuanhom .gb-product-item_cuanhom-text h2 a {
            display: block;
    font-size: 14px;
    line-height: 20px;
    color: #5f6162;
    font-weight: 300;
    position: relative;
    height: 60px;
    overflow: hidden;
      }
      @media screen and (max-width: 991px){
      .gb-page-sanpham_cuanhom .gb-product-item_cuanhom .gb-product-item_cuanhom-text h2 a {
        height: 70px;
      }
    }
      .gb-page-sanpham_cuanhom .gb-product-item_cuanhom .gb-product-item_cuanhom-text p {
            display: block;
    font-size: 18px;
    line-height: 24px;
    color: #0067ac;
    font-weight: 600;
    position: relative;
    margin-top: 8px;
      }
      .gb-page-sanpham_cuanhom .gb-product-item_cuanhom .gb-product-item_cuanhom-text > a {
      display: block;
    color: #6d6e70;
    border-bottom: 1px solid #d9dadc;
    margin: 20px 15px;
    line-height: 34px;
    background: #e7e7e7;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    }
      .gb-page-sanpham_cuanhom .gb-product-item_cuanhom .gb-product-item_cuanhom-text .hotline_cuanhom {
        font-size: 20px;
        font-weight: 600;
        color: #0067ac; }

.gb-menu-category_myichi {
    margin-bottom: 30px;
    border-radius: 5px;
    overflow: hidden;
}
  @media screen and (max-width: 991px) {
    .gb-menu-category_myichi {
      display: none; } }
  .gb-menu-category_myichi .title_Module_Bar_5_myichi {
    position: relative;
    padding: 10px 0 10px 5%;
    font-size: 16px;
    font-weight: 600;
    /*text-align: center;*/
    /*font-family: "UVN Mua Thu";*/
    color: #fff;
    background-color: #00a608; }
  .gb-menu-category_myichi .main-menu {
    position: relative; }
  .gb-menu-category_myichi .cssmenu,
  .gb-menu-category_myichi .cssmenu ul,
  .gb-menu-category_myichi .cssmenu ul li,
  .gb-menu-category_myichi .cssmenu ul li a,
  .gb-menu-category_myichi .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_myichi .cssmenu span,
    .gb-menu-category_myichi .cssmenu ul span,
    .gb-menu-category_myichi .cssmenu ul li span,
    .gb-menu-category_myichi .cssmenu ul li a span,
    .gb-menu-category_myichi .cssmenu #menu-button span {
      margin-right: 10px; }
      .gb-menu-category_myichi .cssmenu span img,
      .gb-menu-category_myichi .cssmenu ul span img,
      .gb-menu-category_myichi .cssmenu ul li span img,
      .gb-menu-category_myichi .cssmenu ul li a span img,
      .gb-menu-category_myichi .cssmenu #menu-button span img {
        width: 30px; }
  .gb-menu-category_myichi .cssmenu {
    border: 1px solid #dcdcdc; }
    .gb-menu-category_myichi .cssmenu ul {
      position: relative; }
      .gb-menu-category_myichi .cssmenu ul li {
        border-bottom: 1px solid #dcdcdc;
        position: relative; }
        .gb-menu-category_myichi .cssmenu ul li:last-child {
          border-bottom: none; }
        .gb-menu-category_myichi .cssmenu ul li a {
          position: relative; }
      .gb-menu-category_myichi .cssmenu ul ul .item {
        margin-bottom: 10px; }
        .gb-menu-category_myichi .cssmenu ul ul .item h3 a {
          display: block;
          font-weight: 600;
          margin-bottom: 10px; }
      .gb-menu-category_myichi .cssmenu ul ul ul {
        overflow: initial; }
      .gb-menu-category_myichi .cssmenu ul ul li {
        border-bottom: none; }
  .gb-menu-category_myichi .cssmenu:after,
  .gb-menu-category_myichi .cssmenu > ul:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .gb-menu-category_myichi .cssmenu #menu-button {
    display: none; }
  .gb-menu-category_myichi .cssmenu {
    width: auto;
    line-height: 1; }
    @media screen and (max-width: 991px) {
      .gb-menu-category_myichi .cssmenu {
        display: none; } }
  .gb-menu-category_myichi .cssmenu.align-center > ul {
    font-size: 0;
    text-align: center; }
  .gb-menu-category_myichi .cssmenu.align-center > ul > li {
    display: inline-block;
    float: none; }
  .gb-menu-category_myichi .cssmenu.align-center ul ul {
    text-align: left; }
  .gb-menu-category_myichi .cssmenu.align-right > ul > li {
    float: right; }
  .gb-menu-category_myichi .cssmenu.align-right ul ul {
    text-align: right; }
  .gb-menu-category_myichi .cssmenu > ul > li > a {
    text-transform: capitalize;
    font-size: 14px;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    text-align: left;
    color: #333;
    padding: 10.7px 20px;
    background-color: #fbfbf9;
    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_myichi .cssmenu > ul > li > a {
        font-size: 11px; } }
  .gb-menu-category_myichi .cssmenu > ul > li:hover > a,
  .gb-menu-category_myichi .cssmenu > ul > li.active > a {
    color: #da251c; }
  .gb-menu-category_myichi .cssmenu > ul > li.has-sub > a {
    padding-right: 25px; }
    .gb-menu-category_myichi .cssmenu > ul > li.has-sub > a:hover:before {
      content: '';
      display: block; }
  .gb-menu-category_myichi .cssmenu > ul > li.has-sub > a::after {
    position: absolute;
    top: 15px;
    right: 10px;
    content: "\f105";
    font-family: FontAwesome; }
  .gb-menu-category_myichi .cssmenu > ul > li.has-sub:hover > a::after {
    border-color: #3f97da; }
  .gb-menu-category_myichi .cssmenu ul ul {
    position: absolute;
    left: -9999px;
    z-index: 2;
    background: #ffffff;
    border: 1px solid #dcdcdc;
    margin-right: 100%;
    top: -1; }
  .gb-menu-category_myichi .cssmenu li:hover > ul {
    left: 100%;
    position: absolute;
    top: -1px; }
    .gb-menu-category_myichi .cssmenu li:hover > ul li ul {
      position: relative;
      left: inherit;
      margin-left: inherit;
      width: auto;
      -webkit-box-shadow: none;
      box-shadow: none;
      border: none;
      padding: 0 0 0 20px; }
  .gb-menu-category_myichi .cssmenu.align-right li:hover > ul {
    right: 0; }
  .gb-menu-category_myichi .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_myichi .cssmenu ul ul ul li a {
    color: #666666; }
  .gb-menu-category_myichi .cssmenu.align-right ul ul ul {
    margin-left: 0;
    margin-right: 100%; }
  .gb-menu-category_myichi .cssmenu ul ul li {
    -webkit-transition: height .2s ease;
    -o-transition: height .2s ease;
    transition: height .2s ease; }
  .gb-menu-category_myichi .cssmenu ul ul li {
    padding: 0 10px; }
    .gb-menu-category_myichi .cssmenu ul ul li a {
      display: block;
      font-size: 14px;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      letter-spacing: normal;
      text-align: left;
      color: #666666;
      min-width: 240px;
      background: transparent;
      text-decoration: none;
      line-height: 30px;
      -webkit-transition: color .2s ease;
      -o-transition: color .2s ease;
      transition: color .2s ease; }
      .gb-menu-category_myichi .cssmenu ul ul li a i {
        padding-right: 10px; }
  .gb-menu-category_myichi .cssmenu ul ul li:first-child a {
    border-top: none; }
  .gb-menu-category_myichi .cssmenu ul ul li:hover > a,
  .gb-menu-category_myichi .cssmenu ul ul li a:hover {
    color: #da69a7;
    background: #fff; }
  .gb-menu-category_myichi .cssmenu ul ul li.has-sub > a::after {
    position: absolute;
    top: 20px;
    right: 20px;
    content: "\f105";
    font-family: FontAwesome; }
  .gb-menu-category_myichi .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_myichi .cssmenu ul ul li.has-sub:hover > a::after {
    border-color: #fff; }
/*tu trang khac*/
/*NEWS*/
.gb-page-blog_ruouvang {
  /*padding: 20px 0;*/ }
  .gb-page-blog_ruouvang .gb-news-blog_ruouvang-item {
    margin-bottom: 30px; }
    .gb-page-blog_ruouvang .gb-news-blog_ruouvang-item .gb-news-blog_ruouvang-item-img {
      position: relative;
      z-index: 5;
      overflow: hidden;
      height: 190px;
      margin-bottom: 30px;
       }
      @media screen and (max-width: 767px) {
        .gb-page-blog_ruouvang .gb-news-blog_ruouvang-item .gb-news-blog_ruouvang-item-img {
          height: auto; } }
      .gb-page-blog_ruouvang .gb-news-blog_ruouvang-item .gb-news-blog_ruouvang-item-img img {
        width: 100%;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s; }
      .gb-page-blog_ruouvang .gb-news-blog_ruouvang-item .gb-news-blog_ruouvang-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_ruouvang .gb-news-blog_ruouvang-item .gb-news-blog_ruouvang-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_ruouvang .gb-news-blog_ruouvang-item .gb-news-blog_ruouvang-item-text .gb-news-blog_ruouvang-item-title {
      margin: 10px 10px;
      padding-right: 10px; }
      .gb-page-blog_ruouvang .gb-news-blog_ruouvang-item .gb-news-blog_ruouvang-item-text .gb-news-blog_ruouvang-item-title h3 a {
      display: block;
    font-size: 22px;
    text-align: left;
    line-height: 26px;
    margin-bottom: 15px;
    color: #222222;
    font-weight: bold;}
    .gb-page-blog_ruouvang .gb-news-blog_ruouvang-item .gb-news-blog_ruouvang-item-text .gb-news-blog_ruouvang-item-title time{
     color: #909090;
    font-size: 15px;
    }
        .gb-page-blog_ruouvang .gb-news-blog_ruouvang-item .gb-news-blog_ruouvang-item-text .gb-news-blog_ruouvang-item-title h3 a:hover {
          color: #000;
          text-decoration: none; }
    .gb-page-blog_ruouvang .gb-news-blog_ruouvang-item .gb-news-blog_ruouvang-item-text .gb-news-blog_ruouvang-item-text-des p {
      font-size: 14px;
      line-height: 22px;
      text-align: left;
      color: #7b7b7b; }
    .gb-page-blog_ruouvang .gb-news-blog_ruouvang-item .gb-news-blog_ruouvang-item-button {
      margin-top: 30px; }
      .gb-page-blog_ruouvang .gb-news-blog_ruouvang-item .gb-news-blog_ruouvang-item-button .btn {
        border-radius: 0; }
      .gb-page-blog_ruouvang .gb-news-blog_ruouvang-item .gb-news-blog_ruouvang-item-button .gb-btn-readmore {
        background: #da251c;
        color: white;
        font-size: 14px;
        padding-left: 30px;
        padding-right: 30px;
        font-weight: 600;
        -webkit-transition: 0.5s;
        -moz-transition: 0.5s;
        -ms-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s; }
        .gb-page-blog_ruouvang .gb-news-blog_ruouvang-item .gb-news-blog_ruouvang-item-button .gb-btn-readmore:hover {
          background-color: white;
          color: #000;
          border: 1px solid #000; }

.gb-tintuc-lienquan .gb-tintuc-lienquan-title {
  font-size: 24px;
  font-weight: bold;
  text-align: left;
  color: #000;
  margin-bottom: 20px;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 10px; }

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

.gb-tintuc-lienquan .gb-tintuc-item .item-text {
  padding-top: 10px; }
  .gb-tintuc-lienquan .gb-tintuc-item .item-text h2 a {
    display: block;
    font-size: 18px;
    color: #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;
    font-family: 'Roboto';
    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 #000;
  text-align: center;
  padding: 10px 0;
  color: #fff !important;
  font-size: 14px;
  background: #000;
  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: #000 !important;
    background: transparent; }


/*REGISTER*/
.gb-register_excel .gb-register_excel-top {
  background: #2d2d2d; }
  .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; }

.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: #da251c;
  color: #fff;
  font-weight: 600; }


  .infor-user{
    background: #090b0d;min-height: 400px;
  }
  
  .title-infor{text-transform: uppercase;color: #fff;padding: 15px;background: #090b0d;}
  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:#fff !important}*/

/*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%;
  }
}
/*tin tuc*/
.gb-single-blog_mptoto-right-title h1 {
  font-size: 30px;
}
.gb-single-blog_mptoto-right-info ul li {
  display: inline-block;
}
.gb-single-blog_mptoto-right-info ul li a {
  color: black;
}
/*fix menu*/
.menu-main {
  position: fixed;
  top: 50px;
  z-index: -1;
}
/*menu mobile left*/
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 99999999;
  top: 0;
  left: 0;
  background-color: #f0eded;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidenav a {
  padding: 8px 8px 30px 32px;
  text-decoration: none;
  font-size: 15px;
  color: #0a0a0a;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}
/*product item*/
.title-box-scroll {
  border-bottom: 2px solid #111;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: bold;
}
/*breadcrumb*/
.breadcrumb > li {
  margin-bottom: 5px;
}
/*gb tab*/
.gb-tab {
  border-bottom: 1px solid #da251c;
  margin: 0;
}
.gb-tab li {
  border: 1px solid #da251c;
  position: relative;
  border-bottom: none;
  margin-bottom: -1px;
  padding: 10px;
  display: inline-block;
}
.gb-tab li a {
  font-size: 15px;
  font-weight: 600;
}
.hinhanh img{
 
    width: 18px;
    height: 18px;

}

.gb-slideshow_mptoto .item img{
  /*height: 500px;*/
  object-fit: cover;
}
.news-new{
    background: #fff;
    margin-bottom: 5px;
    padding: 5px;
   border-bottom: 2px solid #00a608;
    border-radius: 5px;

}
.news-new img{
  height: 70px;
  object-fit: cover
}
.left-banner{
    position: fixed;
    right: 40px;
    top: 170px;
    z-index: 99
}
.right-banner{
    position: fixed;
    left: 40px;
    top: 170px;
    z-index: 99
}
.title-news-new{
    padding: 5px 15px 5px 0;
    font-size: 15px;
    text-align: justify;
    color: #333;
    line-height: 20px;
    font-weight: bold;
}
.text-name{
  height: 40px;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  /*margin-top: 30px;*/
}
.lineProductHome{
  border-bottom-right-radius: 5px;
  overflow: hidden;
  border-bottom-left-radius: 5px;
  padding-bottom: 20px;
}
.cis-er{
  display: inline-block;border:1px solid black;margin: 3px;border-radius: 5px;text-align: center;
}
.dot{
  width:25px;
  height:25px;
  position:absolute;
  background: url(/images/ion-boxes/20190104_rose2.png);
  background-size: 100% 100%;
}
.dot2{
  width:25px;
  height:25px;
  position:absolute;
  background: url(/images/ion-boxes/20190104_rose123.png);
  background-size: 100% 100%;
}
.dot3{
  width:25px;
  height:25px;
  position:absolute;
  background: url(/images/ion-boxes/20190104_rose.png);
  background-size: 100% 100%;
}
html, body, #container {width:100%; height:100%; }
#logo{ left:50%; top:50%; position:absolute; border-radius:10px; }



#DiacoDesignLink,#pens{
  color: #fff;
}
#falling{
  position: fixed;
  top: 0;
  z-index: 999;
}
@media screen and (min-width: 768px){
  .cole{
    margin-right: 0;
  }
  .col-md-15{
  width: 20%;
  float: left;
}
}

.listInforTopHeader li{
    margin-top: 0;
  }

.xesse p{
 /*text-align: center;*/
}
.titleLLCH a{
  color: #00a608;
  font-weight: 600;
}
.titleLLCH{
  transition-duration: 0.3s
}
/*.titleLLCH:hover{
  background:#00a608;
  color: #fff;
  transition-timing-function: linear;

}*/
.gb-single-blog_mptoto-right-info{
  padding: 15px 0;
}
.gb-thongso-mota h2{
    font-size: 22px;
    /* border-bottom: 2px solid #111; */
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: bold;
}
.view-more{
        position: relative;
     font-size: 20px; 
     text-align: center; 
     background: #00a608; 
    /*color: #337ab7;*/
    color: #fff;
    font-size: 19px;
    padding: 12px 0;
     border-radius: 5px; 
     font-weight: bold;
}
.view-more:after{
  left: 0;
    content: " ";
    background: linear-gradient(rgba(255, 255, 255, 0), rgb(255, 255, 255));
    position: absolute;
    bottom: 52px;
    height: 40px;
    width: 100%;
}
article{


    display: block;
    font-size: 16px;
    color: #333;
    line-height: 1.5;
    margin-top: 15px;
    /*max-width: 750px;*/
    overflow: hidden;
    }
.coverBoxPDH img{
  /*border-radius: 5px;*/
    overflow: hidden;
}
@media screen and (max-width: 767px){
  .left-banner,.right-banner{
    display: none;
  }
  .gb-slideshow_mptoto .item img{
    /*height: 175px;*/
  }
  .form-inline .form-control{
    width: 100% !important;
  }
  #falling{
    display: none;
  }
}
.c-video, .border{
  /*border: 1px solid #00a608;*/
  display: flow-root;
}
.c-video{
  border-bottom: none;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}
.border{
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
/*.bodder{
  border-radius: 5px;
    overflow: hidden; 
}*/
.mota-danhmuc{
  padding: 10px;
}
.cart-mobile{
    height: 40px;
    width: 40px;
    padding: 8px 5px;
    /*border: 1px solid #da251c;*/
    display: flex;
    border-radius: 50px;
    margin-top: 3px;
}
.cart-mobile i{
    font-size: 25px;
    color: #da251c;
}
@media screen and (max-width: 768px){
  .gb-header-search_mptoto .vk-newlist-banner-test-search button{
    background: #fff;
    color: #da251c;
  }
}
.hotline-call{
  text-align: right;
    color: #dac066;
    font-size: 17px;
    height: 55px;
    padding: 10px 0;
    font-weight: bold;
}
.hotline-call p{
  font-size: 14px !important;
}
.select-pro{
  color:#00a608;
  font-weight: bold;
}
.kind-pro{
    padding: 10px;
    border-radius: 5px;
    border: 1px solid#00a608;
}
a.hotline{
font-size: 16px !important;
}
.doxe-text{
  font-size: 20px; color: #fff; font-weight: bold;margin-bottom: 15px;
}
@media screen and (max-width: 768px){
  .label-m{
    margin-bottom: 15px;
  }
}
/*tuan*/
.menu-level-3 {
    display: none;
    position: absolute;
    left: 100%;
    background: #fff;
    box-shadow: 0 5px 10px #555;
    top: 0;
}
.menu-level-3 li {
  padding-left: 10px;
}
.colSubMainMenu:hover .menu-level-3 {
    display: block;
}
.star-pro span{
  font-size: 15px;
  color:  #9a9a9a;
}
.star-pro .checked{
  color:  orange;
}
.coverBoxPDH .btn-muangay{
  /*width: calc(100%*2/3);*/
  /*width: 100%;*/
    height: 37px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #00a608;
    background-color: #00a608;
    /*border-radius: 25px;*/
    margin-top: 10px;
     float: left;
    margin-left: 20px;
    padding: 10px;
    border-radius: 17px;
    margin-bottom: 10px;
}
.coverBoxPDH .btn-muangay a{
  color:  #fff !important ;
  text-transform: uppercase;
  font-weight: 600;
}

.btn-addcart{
      width: calc(33% - 15px);
    height: 37px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #d8d8d8;
    border-radius: 25px;
    background: #d8d8d8;
    color: #888;
    margin-top: 10px;
    float: right;
}
.size, .color{
  width: 100%;
  display: inline-block;
}
.size ul{display: flex;

    align-items: center;
    margin: 5px 0;}
.size li{
  min-width: 35px;
    height: 35px;
    border: 1px solid #b7b7b7;
    border-radius: 5px;
    display: flex;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    margin-right: 5px;
    font-size: 19px;}
.size li.active{
  background:  #b7b7b7 !important ;
  color:  #fff;
}
.color ul{display: flex;
    align-items: center;
        flex-wrap: wrap;
    margin: 15px 0;}
.color li {
    width: calc(100%/8 - 10px);
    float: left;
    margin-right: 5px;
    border: 1px solid #b7b7b7;
    border-radius: 5px;
    /*height: 70px;*/
    display: flex;
    /*align-items: center;*/
    /*justify-content: center;*/
    padding: 5px;
    line-height: 30px;
    width: 49%;
    margin-bottom: 5px;
}
.color li img {
    height: 88%;
    object-fit: contain;
    width: 80%;
}
.color li span {
  margin-right: 10px;
  height: 30px;
  width: 30px;
}
/*tuan*/
.active-color {
  border: 1px solid red !important;
      background: #00a608;
    color: #fff;
}

.hpfix_01{
  background-color: #00a608;
  /*margin-top: 10px;*/
}

.hpfix_02{
  color: #fff;    
  font-size: 22px;    
  position: relative;    
  left: 29px;
  top: 9px;
  /*text-shadow: 1px 1px 5px rgb(0 0 0 / 75%);*/
  font-weight: bold;
  text-transform: uppercase;
}

.hpfix_03{
  margin-top: 15px;
}


.bottomBoxPDH a{
  color: #000 !important;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: 'Roboto';
}

p.star-pro{
  text-align: center;
}

.hpfix_04{
  font-weight: 600;
  text-transform: uppercase;
  margin: 10px 5px;
}

.hpfix_05{
  margin: 10px 5px;
}
.hpfix_06{
  background: #CA1F25;
  display: block;
  width: 250px;
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
}
.hpfix_07{
  width: 50px;
  margin-top: 15px;
  margin-bottom: 15px;
}
.hpfix_08{
  text-transform: uppercase;
    font-weight: 600;
    padding-left: 10px;
}
.container{
  background: #fff;  
}
.containerfix{
  margin-top:  10px;
}
