.wrap_background {
  padding: 30px 0px 20px 0px;
}
#google_language_translator {
  position: absolute;
  left: -9999px;
  height: 0;
  display: none;
}
.wrap-content {
  max-width: 1320px;
  padding: 0px 10px;
  margin: auto;
}
.wrap-content1 {
  max-width: 1100px;
}
.wrap-content2 {
  max-width: 1000px;
  padding: 0px 10px;
  margin: auto;
}
.hexagrams {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  margin: 20px 0px;
  display: flex;
  flex-direction: column;
}
.hexagrams tr {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  flex-direction: row;
}
.hexagrams th,
.hexagrams td {
  border: 1px solid rgba(0, 0, 0, 0.08);
  padding: 10px;
  text-align: center;
  vertical-align: top;
  box-sizing: border-box;
  flex-basis: 12.5%;
  height: 110px;
}
.kinhdich-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
.kinhdich-title {
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
  font-size: 24px;
  color: var(--color-r);
}
.kinhdich-grid a {
  font-size: 16px;
}
.kinhdich-grid a:hover {
  color: var(--color-r);
  text-decoration: underline;
}
.kinhdich-tag {
  font-size: 16px;
}
.kinhdich-tag a {
  color: var(--color-r);
}
.wrap-home {
  max-width: 100%;
  padding: 0px;
}
.app-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
.app-item {
  display: flex;
  gap: 12px;
  align-items: center;
}
.app-item__image {
  width: 120px;
  flex-shrink: 0;
}
.app-item__info {
  flex: 1;
}
.app-item__info h3 {
  margin-bottom: 0;
}
.app-item__info h3 a {
  font-size: 18px;
  font-weight: bold;
  color: #333;
  transition: all 0.3s;
}
.app-item__info h3 a:hover {
  color: var(--color-r);
}
.app-item__desc {
  font-size: 14px;
  color: #666;
  margin-top: 10px;
}
/*====*/
.title-main {
  margin-bottom: 1.5rem;
  text-align: center;
}
.title-main span {
  text-transform: uppercase;
  color: var(--color-black);
  font-weight: 800;
  font-size: 23px;
}
.time-main {
  margin-bottom: 0.75rem;
  color: #999999;
}
.time-main i {
  vertical-align: top;
  margin: 3px 7px 0px 0px;
}
.time-main span {
  vertical-align: top;
  display: inline-block;
}
.fixmenu {
  animation: slide-down 0.5s;
}
/*====*/
.nav-slick .slick-prev,
.nav-slick .slick-next {
  width: 35px;
  height: 35px;
  background: var(--color-r);
  border-radius: 999px;
}
.nav-slick .slick-prev:before,
.nav-slick .slick-next:before {
  font-family: "Font Awesome 5 Pro";
  content: "\f053";
  opacity: 1;
  font-size: 13px;
}
.nav-slick .slick-prev {
  left: -45px;
}
.nav-slick .slick-next {
  right: -45px;
  -webkit-transform: translate(0, -50%) rotate(-180deg);
  -ms-transform: translate(0, -50%) rotate(-180deg);
  transform: translate(0, -50%) rotate(-180deg);
}
.nav-cs {
  border-radius: 50%;
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: var(--color-r);
  font-size: 22px;
  margin: 0px 4px;
  cursor: pointer;
}

