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;
}

.np_language_btn .dropdown_btn a {
    color: #000;
}

.category_menu_3 .main_title{
    text-transform: capitalize;
}

/*navigation bar*/
.navbar_type8 {
    height: 95px;
    background-color: #000;
    transition: all 0.25s ease-in-out;
    border-bottom: 1px solid #fff;
    padding: 0 6%;
}

#main_index .navbar_type8 {
    /*background-color: transparent;*/
    border-bottom: none;
}

.dark_nav {
    height: 80px;
    border-bottom: none;
}

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

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

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

.navbar_type8 .nav_tab .nav_item {
    text-transform: unset;
}

.navbar_type8 .nav_tab .nav_item a {
    font-size: 1vw;
  color: #c9b185;
}

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

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

/*footer*/
.footer_type8 {
  background-color: #0f0f0f;
  color: #fff;
  padding-top: 7rem !important;
  padding-bottom: 3rem !important;
  line-height: 1.7;
  font-size: 14px;
  background-image: url('https://cdn1.npcdn.net/userfiles/27390/image/F_FooterBackground.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}

.footer_type8 a {
    color: #fff;
}

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

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

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

.custom_footer_left,
.custom_footer_right {
    margin-top: -90px;
}

/*homepage banner*/
.slider_banner_bullet {
    margin-bottom: 0 !important;
}

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

.hp_banner_small {
    font-size: 1vw;
  font-weight: 300;
  color: #cbb079;
  margin-bottom: 5px;
}

.hp_banner_title {
    font-size: 2.5vw;
  font-weight: 500;
  color: #cbb079;
  margin-bottom: 1vw;
}

.hp_banner_title span {
    display: block;
}

.hp_banner_keyword {
    font-size: .95vw;
  color: #fff;
  font-weight: 300;
  line-height: 1.6;
  margin-bottom: 1.5vw;
}

.hp_banner_keyword span {
    display: block;
}

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

.hp_banner_button .hp_button_word {
    font-size: 16.5px;
  height: 35px;
  border-radius: 15px;
}

.hp_banner_button .hp_button_arrow {
    width: 35px;
  height: 35px;
  font-size: 17px;
}

.hp_banner_line {
    position: absolute;
  left: 9%;
  top: calc(50% + 1.5vw);
  transform: translate(0, -50%);
  width: 14vw;
  height: 24vw;
  border-top: 1px solid #c9b185;
  border-left: 1px solid #c9b185;
  border-bottom: 1px solid #c9b185;
  z-index: -1;
}

.hp_banner_line::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 1vw;
    height: 3vw;
    border-right: 1px solid #c9b185;
}

.hp_banner_line::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 1vw;
    height: 3vw;
    border-right: 1px solid #c9b185;
}

.slider_banner_bullet .item {
    position: relative;
    overflow: hidden;
}

/*.slider_banner_bullet .item > img {*/
/*    animation: zoomAnimation 30s infinite alternate;*/
/*}*/

@keyframes zoomAnimation {
    from {
        transform: scale(1);
    }
    to {
        transform: scale(1.25);
    }
}

.slider_banner_bullet .slick-dots li button::after {
    display: none;
}

.slider_banner_bullet .slick-dots li button {
    font-weight: 700;
  font-size: 22px;
  color: #fff;
  padding-left: 15px;
}

.slider_banner_bullet .slick-dots li.slick-active button {
    color: #fff;
}

.slider_banner_bullet .slick-dots li.slick-active button::before {
  color: #fff;
}

.slider_banner_bullet .slick-dots li button::before {
    opacity: 1;
  color: #fff;
  font-size: 22px;
}

.slider_banner_bullet .slick-dots li {
  margin: 0 2vw;
  position: relative;
}

.slider_banner_bullet .slick-dots li::before {
  content: "";
  position: absolute;
  left: -5%;
  bottom: -2px;
  width: 0;
  height: 2px;
  background-color: #c9b185;
  transition: all 0.3s ease-in-out;
}

