@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900');

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

a:hover {
    text-decoration: none;
}

#main_contactus h5 {
    font-size: 1.15rem;
}

@media screen and (max-width: 767.5px){
.index_wrapper_2 .item>img{
      
    min-height:80vw!important;
    object-fit:cover;
    object-position: 50%;

}

}

/*Menu*/

.navbar_type8 .nav_tab .nav_item a {
    color: black;
    padding: 15px 1.5vw;
    text-transform: capitalize;
    font-size: 15px;
    font-weight: 500;
}

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

.navbar_type8 .nav_tab {
    flex: 0 1 75%;
    padding-left: 0;
    padding-right: 9%;
    
}

.navbar_type8 .logo img {
    width: 300px;
    padding: 10px;
    background: #b60101;
}

.dark_nav {
    background-color: #fff !important;
}

.navbar_type8 {

    background-color: transparent;
    height: 90px;
 
}

.navbar_type8 .nav_tab .nav_item::before {
    top: 100%;
    width: 0%;
    left: 50%;
    border-bottom: none;
    transition: all 0.4s ease-in-out;
    opacity: 1;
    height: 2px;
    transform: translate(-50%, 0);
    background-color: #b60101;     
}

.navbar_mobile .logo_img {
  
    transform: scale(1.1);
}

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

.navbar_mobile {
   
    background-color: rgba(255, 255, 255, 1);
   
}

@media screen and (max-width: 1200.5px){
.navbar_type8 .logo img {
    width: 250px;
    padding: 10px;
}

.navbar_type8 .nav_tab .nav_item a {
    padding: 15px 1vw;
    font-size: 14.25px;
}

}

/*Banner*/

.slider_banner .slick-dots {
    position: absolute;
    bottom: 51%;
    left: 5.5%;
    width: unset;
    transform: rotate(90deg);
}

.slider_banner .slick-dots li button {
    width: 12px;
    height: 12px;
    background: #fff;
    border-radius: 50%;
    border: none;
    opacity: 1;
}

.slider_banner .slick-dots li button:before {
    display: none;
}

.slider_banner .slick-dots li.slick-active button {
    background: transparent;
    border: 1px solid #fff;
}

.slider_banner .slick-dots li button {
    
    background: transparent !important;
    border: 1px solid #fff !important;
}

.slider_banner .slick-dots li.slick-active button {
    background: #fff !important;
}

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

.index_wrapper_2 {
    position: relative;
}

.index_wrapper_2:before {
    position: absolute;
    content: "";
    top: 0%;
    left: 10%;
    background-color: #fff;
    opacity: 0.2;
    width: 1px;
    height: 100%;
    z-index: 1;
}

.index_wrapper_2:after {
    position: absolute;
    content: "";
    top: 0%;
    right: 10%;
    background-color: #fff;
    opacity: 0.2;
    width: 1px;
    height: 100%;
}

.hp_banner {
    position: relative;
    padding-top: 2%;
}

.hp_banner:before {
    position: absolute;
    content: "";
    bottom: 0%;
    left: 0%;
    background-image: url('https://cdn1.npcdn.net/img/1775112425A-BANNER-ELEMENT.png');
    background-size: contain;
    background-repeat: no-repeat;
    width: 12vw;
    height: 20vw;
    z-index: 1;
}

.hp_banner:after {
    position: absolute;
    content: "";
    top: 0%;
    right: 0%;
    background-image: url('https://cdn1.npcdn.net/img/1775112488A-BANNER-ELEMENT2.png');
    background-size: contain;
    background-repeat: no-repeat;
    width: 12vw;
    height: 20vw;
    z-index: 1;
}

.hp_banner_image {
    margin: 0 auto;
    width: 70%;

}

.hp_banner_title {
    color: #fff;
    font-weight: 300;
    font-size: 1.63vw;
    margin-bottom: 0;
}

.hp_banner_item {
    font-size: 1.07vw;
    color: #fff;
    margin-bottom: 0;
    font-weight: 300;
    line-height: 1.6;
    position: relative;
}

.hp_banner_item:before {
    position: absolute;
    content: "";
    top: -33%;
    left: 0;
    background-color: #fff;
    width: 6.5vw;
    height: 1.5px;
   
}

.hp_banner_tbox {
    position: absolute;
    top: 30%;
    left: 16.5%;
}

.hp_banner_itbox {
    position: absolute;
    bottom: 30%;
    right: 16%;
}

