/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/
.header-nav-main.nav-right{
	flex-wrap:nowrap;
}
.header-block-block-1{
	color:#fff;
}
.wechat-qr {
  display: none;
  margin-top: 10px;
  text-align: center;
}
.wechat-qr img {
  max-width: 200px;
  border: 1px solid #ddd;
  border-radius: 8px;
}

/** Font Barlow **/
/* @import url("assets/fonts/Barlow/font-Barlow.css");
 */
/** Font Barlow Condensed **/
/* @import url("assets/fonts/BarlowCondensed/font-BarlowCondensed.css"); */
h1,
h2,
h3,
h4,
h5,
h6 {
  text-wrap: wrap;
}
.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}
.widget .current-cat > a {
  color: var(--primary-color);
}
/*************** ADD CUSTOM CSS HERE.   ***************/

.wpcf7-spinner {
  display: none;
}

input[type="email"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
select:focus,
textarea:focus {
  box-shadow: none;
}

.featured-box .icon-box-img img {
  padding-top: 0;
}

body {
  font-size: 18px;
  font-weight: 400;
/*   font-family: "Barlow", sans-serif; */
}

.nav > li > a,
.mobile-sidebar-levels-2 .nav > li > ul > li > a {
  font-weight: 500;
/*   font-family: "Barlow Condensed", sans-serif; */
}

h1,
h2,
h3,
h4,
h5,
h6,
.heading-font,
.off-canvas-center .nav-sidebar.nav-vertical > li > a {
/*   font-family: "Barlow Condensed", sans-serif; */
}

.overlay-icon {
  opacity: 1;
  background-color: #db2f2f;
}

/** Header **/

.header-block-block-3 ul li {
  margin: 0;
  list-style: none;
  display: inline-block;
}

.html3 img {
  width: 30px;
  height: 30px;
}

.header-nav ul li {
  list-style-type: none;
}

.header-nav-main.nav-left {
  justify-content: center;
}

.header-nav-main.nav-left .html_topbar_left {
  text-align: center;
  font-size: 15px;
}

li.header-search-form form.searchform {
  width: 100%;
}

.searchform .button.icon {
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}

li.header-search-form form.searchform input {
  height: 40px;
  border-radius: 20px;
  padding-left: 20px;
  padding-right: 48px;
}

li.header-search-form form.searchform .flex-col:nth-child(2) {
  position: absolute;
  right: 0;
}

ul.header-nav.nav-right li.header-search-form form.searchform button {
  height: 40px;
  width: 60px;
  border-radius: 25px !important;
  background: linear-gradient(
    243.74deg,
    var(--fs-color-secondary) 11.89%,
    var(--primary-color) 85.65%
  );
  border: 0px;
}

.header-block-block-1 {
  font-size: 16px;
  font-weight: 500;
  line-height: 23px;
}

.header-block-block-3 {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
	color:#fff;
}

.header-block-block-3 i {
  padding-right: 3px;
}

.header-block-block-3 li:nth-child(2) {
  padding-left: 15px;
  padding-right: 15px;
}

/** Nav Menu **/

.nav-spacing-xlarge > li {
  margin: 0 20px;
}

.nav.header-nav > li > a {
  padding-top: 0px;
  padding-bottom: 0px;
  line-height: 102px;
}

/** Breadcrumbs **/

.webrt-banner {
  height: 350px;
  display: flex;
  align-items: center;
}

.webrt-banner .wrap_banner {
  position: relative;
  padding-left: 30px;
}

.webrt-banner .wrap_banner::before {
  content: "";
  width: auto;
  height: 160px;
  position: absolute;
  border-left: 2px solid var(--fs-color-secondary);
  top: -15px;
  left: 0;
}

.webrt-banner h1 {
  color: #fff;
  font-size: 58px;
  font-weight: 600;
  line-height: 65px;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.webrt-banner p {
  color: var(--fs-color-secondary);
  font-size: 36px;
  font-weight: 500;
  line-height: 43.2px;
/*   font-family: "Barlow Condensed"; */
}

.breadcrumbs {
  color: #535353;
}

.product-info .breadcrumbs {
  display: none;
}

.webrt-page-title {
  background: #f8f8f8;
}

.webrt-page-title .page-title-inner {
  min-height: 50px;
  padding-top: 10px;
  padding-bottom: 10px;
}

/** Post cat **/

.post-item .box.box-normal {
  box-shadow: 0px 2px 6px 0px #0000001a;
}

.post-item .box-text {
  padding-left: 20px;
  padding-right: 20px;
}

/** Single Post **/

.entry-meta {
  font-size: 14px;
}

.entry-meta .posted-author {
  padding-right: 10px;
}

.entry-meta .posted-on,
.entry-meta .posted-share {
  padding-left: 10px;
  padding-right: 10px;
}

.entry-meta .posted-share a {
  font-size: 11px;
  width: 24px;
  min-width: 24px;
  height: 24px;
  min-height: 24px;
  line-height: 24px;
  border-width: 1px;
  margin-bottom: 0px;
}

.entry-meta .posted-view {
  padding-left: 10px;
}

.entry-meta .posted-author img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
}

.post-item .box.box-push:hover h5.post-title a {
  color: #fff;
}

.post-item .box.box-push:hover .is-divider {
  background: #fff;
}

.box-push h5.post-title {
  font-size: 15px;
  font-weight: 600;
  line-height: 23px;
  letter-spacing: -0.02em;
  text-align: left;
}

.post-item .col-inner .post-meta::before {
  content: "\f133";
  font-family: "Font awesome 6 Pro";
  font-weight: 300;
  font-size: 12px;
  padding-right: 5px;
}

.post-item .box .post-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 0em;
}