.slider_banner_bullet .slick-dots li.slick-active::before {
    width: 150%;
}

.slider_banner_bullet .slick-dots {
  position: absolute;
  bottom: 3.5vw;
  width: 86%;
  left: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.slider_banner_bullet .slick-dots::after {
  content: "";
  width: 8vw;
  height: 1px;
  background-color: #fff;
  opacity: 0.6;
}

.slider_banner_bullet .slick-next::before {
  content: '';
  background-image: unset;
  width: unset;
  height: unset;
  background-size: unset;
  background-repeat: unset;
  text-indent: unset;
  display: inline-block;
  filter: unset;
}

.slider_banner_bullet .slick-prev::before {
  content: '';
  background-image: unset;
  width: unset;
  height: unset;
  background-size: unset;
  background-repeat: unset;
  text-indent: unset;
  display: inline-block;
  filter: unset;
}

.slider_banner_bullet .slick-prev::before, .slider_banner_bullet .slick-next::before {
  text-shadow: none;
  color: #fff;
  opacity: 1;
  font-size: 25px;
}

.slider_banner_bullet .slick-arrow {
  z-index: 1;
}

.slick-next, .slick-prev {
    top: unset;
  transform: unset;
  bottom: 3.7vw;
}

.slider_banner_bullet .slick-next {
  right: 5vw;
}

.slider_banner_bullet .slick-prev {
  left: unset;
  right: 11vw;
}

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

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

.hp_bannerNew {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 5vw;
    position: relative;
    width: 100%;
    height: 100%;
}

.hp_bannerNew_icon img {
    max-width: 3vw;
}

.hp_bannerNew_point:hover .hp_bannerNew_icon img {
    animation: 1s swing;
}

.hp_bannerNew_group {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 1vw;
    width: 50%;
    margin-top: 2vw;
    padding-top: 2vw;
    position: relative;
}

.hp_bannerNew_group::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 15%;
    height: 1.8px;
    background-color: #c79c61;
}

.hp_bannerNew_point {
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
    gap: .75vw;
    transition: all 0.2s ease-in-out;
}

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

.hp_bannerNew_text {
    font-size: .8vw;
    font-weight: 400;
    margin-bottom: 0;
    color: #000;
}

.hp_bannerNew_small {
    font-size: 1.15vw;
    font-weight: 500;
    color: #c79c61;
    margin-bottom: 1vw;
}

.hp_bannerNew_title {
    font-family: "Libre Baskerville", serif;
    color: #091d43;
    font-weight: 700;
    font-size: 2.7vw;
    margin-bottom: 1vw;
}

.hp_bannerNew_title span {
    color: #c79c61;
}

.hp_bannerNew2 .hp_bannerNew_title,
.hp_bannerNew3 .hp_bannerNew_title {
    color: #fff;
}

.hp_bannerNew_keyword {
    font-size: 1vw;
    color: #555;
    margin-bottom: 0;
    line-height: 1.4;
    width: 85%;
}

.hp_bannerNew2 .hp_bannerNew_keyword,
.hp_bannerNew2 .hp_bannerNew_text,
.hp_bannerNew3 .hp_bannerNew_keyword,
.hp_bannerNew3 .hp_bannerNew_text {
    color: #fff;
}

.hp_bannerNew_box {
    width: 47%;
}

.hp_bannerNew_button {
    display: flex;
    margin-top: 1vw;
}

.hp_bannerNew .hp_button_word {
    font-size: 1vw;
    height: 35px;
}

.hp_bannerNew .hp_button_arrow {
    width: 35px;
    height: 35px;
    font-size: 16px;
}

/*homepage count*/
.hp_count {
    padding: 2.5rem 8%;
  background-color: #c9b185;
}

.hp_count_ebox {
    margin: 15px 0;
}

.hp_count_icon img {
    max-width: 70px;
  border-radius: 50%;
}

.hp_count_box {
    display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  transition: all 0.4s ease-in-out;
}

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

.hp_count_box:hover .hp_count_icon img {
    animation: 1s swing;
}

