/*@import url("library-components.css");*/
/*@import url("library-footer.css");*/
/* Global integration */
body {
  margin: 0;
  color: #242424;
  background: #fff;
  font-family: "Roboto", Arial, sans-serif;
}
#main_index{
    padding-bottom:0rem!important;
    overflow:hidden;
}
#main_index h1,
#main_index h2,
#main_index h5{
    cursor:default;
}

.m_default_languagebar .footer_langbar_item{
    color:#fff;
}

.image_all {
  display: block;
  max-width: 100%;
  height: auto;
}
.site_header {
  position: relative;
  z-index: 20;
  background: #fff;
}
.site_utility {
  padding: 8px 7.2%;
  color: #fff;
  background: #d91c23;
  font-size: 11px;
}
.site_utility_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.site_utility_contacts {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  font-size: 14px;
}
.site_utility_contacts a {
  display: inline-flex;
  align-items: center;
}
.site_utility_contacts a i {
  margin-right: 7px;
}
.site_utility a {
  color: #fff;
  text-decoration: none;
}
.site_nav {
  padding: 14px 7.2%;
  background: #fff;
}
.site_logo {
  width: 250px;
  margin: 0;
  padding: 0;
}
.site_nav .nav-link {
  margin-left: 22px;
  color: #202020 !important;
  font-size: 12px;
  font-weight: 700;
}
.site_nav .active .nav-link, .site_nav .nav-link:hover {
  color: #d91c23 !important;
}
@media (max-width: 991.5px) {
  .site_utility_contacts {
    gap: 8px 14px;
  }
  .site_nav .nav-link {
    margin-left: 0;
    padding: 10px 0;
  }
}
@media (max-width: 767.5px) {
  .site_utility {
    padding: 8px 5%;
  }
  .site_utility_inner {
    align-items: flex-start;
  }
  .site_utility_contacts a:nth-child(-n+3) {
    display: none;
  }
  .site_nav {
    padding: 12px 5%;
  }
  .site_logo {
    width: 210px;
  }
}

/*category page*/
.category_list_type4 .category_box .img_frame img{
    object-fit: contain;
}

/*Product page*/
.product_list_5 .product_box .img_frame img{
    object-fit: contain;
    background-color:#fff;
}

/*tag page*/
.product_list_horizontal .product_box .img_frame img{
    object-fit: contain;
    background-color:#fff;
}

@media screen and (max-width:767.5px){
    #main_tag .horizontal_detail_bottom{
        margin-top:1rem;
    }
    .product_list_horizontal .product_box .product_des .title{
        font-size:18px;
    }
    .product_list_horizontal .product_box .horizontal_detail_box .product_simple_description{
        font-size:12px;
    }
    .product_list_horizontal .product_box .horizontal_detail_bottom .button_section{
        justify-content: flex-start;
    }
    .product_list_horizontal .product_box .product_img{
        flex:0 0 40%;
    }
    .product_list_horizontal .product_box .product_des{
        flex:0 0 60%;
    }
    .product_list_horizontal .product_box .img_frame{
        padding-top:unset!important;
        height:auto;
        aspect-ratio: 1;
        border-radius: 5px;
    }
    .product_list_horizontal .product_box .whatsapp_wrapper a{
        color: #333;
        font-size: 10px !important;
        font-weight: 500;
    }
}

/*photo page*/
.gallerycategory .img_frame img{
    object-fit: contain;
}
.ws_gallery-2 .img_frame img{
    object-fit: contain;
}

/*news page*/
.latest_new_type4 .news_box .img_frame{
    box-shadow:0px 0px 2px rgba(0,0,0,0.3);
}
.latest_new_type4 .news_box .img_frame img{
    object-fit: contain;
}

/*navbar*/
.navbar_type8 .logo img{
    width: 18vw;
    padding: 5px;
}
.navbar_type8 .nav_tab .nav_item a{
    font-size:1vw;
    padding:15px 1.2vw;
    color:#000;
}
.navbar_type8 .nav_tab .nav_item a:hover{
    color:#d91c23;
}
.navbar_type8 .nav_tab .dropdown .dropdown-menu .dropdown-item a{
    color:#fff;
    -webkit-text-stroke-width: 0px;
    -webkit-text-stroke-color: black;
}
.navbar_type8 .nav_tab .dropdown .dropdown-menu .dropdown-item a{
    color:#fff!important;
}
.navbar_type8 .nav_tab .dropdown .dropdown-menu .dropdown-item a:hover{
    color:#fff!important;
}
.dark_nav{
    background-color:#fff!important;
}

