@import url('https://fonts.googleapis.com/css2?family=Titillium+Web:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700&display=swap');
/*font-family: "Titillium Web", sans-serif;*/
/*font-family: "Asap Condensed", sans-serif;*/
/*font-family: "Inter", sans-serif;*/

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

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

body > br {
    display: none;
}

body {
    font-family: "Asap Condensed", sans-serif;
}

#main_showproducts,
#main_services,
#main_latestnews,
#main_videosbycat,
#main_photoalbum,
#main_contactus,
.category_menu_3 .main_title,
.product_list_5 .product_box .product_des .price a, 
.product_list_5 .product_box .product_des .title a,
.product_detail .category_tag a li,
.product_detail .title,
.category_list_type4 .category_box h6,
.product-detail-tab .tab-pane span{
    font-size: 17px!important;
}

@media (max-width: 1200.5px) {

}

@media (max-width: 991.5px) {
    
}

@media (max-width: 767.5px) {
    
}







/*topspace*/
    .industry_topContact {
        background-color: transparent;
        border-bottom: 1px solid #d5d5d5;
        margin: 0 3rem;
    }
    .industry_topContactContent a{
        color:#000;
        text-decoration: none;
        font-family: "Asap Condensed", sans-serif;
    }
    
    .industry_topContactContent i {
        color: #0071bb;
    }

    .industry_topContactContent {
        display: flex;
        justify-content: flex-start;
        /*padding: 1rem 0;*/
        padding-left: 7rem;
    }

    .industry_topContactText {
        font-size: 0.875rem;
        color: #000;
        padding: 1rem 0;
        /*cursor: pointer;*/
    }

    
    .industry_topContactText a:hover {
        color: #0071bb;
    }
    
    .industry_topContactleft {
        background-color: #a7a7a7;
        padding: 1rem 2rem;
        background-color: #0071bb;
        color: #fff;
    }
    
    .industry_topContactleft a {
        color: #fff;
    }

    .industry_topContactleft i {
        color: #fff;
    }
    
    .industry_topContactleft a:hover {
        color: #000000;
    }
    
    @media all and (max-width: 1200.5px) {
        .industry_topContactContent {
            padding-left: 0;
        }
    
    }

    @media all and (max-width: 991.5px) { 
        .industry_topContact {
            display: none;
        }
    }




/*navigation bar*/
.navbar_type8 {
    height: 110px;
    /*background-color: #fff;*/
    background: linear-gradient(to bottom, #fff, #f5f5f5);
    border-bottom: 15px solid #7ec8ed;
    transition: all 0.25s ease-in-out;
    padding: 0 8% 0 11%;
    
}

#main_index .navbar_type8 {
    /*border-bottom: none;*/
}

.dark_nav {
    height: 80px;
    background-color: rgb(255,255,255,0.9) !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15) !important;
}

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

.navbar_type8 .nav_tab {
    padding-right: 0;
    flex: 0 1 75%;
    gap: .7vw;
}

.navbar_type8 .nav_tab .nav_item {
    text-transform: unset;
    padding: 7px 0;
}

.navbar_type8 .logo img {
    width: 100%;
    padding: 13px 0;
    object-position: left;
    transition: all 0.25s ease-in-out;
}

.navbar_type8.dark_nav .logo img {
    padding: 5px 0;
}

.navbar_type8 .nav_tab .nav_item a {
    color: #000;
    font-size: 1.4vw;
    padding: 15px 1.1vw;
    transition: all 0.35s ease-in-out;
    font-weight: 500;
    font-family: "Asap Condensed", sans-serif;
}

.navbar_type8 .nav_tab .nav_item:last-child a {
    color: #fff;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 0 1.5vw;
}

.navbar_type8 .nav_tab .nav_item:last-child a::after {
    content: "\f095"; /* fa-phone */
    font-family: "Font Awesome 5 Free";
    font-weight: 900; /* Solid icons */
    font-size: 14px;
    display: inline-block;
    padding-left: 3rem;
}

.navbar_type8 .nav_tab .nav_item:hover a {
    color: #fff;
}

