@charset "UTF-8";
/*CSS PHONE RING*/
@media (max-width: 767px) {
  .section_mekamic_title_see_more a {
    font-size: 1.4rem !important;
    gap: 0.8rem !important;
  }
}

.mekamic_sidebar_title {
  font-size: 2.4rem;
  line-height: 135%;
  color: #191919;
  font-weight: 600;
  font-style: normal;
}

.mekamic_sticky {
  position: sticky;
  z-index: 9;
}

.mekamic_date {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  font-size: 1.4rem;
  line-height: 140%;
  color: #999999;
  font-weight: 400;
  font-style: normal;
}

.tg_news .tg_footer,
.tg_category .tg_footer,
.tg_search_resuilt .tg_footer {
  margin: 0;
}

.tg_news_detailds .tg_content_news_category {
  background: #fff;
}
.tg_news_detailds .tg_content_news_category_general {
  margin: 2.4rem 0 0 0;
}
.tg_news_detailds .tg_content_news_category .section_mekamic_title {
  margin: 8rem 0 0 0;
  padding: 8rem 0 0 0;
  border-top: 0.1rem solid #dddddd;
}
@media (max-width: 1024px) {
  .tg_news_detailds .tg_content_news_category .section_mekamic_title {
    margin: 4rem 0 0 0;
    padding: 4rem 0 0 0;
  }
}

.tg_category .tg_content_news_category_general {
  margin: 0;
}

.mekamic_social_fixed {
  position: fixed;
  z-index: 100;
  bottom: 33rem;
  right: 6rem;
}
@media (max-width: 767px) {
  .mekamic_social_fixed {
    right: 2rem;
    bottom: 6rem;
  }
}
@media (min-width: 1025px) and (max-width: 1599px) {
  .mekamic_social_fixed {
    bottom: 28rem;
    right: 3rem;
  }
}
@media (min-width: 1025px) and (max-width: 1599px) {
  .mekamic_social_fixed figure img {
    max-width: 4rem;
    width: 100%;
  }
}
.mekamic_social_fixed > div {
  margin: 0 0 1.2rem 0;
}
@media (max-width: 767px) {
  .mekamic_social_fixed > div {
    margin: 0 0 0.8rem 0;
  }
}
.mekamic_social_fixed > div:last-child {
  margin: 0;
}
.mekamic_social_fixed_phone {
  position: relative;
}
.mekamic_social_fixed_phone::before {
  position: absolute;
  content: "";
  width: 6.4rem;
  height: 6.4rem;
  top: -6px;
  left: -6px;
  background: #8f182c;
  border-radius: 50%;
  -webkit-animation: coccoc-alo-circle-fill-anim 2.3s infinite ease-in-out;
  -moz-animation: coccoc-alo-circle-fill-anim 2.3s infinite ease-in-out;
  -ms-animation: coccoc-alo-circle-fill-anim 2.3s infinite ease-in-out;
  -o-animation: coccoc-alo-circle-fill-anim 2.3s infinite ease-in-out;
  animation: coccoc-alo-circle-fill-anim 2.3s infinite ease-in-out;
}
@media (max-width: 767px) {
  .mekamic_social_fixed_phone::before {
    width: 5rem;
    height: 5rem;
    top: -5px;
    left: -5px;
  }
}
@media (min-width: 1025px) and (max-width: 1599px) {
  .mekamic_social_fixed_phone::before {
    width: 5rem;
    height: 5rem;
    top: -5px;
    left: -5px;
  }
}
.mekamic_social_fixed_phone::after {
  position: absolute;
  content: "";
  width: 7.4rem;
  height: 7.4rem;
  top: -11px;
  left: -11px;
  background: #8f182c;
  border-radius: 50%;
  -webkit-animation: coccoc-alo-circle-fill-anim 2.3s infinite ease-in-out;
  -moz-animation: coccoc-alo-circle-fill-anim 2.3s infinite ease-in-out;
  -ms-animation: coccoc-alo-circle-fill-anim 2.3s infinite ease-in-out;
  -o-animation: coccoc-alo-circle-fill-anim 2.3s infinite ease-in-out;
  animation: coccoc-alo-circle-fill-anim 2.3s infinite ease-in-out;
}
@media (max-width: 767px) {
  .mekamic_social_fixed_phone::after {
    width: 6rem;
    height: 6rem;
    top: -10px;
    left: -10px;
  }
}
@media (min-width: 1025px) and (max-width: 1599px) {
  .mekamic_social_fixed_phone::after {
    width: 6rem;
    height: 6rem;
    top: -10px;
    left: -10px;
  }
}
@media (max-width: 767px) {
  .mekamic_social_fixed_phone figure {
    width: 4rem;
    height: 4rem;
  }
}
@media (max-width: 767px) {
  .mekamic_social_fixed_zalo figure {
    width: 4rem;
    height: 4rem;
  }
}
@media (max-width: 767px) {
  .mekamic_social_fixed_what_app figure {
    width: 4rem;
    height: 4rem;
  }
}

