@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,200i,300,300i,400,400i,600,600i,700,700i,900,900i&display=swap');

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

.space-2 {
    padding: 40px 0 75px 0;
}

.three-full {
    margin: 0 auto;
}

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

.font-small {
    font-size: 17.5px;
    color: #777777;
    line-height: normal;
}

.frame {
    border: 2.5px solid #cccccc;
    padding: 25px;
    transition: 0.25s;
}

.frame:hover {
    transition: 0.25s;
    background-color: #f2f2f2;
    border: 2.5px solid #f2f2f2;
}

.icon {
    font-size: 75px;
    /*transition: 0.25s;*/
}

.btn-square.black {
    font-size: 17.5px;
    color: #333333;
    border-color: #333333;
    border-width: 2.5px;
    margin-top: 40px;
}

.btn-square.black:hover {
    border-color: #004E95;
    background-color: #004E95;
    color: #ffffff;
}

.show-content .content-holder {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 78, 149, 0.50);
    transition: 0.25s;
    padding-top: 0px;
    transform: inherit;
    opacity: inherit;
}

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

.font_small_table {
    vertical-align: middle;
    display: table-cell;
    font-size: 25px !important;
    color: #ffffff;
}

.link-list a:hover {
    color: #004E95 !important;
    transition: 0.25s;
}