.post-item .box.box-vertical h5.post-title {
  font-size: 25px;
}

.post-item .box .is-divider {
  display: none;
}

.related-post .heading {
  font-size: 25px;
  margin-bottom: 15px;
}

#post-list .post-item .col-inner {
  padding-bottom: 25px;
  border-bottom: 1px dashed #ddd;
}

.post-item .box-text a.button {
  color: var(--primary-color);
  height: 32px;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 32px;
  border-radius: 25px;
  padding: 0px 15px;
  border: 1px solid var(--primary-color);
  text-transform: none;
}

.post-item .box-text a.button::after {
  content: "\f061";
  font-family: "Font Awesome 6 Pro";
  font-size: 14px;
  padding-left: 5px;
}

.post-item .box-text a.button:hover {
  color: #fff;
}

.post-related-wrap {
  padding-bottom: 0px;
}

.related-post .heading {
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  margin-bottom: 25px;
  border-bottom: 2px solid #ddd;
  position: relative;
}

.related-post .heading:before {
  content: "";
  width: 245px;
  height: 1px;
  position: absolute;
  border-bottom: 2px solid var(--primary-color);
  bottom: -2px;
  left: 0;
}

.related-post .flickity-prev-next-button {
  opacity: 1;
}

.related-post .flickity-prev-next-button.previous {
  left: -15px;
}

.related-post .flickity-prev-next-button.next {
  right: -15px;
}

/** Footer **/

#footer {
  color: #fff;
}

#footer a {
  color: #fff;
}

#footer .footer-widgets-asea .col {
  padding-left: 0px;
  padding-right: 0px;
}

#footer h4,
#footer span.widget-title {
  display: block;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 25px;
/*   font-family: "Barlow Condensed", sans-serif; */
}

#footer h4::before,
#footer span.widget-title::before {
  content: "";
  width: 62px;
  height: 0px;
  position: absolute;
  border-bottom: 2px solid #fff;
  bottom: 0;
  left: 0;
}

#footer .footer-widgets-asea:nth-child(1) {
  flex-basis: 35%;
  max-width: 35%;
}

#footer .footer-widgets-asea:nth-child(2) {
  flex-basis: 20%;
  max-width: 20%;
}

#footer .footer-widgets-asea:nth-child(3) {
  flex-basis: 20%;
  max-width: 20%;
}

#footer .footer-widgets-asea:nth-child(4) {
  flex-basis: 25%;
  max-width: 25%;
}

.footer-widgets-asea ul li {
  margin: 0;
  padding-left: 25px;
  padding-bottom: 10px;
  list-style-type: none;
  position: relative;
}

.footer-widgets-asea:nth-child(1) ul li::before {
  content: "\f015";
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
  font-size: 15px;
  position: absolute;
  top: 3px;
  left: 0;
}

.footer-widgets-asea:nth-child(1) ul li:nth-child(2)::before {
  content: "\f3c5";
}

