@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: #000000;
    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 .banner-caption {
    width: 100%;
    height: auto;
    font-family: 'Lato', sans-serif;
}

.banner1 {
    font-size: 10px;
    line-height: normal;
    margin: 0 auto;
    letter-spacing: 5px;
}

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

.banner-item {
    overflow: hidden;
}

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

@keyframes zoom {
    0% {
        transform: scale(1.05);
        filter: grayscale(25);
}

    50% {
        transform: scale(1);
        filter: grayscale(0);
}

    100% {
        transform: scale(1.05);
        filter: grayscale(25);
}
}

.space {
    padding: 50px 0;
}

.space-banner {
    padding: 70px 0;
}

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

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

.line {
    background-color: rgba(255, 255, 255, 0.25);
    height: 1px;
    width: 25%;
}

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

.btn-square.white {
    margin-top: 0;
    font-size: 15px;
    transition: all 0.25s linear;
    padding: 0;
    border: none;
    background-color: inherit;
}

.btn-square.white:hover {
    color: #777777;
}

.line-2 {
    background-color: rgba(255, 255, 255, 0.25);
    height: 1px;
    width: 15%;
    margin: 0 auto;
}

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

.font-sub {
    font-size: 15px;
    line-height: 25px;
    margin: 0 auto;
}

.parallax_bg {
    background-attachment: inherit;
    background-size: contain;
}

.owl-theme .owl-nav, .owl-theme .owl-dots, .owl-theme .owl-nav {
    display: none;
}

#footer .info, .poweredby a {
    color: #2c2c2c !important;
}