
.section_cate {
  position: relative;
  margin-bottom: 40px
}
.desc-xt li {
    list-style: unset !important;
}
.elementor-shortcode h2 {
	text-transform: uppercase;
	color: #fff;
	font-size: 25px;
	margin-bottom: 18px;
	font-weight: 600;
}
.desc-xt ul {
    margin-left: 30px;
}
li.btn-view-kerper a:hover {
    background: #025cff;
}
.home-top-left {
    display: block !important;
}

.btn-all-web-action {
    text-align: center;
}

.list_cate .slide_cate .item:last-child span {
    font-size: 12px;
}

#scrollableDiv::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

#scrollableDiv::-webkit-scrollbar {
    width: 10px;
    background-color: #F5F5F5;
}

#scrollableDiv::-webkit-scrollbar-thumb {
    background-color: #333;
    border: 2px solid #555555;
    border-radius: 25px;
}

#scrollableDiv {
    height: 410px;
    overflow: hidden;
    transition: height 0.5s;
}

#scrollableDiv.haha {
    height: 360px;
    transition: height 0.5s;
    overflow-y: scroll;
}

.cate_home .list_cate .item {
    width: 33.33%;
}

.slick-arrow {
    display: inline-flex;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    background-color: #cfcfcf;
    justify-content: center;
    align-items: center;
    top: 50%;
}

.slick-arrow i {
    font-size: 18px;
    color: gray;
}

.slick-arrow.slick-next {
    right: 5px;
}

.slick-arrow.slick-prev {
    right: 50px;
    left: unset;
}

.selling .slick-arrow.slick-next {
    left: 50px;
    right: unset;
}

.selling .slick-arrow.slick-prev {
    right: unset;
    left: 5px;
}

.slick-dots li {
    border-radius: 3px;
    width: 20px;
    height: 3px;
    background-color: #a8a8a8;
    line-height: 9px;
}

.slick-dots li.slick-active {
    background-color: unset;
}

.slick-dots li button::before {
    content: unset;
}

.slick-dots {
    position: absolute;
    bottom: -13px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    margin: 0 auto;
    left: 0;
    right: 0;
}
.blog__content p {
	color: #333;
    font-size: 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    line-height: 1.5;
    text-overflow: ellipsis;
}

@media (max-width: 767px) {
	.entry-header-all tr td {
    width: 100% !important;
    display: block !important;
}
  .section_cate {
    margin-bottom: 15px
  }
}

.section_cate .box-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative
}

@media (max-width: 767px) {
  .section_cate .box-title {
    display: block
  }
}

.section_cate .box-title .ul_list_cate {
  text-align: center;
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  padding-right: 150px;
}

.section_cate .swiper_cates .slick-arrow {
  top: -20px;
}

@media (max-width: 767px) {
  .section_cate .box-title .ul_list_cate {
    justify-content: center;
    width: 100%;
    overflow-x: scroll;
    margin-top: 10px
  }
}

@media (max-width: 767px) {
  .section_cate .box-title .ul_list_cate {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    justify-content: inherit
  }
}

.section_cate .box-title .ul_list_cate .item-link {
  margin-bottom: 0;
  cursor: pointer;
  display: flex;
  margin: 0px;
  font-size: 16px;
  padding: 5px 10px;
  transition: 0s all
}

.section_cate .box-title .ul_list_cate .item-link:last-child {
  padding-right: 0px
}

.section_cate .box-title .ul_list_cate .item-link:first-child {
  padding-left: 0px
}

.section_cate .box-title .ul_list_cate .item-link a {
  position: relative;
  display: block;
  margin-top: 0;
  font-weight: 600;
  font-size: 16px;
  color: #333
}

.section_cate .box-title .ul_list_cate .item-link a:hover {
  color: #f8c144
}
.counter__content {
    text-align: center;
}
@media (max-width: 767px) {
  .section_cate .box-title .cate-next-prev {
    display: none
  }
}

.section_cate .box-title .cate-next-prev svg path {
  fill: #7e7e7e
}

.section_cate .box-title .cate-next-prev .section-1-prev {
  display: inline-flex;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  background-color: #f2f3f4;
  justify-content: center;
  align-items: center
}

@media (min-width: 767px) {
  .section_cate .box-title .cate-next-prev .section-1-prev:hover {
    background-color: #0ea04b
  }

  .section_cate .box-title .cate-next-prev .section-1-prev:hover svg path {
    fill: #fff
  }
}

.section_cate .box-title .cate-next-prev .section-1-next {
  display: inline-flex;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  background-color: #f2f3f4;
  justify-content: center;
  align-items: center
}

@media (min-width: 767px) {
  .section_cate .box-title .cate-next-prev .section-1-next:hover {
    background-color: #0ea04b
  }

  .section_cate .box-title .cate-next-prev .section-1-next:hover svg path {
    fill: #fff
  }
}

.section_cate .box-title .cate-next-prev .swiper-button-disabled {
  opacity: 0.4;
  cursor: inherit;
  display: inline-flex !important
}

.section_cate .box-title .cate-next-prev>div {
  cursor: pointer
}

.section_cate .box_cate_index {
  margin-top: 0px !important;
  padding: 10px 0px
}

@media (max-width: 767px) {
  .section_cate .box_cate_index {
    overflow: initial
  }

  .section_cate .box_cate_index.swiper-wrapper {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    margin-right: -15px;
    margin-left: -15px;
    padding-left: 7.5px;
    padding-right: 7.5px;
    width: auto
  }

  .section_cate .box_cate_index.swiper-wrapper .swiper-slide {
    padding-left: 7.5px;
    padding-right: 7.5px;
    -ms-flex: 0 0 125px;
    flex: 0 0 125px;
    max-width: 125px;
    min-width: 125px;
    margin-bottom: 7px
  }

  .section_cate .box_cate_index .swiper-button-prev,
  .section_cate .box_cate_index .swiper-button-next {
    display: none
  }
}

.section_cate .box_cate_index .item-cate {
  border: 1px solid #f4f6fa;
  border-radius: 5px;
  padding: 5px;
  position: relative;
  display: block;
  transition: 0.3s all;
  background-color: #f4f6fa;
  text-align: center
}

.section_cate .box_cate_index .item-cate .icon_cate {
  overflow: hidden;
  width: 100%;
  display: flex;
  -o-justify-content: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  -os-justify-content: center;
  -o-display: flex;
  -moz-display: flex;
  -webkit-display: flex;
  -os-display: flex;
  align-items: center;
  position: relative;
  height: auto !important;
  padding-bottom: 100%
}

.section_cate .box_cate_index .item-cate .icon_cate img {
  width: auto !important;
  max-height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  will-change: opacify;
  transform: scale(1);
  transition: all 0.5s ease
}

.section_cate .box_cate_index .item-cate .opaci_href {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 1
}

.section_cate .box_cate_index .item-cate h3 {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 0px;
  display: block;
  color: #2d2d2d;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  transition: 0.3s all
}
.list-leangus .box-item-langers {padding-left: 10px;}

.list-leangus {
    position: absolute;
    top: 100%;
    z-index: 999;
    border: 1px solid #cdcdcd;
    background: #fff;
    left: 0;
    border-radius: 5px;
}

.list-leangus li {
    width: 135px !important;
    border-radius: 5px !important;
    height: unset !important;
    margin-left: 0px !important;
    background: none !important;
}

.inner-text-leangues {
    padding-left: 10px;
}

.inner-text-leangues span {
    font-weight: 500;
    font-size: 16px;
}

.list-leangus ul li img {
    height: 38px;
}
.section_cate .box_cate_index .item-cate span {
  font-size: 12px;
  color: #7e7e7e;
  margin-bottom: 5px;
  display: block
}

