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


/*top space*/

.top_space {
    border-bottom: 1px solid #000;
}

.top_space_search {
    background-color: #214087;
  padding: 12px 8%;
  display: flex;
  justify-content: flex-end;
}

.top_space_contact {
    display: flex;
  gap: 25px;
  align-items: center;
  padding: 12px 8%;
}

.top_space_point img {
    max-width: 25px;
}

.top_space_point:hover img {
    animation: 1s swing;
}

.top_space_point {
    font-size: 16px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 10px;
}

.top_space_point a, .top_space_point a:hover {
    color: #000;
}

#search_name_nav {
    background-color: #eaeaea;
  border: none;
  padding: 4px 15px;
  width: 260px;
}

.search_button {
    background-color: #eaeaea;
  border: none;
  padding: 0 20px;
  color: #000;
  font-size: 16px;
}

/*navigation bar*/
.navbar_type8 {
    height: 100px;
  border-bottom: 1px solid rgba(0, 0, 0, 1);
  padding: 0 calc(8% - 15px) 0 calc(8% - 5px);
  transition: all 0.3s ease-in-out;
}

#main_index .navbar_type8 {
    border-bottom: none;
}

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

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

.navbar_type8 .logo {
    margin-left: 0;
    flex: 0 1 10%;
}

.navbar_type8 .nav_tab {
    padding-right: 0;
    flex: 0 1 90%;
}



.navbar_type8 .nav_tab .nav_item a {
    color: #000;
  font-size: 1vw;
  padding: 15px 1vw;
  font-weight: 500;
}

.navbar_type8 .nav_tab .nav_item:last-child a {
  display: flex;
  align-items: center;
  gap: 10px;
  background-color: #f04b25;
  color: #fff;
  padding: 5px 15px;
  border-radius: 50px;
}

.navbar_type8 .nav_tab .nav_item:last-child::before {
    display: none;
}

.navbar_type8 .nav_tab .nav_item:last-child a::after {
  content: '';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #f04b25;
  background-color: #fff;
  width: 18px;
  height: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 11px;
  border-radius: 50%;
}

.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;
  background-color: #f04b25;
  transform: translate(-50%, 0);
}

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

/*footer*/

.footer_type10 {
  color: white;
  background-color: #282828;
  overflow: hidden;
  font-size: 14px;
  line-height: 1.55;
  padding-top: 1rem !important;
}

.footer_type10 .text {
    font-size: 14px;
}

.footer_type10 a:hover {
  color: #f04b25;
}

.footer_type10 a.text:hover, .footer_type10 a.text-light:focus, .footer_type10 a.text-light:hover {
    color: #f04b25 !important;
}

.footer_type10 .social_media a:hover .icon_s i {
  color: #f04b25;
}

.footer_type10 .sub_title {
    border-bottom: 1px solid rgb(255, 255, 255);
}

.footer_type10 .logo img {
    max-height: 100%;
}

.footer_type10 .title {
    min-height: 65px;
}

/*homepage banner*/
.hp_banner {
    position: relative;
  width: 100%;
  height: 100%;
  padding-left: 10vw;
  padding-top: 9vw;
}

.hp_banner_small {
    font-size: 1.25vw;
  color: #fff;
  margin-bottom: 20px;
  font-weight: 400;
}

.hp_banner_big {
    font-size: 2.9vw;
  color: #fff;
  font-weight: 700;
  margin-bottom: 30px;
  letter-spacing: 2px;
}

.hp_banner_big span {
    display: block;
}

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

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

.hp_big_title {
    color: #214087;
  font-size: 2.3vw;
  font-weight: 700;
  margin-bottom: 30px;
}

.hp_keyword {
    font-size: 16px;
  margin-bottom: 0;
  color: #777;
}

.hp_why .hp_keyword {
    width: 85%;
  margin: 0 auto;
}

.hp_why_top_box {
    margin-bottom: 3rem;
}

.hp_why_ebox {
    margin: 15px 0;
}

.hp_why_icon img {
    max-width: 125px;
}

.hp_why_box:hover .hp_why_icon img {
    animation: 1s swing;
}

.hp_why_title {
    color: #214087;
  font-size: 1.6vw;
  font-weight: 700;
  margin-top: 30px;
  margin-bottom: 25px;
}

.hp_why_title span {
    display: block;
}

.hp_why_keyword {
    font-size: 15px;
  margin-bottom: 0;
  color: #777;
}

/*homepage about*/
.hp_about {
    padding: 0 7%;
}

.hp_about_left {
    display: flex;
  align-items: center;
}

.hp_small_title {
    font-size: 18px;
  color: #000;
  margin-bottom: 15px;
}

