@import url(https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i);

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

.banner-item .banner-caption {
    width: 50%;
    height: auto;
    top: 60% !important;
}

.banner1 {
    font-size: 17.5px;
    line-height: normal;
    font-weight: bold;
    color: #ffffff;
    text-shadow: 0 0 25px rgba(51, 51, 51, 0.25);
    border-bottom: 2.5px solid #0fa1e0;
    padding-bottom: 10px;
    width: fit-content;
    margin: 0 auto 50px; 
}

.banner-item {
    overflow: hidden;
}

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

@keyframes zoom {
    0% {
        transform: scale(1.05);
}
    
    50% {
        transform: scale(1);
}
    
    100% {
        transform: scale(1.05);
}
}

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

.space {
    padding: 50px 0;
}

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

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

.five-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;
}

.six-full-3 {
    margin: 0 auto !important;
    padding: 25px;
    text-align: right;
}

.ten-full {
    margin: 0 auto !important;
    float: none !important;
}

.section_0 .row ul {
    margin: 0 auto !important;
    padding: 0 !important;
}

.section_0 .row ul li {
    display: inline-block;
    padding: 0 10px;
    width: 40%;
}

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

.btn-square.black {
    margin-top: 0;
    font-size: 15px;
    transition: all 0.25s linear;
    border: 2.5px solid #0fa1e0;
    color: #0fa1e0;
    padding: 10px 25px;
}

.btn-square.black:hover {
    border: 2.5px solid #0fa1e0;
    background-color: #0fa1e0;
    color: #ffffff;
    box-shadow: 0 0 25px 0 rgba(51, 51, 51, 0.25);
}

.btn-square.white {
    margin-top: 0;
    font-size: 15px;
    transition: all 0.25s linear;
    border: 2.5px solid #0fa1e0;
    background-color: #0fa1e0;
    color: #ffffff;
    padding: 10px 25px;
}

.btn-square.white:hover {
    border: 2.5px solid #0fa1e0;
    background-color: transparent;
    color: #0fa1e0;
    box-shadow: 0 0 25px 0 rgba(51, 51, 51, 0.25);
}

.icon1 {
    padding-left: 10px;
}

.font-big {
    font-size: 20px;
    line-height: normal;
    font-weight: bold;
}

.line {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 0;
}

.line:before {
    content: '';
    border-top: 2.5px solid #ffffff;
    margin: 0 25px 0 0;
    flex: 1 0 25px;
}

.line:after {
    content: '';
    border-top: 2.5px solid #ffffff;
    margin: 0 0 0 25px;
    flex: 1 0 25px;
}

.show-content .content-holder {
    background-image: linear-gradient(transparent, rgba(51, 51, 51, 0.50));
    background-color: rgba(51, 51, 51, 0.25);
    transition: all 0.25s linear;
    padding-top: 0;
    opacity: inherit;
    transform: inherit;
}

.show-content:hover .content-holder {
    opacity: inherit;
    transform: inherit;
    background-color: transparent;
    background-image: linear-gradient(transparent, rgba(51, 51, 51, 0.50));
}

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

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

.font-table2 {
    vertical-align: middle;
    display: table-cell;
}

.bg1 {
    background-color: #0fa1e0;
    padding: 25px;
}

.min1 {
    min-height: 217.5px;
}

.font-icon {
    font-size: 20px;
    line-height: normal;
}

.frame1 {
    background-color: #0fa1e0;
    padding: 25px;
    color: #ffffff;
    box-shadow: 0 0 25px 0 rgba(51, 51, 51, 0.25);
}

.font-small-2 {
    font-size: 15px;
    line-height: 25px;
}