.hp_provider_number {
    display: flex;
  align-items: center;
  justify-content: center;
  font-size: 35px;
  font-weight: 700;
  color: transparent;
  -webkit-text-stroke: 1.5px #fff;
  margin-top: 15px;
  margin-bottom: 5px;
  line-height: 1;
}

.hp_provider_keyword {
    color: transparent;
  -webkit-text-stroke: 1px #fff;
  font-size: 17px;
  text-transform: uppercase;
  font-weight: 900;
  line-height: 1;
}

.hp_count_text {
    font-size: 14.5px;
  color: #fff;
  margin-bottom: 0;
  margin-top: 10px;
  line-height: 1.4;
}

/*homepage news*/
#main_index .index_wrapper_4 {
    padding: 3rem 8%;
    background-image: url('https://cdn1.npcdn.net/userfiles/27390/image/News-Background.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.hp_small_title {
    color: #000;
  font-size: 18px;
  font-weight: 400;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
}

.hp_small_title::before,
.hp_small_title::after {
    content: "";
    width: 30px;
    height: 1.5px;
    background-color: #000;
}

.hp_big_title {
    color: #c9b185;
  font-size: 1.85vw;
  font-weight: 600;
  margin-bottom: 25px;
}

.hp_news_top_box {
    margin-bottom: 2rem;
}

.hp_news .hp_small_title::before, .hp_news .hp_small_title::after {
    background-color: #fff;
}

.hp_news .hp_small_title {
    color: #fff;
}

#main_index .hp_latest_new_8 .news_box {
    padding: 20px;
  background-color: rgba(255, 255, 255, 0.8);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  transition: all 0.4s ease-in-out;
  margin: 20px 0;
}

#main_index .hp_latest_new_8 .col-12.col-lg-4.mb-4 {
    -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  margin: 0 !important;
}

#main_index .hp_latest_new_8 .news_box .title:hover {
    color: #000;
}

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

.hp_latest_new_8 .news_box .title {
    margin-top: 5px;
  font-size: 17px;
}

.hp_latest_new_8 .news_box .title b {
    font-weight: 500;
}

.hp_latest_new_8 .news_box .read_more {
    color: #e00712;
  text-decoration: underline;
  font-size: 12px;
}

.hp_latest_new_8 .news_box .read_more:hover {
  color: #212121;
  text-decoration: underline;
}

.hp_latest_new_8 .news_box .date {
    opacity: 1;
}

#main_index .hp_latest_new_8 .slick-dots li {
    width: 40px;
  height: 5px;
}

#main_index .hp_latest_new_8 .slick-dots li button {
  width: 40px;
  height: 5px;
  background-color:  rgb(255, 255, 255, 0.4);
  padding: 0;
}

#main_index .hp_latest_new_8 .slick-dots li.slick-active {
    background-color: #fff;
}

#main_index .hp_latest_new_8 .slick-dots li button::before {
    content: unset;
  width: 40px;
  height: 5px;
}

#main_index .hp_latest_new_8 .slick-dots {
    bottom: -15px;
}

/*homepage about*/
.hp_about {
    padding: 4rem 8.5%;
}

.hp_about .hp_small_title {
    justify-content: flex-start;
}

.hp_about .hp_small_title::after {
    display: none;
}

.hp_about_img {
    width: 90%;
  margin: 0 auto;
}

.hp_about_box {
    padding-left: 4vw;
}

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

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

.hp_button {
    display: flex;
  align-items: center;
  gap: 10px;
  padding: 0;
  background-color: transparent;
  border: none;
  line-height: 1;
}

.hp_button_word {
    height: 40px;
  padding: 0 20px;
  display: flex;
  align-items: center;
  background-color: #c9b185;
  border-radius: 8px;
  color: #fff;
  font-size: 18px;
  font-weight: 300;
}

.hp_button_arrow {
    width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #c9b185;
  border-radius: 50%;
  color: #fff;
  font-size: 20px;
  transition: all 0.4s ease-in-out;
}

