.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-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%;
}

.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 .icon {
  position: relative;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.btn_url .icon i,
.btn_url .text span {
  position: relative;
  z-index: 1;
}

.btn_url .icon::after,
.btn_url .text::after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  transform: skewX(-10deg);
  border-radius: 5px;
  border: 1px solid #ddd;
}

.btn_url a:hover .text::after {
  background: var(--color-2st);
}

.btn_url a:hover .icon::after {
  background: var(--color-1st);
}

.btn_url .text::after {
  background: var(--color-1st);
}

.btn_url .icon::after {
  background: var(--color-2st);
}

.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 {
  color: #ffff;
}

.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 {
  font-weight: 700;
}

.nav_menu_child .menu_ul_child {
  list-style-type: none;
  padding-left: 0;
}

.right_navheader .menu .menu-item a span {
  text-transform: uppercase;
}

.right_navheader .menu .menu-item:hover>a>span {
  color: #fff;
}

.header_pc {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1023;
  background: var(--color-1st);
}

.header_pc .logo {
  position: absolute;
  left: 0;
  top: 0;
  background: url(../images/Subtract.png) right bottom;
  background-size: cover;
  width: 19%;
  height: 120px;
  display: flex;
  justify-content: flex-end;
}

.header_pc .logo a {
  margin-top: 20px;
  margin-right: 20%;
}

.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: #D9D9D9;
  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: 90vh;
  }
}

.slide {
  position: relative;
  overflow: hidden;
}

.slide .slide__img {
  width: 100%;
  height: auto;
  overflow: hidden;
}

@media (min-width: 992px) {
  .slide .slide__img {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
}

.slide .slide__img img {
  max-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: 2%;
  transform: scaleX(-1);
  z-index: 999;
}

.slick-nav.next-arrow {
  left: auto;
  right: 2%;
}

.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;
}

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,
.item_block .image,
.post_about .image,
.post_news .image,
.item_new .image,
.item_image a {
  background-size: cover;
  width: 100%;
  position: relative;
  background-position: 50% 50%;
  overflow: hidden;
}

.post--single .all_image a {
  height: 300px;
  display: block;
}

.item_image a {
  display: block;
}

.item_image1 a:nth-child(1),
.item_image1 a:nth-child(2),
.item_image2 a:nth-child(2),
.item_image2 a:nth-child(3),
.item_image3 a:nth-child(1),
.item_image3 a:nth-child(3) {
  height: 252px;
}

.item_image1 a:nth-child(3),
.item_image2 a:nth-child(1),
.item_image3 a:nth-child(2),
.item_image4 a:nth-child(1),
.from_dangky {
  height: 524px;
}

.item_image a {
  display: block;
  border-radius: 10px;
}

.image_item a {
  height: 450px;
  display: block;
  border-radius: 20px;
}

.item_new .image {
  height: 400px;
}

.slider-nav1 .image_item .image {
  height: 100px;
  border-radius: 20px;
}

.slider-nav1 .slick-slide {
  padding: 0 5px;
}

.slider-nav1 .slick-list {
  margin: 0 -5px;
}

.item_block .image,
.section_gioi-thieu .left_image,
.post_news .image {
  height: 400px;
  border-radius: 10px;
}

.product_wraps .product_featured .image,
.product_featured .image {
  height: 300px;
  border-radius: 10px;
}

.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 {
  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,
.section_gioi-thieu .left_image:hover img,
.item_block .image:hover img,
.slider_duan .card1:hover .image img,
.post_about:hover .image img,
.post_news:hover .image img,
.categories_products .item_category:hover img,
.product_wraps .product_featured:hover .image img,
.image_item a:hover img,
.slider-nav1 .image_item:hover .image img,
.product_featured:hover .image img {
  transform: scale(1.1);
  transition: all 0.2s ease;
}

.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;
}

