:root {
  --fontB: 'Hel-B';
}
html,
body {
  font-family: 'Hel', Arial, Helvetica, sans-serif;
  font-size: 15px;
  padding: 0px;
  margin: 0px;
  color: #222;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Muli-B';
  line-height: normal;
}

a {
  text-decoration: none;
}

b,
strong {
  font-weight: normal;
  font-family: 'Muli-B';
}

img {
  border: none;
  max-width: 100%;
}

a img {
  display: block;
}
p {
  margin: 5px 0px;
}
#page {
  background: #fff;
  max-width: 1920px;
  margin: 0 auto;
  overflow: hidden;
}

.c,
.c5,
.c10,
.c15,
.c20,
.c30,
.c3,
.c2,
.c80 {
  clear: both;
}

.c {
  height: 0px;
}

.c3 {
  height: 3px;
}

.c4 {
  height: 4px;
}

.c5 {
  height: 5px;
}

.c10 {
  height: 10px;
}

.c15 {
  height: 15px;
}

.c20 {
  height: 20px;
}

.c30 {
  height: 30px;
}

.c50 {
  height: 50px;
}

.text-line-2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.text-line-3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.text-line-4 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.text-line-5 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}

.text-line-6 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}

.text-line-7 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
}

.text-line-8 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
}

.text-line-10 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 10;
  -webkit-box-orient: vertical;
}

.text-line-12 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 12;
  -webkit-box-orient: vertical;
}

.more-text {
  float: right;
  cursor: pointer;
}

.search-pc {
  display: none;
  width: 240px;
  position: absolute;
  bottom: -80px;
  right: 0px;
  z-index: 999;
}

.submit-search-pc {
  float: right;
  color: #374458;
  font-size: 14px;
  position: absolute;
  top: 10px;
  right: 5px;
}

.search-pc .kw {
  width: 100%;
  height: 35px;
  border: solid 1px #ccc;
  padding: 0px 10px;
  outline: none;
  float: left;
  color: #333;
  border-radius: 25px;
  background: #fff;
}

.search-pc .fa {
  color: #374458;
}

.search-icon {
  padding: 8px 10px 12px;
  border-radius: 4px;
  border: 2px solid #3e89a2;
  margin-left: 50px;
}

.search-pc .closeX {
  position: absolute;
  color: #666;
  width: 22px;
  height: 22px;
  text-align: center;
  border: solid 1px #ccc;
  background: #fff;
  border-radius: 10px;
  line-height: 20px;
  right: -15px;
  top: -8px;
}

.header {
  height: 40px;
  background: #c1161d;
  /*
  border-bottom: solid 1px #ccc;
  */
  top: -100px;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
}

.logo {
  float: left;
  max-width: 150px;
  padding: 16px 0;
}

.logo img,
.logo-mobile img {
  display: block;
}

.logo img {
  height: 62.33px;
}

.logo-mobile {
  float: left;
  margin-left: 10px;
  margin-top: 5px;
}

.menubar {
  display: flex;
  justify-content: center;
  text-align: center;
}

.menu-title {
  background: #29a7e1;
  color: #fff;
  padding: 12px;
  border-radius: 5px 5px 0px 0px;
  cursor: pointer;
}

.nav {
  padding: 0px;
  margin: 0px;
  font-weight: normal;
  max-width: 1200px;
  margin: 0 auto;
}

.nav > li {
  list-style: none;
  display: inline-block;
  position: relative;
  float: left;
  font-size: 14px;
  font-weight: normal;
  height: 40px;
  line-height: 40px;
  margin: 0px 2px;
}

.nav li:first-child {
  border-left: none;
}

.nav li:last-child {
  margin-right: 0;
}
/*
.nav li:last-child a {
  padding-right: 0;
} */

.nav > li > a {
  text-decoration: none;
  display: flex;
  padding: 0px 18px;
  color: #fff;
  font-family: 'Roboto';
  font-weight: 700;
}

.nav > li:hover > a {
  color: #ffa200;
}

.nav > li.active > a {
  color: #fff;
  background-color: #af0c12;
}
.nav > li > a > i {
  font-size: 16px;
  color: #fff;
  line-height: 40px;
  min-width: 18px;
}
.nav > li > a img {
  margin-right: 8px;
}

.nav li ul {
  position: absolute;
  top: 100%;
  left: 0;
  width: 250px;
  text-align: left;
  display: none;
  padding: 0px;
  opacity: 0.98;
  z-index: 999999;
  font-weight: normal;
  background: #333333;
  font-family: R-b;
  text-transform: initial;
}

.nav li ul > li {
  width: 100%;
  list-style: none;
  float: left;
  text-align: left;
  border: none !important;
  text-transform: initial;
  line-height: normal;
  position: relative;
}

.nav li ul > li a {
  font-family: R-b;
  padding: 0px 10px;
  display: block;
  color: #fff !important;
  line-height: 18px;
  text-transform: initial;
  padding: 8px 10px;
  border-top: solid 1px #ccc;
  border-left: solid 1px #ccc;
  border-right: solid 1px #ccc;
}

.nav > li > ul > li > a:hover {
  color: #ffa200 !important;
}

.nav li ul ul {
  left: 100%;
  top: 0px;
}

.mega-menu {
  width: 100% !important;
  left: 0px !important;
  /*
background: rgba(185,8,18,0.8) !important;
    */
  background: rgba(0, 0, 0, 0.8) !important;
  padding: 10px 0px !important;
}

.mega-menu-item {
  padding: 10px 0px;
  line-height: initial !important;
  border-bottom: solid 1px #333;
  padding-left: 10px;
}

.mega-menu-item a {
  color: #fff;
}

.mega-menu-item:hover {
  background: #555;
}

.mega-menu-item-link:hover {
}

.mobile-bar {
  background-color: #fff;
  width: 100%;
  padding: 3px;
}

.lang-flag {
  float: right;
  /* margin-top: 2px; */
  border: none;
  margin-left: 15px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  overflow: hidden;
}

.img-poster img {
  display: block;
}

.createdate {
  color: #999;
  font-size: 12px;
}

.footer {
  color: #222;
  background-color: #fff;
}

.footer a {
  color: #222;
}

.crumb {
  padding: 10px 0px;
  font-size: 12px;
  border-bottom: solid 1px #d1d1d1;
  background-color: #fff;
}

.crumb-gray .crumb {
  background-color: #f5f5f5;
}

.crumb a {
  color: #6d6e71;
  text-decoration: none;
  padding: 0 10px;
}

.crumb a:first-child {
  padding-left: 0;
}

.crumb a:last-of-type {
  color: #4d4d4d;
  padding-left: 10px;
  font-weight: 700;
}

.menu-footer {
  border-top: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  padding: 10px 0px;
}

.menu-footer a {
  font-size: 13px;
  color: #333;
  margin-right: 20px;
  text-decoration: none;
}

.linksmo {
  float: left;
  width: 100%;
}

.linksmo img {
  float: left;
  margin-right: 5px;
}

.linksmo a {
  color: #333;
  margin-bottom: 10px;
  display: inline-block;
  width: 34px;
  height: 34px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  line-height: 34px;
  margin-right: 5px;
}

.linksmo a.fa-facebook {
  color: #4b76bd;
  border: solid 2px #4b76bd;
}

.linksmo a.fa-youtube {
  color: #fc3831;
  border: solid 2px #fc3831;
}

.linksmo a.fa-twitter {
  color: #1da1f2;
  border: solid 2px #1da1f2;
}

.linksmo a.fa-pinterest {
  color: #fb5245;
  border: solid 2px #fb5245;
}

.linksmo a.fa-instagram {
  color: #8941a7;
  border: solid 2px #8941a7;
}

.menuleft {
  padding: 0px;
  margin: 0px;
  color: #58595b;
  background: #fff;
  margin-bottom: 20px;
  box-shadow: 0px 0px 6px 0px rgb(0 0 0 / 12%);
}

.menuleft .fa {
  font-size: 10px;
}

.menuleft ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

.menuleft li {
  list-style: none;
  margin: 0px;
  padding: 0px;
  border-bottom: solid 1px #eee;
}

.menuleft li:last-child {
  border-bottom: none;
}

.menuleft li a:hover {
  color: #244294;
}

.menuleft li a {
  color: #222;
  padding: 10px;
  width: 100%;
  display: block;
  font-size: 14px;
}

.menuleft > .actived > a {
  color: #244294;
  background: #eee;
  font-family: 'R-B';
}

.menuleft .actived ul {
  /* background: #eee; */
  display: block;
}

.menuleft .actived .actived a {
  color: #244294;
}

.deactived {
  display: none;
}

.menuleft li ul {
  margin: 0px;
  padding: 0px;
  padding-left: 35px;
  /* background: #eee; */
  display: none;
}

.menuleft li ul li {
  padding-left: 0px;
  list-style-type: square;
}

.menuleft li ul li a {
  border-bottom: none;
  padding: 8px 0px;
  font-size: 14px;
  color: #333;
}

.menuleft-icon {
  padding-right: 8px;
}

.album img {
  display: block;
}

.video-photo {
  padding: 4px;
  border: solid 1px #ccc;
}

.video-photo img {
  display: block;
}

#button-btt {
  position: fixed;
  right: 10px;
  bottom: 70px;
  color: #0059bd;
  background: #ccc;
  padding: 10px;
  opacity: 0.8;
  z-index: 10;
}

#button-btt a {
  color: #fff;
}

.view-detail {
  display: block;
  color: #fff;
  background: #244294;
  padding: 10px 30px;
  box-shadow: 0px 0px 3px #999;
  float: left;
}

.view-more-btn {
  display: block;
  border-radius: 2px;
  background-color: rgb(235, 235, 235);
  color: #727272;
  font-family: 'Muli-B';
  padding: 10px 24px 13px;
  float: left;
}

.view-more-btn:hover {
  background-color: rgb(187, 186, 186);
  color: #727272;
}

.view-more-btn-home {
  display: inline-block;
  color: #58564d;
  padding: 15px 60px;
  font-weight: 600;
  box-shadow: 0px 0px 2px #999;
  background: #f8cf48;
  border-radius: 30px;
}

.view-more-btn-home:hover {
  color: #58564d;
  background: #e9c241;
}

.view-more-btn-introduce {
  display: block;
  color: #58564d;
  font-weight: 600;
  float: left;
  background: #f8cf48;
  border-radius: 30px;
  margin-right: 7px;
  border-radius: 5px;
  padding: 10px 40px 15px;
  margin-bottom: 10px;
}

.view-more-btn-introduce:hover {
  color: #58564d;
  background: #e9c241;
}

.view-icon-right {
  font-size: 10px;
  color: #890228;
  padding-left: 10px;
  font-weight: bold;
  line-height: 15px;
}

.view-more-btn-red {
  display: block;
  color: #fff;
  padding: 10px 30px 15px 30px;
  font-weight: 600;
  box-shadow: 0px 0px 2px #999;
  float: left;
  background: #d8003f;
  border-radius: 30px;
}