.navbar_mobile .btn-outline-light:hover{
    background-color:transparent;
}
.navbar_mobile .btn-outline-light:hover{
    border-color: #000;
    color: #000;
}
.navbar_mobile .btn-outline-light:not(:disabled):not(.disabled):active{
    color: #000;
    background-color: transparent;
    border-color: #000;
}
.navbar_mobile .logo_img{
    max-height:30px;
}

@media screen and (max-width: 1200.5px){
    .navbar_type8 .nav_tab .nav_item a{
        font-size:1.2vw;
        padding:15px 1.1vw;
    } 
}

/* hp_banner */
.index_wrapper_2 {
  position: relative;
}
.hp_banner_custom_controls {
  position: absolute;
  z-index: 5;
  top: 50%;
  right: 7.2%;
  display: flex;
  flex-direction: column;
  gap: 12px;
  transform: translateY(-50%);
}
.test_btnleft, .test_btnright {
  width: 42px;
  height: 42px;
  cursor: pointer;
  transition: transform .25s ease;
}
.test_btnleft img, .test_btnright img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.test_btnleft:hover, .test_btnright:hover {
  transform: scale(.94);
}
.test_btnleft:focus, .test_btnright:focus {
  outline: 2px solid #d91c23;
  outline-offset: 3px;
}
.hp_banner {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0 7.2%;
  display: flex;
  align-items: center;
  overflow: hidden;
  font-family: "Roboto", sans-serif;
}
.hp_banner_box {
  position: relative;
  z-index: 2;
  width: 43%;
  color: #fff;
}
.hp_banner_frame {
  position: relative;
  padding: 2.2vw 0 2.1vw 3vw;
  border-top: 4px solid #d91c23;
  border-left: 4px solid #d91c23;
  border-bottom: 4px solid #d91c23;
}
.hp_banner_frame::after {
  position: absolute;
  top: -4px;
  right: 0;
  width: 4px;
  height: 32%;
  background: #d91c23;
  content: "";
}
.hp_banner_frame::before {
  position: absolute;
  right: 0;
  bottom: -4px;
  width: 4px;
  height: 32%;
  background: #d91c23;
  content: "";
}
.hp_banner_small {
  margin-bottom: 0.75vw;
  font-size: 1vw;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.12em;
  color: #fff;
}
.hp_banner_title {
  font-family: "Manrope", sans-serif;
  font-size: 3.05vw;
  font-weight: 700;
  line-height: 1.16;
  color: #fff;
}
.hp_banner_title span {
  color: #d91c23;
}
.hp_banner_content {
  width: 100%;
  margin: 1.7vw 0 0 3vw;
  font-size: 1vw;
  font-weight: 400;
  line-height: 1.55;
  color: #fff;
}
.hp_banner .hp_banner_image {
  position: absolute;
  z-index: 1;
  top: 12%;
  right: 4.2%;
  width: 43vw !important;
  height: auto;
}
.hp_banner_buttonbox {
  margin: 1.7vw 0 0 3vw;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.hp_banner_button {
  width: auto;
  height: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 18px 0 18px;
  background: #d91c23;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: #fff;
  text-align: center;
  transition: 0.25s all linear;
}
.hp_banner_button span {
  display: inline-flex;
  width: 14px;
  height: 14px;
  margin-left: 10px;
}
.hp_banner_button span::after {
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("https://cdn1.npcdn.net/images/A_Button3_tfldr1_1784249668.png?md5id=b4591e1ef51fdd8a9a8e7e7659c1a702&new_width=1600&new_height=1600&type=4");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  content: "";
}
.hp_banner_button:hover {
  color: #fff;
  text-decoration: none;
  transform: scale(0.98);
  background: #b9151b;
}
@media screen and (max-width: 1200.5px) {
  .hp_banner_box {
    width: 46%;
  }
  .hp_banner_content {
    font-size: 0.95vw;
  }
  .hp_banner .hp_banner_image {
    right: 2.5%;
    width: 46vw !important;
  }
}
@media screen and (max-width: 991.5px) {
  .hp_banner {
    padding: 0 5%;
  }
  .hp_banner_box {
    width: 51%;
  }
  .hp_banner_title {
    font-size: 3.4vw;
  }
  .hp_banner_content {
    font-size: 1.15vw;
  }
  .hp_banner .hp_banner_image {
    right: 6%;
    top: 26%;
    width: 39vw !important;
  }
}
@media screen and (max-width: 767.5px) {
    .index_wrapper_2 .item > img {
        height: 150vw !important;
        object-fit: cover;
        object-position: 35% center;
    }
  .hp_banner_custom_controls {
    top: auto;
    right: 5%;
    bottom: 6%;
    flex-direction: row-reverse;
    transform: none;
  }
  .test_btnleft, .test_btnright {
    width: 36px;
    height: 36px;
  }
  .hp_banner {
    padding: 10vw 6% 7vw;
    align-items: flex-start;
  }
  .hp_banner_box {
    width: 100%;
  }
  .hp_banner_frame {
    padding: 5vw 4vw;
    border-width: 3px;
  }
  .hp_banner_frame::after,
  .hp_banner_frame::before {
    width: 3px;
  }
  .hp_banner_small {
    margin-bottom: 2vw;
    font-size: 2.5vw;
  }
  .hp_banner_title {
    font-size: 7vw;
  }
  .hp_banner_content {
    width: 88%;
    margin: 4vw 0 0 4vw;
    font-size: 3.3vw;
  }
  .hp_banner .hp_banner_image {
    top: auto;
    right: unset;
    left: 12%;
    bottom: 8%;
    z-index: 3;
    width: 58vw !important;
    opacity: 1;
    pointer-events: none;
  }
  .hp_banner_buttonbox {
    position: relative;
    z-index: 4;
    margin: 4vw 0 0 4vw;
  }
  .hp_banner_button {
    width: auto;
    height: 42px;
  }
}
/* Common section typography */
.n_small {
  margin: 0 0 18px;
  color: #d91c23;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 1.2px;
}
.n_small::before {
  content: "";
  display: inline-block;
  width: 34px;
  height: 1px;
  margin: 0 10px 4px 0;
  background: currentColor;
}
.n_title {
  margin: 0;
  font-family: "Manrope", sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.08;
}
.n_subtitle {
  margin: 0;
  font-family: "Manrope", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.35;
}
.n_content {
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.75;
}
.hp_applications .n_title span {
  color: #d91c23;
}
.hp_latest_news .n_title span {
  color: #d91c23;
}
@media (max-width: 767.5px) {
  .n_title {
    font-size: 26px;
  }
  .n_title br {
    display: none;
  }
  .n_subtitle {
    font-size: 18px;
  }
  .n_content {
    font-size: 14px;
  }
}

/* hp_strengths */
.hp_strengths {
  position: relative;
  overflow: hidden;
  padding: 90px 11% 0;
  background: linear-gradient(to bottom, #b90f17 72%, #f1f2f2 72%);
  color: #fff;
}
.hp_strengths::before {
  position: absolute;
  top: -11vw;
  bottom: 0%;
  left: 0;
  width: 22vw;
  background-image: url("https://cdn1.npcdn.net/images/B_eLEMENT_8b7t35_1784249667.png?md5id=b4591e1ef51fdd8a9a8e7e7659c1a702&new_width=1600&new_height=1600&type=4");
  background-size: contain;
  background-position: left top;
  background-repeat: no-repeat;
  content: "";
  pointer-events: none;
}
.hp_strengths_heading {
  position: relative;
  z-index: 1;
  margin-bottom: 45px;
}
.hp_strengths .n_small {
  color: #fff;
}
.hp_strengths .n_content {
  max-width: 500px;
  margin: 0 0 5px auto;
}
.hp_strengths_cards {
  position: relative;
  z-index: 2;
  margin-bottom: 0;
}
.hp_strengths_card a{
    position: absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    font-size: 0;
}
.hp_strengths_cards > div {
  padding: 0 8px;
}
.hp_strengths_card {
  position: relative;
  min-height: 315px;
  padding: 32px 28px 38px;
  background: #fff;
  color: #222;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 35px), calc(100% - 35px) 100%, 0 100%);
  box-shadow: 0 8px 20px rgba(0,0,0,.12);
  transition: background-color .25s ease, box-shadow .25s ease, transform .25s ease;
}
.hp_strengths_card h3 {
  min-height: 55px;
  margin: 0 45px 42px 0;
  color: #d91c23;
  font-size: 16px;
  font-weight: 700;
}
.hp_strengths_card img {
  width: 55px;
  height: 55px;
  margin-bottom: 20px;
  object-fit: contain;
  transition: filter .25s ease;
}
.hp_strengths_card p {
  margin: 0;
  color: #d91c23;
  font-size: 13px;
  line-height: 1.55;
}
.hp_strengths_arrow {
  position: absolute;
  top: 30px;
  right: 25px;
  width: 31px;
  height: 31px;
  background: transparent;
  color: transparent;
  font-size: 0;
  line-height: 31px;
  text-align: center;
  transition: background-color .25s ease;
}
.hp_strengths_arrow::before {
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("https://cdn1.npcdn.net/images/B_Button1_rd4q1v_1784249667.jpg?md5id=b4591e1ef51fdd8a9a8e7e7659c1a702&new_width=1600&new_height=1600&type=4");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  content: "";
}
.hp_strengths_card:hover {
  background-color: #d91c23;
  box-shadow: 0 14px 28px rgba(0,0,0,.2);
  transform: translateY(-4px);
}
.hp_strengths_card:hover h3, .hp_strengths_card:hover p {
  color: #fff;
}
.hp_strengths_card:hover img {
  filter: brightness(0) invert(1);
}
.hp_strengths_card:hover .hp_strengths_arrow {
  background-color: transparent;
}
.hp_strengths_card:hover .hp_strengths_arrow::before {
  background-image: url("https://cdn1.npcdn.net/images/B_Button2_jrezxf_1784249667.jpg?md5id=b4591e1ef51fdd8a9a8e7e7659c1a702&new_width=1600&new_height=1600&type=4");
}
@media (max-width: 1200.5px) {
  .hp_strengths {
    padding: 90px 6% 0;
  }
}
@media (max-width: 991.5px) {
  .hp_strengths::before {
    top: -8vw;
    width: 30vw;
  }
  .hp_strengths {
    padding-top: 70px;
  }
  .hp_strengths .n_content {
    margin: 25px 0 0;
  }
  .hp_strengths_cards > div {
    margin-bottom: 16px;
  }
}
@media (max-width: 767.5px) {
  .hp_strengths::before {
    top: -5vw;
    width: 46vw;
  }
  .hp_strengths {
    padding: 55px 5% 0;
  }
  .hp_strengths_cards {
    margin-bottom: 0;
  }
  .hp_strengths_card {
    min-height: 285px;
  }
}

/* hp_about */
.hp_about {
  padding: 90px 11% 90px;
  background: #f1f2f2;
}
.hp_about .n_title span {
  color: #d91c23;
}
.hp_about_info {
  padding-right: 45px;
}
.hp_about .n_content {
  margin: 30px 0;
  color: #6c6c6c;
}
.hp_about_img {
  width: 100%;
}
.hp_about_img img {
  width: 100%;
}
.n_button {
  width: auto;
  height: 42px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0 18px 0 18px;
  background: #d91c23;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 8px 18px rgba(217, 28, 35, .28);
  transition: background-color .25s ease, box-shadow .25s ease, transform .25s ease;
}
.n_button span {
  display: inline-flex;
  width: 14px;
  height: 14px;
  margin-left: 10px;
}
.n_button span::after {
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("https://cdn1.npcdn.net/images/A_Button3_tfldr1_1784249668.png?md5id=b4591e1ef51fdd8a9a8e7e7659c1a702&new_width=1600&new_height=1600&type=4");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  content: "";
}
.n_button:hover {
  color: #fff;
  background: #b9151b;
  text-decoration: none;
  box-shadow: 0 10px 22px rgba(217, 28, 35, .38);
  transform: translateY(-2px);
}
@media (max-width: 1200.5px) {
  .hp_about {
    padding: 195px 6% 115px;
  }
}
@media (max-width: 991.5px) {
  .hp_about {
    padding-top: 150px;
    padding-bottom: 75px;
  }
  .hp_about_info {
    padding: 0;
  }
  .hp_about_img {
    margin-top: 45px;
  }
}
@media (max-width: 767.5px) {
  .hp_about {
    padding: 110px 5% 60px;
  }
  .n_button{
      text-align: left;
  }
}

/* hp_products */
.index_wrapper_5 {
  position: relative;
  padding: 90px 11% 105px;
  background: #fff;
}
.index_wrapper_5::before {
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  left: 0;
  height: 44%;
  background-image: url("https://cdn1.npcdn.net/images/D_Background_pjdx37_1784249667.jpg?md5id=b4591e1ef51fdd8a9a8e7e7659c1a702&new_width=1600&new_height=1600&type=4");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  content: "";
}
.hp_products_heading {
  position: relative;
  z-index: 1;
  padding-bottom: 135px;
  color: #fff;
}
.hp_products .n_small {
  color: #fff;
}
.hp_products .n_title{
    color:#fff;
}
.hp_products{
    margin-bottom:2rem;
}
.hp_products .btnbox_right {
  text-align: right;
}
.hp_products_list {
  position: relative;
  z-index: 1;
  margin-top: -78px;
}
#main_index .product_cat-10 {
  padding: 0;
}
#main_index .product_cat-10 > .row > div {
  padding: 8px;
}
#main_index .product_cat-10 .wrapper_product_category {
  height: calc(100% - 16px);
  margin-bottom: 16px;
  padding: 15px 12px 12px;
  background: #fff;
  box-shadow: 0 3px 9px rgba(0,0,0,.13);
  transition: background-color .25s ease, box-shadow .25s ease, transform .25s ease;
}

