@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.13.1/font/bootstrap-icons.min.css");

body > br {
    display: none;
}


#main_index {
    overflow: hidden;
    padding-bottom: 0 !important;
}

#main_index a:hover {
    text-decoration: none;
}

#main_index button:focus {
    outline: none;
}


/*navigation bar*/
.navbar_type8 {
    height: 110px;
    background-color: #f9f5ea;
    padding: 0 11.5% 0 6.5%;
    transition: all 0.25s ease-in-out;
}

#main_index .navbar_type8 {
    background-color: transparent;
}

.dark_nav {
    background-color: rgb(249, 245, 234, 0.9) !important;
    height: 80px;
}

.navbar_type8 .nav_tab .nav_item a {
    color: #89806f;
  font-size: 1.12vw;
    transition: all 0.25s ease-in-out;
}

.navbar_type8 .nav_tab .nav_item:hover a {
    color: #000;
}

.navbar_type8 .logo {
    margin-left: 0;
    overflow: unset;
}

.navbar_type8 .logo img {
    width: 100%;
  padding: 5px 0;
  object-position: left;
  top: 0;
    transition: all 0.25s ease-in-out;
}

#main_index .navbar_type8 .logo img {
    top: 20%;
}

.navbar_type8.dark_nav .logo img {
    top: 0 !important;
}

.navbar_type8 .nav_tab {
    padding-right: 0;
  gap: .8vw;
}

.navbar_type8 .nav_tab .nav_item::before {
  position: absolute;
  content: "";
  left: 50%;
  top: 110%;
  width: 0;
  border-bottom: none;
  transition: all 0.35s ease-in-out;
  opacity: 1;
  height: 2px;
  background-color: #000;
  transform: translate(-50%, 0);
}

.navbar_type8 .nav_tab .nav_item:hover::before {
    width: 75%;
}

.navbar_type8 .nav_tab .nav_item {
    display: block;
    transition: all 0.3s ease-in-out;
}

.navbar_type8 .nav_tab .nav_item:hover {
    transform: scale(1.05);
}

/*footer*/
.footer_type8 {
  background-color: #fff;
  color: #89806f;
  padding-top: 3rem !important;
  padding-bottom: 2rem !important;
  line-height: 1.7;
  border-top: 1px solid #faf5ea;
  font-size: 14px;
  overflow: hidden;
}

.footer_type8 .title h5 {
    color: #000;
}

.footer_type8 a {
    color: #89806f;
}

.footer_type8 a:hover {
    color: #000;
}

.footer_type8 .logo img {
    max-height: 150px;
}

.footer_type8 .logo {
    min-height: 150px;
}

.footer_type8 .col-12.col-md-4.mb-md-0.p-3:nth-child(2),
.footer_type8 .col-12.col-md-4.mb-md-0.p-3:nth-child(3) {
    margin-top: -100px;
}

.footer_type8 .copy_right strong {
    color: #000;
}

.footer_type12 {
    background-color: #fff;
    color: #89806f;
    padding: 4rem 4.5% 2rem !important;
    border-top: 1px solid #faf5ea;
    font-size: 14px;
    overflow: hidden;
}

.footer_type12 .container {
    max-width: 100%;
}

.footer_type12 a {
    color: #89806f;
}

.footer_type12 a:hover {
    color: #000;
}

.footer_type12 .title h6 {
    color: #000;
    font-size: 16px !important;
}

.footer_type12 .col-12.mb-1.mb-md-0.p-3:first-child > .row:first-child {
    background-color: #faf5ea;
    border-radius: 10px;
    align-items: center;
    padding: 2vw 5vw;
}

.footer_type12 .col-12.mb-1.mb-md-0.p-3:first-child > .row:first-child .title {
    min-height: auto;
    margin-bottom: 0;
}

.footer_type12 h6.subscribe_new {
    font-size: 40px !important;
}

.footer_type12 .input-container {
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
}

.footer_type12 .input-container input {
    border: none;
    color: #89806f;
    caret-color: #89806f;
}

.footer_type12 .input-container label {
    color: #89806f;
}

