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

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

.banner-item {
    overflow: hidden;
}

.banner-img {
    animation: zoom 25s linear infinite alternate;
}

@keyframes zoom {
    0% {
        transform: scale(1.05);    
}
    
    50% {
        transform: scale(1);    
}
    
    100% {
        transform: scale(1.05);
}
}

.banner-item .banner-caption {
    width: 100%;
    height: auto;
}

.space1 {
    padding: 100px 0;
}

.space2 {
    padding: 0 0 100px;
}

.two-full, .three-full, .four-full, .six-full, .six-full-1 {
    margin: 0 auto !important;
}

.six-full-1 {
    padding: 25px;
}

.font-big {
    font-size: 35px;
    line-height: normal;
    margin: 0 auto;
    text-transform: uppercase;
    color: #5EC4B6;
    font-weight: normal;
    border-bottom: 2.5px solid #5EC4B6;
    padding-bottom: 25px;
    /*width: max-content;*/
    margin-left: 0;
}

.font-small {
    font-size: 15px;
    line-height: 25px;
    margin: 0 auto;
    color: #A7A9AC;
}

.btn-square.black {
    margin-top: 0;
    font-size: 15px;
    border: none;
    padding: 10px 25px;
    background-color: inherit;
    transition: all 0.25s linear;
    border-bottom: 2.5px solid rgba(94, 196, 182, 0);
    color: #5EC4B6;
    text-transform: uppercase;
}

.btn-square.black:hover {
    border-bottom: 2.5px solid #5EC4B6;
    background-color: inherit;
    color: #A7A9AC;
}

.font-big-2 {
    font-size: 35px;
    line-height: normal;
    margin: 0 auto;
    text-transform: uppercase;
    color: #5EC4B6;
    font-weight: normal;
    border-bottom: 2.5px solid #5EC4B6;
    padding-bottom: 25px;
    /*width: max-content;*/
}

.font-big-3 {
    font-size: 25px;
    line-height: normal;
    margin: 0 auto;
    text-transform: uppercase;
    color: #5EC4B6;
    font-weight: normal;
}

.hover-target .zoomout {
    transition: all 0.25s linear;
    transform: scale(1.05);
}

.hover-target:hover .zoomout {
    transform: scale(1);
}

.animated.delay5 {
    animation-delay: .8s;
}

.font-title {
    font-size: 15px;
    line-height: normal;
    margin: 0 auto;
    text-align: right;
    border-top: 2.5px solid #5EC4B6;
    padding-top: 25px;
    margin-top: 15px;
}

.font-title-2 {
    font-size: 15px;
    line-height: normal;
    margin: 0 auto;
}

.hover-target .flipcontent {
    transition: all 1s linear;;
}

.hover-target:hover .flipcontent {
    transform: rotateY(-360deg);
}

.font-big-4 {
    font-size: 35px;
    line-height: normal;
    margin: 0 auto;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: normal;
    border-bottom: 2.5px solid #ffffff;
    padding-bottom: 25px;
    /*width: max-content;*/
}

.font-small-2 {
    font-size: 15px;
    line-height: 25px;
    margin: 0 auto;
    color: #ffffff;
}

.btn-square.white {
    margin-top: 0;
    font-size: 15px;
    border: none;
    padding: 10px 25px;
    background-color: inherit;
    transition: all 0.25s linear;
    border-bottom: 2.5px solid rgba(94, 196, 182, 0);
    color: #ffffff;
    text-transform: uppercase;
}

.btn-square.white:hover {
    border-bottom: 2.5px solid #ffffff;
    background-color: inherit;
    color: #ffffff;
}

.font-last {
    font-size: 15px;
    line-height: normal;
    margin: 0 auto;
    color: #ffffff;
}