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

body > br {
    display: none;
}

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

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


/*navigation bar*/
#top_spacing{
    height:110px!important;
}

.navbar_ecommerceDropdown{
    padding: 0 9%;
    height: 110px;
    position: fixed;
    z-index: 999;
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

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

.navbar_ecommerceDropdown > .container{
    max-width:100%;
    padding:0;
}

.nav_bottom .menu .nav_item:hover{
    background-color:transparent;
}

.nav_bottom .menu .nav_item .dropdown a{
  font-size: 17px;
  padding: 15px 20px;
}

.nav_bottom .menu .nav_item .dropdown a strong{
    font-weight: 500;
}

.navbar_ecommerceDropdown .nav_search{
    justify-content: center;
}

.navbar_ecommerceDropdown .nav_logo img{
    max-height: 80px;
}

.mega_menu .menu_border{
    padding:10px 0;
}

.mega_menu .mega_menu_body{
    top: -10px;
}

.navbar_ecommerceDropdown .e_commerce .login div {
    display: none;
    padding: 5px;
}

.navbar_ecommerceDropdown .e_commerce .login:hover div {
    display: block;
}

.navbar_ecommerceDropdown .e_commerce .login {
    filter: unset;
    padding: 0;
  padding-right: 5px;
}

.navbar_ecommerceDropdown .e_commerce .login i {
    background-color: #d19a08;
  color: #fff;
  font-size: 22px;
  width: 43px;
  height: 43px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

.navbar_ecommerceDropdown .e_commerce .login i:hover {
    animation: 1s rubberBand;
}

.navbar_ecommerceDropdown .e_commerce .shopping {
    justify-content: center;
  align-items: center;
  display: flex;
}

.navbar_ecommerceDropdown .e_commerce .shopping i {
    background-color: #d19a08;
  color: #fff;
  font-size: 20px;
  width: 43px;
  height: 43px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

.navbar_ecommerceDropdown .e_commerce .shopping i:hover {
    animation: 1s rubberBand;
}

.navbar_ecommerceDropdown .e_commerce .login .dropdown-menu {
    top: 85%;
}

.navbar_ecommerceDropdown .e_commerce .login .dropdown-menu a {
    color: #000;
  padding: 5px !important;
}

.navbar_ecommerceDropdown .e_commerce a:hover {
    text-decoration: none;
}

.navbar_ecommerceDropdown .e_commerce .login .dropdown-menu .dropdown-item:focus, .navbar_ecommerceDropdown .e_commerce .login .dropdown-menu .dropdown-item:hover {
  color: #d19a08 !important;
  text-decoration: none;
  background-color: transparent;
}

.navbar_ecommerceDropdown .e_commerce .login .dropdown-menu a:hover {
    color: #d19a08;
}

/*footer*/

.footer_type10 {
  color: #f4f4f4;
  background-color: #1d1d1b;
  overflow: hidden;
  font-size: 14px;
  line-height: 1.6;
}

.footer_type10 .text {
  color: #f4f4f4 !important;
  font-size: 14px;
}

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

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

.footer_type10 .logo {
    display: none;
}

.footer_type10 .sub_title p {
    font-weight: 400 !important;
  font-size: 17px;
}

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

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

/*homepage banner*/

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

.hp_banner_scroll {
  position: absolute;
  z-index: 4;
  left: -1.5vw;
  bottom: 70px;
}


.hp_banner_btn_scroll {
  transform: rotate(90deg);
  background-color: transparent;
  border: none;
  color: #624503;
  font-size: 14px;
  padding: 0;
  text-transform: uppercase;
  font-weight: 500;
}

.hp_banner_btn_scroll:focus {
    outline: none;
}

.hp_banner_btn_scroll span {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  position: relative;
}

.hp_banner_btn_scroll span::after {
  display: inline-block;
  width: 100px;
  height: 0.8px;
  background-color: #624503;
  content: "";
  transition: all 0.4s ease-in-out;
}

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

.hp_banner_small {
    color: #624503;
  font-size: 1.5vw;
  font-weight: 400;
  text-align: center;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

.hp_banner_big {
    font-family: "Playfair Display", serif;
  font-size: 3.7vw;
  font-weight: 700;
  color: #624503;
  margin-bottom: 25px;
  text-align: center;
}

.hp_banner_big span {
    display: block;
}

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

.hp_banner_btn {
    padding: 0;
  background-color: transparent;
  border: none;
  transition: all 0.4s ease-in-out;
}

.hp_banner_btn img {
    max-width: 200px;
}

.hp_banner_btn:focus {
    outline: none;
}

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

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

.hp_banner_img {
  position: absolute;
  bottom: 5vw;
  right: 4vw;
  width: 52%;
}

.hp_banner2 .hp_banner_img {
    right: 0;
    width: 58%;
    bottom: 0;
}

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

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

.slider_banner .slick-dots li button::before {
  color: transparent;
  font-size: 10px;
  background-color: #624503;
  width: 35px;
  height: 5px;
  opacity: 1;
  transition: all 0.3s ease-in-out;
}

.slider_banner .slick-dots li button {
  width: 35px;
  height: 5px;
  transition: all 0.3s ease-in-out;
}

.slider_banner .slick-dots li {
    margin: 0 10px;
  width: 35px;
  height: 5px;
  transition: all 0.3s ease-in-out;
}

.slider_banner .slick-dots li:hover button::before {
  color: transparent;
  opacity: 1;
}

.slider_banner .slick-dots li.slick-active button::before {
  opacity: .5;
  color: transparent;
}

.slider_banner .slick-prev::before, .slider_banner .slick-next::before {
  text-shadow: none;
  color: #fff;
  z-index: 1;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-image: unset;
  background-size: unset;
  background-repeat: unset;
  text-indent: unset;
  filter: unset;
  background-color: rgba(0, 0, 0, 0.4);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  opacity: 1;
  font-size: 17px;
}

.slider_banner .slick-next::before {
    content: "";
}

.slider_banner .slick-prev::before {
    content: "";
}

.slider_banner .slick-next, .slider_banner .slick-prev {
    width: 35px;
  height: 35px;
  border-radius: 50%;
}

.slider_banner .slick-prev:hover::before, .slider_banner .slick-next:hover::before {
    background-color: #d19a08;
}

.slider_banner .slick-next {
  right: 80px;
}

.slider_banner .slick-prev {
    left: 80px;
}

/*homepage category*/

.hp_category {
    padding: 5rem 8%;
    position: relative;
}

.hp_category::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 8%;
    height: 100%;
    background-image: url('https://cdn1.npcdn.net/userfiles/26797/image/element-02.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 0 90%;
}

.hp_category::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 8%;
    height: 100%;
    background-image: url('https://cdn1.npcdn.net/userfiles/26797/image/element-01.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 0 10%;
}

.hp_category_img {
    position: relative;
}

.hp_category_content {
    position: absolute;
  right: 1vw;
  bottom: 1vw;
}

.hp_category_button {
    padding: 0;
  background-color: transparent;
  border: none;
  transition: all 0.4s ease-in-out;
}

.hp_category_button img {
    max-width: 135px;
}

.hp_category_button:focus {
    outline: none;
}

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

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

.hp_category_title {
  color: #624503;
  margin-bottom: 0;
  text-align: center;
  font-size: 1.3vw;
  margin-top: 15px;
}

.hp_category_title a, .hp_category_title a:hover {
    color: #624503;
}

.hp_category_ebox {
    margin: 15px 0;
}

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

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

/*homepage hot product*/

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

.hp_big_title {
  font-size: 1.7vw;
  color: #624503;
  margin-bottom: 0;
  display: flex;
  gap: 15px;
  justify-content: flex-start;
  align-items: center;
  width: max-content;
  position: relative;
}

.hp_big_title::before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 3px;
  background-color: #624503;
  position: absolute;
  right: 60px;
}

.hp_big_title::after {
    content: "";
    display: inline-block;
    width: 100px;
    height: 1px;
    background-color: #624503;
}

.hp_hotProduct_box {
   display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem;
}

.hp_button {
    background-color: transparent;
  color: #624503;
  border: none;
  padding: 2px;
  border-bottom: 1px solid #624503;
  font-size: 1.1vw;
  font-weight: 600;
  display: flex;
  gap: 10px;
  transition: all 0.4s ease-in-out;
}

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

.hp_button:focus {
    outline: none;
}

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

.hp_button span {
    display: flex;
  font-size: 12px;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: all 0.5s ease-in-out;
}

.hp_button:hover span {
    transform: rotate(360deg);
}

#main_index .productSlider-1 .product_img .product_box {
    margin: 0;
  border: none;
}

#main_index .productSlider-1 .slick-track .slick-slide {
  margin: 15px;
  height: auto;
  flex: 1;
  border-radius: 0;
  box-shadow: none;
  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 {
    object-fit: contain !important;
  border-radius: 0;
  background-color: #fcf5eb;
  border: 1px solid #fcf5eb;
}

#main_index .productSlider-1 .product_img .product_box h6 {
  color: #000;
  font-weight: 300 !important;
  font-size: 14px;
  text-align: center;
  letter-spacing: 1px;
}

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

#main_index .productSlider-1 .product_img .product_box .align-top {
    letter-spacing: 0;
}

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