.hp_banner.b {
    position: relative;
    padding-top: 7.5%;
}

.hp_banner.b:after {
   
    width: 11vw;
    height: 18vw;
   
}

.hp_banner.b .hp_banner_tbox {
    
    top: -5%;
    left: 41.5%;
}

.slider_banner .banner_content {

    opacity: 1 !important;
}

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

@media screen and (max-width: 1200.5px){
.hp_banner_image {
    width: 71%;
}

.hp_banner_title {
  
    font-size: 1.85vw;
 
}

.hp_banner_item {
    font-size: 1.3vw;
}

.hp_banner_itbox {
    bottom: 27%;
    right: 15%;
}

.hp_banner_item:before {
    width: 7vw;
 
}

.hp_banner.b .hp_banner_tbox {
    top: -7%;
  
}

}

@media screen and (max-width: 767.5px){
.hp_banner_image {
    width: 85%;
}

.hp_banner_title {
  
    font-size: 5vw;
 
}

.hp_banner_item {
    font-size: 3.75vw;
}

.hp_banner_itbox {
    bottom: -25%;
    right: 15%;
}

.index_wrapper_2:before {
 
    left: 7%;
  
}

.index_wrapper_2:after {
 
    right: 7%;
  
}

.hp_banner_item:before {
    width: 21vw;
 
}

.hp_banner {
  
    padding-top: 12%;
}

.hp_banner_tbox {

    top: -12%;
    left: 11%;
}

.hp_banner:before {
    width: 15vw;
    height: 25vw;
    bottom: -26%;
}

.hp_banner:after {
   
    width: 15vw;
    height: 25vw;
   
}

.slider_banner .slick-dots {

    bottom: 51%;
    left: -1%;
  
}

.hp_banner.b {

    padding-top: 18.5%;
}

.hp_banner.b .hp_banner_tbox {
    top: -17%;
    left: 27%;
}

}

/*Category*/

.index_wrapper_3 {
    position: relative;
}

.index_wrapper_3:before {
    position: absolute;
    content: "";
    top: 0%;
    left: 10%;
    background-color: #000;
    opacity: 0.2;
    width: 1px;
    height: 100%;
}

.index_wrapper_3:after {
    position: absolute;
    content: "";
    top: 0%;
    right: 10%;
    background-color: #000;
    opacity: 0.2;
    width: 1px;
    height: 100%;
}

.index_wrapper_3 {
    position: relative;
    padding: 6% 9% 4%;
}

.index_wrapper_3:before {
    position: absolute;
    content: "";
    top: 0%;
    right: 0;
    background-color: #ededed;
    width: 90%;
    height: 100%;
}

.index_wrapper_3:after {
    position: absolute;
    content: "";
    bottom: 0%;
    left: 0;
    background-image: url(https://cdn1.npcdn.net/img/1775119730B-ELEMENT.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    width: 10%;
    height: 61%;
    background-position: 50%;
}

.hp_cat_ggbox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 4%;
    padding-left: 6%;
}

.hp_cat_title {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 0;
}

.hp_cat_title:before {
    position: absolute;
    content: "";
    top: 17%;
    left: -2.5%;
    background-image: url(https://cdn1.npcdn.net/img/1775119609B-SUBTITLE.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 1vw;
    height: 6vw;
}

.hp_cat_link {
    background: #b60101;
    color: #fff;
    transition: 0.3s;
    font-size: 16px;
    padding: 15px 90px;
}

.hp_cat_link:hover {
    background: #2d5a27;
    color: #fff;
    
}

.hp_cat_item {
    color: black;
    margin-bottom: 0;
    font-size: 17px;
    font-weight: 400;
    margin-top: 3%;
}

.hp_cat_fbox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 3% 0 6%;
    gap: 1.5vw 0;
}

.hp_cat_box {
    flex: 0 0 28%;
}

.hp_cat_image {
    width: 100%;
    transition: 0.3s;
}

.hp_cat_ibox {
    overflow: hidden;
    border-radius: 20px;
}

.hp_cat_box:hover .hp_cat_image {
    transform: scale(1.1);
}

.product_cat-4 .cat_box .content .content_box .btn-outline-primary {
    display: none;
}

.product_cat-4 .cat_box .content .line {
    display: none;
}

.product_cat-4 .cat_box {
    height: 23.5vw;
    overflow: visible;
    margin-bottom: 21%;
}

