@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap');

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

.nivo-controlNav {
    position: relative;
    margin-top: -20px;
    z-index: 5;
    transform: translate(-50%, -50%);
    left: 50%;
}

.space {
    padding: 50px 0;
}

.space2 {
    padding: 50px 0 0 0;
}

.space3 {
    padding: 0 0 50px 0;
}

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

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

.font-big a {
    color: #000000 !important;
    transition: all 0.25s linear;
    letter-spacing: -2.5px;
}

.font-big a:hover {
    color: #ff0000 !important;
    letter-spacing: 0;
}

.font-small {
    font-size: 17.5px;
    line-height: 27.5px;
    margin: 0 auto;
    color: #777777;
    /*width: 700px;*/
}

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

.btn-square.black:hover {
    background-color: #ff0000;
    border: 1px solid #ff0000;
    color: #ffffff;
}

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

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

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

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

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

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

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

.font-sub {
    font-size: 25px;
    line-height: normal;
    margin: 0 auto;
    text-transform: uppercase;
    font-weight: bold;
}

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

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

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

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

.icon {
    margin-left: -25px;
    color: #ff0000;
}

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

.font-li {
    font-size: 17.5px;
    line-height: normal;
    margin: 0 auto;
    margin-bottom: 10px;
    display: inline-block;
    width: 45%;
}

.font-li a {
    color: rgba(255, 255, 255, 0.75) !important;
    transition: all 0.25s linear;
}

.font-li a:hover {
    color: #ff0000 !important;
}