.hp_button:hover .hp_button_arrow {
    transform: translateX(10px);
}

.hp_button:active .hp_button_arrow {
    transform: translateX(30px);
}

/*homepage category*/
.hp_category {
    padding: 4.5rem 8.5%;
  background-color: #c9b185;
}

.hp_category .hp_big_title {
    margin-bottom: 15px;
  color: #fff;
}

.hp_category .hp_small_title::after {
    display: none;
}

.hp_category .hp_small_title {
    justify-content: flex-start;
}

.hp_category_keyword {
    font-size: 16px;
  color: #000;
  margin-bottom: 0;
  width: 90%;
}

.hp_category .hp_button_word {
    background-color: #fff;
  color: #c9b185;
  font-weight: 400;
}

.hp_category .hp_button_arrow {
    background-color: #fff;
  color: #c9b185;
}

.hp_category_right  {
    display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}

.hp_category_ebox {
    margin: 15px 0;
}

.hp_category_left,
.hp_category_right {
    margin-bottom: 3rem;
}

.hp_category_box {
    padding: 2.5rem;
  background-color: #d9c8aa;
  border-radius: 25px;
  cursor: pointer;
  width: 95%;
  margin: 0 auto;
  transition: all 0.4s ease-in-out;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.hp_category_box:hover {
    background-color: #fff;
    box-shadow: 3px 3px 25px rgba(0, 0, 0, 0.25);
    transform: translateY(-10px);
}

.hp_category_title {
    font-size: 28px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 6px;
  transition: all 0.4s ease-in-out;
}

.hp_category_box:hover .hp_category_title {
    color: #c9b185;
}

.hp_category_text {
    font-size: 12.5px;
  color: #000;
  margin-bottom: 0;
}

.hp_category_content {
    padding: 0 0 25px;
}

.hp_category_group {
    position: relative;
    z-index: 2;
}

.hp_category_arrow {
  width: 55px;
  height: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: -3px;
  bottom: -2px;
  color: #c9b185;
  padding-top: 10px;
  font-size: 25px;
  transition: all 0.4s ease-in-out;
}

.hp_category_box:hover .hp_category_arrow {
    animation: 1s swing;
}

.hp_category_arrow::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url('https://cdn1.npcdn.net/userfiles/27390/image/D_Icon1.png');
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    filter: brightness(0) invert(1);
    z-index: -1;
  transition: all 0.4s ease-in-out;
}

.hp_category_box:hover .hp_category_arrow {
    color: #fff;
}

.hp_category_box:hover .hp_category_arrow::before {
    filter: none;
}

/*homepage why*/
.hp_why {
    padding: 5rem 6%;
}

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

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

.hp_why_icon,
.hp_why_title,
.hp_why_text {
    position: relative;
    z-index: 1;
}

.hp_why_ebox {
    margin: 15px 0;
}

.hp_why_box {
    height: 100%;
  padding: 4.5rem 10px;
  background-color: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  border-radius: 25px;
  position: relative;
  overflow: hidden;
  width: 96%;
  margin: 0 auto;
    transition: all 0.4s ease-in-out;
}

.hp_why_box:hover {
    transform: translateY(-10px);
    box-shadow: none;
}

.hp_why_box::before {
    content: "";
    position: absolute;
    left: -3vw;
  top: -3vw;
  width: 8vw;
  height: 8vw;
    border-radius: 50%;
    background-color: #c9b185;
    transition: all 0.4s ease-in-out;
}

.hp_why_box:hover::before {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 25px;
}

.hp_why_title {
    font-size: 17px;
  color: #c9b185;
  margin-top: 15px;
  font-weight: 400;
  margin-bottom: 25px;
    transition: all 0.4s ease-in-out;
}

.hp_why_box:hover .hp_why_title {
    color: #fff;
}

.hp_why_text {
    font-size: 13px;
  color: #c9b185;
  width: 70%;
  margin: 0 auto;
    transition: all 0.4s ease-in-out;
}

.hp_why_box:hover .hp_why_text {
    color: #fff;
}