#main_index .product_cat-10 .wrapper_product_category .product_img {
  padding-top: 78%;
  border-radius: 0;
}
#main_index .product_cat-10 .wrapper_product_category .product_img img {
  object-fit: contain;
}
#main_index .product_cat-10 .wrapper_product_category h3 {
  min-height: 35px;
  margin: 0;
  color: #242424;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.35;
  transition: color .25s ease;
}
#main_index .product_cat-10 .wrapper_product_category .view-btn {
  width: 100%;
  padding: 13px 8px;
  border: 0;
  border-radius: 0;
  background: #d91c23;
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  transition: background-color .25s ease, transform .25s ease;
}
#main_index .product_cat-10 .wrapper_product_category:hover {
  background: #d91c23;
  box-shadow: 0 8px 18px rgba(217,28,35,.28);
  transform: translateY(-4px);
}
#main_index .product_cat-10 .wrapper_product_category:hover h3 {
  color: #fff;
}
#main_index .product_cat-10 .wrapper_product_category:hover .view-btn {
  background: #fff;
  color: #d91c23;
  transform: translateY(-2px);
}
@media (max-width: 1200.5px) {
  .index_wrapper_5{
    padding: 90px 6% 105px;
  }
  .hp_product_img {
    height: 180px;
  }
}
@media (max-width: 991.5px) {
  .index_wrapper_5{
    padding-top: 70px;
  }
  .hp_products .btnbox_right {
    margin-top: 25px;
    text-align: left;
  }
  #main_index .product_cat-10 > .row > div{
      flex:0 0 50%;
        max-width:50%;
  }
}
@media (max-width: 767.5px) {
  .index_wrapper_5{
    padding: 55px 5% 65px;
  }
  .hp_products_heading {
    padding-bottom: 120px;
  }
  .hp_product_img {
    height: 220px;
  }
}

