@charset "UTF-8";

/*============================================================================
#Mixin
==============================================================================*/
/*============================================================================
#Typography variables
==============================================================================*/
/*Lay dong text*/
.text1line {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.text2line {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.text3line {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.text4line {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.text5line {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}

.text6line {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}

.text7line {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
}

.text8line {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
}

.text9line {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 9;
  -webkit-box-orient: vertical;
}

.text10line {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 10;
  -webkit-box-orient: vertical;
}

/*end*/
/*============================================================================
#Variable
==============================================================================*/
/*============================================================================
#Function
==============================================================================*/
/*============================================================================
#Home
==============================================================================*/
.display_ {
  display: none;
}

section,
.section,
.block {
  width: 100%;
  float: left;
}

/*Slider*/
.home-slider .owl-nav {
  display: none !important;
}

.home-slider .owl-dots {
  display: block !important;
  bottom: 15px;
  left: 15px;
  width: 30px;
  display: inline-block;
}

@media (max-width: 991px) {
  .home-slider .owl-dots {
    bottom: 5px;
  }
}

.home-slider .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  background: lightent(#ff2d37, 25%);
}

.home-slider .owl-dots .owl-dot.active {
  background: #ff2d37 !important;
}

.home-slider .owl-dots .owl-dot.active {
  width: 10px;
  height: 10px;
}

.home-slider .owl-dots .owl-dot.active span {
  background: transparent;
}

.home-slider .owl-dots .owl-dot:hover span {
  background: transparent;
}

.home-slider .owl-dots .owl-dot span {
  background: transparent;
}

.home-slider {
  position: relative;
  z-index: 19;
  overflow: hidden;
  /* background: #34a04d; */
  background: rgb(52, 160, 77);
  background: linear-gradient(180deg, rgba(52, 160, 77, 1) 13%, rgba(255, 255, 255, 1) 100%);
}

.home-slider .item {
  position: relative;
}

.home-slider .item a img {
  margin: 0 auto;
}

/*Blogs*/
.list-blogs-link {
  margin-top: 30px;
}

/*============================================================================
OWL CAROUSEL NAV CUSTOME
==============================================================================*/
.owl_nav_custome1 .owl-carousel .owl-nav {
  margin-top: 0px;
}

.owl_nav_custome1 .owl-carousel .owl-nav .owl-next,
.owl_nav_custome1 .owl-carousel .owl-nav .owl-prev {
  width: 30px;
  height: 30px;
  line-height: 40px;
  background: #fff;
  border: none;
  border-radius: 0;
  top: -35px;
}

.owl_nav_custome1 .owl-carousel .owl-nav .owl-next:before,
.owl_nav_custome1 .owl-carousel .owl-nav .owl-prev:before {
  width: 30px;
  height: 30px;
  line-height: 28px;
  text-align: center;
  color: #282828;
  border: none;
  border-radius: 0;
  padding: 0;
  margin: 0;
  box-shadow: 0px 10px 21.6px 2.4px rgba(0, 0, 0, 0.06);
  -webkit-box-shadow: 0px 10px 21.6px 2.4px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0px 10px 21.6px 2.4px rgba(0, 0, 0, 0.06);
  -o-box-shadow: 0px 10px 21.6px 2.4px rgba(0, 0, 0, 0.06);
  -os-box-shadow: 0px 10px 21.6px 2.4px rgba(0, 0, 0, 0.06);
}

.owl_nav_custome1 .owl-carousel .owl-nav .owl-next {
  right: 0px;
  left: auto;
}

.owl_nav_custome1 .owl-carousel .owl-nav .owl-prev {
  left: auto;
  right: 35px;
}

.owl_nav_custome1 .owl-carousel .owl-dots {
  display: none;
}

.owl_nav_custome2x .owl-carousel .owl-dots {
  display: none;
}

.owl_nav_custome2x .owl-carousel .owl-nav {
  margin-top: 0px;
}

.owl_nav_custome2x .owl-carousel .owl-nav .owl-next,
.owl_nav_custome2x .owl-carousel .owl-nav .owl-prev {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-color: #fff;
  background: #fff;
  border-radius: 50%;
  top: 45%;
}

.owl_nav_custome2x .owl-carousel .owl-nav .owl-next:before,
.owl_nav_custome2x .owl-carousel .owl-nav .owl-prev:before {
  width: 40px;
  height: 40px;
  line-height: 35px;
  box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.07);
  -o-box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.07);
  -os-box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.07);
  color: #008545;
  border-color: #fff;
}

.owl_nav_custome2x .owl-carousel .owl-nav .owl-next:hover,
.owl_nav_custome2x .owl-carousel .owl-nav .owl-prev:hover {
  background: #2daaff;
}

.owl_nav_custome2x .owl-carousel .owl-nav .owl-next:hover:before,
.owl_nav_custome2x .owl-carousel .owl-nav .owl-prev:hover:before {
  color: #fff;
}

.owl_nav_custome2x .owl-carousel .owl-nav .owl-next {
  left: auto;
}

@media (min-width: 992px) {
  .owl_nav_custome2x .owl-carousel .owl-nav .owl-next {
    right: 20px !important;
  }
}

.owl_nav_custome2x .owl-carousel .owl-nav .owl-next:before {
  content: "\f0da";
}

@media (min-width: 992px) {
  .owl_nav_custome2x .owl-carousel .owl-nav .owl-prev {
    left: 20px;
  }
}

.owl_nav_custome2x .owl-carousel .owl-nav .owl-prev:before {
  content: "\f0d9";
}

.owl_nav_custome2 .owl-carousel .owl-dots {
  display: none;
}

.owl_nav_custome2 .owl-carousel .owl-nav .owl-next,
.owl_nav_custome2 .owl-carousel .owl-nav .owl-prev {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-color: #fff;
  background: #fff;
  border-radius: 50%;
  top: 45%;
}

.owl_nav_custome2 .owl-carousel .owl-nav .owl-next:before,
.owl_nav_custome2 .owl-carousel .owl-nav .owl-prev:before {
  width: 40px;
  height: 40px;
  line-height: 35px;
  box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.07);
  -o-box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.07);
  -os-box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.07);
  color: #008545;
  border-color: #fff;
}

.owl_nav_custome2 .owl-carousel .owl-nav .owl-next:hover,
.owl_nav_custome2 .owl-carousel .owl-nav .owl-prev:hover {
  background: #2daaff;
}

.owl_nav_custome2 .owl-carousel .owl-nav .owl-next:hover:before,
.owl_nav_custome2 .owl-carousel .owl-nav .owl-prev:hover:before {
  color: #fff;
}

.owl_nav_custome2 .owl-carousel .owl-nav .owl-next {
  left: auto;
}

@media (min-width: 992px) {
  .owl_nav_custome2 .owl-carousel .owl-nav .owl-next {
    right: -20px !important;
  }
}

.owl_nav_custome2 .owl-carousel .owl-nav .owl-next:before {
  content: "\f0da";
}

@media (min-width: 992px) {
  .owl_nav_custome2 .owl-carousel .owl-nav .owl-prev {
    left: -20px;
  }
}

.owl_nav_custome2 .owl-carousel .owl-nav .owl-prev:before {
  content: "\f0d9";
}

/*============================================================================
TITLE MAIN
==============================================================================*/
.title_section_module_mini {
  width: 100%;
  float: left;
  text-align: center;
}

