:root {
  --maincolor: #b8292f;
  --subcolor: rgba(255, 255, 255, 1);
  --textcolor: rgba(83, 83, 83, 1);
  --titlecolor: rgba(0, 36, 26, 1);
  --greencolor: rgba(3, 101, 85, 1);
  --btncolor: linear-gradient(90deg, #f0ba00 0%, #e6df0a 100%);
  --fontmain: Kanit;
  --fontB: Roboto-B;
  --fontLight: Roboto-L;
  --fontI: Roboto-I;
  --fontMedium: AfacadFlux-Medium;
  --fontSemiBold: AfacadFlux-SemiBold;
}
html,
body {
  font-family: var(--fontmain), Arial, Helvetica, sans-serif;
  font-size: 15px;
  padding: 0px;
  margin: 0px;
  line-height: 1.4;
  color: #222;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: normal;
}

a {
  text-decoration: none;
}

b,
strong {
  font-weight: normal;
  font-family: var(--fontB);
}

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

a img {
  display: block;
}

#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 {
  position: relative;
  transition: all 0.5s ease-in-out;
  width: 90%;
  margin: auto;
}
#searchformtab {
  position: relative;
}
.submit-search-pc {
  position: absolute;
  height: 45px;
  padding: 0px 15px;
  line-height: 45px;
  right: 0px;
  top: 0px;
  color: #9d9d9d;
}
#searchformtab input {
  color: var(--textcolor);
  border-radius: 3px;
  padding: 10px;
  height: 45px;
  border: 1px solid #9d9d9d;
  background-color: #fff;
  padding: 10px;
  border-radius: 20px;
  outline: none;
}
.submit-search-pc {
  position: absolute;
  height: 45px;
  padding: 0px 15px;
  line-height: 45px;
  right: 30px;
  top: 0px;
  color: #9d9d9d;
}

.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 {
  color: #707070;
  margin-left: 30px;
}

.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 {
  background: #fff;
  border-bottom: solid 1px #ccc;
  top: -100px;
}

.logo {
  float: left;
  margin-top: 2px;
}

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

.logo-mobile {
  float: left;
  margin-left: 10px;
  margin-top: 5px;
}
.header-menu {
  color: #000;
  background: #fff;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.18);
  position: relative;
  z-index: 30;
}
.menubar {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.menubar .nav {
  display: flex;
  justify-content: space-around;
  list-style-type: none;
}

.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;
}

.nav > li {
  list-style: none;
  display: inline-block;
  position: relative;
  float: left;
  font-size: 15px;
  padding: 0 28px;
  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: inline-block;
  /* padding: 0px 35px; */
  color: #000;
  /* font-family: var(--fontB); */
}

.nav > li:hover > a {
  color: var(--maincolor);
  border-bottom: 1px solid var(--maincolor);
}

.nav > li.active > a {
  color: var(--maincolor);
  border-bottom: 2px solid var(--maincolor);
  width: fit-content; /* để border ôm chữ */
}

.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: #fff;
  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 {
  padding: 0px 10px;
  display: block;
  color: #040404 !important;
  line-height: 18px;
  text-transform: initial;
  padding: 8px 10px;
  border-top: solid 1px #ccc;
}

.nav > li > ul > li > a:hover {
  color: var(--maincolor) !important;
}

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

.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;
  border-bottom: solid 1px #ccc;
}

.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 a {
  color: #fff;
}

.crumb {
  padding: 10px 0px;
  font-size: 12px;

  background-color: #f1f1f1;
  padding-bottom: 5px;
}

.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: #fafafa;
  border: solid 1px #eee;
}

.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: #ad8963;
}

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

.menuleft > .actived {
  background: #eee;
}

.menuleft > .actived > a {
  color: #333;
  font-family: var(--fontB);
}

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

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

.deactived {
}

.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;
}

#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: #f38f15;
  padding: 10px 30px;
  box-shadow: 0px 0px 3px #999;
  float: left;
}

.view-more-btn {
  display: block;
  border-radius: 2px;
  background-color: rgb(243, 143, 21);
  color: #fff;
  font-family: var(--fontB);
  padding: 10px 24px 13px;
  float: left;
}

.view-more-btn:hover {
  box-shadow: 0px 0px 5px #666;
  color: #fff;
}

.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: var(--fontB);
  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: var(--fontB);
  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 {
  width: 100%;
  padding: 9px;
  border: solid 1px #ccc;
  text-align: center;
  font-size: 18px;
  display: block;
  cursor: pointer;
  max-width: 150px;
  background: #0076c2;
  color: #fff;
  float: right;
  text-transform: uppercase;
}

.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: #f38f15;
  height: 4px;
  width: 60px;
  margin: 0 auto;
}

.footer-title {
  margin: 0px;
  font-family: var(--fontB);
  font-size: 16px;
  text-transform: uppercase;
  text-align: left;
  color: #fff !important;
}

.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 {
  background: #ebebeb;
  padding: 12px 15px;
  text-align: center;
  border-radius: 3px;
  background-color: #ebebeb;
  margin: 0px 5px 5px;
  font-family: var(--fontB);
}

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

