@import url(../font/style.css);

/*=========================== general =====================*/

*,
html {
  scroll-behavior: smooth !important;
}

body {
  overflow-x: hidden;
  font-family: "Poppins";
}

section {
  padding: 0;
}

p {
  margin-bottom: 0;
}

* {
  direction: ltr;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

video,
img {
  max-width: 100%;
}
.swiper {
  height: fit-content;
}
.btn-check:focus + .btn,
.b tn:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
in put:-webkit-autofill:active {
  -webkit-transition: background-color 9999s ease-in-out 0s,
    color 9999s ease-in-out 0s;
  transition: background-color 9999s ease-in-out 0s, color 9999s ease-in-out 0s;
  color: #fff !important;
}

/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button,
in put::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

/* Firefox */

input[type="number"] {
  -moz-appearance: textfield;
}

i nput:-internal-autofill-selected {
  color: #fff !important;
}

/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

/* Firefox */

input[type="number"] {
  -moz-appearance: textfield;
}

.mobile {
  display: none;
}

.form-control:focus {
  color: #fff;
  background-color: transparent;
  border-color: transparent;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* ============== callToAction and it's hover ==================*/
.callToAction {
  background: #C8652F;
  border-radius: 500px;
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
  padding: 8px 24px;
  border: none;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  width: 145px;
}
.callToAction:hover {
  background: #C8652F;
  color: #fff;
}
.callToAction2 {
  background: transparent;
  color: #c8652f;
  border-radius: 500px;
  border: 1px solid #c8652f;
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
  padding: 8px 24px;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.callToAction2:hover {
  background: transparent;
  color: #C8652F;
}

.callToAction3 {
  background: #fff;
  color: #C8652F;
  border-radius: 500px;
  font-weight: 400;
  font-size: 16px;
  line-height: 200%;
  padding: 8px 24px;
  border: none;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  width: 145px;
}
.callToAction3:hover {
  background: #fff;
  color: #C8652F;
}
.callToAction4 {
  background: transparent;
  border-radius: 500px;
  color: #fff;
  border: 1px solid #fff;
  font-weight: 400;
  font-size: 16px;
  line-height: 200%;
  padding: 8px 24px;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}
.callToAction4:hover {
  background: transparent;
  color: #fff;
}
.callToAction4 img {
  filter: brightness(100);
  margin-left: 10px;
  max-width: 24px;
}
/* ================================ header ================================*/
.stickyHeader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  z-index: 1000;
}

header {
  background: #fff;
}

header .globe_img {
  margin-left: 4px;
  max-width: 16px;
}

header .content {
  padding: 12px 0;
  align-items: center;
}

header .logo {
  float: left;
}
header .logo_img {
  max-width: 140px;
}
header .nav-link {
  color: #aaaaaa;
  font-size: 16px;
  font-weight: 400;
}
header .navbar-light .navbar-nav .nav-link {
  color: #aaaaaa;
  font-size: 16px;
  font-weight: 400;
}
header .navbar-light .navbar-nav .nav-link:hover,
header .navbar-light .navbar-nav .nav-link:focus {
  color: #111111;
  font-weight: 500;
}
header .navbar-nav {
  width: 100%;
  justify-content: center;
}

header.stickyHeader {
  display: block;
}

header .callToAction2 {
  color: #C8652F;
  border: none;
  padding: 0;
  margin-right: 10px;
}
header .callToAction2:hover {
  color: #C8652F;
}
.download_img {
  max-width: 24px;
  filter: brightness(100);
}
header .btns {
  text-align: right;
}

header .dropdown-toggle::after {
  background-image: url(../images/arrow_down_nav.png);
  background-repeat: no-repeat;
  background-size: contain;
  border: none !important;
  width: 24px;
  height: 24px;
  margin: 0;
  vertical-align: bottom;
}

header .dropdown-menu.show {
  top: 57px;
  border-radius: 0 0 8px 8px;
  border-top: none;
  padding: 12px 18px;
  width: 250px;
  box-shadow: inset 0px 2px 4px 0 rgba(0, 0, 0, 0.08);
}
header .dropdown-menu li {
  margin: 0 0 24px;
}
header .dropdown-menu li:last-child {
  margin: 0;
}
header .dropdown-item {
  padding: 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 200%;
  color: #444444;
}

header .dropdown-item:focus,
header .dropdown-item:hover {
  color: #000;
  background-color: transparent;
}
/* ================================ section-title ================================*/

.section_title {
  font-weight: 600;
  font-size: 48px;
  line-height: 120%;
  color: #76311d;
  text-align: center;
  text-align-last: center;
  margin: 0 auto;
}

/*================================ introduction ================================*/

.introduction {
  background-image: url(../images/intro_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 112px 0;
  text-align: left;
}

.introduction .title {
  color: #fff;
  font-weight: 500;
  font-size: 56px;
  line-height: 140%;
  margin: 0 0 24px;
  text-align: left;
  text-align-last: left;
}

.introduction .caption {
  color: #e2e2e2;
  font-weight: 400;
  font-size: 18px;
  line-height: 32px;
  margin: 0 0 11px;
  text-align: left;
  text-align-last: left;
}

/*================================ properties ================================*/

.properties {
  padding: 100px 0;
}

.properties .top_line {
  text-align: center;
  width: fit-content;
  margin: 0 auto 88px;
  position: relative;
}
.properties .top_line::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 100%;
  top: 0;
  left: -16px;
  background: linear-gradient(to bottom, #c49c94, #76311d);
  z-index: -1;
}
.properties .top_line span {
  color: #c49c94;
  font-size: 20px;
  line-height: 160%;
  font-weight: 400;
  margin: 0 auto;
  text-align: center;
  text-align-last: center;
}

.properties .top_line .border_box {
  width: 290px;
  height: 6px;
  margin: 24px auto;
  background: linear-gradient(to right, #c49c94, #76311d);
}

.properties .content_box {
  background: #eeeeee;
  border-radius: 8px;
  padding: 0 24px;
  text-align: left;
  height: 362px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  transition: 0.5s;
  position: relative;
}

.properties .content_box .property_img {
  margin-bottom: 24px;
}

.properties .content_box .title {
  color: #111111;
  font-weight: 600;
  font-size: 24px;
  line-height: 160%;
  text-align: left;
  text-align-last: left;
  margin: 0 0 24px;
}

.properties .content_box .caption {
  color: #eeeeee;
  font-weight: 400;
  font-size: 18px;
  line-height: 32px;
  text-align: justify;
  text-align-last: left;
  margin: 0;
  transition: 0.7s;
  position: absolute;
  bottom: 20px;
  left: 24px;
  transform: translateY(10px);
  transition: 0.5s;
  opacity: 0;
  max-width: 88%;
}

.properties .content_box:hover .caption {
  transform: translateY(-40px);
  opacity: 1;
}

.properties .content_box:hover {
  background: #C8652F;
  /* transition: 0.5s; */
}

.properties .content_box:hover .content {
  transform: translateY(-80px);
  transition: 0.5s;
}

.properties .content_box:hover .property_img {
  filter: brightness(100);
  width: 48px;
  margin-bottom: 16px;
}

.properties .content_box:hover .title {
  color: #fff;
}
.properties .section_title {
  font-size: 32px;
  line-height: 150%;
}
/*================================ contact_box ================================*/

.contact_box {
  padding: 64px 0;
}

.contact_box .content {
  background-image: url(../images/card_bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  text-align: left;
  border-radius: 8px;
  padding: 64px;
}

.contact_box .content .title {
  color: #fff;
  font-size: 48px;
  font-weight: 600;
  text-align: left;
  text-align-last: left;
  margin: 0 0 24px;
}

.contact_box .content .caption {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  text-align: left;
  text-align-last: left;
  max-width: 50%;
  margin: 0 0 32px;
}

.contact_box .content .btn_box .btn {
  width: 156px;
}
.contact_box .content .callToAction4 {
  padding: 8px 0;
}
.contact_box .content .callToAction4 img {
  margin-left: 8px;
}
.contact_box .content .callToAction3 {
  margin-right: 16px;
}
.contact_box .download_img {
  filter: none;
}

/*================================ footer ================================*/

footer {
  position: relative;
  background: #0c0c0c;
  padding: 64px 0;
  color: #eaeaea;
}
footer .footer_bg {
  position: absolute;
  left: 0;
  top: 0;
}

footer a {
  color: #eaeaea;
}

footer a:hover {
  color: #eaeaea;
}
footer .icon {
  filter: brightness(100);
  max-width: 16px;
}
footer .logo_img {
  margin: 0 0 16px;
  max-width: 140px;
  filter: brightness(100);
}

footer .caption {
  color: #eaeaea;
  font-weight: 400;
  font-size: 14px;
  line-height: 200%;
  text-align: justify;
  text-align-last: left;
  margin: 0;
  max-width: 90%;
}

footer .page_link_box {
  display: flex;
}

footer .page_link_box .page_link:first-child {
  margin-right: 108px;
}

footer .page_link .title {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 30px;
}

footer .page_link .subtitle {
  font-size: 14px;
  font-weight: 400;
  line-height: 200%;
  margin-bottom: 12px;
      white-space: nowrap;
}

footer .page_link .subtitle a {
  color: #eaeaea;
}

footer #subscribers {
  margin-bottom: 0;
  margin-bottom: 0;
  max-width: 306px;
  float: right;
}

footer #subscribers .callToAction .arrow {
  filter: brightness(100);
  max-width: 24px;
}
footer #subscribers .footer_title {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 30px;
}

footer #subscribers .inp_box {
  border: 1px solid #e4e4e7;
  border-radius: 500px;
  padding: 7px 26px;
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}

footer #subscribers .form-control {
  background-color: transparent;
  border: none;
  color: #fff;
}