.view-more-btn-red:hover {
  color: #fff;
  background: #c20138;
}

.view-more-btn-white {
  display: block;
  color: #424242;
  padding: 10px 30px 15px 30px;
  font-weight: 600;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
  float: left;
  background: #fff;
  border-radius: 30px;
}

.view-more-btn-white:hover {
  color: #fff;
  background: #d8003f;
}

.view-more-btn-gray {
  display: block;
  color: #424242;
  padding: 10px 40px 15px 40px;
  font-weight: 600;
  float: left;
  background-color: rgb(235, 235, 235);
  border-radius: 5px;
}

.view-more-btn-gray:hover {
  background: #f8cf48;
}

.buynow-btn {
  display: block;
  color: #fff;
  padding: 10px 12px;
  font-family: 'Muli-B';
  box-shadow: 0px 0px 2px #999;
  float: left;
  background: #3b8750;
  border-radius: 4px;
}

.buynow-btn:hover {
  color: #fff;
  background: #226e37;
}

.btn-yellow {
  display: block;
  color: #fff;
  padding: 10px 15px;
  font-family: 'Muli-B';
  box-shadow: 0px 0px 2px #999;
  float: left;
  background: #e0943f;
  border-radius: 4px;
}

.btn-yellow:hover {
  color: #fff;
  background: #cf822d;
}

.error {
  border: solid 1px #ff0000 !important;
}

.btn-send {
  display: block;
  overflow: hidden;
  padding: 12px;
  color: #fff;
  text-transform: uppercase;
  background: linear-gradient(180deg, #f79429 0%, #f7712e 100%);
  width: 100%;
  box-sizing: border-box;
  border: 0;
  border-radius: 4px;
  font-weight: 600;
  text-align: center;
  margin: auto;
  cursor: pointer;
  font-family: Arial, Helvetica, sans-serif;
}

.btn-dangky {
  width: 100%;
  padding: 9px;
  border: solid 1px #ccc;
  text-align: center;
  font-size: 18px;
  display: block;
  cursor: pointer;
  max-width: 255px;
  background: #0076c2;
  color: #fff;
  float: right;
  text-transform: uppercase;
}

.search-mobile {
  width: 100%;
  position: relative;
  display: none;
}

.search-mobile input {
  width: 100%;
  height: 30px;
}

.m-search-icon {
  position: absolute;
  right: 10px;
  top: 6px;
  color: #ef5994;
}

.homeslide-prev,
.homeslide-next {
  position: absolute;
  top: 50%;
  z-index: 9;
  margin-top: -30px;
  cursor: pointer;
}

.homeslide-next {
  left: 10px;
  background: url(../images/arrow/arrow-slide-left.png) no-repeat;
  width: 24px;
  height: 48px;
}

.homeslide-prev {
  right: 10px;
  background: url(../images/arrow/arrow-slide-right.png) no-repeat;
  width: 24px;
  height: 48px;
}

.title-line {
  background: #244294;
  height: 4px;
  width: 60px;
  margin: 0 auto;
}

.footer-title {
  font-size: 16px;
  font-weight: 700;
  font-family: 'Arial';
}

.footer-title:after {
  display: block;
  content: '';
  height: 2px;
  width: 100px;
  background: red;
  margin-top: 5px;
}

.footer-title .fa {
  float: right;
  margin-top: 3px;
  font-size: 14px;
  display: none;
  transition: 0.5s;
}

.title-mobile-highlight .fa {
  transform: rotate(225deg);
}

.menutab {
  width: 100%;
}

.menutab-item {
  padding: 14px 32px;
  text-align: center;
  border-radius: 3px;
  background-color: transparent;
  border: 2px solid #99aebf;
  margin: 0px 5px 5px;
  color: #fff;
  font-weight: 600;
}

.menutab-item a {
  color: #fff;
}

.tab-item {
  display: block;
  width: 20%;
  float: left;
  text-align: center;
  font-family: 'Roboto';
  font-weight: 700;
  font-weight: normal;
  color: #58595b;
  font-size: 15px;
  padding: 5px 5px;
  border-right: solid 1px #ccc;
  margin: 10px 0px;
}

.tab-item:last-child {
  border-right: none;
}

.tab-item:hover {
  color: #244294;
}

.menutab .actived {
  background-color: #ffa200;
  color: #fff;
  border: 0;
}

.menutab .actived a {
  color: #fff;
}

.tab-bar {
  /* background: #e1e1e1; */
  position: relative;
  display: flex;
  align-items: center;
}

.tab-bar-wrapper {
  margin-bottom: 20px;
  border-bottom: solid 1px #eaedf1;
}

.tab-title {
  color: #fff;
  font-family: 'Hel-M';
  padding: 10px 30px;
  border-radius: 4px 4px 0 0;
  background-color: #4d4d4d;
  margin-right: 5px;
}

/*
.tab-active {
  background: #f5f5f5;
  color: #ffa200;
  border-bottom: 2px solid #ffa200;
  z-index: 1;
} */

.tab-active {
  background-color: #ed3237;
}

/* .tab-active::after {
  content: "";
  position: absolute;
  width: 100%;
  bottom: 0;
  background-color: #ff9800;
  border: solid 1px #ff9800;
  left: 0;
} */
/*
.tab-bar::before {
  content: "";
  position: absolute;
  width: 100%;
  bottom: 0;
  background-color: #176078;
  border: solid 1px #176078;

} */

.slide-detail {
  display: block;
  float: left;
  margin-top: 20px;
  font-size: 16px;
  text-align: center;
  padding: 13px 30px;
  color: #fff;
  background: #eb7203;
  position: absolute;
  bottom: -100px;
}

.swiper-slide-active .slide-home-item {
  transition: All 2s ease;
  -webkit-transition: All 2s ease;
  -moz-transition: All 2s ease;
  -o-transition: All 2s ease;
  transform: translateX(800px);
}

.swiper-slide-active .slide-detail {
  transition: All 2s ease;
  -webkit-transition: All 2s ease;
  -moz-transition: All 2s ease;
  -o-transition: All 2s ease;
  transform: translateY(-200px);
}

.div-scroll {
  width: 100%;
  overflow: auto;
  padding-right: 2px;
}

/*Modal*/
.modal-overlay {
  opacity: 0;
  filter: alpha(opacity=0);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 900;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6) !important;
}

/*---*/

.btn {
  font-size: 3vmin;
  padding: 0.75em 1.5em;
  background-color: #ddd;
  border: 1px solid #bbb;
  color: #222;
  text-decoration: none;
  display: inline;
  border-radius: 4px;
  -webkit-transition: background-color 1s ease;
  -moz-transition: background-color 1s ease;
  transition: background-color 1s ease;
}

.btn:hover {
  background-color: #3b8750;
  color: #fff;
  -webkit-transition: background-color 1s ease;
  -moz-transition: background-color 1s ease;
  transition: background-color 1s ease;
}

.btn-small {
  padding: 0.75em 1em;
  font-size: 0.8em;
}

.modal-box {
  display: none;
  position: fixed;
  z-index: 1000;
  width: 60%;
  border-bottom: 1px solid #aaa;
  border-radius: 4px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-clip: padding-box;
  max-width: 1100px;
  background: #fff;
}

.modal-box header,
.modal-box .modal-header {
  padding: 1.25em 1.5em;
  border-bottom: 1px solid #ddd;
}

.modal-box header h3,
.modal-box header h4,
.modal-box .modal-header h3,
.modal-box .modal-header h4 {
  margin: 0;
}

.modal-box .modal-body {
  padding: 10px 20px;
}

.modal-box footer,
.modal-box .modal-footer {
  padding: 1em;
  border-top: 1px solid #ddd;
  background: rgba(0, 0, 0, 0.02);
  text-align: right;
}

a.close {
  line-height: 1;
  font-size: 1.5em;
  position: absolute;
  top: 5%;
  right: 2%;
  text-decoration: none;
  color: #bbb;
}

a.close:hover {
  color: #222;
  -webkit-transition: color 1s ease;
  -moz-transition: color 1s ease;
  transition: color 1s ease;
}

.msgbox {
  color: #ccc;
}

.form-error {
  background: #fff;
  padding: 10px;
  border-radius: 5px;
  color: #ff0000;
}

.form-success {
  background: #fff;
  padding: 10px;
  border-radius: 5px;
  color: #009846;
}

.right-icon {
  background: #6e0b11;
  padding: 7px 9px;
  right: 0;
}

.right-hotline {
  position: fixed;
  right: -102px;
  top: 200px;
  z-index: 999;
}

.right-facebook {
  position: fixed;
  top: 250px;
  z-index: 999;
}

.right-youtube {
  position: fixed;
  top: 300px;
  z-index: 999;
}

.right-hotline a {
  color: #fff;
  text-decoration: none;
  float: right;
  margin-left: 10px;
  line-height: 35px;
}

.message-success {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;

  background: #fff;
  width: 400px;
  box-shadow: 0px 0px 10px #333;
  color: #060;
  text-align: center;
  padding: 30px;
  /*
  display: none; */
}

.message-success .success-ok {
  background: #060;
  color: #fff;
  display: inline-block;
  padding: 10px 30px;
}

.comment-success {
  color: #060;
  padding: 10px;
}

.cell-cat-home {
  padding: 10px;
  background: #ebebeb;
}

.cat-home-name {
  margin: 0px;
  padding: 10px;
  font-size: 20px;
  color: #333;
  font-family: 'Muli-B';
  font-weight: normal;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
}

.cat-home-name a {
  color: #414042;
}

.cat-home-intro {
  text-align: justify;
}

.cat-home-img {
  overflow: hidden;
  border-radius: 5px;
}

.btn-search-mobile {
  display: block;
  position: absolute;
  color: #1c4d99;
  top: 5px;
  right: 10px;
}

.product-item-overlay {
  position: absolute;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
  display: none;
}

.product-home-info {
  position: absolute;
  width: 100%;
  bottom: -200px;
  padding: 10px;
  color: #fff;
  z-index: 9;
  transition: all 0.5s;
  font-size: 14px;
  font-family: Arial;
}

.product-home-info ul {
  margin: 0px;
  padding: 0px;
}

.product-home-info ul li {
  margin: 6px 0px;
}

.product-home-info-active {
  bottom: 0px;
}

.product-name {
  margin: 5px 0px;
  padding: 0px;
  font-family: 'Muli-B';
  color: #333;
  font-weight: normal;
  font-size: 16px;
}

.product-name a {
  color: #333;
}

.product-name a:hover {
  color: #244294;
}

.cat-item-name {
  margin: 5px 0px;
  padding: 0px;
  font-family: 'Muli-B';
  font-weight: normal;
  font-size: 20px;
  text-align: center;
}

.cat-item-name a {
  color: #333;
}

.cat-item-name a:hover {
  color: #244294;
}

.product-code {
  float: left;
  line-height: 22px;
  font-size: 14px;
}

