@media (min-width: 1200px) {
  .container {
    width: 1250px;
  }
}
body {
  color: #000;
  font-size: 15px;
  font-family: "Mulish", sans-serif !important;
  font-weight: 400;
  line-height: 1.467;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  line-height: 1.5;
  font-family: "Mulish", sans-serif !important;
}
#slide-banner {
  width: 100%;
  height: 100%;
  position: relative;
}
.theme-back {
  /* theme background with week gradient */
  background: -webkit-linear-gradient(
    bottom,
    rgba(255, 255, 255, 0.2) 0%,
    rgba(255, 255, 255, 0.7) 75%,
    rgba(255, 255, 255, 0.9) 100%
  );
  background: -moz-linear-gradient(
    bottom,
    rgba(255, 255, 255, 0.2) 0%,
    rgba(255, 255, 255, 0.7) 75%,
    rgba(255, 255, 255, 0.9) 100%
  );
  background: -o-linear-gradient(
    bottom,
    rgba(255, 255, 255, 0.2) 0%,
    rgba(255, 255, 255, 0.7) 75%,
    rgba(255, 255, 255, 0.9) 100%
  );
  background: -ms-linear-gradient(
    bottom,
    rgba(255, 255, 255, 0.2) 0%,
    rgba(255, 255, 255, 0.7) 75%,
    rgba(255, 255, 255, 0.9) 100%
  );
  background: linear-gradient(
    to top,
    rgba(255, 255, 255, 0.2) 0%,
    rgba(255, 255, 255, 0.7) 75%,
    rgba(255, 255, 255, 0.9) 100%
  );
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
#content {
  min-height: 500px;
  padding: 45px 0;
}
#slide-banner .box-title-page {
  position: absolute;
  top: 170px;
  height: calc(80% - 170px);
  width: 100%;
  text-align: left;
  color: #222;
  z-index: 2;
}
.box-title-page h1 {
  font-weight: bold;
}
#slide-banner .box-title-page .wrapper {
  max-width: 1200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.wrapper-breadcrumb {
  background: #f9f9f9;
}
.breadcrumb {
  margin: 0;
  padding: 10px 0;
  border: none;
  background: transparent;
}
.breadcrumb > li {
  position: relative;
  font-size: 13px;
}
.breadcrumb > li + li:before {
  padding: 0 7px;
  color: #ccc;
  content: "/\00a0";
}
.breadcrumb > li a {
  color: #000;
}
.information-contact .main {
  background-color: #eff3f5;
  padding-top: 25px;
  padding-bottom: 25px;
}
.box_group_contact {
  display: flex;
}
.formContact {
  padding: 40px 50px;
  background: #fff;
  z-index: 1;
}
.info_contact {
  background: #125691;
  padding: 30px;
  position: relative;
  color: #222;
}
.box_group_contact .formContact {
  width: -webkit-calc(100% - 33.3333%);
  width: -o-calc(100% - 33.3333%);
  width: 66.6667%;
}
.box_group_contact .info_contact {
  width: 33.3333%;
}
.formContact .control-label {
  font-weight: bold;
  display: block;
  margin-bottom: 4px;
}
.formContact .form-group {
  margin-bottom: 12px;
}
.formContact .form-control {
  min-height: 40px;
  border-radius: 5px;
  padding: 7px 10px;
  background: #eff3f5;
  box-shadow: none;
  font-size: 16px;
  color: #333;
}
.info_contact .item {
  position: relative;
  color: #fff;
  font-size: 16px;
  line-height: 1.5em;
  text-align: left;
  margin-bottom: 40px;
}

.info_contact .item a {
  font-size: 16px;
  color: #fff;
}

.info_contact .item .inner {
  padding-left: 65px;
  position: relative;
  display: inline-block;
  text-align: left;
  height: 100%;
}

.info_contact .item .inner span {
  display: block;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 5px;
}