.hp_about .hp_small_title {
    color: #fff;
}

.hp_about .hp_keyword {
    color: #f4f4f4;
    line-height: 1.7;
}

.hp_about .hp_big_title {
    margin-bottom: 20px;
    color: #fff;
}

.hp_about_img {
  width: 88%;
  margin-left: auto;
  position: absolute;
  right: 15px;
  top: 2.7rem;
}

.hp_about_box {
    position: relative;
    padding: 5rem 0 5rem 7rem;
}

.hp_about_box::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 135%;
    height: 100%;
    background-image: url('https://cdn1.npcdn.net/userfiles/27082/image/about_us_bg.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    z-index: -1;
}

.hp_button {
    background-color: #f04b25;
  border: none;
  border-radius: 50px;
  color: #fff;
  font-size: 14px;
  padding: 8px 20px;
  display: flex;
  align-items: center;
  gap: 15px;
  font-weight: 400;
  transition: all 0.4s ease-in-out;
}

.hp_button span {
    display: inline-block;
    color: #f04b25;
  background-color: #fff;
  width: 18px;
  height: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 11px;
  border-radius: 50%;
  transition: all 0.4s ease-in-out;
}

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

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

.hp_button:hover span {
    transform: translateX(5px);
}

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

/*homepage product*/
.hp_product {
    padding: 7rem 8%;
}

.hp_product_top_box {
    margin-bottom: 2.5rem;
}

.hp_product_ebox {
    margin: 15px 0 45px;
}

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

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

.hp_product_content1 {
    position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.hp_product_button {
    width: 100%;
  height: 100%;
  background-color: transparent;
  border: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
  font-size: 1.5vw;
  font-weight: 500;
  line-height: 1.2;
  padding: 10px;
}

.hp_product_content2 {
    position: absolute;
  left: 50%;
  top: 100%;
  transform: translate(-50%, -50%);
}

.hp_product_content2 .hp_button {
    padding: 8px 35px;
}

/*homepage packaging*/
.hp_packaging {
    padding: 11rem 8%;
  background-image: url('https://cdn1.npcdn.net/userfiles/27082/image/middle_-banner_bg.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.hp_packaging_title {
    color: #fff;
  font-size: 2.25vw;
  font-weight: 700;
  margin-bottom: 15px;
}

.hp_packaging_keyword {
    font-size: 1.6vw;
  color: #fff;
  margin-bottom: 0;
}

.hp_packaging_button {
    display: flex;
  justify-content: center;
  margin-top: 30px;
}

/*homepage contact*/
#main_index .index_wrapper_7 {
  padding: 7rem 8% 5rem;
  background-color: #efefef;
}

.hp_contactImg_box {
    width: 90%;
}

.hp_contactTitle_big {
    font-size: 1.85vw;
  font-weight: 700;
  color: #000;
  margin-bottom: 20px;
}

.hp_contactTitle_small {
    font-size: 15px;
  color: #777;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.hp_contactTitle_small::before {
    content: "";
    width: 35px;
    height: 2px;
    background-color: #777;
}

#main_index #index_8 {
    padding-right: 4vw !important;
    margin-top: 1.5rem;
}

#main_index .contact_us_type3 .hpform .form-group .form-control {
    border-radius: 0;
  border: none;
}

#main_index .contact_us_type3 .google_map {
    display: none;
}

#main_index .contact_us_type3 .hpform .contactus-fa-icon {
    display: none;
}

#main_index .contact_us_type3 .hpform > .form-group {
    padding: 0 !important;
}

#main_index .contact_us_type3 .hpform .form-group > h3 {
    display: none;
}

#main_index .contact_us_type3 .hpform .form-group .btn-success {
  background-color: #f04b25;
  border-color: #f04b25;
  border-radius: 0;
}