.post .post__meta,
.post .decs,
.info_news p.decs,
.post_news .decs,
.item_category h4.title,
.item_lotrinh h4.title,
.item_lotrinh .decs,
.item_new h4.title,
.item_new .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;
}

.post .post__meta,
.post .decs,
.info_news p.decs,
.post_news .decs,
.item_lotrinh .decs,
.item_new .decs {
  -webkit-line-clamp: 3;
  /* height: 74px; */
}

.item_lotrinh h4.title {
  -webkit-line-clamp: 2;
  height: 56px;
  font-size: 20px;
}

.item_new h4.title {
  -webkit-line-clamp: 2;
  height: 50px;
}

.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);
}

.btn_xemthem_a {
  color: #fff;
  background: var(--color-2st);
  padding: 10px 20px;
  border-radius: 30px;
}

.right_navheader .menu {
  padding: unset;
  list-style-type: none;
  margin: unset;
}

.banner__slider .slider_content {
  display: grid;
  justify-content: center;
  align-items: center;
  align-content: center;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.banner__slider .slider_content * {
  color: #ffff;
}

.banner__slider .slider_content h2.hero-title {
  font-size: 40px;
  font-weight: 700;
  text-transform: uppercase;
}

.banner__slider .slider_content .container {
  display: grid;
  justify-items: end;
  text-align: end;
}

.post_about h4.title {
  position: absolute;
  left: 20px;
  bottom: 20px;
  color: #fff;
}

.slider_service .slick-slide {
  padding: 0 15px;
}

.slider_service .slick-list {
  margin: 0 -15px;
}

.icon_tron {
  position: absolute;
  right: -60px;
  top: -70px;
  z-index: 0;
}

.icon_tron {
  animation: spin 4s linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.leaf-wrap {
  position: absolute;
  width: 200px;
  height: 200px;
  top: -164px;
  right: 0;
}

.leaf {
  position: absolute;
  animation: leafFloat 3s ease-in-out infinite;
}

/* Lá trái */
.leaf-left {
  left: 20px;
  top: 40px;
  width: 100px;
  transform-origin: bottom right;
}

/* Lá phải */
.leaf-right {
  right: 0;
  top: 100px;
  width: 70px;
  transform-origin: bottom left;
  animation-delay: 1.5s;
  /* 👈 lệch nhịp */
}

@keyframes leafFloat {
  0% {
    transform: translateY(0) rotate(0deg);
  }

  50% {
    transform: translateY(-10px) rotate(2deg);
  }

  100% {
    transform: translateY(0) rotate(0deg);
  }
}

.play.popup-youtube {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  background: var(--color-1st);
  color: #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
}

.play.popup-youtube::before {
  position: absolute;
  content: '';
  border-radius: 50%;
  background: var(--color-1st);
  opacity: 0.5;
  width: 100%;
  height: 100%;
  animation: play 2s infinite;
}

@keyframes play {
  0% {
    transform: scale(0);
  }

  35% {
    transform: scale(0.5);
  }

  50% {
    transform: scale(2);
  }

  75% {
    transform: scale(1.5);
  }

  100% {
    transform: scale(0);
  }
}

.play.popup-youtube i {
  position: relative;
}

.video {
  position: relative;
}

.chiet_la {
  position: absolute;
  top: -48px;
  left: -40px;
}

.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: 20px;
}

.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_abuot_us .left_section {
  text-align: end;
}

.section_abuot_us .item_solieu {
  background: #ffffff52;
  padding: 40px;
  border-radius: 10px;
  align-items: center;
  margin-left: 100px;
}

.section_abuot_us .item_solieu * {
  color: #ffff;
}

.section_abuot_us .item_solieu span.title {
  font-size: 24px;
  font-weight: 700;
}

.section_abuot_us .left_section {
  justify-items: end;
  align-content: start;
}

.section span.title_child {
  color: var(--color-1st);
  font-weight: 700;
  font-size: 18px;
}

.services .left_section * {
  color: #fff;
}

.services .left_section {
  border-radius: 10px;
  overflow: hidden;
  padding: 60px 40px;
  position: relative;
}

.services .left_section .btn_slider {
  position: absolute;
  bottom: 20px;
  right: 20px;
  display: grid;
  gap: 20px;
}

.services .left_section .btn_slider .slick-arrow {
  width: 50px;
  height: 40px;
  position: relative;
  border: 0;
  background: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
}

.services .left_section .btn_slider .slick-arrow i {
  position: relative;
}

.services .left_section .btn_slider .slick-arrow::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  transform: skewX(-10deg);
  border: 1px solid #ddd;
  border-radius: 5px;
  width: 100%;
  height: 100%;
}

