@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&displa&family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&y=swap');

#main_index {
    overflow: hidden;
    padding-bottom: 0 !important;
}

a:hover {
    text-decoration: none;
}


@media screen and (max-width: 767.5px){
.index_wrapper_2 .item>img{
      
    min-height:120vw !important;
    object-fit:cover;
    object-position: 55%;

}

}

/*Menu*/

.navbar_mobile {
   
    background-color: rgba(255, 255, 255, 1);
   
}

.navbar_type8 {
    background-color: #fff;
    position: absolute;
    height: 55px;
}
.dark_nav{
    background-color: #fff !important;
    position: fixed;
}
.navbar_type8 .logo {
    display: none;
}

.navbar_type8 .nav_tab {
    flex: 0 1 100%;
    justify-content: center;
    padding-left: 0;
    padding-right: 0;

}
.navbar_type8 .nav_tab .nav_item::before {
    top: 110%;
    border-bottom: 3px solid #4b4b4b;
    display: none;
}
.navbar_type8 .nav_tab .active {
    color: #000 !important;
}

.navbar_type8 .dropdown.nav_item.login {
    margin-left: 2.5%;
}


.navbar_type8 .nav_tab .nav_item a{
    color: #4f2c1d;
    font-size: 15px;
    font-weight: 500;
    padding: 15px 3.5vw;
}
.navbar_type8 .nav_tab .nav_item.login a{
    
    padding: 15px 0.75vw;
}

.navbar_type8 .nav_tab .nav_item.shopping a{
    
    padding: 15px 0.75vw;
}

.navbar_type8 .nav_tab .nav_item.login:lang(ms) a{
    
    padding: 15px 0.75vw;
}

.navbar_type8 .nav_tab .nav_item.shopping:lang(ms) a{
    
    padding: 15px 0.75vw;
}

.navbar_type8 .nav_tab .nav_item a:hover {
    color: #b44424;
}

.navbar_type8 .nav_tab .active {
    color: #4f2c1d !important;
}
.navbar_type8 .nav_tab .nav_item{
    text-transform: capitalize;
}

.navbar_type8 .nav_tab .dropdown .dropdown-menu .dropdown-item {
    background-color: rgba(255, 255, 255, 0.8);
  
}


.navbar_type8 .nav_tab .dropdown .dropdown-menu .dropdown-item a{
    color:#4f2c1d!important;
}
.navbar_type8 .nav_tab .dropdown .dropdown-menu .dropdown-item a:hover{
    color:#b44424 !important;
}
.editor {
    position: relative;
    z-index: 999;
    border-bottom: 1px solid;
}

.editor .container {
    max-width: 100%;
}

