@import url('https://fonts.googleapis.com/css2?family=PT+Serif:ital,wght@0,400;0,700;1,400;1,700&display=swap');

body > br {
    display: none;
}


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

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


/*navigation bar*/

.navbar_type8 {
    height: 100px;
  background-color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0 2.5vw;
}

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

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

.navbar_type8 .nav_tab .nav_item {
    text-transform: unset;
  margin: 0 .5vw;
  padding: 7px 12px;
}

.navbar_type8 .nav_tab .nav_item a {
  color: #555;
  font-size: .95vw;
  padding: 0;
  transition: all 0.4s ease-in-out;
}

.navbar_type8 .nav_tab .nav_item:hover a {
    color: #c601d2;
}

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

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

.navbar_type8 .nav_tab .nav_item:nth-last-child(3) {
    background-color: #c601d2;
  border-radius: 8px;
}

.navbar_type8 .nav_tab .nav_item:nth-last-child(3) a {
    color: #fff;
}

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

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

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

.navbar_type8 .nav_tab .dropdown .dropdown-menu .dropdown-item a {
    color: #fff;
}

.navbar_type8 .nav_tab .dropdown .dropdown-menu .dropdown-item a:hover {
    color: #fff !important;
    background-color: #c601d2;
}

/*footer*/

.footer_type10 {
  color: white;
  background-color: #000;
  font-size: 14px;
  line-height: 1.6;
}

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

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

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

.footer_type10 .logo img {
    max-height: 60px;
}

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

.footer_type10 .logo {
    padding-top: 60px;
}

/*homepage banner*/

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

.hp_banner {
    position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-left: 11vw;
}

.hp_banner_word {
    position: relative;
  z-index: 5;
}

.hp_banner_title {
    font-family: "PT Serif", serif;
  color: #000;
  font-size: 2.9vw;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 20px;
}

.hp_banner_title span {
  font-weight: 500;
  display: block;
  font-size: 2.3vw;
}

.hp_banner_button {
    display: flex;
  margin-top: 30px;
}

.hp_banner_img {
  position: absolute;
  height: 100%;
  right: 0;
  top: 0;
  bottom: 0;
  width: 38.4%;
}

.hp_banner_keyword {
    margin-bottom: 0;
  border-left: 3px solid #c601d2;
  font-size: 15px;
  color: #444;
  width: 55%;
  line-height: 1.6;
  padding-left: 15px;
}

.slider_banner .slick-dots li {
    margin: 0 2px;
}

.index_wrapper_2 .slick-dotted.slick-slider {
  margin-bottom: 0 !important;
}

.slider_banner .slick-dots {
  position: absolute;
  bottom: 1vw;
}

/*homepage category*/

.hp_category {
    padding: 6rem 8%;
  margin-top: 4rem;
  position: relative;
}

.hp_category::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 40%;
  height: 70%;
    background-color: #e9e1f0;
}

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

.hp_big_title {
  font-family: "PT Serif", serif;
  color: #111;
  font-size: 2.9vw;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 20px;
}

.hp_category_ebox {
    margin: 15px 0;
}

.hp_category_box {
    background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  border-radius: 20px;
  height: 100%;
  transition: all 0.4s ease-in-out;
}

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

.hp_category_content {
    padding: 30px;
}

.hp_category_title {
    font-size: 1.15vw;
  font-weight: 700;
  color: #494949;
  margin-bottom: 7px;
}

.hp_category_keyword {
    font-size: 14px;
  color: #666;
  line-height: 1.5;
  margin-bottom: 0;
}

.hp_category_button {
    display: flex;
  justify-content: flex-start;
  margin-top: 20px;
}

.hp_category_button .hp_button {
  padding: 8px 20px;
  font-size: 13px;
}

.hp_category_bottom_box {
    display: flex;
  gap: 20px;
  margin-top: 1.5rem;
}

.hp_category_bottom_button .hp_button {
    padding: 8px 20px;
    background-color: #e9e1f0;
    color: #494949;
    font-weight: 400;
    font-size: 15px;
  letter-spacing: 0;
  height: 100%;
}

.hp_button {
  position: relative;
  transition: all 0.3s ease-in-out;
  padding: 10px 25px;
  background-color: #c601d2;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #ffff;
  gap: 10px;
  font-weight: 500;
  border: none;
  outline: none;
  overflow: hidden;
  font-size: 14px;
  letter-spacing: 1px;
}

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

.hp_button:focus {
    outline: none;
}

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

.hp_button:hover::before {
  animation: shine 1.5s ease-out infinite;
}

.hp_button::before {
  content: "";
  position: absolute;
  width: 100px;
  height: 100%;
  background-image: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0) 30%,
    rgba(255, 255, 255, 0.8),
    rgba(255, 255, 255, 0) 70%
  );
  top: 0;
  left: -100px;
  opacity: 0.6;
}