footer #subscribers .callToAction {
  width: 100%;
  padding: 10px 24px;
}
footer .row1 {
  padding-bottom: 28px;
}
footer .row2 {
  padding: 28px 0;
  border-top: 1px solid #e4e4e715;
  border-bottom: 1px solid #e4e4e715;
}

footer .row2 .address {
  font-size: 14px;
  font-weight: 400;
  display: inline;
}

footer .row2 .email_link,
footer .row2 .phone_link {
  display: flex;
  align-items: center;
}

footer .row2 .email_img,
footer .row2 .phone_img {
  margin-right: 4px;
}
footer .inp_box .email_img {
  max-width: 24px;
}

footer .row2 .phone_link {
  float: right;
}

footer .row3 {
  padding: 28px 0 0;
}
footer .row3 .caption {
  text-align-last: center;
  display: none;
}
footer .row3 .social {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

footer .row3 .link_box {
  text-align: right;
}

footer .row3 .link_box a {
  text-decoration: underline;
  margin-left: 24px;
}

footer .row3 .social img {
  margin: 0 34px 0 0;
}

/* ================================ container_box ================================*/

.container_box {
  padding: 112px 0;
}

.container_box .video_box {
  cursor: pointer;
  position: relative;
  /*display: flex;*/
  align-items: center;
  justify-content: center;
  width: 75%;
  margin: 64px auto 0;
  position: relative;
}
.container_box.video_container .caption {
  text-align: justify;
}

.container_box .video_box .video_title {
  position: absolute;
  left: 24px;
  bottom: 8px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 25px;
  border-left: 4px solid #fff;
  padding: 8px 10px;
  z-index: 10;
}
.container_box .video_box .poster_box {
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 0;
  background-image: url(../images/video_img.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 8px;
}
.container_box .video_box .play_img {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  cursor: pointer;
  z-index: 10;
  top: 40%;
}

.container_box .video_box video {
  width: 100%;
  border-radius: 8px;
}

.container_box .caption {
  color: #666666;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 32px;
  text-align: center;
  text-align-last: left;
}
.meticulous_process.container_box .caption {
  text-align: justify;
}
.container_box.factory_box .caption {
  margin-bottom: 80px;
  text-align: justify;
}
.container_box .callToAction {
  width: 156px;
}

.container_box .callToAction2 {
  border: 1px solid #c8652f;
  color: #c8652f;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 7px 26px;
  margin-left: 16px;
}

.container_box .callToAction2 .arrow_img {
  margin-left: 8px;
  max-width: 24px;
}

.title_box {
  text-align: left;
  position: relative;
  z-index: 1;
}
.title_box::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(to bottom, #c49c94, #76311d);
  z-index: -1;
}

.title_box .border_box {
  position: absolute;
  left: 0;
  top: 0px;
  width: 8px;
  height: 114px;
  background: linear-gradient(to bottom, #c49c94, #76311d);
  display: none;
}

.title_box span {
  color: #c49c94;
  font-size: 20px;
  line-height: 160%;
  font-weight: 400;
  text-align: left;
}

.title_box .title {
  color: #76311d;
  font-size: 32px;
  font-weight: 600;
  line-height: 150%;
  text-align: left;
  margin: 4px 0 0;
}

.title_content {
  padding: 14px 10px 14px 24px;
  color: white;
  display: inline-block;
  opacity: 0;
  width: auto;
  -webkit-mask-image: linear-gradient(
    to right,
    black 0%,
    black 98%,
    transparent 100%
  );
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 0% 100%;
  -webkit-mask-position: left;

  mask-image: linear-gradient(to right, black 0%, black 98%, transparent 100%);
  mask-repeat: no-repeat;
  mask-size: 0% 100%;
  mask-position: left;

  transition: opacity 0.3s linear;
}

.title_content.revealed {
  opacity: 1;
  animation: revealText 2s linear forwards;
}

@keyframes revealText {
  to {
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
  }
}

@keyframes expandBox {
  0% {
    width: 1%;
    /*background: linear-gradient(to bottom, #c49c94, #76311d);*/
  }
  25% {
    width: 25%;
    /*background: linear-gradient(to bottom, #c49c94, #905947);*/
  }
  50% {
    width: 50%;
    /*background: linear-gradient(to bottom, #c49c94, #e5d8d350);*/
  }
  50% {
    width: 75%;
    /*background: linear-gradient(to bottom, #c49c94, #e5d8d325);*/
  }
  100% {
    width: 100%;
    /*background: transparent;*/
  }
}

@keyframes showbox {
  0% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0px);
  }
}

.information {
  padding: 112px 0;
  background-image: url(../images/bg1.png);
  background-repeat: no-repeat;
  background-position: left;
  background-size: contain;
}

.column_container .content {
  align-items: center;
}

.column_container.product_info .content {
  min-height: 476px;
}
.column_container .title_box {
  margin-bottom: 24px;
}

.column_container .content_box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  align-content: flex-start;
  flex-wrap: wrap;
  position: relative;
  min-height: 550px;
}
.column_container.coil_information {
  padding: 112px 0;
}
.column_container.coil_information .content_box {
  flex-direction: column;
}