.tab-item {
  display: block;
  width: 20%;
  float: left;
  text-align: center;
  font-family: 'R-b';
  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: #f38f15;
}

.menutab .actived {
  background-color: rgb(171, 156, 139);
  color: #fff;
  font-family: var(--fontB);
}

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

.tab-bar {
  /* background: #e1e1e1; */
}

.tab-title {
  margin: 0px;
  font-family: var(--fontB);
  font-weight: normal;
  font-size: 16px;
  color: #414042;
  text-transform: uppercase;
  padding: 12px 16px;
  display: block;
  float: left;
}

.tab-active {
  background: #fff;
  color: #414042;
}

.tab-content {
  padding: 10px 20px;
}

.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: 1404040;
  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: 800px;
  background: #fff;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

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

.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;
  position: absolute;
  top: 2%;
  right: 2%;
  text-decoration: none;
  color: #f00;
}

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: var(--fontB);
  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;
}

.title-info-home {
  margin: 0;
  padding: 0px;
  font-size: 25px;
  color: #5a5b5a;
  font-weight: 600;
  text-transform: uppercase;
}

.conten-info-home {
  text-align: justify;
  color: #fff;
  font-weight: 500;
  margin: 0;
  line-height: 1.333;
  font-size: 16px;
  width: 70%;
}

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

.view-more-home {
  float: left;
  text-align: center;
  color: #333;
  /* width: 120px; */
  display: block;
  padding: 10px 20px;
  border-radius: 20px;

  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#d0d0d0+0,c2c2c2+8,e7e8e8+50,c2c2c2+92,d0d0d0+100 */
  background: rgb(208, 208, 208);
  /* Old browsers */
  background: -moz-linear-gradient(
    -45deg,
    rgba(208, 208, 208, 1) 0%,
    rgba(194, 194, 194, 1) 8%,
    rgba(231, 232, 232, 1) 50%,
    rgba(194, 194, 194, 1) 92%,
    rgba(208, 208, 208, 1) 100%
  );
  /* FF3.6-15 */
  background: -webkit-linear-gradient(
    -45deg,
    rgba(208, 208, 208, 1) 0%,
    rgba(194, 194, 194, 1) 8%,
    rgba(231, 232, 232, 1) 50%,
    rgba(194, 194, 194, 1) 92%,
    rgba(208, 208, 208, 1) 100%
  );
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    135deg,
    rgba(208, 208, 208, 1) 0%,
    rgba(194, 194, 194, 1) 8%,
    rgba(231, 232, 232, 1) 50%,
    rgba(194, 194, 194, 1) 92%,
    rgba(208, 208, 208, 1) 100%
  );
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d0d0d0', endColorstr='#d0d0d0', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}

.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;
}

.cat-item-name {
  margin: 5px 0px;
  padding: 0px;
  font-family: var(--fontB);
  font-weight: normal;
  font-size: 20px;
  text-align: center;
}

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

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

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

.price {
  float: left;
  color: #f38f15;
  font-size: 16px;
  margin-left: 10px;
}

.pricekm {
  color: #f7c14d;
  float: left;
  font-size: 16px;
  font-family: var(--fontB);
  font-weight: normal;
}

.product-name-detail {
  margin: 0px;
  padding: 0px;
  font-size: 22px;
  font-weight: normal;
  text-transform: uppercase;
  color: #414042;
  font-family: var(--fontB);
  font-weight: normal;
  /* text-transform: uppercase; */
}

.price-detail {
  color: #f38f15;
  font-size: 20px;
  font-family: var(--fontB);
}

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

.pricekm-detail {
  color: #ff6c00;
  float: left;
  font-size: 20px;
  font-family: var(--fontB);
  font-weight: normal;
  margin-right: 20px;
  line-height: 18px;
}

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

.addcart-btn {
  font-family: var(--fontB);

  background: #636363;
  display: block;
  color: #fff;
  padding: 12px 50px;
  margin-left: 5px;
}

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

.muangay-btn,
.buy-now {
  font-family: var(--fontB);

  background: #f38f15;
  display: block;
  color: #fff;
  padding: 12px 30px;
}

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