.navbar_type8 .nav_tab .nav_item::before {
    position: absolute;
    content: "";
    left: 50%;
    top: 0;
    width: 0;
    border-bottom: none;
    transition: all 0.35s ease-in-out;
    opacity: 1;
    height: 100%;
    border-radius: 30px;
    background-image: linear-gradient(to left, #0071bb, #0071bb);
    transform: translate(-50%, 0);
    z-index: -1;
}

.navbar_type8 .nav_tab .nav_item:last-child::before {
    width: 100%;
}

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




@media (max-width: 1200.5px) {
    .navbar_type8 {
        padding: 0 5%;
    }
}

@media (max-width: 991.5px) {
    
}

@media (max-width: 767.5px) {
    
}


/**/

.hp-small {
    position: relative;
    display: inline-block; /* or block if you want full width */
    font-size: 17px;
    color: #000;
    font-weight: 400;
    padding-left: 1.7rem;
    font-family: "Asap Condensed", sans-serif;
}

.hp-small::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 18px;
    height: 1px;
    background: #000;
    transform: translateY(-50%);
}

.hp-small.text-light::before {
    background: #fff;
}

.hp-title {
    font-size: 38px;
    color: #000;
    font-weight: 700;
    font-family: "Asap Condensed", sans-serif;
}

.hp-content {
    font-size: 20px;
    line-height: 1.8;
    color: #4d4d4d;
    font-weight: 400;
}

.hp-button a {
    position: relative;
    display: inline-block;
    color: #fff;
    background-color: #0071bb;
    padding: 10px 3.5rem 10px 1.5rem;
    font-weight: 400;
    border-radius: 500px;
    border: 1px solid #0071bb;
    overflow: hidden;
    z-index: 1;
    transition: color .3s ease;
    font-size: 16px;
    font-family: "Asap Condensed", sans-serif;
}

/* Sliding Background */
.hp-button a::before {
    content: "";
    position: absolute;
    inset: 0;
    background: #000;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .4s ease;
    z-index: -1;
}

/* Arrow Icon */
.hp-button a::after {
    content: "";
    position: absolute;
    top: 47%;
    right: 25px;
    width: 20px;
    height: 20px;
    background: url("https://cdn1.npcdn.net/images/BUTTON_web37i_1785297040.png?md5id=da3c55e3be0a795729261bfd8776a627&type=4") center/contain no-repeat;
    transform: translateY(-50%);
    transition: right .3s ease;
}

/* Hover */
.hp-button a:hover {
    color: #fff;
}

.hp-button a:hover::before {
    transform: scaleX(1);
}

.hp-button a:hover::after {
    right: 15px;
}


/**/

.slider_banner .banner_content {
    display: flex;
    align-items: flex-start;
    /*justify-content: center;*/
	overflow: hidden;

}

.hp-banner {
    padding-left: 7rem;
    padding-top: 6rem;
    width: 40%;
}

.hp-banner.banner-big {
    padding-left: 8rem;
    padding-top: 4rem;
    width: 50%;
}



@media (max-width: 1200.5px) {
    
    .hp-banner {
        padding-left: 4rem;
        padding-top: 3rem;
    }
    
    .hp-banner.banner-big {
        padding-left: 4rem;
        padding-top: 2rem;
        width: 50%;
    }
}

@media (max-width: 991.5px) {
    
}

@media (max-width: 767.5px) {
    
    .slider_banner .item>img{
    	min-height: 400px !important;
        object-fit: cover;
        padding-top: 160px;
        object-position: right;
        background-color: #f5f5f5;
    }


    .slider_banner .item::before {
        content: "";
        position: absolute;
        left: 0;
        top: 160px;
        width: 100%;
        height: 20%;
        background-image: linear-gradient(to bottom, #f5f5f5, transparent);
    }

    
    .hp-title {
        font-size: 35px;
    }
    
    .hp-content {
        font-size: 16px;
    }
    
    .hp-banner {
        padding-left: 2rem;
        padding-top: 2rem;
        width: 60%;
    }
    
    .hp-banner.banner-big {
        padding-left: 1rem;
        padding-top: 1rem;
        width: 70%;
    }
    
    
}








/**/

.hp-about {
    padding: 5rem 0;
}

.hp-about-left {
    padding-right: 3rem;
}

.hp-about-right {
    position: relative;
      padding-right: 10rem;
}

.hp-about-right .hp-title {
    padding-right: 5rem;
    padding-right: 12rem;
}

.hp-about-element {
    position: absolute;
    right: 20%;
    top: -20%;
    width: 15%;
    animation: spin 20s linear infinite;
    filter: drop-shadow(4px 5px 5px rgba(0, 0, 0, 0.15));
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}



@media (max-width: 1200.5px) {
    .hp-about-right .hp-title {
        padding-right: 0rem;
    }
    
    .hp-about-right {
        padding-right: 2rem;
    }
    
    .hp-about-element {
        right: 10%;
        top: -10%;
    }
}

@media (max-width: 991.5px) {
    
}

@media (max-width: 767.5px) {
    .hp-about-element {
        right: 3%;
        top: unset;
        bottom: 0;
        width: 20%;
    }
    
    .hp-about-left {
        padding-right: 1rem;
        padding-bottom: 2rem;
    }
}







/**/

.hp-cat {
    padding: 0 8rem 1rem;
}

#main_index .product_cat-10 {
    padding: 0 9rem 5rem;
}

