@charset "UTF-8";
/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/
/*************** ADD CUSTOM CSS HERE.   ***************/
#wrapper, #main {
  background-color: #262c33;
}

.is-divider {
  display: none;
}

#search-lightbox .searchform input[type='search'] {
  border-radius: 50px 0 0 50px;
}

#search-lightbox .searchform button.submit-button {
  border-radius: 0 50px 50px 0;
  padding: 0 30px;
}

.color-primary {
  color: #f5a623;
}

.color-secondary {
  color: black;
}

.nav-pagination > li > span,
.nav-pagination > li > a {
  border-radius: 0;
  border: 2px solid #00000020;
  background: white;
  font-weight: normal;
  font-size: 1rem;
}

i.fas {
  font-family: 'Font Awesome 5 Free';
  font-weight: bold;
  font-style: inherit;
}

.btn-download-document {
  width: 100%;
  margin: 10px 0;
}

.box-lien-he-lai .button {
  margin-bottom: 0;
}

.box-lien-he-lai input[type=submit] {
  width: 100%;
}

.box-contact {
  background-color: aliceblue;
  border: 1px solid aliceblue;
}

.box-contact::after {
  -webkit-transition-delay: 500ms;
  content: "";
  display: inline-block;
  bottom: -15px;
  height: 15px;
  background-color: #faa80a;
  position: absolute;
  left: 50%;
  width: 85%;
  -webkit-transform: translateX(-50%) scaleX(0);
  -khtml-transform: translateX(-50%) scaleX(0);
  transform: translateX(-50%) scaleX(0);
  opacity: 0;
  -webkit-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  -webkit-transition-delay: .2s;
  transition-delay: .2s;
}

.box-contact:hover {
  border-color: #f5a623;
}

.box-contact:hover::after {
  -webkit-transform: translateX(-50%) scaleX(1);
  -khtml-transform: translateX(-50%) scaleX(1);
  transform: translateX(-50%) scaleX(1);
  opacity: 1;
}

.icon-box-left {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

form {
  margin-bottom: 0;
}

input[type='email'], input[type='date'], input[type='search'], input[type='number'], input[type='text'], input[type='tel'], input[type='url'], input[type='password'], textarea, select, .select-resize-ghost, .select2-container .select2-choice, .select2-container .select2-selection {
  -webkit-box-shadow: none;
          box-shadow: none;
}

input[type='email']:focus, input[type='date']:focus, input[type='search']:focus, input[type='number']:focus, input[type='text']:focus, input[type='tel']:focus, input[type='url']:focus, input[type='password']:focus, textarea:focus, select:focus, .select-resize-ghost:focus, .select2-container .select2-choice:focus, .select2-container .select2-selection:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.form-flat input:not([type=submit]), .form-flat select, .form-flat .textarea, .form-flat input {
  border-radius: 0;
}

input[type='submit'] {
  width: 100%;
}

.wpcf7-spinner {
  display: none;
}

.searchform .button.icon {
  padding: 0 20px;
}

#header .header-nav-main.nav-right .header-search a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 99px;
  background-color: black;
  height: 50px;
  width: 50px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.hotline_header {
  background-color: #f5a623;
  height: 85px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 20px;
  color: white;
}

.hotline_header h3 {
  color: white;
}

.logo-center .flex-left .nav-left {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.logo-center .flex-right .nav-right {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.logo-center .show-for-medium.flex-left .nav-left {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.logo-center .show-for-medium.flex-right .nav-right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

#footer {
  font-size: 0.9em;
}

#footer ul {
  list-style: none;
  margin-bottom: 0;
}

#footer ul li {
  margin-left: 0;
}

#footer .col-inner > .img {
  margin-bottom: 0;
}

#footer a.back-to-top {
  border-color: transparent !important;
  background-color: rgba(0, 0, 0, 0.6) !important;
  bottom: 45px;
  border-radius: 99px;
  width: 30px;
  height: 30px;
  color: white;
}

#footer a.back-to-top:hover {
  opacity: 1;
}

#footer a.back-to-top i.icon-angle-up {
  top: -5.5px;
}

#footer a.back-to-top i.icon-angle-up::before {
  content: "↑";
  cursor: pointer;
  text-align: center;
  line-height: 30px;
  font-size: 18px;
}

#footer a:hover {
  color: #f5a623;
}

#footer .is-divider {
  display: block;
  margin-top: 5px;
}

.xem-them a {
  font-weight: bold;
  cursor: pointer;
}

