@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,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: 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;
}

.space {
    padding: 50px 0;
}

.space2 {
    padding: 50px 0 150px;
}

.six-full {
    margin: 0 auto !important;
}

.font-big {
    font-size: 25px;
    font-weight: bold;
    text-transform: uppercase;
    border-bottom: 5px solid #FFA500;
    width: auto;
    margin: 0 auto;
}

.font-small {
    line-height: 25px;
    max-width: 100%;
    margin: 0 auto;
}

.btn-square.black {
    margin-top: 0;
    background-color: #FFA500;
    color: #333333;
    padding: 10px 25px;
    border: none;
    text-transform: uppercase;
    font-weight: bold;
}

.btn-square.black:hover {
    background-color: #FFDF00;
    color: #333333;
    transform: scale(1.05);
}

.bg1 {
    border-top: 50px solid #FFDF00;
    border-bottom: 50px solid #FFDF00;
    background-attachment: fixed;
    background-image: url(https://www.newpages2u.com/userfiles/22025/image/bg1.jpg);
    background-position: center;
    background-repeat: no-repeat;
}

.bg1 .font-small {
    color: #ffffff;
}

.product1 {
    margin-top: -235px;
}

.box1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #FFDF00;
    padding: 10px;
    max-width: 90%;
    margin: -30px auto 0;
    position: relative;
    transition: 0.25s;
}

.box1:hover {
    background-color: #FFA500;
}

.box1 .font-title {
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: left;
}

.btn-square.white {
    margin-top: 0;
    background-color: #FFA500;
    color: #333333;
    padding: 10px 15px;
    border: none;
    text-transform: uppercase;
    font-weight: bold;
}

.box1:hover .btn-square.white {
    background-color: #FFDF00;
    color: #333333;
    transform: scale(1.05);
}

.last1 {
    background-color: #f2f2f2;
}

#container {
     position: relative;
     width: 100%;
     height: 100px;
     overflow: hidden;
}

#div1 {
     position: absolute;
     left: 0;
     top: 0;
     width: 4016px;
     height: 100px;
}

#div2 {
     position: absolute;
     left: 4016px;
     top: 0;
     width: 4016px;
     height: 100px;
}