.arrows div {
  position: absolute;
  left: 0;
  top: 40%;
  cursor: pointer;
}
.arrows div img {
  width: 2rem;
}
.arrows .arrow-right {
  left: auto;
  right: 0;
}
.arrows .slick-disabled {
  display: none !important;
}
/*===*/
.dote.slick-slider {
  margin-bottom: 0px;
  padding-bottom: 60px !important;
}
.dote .slick-dots {
  bottom: 0px;
  text-align: center;
}
.dote .slick-dots li {
  margin: 0 3px;
  width: 15px;
  height: 15px;
}
.dote .slick-dots li button {
  width: 15px;
  height: 15px;
  padding: 0;
}
.dote .slick-dots li button:before {
  width: 15px;
  height: 15px;
  line-height: 15px;
  font-size: 12px !important;
}
.dote .slick-dots li.slick-active button:before {
  color: var(--color-r);
}
.dote .slick-dots li button:before {
  color: #1112;
  opacity: 1;
}
/*===*/
.hover-btn {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.hover-btn:after {
  content: "";
  position: absolute;
  right: 0px;
  height: 100%;
  width: 0%;
  top: 0px;
  background: #b50a11;
  z-index: -1;
  transition: all 0.5s;
}
.hover-btn:hover:after {
  left: 0px;
  width: 100%;
}
.hover-btn2 {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.hover-btn2:before {
  content: "";
  border-radius: 45px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.04);
  transform: scaleX(0);
  transform-origin: 50%;
  transition: all 0.5s ease-out;
}
.hover-btn2:hover:before {
  transform: scaleX(1);
}
/*===*/
.tit-title {
  margin-bottom: 30px;
  text-align: center;
}
.tit-title h2 {
  text-transform: uppercase;
  color: var(--color-r);
  font-weight: 800;
  font-size: 23px;
}

/* Header */
.header {
  background-color: var(--color-r);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 10px 0px;
  color: #fff;
}

/* Menu */
.menu.fixmenu {
  box-shadow: 0em 0.15em 2em rgba(0, 0, 0, 0.15);
}
.menu {
  background: url(../images/bg_menu.jpg);
  background-size: auto;
  background-position: center;
  padding: 5px 0px;
}
.menu__right {
  width: calc(100% - 250px);
}
.menu ul {
  width: 100%;
  padding: 0px;
  margin: auto;
  list-style: none;
}
.menu > ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.menu ul li {
  position: relative;
  z-index: 99;
}
.menu ul li a {
  display: block;
  position: relative;
  z-index: 1;
  text-align: center;
  text-decoration: none !important;
}
.menu ul li a span {
  font-size: 13px;
  color: var(--color-r2);
  margin: 0px;
  padding: 0;
  text-transform: uppercase;
  display: block;
  font-weight: 800;
}
.menu ul li a.active span,
.menu ul li:hover > a span {
  color: var(--color-r);
}
.menu ul li ul {
  position: absolute;
  min-width: 320px;
  background: #fff;
  box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.1);
  -webkit-transform: perspective(600px) rotateX(-90deg);
  transform: perspective(600px) rotateX(-90deg);
  -webkit-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}
.menu ul li:hover > ul {
  -webkit-transform: perspective(600px) rotateX(0);
  transform: perspective(600px) rotateX(0);
  -webkit-transform-origin: 0 0 0;
  opacity: 1;
  visibility: visible;
  transition: all 0.7s;
}
.menu ul li ul li a {
  text-align: left;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.menu ul li ul li:last-child > a {
  border-bottom: 0px;
}
.menu ul li ul li a span {
  font-size: 14px;
  padding: 12px 15px;
  text-transform: inherit;
}
.menu ul li ul li ul {
  top: 0px;
  left: 100%;
}

/* Search */
.search {
  width: 200px;
  background: #eee;
  display: flex;
  border-radius: 999px;
  margin-left: 40px;
}
.search p {
  width: 40px;
  height: 40px;
  line-height: 40px;
  cursor: pointer;
  text-align: center;
  margin: 0px;
  color: var(--color-r);
  font-size: 16px;
}
.search input {
  width: calc(100% - 40px);
  height: 40px;
  outline: none;
  padding: 0px;
  border: 0px;
  background: transparent;
  text-indent: 10px;
  font-size: 12px;
}
.search input::-webkit-input-placeholder {
  color: #ccc;
}
.search input:-moz-placeholder {
  color: #ccc;
}
.search input::-moz-placeholder {
  color: #ccc;
}
.search input:-ms-input-placeholder {
  color: #ccc;
}

/* Search RP */
#menu_mobi {
  display: none;
}
.search-res {
  position: relative;
}
.search-res .icon-search {
  width: 40px;
  height: 40px;
  cursor: pointer;
  text-align: center;
  line-height: 42px;
  color: #fff;
  font-size: 17px;
  margin: 0px;
  background-color: var(--color-r);
  border-radius: 50%;
}
.search-res .icon-search.active {
  color: #fff;
  background: var(--color-r);
  border-radius: 100%;
}
.search-res .search-grid {
  position: absolute;
  top: 50px;
  right: 0px;
  width: 0px;
  height: 40px;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--color-r);
  z-index: 2;
  opacity: 0;
  border-radius: 25px;
  line-height: normal;
}
.search-res .search-grid p {
  float: left;
  width: 35px;
  height: 38px;
  cursor: pointer;
  outline: none;
  border: none;
  margin: 0px;
  font-size: 17px;
  display: block;
  color: var(--color-r);
  line-height: 40px;
  text-align: center;
}
.search-res .search-grid input {
  width: calc(100% - 35px);
  float: right;
  line-height: 38px;
  outline: none;
  border: none;
  color: var(--color-r);
}
.search-res .search-grid input::-webkit-input-placeholder {
  color: #ccc;
}
.search-res .search-grid input:-moz-placeholder {
  color: #ccc;
}
.search-res .search-grid input::-moz-placeholder {
  color: #ccc;
}
.search-res .search-grid input:-ms-input-placeholder {
  color: #ccc;
}