.xem-them a::after {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 5px solid black;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  margin: 0 0 0 5px;
  position: relative;
  top: -2px;
}

.absolute-footer {
  display: none;
  padding: 10px 0;
}

.absolute-footer > .container {
  max-width: 100% !important;
  margin: auto;
  font-size: 10px;
  color: #999;
  text-align: center;
}

.chat-online {
  position: fixed;
  bottom: 100px;
  right: 16px;
  z-index: 1;
  width: 66px;
  height: 66px;
  color: #ffffff;
  background: black;
  border: 3px solid #ffffff;
  border-radius: 55px;
  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-box-shadow: 0 0 17px #32323280;
          box-shadow: 0 0 17px #32323280;
}

.chat-online img {
  width: 34px;
}

.post-sidebar {
  border-left: none !important;
  padding: 0 !important;
}

.post-sidebar aside.widget {
  padding: 30px 20px;
  overflow: hidden;
  background-color: #f7f7f7;
}

.post-sidebar aside.widget .post_comments {
  display: none;
}

.post-sidebar aside.widget .recent-blog-posts a {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.3em;
}

.post-sidebar aside.widget .is-divider {
  display: block;
  background-color: black;
}

.post-sidebar .related_posts_by_taxonomy .gallery-icon {
  position: relative;
  width: 70px;
  display: block;
  float: left;
  overflow: hidden;
  margin-right: 10px;
  margin-top: 5px;
}

.post-sidebar .related_posts_by_taxonomy img.attachment-thumbnail.size-thumbnail {
  width: 100%;
  top: 0;
  left: 0;
}

.post-sidebar .related_posts_by_taxonomy .gallery-caption {
  text-align: left;
}

.post-sidebar .related_posts_by_taxonomy .gallery-caption a {
  display: block;
  overflow: hidden;
  height: 3.2rem;
  font-weight: 500;
}

.post-sidebar .related_posts_by_taxonomy time.rpbt-post-date:before {
  content: '\f073';
  font-family: 'FontAwesome';
  margin-right: 5px;
}

.post-sidebar .flatsome_recent_posts .badge {
  height: 4em;
  width: 6em;
}

.tagcloud {
  padding: 10px 0;
}

.tagcloud .tag-cloud-link {
  border-radius: 0;
  padding: 2px 10px;
}

.tagcloud .tag-cloud-link:hover {
  background-color: #f5a623;
  color: white;
}

aside.widget h3.widget-title, aside.widget span.widget-title {
  letter-spacing: unset;
}

aside.widget .is-divider {
  display: none;
}

aside.widget h5.post-title {
  font-weight: normal;
  text-align: justify;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

aside.widget ul.product_list_widget li {
  padding: 10px 0 5px 120px;
  min-height: 120px;
}

aside.widget ul.product_list_widget li img {
  width: 100px;
  height: 100px;
}

aside.widget ul.product_list_widget li a {
  color: black;
}

aside.widget > ul > li + li {
  border-top: none;
}

.from_the_blog_comments {
  color: initial;
  text-transform: unset;
  font-size: 0.9em;
}

.from_the_blog_comments::before {
  content: '';
  width: 15px;
  height: 15px;
  background: url("data:image/png;base64,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") no-repeat center;
  display: inline-block;
  vertical-align: middle;
}

.widget_categories li.cat-item a::before {
  content: "\f345";
  font-family: dashicons;
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
  margin-top: -5px;
  -webkit-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
}

.widget_categories li.cat-item:hover a {
  padding-left: 14px;
  -webkit-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
}

#mega-menu-wrap-primary #mega-menu-primary {
  white-space: nowrap !important;
}

@media (min-width: 850px) and (max-width: 1280px) {
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    padding: 0 2px;
    font-size: 14px;
  }
}

rs-arrow.tp-leftarrow.tparrows.metis {
  width: 40px !important;
  height: 40px !important;
  line-height: 40px !important;
  padding: 0 !important;
  background: #f5a623 !important;
}

rs-arrow.tp-rightarrow.tparrows.metis {
  background: black !important;
}

.dns_custom_button_1:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: initial;
  border: 2px solid #f5a623;
  position: absolute;
  top: 10px;
  left: 10px;
  opacity: 1;
  -webkit-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
}

.dns_custom_button_1:hover::before {
  top: 0;
  left: 0;
}

.text-center .button:last-of-type,
.text-right .button:last-of-type {
  margin-right: unset;
}

.text-center .button:first-of-type {
  margin-left: unset;
}

