.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-7 {
  grid-template-columns: repeat(7, 1fr);
}

.grid-col-10 {
  grid-template-columns: repeat(10, 1fr);
}

.grid-col-2 {
  grid-template-columns: repeat(2, 1fr);
}

.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-2-1 {
  grid-template-columns: 2fr 1fr;
}

.grid-col-1-3 {
  grid-template-columns: 1fr 3fr;
}

.grid-col-1-8 {
  grid-template-columns: 1fr 8fr;
}

.gap-5 {
  gap: 5px !important
}

.gap-10 {
  gap: 10px;
}

.gap-20 {
  gap: 20px;
}

.gap-30 {
  gap: 30px;
}

.gap-40 {
  gap: 40px;
}

.gap-50 {
  gap: 50px;
}

.gap-60 {
  gap: 60px;
}

.gap-70 {
  gap: 70px;
}

.gap-80 {
  gap: 80px;
}

.gap-90 {
  gap: 90px;
}

.gap-100 {
  gap: 100px;
}

.w-40 {
  width: 40%;
}

.w-60 {
  width: 60%;
}

.w-70 {
  width: 70%;
}

.w-80 {
  width: 80%;
}

.w-90 {
  width: 90%;
}

.w-100 {
  width: 100%;
}

.header_pc .right_navheader .menu {
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0;
}

.btn_url a {
  display: flex;
  align-items: center;
  gap: 10px;
}

.btn_url .text {
  position: relative;
  height: 40px;
  padding: 0 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.btn_url .text span {
  position: relative;
  z-index: 1;
}

.btn_url .text::after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  border-radius: 5px;
  border-radius: 30px;
}

