@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;
}

.owl-item {
    overflow: hidden;
}

.banner-item {
    animation: zoom 15s linear infinite alternate;
}

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

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

.banner-item-1, .banner-item-2, .banner-item-3 {
    font-size: 15px;
    line-height: normal;
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
}

.banner3 {
    text-align: left;
}

/*
.fa-caret-right {
    animation: slideInLeft 2.50s linear infinite alternate;
}
*/

.btn-square {
    margin-top: 15px;
    font-size: 15px;
    border: 5px solid #ffffff;
    color: #ffffff !important;
    text-transform: uppercase;
    font-weight: bold;
    transition: all 0.25s linear;
    padding: 10px;
    margin-bottom: 25px;
    font-family: 'Roboto', sans-serif;
}

.btn-square:hover {
    border: 5px solid #ffffff;
    background-color: #ffffff;
    color: #ffcc00 !important;
    border-radius: 5px;
}

.space {
    padding: 50px 0;
}

.space2 {
    padding: 50px 0;
}

.two-full, .three-full, .three-full-2, .three-full-2-1, .three-full-3, .four-full, .five-full, .six-full, .six-full-1, .six-full-2 {
    margin: 0 auto !important;
}

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

.line {
    background-color: #ffcc00;
    height: 5px;
    width: 5%;
    margin: 0 auto;
}

.line2 {
    background-color: #ffcc00;
    height: 5px;
    width: 15%;
    margin: 0 auto;
}

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

.font-title {
    font-size: 15px;
    text-transform: uppercase;
    line-height: normal;
    margin: 0 auto;
    font-weight: bold;
    min-height: 55px;
}

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

.btn-square.black:hover {
    border: 5px solid #333333;
    background-color: #333333;
    color: #ffcc00 !important;
    border-radius: 5px;
}

.line-2 {
    background-color: #ffcc00;
    height: 5px;
    width: 10%;
}

.btn-square.white {
    margin-top: 0;
    font-size: 15px;
    border: 5px solid #333333;
    color: #333333 !important;
    text-transform: uppercase;
    font-weight: bold;
    transition: all 0.25s linear;
    padding: 10px;
}

.btn-square.white:hover {
    border: 5px solid #333333;
    background-color: #333333;
    color: #ffcc00 !important;
    border-radius: 5px;
}

.hover-target .flipcontent {
    transition: all 1s linear;
}

.hover-target:hover .flipcontent {
    transform: rotateX(360deg);
}

.frame-2 {
    background-color: rgba(51, 51, 51, 0.75);
    padding: 25px;
    transition: all 0.25s linear;
}

.frame-2:hover {
    background-color: rgba(255, 255, 255, 0.25);
    border-radius: 5px;
    box-shadow: 0 2.5px 5px rgba(51, 51, 51, 0.25);
}

.font-main {
    color: #ffcb00;
    font-size: 50px;
    line-height: normal;
    margin: 0 auto;
    text-transform: uppercase;
}

.font-middle {
    font-size: 35px;
    line-height: normal;
    margin: 0 auto;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: bold;
}

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

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

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

.font-last {
    font-size: 25px;
    line-height: normal;
    margin: 0 auto;
    color: #ffcb00;
    text-align: center;
}

.icon {
    font-size: 50px;
    color: #ffcb00;
}

.owl-theme .owl-nav {
    display: none;
}