#main_index .productSlider-1 .product_img .slick-next::before {
    content: "";
}

#main_index .productSlider-1 .product_img .slick-prev::before {
    content: "";
}

#main_index .productSlider-1 .product_img .product_box .product_img_frame .add_to_cart {
    opacity: 0.9;
}

#main_index .productSlider-1 .product_img .slick-prev::before, #main_index .productSlider-1 .product_img .slick-next::before {
  text-shadow: none;
  color: #fff;
  z-index: 1;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.4);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  opacity: 1;
  font-size: 17px;
}

#main_index .productSlider-1 .product_img .slick-next, #main_index .productSlider-1 .product_img .slick-prev {
    width: 35px;
  height: 35px;
  border-radius: 50%;
}

#main_index .productSlider-1 .product_img .slick-prev:hover::before, #main_index .productSlider-1 .product_img .slick-next:hover::before {
    background-color: #d19a08;
}

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

#main_index .productSlider-1 .product_img .slick-arrow {
  z-index: 5;
}

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

/*homepage signature product*/

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

/*homepage latest product*/

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

/*homepage news*/

#main_index .index_wrapper_7 {
    padding: 0 0 4rem;
}

.hp_news .hp_big_title {
    width: max-content;
  position: relative;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  margin: 0 auto;
}