.footer_type12 .input-container .submit {
    background-color: #89806f;
    border: none;
    font-size: 16px;
    padding: 0 20px;
}

.footer_type12 .line {
    background-color: #89806f;
    margin-top: 2rem;
    height: .8px;
}

/*homepage banner*/
.slider_banner .banner_content {
    opacity: 1 !important;
}

.hp_banner {
    position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  padding-left: 11%;
  padding-top: 3vw;
}

.hp_banner_box {
    position: relative;
    z-index: 5;
}

html[lang="en"] .hp_banner_box {
    width: 48%;
}

.hp_banner_img {
    position: absolute;
  right: 7%;
  bottom: 0;
  width: 51%;
}

.hp_banner_title {
    font-size: 3.5vw;
  font-weight: 800;
  color: #000;
  margin-bottom: 1vw;
  letter-spacing: 1px;
}

html[lang="en"] .hp_banner_title {
    line-height: 1.1;
}

.hp_banner_title span {
    font-weight: 600;
  font-size: 2.8vw;
}

.hp_banner_keyword {
    color: #89806f;
  font-size: 1.15vw;
  margin-bottom: 2.5vw;
  line-height: 1.7;
}

.hp_banner_keyword span {
    display: block;
}

.slider_banner {
    margin-bottom: 0 !important;
}

.slider_banner .slick-dots {
  position: absolute;
  bottom: 3vw;
}

.slider_banner .slick-dots li button::before {
  color: transparent;
  font-size: 9px;
  -webkit-text-stroke: 1px #000;
  opacity: 1;
}

.slider_banner .slick-dots li.slick-active button::before {
  opacity: 1;
  color: #000;
}

.slider_banner .slick-dots li {
    margin: 0 2px;
}

@media (min-width: 991px) {
    #main_index .index_wrapper_2 {
        margin-top: -110px;
    }
}

/*homepage about*/

.hp_about {
    padding: 6.5rem 10%;
}

.hp_about_left_box {
   /*background-image: linear-gradient(to right, #fff, #f3f4f9, #f3f4f9);*/
  width: 85%;
  padding: 2.5vw 5vw 2.5vw 8vw;
}

.hp_about_button {
    display: flex;
  justify-content: flex-start;
  margin-top: 30px;
}

.hp_button {
    background-color: transparent;
  border: 1px solid #89806f;
  color: #89806f;
  font-size: 17px;
  display: flex;
  align-items: center;
  padding: 9px 20px 9px 25px;
  gap: 15px;
  transition: all 0.4s ease-in-out;
}

.hp_button:hover {
    color: #fff;
    background-color: #89806f;
    transform: scale(1.05);
}

.hp_button:active {
    transform: scale(0.75);
}

.hp_button img {
    max-width: 20px;
  transition: all 0.4s ease-in-out;
}

.hp_button:hover img {
    filter: brightness(0) invert(1);
}

.hp_button span {
    display: flex;
}

.hp_keyword {
    color: #89806f;
  font-size: 17px;
  line-height: 1.6;
  margin-bottom: 0;
}

.hp_big_title {
    font-size: 2.75vw;
  font-weight: 800;
  color: #000;
  margin-bottom: 15px;
  letter-spacing: 1px;
}

.hp_big_title span {
    font-weight: 600;
  /*font-size: 2.5vw;*/
}

.hp_small_title {
    color: #89806f;
  font-size: 16.5px;
  margin-bottom: 10px;
  background-color: #f8f1df;
  width: fit-content;
  padding: 6px 25px;
  border-radius: 30px;
  line-height: 1;
  font-weight: 400;
}

/*homepage services*/
.hp_services {
    padding: 1rem 10% 7rem;
}

