@charset "UTF-8";
body {
  line-height: 1.3 !important;
  font-size: 1rem;
}

.button.primary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 170px;
  height: 45px;
  border-radius: 45px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: none;
}
.button.primary.is-outline {
  border: 2px solid #eee;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.button.primary.is-outline span {
  color: #111;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.button.primary.is-outline:hover {
  border-color: var(--primary-color);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.button.primary.is-outline:hover span {
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.button.primary.prd-btn {
  border-radius: 50px;
  text-transform: none;
  color: #666;
  margin-left: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.button.primary span {
  font-size: 16px;
  font-weight: 700;
  text-transform: none;
}

/* Reset Title */
.section-title-container {
  margin-bottom: 0;
}
.section-title-container .section-title {
  margin-bottom: 0;
}
.section-title-container .section-title.section-title-center > b {
  opacity: 0;
}
.section-title-container .section-title.section-title-normal {
  border-bottom: none;
}
.section-title-container .section-title.section-title-normal > span {
  border-bottom: none;
  padding-bottom: 0;
}

h3.title-main,
h3.section-title span {
  font-size: 24px;
  margin-bottom: 35px;
  text-transform: uppercase;
}

@media screen and (min-width: 53em) {
  h3.title-main {
    text-align: center;
  }
}
@media screen and (max-width: 53em) {
  h3.title-main br {
    display: none;
  }
}
.product-category .box-image {
  border-radius: 16px;
}
.product-category .box-text {
  padding-top: 12px;
  padding-bottom: 5px;
}
.product-category .box-text h5 {
  font-size: 16px;
}

.home-prd h4 {
  font-size: 24px;
  margin-bottom: 0;
}
.home-prd .tab-panels {
  padding-top: 30px;
}
@media screen and (min-width: 53em) {
  .home-prd {
    position: relative;
  }
  .home-prd h4 {
    padding-bottom: 14px;
    border-bottom: 2px solid #D9D9D9;
  }
  .home-prd .nav {
    position: absolute;
    right: 15px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .home-prd .nav li {
    margin: 0 18px;
  }
  .home-prd .nav a {
    font-size: 15px;
    text-transform: uppercase;
    color: #111;
  }
  .home-prd .nav .active a {
    color: var(--primary-color);
  }
}

.product-small .box-text {
  padding: 10px 0;
}
.product-small .box-text a {
  font-size: 16px;
}
.product-small .box-text .prd-code {
  text-transform: uppercase;
  color: #EF2D40;
  font-weight: 600;
}
.product-small:hover .prd-btn {
  border-color: var(--primary-color);
  background-color: var(--primary-color);
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.post-item .box-image {
  border-radius: 16px;
}
.post-item .box-text {
  padding-top: 8px;
  padding-bottom: 0;
}
.post-item .box-text .post-title {
  font-size: 16px;
  font-weight: 600;
}
.post-item .box-text .is-divider {
  display: none;
}

.date-post-stl {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: none;
  color: #666;
  font-weight: 400;
}
.date-post-stl img {
  width: 19px;
  max-width: 19px;
  margin-right: 3.5px;
  padding-bottom: 2px;
}

.home .date-post-stl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 53em) {
  .header .hotline-olp h5 {
    font-size: 14px;
    margin-bottom: 0;
  }
  .header .hotline-olp h4 {
    font-size: 18px;
    margin-bottom: 0;
  }
  .header .header-main .header-nav-main {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .header .header-bottom .flex-center {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-right: 30px;
  }
  .header .header-bottom .flex-center .header-nav {
    -webkit-box-pack: right;
        -ms-flex-pack: right;
            justify-content: right;
  }
  .header .header-bottom .flex-center .header-nav > .menu-item {
    margin: 0 18px;
  }
  .header .header-bottom .flex-center .header-nav > .menu-item a {
    font-size: 14px;
  }
  .header .header-bottom .flex-center .header-nav .sub-menu {
    padding: 0;
  }
  .header .header-bottom .flex-center .header-nav .sub-menu a {
    font-size: 15px;
  }
  .header .header-bottom .flex-center .header-nav .sub-menu .menu-item:hover a {
    color: var(--primary-color);
  }
  .header .header-bottom .flex-left, .header .header-bottom .flex-right {
    -webkit-box-flex: unset !important;
        -ms-flex: unset !important;
            flex: unset !important;
  }
  .header .header-bottom .flex-right li.html {
    height: 60px;
    max-height: 60px;
  }
  .header .header-bottom .flex-right li.html .header-button {
    height: 100%;
    background-color: #F6550F;
    padding: 0 13px;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .header .header-bottom .flex-right li.html .header-button img {
    width: 43px;
    padding-right: 2px;
  }
  .header .header-bottom .flex-right li.html .header-button:hover {
    color: #fff;
    background-color: var(--primary-color);
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .header .header-search-form {
    max-width: 468px;
    width: 100%;
  }
  .header .header-search-form .search-field {
    height: 45px;
    padding-left: 30px;
    font-size: 14px;
    font-weight: 600;
    -webkit-box-shadow: none;
            box-shadow: none;
    border: 2px solid #eee;
    border-radius: 45px;
  }
  .header .header-search-form .flex-col:last-child {
    position: absolute;
    top: 2px;
    right: 2px;
  }
  .header .header-search-form .submit-button {
    background-color: var(--primary-color);
    height: 41px;
    width: 137px;
    border-radius: 45px !important;
  }
  .header .header-search-form .submit-button::after {
    content: "Tìm kiếm";
    font-size: 14px;
    font-weight: 600;
    text-transform: none;
  }
}

@media screen and (min-width: 53em) {
  .header-vertical-menu .header-vertical-menu__opener {
    cursor: pointer;
  }
  .header-vertical-menu .header-vertical-menu__opener > i {
    display: none;
  }
  .header-vertical-menu .menu-item a {
    padding-top: 14px !important;
    padding-bottom: 14px !important;
    color: #111;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .header-vertical-menu .menu-item:hover a {
    color: var(--primary-color);
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .header-vertical-menu .header-vertical-menu__fly-out {
    display: none;
  }
  .header-vertical-menu:hover .header-vertical-menu__fly-out {
    display: block;
  }
  .header-vertical-menu .header-vertical-menu__title {
    font-size: 16px;
    text-transform: uppercase;
  }
}