/*homepage*/
#main_index{
    padding-bottom: 0!important;
    overflow: hidden;
    position: relative;
}
body > br{
    display: none;
}
/*homepage end*/

/*topspace*/
.topspace{
  position: fixed;
  z-index: 999;
  right: calc(20% - 205px - 2vw);
  top: 38px;
    /*position: relative;*/
}
.topspace form {
    background: #fff;
    line-height: 30px;
    border-radius: 35px;
    overflow: hidden;
    width: 200px;
}
.topspace input {
    border-radius: 35px;
    border: 1px solid #764c29;
    width: 100%;
    padding-left: 12px;
    padding-right: 50px;
}
.topspace button{
    background: #764c29;
    border: transparent 1px solid;
    border-left: unset;
    padding: 1px 15px;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 0px 25px 25px 0px;
}
.topspace .fas.fa-search{
    color: #fff;
}
/*topspace*/



/*navbar*/
.navbar_type8 .nav_tab .nav_item a.active {
    background: #c7996d !important;
    color: #fff !important;
    border-radius: 10px;
}
.navbar_type8.navbar_height.dark_nav .nav_tab .nav_item {
    margin: 0 5px;
}
.navbar_type8.navbar_height.dark_nav{
    height: 110px;
    transition: all ease-in-out .35s;
    box-shadow: 1px 1px 3px #999 !important;
}

.navbar_type8 .nav_tab .nav_item a {
  color: #000;
  padding: 15px;
  font-weight: 600;
  font-size: 16px;
}
.navbar_type8 {
    height: 150px;
}

.navbar_type8 .logo img {
    width: 100%;
    padding: 10px;
}
.navbar_type8 .logo {
    flex: 0 1 13%;
}
.navbar_type8 .nav_tab {
  flex: 0 1 87%;
  padding-right: 22%;
  justify-content: flex-end;
}
.navbar_type8 .nav_tab .nav_item {
    margin: -35px 5px 0;
}
.dark_nav {
    background-color: #fff !important;
}

.navbar_type8 .nav_tab .nav_item::before {
    border-bottom: 2px solid #764c29;
}
/*navbar end*/

/*banner*/
.container_banner{
    position: absolute;
    top: 25%;
    left: 10%;
}
.banner_small_title{
    font-size: 25px;
    line-height: 1.4;
}
.banner_big_title{
    font-weight: 700;
    line-height: 1;
    margin-top: -10px;
    font-size: 4vw;
    color: #434c5b;
}
.banner_big_title span{
    color: #764c29;
    font-size: 5vw;
}
/*banner end*/

