.d-grid {
  display: grid;
}

.grid-col-4 {
  grid-template-columns: repeat(4, 1fr);
}

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

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

.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;
}

.section h2 {
  font-weight: 700;
  font-size: 40px;
}

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

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

.moblie_header {
  display: none;
}

.middle-header {
  background: #fff;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.11);
}

.menu-media ul,
.dropdown-top-header ul {
  list-style-type: none;
}

.top--header {
  background: url(../images/bg-header.png);
}

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

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

.bottom--why ul {
  list-style-type: none;
  display: flex;
  gap: 20px;
  justify-content: space-around;
  padding-left: 0;
  margin-bottom: 0;
  padding: 30px 0;
}

.bottom--why {
  background: #91be7d29;
}

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

.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;
}

.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;
  font-size: 12px;
}

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

.post_wrap .intro_wrap .title h4 a {
  font-weight: 600;
}

.post_wrap .intro_wrap {
  padding: 10px;
}

.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;
}

.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: 0;
  border-radius: 10px;
  box-shadow: 0 0 5px 0 #ddd;
  overflow: hidden;
}

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

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

.danhmuctrong .post_header h4 {
  padding: 10px;
  font-size: 24px;
  font-weight: 700;
  color: var(--color-1st);
  border-bottom: 1px solid var(--color-1st);
  margin-bottom: 25px;
}

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

.ps-list--categories {
  padding-bottom: 0;
  margin-bottom: 0;
}

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

.shop_container {
  margin-bottom: 40px;
}

.btn_contant a {
  background: var(--color-1st);
  padding: 10px 20px;
  border-radius: 5px;
  color: #ffff;
}

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

/* 
css slider swiper
*/

.hero-slider {
  width: 100%;
  height: 700px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 0;
}

@media (max-width: 991px) {
  .hero-slider {
    height: 600px;
  }
}

@media (max-width: 767px) {
  .hero-slider {
    height: 500px;
  }
}

.hero-slider .swiper-slide {
  overflow: hidden;
  color: #fff;
}

.hero-slider .swiper-container {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.hero-slider .slide-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: left;
}

.hero-slider .swiper-button-prev,
.hero-slider .swiper-button-next {
  background: transparent;
  width: 55px;
  height: 55px;
  line-height: 53px;
  margin-top: -30px;
  text-align: center;
  border: 2px solid #d4d3d3;
  border-radius: 55px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.hero-slider:hover .swiper-button-prev,
.hero-slider:hover .swiper-button-next {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}

@media (max-width: 767px) {
  .hero-slider .swiper-button-prev,
  .hero-slider .swiper-button-next {
    display: none;
  }
}

.hero-slider .swiper-button-prev {
  left: 25px;
  transform: translateX(50px);
}

.hero-slider .swiper-button-prev:before {
  content: "\276C";
  font-size: 15px;
  color: #d4d3d3;
  font-style: normal;
  display: inline-block vertical-align middle;
  font-weight: 900;
}

.hero-slider .swiper-button-next {
  right: 25px;
  transform: translateX(-50px);
}

.hero-slider .swiper-button-next:before {
  content: "\276D";
  font-size: 15px;
  color: #d4d3d3;
  font-style: normal;
  display: inline-block vertical-align middle;
  font-weight: 900;
}

.hero-slider .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  text-align: left;
  line-height: 12px;
  font-size: 12px;
  color: #000;
  opacity: 0.3;
  background: #fff;
  transition: all 0.2s ease;
}

.hero-slider .swiper-pagination-bullet-active {
  opacity: 1;
}

.hero-slider .swiper-container-horizontal > .swiper-pagination-bullets,
.hero-slider .swiper-pagination-custom,
.hero-slider .swiper-pagination-fraction {
  bottom: 30px;
}

@media screen and (min-width: 992px) {
  .hero-slider .swiper-container-horizontal > .swiper-pagination-bullets,
  .hero-slider .swiper-pagination-custom,
  .hero-slider .swiper-pagination-fraction {
    /*     display: none; */
  }
}

.swiper-pagination {
  text-align: left;
}

.hero-slider .swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 50px;
  max-width: 1200px;
  padding: 0 15px;
  margin: 0 auto;
  left: 50%;
  transform: translateX(-50%);
}

.section-project .content .item {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}

.section-project .content .left-items .item {
  max-height: 555px;
}

.section-project .content .item .title_duan {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  margin-bottom: 0;
}

