@charset "UTF-8";
/*
Theme Name: D5907
Description:
Author: UX Themes
Template: flatsome
Version: 3.0
*/
/*************** ADD CUSTOM CSS HERE.   ***************/
.def-bs {
  box-shadow: 1px 0 30px rgba(133, 133, 133, 0.4);
}

.br-10 {
  border-radius: 10px;
  overflow: hidden;
}

section.product-applications .box {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 1px 0 30px rgba(133, 133, 133, 0.4);
  transition: 0.6s ease;
}
section.product-applications .box .box-text h1, section.product-applications .box .box-text h2, section.product-applications .box .box-text h3, section.product-applications .box .box-text h4, section.product-applications .box .box-text h5, section.product-applications .box .box-text h6 {
  color: #000;
}
section.product-applications .box a.button.primary {
  border-radius: 5px;
}
section.product-applications .box:hover {
  box-shadow: 1px 0 10px rgba(133, 133, 133, 0.4);
}

section.news .box .box-image {
  border: 1px solid #F1F1F1;
  border-radius: 10px;
  overflow: hidden;
}

section.our-associates .flickity-page-dots {
  bottom: 0;
}

/*Nut goi dien thoai*/
.call-now {
  left: 0;
  bottom: 25px;
  height: 50px;
  min-width: 200px;
  position: fixed;
  background-color: #70c130;
  border-radius: 0 25px 25px 0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.8);
  z-index: 998;
}

.call-now .btn-call-now i {
  position: absolute;
  color: #70c130;
  background-color: #fff;
  font-size: 35px;
  right: 0;
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #70c130;
}

.call-now .btn-call-now p {
  color: #fff;
  font-size: 14px;
  min-width: 150px;
  text-align: center;
  vertical-align: middle;
  display: inline-block;
}

.call-now .btn-call-now strong {
  display: block;
  font-size: 18px;
}

/*end nut goi*/
.div-text-trai p strong {
  font-weight: bold !important;
}

.div-phai p {
  display: none;
}

.div-phai .icon-box-text p {
  display: block !important;
}

.is-divider {
  display: none;
}

.blog-archive .box-text .post-title {
  min-height: 57px;
}

.blog-archive .box-text .from_the_blog_excerpt {
  min-height: 60px;
}

.sidebar-wrapper ul li a {
  color: #905d2f;
}

ul#menu-menu-gioi-thieu li.current-menu-item a {
  color: #70c130 !important;
}

b, strong {
  font-weight: normal;
}

#shop-sidebar .widget-title, .post-sidebar .widget-title {
  color: #70c130;
}

.header-nav-main li a {
  font-weight: normal !important;
  padding-left: 10px;
  padding-right: 10px;
}

h1, h2, h3 {
  color: #905d2f;
}

.product-title a {
  color: #66cc00;
  font-weight: bold;
}

span.amount, .lien-he-price {
  color: red;
  font-weight: bold;
}

.woocommerce-tabs .tab-panels {
  border: 1px solid #f1ead6;
  padding: 25px;
}

.woocommerce-tabs li {
  padding: 0px;
  border: 1px solid #f1ead6;
  margin: 0px !important;
}

.woocommerce-tabs li a {
  padding: 8px 26px;
}

.woocommerce-product-gallery {
  border: 1px solid #f1ead6;
}

.woocommerce-tabs li.active > a {
  background: #70c130;
  color: white;
}

.item-oll.active .line:before {
  height: 51px;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

.item-oll .line:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: url(images/line1.png) center top no-repeat;
}

.item-oll.active .line:after {
  bottom: 0;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

.item-oll .line {
  margin-top: 11px;
  position: relative;
  height: 51px;
}

.item-oll .line:after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -4px;
  background-position: #fff;
  width: 10px;
  height: 10px;
  border: 2px solid #70c130;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.active .border-img-home .doc-item.doc_1 {
  opacity: 1;
  -webkit-transition: all 0.2s linear 0.3s;
  -moz-transition: all 0.2s linear 0.3s;
  -ms-transition: all 0.2s linear 0.3s;
  -o-transition: all 0.2s linear 0.3s;
  transition: all 0.2s linear 0.3s;
}

.border-img-home .doc-item.doc_1 {
  top: 59px;
  left: -24px;
  opacity: 0;
}

.active .border-img-home .doc-item.doc_2 {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.3s cubic-bezier(0.51, 1.75, 0.65, 1.31) 0.5s;
  -moz-transition: all 0.3s cubic-bezier(0.51, 1.75, 0.65, 1.31) 0.5s;
  -ms-transition: all 0.3s cubic-bezier(0.51, 1.75, 0.65, 1.31) 0.5s;
  -o-transition: all 0.3s cubic-bezier(0.51, 1.75, 0.65, 1.31) 0.5s;
  transition: all 0.3s cubic-bezier(0.51, 1.75, 0.65, 1.31) 0.5s;
}