/*footer*/
.index_wrapper_6{
    position: relative;
}
.index_wrapper_6:after{
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    /*background-color: #222a35;*/
    height: 12%;
    z-index: -1;
    width: 100%;
    background-image: url('https://cdn1.npcdn.net/userfiles/26167/image/footer.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-attachment: fixed;
}
.footer_type12 .col-12.mb-1.mb-md-0.p-3:first-child {
  border-bottom: 1px solid #666666;
  margin-bottom: 25px !important;
  padding-bottom: 25px !important;
  background: transparent;
  border-radius: 0;
}
.footer_type12 .title {
    color: #c4bdab;
    font-size: 1.2rem;
    margin-bottom: 0;
}
.footer_type12 .title h6 {
    /*color: #c4bdab;*/
        color: #faf5f1;
    margin-bottom: 10px;
    letter-spacing: 0;
}
.footer_type12 .col-12.mb-1.mb-md-0.p-3:first-child .title h6 {
    color: #fff;
    text-transform: unset;
    margin-bottom: 0;
}
.footer_type12 {
    color: #fff;
    background-image: url('https://cdn1.npcdn.net/userfiles/26167/image/footer.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-attachment: fixed;
}
.footer_type12 a {
    color: #fff;
}

.footer_type12 .all_font_md {
  font-size: 18px !important;
  font-weight: 700 !important;
}

.footer_type12 .list-unstyled li {
    width: max-content;
    display: flex;
    align-items: center;
    margin: 0 0 5px 0;
    height: max-content;
}
.footer_type12 .subscribe_new {
    font-size: 30px;
    line-height: 1;
    letter-spacing: 5px;
    font-weight: 700 !important;
    letter-spacing: 4px !important;
}
.footer_type12 .footer_subtitle {
    text-transform: capitalize;
}
.footer_type12 .input-container input {
    border: 1px solid rgba(255,255,255,0.5);
    color: #fff;
    border-radius: 30px;
}
.footer_type12 .input-container .submit {
    border: 1px solid #999999;
    background: #764c29;
    color: #ffffff;
    border-radius: 0 30px 30px 0;
}

.footer_type12 .subscribe_new {
    font-size: 2.2vw;
}

.footer_type12 p {
    color: #fff;
}
.footer_type12 a {
    color: #fff;
}
.footer_type12 a:hover {
    color: #faf5f1;
}
.footer_type12 .input-container input::placeholder {
    opacity: 0.5;
    color: #fff;
}
/*footer end*/


/*who*/

.who_inner_wrapper{
    display: flex;
}
.who_icon_lists{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 1%;
    margin: 8% 12%;
}
.who_left,
.who_right{
    flex-basis: 50%;
}
.icon{
  max-width: 150px;
  margin: 0 auto;
  background-color: #764c29;
  border-radius: 50%;
  padding: 30px;
}

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

/*.who_button a{*/
/*    background: #42b9c1;*/
/*    color: #fff;*/
/*    padding: 10px 25px;*/
/*    font-size: 20px;*/
/*    text-decoration: none;*/
/*    font-weight: 400;*/
/*    transition: all ease 0.45s;*/
/*    display: inline-block;*/
/*}*/
.who_left{
    position: relative;
}
/*.who_button{*/
/*    transform: rotate(-90deg) translate(35.3%,180%);*/
/*    position: absolute;*/
/*    right: 0%;*/
/*    bottom: 0;*/
/*    transition: all ease 0.45s;*/
/*}*/
.button_span{
    opacity: 0;
}
/*.who_button:after{*/
/*     position: absolute;*/
/*    content: ">>";*/
/*    font-size: 20px;*/
/*    color: #fff;*/
/*    right: 15%;*/
/*    line-height: 50px;*/
/*    transition: all ease .45s;*/
/*}*/
/*.who_button:hover:after{*/
/*    right: 12%;*/
/*}*/

.who_left_bottom{
  color: #fff;
  background: #faf5f1;
  padding-left: 3vw;
  padding-top: 5vw;
  padding-right: 6vw;
  padding-bottom: 5vw;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
}
.who_smallTitle{
  font-size: 20px;
  letter-spacing: 3px;
  font-weight: 500;
  color: #444;
}
.who_companyName{
    font-size: 2.5vw;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 1.5rem;
    color: #764c29;
}
.who_content{
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 30px;
  color: #000;
}

.who_left_inner_wrapper{
    margin-right: -10%;
    position: relative;
    z-index: 99;
}

.who_right_img {
    border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
  overflow: hidden;
}
/*who end*/

/*design*/
.product img{
    transition:  all 0.35s ease-in-out;
}
.product:hover img{
    transform: translateY(-10px);
}
.design_top{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.design_title{
  font-size: 2.8vw;
  font-weight: 700;
  line-height: 1.2;
  color: #764c29;
}

.design_title span {
  display: block;
  padding-left: 4vw;
  -webkit-text-stroke: 0.1vw #764c29;
  color: white;
}

.design_products{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin-top: -3%;
}
.row_design{
    position: relative;
}
.design_inner_wrapper{
    max-width: 1450px;
    margin: 0 auto;
}
.row_design:after{
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 17%;
    height: 100%;
    background-color: #ebeae6;
    z-index: -1;
}
.design_button a{
    color: #fff;
    background-color: #42b9c1;
    padding: 10px 25px;
    font-size: 20px;
    display: inline-block;
    text-decoration: none;
}
.design_button{
    position: relative;
    right: 2.2%;
}
.design_button:after{
    content: ">>";
    font-size: 20px;
    position: absolute;
    color: #fff;
    right: 15%;
    line-height: 52.4px;
    transition: all ease .45s;
}
.design_button:hover:after{
    right: 12%;
    
}
.design_mobile_button a{
    color: #fff;
    background-color: #42b9c1;
    padding: 0.5rem 1.2rem;
    font-size: 15px;
    display: inline-block;
    text-decoration: none;
}
.design_mobile_button{
    display: none;
    position: relative;
    width: fit-content;
}
.design_mobile_button:after{
    content: ">>";
    font-size: 15px;
    position: absolute;
    color: #fff;
    right: 15%;
    line-height: 38.5px;
}

#main_index .index_wrapper_4 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  position: relative;
  margin-top: 3rem;
  margin-bottom: 3rem;
}

#main_index .index_wrapper_4:after{
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 20%;
    height: 100%;
    background-color: #faf5f1;
    z-index: -1;
    border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
}

/*design end*/

/*life*/
.row_life{
    position: relative;
    padding-top: 6rem;
}
.life_top {
  left: 37%;
  position: absolute;
  top: 5%;
}
.life_top_title{
    font-size: 3.3vw;
    line-height: 1.1;
    font-weight: 800;
}
.life_top_title p{
    -webkit-text-stroke: 0.1vw #000;
    color: white;
    margin-bottom: 10px;
    font-size: 3.6vw;
}
.life_top_content span{
    display: block;
}
.life_top_content{
  margin-left: 0;
  font-size: 16px;
  width: 80%;
  margin-top: 20px;
}
.life_bottom_point{
    display: flex;
    align-items: center;
    margin: 15px 0;
}
.life_bottom_point_img{
        max-width: 45px;
    margin-right: 20px;
}
.life_bottom{
  position: absolute;
  right: 16vw;
  bottom: 8vw;
  z-index: 2;
  padding: 15px 30px;
  border-radius: 30px;
  background-color: rgba(255, 255, 255, 0.8);
}

.life_bottom_point_content{
  font-size: 1.3vw;
  font-weight: 500;
  color: #000;
}
/*life end*/

/*news*/
#main_index .hp_latest_new .latestnewsAjax .col-12.col-lg-4{
    display: none;
}
#main_index .hp_latest_new .latestnewsAjax .col-12.col-lg-8{
    flex: 0 0 100%;
    max-width: 100%;
        padding-left: 5vw;
    padding-right: 10vw;
}
#main_index .hp_latest_new .latestnewsAjax .col-12.col-lg-4{
    display: none;
}
#main_index .hp_latest_new .latestnewsAjax .read_more{
    display: none;
}
#main_index .outerRow_6{
        padding: 0 6vw;
}
.news_img{
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 597px;
    margin: 0 auto;
}
#index_7{
    display: flex;
    align-items: center;
    padding-bottom: 12% !important;
}
.hp_latest_new .news_box {
    margin-bottom: 40px !important;
}
/*news*/