.buy-now-added {
  font-family: 'R-b';
  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: #f38f15;
  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 {
  float: left;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  margin-left: 10px;
  padding: 3px;
  border: solid 1px transparent;
}

.price-color span {
  display: block;
  border-radius: 50%;
  width: 100%;
  height: 100%;
}

.content-pro h3 {
  font-family: 'R-b';
  font-weight: normal;
  color: #f38f15;
  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: var(--fontB);
  font-weight: normal;
  background: #efeff0;
  border-radius: 4px;
  padding: 12px 8px;
  cursor: pointer;
  float: left;
  width: calc(100% - 45px);
}

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

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

.faq-active .name-faq {
  background: #f38f15;
  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: var(--fontB), 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: var(--fontB), 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: var(--fontmain), sans-serif;
  text-decoration: none;
  background: #005aa0;
  border-radius: 3px;
  color: #fff;
  padding: 9px 30px;
  border: none;
  cursor: pointer;
}

.btn-comment {
  font-family: var(--fontmain), 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: 70px;
}

.pagination-item {
  text-decoration: none;
  color: #0c0c0c;
  font-size: 16px;
  font-family: var(--fontB);
  display: inline-block;
  min-width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
  background-color: #d4d4d4;
  margin: 0 5px;
}

.pagination-item__clicked {
  background-color: #9f9289;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  font-family: var(--fontB);
  display: inline-block;
  min-width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
  margin: 0 5px;
}

.like-comment {
  color: #f38f15;
}

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

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

.ullist li h3 {
  padding: 0px;
  margin: 0px;
  margin-top: 5px;
  color: #f38f15;
  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: #f38f15;
  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: #f38f15;
  font-size: 14px;
  position: absolute;
  top: 8px;
  right: 25px;
}

.form-title {
  font-family: var(--fontB);
  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: var(--fontB);
}

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

.header-mobile {
  background: #fff;
  border-bottom: solid 2px #f38f15;
}
.header-right {
  width: 50%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.header-right i {
  width: 40px;
  height: 40px;
  font-size: 20px;
  /* color: #fff; */
  background-color: var(--subcolor2);
  border-radius: 50%;
  line-height: 40px;
  text-align: center;
}

.cart {
  display: block;
  text-align: right;
  float: right;
  color: #fff;
}
.cart a {
  position: relative;
}
.cartnumber {
  position: absolute;
  top: -20px;
  right: -5px;
  font-size: 10px;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  background: #fff;
  color: var(--maincolor);
  line-height: 20px;
  text-align: center;
}
.cart a i {
  font-size: 25px;
  color: #000;
}
.cart-mobile span {
  position: absolute;
  right: -5px;
  top: -5px;
  font-size: 11px;
  background: #f38f15;
  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 #f38f15;
  z-index: 9999;
}

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

.fb_customer_chat_bounce_in_v2 {
  bottom: 60px !important;
}

.longPageTOC {
  display: none;
  background-color: #f5f5f5;
  padding: 14px 20px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-weight: 700;
  text-transform: uppercase;
}

.longPageNavigationDiv {
  padding: 10px;
  background: #eee;
  float: left;
  padding-right: 20px;
  width: 100%;
}

.longPageNavigationDiv a {
  color: #333;
}

.longPageNavigationDiv ul {
  padding-left: 20px;
}

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

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

.form-group {
  padding: 10px 0px;
  border-bottom: dotted 1px #ccc;
}

.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 #f38f15;
  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;
}

.img-article {
  margin: 0 auto;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  overflow: hidden;
}

.img-article img {
  display: block;
}

.article-name {
  margin: 0px;
  padding: 0px;
  font-family: var(--fontB);
  font-size: 16px;
  color: #f38f15;
  text-transform: uppercase;
  text-align: center;
}

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

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

/*---*/

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

.info-wrapper {
  padding: 20px 0px;
  background: url(/images/gioithieu.png) no-repeat;
  background-size: cover;

  position: relative;
  top: -4px;
}

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

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

.playicon:hover {
  opacity: 0.9;
}

.btn-next,
.btn-prev {
  font-size: 20px;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  background: #fff;
  border-radius: 50%;
  color: #999;
  float: left;
  outline: none;
  margin: 0px 3px;
  position: absolute;
  top: 50%;
  transform: translateY(-20px);
  z-index: 2;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.15);
}

.btn-next {
  right: 0;
}

.btn-prev {
  left: 0;
}

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

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

.faq-form-title {
  background: #f38f15;
  padding: 10px;
  text-align: center;
  font-family: var(--fontB);
  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;
}

.icon-search {
  float: right;
  position: relative;
  height: 72px;
  line-height: 72px;
  text-align: center;
}

.header-fixed {
  position: fixed;
  z-index: 999;
  top: 0px;
  left: 0;
  width: 100%;
  transition: all 0.5s ease;
}

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

.header-fixed .icon-search {
  height: 60px;
  line-height: 58px;
}

.header-fixed .logo {
  margin-top: 5px;
}
.header-fixed .logo img {
  height: 50px;
}

.header-fixed .icon-home {
  margin-top: 16px;
}
.header-hotline a {
  color: #333;
}
.service-home-name {
  margin: 0px;
  padding: 0px;
  font-size: 16px;
  font-weight: normal;
  font-family: var(--fontB);
  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;
}

/* HOME */

.info-title-home,
.category-light-title,
.news-title,
.doi-tac-title,
.album-title {
  text-transform: uppercase;
  font-size: 24px;
  color: #85c438;
  position: relative;
  font-family: 'Muli-EXB';
}

.info-title-home a,
.category-light-title a,
.du-an-title a,
.news-title a,
.doi-tac-title a,
.album-title a {
  color: #85c438;
}

.info-title-home::after {
  content: '';
  display: block;
  width: 48px;
  height: 3px;
  bottom: -10px;
  left: 0;
  position: absolute;
  background-color: #cccccc;
}

.info-intro-home {
  font-size: 16px;
  color: #414042;
  font-family: var(--fontB);
}

.info-detail-1 {
  padding-left: 20px;
}

.info-detail-2 {
  padding-right: 20px;
}

