.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;
}

.section h2 {
  font-weight: 700;
  font-size: 30px;
}

.fade-in {
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

.fade-in.loaded {
  opacity: 1;
}

.header_pc .timkiem_header .search_pc {
  border-radius: 30px;
  border: 1px solid #ddd;
  display: flex;
  overflow: hidden;
}

.header_pc .timkiem_header .search_pc .search-input {
  border: 0;
  background: transparent;
}

.header_pc .timkiem_header .search_pc .btn_search {
  width: 80px;
  border: 0;
  background: var(--color-1st);
  color: #fff;
}

.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 20px;
  display: block;
  color: #fff;
}

.nav_menu_ul .btn-group,
.menu-child .menu-item {
  border-bottom: 1px solid #fff;
  border-radius: 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: 23px 10px;
  display: block;
  position: relative;
  color: #fff;
}

.right_navheader .menu .menu-item a span {
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
}

.right_navheader .menu .menu-item:hover a span{
  color: var(--color-2st);
}

.right_navheader .menu .menu-item>a {
  border-radius: 30px;
}

.right_navheader .menu .menu-item.active a.menu-item-a {
  color: var(--color-2st);
}

.right_navheader .menu .menu-item.active.last a.menu-item-a::before {
  background: #082A73 !important;
  top: 0;
  transform: translateY(0);
  width: 100%;
  height: 100%;
}

.header_pc {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, .15);
}

.header_pc .top_header {
  padding: 10px 0;
  background: var(--color-2st);
}

.bottom_header {
  position: relative;
  background: var(--color-1st);
}

.bottom_header .bg_logo {
  position: absolute;
  left: 0;
  top: 0;
}

.bottom_header .bg_logo svg {
  width: 380px;
  height: 96px;
}

.header_pc .container {
  position: relative;
}

.bottom_header .logo {
  position: absolute;
  left: 0;
  top: 0;
  padding: 16px 0;
}

.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: 2em;
  transition: transform 600ms cubic-bezier(0.4, 0, 0.2, 1);
}

.line {
  fill: none;
  stroke: var(--color-1st);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 3;
  transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1),
    stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}

.line-top-bottom {
  stroke-dasharray: 12 63;
}

.hamburger.active svg {
  transform: rotate(-45deg);
}

.hamburger.active svg .line-top-bottom {
  stroke-dasharray: 20 300;
  stroke-dashoffset: -32.42;
}

/* End menu icon */

.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: 20;
}

.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 {
  display: grid;
  grid-template-columns: 1fr 3fr;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 78px;
}

.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: 16px;
  display: block;
}


.menu_mobile_media .nav_right {
  background: var(--color-1st);
}

.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 */

.search-btn {
  background: var(--color-1st);
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

.skiptranslate {
  display: none;
}

body {
  top: 0 !important;
}

.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;
}

#selectedLangDisplayPC,
.language-section .lang-item {
  width: 30px;
  height: 30px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

/* Css slider */

@media (min-width: 992px) {

  .slider,
  .slide {
    height: 100vh;
  }
}

.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: translateY(50%);
  left: 0;
  right: 60%;
}

h2.title {
  font-size: 34px;
  color: #04781A;
  text-transform: uppercase;
}

h3.title {
  font-size: 28px;
}

h4.title {
  font-size: 22px;
  font-weight: bold;
  color: var(--color-1st);
}

.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;
}

.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: 3%;
  transform: scaleX(-1);
  z-index: 999;
}

.slick-nav.next-arrow {
  left: auto;
  right: 3%;
}

.slick-nav i {
  display: block;
  position: absolute;
  margin: -10px 0 0 -10px;
  width: 20px;
  height: 20px;
  left: 50%;
  top: 50%;
}

.slick-nav i:before,
.slick-nav i:after {
  content: "";
  width: 10px;
  height: 2px;
  border-radius: 1px;
  position: absolute;
  left: 50%;
  top: 50%;
  background: var(--active);
  margin: -1px 0 0 -5px;
  display: block;
  transform-origin: 9px 50%;
}

