@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");

body {
  font-family: "Inter", sans-serif;
}

.dark,
.dark p,
.dark td {
  color: #fff;
  line-height: 1.6;
}

.box-text a:not(.button),
.box-text h1,
.box-text h2,
.box-text h3,
.box-text h4,
.box-text h5,
.box-text h6,
.box-text p {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
b,
strong {
  font-weight: 600;
}

.icon-box-img img,
.icon-box-img svg {
  padding: 0;
}

.flickity-prev-next-button {
  opacity: 1;
  background-color: #fff;
  height: 40px;
  width: 40px;
  border-radius: 99px;
  box-shadow: 0 0 6px rgb(0 0 0 / 0.1), 0 3px 6px rgb(0 0 0 / 0.05);
}

.flickity-prev-next-button svg {
  width: 30px;
}

.slider-nav-push:not(.slider-nav-reveal) .flickity-prev-next-button {
  margin: 0;
}

.flickity-prev-next-button.next {
  right: -15px;
}

.flickity-prev-next-button.previous {
  left: -15px;
}

.breadcrumbs {
  font-weight: 500;
  background-color: #f7f7f8;
}

.breadcrumbs .col {
  padding-bottom: 0;
}

.breadcrumbs .col-inner {
  padding: 10px 0;
}

#top-bar input[type="search"] {
  height: 25px;
  box-shadow: none !important;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

#top-bar .button.icon {
  width: 25px;
  height: 25px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  min-height: unset;
  min-width: unset;
  font-size: 10px;
}

#top-bar .header-button-1 .button {
  border-radius: 99px;
  font-size: 12px;
  text-transform: none;
  font-weight: 500;
  padding: 0;
  background-color: transparent !important;
  box-shadow: none !important;
}

#masthead .nav > li {
  margin: 0 15px;
}

#masthead .nav > li > a {
  font-size: 16px;
  color: #161f38;
  font-weight: 500;
  text-transform: none;
}

#masthead .nav-column li.active > a,
#masthead .nav-column li > a:hover,
#masthead .nav-dropdown li.active > a,
#masthead .nav-dropdown > li > a:hover,
#masthead .nav-vertical-fly-out > li.active > a,
#masthead .nav-vertical-fly-out > li > a:hover,
#masthead .nav > li.active > a,
#masthead .nav > li.current > a,
#masthead .nav > li > a.active,
#masthead .nav > li > a.current,
#masthead .nav > li > a:hover {
  color: var(--fs-color-primary);
}

.archive-page-header {
  display: none;
}

.post-item .box {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #d1d1d1;
  font-size: 16px;
  font-weight: 500;
}

.post-item .box-text {
  padding: 15px;
}

.post-item .box-text h5 a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.post-item .from_the_blog_excerpt {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.entry-content,
.entry-header-text {
  padding: 0;
}

@media screen and (min-width: 850px) {
  #post-list > .row > .col:first-child {
    flex-basis: 100%;
    max-width: 100%;
  }

  #post-list > .row > .col:first-child .box {
    display: flex;
  }

  #post-list > .row > .col:first-child .box-image {
    width: 40%;
  }

  #post-list > .row > .col:first-child .box-text {
    width: 60%;
  }

  #post-list > .row > .col:first-child .box-text h5 {
    font-size: 26px;
  }
}

/* home */

.home2 {
  padding: 2rem 0 calc(2rem - 20px);
}

