@font-face {
  font-family: "Roboto-SemiBold";
  src:
    url("../fonts/Roboto-SemiBold.woff2") format("woff2"),
    url("../fonts/Roboto-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Roboto-Bold";
  src:
    url("../fonts/Roboto-Bold.woff2") format("woff2"),
    url("../fonts/Roboto-Bold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Roboto-Regular";
  src:
    url("../fonts/Roboto-Regular.woff2") format("woff2"),
    url("../fonts/Roboto-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
body {
  font-family: "Roboto-Regular", sans-serif;
  transition: var(--trans);
  max-width: 1920px;
  overflow-x: hidden;
  margin: auto;
}

/* Defaule */
:root {
  --red: blue;
}
a {
  color: #000;
  text-decoration: none;
}
.Roboto-Bold {
  font-family: Roboto-Bold;
}
.Roboto-SemiBold {
  font-family: Roboto-SemiBold;
}
.fs-14 {
  font-size: 14px;
}
.fs-18 {
  font-size: 18px;
}
.fs-20 {
  font-size: 20px;
}
.fs-24 {
  font-size: 24px;
}
.fs-32 {
  font-size: 32px;
}
.fs-36 {
  font-size: 36px;
}
.fs-50 {
  font-size: 50px;
}
.text-2line {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.h-50 {
  height: 50px;
}
.h-60 {
  height: 60px;
}
.text-3line {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 78px;
}
.text-4line {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 90px;
}
.bg-red {
  background-color: var(--red);
}
.text-main {
  color: var(--red);
}
.text-op {
  color: rgba(0, 0, 0, 0.5);
}
.cursor-pointer {
  cursor: pointer;
}
.list-none {
  list-style: none;
}
.text-justify {
  text-align: justify;
}
.container {
  max-width: calc(100% - 100px);
}
.hv-red:hover {
  color: var(--red) !important;
}
/* Header*/
/* Menu */
.menu {
  position: relative;
  z-index: 10;
  transition: transform 0.8s ease;
  background-color: #fff;
}
.menu ul.menu-pc {
  width: 100%;
  padding: 0px;
  margin: auto;
  list-style: none;
}
.menu ul.menu-pc li {
  position: relative;
  z-index: 1;
}
.menu ul.menu-pc li a {
  display: block;
  position: relative;
  padding: 0px 25px;
  text-transform: uppercase;
  text-decoration: none !important;
  white-space: nowrap;
}
.menu ul.menu-pc li ul {
  position: absolute;
  min-width: 250px;
  background: #fff;
  border-radius: 0.25rem;
  -webkit-transform: perspective(600px) rotateX(-90deg);
  transform: perspective(600px) rotateX(-90deg);
  -webkit-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
  list-style: none;
  margin: auto;
  padding: 0;
  border: 1px solid #eee;
}
.menu ul.menu-pc li:hover > ul {
  -webkit-transform: perspective(600px) rotateX(0);
  transform: perspective(600px) rotateX(0);
  -webkit-transform-origin: 0 0 0;
  opacity: 1;
  visibility: visible;
  transition: all 0.7s;
}
.menu ul.menu-pc li ul li a {
  font-weight: 400;
  font-size: 14px;
  text-align: left;
  border-bottom: 1px solid #eee;
  text-transform: capitalize;
}
.menu ul.menu-pc li ul li:last-child > a {
  border-bottom: 0px;
}
.menu ul.menu-pc li ul li a.has-child {
  margin-right: 0px;
}
.menu ul.menu-pc li ul li a.has-child:after {
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.menu ul.menu-pc li ul li a {
  line-height: 20px;
  padding: 0px;
}
.menu ul.menu-pc > li > a.active,
.menu ul.menu-pc > li > a:hover {
  color: var(--red) !important;
}
.menu ul.menu-pc li > ul::before {
  position: absolute;
  content: "";
  width: 20px;
  height: 10px;
  top: -10px;
  left: 15%;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  background-color: #eee;
}
.menu-mobile {
  display: none;
}
.fixed {
  position: fixed !important;
  z-index: 9999;
  top: 0px;
  left: 0px;
  right: 0px;
  transform: translateY(-100%);
}
.menu.fixed.show {
  transform: translateY(0);
}
.logo-header {
  transition: all 0.6s ease;
}
.menu.fixed.show .logo-header {
  max-width: 90px;
}
/*Menu Mobile*/
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.navbar-toggle {
  position: relative;
  padding: 2px 5px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 20px;
  height: 3px;
  border-radius: 1px;
  background-color: #fff;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 5px;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
}

.overlay-search {
  height: 100vh;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.6s ease;
}
.overlay-search.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.overlay-search .over {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  z-index: 1;
}
.form-search {
  max-width: 400px;
  height: 55px;
  z-index: 9;
  transition: transform 0.6s ease;
  transform: translateY(-20px);
}
.overlay-search.show .form-search {
  transform: translateY(0);
}
/*Body*/
.bsd {
  box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.3);
}
.swiper-new {
  max-height: 695px;
}
.swiper-new .swiper-slide {
  height: 100% !important;
}
.items-new .img-new {
  width: 100%;
  max-width: 230px;
}
.items-right img {
  max-width: 98px;
}
.item-right a:last-child {
  border-bottom: none !important;
}
.grid-dx {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5px 10px;
}
.grid-dx a {
  background-color: #eee;
}
.grid-dx a:hover {
  background-color: var(--red);
  color: #fff;
}
div.line {
  width: 58px;
  height: 2px;
  background-color: var(--red);
}
#newsletter-form input {
  height: 34px;
}
#newsletter-form input::placeholder {
  color: rgba(255, 255, 255, 0.7);
}
#newsletter-form > div {
  padding: 0.1rem;
}
.btn-newsletter {
  width: 34px;
  height: 34px;
}
.desc p {
  margin-bottom: 0;
}
.item-l-rg {
  position: absolute;
  left: 0;
  width: 100%;
  background-color: black;
  max-width: 67%;
  bottom: -1px;
  padding-left: 5%;
  padding-right: 5rem;
  padding-top: 2rem;
  clip-path: polygon(0 0, 95% 0, 100% 100%, 0% 100%);
}

.list-typical li:hover,
.list-typical li.active {
  background-color: var(--yellow) !important;
  color: #fff;
}
.list-typical li.active:before {
  display: none;
}
.tab-product .tab-pane {
  transition:
    opacity 0.3s ease,
    max-height 0.6s ease;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
}
.tab-product .tab-pane.active {
  opacity: 1;
  max-height: 750px;
}
.news__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
}
.scrollToTop {
  width: 41px;
  height: 41px;
  text-align: center;
  color: #fff;
  text-decoration: none;
  position: fixed;
  bottom: 15px;
  right: 15px;
  display: none;
  z-index: 10;
  cursor: pointer;
  background: var(--red);
  line-height: 41px;
  border-radius: 10px;
}
.thumb-pro-detail {
  display: block !important;
  border: 1px solid #eee;
  padding: 5px;
  border-radius: 3px;
  cursor: pointer;
  background-color: #ffffff;
}
.thumb-pro-detail.mz-thumb.mz-thumb-selected {
  border-color: #cecfd2;
}
.thumb-pro-detail img {
  box-shadow: none !important;
  filter: brightness(100%) !important;
  border-bottom: 0px !important;
  padding-bottom: 0px !important;
}
.breadcrumb {
  margin-bottom: 0;
  justify-content: center;
}
.breadcrumb li a {
  color: #fff;
  text-transform: uppercase;
}
.breadcrumb-item + .breadcrumb-item::before {
  color: #fff;
}
.banner_full .background {
  height: 350px;
}
.btn-thanhtoan.active {
  background-color: var(--red);
  color: white;
}
.container-maintenance {
  position: relative;
  overflow-x: auto;
}
.arcontactus-prompt-inner {
  color: #fff;
}
/*Footer*/
.nav-footer {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5px;
}
.map_footer iframe {
  width: 100%;
}

footer {
  margin-top: 6rem;
}

.items-news {
  border-bottom: 1px dashed rgba(0, 0, 0, 0.25);
}
.img-new {
  width: 100%;
  max-width: 234px;
}
.items-content-new {
  width: calc(100% - 234px);
}
.items-content-new .desc {
  font-size: 14px;
}
.color-main {
  color: #0c3245;
}
W .overflow-hidden {
  overflow: hidden !important;
}
/*swiper*/
.swiper-wrapper {
  height: auto !important;
}
.swiper-button-next,
.swiper-button-prev {
  background-color: #00000050;
  border-radius: 4px;
  color: var(--color-pink);
  width: 30px;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 30px;
}
.item-slide img {
  transition: transform 8s ease;
  transform: scale(1.1);
}
.swiper-slide-active .item-slide img {
  transform: scale(1);
}
/*owl*/
.owl-nav {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.owl-prev {
  margin-left: -15px;
}
.owl-next {
  margin-right: -15px;
}
.custom-prev,
.custom-next {
  background: #efeeee;
  border: none;
  padding: 3px 7px;
  border-radius: 50%;
  cursor: pointer;
}
.custom-prev:hover,
.custom-next:hover {
  background: #003d7a;
  color: #fff;
}
.owl-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}
.owl-dots button span {
  display: block;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #c5c5c5;
  margin: 0 3px;
}
.owl-dots button.active span {
  background-color: #fff;
}
/*error*/
#newsletter-phone-error {
  position: absolute;
  top: 100%;
  left: 0;
  color: #fff;
}
label.error {
  display: block;
  color: #ff4d4f;
  font-size: 0.875rem;
  margin-top: 0.25rem;
  position: relative;
  padding-left: 15px;
}
label.error::before {
  content: "⚠";
  position: absolute;
  left: 0;
}
.grecaptcha-badge {
  display: none;
}
/*Paging*/
.page-link {
  color: rgba(0, 0, 0, 0.3);
}
.active > .page-link,
.page-link.active {
  background-color: var(--red);
  border-color: var(--red);
}
/*Comment*/
a.star {
  font-size: 18px;
  color: #d1d1d4;
  cursor: pointer;
  line-height: 1;
  transition: all 0.1s ease;
}
a.star.vote-hover {
  color: #ffc120;
}
a.star.vote-active {
  color: #ffc120;
}
.rating-medium {
  text-align: center;
  padding-top: 0;
}
.title-medium-score {
  font-size: 14px;
}
.score-rating {
  font-size: 54px;
  font-weight: 500;
  color: #fe302e;
  line-height: 60px;
}
.quantity-star {
  color: #ffc120;
  font-size: 16px;
}
.quantity-comment {
  color: #777474;
}
.item-progress {
  margin-bottom: 10px;
}
.item-progress .rating-num {
  float: left;
  font-size: 15px;
  width: 45px;
  text-align: right;
  padding-right: 5px;
  color: #6f6969;
  font-family: "Barlow Semi Condensed", sans-serif;
}
.item-progress .box-progress {
  float: left;
  width: calc(100% - 90px);
  vertical-align: middle;
  margin-top: 5px;
}
.item-progress .box-progress .progress {
  height: 10px;
  margin-bottom: 0px;
  box-shadow: none;
  background-color: #e6e6e6;
}
.item-progress .box-progress .progress-bar {
  background-color: var(--red);
}
.item-progress .rating-num-total {
  width: 45px;
  text-align: left;
  display: inline-block;
  float: left;
  padding-left: 10px;
  color: #565656;
  font-size: 15px;
  font-family: "Barlow Semi Condensed", sans-serif;
}
.content-nhanxet {
  display: none;
}
.content-nhanxet .h3 {
  margin-top: 10px;
  font-size: 18px;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 700;
  margin-bottom: 20px;
}
.btn-guibl {
  background-color: var(--red);
  color: #fff;
  margin: 0px auto; /* display: block; */
}