@media screen and (min-width:992px){
    /*banner*/
   .index_wrapper_2{
       margin-top: -150px;
   }
   /*banner*/
}
@media screen and (max-width:1300px){
    .index_wrapper_6:after {
    background-color: transparent;
    background-image: unset;
}
}

@media screen and (max-width:1130px){
    
    /*topspace*/
    .topspace {
        right: calc(26% - 205px - 2vw);
    }
    /*topspace end*/
    
    /*navbar*/
    .navbar_type8 .nav_tab {
    padding-right: 26%;
    }
    /*navbar end*/
    
    /*who*/
    .who_companyName {
        font-size: 30px;
    }
    .who_content {
        font-size: 15px;
        line-height: 1.8;
    } 
    /*who end*/
    /*design*/
    .design_button a {
        padding: 8px 20px;
        font-size: 18px;
    }
    .design_button:after {
        line-height: 43px;
        right: 10%;
    }
    /*design end*/
   
}

@media screen and (max-width:992px){
    /*who*/
    .who_inner_wrapper {
        display: block;
    }
    .who_left_inner_wrapper {
        margin-right: 0;
    }
    .who_icon_lists {
        margin: 5vw;
    }
    .design_products {
        grid-template-columns: 1fr 1fr;
        gap: 1%;
    }
    .who_button {
        transform: unset;
        position: relative;
        right: 0;
        margin-top: 2rem;
        width: fit-content;
        bottom: 0;
    }
    .who_button:after {
        line-height: 43px;
        right: 10%;
    }
    /*who end*/
    
    /* life*/
    .life_bottom_point_content {
        font-size: 14px;
    }
    /*life end*/
    /*news*/
    .outerRow_6 {
        padding: 0 15px;
    }
    /*news end*/
}

@media screen and (max-width:768px){
    /*who*/
    .who_companyName {
    font-size: 25px;
    margin-bottom: 1rem;
    }
    .who_content {
    font-size: 13.4px;
    }
    /*who end*/
    /*life*/
    .life_bottom {
    position: relative;
    left: 0;
    padding: 0 15px;
    top: 0;
    margin-top: 2rem;
    }
    .life_top_content {
        margin-left: 0;
    }
    .life_top_content span {
        display: inline;
    }
    .life_top_title {
        font-size: 25px;
    }
    .life_top_title p {
        font-size: 26px;
    }
    .life_top {
    padding: 0 15px;
    }
    /*life end*/
    /*footer*/
    .footer_type12 .col-12.mb-1.mb-md-0.p-3:first-child .title h6 {
    margin-bottom: 1rem;
    }
    .footer_type12 .list-unstyled li {
    margin: 0 auto 5px;
    }
    .container-fluid.footer_type12.py-5 .text-left.py-1{
    text-align: center!important;
    }
    /*footer*/
    /*new*/  
    .index_wrapper_6:after {
    background-color: transparent;
    }
    /*new end*/
}