.product-code span {
  color: #288ad6;
  text-transform: uppercase;
}
.price {
  float: left;
  color: #244294;
  font-size: 16px;
  margin-left: 10px;
}

.pricekm {
  color: #f7c14d;
  float: left;
  font-size: 16px;
  font-family: 'Muli-B';
  font-weight: normal;
}

.product-name-detail {
  margin: 0px;
  padding: 0px;
  font-size: 22px;
  font-weight: normal;
  color: #414042;
  font-family: 'Muli-B';
  font-weight: normal;
  /* text-transform: uppercase; */
}

.price-detail {
  color: #be9e76;
  font-size: 20px;
  font-family: 'Muli-B';
}

.price-detail span {
  color: #414042;
  font-size: 14px;
  font-family: 'Muli';
  margin-left: 20px;
  text-decoration: line-through;
}

.pricekm-detail {
  color: #ff6c00;
  float: left;
  font-size: 20px;
  font-family: 'Muli-B';
  font-weight: normal;
  margin-right: 20px;
  line-height: 18px;
}

.product-detail-label {
  float: left;
  line-height: 40px;
}

.addcart-btn {
  font-family: 'Muli-B';
  float: left;
  background: #636363;
  display: block;
  color: #fff;
  padding: 12px 60px;
  margin-left: 5px;
}

.addcart-btn:hover {
  box-shadow: 0px 0px 6px #666;
}

.muangay-btn,
.buy-now {
  font-family: 'Muli-B';
  float: left;
  background: #be9e76;
  display: block;
  color: #fff;
  padding: 12px 30px;
}

.muangay-btn:hover,
.buy-now:hover {
  box-shadow: 0px 0px 6px #666;
}

.buy-now-added {
  font-family: 'Roboto';
  font-weight: 700;
  float: left;
  background: #008e18 15px 7px no-repeat;
  display: block;
  color: #fff;
  padding: 10px 30px;
  border-radius: 20px;
  margin-left: 20px;
}

.news-home-intro {
  text-align: justify;
}

.title-cat-line {
  width: 150px;
  background: #244294;
  height: 2px;
  margin-top: -2px;
}

.page-name {
  margin: 0px;
  padding: 0px;
  font-size: 24px;
}

.box-left {
  padding: 20px;
  padding-bottom: 0px;
  border: solid 1px #eee;
  border-radius: 0px 0px 5px 5px;
  border-top: none;
  background: #fff;
}

.menu-mobile {
  display: block;
  float: left;
  color: #e1943f;
  margin-left: auto;
}

.menu-mobile-item {
  display: block;
  float: left;
  margin-top: 5px;
  color: #fff;
  margin-left: 10px;
}

.content-detail a {
  color: #3b3b3b;
  font-weight: 400;
}

.content-detail a:hover {
  color: #d8003f;
}

.star-rate {
  background: url(/images/star-rate.jpg) center top no-repeat;
  height: 17px;
  width: 100%;
}

.rate1 .rate2 {
  background-position-y: -38px;
}

.rate3 {
  background-position-y: -55px;
}

.rate4 {
  background-position-y: -72px;
}

.rate5 {
  background-position-y: -90px;
}

.view-hover {
  display: none;
  position: absolute;
  bottom: 20px;
  left: 0px;
  width: 100%;
  padding: 0px 20px;
}

.price-color {
  display: inline-block;
  padding: 8px 16px;
  margin: 4px;
  border: 1px solid #ccc;
  border-radius: 6px;
  cursor: pointer;
  transition: background-color 0.3s ease, border-color 0.3s ease;
}

.price-color:hover {
  border-color: #c1161d;
  background-color: #fdf2f2;
}

.price-color.active {
  background-color: #c1161d;
  color: white;
  border-color: #c1161d;
  font-weight: bold;
}
.content-pro h3 {
  font-family: 'Roboto';
  font-weight: 700;
  font-weight: normal;
  color: #244294;
  font-size: 16px;
}

.content-pro figcaption {
  text-align: center;
}

.content-pro figure {
  margin: 0px;
  text-align: center;
}

.tab-content {
  display: none;
}

.thumb-next,
.thumb-prev {
  text-align: center;
  background: #eee;
}

.name-faq {
  margin: 0px;
  padding: 0px;
  font-size: 15px;
  font-family: 'Muli-B';
  font-weight: normal;
  background: #efeff0;
  border-radius: 4px;
  padding: 12px 8px;
  padding-bottom: 8px;
  cursor: pointer;
  float: left;
  width: 100%;
}
.faq-icon i {
  transition: transform 0.25s;
  font-size: 18px;
  color: #6366f1;
}
.faq-item.faq-active .faq-icon i {
  transform: rotate(180deg);
  color: #ef4444;
}

.faqcontent {
  display: none;
  width: calc(100% - 35px);
  float: right;
}

.faq-icon {
  background: url(/images/icon-faq.png) left top no-repeat;
  width: 15px;
  height: 25px;
  float: left;
  margin-right: 10px;
}

.faq-active .name-faq {
  background: #244294;
  color: #fff;
}

.faq-active .faq-icon {
  background: url(/images/icon-faq-active.png) left top no-repeat;
}

.arrow-div {
  position: relative;
  background: #efeff0;
  border: 1px solid #dddddd;
}

.arrow-div:after,
.arrow-div:before {
  bottom: 100%;
  left: 50px;
  border: solid transparent;
  content: ' ';
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.arrow-div:after {
  border-color: rgba(241, 241, 241, 0);
  border-bottom-color: #efeff0;
  border-width: 10px;
  margin-left: -10px;
}

.arrow-div:before {
  border-color: rgba(221, 221, 221, 0);
  border-bottom-color: #dddddd;
  border-width: 11px;
  margin-left: -11px;
}

.choose-price {
  border: solid 1px #0076c2;
}

.rate-summary {
  font-family: 'Muli-B', sans-serif;
  font-size: 22px;
  color: #58595b;
  width: 100%;
  text-align: center;
}

.rated-bar {
  float: left;
  width: 150px;
  height: 5px;
  border-radius: 5px;
  background: #cccccc;
  margin: 6px;
}

.rated-bar-percent {
  display: block;
  background: #fe9727;
  float: left;
  width: 150px;
  height: 5px;
  border-radius: 5px;
}

.rate-text {
  font-family: 'Muli-B', sans-serif;
  color: #58595b;
  width: 100%;
  text-align: center;
}

.star {
  width: 130px;
  height: 24px;
  margin: 0 auto;
  background: url('/images/star-unrate.png') no-repeat left center;
}

.star-rated {
  display: block;
  float: left;
  width: 50%;
  height: 24px;
  margin: 0 auto;
  background: url(/images/star-rated.png) no-repeat left center;
}

.btn-show-comment {
  display: inline-block;
  font-family: 'Muli', sans-serif;
  text-decoration: none;
  background: #005aa0;
  border-radius: 3px;
  color: #fff;
  padding: 9px 30px;
  border: none;
  cursor: pointer;
}

.btn-comment {
  font-family: 'Muli', sans-serif;
  text-decoration: none;
  background: #db3832;
  border-radius: 3px;
  color: #fff;
  padding: 9px 20px;
  border: none;
}

.txt-comment {
  width: 100%;
  height: 36px;
  border-radius: 3px;
  border: solid 1px #ccc;
  padding-left: 5px;
}

.pagination {
  margin-bottom: 40px;
}

.pagination-item {
  text-decoration: none;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  display: inline-block;
  min-width: 42px;
  height: 42px;
  text-align: center;
  line-height: 42px;
  border-radius: 50%;
  background-color: #231f20;
  margin: 0 5px;
}

.pagination-item__clicked {
  text-decoration: none;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  display: inline-block;
  min-width: 42px;
  height: 42px;
  text-align: center;
  line-height: 42px;
  border-radius: 50%;
  background-color: #ed1b24;
  margin: 0 5px;
}

.pagination-item-icon {
  font-size: 20px;
  font-weight: 500;
  color: #231f20;
}

.like-comment {
  color: #244294;
}

.btn-contact {
  background: #244294;
  width: 100%;
  border-radius: 5px;
  border: none;
  color: #fff;
  padding: 10px 20px;
  text-align: center;
}

.ullist {
  height: 450px;
  overflow-y: scroll;
}

.ullist li h3 {
  padding: 0px;
  margin: 0px;
  margin-top: 5px;
  color: #244294;
  font-size: 16px;
}

.ullist li p {
  margin: 0px;
  padding: 5px 0px;
}

.ullist li {
  border-bottom: dashed 1px #ddd;
}

.ullist li .fa {
  display: block;
  float: left;
  width: 18px;
  margin-top: 2px;
}

#loadMoreProduct {
  display: block;
  background: #ddd;
  color: #244294;
  padding: 10px 20px;
  text-align: center;
  margin: 0 auto;
  border-radius: 5px;
  width: 220px;
}

.search-mobile-bar {
  float: right;
  width: 200px;
  position: relative;
  margin-right: 10px;
  margin-top: 5px;
}

.search-mobile-bar .kw {
  width: 100%;
  height: 30px;
  border: solid 1px #eee;
  padding: 0px 10px;
  outline: none;
  float: left;
  color: #333;
  border-radius: 25px;
  background: #fff;
}

.submit-search-mobile {
  float: right;
  color: #244294;
  font-size: 14px;
  position: absolute;
  top: 8px;
  right: 25px;
}

.form-title {
  font-family: 'Muli-B';
  font-size: 24px;
  font-weight: normal;
  text-transform: uppercase;
  text-align: center;
  width: 100%;
}

.dang-ky-tu-van {
  position: fixed;
  bottom: 20px;
  left: 0px;
  z-index: 99;
}

.form-dangky {
  padding: 20px 200px;
  border-radius: 10px;
}

.footer-white {
  background: #f4f4f4;
  padding: 50px 100px;
  border-radius: 20px;
  color: #343436;
  font-size: 16px;
  font-family: 'Muli-B';
}

#btnNewsletter {
  background: #0076c2;
  text-align: center;
  padding: 10px;
  width: 100%;
  border-radius: 20px;
  display: block;
  font-size: 15px;
}

.header-mobile {
  background: #fff;
  height: auto;
}

.cart-mobile {
  position: relative;
  margin-right: 10px;
  margin-top: 10px;
  width: 40px;
  float: right;
}

.cart-mobile span {
  position: absolute;
  right: -5px;
  top: -5px;
  font-size: 11px;
  background: #244294;
  color: #fff;
  display: block;
  padding: 1px 4px;
  border-radius: 50%;
}

.kw-mobile {
  width: 94%;
  height: 30px;
  border: none;
  border-radius: 20px;
  margin: 0px 10px;
  margin-bottom: 10px;
  color: #333;
  padding-left: 5px;
}

.mobile-footer-bar {
  position: fixed;
  bottom: 0px;
  padding: 5px;
  width: 100%;
  background: #fff;
  box-shadow: 0px -1px 3px #244294;
  z-index: 9999;
}