.dns_custom_button_2 {
  line-height: 53px;
  padding-left: 32px;
  padding-right: 32px;
  background-color: #141414 !important;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  display: inline-block;
  position: relative;
  -webkit-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  border: none;
}

.dns_custom_button_2:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: initial;
  border: 2px solid #f5a623;
  position: absolute;
  top: 10px;
  left: 10px;
  opacity: 1;
  -webkit-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
}

.dns_custom_button_2:hover {
  color: #fff;
  text-decoration: none;
}

.dns_custom_button_2:hover::before {
  top: 0;
  left: 0;
}

.img-gioi-thieu {
  border-radius: 50px 0 0 0;
}

.box_dich_vu .icon-box-text .uppercase {
  text-transform: unset;
  letter-spacing: unset;
}

.slider-testimonial .flickity-slider > div.box-testimonial {
  width: 33.33%  !important;
  padding: 10px 15px;
}

.slider-testimonial .flickity-slider > div.box-testimonial .custom-testimonial {
  background-color: #f3f3f3;
  margin-top: 45px;
  position: relative;
}

.slider-testimonial .flickity-slider > div.box-testimonial .custom-testimonial:hover .icon-box-text.item-back {
  opacity: 1;
  -webkit-transform: scaleY(1);
  -khtml-transform: scaleY(1);
  transform: scaleY(1);
  opacity: 1;
  -webkit-transition-delay: .12s;
  transition-delay: .12s;
}

.slider-testimonial .flickity-slider > div.box-testimonial .custom-testimonial:hover .icon-box-text.item-back::after {
  -webkit-transform: translateX(-50%) scaleX(1);
  -khtml-transform: translateX(-50%) scaleX(1);
  transform: translateX(-50%) scaleX(1);
  opacity: 1;
}

.slider-testimonial .flickity-slider > div.box-testimonial .custom-testimonial:hover .icon-box-text .star-rating {
  margin-bottom: 20px;
}

.slider-testimonial .flickity-slider > div.box-testimonial .testimonial-image {
  top: -45px;
  margin-bottom: -30px;
  z-index: 1;
  padding: 10px;
  background-color: white;
}

.slider-testimonial .flickity-slider > div.box-testimonial .testimonial-image img {
  width: 80px;
  height: 80px;
}

.slider-testimonial .flickity-slider > div.box-testimonial .icon-box-text {
  height: 100%;
  min-height: 250px;
  padding: 0 25px 45px;
}

.slider-testimonial .flickity-slider > div.box-testimonial .icon-box-text.item-back {
  background-color: black;
  color: white;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding-top: 75px;
  opacity: 0;
  -webkit-transform: scaleY(0);
  -khtml-transform: scaleY(0);
  transform: scaleY(0);
  transform-origin: top center;
  -webkit-transform-origin: top center;
  -webkit-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
}

.slider-testimonial .flickity-slider > div.box-testimonial .icon-box-text.item-back::after {
  -webkit-transition-delay: 500ms;
  content: "";
  display: inline-block;
  bottom: -15px;
  height: 15px;
  background-color: #f5a623;
  position: absolute;
  left: 50%;
  width: 85%;
  -webkit-transform: translateX(-50%) scaleX(0);
  -khtml-transform: translateX(-50%) scaleX(0);
  transform: translateX(-50%) scaleX(0);
  opacity: 0;
  -webkit-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  -webkit-transition-delay: .42s;
  transition-delay: .42s;
}

.slider-testimonial .flickity-slider > div.box-testimonial .icon-box-text .item-icon {
  line-height: 1;
  position: absolute;
  top: 0;
  left: 40px;
  top: -15px;
  font-weight: 400;
  width: 31px;
  height: 24px;
  text-align: center;
}

.slider-testimonial .flickity-slider > div.box-testimonial .icon-box-text .item-icon svg {
  fill: #faad18;
  overflow: visible;
}

.slider-testimonial .flickity-slider > div.box-testimonial .icon-box-text .star-rating {
  margin-bottom: 20px;
}

.slider-testimonial .flickity-slider > div.box-testimonial .testimonial-meta {
  font-size: 22px;
}

@media (max-width: 849px) {
  .slider-testimonial .flickity-slider > div.box-testimonial {
    width: 100%  !important;
  }
}

.home_news .post-item .col-inner {
  -webkit-box-shadow: 0 8px 13px #0c0c0c0d;
          box-shadow: 0 8px 13px #0c0c0c0d;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.home_news .post-item .col-inner:hover {
  -webkit-box-shadow: 0 8px 33px #0c0c0c1a;
          box-shadow: 0 8px 33px #0c0c0c1a;
}