.footer-widgets-asea:nth-child(1) ul li:nth-child(3)::before {
  content: "\f095";
}

.footer-widgets-asea:nth-child(1) ul li:nth-child(4)::before {
  content: "\f0e0";
}

.footer-widgets-asea:nth-child(1) ul li:nth-child(5)::before {
  content: "\f0ac";
}

.footer-widgets-asea ul.menu li + li {
  border-top: none;
}

.footer-widgets-asea ul li::before {
  content: "\f111";
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  font-size: 6px;
  color: #fff;
  position: absolute;
  top: calc(50% - 8px);
  left: 0;
  opacity: 1;
}

.footer-widgets-asea ul.menu li a {
  padding: 3px 0px;
}

#footer .absolute-footer {
  background: transparent;
}

.absolute-footer.dark {
  color: #fff;
}

.title-footer p {
  font-size: 32px;
  font-weight: 700;
  line-height: 28px;
/*   font-family: "Barlow Condensed", sans-serif; */
  background: -webkit-linear-gradient(
    180deg,
    var(--fs-color-secondary) 28.57%,
    var(--primary-color) 96.43%
  );
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 0.5px #fff;
}

#footer a.back-to-top {
  border: 0;
  color: #fff;
  font-size: 20px;
  line-height: 45px;
  width: 45px;
  height: 45px;
  min-width: 45px;
  min-height: 45px;
  margin: 0;
  bottom: 55px;
  background: var(--primary-color);
}

/** Menu **/

ul.header-nav.nav-uppercase > li.menu-item > a {
  text-transform: uppercase;
}

.nav-dropdown-has-arrow.nav-dropdown-has-border li.has-dropdown:before {
  border-bottom-color: rgb(0 0 0 / 1%);
}

.nav-dropdown-default .nav-column li > a,
.nav-dropdown.nav-dropdown-default > li > a {
  border-bottom: 1px dashed rgb(0 0 0 / 15%);
}

.nav-column > li > a,
.nav-dropdown > li > a,
.nav-vertical-fly-out > li > a,
.nav > li > a {
  color: #222;
}

.nav-dropdown-has-border .nav-dropdown {
  border: 0;
  padding: 10px;
  /* min-width: 290px; */
}

.nav-dropdown li {
  font-size: 14px;
}

li.current-dropdown > .nav-dropdown-full,
li.has-dropdown:hover > .nav-dropdown-full {
  display: block;
}

.nav-dropdown-full > li.nav-dropdown-col {
  width: 25%;
  float: left;
}

.nav-dropdown .menu-item-has-children > a,
.nav-dropdown .nav-dropdown-col > a,
.nav-dropdown .title > a {
  color: #222;
  font-size: 14px;
  font-weight: bold;
}

#main-menu ul.nav-sidebar .html.custom {
  color: #fff;
  flex-flow: nowrap;
}

/** Menu sub-menu 3 **/

.nav-dropdown > li.nav-dropdown-col {
  display: block;
}

.nav-dropdown {
  border: 1px solid #ddd;
  padding: 0;
}
.nav-dropdown .nav-dropdown-col > a,
.nav-dropdown li a {
  font-weight: normal !important;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
}

.nav-dropdown-default > li:hover > a,
.nav-dropdown .nav-dropdown-col > ul li:hover > a {
  color: #ec3922;
}

.nav-dropdown-default > li.menu-item-has-children > a {
  position: relative;
}

.nav-dropdown-default > li.menu-item-has-children > a::before {
  content: "\f105";
  font-family: "FontAwesome";
  font-size: 15px;
  position: absolute;
  top: 0px;
  right: 0px;
  line-height: 40px;
}

.nav-dropdown-has-arrow li.has-dropdown:before {
  border-width: 10px;
  margin-left: -10px;
}

.nav-dropdown .nav-dropdown-col > ul {
  margin-top: -40px;
  box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.15);
  display: none;
  position: absolute;
  left: 100%;
  z-index: 9;
  background: white;
  min-width: 240px;
}

.nav-dropdown > li.nav-dropdown-col {
  width: 100%;
  border-right: 0;
}

.nav-dropdown .nav-dropdown-col > ul li a {
  padding: 10px;
  text-transform: none;
  color: black;
}

.header-nav li.nav-dropdown-col:hover > ul {
  display: block !important;
}

/** Mega Menu **/

