.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: 5px 10px;
  font-size: 16px;
  display: block;
  position: relative;
  border: 1px solid #ddd;
}

.right_navheader .menu .menu-item > a{
  border-radius: 30px;
}

.right_navheader .menu .menu-item.active a.menu-item-a {
  background: var(--color-1st);
  color: #fff;
}

.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);
  padding: 10px 0;
}

.header_pc .container {
  position: relative;
}

.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;
}
.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: 35px;
  height: 35px;
  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;
}

h3.title {
  font-size: 28px;
}

h4.title {
  font-size: 18px;
}

.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: 30px;
  height: 30px;
  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;
}

/***options***/
.section_nangcap .options {
  align-items: stretch;
  display: flex;
  flex-direction: row;
  height: 100vh;
  margin-left: -10px;
  margin-right: -10px;
  width: 100%;
  overflow: hidden;
}

@media screen and (max-width: 718px) {
  .section_nangcap .options {
    min-width: 520px
  }
}

@media screen and (max-width: 638px) {
  .section_nangcap .options {
    min-width: 440px
  }
}

@media screen and (max-width: 558px) {
  .section_nangcap .options {
    min-width: 360px
  }
}

@media screen and (max-width: 478px) {
  .section_nangcap .options {
    min-width: 280px
  }

}

.section_nangcap .options .option {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 120%;
  cursor: pointer;
  min-width: 90px;
  overflow: hidden;
  position: relative;
  transition: .5s cubic-bezier(.05, .61, .41, .95)
}

.section_nangcap .options .option.active {
  flex-grow: 1;
  max-width: 662px;
  -webkit-transform: scale(1);
  transform: scale(1)
}

