.d-grid {
  display: grid;
}

.grid-col-3 {
  grid-template-columns: repeat(3, 1fr);
}

.grid-col-4 {
  grid-template-columns: repeat(4, 1fr);
}

.grid-col-5 {
  grid-template-columns: repeat(5, 1fr);
}

.grid-col-6 {
  grid-template-columns: repeat(6, 1fr);
}

.grid-col-2 {
  grid-template-columns: repeat(2, 1fr);
}

.center_top_footer{
    max-width: 630px;
}

.grid-col-1-3-1 {
  grid-template-columns: 2fr 1fr 2fr;
}

.grid-col-3-1 {
  grid-template-columns: 3fr 1fr;
}

.grid-col-1-2 {
  grid-template-columns: 1fr 2fr;
}

.grid-col-1-3 {
  grid-template-columns: 1fr 3fr;
}

.grid-col-1-8 {
  grid-template-columns: 1fr 8fr;
}

.gap-10 {
  gap: 10px;
}

.gap-20 {
  gap: 20px;
}

.gap-30 {
  gap: 30px;
}

.gap-40 {
  gap: 40px;
}

.w-60 {
  width: 60%;
}

.w-70 {
  width: 70%;
}

.w-80 {
  width: 80%;
}

.fade-in {
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

.fade-in.loaded {
  opacity: 1;
}

.moblie_header {
  display: none;
}

.middle-header {
  background: #fff;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.11);
  border-bottom: 2px solid var(--color-1st);
}

.menu_left ul,
.menu_right ul,
.dropdown-top-header ul {
  list-style-type: none;
}

.top--header {
  background: var(--color-1st);
}

.top--header * {
  color: #fff;
}

.logo_center .logo a {
  position: relative;
  display: block;
}

.logo_center .logo a img {
  position: relative;
  z-index: 1;
}

.logo_center .logo a::before {
  position: absolute;
  left: 0;
  bottom: -20px;
  width: 100%;
  background: #fff;
  border-radius: 50%;
  content: "";
  height: 100%;
  z-index: 0;
  display: block;
}

.footer_light {
  position: relative;
  background: var(--color-1st);
}

.btn--lnik {
  margin-top: 30px;
  position: relative;
  z-index: 9999;
}

.btn--lnik img {
  max-width: 80px;
}

.bottom--why ul {
  position: relative;
  z-index: 9999;
}

.sticky-top {
  z-index: 99999;
}

.post_wrap {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15), 0 4px 15px rgba(0, 0, 0, 0.13);
  border-radius: 10px;
  overflow: hidden;
}

.post_wrap:hover .image_wrap img {
  transform: scale(1.2);
  transition: all 0.2s ease-in-out;
  overflow: hidden;
}

.post_wrap .image_wrap img {
  transition: all 0.2s ease-in-out;
}

.post_wrap .image_wrap {
  position: relative;
  overflow: hidden;
}

.post_wrap:hover {
  background: var(--color-1st);
}

.post_wrap:hover h4,
.post_wrap:hover .btn_xemthem a {
  color: #fff;
}

.post_wrap .intro_wrap .title h4 a {
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 25px;
  -webkit-line-clamp: 2;
  height: 50px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.post_wrap .intro_wrap .decs {
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 25px;
  -webkit-line-clamp: 3;
  height: 76px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.botton--footer .container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

.botton--footer {
  border-top: 1px solid #dddd;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.danhmuctrong .post_contant ul,
.sidebar .widget_recent_post,
.danhmuc ul {
  padding-left: 0;
  list-style-type: none;
}

.danhmuctrong .post_contant ul .icon svg,
.danhmuc ul svg {
  width: 30px;
  height: 30px;
}

.danhmuctrong .post_contant ul li a,
.post_content {
  display: flex;
  gap: 10px;
}

.menu_right li.active.last a {
  color: #fff;
}

.danhmuctrong,
.sidebar {
  padding: 20px;
  border-radius: 20px;
  box-shadow: 0 0 5px 0 #ddd;
}

.sidebar .post_footer {
  font-size: 14px;
}

.sidebar .post_header h4 {
  font-size: 24px;
  font-weight: 700;
  color: var(--color-1st);
}

.ps-list--categories .last {
  border-bottom: 0;
}

.sidebar {
  position: sticky;
  top: 182px;
}

#product-brand {
  flex-wrap: wrap;
}

.top_menu_pc a {
  color: #2b3036;
}

.top_menu_pc .last a {
  color: #fff;
}

.btn-sign-btn {
  background: var(--color-1st);
  color: #ffff;
  border-radius: 20px;
  padding: 10px 30px;
  border: 0;
  white-space: nowrap;
}

.btn-close {
  position: absolute;
  right: 10px;
  top: 10px;
  border: 1px solid var(--color-1st);
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

.sign_up_now1 {
  border: 1px solid var(--color-1st);
  border-radius: 30px;
  padding: 10px 30px;
  text-align: center;
  margin: 20px 0;
}

.sign_up_now1:hover {
  background: var(--color-1st);
}

.sign_up_now1:hover .btn-sign1 {
  color: #fff;
}

.sign_up_now1 .btn-sign1 {
  background: transparent;
  border: 0;
  color: var(--color-1st);
  width: 100%;
}

.section .title h4 {
  color: var(--color-1st);
}

.btn-xemthem a {
  background: var(--color-1st);
  border-radius: 30px;
  padding: 10px 40px;
  color: #fff;
}

@-webkit-keyframes pulse-border {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1.75);
    transform: scale(1.75);
    opacity: 0;
  }
}

@keyframes pulse-border {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1.75);
    transform: scale(1.75);
    opacity: 0;
  }
}

.top_menu_pc .menu_right .active a {
  color: var(--color-1st);
  font-weight: 700;
}

body:not(body.index) .header_wrap.fixed-top {
  position: sticky;
}

.btn-chitiet {
  background: var(--color-1st);
  border-radius: 30px;
  padding: 10px 30px;
}

.blog-new {
  border-radius: 20px;
  overflow: hidden;
}

.blog-new .image {
  position: relative;
}

.blog-new .image .icon-img {
  position: absolute;
  bottom: -30px;
  left: 0;
}

.blog-new .info {
  padding: 40px 20px;
  background: #f1f5ff;
}

.blog-new .info h3 {
  font-weight: 600;
}

.footer-menu .menu .content ul {
  list-style-type: none;
  padding-left: 0;
}

.footer-menu .title h3 {
  font-weight: 700;
}

.f-700 {
  font-weight: 700;
}

