/* desktop */

body {
    color: #333333;
    line-height: 1.5;
}

a {
    text-decoration: none !important;
    transition: all 0.50s !important;
}

.all_functional_page {
    padding-top: 100px;
    padding-bottom: 100px !important;
    min-height: auto;
    font-size: 1rem;
}

#main_index {
    overflow: hidden;
    padding-top: 0;
    padding-bottom: 0 !important;
}

/* menu */

#main_index .navbar_ecommerceDropdown {
    padding: 0;
    height: 0;
    z-index: 1;
}

.navbar_ecommerceDropdown {
    padding: 0;
    background-color: #333333;
}

.navbar_ecommerceDropdown .container.d-flex.justify-content-between {
    padding: 0;
    align-items: center;
}

.nav_logo {
    padding: 15px;
}

.nav_logo a {
    display: flex;
}

.navbar_ecommerceDropdown .nav_logo img {
    max-height: 5vw;
}

.navbar_ecommerceDropdown .nav_search {
    padding: 15px;
    justify-content: flex-end;
}

.nav_bottom {
    background-color: transparent;
}

.nav_bottom .menu {
    gap: 50px;
}

.nav_bottom .menu .nav_item:hover {
    background-color: transparent;
}

.nav_bottom .menu .nav_item .dropdown a {
    padding: 0;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 1vw;
}

/* banner */

.slider_banner .banner_content {
    overflow: hidden;
    opacity: 1 !important;
}

.hp_banner_content {
    width: 55%;
    gap: 15px;
    z-index: 1;
    padding: 75px 0 0 50px;
}

.hp_banner_content:before {
    content: '';
    background-image: url(https://cdn1.npcdn.net/userfiles/27954/image/banner-title-box.png);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 65%;
    height: 90%;
    z-index: -1;
}

.hp_banner_content h3 {
    font-size: 20px;
    line-height: normal;
    letter-spacing: 2.5px;
}

.hp_banner_content h3 strong {
    font-weight: 600;
}

.hp_banner_content h2 {
    font-size: 35px;
    line-height: normal;
}

.hp_banner_content p {
    width: 85%;
}

.hp_banner_button a button {
    transition: all 0.50s;
    background-color: #e2b746;
    color: #ffffff;
    padding: 5px 5px 5px 15px;
    border-radius: 100px;
    border: 0;
    display: flex;
    align-items: center;
    gap: 15px;
}

.hp_banner_button a button:hover {
    background-color: #ffffff;
    color: #e2b746;
}

.hp_banner_button a button i {
    background-color: #ffffff;
    color: #e2b746;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 0;
    height: 0;
    padding: 15px;
    border-radius: 100%;
    transition: all 0.50s;
}

.hp_banner_button a button:hover i {
    background-color: #e2b746;
    color: #ffffff;
    animation: 1s linear swing
}

/* slogan */

.index_wrapper_3 {
    margin-top: -65px;
    position: relative;
    z-index: 1;
}

.index_wrapper_3 #index_3 {
    padding-right: 0;
    padding-left: 0;
}

.hp_slogan {
    width: calc(100% - 65%);
    float: right;
}

.hp_slogan_content {
    padding: 25px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    gap: 25px;
}

.hp_slogan_content img {
    max-width: 100px;
    animation: 5s linear swing infinite;
}

.hp_slogan_content h3 {
    font-size: 25px;
    line-height: normal;
}

/* about */

.index_wrapper_4 {
    margin: -65px auto 100px;
    padding-top: 100px;
    position: relative;
    z-index: 0;
}