ul.nav.header-nav > li.mega-menu {
  position: initial;
}

li.mega-menu.current-dropdown > .nav-dropdown {
  left: 0px;
  margin-left: 0px !important;
}

.mega-menu ul.sub-menu li {
  width: 33.333%;
  float: left;
  padding-left: 42px;
  padding-right: 10px;
  position: relative;
  padding-top: 10px;
  padding-bottom: 20px;
}

.mega-menu .nav-dropdown-default .nav-column li > a,
.mega-menu .nav-dropdown.nav-dropdown-default > li > a {
  margin: 0;
  padding: 0;
  padding-bottom: 5px;
  border-bottom: 0;
}

ul.header-nav .sub-menu .tabbed-content h4 {
  font-size: 30px;
  color: #043f7b;
}

ul.header-nav .sub-menu .tabbed-content .tab-panels h4,
ul.header-nav .sub-menu .tabbed-content .box h4 {
  font-size: 25px;
}

ul.header-nav .sub-menu .nav-vertical.nav-line {
  width: 30%;
  padding-right: 30px;
}

ul.header-nav .sub-menu .nav-vertical.nav-line > li > a::before {
  display: none;
}

ul.header-nav .sub-menu .nav-vertical.nav-line > li > a {
  padding: 15px;
}

ul.header-nav .sub-menu .nav-vertical.nav-line > li.active > a {
  color: #043f7b;
  background: #ddd;
}

ul.header-nav .sub-menu .nav-vertical.nav-line > li.active > a::before {
  content: "";
  background: transparent;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
  border-left: 25px solid #ddd;
  position: absolute;
  top: 0;
  right: -37px;
  display: block;
  opacity: 1;
}

ul.header-nav .sub-menu .nav-vertical.nav-line > li > a span {
  font-size: 18px;
}

ul.header-nav .sub-menu .nav-vertical.nav-line > li > a::after {
  content: "\f054";
  font-family: "Font Awesome 6 Pro";
  font-weight: 300;
  font-size: 16px;
  position: absolute;
  right: 0;
  top: calc(50% - 13px);
}

ul.header-nav .sub-menu .nav-vertical > li.active > a::after {
  display: none;
}

ul.header-nav .sub-menu .nav-vertical + .tab-panels {
  border-left: 0;
}

/** Home **/

.slider.slider-nav-simple .flickity-page-dots .dot {
  background: var(--primary-color);
  border: 0;
  opacity: 1;
}

.slider.slider-nav-simple .flickity-page-dots .dot.is-selected {
  width: 35px;
  border-radius: 35px;
  background: var(--fs-color-secondary);
}

.slider.slider-nav-simple .flickity-button {
  opacity: 1;
}

.slider.slider-nav-simple .flickity-button.previous .flickity-button-icon,
.slider.slider-nav-simple .flickity-button.next .flickity-button-icon {
  color: #fff;
  padding: 10px 8px;
  background: var(--fs-color-secondary);
}

.slider.slider-nav-simple .flickity-button:hover .flickity-button-icon path {
  fill: #fff;
}

.rt-section-slider .col-inner {
  position: relative;
}

.text-banner {
  width: 100%;
  bottom: 0;
  position: absolute;
}

.text-banner h4 {
  width: 100%;
  font-size: 50px;
  font-weight: 900;
  line-height: 120px;
  letter-spacing: 0.05em;
  color: rgba(255, 0, 0, 0);
  -webkit-text-stroke: 1px #fff;
}

.title-white {
  color: #fff !important;
}

.block__element_head .sp_block {
  font-size: 30px;
  font-weight: 600;
  line-height: 48px;
  text-transform: uppercase;
  position: relative;
}

.rt-section-1::before {
  content: "";
  width: 100%;
  height: 30px;
  background: url("assets/images/bg-line.png") no-repeat center / cover;
  position: absolute;
  z-index: 9;
  bottom: 0;
  left: 0;
}

.rt-section-1 .block__element_head .sp_block {
  color: #a4a4a4;
  font-size: 32px;
  font-weight: 400;
  line-height: 38.4px;
  letter-spacing: 0.13em;
}

.rt-section-4 .block__element_head .sp_block,
.rt-section-6 .block__element_head .sp_block {
  color: #a4a4a4;
  font-size: 24px;
  font-weight: 400;
  line-height: 28.8px;
  letter-spacing: 0.13em;
}