.slick-nav i:before {
  transform: rotate(-40deg);
}

.slick-nav i:after {
  transform: rotate(40deg);
}

.slick-nav:before,
.slick-nav:after {
  content: "";
  display: block;
  position: absolute;
  left: 1px;
  right: 1px;
  top: 1px;
  bottom: 1px;
  border-radius: 50%;
  border: 2px solid var(--border);
}

.slick-nav svg {
  width: 44px;
  height: 44px;
  display: block;
  position: relative;
  z-index: 1;
  color: var(--active);
  stroke-width: 2px;
  stroke-dashoffset: 126;
  stroke-dasharray: 126 126 0;
  transform: rotate(0deg);
}

.slick-nav.animate svg {
  -webkit-animation: stroke 1s ease forwards 0.3s;
  animation: stroke 1s ease forwards 0.3s;
}

.slick-nav.animate i {
  -webkit-animation: arrow 1.6s ease forwards;
  animation: arrow 1.6s ease forwards;
}

.slick-nav.animate i:before {
  -webkit-animation: arrowUp 1.6s ease forwards;
  animation: arrowUp 1.6s ease forwards;
}

.slick-nav.animate i:after {
  -webkit-animation: arrowDown 1.6s ease forwards;
  animation: arrowDown 1.6s ease forwards;
}

@-webkit-keyframes stroke {
  52% {
    transform: rotate(-180deg);
    stroke-dashoffset: 0;
  }

  52.1% {
    transform: rotate(-360deg);
    stroke-dashoffset: 0;
  }

  100% {
    transform: rotate(-180deg);
    stroke-dashoffset: 126;
  }
}

@keyframes stroke {
  52% {
    transform: rotate(-180deg);
    stroke-dashoffset: 0;
  }

  52.1% {
    transform: rotate(-360deg);
    stroke-dashoffset: 0;
  }

  100% {
    transform: rotate(-180deg);
    stroke-dashoffset: 126;
  }
}

@-webkit-keyframes arrow {

  0%,
  100% {
    transform: translateX(0);
    opacity: 1;
  }

  23% {
    transform: translateX(17px);
    opacity: 1;
  }

  24%,
  80% {
    transform: translateX(-22px);
    opacity: 0;
  }

  81% {
    opacity: 1;
    transform: translateX(-22px);
  }
}

@keyframes arrow {

  0%,
  100% {
    transform: translateX(0);
    opacity: 1;
  }

  23% {
    transform: translateX(17px);
    opacity: 1;
  }

  24%,
  80% {
    transform: translateX(-22px);
    opacity: 0;
  }

  81% {
    opacity: 1;
    transform: translateX(-22px);
  }
}

@-webkit-keyframes arrowUp {

  0%,
  100% {
    transform: rotate(-40deg) scaleX(1);
  }

  20%,
  80% {
    transform: rotate(0deg) scaleX(0.1);
  }
}

@keyframes arrowUp {

  0%,
  100% {
    transform: rotate(-40deg) scaleX(1);
  }

  20%,
  80% {
    transform: rotate(0deg) scaleX(0.1);
  }
}

@-webkit-keyframes arrowDown {

  0%,
  100% {
    transform: rotate(40deg) scaleX(1);
  }

  20%,
  80% {
    transform: rotate(0deg) scaleX(0.1);
  }
}

@keyframes arrowDown {

  0%,
  100% {
    transform: rotate(40deg) scaleX(1);
  }

  20%,
  80% {
    transform: rotate(0deg) scaleX(0.1);
  }
}

/* end slider */

