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*/
#top_spacing {
    height: 115px !important;
}

.navbar_type8 {
  height: 85px;
  padding: 0 9%;
  width: 90%;
  margin-left: 5%;
  border: none;
  border-radius: 100px;
  top: 15px;
  background-color: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
  transition: all 0.2s ease-in-out;
}

html[lang="en"] .navbar_type8 {
    padding: 0 2%;
}

.dark_nav {
    top: 10px;
    height: 80px;
    background-color: rgb(255,255,255,0.9) !important;
    border-bottom: 1px solid rgb(0,0,0,0.15) !important;
}

.navbar_type8 .logo img {
    width: 100%;
  padding: 13px 0;
  object-position: left;
}

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

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

.navbar_type8 .nav_tab .nav_item a {
    color: #171312;
  font-size: 1.05vw;
  font-weight: 700;
}

html[lang="en"] .navbar_type8 .nav_tab .nav_item a {
    font-size: .75vw;
  padding: 8px;
}

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

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

/*footer*/
.footer_type4 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: transparent;
  background-image: linear-gradient(to top, #feeed7, #fff);
  background-image: url('https://cdn1.npcdn.net/userfiles/27280/image/footerbg.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #000;
  font-size: 13px;
  line-height: 1.6;
}

.footer_type4 a {
  color: #000;
}

.footer_type4 .btn-primary {
  background-color: #28140a !important;
  border-color: #28140a !important;
}

.footer_type4 .left_line {
  border-right: 1px solid rgba(0, 0, 0, 0.3);
}

.footer_type4 h6 {
  font-size: 16px !important;
  font-weight: 800;
}

.footer_type4 .col-md-3.mb-3.mb-lg-0 {
    padding: 0 30px;
}

.footer_type4 .social_media li a .fa-inverse {
  color: #000;
}

.footer_type4 .footer_social_img img {
    filter: brightness(0);
}

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

.hp_banner {
    display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  height: 100%;
  justify-content: flex-end;
  padding-bottom: 6vw;
}

.hp_banner_img {
    position: absolute;
  left: 0;
  bottom: 1.5vw;
  width: 50%;
}

.hp_button2 {
    font-size: 13px;
  background-color: transparent;
  background-image: linear-gradient(-30deg, #fdca95, #f2981d, #ea960f);
  border: none;
  border-radius: 30px;
  color: #fff;
  font-weight: 300;
  padding: 8px 20px;
  display: flex;
  align-items: center;
  gap: 15px;
  line-height: 1;
  transition: all 0.4s ease-in-out;
}

.hp_button2 span {
    font-size: 18px;
    display: inline-block;
}

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

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

.hp_button2:hover span {
    animation: 1s swing infinite;
}

.hp_banner_title1,
.hp_banner_title3 {
    font-size: 4.1vw;
  font-weight: 700;
  color: #28140a;
  position: relative;
  margin-bottom: 0;
  line-height: 1;
}

.hp_banner_title2 {
    font-size: 4.1vw;
  font-weight: 700;
  color: #f09410;
  position: relative;
  line-height: 1;
  margin: 1.5vw 0;
}

html[lang="en"] .hp_banner_title1,
html[lang="en"] .hp_banner_title2,
html[lang="en"] .hp_banner_title3 {
    font-size: 3.5vw;
}

.hp_banner_text {
    font-size: 1.1vw;
  font-weight: 300;
  color: #28140a;
  margin-bottom: 3.5vw;
  margin-top: 2vw;
}

.hp_banner_word {
    width: 46.5%;
}

.hp_banner_button {
    display: flex;
    justify-content: flex-start;
}

.hp_banner_new {
    position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0 11% 3vw;
  gap: 3vw;
}

.hp_banner_new_small {
    font-size: 1.9vw;
  margin-bottom: 1vw;
  color: #000;
}

.hp_banner_new_small span {
    color: #f2981d;
}

.hp_banner_new_title {
    font-size: 4vw;
  font-weight: 700;
  color: #28140a;
  margin-bottom: 2vw;
  line-height: 1.3;
}

html[lang="en"] .hp_banner_new_title {
    font-size: 3.1vw;
  white-space: nowrap;
}

.hp_banner_new_title span {
    display: block;
}

.hp_banner_new_keyword {
    font-size: 1.05vw;
  margin-bottom: 0;
}

.hp_banner_new_button {
    display: flex;
  justify-content: flex-start;
  margin-top: 2.5vw;
}

.hp_banner_new_box {
    width: 40%;
}

.hp_banner_new_img {
    width: 60%;
}

/*homepage searcg*/
.hp_search {
    padding: 2rem 20%;
    display: none;
}

#search_name_nav {
    width: 100%;
  background-color: #fdedd6;
  border: none;
  font-size: 16px;
  padding: 10px 20px;
}

.search_button {
    display: flex;
  align-items: center;
  gap: 10px;
  background-color: #26150b;
  border: none;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  white-space: nowrap;
  padding: 10px 30px;
}

.hp_boxSearch form {
    border-radius: 10px;
  overflow: hidden;
}

/*homepage category*/


.hp_category {
    padding: 1rem 11% 5rem;
    display: none;
}

.hp_big_title {
  font-size: 3vw;
  font-weight: 700;
  width: fit-content;
  margin: 0 auto 20px;
  color: #28140a;
  position: relative;
  text-align: center;
}

.hp_big_title::before {
  content: "";
  width: 63px;
  height: 63px;
  position: absolute;
  left: -20px;
  top: 50%;
  background-image: linear-gradient(-30deg, #fdca95, #f2981d, #ea960f);
  z-index: -1;
  border-radius: 50%;
  transform: translate(0, -50%);
  animation: spin 5s linear infinite;
}

@keyframes spin {
    from {
        transform: translate(0, -50%) rotate(0deg);
    }
    to {
        transform: translate(0, -50%) rotate(360deg);
    }
}

.hp_category_top_box {
    margin-bottom: 3rem;
}

.hp_category_ebox {
  margin: 13px 0;
  padding: 0 13px;
}

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

.hp_category_box:hover {
    transform: translateY(-10px);
}

.hp_category_content {
    position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  padding: 0;
}

.hp_category_content a {
    width: 100%;
  height: 100%;
}

.hp_category_title {
  font-size: 25px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  border: none;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  padding: 25px 30px;
  text-align: left;
  line-height: 1.2;
}

.hp_category_bottom_box {
    display: flex;
  justify-content: center;
  margin-top: 3rem;
}

.hp_button {
    font-size: 12px;
  background-color: #26150b;
  border-radius: 30px;
  border: none;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 3.5px 20px;
  font-weight: 300;
  transition: all 0.4s ease-in-out;
}

.hp_button span {
    display: flex;
  justify-content: center;
  align-items: center;
  width: 27px;
  height: 27px;
  background-image: linear-gradient(-30deg, #fdca95, #f2981d, #ea960f);
  border-radius: 50%;
  font-size: 14px;
}

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

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

.hp_button:hover span {
    animation: 1s swing infinite;
}

/*homepage university*/
.hp_university {
    padding: 5rem 11%;
  background-image: linear-gradient(to bottom, #fdedd6, #fff);
}

.hp_university_ebox {
  margin: 13px 0;
  padding: 0 13px;
}

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

.hp_university_box:hover .hp_university_img img {
    transform: scale(1.1);
}

.hp_university_box {
    position: relative;
  background-color: #fff;
  height: 100%;
  border-radius: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  padding: 2.5rem 20px 3.5rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-align: center;
  transition: all 0.4s ease-in-out;
}

.hp_university_box:hover {
    transform: translateY(-10px);
}

.hp_university_title {
    font-size: 20px;
  color: #28140a;
  font-weight: 400;
  margin-bottom: 0;
  margin-top: 2rem;
}

.hp_university_title a,
.hp_university_title a:hover {
    color: #28140a;
}

.hp_university_top_box {
    margin-bottom: 3rem;
}

.hp_university_bottom_box {
    display: flex;
  justify-content: center;
  margin-top: 3rem;
}

/*homepage services*/
.hp_services {
    padding: 0 11% 3rem;
}

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

.hp_services_box:hover .hp_services_icon img {
    transform: scale(1.1);
}

.hp_services_ebox {
    margin: 13px 0;
  padding: 0 13px;
}

.hp_services_box {
  position: relative;
  background-color: #fff;
  height: 100%;
  border-radius: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  padding: 3rem 20px 3.5rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-align: center;
  transition: all 0.4s ease-in-out;
}

.hp_services_box:hover {
  transform: translateY(-10px);
}

.hp_services_title {
    font-size: 20px;
  color: #28140a;
  font-weight: 400;
  margin-bottom: 0;
  margin-top: 2rem;
  line-height: 1.4;
}

.hp_services_title span {
    display: block;
}

.hp_services_top_box {
    margin-bottom: 3rem;
}

/*homepage count*/
.hp_count {
    padding: 0 11%;
}

.hp_count_ebox {
  margin: 13px 0;
  padding: 0 13px;
}

.hp_count_point {
    display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  transition: all 0.4s ease-in-out;
}

.hp_count_point:hover {
    transform: translateY(-10px);
}

.hp_count_number {
    display: flex;
  font-size: 31px;
  color: #28140a;
  font-weight: 700;
  line-height: 1;
}

.hp_count_keyword {
    font-size: 18px;
  color: #f09410;
  font-weight: 400;
  margin-bottom: 0;
  margin-top: 5px;
  line-height: 1.4;
}

/*homepage about*/

.hp_about {
    padding: 5rem 11%;
    position: relative;
}

.hp_about::before {
    content: "";
    position: absolute;
    right: 0;
    top: 5rem;
    width: calc(100% - 11% - 13px);
    height: calc(100% - 10rem);
    background-image: linear-gradient(-30deg, #fff, #fdedd6);
    border-radius: 30px 0 0 30px;
}

.hp_about::after {
    content: "";
    position: absolute;
    right: 0;
    top: 40%;
    transform: translate(0, -50%);
    width: 15%;
    height: 100%;
    background-image: url('https://cdn1.npcdn.net/userfiles/27280/image/about.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 100% 50%;
}

.hp_keyword {
    font-size: 17px;
  line-height: 1.6;
  font-weight: 400;
  color: #28140a;
  margin-bottom: 0;
}

.hp_about_ebox {
    padding: 0 13px;
}

.hp_about_left {
    width: 30%;
}

.hp_about_right {
    width: 70%;
}

.hp_about_button {
    display: flex;
  justify-content: flex-start;
  margin-top: 2vw;
}

.hp_about .hp_big_title {
    margin-left: 0;
}

.hp_about_box {
  display: flex;
  gap: 3vw;
  padding: 4.5rem 13vw 4.5rem 5rem;
}

/*homepage review*/
#main_index .index_wrapper_6 {
    padding: 1rem 9% 5rem;
}

.hp_review .hp_big_title::before {
    display: none;
}

#main_index .ex_hp_googleReviewDefault .hpGoogleReviewItems {
    border-radius: 15px;
  background-color: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}

#main_index .ex_hp_googleReviewDefault .hpGoogleReviewSlider .slick-arrow {
  z-index: 5;
}

/*homepage news*/
#main_index .index_wrapper_7 {
    padding: 6rem 9%;
  background-image: url('https://cdn1.npcdn.net/userfiles/27280/image/E-Square_HP.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 0;
}

#main_index  .hp_latest_new_8 .news_box{
    background: #fff;
    padding: 10px 10px 20px 10px;
    border-radius: 10px;
}

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

.hp_news_top_box {
    margin-bottom: 2rem;
}

#main_index .latest_new_type6 .news_box {
    padding: 0;
  background-color: transparent;
  transition: all 0.4s ease-in-out;
}

#main_index .latest_new_type6 .news_box:hover {
    transform: translateY(-10px);
}