.block__element_head .sp_block::before {
  content: "";
  width: 33px;
  height: auto;
  position: absolute;
  border-top: 2px solid var(--fs-color-secondary);
  left: -45px;
  top: calc(50% + 2px);
}

.rt-section-4 .block__element_head .sp_block::before,
.rt-section-6 .block__element_head .sp_block::before {
  display: none;
}

.block__element_head .sp_block::after {
  content: "";
  width: 33px;
  height: auto;
  position: absolute;
  border-top: 2px solid var(--fs-color-secondary);
  right: -45px;
  top: calc(50% + 2px);
}

.rt-section-1 h3 {
  font-size: 48px;
  font-weight: 600;
  line-height: 57.6px;
  background: -webkit-linear-gradient(90deg, #043f7b 0%, #2b72bb 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.rt-section-1 h4 {
  color: #043f7b;
  font-size: 30px;
}

.btn-info {
  border: 0;
  padding: 0;
  background: transparent;
}

.btn-info:hover {
  box-shadow: none;
}

.btn-info span {
  font-size: 17px;
  font-weight: 500;
  line-height: 45px;
  padding: 0px 20px;
  background: linear-gradient(
    90deg,
    var(--primary-color) 0%,
    var(--fs-color-secondary) 100%
  );
}

.btn-info .icon-angle-right {
  width: 40px;
  height: 45px;
  line-height: 45px;
  background: var(--fs-color-secondary);
  margin-left: -1px !important;
  top: 0px;
  vertical-align: top;
}

.btn-info .icon-angle-right::before {
  content: "\f061";
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  font-size: 17px;
}

.btn-info .icon-angle-right::after {
  content: "";
  height: 45px;
  top: 0px;
  right: -15px;
  position: absolute;
  border-right: 15px solid transparent;
  border-bottom: 45px solid var(--fs-color-secondary);
}

/** rt-section-4 **/

.rt-section-4 h3 {
  text-transform: uppercase;
}

.rt-section-4 h4 {
  font-size: 26px;
  font-weight: 500;
  line-height: 30px;
}

.rt-section-4 p {
  color: #494949;
  text-align: justify;
}

/** rt-section-6 **/

.rt-section-4 h3,
.rt-section-6 h3 {
  font-size: 28px;
  font-weight: 600;
  line-height: 48px;
  
}

.rt-section-6 p {
  color: #494949;
}

.item-giaiphap .giaiphap_number {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.item-giaiphap .giaiphap_number p {
  font-size: 64px;
  font-weight: 600;
  line-height: 85px;
/*   font-family: "Barlow Condensed"; */
  background: -webkit-linear-gradient(
    180deg,
    var(--primary-color) 0%,
    var(--fs-color-secondary) 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.item-giaiphap .giaiphap_number h4 {
  font-size: 27px;
  font-weight: 600;
  line-height: 40px;
  margin-bottom: 0px;
  margin-left: 15px;
  position: relative;
}

.item-giaiphap .giaiphap_number h4::before {
  content: "";
  width: 66px;
  height: auto;
  position: absolute;
  border-bottom: 1.5px solid var(--fs-color-secondary);
  bottom: -10px;
  left: 0;
}

.giaiphap_content p {
  color: #494949;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  text-align: justify;
}

.rt-section-9 .gallery-col .box-image {
  border-radius: 5px;
  box-shadow: 0px 0px 10px 0px #00000026;
}

.rt-section-10 p {
  margin: 0;
  padding: 0;
  line-height: 0;
}

/** Page **/

.gg-map p {
  line-height: 0;
  margin-bottom: 0;
}

/** Woocoommerce **/

.category-page-row {
  padding-top: 45px;
}

.page-title:not(.featured-title) + main .product-main,
.shop-container #product-sidebar {
  padding-top: 40px;
}

.cat_title h2 {
  font-size: 32px;
  font-weight: 600;
  line-height: 38.4px;
  position: relative;
  margin-bottom: 25px;
  padding-left: 18px;
  text-transform: uppercase;
}

.cat_title h2::before {
  content: "";
  width: 5px;
  height: 21px;
  background: var(--fs-color-secondary);
  position: absolute;
  top: 10px;
  left: 0;
}

.flex-col_woocommerce {
  display: flex;
	    flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  border: 5px;
  background: #f8f8f8;
  padding: 0px 15px;
  margin-bottom: 20px;
}

.flex-col_woocommerce .woocommerce-result-count {
  margin: initial;
	margin-right:15px;
}

.flex-col_woocommerce .woocommerce-ordering select.orderby {
  border: 0px;
  box-shadow: none;
  background-color: #f8f8f8;
  height: 30px;
}

.col .product-small.box.box-normal {
  background: #fff;
  border: 1px solid #dfdfdf;
}

.col .product-small.box.box-normal .price-wrapper .sku,
.col .product-small.box.box-normal .price-wrapper .tags {
  display: none;
}

.product-small.product.type-product .product-small.box .box-image {
  border: 1px solid #f0f0f0;
}

.product-small.product.type-product .product-small.box .product-title a {
  font-size: 17px;
  font-weight: 400;
  line-height: 27px;
  text-align: left;
}

.product-small.product.type-product .product-small.box .box-text-products {
  padding-left: 0;
  padding-right: 0;
}

.product-small.product.type-product .product-small.box .price-wrapper .price {
  display: none;
}

.product_meta .sku_wrapper,
.product-small.product.type-product .product-small.box .price-wrapper .sku p {
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
  text-align: left;
}

.product-small.product.type-product .product-small.box .price-wrapper .tags {
  color: #6a6a6a;
  font-size: 17px;
  font-weight: 400;
  line-height: 27px;
  text-align: left;
}

.add-to-cart-button a.button {
  width: 100%;
  height: 42px;
  border: 0;
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  line-height: 42px;
  border-radius: 0px;
  padding: 0px 20px;
  text-transform: uppercase;
  background: linear-gradient(
    90deg,
    var(--primary-color) 0%,
    var(--fs-color-secondary) 100%
  );
}

.add-to-cart-button a.button::after {
  content: "\f061";
  font-family: "Font Awesome 6 Pro";
  font-size: 14px;
  padding-left: 5px;
}

.widget li > .woocommerce-Price-amount bdi,
.widget .amount-contact,
.price > .woocommerce-Price-amount > bdi,
.price .amount-contact {
  color: #e24642;
  font-weight: 700;
}

.product-info .hide-for-off-canvas {
  width: 100%;
  position: absolute;
  right: 15px;
  top: 15px;
}

.product-info .hide-for-off-canvas a.button {
  border-radius: 4px !important;
  background: var(--primary-color);
  border: 0;
  color: #fff;
  font-size: 20px;
  padding: 0;
  min-width: 30px;
  min-height: 30px;
  line-height: 30px;
}

ul.product-tabs.nav-pills > li > a {
  line-height: 50px;
}

.related.related-products-wrapper {
  border-top: 0;
  padding-top: 25px;
  background: #f8f8f8;
}

.related.related-products-wrapper h3 {
  font-size: 35px;
  padding-left: 15px;
  padding-right: 15px;
}

/** Sidebar **/

.widget_product_search .searchform input[type="search"] {
  box-shadow: none;
  width: 100%;
  box-shadow: none;
  border: 1px solid #e1e1e1;
}

.widget_product_search .searchform button {
  background: transparent;
  color: var(--primary-color);
  box-shadow: none;
  border: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.widget_product_categories .widget-title {
  color: #fff;
  height: 40px;
  width: 100%;
  display: block;
  font-size: 20px;
  font-weight: 600;
  line-height: 40px;
  text-align: center;
  background: var(--primary-color);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.widget_product_categories ul {
  border: 1px solid #e1e1e1;
}

.widget_product_categories ul li a {
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
  position: relative;
  padding: 0px 15px 0px 40px;
  height: 60px;
  display: flex;
  align-items: center;
/*   font-family: "Barlow Condensed"; */
}

.widget_product_categories ul li.active a,
.widget_product_categories ul li a:hover {
  background: var(--fs-color-secondary);
}

.widget_product_categories ul li a::before {
  content: "\f105";
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
  font-size: 16px;
  position: absolute;
  top: calc(50% - 11px);
  left: 15px;
}

.widget_product_categories ul.children {
  border: 0;
  margin: 0;
  padding: 0;
}

.widget_product_categories ul ul.children li a {
  height: 45px;
  padding-left: 60px;
}

.widget_product_categories ul ul.children li a::before {
  left: 38px;
}

#menu-danh-muc-san-pham {
  border-top: 0;
  border: 1px solid #043f7b;
}

#menu-danh-muc-san-pham li {
  padding-left: 15px;
  padding-right: 15px;
}

#menu-danh-muc-san-pham li a {
  position: relative;
  padding-left: 5px;
  padding-top: 12px;
  padding-bottom: 12px;
}

#menu-danh-muc-san-pham ul.sub-menu {
  border-left: 0px;
  margin: 0 0 10px 0px;
  padding-left: 0px;
}

#menu-danh-muc-san-pham ul.sub-menu li a {
  padding-top: 5px;
  padding-bottom: 5px;
}