.index_wrapper_4:before {
    content: '';
    background-image: url(https://cdn1.npcdn.net/userfiles/27954/image/running-shape.png);
    background-repeat: repeat-x;
    background-position: top;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    z-index: -1;
    animation: 15s linear hp-running infinite;
}

@keyframes hp-running {
    100% {
        background-position-x: -2850px;
    }
}

.index_wrapper_4:after {
    content: '';
    background-image: url(https://cdn1.npcdn.net/userfiles/27954/image/about-title-bg-2.png);
    background-repeat: repeat-x;
    background-position: top;
    background-size: contain;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
    z-index: -1;
    animation: 15s linear hp-running-2 infinite;
}

@keyframes hp-running-2 {
    100% {
        background-position-x: 2200px;
    }
}

.index_wrapper_4 .row.outerRow_4 {
    align-items: center;
}

.index_wrapper_4 #index_4 {
    padding-top: 15px;
    padding-bottom: 15px;
}

.index_wrapper_4 #index_5 {
    padding-right: 0;
    padding-left: 0;
}

.hp_about_content {
    gap: 25px;
    padding-left: 25px;
}

.hp_about_content div:first-child {
    gap: 15px;
}

.hp_sub {
    font-size: 20px;
    line-height: normal;
    letter-spacing: 2.5px;
    color: #b3b3b3;
}

.hp_sub strong {
    font-weight: 600;
}

.hp_title {
    font-size: 35px;
    line-height: normal;
}

.hp_title span {
    color: #333333;
}

.hp_button a button {
    transition: all 0.50s;
    background-color: #e2b746;
    color: #ffffff;
    padding: 5px 5px 5px 15px;
    border-radius: 100px;
    border: 0;
    display: flex;
    align-items: center;
    gap: 15px;
}

.hp_button a button:hover {
    background-color: #ffffff;
    color: #e2b746;
}

.hp_about_content .hp_button a button:hover {
    background-color: #333333;
}

.hp_button a button i {
    background-color: #ffffff;
    color: #e2b746;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 0;
    height: 0;
    padding: 15px;
    border-radius: 100%;
    transition: all 0.50s;
}

.hp_button a button:hover i {
    background-color: #e2b746;
    color: #ffffff;
    animation: 1s linear swing
}

.hp_about_image {
    gap: 15px;
}

.hp_about_image img {
    max-width: 125px;
}

/* product */

.index_wrapper_6 {
    padding-top: 50px;
    background-color: #333333;
    position: relative;
    z-index: 1;
}

.index_wrapper_6:before {
    content: '';
    background-image: url(https://cdn1.npcdn.net/userfiles/27954/image/product-bg.png);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    position: absolute;
    top: -50px;
    left: 0;
    width: 100%;
    height: 50px;
    z-index: -1;
}

.index_wrapper_6 #index_6 {
    padding-right: 0;
    padding-left: 0;
}

.hp_product_content {
    gap: 15px;
}

.hp_product_content .hp_sub {
    color: #e2b746;
}

.hp_product_box {
    cursor: pointer;
    clip-path: polygon(0 0, 90% 0, 100% 10%, 100% 100%, 0 100%);
}