.column_container.information .content_box {
  height: 465px;
}

.column_container .content_box .product_img {
  /* height: 10px; */
  width: 48%;
  /*position: absolute;*/
  top: 0;
  transition: height 1s ease-in-out;
  border-radius: 8px;
}

.column_container .content_box .product_img2 {
  right: 0;
  transform: translateY(-150px);
  transition: transform 1s ease-in-out;
}

.column_container .content_box .product_img3 {
  left: 0;
  transform: translateY(-200px);
  transition: transform 1s ease-in-out;
}

.column_container .content_box .product_img4 {
  right: 0;
}

.column_container .content_box .product_img1.animate_scroll.active {
  height: 416px;
}

.column_container .content_box .product_img2.animate_scroll.active {
  height: 320px;
  transform: translateY(0);
}

.column_container .content_box .product_img3.animate_scroll.active {
  height: 306px;
  transform: translateY(0);
}

.column_container .content_box .product_img4.animate_scroll.active {
  height: 306px;
}
.column_container .content_box .product_img7.animate_scroll.active {
  height: 306px;
}
.column_container .content_box .product_img6.animate_scroll.active {
  height: 221px;
}
.column_container .content_box .product_img8.animate_scroll.active {
  height: 476px;
}
.column_container .content_box .product_img9.animate_scroll.active {
  height: 334px;
}
.column_container .content_box .product_img10.animate_scroll.active {
  height: 215px;
}
.column_container .content_box .product_img10,
.column_container .content_box .product_img12 {
  margin-bottom: 12px;
}

.column_container .content_box .product_img11.animate_scroll.active {
  height: 249px;
}
.information .content_box .statistic_box {
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 530px;
}

.column_container .caption {
  color: #666666;
  font-size: 18px;
  font-weight: 400;
  line-height: 180%;
  margin-bottom: 32px;
  text-align: justify;
  text-align-last: left;
}

.information2 .logo_box {
  /*position: absolute;*/
  bottom: 0;
  left: 0;
  width: 100%;
  margin-top: 24px;
}
.information2 .logo_box img {
  max-width: 100%;
}
.statistic_box {
  background: #eeeeee;
  border-radius: 8px;
  padding: 11px 0;
  display: flex;
  justify-content: space-between;
}

.statistic_content {
  margin: 0 24px;
}

.statistic_box .statistic_title {
  color: #111111;
  font-size: 32px;
  font-weight: 600;
  line-height: 150%;
  margin: 0;
  text-align: left;
}

.statistic_box .statistic_subtitle {
  color: #666666;
  font-size: 16px;
  font-weight: 700;
  line-height: 200%;
  margin: 0;
  text-align: left;
}

.statistic_box .statistic_caption {
  color: #666666;
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
  margin: 0;
  text-align: left;
}

.factory_box {
  position: relative;
  text-align: center;
  padding-bottom: 230px;
}

.factory_box .bg_logo {
  position: absolute;
  top: 10%;
  right: 0;
}

.factory_box .factory_img {
  position: relative;
  border-radius: 8px;
}
.form-control:focus {
  box-shadow: none;
}

/* =================================================== get_in_touch =================================================== */