::placeholder {
  color: #afafaf;
  opacity: 1;
  /* Firefox */
}

.fb_customer_chat_bounce_in_v2 {
  bottom: 60px !important;
}

.longPageNavigationDiv {
  width: 100%;
}

.longPageNavigationDiv a {
  color: #3983e7;
}

.longPageNavigationDiv ul {
  padding-left: 0;
  margin: 0;
}

.longPageNavigationDiv ul li {
  list-style: none;
  padding: 3px 0px 3px 0px;
}

.longPageNavigationDiv ul .toc-heading3 {
  padding-left: 30px;
}

.form-group {
  padding: 8px 0px;
}

.error_lbl {
  border: solid 1px #f00;
}

.box-dieukhoan {
  overflow-y: auto;
  height: 150px;
  padding-right: 5px;
}

.btn-payment {
  background: #cc0000;
  width: 100%;
  border-radius: 5px;
  border: none;
  color: #fff;
  padding: 12px 20px;
  text-align: center;
  box-shadow: 0px 1px 5px #244294;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
}

.box-thanh-toan-ngan-hang {
  margin: 0px;
  background: #eee;
  padding: 10px;
  padding-left: 35px;
}

.box-thanh-toan-ngan-hang li {
  padding: 5px 0px;
}

.video-content {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}

.img-article {
  float: left;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
}

.img-article img {
  display: block;
}

.article-name {
  margin: 0px;
  padding: 0px;
  font-family: 'Muli-B';
  font-size: 16px;
  color: #244294;
  text-transform: uppercase;
}

.article-name a {
  color: #244294;
}

.article-next,
article-prev {
  float: left;
  outline: none;
}

/*---*/

.article-wrapper {
  padding: 20px 0px;
  background: #efeff0;
}

.rtb-home {
  padding: 20px 5px;
  background: #efeff0;
  color: #414042;
  text-align: center;
}

.video-home-item {
  position: relative;
}

.playicon {
  opacity: 0.6;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
}

.playicon:hover {
  opacity: 0.9;
}

.play-video {
  opacity: 0.6;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -20px;
  margin-top: -20px;
}

.play-video:hover {
  opacity: 0.9;
}

.play-video {
  opacity: 0.6;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -49px;
  margin-top: -47px;
}

.btn-next,
.btn-prev {
  font-size: 26px;
  width: 40px;
  height: 40px;
  background: #ababab;
  border-radius: 50%;
  color: #999;
  float: left;
  outline: none;
  margin: 0px 3px;
  position: absolute;
  top: -34px;
  transform: translateY(-20px);
  z-index: 2;
  box-shadow: 0px 10px 20px 0px rgb(0 0 0 / 15%);
  cursor: pointer;
}

.btn-next {
  right: 0;
}

.btn-prev {
  left: 0;
}

.btn-next:hover,
.btn-prev:hover {
  background: #c1161d;
  color: #fff;
}

.faq-form {
  background: #efeff0;
  border-radius: 3px;
  overflow: hidden;
}

.faq-form-title {
  background: #244294;
  padding: 10px;
  text-align: center;
  font-family: 'Muli-B';
  color: #eeba4e;
}

.article-item-img {
  display: block;
  border-radius: 50%;
  overflow: hidden;
  margin: 0px 100px;
}

.item-overlay {
  position: absolute;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
}

.header-fixed {
  position: fixed;
  z-index: 999;
  top: 0px;
  left: 0;
  width: 100%;
  transition: all 0.5s ease;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
}

.header-fixed .nav > li {
  height: 40px;
  line-height: 40px;
}

.header-fixed .logo {
  margin-top: 0px;
}

/* .header-fixed .logo img {
    height: 50px;
} */

.header-fixed .icon-home {
  margin-top: 16px;
}

.service-home-name {
  margin: 0px;
  padding: 0px;
  font-size: 16px;
  font-weight: normal;
  font-family: Muli-B;
  text-align: center;
}

.service-home-name a {
  color: #333;
}

.info-image {
  background: #fff;
  /* padding: 8px; */
}

.product-detail-wrapper {
}

.frm-contact {
  width: 100%;
}
/* flex_center */
.flex_center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.flex_row_reverse {
  display: flex;
  flex-direction: row-reverse !important;
}

.d-flex {
  display: flex;
  align-items: center;
}

.flex-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
/* Không có margin thẻ p */
.no-margin-p-tag p {
  margin: 0;
}

/* burger */

.burger {
  position: relative;
  z-index: 4;
}

.burger div {
  width: 22px;
  height: 3px;
  background-color: #c1161d;
  margin: 5px;
  transition: all 0.3s ease;
}

/* HOME */

.header-top {
  background-color: #333333;
}

.header-top__menu {
  display: flex;
  align-items: center;
  padding-left: 0;
  margin: 0;
  list-style: none;
  color: #fff;
  font-size: 12px;
  font-family: 'Arial';
}
.header-top__menu li {
  position: relative;
}

.header-top__menu li a {
  color: #fff;
  font-size: 12px;
  padding: 5px 18px;
  display: block;
  line-height: 20px;
}

.header-top__menu--left li:first-child a {
  padding-left: 0;
}

.header-top__menu li:last-child a {
  padding-right: 0;
}

.header-top__menu li a:hover {
  color: #ed3237;
}

.header-top__menu > li:before {
  content: ' ';
  display: block;
  width: 1px;
  height: 14px;
  position: absolute;
  background: #fff;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.header-top__menu > li:last-child:before {
  display: none;
}

.header__search {
  background-color: #fff;
  box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 28%);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  border-radius: 2px;
  padding: 3px;
}

.header__form {
  flex: 1;
}

.header__search-input-wrap {
  flex: 1;
  height: 100%;
  position: relative;
}

.header__search-input {
  outline: none;
  border: 0;
  padding: 0;
  margin: 0;
  height: 100%;
  width: 100%;
  padding: 0 10px;
}

.btn-search {
  width: 60px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
  background-color: #ab1c20;
  color: #fff;
}

.shopee-svg-icon {
  display: inline-block;
  width: 14px;
  height: 14px;
  fill: currentColor;
  position: relative;
}

.header__cart {
  padding-left: 32px;
}

.header__cart-wrap {
  position: relative;
  display: inline-block;
  padding: 0 12px;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  width: 48.75px;
  height: 23.2px;
}

.header__cart-icon {
  font-size: 22px;
  color: #ab1c20;
  width: 24.75px;
  height: 21.6px;
}

.header__cart-notice {
  position: absolute;
  padding: 1px 6px;
  background-color: #fff;
  color: #ab1c20;
  font-size: 12px;
  line-height: 12px;
  border-radius: 10px;
  border: 2px solid #ab1c20;
  top: -8px;
  right: -2px;
}

.searchresult {
  padding: 0;
  margin: 0;
  list-style: none;
  position: absolute;
  left: -3px;
  right: 0;
  top: 100%;
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0 1px 4px 0 rgb(0 0 0 / 26%);
  margin-top: 10px;
  z-index: 10;
}

.searchresult a {
  display: block;
  padding: 10px;
  color: rgb(0, 0, 0);
  font-size: 14px;
}
.searchresult a:hover {
  background-color: #fafafa;
}

.header__cat {
  display: flex;
  align-items: center;
  margin-top: 8px;
  max-width: 100%;
  flex-wrap: wrap;
}

.header__cat a {
  font-size: 12px;
  color: rgb(31, 31, 31);
  display: inline-block;
  margin-right: 8px;
  font-family: 'Roboto';
  font-weight: 500;
}

.header__cat a:hover {
  color: #c1161d;
}

.header-company-info {
  padding-left: 0;
  list-style: none;
  margin: 0;
}

.header-company-info a {
  color: #333;
  font-size: 14px;
  font-family: 'Hel-B';
  display: flex;
  align-items: center;
  padding: 2px 0;
}
.header-company-info a i {
  color: #ab1c20;
  font-size: 20px;
  width: 20px;
  margin-right: 10px;
}
.header-company-info a span {
  font-family: 'Hel';
}

.producthot-wrapper {
  background-color: rgb(245, 245, 245);
  padding: 28px 0;
}

.producthot-list {
  /* background-color: rgb(193, 22, 29);
  padding: 25px 10px 20px; */
  padding: 20px 0;
  background-color: #fff;
  border-radius: 4px;
}

.cathot-title {
  margin: 0;
  /* color: #333; */
  color: #fff;
  font-size: 22px;
  text-transform: uppercase;
  font-family: 'Arial';
  font-weight: 400;
  margin-bottom: 15px;
}

.cathot-title a {
  color: #fff;
}

.producthot-item {
  box-shadow: 0 0.0625rem 0.125rem 0 rgb(0 0 0 / 20%);
  border-radius: 2px;
  transition: transform cubic-bezier(0.4, 0, 0.6, 1) 0.1s,
    box-shadow cubic-bezier(0.4, 0, 0.6, 1) 0.1s;
  position: relative;
  background-color: #fff;
}

.producthot-item:hover {
  transform: translateY(-1px);
  box-shadow: 0 0.0625rem 20px 0 rgb(0 0 0 / 5%);
}

.producthot-item__name {
  min-height: 36px;
  color: rgba(0, 0, 0, 0.8);
  font-size: 14px;
}

.producthot-item__img {
  width: 100%;
  padding-top: 100%;
  position: relative;
  display: block;
}

.producthot-item__img img {
  object-fit: contain;
  vertical-align: bottom;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: white;
}

.producthot-box {
  padding: 10px;
}

.producthot__price-old {
  color: rgba(0, 0, 0, 0.54);
  text-decoration: line-through;
  font-size: 14px;
}

.producthot__price-current {
  color: #ee4d2d;
  font-size: 18px;
  font-family: 'Hel-M';
}

.producthot__price-current span {
  font-size: 12px;
}

.producthot__price {
  margin-top: 10px;
}

.home-product-item__action {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 10px 0 6px;
}

.home-product-item__like {
  font-size: 13px;
}

i.home-product-item__like-icon-fill {
  display: none;
  color: #f63d30;
}

.home-product-item__like--liked .home-product-item__like-icon-fill {
  display: inline-block;
}

.home-product-item__like--liked .home-product-item__like-icon-empty {
  display: none;
}

/* star */
.home-product-item__rating {
  font-size: 8px;
  color: #d5d5d5;
  margin-left: auto;
}

.home-product-item__rating--gold {
  color: #ffce3d;
}

/* đã bán */
.home-product-item__sold {
  color: rgba(0, 0, 0, 0.87);
  font-size: 12px;
  margin-left: 0px;
}

.home-product-item__km {
  text-align: right;
  color: rgba(0, 0, 0, 0.65);
  font-size: 12px;
}

.home-product-item__sale-off {
  position: absolute;
  right: 0;
  top: 0;
  height: 36px;
  width: 40px;
  background-color: rgba(255, 216, 64, 0.94);
  text-align: center;
  border-top-right-radius: 2px;
  padding: 5px 0;
}