.editor a:hover{
    text-decoration: none;
    color: #b44424 !important;
}
.topcontact{
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
}
.topicon{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.topicon.scroll_menu {
    position: fixed;
    z-index: 9999;
    top: 15px;
    right:7%;
    width: auto;
}
.topicon > div{
    margin-right: 25px;
}
.editor .login .dropdown-menu {
    z-index: 1;
    background-color: transparent;
    top: 20px;
    border: none;
    -webkit-animation: swing-in-top-fwd 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) both;
    animation: swing-in-top-fwd 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) both;
    right: auto;
    left: 0;
    -webkit-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    text-align: left;
    position: absolute;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    list-style: none;
    background-clip: padding-box;
    border-radius: .25rem;
}
.editor .login .dropdown-menu .dropdown-item a {
    position: relative;
    text-overflow: ellipsis;
    overflow: hidden;
    outline: transparent;
    padding: 0.5rem 1rem !important;
    color: #fff;
    font-size: 14px;
}
.editor .login .dropdown-menu .dropdown-item a:hover{
    text-decoration: none;
    background: #454343;
}
.editor .login .dropdown-menu .dropdown-item {
    background-color: rgba(75, 75, 75, 0.9);
    display: flex;
    flex-direction: column;
    max-width: 350px;
    min-width: 150px;
    padding: 0;
}
.editor.login:focus .dropdown-menu, .editor .login:hover .dropdown-menu {
    display: block;
}
.editor .login {
    max-width: 150px;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 0;
    display: flex;
    position: relative;
}
.editor .shopping{
    margin-right: 10px;
    display: flex;
}
.editor .shopping > a {
    display: flex;
    padding: 0 15px 0 0 !important;
}
.editor .shopping > a:hover{
    text-decoration: none;
}
.editor .shopping .fa-shopping-cart, .editor .fa-user, .editor .fa-search{
    font-size: 19px !important;
    color: #4b4b4b;
}
.editor .shopping .bi-cart3, .editor .bi-person-plus, .editor .bi-search{
    color: #4b4b4b;
}
.editor .shopping .bi-cart3{
    font-size: 18px;
}
.editor .bi-person-plus{
    font-size: 20px;
}
.editor .fas.fa-search{

    color: #4f2c1d;
}
.editor .topicon.scroll_menu .shopping .fa-shopping-cart, .editor .topicon.scroll_menu .fa-user, .editor .topicon.scroll_menu .fa-search{
    font-size: 20px !important;
}
.editor .shopping .badge {
    font-size: 90%;
}
.nav_search {
    flex-grow: 1;
    display: flex;
    max-width: 100%;
    align-self: center;
    margin-bottom: -5px;
    border: 1px solid #e0dede;
    box-shadow: 0px 0px 7px rgb(191 191 191 / 65%);
}
.editor .scroll_menu .nav_search{
    border: none;
}
.nav_search input {
    background: #fff;
    width: 100%;
    height: 45px;
    border: 0;
    box-shadow: none;
    padding: 5px 15px 5px 25px;
    border-radius: 0;
    max-height: 45px;
    color: #4f2c1d;
}
.nav_search .search_button {
    background-color: #fff;
    color: white;
    box-shadow: none;
    border: none;
    border-radius: 0;
    padding: 0 15px;
    max-height: 45px;
}
.boxSearch .fa-search{
    font-size: 18px !important;
}
.dark_nav.sticky-search{
    margin-top: 60px;
}
.btnSearch {
    position: relative;
    z-index: 999;
    cursor: pointer;
    transition: all .43s ease-in-out;
}
.boxSearch {
    display: none;
    position: absolute;
    top: 52px;
    left: 25%;
}
.scroll_menu .boxSearch {
    display: none;
    position: absolute;
    top: 60px;
    left: -265px;
    width: 300px;
}
.btnClose .bi-search:before {
    content: "\f62a";
    font-size: 24px;
    vertical-align: bottom;
    margin-right: -5px;
}
.editor .scroll_menu .btnClose .fa-search:before{
    font-size: 20px;
}
.editor .scroll_menu .boxSearch .bi-search{
    transition: all .3s ease;
}
.editor .fa-search{
    line-height: 24px;
}
.nav_search .search_button:hover .bi-search{
    color: #b7b7b7;
}
.nav_search .search_button:focus{
    outline: none;
}
/*.navbar_type8 .nav_tab .login, .navbar_type8 .nav_tab .shopping{*/
/*    display: none;*/
/*}*/
.dark_nav .nav_tab {
    
    box-shadow: 0 0 5px #aaa;
}
#main_index .m_editor{
    display: none;
}
.m_editor{
    display: none;
}

.navbar_mobile .logo_img {

    transform: scale(1.25);
}

.navbar_type8 .nav_tab .nav_item:lang(ms) a {

    padding: 15px 2.55vw;
}

@media screen and (max-width: 1200.5px){

.topicon > div {
    margin-right: 5px;
}

    .topicon:lang(ms) > div {
        margin-right: -3px;
    }

.topicon.scroll_menu {
   
    right: 4.5%;
  
}

}

/*Banner*/

.hp_banner_tbox {
    width: 16.5vw;
    margin-bottom: 5%;
}