.hp_services_right2_box {
    display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.hp_services_right2 {
    padding-left: 10px;
}

.hp_services_left2 {
    padding-right: 10px;
}

.hp_services_point {
    position: relative;
  cursor: pointer;
  transition: all 0.35s ease-in-out;
}

.hp_services_point:hover {
    transform: scale(0.95);
}

.hp_services_content {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  display: flex;
  align-items: flex-end;
  padding: 11px 15px;
  background-color: rgba(0, 0, 0, 0.7);
}

.hp_services_title {
    font-size: 22px;
  margin-bottom: 0;
  font-weight: 700;
  color: #fff;
  text-shadow: 2px 2px 5px #000;
}

html[lang="en"] .hp_services_title {
    font-size: 17px;
}

.hp_services_right1_box {
    display: flex;
  justify-content: flex-end;
}

.hp_services_left2_box {
    position: relative;
  cursor: pointer;
  transition: all 0.35s ease-in-out;
}

.hp_services_left2_box:hover {
    transform: scale(0.95);
}

.hp_services_left2_content {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  display: flex;
  align-items: flex-end;
  padding: 15px 25px;
  justify-content: flex-end;
  background-color: rgba(0, 0, 0, 0.7);
}

.hp_services_left2_title {
    font-size: 33px;
  margin-bottom: 0;
  font-weight: 700;
  color: #fff;
  text-shadow: 2px 2px 5px #000;
}

.hp_services_left1,
.hp_services_right1 {
    margin-bottom: 1.5rem;
}


@media (min-width: 768px) {
  .hp_services_left2 {
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
  }
  .hp_services_right2 {
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
  }
}

/*homepage founder*/
.hp_founder {
    padding: 4rem 15% 3rem;
  background-color: #f8f1df;
  /*background-image: url('https://cdn1.npcdn.net/userfiles/27720/image/founderbg.png');*/
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: 50% 0;
}

.hp_founder .hp_small_title {
    background-color: #fff;
  margin: 0 auto 10px;
}

.hp_founder_left_box {
  height: 100%;
  background-image: linear-gradient(to top, #f9f5ea, #fff);
  border-radius: 18px;
  box-shadow: 3px 3px 9px rgba(0, 0, 0, 0.1);
  padding: 3vw 3.5vw;
  width: 97%;
  border: 3px solid #fff;
}

.hp_founder_right_box {
    width: 104%;
  position: relative;
  left: -4%;
  box-shadow: 3px 3px 9px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  overflow: hidden;
}

.hp_founder_top_box {
    margin-bottom: 3rem;
}

.hp_founder_big {
  font-size: 3.3vw;
  font-weight: 700;
  color: #89806f;
  margin-bottom: 10px;
  line-height: 1;
  font-family: "Libre Baskerville", serif;
}

.hp_founder_small {
    font-size: 24px;
  color: #89806f;
  font-weight: 600;
  margin-bottom: 0;
  font-family: "Libre Baskerville", serif;
}

.hp_founder_list1 {
  padding-left: 15px;
  list-style: none;
  border-left: 1px solid #89806f;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 2rem 0 2.5rem;
}

.hp_founder_list1 li {
    font-size: 18px;
  color: #89806f;
}

.hp_founder_text {
    font-size: 24px;
  color: #89806f;
  font-weight: 600;
  margin-bottom: 15px;
}

.hp_founder_list2 {
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  gap: 5px;
  list-style: none;
}

.hp_founder_list2 li {
  font-size: 17px;
  color: #89806f;
  display: flex;
  align-items: center;
  gap: 10px;
}

.hp_founder_list2 li::before {
    content: "";
    width: 15px;
    height: 15px;
    background-image: url('https://cdn1.npcdn.net/userfiles/27720/image/D_team_shine_icon.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    display: inline-block;
}

.hp_founder_list2 li:hover::before {
    animation: 1s tada;
}

/*homepage team*/
#main_index .index_wrapper_6 {
    padding: 3rem 5.5% 6rem;
    position: relative;
}

#main_index .index_wrapper_6::before {
  content: "VINTAGE";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 17%;
  background-color: #f8f1df;
  color: #ede6d4;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  line-height: .55;
  overflow: hidden;
  font-size: 14vw;
  font-weight: 1000;
  letter-spacing: 30px;
}

.hp_team_top_box {
    margin-bottom: 5rem;
}

#main_index .hp_photoGallerySlider_type3 .photo-gallery3 .outline_box .gallery_box img {
    padding: 0;
}