.hp_why_top_box {
    margin-bottom: 3rem;
}

/*homepage review*/
#main_index .index_wrapper_8 {
    padding: 1rem 8% 6rem;
}

.hp_review_top_box {
    margin-bottom: 3rem;
}

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

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

/*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.3vw;
    }
    .navbar_type8 .nav_tab {
        gap: 0.5vw;
    }
    
    /*footer*/
    .footer_type8 {
        padding-top: 5rem !important;
        padding-bottom: 2rem !important;
    }
    
    /*homepage banner*/
    .hp_banner_small {
        font-size: 1.2vw;
    }
    .hp_banner_keyword {
        font-size: 1.1vw;
    }
    .hp_banner_button .hp_button_word {
      font-size: 14px;
      height: 30px;
      border-radius: 10px;
      padding: 0 15px;
    }
    .hp_banner_button .hp_button_arrow {
      width: 30px;
      height: 30px;
      font-size: 15px;
    }
    .slider_banner_bullet .slick-dots li button::before {
        font-size: 17px;
    }
    .slider_banner_bullet .slick-dots li button {
        font-size: 17px;
        padding-left: 12px;
    }
    .slider_banner_bullet .slick-dots li::before {
        left: -25%;
    }
    .slider_banner_bullet .slick-prev::before, .slider_banner_bullet .slick-next::before {
        font-size: 20px;
    }
    
    /*homepage count*/
    .hp_count {
        padding: 2.5rem 15px;
    }
    .hp_count_text {
        font-size: 14px;
    }
    
    /*homepage news*/
    #main_index .index_wrapper_4 {
        padding: 3rem 15px;
    }
    .hp_small_title {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .hp_big_title {
        margin-bottom: 15px;
        font-size: 24px;
    }
    .hp_news_top_box {
      margin-bottom: 1rem;
    }
    #main_index .hp_latest_new_8 .news_box {
        padding: 15px;
    }
    .hp_latest_new_8 .news_box .title {
        font-size: 15px;
    }
    
    /*homepage about*/
    .hp_about {
        padding: 3rem 15px;
    }
    .hp_about_img {
        width: 100%;
    }
    .hp_about_box {
      padding-left: 0;
    }
    .hp_keyword {
        font-size: 14px;
    }
    .hp_button_word {
        font-size: 14px;
        height: 35px;
        padding: 0 15px;
    }
    .hp_button_arrow {
        width: 35px;
        height: 35px;
        font-size: 15px;
    }
    
    /*homepage category*/
    .hp_category {
        padding: 3rem 15px;
    }
    .hp_category_keyword {
        width: 100%;
        font-size: 14px;
    }
    .hp_category_left, .hp_category_right {
      margin-bottom: 2rem;
    }
    
    .hp_category_box {
        width: 100%;
        padding: 2rem;
        border-radius: 20px;
    }
    .hp_category_title {
        font-size: 23px;
    }
    .hp_category_arrow {
        width: 45px;
        height: 45px;
        font-size: 20px;
    }
    
    /*homepage why*/
    .hp_why {
        padding: 3rem 15px;
    }
    .hp_why_top_box {
      margin-bottom: 2rem;
    }
    .hp_why_box {
        width: 100%;
        padding: 3rem 10px;
        border-radius: 20px;
    }
    .hp_why_icon img {
        max-width: 90px;
    }
    .hp_why_title {
        font-size: 15px;
        margin-bottom: 15px;
    }
    .hp_why_box:hover::before {
        border-radius: 20px;
    }
    
    /*homepage review*/
    #main_index .index_wrapper_8 {
      padding: 1rem 15px 4rem;
    }

}

.navbar_mobile {
    background-color: #000;
}

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

@media (max-width: 991.5px) {
    /*footer*/
    
    
    /*homepage banner*/
    .hp_banner {
        padding-top: 0;
    }
    .hp_banner_line {
        top: 50%;
    }
    
    /*homepage count*/
    
    
    /*homepage news*/
    
    
    /*homepage about*/
    
    
    /*homepage category*/
    .hp_category_box {
        padding: 1.5rem;
    }
    .hp_category_title {
        font-size: 20px;
    }
    
    /*homepage why*/
    
    
    /*homepage review*/
    

}