/* Slideshow */
.slideshow {
  position: relative;
}
.slideshow a {
  display: block;
  cursor: pointer;
}
.slideshow a img {
  width: 100%;
}
.slideshow:hover .control-slideshow {
  opacity: 0.3;
}
.slideshow .control-slideshow:hover {
  opacity: 0.8;
}
.control-slideshow {
  opacity: 0;
  position: absolute;
  z-index: 2;
  top: calc(50% - 50px / 2);
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 20px;
  cursor: pointer;
  margin: 0px;
  background-color: #000000;
  border-radius: 5px;
}
.control-slideshow i {
  color: #ffffff;
}
.prev-slideshow {
  left: 20px;
  padding-right: 3px;
}
.next-slideshow {
  right: 20px;
  padding-left: 3px;
}
.slideshow .owl-dots {
  position: absolute;
  left: 0px;
  right: 0px;
  margin: auto;
  text-align: center;
  bottom: 20px;
  margin-top: 0px;
}
.slideshow .owl-theme .owl-dots .owl-dot span {
  background: rgba(255, 255, 255, 0.5);
  transition: all 0.3s;
  margin: 0px 5px;
  width: 7px;
  height: 7px;
}
.slideshow .owl-theme .owl-dots .owl-dot.active span {
  background: var(--color-r);
  width: 20px;
}
.nav .slick-prev,
.nav .slick-next {
  position: absolute;
  top: 48%;
  width: 64px;
  height: 61px;
  border-radius: 999px;
  z-index: 9999;
}
.nav .slick-prev {
  left: 30px;
  background: url(../images/sl1.png) no-repeat;
}
.nav .slick-next {
  right: 30px;
  background: url(../images/sl2.png) no-repeat;
}
.item__slider {
  position: relative;
}
/*.item__slider:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #00000080;
}*/

.slider__info {
  position: absolute;
  left: 0px;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 92;
}
.slider__info h3 {
  color: #fff;
  font-size: 35px;
  font-weight: 700;
  margin-bottom: 0px;
  opacity: 0;
  transition: all 1.5s;
  transform: translateX(-350px);
  text-transform: capitalize;
  font-family: var(--font-r3);
  font-weight: 700;
}
.slider__info p {
  opacity: 0;
  transition: all 1.5s;
  transform: translateX(350px);
  margin: 10px 0px;
  color: #fff;
  font-size: 17px;
}
.item__slider.active .slider__info h3,
.item__slider.active .slider__info p {
  opacity: 1;
  transform: translateY(0px);
}
.slider__info a {
  display: inline-block;
  margin-top: 15px;
  color: #000;
  padding: 17px 50px;
  font-size: 17px;
  border-radius: 999px;
  background: var(--color-r);
  opacity: 0;
  transition: all 1.5s;
  position: relative;
  bottom: -100px;
  font-weight: 700;
  text-transform: uppercase;
}
.item__slider.active .slider__info a {
  opacity: 1;
  bottom: 0px;
}
.slider__info a:hover {
  text-decoration: none;
  color: #000;
}

/* Breadcrumb */
.breadCrumbs {
  background-color: #eee;
}
.breadCrumbs .wrap-content {
  padding: 0.75rem 10px;
  max-width: 1200px;
}
.breadCrumbs .wrap-content .breadcrumb {
  padding: 0;
  margin-bottom: 0;
  background-color: transparent;
  border-radius: 0;
}
.breadCrumbs .wrap-content .breadcrumb-item a {
  color: #111;
}
.breadCrumbs .wrap-content .breadcrumb-item.active a {
  color: var(--color-r);
}

/* Video */
.video {
  width: calc(100% / 4);
  margin-bottom: 15px;
}
.pic-video a:before {
  content: "";
  position: absolute;
  width: 50px;
  height: 35px;
  top: calc(50% - 50px / 2);
  left: calc(50% - 35px / 2);
  z-index: 1;
  background-repeat: no-repeat;
  background-image: url(../images/play.png);
}
.pic-video img {
  width: 100%;
}
.name-video {
  margin-top: 5px;
}
.name-video a {
  font-size: 14px;
  color: #333;
  margin-bottom: 0px;
  text-align: center;
  font-weight: 700;
  line-height: 1.5;
}

/* Album */
.album {
  width: calc(100% / 4);
  margin-bottom: 20px;
}
.pic-album {
  position: relative;
}
.pic-album img {
  width: 100%;
}
.name-album {
  margin-top: 10px;
  text-align: center;
}
.name-album a {
  font-size: 16px;
  color: #111;
  margin-bottom: 0px;
  font-weight: 700;
}

/* Brand */
.wrap-brand {
  margin-bottom: 50px;
  padding: 0px 10px;
}
.wrap-brand .wrap-content {
  max-width: 1200px;
  padding: 0px;
  position: relative;
}
.owl-brand {
  padding: 0px 40px;
}
.brand {
  display: block;
  border: 1px solid #eee;
}
.brand img {
  width: 100%;
}

