body > br {
    display: none;
}

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


/*navigation bar*/
.navbar_type8 {
    height: 100px;
    background-color: #000;
}

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

.navbar_type8 .logo img {
    padding: 5px;
    width: 100%;
    height: 100%;
}

#main_index .navbar_type8 .logo img {
  height: 160%;
  padding: 20px 5px 5px;
}

.navbar_type8.dark_nav .logo img {
    height: 100% !important;
    padding: 5px !important;
}

.navbar_type8 .logo {
    overflow: visible;
    margin-left: 1vw;
}

.navbar_type8 .nav_tab {
    padding-right: 6vw;
}

.navbar_type8 .nav_tab .nav_item a {
    font-size: 14px;
    letter-spacing: 1px;
}

.navbar_type8 .nav_tab .nav_item {
    margin: 0 10px;
}

.navbar_type8 .nav_tab .nav_item::before {
  width: 0;
  border-bottom: none;
  transition: all 0.4s ease-in-out;
  opacity: 1;
  height: 2px;
  background-color: #ffe50e;
}

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

/*footer*/
.footer_type10 {
    font-size: 14px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.8);
}

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

.footer_type10 .text {
    color: rgba(255, 255, 255, 0.8) !important;
}

.footer_type10 a {
    color: rgba(255, 255, 255, 0.8);
}

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

.footer_type10 .sub_title p {
    color: #ffe50e;
  font-style: italic;
  letter-spacing: 0.5px;
  font-size: 24px;
}

.custom_footer_point p {
    margin-bottom: 5px;
}

.custom_footer_point h4 {
    font-size: 16px;
  font-weight: 600;
  font-style: italic;
  color: #fff;
  letter-spacing: 0.5px;
  margin-bottom: 10px;
}

.custom_footer_point i {
    color: #fff;
}

.custom_footer_location {
    display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 20px;
}

.custom_footer_email {
    color: #fff;
}

.custom_footer_social_group {
    display: flex;
  gap: 10px;
  width: 55%;
  margin-top: 15px;
}

.custom_footer_social img {
    transition: all 0.25s ease-in-out;
}

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

.footer_type10 .sub_title {
    border-bottom: 2px solid rgba(255, 255, 255, 0.5);
}

.footer_type10 .line_top {
  border-top: 2px solid rgba(255, 255, 255, 0.5);
}

.footer_type10 a.text:hover {
  color: rgba(255, 255, 255, 1) !important;
}

/*homepage banner*/
.slider_banner .banner_content {
    overflow: hidden;
}

.index_wrapper_2 .item.slick-slide > img {
    filter: brightness(0.8);
}

.hp_banner {
    position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  text-align: right;
  padding-right: 7vw;
}

.hp_banner1 {
    padding-bottom: 14vw;
}

.hp_banner2 {
    padding-bottom: 3vw;
}

.hp_banner1 .hp_banner_img {
    position: absolute;
  width: 35%;
  right: 17vw;
  bottom: 4vw;
  display: none;
}

.hp_banner2 .hp_banner_img {
  position: absolute;
  width: 34%;
  left: 7vw;
  bottom: 8vw;
  display: none;
}

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

.hp_banner_title {
    font-size: 3.1vw;
  font-weight: 800;
  color: #ffe50e;
  font-style: italic;
  letter-spacing: 1px;
  margin-bottom: 30px;
  line-height: 1.2;
}

.hp_banner_button .hp_button {
    color: #fff;
}


@media (min-width: 991px) {
    .slider_banner {
        margin-top: -100px;
    }
    .page_title {
        margin-bottom: 20px;
        margin-top: 30px;
    }
}

/*homepage about*/
.hp_about {
  position: relative;
  padding-top: 6rem;
  padding-bottom: 6rem;
  margin-top: -3vw;
  z-index: 1;
}

.hp_about::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 95%;
    height: 100%;
    background-image: url('https://cdn1.npcdn.net/userfiles/26513/image/aboutbg.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: 0 50%;
    z-index: -2;
}

.hp_about::after {
    content: "";
    position: absolute;
    right: 0;
  bottom: 0;
  width: 40%;
  height: 58%;
    background-image: url('https://cdn1.npcdn.net/userfiles/26513/image/logo_element.png');
    background-size: contain;
  background-repeat: no-repeat;
  background-position: 100% 100%;
  z-index: -1;
}

.hp_about_keyword {
    font-size: 15px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 2.2;
  letter-spacing: 0.5px;
  margin-bottom: 30px;
}

.hp_small_title {
    font-size: 17px;
  color: #000;
  margin-bottom: 10px;
  letter-spacing: 0.5px;
}

.hp_big_title {
    font-size: 2.2vw;
  color: #444;
  font-weight: 800;
  font-style: italic;
  letter-spacing: 0.5px;
  line-height: 1.2;
  margin-bottom: 20px;
}