#main_index .product_cat-10 .row > div:last-child {
    display: none;
}

#main_index .product_cat-10 .row {
    justify-content: center;
}

#main_index .product_cat-10 .wrapper_product_category h3 {
    font-size: 24px;
    text-align: left;
    color: #000;
}

#main_index .product_cat-10 .wrapper_product_category .view-btn {
    display: none;
}

#main_index .product_cat-10 .wrapper_product_category .product_img {
    border-radius: 0;
    padding-top: 150%;
}



@media (max-width: 1200.5px) {
    .hp-cat {
        padding: 0 1rem 1rem;
    }
    
    #main_index .product_cat-10 {
        padding: 0 1rem 5rem;
    }
}

@media (max-width: 991.5px) {
    
}

@media (max-width: 767.5px) {
    
}







/**/


.hp-why {
    padding: 4rem 3rem;
    background-image: url('https://cdn1.npcdn.net/images/D_PIC1_s5uago_1785297041.jpg?md5id=da3c55e3be0a795729261bfd8776a627&type=4');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;

}

.hp-why-top {
    padding: 0 5rem 2rem;
}

.hp-why-bottom {
    background-color: #fff;
    box-shadow: 5px 5px 15px rgba(0,0,0,.3);
    padding: 5px;
}

.hp-why-box {
    padding: 2rem;
    height: 100%;
}

.hp-why-box:hover {
    background-color: #0071bb;
}

.hp-why-box:hover .hp-why-title,
.hp-why-box:hover .hp-content{
    color: #fff;
}

.hp-why-icon {
    position: relative;
    z-index: 1;
    width: 60px;
    height: 60px;
    background-color: #0071bb;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition:
        background-color 0.4s ease,
        transform 0.5s ease,
        box-shadow 0.4s ease;
}

.hp-why-icon img {
    max-width: 35px;
    max-height: 35px;
    width: auto;
    height: auto;
    transition:
        transform 0.5s ease,
        filter 0.4s ease;
}

.hp-why-box:hover .hp-why-icon {
    /*background-color: #fff;*/
    transform: rotateY(360deg);
    /*box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);*/
}

.hp-why-box:hover .hp-why-icon img {
    transform: scale(1.08);
}

.hp-why-title {
    font-size: 27px;
    font-weight: 500;
}


.hp-why .hp-content {
    font-size: 15px;
    line-height: 1.5;
}

.hp-why-bottom > div {
    opacity: 0;
    transform: translateY(35px);
    animation: whyBoxFadeUp 0.7s ease forwards;
}

.hp-why-bottom > div:nth-child(1) {
    animation-delay: 0.1s;
}

.hp-why-bottom > div:nth-child(2) {
    animation-delay: 0.2s;
}

.hp-why-bottom > div:nth-child(3) {
    animation-delay: 0.3s;
}

.hp-why-bottom > div:nth-child(4) {
    animation-delay: 0.4s;
}

@keyframes whyBoxFadeUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}


.hp-why {
    position: relative;
    overflow: hidden;
}

.hp-why::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: inherit;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    transition: transform 8s ease;
    z-index: 0;
}

.hp-why:hover::before {
    transform: scale(1.05);
}

.hp-why > .container-fluid {
    position: relative;
    z-index: 1;
}

@media (prefers-reduced-motion: reduce) {
    .hp-why-box,
    .hp-why-icon,
    .hp-why-icon img,
    .hp-why-bottom > div,
    .hp-why::before {
        animation: none;
        transition: none;
        transform: none;
        opacity: 1;
    }
}