.product_cat-4 .cat_box .content {
    position: relative;
    background-color: rgba(0, 0, 0, 0);
}

.product_cat-4 .cat_outter_box {
    padding: 0;
    overflow: hidden;
    margin: 0 1vw;
}

.product_cat-4 .cat_box .content .mb-3 {
    color: black;
    margin-bottom: 0 !important;
    font-size: 17px;
    font-weight: 400;
    margin-top: 10px;
    transition: 0.3s;
}

.product_cat-4 .cat_box:hover .content .mb-3 {
    color: #b60101;
}


.product_cat-4 .cat_box .content h3 {
    display: none;
}

.product_cat-4 .cat_box .content .content_box {
    padding: 0;
    padding-bottom: 0;
}

.product_cat-4 .cat_box:hover .content {
    background-color: rgba(0, 0, 0, 0);
}

.container-fluid.product_cat-4 {
    padding: 0 1.5% 0 7%;
}

.product_cat-4 .cat_box img {
    border-radius: 15px;
}

.product_cat-4 .cat_box:hover img {
    transform: unset;
}

@media screen and (max-width: 1200.5px){
.hp_cat_title {
    font-size: 2.7vw;
}

.hp_cat_link {
   
    font-size: 14px;
    padding: 15px 85px;
   
}

.hp_cat_item {
   
    font-size: 15px;
    
}

.hp_cat_box {
    flex: 0 0 28.5%;
}

.hp_cat_title:before {

    top: 17%;
    left: -3%;
    width: 2vw;
    height: 9vw;
}

.index_wrapper_3:after {
   
    height: 60%;
   
}

}


@media screen and (min-width: 666.5px) and (max-width: 767.5px) {
    .hp_cat_box {
        margin-bottom: 15%;
    }
}

@media screen and (max-width: 767.5px){
.hp_cat_title {
    font-size: 4.5vw;
}

.container-fluid.product_cat-4 {
    padding: 0 4% 0 12%;
}

.product_cat-4 .cat_box {
    height: 90vw;
    overflow: visible;
    margin-bottom: 50px;
}

.hp_cat_link {
   
    font-size: 14px;
    padding: 15px 85px;
   
}

.hp_cat_item {
   
    font-size: 15px;
    
}

.hp_cat_box {
    flex: 0 0 28.5%;
}

.hp_cat_title:before {

    top: 7.5%;
    left: -1%;
    width: 4vw;
    height: 21vw;
}

.index_wrapper_3:after {
    width: 7%;
    height: 85%;
   
}

.index_wrapper_3:before {
    width: 93%;
 
   
}

.index_wrapper_3 {
   
    padding: 12% 3%;
}

.hp_cat_ggbox {
 
    align-items: start;
    margin-bottom: 12%;
    padding-left: 9%;
    flex-direction: column;
    gap: 9vw;
    padding-right: 6%;
}

.hp_cat_fbox {
 
    padding: 0 9% 0 9%;
    gap: 6vw 0;
    flex-direction: column;
}

}

/*About*/

.index_wrapper_4 {
    position: relative;
}

.index_wrapper_4:before {
    position: absolute;
    content: "";
    top: 0%;
    left: 10%;
    background-color: #000;
    opacity: 0.2;
    width: 1px;
    height: 100%;
    
}

.index_wrapper_4:after {
    position: absolute;
    content: "";
    top: 0%;
    right: 10%;
    background-color: #000;
    opacity: 0.2;
    width: 1px;
    height: 100%;
    z-index: 1;
}

.hp_about {
    padding: 9% 9% 4%;
    position: relative;
}

.hp_about:before {
    position: absolute;
    content: "";
    top: 0%;
    left: 0%;
    right: 0;
    margin: 0 auto;
    background-color: #000;
    opacity: 0.2;
    width: 1px;
    height: 100%;
   
}

.hp_about .row {
    align-items: center;
}

.hp_about_title1 {
    font-size: 21.5px;
    font-weight: 400;
    color: black;
    margin-bottom: 1%;
}

.hp_about_title2 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 6%;
    position: relative;
    width: 88%;
}

.hp_about_desc {
    font-size: 14.5px;
    font-weight: 400;
    color: #000;
    line-height: 2;
    margin-bottom: 6%;
    width: 90%;
}

.hp_about_image {
    width: 100%;
    border-radius: 20px;
}

