@import url('https://fonts.googleapis.com/css2?family=Marcellus&display=swap');

body > br{
    display: none;
}
/*all page*/
.page_title{
    margin-top:30px;
}

.title_small_1{
    font-size: 2rem;
    line-height: 1.6;
    color: #231f20;
    font-weight: 600;
}

.page_title::after{
    content:'';
    display: inline-block;
    background:#f6e2b0;
    height:3px;
    width:50px;
}

/*slider*/


.slider_banner{
    margin-top:-110px;
}

.slider_banner .banner_content {
    display: flex;
    align-items: center;
}

.slider_banner .banner_content .b_content{
    width: 50% !important;
    margin:0 auto 0 10%;


}

.slider_banner .banner_content .b_content h2{
    font-weight:600;
    font-size: 55px;
    line-height: 1.2;
    color: #fff;
    text-shadow:2px 2px 10px rgba(0,0,0,0.3);
}

.slider_banner .banner_content .b_content h2 span{
    display:block;
}

.slider_banner .banner_content .b_content h3{
    font-size: 20px;
    line-height: 1.5;
    color: #ffffff;
    text-shadow:2px 2px 5px rgba(0,0,0,0.5);
}


.slider_banner .banner_content .b_content p{
    font-size: 16px;
    line-height: 1.5;
    color: #ffffff;
    text-shadow:2px 2px 5px rgba(0,0,0,0.5);
}

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

.navbar_mobile, .side_menu {
    background-color: #03442c;
}
.side_menu .list-group .list-group-item a {
    color: #fff;
}
.navbar_mobile .logo_img {
    filter: brightness(0) invert(1);
}
.topspacex1{
    padding:5px 10px;
    background:transparent;
    color:#ffffff;
    font-size:.9rem;
    text-align:center;
    position: fixed;
    z-index: 999;
    width: 100%;
}

.topspacex1 a{
    color:#ffffff;
    display:flex;
    justify-content: center;
    align-items:center;
    height:33px;
    width:33px;
    font-size:1rem;
    margin-right:5px;
    border-radius:25px;
}

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

.topspacex1 .col-lg-6{
    justify-content: center;
    align-items: center;
    display:flex;
}

.topSocial{
    justify-content: end;
    padding-right:50px;
    display:flex;
}

/*Nav*/
.navbar_type8 {
    background:#03442c;
    border-bottom:1px solid rgba(255,255,255,0.3);
    height:100px;
}

#main_index .navbar_type8 {
    background:transparent;
}

.navbar_type8 .logo {
    flex: 0 1 20%;
    margin-left: 65px;
}

.navbar_type8 .logo img {
  position: absolute;
  left: 0px;
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 10px;
  object-position: center;
  filter: brightness(0) invert(1);
}

.dark_nav {
    background-color: #03442c !important;
    animation: 1s fadeInDown;
}

.navbar_type8 .nav_tab .nav_item {
    text-transform: capitalize;
    margin: 0 5px;
}

.navbar_type8 .nav_tab .nav_item a {
  color: #fff;
  padding: 5px 15px;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  position: relative;
  transition: all 0.3s ease;
  display: inline-block;
}

.navbar_type8 .nav_tab .nav_item a:hover {
    transform: translateY(-3px);
}

.navbar_type8 .nav_tab .nav_item::before {
    display: none;
}

.navbar_type8 .nav_tab .nav_item a::before {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background-color: #f6e2b0;
  transform: scaleY(0);
  transform-origin: bottom;
  transition: transform 0.3s ease;
}

.navbar_type8 .nav_tab .nav_item a:hover::before {
  transform: scaleY(1);
}

.navbar_type8 .nav_tab {
    flex: 0 1 80%;
}

.navbar_type8 .nav_tab .dropdown .dropdown-menu .dropdown-item a {
    color: #96CDFF;
    padding: 0.5rem 1.5rem;
}

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

.navbar_type8 .nav_tab .dropdown .dropdown-menu .dropdown-item span {
    display: none;
}