@media (max-width: 767.5px) {
    /*footer*/
    .custom_footer_left, .custom_footer_right {
      margin-top: 0;
    }
    
    /*homepage banner*/
    /*.slider_banner_bullet .item > img {*/
    /*    min-height: 380px;*/
    /*    object-fit: cover;*/
    /*}*/
    .hp_banner {
        padding: 15px 15px 15px 30px;
    }
    .hp_banner_small {
        font-size: 13px;
    }
    .hp_banner_title {
        font-size: 23px;
    }
    .hp_banner_keyword {
        font-size: 12px;
        margin-bottom: 10px;
    }
    .hp_banner_keyword span {
      display: unset;
    }
    .hp_banner_button .hp_button_word {
        font-size: 12px;
    }
    .hp_banner_line {
        left: 15px;
        height: 65%;
        width: 40vw;
    }
    .slider_banner_bullet .slick-dots {
        width: 80%;
    }
    .slider_banner_bullet .slick-dots li {
        margin: 0 3.5vw;
    }
    .slider_banner_bullet .item > img {
        min-height: 530px;
        object-fit: cover;
        padding-top: 300px;
        object-position: right;
    }
    .hp_bannerNew {
        padding: 20px;
        justify-content: flex-start;
    }
    .hp_bannerNew::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 300px;
        background-color: #f7eee5;
        z-index: -2;
    }
    .hp_bannerNew::after {
        content: "";
        position: absolute;
        left: 0;
        top: 300px;
        width: 100%;
        height: 15%;
        background-image: linear-gradient(to bottom, #f7eee5, transparent);
        z-index: -1;
    }
    .hp_bannerNew.hp_bannerNew2::before,
    .hp_bannerNew.hp_bannerNew3::before {
        background-color: #010d24;
    }
    .hp_bannerNew.hp_bannerNew2::after,
    .hp_bannerNew.hp_bannerNew3::after {
        background-image: linear-gradient(to bottom, #010d24, transparent);
    }
    .hp_bannerNew_box {
        width: 100%;
    }
    .hp_bannerNew_small {
        font-size: 12px;
    }
    .hp_bannerNew_title {
        font-size: 22px;
    }
    .hp_bannerNew_keyword {
        width: 100%;
        font-size: 11px;
    }
    .hp_bannerNew_group {
        margin-top: 10px;
        padding-top: 10px;
        position: relative;
        width: 100%;
        grid-template-columns: repeat(3, 1fr);
        gap: 10px;
    }
    .hp_bannerNew_icon img {
        max-width: 30px;
    }
    .hp_bannerNew_text {
        font-size: 10px;
    }
    .hp_bannerNew .hp_button_word {
        font-size: 11px;
        height: 25px;
        border-radius: 5px;
    }
    .hp_bannerNew .hp_button_arrow {
        width: 25px;
        height: 25px;
        font-size: 12px;
    }
    
    /*homepage count*/
    
    
    /*homepage news*/
    
    
    /*homepage about*/
    .hp_about_box {
        margin-top: 2rem;
    }
    
    /*homepage category*/
    .hp_category_right {
        justify-content: flex-start;
    }
    .hp_category_title {
        font-size: 22px;
    }
    
    /*homepage why*/
    .hp_why_box {
        padding: 2rem 10px;
    }
    .hp_why_box::before {
        left: -10vw;
        top: -10vw;
        width: 30vw;
        height: 30vw;
    }
    
    /*homepage review*/
    

}

.toggle_btn .whatsapp_float_title{
    font-weight: 400;
    background: rgba(255, 255, 255, 0.6);
}

.product_detail .productCustomization .nav-pills .nav-link.active{
    display: none;
}

.product_detail .productCustomization .tab-pane{
    display: none;
}