.section-project .content .item .title_duan {
  color: #fff;
  padding: 20px 10px;
  display: flex;
  background: linear-gradient(180deg, #ffffff00, #0000007e);
}

.section-project .content .item:hover .title_duan {
  background: linear-gradient(180deg, #4173c800, #4173c8);
}

.section-why {
  position: relative;
  padding-top: 200px;
  padding-bottom: 50px;
  margin: 100px 0;
}

.section-why * {
  color: #fff;
}

.section-why .logo_why {
  position: absolute;
  left: 200px;
  bottom: 95%;
}

.section-why .left-why {
  position: relative;
}

.section-why .btn-file {
  background: var(--color-1st);
  padding: 15px 40px;
  border-bottom-left-radius: 30px;
  border-top-right-radius: 30px;
  position: absolute;
  top: 50%;
  transform: translate(-50%);
  right: -100px;
  color: #ffff;
  display: inline-flex;
  gap: 20px;
  align-items: center;
}

.counter-container .counter-number::before {
  position: absolute;
  content: "+";
  right: -30px;
}

.counter-number {
  position: relative;
}

.counter-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  justify-content: space-around;
  align-items: center;
  background-color: #4173c8;
  border-bottom-left-radius: 50px;
  border-top-right-radius: 50px;
  padding: 20px;
  color: white;
  text-align: center;
  margin-top: 50px;
  margin-bottom: -120px;
}

.counter-item {
  flex: 1;
}

.counter-number {
  font-size: 50px;
  font-weight: bold;
  display: inline;
}

.counter-title {
  margin-top: 10px;
  font-size: 18px;
}

@media (min-width: 767px) {
  .hero-slider .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 30px;
  }
}

/*--------------------------------------------------------------
	#hero-style
--------------------------------------------------------------*/
.hero-style {
  height: 850px;
  transition: all 0.4s ease;
}

@media (max-width: 991px) {
  .hero-style {
    height: 600px;
  }
}

@media (max-width: 767px) {
  .hero-style {
    height: 500px;
  }
}

@media screen and (min-width: 992px) {
  .hero-style .container {
    padding-top: 95px;
  }
}

.hero-style .slide-title,
.hero-style .slide-text,
.hero-style .slide-btns {
  max-width: 690px;
}

.hero-style .slide-title h2 {
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
  color: #ffffff;
  margin: 0 0 30px;
  text-transform: capitalize;
  transition: all 0.4s ease;
}

.section-intro .intro .left-intro {
  position: relative;
}

.section-intro .intro .left-intro .link_youtube_a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.play {
  position: absolute;
  z-index: 1;
}

.circle {
  stroke-dasharray: 52;
  animation: 3s linear infinite rotate;
  transition: color 1s linear, stroke-dasharray 1s linear;
  position: absolute;
  z-index: 0;
}

.bottom--categories .categories {
  list-style-type: none;
  display: flex;
  padding-left: 0;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  background: var(--color-1st);
  border-bottom-left-radius: 30px;
  border-top-right-radius: 30px;
  transform: translateY(20px);
  margin-top: -20px;
  margin-bottom: 0px;
  position: relative;
}

.bottom--categories .categories li {
  padding: 10px 25px;
}

.bottom--categories .categories li a {
  color: #fff;
  white-space: nowrap;
    display: flex;
    align-items: center;
    gap: 10px;
}

.categories .category-first {
  border-bottom-left-radius: 30px;
}

.categories > li:hover {
  background: #ed2f2f;
  border-radius: 0;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
}

.categories > li:hover > a {
  font-weight: 700;
}

.categories-child:hover .sub--child {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  transition: all 0.2s ease;
}

.categories-child .sub--child {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  list-style-type: none;
  background: var(--color-1st);
  padding-left: 0;
  text-align: left;
  /* border-top-left-radius: 20px; */
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-20px);
  transition: all 0.2s ease;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.section-products .product {
  position: relative;
}

.section-products .product .btn-b {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  color: #fff;
  font-size: 30px;
  justify-content: center;
  align-items: center;
  background: #0000005e;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease;
}

.section-products * {
  color: #fff;
}

.section-products .product:hover .btn-b {
  opacity: 1;
  visibility: visible;
  transition: all 0.2s ease;
}

.btn-c {
  text-align: right;
  position: relative;
}

.btn-c a .icon-i {
  position: absolute;
  top: 0px;
  left: 10px;
}

.btn-c a {
  position: relative;
  color: #fff;
  background: var(--color-1st);
  border-bottom-left-radius: 20px;
  border-top-right-radius: 20px;
  padding: 10px 40px;
}

.section-products {
  position: relative;
}

.logo-pro {
  position: absolute;
  bottom: 95%;
  right: 40px;
}

.section-news .top-new .item {
  position: relative;
}

.section-news .top-new {
  margin-bottom: 20px;
}

.section-news .top-new span {
  position: absolute;
  bottom: 20px;
  left: 20px;
  background: var(--color-1st);
  border-bottom-left-radius: 20px;
  border-top-right-radius: 20px;
  padding: 10px 40px;
  color: #fff;
}

.categories-child a,
.lien-he a {
  position: relative;
}