@media screen and (max-width:600px){
    /*banner*/ 
    .banner_small_title {
    font-size: 20px;
    line-height: 2.5;
    }
    .container_banner {
    position: absolute;
    top: 20%;
    left: 3%;
    }
    .banner_big_title {
    font-size: 25px;
    }
    /*banner end*/ 
    /*who*/
    .who_icon_lists {
    margin: 4% 15px;
    }
    /*who end*/
    /*life*/
    .life_top {
    left: 0;
    position: relative;
    top: 0;
    margin-top: 2rem;
    margin-bottom: 1rem;
    }
    /*life end*/
    /*design*/
    .design_products {
    margin-top: 0;
    }
    .design_title {
    max-width: 250px;
    margin-bottom: 1rem;
    }
    .design_top {
    display: block;
    }
    .design_button {
        position: relative;
        right: 0;
        margin-bottom: 1rem;
        width: fit-content;
    }
    .design_products {
        grid-template-columns: 1fr;
    }
    /*design end*/
      
}

.button_new {
  cursor: pointer;
  position: relative;
  padding: 10px 25px;
  font-size: 16px;
  color: #764c29;
  border: 2px solid #764c29;
  background-color: transparent;
  font-weight: 600;
  transition: all 0.3s cubic-bezier(0.23, 1, 0.320, 1);
  overflow: hidden;
  border-radius: 10px;
}

.button_new::before {
  content: '';
  position: absolute;
  inset: 0;
  margin: auto;
  width: 50px;
  height: 50px;
  border-radius: inherit;
  scale: 0;
  z-index: -1;
  background-color: #764c29;
  transition: all 0.6s cubic-bezier(0.23, 1, 0.320, 1);
}

.button_new:hover::before {
  scale: 6;
}

.button_new:hover {
  color: #fff;
  scale: 1.1;
  box-shadow: 0 0px 20px rgba(193, 163, 98,0.4);
}

.button_new:active {
  scale: 1;
}

#main_index .ex_hpservice_slide {
    background-color: transparent;
  padding: 0;
}


#main_index .ex_hpservice_slide .services-content .overlay {
    background-color: rgba(0, 0, 0, 0.5);
    transition: all 0.4s ease-in-out;
}

#main_index .ex_hpservice_slide .services-content:hover .overlay {
    background-color: rgba(0, 0, 0, 0.35);
}

#main_index .ex_hpservice_slide .services-text p {
    display: none;
}

#main_index .ex_hpservice_slide .item {
  margin: 0 15px;
}

#main_index .ex_hpservice_slide .services-content .services-image {
    transition: all 0.4s ease-in-out;
}

#main_index .ex_hpservice_slide .services-content:hover .services-image {
    transform: scale(1.2);
}

#main_index .ex_hpservice_slide .service_btn i {
    display: none;
}

#main_index .ex_hpservice_slide .service_btn {
  position: relative;
  padding: 10px 60px 10px 25px;
  background-color: transparent;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  text-transform: capitalize;
  letter-spacing: 0;
  padding: 10px 25px;
  margin-top: 20px;
  display: inline-block;
  border: 2px solid #fff;
  border-radius: 10px;
}

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

#main_index .ex_hpservice_slide .services-content {
    border-radius: 50px;
}

#main_index .ex_hpservice_slide .services-text h3.title::after {
  content: '';
  background-color: #faf5f1;
  width: 100px;
  height: 1px;
  display: block;
  margin: 10px auto;
  transition: all 0.4s ease-in-out;
  
}

#main_index .ex_hpservice_slide:hover .services-text h3.title::after {
    width: 130px;
}

/*.desg_button .button_new {*/
/*    color: #764c29;*/
/*  border: 2px solid #764c29;*/
/*}*/

/*.desg_button .button_new:hover {*/
/*    color: #fff;*/
/*}*/