.home_news .post-item .col-inner .box-text {
  position: relative;
  padding-bottom: 50px;
  background-color: white;
}

.home_news .post-item .col-inner .box-text .cat-label {
  position: absolute;
  top: -20px;
  left: 30px;
  display: inline-block;
  padding: 5px 15px;
  border-radius: 25px;
  color: #fff;
  background-color: #f5a623;
  display: inline-block;
  padding: 0px 15px;
  font-size: 16px;
  opacity: 1;
  text-transform: unset;
  letter-spacing: unset;
  font-weight: normal;
  height: 35px;
  line-height: 35px;
}

.home_news .post-item .col-inner .box-text .post-title {
  padding: 15px 30px;
}

.home_news .post-item .col-inner .box-text .is-divider {
  display: block;
  height: 1px;
  width: 100%;
  max-width: 100%;
  background-color: #e7e7e7;
}

.home_news .post-item .col-inner .box-text button {
  display: inline-block;
  position: absolute;
  right: 12px;
  margin-top: 5px;
  background-color: #ededed !important;
  border-radius: 2px;
  padding: 0px 15px;
}

.home_news .post-item .col-inner .box-text button::after {
  content: "";
  background: #fff;
  -webkit-transition: all .8s;
  transition: all .8s;
  position: absolute;
  height: 120%;
  width: 15px;
  opacity: .2;
  left: -35%;
  top: -10%;
  transform: rotate(0);
  -moz-transform: rotate(0);
  -webkit-transform: rotate(0);
  -o-transform: rotate(0);
}

.home_news .post-item .col-inner .box-text button:hover {
  background-color: #f5a623 !important;
  color: white;
}

.home_news .post-item .col-inner .box-text button:hover::after {
  left: 130%;
}

.home_news .post-item .col-inner .box-text .post-title {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 4.8rem;
  line-height: 1.8rem;
  margin-bottom: 0;
}

.home_news .post-item .col-inner .box-text .post-meta {
  display: inline-block;
  position: absolute;
  left: 30px;
  bottom: 16px;
  opacity: 1;
  font-size: 16px;
}

