.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-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-1-3 {
  grid-template-columns: 1fr 3fr;
}

.grid-col-1-8 {
  grid-template-columns: 1fr 8fr;
}

.gap-10 {
  gap: 10px;
}

.gap-20 {
  gap: 20px;
}

.gap-30 {
  gap: 30px;
}

.gap-40 {
  gap: 40px;
}

.gap-50 {
  gap: 50px;
}

.fade-in {
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

.fade-in.loaded {
  opacity: 1;
}

.menu_left ul,
.menu_right ul,
.dropdown-top-header ul {
  list-style-type: none;
}

.top--header {
  background: var(--color-1st);
}

.top--header * {
  color: #fff;
}

.logo_center .logo a {
  position: relative;
  display: block;
}

.logo_center .logo a img {
  position: relative;
  z-index: 1;
}

.logo_center .logo a::before {
  position: absolute;
  left: 0;
  bottom: -20px;
  width: 100%;
  background: #fff;
  border-radius: 50%;
  content: '';
  height: 100%;
  z-index: 0;
  display: block;
}

.footer_light {
  position: relative;
  background: var(--color-1st);
}

.btn--lnik {
  margin-top: 30px;
  position: relative;
  z-index: 9999;
}

.btn--lnik img {
  max-width: 80px;
}

.bottom--why ul {
  position: relative;
  z-index: 9999;
}

.sticky-top {
  z-index: 99999;
}

.post_wrap {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15), 0 4px 15px rgba(0, 0, 0, 0.13);
  border-radius: 10px;
  padding: 10px;
}

.post_wrap:hover .image_wrap img {
  transform: scale(1.2);
  transition: all 0.2s ease-in-out;
  overflow: hidden;
}

.post_wrap .image_wrap img {
  transition: all 0.2s ease-in-out;
}

.post_wrap .image_wrap {
  position: relative;
  overflow: hidden;
}

.post_wrap .image_wrap .thoigian {
  position: absolute;
  left: 20px;
  bottom: 20px;
  background: var(--color-1st);
  border-radius: 20px;
  padding: 10px;
  color: #fff;
}

.post_wrap .intro_wrap .title h4 a {
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 25px;
  -webkit-line-clamp: 2;
  height: 50px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.post_wrap .intro_wrap .decs {
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 25px;
  -webkit-line-clamp: 3;
  height: 76px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.center--footer * {
  color: #fff;
}

.center--footer {
  padding: 20px 0;
}

.center--footer .contant--footer {
  padding-left: 20px;
  border-left: 1px solid #dddddd47;
}

.top--footer {
  border-bottom: 1px solid #dddddd47;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.menu--fixed {
  display: none;
}

.linkhomes {
    display: grid;
    grid-template-columns: 1fr 1fr
}

.right_link{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.slider_item{
    display: grid;
    grid-template-columns: 1fr 700px;
}

.danhmuctrong .post_contant ul,
.sidebar .widget_recent_post,
.danhmuc ul {
  padding-left: 0;
  list-style-type: none;
}

.danhmuctrong .post_contant ul .icon svg,
.danhmuc ul svg {
  width: 30px;
  height: 30px;
}

.danhmuctrong .post_contant ul li a,
.post_content {
  display: flex;
  gap: 10px;
}

.danhmuctrong,
.sidebar {
  padding: 20px;
  border-radius: 20px;
  box-shadow: 0 0 5px 0 #ddd;
}

.sidebar .post_footer {
  font-size: 14px;
}

.sidebar .post_header h4 {
  font-size: 24px;
  font-weight: 700;
  color: var(--color-1st);
}

.ps-list--categories .last {
  border-bottom: 0;
}

.sidebar {
  position: sticky;
  top: 182px;
}

#product-brand {
  flex-wrap: wrap;
}

.top_menu_pc a {
  color: #fff;
}

.btn-sign-btn {
  background: var(--color-1st);
  color: #ffff;
  border-radius: 20px;
  padding: 10px 30px;
  border: 0;
  white-space: nowrap;
}

.btn-close {
  position: absolute;
  right: 10px;
  top: 10px;
  border: 1px solid var(--color-1st);
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

.sign_up_now1 {
  border: 1px solid var(--color-1st);
  border-radius: 30px;
  padding: 10px 30px;
  text-align: center;
  margin: 20px 0;
}

.product_img_box .image_item a{
    background-position: 50% 50%;
    background-size: cover;
    height: 450px;
    overflow: hidden;
    position: relative;
    display: block;
    width: 100%;
}

.product_img_box .image_item a img{
    bottom: 0;
    font-family: "object-fit: cover;";
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}

.sign_up_now1:hover {
  background: var(--color-1st);
}

.sign_up_now1:hover .btn-sign1 {
  color: #fff;
}

.sign_up_now1 .btn-sign1 {
  background: transparent;
  border: 0;
  color: var(--color-1st);
  width: 100%;
}

.btn-xemthem a {
  background: var(--color-1st);
  border-radius: 30px;
  padding: 10px 40px;
  color: #fff;
}

@-webkit-keyframes pulse-border {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1.75);
    transform: scale(1.75);
    opacity: 0;
  }
}

@keyframes pulse-border {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1.75);
    transform: scale(1.75);
    opacity: 0;
  }
}