/* làm vạt cờ */
.home-product-item__sale-off::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -4px;
  border-width: 0 20px 4px;
  border-style: solid;
  color: rgba(255, 216, 64, 0.94);
  border-color: transparent currentColor transparent currentColor;
}

.home-product-item__sale-off-percent {
  color: #ee4d2d;
  font-family: 'Hel-B';
  font-size: 12px;
  display: block;
  margin-bottom: 2px;
}

.home-product-item__sale-off-label {
  color: #fff;
  font-size: 12px;
  font-family: 'Hel-M';
  display: block;
}

#producthot {
  padding: 10px;
}

.producthome-wrapper {
  background-color: rgb(244, 244, 244);
}

.producthome-list {
  padding: 20px 0;
  background-color: #fff;
  margin-bottom: 15px;
}

.tabhome-list {
  display: flex;
  align-items: center;
  border-bottom: solid 2px #ed3237;
}

.tabhome-item.actived {
  background-color: #ed3237;
}

.tabhome-item {
  color: #fff;
  font-family: 'Hel-M';
  padding: 10px;
  border-radius: 4px 4px 0 0;
  background-color: #333333;
  margin-right: 5px;
}

.producthome-item {
  box-shadow: 0 0.0625rem 0.125rem 0 rgb(0 0 0 / 20%);
  border-radius: 2px;
  transition: transform cubic-bezier(0.4, 0, 0.6, 1) 0.1s,
    box-shadow cubic-bezier(0.4, 0, 0.6, 1) 0.1s;
  position: relative;
  background-color: #fff;

  height: 100%;
}
/*
.producthome-item:hover {
  transform: translateY(-1px);
  box-shadow: 0 0.0625rem 20px 0 rgb(0 0 0 / 5%);
} */

.cell-pro-home .mast {
  background-color: rgba(0, 0, 0, 0.8);
  position: absolute;
  width: 100%;
  height: 85%;
  top: 0;
  left: 0;
  display: none;
}
.cell-pro-home .mast .iner-mast {
  padding: 10px;
  position: relative;
  height: 100%;
}

.cell-pro-home .mast .iner-mast .title-mast a {
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
}
.cell-pro-home .mast .iner-mast .title-mast a:hover {
  text-decoration: underline;
}
.cell-pro-home .mast .iner-mast .code-mast {
  font-size: 12px;
  color: #fff;
  margin-top: 5px;
  font-weight: normal;
}
.cell-pro-home .mast .iner-mast .intro {
  color: #d2d2d2;
  line-height: 20px;
  border-bottom: solid 1px #717171;
  border-top: solid 1px #717171;
  margin-top: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  font-size: 13px;
}
.mast a {
  color: #ccc;
  text-decoration: none;
}
.cell-pro-home .mast .iner-mast .price-mast del {
  display: block;
  color: #fff;
  font-size: 12px;
  float: right;
}
.cell-pro-home .mast .iner-mast .price-mast strong {
  font-size: 16px;
  display: block;
  color: #fff;
  float: left;
}

.cell-pro-home {
  position: relative;
  height: 100%;
  width: 100%;
}

.phukien {
  color: #fc0;
}

.cat-title {
  font-size: 26px;
  font-family: 'Hel-B';
  color: rgb(65, 64, 66);
  line-height: 1.2;
  text-align: center;
  position: relative;
  margin: 0;
  margin-bottom: 15px;
}

.cat-title a {
  color: rgb(65, 64, 66);
}

.cat-title::after {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 34px;
  height: 3px;
  background-color: #c1161d;
}

.productcat-wrapper {
  padding: 30px 0 50px;
}

.productcat-wrapper .producthome-item {
  border: 1px solid #d4d4d4;
  box-shadow: unset;
}

.videohome-wrapper {
  padding: 0px 0 60px;
}

.videohome-item {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}

.videohome-item__name {
  position: absolute;
  padding: 0 15px 2px;
  font-family: 'Hel-B';
  background-image: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 0.81961) 0%, rgba(0, 0, 0, 0) 66%);
  bottom: 0;
  width: 100%;
}

.videohome-item__name a {
  margin-bottom: 10px;
  color: #fff;
}

/* hover image */

.hover-blur {
  width: 100%;
  height: 100%;
  text-align: center;
  position: absolute;
  top: 0;
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7));
  box-sizing: border-box;
  padding: 8px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s linear;
}

.hover-image:hover .hover-blur {
  visibility: visible;
  opacity: 1;
}

.hover-image:hover .videohome-item__name {
  display: none;
}

.newshome-item__img {
  border-radius: 10px;
  overflow: hidden;
  display: block;
}

.newshome-wrapper {
  background-color: #f1f3f2;
  padding: 30px 0 50px;
}

.newshome-item__name {
  color: #333;
  font-family: 'Hel-M';
  margin-top: 8px;
}

.partner-cat-title {
  margin: 0;
  position: relative;
  color: rgb(65, 64, 66);
  font-family: 'Hel-Black';
  margin-top: 0;
  margin-bottom: 34px;
  font-size: 35px;
  display: block;
  text-transform: uppercase;
  text-align: center;
}

.partner-cat-title a {
  color: rgb(65, 64, 66);
  font-family: 'Hel-Black';
  margin-top: 0;
  margin-bottom: 34px;
  font-size: 35px;
  display: block;
  text-transform: uppercase;
}

.partner-cat-title::after {
  content: '';
  display: block;
  width: 55px;
  height: 3px;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  background-color: #c1161d;
}

.partner-home-wrapper {
  padding: 40px 0 60px;
  background-color: #f1f2f2;
  background-size: cover;
  background-position: top center;
}

.partnerhome-next {
  right: -60px;
  background-color: #fff;
}

.partnerhome-prev {
  left: -60px;
  background-color: #fff;
}

.partnerhome-next,
.partnerhome-prev {
  top: 50%;
}

.partnerhome-item {
  padding: 26px 20px;
  border-radius: 5px;
  background-color: #fff;
}

.partnerhome-item:hover {
  box-shadow: 0.799px 0.602px 4px 0px rgba(0, 0, 0, 0.2);
}

.footer-newsletter {
  background: #231f20;
  padding: 20px 20px 40px;
}

.footer-newsletter-title {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  font-family: 'Arial';
}

.send-mail__input {
  background: #fff;
  border: none;
  border-radius: 2px;
  padding: 10px;
  width: 500px;
  height: 40px;
  margin-right: 0;
  font-size: 12px;
  font-family: 'Arial';
  outline: none;
}

.btn-send-mail {
  background: #ed1b24;
  color: #fff !important;
  padding: 10.5px 55px;
  border-radius: 0 3px 3px 0;
  font-size: 13px;
  font-weight: 600;
  height: 40px;
  font-family: 'Arial';
  outline: none;
  border: none;
  margin-left: -10px;
  cursor: pointer;
}

.footershowroom-title {
  display: block;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  color: #333;
  padding: 15px 0 0;
}

.footershowroom-title:after {
  content: '';
  display: block;
  height: 2px;
  width: 200px;
  background: #333;
  margin: auto;
}

.number-footer {
  color: #fff;
  background-color: #ed1b24;
  font-size: 16px;
  padding: 5px 6px;
  height: 20px;
}

.showroom-title {
  background-color: #231f20;
  padding: 5px 10px;
  color: #fff;
  position: relative;
  font-weight: 700;
  font-size: 16px !important;
  font-family: 'Arial';
}

.showroom-title::after {
  content: '';
  position: absolute;
  right: -42px;
  top: 0px;
  border-width: 13px 21px;
  border-style: solid;
  border-color: transparent transparent transparent #231f20;
  cursor: pointer;
}

.showroom-item {
  padding-top: 20px;
  padding-bottom: 5px;
}

.showroom-item p,
.copyright p {
  margin: 6px 0;
  line-height: 1.5;
  font-size: 13px;
  font-family: 'Arial';
}
.showroom-item p i {
  width: 12px;
}
.showroom-table-address {
  font-weight: 700;
  font-family: 'Arial';
}

.footer-copyright {
  background: #231f20;
}

.copyright {
  color: #fff;
  padding: 20px 0;
}

.menufooter {
  margin: 0;
  padding-left: 0;
  list-style: none;
}

.menufooter li {
  margin: 12px 0;
}

.menufooter li a {
  font-size: 14px;
}

.footer-menu {
  padding: 20px 0;
  border-top: 1px dashed #dadada;
}

.cathot-title__hnc {
  margin-top: 12px;
  display: inline-block;
  margin-bottom: 10px;
  padding-left: 10px;
}

.cathot-title__hnc a {
  color: #333;
  /* padding-left: 10px; */
}

.swiper-producthome {
  padding: 10px !important;
}

.swiper-slide {
  height: auto !important;
}

.producthome-item .producthot__price-current {
  font-size: 15px;
}

.sub_cat_title {
  margin-left: 15px;
  display: inline-block;
}

.sub_cat_title a {
  text-decoration: none;
  padding-right: 30px;
  color: #333;
  font-weight: 500;
  font-size: 14px;
  position: relative;
}

.sub_cat_title a:hover {
  color: #c1161d;
}

.sub_cat_title a:not(:last-child)::after {
  content: '';
  border-right: 1px solid #222;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1px;
  height: 12px;
}

.producthome-count .producthome-wrapper:last-child .producthome-list {
  margin-bottom: 30px;
}

.sortform {
  margin: 5px 0;
}

.sortform label {
  color: #231f20;
  font-family: 'Hel-M';
}

.sortform select {
  height: 25px;
  outline: none;
  border: 1px solid #231f20;
  border-radius: 4px;
  font-size: 14px;
  margin-left: 5px;
}

.productlist-wrapper {
  padding: 30px 0 30px;
}

/* Filter */

.box-left-filter {
  margin-bottom: 20px;
}
.box-container {
}
.box-left-title {
  position: relative;
  cursor: pointer;
}

.box-left-title {
  background-color: transparent;
  height: 35px;
  line-height: 35px;
  font-size: 15px;
  font-family: 'Roboto';
  font-weight: 700;
  color: #fff;
  background-color: #231f20;
  padding-left: 10px;
}

.box-left-title i.fa {
  position: absolute;
  top: 30%;
  right: 10px;
}
#filterForm .box-left-filter {
  width: 100%;
  box-shadow: 0px 0px 6px 0px rgb(0 0 0 / 12%);
  border-radius: 4px;
  background-color: #fff;
  z-index: 1;
  overflow: hidden;
}
.border-filter {
  border: solid 1px #b8b8b8;
  margin: 0px 10px 10px 10px;
  display: block;
  color: #333;
  text-decoration: none;
}
#btn-filter-show-mobile {
  display: none;
}

.box-container {
  padding-left: 10px;
  padding-bottom: 10px;
}

.filter-item {
  margin-top: 10px;
  font-size: 12px;
  font-family: 'Muli-L';
}

