/*
Theme Name: Web Khoi Nghiep
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  text-wrap: wrap;
}
/*************** ADD CUSTOM CSS HERE.   ***************/
@font-face {
  font-family: "Pacifico";
  font-style: normal;
  font-weight: 400;
  src: url(fonts/Pacifico.ttf);
}
#billing_address_1_field{
	width:100%;
}
.div-box-border {
  text-align: center;
  border: 5px solid #d7e3d0;
  padding: 60px;
}
.font-style {
  font-size: 60px;
}
.section-cam-xuc .text-cam-xuc {
  font-size: 60px;
}
@keyframes spin1 {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes spin2 {
  0% {
    -webkit-transform: rotate(72deg);
    transform: rotate(72deg);
  }
  100% {
    -webkit-transform: rotate(-288deg);
    transform: rotate(-288deg);
  }
}

@keyframes spin2 {
  0% {
    -webkit-transform: rotate(72deg);
    transform: rotate(72deg);
  }
  100% {
    -webkit-transform: rotate(-288deg);
    transform: rotate(-288deg);
  }
}

@-webkit-keyframes spin3 {
  0% {
    -webkit-transform: rotate(-144deg);
    transform: rotate(-144deg);
  }
  100% {
    -webkit-transform: rotate(216deg);
    transform: rotate(216deg);
  }
}

@keyframes spin3 {
  0% {
    -webkit-transform: rotate(-144deg);
    transform: rotate(-144deg);
  }
  100% {
    -webkit-transform: rotate(216deg);
    transform: rotate(216deg);
  }
}

@-webkit-keyframes spin4 {
  0% {
    -webkit-transform: rotate(216deg);
    transform: rotate(216deg);
  }
  100% {
    -webkit-transform: rotate(-144deg);
    transform: rotate(-144deg);
  }
}

@keyframes spin4 {
  0% {
    -webkit-transform: rotate(216deg);
    transform: rotate(216deg);
  }
  100% {
    -webkit-transform: rotate(-144deg);
    transform: rotate(-144deg);
  }
}

.div-nhan-xet .review-circle {
  width: 270px !important;
  height: 270px !important;
}
.div-nhan-xet .review-circle .circle {
  border: 2px solid #ffffff !important;
}
.review-content .review-icon {
  font-size: 60px;
  line-height: 45px;
  font-family: Pacifico;
}
.title-banner {
  font-size: 63px !important;
  line-height: 120px !important;
}
.div-nhan-xet .review-content {
  padding: 30px;
  margin: auto;
  width: 270px;
  height: 270px;
}
.about-icon .about-circle .circle:nth-child(1) {
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-animation: spin1 6s linear infinite;
  animation: spin1 6s linear infinite;
  border-color: #c7c7c7;
}
.about-icon .about-circle .circle:nth-child(2) {
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-animation: spin2 6s linear infinite;
  animation: spin2 6s linear infinite;
  border-color: #c7c7c7;
}
.about-icon .about-circle .circle:nth-child(3) {
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-animation: spin3 6s linear infinite;
  animation: spin3 6s linear infinite;
  border-color: #c7c7c7;
}
.about-icon .about-circle .circle:nth-child(4) {
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-animation: spin4 6s linear infinite;
  animation: spin4 6s linear infinite;
  border-color: #c7c7c7;
}
.about-icon .about-circle .circle {
  position: absolute;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border: 1px solid transparent;
  border-radius: 92% 110% 132% 88% !important;
}
.about-icon .about-circle {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  margin: 0 auto;
  -webkit-transform: translate3D(-50%, -50%, 0);
  -moz-transform: translate3D(-50%, -50%, 0);
  -ms-transform: translate3D(-50%, -50%, 0);
  -o-transform: translate3D(-50%, -50%, 0);
  transform: translate3D(-50%, -50%, 0);
}
.about-icon img {
  margin-bottom: 0px !important;
}
.about-icon {
  text-align: center;
  position: relative;
}
.div-no-padding {
  padding-bottom: 0px !important;
}
.title-home {
  font-size: 60px;
  text-transform: capitalize;
  color: #000000;
}
.font-style {
  font-family: "Pacifico" !important;
}
/*Nut goi dien thoai*/
.call-now {
  left: 0;
  bottom: 25px;
  height: 50px;
  min-width: 200px;
  position: fixed;
  background-color: var(--primary-color);
  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: var(--primary-color);
  background-color: #fff;
  font-size: 35px;
  right: 0;
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid var(--primary-color);
}
.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;
}

ul#menu-menu-gioi-thieu li.current-menu-item a {
  color: var(--primary-color) !important;
}

#shop-sidebar .widget-title,
.post-sidebar .widget-title {
  color: var(--primary-color);
}
.header-nav-main li a {
  font-weight: normal !important;
  padding-left: 10px;
  padding-right: 10px;
}
.header-nav-main li a i {
}