.title_section_module_mini h2 {
  display: inline-block;
  position: relative;
  padding-bottom: 12px;
  margin: 0 auto;
  font-size: 20px;
  color: #282828;
  text-transform: uppercase;
  padding: 7px 0px;
  font-weight: 400;
  font-family: "Roboto", "HelveticaNeue", "Helvetica Neue", sans-serif;
}

@media (max-width: 767px) {
  .title_section_module_mini h2 {
    font-size: 16px;
  }
}

.title_section_module_mini h2:before {
  content: none;
  width: 60px;
  height: 2px;
  position: absolute;
  background: #008545;
  bottom: 0;
  left: 0;
}

.title_section_module_mini h2 a {
  color: #282828;
}

.title_section_module_mini h2:hover a {
  color: #2daaff;
  text-decoration: none;
}

.heading h2,
.heading h1,
.heading h4 {
  font-family: "Roboto", "HelveticaNeue", "Helvetica Neue", sans-serif;
  font-weight: 700;
  font-size: 24px;
  color: #282828;
  padding: 0;
  margin: 0;
}

.heading h2 a,
.heading h2 span,
.heading h1 a,
.heading h1 span,
.heading h4 a,
.heading h4 span {
  color: #282828;
}

.heading h2 a:hover,
.heading h1 a:hover,
.heading h4 a:hover {
  color: #2daaff;
}

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

.title_h2 h2 {
  display: inline-block;
  position: relative;
  padding-bottom: 12px;
  margin: 0 auto;
  font-size: 26px;
  color: #282828;
  padding: 0 0 15px;
  font-weight: 700;
  font-family: "Roboto", "HelveticaNeue", "Helvetica Neue", sans-serif;
}

@media (max-width: 767px) {
  .title_h2 h2 {
    font-size: 20px;
  }
}

.title_h2 h2:before {
  content: none;
  width: 60px;
  height: 2px;
  position: absolute;
  background: #008545;
  bottom: 0;
  left: 0;
}

.title_h2 h2 a,
.title_h2 h2 span {
  color: #282828;
}

.title_h2 h2.white a,
.title_h2 h2.white span {
  color: #fff;
}

.title_h2 h2:hover a {
  color: #2daaff;
  text-decoration: none;
}

/*============================================================================
PRODUCT GRID ITEM
==============================================================================*/
.flash {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 2;
  width: 125px;
  height: 65px;
  background-size: contain;
  background-repeat: no-repeat;
  line-height: 50px;
  text-align: right;
}

/*Product loop gird main*/
.item_product_main {
  float: left;
  width: 100%;
  border: solid 1px #ebebeb;
}

.item_product_main .product-item-main {
  width: 100%;
  float: left;
  margin-bottom: 0px;
  text-align: center;
  position: relative;
  background: #fff;
}

.item_product_main .product-item-main .product-thumbnail {
  width: 100%;
  float: left;
  position: relative;
  overflow: hidden;
}

.item_product_main .product-item-main .product-thumbnail .image_thumb {
  justify-content: center;
  display: flex;
  -o-justify-content: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  -os-justify-content: center;
  -o-display: flex;
  -moz-display: flex;
  -webkit-display: flex;
  -os-display: flex;
  align-items: center;
  position: relative;
}

