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

body {
	font-family: 'Montserrat', 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: 0 0 50px 0;
}

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

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

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

.frame {
    background-color: rgba(18, 78, 148, 0.9);
    padding: 25px;
    min-height: 185px;
}

.frame:hover {
    box-shadow: 0 2.5px 5px rgba(51, 51, 51, 0.25);
}

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

.font-title a:hover {
    color: #ff0000 !important;
}

.hover-target .flyup {
    transition: all 0.25s linear !important;
}

.hover-target:hover .flyup {
    box-shadow: 0 2.5px 5px rgba(51, 51, 51, 0.25);
    transform: translatey(-10px) !important;
}

.hover-target .zoomout {
    transition: all 0.25s linear;
}

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

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

.animated.delay6 {
    animation-delay: 1s;
}