.category-light-title::after,
.news-title::after,
.doi-tac-title::after {
  content: '';
  display: block;
  width: 48px;
  height: 3px;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  background-color: #cccccc;
}

.du-an-title {
  text-transform: uppercase;
  font-size: 24px;
  color: #85c438;
  position: relative;
  font-family: 'Muli-EXB';
  margin: 10px 0px;
}

.du-an-img {
  margin-top: 5px;
  position: relative;
}

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

.hover-blur a {
  color: #fff;
  font-family: var(--fontB);
  font-size: 16px;
}

.du-an-img:hover .hover-blur {
  visibility: visible;
  opacity: 1;
}

.doitac-slide {
  height: 100px;
  width: 180px;
}

.doitac-slide img {
  display: block;
}

.doitac-next,
.productother-next,
.du_an-next {
  right: -60px;
}

.doitac-prev,
.productother-prev,
.du_an-prev {
  left: -60px;
}

.album-prev {
  left: -60px;
}

.album-next {
  right: -60px;
}

.album-slide .swiper-slide {
  opacity: 0.6;
}

.album-slide .swiper-slide-next {
  opacity: 1;
}

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

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

.menuboxfooter li {
  margin-top: 15px;
}

.footer-copyright {
  background: #252525;
}

.footer-copyright-item {
  padding: 18px 0;
}

/* GIỚI THIỆU */

.info-category-name {
  color: #85c438;
  text-transform: uppercase;
  margin: 0;
  text-align: center;
  font-family: var(--fontB);
  font-size: 20px;
}

.info-title {
  color: #555;
  text-transform: uppercase;
  margin: 0;
  text-align: center;
  font-family: var(--fontB);
}

.info-intro {
  text-align: center;
  font-family: var(--fontB);
}

.info-desc {
  text-align: center;
}

.info-card {
  padding: 25px 30px 35px;
  margin: 10px;
  background: #f5f5f5;
}

.info-card--title {
  font-family: 'Muli-EXB';
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  color: #361705;
}

.info-item:nth-child(odd) .info-item--detail {
  padding-left: 20px;
}

.info-item:nth-child(even) {
  flex-direction: row-reverse;
}

.info-item:nth-child(even) .info-item--detail {
  padding-right: 20px;
}

.info-item--intro {
  font-family: var(--fontB);
}

.download-btn {
  display: block;
  border-radius: 2px;
  background-color: #85c438;
  color: #fff;
  font-family: var(--fontB);
  padding: 10px 24px 13px;
  float: left;
}

.download-btn:hover {
  background-color: #bda78f;
}

.info-item {
  margin-bottom: 50px !important;
}

/* SẢN PHẨM */

.category-product-info--title {
  margin: 0;
  color: #414042;
  text-align: center;
  text-transform: uppercase;
  font-family: var(--fontB);
}

.category-product-info--intro,
.category-product-info--desc {
  text-align: center;
}

.category-product {
  background: #f1f2f2;
}

.category-product-title {
  color: #414042;

  margin: 0;
}

.category-product-title a {
  color: #414042;
}

/* .category-product-detail-odd {
  padding-left: 30px;
  padding-right: 40px;
} */

.product-price {
  color: #f38f15;
  font-size: 16px;
  font-family: var(--fontB);
}

/* .product-img img {
  height: 232px;
  width: 100%;
} */

.category-product-detail-even {
  padding-right: 30px;
  padding-left: 40px;
}

.slide-product-detail img {
  border: 1px solid #d7d7d7;
}

.gallery-thumbs-height {
  height: 449px;
}

.pro-detail-intro {
  border-bottom: 1px solid #e1e1e1;
  padding: 10px 0;
  font-size: 14px;
  color: rgb(65, 64, 66);
}

.product-item {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}

/* SANPHAMCHITIET */
.download-btn-product {
  display: block;
  border-radius: 2px;
  background-color: #ebebeb;
  color: #414042;
  font-family: var(--fontB);
  padding: 12px 24px;
  text-align: center;
  width: 100%;
}

.tab-bar-wrapper {
  background-color: #ebebeb;
}

.product-other-title {
  font-family: 'R-b';
  text-align: center;
  color: #414042;
}

.product-other {
  background: #ebebeb;
}

.banner-duan-info {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
}

.info-heading {
  color: #85c438;
  font-family: 'Muli-EXB';
  text-align: center;
  text-transform: uppercase;
  margin: 0;
}

/* DỰ ÁN */

.duan-card {
  background-color: #ebebeb;
  margin-top: 30px;
}

.duan-detail {
  padding: 20px 18px 45px;
  height: 180px;
}

.duan-detail--title {
  color: #414042;
  font-size: 16px;
  font-family: var(--fontB);
  height: 40px;
}

.duan-detail--title:hover {
  color: #f38f15;
}

.select-wrapper {
  background-color: #ebebeb;
  padding: 8px 0;
  border-bottom: 1px solid #d7d7d7;
}

.select-option {
  background-color: #ebebeb;
  border: none;
  outline: none;
  font-family: var(--fontmain);
  color: #414042;
  margin-right: 25px;
}

.select-option-margin {
  margin-right: 80px;
}

/* SEARCH THANH PHÂN LOẠI */