#main_index .hp_photoGallerySlider_type3 .photo-gallery3 .outline_box .gallery_box {
    padding-top: 140%;
  background-color: transparent;
}

#main_index .hp_photoGallerySlider_type3 .photo-gallery3 .outline_box {
    padding: 10px;
    transition: all 0.4s ease-in-out;
}

#main_index .hp_photoGallerySlider_type3 .photo-gallery3 .outline_box:hover {
    transform: scale(0.95);
}

#main_index .hp_photoGallerySlider_type3 .photo-gallery3 {
  padding: 0;
}

#main_index .hp_photoGallerySlider_type3 {
  background-color: transparent;
}

#main_index .hp_photoGallerySlider_type3 .container {
    max-width: 100%;
}

#main_index .hp_photoGallerySlider_type3 .col-12 {
    padding: 0;
}

#main_index .hp_photoGallerySlider_type3 .slick-dots li button::before {
  color: transparent;
  font-size: 0;
  content: "";
  width: 10px;
  height: 10px;
  background-color: #ddd;
  border-radius: 30px;
  opacity: 1;
  padding: 0;
  transition: all 0.3s ease-in-out;
}

#main_index .hp_photoGallerySlider_type3 .slick-dots li button {
    width: 10px;
  height: 10px;
  padding: 0;
  transition: all 0.3s ease-in-out;
}

#main_index .hp_photoGallerySlider_type3 .slick-dots li {
    width: 10px;
  height: 10px;
  margin: 0 5px;
  transition: all 0.3s ease-in-out;
}

#main_index .hp_photoGallerySlider_type3 .slick-dots li.slick-active button::before {
    background-color: #89806f;
}

#main_index .hp_photoGallerySlider_type3 .slick-dots li.slick-active button::before,
#main_index .hp_photoGallerySlider_type3 .slick-dots li.slick-active button,
#main_index .hp_photoGallerySlider_type3 .slick-dots li.slick-active {
    width: 30px;
}

#main_index .hp_photoGallerySlider_type3 .photo-gallery3 .slick-prev::before,
#main_index .hp_photoGallerySlider_type3 .photo-gallery3 .slick-next::before {
  text-shadow: none;
  color: #89806f;
  display: inline-block;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: 400 !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -.125em;
  opacity: 1;
  width: 50px;
  height: 25px;
  border: 1px solid #89806f;
  font-size: 17px;
  padding: 0;
}

#main_index .hp_photoGallerySlider_type3 .photo-gallery3 .slick-next::before {
  background-image: unset;
  background-size: unset;
  background-repeat: unset;
  text-indent: unset;
  display: flex;
  filter: unset;
  justify-content: center;
  align-items: center;
  content: "\f138";
}

#main_index .hp_photoGallerySlider_type3 .photo-gallery3 .slick-prev::before {
  background-image: unset;
  background-size: unset;
  background-repeat: unset;
  text-indent: unset;
  display: flex;
  justify-content: center;
  align-items: center;
  content: "\f12f";
}

#main_index .hp_photoGallerySlider_type3 .photo-gallery3 .slick-next,
#main_index .hp_photoGallerySlider_type3 .photo-gallery3 .slick-prev {
    width: 50px;
  height: 25px;
  padding: 0;
  top: 104%;
  z-index: 5;
}

#main_index .hp_photoGallerySlider_type3 .photo-gallery3 .slick-next {
  right: 40%;
}

#main_index .hp_photoGallerySlider_type3 .photo-gallery3 .slick-prev {
  left: 40%;
}

#main_index .hp_photoGallerySlider_type3 .photo-gallery3 .slick-arrow.slick-disabled {
    opacity: 0.3;
}

/*homepage news*/
#main_index .index_wrapper_7 {
    padding: 1rem 10.5% 6rem;
}

#main_index .hp_latest_new_8 .col-12.col-lg-4.mb-4 {
    margin: 10px 0 !important;
    padding: 0 10px;
}

#main_index .hp_latest_new_8 .col-12.col-lg-4.mb-4:nth-child(n+4) {
    display: none;
}

