/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/
.wpcf7 form .wpcf7-response-output{
	background:#fff;
}
/*************** ADD CUSTOM CSS HERE.   ***************/
.widget_product_categories {
  padding: 0 27px 30px;
  background: #fff;
  box-shadow: 0 12px 30px 0 rgba(0, 0, 0, 0.04);
}
.widget_product_categories .widget-title {
  font-size: 18px;
  line-height: 56px;
  display: block;
  padding-top: 10px;
  padding-bottom: 0;
  margin: 0;
  border-bottom: 1px solid #ebebeb;
}
.widget_product_categories .is-divider {
  display: none;
}
.widget_product_categories ul > li {
  border: none;
  padding: 5px 0;
  font-size: 16px;
  position: relative;
}
.widget_product_categories ul > li > a {
  padding: 4px 0;
  font-size: 18px;
  line-height: 28px;
  font-weight: bold;
}
.widget_product_categories .children {
  border: none;
  margin: 0;
  padding: 0;
}
.widget_product_categories .children a {
  font-weight: normal;
  font-size: 16px;
  padding: 6px 20px;
  padding-left: 16px;
}
.widget_product_categories .children li {
  position: relative;
}
.widget_product_categories .children li::after {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #ee1d23;
  position: absolute;
  left: 0;
  top: 24px;
}
.widget_product_categories .children li.active::after {
  background: none;
  border: 1px solid #ee1d23;
}
.sep-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 10;
  width: 100%;
  max-width: 1360px;
  margin: 0 auto;
}
.head-pro-ul {
  background: linear-gradient(to right, #fff 39.6%, #f5f6f7 30%);
}
.head-pro-ul .head-pro-ul-item {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.head-pro-ul .head-pro-ul-item .left {
  width: 70%;
  display: flex;
  justify-content: space-between;
}
.head-pro-ul .head-pro-ul-item .left .lis-boxs {
  width: 76%;
  padding-left: 10px;
  padding: 60px 0;
}
.head-pro-ul .head-pro-ul-item .left .lis-boxs:nth-child(1) {
  padding-right: 40px;
}

.head-pro-ul .head-pro-ul-item .left .lis-boxs:nth-child(2) {
  border-left: 1px solid #eaeaea;
  padding-left: 30px;
  width: 100%;
}
.head-pro-ul .head-pro-ul-item .left .lis-boxs .lists {
  display: block;
  width: 100%;
  overflow: hidden;
}
.head-pro-ul .head-pro-ul-item .left .lis-boxs .lists .ul-boxs .lists-a {
  font-size: 18px;
  line-height: 32px;
  font-weight: bold;
  display: block;
  transition: all 0.3s;
  padding-left: 16px;
  position: relative;
  width: 100%;
  padding: 10px 0;
  padding-left: 40px;
}
.head-pro-ul .head-pro-ul-item .left .lis-boxs .lists .ul-boxs .lists-a.active {
  color: var(--primary-color);
}
.head-pro-ul
  .head-pro-ul-item
  .left
  .lis-boxs:nth-child(1)
  .lists
  .ul-boxs
  .lists-a::after {
  content: "";
  display: block;
  height: 2px;
  background: var(--primary-color);
  position: absolute;
  left: 8px;
  top: 24px;
  transition: all 0.3s;
  width: 0;
}
.head-pro-ul
  .head-pro-ul-item
  .left
  .lis-boxs
  .lists
  .ul-boxs
  .lists-a.active::after,
.head-pro-ul
  .head-pro-ul-item
  .left
  .lis-boxs
  .lists
  .ul-boxs
  .lists-a:hover::after {
  width: 20px;
}

.head-pro-ul .head-pro-ul-item .left .lis-boxs:nth-child(2) .ul-boxs {
  display: none;
}
.head-pro-ul .head-pro-ul-item .left .lis-boxs:nth-child(2) .ul-boxs.active {
  display: block;
}
.head-pro-ul .head-pro-ul-item .left .lis-boxs:nth-child(2) .ul-boxs .lists-a {
  font-size: 16px !important;
  font-weight: normal;
  padding-left: 0;
  transition: all 0.3s;
  line-height: 20px !important;
}
.head-pro-ul .head-pro-ul-item .right {
  width: 400px;
  text-align: center;
  height: 100%;
  margin-top: 70px;
}
.head-pro-ul .head-pro-ul-item .right a {
  display: none;
  overflow: hidden;
}
.head-pro-ul .head-pro-ul-item .right a.active {
  display: block;
}
.head-pro-ul .head-pro-ul-item .right img {
  width: 100%;
  transition: all 0.3s;
}
.head-pro-ul .head-pro-ul-item .right img:hover {
  transform: scale(1.1);
}

@media screen and (max-width: 1920px) {
  .head-pro-ul {
    background: linear-gradient(to right, #fff 36.3%, #f5f6f7 30%);
  }
}
@media screen and (max-width: 1680px) {
  .head-pro-ul {
    background: #fff;
  }
}
@media screen and (max-width: 1366px) {
  .sep-container {
    max-width: 92%;
  }
}
@media screen and (max-width: 1024px) {
  .head-pro-ul {
    display: none !important;
  }
}

.header-button-1 .header-button a {
  font-size: 13px;
  font-weight: 600;

  color: #fff;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: var(--primary-color);
  border-radius: 3px 3px 3px 3px;
  padding: 6px 29px 6px 29px;
}
.header-nav .header-block {
  max-width: 520px;
}
.header-nav .header-block-block-1 .icon-box-img img {
  padding-top: 10px;
}
.header-block-block-1 .col {
  padding-bottom: 0;
}
.nav-left {
  justify-content: end;
}
.header-block-block-1 {
  margin-right: 35px;
}
.header-block-block-1 .icon-box h5 {
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 0;
}
.header-block-block-1 .icon-box p {
  font-weight: bold;
  font-size: 15px;
  color: #1b1d21;
}

.header-bottom-nav.nav-right li {
  margin: 0 10px !important;
}
.header-bottom-nav.nav-right li:last-child {
  margin-right: 0 !important;
}
.nut1 {
  font-family: "Inter", sans-serif;
  padding: 10px 35px;
  font-weight: 500;
  letter-spacing: 0;
  border-radius: 5px;
  font-size: 15px;
}
.nut2 {
  font-family: "Inter", sans-serif;
  background-color: #ffffff2b !important;
  padding: 10px 35px;
  font-weight: 500;
  letter-spacing: 0;
  border-radius: 5px;
  font-size: 15px;
  border: 1px solid white;
}
.des {
  display: block;
}
.des .box {
  font-size: 13px;
  display: inline-block;
  background: #ffffff33;
  width: auto;
  padding: 2px 2px;
  border-radius: 20px;
  border: 1px solid #ffffff8c;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 18px;
}
.des .value {
  padding-right: 10px;
  line-height: 26px;
  color: white;
  font-size: 10px;
}
.nut1:hover {
  background: #272933 !important;
  color: white;
}
.white.is-outline:hover {
  background-color: var(--primary-color) !important;
  border-color: var(--primary-color);
  color: #fff !important;
}

.slider-section .flickity-page-dots {
  bottom: 50%;
  left: 3%;
  right: auto;
  transform: rotate(90deg);
}
.section9 .flickity-page-dots {
  transform: none;
  bottom: -20px;
}
.section9 .flickity-page-dots .dot.is-selected {
  background-color: var(--primary-color);
  border: 2px solid var(--primary-color);
}
.slider-section .flickity-page-dots .dot,
.section9 .flickity-page-dots .dot {
  position: relative;
  width: 8px;
  height: 8px;
  margin: 0 15px;
  opacity: 1;
}
.des .label,
.des .value {
  display: inline-block;
  float: left;
}
.slider-section .flickity-page-dots .dot.is-selected,
.section9 .flickity-page-dots .dot.is-selected {
  background-color: var(--primary-color) !important;
  border: 2px solid var(--primary-color);
}
.slider-section .flickity-page-dots .dot.is-selected:before,
.flickity-page-dots .dot.is-selected:before {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  background: #00000000;
  border-radius: 50%;
  border: 1px solid var(--primary-color);
  margin-top: -13px;
  margin-left: -14px;
}
.des .label {
  background: white;
  padding: 4px 14px;
  border-radius: 20px;
  color: var(--primary-color);
  margin-right: 10px;
  font-size: 12px;
}
.section1 .col {
  padding-bottom: 0;
}
.section1 .icon-box {
  padding: 25px 25px 35px 25px;
  background-color: #fff;
  border-radius: 5px 5px 5px 5px;
  box-shadow: 0 0 30px 0 rgb(0 0 0 / 12%);
}
.section1 .icon-box h3 {
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 600;
}
.section1 .icon-box .icon-box-text {
  padding-top: 13px;
}
.slider-section {
  margin-bottom: -70px;
}
.section1 {
  z-index: 2;
}
.ot-heading > span.is_highlight {
  background: #fff;
  padding: 2px 10px;
  border: 1px solid var(--primary-color);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.ot-heading > span {
  position: relative;
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--primary-color);
  margin-bottom: 10px;
}
.section2 h2,
.section2 p {
  margin-bottom: 35px;
}
.section3 .col,
.section4 .col {
  padding-bottom: 0;
}
.slider-section .flickity-page-dots .dot.is-selected {
  background-color: var(--primary-color);
  border: 2px solid var(--primary-color);
}
.section3 .ux-logo-link {
  opacity: 0.4;
}
.section3 .ux-logo-link:hover {
  opacity: 1;
}
.section4 img {
  border-radius: 6px;
}
.section4 .accordion-title.active {
  color: #fff;
  background: var(--primary-color);
  border-radius: 5px;
}
.section4 .accordion-title {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  border-radius: 5px;
  background: #ffffff21;
  margin-bottom: 10px;
  border: 1px solid #80808099;
}
.section4 .accordion .icon-angle-down {
  font-size: 16px;
}
.section5 .large-4 .col-inner {
  -webkit-transition: all 0.3s linear;
  padding: 50px 50px 48px 40px;
}
.section5 .row.row-solid {
  border: 1px solid #ddd;
}
.section5 .large-4 .col-inner:hover {
  box-shadow: 8px 8px 30px 0 rgb(0 0 0 / 12%);
  border-color: transparent;
}
.section5 .large-4 .icon-box h3 {
  font-size: 21px;
}
.section6 .banner-layers {
  max-width: 100%;
  width: 100%;
}
.section6 .banner-layer .row.row-collapse {
  max-width: 100%;
}
.section6 .cot2:hover > .section6 .bg-fill {
  background-image: url(/wp-content/uploads/2022/03/fservice2.jpg) !important;
}
.section6 .banner-layer .col .col-inner {
  padding: 50px;
  min-height: 745px;
}
.section6 .features-service-desc {
  opacity: 0;
  visibility: hidden;
  transform: translateY(20%);
  -webkit-transition: opacity 0.2s, -webkit-transform 0s 0.2s;
  -o-transition: transform 0s 0.2s, opacity 0.2s;
  transition: transform 0s 0.2s, opacity 0.2s;
  transition: transform 0s 0.2s, opacity 0.2s, -webkit-transform 0s 0.2s;
}
.section6 .col-inner:hover .features-service-desc {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: opacity 0.4s cubic-bezier(0.33, 0.02, 0, 0.93) 0.1s,
    -webkit-transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
  -o-transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s,
    opacity 0.4s cubic-bezier(0.33, 0.02, 0, 0.93) 0.1s;
  transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s,
    opacity 0.4s cubic-bezier(0.33, 0.02, 0, 0.93) 0.1s;
  transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s,
    opacity 0.4s cubic-bezier(0.33, 0.02, 0, 0.93) 0.1s,
    -webkit-transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}
.section6 h3 {
  font-weight: 600;
  font-size: 30px;
  line-height: 36px;
}
.section6 .features-service-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(38, 40, 50, 0.8);
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.section6 .features-service-title {
  transform: translateY(105px);
  transition: transform 0.5s ease;
  -webkit-transition: transform 0.5s ease;
  -moz-transition: transform 0.5s ease;
  -o-transition: transform 0.5s ease;
  -ms-transition: transform 0.5s ease;
}
.section6 .col-inner:hover .features-service-title {
  transform: translateY(-22px);
  transition: transform 0.3s, 0.5s ease;
  -webkit-transition: transform 0.3s, 0.5s ease;
  -moz-transition: transform 0.3s, 0.5s ease;
  -o-transition: transform 0.3s, 0.5s ease;
  -ms-transition: transform 0.3s, 0.5s ease;
}
.section6 .features-service-number {
  font-size: 20px;
  font-weight: bold;
  color: var(--primary-color);
}
.section6 .col-inner:hover .features-service-overlay {
  visibility: visible;
  opacity: 1;
}
.section6 .col-inner {
  border-right: 1px solid #ffffff73;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  align-content: flex-start;
  align-items: flex-start;
}
.nut3 {
  border-radius: 5px;
  font-weight: normal;
  letter-spacing: 0;
  font-size: 15px;
  background: #ffffff59 !important;
  border: 1px solid white;
  color: white;
}
.nut3:hover {
  background: var(--primary-color) !important;
  border: 1px solid var(--primary-color);
  box-shadow: none;
}
.section7 img {
  width: 850px !important;
  object-fit: contain;
  object-position: bottom;
}

.section7 .icon-box .icon-inner {
  box-shadow: 0 0 13px 0 rgb(0 0 0 / 15%);
  padding: 3px;
  border-radius: 5px;
}
.section7 .icon-box .icon-box-text {
  padding-left: 30px;
}
.section7 .icon-box {
  margin-bottom: 30px;
}
.section7 h2 {
  margin-bottom: 40px;
}
.section8 .col {
  padding-bottom: 0;
}
.section8 p {
  margin-bottom: 0;
}
.nut4 {
  margin-bottom: 0;
  background: white !important;
  color: black !important;
}
.section9 .slider .row {
  opacity: 1;
  max-width: 400px;
  margin-left: 0;
  margin-right: 0;
}
.section9 .slider .large-12 {
  padding-top: 30px;
}
.section9 .slider .large-12 .col-inner {
  -webkit-box-shadow: 8px 8px 30px 0 rgb(0 0 0 / 12%);
  background: white;
  border-radius: 7px;
}
.section7 .icon-box h5 {
  font-size: 20px;
}
.section9 .slider p {
  font-size: 18px;
  line-height: 36px;
  text-align: left;
  padding: 30px;
  border-bottom: 1px solid #dbdbdb;
}
.section9 .icon-box h3 {
  line-height: 18px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 2px;
}
.section9 .icon-box {
  padding: 0 30px 30px 30px;
}
.section9 .icon-box p {
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--primary-color);
  font-family: "Inter", sans-serif;
  padding: 0;
  border-bottom: none;
}
.section9 .icon-box .icon-box-text {
  padding-top: 20px;
}
.section9 .icon-box img {
  position: relative;
}

.section9 .icon-box .icon-box-img:before {
  content: "";
  position: absolute;
  width: 36px;
  height: 36px;
  background-image: url(/wp-content/uploads/2025/04/nhan-xet-iocn1.png);
  z-index: 9;
  background-size: 36px;
  top: -6px;
  right: -1px;
}
.section10 .col {
  padding-bottom: 0;
}
.section10 .nut1 {
  margin: 0;
  padding: 5px 35px;
}
.section10 .portfolio-box .box-image {
  border-radius: 6px;
}
.section10 .list-portfolio-1 .col {
  padding-bottom: 20px;
}
.portfolio-box .box-text h6 {
  font-size: 24px;
  text-transform: none;
  letter-spacing: 0;
  text-shadow: none;
  color: white;
  margin-bottom: 10px;
}
.portfolio-inner ul,
.portfolio-inner ol {
  margin-left: 20px;
}
.portfolio-inner {
  padding-top: 30px;
}
.bai-viet-lien-quan .list-post1 .post-item .post-title {
  font-size: 20px;
}
.portfolio-box .portfolio-box-category {
  font-size: 13px;
  color: white;
  opacity: 1;
  text-shadow: none;
  font-family: "Inter", sans-serif;
  font-weight: 500;
}
.portfolio-box .portfolio-box-category:hover {
  text-decoration: underline;
  color: var(--primary-color);
}
.number-left .ot-counter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.ot-counter .c-number {
  display: inline-flex;
  flex-direction: row;
}
.ot-counter {
  font-family: "Inter", sans-serif;
  display: flex;
}
.ot-counter span {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 48px;
  color: #fff;
  line-height: 1;
  display: inline-block;
}
.number-left .ot-counter h6 {
  margin-left: 20px;
}
.ot-counter h6 {
  font-size: 14px;
  line-height: 24px;
  text-transform: uppercase;
  color: white;
  font-weight: 600;
  margin-bottom: 0;
  display: inline-block;
  opacity: 1;
  margin-left: 15px;
}
.section11 .col {
  padding-bottom: 0;
}
.list-post1 .post-item .col-inner {
  border-radius: 6px;
  box-shadow: 8px 8px 30px 0 rgb(0 0 0 / 10%);
}
.list-post1 .post-item .box-image {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.list-post1 .post-item .box-text {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  padding: 0 0 13px 0px;
}
.lien-he-1 .icon-box {
  margin-bottom: 30px;
}
.lien-he-1 .icon-box h3 {
  font-size: 15px;
  font-weight: normal;
  margin-bottom: 0;
}
.lien-he-1 .icon-box .icon-box-text p {
  margin-bottom: 0;
  font-weight: 500;
  font-family: "inter", sans-serif;
  color: #272933;
}
.lien-he-1 .icon-box .icon-box-img img {
  border-radius: 99%;
  padding: 7px;
}
.lien-he-1 .icon-box .icon-box-img {
  background: #17171f;
  border-radius: 99%;
  height: 60px;
  padding: 10px;
}
.lien-he-1 .icon-box .icon-box-img svg {
  padding: 0;
}
.list-post1 .post-item button {
  margin: 0;
  position: absolute;
  bottom: 10px;
  right: 20px;
  background: #f2f2f2;
  border: none;
  border-radius: 5px;
  font-size: 13px;
  letter-spacing: 0;
  color: gray;
}
.list-post1 .post-item button:hover {
  background: var(--primary-color);
  color: white;
}
.list-post1 .post-item .cat-label {
  left: 20px;
  position: absolute;
  top: -10px;
  background: var(--primary-color);
  opacity: 1;
  font-family: "Inter", sans-serif;
  padding: 4px 17px;
  border-radius: 15px;
}
.mobile-sidebar {
  background-color: var(--primary-color);
  height: 100%;
}
.header-search-form {
  padding: 20px !important;
}
.post-title a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.list-post1 .post-item .post-title {
  margin: 0;
  margin-bottom: 0;
  padding: 30px 20px 20px 20px;
  color: #1b1d21;
  line-height: 32px;
  font-size: 24px;
}
.list-post1 .post-item .post-title:hover {
  color: var(--primary-color);
}
.widget .current-cat > a {
  color: var(--primary-color);
}
.portfolio-element-wrapper ul.nav li {
  margin: 0 21px;
}
.portfolio-element-wrapper ul.nav li a {
  font-weight: bold;
  color: #272933;
  font-size: 15px;
}
.box-blog-post .is-divider {
  margin-top: 0;
  margin-bottom: 15px;
  height: 1px;
  max-width: 100%;
}
.list-post1 .post-item .post-meta {
  font-weight: bold;
  font-family: "Inter", sans-serif;
  letter-spacing: 0;
  padding: 0 20px;
  color: gray;
  font-size: 14px;
}
.footer-section h3 {
  font-size: 16px;
  margin-bottom: 40px;
}
.footer-section ul li {
  list-style: none;
  margin-left: 0;
  margin-bottom: 15px;
}
.footer-section ul li a,
.footer-section .ux-menu-link__link {
  color: #0a0a0a;
  padding-left: 0;
}
.footer-section .icon-box .icon-box-img {
  margin-bottom: 40px;
}
.footer-section .icon-box h4 {
  font-size: 16px;
  font-weight: normal;
  color: #0a0a0a;
  margin-bottom: 0;
}
.footer-section .icon-box .icon-box-text {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 17px;
}
.form-footer input {
  border-radius: 5px;
}
.form-footer input[type="submit"] {
  text-transform: none;
  letter-spacing: 0;
  font-size: 15px;
  font-weight: normal;
}
.wpcf7 p {
  color: #0a0a0a;
}
.footer-section .col {
  padding-bottom: 0;
}
.absolute-footer.dark {
  color: #fff;
  padding: 20px;
}
.footer-section ul li a:hover,
.footer-section .ux-menu-link__link:hover span {
  color: var(--primary-color);
}
.section1 a:hover {
  color: #1b1d21;
}
.nav-dropdown li {
  margin: 0;
}
.nav-dropdown {
  padding: 0;
}
.nav-dropdown > li > a,
.nav-column > li > a {
  font-size: 15px;
  font-family: "inter", sans-serif;
  font-weight: 500;
  color: var(--primary-color);
}
.nav-dropdown > li > a:hover {
  padding-left: 27px;
  color: var(--fs-color-secondary);
}
.tieu-de-section .col {
  padding-bottom: 0;
}
.tieu-de-section .large-4 {
  text-transform: uppercase;
  font-weight: 500;
  font-family: "inter", sans-serif;
}
.tieu-de-section .large-4 a {
  opacity: 0.7;
}
.tieu-de-section .large-4 .breadcrumb_last {
  opacity: 1;
}
.gioi-thieu-1 .col,
.gioi-thieu-2 .col {
  padding-bottom: 0;
}
.gioi-thieu-1 img {
  border-radius: 6px;
}
.gioi-thieu-2 {
  background-image: url(/wp-content/uploads/2022/03/bg1-about-us.jpg);
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: top;
}
.gioi-thieu-1 .icon-box h3 {
  margin-bottom: 0;
  font-size: 18px;
}
.gioi-thieu-2 .box .box-image {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.gioi-thieu-2 .col-inner {
  height: 100%;
}
.gioi-thieu-2 .box {
  height: 100%;
  background: white;
  box-shadow: 8px 8px 30px 0 rgb(0 0 0 / 12%);
  border-radius: 6px;
}
.gioi-thieu-2 .box .box-text {
  padding: 30px 20px 15px 20px;
  background: white;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
.nut5 {
  border-radius: 5px;
}
.gioi-thieu-2 .box h3 {
  text-align: center;
  margin-bottom: 15px;
  font-size: 24px;
  color: #272933;
}
.gioi-thieu-2 .box p {
  text-align: center;
  margin-bottom: 15px;
  font-size: 16px;
}
a.back-to-top {
  background: var(--primary-color) !important;
  border: none !important;
  color: white;
}
.gioi-thieu-4 .box {
  border-radius: 6px;
  -webkit-box-shadow: 8px 8px 30px 0 rgb(0 0 0 / 12%);
}
.gioi-thieu-4 .box:hover h3 {
  color: white !important;
}

#breadcrumbs {
  margin-bottom: 0;
  font-family: "inter", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
}
#breadcrumbs a {
  opacity: 0.7;
}
.widget .searchform .button.icon {
  border-radius: 5px !important;
  background: var(--primary-color);
  margin-left: -43px;
}
.widget_search input {
  border-radius: 5px;
  box-shadow: none;
  height: 48px;
}
span.widget-title {
  margin-bottom: 30px;
  font-size: 20px;
  font-family: "inter", sans-serif;
  letter-spacing: 0;
  text-transform: none;
  color: #272933;
  display: block;
  padding-bottom: 15px;
  border-bottom: 2px solid #e5e5e5;
}
.widget .is-divider {
  margin-top: -32px;
  right: 29px;
  position: absolute;
  background: var(--primary-color);
  height: 2px;
  max-width: 52px;
}
.flatsome_recent_posts .badge .badge-inner {
  border-radius: 6px;
}
.recent-blog-posts a {
  margin-bottom: 6px;
  font-family: "inter", sans-serif;
  color: black;
  font-weight: 500;
  font-size: 15px;
}
.flatsome_recent_posts .badge {
  width: 65px;
  height: 65px;
}
.recent-blog-posts a:hover {
  color: var(--primary-color);
}
.tagcloud a {
  color: #717171;
  background: #f5f5f5;
  font-size: 12px !important;
  font-family: "Inter", sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  padding: 8px 12px;
  margin: 0 3px;
  margin-bottom: 10px;
  line-height: 1;
}
.widget .tagcloud a:hover {
  background: rgba(254, 132, 35, 0.1);
  color: var(--primary-color);
  border-color: var(--primary-color);
}
.widget img {
  width: 100%;
}
.block_widget .box {
  background-image: url(/wp-content/uploads/2022/03/bg-overlay-home1.png);
  box-shadow: 2px 2px 20px #8080803b;
  padding: 15px 10px;
  border-radius: 6px;
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: top;
}
.blog-archive,
.blog-single {
  padding: 0;
}
.blog-archive .large-3,
.blog-single .large-3 {
  padding-left: 0;
}
.blog-single .entry-category {
  opacity: 1;
}
.blog-single .entry-category a {
  font-family: "Inter", sans-serif;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 700;
  display: inline-block;
  color: #fff;
  background: var(--primary-color);
  padding: 7px 12px 6px;
  margin-right: 6px;
  border-radius: 12px;
  letter-spacing: 0;
  position: absolute;
  margin-top: -37px;
  left: 47px;
}
.block_widget .box h4 {
  letter-spacing: 0;
  text-transform: none;
  font-size: 18px;
  margin-bottom: 10px;
}
.block_widget .box .social-icons {
  display: block;
}
.block_widget .box .box-text {
  padding: 10px 0;
}

.widget_categories ul li {
  list-style: square;
  margin-left: 20px;
  color: var(--primary-color);
}
.widget_categories ul li a {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  font-family: "inter", sans-serif;
}
.tieu-de-section .large-7 {
  text-align: right;
}
.gioi-thieu-4 .box:hover .box-text {
  background: #272933;
  color: white;
}
.gioi-thieu-4 .box .box-text {
  padding: 30px 10px;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
.gioi-thieu-4 .box h3 {
  margin-bottom: 15px;
}
.gioi-thieu-4 .box p {
  font-family: "inter", sans-serif;
  font-size: 12px;
  color: var(--primary-color);
}

.blog-single .entry-meta {
  display: block;
  margin-bottom: 17px;
  font-size: 15px;
  font-family: "inter", sans-serif;
  font-weight: 500;
  letter-spacing: 0;
  color: gray;
}
.blog-single .entry-title {
  font-size: 30px;
}
.blog-single .entry-divider {
  display: none;
}
.entry-content {
  padding-top: 0;
  padding-bottom: 0;
}
.blog-single .blog-share .is-divider {
  display: none;
}
.blog-single .entry-author {
  background: #f5f5f5;
  border-radius: 6px;
  padding: 15px;
}
.blog-single .entry-author .author-name {
  text-transform: none;
  letter-spacing: 0;
  font-size: 19px;
}
.bai-viet-lien-quan {
  margin-top: 40px;
}
.bai-viet-lien-quan ul {
  margin-bottom: 0;
  display: inline-block;
  width: 100%;
}
.bai-viet-lien-quan ul li {
  list-style: none;
  width: 50%;
  color: graytext;
  float: left;
  padding-left: 4px;
  padding-right: 5px;
}
.bai-viet-lien-quan ul li .box-image img {
  height: 350%;
  border-radius: 4px;
  object-fit: cover;
  object-position: center;
}
.bai-viet-lien-quan h4 {
  font-size: 15px;
  color: black;
  line-height: 19px;
  padding-top: 7px;
  height: 64px;
  overflow: hidden;
}
.blog-single .blog-share {
  text-align: left;
}
.blog-archive .post {
  -webkit-box-shadow: 8px 8px 30px 0 rgb(0 0 0 / 10%);
  border-radius: 6px;
}
.blog-archive .post .entry-category {
  opacity: 1;
}
.blog-archive .post .is-divider {
  display: none;
}
.blog-archive .post .entry-summary {
  padding: 10px 30px;
}
.blog-archive .post .entry-title {
  padding: 0 30px;
  margin-bottom: 5px;
  margin-top: 5px;
}
.blog-archive .post .entry-meta {
  display: none;
}
.blog-archive .post .entry-category a {
  font-family: "Inter", sans-serif;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1;
  display: inline-block;
  color: #fff;
  background: var(--primary-color);
  padding: 7px 12px 6px;
  margin-right: 6px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  position: absolute;
  left: 60px;
  margin-top: -36px;
}
.blog-archive .post .more-link {
  background: #f2f2f2;
  border: none;
  border-radius: 5px;
  font-size: 13px;
  letter-spacing: 0;
  color: gray;
  line-height: 2.5;
  font-family: "inter", sans-serif;
}
.blog-archive .post .more-link:hover {
  background: var(--primary-color);
  color: white;
}
.blog-archive .post .entry-image img {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.portfolio-element-wrapper ul {
  margin-bottom: 15px;
}
.portfolio-element-wrapper .portfolio-box .box-image .image-cover {
  border-radius: 6px;
}
.portfolio-element-wrapper .portfolio-box-title {
  opacity: 0;
}
.portfolio-element-wrapper .portfolio-box:hover .portfolio-box-title {
  opacity: 1;
}
.trang-lien-he .row-info1 .left {
  display: inline-block;
  width: 40%;
  float: left;
  padding-right: 6px;
}
.trang-lien-he input,
.trang-lien-he textarea {
  border-radius: 5px;
  box-shadow: none;
  font-size: 14px;
}
.trang-lien-he .row-info1 .right {
  display: inline-block;
  width: 60%;
  float: left;
  padding-left: 6px;
}
.lightbox-content h3 {
  margin-bottom: 15px;
  margin-top: 23px;
  font-weight: bold;
  font-size: 17px;
  color: var(--primary-color);
}
.lightbox-content .trang-lien-he h3 {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 15px;
  color: white;
}
.lightbox-content .text-box {
  left: 30px;
  width: 92% !important;
}
.block_widget .box .box-image {
  width: 64% !important;
}
.lien-he-1 .icon-box:hover .icon-box-img {
  box-shadow: 2px 2px 20px var(--primary-color);
}
.lien-he-1 .section-bg img {
  left: 15%;
  object-fit: contain;
  object-position: bottom;
}
.form-lien-he {
  padding: 60px 60px 60px 60px;
  background-color: #fff;
  border-radius: 5px 5px 5px 5px;
  box-shadow: 0 0 30px 0 rgb(0 0 0 / 12%);
}
.form-lien-he h3 {
  font-size: 30px;
}
.form-lien-he .row-info {
  display: inline-block;
  width: 100%;
  clear: boht;
}
.form-lien-he .left {
  display: inline-block;
  width: 50%;
  float: left;
  padding-right: 10px;
}
.form-lien-he .right {
  display: inline-block;
  width: 50%;
  float: left;
  padding-left: 10px;
}
.form-lien-he input,
.form-lien-he textarea {
  font-size: 15px;
  border-radius: 5px;
  box-shadow: none;
}
.form-lien-he input[type="submit"] {
  font-family: "inter", sans-serif;
  font-weight: 500;
  letter-spacing: 0;
  margin-bottom: 0;
}

.lien-he-2 {
  margin-bottom: -100px;
}
.lien-he-1 {
  padding-bottom: 200px !important;
}
.blog-single .entry-image img {
  border-radius: 10px;
}
.team2-section .col {
  padding-bottom: 0;
}
.line-progress h6 {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 17px;
  text-transform: uppercase;
}
.line-progress .iprogress {
  height: 5px;
  margin-bottom: 6px;
  background: #5e5e5e;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.line-progress .progress-bar {
  height: 100%;
  width: 0;
  background: var(--primary-color);
  position: relative;
  -webkit-transition: all 1s 0.5s;
  -o-transition: all 1s 0.5s;
  transition: all 1s 0.5s;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.line-progress .percent {
  position: absolute;
  right: -19px;
  bottom: 100%;
  padding: 4px 5px;
  font-size: 14px;
  font-weight: 600;
  font-family: "Inter", sans-serif;
  line-height: 1;
  background: #262832;
  color: #fff;
  min-width: 40px;
  min-height: 20px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transform: translateY(-15px);
  -ms-transform: translateY(-15px);
  transform: translateY(-15px);
}
.team2-section {
  background-image: url(/wp-content/uploads/2022/03/image1-team.jpg);
  background-repeat: no-repeat;
  background-position-x: right;
}
.team3-section .col {
  padding-bottom: 0;
}
.team3-section {
  margin-bottom: -90px;
}
.page-id-1319 .footer-section {
  padding-top: 110px !important;
}
.gioi-thieu-4 .box:hover .social-icons {
  opacity: 1;
  visibility: visible;
  position: absolute;
  left: 0;
  top: -54px;
  transform: translateY(-22px);
  transition: transform 0.3s, 0.5s ease;
  -webkit-transition: transform 0.3s, 0.5s ease;
  -moz-transition: transform 0.3s, 0.5s ease;
  -o-transition: transform 0.3s, 0.5s ease;
  -ms-transition: transform 0.3s, 0.5s ease;
}
.gioi-thieu-4 .social-icons {
  position: absolute;
  left: 0;
  top: 0px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(105px);
  transition: transform 0.5s ease;
  -webkit-transition: transform 0.5s ease;
  -moz-transition: transform 0.5s ease;
  -o-transition: transform 0.5s ease;
  -ms-transition: transform 0.5s ease;
}
.team3-section .large-12 .col-inner {
  background: var(--primary-color);
  padding: 46px 30px;
  border-radius: 6px;
}
.team3-section .large-12 .col-inner .col-inner {
  background: none;
  padding: 0;
  border-radius: 0;
}
.our-team-form .row-info {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  clear: both;
  width: 100%;
}
.our-team-form .row-info .cot1 {
  width: 39%;
}
.our-team-form .row-info .cot2 {
  width: 39%;
}
.our-team-form .row-info .cot3 {
  width: 19%;
}
.our-team-form input {
  height: 45px;
  box-shadow: none;
  border-radius: 5px;
  margin-bottom: 0;
}
.our-team-form input[type="submit"] {
  margin: 0;
  background: white;
  color: black;
  font-family: "inter", sans-serif;
  padding: 0 10px;
  font-weight: normal;
  letter-spacing: 0;
  width: 100%;
}
.wpcf7-spinner {
  display: none;
}
.team3-section h2 {
  color: white;
}
form {
  margin-bottom: 0;
}
.circle-progress {
  text-align: center;
}
.circle-progress .inner-bar {
  height: 160px;
  position: relative;
  display: inline-block;
  line-height: 1;
  margin-bottom: -9px;
  z-index: 1;
  background: #f5f5f5;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.circle-progress .inner-bar > span {
  position: absolute;
  width: 100%;
  top: 18%;
  left: 0;
  line-height: 1;
  text-align: center;
  font-weight: 600;
  font-size: 24px;
  color: #1b1d21;
}
.circle-progress .inner-bar > span .percent {
  display: block;
  background: #fff;
  width: 100px;
  height: 100px;
  line-height: 100px;
  margin: auto;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: var(--primary-color);
  font-size: 37px;
}
.circle-progress .inner-bar canvas {
  display: block;
}
.circle-progress .inner-bar canvas:after {
  content: "x";
}
.circle-progress h6 {
  display: block;
  font-size: 14px;
  font-weight: 600;
  line-height: 26px;
  margin-top: 15px;
  margin-bottom: 0;
  text-transform: uppercase;
}
.circle-progress .inner-bar:after {
  content: "";
  position: absolute;
  left: 1px;
  top: 1px;
  width: calc(100% - 1px);
  height: calc(100% - 1px);
  border-radius: 50%;
  z-index: -1;
  border: 2px solid #dbdbdb;
}
.single-team .row1 .large-12 .col-inner .col-inner {
  box-shadow: none;
}
.single-team .row1 .large-12 .col-inner {
  background-color: #fff;
  border-radius: 5px 5px 5px 5px;
  box-shadow: 0 0 30px 0 rgb(0 0 0 / 12%);
}

nav.woocommerce-breadcrumb.breadcrumbs {
  font-size: 16px;
}

.woocommerce-ordering select {
  border-radius: 5px;
  border: 1px solid var(--primary-color);
}

.product-small.box,
.product-small.col > .col-inner {
  border-radius: 6px;
  overflow: hidden;
  background: none;
}

.product-small.box
  a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px !important;
}
ul.tabs.wc-tabs.product-tabs {
  justify-content: start;
}
@media only screen and (max-width: 850px) {
  .nav-left {
    justify-content: start;
  }
  .section a,
  .section1 .icon-box {
    height: 100%;
  }
}
@media only screen and (max-width: 550px) {
  .section7 {
    padding-bottom: 300px !important;
  }
  .team2-section {
    background-image: none;
  }
  .banner h2 {
    font-size: 21px;
  }
  .tieu-de-section {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  .tieu-de-section img {
    object-fit: unset;
  }
  .nut1,
  .nut2 {
    padding: 7px 15px;
  }
  .section11 .large-3 {
    padding-bottom: 25px;
  }
  .lien-he-1 {
    padding-top: 30px !important;
    padding-bottom: 300px !important;
  }
  .lien-he-1 .section-bg img {
    left: 0;
  }
  .our-team-form .row-info .cot1 {
    width: 100%;
  }
  .our-team-form .row-info .cot2 {
    width: 100%;
  }
  .our-team-form .row-info .cot3 {
    width: 100%;
  }

  .nav-left {
    justify-content: start;
  }
  .section a,
  .section1 .icon-box {
    height: 100%;
  }
}
@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: 1rem;
  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: 1rem;
}

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

.entry-content ul {
  list-style: disc;
  padding-left: 5rem;
  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 {
  color: var(--primary-color);
  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 > 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 {
  border: 1px solid #ddd;
  padding: 7px 10px;
  font-size: 16.5px !important;
}

.entry-content iframe {
  margin: auto;
}

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