.hp_about_link {
    background: #2d5a27;
    color: #fff;
    transition: 0.3s;
    font-size: 16px;
    padding: 15px 90px;
}

.hp_about_link.x {
    background: #b60101;
   
}

.hp_about_link:hover {
    background: #b60101;
    color: #fff;
  
}

.hp_about_link.x:hover {
    background: #2d5a27;
   
}

.hp_about_bbox {
    display: flex;
    justify-content: center;
    margin-top: 3%;
}

.hp_about_ibox {
    margin-right: 5%;
    margin-left: 11%;
    position: relative;
}

.hp_about_ibox:before {
    position: absolute;
    content: "";
    top: 13%;
    left: -14.5%;
    background-color: #fff;
    width: 2vw;
    height: 9vw;
    z-index: 1;
}

.hp_about_ibox:after {
    position: absolute;
    content: "";
    top: 20%;
    left: -14.5%;
    background-image: url(https://cdn1.npcdn.net/img/1775123380C-SUBTITLE.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 1vw;
    height: 6vw;
    z-index: 1;
}

.hp_about_box {
    padding-left: 5%;
}

@media screen and (max-width: 1200.5px){
.hp_about_box {
    padding-left: 2%;
}

.hp_about_title1 {
    font-size: 20px;
    margin-bottom: 1%;
}

.hp_about_title2 {
    font-size: 28px;
    margin-bottom: 6%;
    width: 95%;
}

.hp_about_ibox {
    margin-right: 2%;
    margin-left: 9%;
 
}

.hp_about_desc {
    font-size: 13px;
    margin-bottom: 6%;
    width: 95%;
}

.hp_about_link {
   
    font-size: 14px;
    padding: 15px 85px;
}

.hp_about_ibox:after {
 
    top: 16%;
    left: -15%;
    
    width: 2vw;
    height: 6.5vw;
   
}

.hp_about_ibox:before {
 
    top: 10%;
    left: -14.5%;
    width: 2vw;
    height: 11vw;
 
}

}

@media screen and (max-width: 767.5px){
.hp_about_box {
    padding-left: 2%;
}

.hp_about_title1 {
    font-size: 18.5px;
    margin-bottom: 1%;
}

.hp_about_title2 {
    font-size: 26px;
    margin-bottom: 6%;
    width: 95%;
}

.hp_about_ibox {
    margin-right: 9%;
    margin-left: 9%;
    margin-bottom: 9%;
}

.hp_about_desc {
    font-size: 13px;
    margin-bottom: 6%;
    width: 95%;
}

.hp_about_link {
        font-size: 14px;
        padding: 15px 50px;
        text-align: center;
    }

.hp_about_ibox:after {
 
            top: 16%;
        left: -14%;
        width: 4vw;
        height: 16vw;
   
}

    .hp_about_ibox:before {
        top: 11%;
        left: -14%;
        width: 4vw;
        height: 25vw;
    }

.hp_about {
    padding: 12% 3%;
    
}

.index_wrapper_4:before {
    left: 7%;
}

.index_wrapper_4:after {
    right: 7%;
}

}

/*Product*/

.index_wrapper_5 {
    background: #e2e2e2;
    padding: 6% 9% 6%;
    position: relative;
}

.index_wrapper_5:before {
    position: absolute;
    content: "";
    top: 0%;
    left: 10%;
    background-color: #000;
    opacity: 0.2;
    width: 1px;
    height: 100%;
}

.index_wrapper_5:after {
    position: absolute;
    content: "";
    bottom: 0%;
    right: 0%;
    background-image: url(https://cdn1.npcdn.net/img/1775116980D-ELEMENT.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 9.7vw;
    height: 16vw;
}

.hp_product_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 4%;
}

.hp_product_title {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 0;
    padding-left: 4vw;
    position: relative;
}

.hp_product_title:before {
    position: absolute;
    content: "";
    top: 0%;
    bottom: -60%;
    margin: auto 0;
    left: -3%;
    background-color: #e2e2e2;
    width: 1vw;
    height: 11vw;
}

.hp_product_title:after {
    position: absolute;
    content: "";
    top: 0%;
    bottom: 0%;
    margin: auto 0;
    left: -3%;
    background-image: url(https://cdn1.npcdn.net/img/1775116513D-SUBTITLE.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 1vw;
    height: 5.75vw;
}

.hp_product_link {
    background: #b60101;
    color: #fff;
    transition: 0.3s;
    font-size: 16px;
    padding: 15px 90px;
}

.hp_product_link:hover {
    background: #2d5a27;
    color: #fff;
  
}

.productSlider-1 .product_img .product_box .text-left {
    text-align: center !important;
}

.productSlider-1 .product_img .product_box .text-left > p {
    display: none;
}

.productSlider-1 .product_img .product_box h6 {
    color: black;
    font-weight: 400 !important;
    font-size: 15px;
}

.productSlider-1 .slick-track .slick-slide {
    margin: 10px 1vw;
    border-radius: 0;
    border-radius: 15px;
    background-color: transparent;
    overflow:hidden;
}

.productSlider-1 .product_img .product_box {
    margin: 0;
    border: 0;
    background-color: transparent;
}

.productSlider-1 .product_img .product_box .product_img_frame img {
        object-fit: contain !important;
    border-radius: 0;
}

.productSlider-1 .product_img .product_box a {
    color: #000;
}

@media screen and (max-width: 1200.5px){
.hp_product_title:after {
  
    left: -5%;
    
    width: 2vw;
    height: 9vw;
}

.hp_product_title:before {
  
    bottom: -50%;
    left: -3%;
    width: 2vw;
    height: 17vw;
}

.hp_product_title {
    font-size: 28px;
  
    padding-left: 4.5vw;
   
}

.hp_product_link {

    font-size: 14px;
    padding: 15px 85px;
}

}

@media screen and (max-width: 767.5px){
.hp_product_box {

    align-items: start;
    margin-bottom: 12%;
    flex-direction: column;
    gap: 12vw;
}

.index_wrapper_5:after {
  
    width: 14vw;
    height: 23vw;
}

.hp_product_title:after {
    left: -2%;
    width: 4vw;
    height: 21vw;
}

.index_wrapper_5 {
    padding: 12% 3%;
}

.productSlider-1 .slick-track .slick-slide {
    margin: 10px 15px;
   
}

.index_wrapper_5:before {
  
    left: 7%;

}

.hp_product_title {

    padding-left: 12vw;
   
}

.hp_product_title:before {
    bottom: -40%;
    left: -3%;
    width: 4vw;
    height: 30vw;
}

}

/*Blog*/

.index_wrapper_6 {
    padding: 6% 9% 6%;
    position: relative;
    display: none;
}

.index_wrapper_6:before {
    position: absolute;
    content: "";
    top: 0%;
    left: 10%;
    background-color: #000;
    opacity: 0.2;
    width: 1px;
    height: 100%;
}

.index_wrapper_6:after {
    position: absolute;
    content: "";
    top: 0%;
    right: 10%;
    background-color: #000;
    opacity: 0.2;
    width: 1px;
    height: 100%;
}

.hp_blog_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 5%;
}

.hp_blog_title {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 0;
    padding-left: 4vw;
    position: relative;
}

.hp_blog_title:before {
    position: absolute;
    content: "";
    top: 0%;
    bottom: -95%;
    margin: auto 0;
    left: -6%;
    background-color: #fff;
    width: 1vw;
    height: 10vw;
}

.hp_blog_title:after {
    position: absolute;
    content: "";
    top: 0%;
    bottom: 0%;
    margin: auto 0;
    left: -6%;
    background-image: url(https://cdn1.npcdn.net/img/1775098619E-SUBTITLE.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 1vw;
    height: 5vw;
}

.hp_blog_link {
    background: #b60101;
    color: #fff;
    transition: 0.3s;
    font-size: 16px;
    padding: 15px 90px;
}

.hp_blog_link:hover {
    background: #2d5a27;
    color: #fff;
  
}

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

.hp_photoGallerySlider_type3 .photo-gallery3 .outline_box .gallery_box img {
    object-fit: contain;
    padding: 0;
}

.hp_photoGallerySlider_type3 .photo-gallery3 .outline_box {
    width: 100%;
    padding: 15px 1vw;
}

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

.hp_photoGallerySlider_type3 {
    background-color: transparent;
}

.hp_photoGallerySlider_type3 .col-12 {
    padding: 0;
}

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

.hp_photoGallerySlider_type3 .photo-gallery3 .slick-prev:before {
   
    filter: brightness(0) invert(1);
}

@media screen and (max-width: 1200.5px){
.hp_blog_title {
    font-size: 28px;
    padding-left: 4.5vw;
}

.hp_blog_link {
    font-size: 14px;
    padding: 15px 85px;
   
}

.hp_blog_title:after {
    left: -13%;
    width: 2vw;
    height: 8vw;
}

.hp_blog_title:before {
    bottom: -70%;
    left: -13%;
    width: 2vw;
    height: 13vw;
}

}


@media screen and (max-width: 767.5px){
.hp_blog_box {
    align-items: start;
    margin-bottom: 12%;
    flex-direction: column;
    gap: 12vw;
}

.hp_blog_link {
    margin-right: 0;
}

.hp_blog_title:after {
    left: -6%;
    width: 3.5vw;
    height: 18vw;
}

.index_wrapper_6 {
    padding: 12% 3%;
    
}

.hp_blog_title {

    padding-left: 12vw;
}

.index_wrapper_6:before {
    left: 7%;
}

.index_wrapper_6:after {
    right: 7%;
}

.hp_photoGallerySlider_type3 .photo-gallery3 .outline_box {
    padding: 15px;
}

.hp_blog_title:before {
    bottom: -60%;
    left: -6%;
    width: 3.5vw;
    height: 26vw;
}

}

/*Promotion*/

.index_wrapper_7 {
    padding: 6% 9% 4%;
    position: relative;
}

.index_wrapper_7:before {
    position: absolute;
    content: "";
    top: 0%;
    left: 10%;
    background-color: #000;
    opacity: 0.2;
    width: 1px;
    height: 100%;
}

.index_wrapper_7:after {
    position: absolute;
    content: "";
    top: 0%;
    right: 10%;
    background-color: #000;
    opacity: 0.2;
    width: 1px;
    height: 100%;
}

.hp_promo_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 4%;
}

.hp_promo_title {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 0;
    padding-left: 4vw;
    position: relative;
}

.hp_promo_title:before {
    position: absolute;
    content: "";
    top: 0%;
    bottom: -95%;
    margin: auto 0;
    left: -3.5%;
    background-color: #fff;
    width: 1vw;
    height: 10vw;
}

.hp_promo_title:after {
    position: absolute;
    content: "";
    top: 0%;
    bottom: 0%;
    margin: auto 0;
    left: -3.5%;
    background-image: url(https://cdn1.npcdn.net/img/1775098619E-SUBTITLE.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 1vw;
    height: 5vw;
}

.hp_promo_link {
    background: #b60101;
    color: #fff;
    transition: 0.3s;
    font-size: 16px;
    padding: 15px 90px;
}

.hp_promo_link:hover {
    background: #2d5a27;
    color: #fff;
  
}

#main_index .latest_new_type4 .news_box p {
 
    font-size: 18px;
}

#main_index .latest_new_type4 .news_box .badge-primary {
    display: none;
}