@media (max-width: 1200.5px) {
    .hp-why {
        padding: 4rem 1rem;
    }
    
    .hp-why-top {
        padding: 0 2rem 2rem;
    }
}

@media (max-width: 991.5px) {
    
}

@media (max-width: 767.5px) {
    
}









/**/

.index_wrapper_6 {
    background-image: url('https://cdn1.npcdn.net/images/E_BG_b71tal_1785297041.jpg?md5id=da3c55e3be0a795729261bfd8776a627&type=4');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    
}

.hp-tag {
    padding: 6rem 8rem 1rem;
}

#main_index .productSlider-1 {
    padding: 0 8rem 5rem;
}

#main_index .productSlider-1 .slick-track .slick-slide {
    box-shadow: unset;
    background-color: transparent;
}

#main_index .productSlider-1 .product_img .product_box {
    margin: 0 8px;
    border: unset;
    background-color: transparent;
}

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

#main_index .productSlider-1 .product_img .product_box h6 {
    color: #000;
    font-size: 18px;
    font-weight: 400!important;
    min-height: 50px;
}

#main_index .productSlider-1 .product_img .product_box .align-top a {
    color: #000;
    /*background-color: #0071bb;*/
    padding: 7px;
    width: 100%;
    display: inline-block;
    border-radius: 5px;
}

#main_index .productSlider-1 .product_img .product_box .align-top a:hover {
    background-color: #0071bb;
    color: #fff;
}

#main_index .productSlider-1 .product_img .product_box .product_img_frame img {
    background-color: #fff;
    border-radius: 0;
}

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



@media (max-width: 1200.5px) {
    .hp-tag {
        padding: 6rem 1rem 1rem;
    }
    
    #main_index .productSlider-1 {
        padding: 0 1rem 5rem;
    }
}

@media (max-width: 991.5px) {
    
}

@media (max-width: 767.5px) {
    
}








/**/
.hp-social{
    position:relative;
    overflow:hidden;
    background-image:url('https://cdn1.npcdn.net/images/F_BG_h3wbc1_1785304370.jpg?md5id=da3c55e3be0a795729261bfd8776a627&type=4');
    background-size:cover;
    background-repeat:no-repeat;
    background-position:center;
    padding:4rem 25vw;
}

/* Section Title */
.hp-social-top{
    margin-bottom:1rem;
}

.hp-social .hp-title{
    font-family: "Titillium Web", sans-serif;
    color:#0052c2;
    font-weight:700;
    letter-spacing:.5px;
}

/* Logo Columns */
.hp-social .col-md-6{
    position:relative;
    display:flex;
    justify-content:center;
    align-items:center;
    opacity:0;
    transform:translateY(35px);
    animation:fadeUp .8s ease forwards;
}

.hp-social .col-md-6:nth-child(2){
    animation-delay:.2s;
}

.hp-social .col-md-6:nth-child(3){
    animation-delay:.45s;
}

/* Vertical Divider */
.hp-social .col-md-6:first-of-type::after{
    content:"";
    position:absolute;
    right:0;
    top:10%;
    width:1px;
    height:80%;
    background:linear-gradient(
        to bottom,
        transparent,
        rgba(0,82,194,.15),
        rgba(0,82,194,.8),
        rgba(0,82,194,.15),
        transparent
    );
    transform:scaleY(0);
    transform-origin:top;
    animation:lineGrow .8s ease forwards;
    animation-delay:.6s;
}

/* Logo Container */
.hp-social-box{
    position:relative;
    display:inline-block;
    overflow:hidden;
    padding:1rem;
}

/* Shine Effect */
.hp-social-box::before{
    content:"";
    position:absolute;
    top:0;
    left:-120%;
    width:50%;
    height:100%;
    background:linear-gradient(
        120deg,
        transparent,
        rgba(255,255,255,.85),
        transparent
    );
    transform:skewX(-25deg);
    transition:.7s;
}

.hp-social-box:hover::before{
    left:160%;
}

/* Logo */
.hp-social-box img{
    max-height:80px;
    transition:all .45s ease;
    animation:floatLogo 3.8s ease-in-out infinite;
}

/* Different floating timing */
.hp-social .col-md-6:nth-child(2) img{
    animation-delay:.2s;
}

.hp-social .col-md-6:nth-child(3) img{
    animation-delay:1s;
}