.home2 .icon-box {
  color: #fff;
  padding: 15px;
  border-radius: 8px;
  background: linear-gradient(90deg, #213142 0.62%, #0a9c4b 99.38%);
  display: flex;
  align-items: center;
  transition: all 0.3s;
}

.home2 .icon-box:hover {
  scale: 1.02;
}

.home2 .icon-box h3 {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 5px;
}

.home2 .icon-box p {
  font-size: 14px;
  margin: 0;
}

.home2 .row .col:nth-child(2) .icon-box {
  background: linear-gradient(90deg, #f6921e 0, #eb2e0f 100%);
}

.home2 .row .col:nth-child(3) .icon-box {
  background: linear-gradient(0deg, rgb(0 0 0 / 0.12), rgb(0 0 0 / 0.12)),
    linear-gradient(90deg, #657587, #5097ff);
}

.home3 {
  padding: 2rem 0 calc(2rem - 20px);
}

.home3 .img {
  border-radius: 8px;
  overflow: hidden;
  transition: all 0.3s;
}

.home3 .img:hover {
  scale: 1.02;
}

.home4 {
  padding: 2rem 0 calc(2rem - 20px);
}

.home5 {
  padding: 2rem 0 calc(2rem - 20px);
}

.home5 .box-products {
  background-color: #fff;
  padding: 20px 20px 0;
  border-radius: 8px;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px,
    rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}

.home6 {
  margin-top: 50px;
}

/*  */

/* product */
.product-images img {
  border-radius: 8px;
}

.product-thumbnails img {
  margin: 0;
  border-radius: 8px;
  opacity: 1;
}

.product-thumbnails .is-nav-selected a,
.product-thumbnails a:hover {
  border-radius: 8px;
  border-color: var(--fs-color-primary);
}

.product-thumbnails .is-nav-selected a img,
.product-thumbnails a:hover img {
  transform: unset;
  border-radius: 8px;
}

.image-tools.bottom.left {
  display: none;
}

.product-price-custom {
  background-color: #f7f7f8;
  padding: 15px;
  border-radius: 8px;
  text-align: center;
  margin-bottom: 15px;
}

.product-price-custom span.amount {
  color: #ff0000;
  white-space: nowrap;
  font-size: 24px;
  font-weight: 600;
}

.package-speed {
  display: flex;
  justify-content: center;
  gap: 20px;
  align-items: flex-end;
  margin-bottom: 15px;
}

.package-speed {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 calc(50% - 16px);
  flex: 1 1 calc(50% - 16px);
  background: #f7f7f8;
  padding: 24px;
  text-align: center;
  border-radius: 8px;
}
.package-speed .speed-info {
  text-align: left;
}
.package-speed .img-speed img {
  width: 79px;
  height: 63px;
}
.package-speed .speed-label strong {
  margin-right: 8px;
  font-size: 18px;
  font-weight: 700;
}
.package-speed .speed-label span,
.package-speed .speed-num .upload {
  font-size: 13px;
}
.package-speed .speed-num .speed {
  font-size: 45px;
  font-weight: 700;
  line-height: 45px;
  margin-right: 4px;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#f6921e),
    to(#eb2e0f)
  );
  background: linear-gradient(90deg, #f6921e 0, #eb2e0f 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.package-speed .detail-speed {
  display: flex;
  flex-direction: column;
}
.package-speed .speed-num {
  display: flex;
  align-items: center;
}

.register-action.action-item a.pum-trigger {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  padding: 10px;
  gap: 3px;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#f6921e),
    to(#eb2e0f)
  );
  background: linear-gradient(90deg, #f6921e 0, #eb2e0f 100%);
  color: #fff !important;
}
.action-label {
  font-size: 18px;
  font-weight: 700;
}
.action-desc {
  font-size: 12px;
}
.advise-action a {
  background: #f0f3fe;
  color: #0f5acd;
}
.advise-action a {
  background: #f0f3fe;
  color: #0f5acd;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  padding: 10px;
  gap: 3px;
}

.product-description {
  background-color: #fff;
  border-radius: 8px;
  padding: 15px;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px,
    rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}

.product-description table {
  border-collapse: collapse;
  width: 100%;
}

.product-description td,
.product-description th {
  border: 1px solid #ddd;
  padding: 8px;
  font-size: 16px;
  color: #000;
  text-transform: none;
}

ul.ux-products-list {
  margin: 0;
}

ul.ux-products-list li {
  margin: 0;
}

ul.product_list_widget li a:not(.remove) {
  font-size: 16px;
  font-weight: 500;
  color: #000;
}

ul.product_list_widget li img {
  margin: 0;
  border-radius: 4px;
}

ul.product_list_widget li span.amount {
  color: #ff0000;
}

ul.product_list_widget li span.price-prefix,
ul.product_list_widget li span.price-suffix {
  font-size: 14px;
  font-weight: 500;
  color: #000;
}

/* product-small */
.product-small.box {
  border: 1px solid #d1d1d1;
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
}

.product-small .box-text {
  padding: 16px;
  text-align: center;
}

.product-small .box-text .name {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
}

.product-small .box-text .name a {
  color: var(--fs-color-base);
}

.product-small .tooltip-container {
  position: relative;
  display: block;
}

.product-small .icon-info {
  position: relative;
  padding-right: 20px;
  width: 100%;
  background: url(/wp-content/uploads/note.svg) no-repeat calc(50% + 22px)
    center / 16px 16px;
  color: #888;
  font-size: 16px;
  font-weight: 400;
  cursor: nw-resize;
}

.product-small .tooltip-text {
  visibility: hidden;
  background-color: #fff;
  color: #888;
  text-align: left;
  padding: 11px 13px;
  box-shadow: 0 1px 7px 0 rgb(22 22 26 / 0.1);
  line-height: 20px;
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  width: calc(3vw + 220px);
  z-index: 9;
  border-radius: 8px;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  transition: all 0.3s;
}

.product-small .tooltip-container:hover .tooltip-text {
  visibility: visible;
}

.product-small span.amount {
  font-size: 20px;
  font-weight: 700;
}

.product-small .price-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 5px;
}

.product-small .thongso-wrapper {
  font-size: 16px;
}

.product-small .thongso-wrapper p {
  background: url(/wp-content/uploads/tick.svg) left top no-repeat;
  background-size: 24px;
  text-align: left;
  margin: 10px 0;
  font-size: 16px;
  font-weight: 400;
  padding-left: 32px;
  padding-right: 0;
  color: #3d3d3d;
  overflow-x: hidden;
}

.action-buttons a.xem-chi-tiet {
  display: block;
  font-size: 18px;
  font-weight: 500px;
  color: var(--primary-color);
  margin: 10px 0;
}

.action-buttons a.dang-ky-ngay {
  display: block;
  background-color: var(--fs-color-primary);
  color: #fff;
  font-size: 18px;
  padding: 12px 0;
  border-radius: 8px;
  max-width: 200px;
  margin: 0 auto;
}

.product-small.box:hover .box-text .name a {
  color: var(--primary-color);
}

#footer {
  background-color: #19191a;
  padding-top: 2rem;
  color: #f1f1f1;
  font-size: 14px;
}

.ft-social {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
}

.ft-social a img {
  width: 30px;
  display: inline-block;
}

#footer .ux-menu-title {
  font-size: 16px;
  color: #f1f1f1;
}

.box-menu > .col-inner {
  padding: 12px 24px 12px 24px;
  border-radius: 20px;
  background: #000;
}

.mfp-container {
  padding: 15px;
}

.lightbox-content {
  border-radius: 8px;
  text-align: center;
}

.wpcf7 input.wpcf7-form-control,
.wpcf7 select.wpcf7-form-control,
.wpcf7 textarea.wpcf7-form-control {
  box-shadow: unset !important;
  border-radius: 6px;
  height: 40px;
}

.wpcf7 form {
  margin-bottom: 0;
}

.wpcf7 input[type="submit"] {
  margin: 0;
}

.wpcf7-spinner {
  display: none;
}

.wpcf7 .wpcf7-not-valid-tip {
  background-color: transparent;
  position: absolute;
  bottom: -5px;
  font-size: 12px;
}

.wpcf7 .wpcf7-not-valid-tip:after {
  display: none;
}

.widget {
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px,
    rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
  border-radius: 8px;
  overflow: hidden;
  padding: 15px;
}

span.widget-title {
  display: block;
  font-size: 1.25rem;
  text-align: center;
  margin-bottom: 15px;
}

.widget .is-divider {
  display: none;
}

.widget_nav_menu span.widget-title {
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  background: var(--fs-color-primary);
  padding: 10px;
  margin: 0;
  color: #fff;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  display: block;
}

.widget_nav_menu {
  padding: 0;
}

.widget_nav_menu ul {
  margin: 0;
  background: #fff;
  padding: 0px 10px;
  transition: width 0.7s linear;
  position: relative;
  display: block;
  min-height: 400px;
  max-height: 400px;
  overflow: auto;
}

.widget_nav_menu ul li a {
  position: relative;
  padding-left: 19px !important;
  color: #333;
}

.widget_nav_menu ul li a:before {
  content: "";
  background: url(/wp-content/uploads/map.svg);
  position: absolute;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  left: 0;
  top: 10px;
}

.widget_nav_menu ul::-webkit-scrollbar {
  width: 3px;
}

.widget_nav_menu ul::-webkit-scrollbar-thumb {
  background-color: var(--fs-color-primary);
}

.widget_nav_menu ul::-webkit-scrollbar-track {
  background-color: #eaeaea;
}

@media only screen and (max-width: 48em) {
  /*************** ADD MOBILE ONLY CSS HERE  ***************/

  .small-columns-2 .flickity-slider > .col {
    flex-basis: 80%;
    max-width: 80%;
  }

  .home3 .col {
    flex-basis: calc(100% / 3);
    max-width: calc(100% / 3);
  }
}