/* hp_applications */
.index_wrapper_6 {
  padding: 30px 11% 115px;
  background: #fff;
}
#main_index .hp_photoGallerySliderWithTitle {
  margin-top: 30px;
  background-color: transparent;
}
#main_index .hp_photoGallerySliderWithTitle .photo-gallery {
  padding: 0;
}
#main_index .hp_photoGallerySliderWithTitle .photo-gallery .slick-slide {
  padding: 0;
  transition: transform .25s ease;
}
#main_index .hp_photoGallerySliderWithTitle .photo-gallery .outline_box {
  padding: 0 7.5px;
}
#main_index .hp_photoGallerySliderWithTitle .photo-gallery .slick-current.slick-center .outline_box {
  transform: scaleY(1);
}
#main_index .hp_photoGallerySliderWithTitle .photo-gallery .outline_box .gallery_box img {
  border-radius: 15px;
}
#main_index .hp_photoGallerySliderWithTitle .photo-gallery .outline_box p {
  margin: 14px 0 0;
  color: #242424;
  font-size: 14px;
  font-weight: 600;
}
#main_index .hp_photoGallerySliderWithTitle .photo-gallery .slick-prev {
  left: -30px;
  z-index: 2;
}
#main_index .hp_photoGallerySliderWithTitle .photo-gallery .slick-next {
  right: -30px;
  z-index: 2;
}
#main_index .hp_photoGallerySliderWithTitle .photo-gallery .slick-prev::before {
  width: 2vw;
  height: 2vw;
  display: block;
  background-image: url("https://cdn1.npcdn.net/img/1708419651arrow-left.png");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  content: "";
  filter: brightness(0);
  text-shadow: none;
}
#main_index .hp_photoGallerySliderWithTitle .photo-gallery .slick-next::before {
  width: 2vw;
  height: 2vw;
  display: block;
  background-image: url("https://cdn1.npcdn.net/img/1708419667arrow-right.png");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  content: "";
  filter: brightness(0);
  text-shadow: none;
}
#main_index .hp_photoGallerySliderWithTitle .photo-gallery .slick-dots {
  display: none !important;
}
@media (max-width: 1200.5px) {
  .index_wrapper_6 {
    padding: 30px 6% 115px;
  }
  .hp_application_item img {
    height: 210px;
  }
}
@media (max-width: 991.5px) {
  .index_wrapper_6 {
    padding-top: 10px;
    padding-bottom: 75px;
  }
  .hp_application_item {
    margin-bottom: 28px;
  }
  #main_index .hp_photoGallerySliderWithTitle .container-fluid .row .col-12 > .container {
    max-width: 100%;
  }
}
@media (max-width: 767.5px) {
  .index_wrapper_6 {
    padding: 15px 5% 55px;
  }
  .hp_application_item img {
    height: 240px;
  }
  #main_index .hp_photoGallerySliderWithTitle .photo-gallery .slick-prev {
    left: -20px;
  }
  #main_index .hp_photoGallerySliderWithTitle .photo-gallery .slick-next {
    right: -12px;
  }
  #main_index .hp_photoGallerySliderWithTitle .photo-gallery .slick-prev::before, #main_index .hp_photoGallerySliderWithTitle .photo-gallery .slick-next::before {
    width: 8vw;
    height: 8vw;
  }
}
/* hp_latest_news */
.index_wrapper_7{
  padding: 90px 11% 105px;
  background: #f1f2f2;
}
#main_index .hp_latest_new_8 {
  margin-top: 48px;
}
#main_index .hp_latest_new_8 > .container-fluid {
  padding: 0;
}
#main_index .hp_latest_new_8 .latestnewsAjax > div:not(.toggle_point) {
  padding: 0 12px;
}
#main_index .hp_latest_new_8 .news_box {
  padding: 15px;
  background: rgba(255,255,255,.2);
  box-shadow: 0 2px 8px rgba(0,0,0,0);
  transition: background-color .25s ease, box-shadow .25s ease, transform .25s ease;
}
#main_index .hp_latest_new_8 .news_box .img_frame {
  margin-bottom: 12px;
}
#main_index .hp_latest_new_8 .hp_news_placeholder {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background: #303030;
  color: #fff;
  text-align: center;
  transition: background-color .3s ease, transform .35s ease;
}
#main_index .hp_latest_new_8 .hp_news_placeholder strong {
  font-size: 20px;
  letter-spacing: 5px;
}
#main_index .hp_latest_new_8 .news_box .title {
  color: #111;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
}
#main_index .hp_latest_new_8 .news_box .date {
  margin-top: 28px !important;
  color: #666;
  font-size: 10px;
}
#main_index .hp_latest_new_8 .news_box .read_more {
  margin-top: 8px;
  color: #d91c23;
  font-size: 10px;
}
#main_index .hp_latest_new_8 .toggle_point {
  width: 100%;
}
#main_index .hp_latest_new_8 .news_box:hover {
  background: rgba(255,255,255,1);
  box-shadow: 0 2px 8px rgba(0,0,0,.12);
  transform: translateY(-5px);
}
#main_index .hp_latest_new_8 .news_box:hover .hp_news_placeholder {
  background-color: #d91c23;
  transform: scale(1.05);
}
#main_index .hp_latest_new_8 .news_box:hover .title {
  color: #d91c23;
}
#main_index .hp_latest_new_8 .news_box:hover .date {
  color: #666;
}
#main_index .hp_latest_new_8 .news_box:hover .read_more {
  color: #d91c23;
}
@media (max-width: 1200.5px) {
  .index_wrapper_7{
    padding: 90px 6% 105px;
  }
}
@media (max-width: 991.5px) {
  .latest_new_type4 .latestnewsAjax > div {
    margin-bottom: 24px;
  }
}
@media (max-width: 767.5px) {
  .index_wrapper_7{
    padding: 60px 5%;
  }
}