.search-pc-phanloai {
  width: 240px;
  z-index: 10;
  display: block;
  position: relative;
}

.search-pc-phanloai .kw {
  width: 100%;
  height: 35px;
  border: none;
  padding: 0px 15px;
  outline: none;
  float: left;
  color: #414042;
  border-radius: 25px;
  background: #ffffff;
}

.search-pc-phanloai .kw::placeholder {
  color: #414042;
}

.submit-search-pc-phanloai {
  color: #bcbcbc;
  font-size: 14px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
}

/* DỰ án chi tiết  */
.title-left {
  font-size: 18px;
  font-family: var(--fontB);
  color: rgb(255, 255, 255);
  margin: 0px;
  background: #85c438;
  padding: 10px 10px 10px 20px;
}

.title-left a {
  color: rgb(255, 255, 255);
}

.news-home-item {
  color: #414042;
}

.news-name-detail {
  text-align: left;
  font-family: 'Muli-EXB';
  color: #85c438;
}

.intro-detail {
  font-family: var(--fontB);
}

.intro-detail ul {
  padding-left: 20px;
}

.intro-detail ul li {
  padding: 3px 0px;
}

.du_an {
  background-color: #ebebeb;
}

.du_an-title {
  font-family: 'Muli-EXB';
  margin: 0;
  color: #414042;
}

/* Tuyển dụng */

.tuyendung-name-detail {
  margin: 0;
  color: #85c438;
  font-family: 'Muli-EXB';
}

.table-list {
  border-collapse: collapse;
  min-width: 600px;
  overflow: hidden;
  /* overflow: scroll; */
}

.tuyendung-table {
  width: 100%;
  overflow: auto;
  box-sizing: border-box;
}

.table-list th {
  background: #85c438;
  color: #fff;
  text-align: left;
  font-family: var(--fontB);
  font-size: 16px;
  padding: 15px 0;
}

.table-list th:first-child,
.table-list th:nth-child(3) {
  text-align: center;
}

.table-list td {
  color: #414042;
  padding: 8px 0;
}

.table-list td:nth-child(2) {
  color: #414042;
  font-family: var(--fontB);
}

.table-list td:first-child,
.table-list td:nth-child(3) {
  text-align: center;
}

.table-list tr {
  border: 2px solid #d7d7d7;
}

.table-list tr:first-child {
  border: none;
}

.table-list tr:hover {
  background-color: #eeeded;
}

/* Hệ thống */

.hethong-card {
  margin-bottom: 66px;
  border-left: 2px solid #bfbfbf;
  padding-left: 18px;
}

.hethong-table {
  width: 100%;
  overflow: auto;
  box-sizing: border-box;
}

.hethong-table td {
  padding: 6px 0;
}

.hethong-name {
  margin: 0;
  color: #85c438;
}

.view-map-btn {
  background: #ebebeb;
  padding: 10px 18px;
  text-align: center;
  border-radius: 3px;
  background-color: #ebebeb;
  font-family: var(--fontB);
  color: #414042;
  display: inline-block;
}

.viewmap-btn-icon {
  padding-left: 6px;
}

.hethong-wrap:nth-of-type(3n + 1) .hethong-card {
  border: none;
  padding-left: 0;
}

.news-intro p,
.duan-card_intro p,
.category-product-detail_intro p {
  margin: 0;
}

/* burger */

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

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

/*  */

.contact__right {
  position: fixed;
  right: 50px;
  z-index: 999999;
  top: 50%;
  transform: translateY(-50%);
}

.contact__right-phone {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #fff;
  padding: 10px;
  color: #fff;
  text-align: center;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
  margin-right: auto;
  display: flex;
}

.contact__right-social {
  position: fixed;
  right: 50px;
  z-index: 999999;
  top: 56%;
  transform: translateY(-50%);
  padding: 10px;
  border-radius: 30px;
  color: #fff;
  background-color: #f38f15;
  text-align: center;
  margin: 10px 0;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
}

/* Banner tin tức */
.banner-tintuc {
  position: relative;
}

.banner-tintuc .menutab {
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
}

.title-other-news {
  padding: 0px;
  margin: 0px;
  color: #85c438;
  font-family: 'Muli-EXB';
  text-transform: uppercase;
  font-size: 24px;
}

.title-news-detail {
  padding: 0px;
  margin: 5px 0px;
  font-size: 24px;
}

.news-name {
  color: #414042;
  font-size: 16px;
  font-family: var(--fontB);
  margin: 0px;
}

.news-name a {
  color: #414042;
}

.title-page {
  color: #85c438;
  font-family: var(--fontB);
  text-transform: uppercase;
  margin: 0;
  font-size: 28px;
}

.other-article {
  margin: 0px;
  padding: 0px;
  padding-left: 30px;
}

.other-article ul li {
}

.other-article a {
}

.box-tuyendung-title {
  margin: 0px;
  padding: 0px;
  font-family: var(--fontB);
  text-transform: uppercase;
}

.category-product-wrapper:nth-child(even) .category-product {
  flex-direction: row-reverse;
}

.category-product-wrapper:nth-child(even) .category-product .category-product-detail-odd {
  padding-right: 30px;
  padding-left: 40px;
}