#main_index .ex_hpservice_slide .controls {
    font-size: 20px;color: #764c29;
  z-index: 99;
  border: 2px solid #764c29;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#main_index .ex_hpservice_slide .controls.left {
  left: -35px;
}

#main_index .ex_hpservice_slide .controls.right {
  right: -35px;
}

#main_index .ex_hpservice_slide .services-text h3.title {
  text-transform: unset;
  font-size: 1.8vw;
}

.hp_news_title {
    padding-top: 5rem;
  padding-bottom: 1rem;
}


#main_index .hp_latest_new .news_box .title {
    font-size: 23px;
}

.sec_banner_ebox {
    width: 100%;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    z-index: -1;
}

.banner_content {
    overflow: hidden;
}

.hp_banner{
  position: relative;
  width: 100%;
  height: 100%;
}

.hp_banner_small {
  color: #000;
  margin-bottom: 5px;
  font-size: 20px;
  letter-spacing: 3px;
  font-weight: 600;
  position: absolute;
  left: 8vw;
  top: 15vw;
}

.hp_banner_title{
  font-size: 3vw;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1%;
  color: #764c29;
  width: 60%;
  position: absolute;
  left: 5vw;
  top: 17vw;
}

.hp_banner_title span {
    display: block;
    padding-left: 4vw;
  -webkit-text-stroke: 0.1vw #764c29;
  color: transparent;
}

.hp_banner_content{
  font-size: 19px;
  font-weight: 500;
  text-shadow: 1px 1px 3px #000;
  color: #fff;
  width: 35%;
  position: absolute;
  left: 5vw;
  bottom: 7vw;
}

.slider_banner .banner_content {
    opacity: 1 !important;
}

.pg_about1_left {
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.pg_about1_content {
  background-color: #faf5f1;
  padding: 6vw 5vw;
  border-radius: 0 100px 100px 0;
  position: relative;
  z-index: 5;
}

.pg_about_keyword {
    font-size: 16px;
  line-height: 1.6;
}

.pg_about1_right {
    position: relative;
  z-index: -1;
  padding: 0;
}

.pg_about1_img {
    width: 114%;
  position: relative;
  left: -14%;
  z-index: -1;
  border-radius: 100px 0 0 100px;
  overflow: hidden;
}

.pg_about2_right {
    padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.pg_about2_content {
    background-color: #faf5f1;
  padding: 6vw 5vw;
  border-radius: 100px 0 0 100px;
  position: relative;
  z-index: 5;
}

.pg_about2_left  {
    position: relative;
  z-index: -1;
  padding: 0;
}

.pg_about2_img {
    width: 114%;
  position: relative;
  left: 0;
  z-index: -1;
  border-radius: 0 100px 100px 0;
  overflow: hidden;
}

.pg_about2 {
    padding-top: 5rem;
  padding-bottom: 5rem;
}

.page_about .who_companyName {
    font-size: 2.3vw;
    margin-bottom: 10px;
}

.service_category .service_box {
    padding-top: 70%;
    border-radius: 20px;
}

.service_category .service_box .text_area .title {
    font-size: 20px;
  font-weight: 600;
}

@media screen and (max-width:1200px) {
    .navbar_type8 .nav_tab .nav_item a {
        font-size: 14px;
    }
    .hp_banner_small {
        font-size: 16px;
        top: 14.5vw;
    }
    .hp_banner_content {
        font-size: 14px;
        bottom: 5vw;
    }
    .icon {
        max-width: 110px;
        padding: 25px;
    }
    .who_smallTitle {
        font-size: 17px;
    }
    .who_companyName {
        font-size: 2.5vw;
        margin-bottom: 5px;
    }
    .who_content {
        font-size: 14px;
        margin-bottom: 20px;
    }
    .button_new, #main_index .ex_hpservice_slide .service_btn {
        padding: 8px 20px;
        font-size: 14px;
    }
    .who_left_bottom {
        padding: 3vw;
    }
    #main_index .index_wrapper_4::after {
        width: 25%;
        border-top-left-radius: 60px;
        border-bottom-left-radius: 60px;
    }
    #main_index .ex_hpservice_slide .services-content {
        border-radius: 30px;
        height: 280px;
    }
    #main_index .ex_hpservice_slide .item {
      margin: 0 10px;
    }
    #main_index .ex_hpservice_slide .controls {
        width: 30px;
        height: 30px;
        font-size: 15px;
    }
    #main_index .ex_hpservice_slide .controls.left {
        left: -15px;
    }
    #main_index .ex_hpservice_slide .controls.right {
        right: -15px;
    }
    #main_index .index_wrapper_4 {
        margin-bottom: 0rem;
    }
    .life_top_content, .pg_about_keyword {
        font-size: 14px;
    }
    .life_bottom_point_img {
      max-width: 35px;
      margin-right: 10px;
    }
    .life_bottom_point_content {
        font-size: 15px;
    }
    .life_bottom {
        padding: 10px 20px;
        border-radius: 25px;
    }
    .hp_news_title {
        padding-top: 3rem;
    }
    #main_index .hp_latest_new .news_box .title {
      font-size: 18px;
    }
    .pg_about1_content, .pg_about2_content {
        padding: 4vw 3vw;
    }
    .page_about .who_smallTitle {
        font-size: 15px;
    }
    .pg_about1_content, .pg_about2_img {
        border-radius: 0 60px 60px 0;
    }
    .pg_about1_img, .pg_about2_content {
        border-radius: 60px 0 0 60px;
    }
    .pg_about2 {
      padding-top: 3rem;
      padding-bottom: 3rem;
    }
    .who_left_bottom {
        border-top-right-radius: 60px;
        border-bottom-right-radius: 60px;
    }
    .who_right_img {
      border-top-left-radius: 60px;
      border-bottom-left-radius: 60px;
    }
}