/* Contact */
.top-contact {
  margin-bottom: 30px;
}
.top-contact .article-contact {
  width: 48%;
}
.form-contact {
  width: 47%;
}
.input-contact {
  position: relative;
  margin-bottom: 15px;
}
.input-contact input,
.input-contact textarea {
  width: 100%;
  padding: 20px 10px;
  outline: none;
  font-size: 14px;
  box-shadow: none !important;
}
.input-contact input {
  text-indent: 10px;
}
.input-contact textarea {
  resize: none;
  height: 120px;
  padding: 10px;
}
.input-contact .custom-file-label::after {
  content: attr(title);
}
.bottom-contact {
  position: relative;
  height: 500px;
}
.bottom-contact iframe {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100% !important;
  height: 100% !important;
}

/* Popup custom */
.modal-custom .modal-footer {
  padding: 0.5rem;
}
.modal-custom .modal-footer .btn {
  font-size: 14px;
}

/* Popup */
#popup .modal-body {
  padding: 0px;
  border-radius: 5px;
  overflow: hidden;
}
#popup .close__popup {
  position: absolute;
  width: 45px;
  height: 45px;
  background: var(--color-r);
  border-radius: 100%;
  top: -5px;
  right: -5px;
  opacity: 1;
  z-index: 992;
}
#popup .close__popup span {
  color: #fff !important;
  display: block;
  height: 30px;
  line-height: 1;
}

/* Product */
.product {
  width: calc(100% / 4);
  margin-bottom: 20px;
}
.product__inner {
  box-shadow: 0px 0px 6px 0px rgba(50, 50, 93, 0.15),
    1px 1px 5px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  padding: 10px;
  height: 100%;
}
.product__thumb {
}
.product__thumb img {
  width: 100%;
}
.product__info {
  margin-top: 1rem;
}
.product__info h3 {
  margin-bottom: 3px;
  line-height: 1.4;
}
.product__info a {
  font-size: 16px;
  color: #333;
  -webkit-line-clamp: 2;
  text-decoration: none !important;
}
.product__priceCart {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
}
.product__price {
  display: flex;
  flex-direction: column;
}
.product__priceNew {
  font-size: 16px;
  font-weight: 800;
  color: var(--color-r);
}
.product__priceOld {
  font-size: 13px;
  color: #9aa5b3;
  text-decoration: line-through;
}
.price__per {
  position: absolute;
  top: 15px;
  right: 15px;
  color: #fff;
  background: var(--color-r);
  font-size: 11px;
  border-radius: 2px;
  width: 45px;
  height: 25px;
  text-align: center;
  line-height: 25px;
}

/*==Product cart==*/
.product__cartAdd {
  width: 36px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 5px;
  background: #141414;
  color: #fff;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
}
.product__cartAdd:hover:before {
  content: attr(title);
  position: absolute;
  top: 50%;
  right: calc(100% + 10px);
  padding: 3px 7px;
  background: #666;
  color: #fff;
  border-radius: 5px;
  font-size: 14px;
  white-space: nowrap;
  display: inline-block;
  line-height: initial;
  transform: translate(0, -50%);
}
.product__cartAdd:hover:after {
  content: "";
  display: block;
  position: absolute;
  border: 10px solid transparent;
  border-left-color: #666;
  top: 50%;
  right: calc(100% - 6px);
  transform: translate(0, -50%);
}
.product__cartAdd:hover {
  background-color: var(--color-r);
}

/* News */
.big__News {
  width: 49%;
  position: relative;
}
.small__news {
  width: 49%;
}
.thumb__news {
  border-radius: 7px;
  overflow: hidden;
  position: relative;
}
.thumb__news img {
  width: 100%;
}
.big__News .thumb__news a {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
}
.big__News .thumb__news a:after {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.8) 0%,
    rgba(0, 0, 0, 0) 30%
  );
}
.big__News .info__news {
  position: absolute;
  left: 0px;
  bottom: 0px;
  padding: 20px 15px;
}
.newshome-intro .info__news h3 a {
  font-size: 20px;
  color: #fff;
  -webkit-line-clamp: 2;
  font-weight: 700;
  font-family: var(--font-r);
}
.time-newshome {
  font-size: 13px;
  color: #fff;
  margin-bottom: 0px;
}
.time-newshome span {
  display: inline-block;
  margin-left: 10px;
  font-size: 12px;
  color: #333;
  padding: 1px 10px 2px 10px;
  border-radius: 999px;
}
.time-newshome span {
  background: var(--color-r);
  color: #fff;
}
.big__News:hover h3 a {
  text-decoration: none;
}
.scroll__index {
}
.scroll__index ul {
  padding-left: 0px;
}
.scroll__index li {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  margin-bottom: 22px !important;
}
.scroll__index li:last-child {
  margin-bottom: 0px;
}
.scroll__index .thumb__news {
  width: 30.5%;
  border-radius: 7px;
  overflow: hidden;
}
.scroll__index .thumb__news img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.scroll__index .info__news {
  width: 66%;
}
.scroll__index .info__news h3 {
  margin-bottom: 0px;
}
.scroll__index .info__news h3 a {
  font-size: 14px;
  color: #242424;
  font-weight: 700;
  -webkit-line-clamp: 2;
}
.scroll__index .info__news .time-newshome {
  margin: 5px 0px;
  color: var(--color-r2);
  font-size: 14px;
}
.scroll__index .info__news .time-newshome i {
  color: var(--color-r2);
  font-weight: 700;
}
.scroll__index .info__news .desc-newshome {
  margin: 0px;
  font-size: 14px;
  color: #4d4d4d;
  -webkit-line-clamp: 2;
}
.scroll__index h3 a:hover {
  color: var(--color-r);
  text-decoration: none;
}
.btn__news {
  color: var(--color-r);
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  padding-bottom: 5px;
  text-decoration: underline;
}
.scroll__index .info__news h3 a:hover {
  color: var(--color-r2);
}
.view__all {
  display: inline-block;
  border-radius: 99px;
  padding: 8px 30px;
  color: #333;
  text-transform: uppercase;
  font-weight: 600;
}
.view__all:hover {
  color: #333;
  text-decoration: none;
}
/*====*/
.video-main {
  position: relative;
  height: 400px;
}
.video-main iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}
.listvideos {
  width: 100%;
  height: 40px;
  padding: 0px 10px;
  border: 1px solid #ccc;
  color: #000;
  margin-top: 10px;
  cursor: pointer;
}