.services .left_section .btn_slider .custom-next.slick-arrow::before {
  background: var(--color-2st);
}

.services {
  display: grid;
  grid-template-columns: 1fr 660px;
  gap: 20px;
}

.item_service {
  background: var(--color-1st);
  padding: 65px 40px;
  border-radius: 10px;
  display: grid !important;
  gap: 50px;
}

.item_service h3.title {
  text-transform: uppercase;
}

.item_service.even {
  background: var(--color-2st);
}

.item_service.even .btn_url a .text::after {
  background: var(--color-2st);
}

.item_service.even .btn_url a .icon::after {
  background: var(--color-1st);
}

.item_service.even .btn_url a:hover .text::after {
  background: var(--color-1st);
}

.item_service.even .btn_url a:hover .icon::after {
  background: var(--color-2st);
}

.item_service * {
  color: #fff;
}

.item_service .text_item .stt span {
  font-size: 180px;
  font-weight: 700;
}

.section_locale .locale {
  display: grid;
  gap: 60px;
  grid-template-columns: 400px 500px 1fr;
  align-items: center;
}

.section_locale .locale .intro_locale {
  background: var(--color-1st);
  padding: 20px;
  border-radius: 10px;
}

.section_locale .locale .item_locale a {
  display: grid !important;
  gap: 20px;
  grid-template-columns: 80px 1fr;
}

.section_locale .locale .item_locale a * {
  color: #fff;
}

.section_locale .intro_locale .header_locale {
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 20px;
  margin-bottom: 10px;
  align-items: center;
}

.section_locale .intro_locale * {
  color: #fff;
}

.section_lotrinh .lotrinh .item_lotrinh .diadiem {
  background: var(--color-2st);
  padding: 40px 30px;
  border-radius: 10px;
}

.list_diadiem {
  list-style-type: none;
  display: grid;
  gap: 10px;
  padding-left: 0;
}

.list_diadiem li {
  font-size: 14px;
  color: #fff;
}

.item_lotrinh:nth-child(n+2) {
  display: grid;
  gap: 40px;
}

.item_lotrinh:nth-child(2) .diadiem {
  background: var(--color-1st) !important;
}

.item_lotrinh:nth-child(3) {
  transform: translateY(205px);
}

.item_lotrinh:nth-child(4) {
  transform: translateY(405px);
}

.section_lotrinh.section {
  padding: 100px 0 300px;
}

.section_lotrinh.section .container {
  position: relative;
}

.section_lotrinh .logo_home {
  position: absolute;
  right: 0;
  top: 0;
}

.section_news .item_new {
  padding: 10px;
}

.item_new a {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  display: block;
}

.slider_news .slick-track {
  margin-left: -10px;
  margin-right: -10px;
}

.item_new a .intro {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 40px 20px 10px;
  background: #0000005c;
  opacity: 0;
  transform: translateY(50px);
  visibility: hidden;
  transition: all 0.2s ease;
}

.item_new a:hover .intro {
  opacity: 1;
  transform: translateY(0px);
  visibility: visible;
  transition: all 0.2s ease;
}

.item_new a .intro * {
  color: #fff;
}

.item_new .btn_url {
  margin-top: -60px;
  margin-bottom: 20px;
}