@media (min-width: 768px) {
  #main_index .contact_us_type3 .hpform {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

/*other pages*/


/*homepage responsive*/

@media (max-width: 1400px) {
    .navbar_type8 {
        padding: 0 4%;
    }
    .navbar_type8 .nav_tab .nav_item {
      margin: 0;
    }
    .top_space_contact, .top_space_search {
        padding: 12px 4%;
    }
}

@media (max-width: 1200px) {
    /*top space*/
    .top_space_search {
        padding: 10px 15px;
    }
    .top_space_contact {
        padding: 10px 15px;
    }
    .top_space_point img {
      max-width: 23px;
    }
    .top_space_point {
        font-size: 14px;
    }
    
    /*navigation bar*/
    .navbar_type8 {
        padding: 0 15px;
    }
    .navbar_type8 .nav_tab .nav_item a {
        font-size: 13px;
        padding: 12px;
    }
    
    /*footer*/
    .footer_type10 .col-12.col-md-6.col-lg-6.col-xl-3.mb-md-0.pt-5 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    
    /*homepage banner*/
    .hp_banner_small {
        font-size: 15px;
        margin-bottom: 15px;
    }
    .hp_banner {
        padding-left: 6vw;
        padding-top: 7vw;
    }
    .hp_banner_big {
        margin-bottom: 20px;
        letter-spacing: 1px;
    }
    .hp_button {
        font-size: 13px;
        gap: 10px;
    }
    
    /*homepage why*/
    .hp_why {
      padding: 4rem 15px;
    }
    .hp_big_title {
        margin-bottom: 20px;
        font-size: 25px;
    }
    .hp_keyword, .hp_why_keyword {
        font-size: 14px;
    }
    .hp_why_icon img {
        max-width: 100px;
    }
    .hp_why_title {
        margin-top: 25px;
      margin-bottom: 20px;
      font-size: 17px;
    }
    .hp_why_top_box {
      margin-bottom: 2rem;
    }
    
    /*homepage about*/
    .hp_about {
      padding: 0 15px;
    }
    .hp_about_box {
        padding: 3rem 0 3rem 3rem;
    }
    .hp_about .hp_big_title {
        margin-bottom: 15px;
    }
    .hp_small_title {
      font-size: 16px;
      margin-bottom: 10px;
    }
    .hp_about_button {
        margin-top: 20px;
    }
    .hp_about_img {
        width: 93%;
    }
    
    /*homepage product*/
    .hp_product {
      padding: 4rem 15px;
    }
    .hp_product_top_box {
      margin-bottom: 1.5rem;
    }
    .hp_product_button {
        font-size: 19px;
    }
    
    /*homepage packaging*/
    .hp_packaging {
        padding: 9rem 15px;
    }
    .hp_packaging_title {
        font-size: 24px;
    }
    .hp_packaging_keyword {
        font-size: 18px;
    }
    .hp_packaging_button {
        margin-top: 20px;
    }
    
    /*homepage contact*/
    #main_index .index_wrapper_7 {
        padding: 4rem 15px;
    }
    .hp_contactTitle_big {
        margin-bottom: 10px;
        font-size: 20px;
    }
    .hp_contactTitle_small {
        font-size: 14px;
    }
    .hp_contactImg_box {
      width: 100%;
    }
    #main_index #index_8 {
      padding-right: 0 !important;
      margin-top: 0;
    }

}

.side_menu {
    background-color: #214087;
}

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

@media (max-width: 991px) {
    /*footer*/
    
    
    /*homepage banner*/
    
    
    /*homepage why*/
    
    
    /*homepage about*/
    
    
    /*homepage product*/
    
    
    /*homepage packaging*/
    
    
    /*homepage contact*/
    
}

@media (max-width: 767px) {
    /*footer*/
    .footer_type10 .col-12.col-md-6.col-lg-6.col-xl-3.mb-md-0.pt-5 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    
    /*homepage banner*/
    .index_wrapper_2 .item.slick-slide > img {
        min-height: 300px !important;
        object-fit: cover;
    }
    .hp_banner {
        padding: 15px;
    }
    .hp_banner_small {
        font-size: 15px;
        margin-bottom: 10px;
        text-shadow: 1px 1px 3px #000;
    }
    .hp_banner_big span {
      display: unset;
    }
    .hp_banner_big {
        margin-bottom: 15px;
        letter-spacing: 0;
        font-size: 22px;
        text-shadow: 1px 1px 3px #000;
    }
    
    /*homepage why*/
    .hp_why .hp_keyword {
        width: 100%;
    }
    .hp_why_title {
        margin-top: 10px;
        margin-bottom: 10px;
        font-size: 18px;
    }
    
    /*homepage about*/
    .hp_about_box::before {
        background-size: cover;
        border-radius: 15px;
        width: 100%;
    }
    .hp_about_box {
        padding: 2rem 1.5rem;
    }
    .hp_about_img {
        width: 100%;
        position: relative;
        top: 0;
        right: 0;
        margin-top: 2rem;
    }
    
    /*homepage product*/
    .hp_product_ebox {
      margin: 15px 0 25px;
      padding: 0 7px;
    }
    .hp_product_content2 .hp_button {
      padding: 6px 20px;
      font-size: 12px;
    }
    .hp_product_button {
        font-size: 17px;
    }
    
    /*homepage packaging*/
    .hp_packaging {
        padding: 5rem 15px;
    }
    .hp_packaging_keyword {
        font-size: 16px;
    }
    
    /*homepage contact*/
    .hp_contactImg_box {
        margin-bottom: 2rem;
    }

}