#main_index .hp_latest_new_8 .news_box {
    padding: 0;
    transition: all 0.4s ease-in-out;
}

#main_index .hp_latest_new_8 .news_box:hover {
    transform: scale(0.95);
}

#main_index .hp_latest_new_8 .news_box .title span {
    display: none;
}

#main_index .hp_latest_new_8 .news_box .content {
    display: none;
}

.hp_latest_new_8 .news_box .img_frame {
    border-radius: 10px;
}

#main_index .hp_latest_new_8 .news_box .title {
    margin-top: 10px;
  font-size: 17px;
}

.hp_latest_new_8 .news_box .read_more {
  text-decoration: none;
  color: #89806f;
  width: fit-content;
  border-bottom: 1px solid #89806f;
  padding: 2px;
  font-size: 15px;
}

.hp_latest_new_8 .news_box .read_more:hover {
  color: #000;
  text-decoration: none;
  border-bottom: 1px solid #000;
}

.hp_latest_new_8 .news_box .date i {
    color: #000;
}

.hp_news {
    margin-bottom: 1rem;
}

.hp_news_left,
.hp_news_right {
    padding: 0 10px;
}

.hp_news_right_box {
    display: flex;
  justify-content: flex-end;
}

/*homepage branch*/
.hp_branch {
    padding: 5rem 0 3rem;
  background-image: url('https://cdn1.npcdn.net/userfiles/27720/image/F_branch_background.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.hp_branch_ebox {
    margin: 10px 23px 40px;
}

.hp_branch_box {
    position: relative;
    transition: all 0.4s ease-in-out;
}

.hp_branch_box:hover {
    transform: scale(0.95);
}

.hp_branch_call {
    position: absolute;
  right: -25px;
  bottom: -35px;
}

.hp_branch_call img {
    max-width: 75px;
}

.hp_branch_box:hover .hp_branch_call img {
    animation: 1.5s tada;
}

.hp_branch_content {
  padding: 25px 30px 30px;
  background-color: #fff;
  position: relative;
  width: 85%;
  border-radius: 15px;
  margin: -4rem auto 0;
  text-align: center;
}

.hp_branch_title {
    font-size: 24px;
  font-weight: 700;
  color: #000;
  margin-bottom: 15px;
}

.hp_branch_keyword {
    font-size: 16px;
  color: #89806f;
  margin-bottom: 0;
}

.hp_branch_top_box {
    margin-bottom: 3rem;
}

/*homepage contact*/
.hp_contact {
    padding: 1rem 18% 0;
  background-image: linear-gradient(to right, #faf5ea, #fff);
}

.hp_contact_title {
    font-size: 2.5vw;
  font-weight: 600;
  color: #000;
  margin-bottom: 35px;
  letter-spacing: 1px;
  line-height: 1.5;
}

html[lang="en"] .hp_contact_title {
    line-height: 1.3;
}

.hp_contact_left_box {
    width: 115%;
  padding-bottom: 1rem;
}

.hp_contact_right_box {
    width: 85%;
  margin-left: auto;
}

.hp_button2 {
    background-color: #000;
  border: none;
  color: #faf5ea;
  font-size: 17px;
  font-weight: 300;
  padding: 8px 25px;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: all 0.4s ease-in-out;
}

.hp_button2:hover {
    transform: scale(1.05);
}

.hp_button2:active {
    transform: scale(0.75);
}

.hp_contact_title span {
    display: block;
  font-size: 2.75vw;
  font-weight: 800;
}

.hp_arrow img {
    max-width: 50px;
}

.hp_call img {
    max-width: 28px;
}

.hp_button2:hover .hp_call img {
    animation: 1s swing;
}

/*other pages*/


/*homepage responsive*/

@media (max-width: 1200.5px) {
    /*navigation bar*/
    .navbar_type8 {
        padding: 0 15px;
    }
    .navbar_type8 .nav_tab .nav_item a {
        font-size: 1.4vw;
        padding: 12px;
    }
    #main_index .navbar_type8 .logo img {
      top: 0;
    }
    
    /*footer*/
    .footer_type12 {
        padding: 3rem 15px 2rem !important;
    }
    .footer_type12 h6.subscribe_new {
        font-size: 30px !important;
    }
    .footer_type12 .col-12.mb-1.mb-md-0.p-3:first-child > .row:first-child {
        padding: 1rem;
    }
    .footer_type12 .line {
        margin-top: 1rem;
    }
    
    /*homepage banner*/
    .hp_banner_keyword {
        font-size: 1.5vw;
    }
    
    /*homepage about*/
    .hp_about {
      padding: 4rem 15px;
    }
    .hp_about_left_box {
        width: 90%;
    }
    .hp_small_title {
        font-size: 15px;
        padding: 6px 20px;
    }
    .hp_big_title {
        font-size: 33px;
    }
    .hp_big_title span {
        font-size: 28px;
    }
    .hp_keyword {
        font-size: 15px;
    }
    .hp_button img {
        max-width: 15px;
    }
    .hp_button {
        font-size: 15px;
        padding: 6px 15px;
    }
    
    /*homepage services*/
    .hp_services {
      padding: 1rem 15px 4rem;
    }
    .hp_services_title {
        font-size: 17px;
    }
    .hp_services_left2_title {
        font-size: 28px;
    }
    
    /*homepage founder*/
    .hp_founder {
        padding: 4rem 15px 2rem;
    }
    .hp_founder_list1 li {
        font-size: 16px;
    }
    .hp_founder_list2 li {
        font-size: 15px;
    }
    .hp_founder_list1 {
        gap: 8px;
        margin: 1rem 0 2rem;
    }
    
    /*homepage team*/
    #main_index .index_wrapper_6 {
        padding: 3rem 15px 4rem;
    }
    .hp_team_top_box {
      margin-bottom: 3rem;
    }
    #main_index .hp_photoGallerySlider_type3 .photo-gallery3 .slick-next, #main_index .hp_photoGallerySlider_type3 .photo-gallery3 .slick-prev {
        top: 105.5%;
    }
    #main_index .hp_photoGallerySlider_type3 .photo-gallery3 .slick-next {
      right: 37%;
    }
    #main_index .hp_photoGallerySlider_type3 .photo-gallery3 .slick-prev {
      left: 37%;
    }
    
    /*homepage news*/
    #main_index .index_wrapper_7 {
      padding: 0rem 20px 4rem;
    }
    #main_index .hp_latest_new_8 .news_box .title {
        font-size: 16px;
    }
    
    /*homepage branch*/
    .hp_branch {
        padding: 3.5rem 0;
    }
    .hp_branch_top_box {
      margin-bottom: 2rem;
    }
    .hp_branch_ebox {
        margin: 10px 15px 25px;
    }
    .hp_branch_title {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .hp_branch_keyword {
        font-size: 14px;
    }
    .hp_branch_content {
        padding: 20px 25px 25px;
    }
    .hp_branch_call img {
      max-width: 60px;
    }
    .hp_branch_call {
        bottom: -20px;
    }
    
    /*homepage contact*/
    .hp_contact {
        padding: 2rem 15px 0;
    }
    .hp_contact_title {
        font-size: 28px;
        margin-bottom: 25px;
    }
    .hp_contact_title span {
        font-size: 31px;
    }
    .hp_arrow img {
      max-width: 40px;
    }
    .hp_call img {
      max-width: 23px;
    }   
    .hp_button2 {
        font-size: 16px;
        padding: 6px 18px;
    }
    .hp_contact_right_box {
        width: 62%;
        margin: 0 auto;
    }

}