.section_cate .box_cate_index .item-cate:hover,
.section_cate .box_cate_index .item-cate:focus {
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);
  border: 1px solid #0ea04b;
}

.section_cate .box_cate_index .item-cate:hover h3,
.section_cate .box_cate_index .item-cate:focus h3 {
  color: #0ea04b;
}

.section_cate .item-pro-cate {
  gap: 10px;
  grid-template-columns: repeat(3, 1fr);
  display: grid;
  overflow: auto;
  justify-content: start
}

.section_cate .item-pro-cate .box_img_cate {
  flex: 1;
  margin: 0 auto;
  max-width: 100%;
  border-radius: 3px;
  background: #f8f8f8;
  position: relative;
  display: block;
  overflow: hidden;
  padding-bottom: 100%;
  height: auto;
  width: 100%
}
.item-co-langues {
    width: 40px;
    border-radius: 5px;
    overflow: hidden;
}
.section_cate .item-pro-cate .box_img_cate img {
  width: auto !important;
  max-height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  will-change: opacify;
  transform: scale(1);
  transition: all 0.5s ease;
  padding: 3px
}


.banner_col_2 .banner_men:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.banner_col_2 .banner_men img {
  width: auto !important;
  max-height: 100%;
  border-radius: 10px;

  will-change: opacify;
  transform: scale(1);
  transition: all 0.5s ease;
  transition: opacity 0.5s ease, -webkit-transform 2s cubic-bezier(0, 0, 0.44, 1.18);
  transition: opacity 0.5s ease, transform 2s cubic-bezier(0, 0, 0.44, 1.18);
  transition: opacity 0.5s ease, transform 2s cubic-bezier(0, 0, 0.44, 1.18), -webkit-transform 2s cubic-bezier(0, 0, 0.44, 1.18);
}

.banner_col_2 .banner_men {
  margin-bottom: 10px;
  overflow: hidden;
  display: block;
}

.project .slide-4,
.project .slide-5 {
  margin-inline: calc(-1 * var(--gutter));
}



.section_blog {
  position: relative;
  margin-bottom: 40px
}

@media (max-width: 992px) {
  .section_blog {
    margin-bottom: 15px
  }
}

.section_blog .title-module {
  padding: 5px 20px 8px;
  background-color: #f7f7f7;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom: none;
  margin: 0;
}

@media (max-width: 767px) {
  .section_blog .title-module {
    padding: 10px 10px 0px;
    margin-bottom: 0px
  }
}

.section_blog .content_blogs {
  color: #565656;
  font-size: 16px;
  font-weight: 400;
  display: block;
  text-align: center;
  margin-bottom: 25px
}

.section_blog .item_null {
  margin-right: 0px !important
}

.section_blog .item_null .item-blog {
  aspect-ratio: 290/315;
  background: #fff;
  height: auto;
  padding: 0px;
  border-radius: 10px;
  margin-bottom: 20px
}

@media (max-width: 767px) {
  .section_blog .item_null .item-blog {
    margin-bottom: 14px
  }
}

.section_blog .item-blog {
  background-color: #fff;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  height: 100%
}
.box-flex-call-us a:hover svg path {
    stroke: #333;
}
.section_blog .item-blog .block-thumb {
  position: relative
}

.section_blog .item-blog .block-thumb .thumb {
  overflow: hidden;
  width: 100%;
  display: flex;
  -o-justify-content: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  -os-justify-content: center;
  -o-display: flex;
  -moz-display: flex;
  -webkit-display: flex;
  -os-display: flex;
  align-items: center;
  position: relative;
  height: auto !important;
  padding-bottom: 63.5%;
  border-radius: 10px
}

.section_blog .item-blog .block-thumb .thumb img {
  width: 100% !important;
  max-height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  will-change: opacify;
  transform: scale(1);
  transition: all 0.5s ease
}

.section_blog .item-blog .block-thumb:hover img {
  transform: scale(1.1)
}

.section_blog .item-blog .block-content {
  -webkit-box-flex: 1;
  flex-grow: 1;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  background: #fff;
  width: 100%;
  position: relative;
  padding: 10px
}

.section_blog .item-blog .block-content h3 {
  margin-top: 0;
  padding-top: 0;
  margin-bottom: 5px;
  min-height: 48px;
  font-size: 16px
}

.section_blog .item-blog .block-content h3 a {
  color: #000;
  font-weight: 400;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.4;
}

.section_blog .item-blog .block-content h3 a:hover {
  color: #0ea04b
}

.section_blog .item-blog .block-content p.justify {
  font-size: 14px;
  color: #333;
  font-weight: 300;
  margin-bottom: 0px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-align: justify;
}

.section_blog .item-blog .block-content p.justify img,
.section_blog .item-blog .block-content p.justify iframe,
.section_blog .item-blog .block-content p.justify table {
  display: none
}

.section_blog .item-blog .day_time {
  color: #fff;
  position: absolute;
  top: 10px;
  left: 0px;
  background: #f91156;
  padding: 2px 15px 4px 10px;
  line-height: normal;
  z-index: 9;
  text-align: center;
  border-radius: 0px 40px 40px 0px
}

.section_blog .item-blog .day_time .day_item {
  font-size: 18px;
  display: block;
  font-weight: 600;
  line-height: 22px
}

.section_blog .item-blog .day_time .myear_item {
  font-size: 12px;
  display: block;
  font-weight: 400
}

.section_blog .swiper_blogs {
  position: static;
  background-color: #f7f7f7;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-top: none;
  padding: 15px
}

.section_blog .swiper_blogs .swiper-slide {
  height: auto
}

@media (max-width: 992px) {
  .section_blog .swiper_blogs {
    margin-bottom: 15px
  }
}

@media (max-width: 767px) {
  .section_blog .swiper_blogs {
    overflow: initial
  }

  .section_blog .swiper_blogs .swiper-wrapper {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    margin-right: -7.5px;
    margin-left: -7.5px;
    width: auto
  }

  .section_blog .swiper_blogs .swiper-wrapper .swiper-slide {
    padding-left: 7.5px;
    padding-right: 7.5px;
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%;
    min-width: 70%;
    margin-bottom: 14px
  }

  .section_blog .swiper_blogs .swiper-wrapper .swiper-slide .cate-item .bg-thumb {
    padding: 10px;
    clip-path: polygon(0 0, calc(100% - 10px) 0, 100% 10px, 100% 100%, 10px 100%, 0 calc(100% - 10px))
  }

  .section_blog .swiper_blogs .swiper-button-prev,
  .section_blog .swiper_blogs .swiper-button-next {
    display: none
  }
}

.section_blog .swiper_blogs .tab-next-prev {
  position: absolute;
  top: 15px;
  right: 30px
}

@media (max-width: 767px) {
  .section_blog .swiper_blogs .tab-next-prev {
    display: none
  }
}

.section_blog .swiper_blogs .tab-next-prev svg path {
  fill: #7e7e7e
}

.section_blog .swiper_blogs .tab-next-prev .section-blog-prev {
  display: inline-flex;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  background-color: #cfcfcf;
  justify-content: center;
  align-items: center
}

@media (min-width: 767px) {
  .section_blog .swiper_blogs .tab-next-prev .section-blog-prev:hover {
    background-color: #0ea04b
  }

  .section_blog .swiper_blogs .tab-next-prev .section-blog-prev:hover svg path {
    fill: #fff
  }
}

.section_blog .swiper_blogs .tab-next-prev .section-blog-next {
  display: inline-flex;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  background-color: #cfcfcf;
  justify-content: center;
  align-items: center
}

@media (min-width: 767px) {
  .section_blog .swiper_blogs .tab-next-prev .section-blog-next:hover {
    background-color: #0ea04b
  }

  .section_blog .swiper_blogs .tab-next-prev .section-blog-next:hover svg path {
    fill: #fff
  }
}