#main_index .latest_new_type6 .col-lg-4.col-md-6.col-12.p-0 {
    margin: 13px 0 !important;
    padding: 0 13px !important;
}

#main_index .latest_new_type6 .news_box .img_frame {
    border: none;
  border-radius: 10px;
}

.latest_new_type6 .news_box .news_box_content {
    background-color: #f4f4f4;
}

.latest_new_type6 .news_box .badge-primary {
    background-color: #28140a;
}

.latest_new_type6 .news_box .date {
    color: #000;
  font-weight: 400
}

.latest_new_type6 .news_box .title {
    font-size: 15px;
}

#main_index .latest_new_type6 .news_box .news_box_content {
    background-color: #fff;
}

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

/*homepage brand*/
.hp_brand {
    padding: 3rem 0 5rem;
}

.hp_brand_ebox {
    padding: 0;
}

.hp_brand_box {
  /*  display: grid;*/
  /*grid-template-columns: repeat(8, 1fr);*/
  /*gap: 5vw;*/
  width: 100%;
}

.hp_brand_img {
    margin: 10px 2vw;
}

.hp_brand_img img {
    transition: all 0.2s ease-in-out;
}

.hp_brand_img:hover img {
    transform: scale(1.1);
}

/*other pages*/
.product_list_5 .product_box .img_frame,
.category_list_type4 .category_box .img_frame {
    box-shadow: none;
  border-radius: 15px;
}

