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

body {
	font-family: 'Arimo', 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;
}

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

.border {
    border-top: 1px solid #f2f2f2;
}

/*
.padding1 {
    padding: 100px 25px;
}
*/

/*
.padding2 {
    padding: 125px 25px;
}
*/

.font-big {
    font-size: 35px;
    line-height: normal;
    margin: 0 auto;
    text-transform: uppercase;
    font-weight: normal;
}

.font-small {
    font-size: 15px;
    line-height: 25px;
    margin: 0 auto;
    color: #777777;
    width: 75%;
}

.btn-square.black {
    margin-top: 0;
    font-size: 15px;
    transition: all 0.25s linear;
    border: none;
    background-color: #0ABAB5;
    color: #ffffff;
    display: inline-block;
    vertical-align: middle;
    transform: perspective(1px) translateZ(0);
    position: relative;
}

.btn-square.black:before {
    pointer-events: none;
    position: absolute;
    content: '';
    height: 0;
    width: 0;
    top: 0;
    right: 0;
    background: #ffffff;
    background: linear-gradient(225deg, #ffffff 50%, #aaaaaa 50%, #cccccc 55%, #ffffff 75%);
    box-shadow: -1px 1px 1px rgba(51, 51, 51, 0.50);
    transition: all 0.25s linear;
    transition-property: width, height;
}

.btn-square.black:hover:before, .btn-square.black:focus:before, .btn-square.black:active:before {
    width: 25px;
    height: 25px;
}

.btn-square.black:hover {
    font-weight: bold;
    background-color: #777777;
}

.move1 {
    animation: float1 5.00s 0.50s linear infinite alternate;
}

@keyframes float1 {
    25% {
    transform: translate(-1.5%, -1.5%);
}
    50% {
    transform: translate(-1.5%, 1.5%);
}
    75% {
    transform: translate(1.5%, 1.5%);
}
    100% {
    transform: translate(1.5%, -1.5%);
}
}

.move2 {
    animation: float2 5.00s 0.50s linear infinite alternate;
}

@keyframes float2 {
    25% {
    transform: translate(1.5%, 1.5%);
}
    50% {
    transform: translate(1.5%, -1.5%);
}
    75% {
    transform: translate(-1.5%, -1.5%);
}
    100% {
    transform: translate(-1.5%, 1.5%);
}
}