.navbar_type8 .nav_tab .active {
    color: #666 !important;
}

.dark_nav .nav_tab .active {
    color: #666 !important;
}

.navbar_type8 .nav_tab .dropdown .dropdown-menu .dropdown-item {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  background-color: rgba(255, 255, 255, 0.8);
}

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

/*footer*/
.footer_type6{
  background: #fff;
  color: #272526;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 2.5rem !important;
}

.footer_type6 .container .col-md-3:first-child {
    -ms-flex: 0 0 35%;
    flex: 0 0 35%;
    max-width: 35%;
    padding-right: 40px !important;
}

.footer_type6 .container .col-md-3:nth-child(2),
.footer_type6 .container .col-md-3:nth-child(3){
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}


.footer_type6 .logo{
    padding-top: 80px;
}

.footer_type6 .logo img {
    max-height: 80px;
    filter: brightness(0);
}

.footer_type6 .input-container input{
    width: 100%;
    height: 2.5rem;
    color: #272526;
  background: rgba(0,0,0,0.1);
    padding: 0 5px;
    border-radius:25px;
    caret-color: #000;
    
}

.footer_type6 .input-container .submit {
    color: #272526;
}

.footer_type6 .title {
    min-height: 80px;
}

.footer_type6 .line {
    width: 100%;
    padding: 0 15px;
    background-color: rgba(0,0,0,0.2);
}

.footer_type6 .title h6{
    text-transform: uppercase;
}

.footer_type6 a{
    color:#272526;
}

.footer_type6 #subscribeEmailLabel{
      visibility: hidden;
}

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

.title_big{
  font-size: 2.3vw;
  font-weight: 700;
  color: #272526;
  margin-bottom: 10px;
  font-family: "Marcellus", serif;
}

.title_big span{
    display:block;
}


.content_text{
  font-size: 16px;
  line-height: 1.6;
  color: #555;
  margin-bottom: 0;
}

.btn_more{
    border:1px solid #000;
    background:#000000;
    color:#EFB71A;
    font-size:.9rem;
    font-weight:400;
    transition: linear .3s;
    margin-top:20px;
    padding:12px 35px;
}

.btn_more:hover{
    background:transparent;
    color:#000000;
}

/*hp_about*/
.hp_about{
    padding-top:5rem;
    position: relative;
    z-index: 2;
}

.about_content {
    margin: 15px 0 35px;
}

.about_imgGroup{
    display:flex;
    flex-wrap: wrap;
    justify-content: right;
    width:90%;
    margin-left:auto;
}

.about_img{
    width:50%;
}

.hp_service {
    padding-top: 5rem;
}

.hp_service_content {
    padding: 4vw;
  background-color: #fdf8ed;
}

.hp_service_img img {
    border-radius: 50% 50% 50% 0%;
    filter: brightness(1.1);
    transition: all 0.4s ease;
}

.hp_service_point:hover .hp_service_img img  {
    border-radius: 0;
}

.hp_service_group {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 30px;
  column-gap: 2rem;
  row-gap: 30px;
}

.hp_service_title {
    font-size: 1.3vw;
  font-weight: 600;
  margin-top: 10px;
}

.hp_service_title a, .hp_service_title a:hover {
    color: #272526;
    text-decoration: none;
}

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


/*why_1*/
.hp_why_1{
    background-image: url('https://cdn1.npcdn.net/userfiles/26464/image/why1bg(1).png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 75%;
    position: relative;
    z-index:10;
    width:90%;
    padding:40px;
    margin-left:auto;
    margin-top: -150px;
}

.hp_why_1::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0,0,0,0.7);
}

.why_content_1{
    padding:10px;
    color:#fff;
}

.why_icon_1{
  max-width: 85px;
  margin-bottom: 10px;
  background-color: #272526;
  padding: 20px;
  border-radius: 50%;
}

.why_content_1:hover .why_icon_1 {
    animation: 1s rubberBand;
}