.categories-child > a::before {
  position: absolute;
  content: "+";
  right: -10px;
}

.lien-he a::after {
  font-family: "Linearicons" !important;
  content: "\ec44";
}

.sub--child-child {
  padding-left: 0;
  list-style-type: none;
}

.sub--child-child li a {
  font-size: 14px;
}

.bottom--categories .categories .sub--child > li a:hover {
  color: #ed892f;
}

.sub--child > li > a {
  padding: 10px;
  display: block;
  border-bottom: 1px solid #ffff;
}

.header_wrap.nav-fixed .top--header {
  display: none;
}

.header_wrap.nav-fixed .top_menu_pc {
  padding: 5px 0 !important;
    display: none !important;
}

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

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

@media (max-width: 1199px) {
  .hero-style .slide-title h2 {
    font-size: 75px;
  }
}

@media (max-width: 991px) {
  .hero-style .slide-title h2 {
    font-size: 50px;
    margin: 0 0 35px;
  }
}

@media (max-width: 767px) {
  .hero-style .slide-title h2 {
    font-size: 35px;
    margin: 0 0 30px;
  }
}

.hero-style .slide-text p {
  opacity: 0.8;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: normal;
  color: #ffffff;
  margin: 0 0 40px;
  transition: all 0.4s ease;
}

@media (max-width: 767px) {
  .hero-style .slide-text p {
    font-size: 16px;
    font-size: 1rem;
    font-weight: normal;
    margin: 0 0 30px;
  }
}

.hero-style .slide-btns > a:first-child {
  margin-right: 10px;
}

/*--------------------------------------------------------------
	#button-style
--------------------------------------------------------------*/
.theme-btn,
.theme-btn-s2 {
  background-color: #151515;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  color: #fff;
  padding: 9px 32px;
  border-bottom-left-radius: 30px;
  border-top-right-radius: 30px;
  text-transform: uppercase;
  display: inline-block;
  line-height: initial;
  transition: all 0.4s ease;
}

a {
  text-decoration: none;
  transition: all 0.2s ease;
}

.theme-btn:hover,
.theme-btn-s2:hover,
.theme-btn:focus,
.theme-btn-s2:focus,
.theme-btn:active,
.theme-btn-s2:active {
  background-color: #2b3b95;
  color: #fff;
}

.theme-btn-s3 {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  color: #ffffff;
  text-transform: uppercase;
}

i.fa-chevron-circle-right {
  height: 22px;
  width: 22px;
}

a:hover {
  text-decoration: none;
}

@media (max-width: 991px) {
  .theme-btn,
  .theme-btn-s2,
  .theme-btn-s3 {
    font-size: 13px;
    padding: 15px 25px;
  }
}

@media (max-width: 767px) {
  .theme-btn,
  .theme-btn-s2 {
    padding: 13px 20px;
    font-size: 13px;
  }
}

/* css slider */

@media (min-width: 992px) and (max-width: 1366px) {
  .slider,
  .slide {
    height: 100vh;
  }
}
@media (min-width: 1140px) and (max-width: 2000px) {
  .slide .slide__content .container {
    transform: translateY(-70px);
  }
}

@media (min-width: 1400px) {
  .slider,
  .slide {
    height: 80vh;
  }
}

.slide {
  position: relative;
}

.slide .slide__img {
  width: 100%;
  height: auto;
  overflow: hidden;
}

@media (min-width: 992px) {
  .slide .slide__img {
    position: absolute;
    top: 0;
    left: 0;
  }
}

.slide .slide__img img {
  width: 100%;
  height: auto;
  opacity: 1 !important;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  transition: all 1s ease;
}

.slide .slide__content {
  height: 100%;
}

.slide .slide__content .container {
  height: 100%;
  display: flex;
  align-items: center;
}

.slide .slide__content--headings {
  color: #fff;
}

.slide .slide__content--headings h2 {
  font-size: 4rem;
  margin: 30px 0;
  width: 50%;
}

.slide__content .text-decs .decs {
  width: 34%;
  margin-bottom: 30px;
}

.slide .slide__content--headings .animated {
  transition: all 0.5s ease;
}

.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%;
}

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

.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.product_header_info h3 {
  font-size: 26px;
  color: var(--color-1st);
}

.product_wrap:hover img {
  transition: all 0.2s;
  transform: scale(1.2);
}

.product_wrap:hover .product_title a {
  color: var(--color-1st);
}

.current-menu-item {
  background: var(--color-1st);
}

.product_wrap img {
  transition: all 0.2s;
}

.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;
}

.btn_xemthem_content {
  display: flex;
  justify-content: center;
  margin: 20px 0;
}

.text-caterogies {
  height: 140px;
  overflow: hidden;
  transition: all 0.2s;
}