.hp_about .hp_big_title {
    color: #ffe50e;
    position: relative;
  left: -5px;
  font-size: 2.0vw;
}

.hp_about_small {
    font-size: 17px;
  color: rgba(255, 255, 255, 0.9);
  letter-spacing: 0.5px;
  margin-bottom: 10px;
}

.hp_button {
    color: #ffe50e;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #fff;
  text-transform: uppercase;
  font-size: 16px;
  padding: 7px;
  position: relative;
  transition: all 0.4s ease-in-out;
}

.hp_button:hover {
    color: #000;
}

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

.hp_button:focus {
    outline: none;
}

.hp_button::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    background-color: #fff;
  transition: all 0.4s ease-in-out;
  z-index: -1;
}

.hp_button:hover::before {
    height: 100%;
}

.hp_about_right, .hp_about_left {
    display: flex;
  justify-content: center;
  align-items: center;
}

.hp_about_box {
    padding-right: 3vw;
}

.hp_about_img {
    width: 48%;
  border-radius: 50%;
  overflow: hidden;
  /*border: 1px dashed rgba(255, 255, 255, 0.5);*/
  border: 1px solid rgba(255, 255, 255, 0.2);
}

/*homepage category*/
.hp_category {
    padding-top: 6rem;
  padding-bottom: 6rem;
}

.hp_category_ebox {
    margin: 15px 0;
}

.hp_category_top {
    margin-bottom: 2rem;
}

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

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

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

.hp_category_button {
    background-color: #ffe50e;
  border: none;
  color: #000;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.5px;
  padding: 7px 13px 13px;
  position: relative;
    transition: all 0.4s ease-in-out;
}

.hp_category_button::before {
  content: "";
  position: absolute;
  left: 7%;
  bottom: 8px;
  width: 86%;
  height: 1.5px;
  background-color: #000;
}

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

.hp_category_button:active {
    transform: scale(0.7);
}

.hp_category_button:focus {
    outline: none;
}

/*homepage specialize*/
.hp_specialize {
    position: relative;
}

.hp_specialize::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-image: url('https://cdn1.npcdn.net/userfiles/26513/image/service_bg.jpg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 100%;
    z-index: -1;
}

.hp_specialize_top {
    margin-bottom: 2rem;
}

.hp_specialize_ebox {
    margin: 15px 0;
}

.hp_specialize_box {
    transition: all 0.4s ease-in-out;
}

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

.hp_specialize_content {
    width: 96%;
  margin-left: auto;
  margin-top: 2rem;
}

.hp_specialize_title {
    font-size: 1.4vw;
  color: #ffe50e;
  font-weight: 700;
  font-style: italic;
  letter-spacing: 0.5px;
  line-height: 1.2;
  margin-bottom: 15px;
}

.hp_specialize_title a, .hp_specialize_title a:hover {
    color: #ffe50e;
    text-decoration: none;
}

.hp_specialize_keyword {
    font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.7;
  margin-bottom: 0;
}

.hp_specialize_keyword a, .hp_specialize_keyword a:hover {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
}

.hp_specialize_button {
    display: flex;
  justify-content: center;
  margin: 2rem 0 3rem;
}

/*homepage service*/
.hp_service {
    padding-top: 6rem;
  padding-bottom: 6rem;
}

.hp_service_top {
    margin-bottom: 2rem;
}

.hp_service_ebox {
    margin: 15px 0;
}

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

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

.hp_service_img {
    overflow: hidden;
}

.hp_service_img img {
    transition: all 0.5s ease-in-out;
}

.hp_service_box:hover .hp_service_img img {
    transform: scale(1.15);
}