.footer-article .wrap-content {
  padding: 35px 10px;
}
.footer-news:nth-child(1) {
  width: 30%;
}
.footer-news:nth-child(2) {
  width: 20%;
}
.footer-news:nth-child(3) {
  width: 25%;
}
.footer-news:nth-child(4) {
  width: 20%;
}
.title-footer {
  text-transform: uppercase;
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: bold;
  color: #e2ac36;
}
.footer-ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.footer-ul li {
  margin-bottom: 10px;
}
.footer-ul li:last-child {
  margin-bottom: 0px;
}
.footer-ul li a {
  color: #fff;
}
.footer-ul li a:hover {
  color: var(--color-r);
  text-decoration: none;
}

/*===*/
.footer-powered {
  color: #fff;
  background-color: var(--color-r);
}
.footer-powered .wrap-content {
  padding: 15px 10px;
}
.copyright {
  margin-bottom: 0px;
}
.copyright a {
  color: #fff !important;
}
.statistic {
  margin-bottom: 0px;
}
#footer-map {
  position: relative;
  height: 500px;
}
#footer-map iframe {
  position: absolute !important;
  width: 100% !important;
  height: 100% !important;
  top: 0px !important;
  left: 0px !important;
}

/*===*/
.slogan-newsletter {
  margin-bottom: 0.5rem;
  color: var(--color-r);
}
.newsletter-input {
  position: relative;
}
.newsletter-input input {
  padding: 0px;
  font-size: 14px;
  text-indent: 10px;
  border-radius: 0px;
}
.newsletter-button {
  margin-top: 5px;
}
.newsletter-button input[type="submit"] {
  border: 0px;
  background-color: var(--color-r);
  color: #fff;
  display: inline-block;
  padding: 5px 16px;
  text-transform: uppercase;
  font-weight: 500;
  cursor: pointer;
}