.text-caterogies.active {
  height: 100%;
  overflow: visible;
  transition: all 0.2s;
}

.btn_xemthem_content button {
  border: 0;
  background: var(--color-1st);
  padding: 10px 20px;
  border-radius: 5px;
  position: relative;
}

.btn_xemthem_content button::before {
  content: "Expand";
  color: #fff;
}

.btn_xemthem_content.active button::before {
  content: "Collapse";
}

.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, 0.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 */

.banner__slider {
  position: relative;
}

.doitac_slider {
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
}

.item_doitac img {
  width: 50%;
  margin: 0 auto;
}

.doitac_slider .item_doitac .item {
  margin: 5px;
}

.item_chitiet .product_title {
  color: var(--color-1st);
}

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

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

@media (max-width: 991.98px) {
  .banner__slider .slide__content {
    position: absolute;
    top: 0;
    left: 0;
  }

  .slide .slide__content--headings h2 {
    font-size: 2rem;
    margin: 30px 0;
    width: 64%;
  }

  .item-blog.grid-col-3 {
    grid-template-columns: 1fr;
  }
  .btn-c {
    display: block;
    margin: 30px 0;
  }

  .counter-container {
    margin-bottom: -145px;
  }

  .counter-number {
    font-size: 30px !important;
  }

  .section-project .content.grid-col-1-3,
  .top-item.grid-col-3,
  .top-new {
    grid-template-columns: 1fr;
  }

  .section-products .conent.grid-col-4,
  .counter-container {
    grid-template-columns: 1fr 1fr !important;
  }

  .logo-pro,
  .logo_why {
    display: none;
  }

  .botton-content {
    display: block;
  }

  .navbar.show .navbar-collapse.mobile_side_menu {
    right: 0;
    width: 70%;
  }

  .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.2);
    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 0.4s;
  }

  .menu--fixed .menu__icon span {
    width: 100%;
    height: 0.25rem;
    border-radius: 0.125rem;
    background-color: #fff;
    box-shadow: 0 0.5px 2px 0 hsla(0, 0%, 0%, 0.2);
    transition: width 0.4s, transform 0.4s, background-color 0.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: sticky;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99999;
    display: block;
  }

  .support-moidle {
    position: absolute;
    bottom: 140%;
    right: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15), 0 4px 15px rgba(0, 0, 0, 0.13);
  }

  .dropdown-toggle {
    position: absolute;
    top: 15px;
    right: 20px;
    width: 30px;
    height: 30px;
  }

  .support-moidle.show {
    opacity: 1;
    visibility: visible;
    transition: all 0.2s ease;
  }

  .support-moidle .support {
    padding-left: 0;
    list-style-type: none;
    background-color: var(--color-1st);
    width: 180px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    padding: 10px;
  }

  .support-moidle .support img {
    width: 30px;
    height: 30px;
  }

  .bottom--why ul {
    flex-wrap: wrap;
  }

  .moblie_header {
    display: block;
  }

  .moblie_header {
    background: #fff;
  }

  .section-products .btn-c,
  .section-news .btn-c {
    text-align: left !important;
  }

  .section-project .btn-c {
    text-align: right !important;
  }

  .pr_search_icon {
    background: var(--color-1st);
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
  }

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

  .moblie_header .center_header {
    text-align: center;
    position: relative;
    padding: 25px 0;
  }

  .moblie_header .center_header .logo img {
    width: 150px;
  }

  .timkiem {
    position: absolute;
    right: 0;
    top: 110px;
    z-index: 999;
    width: 100%;
  }

  .section .grid-col-2,
  .section--news .grid-col-3 {
    grid-template-columns: 1fr 1fr;
  }

  .section h2 {
    font-size: 20px;
    width: 100% !important;
  }

  .addThis_listSharing {
    display: none;
  }

  .footer_light .container,
  .menu--footer.grid-col-2 {
    grid-template-columns: 1fr;
  }

  .logo--footer {
    text-align: center;
  }

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

  .mobile_side_menu .menu-title {
    border-bottom: 1px solid var(--color-1st);
    background: #fff;
  }

  .blog-media .container.grid-col-3-1 {
    grid-template-columns: 1fr;
  }

  .order-first {
    order: 0 !important;
  }

  .product_header .product_header_left,
  .product_header_right samll {
    font-size: 10px;
  }

  #filter_categories {
    margin-bottom: 30px;
  }

  .slide__content .text-decs .decs {
    width: 85%;
  }

  .shop_container .whitebox-cover .d-grid.grid-col-4 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767.98px) {
  .section--news .grid-col-3 {
    grid-template-columns: 1fr !important;
  }

  .section .grid-col-2,
  .section--number .number--home {
    grid-template-columns: 1fr !important;
  }

  .section--number .number--home .image .link--catalogue {
    left: 0;
  }
}

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