.side_menu {
    background-color: #89806f;
}

.side_menu .list-group .list-group-item a {
    color: #fff;
}

@media (max-width: 991.5px) {
    /*footer*/
    .footer_type12 .title {
        justify-content: flex-start;
      }
    
    /*homepage banner*/
    
    
    /*homepage about*/
    
    
    /*homepage services*/
    
    
    /*homepage founder*/
    
    
    /*homepage team*/
    #main_index .index_wrapper_6::before {
        height: 21%;
    }
    
    /*homepage news*/
    
    
    /*homepage branch*/
    
    
    /*homepage contact*/
    

}

@media (max-width: 767.5px) {
    /*footer*/
    .footer_type8 .col-12.col-md-4.mb-md-0.p-3:nth-child(2), .footer_type8 .col-12.col-md-4.mb-md-0.p-3:nth-child(3) {
      margin-top: 0;
    }
    .footer_type12 .title {
        justify-content: center;
    }
    .footer_type12 {
        padding-bottom: 5rem !important;
    }
    .footer_type12 h6.subscribe_new {
        margin-bottom: 20px;
    }
    .footer_type12 .col-12.mb-1.mb-md-0.p-3:first-child > .row:first-child {
        padding: 1.5rem 1rem;
    }
    
    /*homepage banner*/
    .slider_banner .item > img {
        min-height: 400px;
        object-fit: cover;
        object-position: 10% 50%;
    }
    .hp_banner {
        padding: 20px;
        align-items: flex-start;
    }
    .hp_banner_title {
        font-size: 30px;
    }
    .hp_banner_title span {
        font-size: 26px;
    }
    .hp_banner_keyword {
        font-size: 14px;
    }
    .hp_banner .hp_arrow img {
        max-width: 30px;
    }
    .hp_banner .hp_call img {
        max-width: 20px;
    }
    .hp_banner .hp_button2 {
        font-size: 14px;
        padding: 5px 15px;
    }
    .hp_banner_img {
        right: 5%;
        bottom: 0;
        width: 90%;
    }
    .hp_banner_img img {
        min-height: 250px;
        max-height: 250px;
        object-fit: contain;
        object-position: 50% 100%;
    }
    html[lang="en"] .hp_banner_box {
        width: 100%;
    }
    .hp_banner_keyword span {
        display: unset;
    }
    html[lang="en"] .hp_banner_title {
        font-size: 25px;
    }
    html[lang="en"] .hp_banner_keyword {
        font-size: 13px;
    }
    
    /*homepage about*/
    .hp_about_left_box {
        width: 100%;
        padding: 1.5rem 4.5rem;
    }
    .hp_about_right_box {
        margin-top: 3rem;
    }
    
    /*homepage services*/
    .hp_services_left1 {
        margin-bottom: 0;
    }
    .hp_services_right1_box {
        justify-content: flex-start;
    }
    .hp_services_left2 {
      padding-right: 15px;
    }
    .hp_services_right2 {
      padding-left: 15px;
      margin-top: 20px;
    }
    .hp_services_right2_box {
        grid-template-columns: repeat(2, 1fr);
    }
    
    /*homepage founder*/
    .hp_founder_left_box {
        width: 100%;
        padding: 30px;
    }
    .hp_founder_big {
        font-size: 33px;
    }
    .hp_founder_right_box {
        width: 100%;
        left: 0;
        margin-top: 1.5rem;
    }
    
    /*homepage team*/
    #main_index .index_wrapper_6::before {
        font-size: 22vw;
        letter-spacing: 0;
    }
    #main_index .hp_photoGallerySlider_type3 .photo-gallery3 .slick-next, #main_index .hp_photoGallerySlider_type3 .photo-gallery3 .slick-prev {
        top: 107.5%;
    }
    #main_index .hp_photoGallerySlider_type3 .photo-gallery3 .slick-next {
        right: 10px;
    }
    #main_index .hp_photoGallerySlider_type3 .photo-gallery3 .slick-prev {
        left: 10px;
    }
    
    /*homepage news*/
    .hp_news_right_box {
        justify-content: flex-start;
    }
    
    /*homepage branch*/
    .hp_branch_ebox {
        margin: 10px 10px 25px;
    }
    .hp_branch_content {
        margin: -2.5rem auto 0;
    }
    
    /*homepage contact*/
    .hp_contact_left_box {
      width: 100%;
      padding-top: 1rem;
      margin-bottom: 2rem;
    }
    .hp_contact_title span {
        display: unset;
    }
    .hp_contact_right_box {
        width: 100%;
    }
    .hp_contact_title span {
        font-size: 28px;
    }

}

/* services */
#main_services img{

object-fit:contain;
}
