@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&display=swap');

body {
	font-family: 'Poppins', sans-serif, serif, monospace, cursive, fantasy, 'Microsoft YaHei', 'Microsoft JhengHei';
    background-color: #ffffff;
    font-size: 16px;
    line-height: normal;
}

.mm-ismenu {
    color: #ffffff;
}

.intro {
    overflow: hidden;
    padding: 0;
}

/*
.intro b, .intro p {
    padding: 25px;
    display: none;
}
*/

.pagedetailcontent {
    padding: 25px;
}

p.mhomecontent {
    padding: 0;
}

.nivo-controlNav {
    padding: 0;
}

.photo img.logo_pic {
    margin: 0 auto;
}

.title {
    padding: 25px 0;
    text-transform: uppercase;
}

.attachment_design {
    background: inherit;
}

#whatsapp-float-icon {
    line-height: 25px;
}

/* banner */

#header-slide {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 100% !important;
    min-height: 100% !important;
}

.banner-item .banner-caption {
    width: 100%;
    max-width: 1250px;
    margin: 0 auto;
}

.hp_table {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translate(0, -50%);
    max-width: 50%;
}

/* about */

.hp_row {
    display: block;
    align-items: center;
}

.hp_float {
    max-width: 1250px !important;
    float: none;
}

.hp_six {
    width: 100% !important;
    margin: 0 auto;
}

.hp_title {
    font-size: 27.5px;
    margin: 0 auto 25px;
    color: #333333;
    line-height: normal;
    font-weight: bold;
}

.hp_middle {
    font-size: 16px;
    margin: 0 auto 10px;
    line-height: normal;
    font-weight: bold;
    color: #444444;
}

.hp_sub {
    margin: 0 auto 25px;
}

.hp_button a {
    display: inline-block;
    padding: 10px 25px;
    background: linear-gradient(to right, #6dcacf, #4769b2);
    color: #ffffff;
    border-radius: 5px;
    
}

.hp_button a:hover {
    background: linear-gradient(to left, #6dcacf, #4769b2);
}

/* partner */

.hp_bg_1 {
    background-image: url(https://www.newpages2u.com/userfiles/19852/image/bg1.jpg);
    background-position: bottom left;
    background-repeat: no-repeat;
}

.hp_space {
    padding: 100px 0;
}

.hp_width {
    width: 100%;
    margin-bottom: 0;
}

.hp_three {
    width: 50% !important;
    margin: 0 auto;
    float: left;
}

.hp_box_1 img {
    box-shadow: 0 10px 10px rgba(68, 68, 68, 0.25);
}

.hp_box_2 img {
    box-shadow: 0 10px 10px rgba(68, 68, 68, 0.25);
    margin-top: 0;
}

.hp_box_1 {
    animation: 10s hp_float_1 infinite;
}

@keyframes hp_float_1 {
    0% {
        transform: translateY(0);
    }
    
    25% {
        transform: translateY(5px);
    }
    
    50% {
        transform: translateY(0);
    }
    
    75% {
        transform: translateY(-5px);
    }
    
    100% {
        transform: translateY(0);
    }
}

.hp_box_2 {
    animation: 10s hp_float_2 infinite;
}

@keyframes hp_float_2 {
    0% {
        transform: translateY(0);
    }
    
    25% {
        transform: translateY(-5px);
    }
    
    50% {
        transform: translateY(0);
    }
    
    75% {
        transform: translateY(5px);
    }
    
    100% {
        transform: translateY(0);
    }
}

/* product */

.hp_bg_2 {
    background-image: url(https://www.newpages2u.com/userfiles/19852/image/bg2.jpg);
    background-position: bottom center;
    background-repeat: no-repeat;
}

.hp_bg_2 .hp_title {
    margin-bottom: 0;
}

.hp_align {
    text-align: left;
}

.new_product_col1 {
    margin: 0 auto !important;
}

.article {
    border: none;
    padding: 10px;
    margin: 0;
    background-color: transparent;
}

.home_product_swipper_img {
    border: none;
    background-color: #ffffff;
}

.slick-dotted.slick-slider {
    margin-bottom: 0 !important;
    padding: 0 25px;
}

.slick-prev {
    left: 10px !important;
    transform: translate(-50%, -50%) !important;
}

.slick-next {
    right: 10px !important;
    transform: translate(50%, -50%) !important;
}

.slick-prev:before, .slick-next:before {
    font-size: 25px;
    line-height: normal;
    opacity: 1;
    color: #444444;
}

.tag-product-item {
    padding: 10px;
}

.product-name a {
	color: #444444 !important;
}

.slick-dots {
    margin: 0 auto !important;
    padding: 10px !important;
    bottom: 0 !important;
}

/* middle */

.hp_gap {
    margin: -100px auto 0
}

.hp_frame {
    background-image: url(https://www.newpages2u.com/userfiles/19852/image/shopee-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 25px 10px;
    border-radius: 25px;
    position: relative;
    width: auto;
    margin: 0 auto;
    box-shadow: 0 10px 10px rgba(68, 68, 68, 0.25);
}

.hp_frame:before {
    content: '';
    border: 1px solid #ffffff;
    border-radius: 15px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 95%;
    height: 90%;
    pointer-events: none;
}

.hp_frame h1 {
    font-size: 35px;
    margin: 0 auto;
    color: #ffffff;
}

.hp_frame div {
    max-width: 250px;
    margin: 0 auto;
}

/* contact */

.hp_bg_3 {
    background-image: url(https://www.newpages2u.com/userfiles/19852/image/bg3.jpg);
    background-position: bottom left;
    background-repeat: no-repeat;
}

.hp_bg_3 .hp_title, .hp_bg_3 .hp_middle {
    margin-bottom: 0;
}

.hp_sub br {
    display: none;
}

.hp_list {
    margin-top: 25px;
}

.hp_list ul {
    margin: 0 auto;
    padding: 0;
}

.hp_list ul li {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.hp_list ul li:last-child {
    margin-bottom: 0;
}

.hp_list ul li p {
    margin: 0;
}