.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;
}

.grid-col-7 {
  grid-template-columns: repeat(7, 1fr);
}

.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;
  justify-items: center;
}

.btn_url a {
  display: flex;
  align-items: center;
  gap: 10px;
}

.btn_url .text {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
}

.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;
}

.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);
  z-index: 1;
  padding: 0 20px;
}

.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;
  text-transform: uppercase;
}

.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:hover>a>span,
.right_navheader .menu .menu-item.active>a>span {
  color: var(--color-2st);
}

.header_pc {
  position: fixed;
  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;
}

.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;
  padding: 0;
}

.menu_mobile_media .menu_mobile .nav_menu .container.menu_i .nav_right {
  padding: 20px;
}

.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 {
  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: 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-size: 60px;
  font-weight: 700;
  line-height: 1.4;
  color: #484848;
}

h2.title span.gapro {
  color: var(--color-1st);
}

h3.title {
  font-size: 22px;
  line-height: 1.4;
}

h4.title {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
}

.language_bar_list {
  padding-left: 0;
  margin-bottom: 0;
}


.ngonngu {
  position: relative;
}

.ngonngu .language-section {
  position: absolute;
  top: 100%;
  left: 0;
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.2s ease;
  visibility: hidden;
}

.ngonngu .language-section.active {
  opacity: 1;
  transform: translateY(0px);
  transition: all 0.2s ease;
  visibility: visible;
}

.ngonngu img {
  height: 100%;
  width: 100%;
}

.ngonngu button {
  border: 0;
  background: transparent;
  padding: 0;
  margin-top: 10px;
}

.skiptranslate {
  display: none;
}

body {
  top: 0px !important;
}

.post .image,
.post--single .all_image a,
.post_about .image,
.post_news .image,
.item_image a,
#selectedLangDisplayPC,
.language-section .lang-item,
.product .image,
.image_item a,
.slider-nav1 .image_item .image {
  background-size: cover;
  width: 100%;
  position: relative;
  background-position: 50% 50%;
  overflow: hidden;
}

#selectedLangDisplayPC,
.language-section .lang-item {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.post--single .all_image a {
  height: 300px;
  display: block;
}

.image_item a {
  height: 300px;
  display: block;
  border-radius: 5px;
}

.item_new .image {
  height: 400px;
}

.slider-nav1 .image_item .image {
  height: 70px;
  border-radius: 5px;
}

.item_block .image,
.post_news .image {
  height: 400px;
  border-radius: 10px;
}

.product_wraps .product_featured .image,
.product_featured .image,
.product .image {
  height: 300px;
  border-radius: 10px;
}

.post_about .image {
  height: 290px;
  border-radius: 24px;
}

.post .image,
.categories_products .item_category {
  height: 250px;
  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,
.product .image img,
.ngonngu 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 {
  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,
.post h4.title,
.info_news p.decs,
.post_news .decs {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.post h4.title {
  -webkit-line-clamp: 2;
}

.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; */
}

.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;
}

.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;
}

.f-500 {
  font-weight: 500 !important;
}

.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: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* .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;
}

@keyframes play {
  0% {
    transform: scale(0);
  }

  35% {
    transform: scale(0.5);
  }

  50% {
    transform: scale(2);
  }

  75% {
    transform: scale(1.5);
  }

  100% {
    transform: scale(0);
  }
}

.caption {
  background: url(../images/bg-caption.png) left center;
  background-size: cover;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 15px 10px;
  justify-content: center;
}

.banner__slider,
.right_image,
.item_dichvu {
  position: relative;
}

.a-hotline span.f-600 {
  font-size: 18px;
  font-weight: 600;
  color: #DB1F26;
}

.section_dichvu .header_section {
  display: grid;
  grid-template-columns: 600px 1fr;
  gap: 30px;
}

.section_dichvu .content_section .item_dichvu {
  padding: 10px;
}

.item_dichvu a {
  position: absolute;
  bottom: 30px;
  left: 30px;
}

.item_dichvu a h4.title {
  color: #fff;
}

.section_product .header_section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}