.btn_url a:nth-child(1) .text::after {
  background: linear-gradient(90deg, #7D0E7E 0%, #37117B 100%)
}

.btn_url a:hover .text::after {
  background: #7D0E7E;
}

.section h2 {
  font-weight: 700;
  font-size: 34px;
}

.fade-in {
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

.fade-in.loaded {
  opacity: 1;
}

.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: 15px 10px;
  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,
.nav_menu_ul .btn-group .nav_item {
  padding: 10px 0;
  display: block;
  color: #fff;
}

.nav_menu_ul .btn-group,
.menu-child .menu-item {
  border-radius: 0;
  border-bottom: 1px solid #fff;
  padding: 10px 0;
}

.btn_on_menu_child,
.btn_on_menu_child_child {
  height: 100% !important;
}

.btn_on_menu_child_child {
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  background: transparent;
}

.btn_on_menu_child,
.btn_close_menu_child {
  border: 0;
  border-left: 1px solid #fff;
  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_close_menu_child {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 1px solid #ffff;
  color: #fff;
}

.menu-child-child-media {
  background: var(--color-1st);
  z-index: 1;
}

.all {
  position: fixed;
  width: 160px;
  height: 160px;
  display: flex;
  bottom: 0;
  z-index: 999;
}

#admin_bar {
  display: none;
}

.right_navheader .menu .menu-item a {
  padding: 22px 0;
  display: block;
  position: relative;
  font-size: 18px;
}

.menu_ul_child a {
  padding: 15px 10px !important;
  font-size: 16px !important;
}

.menu_ul_child a:hover {
  background: var(--color-1st);
  color: #fff !important;
}

/* .right_navheader .menu .menu-item a::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 20px;
  width: 0;
  height: 2px;
  background: var(--color-1st);
  transition: all 0.2s ease;
  opacity: 0;
} */

/* .right_navheader .menu .menu-item:hover a::before,
.right_navheader .menu .menu-item.active a::before {
  opacity: 1;
  width: 100%;
  transition: all 0.2s ease;
} */

.right_navheader .menu .menu-item:hover>a,
.right_navheader .menu .menu-item.active>a {
  color: var(--color-1st);
}

.nav_menu_child .menu_ul_child {
  list-style-type: none;
  padding-left: 0;
}

.right_navheader .menu .menu-item:hover>a>span,
.right_navheader .menu .menu-item.active>a>span {
  color: var(--color-1st);
}

.header_pc {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1023;
  background: #fff;
}

.header_pc .btn_header a {
  border-radius: 30px;
  padding: 10px 30px;
  color: #FFF;
}

.header_pc .btn_header a:nth-child(2) {
  background: var(--color-2st);
}

.header_pc .btn_header a:nth-child(1) {
  background: var(--color-1st);
  margin-right: 15px;
}

.header_pc .logo {
  position: relative;
  width: 270px;
}

.header_pc .logo a {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 20px 0 0;
  width: 100%;
  height: 175px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.header_pc .logo a::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  background: url(/themes/ripple/images/bg_logo.png) center no-repeat;
  width: 100%;
  height: 125%;
  z-index: 0;
  background-position: 100%;
}

.header_pc .logo a img {
  position: relative;
  z-index: 1;
  top: 10px;
}

.widget__footer .newsletter-form .form-group-input {
  display: grid;
  grid-template-columns: 40px 1fr;
  align-items: center;
  border: 1px solid #fff;
  padding: 5px 20px;
  transform: skewX(-10deg);
  border-radius: 5px;
  color: #fff;
}

.widget__footer .newsletter-form .form-group .form-control {
  background: transparent;
  border: 0;
  border-radius: 5px;
  color: #fff;
}

.widget__footer .newsletter-form .form-group .form-control::placeholder {
  color: #fff;
}

.widget__footer .newsletter-form .form-group button.btn {
  padding: 10px 20px;
  position: relative;
  transform: skewX(-10deg);
  border-radius: 5px !important;
  overflow: hidden;
  margin-top: 20px;
}

.menu-item-has-children:hover .nav_menu_child {
  overflow: visible;
  max-height: 3000px;
  max-width: 3000px;
  opacity: 1;
  -webkit-transform: perspective(600px) rotateX(0deg);
  -moz-transform: perspective(600px) rotateX(0deg);
  -ms-transform: perspective(600px) rotateX(0deg);
  -o-transform: perspective(600px) rotateX(0deg);
  transform: perspective(600px) rotateX(0deg);
  -webkit-transition: -webkit-transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
  -o-transition: -o-transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
  transition: transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
}

.addThis_listing {
  position: fixed;
  bottom: 70px;
  right: 40px;
  display: grid;
  gap: 10px;
}

.nav_menu_child {
  overflow: hidden;
  display: block;
  max-height: 0px;
  max-width: 0px;
  opacity: 0;
  -webkit-transform: perspective(600px) rotateX(-90deg);
  -moz-transform: perspective(600px) rotateX(-90deg);
  -ms-transform: perspective(600px) rotateX(-90deg);
  -o-transform: perspective(600px) rotateX(-90deg);
  transform: perspective(600px) rotateX(-90deg);
  -webkit-transition: -webkit-transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;
  -o-transition: -o-transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;
  transition: transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;
  position: absolute;
  top: 100%;
  left: 0;
  width: 300px;
  border-radius: 0 0 5px 5px;
  padding: 0;
  background-color: #fff;
  box-shadow: 0px 10px 21.6px 2.4px rgba(0, 0, 0, 0.06);
  -webkit-box-shadow: 0px 10px 21.6px 2.4px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0px 10px 21.6px 2.4px rgba(0, 0, 0, 0.06);
  -o-box-shadow: 0px 10px 21.6px 2.4px rgba(0, 0, 0, 0.06);
  -os-box-shadow: 0px 10px 21.6px 2.4px rgba(0, 0, 0, 0.06);
  -webkit-transform-origin: 0% 0%;
  -moz-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  -o-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
  z-index: 99;
}

.widget__footer .newsletter-form .form-group button.btn::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background: #082A73;
  top: 0;
  left: 0;
}

.widget__footer .newsletter-form .form-group button.btn span {
  position: relative;
  transform: skewX(10deg);
  color: #fff;
  display: block;
}

.form-group-input .fa-envelope {
  position: relative;
}

.form-group-input .fa-envelope::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background: #fff;
  content: '';
}