.why_content_1 h3{
  font-size: 1.3vw;
  font-weight: 600;
}

.why_content_1 p{
  font-size: 16px;
  color: #fff;
  line-height: 1.5;
  margin: 0;
}


/*hp_products*/
.hp_products{
    padding-top:5rem;
    padding-bottom:5rem;
}


.products_content{
    margin:35px 0;
}

.products_box{
    position:relative;
    overflow:hidden;
}

.products_boxText{
    position:absolute;
    z-index: 2;
    bottom:0;
    left:0;
    padding:25px;
}

.products_boxText h4{
    color:#fff;
    font-size:25px;
    font-weight:400;
    transition: linear .3s;
}

.products_boxImg{
    transition: linear .3s;
    filter:brightness(0.8);
}

.products_box:hover .products_boxImg{
    transform:scale(1.05);
    cursor:pointer;
    filter:brightness(1);
}

.products_box .btn_more{
    border:none;
    background:transparent;
    color:#ffffff;
    font-size:.9rem;
    font-weight:400;
    transition: linear .3s;
    margin-top:20px;
    padding:0 0 5px 0;
    border-bottom:1px solid #EFB71A;
}

.products_box .btn_more:hover{
    margin-left:20px;
    color:#EFB71A;
}


.box_mt{
    margin-top:25px;
}



.what_content{
  margin-bottom: 2rem;
}

.what_list{
    padding-left:0;
    list-style:none;
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
}

.what_list li{
    border-left:2px solid #ccc;
    padding:10px 10px 10px 40px;
    color:#777777;
    font-size:1rem;
    display:flex;
    align-items:center;
    font-weight:400;
}

.title_small {
  font-size: 17px;
  line-height: 1.6;
  color: #555;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 5px;
  margin-bottom: 5px;
}
.title_small::after {
  content: '';
  display: inline-block;
  background: #f6e2b0;
  height: 1px;
  width: 50px;
  margin-left: 10px;
}

.index_wrapper_5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fdf8ed;
}

.index_wrapper_4 {
    padding-top: 4rem;
  padding-bottom: 5rem;
}

/*hp_why*/
.hp_why{
    background-image:url('https://cdn1.npcdn.net/userfiles/26464/image/why2bg.png');
    background-size:cover;
    background-position:center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    padding-top:6rem;
    padding-bottom:6rem;
    margin-top: 5rem;
    position: relative;
}

.hp_why::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0,0,0,.75);
}

.hp_why .title_big, .hp_why .title_small{
    color:#fff;
}

.why_box{
  padding: 10px;
  margin: 15px 0;
}

.why_title {
    margin-bottom: 1rem;
}

.why_img img {
    filter: drop-shadow(0 0 30px rgba(0, 0, 0, 0.8));
}

.why_box h4{
  color: #fff;
  font-size: 1.3vw;
  font-weight: 600;
  border-bottom: 1px solid #f6e2b0;
  padding-bottom: 10px;
}

.why_box p{
  color: #fff;
  font-size: 15px;
  line-height: 1.4;
  font-weight: 400;
  margin-bottom: 0;
}

.why_outer_box {
    display: flex;
  flex-direction: column;
  justify-content: center;
}

/*hp_news*/
#main_index .index_wrapper_7{
  background: #fdf8ed;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.hp_news{
    padding-bottom:2rem;
}

#main_index .hp_latest_new_8{
  max-width: 85%;
  margin: 0 auto;
}

#main_index .hp_latest_new_8 .news_box {
    padding: 10px 0;
}

#main_index .hp_latest_new_8 .news_box{
    background: #fff;
    padding: 15px;
    transition: linear .3s;
}

#main_index .hp_latest_new_8 .news_box:hover{
    box-shadow: 0px 5px 10px rgba(0,0,0,0.2);
}

.hp_latest_new_8 .news_box .title{
    margin-top:1rem;
}