.info_contact .item .inner::before {
  content: "";
  background-image: url("../images/icon_white.png");
  width: 40px;
  height: 40px;
  position: absolute;
  left: 10px;
  top: 0;
}
.info_contact .item.name_comapy {
  font-size: 26px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 0;
  margin-bottom: 30px;
}
.info_contact .item.i-home .inner::before {
  background-position: 0 0;
}
.info_contact .item.i-email .inner::before {
  background-position: -80px 0;
}
.info_contact .item.i-phone .inner a {
  font-size: 25px;
  font-weight: bold;
  color: #fff;
}
.info_contact .item.i-phone .inner::before {
  background-position: -40px 0;
}
.info_contact .item.i-working-time .inner::before {
  background-position: -120px 0;
}
.alert-warring {
  font-size: 18px;
  margin: 20px 0;
  font-weight: bold;
  border: 1px solid #f5c6cb;
  border-radius: 8px;
  padding: 40px;
  background: #f8d7da;
  color: #721c24;
}
.info-introduction {
  background-image: url("../images/info-introduction.jpeg");

  position: relative;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: top;
  background-size: cover;
}
.info-introduction ._wrapper {
  background-color: rgba(255, 255, 255, 0.8);
  overflow: hidden;
  min-height: 200px;
  padding: 40px 0;
}
.box-title h3 {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.5em;
  color: #125691;
  margin: 0;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 25px;
}
.info-introduction p {
  display: block;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  line-height: 1.6;
  font-size: 16px;
  text-align: justify;
}
.box-title h3::before {
  content: "";
  width: 60px;
  height: 3px;
  position: absolute;
  left: 0;
  bottom: 0px;
  background: #125691;
}
.copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.25);
}
.home-new-post {
  padding: 60px 0;
  background: #f9f9f9;
}
.home-new-post .head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  border-bottom: 1px solid #dcdcdc;
  padding-bottom: 12px;
}
.home-new-post .head a {
  color: var(--color-primary);
  text-decoration: underline;
  padding-right: 18px;
  background: url(../image/chevron-right-blue.svg) no-repeat right center;
  border-left: none;
}
.news_list {
  display: flex;
  gap: 32px;
  flex-wrap: wrap;
}
.news_list .item {
  width: calc((100% - 96px) / 4);
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  color: var(--color-default);
  align-items: flex-start;
}
.news_list .image {
  border-radius: 8px;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.news_list .image:before {
  content: "";
  padding-bottom: 56.25%;
  display: block;
}
.news_list .image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news_list .public-date {
  display: flex;
  gap: 10px;
  align-items: center;
  background: #dff2eb;
  border-radius: 6px;
  font-size: 11px;
  padding: 4px 8px;
}
.news_list .public-date i {
  color: #999;
  font-size: 10px;
}
.news_list .name a {
  font-weight: 700;
  font-size: 16px;
  color: #111;
  display: block;
}
.news_list .view-more {
  padding: 8px 40px;
  border: 1px solid #616161;
  border-radius: 80px;
  color: #111;
}
.news_list .items .desc {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.commitment {
  background: #f4f4f4;
  padding: 24px 16px;
  gap: 16px;
  border-radius: 8px;
  display: flex;
  flex-wrap: wrap;
}
.commitment .item {
  width: calc(50% - 8px);
  display: flex;
  gap: 8px;
  align-items: center;
  color: #222;
}
.commitment .item i {
  font-size: 28px;
  color: #f03f4a;
}
.commitment .item .info {
  display: flex;
  flex-direction: column;
  row-gap: 4px;
  font-size: 12px;
}
.commitment .item .name {
  font-weight: bold;
  font-size: 15px;
}
section.bg-cate {
  background-color: #f9f9f9;
  padding: 60px 0;
  text-align: center;
}
.bg-cate .desc {
  margin-bottom: 40px;
  font-size: 18px;
  font-weight: bold;
}
.bg-cate .item-cate {
  margin-bottom: 25px;
}
.bg-cate .item-cate h3 {
  text-transform: uppercase;
  margin: 0;
  font-weight: bold;
  font-size: 20px;
}
.bg-cate .item-cate .image {
  margin-bottom: 15px;
  border: 1px solid #dfdfdf;
  padding: 3px;
  background: #fff;
}

.home-product {
  padding: 60px 0;
}
.home-product .heading {
  text-align: center;
  font-size: 28px;
  margin: 0 0 15px;
  font-weight: bold;
  text-transform: uppercase;
}
.kt-item {
  border: 1px solid #f0f0f0;
  border-radius: 8px;
  margin-bottom: 20px;
}
.kt-item:hover {
  border: 1px solid #0c60bb;
  background: #f9f9f9;
}
.kt-item .name {
  margin: 0;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.467;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 45px;
}
.kt-item .name a {
  color: #125691;
}
.kt-item .name:hover a {
  color: #df0000;
}
.kt-item .price {
  display: flex;
  gap: 8px;
  font-weight: 700;
  flex-wrap: wrap;
  align-items: baseline;
  color: #d62454;
  margin: 0;
  font-size: 18px;
}
.kt-item .price .price-old {
  font-weight: normal;
  color: #555;
  text-decoration: line-through;
  font-size: 13px;
}
.kt-item .price .promotion {
  color: #df0000;
  font-size: 14px;
}
.kt-item .caption {
  padding: 12px;
}
.attribute {
  margin-top: 10px;
  margin-bottom: 10px;
}
.attribute .line {
  color: #616161;
  font-size: 14px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  padding-bottom: 3px;
  padding-top: 3px;
  border-bottom: 1px dotted #e9e9e9;
}

.attribute .line span {
  font-weight: 700;
  color: #141414;
  margin-right: 6px;
}

.category-description {
  margin: 0;
}
.category-description .content {
  padding: 24px 0 120px;
  background: #fff;
  max-height: 200px;
  overflow-y: hidden;
  position: relative;
  font-size: 16px;
  line-height: 1.5;
  color: #222;
}
.category-description .content.active {
  max-height: unset;
  overflow-y: hidden;
  padding-bottom: 20px;
}
.category-description .content.active:before {
  content: none;
}
.category-description .content:before {
  content: "";
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 150px;
  bottom: 0;
  left: 0;
  background: #fff;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, rgba(255, 255, 255, 0.25)),
    color-stop(50%, rgba(255, 255, 255, 0.8)),
    color-stop(100%, #fff)
  );
  background: -webkit-linear-gradient(
    270deg,
    rgba(255, 255, 255, 0.25) 0,
    rgba(255, 255, 255, 0.8) 25%,
    #fff 50%,
    #fff 100%
  );
  background: -o-linear-gradient(
    270deg,
    rgba(255, 255, 255, 0.25) 0,
    rgba(255, 255, 255, 0.8) 25%,
    #fff 50%,
    #fff 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(255, 255, 255, 0.25)),
    color-stop(25%, rgba(255, 255, 255, 0.8)),
    color-stop(50%, #fff),
    to(white)
  );
  background: -webkit-linear-gradient(
    top,
    rgba(255, 255, 255, 0.25) 0,
    rgba(255, 255, 255, 0.8) 25%,
    #fff 50%,
    #fff 100%
  );
  background: -o-linear-gradient(
    top,
    rgba(255, 255, 255, 0.25) 0,
    rgba(255, 255, 255, 0.8) 25%,
    #fff 50%,
    #fff 100%
  );
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.25) 0,
    rgba(255, 255, 255, 0.8) 25%,
    #fff 50%,
    #fff 100%
  );
}
.category-description .content .viewmore {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 180px;
  margin: auto;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 38px;
  border-radius: 18px;
  color: #333;
  border: 1px solid #fcc419;
  background: #fff9e3;
  cursor: pointer;
  position: absolute;
  bottom: 10px;
  right: 0;
  left: 0;
  z-index: 3;
}

h1.title-product {
  font-weight: 600;
  font-size: 24px;
  color: #1e57d4;
  margin: 0 0 13px;
  line-height: 1.467;
}
.product-info {
  margin-bottom: 10px;
  line-height: 20px;
}
.product-info .title {
  font-weight: bold;
}
.product-info .line-info {
  margin: 0 10px;
}
.tab-specification {
  background: #f4f4f4;
  text-align: left;
  padding: 12px 18px;
  font-size: 14px;
  margin-bottom: 12px;
  border-radius: 8px;
}
.tab-specification .heading {
  font-size: 22px;
  font-weight: bold;
  color: #1e57d4;
  margin-bottom: 15px;
}
.pro-configurations {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.pro-configurations .line {
  color: #111;
  display: flex;
  column-gap: 8px;
}
.pro-configurations .line span:first-child {
  color: #111;
  font-weight: bold;
}
.product-variation {
  overflow: visible;
  cursor: pointer;
  min-width: 5rem;
  min-height: 2.125rem;
  box-sizing: border-box;
  padding: 0;
  margin: 0 8px 8px 0;
  color: rgba(0, 0, 0, 0.8);
  text-align: left;
  border-radius: 2px;
  border: 1px solid rgba(0, 0, 0, 0.09);
  position: relative;
  background: #fff;
  outline: 0;
  word-break: break-word;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.product-variation input[type="radio"] {
  position: absolute;
  visibility: hidden;
}
.option-title {
  font-size: 19px;
  color: #f44336;
}
.product-variation label {
  font-weight: 600;
  padding: 8px 15px;
}
.product-variation.selected {
  color: #ee4d2d;
  border-color: #ee4d2d;
  font-weight: 600;
}
.pro-promotion .group-items {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.pro-promotion .item {
  display: flex;
  flex-direction: column;
  padding: 12px 16px;
  gap: 8px;
  border: 1px solid #dcdcdc;
  border-radius: 8px;
  width: calc(50% - 6px);
  cursor: pointer;
  position: relative;
}
.pro-promotion .item:hover,
.pro-promotion .item.selected {
  background: #ebf1ff;
  border: 1px solid #1e57d4;
}
.pro-promotion input[type="radio"] {
  position: absolute;
  visibility: hidden;
}
.pro-promotion .item.selected:after {
  width: 28px;
  height: 28px;
  content: "";
  position: absolute;
  background: url(../image/active.svg) no-repeat center center;
  top: 0;
  right: 0;
  border-radius: 0 6px 0 0;
  overflow: hidden;
}
.pro-promotion .item .price {
  color: #1e57d4;
}
#pro-price {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 15px;
  border-bottom: 1px solid #f1f1f1;
  padding-bottom: 10px;
}
#pro-price ._label {
  font-size: 24px;
  font-weight: bold;
  color: #333;
  display: inline-block;
  padding-right: 10px;
}
#pro-price .price-now {
  font-size: 22px;
  color: #ff0000;
  font-weight: bold;
  margin-right: 15px;
}
#pro-price .price-compare {
  margin-right: 15px;
}
#pro-price .price-compare del {
  font-size: 16px;
  color: #919191;
  font-weight: 500;
}
.available-pro {
  font-size: 16px;
}
.available-pro .status {
  color: #ff6310;
}
.product-promotion {
  padding: 10px;
  margin-bottom: 20px;
  border: 2px dashed #b00002;
  margin-top: 30px;
  position: relative;
  border-radius: 0.2rem;
}
.product-promotion__heading {
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 700;
  padding: 5px 10px;
  color: #b00002;
  background: #fff;
  position: absolute;
  top: -18px;
}
.product-promotion > ul,
.product-promotion > div {
  margin-bottom: 0;
  border-radius: 4px;
  padding: 8px 8px 8px 15px;
  list-style-position: inside;
  background: #fff;
  font-size: 14px;
}
.wrapper-description {
  margin-top: 30px;
  background: #f9f9f9;
}
.wrapper-description .title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
  padding: 5px 18px;
  border-bottom: 1px solid rgb(0 0 0 / 100%);
}
.wrapper-description .content-entry {
  max-width: 800px;
  margin: 0 auto;
}
.content-entry {
  font-size: 16px;
}
.content-entry p {
  line-height: 1.5;
  margin-bottom: 15px;
}
.content-entry p img {
  width: 100% !important;
  height: auto !important;
  display: block;
  margin: 0 auto;
}
.fill {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  right: 0;
  bottom: 0;
  padding: 0 !important;
  margin: 0 !important;
}
.text-hotline a,
.text-hotline strong {
  color: #df0000;
}
.sidebar-checkout {
  border: 1px solid #eee;
  border-radius: 5px;
  padding: 15px;
}
.sidebar-checkout .order_title h4 {
  font-size: 21px;
  font-weight: 600;
  line-height: normal;
}
.sidebar-checkout .order_total {
  padding: 15px 0px;
  border: 1px solid #eee;
  border-left: none;
  border-right: none;
}
.order_action .btn-primary {
  width: 100%;
  display: block;
  margin-bottom: 15px;
}
.wrapper-description {
  margin-top: 30px;
  background: #f9f9f9;
}
.wrapper-description .title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
  padding: 5px 18px;
  border-bottom: 1px solid rgb(0 0 0 / 100%);
}
.wrapper-description .content-entry {
  max-width: 800px;
  margin: 0 auto;
}
.content-entry table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100% !important;
  border: 1px solid #000;
  margin-bottom: 20px;
}
.content-entry th,
.content-entry td {
  text-align: left;
  padding: 8px;
}
.content-entry tr:nth-child(even) {
  background-color: #f2f2f2;
}
.content-entry {
  font-size: 16px;
  padding: 40px 0;
}
.content-entry p {
  line-height: 1.5;
  margin-bottom: 15px;
}
.content-entry p img {
  width: 100% !important;
  height: auto !important;
  display: block;
  margin: 0 auto;
}
.fill {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  right: 0;
  bottom: 0;
  padding: 0 !important;
  margin: 0 !important;
}

.box-warranty {
  border: 1px solid #0795df;
  max-width: 800px;
  margin: 50px auto;
  padding: 15px;
}
.box-warranty .button {
  float: right;
  margin-top: 15px;
  margin-bottom: 20px;
}
