@import url('https://fonts.googleapis.com/css2?family=Didact+Gothic&display=swap');

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

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

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

.line {
    width: 10%;
    margin: 0 auto;
    background-color: #0066b3;
    height: 1px;
}

.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;
    font-weight: bold;
    text-transform: uppercase;
    border: 1px solid #0066b3;
    background-color: #0066b3;
    color: #ffffff;
    text-shadow: none;
}

.btn-square.black:hover {
    background-color: #ffffff;
    border: 1px solid #0066b3;
    color: #0066b3;
    /*letter-spacing: 1px;*/
    box-shadow: 0 0 5px rgba(51, 51, 51, 0.25);
}


.line2 {
    width: 10%;
    margin: 0 auto;
    background-color: #0066b3;
    height: 1px;
    margin-bottom: 50px;
}

.show-content .content-holder {
    padding-top: 0;
    transition: inherit;
    opacity: inherit;
    transform: inherit;
    background-color: rgba(51, 51, 51, 0.25);
}

.table {
    display: table;
    width: 100%;
    height: 100%;
    table-layout: fixed;
}

.font-table {
    vertical-align: bottom;
    display: table-cell;
    font-size: 25px;
    color: #ffffff;
    font-weight: bold;
    line-height: normal;
    padding: 25px 0;
    text-shadow: 0 0 5px rgba(51, 51, 51, 0.25);
}

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

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