aside.widget_categories .widget-title,
aside.widget_nav_menu .widget-title,
aside.widget_products .widget-title,
aside.flatsome_recent_posts .widget-title {
  color: #fff;
  display: block;
  height: 45px;
  line-height: 45px;
  text-align: center;
  background: var(--primary-color);
}

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

aside.widget_categories ul,
aside.widget_products ul,
aside.flatsome_recent_posts ul {
  border-top: 0;
  padding-left: 15px;
  padding-right: 15px;
  border: 1px solid var(--primary-color);
}

.widget.widget_categories > ul > li > a {
  padding-top: 15px;
  padding-bottom: 15px;
}

.recent-blog-posts-li .recent-blog-posts {
  padding: 10px 0;
}

.recent-blog-posts-li .recent-blog-posts .badge {
  width: 80px;
  height: 65px;
}

.recent-blog-posts-li .recent-blog-posts a {
  font-size: 13px;
  margin-bottom: 0px;
  font-weight: 400;
}

table tbody td,
table tbody th {
  padding: 1rem;
  vertical-align: top;
  border: 1px solid #dee2e6;
}

.product-footer .woocommerce-tabs .tabs {
  background: #f1f1f1;
  border-radius: 20px;
}

/** Page Download **/

.document-archive .inner_document_top h2 {
  color: #043f7b;
  font-size: 48px;
  font-weight: 600;
  line-height: 57.6px;
  position: relative;
  padding-left: 20px;
}