@media (min-width: 1200px) {
  .item_product_main .product-item-main .product-thumbnail .image_thumb {
    height: 270px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .item_product_main .product-item-main .product-thumbnail .image_thumb {
    height: 212px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .item_product_main .product-item-main .product-thumbnail .image_thumb {
    height: 345px;
  }
}

@media (min-width: 544px) and (max-width: 767px) {
  .item_product_main .product-item-main .product-thumbnail .image_thumb {
    height: unset;
  }
}

@media (max-width: 543px) {
  .item_product_main .product-item-main .product-thumbnail .image_thumb {
    height: unset;
  }
}

.item_product_main .product-item-main .product-thumbnail .image_thumb:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #060606;
  opacity: 0;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
}

@media (min-width: 1200px) {
  .item_product_main .product-item-main .product-thumbnail .image_thumb.thumb_search {
    height: 279px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .item_product_main .product-item-main .product-thumbnail .image_thumb.thumb_search {
    height: 175px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .item_product_main .product-item-main .product-thumbnail .image_thumb.thumb_search {
    height: 220px;
  }
}

@media (min-width: 544px) and (max-width: 767px) {
  .item_product_main .product-item-main .product-thumbnail .image_thumb.thumb_search {
    height: unset;
  }
}

@media (max-width: 543px) {
  .item_product_main .product-item-main .product-thumbnail .image_thumb.thumb_search {
    height: unset;
  }
}

@media (min-width: 1200px) {
  .item_product_main .product-item-main .product-thumbnail .image_thumb.product_details {
    height: 214px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .item_product_main .product-item-main .product-thumbnail .image_thumb.product_details {
    height: 168px !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .item_product_main .product-item-main .product-thumbnail .image_thumb.product_details {
    height: 218px !important;
  }
}

@media (min-width: 544px) and (max-width: 767px) {
  .item_product_main .product-item-main .product-thumbnail .image_thumb.product_details {
    height: unset;
  }
}

@media (max-width: 543px) {
  .item_product_main .product-item-main .product-thumbnail .image_thumb.product_details {
    height: unset;
  }
}

@media (min-width: 1200px) {
  .item_product_main .product-item-main .product-thumbnail .image_thumb.thumbmini {
    height: 230px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .item_product_main .product-item-main .product-thumbnail .image_thumb.thumbmini {
    height: 160px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .item_product_main .product-item-main .product-thumbnail .image_thumb.thumbmini {
    height: 265px;
  }
}

@media (min-width: 544px) and (max-width: 767px) {
  .item_product_main .product-item-main .product-thumbnail .image_thumb.thumbmini {
    height: unset;
  }
}

@media (max-width: 543px) {
  .item_product_main .product-item-main .product-thumbnail .image_thumb.thumbmini {
    height: unset;
  }
}

.item_product_main .product-item-main .product-thumbnail .image_thumb img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
}

.item_product_main .product-item-main .product-thumbnail.thumb_recent .image_thumb {
  height: 260px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .item_product_main .product-item-main .product-thumbnail.thumb_recent .image_thumb {
    height: 240px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .item_product_main .product-item-main .product-thumbnail.thumb_recent .image_thumb {
    height: unset;
  }
}

@media (min-width: 544px) and (max-width: 767px) {
  .item_product_main .product-item-main .product-thumbnail.thumb_recent .image_thumb {
    height: unset;
  }
}

@media (max-width: 543px) {
  .item_product_main .product-item-main .product-thumbnail.thumb_recent .image_thumb {
    height: unset;
  }
}

@media (max-width: 1199px) {
  .item_product_main .product-item-main .product-action {
    display: none !important;
  }
}

.item_product_main .product-item-main .product-action.visible {
  display: block !important;
}

.item_product_main .product-item-main .des {
  width: 100%;
  float: left;
  margin-bottom: 10px;
}

.item_product_main .product-item-main .product-bottom {
  width: 100%;
  float: left;
  background: #fff;
  padding: 0;
  width: 100%;
  float: left;
  padding: 10px 0px 0px;
  position: relative;
  text-align: left;
}

@media (max-width: 991px) {
  .item_product_main .product-item-main .product-bottom {
    padding: 10px 0px 0px;
  }
}

.item_product_main .product-item-main .product-bottom .product-name {
  font-family: "Roboto", "HelveticaNeue", "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-weight: 400;
  margin: 0 0 10px;
  overflow: hidden;
  word-wrap: break-word;
  line-height: 20px;
  padding-bottom: 5px;
  text-align: center;
  height: 37px;
  padding: 0 10px;
}

.item_product_main .product-item-main .product-bottom .product-name a {
  color: #282828;
  text-decoration: none;
}

.item_product_main .product-item-main .product-bottom .product-name:hover {
  color: #2daaff;
}

.item_product_main .product-item-main .product-bottom .product-name:hover a {
  color: #2daaff;
}

.item_product_main .product-item-main .product-bottom .block-width-min-height {
  width: 100%;
  float: left;
  padding: 10px 10px 0px;
  border-top: solid 1px #ebebeb;
  min-height: 45px;
  position: relative;
  border-top: dashed 1px #ebebeb;
}

.item_product_main .product-item-main .product-bottom .block-width-min-height:before {
  content: "";
  width: 10px;
  height: 18px;
  background: #ffffff;
  position: absolute;
  top: -9px;
  left: -2px;
  border-radius: 0 18px 18px 0;
  border-top: solid #ececec 2px;
  border-right: solid #ececec 1px;
}

.item_product_main .product-item-main .product-bottom .block-width-min-height:after {
  content: "";
  width: 10px;
  height: 18px;
  background: #ffffff;
  position: absolute;
  top: -9px;
  right: -2px;
  bottom: auto;
  border-radius: 18px 0 0 18px;
  border-top: solid #ececec 2px;
  border-left: solid #ececec 1px;
}

.item_product_main .product-item-main .product-bottom .price-box {
  position: relative;
  display: block;
  text-align: left;
}

.item_product_main .product-item-main .product-bottom .price-box .product-price {
  font-size: 14px;
  font-family: "Roboto", "HelveticaNeue", "Helvetica Neue", sans-serif;
  color: #ff2d37;
  font-weight: 700;
  width: 100%;
  float: left;
}

.item_product_main .product-item-main .product-bottom .price-box .compare-price {
  font-size: 11px;
  font-family: "Roboto", "HelveticaNeue", "Helvetica Neue", sans-serif;
  line-height: 16px;
  font-weight: 300;
  color: #282828;
  text-decoration: line-through;
}

.item_product_main .product-item-main .product-bottom .price-box .old-price {
  float: none;
}

.item_product_main .product-item-main .product-bottom .blockprice {
  width: 70%;
  text-align: left;
  float: left;
}

@media (max-width: 1199px) {
  .item_product_main .product-item-main .product-bottom .blockprice {
    width: 100%;
  }
}

.item_product_main .product-item-main .product-bottom .a_url {
  display: block;
  width: calc(100% - 70%);
  -webkit-width: calc(100% - 70%);
  -moz-width: calc(100% - 70%);
  -o-width: calc(100% - 70%);
  -os-width: calc(100% - 70%);
  text-align: center;
  font-size: 14px;
  font-family: "Roboto", "HelveticaNeue", "Helvetica Neue", sans-serif;
  color: #fff;
  float: left;
  background: #008545;
}

.item_product_main .product-item-main .product-bottom .a_url:hover {
  color: #2daaff;
  background: #fff;
}

@media (min-width: 1200px) {
  .thumb_collection .product-item-main .product-thumbnail .image_thumb.thumb_search {
    height: 204px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .thumb_collection .product-item-main .product-thumbnail .image_thumb.thumb_search {
    height: 221px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .thumb_collection .product-item-main .product-thumbnail .image_thumb.thumb_search {
    height: 166px;
  }
}

@media (min-width: 544px) and (max-width: 767px) {
  .thumb_collection .product-item-main .product-thumbnail .image_thumb.thumb_search {
    height: unset;
  }
}

@media (max-width: 543px) {
  .thumb_collection .product-item-main .product-thumbnail .image_thumb.thumb_search {
    height: unset;
  }
}

@media (min-width: 1200px) {
  .thumb_collection .product-item-main .product-thumbnail .image_thumb {
    height: 204px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .thumb_collection .product-item-main .product-thumbnail .image_thumb {
    height: 221px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .thumb_collection .product-item-main .product-thumbnail .image_thumb {
    height: 166px;
  }
}

@media (min-width: 544px) and (max-width: 767px) {
  .thumb_collection .product-item-main .product-thumbnail .image_thumb {
    height: unset;
  }
}

@media (max-width: 543px) {
  .thumb_collection .product-item-main .product-thumbnail .image_thumb {
    height: unset;
  }
}

/*============================================================================
COL CUSTOME
==============================================================================*/
.rows_custome {
  margin: 0 -7.5px;
}

.rows_custome .col_custome {
  padding: 0 7.5px;
}

.itemcustome {
  border: dashed 1px #ebebeb;
  margin-bottom: 15px;
}

/*============================================================================
SECTION Dich vu
==============================================================================*/
.section_service {
  background: #fff;
  padding: 20px 0;
}

.section_service .wraptem {
  width: 100%;
  float: left;
}

@media (max-width: 1199px) {
  .section_service .wraptem {
    margin-bottom: 25px;
  }
}

.section_service .wraptem .img {
  width: 50px;
  height: 60px;
  background: #fff;
  text-align: center;
  line-height: 60px;
  float: left;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.section_service .wraptem .content_right {
  width: calc(100% - 60px);
  -moz-width: calc(100% - 60px);
  -o-width: calc(100% - 60px);
  -os-width: calc(100% - 60px);
  display: block;
  float: left;
  padding-left: 10px;
  padding-top: 5px;
}

.section_service .wraptem .content_right p {
  font-family: "Roboto", "HelveticaNeue", "Helvetica Neue", sans-serif;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 0;
}

.section_service .wraptem .content_right span {
  font-family: "Roboto", "HelveticaNeue", "Helvetica Neue", sans-serif;
  font-size: 14px;
  color: #282828;
}

/*============================================================================
SECTION Category
==============================================================================*/
.section_denifition {
  padding: 20px 0 30px;
}

@media (max-width: 767px) {
  .section_denifition {
    padding-bottom: 0;
  }
}

.section_denifition .container {
  position: relative;
}

.section_denifition .definition-cell {
  text-align: center;
}

@media (max-width: 991px) {
  .section_denifition .definition-cell {
    margin-bottom: 15px;
  }
}

.section_denifition .definition-cell .decor {
  position: absolute;
  bottom: -15px;
  left: calc(50% - 60px);
  -moz-left: calc(50% - 60px);
  -webkit-left: calc(50% - 60px);
  -o-left: calc(50% - 60px);
  -os-left: calc(50% - 60px);
  width: 80px;
  height: 40px;
}

.section_denifition .definition-cell .decor .arrow-wrapper {
  float: left;
  border-radius: 100px;
  background: #000;
  width: 25px;
  height: 25px;
  margin-top: 7.5px;
  padding-left: 4px;
}

.section_denifition .definition-cell .decor .arrow-wrapper .fa {
  color: #FFF;
  font-size: 10px;
  line-height: 25px;
  float: left;
  margin-left: 2px;
}

.section_denifition .definition-cell .decor .detail-button {
  font-family: "Roboto", "HelveticaNeue", "Helvetica Neue", sans-serif;
  width: 40px;
  height: 40px;
  color: #FFF;
  background: #008545;
  border-radius: 50%;
  z-index: 9;
  top: 0px;
  left: 16px;
  position: absolute;
  font-size: 12px;
  line-height: 40px;
}

/*============================================================================
SECTION Blog news
==============================================================================*/
.section_blog_news {
  padding: 20px 0;
}

.title_h2 h2 {
  border-bottom: 4px solid red;
  padding-bottom: 0px;
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .section_blog_news {
    padding: 20px 0 0;
  }
}

@media (max-width: 991px) {
  .section_blog_news .col-sm-margin {
    margin-top: 20px;
  }
}

.itemblog_large .image-blog-left {
  width: 100%;
  float: left;
  display: block;
}

.itemblog_large .content_blog {
  width: 100%;
  float: left;
  padding: 10px 15px;
  background: #ebebeb;
}

.itemblog_large .content_blog h3 {
  font-family: "Roboto", "HelveticaNeue", "Helvetica Neue", sans-serif;
  font-size: 20px;
  color: #282828;
  padding: 0;
  margin: 0;
  max-height: 2.4em !important;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  line-height: 24px;
  margin-bottom: 5px;
}

.itemblog_large .content_blog .date {
  width: 100%;
  float: left;
  font-family: "Roboto", "HelveticaNeue", "Helvetica Neue", sans-serif;
  font-size: 14px;
  margin-bottom: 5px;
  line-height: 20px;
  display: block;
  margin-top: 0px;
}

.itemblog_large .content_blog p {
  font-family: "Roboto", "HelveticaNeue", "Helvetica Neue", sans-serif;
  display: block;
  width: 100%;
  float: left;
  font-size: 14px;
  margin-bottom: 0px;
  line-height: 20px;
}

@media (max-width: 767px) {
  .itemblog_mini {
    margin-top: 15px;
  }
}

.itemblog_mini .wrap_blogitem {
  width: 100%;
  float: left;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: solid 1px #ebebeb;
}

.itemblog_mini .wrap_blogitem:last-child {
  border-bottom: 0px;
  padding-bottom: 0;
}

.itemblog_mini .image-blog-left {
  width: 110px;
  float: left;
  display: block;
}

.itemblog_mini .content_blog {
  width: calc(100% - 110px);
  -webkit-width: calc(100% - 110px);
  -moz-width: calc(100% - 110px);
  -o-width: calc(100% - 110px);
  -os-width: calc(100% - 110px);
  display: block;
  float: left;
  padding-left: 15px;
}

.itemblog_mini .content_blog h3 {
  font-family: "Roboto", "HelveticaNeue", "Helvetica Neue", sans-serif;
  font-size: 15px;
  color: #282828;
  padding: 0;
  margin: 0;
  max-height: 40px !important;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  line-height: 20px;
  margin-bottom: 5px;
}

.itemblog_mini .content_blog .date {
  width: 100%;
  float: left;
  font-family: "Roboto", "HelveticaNeue", "Helvetica Neue", sans-serif;
  font-size: 14px;
  margin-bottom: 5px;
  line-height: 20px;
  display: block;
  margin-top: 0px;
}

/*listblog*/
.list-blogs-main {
  width: 100%;
  float: left;
}

.list-blogs-main .blog_list_item .blog-item-list {
  width: 100%;
  float: left;
  padding: 0 0 15px;
  border-bottom: none;
  margin-top: 0;
  margin-bottom: 15px;
  border-bottom: solid 1px #ebebeb;
  border-top: 0px;
}

.list-blogs-main .blog_list_item .blog-item-list:last-child {
  border-bottom: 0px;
}

.list-blogs-main .blog_list_item .blog-item-list .blog-item-thumbnail {
  width: 100px;
  display: block;
  float: left;
}

.list-blogs-main .blog_list_item .blog-item-list .ct_list_item {
  display: block;
  float: left;
  width: calc(100% - 100px - 15px);
  -webkit-width: calc(100% - 100px - 15px);
  -moz-width: calc(100% - 100px - 15px);
  -o-width: calc(100% - 100px - 15px);
  -os-width: calc(100% - 100px - 15px);
  margin-left: 15px;
}

.list-blogs-main .blog_list_item .blog-item-list .ct_list_item h3 {
  font-family: "Roboto", "HelveticaNeue", "Helvetica Neue", sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #282828;
  line-height: 20px;
}

.list-blogs-main .blog_list_item .blog-item-list .ct_list_item h3 a {
  color: #282828;
}

.list-blogs-main .blog_list_item .blog-item-list .ct_list_item h3 a:hover {
  color: #2daaff;
}

.list-blogs-main .blog_list_item .blog-item-list .ct_list_item .time_post {
  font-size: 13px;
  font-weight: 400;
  font-family: "Roboto", "HelveticaNeue", "Helvetica Neue", sans-serif;
  color: #b2b2c4;
}

.list-blogs-main .blog_list_item .blog-item-list .ct_list_item .time_post .fa {
  color: #008545;
  font-family: 'FontAwesome';
}

/*============================================================================
SECTION About
==============================================================================*/
.section_myabout {
  padding: 20px 0 20px;
}

.section_myabout .item_about {
  padding: 0.9em 2em 1.5em;
  border-radius: 4px;
  color: #fff;
  margin-bottom: 30px;
  width: 100%;
  float: left;
  position: relative;
  min-height: 150px;
}

.section_myabout .item_about .icon {
  margin-bottom: 0.2em;
  position: relative;
  display: block;
  float: left;
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
  margin-left: 0;
  width: 50px;
  position: absolute;
}

.section_myabout .item_about .icon .fa {
  font-size: 35px;
  display: inline-block;
}

.section_myabout .item_about p {
  float: left;
  margin: 0;
  flex: 1;
  font-size: 22px;
  font-weight: 700;
  font-family: "Roboto", "HelveticaNeue", "Helvetica Neue", sans-serif;
  padding-left: 50px;
}

@media (max-width: 1199px) {
  .section_myabout .item_about p {
    font-size: 18px;
  }
}

.section_myabout .item_about .content {
  width: 100%;
  float: left;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  margin-top: 0.5em;
  letter-spacing: 0;
  line-height: 20px;
  margin-bottom: 0.5em;
  opacity: 0.85;
  margin-top: 15px;
}

.section_myabout .button_dangkytuvan:hover {
  cursor: pointer;
}

/*============================================================================
Subscribe
==============================================================================*/
.contact_mail {
  background: #9deefc;
  width: 100%;
  float: left;
}

.contact_mail .headm {
  height: 230px;
  background-image: url("//theme.hstatic.net/1000375712/1000677556/14/bg_subscribe.png?v=1");
  background-size: contain;
  background-position: top center;
  width: 100%;
  float: left;
  background-repeat: no-repeat;
}

@media (max-width: 991px) and (min-width: 768px) {
  .contact_mail .headm {
    background-size: cover;
    border-left: solid 1px #ebebeb;
    border-right: solid 1px #ebebeb;
    height: 450px;
  }
}

@media (max-width: 767px) {
  .contact_mail .headm {
    background-size: cover;
    border-left: solid 1px #ebebeb;
    border-right: solid 1px #ebebeb;
    min-height: 180px;
    height: unset;
  }
}

.contact_mail .wrap {
  padding: 0px 15px 20px;
  width: 100%;
  float: left;
  border: solid 1px #ebebeb;
  border-top: 0;
  margin-top: -70px;
  padding-top: 70px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .contact_mail .wrap {
    margin-top: -70px;
    padding-top: 20px;
  }
}

.contact_mail p {
  font-family: "Roboto", "HelveticaNeue", "Helvetica Neue", sans-serif;
  font-size: 26px;
  font-weight: 700;
  color: #282828;
  display: block;
  text-align: center;
  margin-bottom: 0;
}

.contact_mail span {
  display: block;
  text-align: center;
  margin-bottom: 10px;
  line-height: 20px;
}

.contact_mail form input {
  height: 45px;
  line-height: 45px;
  border-radius: 45px !important;
}

.contact_mail form button {
  width: 100%;
  height: 45px;
}

/*============================================================================
SECTION Blog video
==============================================================================*/
.wrap_blog_video {
  padding: 20px 15px;
  background: #2b9a45;
}

.wrap_blog_video .wr_img {
  position: relative;
}

.wrap_blog_video .wr_img.full {
  width: 100%;
  float: left;
}

.wrap_blog_video .video_play {
  display: inline-block;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  line-height: 45px;
  background: #fff;
  color: #008545;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -os-transform: translate(-50%, -50%);
  z-index: 99;
}

.wrap_blog_video .video_play .fa {
  font-size: 22px;
  line-height: 45px;
}

@media (max-width: 991px) {
  .wrap_blog_video .video_play {
    width: 35px;
    height: 35px;
    line-height: 35px;
  }

  .wrap_blog_video .video_play .fa {
    font-size: 17px;
    line-height: 35px;
  }
}

.wrap_blog_video .video_play:hover {
  cursor: pointer;
  background: #2daaff;
  color: #fff;
}

.wrap_blog_video .itemblog_large .content_blog {
  padding: 0 0px 10px 15px;
}

@media (max-width: 767px) {
  .wrap_blog_video .itemblog_large .content_blog {
    padding: 10px 15px;
  }
}

.wrap_blog_video .content_blog {
  background: transparent;
}

.wrap_blog_video .content_blog h3,
.wrap_blog_video .content_blog span,
.wrap_blog_video .content_blog a,
.wrap_blog_video .content_blog p {
  color: #fff;
}

.wrap_blog_video .content_blog h3 a:hover {
  color: #2daaff;
}

.wrap_blog_video .wraplist_video {
  width: 100%;
  float: left;
  max-height: 330px;
  overflow-y: auto;
}

.wrap_blog_video .wraplist_video::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px #008545;
  background-color: #fff;
}

.wrap_blog_video .wraplist_video::-webkit-scrollbar {
  width: 6px;
  background-color: #fff;
}

.wrap_blog_video .wraplist_video::-webkit-scrollbar-thumb {
  border: 4px solid #008545;
}

.wrap_blog_video .wraplist_video .wrap_blogitem .wr_img {
  width: 130px;
  float: left;
  display: block;
}

@media (max-width: 767px) {
  .wrap_blog_video .wraplist_video .wrap_blogitem .wr_img {
    width: 100px;
  }
}

.wrap_blog_video .wraplist_video .wrap_blogitem .image-blog-left {
  width: 100%;
  float: left;
  display: block;
}

.wrap_blog_video .wraplist_video .wrap_blogitem .content_blog {
  width: calc(100% - 130px);
  -webkit-width: calc(100% - 130px);
  -moz-width: calc(100% - 130px);
  -o-width: calc(100% - 130px);
  -os-width: calc(100% - 130px);
  display: block;
  float: left;
  padding-left: 15px;
}

@media (max-width: 767px) {
  .wrap_blog_video .wraplist_video .wrap_blogitem .content_blog {
    width: calc(100% - 100px);
    -webkit-width: calc(100% - 100px);
    -moz-width: calc(100% - 100px);
    -o-width: calc(100% - 100px);
    -os-width: calc(100% - 100px);
  }
}

/*============================================================================
SECTION Blog And BRAND
==============================================================================*/
.section_brand {
  padding: 30px 0 30px;
}

.section_brand .block-brand {
  width: 100%;
  float: left;
  margin-top: 30px;
}

.section_brand .block-brand .owl-dots {
  display: none;
}

.section_brand .block-brand .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 90px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.section_brand .block-brand .item .wrp {
  display: block;
  position: relative;
  color: inherit;
  text-decoration: none;
  line-height: 24px;
}

.section_brand .block-brand .item img {
  max-width: 100%;
}

.owlwrap {
  background: #fff;
  padding: 0 0 20px;
  position: relative;
  border: dashed 1px #ebebeb;
}

.owlwrap h2 {
  margin: 0;
  position: absolute;
  display: inline-block;
  background: #fff;
  top: -23px;
  padding: 0 15px 0 0;
  left: 15px;
}

.owlwrap .img_ img {
  height: 55px;
  margin: 0 auto;
}

.owlwrap .owl-dots {
  display: none;
}

/*#bb2030*/
/*============================================================================
SECTION TIN TỨC MỚI NHẤT
==============================================================================*/
.section_new_blog .owl-nav,
.section_new_blog .owl-dots {
  display: none;
}

/*============================================================================
SECTION Dang ky
==============================================================================*/
.section_register_now {
  margin: 0;
  padding: 50px 0;
  display: block;
  clear: both;
  background-size: cover;
  background-attachment: scroll;
  background-position: top center;
  height: 500px;
  margin-bottom: 200px;
}

@media (max-width: 991px) and (min-width: 768px) {
  .section_register_now {
    margin-bottom: 280px;
  }
}

@media (min-width: 768px) {
  .section_register_now {
    background-image: url(//theme.hstatic.net/1000375712/1000677556/14/quick-support-bg.jpg?v=1);
  }
}

.section_register_now.index {
  background-size: contain;
  background-repeat: no-repeat;
  height: unset;
  background-color: #ef4444;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .section_register_now.index {
    background-image: url(//theme.hstatic.net/1000375712/1000677556/14/quick-support-bg2.png?v=1);
  }
}

.section_register_now.index .title_ h2,
.section_register_now.index .title_ h1,
.section_register_now.index .title_ p {
  color: #fff;
}

@media (max-width: 767px) {
  .section_register_now {
    padding: 20px 0;
    margin-bottom: 0px;
    height: unset;
  }
}

.section_register_now .title_ h2,
.section_register_now .title_ h1 {
  font-family: "Roboto", "HelveticaNeue", "Helvetica Neue", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  padding: 0;
}

@media (max-width: 767px) {

  .section_register_now .title_ h2,
  .section_register_now .title_ h1 {
    color: #282828;
  }
}

.section_register_now .title_ p {
  font-family: "Roboto", "HelveticaNeue", "Helvetica Neue", sans-serif;
  font-size: 48px;
  font-weight: 700;
  color: #fff;
  line-height: 58px;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .section_register_now .title_ p {
    font-size: 28px;
    line-height: 38px;
    margin-bottom: 0;
    color: #282828;
  }
}

.section_register_now .wrap_forms {
  text-align: center;
  width: 100%;
  float: left;
}

@media (max-width: 767px) {
  .section_register_now .wrap_forms {
    margin: 20px 0 25px;
  }
}

.section_register_now .wrap_forms a {
  display: inline-block;
  text-align: center;
  height: 70px;
  border-radius: 70px;
  line-height: 70px;
  background: #fff;
  padding: 0 45px;
  font-family: "Roboto", "HelveticaNeue", "Helvetica Neue", sans-serif;
  font-size: 22px;
  color: #008545;
}

.section_register_now .wrap_forms a:hover {
  background: #2daaff;
  color: #fff;
}

.section_register_now .wrap_form {
  background: #fff;
}

@media (min-width: 768px) {
  .section_register_now .wrap_form {
    border-radius: 15px;
    webkit-box-shadow: 0px 10px 82px 4px rgba(151, 170, 180, 0.24);
    -moz-box-shadow: 0px 10px 82px 4px rgba(151, 170, 180, 0.24);
    box-shadow: 0px 10px 82px 4px rgba(151, 170, 180, 0.24);
  }
}

.section_register_now .full_width_padding {
  padding: 40px 80px;
}

@media (max-width: 767px) {
  .section_register_now .full_width_padding {
    padding: 0px 15px;
  }
}

.section_register_now .full_width_padding h4 {
  font-family: "Roboto", "HelveticaNeue", "Helvetica Neue", sans-serif;
  font-size: 28px;
  font-weight: 700;
  color: #282828;
  display: block;
}

@media (max-width: 767px) {
  .section_register_now .full_width_padding h4 {
    text-align: center;
    font-size: 14px;
  }
}

.section_register_now .full_width_padding .des {
  display: block;
  width: 100%;
  float: left;
  margin-bottom: 15px;
}

.section_register_now .full_width_padding input {
  height: 50px;
  border-radius: 50px;
  line-height: 50px;
}

.section_register_now .full_width_padding input,
.section_register_now .full_width_padding textarea {
  font-family: 'Roboto', sans-serif;
  position: relative;
  padding: 0 25px;
  font-size: 14px;
  font-weight: 400;
  color: #696d74;
}

@media (max-width: 767px) {

  .section_register_now .full_width_padding input,
  .section_register_now .full_width_padding textarea {
    margin-bottom: 10px;
  }
}

.section_register_now .full_width_padding textarea {
  padding-top: 15px;
  border-radius: 25px;
}

@media (max-width: 767px) {
  .section_register_now .full_width_padding textarea {
    height: 50px;
    min-height: auto;
  }
}

.section_register_now .full_width_padding .peoples,
.section_register_now .full_width_padding .dates {
  position: relative;
}

.section_register_now .full_width_padding .peoples:before,
.section_register_now .full_width_padding .dates:before {
  font-family: 'FontAwesome';
  position: absolute;
  right: 30px;
  font-size: 14px;
  color: #282828;
  top: 10px;
  z-index: 1;
}

.section_register_now .full_width_padding .peoples:before {
  content: "\f107";
}

.section_register_now .full_width_padding .dates:before {
  content: "\f073";
}

.section_register_now .full_width_padding .button_custome_35 {
  font-family: "Roboto", "HelveticaNeue", "Helvetica Neue", sans-serif;
  background: #008545;
  height: 45px;
  line-height: 45px;
  border-radius: 45px;
  font-size: 14px;
  font-weight: 400;
  box-shadow: none;
  color: #fff;
  padding: 0 35px;
  border: solid 1px #008545;
}

.section_register_now .full_width_padding .button_custome_35:hover {
  background: #2daaff;
  border-color: #2daaff;
  color: #fff;
}

/*============================================================================
# Đánh giá
==============================================================================*/
.section_threecol {
  margin-bottom: 30px;
}

.owldanhgia .wrapdanhgia,
.owldanhgia .item_danhgia,
.owldanhgia .inwap {
  width: 100%;
  float: left;
}

.owldanhgia .item_danhgia {
  padding: 13px 5px;
  border: solid 1px #ebebeb;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 155px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .owldanhgia .item_danhgia {
    min-height: 120px;
  }
}

.owldanhgia .image_left {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: block;
  float: left;
}

.owldanhgia .image_left img {
  border-radius: 50%;
}

.owldanhgia .content_dg {
  display: block;
  width: calc(100% - 80px);
  -webkit-width: calc(100% - 80px);
  -moz-width: calc(100% - 80px);
  -o-width: calc(100% - 80px);
  -os-width: calc(100% - 80px);
  padding-left: 15px;
  float: left;
}

.owldanhgia .content_dg p,
.owldanhgia .content_dg span {
  font-family: "Roboto", "HelveticaNeue", "Helvetica Neue", sans-serif;
}

.owldanhgia .content_dg p {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  color: #282828;
}

.owldanhgia .content_dg p span {
  font-weight: 400;
  font-size: 13px;
  color: #c1c1c1;
}

.owldanhgia .content_dg .cmt {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  color: #282828;
}

/********************************************************
TABS
********************************************************/
.tab_h {
  float: left;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 25px;
}

.tab-wrap .tabs-title {
  *zoom: 1;
  display: inline-block;
  position: relative;
  z-index: 9;
  margin: 0 0 26px;
}

.tab-wrap .tabs-title:after {
  content: "";
  display: table;
  clear: both;
}

.tab-wrap .tabs-title li {
  font-size: 2.2rem;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  line-height: 40px;
  float: left;
}

.tab-wrap .tabs-title li:before {
  content: "|";
  color: #c9c9c9;
  padding: 0 16px;
  color: #1c1c1c;
}

.tab-wrap .tabs-title li:first-child:before {
  display: none;
}

.tab-wrap .tabs-title li.current {
  color: #212121;
}

.tab-wrap .tab-content {
  position: relative;
}

ul.tabs li {
  background: none;
  display: inline-block;
  cursor: pointer;
}

ul.tabs li.current {
  color: #000;
  margin-bottom: -1px;
}

@media (max-width: 767px) {
  ul.tabs li.current {
    border-bottom: none;
  }
}

.tab-content {
  opacity: 0;
  visibility: hidden;
  height: 0;
  overflow: hidden;
}

.tab-content.current {
  opacity: 1;
  visibility: visible;
  height: auto;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.product-tab .tabs-title {
  background: #fff;
  margin-bottom: 0px;
  padding-left: 0px;
  text-align: left;
  border-bottom: solid 1px #ebebeb;
}

@media (max-width: 767px) {
  .product-tab .tab-link {
    margin: 0px 0px !important;
  }
}

.product-tab .tab-link {
  position: relative;
  display: inline-block;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  background: transparent;
  padding: 0px 0px;
  border-bottom: 0px;
  margin-top: 0px;
  margin: 0px;
}

@media (max-width: 767px) {
  .product-tab .tab-link {
    width: 100%;
    border: solid 1px #ebebeb;
    border-bottom: 0px;
  }
}

@media (min-width: 300px) {
  .product-tab .tab-link:nth-child(2) {
    margin-left: 0px;
  }
}

@media (min-width: 768px) {
  .product-tab .tab-link:nth-child(3) {
    margin-left: 0px;
  }
}

.product-tab .tab-link h3 {
  color: #282828;
  margin: 10px 25px;
  font-size: 18px;
}

.product-tab .tab-link span {
  color: #282828;
  text-transform: none;
  font-size: 18px;
  font-weight: 400;
}

@media (max-width: 767px) {
  .product-tab .tab-link span {
    font-size: 18px;
  }
}

@media (min-width: 300px) {
  .product-tab .tab-link:before {
    font-family: "FontAwesome";
    font-size: 24px;
    color: #282828;
    content: "\f107";
    position: absolute;
    right: 0px;
    top: 6px;
    content: none;
  }
}

@media (min-width: 300px) {
  .product-tab .tab-link.current {
    padding-bottom: 0px;
    border-bottom: solid 1px #34a04d;
  }

  .product-tab .tab-link.current h3 {
    color: #fff !important;
  }

  .product-tab .tab-link.current h3 span {
    color: #fff !important;
  }
}

.product-tab .tab-link.current {
  background: #34a04d;
}

@media (max-width: 767px) {
  .product-tab .tab-link.current {
    border-color: #34a04d;
  }
}

.product-tab .tab-link.current:before {
  font-family: "FontAwesome";
  font-size: 24px;
  color: #fff;
  content: "\f106";
  position: absolute;
  right: 0px;
  top: 6px;
  content: none;
}

.product-tab .tab-link.current h3 {
  color: #fff;
}

.product-tab .tab-link.current h3 span {
  color: #fff;
}

.product-tab .tab-link.current .rte {
  color: #000;
  font-family: Tahoma, Verdana, 'Segoe UI', Geneva, sans-serif;
  font-size: 1.7rem;
  border: solid 0px #ebebeb;
  border-top: 0px;
}

.product-tab li:last-child h3 span:after {
  content: none;
}

.product-tab .tab-content {
  padding: 0px;
}

.product-tab .tab-content.current .rte {
  color: #000;
  font-family: Tahoma, Verdana, 'Segoe UI', Geneva, sans-serif;
  font-size: 1.7rem;
  border-top: none;
  padding: 40px 0px 60px 0px;
  font-size: 14px;
  line-height: 26px;
}

.product-tab .tab-content.current .rte strong {
  font-weight: bold;
}

.product-tab .tab-content.current .rte ol {
  padding-left: 20px;
  list-style: decimal;
}

@media (max-width: 1199px) {
  .product-tab .tab-content.current .rte {
    padding: 30px 0 60px 0;
  }
}

.product-tab .content_extab.current {
  padding: 20px 15px;
  background: #fff;
  border: solid 1px #ebebeb;
  border-top: 0px;
}

.product-tab .content_extab.current .rte {
  padding: 0px 0px;
}

.product-tab .content_extab.current .rte img {
  max-width: 100%;
}

.product-tab .content_extab.current .rte ol,
.product-tab .content_extab.current .rte ul {
  padding-left: 20px;
}

@media (min-width: 300px) {
  .product-tab .content_extab.current .rte {
    color: #000;
    font-family: Tahoma, Verdana, 'Segoe UI', Geneva, sans-serif;
    font-size: 1.7rem;
    width: 100%;
  }

  .product-tab .content_extab.current .rte img {
    max-width: 100%;
  }
}

.content_extab {
  opacity: 0;
  visibility: hidden;
  height: 0;
  overflow: hidden;
}

.content_extab.current {
  opacity: 1;
  visibility: visible;
  height: auto;
}

/*Responsive tab product*/
/*Module sp ben phai*/
@media (max-width: 991px) {
  .module_best_sale_product {
    margin: 0 15px;
  }
}

.module_best_sale_product .title_module_ {
  border-bottom: 1px solid #e5e5e5;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  background: #008545;
}

.module_best_sale_product .title_module_ .title {
  font-size: 24px;
  line-height: 40px;
  text-transform: uppercase;
  color: #fff;
  padding: 3px 22px;
  margin: 0px;
  font-weight: 400;
}

.module_best_sale_product .title_module_ .title a {
  text-decoration: none;
  color: #fff;
}

.module_best_sale_product .sale_off_today {
  border: 1px solid #e5e5e5;
  border-top: none;
}

/*End*/
/*Fix contentpage*/
.content-page {
  min-height: 400px;
}

.content-page.rte {
  color: #000;
  font-family: Tahoma, Verdana, 'Segoe UI', Geneva, sans-serif;
  font-size: 1.7rem;
}

.content-page ul,
.content-page ol {
  padding-left: 20px;
}

/**************************Modal chon size********************************/
.op_login.op_login_true {
  content: " ";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 99999;
}

/*toolbar*/
.toolbar {
  position: fixed;
  width: 58px;
  right: 30px;
  text-align: center;
  top: 30%;
  z-index: 99999;
}

.toolbar .inner {
  position: relative;
}

.toolbar .inner .toolbar_a {
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-bottom: 10px;
  line-height: 60px;
  text-align: center;
  position: relative;
  border: solid 3px #fff;
}

.toolbar .inner .toolbar_a .fa,
.toolbar .inner .toolbar_a .fab {
  font-size: 24px;
  color: #fff;
  line-height: 46px;
  width: 55px;
  height: 55px;
  border-radius: 50%;
}

.toolbar .inner .toolbar_a span {
  display: inline-block;
  min-width: 100px;
  line-height: 34px;
  background: #2daaff;
  color: #fff;
  padding: 0 15px;
  border-radius: 28px;
  top: 11px;
  left: -105px;
  position: absolute;
  display: none;
}

.toolbar .inner .toolbar_a.mail {
  background: #008545;
}

.toolbar .inner .toolbar_a.phone {
  background: #92c5f1;
}

.toolbar .inner .toolbar_a.face {
  background: #142e51;
}

.toolbar .inner .toolbar_a:hover {
  background: #2daaff;
  border-color: #ffebe8;
}

.toolbar .inner .toolbar_a:hover span {
  display: block;
}

@media (max-width: 767px) {
  .wrap_youtube_modal iframe {
    width: 100% !important;
    height: auto !important;
    max-width: 100%;
    margin: 0 auto;
  }
}

#myModalYoutube .modal-dialog .modal-content {
  background: transparent !important;
  padding: 0;
  box-shadow: none;
  border: none;
}

#myModalYoutube .modal-dialog .modal-content iframe {
  width: 100%;
  border: none !important;
}

/**************************Modal DV********************************/
.op_login.op_login_true {
  content: " ";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 99999;
}

#datlich_thanhcong {
  padding-right: 0px !important;
}

#datlich_thanhcong .wrap-modal-dv {
  background: #fff;
  padding: 0px 20px 20px;
  text-align: center;
  border-radius: 25px;
}

#datlich_thanhcong .wrap-modal-dv .modal-content {
  box-shadow: none;
  border: none;
}

#datlich_thanhcong .wrap-modal-dv .modal-title {
  z-index: 999;
}

#datlich_thanhcong .wrap-modal-dv .title_module_main {
  width: 100%;
  float: left;
}

#datlich_thanhcong .wrap-modal-dv .modalbox h2 {
  font-size: 16px;
  padding: 0;
  margin: 0;
}

#datlich_thanhcong .wrap-modal-dv .button_custome_35 {
  font-family: "Roboto", "HelveticaNeue", "Helvetica Neue", sans-serif;
  background: #008545;
  height: 40px;
  line-height: 40px;
  border-radius: 0;
  font-size: 14px;
  font-weight: 700;
  border: none;
  box-shadow: none;
  color: #fff;
  padding: 0 20px;
  border-radius: 40px;
}

#datlich_thanhcong .wrap-modal-dv .button_custome_35:hover {
  background: #2daaff;
}

.modal_dichvu {
  width: 810px;
  border-radius: 15px;
  padding: 0px;
  height: auto;
  position: fixed;
  z-index: 99999;
  display: none;
  background: #fff;
  overflow: hidden;
  top: 20%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -os-transform: translateX(-50%);
  padding: 20px 0 40px;
}

@media (min-width: 544px) and (max-width: 767px) {
  .modal_dichvu {
    width: 400px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .modal_dichvu {
    top: 5% !important;
    width: 500px;
  }
}

@media (max-width: 543px) {
  .modal_dichvu {
    width: 280px;
  }
}

@media (max-width: 767px) {
  .modal_dichvu {
    top: 5px !important;
  }
}

.modal_dichvu .closed_dichvu {
  position: absolute;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  font-size: 16px;
  color: #fff;
  top: 0;
  right: 0;
  z-index: 999;
}

.modal_dichvu .closed_dichvu:hover {
  cursor: pointer;
}

.modal_dichvu .wrap_title {
  padding: 0 0;
  width: 100%;
  float: left;
  padding-bottom: 0px;
  margin-bottom: 10px;
  text-align: center;
  color: #282828;
}

@media (max-width: 767px) {
  .modal_dichvu .wrap_title {
    padding: 0 5px;
  }
}

.modal_dichvu .title_module_main {
  line-height: 40px;
}

@media (max-width: 767px) {
  .modal_dichvu .title_module_main {
    margin-top: 10px !important;
    line-height: 22px;
  }
}

.modal_dichvu .title_module_main h2 {
  font-size: 24px;
  color: #282828;
  line-height: 40px;
  margin-bottom: 0;
  padding-bottom: 0;
  font-weight: 700;
  font-family: "Roboto", "HelveticaNeue", "Helvetica Neue", sans-serif;
}

@media (max-width: 767px) {
  .modal_dichvu .title_module_main h2 {
    line-height: 22px;
    font-size: 18px;
    margin-bottom: 10px;
  }
}

.modal_dichvu .title_module_main h2 span {
  color: #282828;
}

.modal_dichvu .title_module_main p {
  font-family: "Roboto", "HelveticaNeue", "Helvetica Neue", sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: #696d74;
  line-height: 16px;
  margin-bottom: 20px;
}

.modal_dichvu .wrap_modal_dichvu {
  width: 100%;
  overflow: hidden;
}

.modal_dichvu .wrap_modal_dichvu .wrap_inner_dichvu {
  width: 100%;
  overflow: hidden;
  padding: 0 35px;
  position: relative;
}

@media (max-width: 767px) {
  .modal_dichvu .wrap_modal_dichvu .wrap_inner_dichvu {
    padding: 0 15px;
  }
}

.modal_dichvu .wrap_modal_dichvu .wrap_inner_dichvu .wrap_content_innert .row_custome {
  margin: 0 -7px;
}

.modal_dichvu .wrap_modal_dichvu .wrap_inner_dichvu .wrap_content_innert .row_custome .col_custome {
  padding: 0 7px;
}

.modal_dichvu .wrap_modal_dichvu .wrap_inner_dichvu form .title_module_main p {
  color: #333;
}

.modal_dichvu .wrap_modal_dichvu .wrap_inner_dichvu form input {
  height: 50px;
  border-radius: 50px;
  line-height: 50px;
}

.modal_dichvu .wrap_modal_dichvu .wrap_inner_dichvu form input,
.modal_dichvu .wrap_modal_dichvu .wrap_inner_dichvu form textarea {
  font-family: 'Roboto', sans-serif;
  position: relative;
  padding: 0 25px;
  font-size: 14px;
  font-weight: 400;
  color: #696d74;
}

@media (max-width: 767px) {

  .modal_dichvu .wrap_modal_dichvu .wrap_inner_dichvu form input,
  .modal_dichvu .wrap_modal_dichvu .wrap_inner_dichvu form textarea {
    margin-bottom: 10px;
  }
}

.modal_dichvu .wrap_modal_dichvu .wrap_inner_dichvu form textarea {
  padding-top: 15px;
  border-radius: 25px;
  height: 170px;
}

@media (max-width: 767px) {
  .modal_dichvu .wrap_modal_dichvu .wrap_inner_dichvu form textarea {
    height: 50px;
    min-height: auto;
  }
}

.modal_dichvu .wrap_modal_dichvu .wrap_inner_dichvu form .peoples,
.modal_dichvu .wrap_modal_dichvu .wrap_inner_dichvu form .dates {
  position: relative;
}

.modal_dichvu .wrap_modal_dichvu .wrap_inner_dichvu form .peoples:before,
.modal_dichvu .wrap_modal_dichvu .wrap_inner_dichvu form .dates:before {
  font-family: 'FontAwesome';
  position: absolute;
  right: 30px;
  font-size: 14px;
  color: #282828;
  top: 10px;
  z-index: 1;
}

.modal_dichvu .wrap_modal_dichvu .wrap_inner_dichvu form .peoples:before {
  content: "\f107";
}

.modal_dichvu .wrap_modal_dichvu .wrap_inner_dichvu form .dates:before {
  content: "\f073";
}

.modal_dichvu .wrap_modal_dichvu .wrap_inner_dichvu form .button_custome_35 {
  font-family: "Roboto", "HelveticaNeue", "Helvetica Neue", sans-serif;
  background: #fff;
  height: 45px;
  line-height: 45px;
  border-radius: 45px;
  font-size: 14px;
  font-weight: 400;
  box-shadow: none;
  color: #696d74;
  padding: 0 35px;
  border: solid 1px #ebebeb;
}

.modal_dichvu .wrap_modal_dichvu .wrap_inner_dichvu form .button_custome_35:hover {
  background: #2daaff;
  border-color: #2daaff;
  color: #fff;
}

/*fix responsive search*/
@media (min-width: 1200px) {
  .products-view-gridsss .content_col .col-lg-6:nth-child(2n+1) {
    clear: left;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .products-view-gridsss .content_col .col-md-6:nth-child(2n+1) {
    clear: left;
  }
}

.aside-item {
  width: 100%;
  float: left;
}

.aside_product .title-head:hover a {
  color: #2daaff;
}

.aside_product .list_product_aside {
  width: 100%;
  float: left;
  text-align: left;
}

.aside_product .list_product_aside .wrap_mm {
  width: 100%;
  float: left;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: solid 1px #ebebeb;
}

.aside_product .list_product_aside .wrap_mm:last-child {
  border-bottom: none;
}

.aside_product .list_product_aside .wrap_mm .product-main-list-mini {
  display: block;
  margin-bottom: 0px;
}

.aside_product .list_product_aside .wrap_mm .product-main-list-mini .product-thumbnail {
  width: 100px;
}

.aside_product .list_product_aside .wrap_mm .product-main-list-mini .product-thumbnail .image_thumb {
  padding: 0;
  height: unset !important;
  display: block;
  text-align: center;
}

.aside_product .list_product_aside .wrap_mm .product-main-list-mini .product-bottom {
  width: calc(100% - 100px);
  -webkit-width: calc(100% - 100px);
  -moz-width: calc(100% - 100px);
  -o-width: calc(100% - 100px);
  -os-width: calc(100% - 100px);
  padding: 0 10px;
  text-align: left;
}

.aside_product .list_product_aside .wrap_mm .product-main-list-mini .product-bottom h3 {
  margin: 0 0 0px;
  text-overflow: unset;
  overflow: unset;
  white-space: unset;
  font-size: 14px;
  text-align: left;
  height: auto;
}

.aside_product .list_product_aside .wrap_mm .product-main-list-mini .product-bottom .price-box {
  margin-bottom: 0;
}

.aside_product .list_product_aside .wrap_mm .product-main-list-mini .product-bottom .price-box .special-price {
  font-size: 14px;
  color: #ff2d37;
  font-weight: 700;
  margin-right: 7px;
}

.aside_product .list_product_aside .wrap_mm .product-main-list-mini .product-bottom .price-box .old-price {
  color: #8d90a6;
  text-decoration: line-through;
  font-size: 14px;
}