.get_in_touch {
  padding: 112px 0;
  text-align: center;
}
.get_in_touch .title {
  color: #76311d;
  font-weight: 600;
  font-size: 32px;
  line-height: 150%;
  margin: 0 auto 4px;
  text-align: center;
  text-align-last: center;
}
.get_in_touch .subtitle {
  color: #666666;
  font-weight: 400;
  font-size: 14px;
  line-height: 200%;
  margin: 0 auto 48px;
  text-align: center;
  text-align-last: center;
}
.get_in_touch .info_box {
  background: #f8f8f8;
  border-radius: 8px;
  padding: 24px;
  margin-bottom: 24px;
}
.get_in_touch .info_box .box {
  background: #ffffff;
  border-radius: 8px;
  padding: 14px 24px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 8px;
}
.get_in_touch .info_box .box:last-child {
  margin-bottom: 0;
}
.get_in_touch .info_box .box .icon {
  max-width: 42px;
  margin-right: 35px;
}
.get_in_touch .info_box .box .icon_name {
  color: #c8652f;
  font-weight: 600;
  font-size: 20px;
  line-height: 160%;
  margin: 0 0 8px;
  text-align: left;
  text-align-last: left;
}
.get_in_touch .info_box .box a {
  color: #00000064;
  font-weight: 400;
  font-size: 16px;
  line-height: 200%;
  margin: 0;
  text-align: left;
  text-align-last: left;
}
.membership .row {
  padding: 0 24px;
  position: relative;
}
.membership .map {
  width: "100%";
  height: "363px";
}
.membership .form-group {
  min-height: 116px;
  text-align: left;
}
.membership .inp_label {
  color: #111111;
  font-weight: 400;
  font-size: 16px;
  line-height: 200%;
  margin: 0 0 8px;
  text-align: left;
  text-align-last: left;
}
.membership .form-control {
  background-color: #f2f2f2;
  border-radius: 500px;
  border: none;
  color: #000;
  padding: 14px;
}
.membership .form-control.textarea {
  border-radius: 8px;
  min-height: 180px;
  color: #666666;
  font-size: 14px;
}
.membership .message_box {
  min-height: 244px;
}
.membership .topic_box {
  border-radius: 500px;
  color: #666666;
  font-size: 14px;
  position: relative;
  padding-right: 0;
}
.membership .topic_box .arrow_down {
  position: absolute;
  right: 12px;
  bottom: 40px;
  max-width: 24px;
  z-index: 10;
}
.membership .callToAction .arrow {
  max-width: 24px;
  filter: brightness(100);
}
.membership .callToAction {
  background: #c8652f;
  padding: 5px 33px;
  width: 153px;
}
.membership label.error {
  font-size: 12px;
  color: red;
}
.membership .success {
  color: green;
  font-size: 14px;
  display: none;
  position: absolute;
  bottom: -25px;
  right: 0;
  left: 0;
  margin: 0 auto;
  text-align: center;
  z-index: 100;
}

.success {
  color: green;
  font-size: 14px;
  display: none;
  position: absolute;
  bottom: 9px;
  right: 0;
  z-index: 100;
}
.error-validation {
  color: #800000;
  font-size: 14px;
  display: none;
  position: absolute;
  bottom: 9px;
  right: 0;
  z-index: 100;
}
footer .container {
  position: relative;
}
footer #subscribers .inp_box label {
  position: absolute;
  bottom: 0;
}
footer #subscribers {
  position: relative;
  padding-bottom: 2rem;
}

/* =================================================== not_found 404 =================================================== */
.not_found {
  text-align: center;
  position: relative;
}
.not_found .content {
  padding: 130px 0;
}
.not_found .bg_img {
  position: absolute;
}
.not_found .bg_right {
  right: 0;
  top: 40px;
}
.not_found .bg_left {
  left: 0;
  bottom: 40px;
}
.not_found .bg_title {
  color: #c8652f;
  font-size: 324px;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  text-align-last: center;
  margin: 0 auto;

  opacity: 8%;
}
.not_found .title {
  color: #c8652f;
  font-size: 48px;
  line-height: 140%;
  font-weight: 600;
  text-align: center;
  text-align-last: center;
  margin: -110px auto 12px;
  position: relative;
}
.not_found .caption {
  color: #666666;
  font-size: 18px;
  line-height: 180%;
  font-weight: 400;
  text-align: justify;
  text-align-last: center;
  max-width: 50%;
  position: relative;
  margin: 0 auto 40px;
}
.not_found .callToAction {
  width: 160px;
  position: relative;
}

/* =================================================== categories =================================================== */
.categories .content {
  padding: 64px 0 100px;
  max-width: 80%;
  margin: 0 auto;
}
.categories .nav.nav-tabs {
  padding-bottom: 42px;
  justify-content: center;
  border-bottom: none;
}
.categories .nav-tabs .nav-item {
  margin: 0 6px;
}
.categories .nav-tabs .nav-link {
  background: 0 0;
  border: none;
  padding: 8px 12px;
  color: #aaaaaa;
  font-size: 14px;
  line-height: 200%;
  font-weight: 400;
}
.categories .nav-tabs .nav-link.active {
  font-weight: 600;
  border-bottom: 1px solid #c8652f;
  color: #c8652f;
  background-color: transparent;
}
.categories .content .rows {
  padding: 26px 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #eeeeee;
}
.categories .content .rows .title {
  color: #666666;
  font-size: 14px;
  line-height: 200%;
  font-weight: 400;
  text-align: left;
}
.categories .content .rows .title span {
  border-left: 1px solid #666666;
  padding-left: 5px;
  line-height: 1;
  margin-left: 5px;
}
.categories .content .rows .callToAction2 {
  font-size: 14px;
  line-height: 200%;
  padding: 4px 16px;
}

/* =================================================== job_detail =================================================== */
.job_detail .content {
  padding: 8px 32px 32px;
}
.job_detail .main_title {
  color: #c8652f;
  font-size: 20px;
  line-height: 160%;
  font-weight: 600;
  text-align: left;
  text-align-last: left;
  margin: 0 0 12px;
}
.job_detail .form_title {
  color: #c8652f;
  font-size: 20px;
  line-height: 160%;
  font-weight: 600;
  text-align: center;
  text-align-last: center;
  margin: 0 0 12px;
}
.job_detail .caption {
  color: #666666;
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
  text-align: justify;
  text-align-last: left;
  margin: 0 0 12px;
}
.job_detail .form_box {
  background: #f7f7f7;
  border-radius: 8px;
  padding: 24px;
}
.job_detail .form_box .row {
  padding: 0;
}
.job_detail .membership .callToAction {
  width: 100%;
  padding: 8px 33px;
}
.job_detail .upload_title {
  color: #666666;
  font-size: 16px;
  line-height: 200%;
  font-weight: 500;
  margin: 0 6px 0 0;
}
.job_detail .upload_img {
  margin-left: 6px;
}
.job_detail input[type="file"] {
  display: none;
}
.job_detail .upload-container {
  display: flex;
  align-items: center;
}
.job_detail .upload_file_box {
  width: 100%;
  cursor: pointer;
  padding: 0;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #666666;
  border: 1px solid transparent;
  border-radius: 12px;
  border-image: repeating-linear-gradient(
    44deg,
    #ccc 0,
    #ccc 10px,
    transparent 10px,
    transparent 20px
  );
  border-image-slice: 1;
  border-radius: 12px;
}
.job_detail #file_name {
  margin: 0 auto;
  text-align: center;
  min-height: 24px;
}
.resume_form .form-control {
  background-color: #ededed;
  border-radius: 500px;
  border: none;
  color: #000;
  padding: 14px;
}