/*===*/
.footer-tags {
  background: #eee;
}
.footer-tags .wrap-content {
  padding: 30px 10px;
}
.label-tags {
  font-weight: 600;
  font-size: 15px;
}
.list-tags {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.list-tags li {
  float: left;
  margin: 0px 5px 5px 0px;
}
.list-tags li a {
  color: #fff;
  background-color: var(--color-r);
  padding: 6px 15px 8px 15px;
  border-radius: 3px;
  display: block;
}
.list-tags li a:hover {
  background-color: var(--color-r);
}
/* ==== */

.banner-about {
  border-radius: 10px;
  overflow: hidden;
}
.banner-about img {
  width: 100%;
}
.ss2 {
  background: #fff;
  padding: 30px 20px;
  border-radius: 10px;
}

.about-item {
  width: calc(100% / 2);
  margin-bottom: 20px;
}
.about-item:nth-child(3) {
  width: 100%;
}

.about-item__title {
  font-weight: 800;
  color: var(--color-r2);
}
.about-item__desc {
  margin: 10px 0px 0px 0px;
  color: #555;
  font-size: 16px;
  font-weight: 500;
}

.center-about__title {
  font-weight: 800;
  color: var(--color-r2);
  font-size: 30px;
}
.center-about__content img {
  border-radius: 10px;
}

.about3 {
  background: #006067d6;
}
.about3__left {
  width: 50%;
  text-align: center;
  padding: 130px 150px 175px;
  color: #fff;
}
.about3__right {
  width: 50%;
}
.about3__left-title {
  font-weight: 800;
  font-size: 25px;
  margin-top: 20px;
}
.about3__left-desc {
  font-size: 18px;
}
.about3__right img {
  width: 100%;
}

/* Responsive */
@media (max-width: 1440px) {
}

@media (max-width: 1248px) {
  .nav-slick .slick-prev {
    left: 10px;
  }
  .nav-slick .slick-next {
    right: 10px;
  }
}
@media (max-width: 1180px) {
}
@media (max-width: 1120px) {
}
@media (max-width: 1070px) {
}
@media (max-width: 1024px) {
  .menu {
    display: none;
  }
  #menu_mobi {
    display: block;
  }
}
@media (max-width: 992px) {
  .nav-slick .slick-prev,
  .nav-slick .slick-next {
    display: none;
  }
  .toolbar {
    display: block;
  }
  .title-page b {
    font-size: 18px;
  }
  .cart-fixed {
    bottom: 120px;
  }

  .about3__left {
    width: 100%;
    padding: 20px;
  }
  .about3__right {
    width: 100%;
  }
  .about-item {
    width: 100%;
  }
}
@media (max-width: 850px) {
}
@media (max-width: 769px) {
  .app-grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .kinhdich-grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .hexagrams th,
  .hexagrams td {
    flex-basis: 25%;
  }
  .top-contact .form-contact,
  .top-contact .article-contact {
    width: 100%;
    margin: 0px;
  }
  .top-contact .article-contact {
    margin-bottom: 30px;
  }
  .copyright {
    font-size: 12px;
  }
  .album {
    width: calc(100% / 2);
    margin-bottom: 10px;
  }
  .video {
    width: calc(100% / 2);
  }
}
@media (max-width: 600px) {
}
@media (max-width: 440px) {
  .top-contact .form-contact .button-contact .file-contact span b {
    max-width: 105px;
  }
}
@media (max-width: 369px) {
  .cart-pro-detail {
    flex-wrap: wrap;
  }
  .cart-pro-detail a {
    width: 100%;
    text-align: center;
    margin: 0px !important;
    font-size: 12px;
  }
  .cart-pro-detail a:first-child {
    margin-bottom: 5px !important;
  }
  .cart-pro-detail a i {
    display: none;
  }
  .album {
    width: calc(100% / 1);
  }
  .video {
    width: calc(100% / 1);
  }
}
.top-menu {
  background-color: var(--color-r);
  padding: 8px 0;
}
.btn-auth-group {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-left: 16px;
  background-color: rgba(255, 255, 255, 0.15);
  border-radius: 6px;
}
.btn-auth-group a {
  padding: 4px 8px;
  color: #fff !important;
}
.btn-auth-group a:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.btn-login {
  border-right: 1px solid #fff;
}

/* User Dropdown Menu */
.user-dropdown {
  position: relative;
  margin-left: 16px;
}

.user-dropdown-toggle {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  background-color: var(--color-r);
  color: #fff;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s ease;
}

.user-dropdown-toggle:hover {
  background-color: rgba(0, 96, 103, 0.9);
}

.user-dropdown-toggle i.fa-user-circle {
  font-size: 18px;
}

.user-dropdown-toggle i.fa-chevron-down {
  font-size: 12px;
  transition: transform 0.3s ease;
}

.user-dropdown-toggle[aria-expanded="true"] i.fa-chevron-down {
  transform: rotate(180deg);
}

.user-name {
  max-width: 150px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.user-dropdown-menu {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  min-width: 200px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  padding: 8px 0;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.3s ease;
}

.user-dropdown-toggle[aria-expanded="true"] + .user-dropdown-menu,
.user-dropdown-menu.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.user-dropdown-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 20px;
  color: #333;
  text-decoration: none;
  font-size: 14px;
  transition: all 0.2s ease;
}

.user-dropdown-item:hover {
  background-color: #f5f5f5;
  color: var(--color-r);
}

.user-dropdown-item i {
  width: 18px;
  text-align: center;
  color: var(--color-r);
}

.btn-app {
  background-color: rgba(255, 255, 255, 0.15);
  color: #fff !important;
  font-weight: bold;
  padding: 4px 12px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  gap: 4px;
}

/* Responsive cho nút auth và user dropdown */
@media (max-width: 769px) {
  .header_mobi {
    padding: 14px 6px;
  }
  .logos-menu__mm {
    top: 8px;
  }
  .top-menu {
    border-bottom: 1px solid #eee;
  }
  .top-menu .wrap-content > .d-flex {
    width: 100%;
    justify-content: space-between !important;
  }
  .btn-auth {
    padding: 10px 25px;
    font-size: 14px;
  }

  .btn-auth-group {
    gap: 10px;
  }

  .btn-auth i {
    margin-right: 5px;
  }

  .user-dropdown-toggle {
    padding: 6px 12px;
    font-size: 13px;
  }

  .user-name {
    max-width: 100px;
  }

  .user-dropdown-menu {
    right: 0;
    left: auto;
    min-width: 180px;
  }
}