@keyframes shine {
  0% {
    left: -100px;
  }

  60% {
    left: 100%;
  }

  to {
    left: 100%;
  }
}


/*homepage about*/

.hp_about_img {
    width: 95%;
  margin-left: auto;
}

.hp_about_right {
    padding-right: 0;
}

.hp_about_keyword {
    font-size: 15px;
  color: #444;
  line-height: 1.7;
  margin-bottom: 0;
}

.hp_about_why {
    column-count: 2;
  margin: 1.5rem 0;
}

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

.hp_about_icon img {
    max-width: 50px;
    transition: all 0.6s ease-in-out;
}

.hp_about_point:hover .hp_about_icon img {
    transform: rotateY(360deg);
}

.hp_about_point {
    display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  margin: 10px 0;
}

.hp_about_point:first-child {
    margin-top: 0;
}

.hp_about_icon_title {
    font-size: 16px;
  font-weight: 600;
}

.hp_about_box {
    padding: 0 6vw 0 8vw;
}

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

/*homepage product*/

#main_index .index_wrapper_5 {
    padding: 5rem 8%;
    margin-top: 5rem;
    position: relative;
}

#main_index .index_wrapper_5::before {
    content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 60%;
  background-color: #e9e1f0;
}

.hp_product_keyword {
    font-size: 15px;
  color: #222;
  line-height: 1.7;
  margin-bottom: 0;
}

.hp_product_keyword span {
    display: block;
}

.hp_product_box {
    margin-bottom: 2rem;
}

#main_index .productSlider-1 .slick-track .slick-slide {
    margin: 15px;
  border-radius: 5px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  background-color: white;
  transition: all 0.4s ease-in-out;
}

#main_index .productSlider-1 .slick-track .slick-slide:hover {
    transform: translateY(-10px);
}

#main_index .productSlider-1 .product_img .product_box .product_img_frame img {
    border-radius: 15px;
}

#main_index .productSlider-1 .product_img .product_box {
    margin: 12px;
}

#main_index .productSlider-1 .product_img .product_box h6 {
  color: #111;
  font-weight: 600 !important;
  text-align: center;
  font-size: 17px;
}

#main_index .productSlider-1 .product_img .product_box .align-top {
  font-weight: 400 !important;
  font-size: 15px;
  margin-bottom: 20px;
}

#main_index .productSlider-1 .product_img .product_box .align-top a, #main_index .productSlider-1 .product_img .product_box .align-top a:hover {
    color: #c601d2;
}

#main_index .productSlider-1 .product_img .product_box p {
    display: none;
}

#main_index .productSlider-1 .product_img .slick-prev::before, #main_index .productSlider-1 .product_img .slick-next::before {
  text-shadow: none;
  color: #222;
  font-size: 25px;
}

#main_index .productSlider-1 .product_img .slick-next {
  right: -20px;
}

#main_index .productSlider-1 .product_img .slick-prev {
    left: -20px;
}

/*homepage news*/

#main_index .index_wrapper_6 {
    padding: 0 8% 5rem;
}

#main_index .latest_new_type6 {
  margin-bottom: 0;
  padding-top: 0;
}

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

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

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

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

.hp_newst_box {
    margin-bottom: 3rem;
}

/*other pages*/

.page_title b {
    font-size: 1.85rem;
  position: relative;
  color: #111;
  font-family: "PT Serif", serif;
}

.hp_latest_new .news_box .read_more {
    width: max-content;
}

/*homepage responsive*/