.hp_news .hp_big_title::after {
    width: 100%;
}

.hp_news .hp_big_title::before {
    right: unset;
  left: 0;
  bottom: -1px;
}

.hp_news_top_box {
    margin-bottom: 3rem;
}

.hp_news_bottom_box {
    position: relative;
}

.hp_news_bottom_content {
    position: absolute;
  left: 7vw;
  top: 50%;
  transform: translate(0, -50%);
}

.hp_news_title {
    font-family: "Playfair Display", serif;
  color: #fff;
  font-weight: 600;
  text-align: center;
  margin-bottom: 15px;
  font-size: 3vw;
}

.hp_news_title span {
    display: block;
}

.hp_news_button {
    display: flex;
  justify-content: center;
}

.hp_news_btn {
    padding: 0;
  background-color: transparent;
  border: none;
  transition: all 0.4s ease-in-out;
}

.hp_news_btn img {
    max-width: 190px;
}

.hp_news_btn:focus {
    outline: none;
}

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

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

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

#main_index .hp_photoGallerySlider_type3 .photo-gallery3 .outline_box .gallery_box img {
    padding: 0;
}

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

#main_index .hp_photoGallerySlider_type3 .container {
    max-width: 100%;
}

#main_index .hp_photoGallerySlider_type3 .col-12, #main_index .hp_photoGallerySlider_type3 .photo-gallery3 .outline_box {
    padding: 0;
}

#main_index .hp_photoGallerySlider_type3 .photo-gallery3 .outline_box .gallery_box {
    padding-top: 33%;
  background-color: transparent;
}