.section_product .header_section .decs {
  background: var(--color-1st);
  display: flex;
  align-items: center;
  padding: 30px;
  gap: 20px;
  overflow: hidden;
  border-radius: 10px;
  color: #fff;
  position: relative;
}

.section_product .header_section .decs::before,
.product .image::before,
.post .image::after {
  position: absolute;
  left: -22px;
  top: -37px;
  width: 60px;
  height: 60px;
  background: #fff;
  content: '';
  clip-path: polygon(35% 38%, 100% 60%, 36% 100%);
}

.slider_product .product {
  padding: 10px;
}

.text_product {
  display: grid;
  grid-template-columns: 7fr 1fr;
  gap: 20px;
  align-items: center;
}

.section_whys .whys {
  display: grid;
  grid-template-columns: 600px 1fr;
  gap: 40px;
  border-radius: 10px;
  background: var(--color-1st);
  position: relative;
  overflow: hidden;
}

.section_whys .whys .left_section,
.section_whys .whys .right_section {
  padding: 100px 40px;
}

.section_whys .whys::before,
.right_footer::before {
  position: absolute;
  left: -22px;
  top: -37px;
  width: 60px;
  height: 60px;
  background: #fff;
  content: '';
  clip-path: polygon(35% 38%, 100% 60%, 36% 100%);
}

.item_doitac {
  padding: 10px;
  display: block;
}

.slider_doitac {
  margin-top: 50px;
}

.left_footer_logo {
  border-bottom: 1px solid #ddd;
  padding: 0 0 40px;
  margin: 0 0 40px;
}

.right_footer {
  background: var(--color-1st);
  padding: 100px 40px;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}

.right_footer .contact-form-group {
  display: grid;
  grid-template-columns: 20px 1fr;
  gap: 10px;
  align-items: center;
  background: #fff;
  padding: 0 10px;
  border-radius: 10px;
}

.right_footer .contact-form-group .contact-form-input {
  border: 0;
}

.btn_baogiaform {
  background: transparent;
  border: 0;
}

.section_product_detail {
  padding-top: 68px;
}

.section_product_detail .product_detail {
  display: grid;
  grid-template-columns: 400px 1fr;
  gap: 20px;
}

.product_detail .product-image {
  position: sticky;
  top: 100px;
}

.form_product {
  background: #e8eff8;
  border-radius: 5px;
  overflow: hidden;
}

.form_product .contact-form {
  padding: 40px;
  display: grid;
  gap: 20px;
}

.post_item .post {
  padding: 10px;
}

.form_product h3.title {
  text-align: center;
  background: var(--color-1st);
  color: #fff;
  padding: 10px;
}

@media screen and (max-width: 992px) {

  .caption {
    display: none !important;
  }

  .language-section {
    padding: 20px;
    position: relative;
  }

  #mobileSelect {
    font-size: 18px;
    font-weight: 600;
    padding: 10px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    display: block;
    width: 100%;
    border-radius: 30px;
    background: #ffffff85;
    border: 0;
    color: var(--color-1st);
  }

  .language-section::after {
    content: "\f078";
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    position: absolute;
    right: 50px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    font-size: 16px;
    color: var(--color-1st);
  }

  .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;
  }

  .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,
  .section_about .d-grid.grid-col-2,
  .post .nav_menu_ul,
  .section_product .header_section,
  .products_media .products.grid-col-3 {
    grid-template-columns: 1fr !important;
  }

  .section_product .header_section .decs {
    align-items: flex-start;
  }

  .section_product .header_section {
    gap: 10px;
    margin-bottom: 20px !important;
  }

  .section_dichvu .header_section,
  .section_whys .whys {
    grid-template-columns: 100%;
  }

  .section_whys .whys .left_section,
  .section_whys .whys .right_section,
  .right_footer {
    padding: 40px;
  }

  .baogia_media h2,
  .section_news .header_section {
    width: 100% !important;
  }

  .section_dichvu .header_section .noidung {
    grid-row: 1;
  }

  .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: 34px;
  }

  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;
  }
}