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

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

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

.txt-content {
    padding: 0;
}

.videobg {
    width: 100%;
    height: auto;
}

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

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

.space {
    padding: 50px 0;
}

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

.twelve-full {
    padding: 25px;
}

.frame {
    background-color: #f2f2f2;
    padding: 25px;
}

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

.line {
    background-color: #FFDF00;
    height: 5px;
}

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

.btn-square.black {
    color: #ffffff;
    margin-top: 0;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    transition: all 0.25s linear;
    padding: 10;
    border: 1px solid #333333;
    background-color: #333333;
    display: inline-block;
    vertical-align: middle;
    transform: perspective(1px) translateZ(0);
    position: relative;
    transition-property: color;
}

.btn-square.black:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #FFDF00;
    transform: scaleX(0);
    transform-origin: 0 50%;
    transition: all 0.25s linear;
}

.btn-square.black:hover, .btn-square.black:focus, .btn-square.black:active {
    color: #ffffff;
    border: 1px solid #333333;
}

.btn-square.black:hover:before, .btn-square.black:focus:before, .btn-square.black:active:before {
    transform: scaleX(1);
}

.line2 {
    background-color: #FFDF00;
    height: 5px;
    margin-bottom: 25px;
}

.border {
    background-color: #f2f2f2;
}

.font-title {
    font-size: 25px;
    line-height: normal;
    margin: 0 auto;
    font-weight: bold;
    padding: 25px;
}

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

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

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

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