.btn-chitiet {
  background: var(--color-1st);
  border-radius: 30px;
  padding: 10px 30px;
}

.blog-new {
  border-radius: 20px;
  overflow: hidden;
}

.blog-new .image {
  position: relative;
}

.blog-new .image .icon-img {
  position: absolute;
  bottom: -30px;
  left: 0;
}

.blog-new .info {
  padding: 40px 20px;
  background: #F1F5FF;
}

.blog-new .info h3 {
  font-weight: 600;
}

.footer-menu .menu .content ul {
  list-style-type: none;
  padding-left: 0;
}

.footer-menu .title h3 {
  font-weight: 700;
}


.select-css {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat, repeat;
  background-position: right 20px top 50%, 0 0;
  background-size: .65em auto, 100%;
}

.select-css::-ms-expand {
  display: none;
}

.select-css:hover {
  border-color: #888;
}

.select-css:focus {
  border-color: #aaa;
  box-shadow: 0 0 0 0 rgba(59, 152, 252, 0);
  box-shadow: 0 0 0 0 -moz-mac-focusring;
  color: #222;
  outline: none;
}

.select-css option {
  font-weight: normal;
  display: block;
  padding: 20px 0;
}

.news-featured .new-featured-the .image img {
  display: block;
  margin: auto;
}

.addThis_listSharing {
  left: 57px !important;
  opacity: 1 !important;
  right: auto !important;
  visibility: visible !important;
}

.footer_light .title h4 {
  font-size: 24px;
  font-weight: 700;
}


/* css slider */

@media (min-width: 992px) {

  .slider,
  .slide {
    height: 100vh;
  }
}

.slide {
  position: relative;
}

.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: 25px;
  left: 0;
}

.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_dows {
  width: 130px;
  height: 130px;
  position: relative;
  border-radius: 50%;
  padding: 10px;
}

.btn_dows::before {
  position: absolute;
  content: '';
  width: 140px;
  height: 140px;
  border: 1px solid #fff;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: transparent;
}

.btn_dows img {
  animation: rotate 6s infinite linear;
  transition: color 0.3s linear, stroke-dasharray 1s linear;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.btn_dows .btn_dow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--color-1st);
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.btn_dows .btn_dow::before {
  content: '';
  width: 70px;
  height: 70px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid #ffff;
  border-radius: 50%;
}

.btn_dows .btn_dow svg {
  width: 15px;
}

.slide__content--headings {
  grid-template-columns: 1fr 430px;
  gap: 20px;
}

.hotline_slider {
  display: flex;
  gap: 20px;
  position: absolute;
  bottom: 20px;
  right: 0;
}

.hotline_slider .hotline .icon {
  margin-bottom: 0;
  padding: 5px 20px 5px 5px;
  border-radius: 100px;
  background: #0000002b;
}

.hotline_slider .hotline .icon span {
  color: #fff;
  padding: 0 10px;
}

.hotline_slider .hotline .icon svg {
  width: 40px;
}

.header_wrap .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.menu_media .menu {
  list-style-type: none;
}

.menu_media.active {
  background: var(--color-1st);    
  padding: 0px 0px 0px 0;
  border-bottom-left-radius: 100px;
  border-bottom-right-radius: 100px;
  border-top-right-radius: 100px;
  border-top-left-radius: 100px;
}

.menu_media {
  background: var(--color-1st);
  padding: 0px 0px 0px 30px;
  border-bottom-left-radius: 200px;
  border-bottom-right-radius: 100px;
  border-top-right-radius: 100px;
  border-top-left-radius: 0px;
}