.txt-contact {
  width: 100%;
  height: 35px;
  border: solid 1px #ccc;
  background: #fff;
  border-radius: 3px;
  color: #333;
  padding-left: 2px;
  margin-bottom: 10px;
}

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

.btn-submit-tuyendung {
  background: #f38f15;
  width: 100%;
  border-radius: 5px;
  border: none;
  color: #fff;
  padding: 10px 40px;
  text-align: center;
}

.toppage {
  padding: 5px 0px;
  background: var(--maincolor);
}

.company-name {
  padding: 3px 0px;
  float: left;
  margin-right: 10px;
  font-family: var(--fontB);
  color: #fff;
  font-size: 13px;
}

.company-info {
  padding: 3px 0px;
  float: left;
  font-family: var(--fontmain);
  color: #fff;
  font-size: 13px;
}
.company-info span {
  font-family: var(--fontB);
}

.menu-top {
  padding-top: 2px;
  float: right;
  text-align: right;
  font-size: 14px;
  color: #eee;
}

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

.sub-cat-home {
  text-transform: uppercase;
  font-size: 18px;
  color: #444;
  position: relative;
  font-family: var(--fontB);
  text-align: center;
}
.sub-cat-home a {
  color: #444;
}

/* .line-title {
  float: left;
  display: block;
  width: 48px;
  height: 3px;
  background-color: #cccccc;
} */
.simple-search {
  display: flex;
  align-items: center;
  border: 1px solid #ddd;
  padding: 6px 10px;
  border-radius: 6px;
  background: #fff;
  width: 100%;
}

.simple-search input {
  flex: 1;
  border: none;
  outline: none;
  font-size: 15px;
}

.simple-search button {
  border: none;
  background: none;
  cursor: pointer;
  padding: 0 5px;
  font-size: 16px;
  color: #333;
}

.simple-search button:hover {
  opacity: 0.7;
}
.category-item {
  background-color: #cccccc57;
  padding: 10px;
  text-align: center;
  border-radius: 10px;
  margin-bottom: 10px;
}
.homecat-title {
  font-family: var(--fontB);
  font-size: 28px;
  color: #444;
  text-transform: uppercase;
  margin: 0px;
  margin-bottom: 15px;
}
.text-center {
  text-align: center;
}
.producthot_item {
  display: flex;
  flex-direction: column;
  justify-content: space-between; /* Căn đều trên dưới */
  height: 100%;
  background: #fff;
  border-radius: 10px;
  padding: 15px;
  text-align: center;
  transition: all 0.25s ease;
  border: 1px solid #f0f0f0;
}

.pro-box {
  flex-grow: 1; /* Tự giãn để item bằng nhau */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.product-view a {
  display: inline-block;
  margin-top: 8px;
  padding: 6px 12px;
  background: var(--maincolor);
  color: #fff;
  border-radius: 6px;
  font-size: 14px;
  text-decoration: none;
}

.product-view a:hover {
  opacity: 0.9;
}
/* Hover effect */
.producthot_item:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  transform: translateY(-4px);
}

/* Ảnh sản phẩm */
.producthot_item img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: 8px;
  transition: 0.3s ease;
}

/* scale nhẹ khi hover */
.producthot_item:hover img {
  transform: scale(1.05);
}

/* Tên sản phẩm */
.producthot_item .product-name a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 16px;
  font-weight: 600;
  color: #333;
  text-decoration: none;
  line-height: 1.4;
  margin-bottom: 8px;
  transition: color 0.2s ease;
}

.producthot_item .product-name a:hover {
  color: #e60012; /* màu cam/đỏ kiểu thương mại */
}

/* Giá */
.producthot_item .product-price {
  font-size: 18px;
  font-weight: 700;
  color: #d80000;
  margin-top: 5px;
}

/* Giá gốc nếu có */
.producthot_item .old-price {
  font-size: 14px;
  color: #888;
  text-decoration: line-through;
  margin-right: 6px;
}
.discount-tags {
  position: absolute;
  top: 10px;
  left: 10px;
  background: #e60023; /* màu đỏ nổi bật */
  color: #fff;
  font-size: 13px;
  padding: 5px 10px;
  border-radius: 6px;
  font-weight: 600;
  z-index: 5;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}
.video-about {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.video-about:hover {
  transform: scale(1.03);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);
}

.video-about img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

/* nút play luôn ở giữa */
.fancy-video-about {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.fancybox__link i {
  font-size: 48px;
  color: #fff;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}

/* tên video overlay ở trên cùng */
.video-name {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 8px 12px;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-align: left;
  z-index: 2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
}

/* Home News Wrapper */

.news-item {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  transition: all 0.3s ease;
  border: 1px solid #f0f0f0;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding-bottom: 20px;
}

.news-item:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
}

.news-item a {
  display: block;
  overflow: hidden;
  border-radius: 10px 10px 0 0;
}

.news-item img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  display: block;
}

.news-name {
  padding: 15px 12px 0 12px;
  flex-grow: 1;
}

.news-name a {
  color: var(--titlecolor);
  font-family: var(--fontB);
  font-size: 16px;
  line-height: 1.4;
  display: block;
  transition: color 0.3s ease;
}