.item-binhluan .img_user {
  display: block;
  width: 80px;
  height: 80px;
  margin: 0px auto;
  border-radius: 50%;
  overflow: hidden;
}
.item-binhluan .img_user img {
  width: 100%;
  height: 100%;
}
.item-binhluan .name-user {
  text-align: center;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 600;
  margin-top: 10px;
  color: #626262;
  margin-bottom: 5px;
}
.item-binhluan .ngaydang {
  display: block;
  text-align: center;
  color: #a2a1a1;
  font-size: 12px;
}
.chitiet-bl .titlede-bl {
  font-weight: 600;
  color: #00a85a;
}
.chitiet-bl p {
  color: #6f6c6c;
}
.panel-traloi {
  margin-top: 10px;
}
.list-traloi {
  margin-top: 10px;
  border-top: 1px dashed #e8e5e5;
  padding-top: 10px;
}
.list-traloi span {
  display: inline-block;
  margin-left: 14px;
  font-size: 13px;
  color: #757575;
}
.list-traloi p {
  color: #6f6c6c;
  margin-top: 7px;
}
.item-traloi {
  border-bottom: 1px dotted #e2e2e2;
  margin-bottom: 10px;
}
/*widget*/
#arcontactus {
  display: none;
}
.widget-desktop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: fixed;
  right: 10px;
  bottom: 120px;
  z-index: 9999;
}
.widget-desktop-items {
  margin-bottom: 20px;
  border-radius: 50%;
  position: relative;
  text-decoration: none;
}
.widget-desktop-items:last-child {
  margin-bottom: 0;
}
.widget-desktop-items:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: var(--red-op);
  border-radius: 50%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation: scaleIn1 1s;
  animation: scaleIn1 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.widget-desktop-items:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0, var(--red)),
    to(var(--red))
  );
  background: linear-gradient(90deg, var(--red) 0, var(--red) 100%);
  border-radius: 50%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation: scaleIn 1.2s;
  animation: scaleIn 1.2s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.widget-desktop-items__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: var(--red);
  border-radius: 50%;
  position: relative;
  z-index: 999;
  padding: 8px;
}
.widget-desktop-items__zalo .widget-desktop-items__icon {
  background: #0068ff;
}
.widget-desktop-items__zalo::before {
  background: #0068ff50;
}
.widget-desktop-items__zalo::after {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0, #0068ff50),
    to(#0068ff50)
  );
  background: linear-gradient(90deg, #0068ff50 0, #0068ff50 100%);
}
.widget-desktop-items__facebook::before {
  background: #0084ff50;
}
.widget-desktop-items__facebook::after {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0, #0084ff50),
    to(#0084ff50)
  );
  background: linear-gradient(90deg, #0084ff50 0, #0084ff50 100%);
}
.widget-desktop-items__email .widget-desktop-items__icon {
  background: #ea4335;
}
.widget-desktop-items__email::before {
  background: #ea433550;
}
.widget-desktop-items__email::after {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0, #ea433550),
    to(#ea433550)
  );
  background: linear-gradient(90deg, #ea433550 0, #ea433550 100%);
}

.widget-desktop-items__line .widget-desktop-items__icon {
  padding: 2px;
}

.widget-desktop-items__facebook .widget-desktop-items__icon {
  background: #0084ff;
}
.widget-desktop-items__call::before {
  background: #ff000050;
}
.widget-desktop-items__call .widget-desktop-items__icon {
  background: #ff0000;
}
.widget-cart {
  color: #fff;
  font-size: 20px;
}
.widget-desktop-items__call .widget-desktop-items__content {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 5px 60px 5px 20px;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0, #ff0000),
    to(#ff0000)
  );
  background: linear-gradient(90deg, #ff0000 0, #ff0000 100%);
  border-radius: 20px;
  color: #fff;
  white-space: nowrap;
  z-index: -1;
}
.widget-cart {
  color: #fff;
  font-size: 20px;
}
@-webkit-keyframes scaleIn {
  from {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
  60% {
    -webkit-transform: translate(-50%, -50%) scale(1.2);
    transform: translate(-50%, -50%) scale(1.2);
  }
}

@keyframes scaleIn {
  from {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
  60% {
    -webkit-transform: translate(-50%, -50%) scale(1.2);
    transform: translate(-50%, -50%) scale(1.2);
  }
}
@-webkit-keyframes scaleIn1 {
  from {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
  60% {
    -webkit-transform: translate(-50%, -50%) scale(1.4);
    transform: translate(-50%, -50%) scale(1.4);
  }
}
@keyframes scaleIn1 {
  from {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
  60% {
    -webkit-transform: translate(-50%, -50%) scale(1.4);
    transform: translate(-50%, -50%) scale(1.4);
  }
}
@keyframes rotate {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes rotate-v2 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes rotate-color {
  from {
    background-color: var(--yellow);
  }
  to {
    background-color: rgba(255, 255, 255, 0.5);
  }
}
@keyframes rotate-backforth {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(-20deg);
  }
  50% {
    transform: rotate(20deg);
  }
  75% {
    transform: rotate(-10deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

.news-detalis.content-ckeditor img {
  max-width: 100%;
  height: auto !important;
}

.mxh__bottom li {
  border-radius: 4px;
  margin-right: 10px;
}

.mxh__bottom li a {
  display: block;
  padding: 8px 25px;
  color: #fff;
}

.mxh-youtube {
  background-color: #ff0000;
}
.mxh-facebook {
  background-color: #0084ff;
}
.mxh-instagram {
  background-color: #e1306c;
}

.mxh-tiktok {
  background-color: #000;
}

.mxh-twitter {
  background-color: #1da1f2;
}