.catchild-title {
  font-size: 24px;
  font-family: 'Roboto';
  font-weight: 700;
  margin: 0;
  margin-bottom: 12px;
}

.productlist-wrapper .cell-1-4-sp,
.block2-left .cell-1-4-sp {
  margin-bottom: 30px;
}

.title-left {
  height: 35px;
  line-height: 35px;
  font-size: 15px;
  font-family: 'Roboto';
  font-weight: 700;
  color: #fff;
  background-color: #231f20;
  padding-left: 10px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.title-left a {
  color: #fff;
}

.menuleft {
  border-radius: 4px;
  overflow: hidden;
}

.notfound {
  min-height: 700px;
  font-family: 'Hel-Black';
  font-size: 24px;
}

.swiper-slide--thumb,
.swiper-slide--top {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.product-detail-wrapper {
  background-color: rgb(244, 244, 244);
}

.block1-wrapper {
  border-radius: 3px;
  box-shadow: 0 0 4px 0 rgb(152 165 185 / 20%);
  background-color: #fff;
  padding: 15px 10px;
  margin-bottom: 20px;
}

.productdetail-name,
.infocat-title {
  font-size: 20px;
  font-family: 'Muli-B';
  border-bottom: 1px solid #e8e8e8;
  color: #222;
  margin: 0;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

/* .infocat-title {
    font-size: 24px;
} */

.product_detail-separator {
  background: #aeaeae;
  width: 1px;
  height: 14px;
  margin: 0 10px;
}

.product-detail__rate {
  display: flex;
  align-items: center;
  font-size: 14px;
}

.product-detail__rate .home-product-item__rating {
  margin-left: 10px;
  font-size: 10px;
}

.detail-1 {
  margin-bottom: 10px;
}

.giakm {
  color: #bf081f;
  font-size: 27px;
  font-family: 'Hel-B';
}

.giany {
  color: #444;
  font-size: 16px;
  text-decoration: line-through;
}

.detail-2 {
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 5px;
  margin-bottom: 10px;
}

.detail-title {
  font-size: 16px;
  font-family: 'Hel-M';
  margin-bottom: 5px;
}

.detail-3 {
  font-size: 14px;
  line-height: 1.75;
  margin-bottom: 15px;
}

.detail-3 i {
  font-size: 8px;
  margin-right: 5px;
  width: 10px;
  line-height: 1.75;
}

.detail-4 {
  padding: 10px;
  border: 1px dashed #ddd;
  border-radius: 4px;
  margin-bottom: 10px;
  max-width: 100%;
  overflow: auto;
}

.btn-detail,
.btn-buynow {
  padding: 14px 5px;
  background: #2196f3;
  text-align: center;
  border-radius: 5px;
  flex: 1;
  color: #fff;
  /* font-family: 'Hel-M'; */
  margin-right: 10px;
  text-transform: uppercase;
  font-size: 15px;
  font-family: Arial, Helvetica, sans-serif;
}

.btn-detail--ctg {
  margin-right: 15px;
  background-color: #ff9800;
  /* background: #2f80ed; */
  width: 100%;
  margin-bottom: 10px;
}

.block2-left {
  background-color: #fff;
  padding: 10px;
  border-radius: 3px;
  box-shadow: 0 0 4px 0 rgb(152 165 185 / 20%);
  overflow: hidden;
  margin-bottom: 15px;
}

.block2-wrapper {
  margin-bottom: 20px;
}

#content-tab1 {
  position: relative;
}

.viewmore-area {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 150px;
  padding-top: 85px;
  text-align: center;
  border-radius: 0 0 5px 5px;
  background: rgba(255, 255, 255, 0);
  background: -moz-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0,
    rgba(255, 255, 255, 0.91) 50%,
    #fff 55%
  );
  background: -webkit-gradient(
    left top,
    left bottom,
    color-stop(0, rgba(255, 255, 255, 0)),
    color-stop(50%, rgba(255, 255, 255, 0.91)),
    color-stop(55%, #fff)
  );
  background: -webkit-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0,
    rgba(255, 255, 255, 0.91) 50%,
    #fff 55%
  );
  background: -o-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0,
    rgba(255, 255, 255, 0.91) 50%,
    #fff 55%
  );
  background: -ms-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0,
    rgba(255, 255, 255, 0.91) 50%,
    #fff 55%
  );
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 0,
    rgba(255, 255, 255, 0.91) 50%,
    #fff 55%
  );
}

.viewmore {
  cursor: pointer;
  display: inline-block;
  height: 28px;
  line-height: 26px;
  padding: 0 10px;
  font-size: 16px;
  color: #005aff !important;
  background: #fff;
  border: 1px solid #005aff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.viewmore i {
  font-size: 12px;
}

#content-tab1 .tab-text.showmore {
  padding-bottom: 0;
}

#content-tab1 .tab-text {
  padding-bottom: 120px;
}
.tab-text.showmore {
  max-height: 725px;
  overflow: hidden;
  border-top-left-radius: 0;
}

.titlehnc-left {
  display: block;
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
  font-family: 'Muli-B';
  color: #222;
}

.titlehnc-left a {
  color: #222;
}

.box-news-left {
  background-color: #fff;
  padding: 10px;
  border-radius: 3px;
  box-shadow: 0 0 4px 0 rgb(152 165 185 / 20%);
  margin-bottom: 20px;
}

.itemnews {
  margin-bottom: 10px;
  border-bottom: 1px solid #eee;
}

.itemnews-name,
.video-home-name a {
  font-family: 'Muli-L';
  font-size: 16px;
  color: #333;
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 20px;
}

.itemnews-name:hover,
.newsother-name:hover {
  color: #288ad6;
}

.itemnews:last-child {
  border-bottom: 0;
}

.video-home-name {
  margin: 10px 0;
}

.block2-title {
  display: block;
  font-size: 20px;
  margin-top: 0;
  margin-bottom: 25px;
  padding-bottom: 10px;
  font-family: 'Muli-B';
  border-bottom: 1px solid #eaedf1;
}

