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

.space {
    padding: 50px 0;
}

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

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

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

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

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

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

.btn-square.black:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 51%;
    right: 51%;
    bottom: 0;
    background: #2e3184;
    height: 5px;
    transition-property: left, right;
    transition: all 0.25s linear;
}

.btn-square.black:hover:before, .btn-square.black:focus:before, .btn-square.black:active:before {
    left: 0;
    right: 0;
    border-radius: 100px;
}

.btn-square.black:hover {
    background-color: inherit;
    color: #fbba00;
}

.black2 {
    color: #ffffff !important;
}

.black2:hover {
    color: #fbba00 !important;
}

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

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

.frame2 {
    background-color: #2e3184;
    padding: 25px;
    box-shadow: 0px 0px 25px 0px rgba(51, 51, 51, 0.25);
}

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

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

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

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

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

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

.icon {
    font-size: 50px;
    transition: all 0.25s linear;
}

.icon:hover {
    color: #fbba00 !important;
}

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