.btn_media .icon {
  background: #009D4E;
  color: #fff;
  width: 100px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

.btn_media a {
  padding: 5px 20px;
  background: var(--color-1st);
  border-radius: 30px;
  text-transform: capitalize;
  color: #ffff;
}

.post .image,
.post_about .image,
.item_service a,
.item_image .image {
  background-size: cover;
  width: 100%;
  position: relative;
  background-position: 50% 50%;
  overflow: hidden;
  border-radius: 20px;
}

.item_service a {
  height: 340px;
  display: block;
}

.item_image .image {
  width: 200px;
  height: 90px;
  margin: 15px;
  border-radius: 0 50px 0 50px;
}

.post_about .image {
  border-radius: 0 20% 0 20%;
}

.slider_about .btn_slider {
  top: calc(50% - 44px);
  position: absolute;
  width: 40px;
  height: 40px;
  background: var(--color-1st);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: #fff;
}

.item_service h4.title {
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: 45%;
  text-align: end;
  color: #fff;
}

.item_service h4.title::before {
  content: '';
  position: absolute;
  top: -10px;
  left: -10px;
  background: transparent;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  box-shadow: -6px -6px 20px rgb(0 0 0 / 24%);
}

.slider_about .btn_slider.prev_arrow {
  left: -60px;
}

.slider_about .btn_slider.next_slider {
  right: -40px;
}

.post_about .image {
  height: 250px;
}

.post .image {
  height: 190px;
}

.post .image img,
.post_about .image img,
.item_service a img,
.item_image .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,
.post_about:hover img,
.item_service:hover a img {
  transform: scale(1.1);
  transition: all 0.2s ease;
}

.contact-form-group {
  display: grid;
  grid-template-columns: 10px 1fr;
  gap: 10px;
  padding: 10px 30px;
  border: 1px solid #ddd;
  border-radius: 50px 0;
}

.contact-form-group .form-control {
  border: 0;
  padding: 0;
}

.contact-form-group .contact-form-input {
  width: 100%;
  border: 0;
  padding: 10px;
  height: 25px;
  background: transparent;
}

.contact-form-group .contact-form-input:focus {
  background: transparent;
}

.btn_baogia {
  background: transparent;
  border: 0;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: var(--color-1st);
  color: #fff;
}

.contact-form-group i {
  color: var(--color-1st);
  padding-top: 4px;
}

.post {
  display: grid;
  grid-template-columns: 300px 1fr;
  background: #fff;
  padding: 10px;
  border-radius: 10px;
  position: relative;
}

.post .post__header {
  padding: 10px;
}

.info_text h4.title a,
.post .post__meta,
.info_text p.decs,
h4.title {
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 25px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

h4.title {
  -webkit-line-clamp: 2;
}

.widget {
  position: relative;
}

.widget::before {
  position: absolute;
  content: '';
  background: url(../images/bg-social.png);
  bottom: 0;
  right: 0;
  width: 20%;
  height: 60px;
}

.page-footer__social * {
  color: #fff;
}

.post .post__meta,
.info_text p.decs {
  -webkit-line-clamp: 3;
}

.info_text h4.title a {
  -webkit-line-clamp: 1;
}

.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 .suppost_footer * {
  color: #fff;
}

.page-footer {
  padding: 200px 0 100px;
}

.section {
  padding: 100px 0;
}

.f-700 {
  font-weight: 700;
}

.page-footer * {
  color: #fff;
}

.section_about .slider_about .post_about {
  margin-right: 20px;
  background: #fff;
  border-radius: 0 20% 0 20%;
  overflow: hidden;
}

.btn_post a {
  display: flex;
  height: 100%;
  align-items: center;
  padding: 10px;
  background: var(--color-1st);
  color: #fff;
  border-radius: 0px 30px 0 30px;
}

.btn_post a:hover,
.section_about .slider_about .slick-center .info_text .btn_post a {
  background: var(--color-2st);
}

.section_loithe .item_loithe {
  background: var(--color-1st);
  border-radius: 20px;
  padding: 40px;
}

.section_loithe .item_loithe.even {
  background: var(--color-2st);
}

.section_loithe .item_loithe * {
  color: #ffff !important;
}

.section_loithe .item_loithe.even * {
  color: #000 !important;
}

.btn_hosonangluc a {
  color: #fff;
  background: var(--color-2st);
  border-radius: 0px 50px 0px 50px;
  width: 34%;
  display: flex;
  align-items: center;
  overflow: hidden;
  gap: 14px;
}

.btn_hosonangluc a span {
  padding: 10px 40px;
  background: var(--color-1st);
  border-radius: 0px 30px 0px 30px;
}

.play.popup-youtube {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  background: var(--color-1st);
  color: #fff;
  border-radius: 50%;
  margin: 70px auto 0;
}

.play.popup-youtube::before {
  position: absolute;
  content: '';
  border-radius: 50%;
  background: #009D4E;
  opacity: 0.5;
  width: 100%;
  height: 100%;
  animation: play 2s infinite;
}

.play.popup-youtube i {
  position: relative;
}

.section_doitac .item_doitac {
  background: var(--color-2st);
  border-radius: 20px;
  padding-top: 20px;
}

.section_doitac .item_doitac h4.title {
  background: var(--color-1st);
  width: 90%;
  border-radius: 0 40px 0 0;
  color: #ffff;
  padding: 10px 20px;
}

.section_doitac .item_doitac p.decs {
  padding: 20px;
}

@keyframes play {
  0% {
    transform: scale(0);
  }

  35% {
    transform: scale(0.5);
  }

  50% {
    transform: scale(2);
  }

  75% {
    transform: scale(1.5);
  }

  100% {
    transform: scale(0);
  }
}

.section_news .content_section {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 20px;
}

.section_news .post_about {
  background: #fff;
}

.section_news .post_about .image {
  border-radius: 10px;
}

.section_news {
  padding: 100px 0 200px;
}

.section_contact {
  position: relative;
}

.section_contact .baogia_media {
  display: grid;
  gap: 50px;
  grid-template-columns: 1fr 2fr;
  padding: 40px 40px 20px;
  background: var(--color-2st);
  border-radius: 0 100px;
  position: absolute;
  top: -90px;
  z-index: 1;
  left: 5%;
  right: 5%;
}

.section_contact .contact-form {
  grid-template-columns: 5fr 1fr;
}

.btn_baogia {
  position: relative;
}

.btn_baogia .btn-loading {
  display: none;
  margin-left: 8px;
}

.btn_baogia.loading_from .btn-text {
  display: none;
}

.btn-loading {
  width: 18px;
  height: 18px;
  border: 3px solid rgba(255, 255, 255, .3);
  border-top: 3px solid #fff;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
  display: none;
}

.btn_baogia.loading_from .btn-loading {
  display: inline-block;
}

.btn_baogia.loading_from {
  pointer-events: none;
  /* chặn click khi đang gửi */
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.slider_about:not(.slick-initialized),
.slider:not(.slick-initialized),
.slider_doitac:not(.slick-initialized) {
  display: none;
}

@media screen and (max-width: 992px) {
  .widget .container.d-flex {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }

  .widget .container.d-flex p {
    text-align: center;
  }

  .section_contact {
    padding: 80px 15px;
    margin-top: -120px;
    background-size: cover !important;
  }

  .btn_hosonangluc a {
    width: 58%;
  }

  .section_contact .baogia_media {
    position: unset;
  }

  p.decs {
    width: 100% !important;
  }

  .post,
  .content_section,
  .section_whys .container,
  .doitaclon,
  .section_news .content_section,
  .section_contact .baogia_media,
  .section_contact .contact-form,
  .page-footer .container,
  .baogia_media .contact-form .d-grid {
    grid-template-columns: 1fr;
  }

  .language-section {
    padding: 20px;
  }

  .header_mobile {
    display: block;
  }

  .header_pc {
    display: none;
  }

  .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;
  }
}