.item_image a i {
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translate(-50%);
  color: #ffff;
  border: 1px solid #fff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
}

.item_image a:hover i {
  opacity: 1;
}

.from_dangky .contact-form {
  padding: unset;
  background: transparent;
}

.from_dangky span.title_child {
  color: var(--color-2st);
}

.from_dangky {
  background: var(--color-1st);
  border-radius: 10px;
  padding: 50px 40px;
}

.from_dangky .btn_baogiaform {
  display: grid;
  grid-template-columns: 40px 1fr;
  border: 0;
  background: transparent;
  gap: 10px;
  padding: 0;
  width: 100%;
}

.from_dangky .btn_url .text::after {
  background: var(--color-2st);
}

.from_dangky .contact-form {
  gap: 30px;
}

.from_dangky .contact-form *,
.from_dangky .contact-form .contact-form-group .form-control::placeholder {
  color: #ffff;
}

.from_dangky .contact-form .contact-form-group .form-control::placeholder {
  opacity: 0.5;
}

.from_dangky .contact-form-group {
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 10px;
}

.from_dangky .contact-form-group .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.from_dangky .contact-form-group .icon::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #ddd;
  border-radius: 5px;
  transform: skewX(-10deg);
}

.from_dangky .contact-form-group .form-control,
.from_dangky .contact-form-group .contact-form-input {
  border-radius: 5px;
  transform: skewX(-10deg);
}

.slider_feedback .slick-slide {
  margin: 10px;
  padding: 100px 0 0;
}

.item_feedback {
  background: #eeee;
  border-radius: 10px;
  padding: 20px;
}

.item_feedback .image {
  margin-top: -75px;
  margin-bottom: 20px;
}

.page-footer .widget {
  background: var(--color-1st);
}

.slick-current.slick-active .item_new a .intro {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
  transition: all 0.2s ease;
}

.slider_service:not(.slick-initialized),
.slider_feedback:not(.slick-initialized),
.slider_doitac:not(.slick-initialized),
.slder_locale:not(.slick-initialized) {
  display: none;
}

.btn_baogiaform {
  border: 0;
  background: var(--color-1st);
  color: #fff;
  padding: 10px 30px;
}

.contact-form-group .form-control::placeholder {
  opacity: 0.5;
}

@media screen and (max-width: 992px) {

  .slider_news .slick-track {
    margin-left: 0;
    margin-right: 0;
  }

  .abuot_us {
    gap: 40px;
  }

  .section_abuot_us .left_section {
    gap: 10px;
    justify-items: center;
  }

  .section_abuot_us .left_section h2.title {
    text-align: center;
    width: 100%;
  }

  .abuot_us .left_section .image {
    margin-top: 0 !important;
  }

  .page-footer .widget {
    text-align: center;
    padding: 20px;
  }

  .section_news .text_header,
  .section_album .title,
  .section_feedback .title {
    width: 80% !important;
  }

  .section_lotrinh.section {
    padding: 25px 0;
  }

  .item_lotrinh:nth-child(3),
  .item_lotrinh:nth-child(4) {
    transform: translateY(0);
  }

  .section_lotrinh .logo_home {
    position: unset;
  }

  .slder_locale {
    margin: 40px 0;
  }

  .item_service .text_item {
    text-align: center;
  }

  .services,
  .section_locale .locale {
    display: block;
  }

  .item_service {
    padding: 40px;
    gap: 20px
  }

  .item_service .text_item .stt span {
    font-size: 80px;
  }

  .services .left_section {
    margin-bottom: 20px;
  }

  .section_abuot_us .right_section {
    background: var(--color-1st);
    padding: 40px 20px;
    border-radius: 10px;
  }

  .section_abuot_us .item_solieu {
    margin-left: 0;
  }

  .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
  }

  .page-footer .bottom_footer,
  .post .nav_menu_ul {
    grid-template-columns: 1fr;
  }

  .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
  }

  .section_abuot_us .abuot_us,
  .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;
  }
}