.hp_banner {
    padding-top: 9%;
    padding-left: 11%;
}

.hp_banner_desc {
    font-size: 1vw;
    line-height: 1.5;
    font-weight: 400;
    color: #4f2c1d;
    margin-bottom: 2%;
}

.hp_banner_link {
    color: #b44424;
    position: relative;
    font-size: 1.1vw;
    padding-right: 3.5vw;
    transition: 0.3s;
    font-weight: 500;
}

.hp_banner_link:hover {
    color: #bda170;
    
}

.hp_banner_link:before {
    position: absolute;
    content: "";
    top: 0%;
    bottom: 0;
    margin: auto 0;
    right: 0;
    background-image: url(https://cdn1.npcdn.net/img/1765847457H_Icon_01.png);
    background-repeat: no-repeat;
    width: 2.5vw;
    height: 2.5vw;
    background-size: contain;
    transition: 0.3s;
   
}

.hp_banner_link:hover:before {
    transform: rotate(45deg);
   
}

.hp_banner_bbox {
    margin-top: 4.5%;
}

.slick-dotted.slick-slider {
    margin-bottom: 0;
}

.slider_banner .slick-dots {
    position: absolute;
    bottom: 9%;
    left: -41%;
 
}

.slider_banner .slick-dots li {
    
    width: 20px;
    height: 20px;
    margin: 0;
    padding: 0;
   
}

.slick-dots li.slick-active button:before {
    opacity: 1;
    color: #b44424;
}

.slick-dots li button:before {
    color: #4f2c1d;
    font-size: 12px;
    opacity: 1;
}

.slider_banner .banner_content {
    opacity: 1 !important;
}

@media screen and (max-width: 1200.5px){
.hp_banner_desc {
    font-size: 1.4vw;
  
    margin-bottom: 2%;
}

.hp_banner_link {
   
    font-size: 1.5vw;
    padding-right: 4vw;

}

.hp_banner_link:before {

    width: 3vw;
    height: 3vw;
   
   
}

.hp_banner_tbox {
    width: 23vw;
    margin-bottom: 5%;
}

.hp_banner {
    padding-top: 7%;
    padding-left: 11%;
}

.hp_banner_dbox:lang(ms) {
    width: 54%;
}

.hp_banner_desc:lang(ms) br {
    display: none;
  
}

}

@media screen and (max-width: 767.5px){
.hp_banner_desc {
    font-size: 3.4vw;
    width: 74%;
    margin-bottom: 6%;
}

    .hp_banner_dbox:lang(ms) {
        width: 80%;
    }
    
.hp_banner_desc br {
    display: none;
}

.hp_banner_link {
   
    font-size: 3.75vw;
    padding-right: 10vw;

}

.hp_banner_link:before {

    width: 8vw;
    height: 8vw;
   
   
}

.slider_banner .slick-dots {
   
    bottom: 6%;
    left: -40%;
}

.hp_banner_tbox {
    width: 37vw;
    margin-bottom: 5%;
}

.hp_banner {
    padding-top: 9%;
    padding-left: 3%;
}

.hp_banner_bbox {
    margin-top: 9%;
}

.hp_banner .col-12 {
    padding: 0 3vw;
}

.hp_banner .container-fluid {
    padding: 0 3vw;
}

}

/*Why*/

.hp_why {
    background-color: #4f2c1d;
    padding: 3% 3% 3% 10%;
}

.hp_why:lang(ms) {
  
    padding: 3% 0% 3% 7%;
}

.hp_why_fbox {
    display: flex;
    flex-wrap: wrap;
    gap: 3vw 0;
}

.hp_why_box {
    display: flex;
    flex: 0 0 25%;
    align-items: center;
    gap: 2vw;
    position: relative;
}

.hp_why_box:before {
    position: absolute;
    content: "";
    top: 0%;
    bottom: 0;
    margin: auto 0;
    right: 15%;
    background-color: #f0eee4;
    width: 0.1vw;
    height: 2.5vw;
   
}

.hp_why_box.d:before, .hp_why_box.h:before {
    display: none;
   
}

.hp_why_image {
    width: 2.5vw;
    transition: 0.3s;
}

.hp_why_image:hover {
    animation: 1s jshake;
}

@keyframes jshake {
    25% {
        transform: rotate(10deg);
      }
      75% {
        transform: rotate(-10deg);
      }
}

.hp_why_item {
    margin-bottom: 0;
    color: #f0eee4;
    font-weight: 400;
    font-size: 1.1vw;
}

.hp_why_item:lang(ms) {

    font-size: 1vw;
}

@media screen and (max-width: 1200.5px){
.hp_why_item {
  
    font-size: 1.35vw;
}

.hp_why_item:lang(ms) {

    font-size: 1.1vw;
}

.hp_why_image {
    width: 3vw;

}

.hp_why_box:before {
  
    right: 9%;
    
}

}

@media screen and (max-width: 767.5px){
.hp_why_item {
  
    font-size: 3.25vw;
}

.hp_why_item:lang(ms) {

    font-size: 3vw;
}

.hp_why_image {
    width: 7vw;

}

.hp_why_box:before {
  
    right: 4%;
    height: 6vw;
}

.hp_why {
 
    padding: 12% 3%;
}

.hp_why:lang(ms) {
    padding: 12% 3%;
}

.hp_why_box {
    
    flex: 0 0 50%;
    gap: 3vw;
}

.hp_why_fbox {
  
    gap: 6vw 0;
}

.hp_why_box:before {
    display: none;
   
}

}

/*Products*/

.hp_products {
    background: #f0eee4;
    padding: 5% 9% 5%;
    border-bottom: 2px solid black;
}

.hp_products_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 3%;
}