/* Menu icon */

.hamburger {
  cursor: pointer;
  margin-bottom: 0;
}

.hamburger svg {
  height: 4em;
  transition: transform 600ms cubic-bezier(0.4, 0, 0.2, 1);
}

.line {
  fill: none;
  stroke: #fff;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1;
  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 */

.header_mobile {
  display: none;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background: #fff;
  padding: 20px 0;
}

/* Menu mobile */

.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: 999;
}

.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;
}

.menu_mobile_media .menu_mobile .nav_menu .container.menu_i {
  display: grid;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 120px;
}

.nav_menu h3.title::before {
  background: transparent;
}

.header_mobile .hea_mobile {
  position: relative;
}

.close_categories,
.close_categories_child {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.nav_menu_ul {
  padding-left: 0;
  list-style-type: none;
  display: grid;
  margin-bottom: 0;
}

.nav_menu_ul a {
  font-size: 26px;
  display: block;
}

.menu_mobile .bottom_menu {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px;
}

.menu_mobile .bottom_menu .container,
.widget .container {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #ffffff47;
  padding: 20px 0 0;
}

.lienhengay {
  list-style-type: none;
  padding-left: 0;
}

.menu_mobile .nav_right h3.title {
  font-size: 28px;
  padding: 20px;
  border-bottom: 1px solid #fff;
}

.menu_mobile_media .nav_right h3.title,
.menu_mobile_media .nav_right .nav_menu_ul>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;
}


.menu-child-media.active,
.menu-child-child-media.active {
  right: 0;
  visibility: visible;
  transition: all 0.2s;
}

/* end menu mobile */

.top_header {
  background: var(--color-1st);
  padding: 10px 0;
}

.dropdown-menu.language_bar_chooser {
  position: absolute !important;
  right: 0 !important;
  transform: translate3d(0, 40px, 0) !important;
}

.language-wrapper .dropdown .language_bar_chooser {
  line-height: 40px;
}

.top_header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.top_header * {
  color: #fff;
  font-size: 16px;
}

.search-btn {
  background: linear-gradient(90deg, #7D0E7E 0%, #37117B 100%);
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin: 15px 0;
}

.search-from {
  display: flex;
  border: 1px solid #000;
  border-radius: 30px;
  overflow: hidden;
  padding: 5px 10px;
}

.search-from button {
  background: transparent;
  border: 0;
  border-right: 1px solid #000;
}

.search-from .search-input {
  border: 0;
  padding: 0 20px;
}

.search-from .search-input:focus {
  border-color: transparent;
  box-shadow: unset;
}

@media (min-width: 992px) {

  .slider,
  .slide {
    height: 600px;
  }
}

.slide {
  position: relative;
  overflow: hidden;
}

.slide .slide__img {
  width: 100%;
  height: auto;
  overflow: hidden;
}

@media (min-width: 992px) {
  .slide .slide__img {
    position: absolute;
    top: 0;
    left: 0;
  }
}

.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;
  bottom: 50%;
  transform: translate(-50%, 50%);
  left: 50%;
  text-align: center;
}

.slide .slide__content .decs * {
  color: #fff;
}

.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;
}

.btn_timhieuthe span {
  background: var(--color-1st);
  color: #fff;
  padding: 10px 20px;
}

.btn_timhieuthe span.icon {
  background: #E7E7E7;
  color: #000;
  padding: 10px 15px;
}

.btn_baogiaslider span {
  background: #E7E7E7;
  color: #000;
  padding: 10px 20px;
}

.btn_baogiaslider span.icon {
  background: var(--color-1st);
  color: #fff;
  padding: 10px 15px;
}

.btn_baogia span {
  background: #fff;
  color: #000;
  padding: 10px 20px;
}

.btn_baogia span.icon {
  background: #E7E7E7;
  color: #000;
  padding: 10px 15px;
}

.slide .slide__content--headings h2 {
  /* font-size: 4.5rem; */
  margin: 10px 0;
}