.hp_product_box:before {
    content: '';
    background: linear-gradient(transparent, transparent, #000000);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.hp_product_box_content {
    gap: 25px;
    bottom: 0;
    left: 0;
    height: 75px;
}

.hp_product_box_content:before {
    content: '';
    background-color: #ffffff;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    width: 95%;
    height: 1px;
    transition: all 0.50s;
}

.hp_product_box:hover .hp_product_box_content:before {
    width: 100%;
}

.hp_product_box_content p {
    transition: all 0.50s;
}

.hp_product_box:hover .hp_product_box_content p {
    color: #e2b746;
}

.hp_product_box_content p b {
    font-weight: 600;
}

.hp_product_box_content img {
    max-width: 25px;
    height: auto !important;
    transition: all 0.50s;
}

.hp_product_box:hover .hp_product_box_content img {
    transform: rotate(45deg);
}

/* why */

.index_wrapper_7 {
    padding-top: 250px;
    padding-bottom: 50px;
    background-attachment: fixed;
    background-image: url(https://cdn1.npcdn.net/userfiles/27954/image/wcu-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.index_wrapper_7 #index_7 {
    padding-right: 0;
    padding-left: 0;
}

.hp_why_content .hp_sub {
    color: #e2b746;
}

.hp_why_content {
    gap: 15px;
}

.hp_why {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 75px;
}

.hp_why:after {
    content: '';
    background-color: #ffffff;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    width: 1px;
    height: 100%;
}

.hp_why_box {
    gap: 15px;
}

.hp_why_box img {
    max-width: 75px;
}

.hp_why_box h3 {
    font-size: 16px;
    line-height: normal;
}

/* gallery */

.index_wrapper_8 {
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
    z-index: 0;
}

.index_wrapper_8:before {
    content: '';
    background-image: url(https://cdn1.npcdn.net/userfiles/27954/image/running-shape.png);
    background-repeat: repeat-x;
    background-position: top;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    z-index: -1;
    animation: 15s linear hp-running infinite;
}

.index_wrapper_8 #index_8 {
    padding-right: 0;
    padding-left: 0;
}

.hp_gallery_content {
    gap: 15px;
}

.hp_gallery_content .hp_sub {
    color: #e2b746;
}

.index_wrapper_8 section .hp_button a button:hover {
    background-color: #333333;
}

.hp_photoGallerySliderWithTitle {
    background-color: transparent;
}

.hp_photoGallerySliderWithTitle .col-12 {
    padding: 0;
}

.hp_photoGallerySliderWithTitle .photo-gallery .slick-arrow {
    width: auto;
    height: auto;
    background-color: #e2b746;
    border-radius: 100%;
    padding: 5px;
    transition: all 0.50s;
}

.hp_photoGallerySliderWithTitle .photo-gallery .slick-arrow:hover {
    background-color: #333333;
}

.hp_photoGallerySliderWithTitle .photo-gallery .slick-prev {
    left: -15px;
    transform: translate(-50%, -50%);
}

.hp_photoGallerySliderWithTitle .photo-gallery .slick-next {
    right: -15px;
    transform: translate(50%, -50%);
}

.hp_photoGallerySliderWithTitle .photo-gallery .slick-arrow:before {
    text-shadow: none;
    opacity: 1;
    width: 15px;
    height: 15px;
}

.hp_photoGallerySliderWithTitle .photo-gallery {
    padding: 0;
}

.hp_photoGallerySliderWithTitle .photo-gallery .slick-initialized .slick-slide {
    padding: 15px;
}

.hp_photoGallerySliderWithTitle .photo-gallery .outline_box {
    padding: 0;
    position: relative;
    opacity: 1 !important;
    transform: none !important;
}

.hp_photoGallerySliderWithTitle .photo-gallery .outline_box .gallery_box {
    background-color: transparent;
    height: 100%;
    padding-top: 0;
    z-index: 0;
    clip-path: polygon(0 0, 100% 0, 100% 90%, 90% 100%, 0 100%);
}

.hp_photoGallerySliderWithTitle .photo-gallery .outline_box .gallery_box:before {
    content: '';
    background: linear-gradient(transparent, transparent, #000000);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.hp_photoGallerySliderWithTitle .photo-gallery .outline_box .gallery_box img {
    padding: 0;
    object-fit: cover;
    position: static;
    transform: none;
}

.hp_photoGallerySliderWithTitle .photo-gallery .outline_box p.text-center {
    position: absolute;
    bottom: 0;
    margin-bottom: 0;
    color: #ffffff;
    padding: 15px;
}

/* news */

.index_wrapper_9 {
    padding-top: 100px;
    padding-bottom: 100px;
    background-image: url(https://cdn1.npcdn.net/userfiles/27954/image/news-bg.png);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
}

.index_wrapper_9 .row.innerRow_9 {
    align-items: center;
}

.index_wrapper_9 #index_9 {
    padding-right: 0;
    padding-left: 0;
}

.hp_news_content {
    gap: 15px;
}

.hp_news_content .hp_sub {
    color: #e2b746;
}

.index_wrapper_9 #index_9 #index_9_2 {
    padding: 15px !important;
}

.index_wrapper_9 #index_9 #index_9_2 img {
    clip-path: polygon(0 0, 100% 0, 100% 95%, 95% 100%, 0 100%);
}

#main_index .hp_latest_new {
    padding: 0 15px;
}