.f-bold {
  font-weight: bold;
}

.slider-media .slider-slick {
  position: relative;
}

.slider-media .slider-slick .items {
  position: relative;
}

.slider-media .slider-slick .items .text-title-trong {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  margin: auto;
  justify-content: center;
  justify-items: center;
  height: 100%;
  padding: 100px;
}

.slider-media .slider-slick .items .text-title {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.slider-media .slider-slick .items .text-title .content {
  width: 50%;
}

.slider-media .slider-slick .items .text-title * {
  color: #fff;
}

.btn-slider:hover img {
  transform: rotate(360deg);
  transition: all 2s ease-in;
}

.btn-slider img {
  transition: all 2s ease-in;
}

/* css slider */

@media (min-width: 992px) {
  .slider,
  .slide {
    height: 450px;
  }
}

.slide {
  position: relative;
}

.slide .slide__img {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.slide .slide__img img {
  /* width: 100%; */
  height: auto;
  opacity: 1 !important;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  transition: all 1s ease;
  margin: auto;
}

.slide .slide__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.slide .slide__content.slide__content__left {
  left: 15%;
  transform: translate(-15%, -50%);
}

.slide .slide__content.slide__content__right {
  right: 15%;
  left: auto;
  transform: translate(5%, -50%);
}

.slide .slide__content--headings {
  color: #fff;
}

.slide .slide__content--headings h2 {
  /* font-size: 4.5rem; */
  margin: 10px 0;
}

.slide .slide__content--headings .animated {
  transition: all 0.5s ease;
}

.slide .slide__content--headings .top-title {
  font-family: "Playball", cursive;
  font-size: 2.5rem;
}

.slide .slide__content--headings .button-custom {
  text-decoration: none;
  color: #333;
  padding: 1.2rem 2.5rem;
  font-size: 1.5rem;
}

.slider [data-animation-in] {
  opacity: 0;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  transition: opacity 0.5s ease 0.3s;
}

.slick-dotted .slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: 25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  display: block;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.simple-dots .slick-dots li {
  width: 20px;
  height: 20px;
}

.simple-dots .slick-dots li button {
  border-radius: 50%;
  background-color: white;
  opacity: 0.25;
  width: 20px;
  height: 20px;
}

.simple-dots .slick-dots li button:hover,
.simple-dots .slick-dots li button:focus {
  opacity: 1;
}

.simple-dots .slick-dots li.slick-active button {
  color: white;
  opacity: 0.75;
}

.stick-dots .slick-dots li {
  height: 3px;
  width: 50px;
}

.stick-dots .slick-dots li button {
  position: relative;
  background-color: white;
  opacity: 0.25;
  width: 50px;
  height: 3px;
  padding: 0;
}

.stick-dots .slick-dots li button:hover,
.stick-dots .slick-dots li button:focus {
  opacity: 1;
}

.stick-dots .slick-dots li.slick-active button {
  color: white;
  opacity: 0.75;
}

.stick-dots .slick-dots li.slick-active button:hover,
.stick-dots .slick-dots li.slick-active button:focus {
  opacity: 1;
}

/* /////////// IMAGE ZOOM /////////// */
@-webkit-keyframes zoomInImage {
  from {
    transform: scale3d(1, 1, 1);
  }

  to {
    transform: scale3d(1.1, 1.1, 1.1);
  }
}

@keyframes zoomInImage {
  from {
    transform: scale3d(1, 1, 1);
  }

  to {
    transform: scale3d(1.2, 1.2, 1.2);
  }
}

.zoomInImage {
  -webkit-animation-name: zoomInImage;
  animation-name: zoomInImage;
}

@-webkit-keyframes zoomOutImage {
  from {
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    transform: scale3d(1, 1, 1);
  }
}

@keyframes zoomOutImage {
  from {
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    transform: scale3d(1, 1, 1);
  }
}

.zoomOutImage {
  -webkit-animation-name: zoomOutImage;
  animation-name: zoomOutImage;
}

.slick-nav {
  --active: #fff;
  --border: rgba(255, 255, 255, 0.12);
  width: 44px;
  height: 44px;
  position: absolute;
  cursor: pointer;
  top: calc(50% - 44px);
}

.slick-nav.prev-arrow {
  left: 3%;
  transform: scaleX(-1);
  z-index: 999;
}

.slick-nav.next-arrow {
  left: auto;
  right: 3%;
}

.slick-nav i {
  display: block;
  position: absolute;
  margin: -10px 0 0 -10px;
  width: 20px;
  height: 20px;
  left: 50%;
  top: 50%;
}

.slick-nav i:before,
.slick-nav i:after {
  content: "";
  width: 10px;
  height: 2px;
  border-radius: 1px;
  position: absolute;
  left: 50%;
  top: 50%;
  background: var(--active);
  margin: -1px 0 0 -5px;
  display: block;
  transform-origin: 9px 50%;
}

.slick-nav i:before {
  transform: rotate(-40deg);
}

.slick-nav i:after {
  transform: rotate(40deg);
}

.slick-nav:before,
.slick-nav:after {
  content: "";
  display: block;
  position: absolute;
  left: 1px;
  right: 1px;
  top: 1px;
  bottom: 1px;
  border-radius: 50%;
  border: 2px solid var(--border);
}

.slick-nav svg {
  width: 44px;
  height: 44px;
  display: block;
  position: relative;
  z-index: 1;
  color: var(--active);
  stroke-width: 2px;
  stroke-dashoffset: 126;
  stroke-dasharray: 126 126 0;
  transform: rotate(0deg);
}

.slick-nav.animate svg {
  -webkit-animation: stroke 1s ease forwards 0.3s;
  animation: stroke 1s ease forwards 0.3s;
}

.slick-nav.animate i {
  -webkit-animation: arrow 1.6s ease forwards;
  animation: arrow 1.6s ease forwards;
}

.slick-nav.animate i:before {
  -webkit-animation: arrowUp 1.6s ease forwards;
  animation: arrowUp 1.6s ease forwards;
}

.slick-nav.animate i:after {
  -webkit-animation: arrowDown 1.6s ease forwards;
  animation: arrowDown 1.6s ease forwards;
}

@-webkit-keyframes stroke {
  52% {
    transform: rotate(-180deg);
    stroke-dashoffset: 0;
  }

  52.1% {
    transform: rotate(-360deg);
    stroke-dashoffset: 0;
  }

  100% {
    transform: rotate(-180deg);
    stroke-dashoffset: 126;
  }
}

@keyframes stroke {
  52% {
    transform: rotate(-180deg);
    stroke-dashoffset: 0;
  }

  52.1% {
    transform: rotate(-360deg);
    stroke-dashoffset: 0;
  }

  100% {
    transform: rotate(-180deg);
    stroke-dashoffset: 126;
  }
}

@-webkit-keyframes arrow {
  0%,
  100% {
    transform: translateX(0);
    opacity: 1;
  }

  23% {
    transform: translateX(17px);
    opacity: 1;
  }

  24%,
  80% {
    transform: translateX(-22px);
    opacity: 0;
  }

  81% {
    opacity: 1;
    transform: translateX(-22px);
  }
}

@keyframes arrow {
  0%,
  100% {
    transform: translateX(0);
    opacity: 1;
  }

  23% {
    transform: translateX(17px);
    opacity: 1;
  }

  24%,
  80% {
    transform: translateX(-22px);
    opacity: 0;
  }

  81% {
    opacity: 1;
    transform: translateX(-22px);
  }
}

@-webkit-keyframes arrowUp {
  0%,
  100% {
    transform: rotate(-40deg) scaleX(1);
  }

  20%,
  80% {
    transform: rotate(0deg) scaleX(0.1);
  }
}

@keyframes arrowUp {
  0%,
  100% {
    transform: rotate(-40deg) scaleX(1);
  }

  20%,
  80% {
    transform: rotate(0deg) scaleX(0.1);
  }
}

@-webkit-keyframes arrowDown {
  0%,
  100% {
    transform: rotate(40deg) scaleX(1);
  }

  20%,
  80% {
    transform: rotate(0deg) scaleX(0.1);
  }
}

@keyframes arrowDown {
  0%,
  100% {
    transform: rotate(40deg) scaleX(1);
  }

  20%,
  80% {
    transform: rotate(0deg) scaleX(0.1);
  }
}

/* end slider */

.menu_footer {
  list-style-type: none;
  padding-left: 0;
}

.bottom--footer .content--footer ul {
  list-style-type: none;
  padding-left: 0;
}

.banner__slider {
  position: relative;
}

.banner__slider .link--support {
  position: absolute;
  bottom: 10px;
  left: 10px;
}

.dantrang {
  background: transparent;
  margin-bottom: 20px;
}

.top_menu_pc .sub-menu-wrap {
  position: absolute;
  left: 0;
  top: 100%;
  background: var(--color-1st);
  width: 250px;
  transform: translateY(30px);
  transition: all 0.3s;
  opacity: 0;
  visibility: hidden;
}

.top_menu_pc .sub-menu-wrap .sub-menu-wrap-chlid {
  position: absolute;
  left: 100%;
  top: 0;
  background: var(--color-1st);
  width: 250px;
  transform: translateY(30px);
  transition: all 0.3s;
  opacity: 0;
  visibility: hidden;
}

.top_menu_pc .dropdown:hover .sub-menu-wrap {
  transform: translateY(0);
  transition: all 0.3s;
  opacity: 1;
  visibility: visible;
}

.top_menu_pc .sub-menu-wrap .dropdown:hover .sub-menu-wrap-chlid {
  transform: translateY(0);
  transition: all 0.3s;
  opacity: 1;
  visibility: visible;
}

.menu--fixed {
  display: none;
}

.top_menu_pc .sub-menu-wrap .sub-menu {
  padding-left: 0;
}

.top_menu_pc .sub-menu-wrap .sub-menu li a {
  padding: 10px;
  display: block;
}

.top_menu_pc .menu_right > ul > li {
  padding: 30px 20px;
}

.top_menu_pc .menu_right > ul > li > a {
  padding: 0;
  text-transform: uppercase;
  font-size: 14px;
}

.top_menu_pc .menu-item {
  position: relative;
}

.top_menu_pc .menu-item::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  content: "";
  background: #fff;
  transition: all 0.2s ease;
}

.top_menu_pc .menu-item:hover:before {
  width: 100%;
  height: 1px;
  background: #fff;
  transition: all 0.2s ease;
}

.menu-child-media,
.menu-child-child-media {
  position: absolute;
  top: 0;
  right: -100%;
  visibility: hidden;
  bottom: 0;
  width: 100%;
  transition: all 0.2s ease;
  background: var(--color-1st);
}

.menu-child-media.show,
.menu-child-child-media.show {
  right: 0;
  visibility: visible;
  transition: all 0.2s ease;
}

.menu-child-media .header-child,
.menu-child-child-media .header-child {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #fff;
}

.menu-child-media .content-child .menu-child,
.menu-child-child-media .content-child .menu-child {
  padding-left: 0;
}

.menu-child-media .content-child .menu-child .menu-item a,
.menu-child-child-media .content-child .menu-child a {
  padding: 10px 20px;
  display: block;
}

.btn_on_menu_child,
.btn_on_menu_child_child {
  border-radius: 50%;
  width: 30px;
  height: 30px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  background: transparent;
}

.menu-child-media .header-child .btn_close_menu,
.menu-child-child-media .header-child .btn_on_menu_child_child {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 1px solid #ffff;
  color: #fff;
}

.danhmuc12 .title_p h3 {
  text-align: center;
  padding: 20px 20px 0 20px;
  font-weight: 700;
}

.top_menu_pc .menu_right li a {
  font-size: 18px;
}

.all {
  position: fixed;
  width: 120px;
  height: 120px;
  display: flex;
  bottom: 20px;
  z-index: 20;
}

.wave {
  display: flex;
  width: 62px;
  height: 62px;
  margin: auto;
  background-color: transparent;
  border-radius: 50%;
  border: 1px solid #00000001;
  z-index: -3;
}

.trans {
  position: relative;
  width: 40px;
  height: 40px;
  margin: auto;
  border-radius: 50%;
  background-color: #386fd6;
  display: flex;
  z-index: -2;
}

.sdt {
  position: absolute;
  width: 34px;
  height: 34px;
  border-radius: 17px;
  background-color: #386fd6;
  transition: all 0.5s ease;
  overflow: hidden;
  text-align: right;
  line-height: 34px;
  z-index: -1;
}

.sdt span {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
}

.shake {
  position: relative;
  display: flex;
  width: 34px;
  height: 34px;
  margin: auto;
  background-color: #ffffff;
  border-radius: 50%;
  border: none;
  font-size: 16px;
}

.shake img {
  margin: auto;
  width: 28px;
  height: 28px;
}

@keyframes wave {
  0% {
    width: 62px;
    height: 62px;
    border: 1px solid #00000099;
  }

  100% {
    width: 100px;
    height: 100px;
    border: 1px solid #00000001;
  }
}

@keyframes trans {
  0% {
    width: 60px;
    height: 60px;
  }

  50% {
    width: 34px;
    height: 34px;
  }

  100% {
    width: 60px;
    height: 60px;
  }
}

@keyframes shake {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.all .wave {
  animation: wave 0.6s linear infinite;
}

.all .trans {
  animation: trans 0.9s linear infinite;
}

.all .shake img {
  animation: shake 1s ease infinite;
}

.all .sdt {
  width: 165px;
  margin: -2px 0 0 -2px;
  padding-right: 10px;
}

.section {
  padding: 20px 0;
}

.title h2 {
  color: #585858;
}

.section-about {
  position: relative;
}

.section-dichvu .dichvu .item_dichvu .image,
.product_img a {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 10px;
  background-position: 50% 50%;
  background-size: cover;
  height: auto;
  overflow: hidden;
  padding-top: 74%;
  position: relative;
  /* border-radius: 50%; */
  border: 1px solid #dddd;
}

.about .right .image {
  max-width: 570px;
  max-height: 386px;
  position: relative;
}

.image_nho {
  position: absolute;
  top: -45px;
  right: 80px;
  z-index: 2;
  max-width: 270px;
}

.image_lon {
  position: absolute;
  left: 0;
  bottom: 0;
  max-width: 358px;
  z-index: 1;
}

.image_lon img {
  animation-name: twinkle-2;
  animation-duration: 3s;
  animation-iteration-count: infinite;
}

.image_nho {
  animation-name: twinkle-1;
  animation-duration: 5s;
  animation-iteration-count: infinite;
}

@keyframes twinkle-1 {
  50% {
    transform: scale(1.2);
    opacity: 0;
  }
}

.btn_xemthem a{
    background: var(--color-1st);
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    border: 1px solid var(--color-1st);
}

.btn_xemthem a:hover{
	background: #fff;
    color: var(--color-1st);
}

@keyframes twinkle-2 {
  20% {
    transform: scale(1.2);
    opacity: 0;
  }
}

.section-dichvu .dichvu .item_dichvu .image img,
.product_img a img {
  transition: all 0.2s ease;
  bottom: 0;
  font-family: "object-fit: cover;";
  height: 100%;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

.section-dichvu .dichvu .item_dichvu .text-item a span,
.section_contact .content_section .items a span {
  background: linear-gradient(45deg, #1c75bc, #253979);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.section-dichvu .item_dichvu .item {
  margin: 10px;
}

h4.title,
h3.title,
h2.title,
.abut_themcamket h4.title *,
h1.product_title {
  font-weight: 700;
}

h2.title {
  font-size: 32px;
  position: relative;
  margin-bottom: 60px;
  text-transform: uppercase;
}

h2.title::before {
  position: absolute;
  bottom: -35px;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  background: url(../images/Vector.png) center;
  background-size: cover;
  width: 268px;
  height: 15px;
}

.about h2.title::before,
.section_contact h2.title::before {
  left: 0;
  transform: unset;
}

.contact--tuvan h2.title::before {
  display: none;
}

.contact--tuvan h2.title {
  margin-bottom: 20px;
}

h3.title {
  font-size: 28px;
}

h4.title {
  font-size: 20px;
}

h5.title {
  font-size: 18px;
}

h1.product_title {
  font-size: 24px;
}

.section-dichvu .item_dichvu .text-item p {
  text-overflow: ellipsis;
  line-height: 25px;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.section-dichvu .item_dichvu .text-item {
  margin: 10px 0;
}

.content_section .item:hover img {
  transition: all 0.2s ease;
  transform: scale(1.1);
}

.content_section .item img {
  transition: all 0.2s ease;
}

.btn_lienhe a,
.btn_a .link_a {
  padding: 10px 20px;
  background: linear-gradient(45deg, #1c75bc, #253979);
  color: #fff;
  border-radius: 25px;
  border: 1px solid transparent;
}

.btn_lienhe a:hover,
.btn_a .link_a:hover {
  background: #ffff;
  color: var(--color-1st);
  border: 1px solid var(--color-1st);
}

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

.item_new .text_new {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  padding: 20px;
}

.item_new .text_new * {
  color: #ffff;
}

.item_new .video_youtube {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.new-video .item {
  margin: 10px;
  border-radius: 10px;
  background: #fff;
}

.new-video .slick-slide.slick-active.slick-current {
  opacity: 1;
}

.animate-title {
  color: #f35626;
  background-image: -webkit-linear-gradient(92deg, #253a7a, #1c73ba);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-animation: hue 10s infinite linear;
}
.animate-title1 {
  animation: text-shadow 1.5s ease-in-out infinite;
  line-height: 45px;
}

.animate-title1:hover {
  animation-play-state: paused;
}

@keyframes text-shadow {
  0% {
    transform: translateY(0);
    text-shadow: 0 0 0 #0c2ffb, 0 0 0 #2cfcfd, 0 0 0 #fb203b, 0 0 0 #fefc4b;
  }

  20% {
    transform: translateY(-1em);
    text-shadow: 0 0.125em 0 #0c2ffb, 0 0.25em 0 #2cfcfd, 0 -0.125em 0 #fb203b,
      0 -0.25em 0 #fefc4b;
  }

  40% {
    transform: translateY(0.5em);
    text-shadow: 0 -0.0625em 0 #0c2ffb, 0 -0.125em 0 #2cfcfd,
      0 0.0625em 0 #fb203b, 0 0.125em 0 #fefc4b;
  }

  60% {
    transform: translateY(-0.25em);
    text-shadow: 0 0.03125em 0 #0c2ffb, 0 0.0625em 0 #2cfcfd,
      0 -0.03125em 0 #fb203b, 0 -0.0625em 0 #fefc4b;
  }

  80% {
    transform: translateY(0);
    text-shadow: 0 0 0 #0c2ffb, 0 0 0 #2cfcfd, 0 0 0 #fb203b, 0 0 0 #fefc4b;
  }
}

@media (prefers-reduced-motion: reduce) {
  * {
    animation: none !important;
    transition: none !important;
  }
}

@-webkit-keyframes hue {
  from {
    -webkit-filter: hue-rotate(0deg);
  }
  to {
    -webkit-filter: hue-rotate(-360deg);
  }
}

.animate-charcter {
  text-transform: uppercase;
  background-image: linear-gradient(
    90deg,
    white 0%,
    #1d72b9 30%,
    #225093 60%,
    #253a7a 100%
  );
  background-size: auto auto;
  background-clip: border-box;
  background-size: 200% auto;
  color: #fff;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: textclip 2s linear infinite;
  display: inline-block;
}

@keyframes textclip {
  0% {
    background-position: 200% center;
  }
  100% {
    background-position: 0% center;
  }
}

.new-video .slick-slide.slick-active {
  opacity: 0.5;
  transition: all 1s;
}

.new-video .slick-slide {
  opacity: 0.2;
  transition: all 1s;
}

.new-video .item .text_new {
  padding: 15px;
}

.slider-new .items .item:hover {
  background: var(--color-1st);
}

.slider-new .items:hover .title {
  color: #fff;
}

.slider-new .items:hover .btn_xemthem a {
  color: #fff;
}

.video-play-button {
  position: relative;
  z-index: 10;
  box-sizing: content-box;
  display: block;
  width: 20px;
  height: 20px;
  margin: 40px auto 20px auto;
  border-radius: 50%;
  padding: 18px 20px 18px 28px;
  box-shadow: 0 0px 30px #ba853b79;
}

.video-play-button:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #ba853b67;
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }

  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

.video-play-button:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 45px;
  height: 45px;
  background: #ba853b;
  border-radius: 50%;
  transition: all 200ms;
  transition: all 0.55s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.video-play-button span {
  display: block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  transform: scale(0.8);
  border-left: 15px solid #fff;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  transition: all 0.55s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.news-video {
  display: grid;
  grid-template-columns: 575px 575px;
  gap: 20px;
  justify-content: center;
  align-items: center;
}

.item_new:hover img {
  transform: scale(1.1);
  transition: all 0.2s ease;
}

.item_new img {
  transition: all 0.2s ease;
}

.top--footer {
  padding: 20px 0;
  /* text-align: center; */
}

.top--footer .btn_xemthem a {
  padding: 10px 20px;
  background: var(--color-1st);
  color: #fff;
  border-radius: 5px;
  margin: 30px 0;
  display: inline-block;
}

.top_menu_pc .menu_right .last {
  padding: 5px 15px;
  background: var(--color-1st);
  border-radius: 5px;
}

.contact_right {
  /* padding: 20px; */
  /* background: var(--color-1st); */
  display: grid;
  align-items: center;
}

.footer_light * {
  color: #fff;
}

.contact-tuvans .form-group {
  display: flex;
  align-items: center;
  border: 1px solid #ffffff66;
  /* padding: 10px; */
  border-radius: 10px;
}

.contact-tuvans .form-group .form-control {
  border: 0;
  background: transparent;
  color: #898989;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
}

.contact-tuvans .form-group .form-control::placeholder {
  color: #898989;
}

.btn_contact .btn-fill-home {
  background: linear-gradient(45deg, rgb(28, 117, 188), rgb(37, 57, 121));
  border-radius: 5px;
  padding: 10px 20px;
  margin: 0 auto;
  display: block;
  width: 100%;
}

.select-css {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat, repeat;
  background-position: right 20px top 50%, 0 0;
  background-size: 0.65em auto, 100%;
}

.select-css::-ms-expand {
  display: none;
}

.select-css:hover {
  border-color: #888;
}

.select-css:focus {
  border-color: #aaa;
  box-shadow: 0 0 0 0 rgba(59, 152, 252, 0);
  box-shadow: 0 0 0 0 -moz-mac-focusring;
  color: #222;
  outline: none;
}

.select-css option {
  font-weight: normal;
  display: block;
  padding: 20px 0;
}

.abut_themcamket .item_camket {
  display: grid;
  grid-template-columns: 1fr 4fr;
  gap: 10px;
}

.abut_themcamket {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.reveal {
  overflow: hidden;
  border-radius: 10px;
}

.reveal:hover img {
  transform: scale(1.2) !important;
  transition: all 0.2s ease;
}

.reveal img {
  transition: all 0.2s ease;
  margin: 0 auto;
  width: 100%;
}

.card_stroll {
  opacity: 0;
}

.menu_footer li {
  display: flex;
  gap: 10px;
}

.item_doitac img {
  margin: 0 auto;
}

/* Menu icon */

.hamburger {
  cursor: pointer;
  margin-bottom: 0;
}

.hamburger svg {
  height: 3em;
  transition: transform 600ms cubic-bezier(0.4, 0, 0.2, 1);
}

.line {
  fill: none;
  stroke: var(--color-1st);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 3;
  transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1),
    stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}

.line-top-bottom {
  stroke-dasharray: 12 63;
}

.hamburger.active svg {
  transform: rotate(-45deg);
}

.hamburger.active svg .line-top-bottom {
  stroke-dasharray: 20 300;
  stroke-dashoffset: -32.42;
}

/* End menu icon */

.menu_mobile_media {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  transition: all 0.1s ease;
  z-index: 10;
}

.menu_mobile_media.active {
  opacity: 1;
  visibility: visible;
  transition: all 0.1s ease;
}

.menu_mobile_media .nav_right {
  opacity: 0;
  visibility: hidden;
  transform: translateY(100px);
  transition: all 0.5s ease-in-out;
    height: 70vh;
    overflow-y: scroll;
}

.menu_mobile_media .menu_mobile .nav_menu {
  display: grid;
  grid-template-columns: 1fr 3fr;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 112px;
}

.close_categories,
.close_categories_child {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.nav_menu_ul {
  padding-left: 0;
}

.menu_mobile_media .nav_right {
  background: #2b3036;
  padding: 20px;
}

.menu_mobile_media .nav_right h3.title,
.menu_mobile_media .nav_right .nav_menu_ul > li > a,
.nav_menu_category h4.title,
.nav_menu_category .header_menu i,
.close_categories_child i,
.nav_menu_category ul li a,
.nav_menu_category_child h4.title,
.nav_menu_category_child li a {
  color: #fff;
}

.nav_menu_category,
.nav_menu_category_child {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background: #2b3036;
  padding: 20px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(100px);
  transition: all 0.5s;
}

.menu_mobile_media.active .nav_right,
.nav_menu_category.active,
.nav_menu_category_child.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition: all 0.5s ease-in-out;
}

.nav_menu_category .header_menu,
.nav_menu_category_child .header_menu {
  border-bottom: 1px solid #fff;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.nav_menu_category .content_menu ul,
.nav_menu_category_child .content_menu ul {
  padding-left: 0;
}

.nav_menu_category .content_menu ul li,
.nav_menu_media .nav_menu_ul > li,
.nav_menu_category_child ul > li {
  padding: 10px;
  border-bottom: 1px solid #ffffff66;
}

.nav_menu_category .content_menu ul li.last,
.nav_menu_category_child ul > li.last {
  border-bottom: 0;
}

.content_suppot ul li {
  display: grid;
  grid-template-columns: 1fr 5fr;
  gap: 20px;
  align-items: center;
  border-bottom: 1px solid #ddd;
  padding: 15px;
}

.content_suppot ul li.last {
  border-bottom: 0;
  padding-bottom: 0px;
}

.suppot_contant {
  border-radius: 10px;
  overflow: hidden;
  --tw-shadow: 2px 2px 40px rgba(0, 0, 0, 0.1);
  --tw-shadow-colored: 2px 2px 40px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.content_suppot {
  padding: 10px;
}

.content_suppot ul {
  padding-left: 0;
}

.suppot_contant .title {
  padding: 10px;
  background: var(--color-1st);
}

.section-categories .header_section {
  border-bottom: 2px solid #ddd;
}

.section-categories
  .content_section
  .slider_product
  .item_product
  .product_wrap {
  padding: 10px;
  text-align: center;
}

.section-categories
  .content_section
  .slider_product
  .item_product
  .product_wrap
  img {
  margin: 0 auto;
}

.item_product .product_wrap .prices span {
  color: red;
  font-weight: 700;
}

.section-categories .header_section .title {
  font-size: 16px;
}

.section-categories .header_section .title span {
  display: grid;
  grid-template-columns: 1fr 4fr;
  gap: 10px;
  position: relative;
  z-index: 1;
  align-items: center;
}

.section-categories .header_section .title::before {
  position: absolute;
  content: "";
  background: url(../images/icon_danhmuc.svg) right top no-repeat;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  z-index: 0;
}

.section-categories .categories_child .item_category {
  position: relative;
}

.item_category h5 {
  opacity: 0;
  visibility: hidden;
  height: 0;
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
}

.ml2 .letter {
  display: inline-block;
}

.item_category:hover h5 {
  opacity: 1;
  visibility: visible;
  height: 20px;
  transition: all 0.3s;
}

.product_wrap .product_img {
  position: relative;
  border: 1px solid #ddd;
  border-radius: 5px;
  overflow: hidden;
}

.product_wrap .product_img img {
  transition: all 0.2s ease;
}

.product_wrap:hover .product_img img {
  transition: all 0.2s ease;
  transform: scale(1.2);
}

.product_wrap .product_img::before {
  content: "";
  position: absolute;
  top: 0;
  left: -83%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.3) 100%
  );
  transform: skewX(-25deg);
}

a:hover h5.title {
  color: var(--color-1st);
}

.product_wrap:hover .product_img::before {
  animation: shine 0.75s;
}

@keyframes shine {
  100% {
    left: 125%;
  }
}

.section_contact .contant_left {
  position: relative;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  padding: 80px 20px 0px;
}

.fromtuvan .hotline_contant {
  position: absolute;
  top: 0;
  right: 40px;
  color: #fff;
  background: linear-gradient(45deg, rgb(28, 117, 188), rgb(37, 57, 121));
  padding: 15px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.section_contact .content_section .items .item {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  border: 1px solid #ddd;
  border-radius: 10px;
}

.center--footer .map {
  overflow: hidden;
  border-radius: 5px;
}

.center--footer {
  position: relative;
}

.center--footer .container::after {
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  top: 0px;
  content: "";

  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0) 0%,
    #ffffff 50%,
    rgba(255, 255, 255, 0) 100%
  );
}

.center--footer .container::before {
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 0;
  content: "";
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0) 0%,
    #ffffff 50%,
    rgba(255, 255, 255, 0) 100%
  );
}

.search_form form {
  display: flex;
  align-items: center;
  border: 1px solid #ddd;
  border-radius: 30px;
  overflow: hidden;
  background: #f6f6f6;
}

.menu_right {
  display: flex;
  align-items: center;
  gap: 20px;
  position: relative;
}

.hotline_header {
  background: linear-gradient(180deg, #1c75bc 0%, #253979 100%);
  border-radius: 35px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 5px 20px;
}

.hotline_header span {
  color: #fff;
}

.hotline_header span {
  font-size: 12px;
}

.hotline_header p {
  font-size: 14px;
}

.search_form form input:focus {
  background: transparent;
}

.icon_search {
  padding: 2px 5px;
}

.bottom_menu_pc {
  background: linear-gradient(270deg, #1c75bc 0%, #253979 100%);
}

.bottom_menu_pc .menu_left > ul > li > a {
  color: #fff;
  text-transform: uppercase;
}

.sub-menu-wrap {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #ffff;
  padding: 10px;
  overflow-y: scroll;
  height: 350px;
  transform: perspective(600px) rotateX(-90deg);
  transform-origin: 0 0 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
  box-shadow: 0 0 5px #9f9f9f;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.sub-menu-wrap::-webkit-scrollbar {
  display: none; /* Chrome, Safari */
}

.sub-menu-wrap > .sub-menu {
  padding-left: 0;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
}

.sub-menu-wrap > .sub-menu > .menu-item > a {
  font-size: 16px;
  font-weight: 700;
}

.sub-menu-wrap-chlid .sub-menu {
  padding-left: 5px;
}

.sub-menu-wrap-chlid-child {
  opacity: 0;
  visibility: hidden;
  height: 0;
}

.sub-menu-wrap-chlid-child {
  opacity: 0;
  visibility: hidden;
  height: 0;
}

.menu_go_child:hover .sub-menu-wrap {
  transform: perspective(600px) rotateX(0);
  -webkit-transform-origin: 0 0 0;
  opacity: 1;
  visibility: visible;
  transition: 0.9s;
}

.dropdown_child:hover .sub-menu-wrap-chlid-child {
  opacity: 1;
  visibility: visible;
  height: 100%;
  transition: all 0.3s ease-in-out;
}

.item_danhmuc a {
  padding: 10px;
  display: block;
}

.product-meta {
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.product-meta li {
  display: inline-flex;
  gap: 10px;
  background: #ec2d3f;
  padding: 5px 10px;
  align-items: center;
  border-radius: 5px;
}

.product-meta li a {
  color: #fff;
  font-size: 12px;
}

.nav-tabs .nav-link.active {
  border-left: 1px solid #ddd;
  border-top: 3px solid var(--color-1st);
  border-right: 1px solid #ddd;
}

.section_product .shop_container::after {
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  top: -20px;
  content: "";
  background: linear-gradient(
    90deg,
    rgb(255, 255, 255) 0%,
    rgb(0, 0, 0) 50%,
    rgb(255, 255, 255) 100%
  );
}

.item_file {
  border-bottom: 1px solid #ddd;
  padding: 20px;
  font-size: 24px;
}

.skiptranslate {
  display: none;
}

.grounp_language_mobile{
    position: relative;
}

body {
  top: 0 !important;
}

.ngonngu,
.ngonngu-mobile {
  background: transparent;
  border: 0;
  color: #fff;
  padding: 5px 20px;
  border-radius: 5px;
}

.lang-list .language-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px;
}

.lang-list {
  position: absolute;
  top: 100%;
  right: 0;
  width: 650px;
  background: #fff;
  padding: 10px !important;
  opacity: 0;
  visibility: hidden;
  transform: translateY(100px);
  transition: all 0.4s ease;
  overflow-y: scroll;
  height: 400px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px;
}

.lang-item {
  border: 0;
  background: transparent;
}

.lang-list.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition: all 0.2s ease;
}

.lang-select {
    font-size: 10px;
}

.item_danhmuc .image {
  background-position: 50% 50%;
  background-size: cover;
  height: auto;
  overflow: hidden;
  padding-top: 100%;
  position: relative;
  border-radius: 50%;
  border: 1px solid #dddd;
}

.slider_dichvu:not(.slick-initialized),
.slider_product:not(.slick-initialized),
.slider_danhmuc_pro:not(.slick-initialized) {
  display: none;
}

.slider_product .slick-track {
  margin: 0 !important;
}

.item_danhmuc .image img {
  bottom: 0;
  font-family: "object-fit: cover;";
  height: 100%;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

.item_danhmuc:hover .image img {
  transform: scale(1.1);
  transition: filter 0.6s, opacity 0.6s, transform 0.6s, box-shadow 0.3s;
}

#selectedLangDisplay img,
.lang-item img {
  width: 35px;
}

.first_null {
  padding: 5px;
  border: 1px solid #ddd;
  border-radius: 5px;
}

.section-categories .header_section {
  display: grid;
  grid-template-columns: 1fr 3fr;
  gap: 30px;
  align-items: center;
}

.bottom_menu_pc ul li {
  padding: 8px 5px;
}

.shimmer {
  position: relative;
}

.top_menu_pc {
  padding: 6px 0 !important;
}

.nav-fixed .top_menu_pc {
  display: none;
}

.shimmer::before {
  content: "";
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  z-index: 1;
  display: block;
  width: 25%;
  height: 100%;
  background: linear-gradient(
    to right,
    rgb(255 255 255 / 28%) 0%,
    rgb(255 255 255) 100%
  );
  -webkit-transform: skewX(-25deg);
  -moz-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  -o-transform: skewX(-25deg);
  transform: skewX(-25deg);
  animation: shimmerBackground 1.4s infinite;
}

@keyframes shimmerBackground {
  0% {
    left: 0;
    opacity: 0.5;
  }

  100% {
    left: 100%;
    opacity: 0;
  }
}

.ml6 {
  position: relative;
}

.ml6 .text-wrapper {
  position: relative;
  display: inline-block;
  padding-top: 0.2em;
  padding-right: 0.05em;
  padding-bottom: 0.1em;
  overflow: hidden;
  line-height: 46px;
  height: 123px;
}

.ml6 .letter {
  display: inline-block;
}

.hotline_header .image {
  -webkit-animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
  -moz-animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
  -ms-animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
  -o-animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
  animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

@-webkit-keyframes quick-alo-circle-img-anim {
  0% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }

  10% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
  }

  20% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
  }

  30% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
  }

  40% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
  }

  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }

  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }
}