/* hp_contact_strip */
.hp_contact_strip {
  padding: 42px 11%;
  background: #d91c23 url("https://cdn1.npcdn.net/images/G_Background_tz2ug6_1784249668.jpg?md5id=b4591e1ef51fdd8a9a8e7e7659c1a702&new_width=1600&new_height=1600&type=4") center/cover no-repeat;
  color: #fff;
}
.hp_contact_strip .row > div {
  border-right: 1px solid rgba(255,255,255,.45);
}
.hp_contact_strip .row > div:last-child {
  border-right: 0;
}
.hp_contact_item {
  display: flex;
  align-items: flex-start;
  height: 100%;
  padding: 0 14px;
}
.hp_contact_item img {
  flex: 0 0 25px;
  width: 25px;
  height: 25px;
  margin: 2px 12px 0 0;
  object-fit: contain;
}
.hp_contact_item h3 {
  margin: 0 0 8px;
  font-size: 16px;
}
.hp_contact_item p, .hp_contact_item a {
  display: block;
  margin: 0;
  color: #fff;
  font-size: 14px;
  line-height: 1.65;
  text-decoration: none;
}
@media (max-width: 1200.5px) {
  .hp_contact_strip {
    padding: 42px 6%;
  }
}
@media (max-width: 991.5px) {
  .hp_contact_strip .row > div {
    margin: 14px 0;
    border-right: 0;
  }
}
@media (max-width: 767.5px) {
  .hp_contact_strip {
    padding: 30px 5%;
  }
}