.section_nangcap .options .option.active .shadow {
  background: linear-gradient(180deg, rgba(33, 33, 33, 0), #242424)
}

.section_nangcap .options .option.active .label {
  bottom: 20px;
  right: 20px
}

.section_nangcap .options .option.active .label .info>div {
  left: 0;
  opacity: 1
}

.section_nangcap .options .option:not(.active) .shadow {
  bottom: -40px;
  box-shadow: inset 0 -120px 0 -120px #000, inset 0 -120px 0 -100px #000
}

.section_nangcap .options .option:not(.active) .label {
  bottom: 10px;
  left: 15px
}

.section_nangcap .options .option:not(.active) .label .info>div {
  left: 20px;
  opacity: 0
}

.section_nangcap .options .option .shadow {
  bottom: 0;
  height: 120px;
  left: 0;
  position: absolute;
  right: 0;
  transition: .5s cubic-bezier(.05, .61, .41, .95)
}

.section_nangcap .options .option .label {
  display: flex;
  height: 60px;
  position: absolute;
  right: 0;
  transition: .5s cubic-bezier(.05, .61, .41, .95)
}

.section_nangcap .options .option .label .icon {
  align-items: center;
  background-color: #fff;
  border-radius: 100%;
  display: flex;
  flex-direction: row;
  height: 60px;
  justify-content: center;
  max-width: 60px;
  min-width: 60px
}

.section_nangcap .options .option .label .info {
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 10px;
  white-space: pre
}

.section_nangcap .options .option .label .info>div {
  position: relative;
  transition: .5s cubic-bezier(.05, .61, .41, .95), opacity .5s ease-out
}

.section_nangcap .options .option .label .info .main {
  font-style: normal;
  white-space: pre-wrap;
}

.section_nangcap .options .option .label .info .main a {
  color: #fff;
  white-space: nowrap;
  text-align: end;
}

.section_nangcap .options-mobile {
  height: 290px;
  padding-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px
}

.section_nangcap .options-mobile .feature-card {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 16px;
  cursor: pointer;
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%
}

.section_nangcap .options-mobile .feature-card .shadow {
  background: linear-gradient(180deg, rgba(33, 33, 33, 0), #242424);
  bottom: 0;
  height: 120px;
  left: 0;
  position: absolute;
  right: 0;
  transition: .5s cubic-bezier(.05, .61, .41, .95)
}

.section_nangcap .options-mobile .feature-card .label {
  bottom: 30px;
  display: flex;
  height: 60px;
  left: 16px;
  position: absolute;
  right: 16px
}

.field_form .form-group .form-control::placeholder {
  color: #c4c4c4;
}

.section_nangcap .options-mobile .feature-card .label .icon {
  align-items: center;
  background-color: #fff;
  border-radius: 100%;
  display: flex;
  flex-direction: row;
  height: 48px;
  justify-content: center;
  max-width: 48px;
  min-width: 48px
}

.section_nangcap .options-mobile .feature-card .label .icon .number {
  color: #0979fd;
  font-size: 21px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  text-align: center
}

.section_nangcap .options-mobile .feature-card .label .info {
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 10px
}

.section_nangcap .options-mobile .feature-card .label .info>div {
  position: relative;
  transition: .5s cubic-bezier(.05, .61, .41, .95), opacity .5s ease-out
}

.section_nangcap .options-mobile .feature-card .label .info .main {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px
}

.section_nangcap .options-mobile .swiper {
  height: 100%;
  width: 100%
}

.section_nangcap .options-mobile .swiper-slide img {
  display: block;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%
}

.section_nangcap .options-mobile .swiper-slide {
  width: 80%
}

.section_nangcap {
  display: grid;
  grid-template-columns: 3fr 1fr;
  gap: 30px;
  width: 90%;
  align-items: center;
}

@media only screen and (max-width: 992px) {

  .section_nangcap .feature-project-container {
    padding-bottom: 0;
    padding-top: 40px
  }

  .section_nangcap .options {
    display: none
  }

  .section_nangcap .options-mobile {
    display: block !important;
    padding-left: 20px
  }
}

@media only screen and (max-width: 767px) {
  .section_nangcap .options-mobile {
    display: block !important;
    padding-left: 20px !important;
    padding-right: 20px !important
  }
}

.addThis_listing {
  position: fixed;
  bottom: 70px;
  right: 40px;
  display: grid;
  gap: 10px;
}

/***end options***/
.section_video,
.section_products_featured,
.section_doitac,
.page-footer {
  padding: 80px 0;
}

.section_video .video {
  position: relative;
  margin: 0 auto;
  width: 1200px;
  height: 450px;
}

h1.product_title {
  font-size: 20px;
}

.slider-nav1 .item {
  margin-right: 10px;
}

.section_video .video .image,
.product_featured,
.slider-nav1 .image,
.product_hot_media .image,
.product_img_box .image_item a,
.post .image {
  background-size: cover;
  width: 100%;
  position: relative;
  background-position: 50% 50%;
  overflow: hidden;
  border-radius: 20px;
}


.product_hot_media .image {
  height: 100px;
  border-radius: 5px;
}

.slider-nav1 .image {
  height: 65px;
  border-radius: 5px;
}

.product-image .product_img_box .image_item a {
  height: 300px;
  display: block;
}

.section_video .video .image {
  height: 100%;
}

.product_featured {
  height: 350px;
}

.post .image {
  height: 171px;
}

.section_video .video img,
.product_featured img,
.product-image .product_img_box .image_item a img,
.slider-nav1 .image img,
.product_hot_media .image img,
.post .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;
}

.product_featured:hover img,
.post .image:hover img {
  transform: scale(1.1);
  transition: all 0.2s ease;
}

.product_featured .text_product {
  position: absolute;
  left: 40px;
  bottom: 40px;
  max-width: 162px;
}

.section_video .video img {
  position: relative;
}

.section_video .video::before {
  position: absolute;
  content: '';
  top: -10px;
  bottom: -10px;
  left: -10px;
  right: -10px;
  background: #fff;
  opacity: 0.5;
  border-radius: 10px;
  z-index: 0;
}

.play.popup-youtube {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  background: #009D4E;
  color: #fff;
  border-radius: 50%;
}

.play.popup-youtube::before {
  position: absolute;
  content: '';
  border-radius: 50%;
  background: #009D4E;
  opacity: 0.5;
  width: 100%;
  height: 100%;
  animation: play 2s infinite;
}

.product_hot_media .product_hot {
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 20px;
}

.play.popup-youtube i {
  position: relative;
}

@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_contact {
  padding: 100px 300px 50px;
  margin-top: -140px;
}

.section_contact h3.title {
  color: #0075BB;
}

.contact-form-group {
  display: grid;
  grid-template-columns: 10px 1fr;
  gap: 10px;
  padding: 5px 10px;
  border-bottom: 1px solid #ddd;
  border-radius: 10px;
}

.contact-form-group .form-control {
  border: 0;
  padding: 0;
}

.contact-form-group .contact-form-input {
  width: 100%;
  border: 0;
  padding: 0;
  height: 25px;
}

.note_form {
  background: #009d4f6a;
  padding: 10px;
  border-radius: 10px;
  margin-bottom: 20px;
}

.section_contact .form_contact {
  background: #fff;
  width: 400px;
  padding: 20px;
  border-radius: 10px;
}

.btn_baogia {
  background: transparent;
  border: 0;
}

.contact-form-group i {
  color: #0075BB;
  padding-top: 4px;
}

.section_news .header_section h2.title,
.section_doitac .header_section h2.title {
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.section_news .header_section h2.title {
  text-align: center;
}

.section_news .header_section h2.title::before,
.section_doitac .header_section h2.title::before {
  position: absolute;
  content: '';
  bottom: 0;
  width: 30px;
  height: 1px;
  background: var(--color-1st);
}

.section_news .header_section h2.title::before,
.section_news .header_section h2.title::after {
  left: 50%;
  transform: translateX(-50%);
}

.section_doitac .header_section h2.title::before,
.section_doitac .header_section h2.title::after {
  right: 0;
}

.section_news .header_section h2.title::after,
.section_doitac .header_section h2.title::after {
  position: absolute;
  content: '';
  bottom: -5px;
  width: 60px;
  height: 1px;
  background: var(--color-1st);
}

.section_news .header_section .decs {
  width: 50%;
  display: block;
  margin: 0 auto;
  text-align: center;
}

.post {
  display: grid;
  grid-template-columns: 267px 1fr;
  background: #fff;
  padding: 10px;
  border-radius: 10px;
}

.post .post__header {
  padding: 10px;
}

.post h4.title,
.post .post__meta {
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 25px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.post h4.title {
  -webkit-line-clamp: 2;
  font-weight: 600;
}


.post .post__meta {
  -webkit-line-clamp: 3;
}

.post .btn_xemthem a {
  color: #0075BB;
}

.section_doitac .image {
  margin: 10px;
}

.section_doitac .header_section {
  justify-items: end;
}


.page-footer .suppost_footer * {
  color: #fff;
}

.section {
  padding: 100px 0;
}

.page-sidebar .widget-sidebar .widget-content .category-ul a {
  display: block;
  padding: 5px 0;
  transition: all 0.5s ease;
}

.page-sidebar .widget-sidebar .widget-content .category-ul a:hover {
  transform: translateX(10px);
  transition: all 0.5s ease;
  color: var(--color-1st);
}

@media screen and (max-width: 992px) {
  .page-footer * {
    color: #fff;
  }

  .page-footer {
    background-position: right !important;
  }

  .section_contact .form_contact,
  .page-footer .content_footer,
  .section_news .header_section .decs {
    width: 100% !important;
  }

  .section_contact {
    padding: 80px 15px;
    margin-top: 0;
    background-size: cover !important;
  }

  .section_products_featured .products_featured.grid-col-2,
  .section_news .content_section,
  .page-footer .d-grid,
  .post {
    grid-template-columns: 1fr;
  }

  .section_video .video {
    width: 90%;
    height: 250px;
  }

  .section_nangcap {
    display: block;
    padding: 15px;
    width: 100%;
  }

  .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;
  }

  .section h2 {
    font-size: 20px;
    width: 100% !important;
  }

}