.section_blog .swiper_blogs .tab-next-prev .swiper-button-disabled {
  opacity: 0.4;
  cursor: inherit;
  display: inline-flex !important
}

.section_blog .swiper_blogs .tab-next-prev>div {
  cursor: pointer
}

.section_blog .see-more {
  text-align: center;
  position: relative;
  margin-top: 15px;
  font-size: 16px
}

@media (max-width: 767px) {
  .section_blog .see-more {
    margin-top: 10px
  }
}

.section_blog .see-more a {
  background-color: #fff;
  color: #0ea04b;
  height: 35px;
  line-height: 33px;
  padding: 0px 25px;
  border: 1px solid #0ea04b;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .section_blog .see-more a {
    height: 30px;
    line-height: 30px;
    padding: 0px 15px;
    font-size: 14px
  }
}

.section_blog .see-more a:hover {
  color: #000;
  background-color: #f8c144;
  border: 1px solid #f8c144
}

.section_blog .box_alert {
  position: static;
  background-color: #f7f7f7;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-top: none;
  padding: 15px
}

@media (max-width: 767px) {
  .section_blog .box_alert {
    padding: 10px
  }
}

.section_blog .swiper_feedback {
  position: static;
  background-color: #f7f7f7;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-top: none;
  
}
.section_blog .customer-feel{
  padding: 15px 15px 4px;
  background-color: #f7f7f7;
  border-radius: 10px;
  height: 100%;
}
.section_blog .customer-feel .title-module{
  padding: 5px 5px 0px !important;
}
@media (max-width: 767px) {
  .section_blog .swiper_feedback {
    overflow: initial;
    padding: 15px
  }

  .section_blog .swiper_feedback .swiper-wrapper {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    margin-right: -7.5px;
    margin-left: -7.5px;
    width: auto
  }

  .section_blog .swiper_feedback .swiper-wrapper .swiper-slide {
    padding-left: 7.5px;
    padding-right: 7.5px;
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%;
    min-width: 70%;
    margin-bottom: 14px
  }

  .section_blog .swiper_feedback .swiper-wrapper .swiper-slide .cate-item .bg-thumb {
    padding: 10px;
    clip-path: polygon(0 0, calc(100% - 10px) 0, 100% 10px, 100% 100%, 10px 100%, 0 calc(100% - 10px))
  }

  .section_blog .swiper_feedback .swiper-button-prev,
  .section_blog .swiper_feedback .swiper-button-next {
    display: none
  }
}

.section_blog .swiper_feedback .swiper-slide {
  height: auto
}

.section_blog .review_box {
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin-top: 0px;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  padding: 15px;
  background-color: #fff;
  text-align: center;
  border: 1px solid #ececec;
}

@media (max-width: 767px) {
  .section_blog .review_box {
    margin-bottom: 0px
  }
}

@media (max-width: 321px) {
  .section_blog .review_box {
    padding: 5px
  }
}

.section_blog .review_box .review_img {
  width: 100px;
  height: 100px;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto;
  margin-bottom: 10px
}

.section_blog .review_box .icon_gach {
  max-height: 12px;
  line-height: 1;
  margin-bottom: 3px
}

.section_blog .review_box .icon_gach img {
  max-height: 12px;
  max-width: 80px;
  margin: 0 auto;
}

.section_blog .review_box p {
  margin-bottom: 10px;
  color: #353535
}

.section_blog .review_box .name_review {
  font-size: 19px;
  font-weight: 400;
  color: #0ea04b;
  display: block;
  margin-bottom: 1px
}

@media (max-width: 767px) {
  .section_blog .review_box .name_review {
    font-size: 16px
  }
}

.section_blog .review_box .job_review {
  color: #353535;
  font-weight: 300;
}

.section_blog .review_box .content_review {
  font-size: 16px;
  font-weight: 300;
}

@media (max-width: 767px) {
  .section_blog .review_box .content_review {
    font-size: 14px
  }
}

@media (max-width: 321px) {
  .section_blog .review_box .content_review {
    font-size: 13px
  }
}

.section_blog .swiper-pagination.swiper-pagination-bullets {
  bottom: 15px
}

.section_blog .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
  border-radius: 3px;
  width: 20px;
  height: 7px;
  background-color: #000;
  line-height: 9px
}

.section_blog .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #0ea04b
}

@media (max-width: 767px) {
  .section_blog .swiper-pagination.swiper-pagination-bullets {
    display: none
  }
}

.brand-body {
  background-color: #fff;
  border-top: none;
  padding: 0px;
  border-radius: 10px;
}

.brand-body .title-section {
  text-align: center;
  width: 100%;
}

.item_list_brand {
  padding: 16px;
  background: #fff;
  margin: 10px 7px;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.15) -0.05px 0.95px 3.6px;
  transition: transform .8s ease-in-out;
  transform: translateY(0px);
}
.item_list_brand:hover{
  transform: translateY(-5px);
}
.pd-section-content {
  padding-top: 20px;
}

.section_chinh_sach {
  position: relative;
  margin-bottom: 40px
}

@media (max-width: 992px) {
  .section_chinh_sach {
    margin-bottom: 15px
  }
}

.section_chinh_sach .promo-box .promo-item {
  text-align: center;
  min-height: 60px;
  padding-top: 7px;
  padding-bottom: 5px;
  border-radius: 10px;
  background-color: #F2F3F4
}

.section_chinh_sach .promo-box .promo-item .icon {
  display: inline-block;
  margin-bottom: 0px
}

@media (max-width: 992px) {
  .section_chinh_sach .promo-box .promo-item {
    min-height: 60px;
    margin-bottom: 10px
  }

  .section_chinh_sach .row {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    width: auto
  }
}

.section_chinh_sach .promo-box .promo-item:last-child,
.section_chinh_sach .promo-box .promo-item:nth-child(3) {
  border-right: 0px none
}

.section_chinh_sach .promo-box .icon {
  margin-bottom: 5px
}

.section_chinh_sach .promo-box .icon img {
  max-width: 46px
}

@media (max-width: 767px) {
  .section_chinh_sach .promo-box .icon img {
    max-width: 44px
  }
}

.section_chinh_sach .info {
  text-align: left;
  display: inline-table;
  vertical-align: middle;
  text-align: center;
  margin-bottom: 0px;
  margin-top: 0;
  color: #000
}

.section_chinh_sach .info h3 {
  font-size: 16px;
  font-weight: 600;
  margin: 0px;
  margin-bottom: 3px;
  line-height: initial;
  color: #0ea04b;
}

@media (max-width: 767px) {
  .section_chinh_sach .info h3 {
    font-size: 14px;
    line-height: 1
  }
}

.section_chinh_sach .info span {
  font-size: 14px;
  display: block;
  line-height: initial;
  font-weight: 400
}

.selling .title-section {
  display: none;
}

@media (max-width: 767px) {
  .section_chinh_sach .info span {
    line-height: 1
  }

  .title-section {
    text-align: center;
    width: 100%;
  }

  .selling .title-section {
    display: block;
  }
}


.section_video_blog {
  position: relative;
  margin-bottom: 40px
}

@media (max-width: 992px) {
  .section_video_blog {
    margin-bottom: 15px
  }
}

.section_video_blog .container {
  position: relative
}

.section_video_blog .title-module {
  padding: 15px 15px 0px;
  background-color: #f7f7f7;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px
}

@media (max-width: 767px) {
  .section_video_blog .title-module {
    padding: 10px 10px 0px;
    margin-bottom: 0px
  }
}

.section_video_blog .content_blogs {
  color: #565656;
  font-size: 16px;
  font-weight: 400;
  display: block;
  text-align: center;
  margin-bottom: 25px
}

.section_video_blog .item_null {
  margin-right: 0px !important
}