/* =================================================== starter =================================================== */
.starter .callToAction2 {
  background: #fff;
}
.starter .callToAction4 {
  background: rgba(255, 255, 255, 0.2);
}
.starter .swiper_content {
  margin-left: 18%;
}
.starter .swiper-slide {
  background-image: url(../images/swiper_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 160px 0;
}
.starter .swiper_content .title {
  color: #fff;
  font-weight: 600;
  font-size: 40px;
  line-height: 140%;
  margin: 0 0 12px;
  text-align: left;
  text-align-last: left;
}
.starter .swiper_content .subtitle {
  color: #e2e2e2;
  font-weight: 600;
  font-size: 20px;
  line-height: 160%;
  margin: 0 0 42px;
  text-align: left;
  text-align-last: left;
}
.starter .swiper_content .download_img {
  filter: none;
}
.starter .swiper_content .callToAction3 {
  margin-right: 16px;
}
.starter .btn_box .btn {
  width: 200px;
}
.starter .swiper_button {
  width: 48px;
  height: 48px;
  background: #ffffff32;
  border-radius: 500px;
  border: 1.5px solid #fff;
}
.starter .swiper_button {
  background-image: url(../images/right_arrow.png);
  background-repeat: no-repeat;
  background-position: center;
  right: 64px;
}
.starter .swiper_button::after {
  content: "";
}
.starter .swiper_button.swiper-button-prev {
  transform: rotate(180deg);
  left: 64px;
}
.starter .swiper-pagination {
  bottom: 38px !important;
}
.starter .swiper-pagination-bullet {
  background: #fff;
}

/* =================================================== information3 =================================================== */
.information3 {
  padding: 112px 0;
}
.information3 .caption {
  margin-bottom: 24px;
}
.information3 .callToAction2 .arrow_img {
  margin-left: 8px;
  max-width: 24px;
}
.information3 .product_img5 {
  margin-bottom: 24px;
}
.information3 .logo_box,
.information3 .logo_box .product_img5 {
  width: 100%;
}

.container_box .content2 {
  margin: 80px auto 0;
}
.container_box .content2 .center_box .content_box {
  justify-content: center;
}
.container_box .content2 .right_box .content_box {
  justify-content: flex-end;
}
.container_box .content2 .content_box {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.container_box .content2 .content_box .icon_img {
  margin-right: 24px;
}
.container_box .content2 .content_box .text_content .title {
  color: #c8652f;
  font-weight: 600;
  font-size: 40px;
  line-height: 140%;
  margin: 0 0 0 2px;
  text-align: left;
  text-align-last: left;
}
.container_box .content2 .content_box .text_content .title span {
  font-size: 24px;
}
.container_box .content2 .content_box .text_content .subtitle {
  color: #666666;
  font-weight: 500;
  font-size: 18px;
  line-height: 180%;
  margin: 0;
  text-align: left;
  text-align-last: left;
}

/* =================================================== ordinary_box =================================================== */
.ordinary_box {
  background-image: url(../images/bg_img.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 96px 0;
  color: #fff;
  margin-bottom: 112px;
}

.ordinary_box .title {
  font-weight: 600;
  font-size: 40px;
  line-height: 140%;
  margin: 0 0 24px;
  text-align: left;
  text-align-last: left;
}
.ordinary_box .caption {
  color: #e2e2e2;
  font-weight: 400;
  font-size: 16px;
  line-height: 200%;
  margin: 0;
  text-align: justify;
  text-align-last: left;
  max-width: 70%;
}

/* =================================================== news =================================================== */
.container_box.news {
  padding: 64px 0;
}

.container_box.articles.tabs {
  padding: 0px;
}
.news .content_top {
  margin-bottom: 32px;
}
.news .content_top .title_box .title {
  font-size: 24px;
}
.news .news_img {
  width: 100%;
  margin-bottom: 12px;
}
.news .news_info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}
.news .left_box {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.news .category {
  background: #eeeeee;
  color: #666666;
  border-radius: 500px;
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
  padding: 4px 8px;
  margin-right: 16px;
}
.news .duration {
  color: #666666;
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
}
.news .news_date {
  display: flex;
}
.news .news_date .date {
  color: #666666;
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
  margin-left: 4px;
}
.news .news_title {
  color: #111111;
  font-size: 18px;
  font-weight: 600;
  line-height: 180%;
  margin: 0px;
  text-align: left;
  text-align-last: left;
}
.news .news_caption {
  color: #666666;
  font-size: 14px;
  font-weight: 400;
  line-height: 200%;
  margin-bottom: 16px;
  text-align: left;
  text-align-last: left;
}
.news .read_more {
  border-bottom: 1.5px solid #c8652f;
  color: #c8652f;
  font-size: 14px;
  font-weight: 400;
  line-height: 200%;
  text-align: left;
  text-align-last: left;
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.news .read_more_icon {
  transform: rotate(270deg);
  filter: invert(55%) sepia(9%) saturate(5209%) hue-rotate(338deg)
    brightness(83%) contrast(86%);
  max-width: 20px;
}
.news .single_content {
  align-items: center;
  display: flex;
  justify-content: flex-start;
  padding: 16px 0;
  border-bottom: 1px solid #cccccc50;
}
.news .single_content:first-child {
  padding-top: 0;
}
.news .single_content .news_title {
  font-size: 16px;
  margin: 12px 0;
}
.news .single_content .news_img {
  margin: 0 12px 0 0;
  max-width: 192px;
}
.news .single_content:last-child {
  border-bottom: none;
}
/* =================================================== articles =================================================== */
.articles .content_top .title_box .title {
  font-size: 24px;
}
.articles .content_top .title_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 42px;
}
.articles .callToAction2 {
  font-size: 14px;
  padding: 0;
  margin: 0;
  min-width: 86px;
}
.articles .callToAction2.mobile {
  display: none;
}
.articles.tabs .content_box {
  margin-bottom: 64px;
}
.articles.tabs .nav-tabs {
  border-bottom: none;
  margin-bottom: 32px;
}
.articles.tabs .nav-tabs .nav-link {
  background: transparent;
  border: 1px solid #e9e9e9;
  border-radius: 500px;
  color: #666666;
  font-size: 14px;
  font-weight: 400;
  margin-right: 12px;
}
.articles.tabs .nav-tabs .nav-link.active {
  background: #76311d;
  color: #fff;
}

/* =================================================== lwc_product =================================================== */
.introduction.product {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 112px 0;
  text-align: left;
}
.lwc_product {
  background-image: url(../images/lwc_bg.png);
}
.coil_product {
  background-image: url(../images/coil_bg.png);
}
.straight_product {
  background-image: url(../images/straight_bg.png);
}
.capillary_product {
  background-image: url(../images/capillary_bg.png);
}

.introduction.product .title span {
  font-weight: 500;
  font-size: 32px;
  line-height: 1;
}

.lwc_information {
  padding: 112px 0;
}

/* =================================================== dimension =================================================== */
.dimension {
  padding: 112px 0;
  position: relative;
}

.dimension .bg_img.bg_left {
  position: absolute;
  left: 0;
  top: 0;
}
.dimension .bg_img.bg_right {
  position: absolute;
  right: 0;
  top: 0;
}
.dimension .container {
  position: relative;
}
.table {
  background: #fff;
}
.table tr:last-child {
  border-radius: 8px;
}
.table thead th {
  background-color: #c6451c;
  color: white;
  vertical-align: middle;
  text-align: center;
  font-weight: 600;
  font-size: 14px;
  line-height: 200%;
  position: relative;
  width: 62px;
  height: 48px;
}
.table thead th .right {
  position: absolute;
  right: 2px;
  top: 2px;
}
.table thead th .left {
  position: absolute;
  left: 2px;
  bottom: 2px;
}
.check {
  color: #c8652f;
  font-weight: bold;
}

.side_label {
  background-color: #C8652F !important;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  line-height: 200%;
}

th,
td {
  text-align: center;
  vertical-align: middle;
  padding: 10px 12px;
  text-align: center;
  font-size: 14px;
  border: 1px solid #cccccc;
}

.table_box {
  border-radius: 8px 8px 0 0;
  background: #fbf4f0;
  padding: 24px;
  text-align: left;
  border: 1px solid #cccccc;
}
.table_box .table_name {
  font-size: 20px;
  font-weight: 600;
  line-height: 160%;
  text-align: left;
  color: #c8652f;
}
.dimension tbody tr:nth-child(even) {
  background-color: #eeeeee;
}

/* =================================================== lwc_packaging =================================================== */
.packaging_box,
.packaging_box .container {
  position: relative;
}
.packaging_box {
  padding: 112px 0;
}
.packaging_box .bg_img.bg_left {
  position: absolute;
  left: 0;
  top: 0;
}
.bg_img.bg_left,
.bg_img.bg_right {
  max-width: 30%;
}
.packaging_box .content {
  text-align: center;
}
.packaging_box .packaging_img {
  margin: 0 auto;
}
.packaging_box .caption {
  margin-bottom: 64px;
}

table {
  width: 100%;
  border-collapse: collapse;
}
thead {
  background-color: #d84c1f;
  color: white;
}

.bg_gray {
  background-color: #eeeeee !important;
}
.bobbin.table_main_box {
  margin-bottom: 64px;
}
.corner {
  border-radius: 0 0 0 8px;
}

.column_container.coil_information .content_box .product_img,
.column_container.straight_information .content_box .product_img {
  width: auto;
}
.carton.table_main_box {
  text-align: center;
  padding-bottom: 112px;
  position: relative;
}
.carton.table_main_box .bg_img.bg_right {
    position: absolute;
    right: 0;
    bottom: 0;
}
.carton.table_main_box .table-responsive {
  margin-bottom: 64px;
}
.pallet.table_main_box {
  padding-bottom: 112px;
}
.straight_information {
  padding: 112px 0;
}
.straight_packaging {
  padding: 112px 0 64px;
}
.column_container.product_info {
  padding: 112px 0;
}
.column_container.product_info .content_box {
  min-height: auto;
}
.dimension tbody .bg_white {
  background-color: #fff !important;
}

/* =================================================== blogs =================================================== */
.blog_main_box .content {
  margin: 0 auto;
}
.blog_container {
  height: 238px;
  background-repeat: no-repeat;
  background-size: 110%;
  padding: 12px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border-radius: 8px;
  align-content: flex-start;
  justify-content: flex-end;
  transition: background-size 2s ease;
}
.blog_container:hover {
  background-size: 120%;
}
.blog_container.blog1,
.blog_container.blog4 {
  margin-bottom: 12px;
}
.blog_container.blog1 {
  background-image: url(../images/blog1.png);
}
.blog_container.blog2 {
  background-image: url(../images/blog2.png);
}
.blog_container.blog3 {
  background-image: url(../images/blog3.png);
  min-height: 488px;
  padding: 24px 36px;
}
.blog_container.blog4 {
  background-image: url(../images/blog4.png);
}
.blog_container.blog5 {
  background-image: url(../images/blog5.png);
}
.blog_main_title {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  line-height: 200%;
}
.blog_title {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  line-height: 200%;
}
.blog_caption {
  margin-top: 8px;
  font-size: 14px;
  font-weight: 400;
  color: #aaaaaa;
  line-height: 200%;
}
.blog_list {
  padding-bottom: 154px;
}
.blog_list .blog_container.blog1 {
  margin-bottom: 0;
}
.blog_list .blog_container {
  border-radius: 0;
}

.blog_list {
  padding: 64px 0;
}

.blog_swiper .swiper-slide .swiper_content {
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 240px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  padding: 12px;
}
.blog_swiper.main_blog_swiper .swiper-slide .swiper_content {
  min-height: 350px;
  padding: 64px 12px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}
.blog_list_swiper .swiper-slide .swiper_content {
  background-size: 100%;
  transition: background-size 1.5s ease;
}
.blog_list_swiper .swiper-slide .swiper_content:hover {
  background-size: 110%;
}
.blog_swiper .swiper_content .title {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  line-height: 200%;
}
.blog_swiper .slide1 .swiper_content {
  background-image: url(../images/blog1.png);
}
.blog_swiper .slide2 .swiper_content {
  background-image: url(../images/blog2.png);
}
.blog_swiper .slide3 .swiper_content {
  background-image: url(../images/blog1.png);
}
.blog_swiper .slide4 .swiper_content {
  background-image: url(../images/blog2.png);
}
.blog_list_swiper .swiper-pagination-bullet {
  background: #c8652f;
  opacity: 40%;
}
.blog_list_swiper .swiper-pagination {
  position: relative;
  bottom: unset;
  width: fit-content;
  margin: 0 9px;
}
.blog_list_swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}
.blog_list_swiper .swiper_box {
  bottom: 0 !important;
}
.blog_list_swiper .swiper_box .swiper_button {
  background-image: url(../images/arrow_right.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  left: unset;
  right: unset;
  top: unset;
  bottom: unset;
  position: relative;
  margin: 0;
}
.blog_list_swiper .swiper_box .swiper_button.swiper-button-prev {
  transform: rotate(180deg);
}
.blog_list_swiper .swiper_box .swiper_button:after {
  content: "";
}
.main_blog_swiper .swiper_button {
  display: none;
}
.main_blog_swiper .swiper-pagination {
  bottom: 22px !important;
}
.main_blog_swiper .swiper-pagination .swiper-pagination-bullet {
  background: #fff;
}
.main_blog_swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fff;
}
.main_blog_swiper .swiper_box {
  bottom: 0 !important;
}
/* =================================================== navigation_box =================================================== */
.navigation_box {
  padding: 24px 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.navigation_box .page_name {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  margin-right: 8px;
}
.navigation_box .arrow_img {
  max-width: 16px;
  margin-right: 8px;
  transform: rotate(-90deg);
  filter: invert(80%) sepia(0%) saturate(359%) hue-rotate(175deg)
    brightness(85%) contrast(82%);
}
.navigation_box .navigation_inner {
  display: flex;
  align-items: center;
}
.navigation_box .navigation_inner:last-child .page_name {
  font-weight: 600;
  color: #111111;
}
.navigation_box .navigation_inner:last-child .arrow_img {
  filter: none;
}

/* =================================================== search_box =================================================== */
.search_box {
  background: #f2f2f2;
  border-radius: 500px;
  padding: 12px 17px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 350px;
}
.search_box .search_icon {
  margin-right: 8px;
}
.search_box input {
  color: #666666;
  font-size: 16px;
  font-weight: 400;
  width: 100%;
  border: none;
  background: transparent;
}
:focus-visible {
  outline: none !important;
}
.container_box.search_property .content_top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nav-tabs.page_number {
  justify-content: center;
}

.articles.tabs .inner_content .nav-tabs {
  margin-bottom: 0;
  justify-content: space-between;
}
.articles.tabs .inner_content .nav-tabs .nav_tab_inner {
  display: flex;
}
.articles.tabs .inner_content .nav-tabs .nav-link {
  background: transparent;
  border: none;
  border-radius: 4px;
  color: #aaaaaa;
  font-size: 16px;
  font-weight: 400;
  margin-right: 2px;
  width: 40px;
  height: 40px;
}
.articles.tabs .inner_content .nav-tabs .nav-link.active {
  background: #eeeeee;
  color: #c8652f;
}
.inner_content .arrow_btn {
  cursor: pointer;
  color: #c8652f;
  font-size: 14px;
  font-weight: 400;
}
.inner_content .arrow_btn img {
  filter: invert(41%) sepia(69%) saturate(662%) hue-rotate(339deg)
    brightness(95%) contrast(82%);
  max-width: 20px;
  transform: rotate(-90deg);
}
.inner_content .prev_btn.arrow_btn img {
  transform: rotate(90deg);
}

/* =================================================== blog_post =================================================== */
.container_box.news.post_intro {
  padding: 32px 0 64px;
}
.post_intro .content {
  align-items: center;
}
.news.post_intro .single_content .news_title {
  font-size: 24px;
  margin: 24px 0;
}
.post_img {
  border-radius: 8px;
}

.latest_news {
  background: #f7f7f7;
  border-radius: 8px;
  padding: 24px;
  margin-bottom: 24px;
}
.latest_news .title {
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  color: #76311d;
  text-align: left;
  margin: 0 0 16px;
}
.post_info {
  background: #f7f7f7;
  border-radius: 8px;
  padding: 24px;
  margin-bottom: 24px;
}
.post_info_inner {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.auther_info .auther_img {
  border-radius: 1000px;
  max-width: 48px;
  margin-right: 8px;
}
.auther_info .auther_name {
  font-size: 14px;
  font-weight: 400;
  line-height: 200%;
  text-align: left;
  color: #111111;
}
.auther_info .auther_position {
  font-size: 14px;
  font-weight: 400;
  line-height: 200%;
  text-align: left;
  color: #aaaaaa;
}

.post_categories {
  padding: 16px 0;
  margin: 16px 0;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}
.category_name {
  border-radius: 500px;
  font-size: 12px;
  font-weight: 400;
  line-height: 26px;
  margin-right: 8px;
  color: #666666;
  background: #eeeeee;
  width: 73px;
  text-align: center;
  height: 26px;
}
.social_media {
  margin-top: 16px;
}
.social_media .social_media_icon {
  margin-right: 12px;
  filter: invert(55%) sepia(9%) saturate(5209%) hue-rotate(338deg)
    brightness(83%) contrast(86%);
}
.copy_box {
  display: inline-flex;

  position: relative;
}
.copyMsg {
  display: none;
  color: #111111;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -15px;
  margin: 0 auto;
  font-size: 12px;
  width: fit-content;
}

.copy_btn {
  background: #c8652f;
  border-radius: 500px;
  text-align: center;
  margin-right: 4px;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.copry_link {
  font-size: 12px;
  font-weight: 400;
  color: #666666;
  text-align: left;
}
.table_content {
  background: #f7f7f7;
  border-radius: 8px;
  padding: 24px;
  margin-bottom: 42px;
}

.table_content .title {
  font-size: 16px;
  font-weight: 600;
  line-height: 160%;
  text-align: left;
  margin-bottom: 16px;
}

.table_content .section_list {
  font-size: 14px;
  font-weight: 400;
  line-height: 200%;
  text-align: left;
  padding-left: 18px;
}
.table_content .section_list li {
  position: relative;
}
.table_content .section_list li::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #666666;
  border-radius: 500px;
  position: absolute;
  left: -18px;
  top: 10px;
}
.blog_text {
  font-size: 14px;
  font-weight: 400;
  line-height: 200%;
  text-align: justify;
  text-align-last: left;
}
.blog_img_box {
  margin: 24px 0;
}
.blog_img_box .blog_img {
  border-radius: 8px;
  margin-bottom: 12px;
}
.blog_img_box .blog_img_title {
  padding-left: 8px;
  border-left: 2px solid #28282842;
  color: #28282842;
  font-size: 14px;
  font-weight: 400;
  line-height: 200%;
  text-align: justify;
  text-align-last: left;
}
.bold_text {
  color: #c8652f;
  padding-left: 16px;
  border-left: 2px solid #c8652f;
  margin: 12px 0;
}
.blog_text_box {
  padding-bottom: 42px;
}
.blog_text_box .subtitles {
  color: #c8652f;
  text-align: left;
  margin-bottom: 12px;
}
.blog_text_box .subtitles.subtitle1 {
  font-size: 32px;
  font-weight: 600;
}
.blog_text_box .subtitles.subtitle2 {
  font-size: 24px;
}
.blog_text_box .subtitles.subtitle3 {
  font-size: 20px;
}
.blog_text_box .subtitles.subtitle4 {
  font-size: 16px;
}
.comment_box {
  border-top: 1.2px solid #cccccc;
  border-bottom: 1.2px solid #cccccc;
  padding: 42px 0;
  margin-bottom: 42px;
}
.comment_box .comment_box_title {
  color: #76311d;
  font-size: 24px;
  font-weight: 600;
  line-height: 160%;
  margin: 0 auto 4px;
  text-align: center;
  text-align-last: center;
}
.comment_box .comment_box_subtitle {
  color: #666666;
  font-size: 14px;
  font-weight: 400;
  line-height: 200%;
  margin: 0 auto 42px;
  text-align: center;
  text-align-last: center;
}
/*  */
.check_box_title {
  display: block;
  position: relative;
  padding-left: 32px;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-bottom: 12px;
}

/* Hide the browser's default checkbox */
.check_box_title input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background: transparent;
  border: 1px solid #cccccc;
  border-radius: 3px;
  margin-right: 10px;
}

/* When the checkbox is checked, add a blue background */
.check_box_title input:checked ~ .checkmark {
  background-color: #2196f3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.check_box_title input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.check_box_title .checkmark:after {
  left: 7px;
  top: 4px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.comment_box .submit_btn {
  margin: 0 auto;
}
.sample_comment {
  padding-bottom: 74px;
}
.sample_comment_box {
  background: #f7f7f7;
  border-radius: 8px;
  padding: 24px;
  margin-bottom: 20px;
}
.sample_comment_box .comment_text {
  color: #666666;
  font-size: 14px;
  font-weight: 400;
  line-height: 200%;
  margin: 0 0 4px;
  text-align: justify;
  text-align-last: left;
}
.sample_comment_box .auther_info {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 24px;
}
.auther_date {
  font-size: 14px;
  font-weight: 400;
  line-height: 200%;
  text-align: left;
  color: #aaaaaa;
}
.auther_info_inner {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.sample_comment_box > .sample_comment_box {
  border-top: 1px solid #cccccc;
  border-radius: 0;
  margin-top: 12px;
}

.container_box.news.blog_post {
  padding: 0;
}

.packaging_table.table_main_box {
  padding: 0 0 100px;
}

.container_box.articles.tabs.search_property {
  padding-top: 64px;
}

/* new css */

.image-wrapper {
  width: 48%;
  height: 10px;
  overflow: hidden;
  transition: height 1s ease;
}
.image-wrapper.wrap-width {
  width: 10px;
  overflow: hidden;
  transition: width 1s ease;
}
.image-wrapper.expanded {
  /* Ų§Ų±ŲŖŁŲ§Ų¹ Ų±Ų§ JS ŲŖŲŗŪŪŲ± Ł…Ūā€ŲÆŁ‡ŲÆ */
}
.image-wrapper.wrap-width.expanded {
  width: auto;
  height: 249px !important;
}
.image-wrapper img {
  border-radius: 8px;
  width: 100%;
  display: block;
}
@keyframes width {
  0% {
    width: 10px;
  }
  100% {
    width: auto;
  }
}
.column_container .image_wrapper_box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  align-content: flex-start;
  min-height: 306px;
}
.column_container.information.about_us .content_box {
  justify-content: flex-start;
}
.product1 {
  margin-right: 16px;
  width: auto;
}
/* .column_container.about_us .content_box {
  min-height: unset;
  flex-wrap: nowrap;
}
.column_container.about_us .image-wrapper.expanded {
  max-height: unset;
} */
.column_container.product_info .content_box {
  justify-content: space-around;
}
.column_container.product_info.coil_information .content_box,
.column_container.product_info.straight_information .content_box {
  justify-content: flex-start;
}
.product_info .image-wrapper img {
  border-radius: 0;
}
.container_box.news.events.home {
  padding-bottom: 112px;
  padding-top: 176px;
}

.dimension_inpost {
  padding: 32px 0 0;
}
.gallery_box {
  padding: 50px 0;
}
.gallery_box .gallery_title {
  color: #76311d;
  font-weight: 600;
  font-size: 24px;
  line-height: 160%;
  margin: 0 0 4px;
  text-align: left;
  text-align-last: left;
}
.gallery_box .gallery_subtitle {
  color: #666666;
  font-weight: 400;
  font-size: 14px;
  line-height: 200%;
  margin: 0 0 24px;
  text-align: left;
  text-align-last: left;
}
.gallery_swiper .swiper-pagination-bullet {
  background: #c8652f;
  opacity: 40%;
}
.gallery_swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}
.gallery_swiper .swiper-pagination-bullet {
  background: #eeeeee;
  opacity: 1;
  margin: 0 9px 0 0;
}
.gallery_swiper .swiper-pagination {
  position: relative;
  bottom: unset;
  width: fit-content;
  margin: 0;
}
.gallery_swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #c8652f;
}
.gallery_swiper .swiper_button_box {
  display: flex;
  justify-content: space-between;
  width: 80px;
}
.gallery_swiper .swiper_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  bottom: 0 !important;
  padding-top: 12px;
}
.gallery_swiper .swiper_box .swiper_button {
  background-image: url(../images/arrow_right.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  left: unset;
  right: unset;
  top: unset;
  bottom: unset;
  position: relative;
  margin: 0;
}
.gallery_swiper .swiper_box .swiper_button.swiper-button-prev {
  transform: rotate(180deg);
}
.gallery_swiper .swiper_box .swiper_button:after {
  content: "";
}
header .nav-link.dropdown-toggle {
  cursor: pointer;
}
.container_box.news.articles .container {
  position: relative;
}
/*.container_box.news.articles .viewall_btn {*/
/*  position: absolute;*/
/*  top: 33px;*/
/*  right: 15px;*/
/*}*/
.container_box.news.articles .title_box {
  justify-content: flex-start;
}
.telegram {
  display: none;
}
.get_in_touch .membership .row {
  padding: unset;
}
.get_in_touch .membership .row .submit_box {
  text-align: left;
}