@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap');

body {
	font-family: 'Open Sans', 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 {
    text-align: left !important;
    width: 85%;
    height: auto;
    font-family: 'Open Sans', sans-serif, serif, monospace, cursive, fantasy, 'Microsoft YaHei', 'Microsoft JhengHei' !important;
}

.font-banner-1 {
    font-size: 10px;
    line-height: normal;
    margin: 0 auto;
    text-transform: uppercase;
    letter-spacing: 5px;
}

.font-banner-2 {
    font-size: 25px;
    line-height: 25px;
    margin: 0 auto;
    text-transform: uppercase;
    color: #ffffff;
}

.font-banner-3 {
    font-size: 10px;
    line-height: normal;
    margin: 0 auto;
}

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

.space {
    padding: 100px 0;
}

.bgmain {
    background-image: url(1.png);
    background-repeat: repeat;
    background-position: center;
    background-size: auto !important;
}

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

.font-middle {
    font-size: 25px;
    line-height: normal;
    margin: 0 auto;
}

.font-small {
    font-size: 15px;
    line-height: 25px;
    margin: 0 auto;
    color: #777777;
}

.font-title {
    font-size: 25px;
    line-height: normal;
    margin: 0 auto;
    /*margin-top: 75px;*/
}

.font-sub {
    font-size: 15px;
    line-height: 25px;
    margin: 0 auto;
    color: #777777;
}

.btn-square.black {
    font-size: 15px;
    transition: all 0.25s linear;
    border-radius: 10px;
    margin-top: 0;
    border: 2.5px solid #333333;
    color: #333333;
    font-weight: bold;
    text-transform: uppercase;
}

.btn-square.black:hover {
    background-color: #4DA2FF;
    border: 2.5px solid #4DA2FF;
    color: #ffffff;
}

.font-bottom {
    font-size: 25px;
    line-height: normal;
    margin: 0 auto;
    text-transform: uppercase;
    color: #ff9900;
}

.font-last {
    font-size: 15px;
    line-height: 25px;
    margin: 0 auto;
    color: #ffffff;
}

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

.font-last-2 {
    font-size: 15px;
    line-height: 25px;
    margin: 0 auto;
    color: #ffffff;
    display: block;
}

.font-bottom-2 {
    font-size: 25px;
    line-height: normal;
    margin: 0 auto;
    color: #ffffff;
}

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

.hover-target:hover .flyup {
    transform: translatey(-5px);
}