.product_list_5 .product_box,
.category_list_type4 .category_box {
    padding: 25px;
  border-radius: 20px;
  box-shadow: 0 0 15px rgb(0,0,0,0.2);
  display: block;
}

.ex_specificationFilter .spec_title {
    cursor: pointer;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.ex_productListType2 .product_box .product_img,
.product_list_horizontal .product_box .product_img {
    flex: 0 1 40%;
}

.ex_productListType2 .product_box .product_des,
.product_list_horizontal .product_box .product_des {
    flex: 0 1 60%;
}

.ex_productListType2 .product_box,
.product_list_horizontal .product_box {
  /*border: 1px solid #ccc;*/
  padding: 15px;
  border-radius: 10px;
  box-shadow: 0 0 15px rgb(0,0,0,0.2);
}

.product_list_horizontal .product_box .product_des .title {
    font-size: 1.65vw;
  line-height: 1.35;
}

.ex_productListType2 .product_box .img_frame img {
    object-fit: cover;
  opacity: 1;
}

.ex_productListType2 .product_box .img_frame,
.product_list_horizontal .product_box .img_frame {
    border-radius: 10px;
}

.product_list_horizontal .product_box .horizontal_detail_bottom .button_section {
  justify-content: flex-start;
  margin-top: 15px;
}

.product_list_horizontal .product_box .whatsapp_wrapper:hover a {
  color: #fff;
}

.product_list_horizontal .product_box .whatsapp_wrapper:hover i {
  color: #fff;
}

.product_list_horizontal .product_box .img_frame {
    box-shadow: none;
}

.product_share img {
    border-radius: 10px;
}

.product_detail .mainFunction button {
    border-radius: 30px;
}

.productDetailImageFancy .all_sub_img .fancy_subimg:nth-child(n+5) {
  display: block;
}

.productDetailImageFancy .all_sub_img .fancy_subimg:nth-child(n+6) {
  display: none;
}

.productDetailImageFancy .fancy_subimg {
  width: 20%;
}

.productDetailImageFancy .all_sub_img {
    height: 120px;
    gap: 15px;
}

.productDetailImageFancy .all_sub_img img {
  height: auto;
  object-fit: cover;
}

.productDetailImageFancy .one_img div img {
    height: 330px;
}

.nextprev_product .next_btn,
.nextprev_product .previous_btn {
    border-radius: 30px;
}

.nextprev_product .nextpre_product_frame {
    border-radius: 10px;
}

.navbar_category .navbar-nav li a {
    background-color: #f09410;
  color: #fff;
  border-radius: 30px;
}

.navbar_category .navbar-nav li a:hover {
  background-color: #fff;
  color: #f09410;
}

#main_showproducts .product_share img {
  border-radius: 5px;
  width: 23px !important;
}