#main_index .hp_latest_new .news_box {
    margin-bottom: 0 !important;
}

#main_index .hp_latest_new .news_box .row {
    align-items: center;
}

#main_index .hp_latest_new .col-12.col-lg-4 {
    padding: 15px;
    flex: 0 0 45%;
    max-width: 45%;
}

#main_index .hp_latest_new .news_box .img_frame {
    height: 100%;
    padding-top: 0;
}

#main_index .hp_latest_new .news_box .img_frame .category {
    display: none;
}

#main_index .hp_latest_new .news_box .img_frame img {
    position: static;
    transform: none;
}

#main_index .hp_latest_new .col-12.col-lg-8 {
    padding: 15px;
    flex: 0 0 55%;
    max-width: 55%;
    gap: 15px;
}

#main_index .hp_latest_new .news_box .title {
    font-size: 16px;
    line-height: normal;
}

#main_index .hp_latest_new .news_box .date {
    opacity: 1;
    font-size: 16px;
    margin: 0 !important;
}

#main_index .hp_latest_new .news_box .date i {
    color: #e2b746;
}

#main_index .hp_latest_new .news_box .content {
    opacity: 1;
    margin-bottom: 0;
}

#main_index .hp_latest_new .news_box .read_more {
    display: none;
}

/* contact */

.index_wrapper_10 {
    padding-top: 100px;
    padding-bottom: 100px;
    background-image: url(https://cdn1.npcdn.net/userfiles/27954/image/contact-bg.png);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
}

.index_wrapper_10 #index_10 {
    padding-right: 0;
    padding-left: 0;
}

.hp_contact_content {
    gap: 15px;
}

.hp_contact_content .hp_sub {
    color: #e2b746;
}

/* footer */

.footer_type10 {
    background-color: #333333;
    padding-top: 100px !important;
    padding-bottom: 15px !important;
}

.footer_type10 .col-12.col-md-6.col-lg-6.col-xl-3.mb-md-0.pt-5 {
    padding: 15px !important;
}

.footer_type10 .sub_title {
    border-color: #ffffff;
}

.footer_type10 .sub_title p {
    font-weight: 600 !important;
    text-transform: uppercase;
    color: #e2b746;
    padding-bottom: 15px;
}

.footer_type10 .logo {
    padding-top: 0;
    width: 75px;
    height: auto;
    min-height: auto;
}

.footer_type10 .logo img {
    position: static;
    transform: none;
    width: 100%;
    max-height: 100%;
}

.footer_type10 .d-inline-flex {
    align-items: center;
}

.footer_type10 .icon {
    padding: 0;
}

.footer_type10 .social_media {
    padding: 0 !important;
    align-items: center;
    gap: 15px;
    margin-top: 0 !important;
}

.footer_type10 .social_media a {
    display: flex;
    margin-right: 0;
}

.footer_type10 .social_media a .icon_s {
    padding: 0;
    width: auto;
    height: auto;
}

.footer_type10 .social_media a .icon_s i {
    font-size: 16px;
    transition: all 0.50s;
}

.footer_type10 .social_media a:hover .icon_s i {
    color: #b78e4a;
}

/*
.footer_type10 .social_media a .icon_original {
    padding: 0;
    width: 100%;
    height: 100%;
}

.footer_type10 .social_media a .icon_original img {
    height: 16px;
    transition: all 0.50s;
    filter: invert(1);
}
*/

/*
.footer_type10 .w-100.my-3.text-left.p-0 {
    margin-bottom: 0 !important;
}

.footer_type10 .npfooter_languagebar span small {
    font-size: 16px;
}

.footer_type10 .npfooter_languagebar .languagebar_divider {
    margin: 0 !important;
}
*/

.footer_type10 .list-unstyled {
    margin-bottom: 0;
}

.footer_type10 .list-unstyled li a:hover {
    color: #e2b746;
}

.footer_type10 .list-unstyled li a p {
    margin-bottom: 15px !important;
}