.header_wrap {
  padding: 20px 0;
}

.btn_header .btn_menu {
  background: transparent;
  border: 1px solid #fff;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  margin: 7px;
}

.menu_media .menu>li>a {
  color: #fff;
  text-transform: uppercase;
  padding: 10px;
}

.menu_media .menu,
.menu_media .link--icon {
  display: flex;
}

.menu_media.active .menu,
.menu_media.active .link--icon {
  display: none;
}

.btn_menu.active .ti-menu::before {
  content: "\e649";
  font-family: 'themify';
}

.language-wrapper .image {
  background-position: 50% 50%;
  background-size: cover;
  overflow: hidden;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}

.language-wrapper .dropdown .dropdown-menu li a {
  background-position: 50% 50%;
  background-size: cover;
  overflow: hidden;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: block;
  position: relative;
}

.language-wrapper .image img,
.language-wrapper .dropdown .dropdown-menu li a img {
  bottom: 0;
  font-family: "object-fit: cover;";
  height: 100%;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

.section .section_about,
.section_location,
.section_products,
.section-news {
  padding: 100px 0;
}

.section_about,
.section_linkhome,
.section-news {
  position: relative;
  overflow: hidden;
}

.section_about::after {
  position: absolute;
  content: '';
  width: 300px;
  height: 300px;
  top: -150px;
  right: 20px;
  background: var(--color-1st);
  border-radius: 100%;
  z-index: 0;
}

.section_about::before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  width: 45%;
  height: 50%;
  background: var(--color-1st);
  border-top-right-radius: 250px;
}

.section_about .intro_about .image {
  background-position: 50% 50%;
  background-size: cover;
  height: auto;
  overflow: hidden;
  padding-top: 100%;
  position: relative;
  border-radius: 100% 100% 0 100%;
  z-index: 1;
}

.section_about .intro_about .image img {
  bottom: 0;
  font-family: "object-fit: cover;";
  height: 100%;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

.section_about .intro_about .intro {
  position: relative;
}

.section_about .intro_about .intro::after {
  position: absolute;
  content: '';
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: var(--color-1st);
  bottom: -100px;
  right: 100px;
}

h4.title_media {
  color: var(--color-1st);
  font-weight: 700;
  text-transform: uppercase;
}

h2.title_media {
  font-size: 45px;
  font-weight: 700;
}

.btn_a a .icon {
  background: var(--color-1st);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: #fff;
  position: relative;
  margin-bottom: 0;
}

.btn_a a .icon i {
  font-size: 12px;
}

.btn_a a .icon::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid var(--color-1st);
  background: transparent;
}

.f-700 {
  font-weight: 500;
}

.f-700 {
  font-weight: 600;
}

.f-700 {
  font-weight: 700;
}

.f-700 {
  font-weight: 800;
}

.section.box.show .section_about::after,
.section.box.show .intro_about .image,
.section.box.show .intro_about .intro,
.section.box.show .section_location .location_left,
.section.box.show .section-news .news_item,
.section.box.show .section-news .news_item.even,
.section.box.show .section_about::before {
  animation-name: fadeInRight;
  transition: all 5s ease;
  transform: translateX(0px);
}

.section.box.show .intro_about .intro {
  opacity: 1;
}

.section.box .intro_about .intro {
  transition: all 1s ease;
  transform: translateY(1000px);
  opacity: 0;
  position: relative;
  z-index: 1;
}

.section.box .intro_about .image {
  transition: all 1s ease;
  transform: translateY(-1000px);
}

.section.box .section_about::before,
.section.box .section_location .location_left,
.section.box .section-news .news_item {
  transition: all 1s ease;
  transform: translateX(-1000px);
}

.section.box .section_about::after,
.section.box .section-news .news_item.even {
  transition: all 1s ease;
  transform: translateX(1000px);
}

.header_wrap.nav-fixed {
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, .15);
}

.home-project-slider1 .item_url .item {
  position: relative;
  overflow: hidden;
}

.home-project-slider1 .item_url .image {
  background-position: 50% 50%;
  background-size: cover;
  height: auto;
  overflow: hidden;
  padding-top: 550px;
  position: relative;
}

.home-project-slider1 h4.title{
    font-size: 16px;
    padding: 10px;
}