.side_menu {
    background-color: #764c29;
}

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

@media screen and (max-width:600px) {
    .index_wrapper_2 .item.slick-slide > img {
        min-height: 165vw !important;
        object-fit: cover;
        object-position: 100% 50%;
    }
    .sec_banner_ebox img {
        min-height: 105vw !important;
        object-fit: cover;
        object-position: 100% 50%;
    }
    .sec_banner_ebox {
        top: 0;
    }
    .hp_banner_small {
        font-size: 15px;
        top: unset;
        position: relative;
        left: unset;
        text-align: center;
        color: #fff;
    }
    .hp_banner_title {
      font-size: 22px;
      width: 100%;
      position: relative;
      left: unset;
      top: unset;
      text-align: center;
      color: #fff;
    }
    .hp_banner_title span {
        padding-left: 0;
        -webkit-text-stroke: 1px #fff;
    }
    .hp_banner_content {
        font-size: 13px;
        bottom: unset;
        position: relative;
        left: unset;
        width: 100%;
        color: #ddd;
        text-shadow: none;
        text-align: center;
    }
    .hp_banner {
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        padding: 6vw 0;
    }
    .icon {
        max-width: 90px;
        padding: 20px;
    }
    .who_left_bottom {
        padding: 2rem 20px;
        border-radius: 0 !important;
    }
    .who_companyName {
        font-size: 23px;
    }
    .who_right_img {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }
    .design_title {
        max-width: unset;
        margin-bottom: 1rem;
        font-size: 23px;
    }
    .design_title span {
        padding-left: 0;
        -webkit-text-stroke: 1px #764c29;
    }
    #main_index .ex_hpservice_slide .services-text h3.title {
        font-size: 20px;
    }
    #main_index .ex_hpservice_slide .services-content {
        border-radius: 20px;
        height: 240px;
    }
    #main_index .ex_hpservice_slide .controls.left {
        left: 0;
        filter: drop-shadow(1px 1px 3px #fff);
    }
    #main_index .ex_hpservice_slide .controls.right {
        right: 0;
        filter: drop-shadow(1px 1px 3px #fff);
    }
    .row_life {
        padding-top: 0;
    }
    .life_top_content {
        width: 100%;
    }
    .life_center_img img {
        min-height: 320px;
        object-fit: cover;
        object-position: 0 50%;
    }
    .life_bottom {
        margin-top: 0;
        margin: 0 auto;
    }
    .hp_news_title {
        padding-bottom: 0;
    }
    .news {
        margin-bottom: 2rem;
    }
    .footer_type12 .subscribe_new, .page_about .who_companyName {
        font-size: 23px;
    }
    #main_index {
        overflow-x: hidden;
    }
    .pg_about2_img {
        width: 100%;
    }
    .pg_about1_content, .pg_about2_img, .pg_about1_img, .pg_about2_content {
        border-radius: 0;
    }
    .pg_about1_img {
        width: 100%;
        left: 0;  
    }
    .pg_about1_content, .pg_about2_content {
        padding: 2rem 20px;
    }
    .row_pg_about1 {
        flex-direction: column-reverse;
    }
    .pg_about2 {
        padding-top: 0;
        padding-bottom: 0;
    }
}