#main_showproducts .product_detail .category_tag a {
    font-size: 9.5px;
}

#main_showproducts .product_detail .mainFunction button {
    padding: 8px 15px;
    font-size: 13px !important;
}

.product_list_horizontal .product_box .img_frame img {
    object-fit: contain;
    background-color: #fff;
}

/*@media (min-width: 768px) {*/
/*  #main_showproducts #showproducts_3 {*/
/*    -ms-flex: 0 0 100%;*/
/*    flex: 0 0 100%;*/
/*    max-width: 100%;*/
/*  }*/
/*}*/

@media only screen and (max-width: 1200.5px) {
    .product_list_horizontal .product_box .product_des .title {
        font-size: 20px;
    }
    .productDetailImageFancy .all_sub_img {
      height: 120px;
      gap: 10px;
    }
}

@media only screen and (max-width: 767.5px) {
  .ex_productListType2 .product_box .product_img,
  .product_list_horizontal .product_box .product_img {
    flex: 0 1 100%;
  }
  .ex_productListType2 .product_box .product_des,
  .product_list_horizontal .product_box .product_des {
    flex: 0 1 100%;
    padding: 15px 0 0 !important;
  }
  .product_list_horizontal .product_box {
      flex-direction: column;
  }
  .productDetailImageFancy .all_sub_img,
  .productDetailImageFancy .all_sub_img img {
    height: 70px;
  }
  .productDetailImageFancy .all_sub_img .fancy_subimg:nth-child(n+5) {
      display: none;
    }
    .productDetailImageFancy .fancy_subimg {
      width: 25%;
    }
    .productDetailImageFancy .one_img div img {
      height: 150px;
    }
    #main_showproducts .product_detail .mainFunction button {
        flex: unset;
    }
    #main_showproducts .product_detail .product_name h2 {
        font-size: 23px !important;
    }
}