@-o-keyframes quick-alo-circle-img-anim {
  0% {
    -o-transform: rotate(0) scale(1) skew(1deg);
  }

  10% {
    -o-transform: rotate(-25deg) scale(1) skew(1deg);
  }

  20% {
    -o-transform: rotate(25deg) scale(1) skew(1deg);
  }

  30% {
    -o-transform: rotate(-25deg) scale(1) skew(1deg);
  }

  40% {
    -o-transform: rotate(25deg) scale(1) skew(1deg);
  }

  50% {
    -o-transform: rotate(0) scale(1) skew(1deg);
  }

  100% {
    -o-transform: rotate(0) scale(1) skew(1deg);
  }
}

.blinking-text {
  color: red !important;
  animation: blink-red 1s infinite;
}

@keyframes blink-red {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}

.bottom_menu_pc .menu_left > ul > li > a:hover,
.bottom_menu_pc ul li.active > a{
    color: red;
}

.bottom_menu_pc ul li.active.home_menu > a{
color: #fff;
}

@media (max-width: 1399.98px) {
}

@media (max-width: 1199.98px) {
}

@media (max-width: 991.98px) {

.about .right .image{
    margin-top: 40px;
}

.image_lon{
    left: 26px;
    max-width: 200px;
}
.image_nho{
    top: -25px;
    right: 37px;
    max-width: 185px;
}
  .ml6 .text-wrapper {
    height: 90px;
    line-height: 32px;
  }

  .menu--fixed {
    padding: 5px 0 10px;
  }

  .menu--fixed ul li * {
    color: #fff;
    fill: #fff;
  }

  .black-home .background {
    border: 1px solid #ffff;
    border-radius: 50%;
    width: 50px !important;
    height: 50px !important;
    margin-top: -20px;
    background: var(--color-1st);
  }

  .menu--fixed button {
    border: none;
    background: none;
    padding: 0;
    margin: 0;
    cursor: pointer;
    font-family: inherit;
  }

  .all {
    display: none;
  }

  .menu--fixed .background {
    position: relative;
    mix-blend-mode: luminosity;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .menu--fixed .menu_fixed-ul li span {
    font-size: 12px;
  }

  .menu--fixed .menu__icon {
    width: 22px;
    height: 22px;
    padding: 4px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: transform 0.4s;
  }

  .menu--fixed .menu__icon span {
    width: 100%;
    height: 0.25rem;
    border-radius: 0.125rem;
    background-color: #fff;
    box-shadow: 0 0.5px 2px 0 hsla(0, 0%, 0%, 0.2);
    transition: width 0.4s, transform 0.4s, background-color 0.4s;
  }

  .menu--fixed .menu__icon :nth-child(1) {
    width: 75%;
  }

  .menu--fixed .menu__icon :nth-child(2) {
    width: 50%;
  }

  .menu--fixed .menu_fixed-ul {
    display: flex;
    list-style-type: none;
    padding-left: 0;
    align-items: center;
    justify-content: space-around;
  }

  .menu--fixed {
    background: var(--color-1st);
    position: sticky;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99999;
    display: block;
  }

  .addThis_listSharing {
    display: none;
  }
  .breadcrumb li {
    font-size: 10px;
    white-space: nowrap;
  }

  .categories_child {
    padding: 20px 0;
  }

  .breadcrumb {
    flex-wrap: nowrap;
    overflow-x: scroll;
  }

  .section-categories .header_section {
    gap: 20px;
    grid-template-columns: 1fr;
  }

  .item-blog.grid-col-4,
  .section_contact .container,
  .section_contact .content_section .items {
    grid-template-columns: 1fr;
  }

  .section-about::before {
    display: none;
  }

  .top--footer {
    padding: 0 0 0 !important;
  }

  .news-video {
    display: block !important;
  }

  .section-about .container {
    position: relative;
  }

  #navCatContent li a.nav-link {
    height: auto !important;
    padding: 0.3rem 1rem;
  }

  .news-featured .items .intro .title {
    margin-bottom: 10px !important;
  }

  .video-tuvan {
    left: 50% !important;
    top: 98% !important;
    transform: rotate(90deg) translateY(70px) !important;
  }

  .linhvuc,
  .duans,
  .fromtuvan,
  .news-featured {
    display: block !important;
  }

  .left,
  .right {
    padding: 0 0;
  }

  .form--shopping-cart .product-carts,
  .order-1 {
    margin-bottom: 20px;
  }

  .form--shopping-cart {
    display: block !important;
  }

  .right-loichungthuc {
    margin: 30px 0;
  }

  .loichungthuc {
    display: block !important;
  }

  .contact--fixed .contact {
    overflow-y: scroll;
    height: 100vh;
    flex-wrap: wrap;
  }

  .product-loichungthuc .bottom-item,
  .linhvuc .slider_linhvuc.grid-col-4 {
    grid-template-columns: 1fr 1fr;
  }

  .contact--fixed .contact .form-contact,
  .cumgoi.grid-col-3,
  .thongtin-footer {
    grid-template-columns: 1fr !important;
  }

  .lienhe_contact .contant {
    flex-wrap: wrap;
    text-align: center;
    gap: 20px;
    justify-content: center;
  }

  .link--support .d-flex {
    flex-wrap: wrap;
  }

  .footer_light .container,
  .menu--footer.grid-col-2 {
    display: grid !important;
    justify-items: center;
    gap: 20px;
  }

  .footer-menu {
    flex-wrap: wrap;
  }

  .navbar.show .navbar-collapse.mobile_side_menu {
    right: 0;
    width: 70%;
  }

  .support-moidle {
    position: absolute;
    bottom: 140%;
    right: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15), 0 4px 15px rgba(0, 0, 0, 0.13);
  }

  .dropdown-toggle {
    position: absolute;
    top: 15px;
    right: 20px;
    width: 30px;
    height: 30px;
  }

  .support-moidle.show {
    opacity: 1;
    visibility: visible;
    transition: all 0.2s ease;
  }

  .support-moidle .support {
    padding-left: 0;
    list-style-type: none;
    background-color: var(--color-1st);
    width: 180px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    padding: 10px;
  }

  .support-moidle .support img {
    width: 30px;
    height: 30px;
  }

  .bottom--why ul {
    flex-wrap: wrap;
  }

  .moblie_header {
    display: block;
  }

  .fixed-top {
    position: sticky;
  }

  .moblie_header {
    background: #fff;
    padding: 20px 0;
    border-bottom: 1px solid var(--color-1st);
  }

  .moblie_header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .addThis_listSharing.right.animate ul {
    display: grid;
  }

  .timkiem {
    position: absolute;
    left: 0;
    top: 80px;
    z-index: 999;
  }

  .section--number .number--home {
    grid-template-columns: 1fr !important;
  }

  .section .grid-col-2,
  .section--news .grid-col-4 {
    grid-template-columns: 1fr 1fr;
  }

  .footer_light .container,
  .menu--footer.grid-col-2 {
    grid-template-columns: 1fr;
  }

  .logo--footer {
    text-align: center;
  }

  .shop_container.grid-col-3 {
    grid-template-columns: 1fr 1fr;
  }

  .mobile_side_menu .menu-title {
    border-bottom: 1px solid var(--color-1st);
    background: var(--color-1st);
  }

  .blog-media .container.grid-col-3-1 {
    grid-template-columns: 1fr;
  }

  .info_slider .text,
  .about h2.title {
    width: 90%;
  }

  .order-first {
    order: 0 !important;
  }

  .product_header .product_header_left,
  .product_header_right samll {
    font-size: 10px;
  }

  #filter_categories {
    margin-bottom: 30px;
  }

  .section-chuyengia .content_section.grid-col-6 {
    grid-template-columns: repeat(2, 1fr);
  }

  .header_section p,
  .about .right {
    width: 100% !important;
  }

  .about.grid-col-2,
  .section_contact,
  .section_contact .content_section .items .item,
  .item-blog.grid-col-3 {
    grid-template-columns: repeat(1, 1fr);
  }

  .about .right {
    padding: 20px;
  }

  .products .row,
  .abut_themcamket {
    gap: 20px;
  }

  h2.title {
    font-size: 24px;
  }

  h4.title {
    font-size: 20px;
  }

  h5.title {
    font-size: 16px;
  }

  .center--footer .row {
    gap: 40px;
  }

  .menu_footer {
    flex-wrap: wrap;
    justify-content: center !important;
  }

  .about.gap-30 {
    gap: 0;
  }

  .top--footer .top-bottom-footer {
    flex-wrap: wrap;
    justify-content: center !important;
    padding: 40px 0;
  }
}

@media (max-width: 767.98px) {
  .section--news .grid-col-3 {
    grid-template-columns: 1fr;
  }

  .section .grid-col-2,
  .section--number .number--home {
    grid-template-columns: 1fr;
  }

  .section--number .number--home .image .link--catalogue {
    left: 0;
  }
}

@media (max-width: 575.98px) {
}

@media (min-width: 576px) {
  .container,
  .container-sm {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container,
  .container-md,
  .container-sm {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1200px;
  }
}