.home-project-slider1 .item_url .image img {
  bottom: 0;
  font-family: "object-fit: cover;";
  height: 100%;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

.section_linkhome .item_url {
  position: relative;
}

.section_linkhome .item_url .text_title {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  text-align: center;
  justify-items: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  gap: 20px;
  padding: 40px 0;
}

.slider_item .home-project-slider1 .text_title img {
  width: unset;
}

.linkhomes .left_link{
    padding: 102px 0;
    position: relative;
    z-index: 2;
}

#home-project-slider-next-btn .next-arrow {
  right: -18%;
}

#home-project-slider-next-btn .prev-arrow {
  left: 6%;
}

#home-project-slider-next-btn .main-slide-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: transparent;
  border: 1px solid #fff;
  border-radius: 50%;
  color: #fff;
}

.play_video .icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
}

.play_video svg {
  width: 30px;
  height: 30px;
  fill: var(--color-1st);
}

.play_video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: var(--color-1st);
}

.play_video::after {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #ba853b;
  border-radius: 50%;
  animation: pulse-border 2s ease-out infinite;
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }

  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(2);
    opacity: 0;
  }
}

.location_left {
  position: relative;
}

.section_products {
  background: var(--color-1st);
}

.section_products .content_section {
  display: grid;
  gap: 40px;
}

.right_header_media {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr 7fr;
}

.product_media {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 50px;
  align-items: center;
}

.product_media .image,
.news_item .image {
  background-position: 50% 50%;
  background-size: cover;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 350px;
  border-radius: 10px;
}

.product_media:hover .image>img {
  transform: scale(1.1);
  transition: all 0.2s ease;
}

.product_media .image>img,
.news_item .image>img {
  bottom: 0;
  font-family: "object-fit: cover;";
  height: 100%;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  transition: all 0.2s ease;
}

.product_media .image .btn_dows {
  position: absolute;
  bottom: 30px;
  right: 30px;
  transform: rotate(-140deg);
}

.product_media.even .intro_product {
  grid-row: 1;
}

.product_media.even {
  grid-template-columns: 1fr 2fr;
}

.product_media h2.title_media {
  color: var(--color-1st);
  text-shadow: 0px 0px 4px #ffff;
  font-size: 70px;
}

.product_media.even .image .btn_dows {
  right: unset;
  left: 30px;
  transform: rotate(140deg);
}

.product_media.even .intro_product {
  text-align: right;
}

.section_products .btn_a a:hover {
  color: #fff;
}

.news_item .btn_dows {
  margin-top: -82px;
  transform: rotate(-140deg);
    width: 115px;
    height: 115px;
}

.news_item .btn_dows::before{
    width: 120px;
    height: 120px;
}

.field_form {
  width: 30%;
  margin: 0 auto;
  box-shadow: 0 0px 8px var(--color-1st), 0 7px 12px rgba(255, 255, 255, 0.13);
  padding: 40px 20px 20px;
  border-radius: 10px;
  position: relative;
  margin-top: 50px;
}

.field_form .icon_top {
  position: absolute;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  top: -20px;
  left: 50%;
  box-shadow: 0 0px 8px var(--color-1st), 0 7px 12px rgba(255, 255, 255, 0.13);
  transform: translateX(-50%);
  background: #fff;
  border-radius: 50%;
}

.field_form .icon_top svg {
  width: 20px;
  fill: var(--color-1st);
}

.field_form .form-group {
  display: grid;
  grid-template-columns: 1fr 12fr;
  align-items: center;
  border: 1px solid var(--color-1st);
  border-radius: 50px;
  padding: 5px;
}

.field_form .form-group .form-control {
  border: 0;
  background: transparent;
}

.btn-request button {
  background: var(--color-1st);
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.container-media,
.footer_light {
  padding: 0 15px;
}


/* 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 */


.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: 88px;
}

.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: flex;
  margin-bottom: 0;
}

.nav_menu_ul a {
  font-size: 16px;
}


.menu_mobile_media .nav_right {
  background: #2b3036;
}

.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,
.nav_menu_category h4.title,
.nav_menu_category .header_menu i,
.close_categories_child i,
.nav_menu_category ul li a,
.nav_menu_category_child h4.title,
.nav_menu_category_child 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;
}