.home_news .post-item .col-inner .box-text .post-meta::before {
  content: "";
  background-image: url("/wp-content/themes/flatsome-child/assets/img/icon-date.png");
  width: 25px;
  height: 25px;
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.portfolio-archive .page-title {
  background-color: #262c33;
  border: none;
}

.portfolio-archive .page-title h1 {
  color: #f5a623;
}

.portfolio-archive .breadcrumbs {
  color: white;
}

.portfolio-single-page .page-title {
  background-color: #262c33;
  border: none;
}

.portfolio-single-page .page-title h1 {
  color: #f5a623;
}

.portfolio-single-page .breadcrumbs {
  color: white;
}

.portfolio-top {
  margin-top: 30px;
  margin-bottom: 30px;
}

.project-info {
  background-color: #1f2225;
}

article {
  background-color: white;
}

article .article-inner {
  border: 1px solid #ececec;
  overflow: hidden;
}

article .entry-category {
  text-transform: unset;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  font-weight: bold;
  border-bottom: 1px solid #ececec;
}

article .entry-category a {
  padding: 3px 10px;
  background-color: black;
  border-radius: 3px;
  width: auto;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  opacity: 1;
  height: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  color: #fff;
  padding: 5px 20px;
  margin-bottom: .5em;
  margin-right: .5em;
}

article .entry-category a:last-of-type {
  margin-right: 35px;
}

article .entry-category a:hover {
  background-color: #f5a623;
}

article .entry-category .entry-date {
  font-weight: bold;
}

article .entry-category .entry-meta {
  font-size: 16px;
  padding-bottom: 10px;
  display: inline-block;
}

article .entry-category .entry-meta span.byline {
  display: none;
}

article .entry-category .entry-meta .posted-on::before {
  content: "";
  background-image: url("/wp-content/themes/flatsome-child/assets/img/icon-date.png");
  width: 25px;
  height: 25px;
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

article .entry-category > * {
  margin-right: 35px;
}

article .entry-header-text {
  padding: 40px 30px;
  padding-bottom: 10px;
}

article .entry-content {
  padding: 40px 30px;
  padding-top: 10px;
}

article .entry-content a.more-link {
  border-radius: 99px;
  background-color: #f5a623;
  color: white;
  padding: 5px 20px;
  text-transform: unset;
  font-size: 16px;
  position: relative;
}

article .entry-content a.more-link:hover {
  background-color: black;
  border-color: black;
}

article .entry-content a.more-link:hover::after {
  left: 130%;
}

article .entry-content a.more-link::after {
  content: "";
  background: #fff;
  -webkit-transition: all .5s;
  transition: all .5s;
  position: absolute;
  height: 120%;
  width: 15px;
  opacity: .2;
  left: -35%;
  top: -10%;
  transform: rotate(15deg);
  -moz-transform: rotate(15deg);
  -webkit-transform: rotate(15deg);
  -o-transform: rotate(15deg);
}

article footer.entry-meta {
  padding: 10px 30px;
  border-bottom: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
}

article footer.entry-meta > * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

article footer.entry-meta .social-icons {
  margin-left: 5px;
}

article footer.entry-meta .social-icons > a.button.icon:not(.is-outline) {
  margin-bottom: 0;
  height: 30px;
  width: 30px;
  line-height: 30px;
  background-color: #f5a623 !important;
  border-color: #f5a623 !important;
}

article footer.entry-meta .blog-share {
  margin-left: auto;
}

article footer.entry-meta .dsn_tag_list a {
  display: inline-block;
  padding: 0 10px;
  line-height: 30px;
  background-color: #fff;
  border: 1px solid rgba(2, 0, 51, 0.2);
  color: #000;
  text-transform: capitalize;
  font-size: 16px;
  border-radius: 2px;
  margin: 5px 0 5px 5px;
  letter-spacing: .01em;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

article footer.entry-meta .dsn_tag_list a::after {
  content: "";
  background: #fff;
  -webkit-transition: all .8s;
  transition: all .8s;
  position: absolute;
  height: 120%;
  width: 15px;
  opacity: .2;
  left: -35%;
  top: -10%;
  transform: rotate(15deg);
  -moz-transform: rotate(15deg);
  -webkit-transform: rotate(15deg);
  -o-transform: rotate(15deg);
}

article footer.entry-meta .dsn_tag_list a:hover {
  background-color: black;
  border-color: black;
  color: white;
}

article footer.entry-meta .dsn_tag_list a:hover::after {
  left: 130%;
}

@media (max-width: 849px) {
  article footer.entry-meta .blog-share {
    margin-left: unset;
    margin-top: 10px;
  }
}

.from_the_blog_excerpt, .from_the_blog_comments {
  padding: 15px 30px;
}

.page-title {
  color: #f5a623;
}

.blog-single .entry-header .badge {
  display: none;
}

.blog-single h1.entry-title {
  margin-bottom: 0;
}

.blog-single .entry-content {
  background-color: white;
  color: black;
}

.blog-single .bai-cung-chuyen-muc .cat-label {
  background-color: #f5a623;
  color: white;
  opacity: 1;
  text-transform: initial;
  padding: 3px 6px 4px;
  font-size: 12px;
  border-radius: 0;
  position: absolute;
  top: -21px;
  margin: 0;
}

.blog-single .danh-muc {
  margin-bottom: 15px;
}

.blog-single .danh-muc span.title,
.blog-single .the-tim-kiem span.title {
  background: #f5a623;
  padding: 4px 10px;
  color: white;
  margin-right: 5px;
  position: relative;
}

.blog-single .danh-muc span.title::after,
.blog-single .the-tim-kiem span.title::after {
  border-width: 5px;
  border-color: transparent transparent transparent #f5a623;
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  left: 100%;
  width: 0;
  height: 0;
  border-style: solid;
}

.blog-single .danh-muc a, .blog-single .the-tim-kiem a {
  margin-bottom: 10px;
  padding: 4px 10px;
  background: #ededed;
  color: #272727;
}

.blog-single .danh-muc a:hover, .blog-single .the-tim-kiem a:hover {
  background: black;
  color: white;
}

.blog-single #comments .commentlist li .avatar, .blog-single #comments .comment-list li .avatar {
  border-radius: 0;
  width: 25px;
  height: 25px;
  background-image: none;
  background-color: #ccc;
  margin-right: 7px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 26px;
  font-style: normal;
}

.blog-single #comments cite.strong.fn {
  font-style: normal;
}

.blog-single #comments .says {
  display: none;
}

.blog-single #comments ul.children li.comment {
  margin-left: 0 !important;
  display: block;
  margin-top: 5px;
  position: relative;
  background: #f1f1f1;
  border: 1px solid #e7e7e7;
  padding: 15px 10px;
  font-size: 14px;
  color: #333;
  margin-left: 30px;
}