#main_index .hp_photoGallerySlider_type3 .photo-gallery3 {
  padding: 0;
}

/*homepage why*/

.hp_why {
    padding: 0 8% 5rem;
    overflow: hidden;
}

.hp_why .hp_big_title {
    width: max-content;
  position: relative;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  margin: 0 auto;
}

.hp_why .hp_big_title::after {
    width: 100%;
}

.hp_why .hp_big_title::before {
    right: unset;
  left: 0;
  bottom: -1px;
}

.hp_why_top_box {
    margin-bottom: 3rem;
}

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

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

.hp_why_icon {
    width: 43%;
  margin: 0 auto;
}

.hp_why_title {
    color: #624503;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.3;
  margin-top: 20px;
}

.hp_why_title span {
    display: block;
}

.hp_why_point:hover .hp_why_icon img {
    animation: 1s rubberBand;
}

.hp_why_box {
    display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  padding: 2.5rem 3vw;
  position: relative;
}

.hp_why_box::before {
  content: "";
  position: absolute;
  left: -10vw;
  top: 0;
  width: 112%;
  height: 100%;
  background-color: #fcf5eb;
  z-index: -1;
  border-radius: 0 300px 300px 0;
}

/*other pages*/
.category_list_type4 .category_box .img_frame img,
.product_list_5 .product_box .img_frame img {
    object-fit: contain;
}

/*homepage responsive*/