.product-title a {
  color: var(--primary-color);
  font-weight: bold;
}
span.price a.amount,
span.amount,
.lien-he-price {
  color: red !important;
  font-weight: bold;
}

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

  margin: 0px !important;
}
.woocommerce-tabs li a {
  padding: 8px 26px;
}
.woocommerce-product-gallery {
  border: 1px solid #f1ead6;
}
.woocommerce-tabs li.active > a {
  background: var(--primary-color);
  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 var(--primary-color);
  -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: var(--primary-color);
  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: var(--primary-color);
  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: var(--primary-color);
  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;
}
.back-to-top{
	background-color:var(--primary-color) !important;
	color:#fff !important;
	border-color:var(--primary-color) !important;
}
@media (max-width: 855px) {
  .section-cam-xuc .text-cam-xuc {
    font-size: 40px;
  }
  .home header.transparent .header_logo {
    display: block !important;
  }
  .home header.transparent .header-logo-dark {
    display: none !important;
  }
  .home header.transparent .mobile-nav a {
    color: black !important;
  }
  .title-banner {
    font-size: 23px !important;
    line-height: 20px !important;
  }
  .header.show-on-scroll,
  .header.has-transparent,
  .header.transparent {
    position: relative;
  }
  .div-nhan-xet .about-icon {
    margin-bottom: 20px;
  }
  .section-cam-xuc .banner {
    padding-top: 300px !important;
  }
  .section-cam-xuc .banner .div-box-border {
    width: 88%;
    padding: 26px;
  }
  .font-style {
    font-size: 40px;
  }
  .title-home {
    font-size: 40px;
  }
}
@media only screen and (max-width: 48em) {
  /*************** ADD MOBILE ONLY CSS HERE  ***************/
}
/* .entry-content {
  color: #212529;
  font-size: 15px;
  font-weight: 400;
  line-height: 28px;
} */

.entry-content h2,
.entry-content h3,
.entry-content h4 {
  font-weight: 700;
  color: #333;
  margin-bottom: 15px;
  color: var(--primary-color);
}

.entry-content figure {
  background: #fff;
  border: 1px solid #f0f0f0;
  padding: 5px 3px 10px;
  text-align: center;
}

.entry-content h6 {
  font-size: 15px;
}

.entry-content h5 {
  font-size: 17px;
}

.entry-content h4 {
  font-size: 17px;
}

.entry-content h3 {
  font-size: 18px;
}

.entry-content h2 {
  font-size: 20px;
  line-height: 1.5;
}

.entry-content h1 {
  font-size: 25px;
  font-weight: 700;
  color: #333;
  margin-bottom: 15px;
}

/* .entry-content p {
  color: #333;
  margin-bottom: 15px;
  font-size: 16.5px;
  line-height: 1.6;
} */

.entry-content ul {
  list-style: disc;
  padding-left: 20px;
  padding-bottom: 5px;
}

.entry-content ul li {
  color: #333;
  line-height: 1.5;
  margin-bottom: 10px;
  font-size: 16.5px;
}

.entry-content ul li a {
  color: #007bff;
}

.entry-content ol {
  list-style: decimal;
  padding-left: 18px;
  padding-bottom: 5px;
  font-size: 16.5px;
}

.entry-content ol li {
  color: #333;
  line-height: 1.5;
  margin-bottom: 10px;
  font-size: 16.5px;
}

.entry-content ol li a {
  color: #ff5912;
}

.entry-content a {
  font-weight: 700;
}

.entry-content blockquote {
  background: #f3f3f3;
  color: #868686;
  display: block;
  font-size: 16px;
  line-height: 23px;
  margin: 0 0 20px;
  padding: 15px 20px 15px 45px;
  position: relative;
  text-align: justify;
}

.entry-content blockquote p {
  margin-bottom: 0;
}

.entry-content blockquote:before {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 3px;
  background: var(--primary-color);
  content: "";
}

.entry-content code {
  background: rgba(0, 0, 0, 0.05);
  border-radius: 3px;
  font-size: 0.85rem;
  color: #e83e8c;
  font-size: 15px;
}
.entry-content table {
  width: 100%;
  height: auto;
  overflow: auto;
}

.entry-content table > tbody > tr > td,
.entry-content table > tbody > tr > th,
.entry-content table > tfoot > tr > td,
.entry-content table > tfoot > tr > th,
.entry-content table > thead > tr > td,
.entry-content table > thead > tr > th,
.term-description table > tbody > tr > td,
.term-description table > tbody > tr > th,
.term-description table > tfoot > tr > td,
.term-description table > tfoot > tr > th,
.term-description table > thead > tr > td,
.term-description table > thead > tr > th {
  border: 1px solid #ddd;
  padding: 7px 10px !important;
  font-size: 16.5px !important;
  width: auto !important;
}

.entry-content iframe {
  margin: auto;
}

.entry-content .syntaxhighlighter {
  padding: 10px 0;
}