.hp_service_content {
    position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hp_service_content a {
    width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hp_service_content a:hover {
    text-decoration: none;
}

.hp_service_button {
    width: 100%;
  height: 100%;
  background-color: transparent;
  border: none;
  color: #ffe50e;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 1.6vw;
  font-style: italic;
  font-weight: 700;
  letter-spacing: 0.5px;
  line-height: 1.3;
}

.hp_service_button:focus {
    outline: none;
}

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

/*.hp_why_top {*/
/*    margin-bottom: 2rem;*/
/*}*/

.hp_why .row {
    gap: 2.5rem 0;
}

.hp_why_ebox {
    margin: 15px 0;
}

.hp_why_box {
    display: flex;
  justify-content: center;
  align-items: center;
  gap: 25px;
}

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

.hp_why_box:hover .hp_why_img img {
    animation: 1s rubberBand;
}

.hp_why_title {
    font-size: 1.6vw;
  font-weight: 800;
  color: #000;
  font-style: italic;
  letter-spacing: 0.5px;
  margin-bottom: 10px;
}

.hp_why_keyword {
    font-size: 15px;
  line-height: 1.7;
  margin-bottom: 0;
  width: 85%;
}

/*homepage contact*/
.hp_contact {
    padding-top: 11rem;
  padding-bottom: 11rem;
  background-image: url('https://cdn1.npcdn.net/userfiles/26513/image/Contact-us_bg.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.hp_contact_title {
    font-size: 2.7vw;
  font-weight: 800;
  color: #ffe50e;
  font-style: italic;
  letter-spacing: 0.5px;
  margin-bottom: 15px;
  line-height: 1.2;
}

.hp_contact_keyword {
    font-size: 1.9vw;
  font-weight: 600;
  color: #fff;
  font-style: italic;
  letter-spacing: 0.5px;
  margin-bottom: 0;
  line-height: 1.5;
  width: 70%;
}

.hp_contact_button {
    display: flex;
  margin-top: 3rem;
}

/*homepage news*/
.hp_news {
    padding-top: 6rem;
}

.hp_news_top {
    margin-bottom: 1rem;
}

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

.latest_new_type6 .news_box .badge-primary {
    background-color: #ffe50e;
  letter-spacing: 0.5px;
  color: #000;
}

.latest_new_type6 .news_box {
    transition: all 0.4s ease-in-out;
}

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

/*homepage brand*/
.hp_brand {
    padding-top: 5rem;
  padding-bottom: 5rem;
}

.hp_brand_top {
    margin-bottom: 2rem;
}

.hp_brand_box {
    display: grid;
  grid-template-columns: repeat(10, 1fr);
  gap: 10px 5px;
}

.hp_brand_logo img {
    transition: all 0.4s ease-in-out;
}

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

.hp_brand .hp_button {
    color: #000;
    border-bottom: 1px solid #000;
}

.hp_brand .hp_button::before {
    background-color: #000;
}

.hp_brand .hp_button:hover {
  color: #ffe50e;
}

.hp_brand_bottom {
    margin-top: 2rem;
}

/*other pages*/

.page_title b {
  font-size: 2rem;
  position: relative;
  color: #222;
  font-style: italic;
  font-weight: 800;
}

#v-pills-hq .big-whatsapp-custom-btn:first-child {
    display: none;
}

.whatsapp_float_btn.num2 {
    display: none;
}

/*homepage responsive*/

@media (max-width: 1300px) {
    .navbar_type8 .nav_tab {
      padding-right: 3vw;
    }
    .navbar_type8 .nav_tab .nav_item a {
        padding: 12px;
    }
}

@media (max-width: 1200px) {
    .navbar_type8 .nav_tab {
      padding-right: 10px;
    }
    #main_index .navbar_type8 .logo img {
      height: 125%;
      padding: 10px 5px 5px;
    }
    .navbar_type8 .nav_tab .nav_item {
      margin: 0 5px;
    }
    .navbar_type8 .nav_tab .nav_item a {
      font-size: 13px;
      letter-spacing: 0.5px;
      padding: 12px;
    }
    .hp_banner {
        padding-right: 4vw;
    }
    .hp_button {
        font-size: 14px;
        padding: 5px;
    }
    .hp_banner_title {
        margin-bottom: 20px;
    }
    .hp_about {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
    .hp_about_small {
        font-size: 15px;
    }
    .hp_big_title {
        margin-bottom: 10px;
    }
    .hp_about_keyword {
        font-size: 14px;
        line-height: 1.8;
        margin-bottom: 15px;
    }
    .hp_about_box {
      padding-right: 0;
    }
    .hp_about_img {
        width: 50%;
    }
    .hp_about::before {
        width: 98%;
    }
    .hp_about::after {
        width: 45%;
        height: 65%;
    }
    .hp_category, .hp_service, .hp_brand {
      padding-top: 3rem;
      padding-bottom: 3rem;
    }
    .hp_category_top, .hp_specialize_top, .hp_service_top, .hp_brand_top {
      margin-bottom: 1rem;
    }
    .hp_category_button {
        font-size: 13px;
        padding: 6px 11px 11px;
    }
    .hp_category_button::before {
        left: 7%;
      bottom: 6px;
      width: 86%;
      height: 1px;
    }
    .hp_specialize_title {
        font-size: 17px;
        margin-bottom: 8px;
    }
    .hp_specialize_button {
        margin: 1rem 0 2rem;
    }
    .hp_service_button {
        font-size: 20px;
    }
    .hp_why_keyword {
      font-size: 14px;
      width: 100%;
    }
    .hp_why_title {
        font-size: 18px;
        margin-bottom: 5px;
    }
    .hp_why_img img {
      max-width: 100px;
    }
    .hp_why_box {
        gap: 20px;
    }
    .hp_why .row {
      gap: 1rem 0;
    }
    .hp_why {
      padding-bottom: 3rem;
    }
    .hp_contact_title {
        margin-bottom: 10px;
    }
    .hp_contact_keyword {
        width: 60%;
    }
    .hp_contact_button {
        margin-top: 2rem;
    }
    .hp_contact {
        padding-top: 7rem;
        padding-bottom: 7rem;
    }
    .hp_news {
      padding-top: 3rem;
    }
    .hp_news_top {
      margin-bottom: 0;
    }
    .latest_new_type6 .news_box .img_frame {
        height: 230px;
    }
    .hp_brand_bottom {
      margin-top: 1rem;
    }
    .footer_type10 .col-12.col-md-6.col-lg-6.col-xl-3.mb-md-0.pt-5 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .footer_type10 .sub_title p {
        font-size: 20px;
    }
    .custom_footer_point h4 {
        font-size: 15px;
    }
    .footer_type10 .logo img {
        max-height: 70px;
    }
    .footer_type10 .title {
        min-height: 70px;
        padding-top: 70px;
    }
    .hp_specialize::before {
        height: 70%;
        background-size: cover;
    }
    .custom_footer_social_group {
        width: 65%;
    }
}

.navbar_mobile, .side_menu {
    background-color: #000;
}

.navbar_mobile .btn-outline-light {
  border-color: #fff;
  color: #fff;
}

.navbar_mobile .btn-outline-light:hover {
  border-color: #fff;
  color: #fff;
    background-color: #000;
}

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

@media (max-width: 991px) {
    .footer_type10 .col-12.col-md-6.col-lg-6.col-xl-3.mb-md-0.pt-5 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .hp_about_img {
        width: 70%;
    }
    .hp_about::before {
        width: 100%;
    }
    .hp_about::after {
        width: 50%;
        height: 70%;
    }
    .hp_category_content {
        padding: 10px;
    }
    .hp_category_button {
        font-size: 12px;
        padding: 5px 10px 8px;
    }
    .hp_category_button::before {
        bottom: 5px;
    }
    .hp_specialize_title {
        font-size: 15px;
    }
    .hp_service_button {
        font-size: 18px;
    }
    .hp_why_img img {
        max-width: 85px;
    }
    .hp_why_title {
        font-size: 17px;
    }
    .custom_footer_social_group {
        width: 20%;
    }
    .hp_brand_box {
        grid-template-columns: repeat(7, 1fr);
    }
}


@media (max-width: 767px) {
    .hp_about {
        margin-top: 0;
    }
    .index_wrapper_2 .item.slick-slide > img {
        min-height: 350px !important;
        object-fit: cover;
    }
    .hp_banner {
        padding: 10px;
        justify-content: flex-start;
    }
    
    .hp_banner_title {
        margin-bottom: 10px;
        font-size: 8vw;
        line-height: 1.3;
        text-shadow: 1px 1px 3px #000;
    }
    .hp_banner_title span {
        display: block;
    }
    .hp_banner1 .hp_banner_img {
      width: 70%;
      right: unset;
      bottom: 3vw;
      left: 8vw;
    }
    .hp_banner2 .hp_banner_img {
      width: 67%;
      left: 6vw;
      bottom: 3vw;
    }
    .hp_about_img {
        width: 45%;
        margin-bottom: 2rem;
    }
    .hp_about .hp_big_title {
        left: 0;
        font-size: 23px;
    }
    .hp_big_title {
        font-size: 23px;
    }
    .hp_about_box {
        padding-left: 10px;
    }
    .hp_about::after {
        width: 70%;
        height: 70%;
    }
    .hp_category_top, .hp_specialize_top, .hp_service_top, .hp_brand_top {
        margin-bottom: 0;
    }
    .hp_specialize_title {
        font-size: 18px;
    }
    .hp_specialize::before {
        height: 85%;
    }
    .hp_service_ebox {
      margin: 10px 0;
      padding: 0 10px;
    }
    .hp_service .row {
        padding: 0 10px;
    }
    .hp_service_button {
        font-size: 16px;
        padding: 5px;
    }
    .hp_why_title {
        font-size: 18px;
    }
    .hp_why_box {
        gap: 10px;
    }
    .hp_contact_title {
        font-size: 23px;
    }
    .hp_contact_title span {
        display: block;
    }
    .hp_contact_keyword {
        width: 100%;
        font-size: 17px;
    }
    .hp_contact_button {
        margin-top: 1rem;
    }
    .hp_contact {
        padding-top: 5rem;
        padding-bottom: 5rem;
    }
    .hp_brand_box {
        grid-template-columns: repeat(5, 1fr);
    }
    .footer_type10 .logo img {
        max-height: 80px;
    }
    .footer_type10 .title {
        min-height: 80px;
        padding-top: 80px;
    }
    .custom_footer_social_group {
        width: 40%;
        gap: 8px;
    }
    .navbar_mobile .logo_img {
        transform: scale(1.4);
        position: relative;
        bottom: 5px;
    }
}