/*homepage responsive*/

@media (max-width: 1200.5px) {
    /*navigation bar*/
    .navbar_type8 {
        padding: 0 15px;
        width: 96%;
        margin-left: 2%;
    }
    .navbar_type8 .nav_tab .nav_item a {
        font-size: 1.2vw;
    }
    
    html[lang="en"] .navbar_type8 {
      padding: 0 15px;
    }
    html[lang="en"] .navbar_type8 .nav_tab .nav_item a {
      font-size: .85vw;
      padding: 3px;
    }
    
    /*footer*/
    .footer_type4 {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
    .footer_type4 .col-md-3.mb-3.mb-lg-0 {
      padding: 0 15px;
    }
    
    /*homepage banner*/
    .hp_button2 {
        font-size: 12px;
        padding: 6px 15px;
    }
    .hp_button2 span {
        font-size: 15px;
    }
    
    .hp_banner_new {
        padding: 0 30px 3vw;
    }
    .hp_banner_new_keyword {
        font-size: 1.3vw;
    }
    
    /*homepage category*/
    #search_name_nav {
        font-size: 14px;
        padding: 7px 20px;
    }
    .search_button {
        font-size: 14px;
        padding: 8px 25px;
    }
    
    .hp_category {
      padding: 1rem 15px 3rem;
    }
    .hp_category_bottom_box {
        margin-top: 2rem;
    }
    .hp_button span {
        width: 24px;
        height: 24px;
    }
    .hp_big_title {
        font-size: 30px;
        margin: 0 auto 15px;
    }
    .hp_big_title::before {
        width: 55px;
        height: 55px;
    }
    .hp_category_top_box {
      margin-bottom: 2rem;
    }
    .hp_category_title {
        padding: 20px 25px;
    }
    
    /*homepage university*/
    .hp_university {
        padding: 3rem 15px;
    }
    .hp_university_top_box {
      margin-bottom: 2rem;
    }
    .hp_university_bottom_box {
        margin-top: 2rem;
    }
    .hp_university_img img {
        max-width: 100px;
    }
    .hp_university_box {
        border-radius: 15px;
        padding: 2rem 15px 3rem;
    }
    .hp_university_title {
        font-size: 17px;
        margin-top: 1.5rem;
    }
    
    /*homepage services*/
    .hp_services {
      padding: 1rem 15px 3rem;
    }
    .hp_services_top_box {
      margin-bottom: 2rem;
    }
    .hp_services_icon img {
        max-width: 70px;
    }
    .hp_services_title {
        font-size: 17px;
        margin-top: 1.5rem;
    }
    .hp_services_box {
        border-radius: 15px;
        padding: 2.5rem 15px 3rem;
    }
    
    /*homepage count*/
    .hp_count {
      padding: 0 15px;
    }
    .hp_count_keyword {
        font-size: 17px;
    }
    
    /*homepage about*/
    .hp_about {
        padding: 3rem 15px;
    } 
    .hp_about::before {
        top: 3rem;
        width: calc(100% - 15px - 13px);
        height: calc(100% - 7rem);
        border-radius: 20px 0 0 20px;
    }
    .hp_about_box {
      gap: 2vw;
      padding: 3.5rem 16vw 3.5rem 4rem;
    }
    .hp_keyword {
        font-size: 15px;
    }
    
    /*homepage review*/
    #main_index .index_wrapper_6 {
      padding: 1rem 15px 3rem;
    }
    
    /*homepage news*/
    #main_index .index_wrapper_7 {
        padding: 4rem 30px;
    }
    .hp_news_top_box {
      margin-bottom: 1rem;
    }
    #main_index .latest_new_type6 .news_box .img_frame {
        height: 230px;
    }
    .latest_new_type6 .news_box .title {
      font-size: 14px;
    }
    .latest_new_type6 .news_box .date {
        font-size: 12px;
    }
    
    /*homepage brand*/
    .hp_brand {
      padding: 2rem 0 4rem;
    }
    /*.hp_brand_box {*/
    /*    gap: 3vw;*/
    /*}*/

}