.news-name a:hover {
  color: var(--maincolor);
}

.news-summary {
  padding: 0 12px 15px 12px;
  color: #666;
  font-size: 14px;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.info-card--title {
  text-transform: uppercase;
  font-size: 30px;
  font-family: var(--fontB);
  color: var(--maincolor);
}
.tamnhin-item {
  border: 1px solid #ddd;
  border-radius: 15px;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  background: #fff;
  padding: 50px 20px;

  display: flex;
  flex-direction: column;
  justify-content: space-between; /* chia đều trên - giữa - dưới */
  height: 100%; /* để nó căng theo chiều cao cell cha */
}
.tamnhin-name {
  text-align: center;
  font-size: 22px;
  text-align: center;
  font-family: var(--fontExtraBold);
  margin: 5px 0;
}
.info-category-name {
  color: var(--maincolor);
  text-transform: uppercase;
  margin: 0;
  font-family: var(--fontExtraBold);
  font-size: 34px;
}
.info_new_box {
  padding: 20px 35px;
  color: #fff;
}
.cate_list ul li {
  list-style: none;
  padding: 3px 0px;
  font-size: 18px;
}
.album-image img {
  border-radius: 20px;
}
.category-product-item {
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.08);
  background: #f1f2f2;
  margin-bottom: 30px;
  border: 1px solid #eee;
  padding: 15px;
  border-radius: 12px;
  transition: 0.3s ease;
}
.category-product-item img {
  border-radius: 5px 0 0 5px;
}
.category-product-detail-odd {
  border-radius: 0 5px 5px;
  padding: 15px;
}
.category-product-title {
  border-bottom: 1px solid #d8d8d8;
  padding-bottom: 10px;
}
.muangay {
  text-align: right;
}
.muangay a {
  padding: 10px;
  background: var(--maincolor);
  color: #ffff;
  border-radius: 10px;
}

.product-item_box {
  border: 1px solid #e1e1e1;
  border-radius: 8px;
  padding: 10px;
  text-align: center;
  background: #fff;
  transition: box-shadow 0.3s;
  margin-bottom: 20px;
}

.product-item_box:hover {
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.product-item_box .product-img {
  width: 100%;
  overflow: hidden;
  border-radius: 6px;
}

.product-item_box .product-img img {
  width: 100%;
  height: auto;
  transition: transform 0.3s;
}

.product-item_box .product-img:hover img {
  transform: scale(1.05);
}

.product-item_box .product-name {
  display: block;
  margin: 10px 0;
  font-weight: 600;
  color: #333;
  text-decoration: none;
}

.product-item_box .product-price,
.product-item_box div b {
  margin: 5px 0;
  color: #555;
  font-size: 14px;
}

.product-item_box .muangay a {
  display: inline-block;
  padding: 6px 12px;
  background: #ff5722;
  color: #fff;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 500;
  transition: background 0.3s;
}

.product-item_box .muangay a:hover {
  background: #e64a19;
}
.newslist li {
  list-style: none;
  margin-bottom: 20px;
}
.homenews-item {
  border: 1px solid #cccc;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}
.homenews-item img {
  border-radius: 10px 10px 0px 0px;
}
.homenews-box {
  padding: 15px 30px;
}
.homenews-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 15px 15px;
  font-size: 14px;
  color: #555;
}
.homenews-name a {
  color: rgba(0, 36, 26, 1);
  font-family: var(--fontMedium);
  font-size: 20px;
}
/* ==== Mỗi item ==== */
.newsothers .newsother-item {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  margin-bottom: 20px;
}

.newsothers .newsother-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}

/* ==== Hình ảnh ==== */
.newsothers .newsother-img {
  display: block;
  overflow: hidden;
  border-radius: 10px 10px 0 0;
}

.newsothers .newsother-img img {
  width: 100%;

  object-fit: cover;
  transition: transform 0.4s ease;
}

.newsothers .newsother-item:hover .newsother-img img {
  transform: scale(1.05);
}

/* ==== Tiêu đề ==== */
.newsothers .newsother-name {
  display: block;
  font-size: 15px;
  font-weight: 500;
  color: #333;
  padding: 12px 15px 15px;
  line-height: 1.4;
  transition: color 0.3s, text-decoration 0.3s;
}