.hp_latest_new_8 .news_box .read_more {
    border-bottom: 1px solid #efbe36;
    width: max-content;
}

#main_index .hp_latest_new_8 .col-12.col-lg-4.mb-4:nth-child(n+4) {
    display: none;
}

/*hp_contact*/
.hp_contact{
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.hp_contact .products_content {
    margin: 0;
}
.hp_contact .content_text {
    margin-bottom: 15px;
}

/*hp_gallery*/
.hp_photoGallerySlider_type4 .flix-parents {
    padding-bottom: 0 !important;
}

/*product page*/
#main_showproducts{
    padding-top:30px;
}

@media screen and (max-width: 1200px) {
    .navbar_type8 .logo {
      margin-left: 15px;
    }
    
    .navbar_type8 .nav_tab{
        padding-right:15px;
    }
    
    /*banner slider*/
    .slider_banner .banner_content .b_content h2 {
      font-size: 45px;
    }
    
    /*homepage*/
    .title_big{
        font-size: 30px;
    }

    /*hp_about*/
    .about_imgGroup {
        width: 100%;
        flex-wrap: wrap;
        justify-content: center;
    }
    
    .about_img {
        margin: .5rem;
    }
    
}

@media only screen and (max-width: 992px) {
    .slider_banner{
        margin-top:0;
    }
    .hp_why_1 {
    width: 100%;
    padding: 30px 0;
}
    
    .slider_banner .slick-prev::before,
    .slider_banner .slick-next::before {
        width:25px;
        height:25px;
    }
    
    .slider_banner .banner_content .b_content h2 {
      font-size: 30px;
    }
    
    .slider_banner .banner_content .b_content h3{
        font-size:12px;
    }
    
    /*footer*/
    .footer_type6 .container .col-md-3,
    .footer_type6 .container .col-md-3:first-child,
    .footer_type6 .container .col-md-3:nth-child(2),
    .footer_type6 .container .col-md-3:nth-child(3){
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    
    .footer_type6 .title {
      min-height: max-content;
    }

    /*hp_about*/
    .about_content {
        column-count: 1;
        column-gap: 0;
    }
    
    .about_img {
        margin: 0;
        width: 50%;
    }
    
    /*hp_news*/
    #main_index .index_wrapper_7 #index_7_2,
    #main_index .index_wrapper_7 #index_7_3{
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
    }

    
}

@media only screen and (max-width: 768px) {
    .slider_banner .banner_content .b_content {
      width: 80% !important;
    }

    .slider_banner .banner_content .b_content h2 {
      font-size: 30px;
    }
    
    .slider_banner .banner_content .b_content p {
      font-size: 12px;
      margin-bottom: 0;
    }
    
    .box_mt {
      margin-top: 0;
    }
    .products_box {
      margin-bottom:20px;
    }
    
    .why_box {
      margin-top: 0;
    }
        
}
@media only screen and (max-width: 600px) {
      .service_list {
    columns: 1;
    -webkit-columns: 1;
}
}
@media only screen and (max-width: 480px) {
    
    
  
    .slider_banner .banner_content .b_content h2 {
      font-size: 22px;
    }
    
    .slider_banner .slick-prev {
      left: 0;
    }
    
    .slider_banner .slick-next {
      right: 0;
    }
    
    .title_big {
      font-size: 25px;
    }
    
    .title_small {
        font-size: 12px;
    }
    
    .btn_more {
      font-size: .7rem;
      margin-top: 10px;
      padding: 8px 25px;
    }
    
    .about_img {
      width: 100%;
    }
    
    .products_content {
      margin: 10px 0 35px 0;
    }
    
    .why_box h4 {
      font-size: 16px;
    }
    
    .hp_latest_new_8 {
      max-width: 100%;
    }
    
    #main_index .hp_latest_new_8 {
      max-width: 95%;
    }
}