.document-archive .inner_document_top h2::before {
  content: "";
  width: auto;
  height: 33px;
  position: absolute;
  border-left: 5px solid #ec3922;
  left: 0;
  top: 15px;
}

.tab_document {
  margin-top: 40px;
}

.tab_document h4 {
  color: #043f7b;
  font-size: 24px;
  font-weight: 600;
  line-height: 35px;
/*   font-family: "Barlow"; */
  text-transform: uppercase;
  margin-bottom: 12px;
}

.tab_document ul li {
  list-style-type: none;
  display: inline-block;
  margin: 0;
}

.tab_document ul li a {
  background: #e9ecef;
  height: 50px;
  line-height: 50px;
  padding: 0px 20px;
  display: block;
/*   font-family: "Barlow"; */
  font-size: 20px;
  font-weight: 600;
}

.tab_document ul li a.active {
  color: #fff;
  background: #ec3922;
}

.inner_document_bottom {
  padding-top: 50px;
  padding-bottom: 10px;
}

.document-item .box.box-normal .box-image {
  box-shadow: 0px 0px 10px 0px #00000036;
}

.document-item .box.box-normal .box-image img {
  height: 430px;
  width: 100%;
  object-fit: cover;
  background: #fff;
}

.document-item .box.box-normal .box-image img.demo {
  padding: 0px 20px;
  object-fit: contain;
}

.document-item .box.box-normal h5.post-title a {
  font-size: 20px;
  font-weight: 500;
}

.document-item .box.box-normal p {
  color: #818181;
  font-size: 16px;
  font-weight: 400;
  line-height: 35px;
  text-transform: uppercase;
}
.comment-form-rating span a{
	font-size:0;
	margin-right:10px;
}
.comment-form-rating span a:after{
	font-size:15px;
}@media only screen and (max-width: 850px) {
	.header-block-block-1{
		text-align: center;
	}
}