.hp_products_title {
    color: #4f2c1d;
    font-size: 2.5vw;
    font-weight: 400;
    margin-bottom: 0;
}

.hp_products_title span {
    font-family: cormorant garamond;
    color: #b44424;
    font-style: italic;
    font-size: 3.5vw;
    font-weight: 600;
}

.hp_products_link {
    color: #b44424;
    position: relative;
    font-size: 1vw;
    padding-right: 3.5vw;
    transition: 0.3s;
    font-weight: 500;
}

.hp_products_link:hover {
    color: #bda170;
    
}

.hp_products_link:before {
    position: absolute;
    content: "";
    top: 0%;
    bottom: 0;
    margin: auto 0;
    right: 0;
    background-image: url(https://cdn1.npcdn.net/img/1765772904A_Icon.png);
    background-repeat: no-repeat;
    width: 2.5vw;
    height: 2.5vw;
    background-size: contain;
    transition: 0.3s;
    filter: brightness(0) saturate(100%) invert(100%) sepia(12%) saturate(7496%) hue-rotate(182deg) brightness(122%) contrast(94%);
   
}

.hp_products_link:after {
    position: absolute;
    content: "";
    top: 0%;
    bottom: 0;
    margin: auto 0;
    right: 0;
    background-color: #b44424;
    width: 2vw;
    height: 2vw;
    border-radius: 50%;
    background-size: contain;
    transition: 0.3s;
    z-index: -1;
   
}

.hp_products_link:hover:before {
    transform: rotate(45deg);
   
}

.hp_products .col-12.col-md-3 {
    padding: 0 1vw 2vw;
}

.hp_products_image {
    width: 100%;
}

.hp_products_ggbox {
    position: relative;
}

.hp_products_itbox {
    background: rgba(226, 185, 151, 0.7);
    position: absolute;
    bottom: 0%;
    right: 0;
    left: 0;
    padding: 4% 8% 4%;
}

.hp_products_item {
    color: #4f2c1d;
    font-size: 1.15vw;
    margin-bottom: 3%;
}

.hp_products_linkx {
    border-bottom: 1px solid;
    font-size: 0.7vw;
    transition: 0.3s;
    color: #4f2c1d;
}

.hp_products_linkx:hover {
  
    color: #b44424;
}

.hp_products_bbox {
    margin-top: 2%;
}

@media screen and (max-width: 1200.5px){

.hp_products_title {
   
    font-size: 3vw;
  
}

.hp_products_title span {
   
    font-size: 4vw;

}

.hp_products_link {
    
    font-size: 1.5vw;
    padding-right: 4vw;
   
}

.hp_products_link:before {
   
    width: 3vw;
    height: 3vw;
  
   
}

.hp_products_link:after {
    
    width: 2.5vw;
    height: 2.5vw;
   
   
}

.hp_products_item {
    
    font-size: 1.65vw;
}

.hp_products_linkx {
   
    font-size: 1.2vw;
    
}

}

@media screen and (max-width: 767.5px){

.hp_products_title {
   
    font-size: 8vw;
  
}

.hp_products_title span {
   
    font-size: 11vw;

}

.hp_products_link {
    
    font-size: 3.75vw;
    padding-right: 9.5vw;
   
}

.hp_products_link:before {
   
    width: 8vw;
    height: 8vw;
  
   
}

.hp_products_link:after {
    
    width: 7.5vw;
    height: 7.5vw;
    right: 1%;
   
}

.hp_products_item {
    
    font-size: 5.5vw;
}

.hp_products_linkx {
   
    font-size: 3.25vw;
    
}

.hp_products .col-12.col-md-3 {
    padding: 0 15px 30px;
}

.hp_products {
  
    padding: 12% 3%;
   
}

.hp_products_box {
    flex-direction: column;
    align-items: start;
    gap: 3vw;
    margin-bottom: 9%;
}

}

/*About*/

.hp_about {
    padding: 7% 9% 8% 18%;
}

.hp_about_ibox {
    margin-right: 19%;
    position: relative;
}

.hp_about_ibox:before {
    position: absolute;
    content: "";
    bottom: -9%;
    right: -14%;
    background-color: #4f2c1d;
    width: 18.25vw;
    height: 27.75vw;
    z-index: -1;
}

.hp_about_ibox:after {
    position: absolute;
    content: "";
    top: 13%;
    margin: 0 auto;
    left: 0%;
    right: 0%;
    background-image: url(https://cdn1.npcdn.net/img/1765778722E_About-Us_Img_Logo.png);
    background-repeat: no-repeat;
    width: 4vw;
    height: 5vw;
    background-size: contain;
   
   
}

.hp_about_image {
    width: 100%;
}

.hp_about .col-12.col-md-8 {
    padding-left: 5%;
}

.hp_about .row {
    align-items: center;
}

.hp_about_title1 {
    font-family: cormorant garamond;
    font-style: italic;
    color: #b44424;
    font-size: 3.5vw;
    position: relative;
    display: inline-block;
    padding-right: 11.5vw;
    margin-bottom: 9%;
    font-weight: 600;
}

.hp_about_title1:before {
    position: absolute;
    content: "";
    top: 15%;
    bottom: 0;
    margin: auto 0;
    right: 0;
    background-image: url(https://cdn1.npcdn.net/img/1765769765E_About-Us_Logo.png);
    background-repeat: no-repeat;
    width: 10vw;
    height: 2.5vw;
    background-size: contain;
}

.hp_about_desc {
    color: #4f2c1d;
    font-size: 1vw;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 3.5%;
}

.hp_about_link {
    color: #b44424;
    position: relative;
    font-size: 1vw;
    padding-right: 3vw;
    transition: 0.3s;
    font-weight: 500;
}

.hp_about_link:hover {
    color: #bda170;
    
}

.hp_about_link:before {
    position: absolute;
    content: "";
    top: 0%;
    bottom: 0;
    margin: auto 0;
    right: 0;
    background-image: url(https://cdn1.npcdn.net/img/1765769535A_Icon.png);
    background-repeat: no-repeat;
    width: 2.5vw;
    height: 2.5vw;
    background-size: contain;
    transition: 0.3s;
   
}

.hp_about_link:hover:before {
    transform: rotate(45deg);
   
}

.hp_about_bbox {
    margin-top: 8%;
}

@media screen and (max-width: 1200.5px){
.hp_about_title1 {
   
    font-size: 4vw;
 
    padding-right: 13.5vw;
    margin-bottom: 9%;
  
}

.hp_about_title1:before {
   
    width: 12vw;
    height: 3vw;
  
}

.hp_about_desc {
    
    font-size: 1.5vw;

    margin-bottom: 3.5%;
}

.hp_about_desc br {
    
    display: none;
}

.hp_about_link {

    font-size: 1.5vw;
    padding-right: 3.5vw;
   
}

.hp_about_link:before {
   
    width: 3vw;
    height: 3vw;
  
   
}

.hp_about {
    padding: 7% 9% 8% 15%;
}

}

@media screen and (max-width: 767.5px){
.hp_about_title1 {
   
    font-size: 11vw;
 
    padding-right: 36vw;
    margin-bottom: 9%;
  
}

.hp_about_title1:before {
   
    width: 32vw;
    height: 8vw;
  
}

.hp_about_desc {
    
    font-size: 3.75vw;

    margin-bottom: 7%;
}

.hp_about_link {

    font-size: 3.75vw;
    padding-right: 9.5vw;
   
}

.hp_about_link:before {
   
    width: 8vw;
    height: 8vw;
  
   
}

.hp_about {
    padding: 12% 3%;
}

.hp_about .col-12.col-md-8 {
    padding-left: 15px;
}

.hp_about_ibox {
    margin-right: 6%;
    margin-bottom: 15%;
}

.hp_about_bbox {
    margin-top: 10%;
}

.hp_about_ibox:before {
    
    bottom: -5%;
    right: -7%;

    width: 75vw;
    height: 118vw;
  
}

.hp_about_ibox:after {
    
    top: 13%;
    
    width: 16vw;
    height: 20vw;
   
}

}

/*News*/

.index_wrapper_6 {
    padding: 5.5% 9% 6%;
    position: relative;
}

.index_wrapper_6:before {
    position: absolute;
    content: "";
    top: 0%;
    left: 0;
    background-color: #f0eee4;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.index_wrapper_6:after {
    position: absolute;
    content: "";
    top: 0%;
    left: 0;
    background-image: url(https://cdn1.npcdn.net/img/1765764487F_Latest-News_Bg.png);
    background-repeat: no-repeat;
    width: 100%;
    height: 63%;
    background-size: cover;
    z-index: -1;
}

.hp_latest_new_8 .news_box .read_more {
    color: #b44424;
    width: 72px;
    border-bottom: 1px solid;
    margin-top: -28px;
}

.hp_latest_new_8 .news_box .read_more:lang(ms) {
  
    width: 120px;
    
}

.hp_latest_new_8 .news_box .date {
    opacity: 1;
    font-size: 90%;
    color: #4f2c1d;
}

.hp_latest_new_8 .news_box {
    padding: 15px 15px;
    
    background: #fff;
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.2);
}

.hp_latest_new_8 .col-12.col-lg-4.mb-4 {
    padding: 0 1.25vw;
}

.hp_latest_new_8 .news_box .title {
    font-size: 120%;
    line-height: 1.2;
    color: #4f2c1d;
    margin-top: 3%;
    margin-bottom: 3%;
}

.hp_latest_new_8 .text-muted {
    display: none;
}

.hp_latest_new_8 b {
    font-weight: 500;

}

.hp_news_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 3%;
}

.hp_news_title {
    color: #f0eee4;
    font-size: 2.5vw;
    font-weight: 400;
    margin-bottom: 0;
}

.hp_news_title span {
    font-family: cormorant garamond;
    color: #bda170;
    font-style: italic;
    font-size: 3.5vw;
    font-weight: 600;
}

.hp_news_link {
    color: #f0eee4;
    position: relative;
    font-size: 1vw;
    padding-right: 3.5vw;
    transition: 0.3s;
}

.hp_news_link:hover {
    color: #bda170;
    
}

.hp_news_link:before {
    position: absolute;
    content: "";
    top: 0%;
    bottom: 0;
    margin: auto 0;
    right: 0;
    background-image: url(https://cdn1.npcdn.net/img/1765766540H_Icon_02.png);
    background-repeat: no-repeat;
    width: 2.5vw;
    height: 2.5vw;
    background-size: contain;
    transition: 0.3s;
   
}

.hp_news_link:hover:before {
    transform: rotate(45deg);
   
}

@media screen and (max-width: 1200.5px){
.hp_news_title {
   
    font-size: 3vw;
  
}

.hp_news_title span {

    font-size: 4vw;
}

.hp_news_link {
   
    font-size: 1.5vw;
    padding-right: 4vw;
  
}


.hp_news_link:before {
 
    width: 3vw;
    height: 3vw;
    
   
}

.index_wrapper_6:after {
 
    height: 55%;

}

}

@media screen and (max-width: 767.5px){
.hp_news_title {
   
    font-size: 8vw;
  
}

.hp_news_title span {

    font-size: 11vw;
}

.hp_news_link {
   
    font-size: 3.75vw;
    padding-right: 10vw;
  
}


.hp_news_link:before {
 
    width: 8vw;
    height: 8vw;
    
   
}

.index_wrapper_6:after {
 
    height: 30%;
    background-position: 49.5%;
}

.index_wrapper_6 {
    padding: 12% 3%;
  
}

.hp_latest_new_8 .col-12.col-lg-4.mb-4 {
    padding: 0 15px;
}

.hp_news_box {
  
    align-items: start;
    margin-bottom: 9%;
    flex-direction: column;
    gap: 4vw;
}

}

/*Footer*/

.footer_type6 {
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url('https://cdn1.npcdn.net/img/1765762501G_Footer_Bg.png');
    color: white;
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.footer_type6 .title h5 {
 
    color: #bda170;
    font-size: 17.5px;
}

.footer_type6 .line {
 
    background-color: rgba(255, 255, 255, 0.5);
    margin-top: 3%;
}

.footer_type6 .input-container input {

    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
 
}

.footer_type6 .mb-4.location {
    padding-right: 33%;
}

.footer_type6 .logo img {
 
    max-height: 42px;
}

.footer_type6 .logo.title {
 
    min-height: 42px;
}

.footer_type6 .title {
 
    min-height: 20px;
}

.footer_type6 .ppp {
    padding-right: 17%;
}

.footer_type6 .text-muted {
    color: #fff !important;
}

@media screen and (max-width: 1200.5px){
.footer_type6 .title h5 {
   
    font-size: 16.5px;
}

.footer_type6 .ppp {
    padding-right: 9%;
}

.footer_type6 .mb-4.location {
    padding-right: 15%;
}

}

@media screen and (max-width: 991.5px){
.footer_type6 .logo img {
 
    max-height: 36px;
}

.footer_type6 .logo.title {
 
    min-height: 36px;
}

.footer_type6 .mb-4.location {
    padding-right: 0%;
}

.footer_type6 .ppp {
    padding-right: 0%;
}

.footer_type6 .input-container input, .footer_type6 .input-container label {
    font-size: 13px;
    
}

}

@media screen and (max-width: 767.5px){
.footer_type6 .logo img {
 
    max-height: 40px;
}

.footer_type6 .logo.title {
 
    min-height: 40px;
}


.footer_type6 .input-container input, .footer_type6 .input-container label {
    font-size: 14px;
    
}

.footer_type6 .title h5 {
   
    font-size: 18px;
}

}