#main_index .latest_new_type4 .news_box {
  
    padding: 15px 30px;
    
}

#main_index .latest_new_type4 .text-right {
    display: none;
}

#main_index .latest_new_type4 .news_box .date {
    font-size: 1rem;
    text-align: right;
    margin-bottom: 0;
    color: #000;
    padding: 2% 4%;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.1);
    position: absolute;
    right: 7%;
    bottom: 20%;
    background: #fff;
}

#main_index .latest_new_type4 .news_box .img_frame {

    margin-bottom: 11%;
}

@media screen and (max-width: 1200.5px){

.hp_promo_title {
    font-size: 28px;
    padding-left: 4.5vw;
}

.hp_promo_title:before {
 
    bottom: -70%;
    left: -7%;
    width: 2vw;
    height: 13vw;
}

.hp_promo_title:after {
 
    left: -7%;
   
    width: 2vw;
    height: 8vw;
}

.hp_promo_link {
  
    font-size: 14px;
    padding: 15px 85px;
   
}

#main_index .latest_new_type4 .news_box .date {
    right: 9%;
    bottom: 24%;
    
}

#main_index .latest_new_type4 .news_box {
    padding: 15px 25px;
}

}

@media screen and (max-width: 767.5px){

.hp_promo_box {
  
    align-items: start;
    margin-bottom: 12%;
    flex-direction: column;
    gap: 12vw;
}

.index_wrapper_7 {
    padding: 12% 3%;

}

.hp_promo_title {
    
    padding-left: 12vw;
}

.index_wrapper_7:before {
  
    left: 7%;
}

.index_wrapper_7:after {
    right: 7%;
}

#main_index .latest_new_type4 .news_box {
    padding: 15px 30px;
    background-color: transparent;
}