.slide .slide__content--headings .animated {
  transition: all 0.5s ease;
  text-shadow: -1px 0px 0 #b5b5b5;
}

.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.1, 1.1, 1.1);
  }
}

.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, .12);
  width: 44px;
  height: 44px;
  position: absolute;
  cursor: pointer;
  top: calc(50% - 44px);
}

.slick-nav.prev-arrow {
  left: 1%;
  transform: scaleX(-1);
  z-index: 999;
}

.slick-nav.next-arrow {
  left: auto;
  right: 1%;
}

.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 */


h2.title {
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.4;
  font-size: 44px;
}

h3.title {
  font-size: 22px;
  line-height: 1.4;
}

h4.title {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
}

.post .image,
.post--single .all_image a,
.post_about .image,
.post_news .image,
.item_image a,
.slider_block .item_block,
.item_product .image,
.section_news .post_item .image,
.product_wraps .product_featured .image,
.slider-nav1 .image_item .image,
.image_item a {
  background-size: cover;
  width: 100%;
  position: relative;
  background-position: 50% 50%;
  overflow: hidden;
}

.post--single .all_image a {
  height: 300px;
  display: block;
}

.image_item a {
  height: 450px;
  display: block;
  border-radius: 5px;
}

.item_new .image {
  height: 400px;
}

.section_news .post_item .image {
  height: 170px;
  border-radius: 10px;
}

.slider_block .item_block,
.item_product .image {
  height: 275px;
}

.item_product {
  background: #ffffff4f;
  border-radius: 10px;
  overflow: hidden;
}

.slider_block .item {
  padding: 5px;
}

.slider-nav1 .image_item .image {
  height: 100px;
  border-radius: 5px;
}

.item_block .image,
.post_news .image {
  height: 400px;
  border-radius: 10px;
}

.product_wraps .product_featured .image,
.product_featured .image {
  height: 300px;
  border-radius: 10px;
  border: 1px solid #ddd;
}

.post_about .image {
  height: 290px;
  border-radius: 24px;
}

.post .image,
.categories_products .item_category {
  height: 350px;
  border-radius: 20px;
}

.post .image img,
.post--single .all_image img,
.post_about .image img,
.post_news .image img,
.item_new .image img,
.item_image a img,
.slider_block .item_block img,
.section_news .post_item .image img,
.item_product .image img,
.product_wraps .product_featured .image img,
.image_item a img,
.slider-nav1 .image_item .image img {
  bottom: 0px;
  font-family: "object-fit: cover;";
  height: 100%;
  left: 0px;
  object-fit: cover;
  object-position: 50% 50%;
  position: absolute;
  right: 0px;
  top: 0px;
  width: 100%;
  transition: all 0.2s ease;
}

.post .image:hover img,
.item_block .image:hover img,
.post_about:hover .image img,
.post_news:hover .image img,
.item_block:hover img {
  transform: scale(1.1);
  transition: all 0.2s ease;
}

.item_block .text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px 0;
}

.item_block h4 {
  position: relative;
  padding: 0 40px;
}

.item_block .title_top::after {
  content: '';
  position: absolute;
  left: 0;
  top: 13px;
  width: 30px;
  height: 1px;
  background: #fff;
}

.contact-form-group .form-control {
  border: 0;
  padding: 10px;
  background: transparent;
  border: 1px solid #ddd;
}

.contact-form-group .contact-form-input {
  width: 100%;
  padding: 10px;
  height: unset;
  background: transparent;
  border: 1px solid #ddd;
}

.contact-form-group .contact-form-input:focus {
  background: transparent;
}

.post {
  background: #fff;
  position: relative;
}

.post .post__header {
  padding: 10px;
}

.section_news .post_item .title,
.section_news .post_item .decs,
.post .post__meta,
.post .decs,
.info_news p.decs,
.post_news .decs,
.text_product h4.title,
.text_product .decs {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.page-footer__social {
  padding: 50px 0 0;
}

.page-footer__social .social * {
  color: var(--color-1st);
}

.page-footer__social .social li {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--color-1st);
}

.item_category h4.title {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 20px;
  color: #fff;
  font-size: 28px;
}