.section_video_blog .item_null .item-blog {
  aspect-ratio: 292/255;
  background: #fff;
  height: auto;
  padding: 0px;
  border-radius: 10px;
  border: 1px solid #f0f1f2
}

@media (max-width: 767px) {
  .section_video_blog .item_null .item-blog {
    margin-bottom: 14px
  }
}

.section_video_blog .item-blog {
  background-color: #fff;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  border: 1px solid #f0f1f2;
  height: 100%
}

.section_video_blog .item-blog .thumbabsolute {
  position: absolute;
  background-color: transparent;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 2
}

.section_video_blog .item-blog .block-thumb {
  position: relative;
  overflow: hidden;
  width: 100%;
  display: flex;
  -o-justify-content: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  -os-justify-content: center;
  -o-display: flex;
  -moz-display: flex;
  -webkit-display: flex;
  -os-display: flex;
  align-items: center;
  position: relative;
  height: auto !important;
  padding-bottom: 63.5%
}

.section_video_blog .item-blog .block-thumb img {
  width: auto !important;
  max-height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  will-change: opacify;
  transform: scale(1);
  transition: all 0.5s ease
}

.section_video_blog .item-blog .block-thumb .icon_video {
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.17)
}

.section_video_blog .item-blog .block-thumb .icon_video svg {
  width: 40px;
  height: 40px
}

.section_video_blog .item-blog .block-thumb .icon_video svg path {
  fill: #fff
}

.section_video_blog .item-blog .block-content {
  -webkit-box-flex: 1;
  flex-grow: 1;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  background: #fff;
  width: 100%;
  position: relative;
  padding: 10px
}

.section_video_blog .item-blog .block-content h3 {
  margin-top: 0;
  padding-top: 0;
  margin-bottom: 5px;
  font-size: 16px;
  color: #000;
  font-weight: 600
}

.section_video_blog .item-blog:hover img {
  transform: scale(1.1)
}

.section_video_blog .item-blog:hover h3 {
  color: #0ea04b
}

.section_video_blog .item-blog:hover .icon_video path {
  fill: #0ea04b
}

.section_video_blog .swiper_video_blog {
  position: static;
  background-color: #f7f7f7;
  border-radius: 10px;
  padding: 15px
}

.section_video_blog .swiper_video_blog .swiper-slide {
  height: auto
}