@media (max-width: 440px) {
  .btn-auth {
    padding: 8px 20px;
    font-size: 13px;
  }
}

/* Nút đăng ký trong form */
.button-user {
  text-align: center;
}

.button-user .btn-submit-register,
.button-user input[type="submit"] {
  width: 100%;
  display: inline-block;
  padding: 15px 50px;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  background: var(--color-r);
  border: none;
  border-radius: 50px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(181, 10, 17, 0.3);
  min-width: 200px;
  transition: background 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease,
    color 0.3s ease, opacity 0.3s ease;
}

.button-user .btn-submit-register:before,
.button-user input[type="submit"]:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%);
  transition: width 0.6s ease, height 0.6s ease, opacity 0.3s ease;
  opacity: 0;
}

.button-user .btn-submit-register:hover:before,
.button-user input[type="submit"]:hover:before {
  width: 300px;
  height: 300px;
  opacity: 1;
}

.button-user .btn-submit-register:hover,
.button-user input[type="submit"]:hover {
  background: var(--color-r);
  opacity: 0.85;
  transform: translateY(-2px);
  box-shadow: 0 6px 25px rgba(181, 10, 17, 0.5);
  color: #fff;
}

.button-user .btn-submit-register:active,
.button-user input[type="submit"]:active {
  transform: translateY(0);
  box-shadow: 0 2px 10px rgba(181, 10, 17, 0.3);
  transition: transform 0.1s ease, box-shadow 0.1s ease;
}

.button-user .btn-submit-register:disabled,
.button-user input[type="submit"]:disabled {
  background: #ccc;
  cursor: not-allowed;
  opacity: 0.6;
  box-shadow: none;
  transform: none;
  transition: background 0.3s ease, opacity 0.3s ease;
}

.button-user .btn-submit-register:disabled:hover,
.button-user input[type="submit"]:disabled:hover {
  background: #ccc;
  transform: none;
  box-shadow: none;
}

.button-user .btn-submit-register:disabled:before,
.button-user input[type="submit"]:disabled:before {
  display: none;
}

/* Form đăng ký - Layout với background toàn màn hình */
.register-layout {
  min-height: 100vh;
  width: 100%;
  margin: 0;
  position: relative;
  padding: 80px 20px;
  display: flex;
  flex-direction: column;
}
.register-layout .wrap-content {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}

.wrap-user-register {
  width: 100%;
  max-width: 500px;
  border: 1px solid #bce8f1;
  border-radius: 24px;
  background-color: #fff;
}

.wrap-user-register .title-user {
  padding: 16px 20px 0 20px;
  border-radius: 5px 5px 0px 0px;
  text-align: center;
}

.wrap-user-register .title-user.d-flex {
  text-align: left;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 10px;
}

.wrap-user-register .title-user span {
  color: var(--color-r);
  font-weight: 700;
  font-size: 24px;
  text-transform: uppercase;
}

.wrap-user-register .title-user a {
  color: var(--color-r);
  font-size: 14px;
  text-decoration: none;
  font-weight: 500;
  transition: opacity 0.3s ease;
}

.wrap-user-register .title-user a:hover {
  opacity: 0.8;
  text-decoration: underline;
}

.wrap-user-register .form-user {
  padding: 30px 25px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

/* Note user trong form đăng nhập */
.wrap-user-register .note-user {
  font-size: 14px;
  border-top: 1px solid #eee;
  padding-top: 15px;
  margin-top: 10px;
  text-align: center;
}

.wrap-user-register .note-user a {
  color: var(--color-r);
  text-decoration: none;
  font-weight: 600;
}

.wrap-user-register .note-user a:hover {
  text-decoration: underline;
}

/* Button user với checkbox */
.wrap-user-register .button-user.d-flex {
  gap: 15px;
  align-items: center;
}

.wrap-user-register .button-user .btn-submit-register {
  flex: 1;
  min-width: auto;
}

.wrap-user-register .checkbox-user {
  flex-shrink: 0;
  white-space: nowrap;
}

/* Floating Label Input - Soft Rounded */
.floating-input-group {
  position: relative;
  margin-bottom: 0;
}

/* Animation để detect autofill */
@keyframes onAutoFillStart {
  from {
    opacity: 0;
  }
  to {
    opacity: 0;
  }
}

@keyframes onAutoFillCancel {
  from {
    opacity: 0;
  }
  to {
    opacity: 0;
  }
}

.floating-input {
  animation-name: onAutoFillStart;
  animation-duration: 0.001s;
}

.floating-input {
  width: 100%;
  padding: 20px 20px 10px 20px;
  font-size: 16px;
  color: #333;
  background-color: #fff;
  border: 2px solid rgba(0, 0, 0, 0.12);
  border-radius: 12px;
  outline: none;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-sizing: border-box;
  height: 56px;
}

/* Xử lý autofill - override background color */
.floating-input:-webkit-autofill,
.floating-input:-webkit-autofill:hover,
.floating-input:-webkit-autofill:focus,
.floating-input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px #fff inset !important;
  -webkit-text-fill-color: #333 !important;
  background-color: #fff !important;
  background-clip: content-box !important;
}