.tags-product {
  position: absolute;
  top: 10px;
  left: -4px;
  color: #fff;
  background: linear-gradient(-180deg, #f53d2d, #f63);
  font-size: 10px;
  font-family: 'Hel-B';
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  padding: 4px 8px 4px 7px;
  text-transform: uppercase;
  min-width: 75px;
  text-align: center;
}

.tags-product::before {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  border-top: 4px solid currentColor;
  border-left: 4px solid transparent;
  filter: brightness(60%);
}
.tags-green {
  background: #008e18;
}

.block2-left .producthot__price-current {
  font-size: 14px;
}

.block2-left .producthot__price-old {
  font-size: 13px;
}

.info-wrapper {
  padding: 30px 0;
}

.info-wrap {
  background-color: #fff;
  padding: 10px;
  border-radius: 3px;
  box-shadow: 0 0 4px 0 rgb(152 165 185 / 20%);
  overflow: hidden;
  margin-bottom: 15px;
}

.news-container {
  padding: 30px 0;
}

.newshot-big {
  margin-bottom: 10px;
}

.newshot-big--name {
  font-size: 20px;
  color: #333;
  line-height: 26px;
  font-family: 'Arial';
  font-weight: 600;
  margin-top: 10px;
}

.newshot-cat {
  background: #e5e5e5;
  border-radius: 3px;
  color: #999;
  padding: 5px 8px;
  font-size: 12px;
  line-height: 24px;
  margin-right: 10px;
}

.newscat-info {
  margin-top: 10px;
}

.newscat-info > span {
  border-radius: 3px;
  color: #999;
  padding: 5px 0;
  line-height: 20px;
  font-size: 12px;
}

.newshot-list {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.newshot-list li a {
  display: block;
  overflow: hidden;
  padding: 13px 0;
  color: #333;
}

.newswrap-title {
  display: block;
  font-weight: bold;
  font-size: 20px;
  line-height: 18px;
  font-family: 'Arial';
  margin: 5px 0;
}

.newshot-list li label {
  float: left;
  padding: 5px 10px 0 10px;
  background: #288ad6;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  line-height: 20px;
  position: relative;
  margin-right: 10px;
  border-radius: 4px 4px 0 0;
}

.newshot-list li label:after {
  content: '';
  border-top: 10px solid #288ad6;
  border-left: 16px solid transparent;
  border-right: 15px solid transparent;
  position: absolute;
  bottom: -10px;
  left: 0;
}

.newshot-list li a {
  display: block;
  overflow: hidden;
  padding: 18px 0 20px;
  color: #333;
}

.newshot-list li {
  display: block;
  border-bottom: 1px solid #e5e5e5;
}

.newshot-list li:last-child {
  border-bottom: 0;
}

.newshot-wrapper {
  display: block;
  overflow: hidden;
  border-bottom: 1px solid #e5e5e5;
}

.newslist {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.newslist li {
  padding: 0 0 12px 0;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 12px;
}

.newslist li:last-child {
  border-bottom: 0;
}

.newsname {
  font-weight: bold;
  font-size: 18px;
  line-height: 130%;
  margin: 3px 0;
  font-family: 'Arial';
}

.newsname a {
  color: #333;
}
.newsname:hover a {
  color: #288ad6;
}

.newsimg {
  display: block;
  padding-right: 20px;
}

.newsdetail-name {
  display: block;
  line-height: 140%;
  font-size: 26px;
  color: #00528b;
  font-weight: bold;
  font-family: 'Arial';
  margin-top: 0;
}

.newsdetail-name a {
  color: #00528b;
}

.newsdetail-intro,
.tocContent {
  font-family: 'Arial';
  font-size: 16px;
  line-height: 155%;
}

.tocContent p,
.newsdetail-intro p {
  margin-bottom: 10px;
  display: block;
  color: #333;
  line-height: 155%;
  margin: 12px 0;
}

.newsdetail-intro {
  font-weight: bold;
  color: #333;
  font-size: 18px;
  line-height: 22px;
}

.tocContent h2,
.tocContent h3,
.tocContent h4,
.tocContent h5,
.tocContent h6 {
  line-height: 155%;
}

.longPageTOC {
  position: relative;
}
.longPageTOC {
  font-size: 17px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.29;
  letter-spacing: normal;
  text-transform: uppercase;
  display: block;
  text-align: center;
  font-family: 'Arial';
  padding: 10px;
}

.longPageTOC:after {
  font-family: 'Font Awesome 5 Free';
  content: '\f078';
  position: absolute;
  transition: all 0.5s;
  font-size: 16px;
  right: 0;
}
.longPageTOC.collapsed:after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
}

.tocWrap {
  background: #dbedf9;
  border: 1px solid #c7e4f4;
  color: #3983e7;
  padding: 15px 25px;
  border-radius: 10px;
  margin: 10px 0 10px;
  position: relative;
  overflow: hidden;
  transition-property: height, visibility;
  transition-duration: 1s;
  transition-timing-function: ease;
  font-size: 14px;
  width: 60%;
}

.d-none {
  display: none !important;
}

.newsothers-title {
  display: block;
  border-top: 1px solid #efeded;
  width: 100%;
  padding: 15px 0 12px;
  font-size: 22px;
  font-weight: bold;
  color: #333;
  line-height: 1.3em;
  font-family: 'Arial';
  margin: 0;
}

.newsother-img {
  border-radius: 4px;
  overflow: hidden;
  display: block;
  margin-bottom: 10px;
}

.newsother-name {
  line-height: 18px;
  font-size: 16px;
  color: #333;
  font-family: 'Arial';
  font-weight: bold;
}

.newsother-item {
  margin-bottom: 30px;
}

.video-wrapper {
  padding: 30px 0;
}

.videoname {
  font-weight: bold;
  font-size: 18px;
  line-height: 130%;
  margin: 10px 0 8px;
  font-family: 'Arial';
}

.videoname a {
  color: #333;
}

.video-first {
  display: block;
  overflow: hidden;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.videoitem {
  margin-bottom: 30px;
}

.videoitem__name {
  font-weight: bold;
  line-height: 130%;

  font-size: 15px;
  margin: 6px 0 8px;
  font-family: 'Arial';
}

.videoitem__name a {
  color: #333;
}

.itemnews-name a {
  color: #288ad6;
}

.line-title {
  margin-top: 15px;
}

.productslide-prev,
.productslide-next {
  position: absolute;
  top: 50%;
  z-index: 9;
  cursor: pointer;
  transform: translateY(-50%);
  color: #fff;
  padding: 11px;
  width: 35px;
  height: 95px;

  background-color: rgba(251, 108, 39, 0.9);
}

.productslide-prev {
  left: -35px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.productslide-next {
  right: 0;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.box_product .swiper-button-disabled {
  background-color: rgba(51, 51, 51, 0.8);
  cursor: default;
}

.box_product:hover .productslide-prev {
  left: 0;
}

.header-mobile {
  background: #fff;
  padding: 10px 0 0px;
}

.hotline-icon-top {
  width: 28px;
  float: right;
  height: 28px;
  text-align: center;
  line-height: 28px;
  background-color: #c1161d;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  font-size: 14px;
  color: #fff;
}

#slide_home {
  background-color: #fff;
  min-height: 400px;
}

#slidemobile {
  min-height: 117px;
}

.copyright a {
  color: #fff;
}

.discount-in-dt {
  font-family: 'Muli-L';
  color: #fff;
  padding: 2px 8px;
  background-color: #d5070f;
  border-radius: 4px;
  font-size: 12px;
  text-transform: uppercase;
}

.text-note {
  background: #fffbe6;
  border-left: 4px solid #faad14;
  padding: 10px;
  margin-top: 20px;
  font-size: 14px;
  line-height: 1.6;
  color: #614700;
  font-style: normal;
  border-radius: 6px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
}

.text-note strong {
  font-weight: bold;
  color: #d48806;
}

.btn-buynow {
  background-color: #fb6e2e;
}

.tu-van__wrapper {
  min-height: 320px;
  padding: 20px 10px 10px;
}

.form-title-1 {
  font-size: 28px;
  font-family: 'Muli-B';
  color: #231f20;
  text-transform: uppercase;
  margin: 0;
  text-align: center;
  margin-bottom: 10px;
}

.form-title-item,
.frm-title {
  color: #192b4d;
  margin-bottom: 4px;
  display: block;
  font-family: 'Muli-B';
}
.txt-contact {
  width: 100%;
  height: 39px;
  border: solid 1px #ccc;
  background: #fff;
  border-radius: 3px;
  color: #333;
  padding-left: 2px;
  margin-bottom: 10px;
  outline: 0;
}

.txt-contact--hidden {
  padding-left: 0;
  color: #cca34e;
  font-family: 'Muli-B';
  font-size: 17px;
  border: 0;
  margin: 0;
  height: unset;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.partner-title {
  text-align: center;
  margin-top: 0;
  font-family: 'Hel-B';
  color: #0091ff;
  margin-bottom: 15px;
  font-size: 24px;
}

.partner-intro {
  text-align: center;
  margin-bottom: 8px;
}

.partner-wrapper {
  padding: 40px 0;
}

.partner-list {
  padding: 0 8%;
  display: flex;
  flex-wrap: wrap;
  margin-left: -4px;
  margin-right: -4px;
}

.partner-item {
  padding-left: 4px;
  padding-right: 4px;
  /* flex: 0 0 20%;
    max-width: 20%; */
  margin-bottom: 4px;
  background-color: #fff;
}

.partner-item {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

/* Ảnh thực tế (content) là ảnh thứ hai */
.partner-item img:last-of-type {
  width: 100%;
  display: block;
  border-radius: 10px;
  z-index: 1;
}

/* Logo (image) là ảnh đầu tiên */
.partner-item img:first-of-type {
  position: absolute;
  bottom: 10px;
  right: 10px;
  max-width: 80px;
  background: rgba(255, 255, 255, 0.85);
  padding: 4px 8px;
  border-radius: 6px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  z-index: 2;
}

.img-shine {
  position: relative;
  overflow: hidden;
  display: block;
}

.img-shine:after {
  content: '';
  position: absolute;
  top: -50%;
  left: -60%;
  width: 20%;
  height: 200%;
  opacity: 0;
  transform: rotate(30deg);

  background: rgba(255, 255, 255, 0.13);
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0.13) 0%,
    rgba(255, 255, 255, 0.13) 77%,
    rgba(255, 255, 255, 0.5) 92%,
    rgba(255, 255, 255, 0) 100%
  );
}

/* Hover state - trigger effect */
.img-shine:hover:after {
  opacity: 1;
  left: 130%;
  transition-property: left, top, opacity;
  transition-duration: 0.7s, 0.7s, 0.15s;
  transition-timing-function: ease;
}

/* Active state */
.img-shine:active:after {
  opacity: 0;
}

.header-hotline {
  background-image: -moz-linear-gradient(180deg, rgb(213, 45, 42) 62%, rgb(179, 22, 19) 92%);
  background-image: -webkit-linear-gradient(180deg, rgb(213, 45, 42) 62%, rgb(179, 22, 19) 92%);
  background-image: -ms-linear-gradient(180deg, rgb(213, 45, 42) 62%, rgb(179, 22, 19) 92%);
  /* display: block;
    padding: 8px 16px 8px 30px;
    color: #fff; */

  /* font-weight: 700;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px; */
  position: relative;
}

/* .header-hotline::before {
    content: "\f2a0";
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    width: 57px;
    height: 57px;
    background-color: #d52d2a;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: absolute;
    left: -21.6px;
    top: 0px;
    transform: rotate(-45deg);
    font-size: 18px;
} */

.marker {
  background: yellow;
  padding: 2px;
}

/* btn action */
.producthot-actions {
  margin-top: 12px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.producthot-actions a {
  animation: pulseGlow 1s ease-in-out infinite;
}
/* cta btn */

.btn-quote-cta,
.btn-zalo-cta {
  font-family: 'Hel-B';
  display: inline-block;
  text-align: center;
  font-size: 12px;

  padding: 13px 2px;
  border-radius: 6px;
  text-decoration: none;
  transition: background 0.3s ease;
  position: relative;
  overflow: hidden;
  transition: color 0.3s ease;
  animation: pulseGlow 0.5s linear infinite;
}

.btn-quote-cta::before,
.btn-zalo-cta::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0) 30%,
    rgba(255, 255, 255, 0.3) 50%,
    rgba(255, 255, 255, 0) 70%
  );
  transform: rotate(25deg);
  animation: pulseGlow 3s linear infinite;
  pointer-events: none;
}

.btn-quote-cta {
  background-color: #c1161d;
  color: white;
}

.btn-quote-cta:hover {
  background-color: #a01015;
}

.btn-zalo-cta {
  background-color: #007bff;
  color: white;
}

.btn-zalo-cta:hover {
  background-color: #0056b3;
}

/* END CTA */
.btn-quote,
.btn-zalo {
  font-family: 'Hel-B';
  display: inline-block;
  text-align: center;
  font-size: 12px;

  padding: 13px 2px;
  border-radius: 6px;
  text-decoration: none;
  transition: background 0.3s ease;
}

.btn-quote,
.btn-zalo {
  position: relative;
  overflow: hidden;
  transition: color 0.3s ease;
  animation: shineMove 4s linear infinite;
}

.btn-quote::before,
.btn-zalo::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0) 30%,
    rgba(255, 255, 255, 0.3) 50%,
    rgba(255, 255, 255, 0) 70%
  );
  transform: rotate(25deg);
  animation: shineMove 3s linear infinite;
  pointer-events: none;
}

.btn-quote {
  background-color: #c1161d;
  color: white;
}

.btn-quote:hover {
  background-color: #a01015;
}

.btn-zalo {
  background-color: #007bff;
  color: white;
}

.btn-zalo:hover {
  background-color: #0056b3;
}

/* Animation hiệu ứng ánh sáng di chuyển */
@keyframes shineMove {
  0% {
    transform: translateX(-100%) rotate(25deg);
  }
  100% {
    transform: translateX(100%) rotate(25deg);
  }
}
@keyframes pulseGlow {
  0%,
  100% {
    /* box-shadow: 0 0 8px rgba(255, 255, 255, 0.6); */
    transform: scale(1);
  }
  50% {
    /* box-shadow: 0 0 20px rgba(255, 255, 255, 1); */
    transform: scale(1.05);
  }
}
@media (min-width: 768px) {
  .producthot-actions {
    flex-direction: row;
    justify-content: space-between;
  }

  .btn-quote,
  .btn-zalo {
    width: 48%;
  }
}
/* end action */

.header-hotline {
  display: inline-block;
  padding: 15px 40px;
  background-color: #ff4d4f;
  color: #fff;
  font-family: 'Hel-B';
  border-radius: 50px;
  font-size: 20px;
  text-decoration: none;
  animation: heartbeatPulse 2.5s infinite;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.header-hotline i {
  margin-right: 10px;
  margin-left: -10px;
}

/* Kết hợp scale + shadow loang */
@keyframes heartbeatPulse {
  0% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(255, 77, 79, 0.7);
  }
  14% {
    transform: scale(1.1);
    box-shadow: 0 0 0 10px rgba(255, 77, 79, 0.4);
  }
  28% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(255, 77, 79, 0);
  }
  42% {
    transform: scale(1.1);
    box-shadow: 0 0 0 10px rgba(255, 77, 79, 0.3);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(255, 77, 79, 0);
  }
  100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(255, 77, 79, 0);
  }
}

.header-hotline:hover {
  transform: scale(1.05);
  box-shadow: 0 0 15px rgba(255, 77, 79, 0.7);
  animation: shake 0.4s;
}

/* Nhấp nháy nhẹ như “pulsing” */
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 77, 79, 0.7);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(255, 77, 79, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 77, 79, 0);
  }
}

/* ///////////////// popup */

.popup-sub {
  text-align: center;
  font-size: 18px;
  margin-bottom: 20px;
  font-family: 'Hel-B';
}