.hp_promo_title:before {
    bottom: -40%;
    left: -3%;
    width: 3.5vw;
    height: 25vw;
}
    
.hp_promo_title:after {
    left: -3%;
    width: 3.5vw;
    height: 18vw;
}

#main_index .latest_new_type4 .news_box p {
   
    padding-left: 6%;
}

}

/*Contact*/

.index_wrapper_8 {
    background: #ededed;
    padding: 0 17% 0 0;
}

.index_wrapper_8 .row {
    align-items: center;
}

.hp_contact_image {
    width: 100%;
}

.hp_contact_ibox {
    margin-left: -15px;
    margin-right: -27%;
}

.ex_hpcontact_formonly {
    margin: 20px 0;
    padding-left: 19%;
}

.ex_hpcontact_formonly .btn-primary i {
    display: none;
}

.ex_hpcontact_formonly .subtitle {
    display: none;
}

.ex_hpcontact_formonly label {
    display: none;
}

.ex_hpcontact_formonly .form-control-file, .ex_hpcontact_formonly .form-control-range {
    display: block;
    width: 100%;
    background: #fff;
    padding: .375rem 1.5rem;
    color: #495057;
    font-weight: 400;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.ex_hpcontact_formonly .form-control {
    
    padding: .375rem 1.5rem;
  
}

.ex_hpcontact_formonly .title {
    font-size: 30px;
    margin-bottom: 1.5%;
    font-weight: 700;
    color: black;
}

.ex_hpcontact_formonly .btn-primary {
    transition: 0.3s;
    border-radius: 0;
    padding: 15px 75px !important;
    font-weight: 300;
    border-radius: 15px;
}

.ex_hpcontact_formonly .btn-primary:hover {
    background-color: #2d5a27 !important;
    border-color: #2d5a27 !important;
}

@media screen and (max-width: 1200.5px){
.ex_hpcontact_formonly .title {
    font-size: 28px;
    
}

}

@media screen and (max-width: 991.5px){
.index_wrapper_8 {
    
    padding: 0 12% 0 0;
}

}

@media screen and (max-width: 767.5px){
.hp_contact_ibox {
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 15px;
}

.index_wrapper_8 {
    padding: 0 0 12%;
}

.ex_hpcontact_formonly {
    margin: 20px 0;
    padding-left: 40px;
    padding-right: 40px;
}

.ex_hpcontact_formonly .form-control {
    padding: .375rem 1rem;
}

.ex_hpcontact_formonly .form-control-file, .ex_hpcontact_formonly .form-control-range {
  
    padding: .375rem 1rem;
   
}

}

/*Footer*/

.footer_type6 {
    background-color: #ffffff;
    color: #333;
    padding-top: 3rem;
    padding-bottom: 1rem;
}

.footer_type6 a {
    color: #333;
}

.footer_type6 .input-container input, .footer_type6 .input-container label {
 
    color: #333;
}

.footer_type6 .social_media a {
    margin-left: 0;
    border: 1px solid #000;
    padding: 5px 8px;
    font-size: 14.4px;
}

.footer_type6 .title h5 {
    font-weight: 400;
    color: #000;
    font-size: 19px;
}

.footer_type6 .line {
    margin-top: 100px;
}

.footer_type6 .input-container input {
    border-bottom: 1px solid rgba(0, 0, 0, 0.7);
    caret-color: #333;
}

.footer_type6 .social_media {
    text-align: left;
    margin-top: 5%;
}

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

.footer_type6 .title.z {

    margin-bottom: 0;
}

.footer_type6 .logo img {
    max-height: 90px;
}

.footer_type6 .logo.title {
    min-height: 90px;
}

.footer_type6 .col-12.col-md-4.mb-1.mb-md-0.p-3 p {
    width: 98%;
}

@media screen and (max-width: 991.5px){
.footer_type6 .title h5 {
    font-size: 18.5px;
}

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

.footer_type6 .logo.title {
    min-height: 60px;
}

.footer_type6 .col-12.col-md-4.mb-1.mb-md-0.p-3 p {
    width: 100%;
}

}

@media screen and (max-width: 767.5px){

.footer_type6 .logo img {
    max-height: 75px;
}

.footer_type6 .logo.title {
    min-height: 75px;
}

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

.footer_type6 .line {
    margin-top: 50px;
}

}