@media (max-width: 1200px) {
    .navbar_ecommerceDropdown {
        padding: 0 15px;
    }
    .nav_bottom .menu .nav_item .dropdown a {
        font-size: 14px;
    }
    .navbar_ecommerceDropdown .e_commerce .login i {
        font-size: 20px;
        width: 40px;
        height: 40px;
    }
    .navbar_ecommerceDropdown .e_commerce .shopping i {
        font-size: 20px;
        width: 40px;
        height: 40px;
    }
    .hp_banner_scroll {
        left: -5vw;
        bottom: 44px;
    }
    .hp_banner_small {
        margin-bottom: 7px;
        font-size: 16px;
    }
    .hp_banner_big {
        margin-bottom: 15px;
    }
    .hp_banner_btn img {
      max-width: 150px;
    }
    .hp_category {
        padding: 3rem 15px;
    }
    .hp_category_button img {
      max-width: 115px;
    }
    .hp_category_title {
        font-size: 16px;
    }
    .hp_category::after {
        z-index: -1;
    }
    .hp_why, #main_index .index_wrapper_4, #main_index .index_wrapper_5, #main_index .index_wrapper_6, #main_index .index_wrapper_8 {
      padding: 0 15px 3rem;
    }
    .hp_big_title {
        font-size: 22px;
    }
    .hp_hotProduct_box {
        margin-bottom: 1rem;
    }
    .hp_button {
        font-size: 16px;
    }
    .hp_big_title::after {
        width: 80px;
        height: 0.8px;
    }
    .hp_big_title::before {
        width: 30px;
        height: 2.5px;
        right: 50px;
    }
    .slider_banner .slick-prev::before, .slider_banner .slick-next::before, .slider_banner .slick-next, .slider_banner .slick-prev, #main_index .productSlider-1 .product_img .slick-prev::before, #main_index .productSlider-1 .product_img .slick-next::before, #main_index .productSlider-1 .product_img .slick-next, #main_index .productSlider-1 .product_img .slick-prev {
        width: 30px;
        height: 30px;
    }
    .slider_banner .slick-prev::before, .slider_banner .slick-next::before, #main_index .productSlider-1 .product_img .slick-prev::before, #main_index .productSlider-1 .product_img .slick-next::before {
        font-size: 15px;
    }
    #main_index .productSlider-1 .product_img .slick-next {
      right: 0px;
    }
    #main_index .productSlider-1 .product_img .slick-prev {
      left: 0;
    }
    #main_index .index_wrapper_7 {
      padding: 0 0 2rem;
    }
    .hp_news_top_box, .hp_why_top_box {
      margin-bottom: 2rem;
    }
    .hp_news_title {
        font-size: 35px;
    }
    .hp_news_btn img {
      max-width: 150px;
    }
    .hp_why_box {
        padding: 2rem 3vw;
    }
    .footer_type10 .col-12.col-md-6.col-lg-6.col-xl-3.mb-md-0.pt-5:nth-child(1) {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .footer_type10 .col-12.col-md-6.col-lg-6.col-xl-3.mb-md-0.pt-5:nth-child(2) {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .footer_type10 .col-12.col-md-6.col-lg-6.col-xl-3.mb-md-0.pt-5:nth-child(3) {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .footer_type10 .col-12.col-md-6.col-lg-6.col-xl-3.mb-md-0.pt-5:nth-child(4) {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .slider_banner .slick-next {
      right: 50px;
    }
    .slider_banner .slick-prev {
      left: 50px;
    }
}

.side_menu {
    background-color: #624503;
}

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

@media (max-width: 991px) {
    .hp_banner_scroll {
        left: -7vw;
        bottom: 28px;
    }
    .hp_banner_btn img {
        max-width: 130px;
    }
    #top_spacing {
        height: 80px !important;
    }
    .hp_why_box {
        padding: 1.5rem;
    }
    .slider_banner .slick-dots li button::before {
      width: 30px;
      height: 4px;
    }
    .slider_banner .slick-dots li button {
      width: 30px;
      height: 4px;
    }
    .slider_banner .slick-dots li {
      width: 30px;
      height: 4px;
    }
    .slider_banner .slick-next {
      right: 30px;
    }
    .slider_banner .slick-prev {
      left: 30px;
    }
}

@media (max-width: 767px) {
    /*.index_wrapper_2 .item.slick-slide > img {*/
    /*    min-height: 400px !important;*/
    /*    object-fit: cover;*/
    /*}*/
    .hp_banner {
        padding: 10px;
        justify-content: center;
        align-items: flex-start;
        text-align: center;
    }
    .hp_banner_small {
        font-size: 15px;
    }
    .hp_banner_big {
        font-size: 27px;
    }
    .hp_banner_scroll {
        left: -2%;
        bottom: unset;
        top: 75%;
        transform: translate(0, -50%);
    }
    .hp_banner_btn_scroll span::after {
        display: none;
    }
    .hp_banner_btn_scroll {
        font-size: 11px;
    }
    .hp_banner_img {
        bottom: 5%;
      right: 5%;
      width: 90%;
    }
    .hp_banner2 .hp_banner_img {
        right: 5%;
        width: 90%;
        bottom: 5%;
    }
    .hp_category_button img {
        max-width: 125px;
    }
    .hp_category_content {
        right: 2vw;
        bottom: 2vw;
    }
    .hp_hotProduct_box {
        margin-bottom: 1rem;
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }
    .hp_news_bottom_img img {
        min-height: 230px;
      object-fit: cover;
      object-position: 87% 50%;
    }
    .hp_news_bottom_content {
        position: relative;
        left: unset;
        top: unset;
        transform: unset;
        margin-top: 1.5rem;
    }
    .hp_news_title {
        font-size: 28px;
        color: #624503;
    }
    .hp_news_btn img {
        max-width: 130px;
    }
    .hp_why_box {
        padding: 20px;
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    .hp_why_box::before {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background-color: #fcf5eb;
      z-index: -1;
      border-radius: 20px;
    }
    .hp_why_title span {
      display: unset;
    }
    .footer_type10 .col-12.col-md-6.col-lg-6.col-xl-3.mb-md-0.pt-5:nth-child(1) {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .footer_type10 .col-12.col-md-6.col-lg-6.col-xl-3.mb-md-0.pt-5:nth-child(2) {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .footer_type10 .col-12.col-md-6.col-lg-6.col-xl-3.mb-md-0.pt-5:nth-child(3) {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .footer_type10 .col-12.col-md-6.col-lg-6.col-xl-3.mb-md-0.pt-5:nth-child(4) {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .slider_banner .slick-next {
      right: 5px;
    }
    .slider_banner .slick-prev {
      left: 5px;
    }
    .hp_big_title {
        width: 100%;
    }
}