.border-img-home .doc-item.doc_2 {
  top: -1px;
  left: 13px;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

.border-img-home .doc-item {
  position: absolute;
  z-index: 2;
}

.border-img-home {
  max-width: 258px;
  position: relative;
  margin: 0 auto;
}

.border-img-home img.bg {
  position: relative;
  z-index: 10;
  display: block;
}

.gr-avo-24 {
  text-transform: uppercase;
  font-size: 24px;
  color: #905d2f;
  font-family: "Avo", Helvetica, arial, sans-serif;
  margin-bottom: 0px;
}

.item-oll p.tt2 {
  font-family: "Avo-Bold", Helvetica, arial, sans-serif;
  font-size: 33px;
  color: #70c130;
  line-height: 40px;
}

.item-oll p.desc {
  max-width: 250px;
  margin: 12px auto 0;
  min-height: 76px;
}

.item-oll p.tt2 {
  font-weight: bold;
  text-transform: uppercase;
  font-family: "Avo-Bold", Helvetica, arial, sans-serif;
  font-size: 33px;
  color: #70c130;
  line-height: 40px;
  margin-bottom: 0px;
}

.section-giao-dich {
  background: url(images/sky.jpg) center bottom no-repeat;
}

.footer-1 .section {
  padding: 0px;
}

.footer-1 .section .col {
  padding-bottom: 0px;
}

.footer-2 {
  padding-top: 0px;
  border-top: none;
}

.footer-1 {
  margin-bottom: 20px;
  border-top: 1px solid #e2e1dd;
  border-bottom: 1px solid #e2e1dd;
}

.footer-2 .is-divider {
  background: transparent;
  height: 0px;
}

.footer-2 .widget-title {
  color: #905d2f;
}

.footer-1 .section-footer-1 .div-phai .large-4 {
  border-left: 1px solid #e2e1dd;
}

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

/*Màu sắc button*/
.social-button, .social-icons .button.icon:not(.is-outline), .social-icons .button.icon:hover {
  background-color: currentColor !important;
  border-color: currentColor !important;
}

.button.facebook, .button.facebook:not(.is-outline), .button.facebook:hover {
  color: #fff;
  background-color: #446084;
  border-color: #446084;
}

.button.twitter, .button.twitter:not(.is-outline), .button.twitter:hover {
  color: white !important;
  background: #2478ba !important;
  border-color: #2478ba;
}

.button.email, .button.email:not(.is-outline), .button.email:hover {
  color: #fff;
  background-color: black !important;
  border-color: black !important;
}

.button.pinterest, .button.pinterest:not(.is-outline), .button.pinterest:hover {
  color: #fff !important;
  background-color: #cb2320 !important;
  border-color: #cb2320 !important;
}

.button.google-plus, .button.google-plus:not(.is-outline), .button.google-plus:hover {
  color: #fff !important;
  background-color: #dd4e31 !important;
  border-color: #dd4e31 !important;
}

.button.linkedin, .button.linkedin:not(.is-outline), .button.linkedin:hover {
  color: #fff !important;
  background-color: #0072b7 !important;
  border-color: #0072b7 !important;
}

.single-date {
  border-bottom: 1px dashed #ededed;
}

h1.entry-title {
  font-size: 24px !important;
}

/*Kết thúc màu sắc*/
footer.entry-meta {
  border-top: none !important;
  border-bottom: 1px dashed #ececec !important;
}

.entry-content img {
  width: auto !important;
}

.duong-line {
  background: rgba(0, 0, 0, 0) url(images/line.png) repeat scroll 0 0;
  height: 12px;
  margin-top: 5px;
  overflow: hidden;
}

.related-post h7 {
  font-weight: bold;
  font-size: 18px;
  float: left;
  margin: -8px 20px 0 0;
}

section.distribution .icon-box {
  border: 1px solid #F1F1F1;
  margin-bottom: 15px;
  transition: 0.6s ease;
  border-radius: 5px;
  overflow: hidden;
}
section.distribution .icon-box img {
  padding: 0;
}
section.distribution .icon-box .icon-box-text {
  display: flex;
  justify-content: center;
  align-items: center;
}
section.distribution .icon-box:hover {
  box-shadow: 1px 0 30px rgba(131, 131, 131, 0.32);
}

/*# sourceMappingURL=style.css.map */