.nav_menu_category .header_menu,
.nav_menu_category_child .header_menu {
  border-bottom: 1px solid #fff;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.nav_menu_category .content_menu ul,
.nav_menu_category_child .content_menu ul {
  padding-left: 0;
}

.nav_menu_media .nav_menu_ul>li,
.content-child .menu-child li {
  border-bottom: 1px solid #ffffff66;
}

.nav_menu_category .content_menu ul li,
.nav_menu_category_child ul>li {
  padding: 20px;
  border-bottom: 1px solid #ffffff66;
}

.nav_menu_category .content_menu ul li.last,
.nav_menu_category_child ul>li.last {
  border-bottom: 0;
}

.menu_mobile .nav_menu_ul {
  display: grid;
}


.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: #2b3036;
}

.menu-child-child-media .menu-child {
  list-style-type: none;
}

.menu-child-media .header-child,
.menu-child-child-media .header-child {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 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,
.menu-child-child-media .content-child .menu-child a {
  padding: 20px;
  display: block;
  color: #ffff;
}

.nav_menu_ul .nav-link.nav_item {
  padding: 15px;
}

.btn_on_menu_child,
.btn_on_menu_child_child {
  width: 40px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  background: transparent;
  border-left: 1px solid #fff !important;
}

.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-media.active,
.menu-child-child-media.active {
  right: 0;
  visibility: visible;
  transition: all 0.2s;
}

.middle-header .sub-menu-wrap {
  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: 200px;
  padding: 0 10px;
  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;
}

.middle-header .dropdown:hover .sub-menu-wrap {
  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;
}

.middle-header .sub-menu-wrap .sub-menu {
  list-style-type: none;
  padding-left: 0;
}

.middle-header .sub-menu-wrap .sub-menu .menu-item {
  position: relative;
  padding: 5px 0;
  border-bottom: 1px solid #dddd;
}

.middle-header .sub-menu-wrap .sub-menu .menu-item::before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: var(--color-1st);
  transition: all 0.2s ease;
}

.middle-header .sub-menu-wrap .sub-menu .menu-item:hover:before {
  width: 100%;
  transition: all 0.2s ease;
}

.middle-header .sub-menu-wrap .sub-menu .menu-item .sub-menu-wrap-chlid {
  position: absolute;
  left: 100%;
  width: 300px;
  background: #fff;
  top: 0;
  transform: translateY(40px);
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease;
}


.middle-header .sub-menu-wrap .sub-menu .menu-item:hover .sub-menu-wrap-chlid {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
  transition: all 0.2s ease;
}

body:not(.index) .fixed-top {
  position: sticky;
}

.dantrang {
  background: var(--color-1st);
}

.dantrang *,
.breadcrumb-item.active,
.breadcrumb-item+.breadcrumb-item::before {
  color: #fff;
}

.suppot_footer ul {
  list-style-type: none;
  padding-left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}

#filter_categories .title_p h3 {
  padding: 20px;
  border-bottom: 1px solid var(--color-1st);
  margin-bottom: 0;
}

.product_wraps .product_wrap .product_img a {
  background-position: 50% 50%;
  background-size: cover;
  height: 300px;
  width: 100%;
  overflow: hidden;
  position: relative;
  display: block;
  border-radius: 10px;
}

.product_wraps .product_wrap .product_img img {
  bottom: 0;
  font-family: "object-fit: cover;";
  height: 100%;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  transition: filter .6s, opacity .6s, transform .6s, box-shadow .3s;
}

.product_wraps .product_wrap:hover .product_img img {
  transform: scale(1.1);
  transition: filter .6s, opacity .6s, transform .6s, box-shadow .3s;
}

.icon-click svg {
  width: 25px;
  position: relative;
}

.btn_xemthempro a {
  display: flex;
  gap: 10px;
}

.btn_xemthempro a .icon-click {
  position: relative;
}

.btn_xemthempro a .icon-click::before {
  content: '';
  width: 110%;
  height: 110%;
  position: absolute;
  left: -5%;
  top: -5%;
  border-radius: 50%;
}

.product_wrap:hover .icon-click .hover {
  transform: unset;
}

.product_wrap:hover .btn_xemthempro a .icon-click::before {
  background: #950000;
  box-shadow: 0 1rem 1rem 0 #0000001a;
}

.btn_xemthempro a .icon-click svg .normal,
.btn_xemthempro a .icon-click::before,
.icon-click .hover {
  transition: all .3s ease-in-out;
}

.product_wrap:hover .icon-click .hover {
  color: #fff;
}

.icon-click .hover {
  transform: translateX(calc(-100% + 1rem));
}