@media (max-width: 1200px) {
    .navbar_type8 {
        padding: 0 2vw;
    }
    .navbar_type8 .nav_tab .nav_item a {
        font-size: 1vw;
    }
    .navbar_type8 .nav_tab .nav_item {
        margin: 0 5px;
        padding: 5px;
    }
    .hp_banner_keyword {
        font-size: 14px;
    }
    .hp_banner_title {
        margin-bottom: 15px;
    }
    .hp_banner_button {
      margin-top: 20px;
    }
    .hp_button {
        padding: 8px 20px;
        font-size: 13px;
    }
    .hp_banner {
        padding-left: 10vw;
    }
    .hp_category {
        padding: 4rem 1%;
        margin-top: 2rem;
    }
    .hp_big_title {
        margin-bottom: 15px;
    }
    .hp_category_content {
      padding: 20px;
    }
    .hp_category_title {
        font-size: 16px;
    }
    .hp_category_button {
        margin-top: 15px;
    }
    .hp_category_button .hp_button {
      padding: 7px 17px;
      font-size: 12px;
    }
    .hp_category_box {
        border-radius: 15px;
    }
    .hp_category_bottom_box {
        gap: 15px;
        margin-top: 1rem;
    }
    .hp_category_bottom_button .hp_button {
        padding: 6px 16px;
        font-size: 14px;
    }
    .hp_about_right {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .hp_about_box {
      padding: 0;
    }
    .hp_about_keyword, .hp_product_keyword {
        font-size: 14px;
    }
    .hp_about_icon_title {
        font-size: 14px;
    }
    .hp_about_why {
        margin: 10px 0 15px;
    }
    .hp_about_icon img {
        max-width: 40px;
    }
    #main_index .index_wrapper_5 {
        padding: 3rem 1%;
        margin-top: 3rem;
    }
    .hp_product_box {
      margin-bottom: 1rem;
    }
    #main_index .productSlider-1 .product_img .product_box h6 {
        font-size: 15px;
    }
    #main_index .productSlider-1 .product_img .product_box .align-top {
        font-size: 13px;
        margin-bottom: 15px;
    }
    #main_index .index_wrapper_6 {
      padding: 0 2% 3rem;
    }
    .latest_new_type6 .news_box .img_frame {
        height: 230px;
    }
    .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%;
    }
    .footer_type10 .logo img {
      max-height: 45px;
    }
    .footer_type10 .logo {
      padding-top: 45px;
    }
    .footer_type10 .title {
      min-height: 45px;
    }
    #main_index .productSlider-1 .product_img .slick-next {
      right: -5px;
    }
    #main_index .productSlider-1 .product_img .slick-prev {
      left: -5px;
    }
}

.side_menu {
    background-color: #494949;
}

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


@media (max-width: 991px) {
    .footer_type10 .logo img {
      max-height: 35px;
    }
    .footer_type10 .logo {
      padding-top: 35px;
    }
    .footer_type10 .title {
      min-height: 35px;
    }
    .page_title b {
        font-size: 1.6rem;
    }
}


@media (max-width: 767px) {
    #main_index {
        overflow-x: hidden;
    }
    .index_wrapper_2 .item.slick-slide > img {
        min-height: 350px !important;
        object-fit: cover;
        opacity: 0;
    }
    .hp_banner_img {
        width: 50%;
        height: 75%;
        top: unset;
        right: 0;
        overflow: hidden;
    }
    .hp_banner_img img {
        min-height: 290px !important;
        object-fit: cover;
        object-position: 50% 50%;
    }
    .hp_banner {
        align-items: flex-start;
        padding: 10px;
    }
    .slider_banner {
        background-color: #e9e1f0;
    }
    .hp_banner_title {
        font-size: 22px;
    }
    .hp_banner_title span {
        font-size: 19px;
    }
    .hp_banner_keyword {
        font-size: 13px;
        width: 48%;
        padding-left: 10px;
        border-left: 2px solid #c601d2;
    }
    .hp_banner_button .hp_button {
        padding: 6px 16px;
        font-size: 12px;
    }
    .slider_banner .slick-dots {
      bottom: 5vw;
      width: 50%;
    }
    .hp_big_title {
        font-size: 30px;
    }
    .hp_category_right {
        justify-content: flex-start;
        margin-bottom: 1rem;
    }
    .hp_category::before {
        width: 70%;
        height: 70%;
    }
    .hp_category_title {
        font-size: 17px;
    }
    .hp_category_bottom_box {
        gap: 10px;
        margin-top: 1rem;
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
    .hp_category_bottom_button .hp_button {
        width: 100%;
        justify-content: flex-start;
    }
    .hp_about {
        padding: 0 1%;
    }
    .hp_about_right {
      padding-right: 15px;
    }
    .hp_about_img {
      width: 100%;
      margin-top: 2rem;
    }
    .hp_product_keyword span {
      display: inline-block;
    }
    #main_index .productSlider-1 .slick-track .slick-slide {
        margin: 15px 40px;
    }
    #main_index .productSlider-1 .product_img .slick-next {
        right: 5px;
    }
    #main_index .productSlider-1 .product_img .slick-prev {
        left: 5px;
    }
    #main_index .productSlider-1 .product_img .product_box h6 {
        font-size: 17px;
    }
    #main_index .productSlider-1 .product_img .product_box .align-top {
        font-size: 14px;
    }
    #main_index .index_wrapper_6 {
        padding: 0 20px 3rem;
    }
    .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%;
    }
    .footer_type10 .logo img {
      max-height: 55px;
    }
    .footer_type10 .logo {
      padding-top: 55px;
    }
    .footer_type10 .title {
      min-height: 55px;
    }
    .hp_about_why {
        column-count: 1;
        margin: 1rem 0;
    }
    .hp_about_icon img {
        max-width: 45px;
    }
    .hp_about_icon_title {
        font-size: 15px;
    }
    .hp_latest_new .news_box .title {
        margin-top: 15px;
        font-size: 1.3rem;
    }
}