/* Overlay đen mờ */
.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  animation: fadeIn 0.5s ease-in-out;
}

.popup-overlay.active {
  display: flex;
}

/* Form popup */
.popup-content {
  background-image: url('/uploaded111/slideshow/new-banner/poupbanner.jpg');
  /* background: linear-gradient(135deg, #f8f9fa, #e0f7fa); */
  border-radius: 20px;
  padding: 30px 25px;
  width: 100%;
  max-width: 900px;
  position: relative;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
  animation: slideUp 0.5s ease-in-out;
  font-family: 'Segoe UI', sans-serif;
}

/* Tiêu đề */
.popup-title {
  font-size: 24px;
  font-family: 'Hel-B';
  margin-bottom: 25px;
  text-align: center;
  /* Tạo gradient làm màu chữ */
  color: #cd2825;

  animation: pulseGlow 1s ease-in-out infinite;
  /* text-shadow: rgb(234, 195, 194); */
}

/* Nút đóng */
.popup-close {
  position: absolute;
  top: 12px;
  right: 15px;
  background: #f44336;
  color: white;
  border: none;
  font-size: 20px;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  cursor: pointer;
  transition: 0.3s;
}
.popup-close:hover {
  background: #d32f2f;
}

/* Form group */
.form-group {
  margin-bottom: 5px;
}

.form-group label {
  display: block;
  font-weight: 500;
  margin-bottom: 6px;
  color: #333;
}

.popup-content input[type='text'],
.popup-content input[type='email'],
.popup-content input[type='tel'] {
  width: 100%;
  padding: 15px 12px;
  border-radius: 8px;
  border: 1px solid #ccc;
  transition: 0.3s ease;
}

.popup-content input[type='text']:focus,
.popup-content input[type='email']:focus,
.popup-content input[type='tel']:focus {
  outline: none; /* Tắt đường viền mặc định xấu */
  border-color: #c1161d;
  box-shadow: 0 0 5px rgba(193, 22, 29, 0.5); /* Làm đẹp */
}

.zalo-contact-btn {
  display: inline-flex;
  align-items: center;
  background-color: #0068ff;
  color: #fff;
  padding: 9px 20px 15px 20px;
  font-family: 'Hel-B';
  text-decoration: none;
  font-size: 16px;
  border-radius: 8px;
  transition: background-color 0.3s ease, box-shadow 0.3s ease, transform 0.2s ease;
  box-shadow: 0 4px 10px rgba(0, 104, 255, 0.3);
  animation: pulseGlow 0.5s ease-in-out infinite;
}

.zalo-contact-btn:hover {
  background-color: #0052cc;
  box-shadow: 0 6px 16px rgba(0, 104, 255, 0.5);
  transform: scale(1.05);
}

.zalo-icon {
  height: 20px;
  margin-right: 10px;
}

.submit-btn {
  background: linear-gradient(270deg, #4caf50, #81c784, #4caf50);
  background-size: 600% 600%;
  border: none;
  color: white;
  padding: 12px 20px;
  font-size: 16px;
  font-family: 'Hel-B';

  border-radius: 8px;
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  /* animation: buttonGradientShiftFast 3s ease infinite; nhanh hơn, 3s thay vì 6s */
  animation: pulseGlow 0.5s ease-in-out infinite;
}

.submit-btn:hover {
  background: linear-gradient(45deg, #2e7d32, #81c784);
  transform: translateY(-6px) scale(1.1);
  box-shadow: 0 8px 30px rgba(56, 142, 60, 0.9); /* bóng đổ to, sáng hơn */
  filter: drop-shadow(0 0 10px #66bb6a);
}

/* Animation gradient chạy nhanh hơn */
@keyframes buttonGradientShiftFast {
  0% {
    background-position: 0% 50%;
  }
  25% {
    background-position: 50% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  75% {
    background-position: 50% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes fadeIn {
  from {
    background-color: rgba(0, 0, 0, 0);
  }
  to {
    background-color: rgba(0, 0, 0, 0.6);
  }
}

/* Animation chuyển gradient */
@keyframes gradientShift {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

@keyframes slideUp {
  from {
    opacity: 0;
    transform: translateY(60px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Responsive */
@media (max-width: 480px) {
  .popup-content {
    padding: 20px 15px;
    padding-top: 10px;
  }
  .popup-title {
    font-size: 16px;
    margin-bottom: 10px;
    margin-top: 20px;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1366px) and (orientation: portrait) {
  .header-hotline {
    padding: 10px 25px;
    font-size: 16px;
  }
}
/* ============ */

.uudai-title {
  font-size: 22px;
  font-family: 'Hel-B';
  text-align: center;
  margin-bottom: 10px;
  color: #222;
}
.uudai-list {
  display: flex;
  justify-content: center;
  gap: 38px;
  flex-wrap: wrap;
}
.uudai-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  color: #222;
  min-width: 210px;
}
.uudai-icon {
  font-size: 38px;
  color: #1756a7;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.uudai-icon.free-trial {
  background: #ed1b24;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  text-align: center;
  line-height: 1.1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.5px;
  box-shadow: 0 2px 8px #ed1b2422;
}
.uudai-item .red {
  color: #ed1b24;
  font-weight: bold;
}
.uudai-item .blue {
  color: #1756a7;
  font-weight: bold;
}

/* infohot->home */

.info-content {
  padding: 5px 0px 20px 0px;
}

/* Style chung cho Swiper next/prev */
.swiper-button-next,
.swiper-button-prev {
  width: 44px;
  height: 44px;
  background: rgba(255, 255, 255, 0.92);
  border-radius: 50%;
  box-shadow: 0 2px 12px #0002;
  color: #6366f1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  transition: background 0.2s, color 0.2s, transform 0.18s, box-shadow 0.2s;
  border: 1.5px solid #e0e7ff;
  cursor: pointer;
  z-index: 10;
  top: 50%;
  transform: translateY(-50%);
}
.swiper-button-next:hover,
.swiper-button-prev:hover {
  background: linear-gradient(135deg, #6366f1 60%, #818cf8 100%);
  color: #fff;
  box-shadow: 0 4px 24px #6366f133;
  transform: translateY(-50%) scale(1.08);
  border-color: #6366f1;
}

/* Nếu dùng icon fontawesome bên trong */
.swiper-button-next i,
.swiper-button-prev i {
  font-size: 22px;
  pointer-events: none;
}

/* Ẩn nút khi không dùng được */
.swiper-button-disabled {
  opacity: 0.4 !important;
  pointer-events: none;
  filter: grayscale(1);
}

/* Responsive nhỏ lại trên mobile */
@media (max-width: 600px) {
  .swiper-button-next,
  .swiper-button-prev {
    width: 34px;
    height: 34px;
    font-size: 16px;
  }
  .swiper-button-next i,
  .swiper-button-prev i {
    font-size: 16px;
  }
}
.custom-select {
  width: 100%;
  padding: 14px 14px;
  font-size: 16px;
  color: #333;
  border: 1px solid #ccc;
  border-radius: 6px;
  background-color: #fff;
  appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg fill='%23333' height='20' viewBox='0 0 24 24' width='20' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 20px;
}

.custom-select:focus {
  border-color: #007bff;

  outline: none;
}
.info-detail-1 {
  background-size: cover;
  max-width: 1000px;
  margin: auto;
  background-position: center;
  background-repeat: no-repeat;
  /* padding: 145px 30px; */
  color: #fff;
  border-radius: 12px;
  position: relative;
}
.info-detail-1::before {
  /* content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.45);
    border-radius: 12px;
    z-index: 0; */
}
.info-detail-1 > * {
  position: relative;
  z-index: 1;
}
.cta-box {
  /* max-width: 360px; */
  background: rgb(198 0 0 / 40%);
  padding: 10px 10px;
  border-radius: 12px;
  color: white;
  font-family: 'Arial', sans-serif;
  backdrop-filter: blur(2px);
}

.cta-ads-box h2,
.cta-box h2 {
  font-size: 22px;
  font-family: 'Hel-B';
  text-transform: uppercase;
  margin-bottom: 5px;
  text-align: center;
}

.cta-box .subtitle {
  font-size: 15px;
  text-align: center;
  margin-bottom: 20px;
  font-family: 'Hel-B';
}

.cta-form input,
.cta-form select {
  width: 100%;
  padding: 10px 12px;
  margin-bottom: 10px;
  border: none;
  border-radius: 6px;
  font-size: 14px;
}

.cta-form input::placeholder,
.cta-form select {
  color: #666;
}

.btn {
  display: block;
  width: 100%;
  text-align: center;
  padding: 12px;
  font-size: 14px;
  font-weight: bold;
  border-radius: 6px;
  text-decoration: none;
  margin-top: 10px;
}

.btn-red {
  background-color: #cc0000;
  color: white;
  border: solid 1px #eee;
  transition: background 0.3s ease;
}
.btn-red:hover {
  background-color: #a80000;
}

.btn-green {
  background-color: #00b050;
  color: white;
}
.btn-green:hover {
  background-color: #009943;
}
.cta-wrapper {
  background-image: url('/uploaded111/slideshow/new-banner/cta-bg.jpg');
  background-position: bottom;
}

.text-hotline {
  display: inline-block;
  padding: 10px 20px;
  background: linear-gradient(90deg, #ffda44, #ffa500);
  color: #160b5c; /* giữ đúng màu cũ */
  font-weight: bold;
  font-size: 18px;
  border-radius: 8px;
  box-shadow: 0 0 12px rgba(255, 165, 0, 0.6);
  font-family: Tahoma, Geneva, sans-serif;
  animation: pulse-glow 2s infinite;
}

@keyframes pulse-glow {
  0% {
    box-shadow: 0 0 8px rgba(255, 165, 0, 0.4);
  }
  50% {
    box-shadow: 0 0 20px rgba(255, 165, 0, 0.9);
  }
  100% {
    box-shadow: 0 0 8px rgba(255, 165, 0, 0.4);
  }
}
.bottom-bar {
  position: fixed;
  padding: 12px 0;
  bottom: 0;
  left: 0;
  width: 100%;
  background: white;
  display: flex;
  justify-content: space-around;
  align-items: center;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
  z-index: 999;
  transition: transform 0.3s ease-in-out;
}

.bottom-bar .item {
  text-align: center;
  text-decoration: none;
  color: #243a76;
}
.bottom-bar .item img {
  width: 25px;
  height: 25px;
  display: block;
  margin: 0 0px 0px 5px;
}
.bottom-bar .item i {
  margin-bottom: 5px;
  font-size: 20px;
}
.duan-prev,
.news-prev,
.news-next,
.duan-next {
  position: absolute;
  top: 40%;

  z-index: 10;
  border: 2px solid var(--fff);
  color: var(--maincolor);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.3s;
  background-color: #ffffff6e;
}

.duan-prev,
.news-prev {
  left: -1px; /* chỉnh vị trí */
}
.duan-next,
.news-next {
  right: -1px;
}