@-moz-keyframes coccoc-alo-circle-anim {
  0% {
    transform: rotate(0) scale(0.5) skew(1deg);
    opacity: 0.1;
  }
  30% {
    transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.5;
  }
  100% {
    transform: rotate(0) scale(1) skew(1deg);
    opacity: 0.1;
  }
}
@-webkit-keyframes coccoc-alo-circle-anim {
  0% {
    transform: rotate(0) scale(0.5) skew(1deg);
    opacity: 0.1;
  }
  30% {
    transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.5;
  }
  100% {
    transform: rotate(0) scale(1) skew(1deg);
    opacity: 0.1;
  }
}
@-o-keyframes coccoc-alo-circle-anim {
  0% {
    transform: rotate(0) scale(0.5) skew(1deg);
    opacity: 0.1;
  }
  30% {
    transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.5;
  }
  100% {
    transform: rotate(0) scale(1) skew(1deg);
    opacity: 0.1;
  }
}
@keyframes coccoc-alo-circle-anim {
  0% {
    transform: rotate(0) scale(0.5) skew(1deg);
    opacity: 0.1;
  }
  30% {
    transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.5;
  }
  100% {
    transform: rotate(0) scale(1) skew(1deg);
    opacity: 0.1;
  }
}
@-moz-keyframes coccoc-alo-circle-fill-anim {
  0% {
    transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
    opacity: 0.2;
  }
  100% {
    transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
}
@-webkit-keyframes coccoc-alo-circle-fill-anim {
  0% {
    transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
    opacity: 0.2;
  }
  100% {
    transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
}
@-o-keyframes coccoc-alo-circle-fill-anim {
  0% {
    transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
    opacity: 0.2;
  }
  100% {
    transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
}
@keyframes coccoc-alo-circle-fill-anim {
  0% {
    transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
    opacity: 0.2;
  }
  100% {
    transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
}
@-moz-keyframes coccoc-alo-circle-img-anim {
  0% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes coccoc-alo-circle-img-anim {
  0% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-o-keyframes coccoc-alo-circle-img-anim {
  0% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes coccoc-alo-circle-img-anim {
  0% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
/*END CSS PHONE RING*/
.cb-cursor.-text span::before {
  background: url(../images/mekamic-plus-icon.svg) no-repeat;
  width: 2.2rem;
  height: 2.2rem;
  content: "" !important;
  font: inherit !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  background-size: cover !important;
  margin: 0 !important;
}

.cb-cursor.-text span::after {
  display: none;
}

.cb-cursor span {
  width: 4.2rem !important;
  height: 4.2rem !important;
  background: rgba(255, 255, 255, 0.1019607843) !important;
  border: 1px solid #ffffff !important;
  backdrop-filter: blur(20px) !important;
  -webkit-backdrop-filter: blur(20px) !important;
}

.cb-cursor.-text span {
  opacity: inherit !important;
}

.cb-cursor-text {
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
}

.mekamic_cat_info {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 140%;
}
@media (max-width: 767px) {
  .mekamic_cat_info {
    font-size: 1.2rem;
  }
}
.mekamic_cat_info a {
  color: #8f182c;
}
@media (max-width: 767px) {
  .mekamic_cat_info a {
    flex-shrink: 0;
  }
}
.mekamic_cat_info p {
  color: #999999;
  position: relative;
  padding: 0 0 0 1.4rem;
}
@media (max-width: 767px) {
  .mekamic_cat_info p {
    flex-shrink: 0;
  }
}
.mekamic_cat_info p::before {
  position: absolute;
  content: "";
  background: #999999;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  top: 50%;
  margin: -0.2rem 0 0 0;
  left: 0;
}
@media (max-width: 767px) {
  .mekamic_cat_info p::before {
    top: 0.8rem;
  }
}

.mekamic_btn_mobile {
  display: none !important;
}
@media (max-width: 767px) {
  .mekamic_btn_mobile {
    display: flex !important;
  }
}

@media (max-width: 767px) {
  .mekamic_btn_desktop {
    display: none !important;
  }
}

.swiper-control .sl_prev svg,
.swiper-control .sl_next svg {
  position: relative;
  top: 2px;
}
.swiper-control .pagination-swipe {
  font-size: 1.4rem;
  color: #191919 !important;
}
.swiper-control .pagination-swipe .swiper-pagination-current {
  padding: 0 0.8rem 0 0;
}
.swiper-control .pagination-swipe .swiper-pagination-total {
  padding: 0 0 0 0.8rem;
  color: #999999;
}

.tg_homepage .tg_content .section_mekamic_customers .section_mekamic_client {
  padding: 12rem 0 0 0;
  border-top: 0.1rem solid #dddddd;
}
@media (max-width: 1024px) {
  .tg_homepage .tg_content .section_mekamic_customers .section_mekamic_client {
    padding: 4rem 0 0 0;
  }
}
.tg_homepage .tg_content_slider_hp_general {
  position: relative;
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translate3d(0, -20%, 0); /* from opacity 0 and -y (simulates 'drop') */
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0); /* to opacity 1 and y=0 */
  }
}
@keyframes zoom {
  0% {
    transform: scale(1); /* Bắt đầu với kích thước ban đầu */
  }
  50% {
    transform: scale(1.1); /* Đến giữa thời gian animation, phóng to lên 1.1 */
  }
  100% {
    transform: scale(1); /* Đến cuối thời gian animation, quay về kích thước ban đầu */
  }
}
.tg_homepage .tg_content_slider_hp_general_slider .swiper-slide-active .tg_content_slider_hp_general_slider_detailds_figure figure img {
  animation-name: zoom;
  animation-duration: 5s;
  animation-fill-mode: forwards;
}
.tg_homepage .tg_content_slider_hp_general_slider .swiper-slide-active .tg_content_slider_hp_general_slider_detailds_widget span {
  animation: fadeIn 1s ease-in both;
  animation-delay: 0.5s;
}
.tg_homepage .tg_content_slider_hp_general_slider .swiper-slide-active .tg_content_slider_hp_general_slider_detailds_widget h2 {
  animation: fadeIn 1.5s ease-in both;
  animation-delay: 1s;
}
.tg_homepage .tg_content_slider_hp_general_slider .swiper-slide-active .tg_content_slider_hp_general_slider_detailds_widget .mekamic_slider_click {
  animation: fadeIn 2s ease-in both;
  animation-delay: 1.5s;
}
.tg_homepage .tg_content_slider_hp_general_slider .swiper-slide-active .tg_content_slider_hp_general_slider_detailds_widget .mekamic_slider_click span {
  animation: none;
}
.tg_homepage .tg_content_slider_hp_general_slider_detailds {
  position: relative;
  background: #191919;
}
.tg_homepage .tg_content_slider_hp_general_slider_detailds_figure figure {
  overflow: hidden;
  height: 100vh;
}
.tg_homepage .tg_content_slider_hp_general_slider_detailds_figure figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 1024px) {
  .tg_homepage .tg_content_slider_hp_general_slider_detailds_widget {
    text-align: center;
    width: 100%;
  }
}
@media (min-width: 1025px) and (max-width: 1599px) {
  .tg_homepage .tg_content_slider_hp_general_slider_detailds_widget {
    width: 50%;
  }
}
.tg_homepage .tg_content_slider_hp_general_slider_detailds_widget span {
  font-size: 1.8rem;
  line-height: 120%;
  color: #fff;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.5rem;
}
@media (max-width: 767px) {
  .tg_homepage .tg_content_slider_hp_general_slider_detailds_widget span {
    font-size: 1.4rem;
  }
}
.tg_homepage .tg_content_slider_hp_general_slider_detailds_widget h2 {
  font-size: 5.2rem;
  line-height: 130%;
  color: #fff;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  margin: 1.6rem 0 0 0;
}
@media (max-width: 767px) {
  .tg_homepage .tg_content_slider_hp_general_slider_detailds_widget h2 {
    font-size: 2.4rem;
    margin: 1.6rem 0 0 0;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .tg_homepage .tg_content_slider_hp_general_slider_detailds_widget h2 {
    font-size: 3rem;
  }
}
@media (min-width: 1025px) and (max-width: 1599px) {
  .tg_homepage .tg_content_slider_hp_general_slider_detailds_widget h2 {
    font-size: 4.2rem;
  }
}
.tg_homepage .tg_content_slider_hp_general_slider_detailds_widget .mekamic_slider_click {
  display: flex;
}
.tg_homepage .tg_content_slider_hp_general_slider_detailds_widget .mekamic_slider_click a {
  margin: 5rem 0 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.8rem;
  border: 0.1rem solid rgba(255, 255, 255, 0.6);
  border-radius: 9rem;
  font-size: 1.4rem;
  line-height: 140%;
  color: #fff;
  font-weight: 500;
  font-style: normal;
  backdrop-filter: blur(10px);
  padding: 1.3rem 3rem;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .tg_homepage .tg_content_slider_hp_general_slider_detailds_widget .mekamic_slider_click a {
    padding: 1rem;
  }
}
@media (max-width: 1024px) {
  .tg_homepage .tg_content_slider_hp_general_slider_detailds_widget .mekamic_slider_click a {
    width: 100%;
    margin: 3.2rem 0 0 0;
  }
}
.tg_homepage .tg_content_slider_hp_general_slider_detailds_widget .mekamic_slider_click a::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: all 0.3s;
  right: -50px;
  border-right: 50px solid transparent;
  border-bottom: 80px solid #fff;
  transform: translateX(-100%);
}
.tg_homepage .tg_content_slider_hp_general_slider_detailds_widget .mekamic_slider_click a::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: all 0.3s;
  left: -50px;
  border-left: 50px solid transparent;
  border-top: 80px solid #fff;
  transform: translateX(100%);
}
.tg_homepage .tg_content_slider_hp_general_slider_detailds_widget .mekamic_slider_click a:hover {
  color: #8f182c;
}
.tg_homepage .tg_content_slider_hp_general_slider_detailds_widget .mekamic_slider_click a:hover span {
  color: #8f182c;
}
.tg_homepage .tg_content_slider_hp_general_slider_detailds_widget .mekamic_slider_click a:hover svg {
  z-index: 1;
}
.tg_homepage .tg_content_slider_hp_general_slider_detailds_widget .mekamic_slider_click a:hover svg path {
  stroke: #8f182c;
}
.tg_homepage .tg_content_slider_hp_general_slider_detailds_widget .mekamic_slider_click a:hover::before {
  transform: translateX(-49%);
}
.tg_homepage .tg_content_slider_hp_general_slider_detailds_widget .mekamic_slider_click a:hover::after {
  transform: translateX(49%);
}
.tg_homepage .tg_content_slider_hp_general_slider_detailds_widget .mekamic_slider_click a span {
  letter-spacing: 0;
  font-size: 1.6rem;
  z-index: 1;
}
.tg_homepage .tg_content_slider_hp_general_slider_detailds_widget .mekamic_slider_click a svg path {
  transition: all 0.3s;
}
.tg_homepage .tg_content_slider_hp_general_slider_detailds .tg_container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 60%;
  display: flex;
  align-items: center;
  margin: inherit !important;
}
.tg_homepage .tg_content_slider_hp_general_slider .container_move {
  margin: -50px auto 0 auto;
}
.tg_homepage .tg_content_slider_hp_general_slider .container_move .slider-nav {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 1.2rem;
}
@media (max-width: 1024px) {
  .tg_homepage .tg_content_slider_hp_general_slider .container_move .slider-nav {
    justify-content: center;
    gap: 0;
  }
}
.tg_homepage .tg_content_slider_hp_general_slider .container_move .slider-nav .sl_prev,
.tg_homepage .tg_content_slider_hp_general_slider .container_move .slider-nav .sl_next {
  cursor: pointer;
}
.tg_homepage .tg_content_slider_hp_general_slider .container_move .slider-nav .js-current-slide,
.tg_homepage .tg_content_slider_hp_general_slider .container_move .slider-nav .js-all-slide {
  font-size: 1.4rem;
  line-height: 140%;
  color: #fff;
  font-weight: 500;
  font-style: normal;
}
@media (max-width: 1024px) {
  .tg_homepage .tg_content_slider_hp_general_slider .container_move .slider-nav .js-current-slide {
    padding: 0 0rem 0 1.2rem;
  }
}
@media (max-width: 1024px) {
  .tg_homepage .tg_content_slider_hp_general_slider .container_move .slider-nav .js-all-slide {
    padding: 0 1.2rem 0 0rem;
    color: #999999;
  }
}
@media (max-width: 1024px) {
  .tg_homepage .tg_content_slider_hp_general_slider .container_move .slider-nav .js-all-slide::before {
    content: "/";
    padding: 0 0.4rem;
  }
}
.tg_homepage .tg_content_slider_hp_general_slider .container_move .slider-nav .slider-progress-wrap {
  position: relative;
}
@media (max-width: 1024px) {
  .tg_homepage .tg_content_slider_hp_general_slider .container_move .slider-nav .slider-progress-wrap {
    display: none;
  }
}
.tg_homepage .tg_content_slider_hp_general_slider .container_move .slider-nav .slider-progress-wrap .slider-progress {
  width: 13rem;
  height: 0.3rem;
  border-radius: 9rem;
  background: rgba(255, 255, 255, 0.1);
}
.tg_homepage .tg_content_slider_hp_general_slider .container_move .slider-nav .slider-progress-wrap .slider-progress2 {
  height: 0.3rem;
  border-radius: 9rem;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
}
.tg_homepage .tg_content_slider_hp_general_circle {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 30px;
  z-index: 1;
  text-align: center;
}
@media (max-width: 1024px) {
  .tg_homepage .tg_content_slider_hp_general_circle {
    display: none;
  }
}
.tg_homepage .tg_content_slider_hp_general_circle figure {
  -webkit-animation: rotate 5s normal linear infinite;
  animation: rotate 20s normal linear infinite;
  transition: all 0.5s;
}
@media (min-width: 1025px) and (max-width: 1599px) {
  .tg_homepage .tg_content_slider_hp_general_circle figure img {
    max-width: 10rem;
    width: 100%;
  }
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.tg_homepage .tg_content_slider_hp_general_circle .icon-scroll {
  width: 24px;
  height: 35px;
  border: 0.15rem solid rgba(255, 255, 255, 0.3019607843);
  border-radius: 25px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.tg_homepage .tg_content_slider_hp_general_circle .icon-scroll::before {
  position: absolute;
  content: "";
  width: 1.5px;
  height: 7px;
  background: #fff;
  margin-left: -1px;
  top: 9px;
  border-radius: 2px;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-name: scroll;
}
.tg_homepage .tg_content_customer_hp_general {
  padding: 12rem 0 0 0;
  border-top: 0.1rem solid #dddddd;
}
@media (max-width: 1024px) {
  .tg_homepage .tg_content_customer_hp_general {
    padding: 4rem 0 0 0;
  }
}

.tg_content .br_mobile {
  display: none;
}
@media (max-width: 767px) {
  .tg_content .br_mobile {
    display: block;
  }
}
@media (max-width: 767px) {
  .tg_content .br_desktop {
    display: none;
  }
}
.tg_content .mekamic_bg_grey {
  background: linear-gradient(180deg, rgba(245, 245, 245, 0) 0%, rgba(245, 245, 245, 0.6) 100%);
  border-radius: 0 0 6rem 6rem;
  padding: 17rem 0 12rem 0;
}
@media (max-width: 1024px) {
  .tg_content .mekamic_bg_grey {
    background: transparent;
    border-radius: 0;
    padding: 8rem 0 0 0;
  }
}
.tg_content .section_mekamic_title .title_mekamic_ez p {
  margin: 2rem 0 0 0;
  color: #444444;
}
@media (max-width: 767px) {
  .tg_content .section_mekamic_title .title_mekamic_ez p {
    margin: 1rem 0 0 0;
    font-size: 1.4rem;
    text-align: center;
  }
}
.tg_content .mekamic_count_number .tg-count-number {
  font-size: 2.4rem;
  line-height: 140%;
  color: #191919;
  font-weight: 500;
  font-style: normal;
}
@media (max-width: 767px) {
  .tg_content .mekamic_count_number .tg-count-number {
    font-size: 1.6rem;
  }
}
.tg_content .mekamic_count_number p {
  font-size: 1.6rem;
  line-height: 140%;
  color: #444444;
  font-weight: 400;
  font-style: normal;
}
@media (max-width: 767px) {
  .tg_content .mekamic_count_number p {
    font-size: 1.4rem;
  }
}
.tg_content_search {
  width: 80%;
  margin: 0 auto 6rem auto;
}
@media (max-width: 767px) {
  .tg_content_search {
    margin: 0 auto 2rem auto;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .tg_content_search {
    margin: 0 auto 3rem auto;
  }
}
@media (max-width: 1024px) {
  .tg_content_search {
    width: 100%;
    margin: 0 auto 2rem auto;
  }
}
.tg_content_search .number_resusilt {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3rem;
  line-height: 140%;
  color: #191919;
  font-weight: 300;
  font-style: normal;
  margin: 4rem 0 0 0;
}
@media (max-width: 767px) {
  .tg_content_search .number_resusilt {
    font-size: 1.4rem;
    margin: 2rem 0 0 0;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .tg_content_search .number_resusilt {
    font-size: 2rem;
    margin: 3rem 0 0 0;
  }
}
.tg_content_search .number_resusilt P {
  font-weight: 500;
  margin: 0 0.3rem;
}
.tg_content_search .number_resusilt strong {
  font-weight: 600;
  color: #8f182c;
}
.tg_content_search_list {
  display: flex;
  align-items: center;
  gap: 2.4rem;
  border: 0.1rem solid #8f182c;
  border-radius: 9rem;
  padding: 1.5rem 2.4rem;
}
@media (max-width: 767px) {
  .tg_content_search_list {
    margin: 0 auto 2.4rem auto;
    padding: 0.8rem 1.6rem;
    width: 100%;
  }
}
.tg_content_search_list input {
  flex-grow: 1;
  background: transparent;
  padding: 0;
  border: none;
  font-size: 1.6rem;
  line-height: 150%;
  color: #191919;
  font-weight: 400;
  font-style: normal;
}
@media (max-width: 767px) {
  .tg_content_search_list input {
    font-size: 1.4rem;
    line-height: 140%;
    color: #191919;
    font-weight: 400;
    font-style: normal;
  }
}
.tg_content_search_list input::placeholder {
  font-size: 1.6rem;
  line-height: 150%;
  color: #999999;
  font-weight: 400;
  font-style: normal;
  font-style: italic;
}
@media (max-width: 767px) {
  .tg_content_search_list input::placeholder {
    font-size: 1.4rem;
  }
}
.tg_content_search_list button {
  flex-shrink: 0;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
}
.tg_content_search_list button svg path {
  stroke: #8f182c;
}
.tg_content_search_list button svg ellipse {
  stroke: #8f182c;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .tg_content_organizational_chart_title .section_mekamic_title h3 {
    text-align: left;
  }
}
.tg_content_organizational_chart_title_bg {
  margin: 2.4rem 0 0 0;
  display: flex;
  gap: 2.4rem;
}
@media (max-width: 767px) {
  .tg_content_organizational_chart_title_bg {
    flex-direction: column;
    gap: 2rem;
    text-align: center;
    margin: 1rem 0 0 0;
  }
}
@media (max-width: 1024px) {
  .tg_content_organizational_chart_title_bg {
    font-size: 1.4rem;
  }
}
.tg_content_organizational_chart_title_bg_left {
  width: 60%;
}
@media (max-width: 767px) {
  .tg_content_organizational_chart_title_bg_left {
    width: 100%;
  }
}
.tg_content_organizational_chart_title_bg_right {
  width: 40%;
  display: table;
}
@media (max-width: 767px) {
  .tg_content_organizational_chart_title_bg_right {
    width: 100%;
  }
}
.tg_content_organizational_chart_title_bg_right .mekamic_button_click {
  float: right;
}
@media (max-width: 767px) {
  .tg_content_organizational_chart_title_bg_right .mekamic_button_click {
    float: none;
  }
}
.tg_content_organizational_chart_general {
  margin: 12rem 0 0 0;
}
@media (max-width: 1024px) {
  .tg_content_organizational_chart_general {
    margin: 4rem 0 0 0;
  }
}
.tg_content_organizational_chart_general_bg {
  display: block;
  overflow: auto;
}
@media (max-width: 1024px) {
  .tg_content_organizational_chart_general_bg_detailds {
    width: 130rem;
  }
}
.tg_content_organizational_chart_general_bg_detailds figure {
  display: table;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .tg_content_contact_info .tg_container {
    padding: 0 0 0 1.6rem;
  }
}
@media (max-width: 767px) {
  .tg_content_contact_info_general {
    display: block;
    overflow: auto;
  }
}
.tg_content_contact_info_general_bg {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-gap: 3rem;
}
@media (max-width: 767px) {
  .tg_content_contact_info_general_bg {
    width: 80rem;
    grid-gap: 1.6rem;
  }
}
.tg_content_contact_info_general_bg_detailds {
  background: rgba(143, 24, 44, 0.0509803922);
  border-radius: 2rem;
  padding: 3rem 2.4rem;
}
@media (max-width: 1024px) {
  .tg_content_contact_info_general_bg_detailds {
    text-align: center;
    padding: 1.2rem;
  }
}
.tg_content_contact_info_general_bg_detailds figure {
  position: relative;
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
  background: #fff;
}
@media (max-width: 1024px) {
  .tg_content_contact_info_general_bg_detailds figure {
    width: 4rem;
    height: 4rem;
    display: table;
    margin: 0 auto;
  }
}
.tg_content_contact_info_general_bg_detailds figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.tg_content_contact_info_general_bg_detailds b {
  font-size: 1.8rem;
  line-height: 140%;
  color: #191919;
  font-weight: 600;
  font-style: normal;
  display: block;
  margin: 1.2rem 0 0 0;
}
@media (max-width: 1024px) {
  .tg_content_contact_info_general_bg_detailds b {
    font-size: 1.4rem;
  }
}
.tg_content_contact_info_general_bg_detailds ul {
  margin: 1.2rem 0 0 0;
}
.tg_content_contact_info_general_bg_detailds ul li {
  position: relative;
  margin: 0 0 0.8rem 0;
  padding: 0 0 0 3.2rem;
  font-size: 1.6rem;
  line-height: 140%;
  color: #191919;
  font-weight: 400;
  font-style: normal;
  text-align: justify;
}
@media (max-width: 1024px) {
  .tg_content_contact_info_general_bg_detailds ul li {
    font-size: 1.2rem;
    padding: 0;
    text-align: center;
  }
}
.tg_content_contact_info_general_bg_detailds ul li:last-child {
  margin: 0;
}
.tg_content_contact_info_general_bg_detailds ul li::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  margin: -1.2rem 0 0 0;
  width: 2.4rem;
  height: 2.4rem;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 1024px) {
  .tg_content_contact_info_general_bg_detailds ul li::before {
    display: none;
  }
}
.tg_content_contact_info_general_bg_detailds ul li a {
  font-size: 1.6rem;
  line-height: 140%;
  color: #191919;
  font-weight: 400;
  font-style: normal;
}
@media (max-width: 1024px) {
  .tg_content_contact_info_general_bg_detailds ul li a {
    font-size: 1.2rem;
  }
}
.tg_content_contact_info_general_bg_detailds ul li.contact_location a {
  display: block;
  margin: 0.8rem 0 0 0;
  font-size: 1.4rem;
  line-height: 140%;
  color: #8f182c;
  font-weight: 500;
  font-style: normal;
}
@media (max-width: 1024px) {
  .tg_content_contact_info_general_bg_detailds ul li.contact_location a {
    font-size: 1.2rem;
  }
}
.tg_content_contact_info_general_bg_detailds ul li.contact_location::before {
  background: url(../images/mekamic-contact-sub-location-icon.svg);
  top: 0;
  margin: 0;
}
.tg_content_contact_info_general_bg_detailds ul li.contact_phone::before {
  content: "";
  background: url(../images/mekamic-contact-sub-phone-icon.svg);
}
.tg_content_contact_info_general_bg_detailds ul li.contact_email::before {
  background: url(../images/mekamic-contact-sub-email-icon.svg);
}
.tg_content_contact_info_general_bg_detailds ul li.contact_calendar::before {
  background: url(../images/mekamic-contact-sub-calendar-icon.svg);
}
.tg_content_contact_info_general_bg_detailds ul li.contact_time::before {
  background: url(../images/mekamic-contact-sub-clock-icon.svg);
}
.tg_content_news_category {
  background: #f8f8f8;
}
@media (max-width: 1024px) {
  .tg_content_news_category .section_mekamic_title {
    justify-content: space-between !important;
  }
}
.tg_content_news_category .section_mekamic_title_see_more.mekamic_btn_mobile {
  display: flex;
  margin: 2rem 0 0 0;
  justify-content: center;
}
.tg_content_news_category_menu {
  display: flex;
  align-items: center;
  position: relative;
}
.tg_content_news_category_menu_icon figure {
  position: relative;
  top: 0.4rem;
  cursor: pointer;
}
.tg_content_news_category_menu_icon .arrup {
  display: none;
}
.tg_content_news_category_menu_nav {
  position: absolute;
  top: 50%;
  margin: -1.2rem 0 0 0;
  right: 3.6rem;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
  width: 70rem;
}
@media (max-width: 1024px) {
  .tg_content_news_category_menu_nav {
    box-shadow: 0 2rem 8rem 0 rgba(31, 68, 122, 0.1607843137);
    padding: 2.4rem 1.6rem;
    border-radius: 1.6rem;
    background: #fff;
    top: 6rem;
    width: 35rem;
  }
}
@media (min-width: 1025px) and (max-width: 1599px) {
  .tg_content_news_category_menu_nav {
    box-shadow: 0 2rem 8rem 0 rgba(31, 68, 122, 0.1607843137);
    padding: 2.4rem 1.6rem;
    border-radius: 1.6rem;
    background: #fff;
    top: 6rem;
    width: 35rem;
  }
}
.tg_content_news_category_menu_nav ul {
  display: flex;
  align-items: center;
  gap: 2.4rem;
  justify-content: end;
}
@media (max-width: 1024px) {
  .tg_content_news_category_menu_nav ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.8rem;
  }
}
@media (min-width: 1025px) and (max-width: 1599px) {
  .tg_content_news_category_menu_nav ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.6rem;
  }
}
.tg_content_news_category_menu_nav ul li a {
  display: inline-block;
  font-size: 1.6rem;
  line-height: 150%;
  color: #191919;
  font-weight: 500;
  font-style: normal;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .tg_content_news_category_menu_nav ul li a {
    font-size: 1.4rem;
  }
}
.tg_content_news_category_menu_nav ul li a:hover {
  font-size: 1.6rem;
  line-height: 150%;
  color: #8f182c;
  font-weight: 500;
  font-style: normal;
}
@media (max-width: 767px) {
  .tg_content_news_category_menu_nav ul li a:hover {
    font-size: 1.4rem;
  }
}
.tg_content_news_category_menu_nav ul li.tg_active a {
  font-size: 1.6rem;
  line-height: 150%;
  color: #8f182c;
  font-weight: 500;
  font-style: normal;
}
@media (max-width: 767px) {
  .tg_content_news_category_menu_nav ul li.tg_active a {
    font-size: 1.4rem;
  }
}
.tg_content_news_category_menu.tg_active .tg_content_news_category_menu_icon .arrdown {
  display: none;
}
.tg_content_news_category_menu.tg_active .tg_content_news_category_menu_icon .arrup {
  display: block;
}
.tg_content_news_category_menu.tg_active .tg_content_news_category_menu_nav {
  opacity: 1;
  visibility: visible;
  right: 6rem;
}
@media (max-width: 1024px) {
  .tg_content_news_category_menu.tg_active .tg_content_news_category_menu_nav {
    right: 0;
  }
}
@media (min-width: 1025px) and (max-width: 1599px) {
  .tg_content_news_category_menu.tg_active .tg_content_news_category_menu_nav {
    right: 0;
  }
}
.tg_content_news_category_general {
  margin: 4.8rem 0 0 0;
}
@media (max-width: 1024px) {
  .tg_content_news_category_general {
    margin: 2rem 0 0 0;
  }
}
.tg_content_news_category_general_bg {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-gap: 3.6rem;
}
@media (max-width: 767px) {
  .tg_content_news_category_general_bg {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    grid-gap: 2.4rem;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .tg_content_news_category_general_bg {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-gap: 2.4rem;
  }
}
.tg_content_news_category_general_bg_detailds_figure figure {
  height: 24rem;
  border-radius: 2rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .tg_content_news_category_general_bg_detailds_figure figure {
    height: 20rem;
  }
}
.tg_content_news_category_general_bg_detailds_figure figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 2rem;
  transition: all 0.5s;
}
.tg_content_news_category_general_bg_detailds_widget {
  margin: 1.6rem 0 0 0;
}
@media (max-width: 1024px) {
  .tg_content_news_category_general_bg_detailds_widget {
    margin: 1.6rem 0 0 0;
  }
}
.tg_content_news_category_general_bg_detailds_widget b a {
  font-size: 1.8rem;
  line-height: 140%;
  color: #191919;
  font-weight: 500;
  font-style: normal;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .tg_content_news_category_general_bg_detailds_widget b a {
    font-size: 1.4rem;
  }
}
.tg_content_news_category_general_bg_detailds_widget .mekamic_cat_info {
  margin: 1.1rem 0 0 0;
}
@media (max-width: 767px) {
  .tg_content_news_category_general_bg_detailds_widget .mekamic_cat_info {
    margin: 0.8rem 0 0 0;
  }
}
.tg_content_news_category_general_bg_detailds:hover .tg_content_news_category_general_bg_detailds_figure figure img {
  transform: scale(1.1);
}
.tg_content_news_category_general_bg_detailds:hover .tg_content_news_category_general_bg_detailds_widget b a {
  color: #8f182c;
}
.tg_content_news_category_general .mekamic_category_btn {
  margin: 4rem 0 0 0;
  display: grid;
  grid-template-columns: repeat(9, 1fr);
  grid-template-rows: repeat(1, 1fr);
  gap: 3.6rem;
}
@media (max-width: 767px) {
  .tg_content_news_category_general .mekamic_category_btn {
    margin: 2.4rem 0 0 0;
  }
}
.tg_content_news_category_general .mekamic_category_btn a {
  grid-column: span 3/span 3;
  grid-column-start: 4;
  font-size: 1.6rem;
  line-height: 140%;
  color: #8f182c;
  font-weight: 500;
  font-style: normal;
  border: 0.1rem solid #8f182c;
  border-radius: 9rem;
  text-align: center;
  overflow: hidden;
  padding: 1.2rem;
  transition: all 0.5s;
  position: relative;
}
@media (max-width: 767px) {
  .tg_content_news_category_general .mekamic_category_btn a {
    grid-column: 1/-1;
    font-size: 1.2rem;
    padding: 1.1rem;
  }
}
.tg_content_news_category_general .mekamic_category_btn a::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: all 0.5s;
  right: -50px;
  border-right: 50px solid transparent;
  border-bottom: 80px solid #8f182c;
  transform: translateX(-100%);
}
.tg_content_news_category_general .mekamic_category_btn a::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: all 0.5s;
  left: -50px;
  border-left: 50px solid transparent;
  border-top: 80px solid #8f182c;
  transform: translateX(100%);
}
.tg_content_news_category_general .mekamic_category_btn a span {
  position: relative;
  z-index: 1;
}
.tg_content_news_category_general .mekamic_category_btn a:hover:before {
  transform: translateX(-49%);
}
.tg_content_news_category_general .mekamic_category_btn a:hover:after {
  transform: translateX(49%);
}
.tg_content_news_category_general .mekamic_category_btn a:hover span {
  color: #fff !important;
  -webkit-text-fill-color: initial !important;
}
.tg_content_contact_form_general {
  display: flex;
  gap: 6rem;
}
@media (min-width: 1025px) and (max-width: 1599px) {
  .tg_content_contact_form_general {
    gap: 4rem;
  }
}
.tg_content_contact_form_general_left {
  width: 55%;
}
@media (max-width: 1024px) {
  .tg_content_contact_form_general_left {
    display: none;
  }
}
.tg_content_contact_form_general_left figure {
  height: 50rem;
  border-radius: 2rem;
  overflow: hidden;
}
.tg_content_contact_form_general_left figure img {
  width: 100%;
  height: 100%;
  border-radius: 2rem;
  object-fit: cover;
  transition: all 0.5s;
}
.tg_content_contact_form_general_left figure:hover img {
  transform: scale(1.1);
}
.tg_content_contact_form_general_right {
  width: 45%;
}
@media (max-width: 1024px) {
  .tg_content_contact_form_general_right {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .tg_content_contact_form_general_right .section_mekamic_title {
    justify-content: center;
  }
}
.tg_content_contact_form_general_right_form {
  margin: 4rem 0 0 0;
}
@media (max-width: 1024px) {
  .tg_content_contact_form_general_right_form {
    margin: 2.4rem 0 0 0;
  }
}
.tg_content_contact_form_general_right_form_list_group {
  margin: 0 0 2.4rem 0;
}
@media (max-width: 1024px) {
  .tg_content_contact_form_general_right_form_list_group {
    margin: 0 0 1rem 0;
  }
}
.tg_content_contact_form_general_right_form_list_group label {
  display: block;
  margin: 0 0 0.8rem 0;
  font-weight: 500;
}
@media (max-width: 1024px) {
  .tg_content_contact_form_general_right_form_list_group label {
    font-size: 1.4rem;
  }
}
.tg_content_contact_form_general_right_form_list_group label span {
  color: #ff0000;
}
.tg_content_contact_form_general_right_form_list_group input,
.tg_content_contact_form_general_right_form_list_group select,
.tg_content_contact_form_general_right_form_list_group textarea {
  width: 100%;
  border: 0.1rem solid #dddddd;
  padding: 1rem 1.6rem;
  border-radius: 0.8rem;
  font-size: 1.6rem;
  font-weight: 400;
}
@media (max-width: 1024px) {
  .tg_content_contact_form_general_right_form_list_group input,
  .tg_content_contact_form_general_right_form_list_group select,
  .tg_content_contact_form_general_right_form_list_group textarea {
    font-size: 1.4rem;
  }
}
.tg_content_contact_form_general_right_form_list_group input::placeholder,
.tg_content_contact_form_general_right_form_list_group select::placeholder,
.tg_content_contact_form_general_right_form_list_group textarea::placeholder {
  color: #999999;
  font-family: "Inter", sans-serif;
  font-style: italic;
}
.tg_content_contact_form_general_right_form_list_group textarea {
  resize: none;
  height: 9.5rem;
}
.tg_content_contact_form_general_right_form_list.tg_col_6 {
  display: flex;
  gap: 1.6rem;
}
@media (max-width: 767px) {
  .tg_content_contact_form_general_right_form_list.tg_col_6 {
    flex-direction: column;
  }
}
.tg_content_contact_form_general_right_form_list.tg_col_6 .tg_content_contact_form_general_right_form_list_group {
  flex: 1;
}
.tg_content_contact_form_general_right .mekamic_button_click {
  margin: 4rem 0 0 0;
}
@media (max-width: 1024px) {
  .tg_content_contact_form_general_right .mekamic_button_click {
    margin: 2.4rem 0 0 0;
  }
}
.tg_content_contact_form_general_right .mekamic_button_click button {
  font-size: 1.6rem;
  line-height: 140%;
  color: #8f182c;
  font-weight: 500;
  font-style: normal;
  padding: 1.3rem 2.4rem;
  border: 1px solid #8f182c;
  border-radius: 10rem;
  display: flex;
  align-items: center;
  gap: 1.6rem;
  position: relative;
  transition: all 0.5s ease;
  overflow: hidden;
  transition: all 0.5s;
  background: transparent;
  max-width: 28rem;
  width: 100%;
  justify-content: center;
}
@media (max-width: 1024px) {
  .tg_content_contact_form_general_right .mekamic_button_click button {
    font-size: 1.4rem;
    padding: 1rem 1.6rem;
    gap: 0.8rem;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .tg_content_contact_form_general_right .mekamic_button_click button {
    width: 100%;
    max-width: 100%;
  }
}
.tg_content_contact_form_general_right .mekamic_button_click button span {
  position: relative;
  z-index: 1;
}
.tg_content_contact_form_general_right .mekamic_button_click button svg {
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .tg_content_contact_form_general_right .mekamic_button_click button svg {
    width: 1.5rem;
    height: 1.1rem;
  }
}
.tg_content_contact_form_general_right .mekamic_button_click button::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: all 0.5s;
  right: -50px;
  border-right: 50px solid transparent;
  border-bottom: 80px solid #8f182c;
  transform: translateX(-100%);
}
.tg_content_contact_form_general_right .mekamic_button_click button::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: all 0.5s;
  left: -50px;
  border-left: 50px solid transparent;
  border-top: 80px solid #8f182c;
  transform: translateX(100%);
}
.tg_content_contact_form_general_right .mekamic_button_click button:hover:before {
  transform: translateX(-49%);
}
.tg_content_contact_form_general_right .mekamic_button_click button:hover:after {
  transform: translateX(49%);
}
.tg_content_contact_form_general_right .mekamic_button_click button:hover svg path {
  stroke: #fff;
}
.tg_content_contact_form_general_right .mekamic_button_click button:hover span {
  color: rgb(255, 255, 255) !important;
  -webkit-text-fill-color: initial !important;
}
.tg_content_error_general {
  text-align: center;
  font-size: 2rem;
  line-height: 140%;
  color: #191919;
  font-weight: 400;
  font-style: normal;
}
@media (max-width: 767px) {
  .tg_content_error_general {
    font-size: 1.4rem;
  }
}
.tg_content_error_general figure {
  display: flex;
  justify-content: center;
}
.tg_content_error_general b {
  font-size: 6.4rem;
  line-height: 140%;
  color: #db0303;
  font-weight: 500;
  font-style: normal;
  display: table;
  margin: 4rem auto 0.8rem auto;
}
@media (max-width: 767px) {
  .tg_content_error_general b {
    font-size: 2rem;
  }
}
.tg_content_error_general .mekamic_button_click {
  display: flex;
  justify-content: center;
  margin: 4rem 0 0 0;
}
@media (max-width: 767px) {
  .tg_content_error_general .mekamic_button_click {
    margin: 2.4rem 0 0 0;
  }
}
@media (max-width: 1024px) {
  .tg_content_intro_hp_general .section_mekamic_title .title_mekamic_ez_content .br_desktop {
    display: none;
  }
}
.tg_content_intro_hp_general_top {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .tg_content_intro_hp_general_top {
    flex-direction: column;
    gap: 3rem;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .tg_content_intro_hp_general_top {
    gap: 1.6rem;
  }
}
.tg_content_intro_hp_general_top_left {
  width: 41%;
}
@media (max-width: 767px) {
  .tg_content_intro_hp_general_top_left {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .tg_content_intro_hp_general_top_left {
    width: 50%;
  }
}
.tg_content_intro_hp_general_top_left .section_mekamic_title .title_mekamic_ez h3 {
  text-transform: uppercase;
}
.tg_content_intro_hp_general_top_right {
  width: 41%;
}
@media (max-width: 767px) {
  .tg_content_intro_hp_general_top_right {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .tg_content_intro_hp_general_top_right {
    width: 50%;
  }
}
.tg_content_intro_hp_general_top_right_bg {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  position: relative;
}
.tg_content_intro_hp_general_top_right_bg::before {
  position: absolute;
  content: "";
  width: 0.1rem;
  height: 100%;
  background: #dddddd;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.tg_content_intro_hp_general_top_right_bg:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 0.1rem;
  background: #dddddd;
  top: 50%;
}
.tg_content_intro_hp_general_top_right_bg_detailds {
  display: flex;
  align-items: center;
  gap: 1.6rem;
}
@media (max-width: 767px) {
  .tg_content_intro_hp_general_top_right_bg_detailds {
    gap: 0.8rem;
  }
}
.tg_content_intro_hp_general_top_right_bg_detailds:nth-child(2n) {
  justify-content: center;
}
.tg_content_intro_hp_general_top_right_bg_detailds:nth-child(1), .tg_content_intro_hp_general_top_right_bg_detailds:nth-child(2) {
  padding: 1.2rem 0 3rem 0;
}
@media (max-width: 767px) {
  .tg_content_intro_hp_general_top_right_bg_detailds:nth-child(1), .tg_content_intro_hp_general_top_right_bg_detailds:nth-child(2) {
    padding: 1.2rem 0 1.8rem 0;
  }
}
.tg_content_intro_hp_general_top_right_bg_detailds:nth-child(3), .tg_content_intro_hp_general_top_right_bg_detailds:nth-child(4) {
  padding: 3rem 0 1.2rem 0;
}
@media (max-width: 767px) {
  .tg_content_intro_hp_general_top_right_bg_detailds:nth-child(3), .tg_content_intro_hp_general_top_right_bg_detailds:nth-child(4) {
    padding: 1.8rem 0 1.2rem 0;
  }
}
.tg_content_intro_hp_general_top_right_bg_detailds_figure {
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .tg_content_intro_hp_general_top_right_bg_detailds_figure {
    max-width: 4.4rem;
    width: 100%;
  }
}
.tg_content_intro_hp_general_top .mekamic_button_click {
  margin: 4rem 0 0 0;
}
@media (max-width: 1024px) {
  .tg_content_intro_hp_general_top .mekamic_button_click {
    margin: 1.6rem 0 0 0;
  }
}
.tg_content_intro_hp_general_bottom {
  padding: 6rem 0 0 0;
}
@media (max-width: 767px) {
  .tg_content_intro_hp_general_bottom {
    padding: 3rem 0 0 0;
  }
}
.tg_content_intro_hp_general_bottom figure a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.tg_content_intro_hp_general_bottom figure a::before {
  position: absolute;
  content: "";
  background: url(../images/mekamic-intro-play-icon.svg) no-repeat;
  width: 12.8rem;
  height: 12.8rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s;
  background-size: cover !important;
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 1024px) {
  .tg_content_intro_hp_general_bottom figure a::before {
    width: 6rem;
    height: 6rem;
  }
}
.tg_content_intro_hp_general_bottom figure a:hover::before {
  opacity: 1;
  visibility: visible;
}
.tg_content_service_hp_general {
  margin: 5rem 0 0 0;
}
@media (max-width: 767px) {
  .tg_content_service_hp_general {
    margin: 2rem 0 0 0;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .tg_content_service_hp_general {
    margin: 3rem 0 0 0;
  }
}
.tg_content_service_hp_general_bg {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-gap: 3.5rem;
}
@media (max-width: 767px) {
  .tg_content_service_hp_general_bg {
    grid-column-gap: 1.6rem;
    grid-row-gap: 2rem;
  }
}
@media (max-width: 1024px) {
  .tg_content_service_hp_general_bg {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 1024px) {
  .tg_content_service_hp_general_bg_detailds:nth-child(3) {
    grid-column: 1/-1;
  }
}
.tg_content_service_hp_general_bg_detailds_figure figure {
  height: 41rem;
  border-radius: 2rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .tg_content_service_hp_general_bg_detailds_figure figure {
    height: 16.4rem;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .tg_content_service_hp_general_bg_detailds_figure figure {
    height: 32.8rem;
  }
}
.tg_content_service_hp_general_bg_detailds_figure figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 2rem;
  transition: all 0.3s;
}
@media (max-width: 1024px) {
  .tg_content_service_hp_general_bg_detailds_figure figure img {
    border-radius: 1.2rem;
  }
}
.tg_content_service_hp_general_bg_detailds_widget {
  margin: 2.4rem 0 0 0;
  text-align: center;
}
@media (max-width: 767px) {
  .tg_content_service_hp_general_bg_detailds_widget {
    margin: 1rem 0 0 0;
  }
}
.tg_content_service_hp_general_bg_detailds_widget b a {
  font-size: 2rem;
  line-height: 140%;
  color: #191919;
  font-weight: 500;
  font-style: normal;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .tg_content_service_hp_general_bg_detailds_widget b a {
    font-size: 1.4rem;
  }
}
.tg_content_service_hp_general_bg_detailds:hover .tg_content_service_hp_general_bg_detailds_figure figure img {
  transform: scale(1.1);
}
.tg_content_service_hp_general_bg_detailds:hover .tg_content_service_hp_general_bg_detailds_widget b a {
  color: #8f182c;
}
.tg_content_service_hp_general_bg_detailds_inner {
  border: 0.1rem solid #dddddd;
  height: 100%;
  border-radius: 2rem;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .tg_content_service_hp_general_bg_detailds_inner {
    border-radius: 1.2rem;
    border: none;
  }
}
.tg_content_service_hp_general_bg_detailds_inner_inside {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  padding: 0 4.8rem;
  text-align: center;
}
@media (max-width: 1024px) {
  .tg_content_service_hp_general_bg_detailds_inner_inside {
    position: relative;
    top: inherit;
    left: inherit;
    transform: inherit;
    padding: 2rem 1.6rem;
    background: #f5f5f5;
  }
}
.tg_content_service_hp_general_bg_detailds_inner_inside b {
  font-size: 2rem;
  line-height: 140%;
  color: #191919;
  font-weight: 600;
  font-style: normal;
}
@media (max-width: 767px) {
  .tg_content_service_hp_general_bg_detailds_inner_inside b {
    font-size: 1.6rem;
  }
}
.tg_content_service_hp_general_bg_detailds_inner_inside p {
  margin: 1.6rem 0 0 0;
  font-size: 1.4rem;
  line-height: 140%;
  color: #191919;
  font-weight: 400;
  font-style: normal;
}
@media (max-width: 767px) {
  .tg_content_service_hp_general_bg_detailds_inner_inside p {
    margin: 0.8rem 0 0 0;
  }
}
.tg_content_service_hp_general_bg_detailds_inner_inside_info span {
  font-size: 1.8rem;
  line-height: 140%;
  color: #191919;
  font-weight: 500;
  font-style: normal;
  display: block;
  margin: 0.8rem 0 0 0;
}
@media (max-width: 767px) {
  .tg_content_service_hp_general_bg_detailds_inner_inside_info span {
    font-size: 1.4rem;
  }
}
.tg_content_service_hp_general_bg_detailds_inner_inside_info strong a {
  font-size: 2.8rem;
  line-height: 140%;
  color: #8f182c;
  font-weight: 600;
  font-style: normal;
}
@media (max-width: 767px) {
  .tg_content_service_hp_general_bg_detailds_inner_inside_info strong a {
    font-size: 1.8rem;
  }
}
.tg_content_service_hp_general_bg_detailds_inner_inside_register {
  margin: 3rem 0 0 0;
}
@media (max-width: 767px) {
  .tg_content_service_hp_general_bg_detailds_inner_inside_register {
    margin: 1.6rem 0 0 0;
  }
}
.tg_content_service_hp_general_bg_detailds_inner_inside_register p {
  margin: 0;
}
.tg_content_service_hp_general_bg_detailds_inner_inside_register .mekamic_button_click {
  margin: 1.6rem 0 0 0;
}
.tg_content_service_hp_general_bg_detailds_inner_inside_register .mekamic_button_click .cta_general {
  width: 100%;
  justify-content: center;
}
@media (max-width: 767px) {
  .tg_content_service_hp_general_bg_detailds_inner_inside_register .mekamic_button_click .cta_general {
    max-width: 21rem;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .tg_content_service_hp_general_bg_detailds_inner_inside_register .mekamic_button_click .cta_general {
    max-width: 42rem;
    margin: 0 auto;
  }
}
.tg_content_product_hp {
  position: relative;
}
.tg_content_product_hp_general {
  display: flex;
  gap: 4.5rem;
}
@media (max-width: 1024px) {
  .tg_content_product_hp_general {
    flex-direction: column;
    gap: 2.4rem;
    position: relative;
  }
}
.tg_content_product_hp_general_left {
  width: 32%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 45rem;
}
@media (max-width: 1024px) {
  .tg_content_product_hp_general_left {
    width: 100%;
    min-height: inherit;
    z-index: 2;
  }
}
@media (min-width: 1025px) and (max-width: 1599px) {
  .tg_content_product_hp_general_left {
    width: 30%;
  }
}
.tg_content_product_hp_general_left .section_mekamic_title {
  flex-direction: column;
  justify-content: inherit;
  align-items: inherit;
  gap: 4rem;
  margin: 0;
}
@media (max-width: 1024px) {
  .tg_content_product_hp_general_left .section_mekamic_title {
    justify-content: center;
    gap: 1.6rem;
    align-items: center;
  }
}
.tg_content_product_hp_general_right {
  width: 70%;
  position: absolute;
  left: 41%;
  top: 50%;
  overflow: hidden;
  margin: -22.5rem 0 0 0;
}
@media (max-width: 1024px) {
  .tg_content_product_hp_general_right {
    width: 100%;
    position: relative;
    left: inherit;
    top: inherit;
    margin: inherit;
  }
}
.tg_content_product_hp_general_right_bg_detailds {
  position: relative;
  min-height: 45rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 4.5rem 0.8rem 4.5rem;
  gap: 4rem;
  justify-content: end;
  margin: 1rem 0;
}
@media (max-width: 1024px) {
  .tg_content_product_hp_general_right_bg_detailds {
    min-height: 37rem;
    gap: 2.4rem;
    padding: 2rem 1.6rem;
    margin: 0 0 4rem 0;
  }
}
.tg_content_product_hp_general_right_bg_detailds::before {
  position: absolute;
  content: "";
  border-radius: 2rem;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(143, 24, 44, 0.2) 0%, rgba(143, 24, 44, 0) 100%);
  top: 0;
  left: 0;
  transition: all 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
}
@media (max-width: 1024px) {
  .tg_content_product_hp_general_right_bg_detailds::before {
    opacity: 1;
    visibility: visible;
  }
}
.tg_content_product_hp_general_right_bg_detailds:after {
  position: absolute;
  content: "";
  width: 0.1rem;
  height: 100%;
  background: url(../images/mekamic-dashed-line-red.png) repeat-y;
  top: 0;
  right: 0;
  transition: all 0.5s;
  opacity: 1;
  visibility: visible;
}
@media (max-width: 1024px) {
  .tg_content_product_hp_general_right_bg_detailds:after {
    opacity: 0;
    visibility: hidden;
  }
}
.tg_content_product_hp_general_right_bg_detailds:hover::before {
  opacity: 1;
  visibility: visible;
}
.tg_content_product_hp_general_right_bg_detailds:hover::after, .tg_content_product_hp_general_right_bg_detailds.hide-after:after {
  opacity: 0;
  visibility: hidden;
}
.tg_content_product_hp_general_right_bg_detailds_figure {
  z-index: 1;
}
.tg_content_product_hp_general_right_bg_detailds_figure figure {
  width: 34rem;
  height: 34rem;
}
@media (max-width: 1024px) {
  .tg_content_product_hp_general_right_bg_detailds_figure figure {
    width: 24.4rem;
    height: 24.4rem;
  }
}
.tg_content_product_hp_general_right_bg_detailds_figure figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tg_content_product_hp_general_right_bg_detailds_widget b {
  font-size: 2rem;
  line-height: 140%;
  color: #191919;
  font-weight: 500;
  font-style: normal;
  display: block;
}
@media (max-width: 1024px) {
  .tg_content_product_hp_general_right_bg_detailds_widget b {
    font-size: 1.6rem;
  }
}
.tg_content_product_hp_general_right_bg_detailds a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 2rem;
  z-index: 3;
}
@media (max-width: 1024px) {
  .tg_content_product_hp_general .swiper-control {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
    z-index: 1;
    justify-content: center;
  }
}
.tg_content_marquee_hp_general {
  overflow: hidden;
}
.tg_content_marquee_hp_general_detailds {
  width: 192rem;
  display: flex;
  animation: marquee 15s linear infinite;
  align-items: center;
  gap: 4.8rem;
}
@keyframes marquee {
  0% {
    margin-left: 0;
  }
  100% {
    margin-left: -1227px;
  }
}
@media (max-width: 767px) {
  .tg_content_marquee_hp_general_detailds img {
    max-width: 50%;
    width: 100%;
  }
}
.tg_content_news_hp_general {
  display: flex;
  gap: 4.5rem;
  margin: 5rem 0 0 0;
}
@media (max-width: 767px) {
  .tg_content_news_hp_general {
    margin: 2rem 0 0 0;
    flex-direction: column;
    gap: 0;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .tg_content_news_hp_general {
    gap: 2rem;
  }
}
@media (max-width: 1024px) {
  .tg_content_news_hp_general {
    margin: 2rem 0 0 0;
  }
}
.tg_content_news_hp_general_left {
  width: 68%;
}
@media (max-width: 767px) {
  .tg_content_news_hp_general_left {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .tg_content_news_hp_general_left {
    width: 60%;
  }
}
.tg_content_news_hp_general_left_bg_figure figure {
  height: 54.5rem;
  border-radius: 2rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .tg_content_news_hp_general_left_bg_figure figure {
    height: 20rem;
    border-radius: 1.2rem;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .tg_content_news_hp_general_left_bg_figure figure {
    height: 30rem;
    border-radius: 1.2rem;
  }
}
.tg_content_news_hp_general_left_bg_figure figure img {
  border-radius: 2rem;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
@media (max-width: 767px) {
  .tg_content_news_hp_general_left_bg_figure figure img {
    border-radius: 1.2rem;
  }
}
.tg_content_news_hp_general_left_bg_widget {
  margin: 2.4rem 0 0 0;
}
@media (max-width: 1024px) {
  .tg_content_news_hp_general_left_bg_widget {
    margin: 1.6rem 0 0 0;
  }
}
.tg_content_news_hp_general_left_bg_widget b a {
  font-size: 2.4rem;
  line-height: 140%;
  color: #191919;
  font-weight: 500;
  font-style: normal;
  transition: all 0.5s;
}
@media (max-width: 767px) {
  .tg_content_news_hp_general_left_bg_widget b a {
    font-size: 1.4rem;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .tg_content_news_hp_general_left_bg_widget b a {
    font-size: 2rem;
  }
}
.tg_content_news_hp_general_left_bg_widget .mekamic_cat_info {
  margin: 0.8rem 0 0 0;
}
.tg_content_news_hp_general_left_bg:hover .tg_content_news_hp_general_left_bg_figure figure img {
  transform: scale(1.1);
}
.tg_content_news_hp_general_left_bg:hover .tg_content_news_hp_general_left_bg_widget b a {
  color: #8f182c;
}
.tg_content_news_hp_general_right {
  width: 32%;
}
@media (max-width: 767px) {
  .tg_content_news_hp_general_right {
    margin: 2rem 0 0 0;
    padding: 2rem 0 0 0;
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .tg_content_news_hp_general_right {
    width: 40%;
  }
}
@media (max-width: 1024px) {
  .tg_content_news_hp_general_right {
    position: relative;
  }
}
@media (max-width: 767px) {
  .tg_content_news_hp_general_right::before {
    position: absolute;
    content: "";
    background: url(../images/mekamic-dashed-line.png) repeat-x;
    width: 100%;
    height: 0.1rem;
    top: 0;
    left: 0;
  }
}
.tg_content_news_hp_general_right_bg_detailds {
  display: flex;
  gap: 1.6rem;
  margin: 0 0 2.4rem 0;
}
@media (max-width: 767px) {
  .tg_content_news_hp_general_right_bg_detailds {
    margin: 0 0 1.6rem 0;
    align-items: center;
  }
}
.tg_content_news_hp_general_right_bg_detailds:last-child {
  margin: 0;
}
.tg_content_news_hp_general_right_bg_detailds_figure figure {
  width: 14rem;
  height: 10rem;
  border-radius: 1rem;
  overflow: hidden;
}
.tg_content_news_hp_general_right_bg_detailds_figure figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 1rem;
  transition: all 0.5s;
}
.tg_content_news_hp_general_right_bg_detailds_widget b a {
  font-size: 1.8rem;
  line-height: 140%;
  color: #191919;
  font-weight: 500;
  font-style: normal;
  transition: all 0.5s;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 767px) {
  .tg_content_news_hp_general_right_bg_detailds_widget b a {
    font-size: 1.4rem;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .tg_content_news_hp_general_right_bg_detailds_widget b a {
    font-size: 1.5rem;
  }
}
.tg_content_news_hp_general_right_bg_detailds_widget .mekamic_cat_info {
  margin: 0.8rem 0 0 0;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .tg_content_news_hp_general_right_bg_detailds_widget .mekamic_cat_info {
    display: none;
  }
}
.tg_content_news_hp_general_right_bg_detailds:hover .tg_content_news_hp_general_right_bg_detailds_figure figure img {
  transform: scale(1.1);
}
.tg_content_news_hp_general_right_bg_detailds:hover .tg_content_news_hp_general_right_bg_detailds_widget b a {
  color: #8f182c;
}
.tg_content_news_hp_general_right .section_mekamic_title_see_more.mekamic_btn_mobile {
  display: flex;
  margin: 2rem 0 0 0;
  justify-content: center;
}
@media (max-width: 1024px) {
  .tg_content_customer_hp_general .mekamic_btn_mobile {
    justify-content: center;
  }
}
.tg_content_customer_hp_general_bg {
  position: relative;
  padding: 0 0 0 50rem;
}
@media (max-width: 1024px) {
  .tg_content_customer_hp_general_bg {
    padding: 0;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .tg_content_customer_hp_general_bg .mekamic_btn_mobile {
    display: flex !important;
    justify-content: center;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .tg_content_customer_hp_general_bg .mekamic_btn_desktop {
    display: none !important;
  }
}
.tg_content_customer_hp_general_bg_left {
  position: absolute;
  top: 0;
  left: 0;
  width: 44rem;
  height: 43rem;
}
@media (max-width: 1024px) {
  .tg_content_customer_hp_general_bg_left {
    position: relative;
    top: inherit;
    left: inherit;
    width: inherit;
    height: inherit;
  }
}
.tg_content_customer_hp_general_bg_left_slider_detailds {
  padding: 1.8rem 0 0 2.8rem;
}
@media (max-width: 767px) {
  .tg_content_customer_hp_general_bg_left_slider_detailds {
    padding: 2.4rem 0 0 0;
  }
}
.tg_content_customer_hp_general_bg_left_slider_detailds figure {
  width: 41rem;
  height: 41rem;
  position: relative;
}
@media (max-width: 767px) {
  .tg_content_customer_hp_general_bg_left_slider_detailds figure {
    width: 19.2rem;
    height: 19.2rem;
    margin: 0 auto;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .tg_content_customer_hp_general_bg_left_slider_detailds figure {
    width: 30rem;
    height: 30rem;
    margin: 0 auto;
  }
}
.tg_content_customer_hp_general_bg_left_slider_detailds figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 2rem;
}
.tg_content_customer_hp_general_bg_left_slider_detailds figure::before {
  position: absolute;
  content: "";
  border-radius: 2.4rem;
  background: rgba(143, 24, 44, 0.06);
  width: 95%;
  height: 95%;
  top: -3px;
  left: -10px;
  z-index: -1;
  transition: all 0.3s;
  transform: rotate(-5deg);
}
.tg_content_customer_hp_general_bg_right {
  min-height: 43rem;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 1024px) {
  .tg_content_customer_hp_general_bg_right {
    min-height: inherit;
  }
}
.tg_content_customer_hp_general_bg_right_slider {
  margin: 5rem 0 0 0;
}
@media (max-width: 767px) {
  .tg_content_customer_hp_general_bg_right_slider {
    margin: 2rem 0 0 0;
  }
}
.tg_content_customer_hp_general_bg_right_slider_detailds_job {
  position: relative;
  padding: 0 8rem 0 0;
}
@media (max-width: 1024px) {
  .tg_content_customer_hp_general_bg_right_slider_detailds_job {
    text-align: center;
    padding: 0;
  }
}
.tg_content_customer_hp_general_bg_right_slider_detailds_job::before {
  position: absolute;
  content: "";
  background: url(../images/mekamic-qoute-icon.svg) no-repeat;
  width: 7rem;
  height: 7rem;
  top: 0;
  right: 0;
}
@media (max-width: 767px) {
  .tg_content_customer_hp_general_bg_right_slider_detailds_job::before {
    width: 4rem;
    height: 4rem;
    background-size: cover;
  }
}
.tg_content_customer_hp_general_bg_right_slider_detailds_job b {
  font-size: 2.4rem;
  line-height: 140%;
  color: #191919;
  font-weight: 500;
  font-style: normal;
}
@media (max-width: 1024px) {
  .tg_content_customer_hp_general_bg_right_slider_detailds_job b {
    font-size: 1.4rem;
  }
}
.tg_content_customer_hp_general_bg_right_slider_detailds_job i {
  display: block;
  margin: 0.6rem 0 0 0;
  font-style: italic !important;
  font-size: 1.8rem;
  line-height: 140%;
  color: #999999;
  font-weight: 300;
  font-style: normal;
}
@media (max-width: 1024px) {
  .tg_content_customer_hp_general_bg_right_slider_detailds_job i {
    font-size: 1.4rem;
  }
}
.tg_content_customer_hp_general_bg_right_slider_detailds figure {
  margin: 1.8rem 0 0 0;
}
@media (max-width: 767px) {
  .tg_content_customer_hp_general_bg_right_slider_detailds figure {
    margin: 0.8rem 0 0 0;
  }
}
@media (max-width: 1024px) {
  .tg_content_customer_hp_general_bg_right_slider_detailds figure {
    display: flex;
    justify-content: center;
  }
}
.tg_content_customer_hp_general_bg_right_slider_detailds_comment {
  margin: 3.2rem 0 0 0;
  font-size: 1.8rem;
  line-height: 140%;
  color: #191919;
  font-weight: 300;
  font-style: normal;
}
@media (max-width: 1024px) {
  .tg_content_customer_hp_general_bg_right_slider_detailds_comment {
    margin: 1.6rem 0 0 0;
    font-size: 1.4rem;
    text-align: center;
  }
}
.tg_content_customer_hp_general_bg_right_slider .swiper-control {
  margin: 4rem 0 0 0;
}
@media (max-width: 767px) {
  .tg_content_customer_hp_general_bg_right_slider .swiper-control {
    margin: 2rem 0 0 0;
  }
}
@media (max-width: 1024px) {
  .tg_content_customer_hp_general_bg_right_slider .swiper-control {
    display: flex;
    justify-content: center;
    gap: 0.8rem;
  }
}
.tg_content_customer_hp_general_bg_right_slider .swiper-control .sl_prev,
.tg_content_customer_hp_general_bg_right_slider .swiper-control .sl_next {
  opacity: 0.2;
  transition: all 0.3s;
}
.tg_content_customer_hp_general_bg_right_slider .swiper-control .sl_prev:hover,
.tg_content_customer_hp_general_bg_right_slider .swiper-control .sl_next:hover {
  opacity: 1;
}
.tg_content_news_de_general_title {
  padding: 0 0 1.6rem 0;
  border-bottom: 0.1rem solid #dddddd;
  margin: 0 0 4.8rem 0;
}
@media (max-width: 1024px) {
  .tg_content_news_de_general_title {
    margin: 0 0 2rem 0;
  }
}
@media (max-width: 1024px) {
  .tg_content_news_de_general_title .section_mekamic_title .title_mekamic_ez_content {
    text-align: left;
  }
}
.tg_content_news_de_general_title_info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.6rem;
  margin: 2.4rem 0 0 0;
}
@media (max-width: 1024px) {
  .tg_content_news_de_general_title_info {
    margin: 2rem 0 0 0;
  }
}
.tg_content_news_de_general_title_info_left {
  display: flex;
  align-items: center;
  gap: 2.4rem;
}
@media (max-width: 767px) {
  .tg_content_news_de_general_title_info_left {
    gap: 0.8rem;
  }
}
.tg_content_news_de_general_title_info_left p {
  flex-shrink: 1;
}
@media (max-width: 767px) {
  .tg_content_news_de_general_title_info_left p {
    font-size: 1.2rem;
  }
}
.tg_content_news_de_general_title_info_left ul {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
.tg_content_news_de_general_bg {
  display: flex;
  gap: 6rem;
}
@media (max-width: 767px) {
  .tg_content_news_de_general_bg {
    gap: 4rem;
    flex-direction: column;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .tg_content_news_de_general_bg {
    gap: 2.4rem;
  }
}
.tg_content_news_de_general_bg_left {
  width: 75%;
}
@media (max-width: 1024px) {
  .tg_content_news_de_general_bg_left {
    width: 100%;
  }
}
.tg_content_news_de_general_bg_left_inner {
  font-size: 1.6rem;
  line-height: 140%;
  color: #191919;
  font-weight: 300;
  font-style: normal;
  text-align: justify;
}
@media (max-width: 1024px) {
  .tg_content_news_de_general_bg_left_inner {
    font-size: 1.4rem;
  }
}
.tg_content_news_de_general_bg_left_inner p {
  margin: 0 0 2.4rem 0;
}
@media (max-width: 767px) {
  .tg_content_news_de_general_bg_left_inner p {
    margin: 0 0 0.8rem 0;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .tg_content_news_de_general_bg_left_inner p {
    margin: 0 0 1.6rem 0;
  }
}
.tg_content_news_de_general_bg_left_inner img {
  border-radius: 2rem;
  margin: 0 0 1.6rem 0;
}
@media (max-width: 767px) {
  .tg_content_news_de_general_bg_left_inner img {
    border-radius: 1.2rem;
  }
}
.tg_content_news_de_general_bg_left_inner blockquote {
  font-style: italic;
  margin: 0 0 2.4rem 0;
  text-align: center;
}
@media (max-width: 767px) {
  .tg_content_news_de_general_bg_left_inner blockquote {
    margin: 0 0 1.6rem 0;
  }
}
.tg_content_news_de_general_bg_left_inner ul {
  margin: 0 0 1.6rem 0;
}
.tg_content_news_de_general_bg_left_inner ul li {
  position: relative;
  padding: 0 0 0 2.4rem;
  margin: 0 0 0.8rem 0;
}
.tg_content_news_de_general_bg_left_inner ul li:last-child {
  margin: 0;
}
.tg_content_news_de_general_bg_left_inner ul li::before {
  position: absolute;
  content: "";
  width: 0.6rem;
  height: 0.6rem;
  background: #191919;
  border-radius: 50%;
  top: 0.9rem;
  left: 0.9rem;
}
@media (max-width: 767px) {
  .tg_content_news_de_general_bg_left_inner ul li::before {
    width: 0.5rem;
    height: 0.5rem;
    top: 0.8rem;
  }
}
.tg_content_news_de_general_bg_right {
  width: 25%;
}
@media (max-width: 1024px) {
  .tg_content_news_de_general_bg_right {
    width: 100%;
  }
}
.tg_content_news_de_general_bg_right_sidebar {
  top: 13rem;
}
.tg_content_news_de_general_bg_right_sidebar_featured_general {
  margin: 1.6rem 0 0 0;
}
.tg_content_news_de_general_bg_right_sidebar_featured_general_top_figure figure {
  height: 18rem;
  overflow: hidden;
  border-radius: 1.2rem;
}
.tg_content_news_de_general_bg_right_sidebar_featured_general_top_figure figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 1.2rem;
  transition: all 0.5s;
}
.tg_content_news_de_general_bg_right_sidebar_featured_general_top_widget {
  margin: 2rem 0 0 0;
}
.tg_content_news_de_general_bg_right_sidebar_featured_general_top_widget b a {
  font-size: 1.8rem;
  line-height: 140%;
  color: #191919;
  font-weight: 500;
  font-style: normal;
  transition: all 0.5s;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 767px) {
  .tg_content_news_de_general_bg_right_sidebar_featured_general_top_widget b a {
    font-size: 1.4rem;
  }
}
.tg_content_news_de_general_bg_right_sidebar_featured_general_top_widget .mekamic_cat_info {
  margin: 0.8rem 0 0 0;
}
.tg_content_news_de_general_bg_right_sidebar_featured_general_top:hover .tg_content_news_de_general_bg_right_sidebar_featured_general_top_figure figure img {
  transform: scale(1.1);
}
.tg_content_news_de_general_bg_right_sidebar_featured_general_top:hover .tg_content_news_de_general_bg_right_sidebar_featured_general_top_widget b a {
  color: #8f182c;
}
.tg_content_news_de_general_bg_right_sidebar_featured_general_bottom {
  margin: 2.4rem 0 0 0;
}
@media (max-width: 1024px) {
  .tg_content_news_de_general_bg_right_sidebar_featured_general_bottom {
    position: relative;
  }
}
@media (max-width: 767px) {
  .tg_content_news_de_general_bg_right_sidebar_featured_general_bottom::before {
    position: absolute;
    content: "";
    background: url(../images/mekamic-dashed-line.png) repeat-x;
    width: 100%;
    height: 0.1rem;
    top: 0;
    left: 0;
  }
}
.tg_content_news_de_general_bg_right_sidebar_featured_general_bottom_detailds {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  margin: 0 0 2.4rem 0;
}
.tg_content_news_de_general_bg_right_sidebar_featured_general_bottom_detailds:last-child {
  margin: 0;
}
.tg_content_news_de_general_bg_right_sidebar_featured_general_bottom_detailds_figure figure {
  width: 10rem;
  height: 7rem;
  border-radius: 0.8rem;
  overflow: hidden;
}
.tg_content_news_de_general_bg_right_sidebar_featured_general_bottom_detailds_figure figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.8rem;
  transition: all 0.5s;
}
.tg_content_news_de_general_bg_right_sidebar_featured_general_bottom_detailds_widget b a {
  font-size: 1.6rem;
  line-height: 140%;
  color: #191919;
  font-weight: 600;
  font-style: normal;
  transition: all 0.5s;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 1024px) {
  .tg_content_news_de_general_bg_right_sidebar_featured_general_bottom_detailds_widget b a {
    font-size: 1.4rem;
  }
}
.tg_content_news_de_general_bg_right_sidebar_featured_general_bottom_detailds_widget .mekamic_cat_info {
  margin: 0.8rem 0 0 0;
}
.tg_content_news_de_general_bg_right_sidebar_featured_general_bottom_detailds_widget .mekamic_cat_info p {
  padding: 0;
}
.tg_content_news_de_general_bg_right_sidebar_featured_general_bottom_detailds_widget .mekamic_cat_info p::before {
  display: none;
}
.tg_content_news_de_general_bg_right_sidebar_featured_general_bottom_detailds:hover .tg_content_news_de_general_bg_right_sidebar_featured_general_bottom_detailds_figure figure img {
  transform: scale(1.1);
}
.tg_content_news_de_general_bg_right_sidebar_featured_general_bottom_detailds:hover .tg_content_news_de_general_bg_right_sidebar_featured_general_bottom_detailds_widget b a {
  color: #8f182c;
}
.tg_content_news_de_general_bg_right_sidebar_banner {
  margin: 5rem 0 0 0;
}
@media (max-width: 1024px) {
  .tg_content_news_de_general_bg_right_sidebar_banner {
    display: none;
  }
}
.tg_content_news_de_general_bg_right_sidebar_banner figure {
  display: flex;
  justify-content: center;
}
.tg_content_history {
  position: relative;
}
.tg_content_history_tab {
  top: 11rem;
  opacity: 1;
  visibility: visible;
  transition: all 0.5s;
  pointer-events: auto;
}
@media (max-width: 767px) {
  .tg_content_history_tab {
    display: none;
  }
}
.tg_content_history_tab.hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.tg_content_history_tab ul {
  display: flex;
  align-items: center;
  gap: 4rem;
  justify-content: space-between;
  box-shadow: 0px 0px 40px 0px rgba(219, 3, 3, 0.1019607843);
  background: #fff;
  border-radius: 9rem;
  max-width: 67rem;
  width: 100%;
  margin: 0 auto;
  padding: 1.6rem 2.4rem;
}
@media (max-width: 1024px) {
  .tg_content_history_tab ul {
    gap: 2rem;
  }
}
.tg_content_history_tab ul li {
  cursor: pointer;
  font-size: 1.8rem;
  line-height: 140%;
  color: #999999;
  font-weight: 500;
  font-style: normal;
  transition: all 0.5s;
}
@media (max-width: 1024px) {
  .tg_content_history_tab ul li {
    font-size: 1.6rem;
  }
}
.tg_content_history_tab ul li.tg_active, .tg_content_history_tab ul li:hover {
  color: #8f182c;
}
.tg_content_history_general {
  position: relative;
  padding: 6rem 0 0 0;
}
@media (max-width: 767px) {
  .tg_content_history_general {
    padding: 0;
  }
}
.tg_content_history_general_bg {
  position: relative;
}
.tg_content_history_general_bg_detailds {
  display: flex;
  gap: 13rem;
  padding: 12rem 0 0 0;
}
@media (max-width: 1024px) {
  .tg_content_history_general_bg_detailds {
    flex-direction: column;
    padding: 0 0 4rem 2rem !important;
    gap: 2rem;
  }
}
.tg_content_history_general_bg_detailds:first-child {
  padding: 0;
}
.tg_content_history_general_bg_detailds:first-child .mekamic_history_timeline::before {
  top: 25%;
}
@media (max-width: 1024px) {
  .tg_content_history_general_bg_detailds:first-child .mekamic_history_timeline::before {
    top: 55%;
  }
}
.tg_content_history_general_bg_detailds.in-view .mekamic_history_timeline::before {
  opacity: 1;
  visibility: visible;
}
.tg_content_history_general_bg_detailds_figure {
  width: 50%;
}
@media (max-width: 1024px) {
  .tg_content_history_general_bg_detailds_figure {
    width: 100%;
    order: 2;
  }
}
.tg_content_history_general_bg_detailds_figure figure {
  height: 33rem;
  overflow: hidden;
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .tg_content_history_general_bg_detailds_figure figure {
    height: 18rem;
  }
}
@media (max-width: 1024px) {
  .tg_content_history_general_bg_detailds_figure figure {
    border-radius: 1.2rem;
  }
}
.tg_content_history_general_bg_detailds_figure figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 2rem;
  transition: all 0.5s;
}
@media (max-width: 1024px) {
  .tg_content_history_general_bg_detailds_figure figure img {
    border-radius: 1.2rem;
  }
}
.tg_content_history_general_bg_detailds_figure figure:hover img {
  transform: scale(1.1);
}
.tg_content_history_general_bg_detailds_widget {
  width: 50%;
}
@media (max-width: 1024px) {
  .tg_content_history_general_bg_detailds_widget {
    width: 100%;
  }
}
.tg_content_history_general_bg_detailds_widget .mekamic_history_timeline {
  font-size: 3.2rem;
  line-height: 140%;
  color: #191919;
  font-weight: 500;
  font-style: normal;
  display: block;
  margin: 0 0 2.4rem 0;
  position: relative;
}
@media (max-width: 1024px) {
  .tg_content_history_general_bg_detailds_widget .mekamic_history_timeline {
    font-size: 1.6rem;
    margin: 0 0 1.2rem 0;
  }
}
.tg_content_history_general_bg_detailds_widget .mekamic_history_timeline::before {
  position: absolute;
  content: "";
  width: 1rem;
  height: 1rem;
  background: #8f182c;
  border-radius: 50%;
  top: 50%;
  margin: -0.5rem 0 0 0;
  left: -70px;
  z-index: 1;
  transition: all 0.5s;
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 1024px) {
  .tg_content_history_general_bg_detailds_widget .mekamic_history_timeline::before {
    opacity: 1;
    visibility: visible;
    left: -23px;
  }
}
.tg_content_history_general_bg_detailds_widget .mekamic_history_preface {
  font-size: 1.8rem;
  line-height: 140%;
  color: #191919;
  font-weight: 500;
  font-style: normal;
}
@media (max-width: 1024px) {
  .tg_content_history_general_bg_detailds_widget .mekamic_history_preface {
    font-size: 1.4rem;
  }
}
.tg_content_history_general_bg_detailds_widget_inner {
  margin: 1.6rem 0 0 0;
  font-size: 1.6rem;
  line-height: 140%;
  color: #191919;
  font-weight: 300;
  font-style: normal;
}
@media (max-width: 1024px) {
  .tg_content_history_general_bg_detailds_widget_inner {
    margin: 0.8rem 0 0 0;
    font-size: 1.4rem;
  }
}
.tg_content_history_general_bg_detailds_widget_inner p {
  margin: 0 0 1rem 0;
}
@media (max-width: 1024px) {
  .tg_content_history_general_bg_detailds_widget_inner p {
    margin: 0 0 0.8rem 0;
  }
}
.tg_content_history_general_bg_detailds_widget_inner p:last-child {
  margin: 0;
}
.tg_content_history_general .timeline-line {
  width: 0px;
  content: "";
  height: 100%;
  border: 0.2rem solid #dddddd;
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 9rem;
}
@media (max-width: 1024px) {
  .tg_content_history_general .timeline-line {
    left: 0;
    transform: none;
  }
}
.tg_content_history_general .timeline-innerline {
  position: absolute;
  background: #8f182c;
  width: 4px;
  height: 0%;
  top: 0;
  left: -2px;
  transition: 1s linear;
}/*# sourceMappingURL=cuong.css.map */