.btn_new:link,
.btn_new:visited {
 text-decoration: none;
 color: #fff;
 padding: 10px 25px;
 border: 1px solid #272526;
 display: inline-block;
 transition: all .2s;
 position: relative;
 font-size: 16px;
 background-color: #272526;
}

.btn_new:hover {
 transform: translateY(-5px);
 box-shadow: 0 10px 20px rgba(27, 27, 27, .5);
}

.btn_new:active {
 transform: translateY(-3px);
}

.btn_new::after {
 content: "";
 display: inline-block;
 height: 100%;
 width: 100%;
 top: 0;
 left: 0;
 position: absolute;
 z-index: -1;
 transition: all .3s;
}

.btn_new:hover::after {
 background-color: #f6e2b0;
 transform: scaleX(1.4) scaleY(1.5);
 opacity: 0;
}

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

#main_index .product_cat-11 .hp_product_cat_slider .item .wrapper_brand .cat_img {
    display: none;
}
#main_index .product_cat-11 .hp_product_cat_slider .item .wrapper_brand img {
    position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
    transition: all 0.4s ease;
}
#main_index .product_cat-11 .hp_product_cat_slider .item .wrapper_brand:hover img {
    transform: translate(-50%, -50%) scale(1.2);
}

#main_index .product_cat-11 .hp_product_cat_slider .item {
    margin: 0 10px;
}

#main_index .product_cat-11 .hp_product_cat_slider .card {
    border-radius: 0;
    box-shadow: none;
    transition: all 0.4s ease;
}

#main_index .product_cat-11 {
    padding: 0 5px;
}

#main_index .product_cat-11 .hp_product_cat_slider .item a .wrapper_title .category_title:first-child {
    display: none;
}

#main_index .product_cat-11 .slick-arrow::before {
  font-size: 35px;
}

#main_index .product_cat-11 .slick-prev::before, #main_index .product_cat-11 .slick-next::before {
  text-shadow: none;
}

#main_index .product_cat-11 .slick-arrow {
  z-index: 5;
}

#main_index .product_cat-11 .slick-next {
  right: -30px;
}

#main_index .product_cat-11 .slick-prev {
    left: -30px;
}

#main_index .product_cat-11 .hp_product_cat_slider .item a, #main_index .product_cat-11 .hp_product_cat_slider .item a:hover {
    color: #272526;
  text-decoration: none;
}

#main_index .product_cat-11 .hp_product_cat_slider .item a .wrapper_btn .view_btn {
    color: #555;
    margin-bottom: 20px;
}

#main_index .product_cat-11 .hp_product_cat_slider .item a .wrapper_title .category_title {
    margin-top: 15px;
  font-size: 18px;
  margin-bottom: 5px;
  line-height: 1;
}

#main_index .product_cat-11 .hp_product_cat_slider .item::after {
  position: absolute;
  content: "";
  height: 8px;
  bottom: 0;
  width: 60%;
  background-color: #f6e2b0;
  left: 50%;
  transform: translateX(-50%);
  opacity: 1;
}

#main_index .product_cat-11 .hp_product_cat_slider .item::after {
  position: absolute;
  content: "";
  height: 0;
  bottom: 0;
  width: 60%;
  background-color: #f6e2b0;
  left: 50%;
  transform: translateX(-50%);
  opacity: 1;
  transition: all 0.4s ease;
}

#main_index .product_cat-11 .hp_product_cat_slider .item:hover::after {
    height: 5px;
}

#main_index .product_cat-11 .hp_product_cat_slider .item > a {
    transform: translateY(5px);
  transition: all 0.4s ease;
}

#main_index .product_cat-11 .hp_product_cat_slider .item:hover > a {
    transform: translateY(0);
}

.video_group {
    position: relative;
}

.video {
    width: 100%;
    height: auto;
    display: block;
    /*filter: brightness(0.7);*/
}

.hp_banner_inner {
    position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: white;
  text-align: center;
}

#main_index .index_wrapper_2 {
    position: relative;
  z-index: 2;
}