.side_menu {
    background-color: #28140a;
}

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

@media (max-width: 991.5px) {
    #top_spacing {
      height: 80px !important;
    }
    
    
    /*footer*/
    
    
    /*homepage banner*/
    
    
    /*homepage category*/
    .hp_search {
      padding: 1.5rem 12%;
    }
    
    /*homepage university*/
    
    
    /*homepage services*/
    
    
    /*homepage count*/
    
    
    /*homepage about*/
    
    
    /*homepage review*/
    
    
    /*homepage news*/
    
    
    /*homepage brand*/
    

}

@media (max-width: 767.5px) {
    
    /*footer*/
    .footer_type4 .col-md-3.mb-3.mb-lg-0 {
        padding: 15px;
    }
    
    /*homepage banner*/
    .slider_banner .item > img {
        min-height: 500px !important;
        object-fit: cover;
    }
    .hp_banner_img {
        left: 0;
        bottom: 1.5vw;
        width: 100%;
    }
    .hp_banner_img img {
        min-height: 200px;
        max-height: 200px;
        object-fit: contain;
        object-position: 0 100%;
    }
    .hp_banner {
        justify-content: center;
        align-items: flex-start;
        text-align: center;
        padding: 15px;
    }
    .hp_banner_title1, .hp_banner_title2, .hp_banner_title3 {
        font-size: 35px;
    }
    .hp_banner_word {
        width: 100%;
    }
    .hp_banner_text {
        font-size: 12px;
    }
    .hp_banner_button {
        justify-content: center;
    }
    
    html[lang="en"] .hp_banner_title1, html[lang="en"] .hp_banner_title2, html[lang="en"] .hp_banner_title3 {
      font-size: 25px;
    }
    
    .hp_banner_new {
        padding: 20px;
        flex-direction: column;
    }
    .hp_banner_new_box {
      width: 100%;
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center;
    }
    .hp_banner_new_small {
        font-size: 17px;
    }
    .hp_banner_new_title {
        font-size: 30px;
    }
    .hp_banner_new_keyword {
        font-size: 13px;
    }
    .hp_banner_new_img {
      width: 100%;
    }
    .hp_banner_new_img img {
        min-height: 240px;
        max-height: 240px;
        object-fit: contain;
    }
    
    html[lang="en"] .hp_banner_new_title {
        font-size: 24px;
    }
    html[lang="en"] .hp_banner_new_keyword {
        font-size: 12px;
    }
    
    /*homepage category*/
    .hp_search {
        padding: 3rem 15px 0;
    }
    .search_button {
        font-size: 13px;
        padding: 8px 15px;
    }
    .hp_boxSearch form {
        border-radius: 7px;
    }
    
    .hp_category {
        padding: 3rem 15px;
    }
    .hp_category_title {
        padding: 30px;
    }
    .hp_category_title {
        font-size: 20px;
    }
    
    /*homepage university*/
    .hp_university_img img {
        max-width: 90px;
    }
    .hp_university_box {
        padding: 2rem 15px;
    }
    .hp_university_title {
        font-size: 16px;
        margin-top: 1rem;
    }
    
    /*homepage services*/
    .hp_services_box {
        padding: 2rem 15px;
    }
    .hp_services_title {
        font-size: 16px;
        margin-top: 1rem;
    }
    .hp_services_icon img {
        max-width: 65px;
    }
    
    /*homepage count*/
    
    
    /*homepage about*/
    .hp_about_box {
        gap: 1rem;
        padding: 3rem 30px;
        flex-direction: column;
        background-image: linear-gradient(-30deg, #fff, #fdedd6);
        border-radius: 20px;
    }
    .hp_about::before {
        display: none;
    }
    .hp_about_left,
    .hp_about_right {
        width: 100%;
        position: relative;
        z-index: 5;
    }
    .hp_about_button {
        margin-top: 20px;
    }
    .hp_about::after {
        top: 50%;
        width: 20%;
        background-position: 100% 100%;
    }
    
    /*homepage review*/
    
    
    /*homepage news*/
    #main_index .index_wrapper_7 {
        padding: 3rem 30px;
    }
    
    /*homepage brand*/
    /*.hp_brand_box {*/
    /*    gap: 20px 10px;*/
    /*    grid-template-columns: repeat(4, 1fr);*/
    /*}*/
    .hp_brand_img {
      margin: 10px;
    }

}
/* photo album */
#main_photoalbum img{

object-fit:contain;
}