header {
        /*position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 2;
         background-color: #0000003d; */
    }

    .header-links ul li a svg {
        height: 18px;
        width: 18px;
        fill: #000;
    }

    .header-links ul li {
        margin-left: 20px;
        height: 42px;
        text-align: center;
        line-height: 42px;
        color: #020E28;
        margin-right: 0px;
        cursor: pointer;
        position: relative;
    }

    .header-links ul li .bar {
        height: 2px;
        width: 21px;
        background-color: white;
        margin: 4px 0px;
        box-shadow: 0 0 5px #515151;
    }

    .header-links ul li .bar-1,
    .header-links ul li .bar-3 {
        /* margin-left: 5px; */
    }

    .header-main {
        padding: 15px 0;
    }

    .header-links ul li .list-bar.active .bar-1 {
        transform: translate3d(0px, 7px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(-45deg) skew(0deg, 0deg);
    }

    .header-links ul li .list-bar.active .bar-2 {
        transform: translate3d(0.3em, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(45deg) skew(0deg, 0deg);
    }

    .header-links ul li .list-bar.active .bar-3 {
        transform: translate3d(-0.3em, 0em, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(-45deg) skew(0deg, 0deg);
    }

    .header-menu-fixed {
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        background-color: #0000003d;
        z-index: 1;
    }


    .header-menu nav ul li {
        padding: 0px 15px;
    }

    .header-menu nav ul li a {
        font-size: 16px;
        padding: 15px 0px;
        color: #054a7c;
        display: block;
        font-weight: 600;
        text-transform: uppercase;
    }
.header-menu nav ul li a:hover {
	color: #f91156;
}

    .header-menu nav ul li ul {
        position: absolute;
        top: 100px;
        padding: 8px 0;
        visibility: hidden;
        background: white;
        opacity: 0;
        -khtml-opacity: 0;
        -webkit-opacity: 0;
        -moz-opacity: 0;
        filter: alpha(opacity=0);
        transform-origin: 15% 15% 0;
        -webkit-transition: all 0.5s ease 0s;
        -moz-transition: all 0.5s ease 0s;
        -o-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s;
        filter: alpha(opacity=0);
        transform-origin: center top 0;
        box-shadow: 0 1px 5px rgba(0, 0, 0, 0.11);
        -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.11);
        -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.11);
        left: 0px;
        min-width: 230px;
        z-index: 999;
        text-align: left;
        right: auto;
    }

    .header-menu nav ul li:hover ul {
        display: block;
        top: 100%;
        visibility: visible;
        opacity: 1;
        -khtml-opacity: 1;
        -webkit-opacity: 1;
        -moz-opacity: 1;
        visibility: visible;
        filter: alpha(opacity=100);
    }

    .header-menu nav ul li ul li a {
        display: block;
        color: #333;
        font-size: 15px;
        padding: 4px 0px;
        text-transform: none;
        font-weight: 500;
    }

    @media (max-width: 992px) {
        .header-menu {
            display: none;
        }
        .header-links ul li:not(:last-child){
            display: none !important;
            background: none;
        }

    }

    @media (max-width: 586px) {
        .header-links ul li a svg {
            fill: white;
            height: 16px;
            width: 15px;
        }

        .header-main {
            padding: 10px 0;
        }

        .header-main .logo img {
            height: 40px;
        }

        header {
        }

        .header-main {
            padding: 10px 0;
        }

        .header-links ul li {
            margin-left: 15px;
        }

        .header-links ul li .bar {
            height: 2px;
            width: 21px;
        }
    }


    .menu_fix_mobile {
        position: fixed;
        z-index: 999999999999;
        height: 100%;
        width: 320px;
        top: 0;
        right: 0;
        background: #fff;
        transition: all 200ms linear 0s;
        transform: translateX(100%);
        padding: 20px;
    }

    .menu_fix_mobile.main-menu-show {
        transform: translateX(0%);
    }

    .menu_fix_mobile .close-menu {
        overflow: hidden;
        border-bottom: 1px solid #fff;
    }

    .close-menu {
        padding-bottom: 15px;
    }

    .menu_fix_mobile .close-menu>a {
        float: right;
        color: #000;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 14px;
    }

    .close-menu a i {
        color: #222;
    }

    .close-menu span {
        font-size: 18px;
        color: #222;
        font-weight: 600;
    }

    .form-search-mobile {
        z-index: 99999;
        background: #fff;
        border: 1px solid #eaeaea;
    }

    .form-search-mobile form {
        right: 0;
        display: flex;
        box-shadow: rgba(0, 0, 0, 0.03) 0px 5px 15px;
        border-radius: 5px;
        overflow: hidden;
    }

    .form-search-mobile form input {
        padding: 5px 0px;
        padding-left: 10px;
        width: 100%;
    }

    .form-search-mobile button {
        padding: 0px;
        right: 11px;
        right: 0;
        position: relative;
        width: 35px;
        background: none;
    }

    .menu_fix_mobile ul {
        margin: 0;
        list-style: none;
    }

    .menu_fix_mobile ul li {
        float: left;
        position: relative;
        margin: 0;
        transition: 0.4s;
        width: 100%;
        /* border-bottom: 1px solid #cdcdcd9c; */
    }

    .menu-mobile-1 {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .menu-c2-mobile ul li {
        border-bottom: 1px solid #cdcdcd9c;
        padding-left: 10px;
    }

    .menu_fix_mobile ul li a {
        font-size: 15px;
        font-weight: 500;
        padding: 10px 0px;
        color: #222;
        display: inline-block;
        width: 100%;
        /* border-bottom: 1px solid #cdcdcd9c; */
        line-height: normal;
        -moz-transition: all .5s ease 0s;
        -o-transition: all .5s ease 0s;
        -webkit-transition: all .5s ease 0s;
        transition: all .5s ease 0s;
        text-transform: uppercase;
    }

    .menu-c2-mobile {
        display: none;
    }

    .menu-c2-mobile.active-2 {
        display: block;
    }

    .btn_search {
        position: relative;
        display: inline-block;
        cursor: pointer;
    }

    .btn_search .form-control {
        padding: 2px 10px;
        border: none;
        height: 40px;
    }

    .header-search .icon-close {
        position: absolute;
        right: 15px;
        top: 10px;
        cursor: pointer;
        font-size: 12px;
    }

    .header-search {
        position: absolute;
        z-index: 2;
        top: 0;
        left: 0;
        right: 0;
        height: 200px;
        background: rgb(0 0 0 / 48%);
        padding: 0 30px;
        display: flex;
        align-items: center;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

    .header-search.active {
        opacity: 1;
        visibility: visible;
    }

    #mahardhiSearch .input-lg,
    #search .input-lg {
        height: 40px;
        border: none;
        font-size: 14px;
    }

    .top-right-inner .btn_search .dropdown-menu {
        left: auto !important;
        right: 0 !important;
        width: 280px;
        padding: 0;
    }

    #mahardhiSearch .input-lg {
        padding: 6px 15px;
        border-radius: 10px;
    }

    .category-search {
        position: relative;
    }

    .category-search:after {
        border-left: 1px solid var(--border-color);
        content: "";
        height: 25px;
        position: absolute;
        top: 0;
        bottom: 0;
        z-index: 9;
        margin: auto;
    }

    .close-search {
        position: absolute;
        top: -21px;
        right: -21px;
    }

    .header-search .btn-search {
        position: absolute;
        top: 8px;
        right: 10px;
        z-index: 9;
    }

    .header-search .btn-search button {
        padding: 0;
    }

    .header-search .btn-search button svg {
        height: 14px;
    }











    .header__top-wraper {
      border-bottom: 1px solid #D3D3D3;
      padding: 5px 0;
      background: #eee;
  }
  
  .header__top-wraper-inner {
      display: flex;
      justify-content: space-between;
      align-items: center;
  }
  
  .header__top-innrer-left ul {
      display: flex;
      align-items: center;
  }
  
  .header__top-innrer-left ul li {
      display: flex;
      align-items: center;
  }
  
  ul.transpi__social-icon {
      display: flex;
      align-items: center;
  }
  
  .header__top-innrer-right {
      display: flex;
      align-items: center;
  }
  
  .header__top-info li i {
      color: #f91156;
      margin-right: 5px;
  }
  
  .header__top-innrer-left ul li p a {
      font-weight: 800;
      display: inline-block;
      padding-left: 5px;
      padding-right: 15px;
      font-size: 16px;
      color: #f91156;
  }
  
  .header__top-info.htop__left-info ul li p a:after {
      content: "";
      right: 0;
      top: 4px;
      background: #848484;
      height: 20px;
      width: 1px;
      position: absolute;
  }
  
  .header__top-innrer-left ul li.time {
  }
  
  .header__top-info li strong {
      font-weight: 700;
      color: #054a7c;
  }
  .header__top-info.htop__right-info a {
    color: #020E28;
    font-weight: 500;
    line-height: normal;
    position: relative;
}
.header__top-info li:not(:last-child), .header__top-info.htop__right-info a {
    padding-right: 15px;
    margin-right: 15px;
}
.header__top-info.htop__right-info svg {
    width: 15px;
    height: 15px;
    margin-top: -2px;
    margin-right: 6px;
}
.header__top-info.htop__right-info a:not(:last-child):after {
    top: -1px;
}
.header__top-info li:not(:last-child):after, .header__top-info.htop__right-info a:not(:last-child):after {
    content: "";
    right: 0;
    top: -1px;
    background: #848484;
    height: 20px;
    width: 1px;
    position: absolute;
}

.header__top-innrer-left ul li a {
    padding-right: 0px !important;
}
.transpi__social-icon li:not(:last-child) {
    margin-right: 5px;
}
.transpi__social-icon li a {
    border: 1px solid #333;
    width: 25px;
    height: 25px;
    display: block;
    font-size: 12px;
    text-align: center;
    line-height: 25px;
    border-radius: 50px;
    color: #333;
    -webkit-transition: .4s;
    transition: .4s;
}

.transpi__social-icon li a svg path {
    fill: #CBC8C8;
}

.transpi__social-icon li a svg {
    width: 13px;
    height: 13px;
    margin-top: -3px;
}

li.box-mobile-bars {
  display: none;
}
.list-lengues ul .active a img {
  border: 1px solid #cdcdcd;

}

li.languages {
  background: transparent;
  border: 1px solid #D9D9D9;
  padding: 5px;
  border-radius: 5px !important;
  width:  70px !important;
  height: 42px !important;
  line-height: unset !important;
}

.item-co-langues img {
  display: block;
  width: 100%;
  height: 30px;
}
.list-lengues ul li a img {
  width: 30px;
  height: 30px;
}

.list-lengues ul {
  display: flex;
}

.list-lengues ul li a img {
  border-radius: 100%;
}

.list-lengues ul li {
  margin-right: 10px;
}

.list-lengues {
  margin-left: 20px;
}
.box-item-langers {
  display: flex;
  align-items: center;
  position: relative;
}

.icon-leagnt {
  flex: 1;
}

.icon-leagnt i {
  margin-left: 0;
}


li.btn-view-kerper {
  width: unset !important;
  /* background: #025cff !important; */
  /* border-radius: 5px !important; */
}

li.btn-view-kerper a.thm__btn {
  color: #fff;
  font-weight: 500;
  line-height: 30px;
  text-transform: uppercase;
  font-size: 14px;
  padding: 5px 20px;
}


.list-leangus {
  opacity: 0;
  visibility: hidden;
  height: 0px;
}

li.languages:hover .list-leangus {
  opacity: 1;
  visibility: visible;
  height: unset;
  transition: 0.5s ease;
}

.image-layer {
  position: absolute;
  top: 50%;
  transform: translateY(-20px);
  -webkit-transition: all 800ms cubic-bezier(0.3, -0.17, 0.25, 1);
  transform: translateY(-50%);
}

.btnalign a {
  padding: 8px 20px;
  margin-top: 0px;
}

section.Deliver {
  padding: 40px 0px 40px 0px;
  position: relative;
  overflow: hidden;
}

section.Deliver .transpi__section-heading.transpialigh {
  text-align: center;
}

section.Deliver h1.spilit__enable {
  font-size: 30px;
}
.Parcel .transpi__delivery-item {
  text-align: center;
  padding: 0 15px;
}

.Parcel .transpi__delivery-wrapper {
  position: relative;
}

.Parcel .transpi__delivery-wrapper .process_shape {
  position: absolute;
  top: 24px;
  left: 0;
  z-index: -1;
}
.Parcel .transpi__delivery-item .icon {
  position: relative;
  border: 1px solid #f91156;
  width: 100px;
  height: 100px;
  text-align: center;
  line-height: 100px;
  border-radius: 50px;
  -webkit-transition: .5s;
  transition: .5s;
  margin: 0 auto;
  margin-bottom: 24px;
  background: #fff;
}
.Parcel .transpi__delivery-item span {
  position: absolute;
  background: #f91156;
  width: 40px;
  height: 40px;
  bottom: 0;
  line-height: 40px;
  border-radius: 50px;
  color: #fff;
  font-size: 15px;
}
.Parcel .delivery__content h4 {
  color: #020E28;
  font-size: 20px;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 10px;
}

.delivery__content p {
  color: #848484;
  font-size: 15px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  line-height: 1.5;
  text-overflow: ellipsis;
}

.transpi__delivery-wrapper .row .clm:nth-child(2n) .transpi__delivery-item {
  margin: 80px 0px 0px 0px;    
  }

  section.ourt-team {
    background: #F5F5F5;
    padding: 40px 0px 40px 0px;
    background: url(../images/bg-project-2.jpg);
    background-repeat: repeat;
    background-size: contain;
}

.transpi__section-heading.transpialigh {
    text-align: center;
}





.transpi__team-item {
  position: relative;
}
.team__top {
  position: relative;
  z-index: 9;
}

.team_img img {
  object-fit: cover;
  width: 170px;
  height: 170px;
  border-radius: 100%;
  margin: 0 auto;
  position: relative;
}
.team_overlay {
  position: absolute;
  top: 12px;
  right: 20px;
}
.team_overlay .tm_hover {
  display:inline-block;
  background: #f91156;
  width: 70px;
  height: 70px;
  text-align: center;
  color: #fff;
  line-height: 70px;
  border-radius: 50px;
  font-size: 24px;
  cursor: pointer;
}
.transpi__team-item .social_icon {
  margin-left: 12px;
  cursor: pointer;
}
.transpi__team-item .social_icon a {
  display: block;
  width: 45px;
  height: 45px;
  text-align: center;
  border-radius: 50px;
  line-height: 47px;
  color: #fff;
  margin-top: 10px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  -webkit-transform: translateY(11px);
  transform: translateY(11px);
  background: #333;
  border-color: #316FF6;
  visibility: hidden;
  opacity: 0;
}
.team_content {
  text-align: center;
  \: absolute;
  padding: 20px 0;
  content: "";
  background: #ffffff;
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  bottom: -105px;
  border-radius: 10px;
  transition: all 0.3s ease-in;
  padding-top: 95px;
}

.transpi__team-item:hover .social_icon a {
  opacity: 1;
  visibility: visible;
}
.team_content h3 {
  font-size: 20px;
  margin-bottom: 2px;
  font-weight: 700;
}
.team_content span {
  font-size: 17px;
  color: #848484;
}

.item-our-teams {padding-right: 20px;padding-bottom: 70px;padding-top: 20px;}

.slider-our-team .slick-list {
    padding-bottom: 65px;
}
.btnalign {text-align: left;margin-bottom: 20px;}




section.Opportunity {
  overflow: hidden;
  padding: 40px 0px 40px 0px;
  background: #054a7c;
  position: relative;
}

.elementor-shortcode {
  mask-repeat: no-repeat;
  mask-position: left center;
  -webkit-mask-position-y: top;
  padding: 40px 60px 40px 40px;
  border-radius: 20px;
  background: url(../images/contact.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.elementor-shortcode label {
  color: #333;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 0px;
  line-height: 27px;
}

.elementor-shortcode input {
  width: 100%;
  background: #fff;
  padding: 10px 15px;
  color: #333;
  border-radius: 5px;
}

.elementor-shortcode select {
  width: 100%;
  background: #fff;
  border: none;
  padding: 12px 15px;
  margin-bottom: 5px;
  color: #333;
  border-radius: 5px;
}
.elementor-shortcode textarea {
  width: 100%;
  background: #fff;
  border: none;
  padding: 10px 10px;
  margin-bottom: 0;
  color: #060606;
  border-radius: 5px;
  height: 95px;
}

.contact__form-submit button {
  border: none;
  font-style: normal;
  font-weight: 600;
  margin-top: 0;
  text-transform: uppercase;
  background: #333;
  color: #fff;
  display: inline-block;
  padding: 10px 40px;
  border-radius: 5px;
  font-size: 17px;
}

span.simple_text {
  display: block;
  color: #fff;
  margin-top: 20px;
}

.elementor-shortcode .tp-select {
  margin-bottom: 10px;
}

section.Opportunity .transpi__section-heading.transpialigh {
  text-align: left;
}

.transpi__list-item.style-2 ul li {
  font-size: 20px;
  color: #fff;
  line-height: 35px;
  padding-left: 50px;
  margin-bottom: 15px;
  font-weight: 500;
}
.transpi__list-item.style-2 li:after {
  content: "\f058";
  background: transparent;
  font-family: 'Font Awesome 5 Free';
  top: 7px;
  color: #ffffff;
  font-size: 35px;
}
.transpi__list-item li:after {
  width: 40px;
  height: 40px;
  background: #DEDEDE;
  top: 15px;
  left: 0;
  position: absolute;
  content: "";
  border-radius: 50px;
}
section.Clients {
  padding: 40px 0px 40px 0px;
  position: relative;
}

.transpi__testimonial-item {
  position: relative;
}
.transpi__testimonial-item-inner {
  text-align: left;
  padding: 0 24px;
  padding-top: 114px;
  padding-bottom: 95px;
}

.transpi__testimonial-item-inner .quote_icon {
  background: #f91156;
  width: 72px;
  height: 72px;
  text-align: center;
  line-height: 72px;
  border-radius: 50px;
  position: absolute;
  top: 25px;
  right: 0px;
  -webkit-transition: .3s;
  transition: .3s;
}
.transpi__testimonial-item-inner h3 {
  margin-bottom: 10px;
  font-size: 24px;
  text-align: left;
  line-height: 32px;
  font-weight:700;
}
.transpi__testimonial-item-inner p {
  color: #333;
  font-size: 15px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: justify;
  min-height: 100px;
}
.testi__auth {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: left;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 20px;
}
.elementor img {
  height: auto;
  max-width: 100%;
  border: none;
  border-radius: 0;
  box-shadow: none;
}
.autho__info {
  text-align: left;
  margin-left: 10px;
}
.transpi__testimonial-item .tes__shape {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}


.transpi__testimonial-item .tes__shape svg {
  padding-right: 55px;
}
.transpi__brand-item-slicks {
  padding: 5px;
}

.trang: 10px;
}

.transpi__brand-item-slicks img {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  width: 100%;
  padding: 20px;
  height: 115px;
  object-fit: contain;
  border-radius: 5px;
}

section.doitac {
  padding: 30px 0px 30px 0px;
}



section.couter {
  padding: 50px 0px 50px 0px;
  position: relative;
  background: #fff;
}

.transpi__counter-item {
  display: block;
  background: #f7f7f7;
  padding: 25px 20px;
  border-radius: 5px;
}

section.couter1:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #0911269c;
  top: 0;
}

.list-flush-couter {
  position: relative;
  z-index: 9999;
}

.counter__icon svg {
  width: 60px;
}

.counter__icon {
  position: relative;
  padding-right: 20px;
  margin-top: 9px;
  text-align: center;
  margin-bottom: 10px;
}

.counter__icon:after {
  background: #D9D9D9;
}

.counter__content h1 {
  font-size: 38px;
  font-weight: 800;
  color: #025cff;
  margin: unset;
  position: relative;
}

.counter__content h4 {
  font-size: 18px;
  color: #333;
  font-weight: 500;
  margin: unset;
}


section.Latest-news {
  padding: 40px 0px 40px 0px;
  background: #eee;
}

.item-slick-news-contents {
  padding: 15px;
}
.transpi__blog-item {
  margin-bottom: 20px;
  background: #fff;
  padding: 10px;
  border-radius: 5px;
}
.blog__image-wrap {
  position: relative;
  margin-bottom: 10px;
}
.transpi__blog-item .blog__img img {
  height: 270px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  -webkit-transition: all 1000ms ease;
  transition: all 1000ms ease;
}
.right-content .transpi__blog-item .blog__img img {
	height: 240px;
}
.right-content .blog__content h3 {
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.blog__img {
	overflow: hidden;
	border-radius: 5px;
}

.blog__link a {
  position: absolute;
  bottom: 10px;
  right: 5px;
  background: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: var(--thm-primary);
  font-size: 18px;
  line-height: 50px;
  text-align: center;
  filter: url(data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="50" /><feOffset dx="1" dy="1" result="offsetblur" /><feFlood flood-color="rgba(0,0,0,0.1)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter);
  -webkit-filter: drop-shadow(0px 0px 50px rgba(0, 0, 0, 0.10));
  filter: drop-shadow(0px 0px 50px rgba(0, 0, 0, 0.10));
  -webkit-transition: .3s;
  transition: .3s;;
}

.blog__image-wrap .cate__btn {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  border: 1px solid #f91156;
  border-radius: 5px;
  background: #f91156;
  line-height: normal;
  padding: 8px 15px;
  margin-bottom: 5px;
  display: inline-block;
  position: absolute;
  bottom: 11px;
  left: 15px;
}

.blog__content h3 {
  font-size: 17px;
  line-height: 1.5;
  min-height: 45px;
  margin-bottom: 0;
  margin-top: 15px;
  font-weight: 600;
  margin-bottom: 10px;
}

.blog__content .post__meta {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  margin-top: 10px;
}
.blog__content .post__meta span:not(:last-child) {
  padding-right: 35px;
}
.blog__content .post__meta span i {
  margin-right: 5px;
  color: #f91156;
}

.item-slick-news-contents .post__meta span {
  color: #848484;
  font-size: 14px;
}
section.Looking {
  background: #f91156;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 30px 0px 30px 0px;
}

.content-looking h2 {
  font-size: 22px;
  text-align: right;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  margin: 0px 0 5px 0;
}

.content-looking p {
  color: #fff;
  font-weight: 300;
  font-size: 15px;
}

.elementor-button-link-looking a {
  font-size: 30px;
  font-weight: 500;
  background-color: #00000000;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #3A4049;
  border-radius: 10px 10px 10px 10px;
  padding: 5px 25px 5px 25px;
  display: inline-block;
}

.elementor-button-link-looking svg {
  width: 1em;
  height: auto;
}

.elementor-button-link-looking span.elementor-button-text {
  font-size: 27px;
  color: #fff;
  font-weight: 700;
}

.elementor-button-link-looking {
  display: flex;
  justify-content: right;
}









section.Specialist button {
  top: -60px;
}


section.Specialist button.slick-prev.slick-arrow {
  right: 4% !important;
  left: unset !important;
}

section.Specialist button i {
  color: #000;
}
.counter__icon img {
  width: 64px;
  height: 64px;
}
section.Opportunity .transpi__sub-heaind span {
  color: #fff;
}

section.Opportunity h2.spilit__enable {
  color: #fff;
  margin-bottom: 30px;
}
a.thm__btn svg {
  margin-left: 5px;
  margin-top: -4px;
}
section.ourt-team .btnalign {
  text-align: center;
}














section.box-model-dialong {
  position: relative;
}

.box-fider-dialong {
  position: fixed;
  z-index: 99999999;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #044c7c;
  width: 500px;
  padding: 40px 20px;
  border-radius: 10px;
}

.box-fider-dialong span#text3 {
  display: inline-block;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 24px;
  text-align: center;
  color: #fff;
  width: 100%;
}

section.box-model-dialong input {
  margin: 0;
  height: 37px;
  padding: 3px 10px;
  border-radius: 2px;
  box-shadow: unset;
  border: 0;
  font-size: 14px;
}

section.box-model-dialong select {
  margin: 0;
  height: 37px;
  padding: 3px 10px;
  border-radius: 2px;
  box-shadow: unset;
  border: 0;
  font-size: 14px;
}

section.box-model-dialong textarea {
  width: 100%;
  height: 85px;
  padding: 10px 15px;
}
.form-reg-kmn button {
  font-size: 15px;
  color: #fff;
  margin: auto;
  display: block;
  padding: 4px 35px;
  background: #f91256;
  text-decoration: none;
  text-align: center;
  outline: 0;
  line-height: 30px;
  border-radius: 5px;
  cursor: pointer;
  box-shadow: none;
  outline: none;
  border: none;
  text-transform: uppercase;
  font-weight: bold;
}

button.close.pull-right {
  position: absolute;
  top: 5px;
  right: 10px;
  font-size: 25px;
  color: #fff;
  z-index: 9999;
  opacity: unset;
}
.bg-form-header {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #000000a8;
  z-index: 9999;
}
section.box-model-dialong {
  display: none;
}

section.box-model-dialong.active {
  display: block;
}
.autho__img img {
  height: 60px;
  width: 60px;
  border-radius: 100%;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.autho__info h4 {
  font-weight: 500;
  margin-bottom: 0px;
}


.header-search.active form {
  width: 500px;
  margin: 0 auto;
}
.close-search i {
  color: #fff;
}
.aboutus-content ul li {
  padding-bottom: 4px;
  color: #020E28;
  font-size: 16px;
  font-weight: 500;
  position: relative;
  padding-left: 20px;
}
.aboutus-content ul li:before {
  width: 10px;
  height: 10px;
  background: #DEDEDE;
  top: 8px;
  left: 0;
  position: absolute;
  content: "";
  border-radius: 50px;
}
  
.aboutus-content ul {
  margin-top: 10px;
}

.transpi__list-item.style-2 ul li span {
  display: block;
  font-size: 15px;
  line-height: 1.4;
  font-weight: 300;
  color: #fff;
  text-align: justify;
}




section.Latest-news h1.spilit__enable {
  margin-bottom: 5px;
}

section.Latest-news .transpi__sub-heaind span {
  text-align: center !important;
  text-transform: unset;
  font-size: 16px;
}

section.Latest-news .transpi__section-heading.transpialigh {
  margin-bottom: 20px;
}

.transpi__sub-heaind span p {
  text-align: center !important;
  text-transform: unset !important;
  font-size: 15px;
  margin: auto;
  max-width: 80%;
  line-height: 1.5;
}

section.Clients .transpi__sub-heaind span {
  text-transform: unset;
  width: 80%;
  display: inline-block;
}

section.Clients h1.spilit__enable {
  margin-bottom: 10px;
}

section.Clients .transpi__section-heading.transpialigh {
  margin-bottom: 20px;
}


.transpi__blog-item:hover a.cate__btn {
  background: #f91156;
  color: #fff;
  transition: 0.5s ease;
}
section.Opportunity:before {
  background: url( ../images/bg-pattern.png);
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  opacity: 2%;
}
li.nav-item.lengues-stock .list-lengues {
  margin-left: 0px;
}

li.nav-item.lengues-stock .list-lengues ul li {
  width: unset;
}
section.Opportunity .ctnr {
  position: relative;
  z-index: 999;
}





section.Clients:before {
  position: absolute;
  top: 82px;
  left: 106px;
  width: 137px;
  height: 500px;
  background-image: url(../images/pattern-2.png);
  content: "";
  animation: bounce-y 10s infinite linear;
}
@keyframes bounce-y {
  0% {
      -webkit-transform: translateY(0);
      transform: translateY(0)
  }

  50% {
      -webkit-transform: translateY(-30px);
      transform: translateY(-30px)
  }

  100% {
      -webkit-transform: translateY(0);
      transform: translateY(0)
  }
}

.counter__content h1:after {
  content: "+";
  padding-left: 10px;
}
section.Specialist:before {
  position: absolute;
  top: calc(50% - 226.5px);
  right: -226.5px;
  width: 453px;
  height: 420px;
  background-image: url(../images/pattern-1.webp);
  -webkit-animation: fa-spin 70s infinite;
  animation: fa-spin 9s infinite;
  content: "";
}
section.Opportunity:after {
  position: absolute;
  bottom: 120px;
  left: 0;
  width: 316px;
  height: 366px;
  background-image: url(../images/pattern-3.png);
  content: "";
  animation: bounce-y 10s infinite linear;
  z-index: 9999;
}

.float-image.bounce-x {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-animation: bounce-x 10s infinite linear;
  animation: bounce-x 10s infinite linear;
 
}
.box-flex-call-us a svg {
  width: 20px;
  height: 15px;
}

.box-flex-call-us a:hover {
  background: #ffc93f !important;
  color: #333 !important;
}

.box-flex-call-us a:hover svg {
  margin-left: 5px;
  transition: 0.5s ease;
}
section.Clients .slick-dots {
  bottom: -30px;
}
@keyframes bounce-x {
  0% {
      -webkit-transform: translateX(0);
  transform: translateX(0)}

  50% {
  -webkit-transform: translateX(30px);
  transform: translateX(30px)}

  100% {
  -webkit-transform: translateX(0);
  transform: translateX(0)}
}

@media (max-width:990px){
  .menu_fix_mobile ul li a {
    text-transform: capitalize;
}

  .transpi__testimonial-item-inner {
    border: 1px solid #eee;
    border-radius: 29px;
    padding: 30px 30px;
}

.transpi__sub-heaind span p {
    max-width: 100%;
}
  .float-image.bounce-x {
    display: none;
}

.image-layer {
    display: none;
}

section.Clients:before {
    content: "";
    display: none;
}


  section.Clients:before {
    content: "";
    background-image: none;
}

.float-image.bounce-x {
    display: none;
}



.image-layer {
    display: none;
}


  .image-layer {
    display: none;
}
}

    @media (max-width: 586px) {


      section.couter .transpi__counter-item {
        display: block;
        text-align: center;
    }
    
    .counter__icon {
        margin-right: 0px;
        padding-right: 0px;
    }
    
    .counter__icon:after {
        background: none;
    }
    
    .Parcel .transpi__delivery-wrapper .process_shape {
        display: none;
    }
    
    .elementor-shortcode {
        padding: 20px;
    }
    
    .content-looking h2 {
        font-size: 17px;
        text-align: center;
    }
    
    .content-looking p {
        font-size: 16px;
        text-align: center;
    }
    
    .elementor-button-link-looking {
        width: 100%;
        justify-content: center;
        margin-top: 20px;
    }
    
    .elementor-button-link-looking a {padding: 5px 25px 5px 25px;}
    
    .elementor-button-link-looking span.elementor-button-text {
        font-size: 22px;
    }


        #mahardhiSearch .input-lg {
            border-bottom: 1px solid black;
            background-color: transparent;
        }

        .header-search .btn-search {
            position: absolute;
            top: 8px;
            right: 5px;
            z-index: 9;
        }

        .header-search .btn-search button {
            padding: 0;
        }

        .header-search .btn-search button svg {}

        .close-search {
            position: absolute;
            top: 4px;
            right: 10px;
        }

        .header-search {
            background: rgb(255, 255, 255);
        }
    }







@media (max-width: 767px) {
  .section_video_blog .swiper_video_blog {
    padding: 10px;
    overflow: initial
  }
  .btnalign {
    text-align: center;
    margin-bottom: 20px;
}

  .section_video_blog .swiper_video_blog .swiper-wrapper {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    margin-right: -7.5px;
    margin-left: -7.5px;
    width: auto
  }

  .section_video_blog .swiper_video_blog .swiper-wrapper .swiper-slide {
    padding-left: 7.5px;
    padding-right: 7.5px;
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%;
    min-width: 70%;
    margin-bottom: 14px
  }

  .section_video_blog .swiper_video_blog .swiper-wrapper .swiper-slide .cate-item .bg-thumb {
    padding: 10px;
    clip-path: polygon(0 0, calc(100% - 10px) 0, 100% 10px, 100% 100%, 10px 100%, 0 calc(100% - 10px))
  }

  .section_video_blog .swiper_video_blog .swiper-button-prev,
  .section_video_blog .swiper_video_blog .swiper-button-next {
    display: none
  }
}

.section_video_blog .swiper_video_blog .tab-next-prev {
  position: absolute;
  top: 15px;
  right: 30px
}

@media (max-width: 767px) {
  .section_video_blog .swiper_video_blog .tab-next-prev {
    display: none
  }
}

.section_video_blog .swiper_video_blog .tab-next-prev svg path {
  fill: #7e7e7e
}

.section_video_blog .swiper_video_blog .tab-next-prev .section-video-prev {
  display: inline-flex;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  background-color: #cfcfcf;
  justify-content: center;
  align-items: center
}

@media (min-width: 767px) {
  .section_video_blog .swiper_video_blog .tab-next-prev .section-video-prev:hover {
    background-color: #0ea04b
  }

  .section_video_blog .swiper_video_blog .tab-next-prev .section-video-prev:hover svg path {
    fill: #fff
  }
}

.section_video_blog .swiper_video_blog .tab-next-prev .section-video-next {
  display: inline-flex;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  background-color: #cfcfcf;
  justify-content: center;
  align-items: center
}

@media (min-width: 767px) {
  .section_video_blog .swiper_video_blog .tab-next-prev .section-video-next:hover {
    background-color: #0ea04b
  }

  .section_video_blog .swiper_video_blog .tab-next-prev .section-video-next:hover svg path {
    fill: #fff
  }
}

.section_video_blog .swiper_video_blog .tab-next-prev .swiper-button-disabled {
  opacity: 0.4;
  cursor: inherit;
  display: inline-flex !important
}

.section_video_blog .swiper_video_blog .tab-next-prev>div {
  cursor: pointer
}

.section_video_blog .see-more {
  text-align: center;
  position: relative;
  margin-top: 15px;
  font-size: 16px
}

@media (max-width: 767px) {
  .section_video_blog .see-more {
    margin-top: 10px
  }
}

.section_video_blog .see-more a {
  background-color: #fff;
  color: #0ea04b;
  height: 35px;
  line-height: 33px;
  padding: 0px 25px;
  border: 1px solid #0ea04b;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
}
.line-animations {
  width: 120px;
  background: #f91156;
  height: 3px;
  margin: 0 auto;
  margin-top: 10px;
  position: relative;
  margin-bottom: 20px;
}

@keyframes heading-move {
  0% {
      transform: translateX(-1px)
  }

  50% {
      transform: translateX(72px)
  }

  100% {
      transform: translateX(-1px)
  }
}

.line-animations1:after {
  content: ">>";
  position: absolute;
  left: 0;
  top: -10px;
  font-size: 17px;
  letter-spacing: -1px;
  height: 20px;
  width: 26px;
  line-height: 20px;
  font-weight: 600;
  text-align: center;
  animation: heading-move 7s infinite linear;
  color: #f00;
  background: #f5f5f5;
}
@media (max-width: 767px) {
  .section_video_blog .see-more a {
    height: 30px;
    line-height: 30px;
    padding: 0px 15px;
    font-size: 14px
  }
}

.section_video_blog .see-more a:hover {
  color: #000;
  background-color: #f8c144;
  border: 1px solid #f8c144
}

.section_video_blog .box_alert {
  position: static;
  background-color: #f7f7f7;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-top: none;
  padding: 15px
}

@media (max-width: 767px) {
  .transpi__testimonial-item-inner .quote_icon {
    top: 0px;
    width: 45px;
    height: 45px;
    line-height: 45px;
    display: none;
  }
  .section_video_blog .box_alert {
    padding: 10px
  }
  .transpi__testimonial-item-inner p {
    min-height: 85px;
    font-size: 17px;
  }
}