/* footer_type6 */
.footer_type6 {
  padding: 72px 7.2% 22px;
  background-color: #f1f2f2;
  color: #242424;
  font-family: "Roboto", sans-serif;
}
.footer_type6 .logo {
  min-height:2vw;
}
.footer_type6 .logo img {
  max-height:2vw;
}
.footer_type6 .footer_subtitle {
  color: #d91c23;
  font-family: "Manrope", sans-serif;
  font-size: 16px;
}
.footer_type6 p, .footer_type6 li, .footer_type6 a {
  color: #333;
  font-size: 12px;
  line-height: 1.65;
}
.footer_type6 li {
  margin-bottom: 7px;
}
.footer_type6 a:hover {
  color: #d91c23;
  text-decoration: none;
}
.footer_type6 .line {
  margin-top: 35px;
  background-color: rgba(36,36,36,.28);
}
.footer_type6 .copy_right {
  color: #444;
  font-size: 10px;
}
.footer_type6 .social_media a {
  color: #111;
  font-size: 14px;
}
.footer_type6 .input-container input {
  border-bottom-color: rgba(36,36,36,.45);
  caret-color: #242424;
}
.footer_type6 .input-container input, .footer_type6 .input-container label, .footer_type6 .input-container .submit, .footer_type6 .input-container .moveUp {
  color: #242424;
}
@media screen and (max-width: 991.5px) {
  .footer_type6 {
    padding: 55px 6% 22px;
  }
  .footer_type6 .input-container input, .footer_type6 .input-container label {
    font-size: 1.1vw;
  }
  .footer_type6 .input-container .moveUp {
    font-size: 1.1vw;
  }
}
@media screen and (max-width: 767.5px) {
  .footer_type6 {
    padding: 45px 5% 25px;
  }
     .footer_type6 .logo {
      min-height:33px;
    }
    .footer_type6 .logo img {
      max-height:33px;
    }
  .footer_type6 .social_media {
    margin-top: 20px;
    text-align: left;
  }
  .footer_type6 .social_media a {
    margin: 0 1rem 0 0;
  }
  .footer_type6 .input-container input, .footer_type6 .input-container label {
    font-size: 14px;
  }
  .footer_type6 .input-container .moveUp {
    font-size: 14px;
  }
}