.product_wraps .product_wrap .text_info {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.product_img_zoom {
  background-position: 50% 50%;
  background-size: cover;
  height: 400px;
  overflow: hidden;
  position: relative;
  width: 100%;
  display: block;
}

.slider-nav1 .image_item .image {
  background-position: 50% 50%;
  background-size: cover;
  height: 100px;
  overflow: hidden;
  position: relative;
  width: 90%;
  display: block;
  margin: auto;
}

.product_img_zoom .product_img_si,
.slider-nav1 .image_item .image img {
  bottom: 0;
  font-family: "object-fit: cover;";
  height: 100%;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

.products-content-top h1.product_title {
  color: var(--color-1st);
  font-weight: 600;
}

.product_gallery_items:not(.slick-initialized) {
  display: none;
}

.product_wrap h4.title a{
color: var(--color-1st) !important;
}

.news_item .danhmuc a{
    color: #fff;
}

.news_item .danhmuc{
    position: absolute;
    top: 30px;
    left: 30px;
    z-index: 1;
    background: var(--color-1st);
    padding: 5px 25px;
    border-radius: 30px;
}

h4.title,
h4.title_media{
    font-size: 20px;
}

.btn_xemthempro a:hover {
    color: var(--color-1st) !important;
}


.btn_a a:hover span{
    color: var(--color-1st);
}

.section_products .btn_a a:hover span{
    color: #fff;
}

.sub-menu-wrap .menu-item a:hover,
.product_share li a:hover,
.suppot_footer li a:hover{
    color: var(--color-1st);
}

@media (max-width: 575.98px) {}

@media (max-width: 767.98px) {}

@media (max-width: 991.98px) {

.news_item .btn_dows{
    position: absolute;
    right: 0;
    bottom: 100px;
}

.news_item .text_title{
    display: block;
        position: relative;
}

.suppot_footer img{
    width: 30px;
}

.hotline_slider .hotline .icon svg{
    width: 30px;
    height: 30px;
}
.hotline_slider .hotline .icon span{
    font-size: 12px;
}

.linkhomes .left_link{
    padding: 0px 0;
}

.right_link{
    position: unset;
}

.linkhomes,
.slider_item{
    display: block;
}

.linkhome .slider_item{
    padding: 0 15px;
}

  .suppot_footer ul {
    display: grid;
    justify-content: start;
  }

  .language-wrapper .dropdown .btn,
  .language-wrapper .dropdown .dropdown-menu.language_bar_chooser li {
    height: 35px;
    width: 35px;
  }

  .section .section_about,
  .section_location,
  .section_products,
  .section-news {
    padding: 50px 0;
  }

  h2.title_media {
    font-size: 28px;
  }

  .field_form {
    width: 90%;
  }

  .btn_dows {
    width: 110px;
    height: 110px;
  }

  .home-project-slider .item_url .image {
    padding-top: 50vh;
  }

  .section_linkhome {
    padding: 40px 0;
  }

  .intro_links {
    padding-bottom: 30px;
  }

  .intro_about.grid-col-2,
  .location.grid-col-2,
  .header_section.grid-col-1-3,
  .product_media,
  .product_media.even,
  .content_section.grid-col-2,
  .shop_container.grid-col-2,
  .item-blog.grid-col-3 {
    grid-template-columns: repeat(1, 1fr);
  }

  .product_media.even .intro_product {
    grid-row: unset;
  }

  .header_section.grid-col-1-3.gap-50,
  .product_media {
    gap: 20px;
  }

  .section.box .intro_about .intro,
  .location_right {
    grid-row: 1;
  }

  .section_about::before {
    width: 90%;
    height: 30%;
  }

  .section_about::after {
    width: 200px;
    height: 200px;
    top: -100px;
  }

.pr_detail .price{
    font-size: 16px;
}

  #filter_categories {
    display: none;
  }

h1.product_title{
  font-size: 28px;
}

h4.title,
h4.title_media{
    font-size: 20px;
}

.numbers {
gap: 0;
}

.number {
gap: 10px;
}

.number:nth-child(1){
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #dddd;
    padding: 0 15px 15px 0;
}

.number:nth-child(2){
        padding: 0 0 15px 15px;
}
.number:nth-child(3){
        padding: 15px 15px 0 0;
}
.number:nth-child(4){
    border-left: 1px solid #ddd;
    border-top: 1px solid #dddd;
    padding: 15px 0 0 15px;
}
.numbers img{
    width: 40px;
}

}

@media (max-width: 1199.98px) {}

@media (max-width: 1399.98px) {}