@media only screen and (max-width: 48em) {
  /*************** ADD MOBILE ONLY CSS HERE  ***************/
	.product-info .hide-for-off-canvas {
		top: -25px;
	}
	.html1 p {
		font-size: 12px;
	}
  body {
    font-size: 15px;
  }
  .webrt-banner {
    height: 160px;
  }
  .webrt-banner .wrap_banner::before {
    height: 70px;
    top: -7px;
  }
  /** Home **/
  .text-banner h4 {
    font-size: 15px;
    line-height: 35px;
    -webkit-text-stroke: 0.5px #fff;
  }
  .btn-info span {
    font-size: 14px;
    line-height: 40px;
    padding: 0px 15px;
  }
  .btn-info .icon-angle-right {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  .btn-info .icon-angle-right::before {
    font-size: 14px;
  }
  .btn-info .icon-angle-right::after {
    height: 40px;
    border-bottom: 40px solid #134272;
  }
  .rt-section-1 .block__element_head .sp_block {
    font-size: 20px;
  }
  .rt-section-1 h3 {
    font-size: 25px;
    line-height: 38px;
  }
  .rt-section-10 iframe {
    height: 250px;
  }
  .block__element_head .sp_block::before {
    width: 20px;
    left: -30px;
  }
  .block__element_head .sp_block::after {
    width: 20px;
    right: -25px;
  }
  .rt-section-1 h4 {
    font-size: 20px;
    line-height: 25px;
  }
  .block__element_head .sp_block {
    font-size: 25px;
  }
  .rt-section-4 h3,
  .rt-section-6 h3 {
    font-size: 25px;
  }
  .rt-section-4 .block__element_head .sp_block,
  .rt-section-6 .block__element_head .sp_block {
    font-size: 18px;
  }
  .item-giaiphap .giaiphap_number h4 {
    font-size: 25px;
  }
  .item-giaiphap .giaiphap_number p {
    font-size: 50px;
  }
  .webrt-banner h1 {
    font-size: 25px;
    margin-bottom: 5px;
    line-height: 30px;
  }
  .webrt-banner p {
    font-size: 18px;
    line-height: 25px;
  }
  .cat_title h2 {
    font-size: 25px;
  }
  .product-small.product.type-product .product-small.box .product-title a,
  .product-small.product.type-product .product-small.box .price-wrapper .tags {
    font-size: 15px;
  }
  .product_meta .sku_wrapper,
  .product-small.product.type-product .product-small.box .price-wrapper .sku p {
    font-size: 16px;
  }
  .flex-col_woocommerce .woocommerce-result-count {
    display: block !important;
  }
  .flex-col_woocommerce .woocommerce-ordering select.orderby {
    width: 165px;
	  padding-left:0;
  }
  /** Footer **/
  #footer {
    background-size: cover;
  }
  #footer .footer-widgets-asea:nth-child(1),
  #footer .footer-widgets-asea:nth-child(2),
  #footer .footer-widgets-asea:nth-child(3),
  #footer .footer-widgets-asea:nth-child(4) {
    flex-basis: 100%;
    max-width: 100%;
  }
  /** Product **/
  .price > .woocommerce-Price-amount > bdi,
  .price .amount-contact {
    line-height: 25px;
  }
  .add-to-cart-button a.button {
    height: 25px;
    font-size: 13px;
    line-height: 29px;
  }
  .add-to-cart-button a.button::after {
    font-size: 12px;
  }
  form.cart .quantity {
    width: 100%;
  }
  form.cart .single_add_to_cart_button.button,
  form.cart .buy-now.button {
    width: calc(50% - 7px);
    margin: 0;
    padding-left: 5px;
    padding-right: 5px;
  }
  /** Page **/
  .gg-map p iframe {
    height: 220px;
  }
  .document-archive .inner_document_top h2 {
    font-size: 30px;
    line-height: 40px;
  }
  .document-archive .inner_document_top h2::before {
    height: 20px;
    top: 12px;
  }
  .document-item .box.box-normal .box-image img {
    height: 270px;
  }
  .tab_document ul li {
    margin-bottom: 5px;
  }
  .tab_document ul li a {
    height: 40px;
    line-height: 40px;
    font-size: 15px;
  }
  .tab_document h4 {
    font-size: 18px;
  }
  .col.post-item .box.box-vertical {
    box-shadow: 0px 2px 6px 0px #0000001a;
  }
  .html_topbar_right .html2 {
    color: #333;
  }
  .html_topbar_right .html2 li:nth-child(2) {
    display: none;
  }
  .product-footer .woocommerce-tabs .tabs > li {
    width: auto;
  }
}
.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;
}