.section_news .post_item .decs,
.post .post__meta,
.post .decs,
.info_news p.decs,
.post_news .decs,
.item_lotrinh .decs,
.item_new .decs,
.text_product .decs {
  -webkit-line-clamp: 3;
  /* height: 74px; */
}

.section_news .post_item .title {
  -webkit-line-clamp: 2;
}

.text_product h4.title {
  -webkit-line-clamp: 2;
}

.btn_media {
  margin: 20px 0;
}

.text_product h4.title {
  border-bottom: 1px solid #ddd;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.btn_media * {
  color: #DB1F26;
}

.post .btn_xemthem a {
  color: #fff;
  background: var(--color-1st);
  padding: 10px 20px;
  border-radius: 35% 0;
  position: absolute;
  right: 0;
  bottom: 0;
}

.post .btn_xemthem {
  display: flex;
  justify-content: flex-end;
}

.page-footer {
  padding: 50px 0 0;
}

.section {
  padding: 100px 0;
}

.--color-1st {
  color: var(--color-1st);
}

.--color-2st {
  color: var(--color-2st);
}

.bg-color-1st {
  background: var(--color-1st);
}

.bottom_footer .map-item iframe {
  border-radius: 5px;
  overflow: hidden;
}

.bottom_footer .right_footer {
  padding-top: 12px;
}

.form-inline {
  position: relative;
  background: #fff;
  padding: 5px 10px;
  border-radius: 5px;
}

.form-inline .form-control {
  background: transparent;
  border: 0;
}

.form-inline .btn.btn-secondary {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  color: var(--color-1st);
  background: transparent;
  border: 0;
}

.form-inline .btn.btn-secondary * {
  color: var(--color-1st);
}

.hamburger.active .line-top-bottom,
.hamburger.active .line {
  stroke: var(--color-1st);
}

.link_url {
  background: #ddd;
}

.category-ul {
  padding-left: 0;
}

.text_product a:hover h4.title {
  color: var(--color-1st);
}


.pagination {
  justify-content: center;
}

.product-image .product_img_box {
  border: 1px solid #ddd;
  padding: 10px;
  margin-bottom: 10px;
  border-radius: 5px;
}

.f-700 {
  font-weight: 700;
}

.tab-style3 .nav-link {
  border: 0;
  position: relative;
  font-size: 24px;
}

.tab-style3 {
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 0 5px 0 #ddd;
}

.nav-tabs .nav-link.active {
  color: var(--color-1st);
}

.tab-style3 .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: var(--color-1st);
}

.btn_lienhe a {
  padding: 10px 20px;
  border-radius: 5px;
  color: #fff;
}

.btn_lienhe a:hover {
  background: transparent !important;
  color: #000;
}

.star_product {
  color: #e2b157;
}

.pr_detail {
  padding: 25px;
}

h1.product_title {
  font-size: 24px;
  font-weight: 700;
}

.product_share span {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
  display: block;
}

.social_icons {
  display: flex;
  gap: 30px;
  list-style-type: none;
  padding-left: 0;
  font-size: 24px;
  color: var(--color-1st);
}

.section span.title_child {
  color: var(--color-1st);
  font-weight: 700;
  font-size: 18px;
}

.slider_content * {
  color: #fff;
}

.play.popup-youtube {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background: #DB1F26;
  border-radius: 50%;
  color: #fff;
}

.play.popup-youtube::before {
  position: absolute;
  content: '';
  border-radius: 50%;
  background: #DB1F26;
  opacity: 0.3;
  width: 100%;
  height: 100%;
  animation: play 2s infinite;
}

.play.popup-youtube i {
  position: relative;
}

.banner__slider h2.hero-title {
  font-size: 48px;
}

.post__header h4.title {
  border-bottom: 1px solid #ddd;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.post .post__header {
  border-bottom: 2px solid var(--color-1st);
  border-radius: 10px;
}