/* Hover */
.hp-social-box:hover img{
    transform:scale(1.08);
    filter:drop-shadow(0 8px 18px rgba(0,0,0,.18));
}

.hp-social .row{
    position:relative;
}

/* Center Vertical Line */
.hp-social .row::after{
    content:"";
    position:absolute;
    left:50%;
    top:50%;
    transform:translate(-50%,-50%) scaleY(0);
    width: 2px;
    height: 70px;
    background:#bed4f0;
    border-radius:10px;
    animation:lineGrow .8s ease forwards .6s;
}

@keyframes lineGrow{
    to{
        transform:translate(-50%,-50%) scaleY(1);
    }
}

/* Floating Animation */
@keyframes floatLogo{
    0%,100%{
        transform:translateY(0);
    }
    50%{
        transform:translateY(-8px);
    }
}

/* Fade Up */
@keyframes fadeUp{
    to{
        opacity:1;
        transform:translateY(0);
    }
}

/* Divider Animation */
@keyframes lineGrow{
    to{
        transform:scaleY(1);
    }
}



@media (max-width: 1200.5px) {
    .hp-social {
        padding: 4rem 15vw;
    }
}

@media (max-width: 991.5px) {
    
}

@media (max-width:767.5px){

    .hp-social{
        padding:4rem 1.5rem;
        background-size:100% 100%;
    }

    .hp-social-top{
        margin-bottom:2rem;
    }

    .hp-social .col-md-6{
        position:relative;
        margin-bottom:2rem;
    }

    .hp-social-box img{
        max-height:65px;
    }

    .hp-social .row::after{
        display:none;
    }

    /* Line below Lazada column */
    .hp-social .col-md-6:nth-child(2)::after{
        content:"";
        position:absolute;
        left:50%;
        bottom:-16px;
        width:80px;
        height:2px;
        background:#0071bb;
        border-radius:10px;
        transform:translateX(-50%) scaleX(0);
        transform-origin:center;
        animation:lineGrowMobile .8s ease forwards .6s;
        z-index:5;
    }
}

@keyframes lineGrowMobile{
    to{
        transform:translateX(-50%) scaleX(1);
    }
}


/**/

#main_index .index_wrapper_8 {
    background-image: url('https://cdn1.npcdn.net/images/G_BG_chz1wn_1785297041.jpg?md5id=da3c55e3be0a795729261bfd8776a627&type=4');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.hp-news {
    padding: 5rem 8rem 0;
}

#main_index .latest_new_type6 {
    margin-bottom: 0px;
    padding-top: 0px;
    padding: 0 8rem 5rem;
}

#main_index .latest_new_type6 .news_box {
    background-color: transparent;
}

#main_index .latest_new_type6 .news_box .img_frame {
    border-radius: 10px;
}


#main_index .latest_new_type6 .news_box .news_box_content {
    border-radius: 10px;
    background-color: #f5f5f5;
}

#main_index .latest_new_type6 .news_box .date {
    color: #000;
    font-size: 16px;
    font-weight: 400;
}

#main_index .latest_new_type6 .news_box .title {
    font-weight: 500;
    font-size: 18px;
}

#main_index .latest_new_type6 .news_box .badge-primary {
    border-radius: 500px;
}




@media (max-width: 1200.5px) {
    .hp-news {
        padding: 5rem 1rem 0;
    }
    
    #main_index .latest_new_type6 {
        padding: 0 1rem 5rem;
    }
}

@media (max-width: 991.5px) {
    
}

@media (max-width: 767.5px) {
    
}







/**/


.footer {
    padding: 3rem 7rem!important;
    background-color: #0067a1;
    font-size: 16px;
    font-weight: 400;
}


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


.footer .social_media a .icon_s img {
    filter: brightness(0);
}

.footer .footer_subtitle {
    font-size: 27px;
    text-transform: uppercase;
    font-weight: 700;
}

.footer a:hover {
    color: #000000!important;
}

.footer .social_media a .icon_s i:hover {
    color: #000000 !important
}

.footer .left_line {
    border-right: unset;
}


.footer .copy_right {
    border-top: 1px solid #fff;
    padding-top: 3rem;
}






@media (max-width: 1200.5px) {
    .footer {
        padding: 3rem 1rem!important;
    }
}

@media (max-width: 991.5px) {
    
}

@media (max-width: 767.5px) {
    .footer .footer_subtitle {
        font-size: 22px;
    }
}
















