@import url('https://fonts.googleapis.com/css2?family=Gothic+A1:wght@100;200;300;400;500;600;700;800;900&display=swap');

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

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

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

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

.six-full-1 {
    margin: 0 auto !important;
    padding: 25px;
}

.six-full-2 {
    margin: 0 auto !important;
    padding: 25px;
}

.font-big {
    font-size: 35px;
    line-height: normal;
    font-weight: bold;
    background-color: #010B84;
    color: #ffffff;
    padding: 25px;
    border-radius: 5px;
}

.font-small {
    font-size: 18px;
    line-height: 28px;
}

.btn-square.black {
    margin-top: 0;
    font-size: 18px;
    font-weight: bold;
    padding: 0;
    background-color: inherit;
    border: none;
    color: #010B84;
    transition: all 0.25s linear;
}

.btn-square.black:hover {
    color: #333333;
    border: none;
    background-color: inherit;
    letter-spacing: 5px;
}

.icon1 {
    padding-left: 10px;
}

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

.hover-target:hover .zoomout {
    transform: inherit;
    filter: grayscale(100);
}

.font-title {
    font-size: 18px;
    line-height: normal;
    font-weight: bold;
    background-color: rgba(1, 11, 132, 0.75);
    color: #ffffff;
    padding: 10px 25px;
    border-radius: 5px 5px 0 0;
    position: relative;
    margin-top: -70px;
}

.font-title-2 {
    font-size: 18px;
    line-height: normal;
    font-weight: bold;
    background-color: rgba(1, 11, 132, 0.75);
    color: #ffffff;
    padding: 10px 25px;
    border-radius: 5px 5px 0 0;
    position: relative;
    margin-top: -95px;
    min-height: 50px;
}