/* Khi autofill có giá trị, label phải nổi lên */
.floating-input:-webkit-autofill + .floating-label {
  top: -10px;
  left: 12px;
  font-size: 12px;
  color: var(--color-r);
  background-color: #fff;
  padding: 0 8px;
  transform: translateY(0);
  font-weight: 600;
}

.floating-input:-webkit-autofill + .floating-label i {
  color: var(--color-r);
  opacity: 1;
}

.floating-input:hover {
  border-color: rgba(0, 0, 0, 0.25);
}

.floating-input:focus {
  border-color: var(--color-r);
  box-shadow: 0 0 0 4px rgba(181, 10, 17, 0.08);
  background-color: #fff;
}

.floating-input:focus + .floating-label,
.floating-input.has-value + .floating-label,
.floating-input:not(:placeholder-shown) + .floating-label {
  top: -10px;
  left: 12px;
  font-size: 12px;
  color: var(--color-r);
  background-color: #fff;
  padding: 0 8px;
  transform: translateY(0);
  font-weight: 600;
}

.floating-label {
  position: absolute;
  top: 18px;
  left: 20px;
  font-size: 16px;
  color: #666;
  pointer-events: none;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  align-items: center;
  gap: 8px;
  background-color: transparent;
  white-space: nowrap;
}

.floating-label i {
  font-size: 14px;
  opacity: 0.7;
  transition: all 0.3s ease;
}

.floating-input:focus + .floating-label i,
.floating-input.has-value + .floating-label i {
  color: var(--color-r);
  opacity: 1;
}

.floating-label-static {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 600;
  color: #333;
  margin-bottom: 12px;
}

.floating-label-static i {
  color: var(--color-r);
  font-size: 14px;
}

.radio-group {
  display: flex;
  gap: 20px;
  padding: 12px 0;
}

.floating-input-group .invalid-feedback {
  display: none;
  margin-top: 6px;
  font-size: 13px;
  color: #dc3545;
  padding-left: 20px;
  animation: slideDown 0.3s ease;
}

@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.floating-input-group
  .floating-input:invalid:not(:placeholder-shown):not(:focus)
  ~ .invalid-feedback,
.floating-input-group .floating-input.is-invalid ~ .invalid-feedback {
  display: block;
}

.floating-input-group .floating-input.is-invalid {
  border-color: #dc3545;
}

.floating-input-group .floating-input.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 4px rgba(220, 53, 69, 0.08);
}

/* Override bootstrap form-control trong form-user */
.form-user .form-control,
.form-user .input-group,
.form-user .input-group-prepend,
.form-user .input-group-text {
  display: none;
}

.form-user label[for="basic-url"] {
  display: none;
}

/* Responsive cho layout đăng ký */
@media (max-width: 992px) {
  .register-layout {
    padding: 20px 15px;
  }

  .register-right {
    width: 100%;
  }

  .wrap-user-register {
    max-width: 100%;
  }

  .wrap-user-register .title-user.d-flex {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .wrap-user-register .button-user.d-flex {
    flex-direction: column;
    align-items: stretch;
    gap: 15px;
  }

  .wrap-user-register .button-user .btn-submit-register {
    width: 100%;
  }

  .wrap-user-register .checkbox-user {
    align-self: flex-start;
  }
}

@media (max-width: 769px) {
  .register-layout {
    min-height: auto;
    padding: 60px 0;
  }
  .floating-input {
    padding: 18px 16px 8px 16px;
    font-size: 15px;
    height: 52px;
  }

  .floating-label {
    top: 16px;
    left: 16px;
    font-size: 15px;
  }

  .floating-input:focus + .floating-label,
  .floating-input.has-value + .floating-label {
    top: -10px;
    left: 10px;
    font-size: 11px;
  }
}

/* Responsive cho nút đăng ký */
@media (max-width: 769px) {
  .btn-app {
    display: none;
  }
  .button-user .btn-submit-register,
  .button-user input[type="submit"] {
    padding: 12px 40px;
    font-size: 15px;
    min-width: 180px;
  }
}

@media (max-width: 440px) {
  .button-user .btn-submit-register,
  .button-user input[type="submit"] {
    padding: 10px 30px;
    font-size: 14px;
    width: 100%;
    min-width: auto;
  }
}

/* Responsive cho layout đăng ký */
@media (max-width: 992px) {
  .register-layout {
    padding: 60px 15px;
  }

  .register-right {
    width: 100%;
  }

  .wrap-user-register {
    max-width: 100%;
  }
}