.banner_small {
  color: #fff;
  font-size: 20px;
  line-height: 1.6;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 5px;
  margin-bottom: 3px;
  text-shadow: 1px 1px 5px #000;
}

.banner_title {
  font-size: 3.0vw;
  text-align: center;
  font-weight: 800;
  text-shadow: 1px 1px 5px #000;
  font-family: "Marcellus", serif;
  line-height: 1.1;
}

.banner_keyword {
  font-size: 18px;
  color: #fff;
  width: 50%;
  margin: 10px auto 0;
  font-weight: 500;
  text-shadow: 1px 1px 5px #000;
}
.pg_why_ebox {
    margin: 15px 0;
}

.pg_why_ebox .serviceBox{
    text-align: center;
    padding: 0 20px 50px;
    border-radius: 20px;
    position: relative;
    z-index: 1;
    transition: all 0.4s ease;
}
.pg_why_ebox .serviceBox:hover {
    transform: translateY(-10px);
}
.pg_why_ebox .serviceBox:before{
  content: '';
  background-color: #fff;
  border-bottom: 20px solid #272526;
  border-radius: 0;
  box-shadow: 0 0 1px rgba(0,0,0,0.4);
  position: absolute;
  left: 0;
  right: 0;
  top: 20px;
  bottom: 0;
  z-index: -1;
}
.pg_why_ebox .serviceBox .service-icon{
  color: #272526;
  background-color: #272526;
  font-size: 35px;
  text-align: center;
  height: 74px;
  width: 160px;
  padding: 7px;
  margin: 0 auto 30px;
  border-radius: 0;
  position: relative;
}
.pg_why_ebox .serviceBox .service-icon:before{
  content: '';
  background-color: #272526;
  height: 30px;
  width: 30px;
  border-radius: 0;
  transform: rotate(45deg);
  position: absolute;
  left: 25px;
  bottom: -10px;
}
.pg_why_ebox .serviceBox .service-icon span{
    background-color: #fff;
    line-height: 60px;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    display: inline-block;
}

.pg_why_ebox .serviceBox .service-icon span i {
    transition: all 0.4s ease;
}

.pg_why_ebox .serviceBox:hover .service-icon span i {
    transform: rotateY(360deg);
}
.pg_why_ebox .serviceBox .title{
    color: #272526;
  font-size: 1.4vw;
  font-weight: 600;
  line-height: 1.3;
  margin: 0 0 10px;
}
.pg_why_ebox .serviceBox .description{
  color: #555;
  font-size: 16px;
  line-height: 1.5;
  margin: 0;
  height: 75px;
}

.page_title b {
    font-family: "Marcellus", serif;
}

.pg_banner_ebox {
    position: relative;
}

.pg_banner_title {
    position: absolute;
  right: 22vw;
  top: 7vw;
  font-size: 4vw;
  font-family: "Marcellus", serif;
  font-weight: 800;
  text-shadow: 0 0 10px #fff;
}

.pg_about_keyword {
    font-size: 16px;
  color: #555;
  line-height: 1.6;
}

.pg_about1 {
    background-color: #fdf8ed;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.pg_about2_right, .pg_about3_left {
    display: flex;
  justify-content: center;
  align-items: center;
}

.pg_about_box {
    padding: 0 3vw;
}

.pg_about2 {
    padding-top: 5rem;
  padding-bottom: 5rem;
}

.pg_why {
    padding-top: 5rem;
  padding-bottom: 5rem;
}

.pg_why_top {
    margin-bottom: 1rem;
}

.hp_news .title_small::after {
    display: none;
}