.blog-single #comments ul.children li.comment::before {
  bottom: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: #e7e7e7;
  border-width: 12px;
  margin-left: -1px;
}

.blog-single #comments ul.children li.comment::after {
  bottom: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: #f1f1f1;
  border-width: 11px;
}

.share-single-post {
  margin-top: 15px;
  margin-bottom: 20px;
}

.share-single-post a.icon {
  margin: 0 4px 4px 0;
  height: 30px;
  min-width: 40px;
  line-height: 30px;
  border: 1px solid #e9e9e9;
  padding: 0px 10px;
  border-radius: 4px;
  display: inline-block;
  font-size: 1em;
  -webkit-box-shadow: 0px 2px 2px #00000014;
          box-shadow: 0px 2px 2px #00000014;
}

.share-single-post a.icon:hover {
  -webkit-box-shadow: 0px 2px 2px #00000030;
          box-shadow: 0px 2px 2px #00000030;
  -webkit-transition: -webkit-box-shadow 200ms ease-in;
  transition: -webkit-box-shadow 200ms ease-in;
  transition: box-shadow 200ms ease-in;
  transition: box-shadow 200ms ease-in, -webkit-box-shadow 200ms ease-in;
}

.share-single-post a.facebook::after {
  content: " Facebook";
}

.share-single-post a.twitter::after {
  content: " Twitter";
}

.share-single-post a.pinterest::after {
  content: " Pinterest";
}

.share-single-post .share-icons-title {
  color: #444;
  border: 1px solid #e9e9e9;
  border-radius: 4px;
  padding-left: 10px;
  line-height: 28px;
  height: 30px;
  display: inline-block;
  margin-right: 10px;
  position: relative;
  font-size: 1em;
  font-weight: normal;
  -webkit-box-shadow: 0px 2px 2px #00000014;
          box-shadow: 0px 2px 2px #00000014;
}

.share-single-post .share-icons-title::before {
  border-width: 6px;
  border-color: transparent transparent transparent #e9e9e9;
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  left: 100%;
  width: 0;
  height: 0;
  border-style: solid;
}

.share-single-post .share-icons-title::after {
  border-width: 5px;
  border-color: transparent transparent transparent #fff;
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  left: 100%;
  width: 0;
  height: 0;
  border-style: solid;
}

.san-pham-lien-quan .product-small.product {
  border: none;
}

.san-pham-lien-quan .product-small.product img.hinh-noi-bat {
  display: none !important;
}

@media (max-width: 849px) {
  .blog-single {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
  }
  .blog-single .col {
    padding: 0;
  }
  .blog-single .row .row:not(.row-collapse) {
    margin-left: 0;
    margin-right: 0;
  }
  .post-sidebar aside.widget {
    padding: 0;
  }
  .post-sidebar .recent-blog-posts-li .mr-half {
    width: 40%;
  }
  .post-sidebar .recent-blog-posts-li .flex-col.flex-grow {
    width: 60% !important;
  }
  .post-sidebar .recent-blog-posts-li .badge {
    height: 6em;
    width: 100%;
  }
  .single-product .page-title-inner {
    padding-left: 10px;
    padding-right: 10px;
  }
  .single-product .product-description {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .single-product .product-right-content {
    padding-left: 0 !important;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .single-product .product-title {
    text-align: left;
  }
  .single-product .product-title .like-share-box {
    float: unset;
  }
  .single-product .product-container {
    padding-left: 10px;
    padding-right: 10px;
  }
  .single-product div#reviews.woocommerce-Reviews .star_box {
    display: block;
  }
  .single-product div#reviews.woocommerce-Reviews .star_box .star_box_left, .single-product div#reviews.woocommerce-Reviews .star_box .star_box_right {
    width: 100%;
  }
  .single-product div#reviews.woocommerce-Reviews .star_box .star-average {
    width: 100%;
  }
  .single-product div#reviews.woocommerce-Reviews .star_box .reviews_bar {
    width: 100%;
    float: unset;
  }
  .single-product div#reviews.woocommerce-Reviews a.btn-reviews-now {
    width: 100%;
  }
  .single-product .related-products-wrapper .row-small > .col {
    padding-left: 0;
    padding-right: 0;
  }
  .bai-cung-chuyen-muc {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

@media only screen and (max-width: 48em) {
  /*************** ADD MOBILE ONLY CSS HERE  ***************/
}
/*# sourceMappingURL=style.css.map */