/*
.footer_type10 .col-12.col-md-6.col-lg-6.col-xl-3.mb-md-0.pt-5:nth-child(3) div:last-child .d-inline-flex {
    margin-top: 15px;
}
*/

.footer_type10 .col-12.col-md-6.col-lg-6.col-xl-3.mb-md-0.pt-5:nth-child(3) div:last-child .text_contact p {
    margin-left: -5px;
}

.footer_type10 .col-12.col-md-6.col-lg-6.col-xl-3.mb-md-0.pt-5:nth-child(3) div:last-child .text_contact p a i {
    display: none;
}

.footer_type10 .mb-3 .text_contact {
    padding-bottom: 100px !important;
}

.footer_type10 .mb-3 .text_contact p.w-100:first-child a:after {
    content: '(Office Tel)';
}

.footer_type10 .mb-3 .text_contact p.w-100:nth-child(2) a:after {
    content: '(Robert Kek)';
}

.footer_type10 .mb-3 .text_contact p.w-100:nth-child(3) a:after {
    content: '(Mr Fu)';
}

.footer_type10 .mb-3 .text_contact p.w-100:last-child a:after {
    content: '(Kris Chia)';
}

.footer_type10 .footer_map_class {
    display: flex;
}

.footer_type10 .text-light {
    color: #ffffff !important;
}

.footer_type10 .text-light .line_top {
    border-color: #ffffff;
}

.footer_type10 .text-light .line_top .col-12.d-flex p {
    margin-bottom: 0 !important;
}

.footer_type10 .text-light .line_top .text-left {
    margin-bottom: 0 !important;
}

.footer_type10 .col-12.col-md-12 .mb-1 {
    margin-bottom: 0 !important;
}

.footer_type10 .row.my-3 .col-12 .mb-1 {
    margin-bottom: 0 !important;
}

.footer_type10 a:hover {
    color: #e2b746 !important;
}

/* page */

.page_title {
    text-align: center !important;
}

.page_title b {
    font-size: 35px;
    font-weight: bold;
}

.wspages {
    padding: 100px 0;
    min-height: auto !important;
    font-size: 1rem;
}

#main_contactus {
    padding-top: 100px;
    padding-bottom: 100px;
    font-size: 1rem;
}

#main_contactus #contactus_1_1 .ws_contact {
    display: flex;
    flex-direction: column-reverse;
}

#main_contactus #contactus_1_1 .col-12.col-md-4.ws_contact {
    margin-bottom: 15px !important;
}

#main_contactus #contactus_1_1 .ws_contact .col-12.p-0.contact_map.mb_10 {
    display: flex;
    margin-bottom: 0;
}

#main_contactus #contactus_1_1 .ws_contact .col-12.p-0.contact_map.mb_10 iframe {
    height: 500px;
    max-width: 1240px;
    margin: 0 auto;
    padding: 15px;
}

/* */

/* tablet */

@media only screen and (min-width: 768px) and (max-width: 1140px) {

/* banner */

.hp_banner_content {
    width: 70%;
}

/* slogan */

.index_wrapper_3 {
    margin-top: -50px;
}

.hp_slogan_content h3 {
    font-size: 16px;
}

/* about */

.index_wrapper_4 {
    margin: -50px auto 100px;
}

.hp_title {
    font-size: 25px;
}

/* product */

.hp_product_box_content p {
    font-size: 12px;
}

}

/* */

/* mobile */