@keyframes play {
  0% {
    transform: scale(0);
  }

  35% {
    transform: scale(0.5);
  }

  50% {
    transform: scale(2);
  }

  75% {
    transform: scale(1.5);
  }

  100% {
    transform: scale(0);
  }
}

.numbers {
  display: flex;
  gap: 20px;
}

.numbers .item_number {
  height: 100px;
  width: 100px;
  position: relative;
  text-align: center;
  display: grid;
  margin: 50px 0;
  justify-items: center;
  align-content: center;
}

.numbers .item_number p {
  position: relative;
  width: 86px;
  height: 86px;
  display: grid;
  justify-items: center;
  align-content: center;
}

.numbers .item_number p::after {
  position: absolute;
  width: 100%;
  height: 100%;
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
  transform: rotate(-45deg);
  content: '';
}

.numbers .item_number span.title {
  margin-bottom: 35px;
}

.numbers .item_number p::before {
  content: '';
  background: var(--color-1st);
  position: absolute;
  top: -21px;
  left: 50%;
  transform: translateX(-50%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  z-index: 1;
}

.numbers .item_number.last p::after {
  border-right: 0;
}

.section_home {
  padding: 50px 0;
}

.section_home.section-gioithieu {
  padding: 50px 0 0;
}

.gioithieu .image {
  position: relative;
}

.gioithieu .image img {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}

.section_whys .whys .block_whys .item_whys {
  display: grid;
  grid-template-columns: 50px 1fr;
  gap: 20px;
  align-items: center;
  border: 1px solid #ddd;
  padding: 40px 20px;
}

.section_whys .whys .block_whys .item_whys:nth-child(1) {
  border-top: 0;
  border-left: 0;
}

.section_whys .whys .block_whys .item_whys:nth-child(2) {
  border-top: 0;
  border-right: 0;
}

.section_whys .whys .block_whys .item_whys:nth-child(3) {
  border-bottom: 0;
  border-left: 0;
}

.section_whys .whys .block_whys .item_whys:nth-child(4) {
  border-bottom: 0;
  border-right: 0;
}

.section_whys .whys .right_section {
  position: relative;
}

.section_whys .whys .right_section .btn_whys {
  position: absolute;
  z-index: 1;
}

.section_whys .whys .right_section .btn_whys:nth-child(2) {
  top: 10%;
  right: 100px;
}

.section_whys .whys .right_section .btn_whys:nth-child(3) {
  top: 50%;
  transform: translateY(-50%);
  left: 20%;
}

.section_whys .whys .right_section .btn_whys:nth-child(4) {
  bottom: 10%;
  right: 100px;
}

.item_mobile img {
  display: block;
  margin: 10px;
}

.section_hoso .hoso {
  width: 75%;
  margin: 0 auto;
  align-items: center;
}

.section_hoso .hoso * {
  color: #fff;
}

.section_news .post_item {
  display: grid;
  grid-template-columns: 170px 1fr;
  gap: 20px;
  align-items: center;
}

.thongtinlienhe {
  border-radius: 30px;
  border: 1px solid #ddd;
  border-left: 0;
  border-right: 0;
  padding: 40px 20px;
  display: flex;
  gap: 50px;
  align-items: center;
  justify-content: center;
  margin: 50px;
}

.thongtinlienhe .item_lienhe {
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 20px;
}

.from_newss .form-inline {
  background: #ffffffba;
  width: 30%;
  margin: 30px auto 0;
  border-radius: 30px;
}

.ps-list--categories {
  padding-left: 0;
  list-style-type: none;
}

.btn_baogiaform {
  background: linear-gradient(90deg, #7D0E7E 0%, #37117B 100%);
  padding: 10px 20px;
  border-radius: 20px;
  border: 0;
  font-weight: 700;
}

@media screen and (max-width: 992px) {

.thongtinlienhe {
    margin: 30px 10px;
    justify-content: start;
}

.numbers .item_number.last p::after {
    border-right: 1px solid #ddd;
}

  .gioithieu .numbers {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .slider_news .slick-track {
    margin-left: 0;
    margin-right: 0;
  }

  .page-footer .widget {
    text-align: center;
    padding: 20px;
  }

  .item_lotrinh:nth-child(3),
  .item_lotrinh:nth-child(4) {
    transform: translateY(0);
  }

  .slder_locale {
    margin: 40px 0;
  }

  .item_service .text_item {
    text-align: center;
  }

  .item_service {
    padding: 40px;
    gap: 20px
  }

  .item_service .text_item .stt span {
    font-size: 80px;
  }

  .line {
    stroke: var(--color-1st);
  }

  .header_mobile {
    display: block;
    z-index: 1043;
  }

  .header_pc {
    display: none;
  }

  .slider_nexts,
  .slider_nexts-duan {
    width: 25%;
  }

  .item_block.even .right_item {
    grid-row: unset;
  }

  .item_block h2.title {
    font-size: 40px;
  }

  .widget .container,
  .chinhsach {
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
  }

  .page-footer .top_footer,
  .page-footer .bottom_footer,
  .center_footer {
    gap: 30px
  }

  .section_products .content_section {
    grid-template-columns: 1fr 1fr;
  }

  .item_product .image {
    height: 165px;
  }

  .section_hoso .hoso {
    gap: 20px;
  }

  .thongtinlienhe,
  .left_section,
  .bottom-footer {
    flex-wrap: wrap;
    gap: 20px;
  }

  .bottom-footer {
    justify-content: center !important;
  }

  .from_newss .form-inline,
  p.w-60,
  .footer_media h2.title {
    width: 100% !important;
  }


  .page-footer .bottom_footer,
  .post .nav_menu_ul,
  .gioithieu,
  .section_whys .whys,
  .section_hoso .hoso,
  .section_news .news,
  .shop_container {
    grid-template-columns: 1fr;
  }


  .section_page.producs .row {
    flex-direction: column-reverse;
  }

  .gioithieu .image img {
    position: unset;
    transform: translateX(0);
    margin: 0 auto;
  }

  .numbers .item_number {
    margin: 50px auto;
  }

  .numbers .item_number p::after {
    border: 1px solid #ddd;
  }

  .pr_detail,
  .section {
    padding: 25px 0;
  }

  .widget .container {
    flex-wrap: wrap;
    flex-direction: column;
  }

  .item_lotrinh {
    display: grid !important;
    gap: 10px !important;
  }

  .lotrinh {
    gap: 40px
  }

  .item_service .text_item,
  #page-wrap .page-content.grid-col-3,
  .item_solieu,
  .lotrinh,
  .hinhanhalbum {
    grid-template-columns: repeat(1, 1fr);
  }

  .language-section {
    padding: 20px;
  }

  .menu--fixed {
    padding: 10px 0;
  }

  .menu--fixed ul li * {
    color: #fff;
    fill: #fff;
  }

  .menu--fixed button {
    border: none;
    background: none;
    padding: 0;
    margin: 0;
    cursor: pointer;
    font-family: inherit;
  }

  .menu--fixed .background {
    position: relative;
    border-radius: 50%;
    border: 1px solid #fff;
    background: rgba(74, 74, 74, 0.39);
    mix-blend-mode: luminosity;
    box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.20);
    backdrop-filter: blur(15px);
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .menu--fixed .menu__icon {
    width: 22px;
    height: 22px;
    padding: 4px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: transform .4s;
  }

  .menu--fixed .menu__icon span {
    width: 100%;
    height: 0.25rem;
    border-radius: 0.125rem;
    background-color: #fff;
    box-shadow: 0 .5px 2px 0 hsla(0, 0%, 0%, .2);
    transition: width .4s, transform .4s, background-color .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: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99999;
    display: block;
  }

  .timkiem {
    position: absolute;
    left: 0;
    top: 80px;
    z-index: 999;
  }

  h2.title {
    font-size: 22px;
  }

  h4.title {
    font-size: 18px;
  }

  .icon_tron {
    right: 0;
  }

  .link_url {
    display: none;
  }

  .slider-nav1 .image_item .image,
  .image_item a,
  .product-image .product_img_box {
    border-radius: 5px;
  }
}