.newsothers .newsother-name:hover {
  color: var(--greencolor, #007a4d);
  text-decoration: underline;
}
.new_creatdate {
  width: fit-content;
  padding: 8px 20px;
  border-radius: 41px;
  background: linear-gradient(90deg, #f0ba00 0%, #e6df0a 100%);
  color: var(--maincolor);
  font-size: 14px;
  position: relative;
  margin-top: -35px;
  font-family: var(--fontmain);
}

.readmore-link {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100px;
  text-align: center;
  color: var(--textcolor);
  font-size: 16px;
  transition: all 0.5s ease;
  padding-top: 70px;
  background-image: linear-gradient(to bottom, transparent, white);
  cursor: pointer;
}
.readmore {
  position: relative;
  max-height: 600px;
  overflow: hidden;
  padding: 10px;
  margin-bottom: 20px;
}
.readmore-link:after {
  content: 'Xem thêm ';
  border: 1px solid var(--maincolor);
  padding: 5px 20px;
  border-radius: 15px;
}
.readmore-link.expand:after {
  content: 'Rút gọn';
}
.readmore-link.expand {
  position: relative;
  background-image: none;
  padding-top: 10px;
  height: 35px;
}
.readmore.expand {
  max-height: 100%;
  transition: max-height 0.35s ease-in-out;
}
.gallery-thumbs .swiper-slide {
  padding: 3px;
  border: 1px solid var(--maincolor);
  opacity: 0.7;
}
.gallery-thumbs .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
}
.product-advantages {
  margin-top: 20px;
}
.advantage-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.advantage-list li {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
  font-size: 14px;
  color: #444;
  line-height: 1.4;
}
.advantage-list li i {
  color: var(--maincolor);
  margin-right: 15px;
}
.benefit-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.benefit-list li {
  display: flex;
  align-items: flex-start;
  /* margin-bottom: 12px; */
  font-size: 14px;
  color: #444;
  line-height: 1.4;
  align-items: center;
  padding: 10px 12px;
  border-bottom: 1px dashed var(--maincolor);
}
.benefit-name {
  font-size: 14px;
  color: var(--textcolor);
  font-family: var(--fontB);
}
.benefit-list li:last-child {
  border-bottom: none;
}
.benefit-list li:first-child {
  padding-top: 0px;
}

.benefit-list img {
  margin-right: 30px;
}
.product-benefits .benefit-title,
.title-left {
  font-size: 22px;
  font-family: var(--fontB);
  margin-bottom: 15px;
  color: #fff;
  padding: 10px 20px;
  background: var(--maincolor);
}
.menuproduct {
  position: relative;
  /* padding: 0px 30px; */
  line-height: 40px;
}
.product_li {
  display: none;
  position: absolute;
  width: 100%;
  top: 100%;
  z-index: 111;
  background: #fff;
  list-style: none;
  margin: 0;
  padding-left: 0px;
  text-align: left;
  text-transform: initial;
  left: 0px;
  /* box-shadow: 0px 0px 10px 2px #9d9d9d; */
  transition: all 0.5s ease;
  height: 490px;
  /* font-family: var(--fontB); */
  color: #333;
}
.product_li li a {
  color: #333;
}
.menuproduct-title {
  display: flex;
  padding: 0 20px;
  /* font-family: var(--fontB); */
  align-items: center;
}

.hot-product-box {
  background: #fff;
  border: 1px solid #eee;
}

.hot-title {
  font-size: 16px;
  font-family: var(--fontB);
  background-color: var(--maincolor);
  color: #fff;
  padding: 12px 0px;
  margin-bottom: 12px;
  text-align: center;
}
.product_li li {
  color: #333;
  padding: 5px 20px;
  position: relative;
  line-height: 30px;
  transition: all 0.5s ease-in;
}
.menuproduct:hover .product_li {
  display: block;
}
.product_li li:hover .megaproduct-li {
  display: block;
}
.megaproduct-li {
  list-style-type: none;
  display: none;
  position: absolute;
  width: 100%;
  right: -100%;
  top: 0px;
  z-index: 1111111;
  background: var(--maincolor);
}

.hot-list {
  list-style: none;
  padding: 0;
  margin: 0 0 12px 0;
  padding: 0 20px;
}

.hot-list li {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 12px;
}

.hot-list img {
  width: 48px;
  height: 48px;
  object-fit: cover;
  border-radius: 4px;
  border: 1px solid #eee;
}

.hot-list a {
  font-size: 15px;
  font-family: var(--fontB);
  color: #333;
  text-decoration: none;
  display: block;
  margin-bottom: 2px;
}

.hot-price {
  font-size: 14px;
  color: #dc373d;
  font-family: var(--fontB);
}

.hot-price .old {
  text-decoration: line-through;
  color: #888;
  margin-right: 6px;
}
.product-benefits {
  /* padding: 5px 0px; */
  border: 1px solid #ddd;
  /* border-radius: 8px; */
  background: #fff;
}
.category-name {
  display: block;
  font-size: 16px;
  /* color: #fff; */
  font-family: var(--fontB);
}

.category-product-item:hover {
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
  transform: translateY(-3px);
}

.producthot-wrapper,
.product-wrapper,
.video-wrapper {
  background-color: #f2f2f2f2;
}
.content {
  background-color: #f1f1f1;
}
.header-logo {
  padding: 5px 0;
}

.product-card {
  background: white;
  border-radius: 8px;
  padding: 5px 16px;
  display: flex;
  align-items: center;
  gap: 20px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
}

.product-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}

.product-image {
  width: 100px;
  height: 100px;
  border-radius: 8px;
  object-fit: cover;
  flex-shrink: 0;
}

.product-title {
  font-size: 22px;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 8px;
}

.product-description {
  font-size: 14px;
  color: #666;
  line-height: 1.4;
}

.arrow-icon {
  width: 24px;
  height: 24px;
  color: #999;
  flex-shrink: 0;
}

.arrow-icon svg {
  width: 100%;
  height: 100%;
}