@media only screen and (max-width: 767px) {

/* menu */

.navbar_mobile {
    background-color: #333333;
    border-bottom: none;
    height: 75px;
    display: flex;
    justify-content: center;
    z-index: 10000 !important;
}

.navbar_mobile .row_1 {
    margin-bottom: 0;
    padding-top: 0 !important;
    align-items: center;
    flex-direction: row-reverse;
}

.navbar_mobile .row_1 .col.pl-4 {
    justify-content: flex-end;
    padding: 0 !important;
    flex: auto;
    width: auto;
}

.navbar_mobile .row_1 .col.text-center {
    padding: 15px !important;
    order: 1;
    flex: auto;
    width: auto;
    text-align: left !important;
}

.navbar_mobile .row_1 .col:last-child {
    display: none;
}

.navbar_mobile .btn-outline-light {
    font-size: 25px !important;
    border: none !important;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: normal;
    color: #ffffff;
    border-radius: 0 !important;
    background-color: transparent;
    height: 75px;
}

.navbar_mobile .btn-outline-light:hover {
    color: #e2b746;
    background-color: transparent;
    border: none !important;
}

.btn-outline-light:not(:disabled):not(.disabled).active:focus, .btn-outline-light:not(:disabled):not(.disabled):active:focus, .show>.btn-outline-light.dropdown-toggle:focus {
    box-shadow: none;
}

.btn-outline-light:not(:disabled):not(.disabled).active, .btn-outline-light:not(:disabled):not(.disabled):active, .show>.btn-outline-light.dropdown-toggle {
    color: inherit;
    background-color: inherit;
}

/*
.navbar_mobile .logo_img {
    max-height: 75px;
}
*/

.side_menu {
    background-color: #000000;
}

.side_menu.show {
    width: 100%;
}

.side_menu .mt-3.mx-3.pt-5 {
    margin-top: 75px !important;
}

.side_menu input {
    border-radius: 0;
    border: none;
    background-color: rgba(255, 255, 255, 1);
    color: #333333;
}

.side_menu input::placeholder {
    color: #333333 !important;
}

.side_menu button {
    color: #333333 !important;
    transition: all 0.50s;
}

.side_menu button:hover {
    color: #e2b746 !important;
}

.side_menu .list-group {
    margin-top: 50px !important;
    padding-right: 15px;
    padding-left: 15px;
    text-align: center;
    gap: 15px;
}

.side_menu .list-group .list-group-item {
    border-bottom: none;
    padding: 0;
}

.side_menu .list-group .list-group-item:last-child {
    border-bottom: none;
}

.side_menu .list-group .list-group-item a, .side_menu .social_media a {
    color: #ffffff;
    text-transform: uppercase;
    font-weight: bold;
}

.side_menu .list-group .list-group-item a:hover, .side_menu .social_media a:hover {
    color: #e2b746;
}

.side_menu .list-group .list-group-item .dropdown-toggle {
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.side_menu .social_media {
    width: auto;
    padding: 0;
    justify-content: center;
}

.side_menu .social_media a {
    margin: 0;
}

.m_default_member a:hover, .m_default_languagebar a:hover {
    color: #e2b746;
}

.npnavbar_languagebar {
    text-align: center;
}

/* banner */

.slider_banner .item img {
    height: 550px !important;
    object-fit: cover;
}

.hp_banner_content {
    width: 100% !important;
    margin-left: 15px;
    padding: 75px 0 0 15px;
}

.hp_banner_content h2 {
    font-size: 30px;
}

/* slogan */

.index_wrapper_3 {
    margin-top: -15px;
}

.hp_slogan {
    width: 100%;
}

.hp_slogan_content h3 {
    font-size: 20px;
}

/* about */

.index_wrapper_4 {
    margin: -95px auto 100px;
    padding-top: 200px;
}

.index_wrapper_4:before {
    background-size: cover;
}

.hp_about_content {
    padding-left: 0;
}

/* product */

.index_wrapper_6 section .hp_button {
    justify-content: flex-start !important;
}

/* why */

.hp_why {
    grid-template-columns: repeat(1, auto);
}

.hp_why:after {
    top: auto;
    bottom: 50%;
    left: 0;
    transform: translate(0, 50%);
    width: 100%;
    height: 1px;
}

/* gallery */

.index_wrapper_8:before {
    background-size: cover;
}

.index_wrapper_8 section .hp_button {
    justify-content: flex-start !important;
}

.hp_photoGallerySliderWithTitle {
    padding: 0 50px;
}

/* news */

#main_index .hp_latest_new .col-12.col-lg-4, #main_index .hp_latest_new .col-12.col-lg-8 {
    flex: 0 0 100%;
    max-width: 100%;
}

}

/* */