@import url('https://fonts.googleapis.com/css2?family=Aclonica&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

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

.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 */

.banner-caption {
    width: 100%;
    max-width: 1200px;
}

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

.hp_banner_content {
    background-color: rgba(0, 0, 0, 0.50);
    padding: 25px;
    text-align: left;
    width: fit-content;
}

.hp_banner_content h2 {
    font-size: 20px;
    font-weight: 300;
    margin: 0;
    color: #ffffff;
}

.hp_banner_content h2 strong {
    font-weight: bold;
    line-height: 0.75;
}

/* about */

.hp_about {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.hp_about:before {
    content: '';
    background-image: url(https://www.newpages2u.com/userfiles/16926/image/left-side_leaf.png);
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    display: none;
}

.hp_about:after {
    content: '';
    background-image: url(https://www.newpages2u.com/userfiles/16926/image/right-side_leaf.png);
    background-position: right top;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.hp_width {
    max-width: 1200px;
    margin: auto;
}

.hp_about .row {
    flex-direction: column;
}

.hp_title {
    font-size: 35px;
    font-family: "Aclonica", sans-serif;
    color: #8c4a25;
}

.hp_about_content p {
    margin-bottom: 10px;
}

.hp_button {
    display: flex;
}

.hp_button a {
    background-color: #0c5e0e;
    color: #ffffff;
    padding: 5px 15px;
    border-radius: 100px;
}

.hp_button a:hover {
    background-color: #8c4a25;
}

/* product */

.hp_product {
    background-image: url(https://www.newpages2u.com/userfiles/16926/image/middle-banner.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.hp_product_info_content {
    margin-bottom: 0;
    position: relative;
    z-index: 1;
    text-align: center;
}

.hp_product_info_content .hp_title {
    text-shadow: -2px -2px 0 #ffffff, 2px -2px 0 #ffffff, -2px  2px 0 #ffffff, 2px  2px 0 #ffffff;
}

.hp_product_info_content .hp_title span:first-child {
    margin-right: 0;
    line-height: 1.75;
    text-shadow: -2px -2px 0 #ffffff, 2px -2px 0 #ffffff, -2px  2px 0 #ffffff, 2px  2px 0 #ffffff;
}

.hp_product_info_content .hp_title span:last-child {
    margin-left: 0;
    font-size: 50px;
    text-shadow: -2px -2px 0 #ffffff, 2px -2px 0 #ffffff, -2px  2px 0 #ffffff, 2px  2px 0 #ffffff;
}

/* tag */

.hp_tag .slick-dots {
    padding: 0;
}

.hp_tag .new_product_col1 {
    margin: 0 auto;
}

/* set */

.hp_set {
    background-image: url(https://www.newpages2u.com/userfiles/16926/image/footer_banner_bg_2.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.hp_set_content .hp_title {
    text-shadow: -2px -2px 0 #ffffff, 2px -2px 0 #ffffff, -2px  2px 0 #ffffff, 2px  2px 0 #ffffff;
}

.hp_set_image {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    position: relative;
    z-index: 1;
}

.hp_set_image:before {
    content: '';
    background-color: rgba(255, 255, 255, 0.50);
    position: absolute;
    top: 0;
    left: -50%;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.hp_set_image:after {
    content: '';
    background-color: rgba(255, 255, 255, 0.50);
    position: absolute;
    top: 0;
    right: -50%;
    width: 100%;
    height: 100%;
    z-index: -1;
}