@media only screen and (max-width: 1200px) {
    .navbar_type8 {
        height: 80px;
    }
    .navbar_type8 .nav_tab .nav_item a, .banner_keyword, .content_text, .why_content_1 p, .why_box p, .pg_about_keyword, .pg_why_ebox .serviceBox .description {
        font-size: 14px;
    }
    .banner_small, .why_content_1 h3, .why_box h4 {
        font-size: 16px;
    }
    .hp_about {
        padding-top: 3rem;
    }
    .title_small, .hp_service_title {
        font-size: 15px;
    }
    .title_big {
        font-size: 26px;
    }
    .about_content {
      margin: 15px 0 5px;
    }
    .btn_new:link, .btn_new:visited {
        padding: 8px 15px;
        font-size: 14px;
    }
    .hp_service_content {
        padding: 3vw;
    }
    .hp_service_group {
        margin-top: 20px;
        column-gap: 1.5rem;
        row-gap: 25px;
    }
    .hp_products, #main_index .index_wrapper_7, .hp_contact, .pg_about1, .pg_about2, .pg_why {
      padding-top: 3rem;
      padding-bottom: 3rem;
    }
    .index_wrapper_5 {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
    #main_index .product_cat-11 .hp_product_cat_slider .item a .wrapper_title .category_title {
        font-size: 17px;
    }
    #main_index .product_cat-11 .hp_product_cat_slider .item a .wrapper_btn .view_btn {
        font-size: 13px;
    }
    #main_index .product_cat-11 .slick-arrow::before {
      font-size: 30px;
    }
    #main_index .product_cat-11 .slick-next {
      right: -20px;
    }
    #main_index .product_cat-11 .slick-prev {
      left: -20px;
    }
    .hp_why_1 {
        padding: 15px;
    }
    .why_icon_1 {
        max-width: 75px;
        padding: 18px;
    }
    .hp_why {
        padding-top: 4rem;
        padding-bottom: 4rem;
        margin-top: 3rem;
    }
    .pg_about_box {
      padding: 0;
    }
    .pg_why_ebox .serviceBox .title {
        font-size: 18px;
    }
    .hp_service {
      padding-top: 3rem;
    }
    .index_wrapper_4 {
      padding-top: 3rem;
      padding-bottom: 3rem;
    }
    #main_index .hp_latest_new_8 {
        max-width: 95%;
    }
}

@media only screen and (max-width: 600px) {
    .index_wrapper_2 .item.slick-slide > img {
        min-height: 335px !important;
        object-fit: cover;
    }
    .video_group video {
        min-height: 335px !important;
        object-fit: cover;
    }
    .banner_small, .banner_keyword {
        font-size: 14px;
    }
    .banner_keyword {
        width: 90%;
    }
    .banner_title {
        font-size: 23px;
    }
    .title_big {
        font-size: 22px;
    }
    .about_right {
      justify-content: flex-start;
      margin: 10px 0;
    }
    .hp_service_content {
        padding: 2rem 1.5rem;
    }
    .hp_service_group {
        margin-top: 20px;
        column-gap: 30px;
        row-gap: 20px;
        grid-template-columns: 1fr 1fr;
    }
    .hp_service_title {
        font-size: 17px;
    }
    #main_index .product_cat-11 .slick-next {
        right: -15px;
    }
    #main_index .product_cat-11 .slick-prev {
        left: -15px;
    }
    .hp_why_1 {
        padding: 2rem 15px;
    }
    .why_content_1 {
        padding: 15px;
    }
    .pg_banner_title {
        right: 16vw;
        top: 5vw;
        font-size: 7vw;
    }
    .pg_about2_right, .pg_about3_left {
        margin-top: 2rem;
    }
    .row_pg_about3 {
        flex-direction: column-reverse;
    }
    .pg_why_ebox .serviceBox .description {
        height: auto;
    }
}

/* Contact Us*/
#v-pills-branch7 ul.list-unstyled.mb-3 a[href="https://www.lumicoreflooring.com.my"] {
    font-size: 0;          
    position: relative;
    color: inherit;        
    text-decoration: none; 
}

#v-pills-branch7 ul.list-unstyled.mb-3 a[href="https://www.lumicoreflooring.com.my"]::after {
    content: "https://www.mitalee.com.my/";
    font-size: 0.85rem;
    text-decoration: underline;
}