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

body {
	font-family: 'Poppins', 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-carousel.owl-drag .owl-item {
    overflow: hidden;
}

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

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

.owl-theme .owl-nav [class*=owl-] {
    background-image: url(arrows.png) !important;
}

.banner-item .banner-caption {
    width: 90%;
    height: auto;
    line-height: 5px;
}

.banner-title {
    font-family: 'Poppins', sans-serif;
    font-size: 7.5px;
    line-height: normal;
    margin: 0 auto;
    text-transform: uppercase;
    color: #00008B;
    text-align: right;
}

.banner-sub {
    font-family: 'Poppins', sans-serif;
    font-size: 10px;
    line-height: 1.25;
    margin: 0 auto;
    color: #333333;
    text-align: right;
    font-weight: 600;
}

.space {
    padding: 25px 0;
}

.space2 {
    padding: 50px 0;
}

.three-full, .four-full, .six-full, .six-full-1, .six-full-2, .nine-full, .twelve-full {
    margin: 0 auto !important;
}

.font-title {
    font-size: 35px;
    line-height: normal;
    margin: 0 auto;
    color: #ffffff;
    font-weight: 600;
}

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

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

.btn-square.white:hover, .btn-square.white:focus, .btn-square.white:active {
    background-color: #ffffff;
    color: #ffffff;
    box-shadow: 0 1.5px 2.5px rgba(51, 51, 51, 0.05);
}

.btn-square.white:hover:before, .btn-square.white:focus:before, .btn-square.white:active:before {
    transform: scaleX(1);
    box-shadow: 0 1.5px 2.5px rgba(51, 51, 51, 0.05);
}

.font-big {
    font-size: 35px;
    line-height: 1.25;
    margin: 0 auto;
}

.font-big-2 {
    font-size: 17.5px;
    line-height: normal;
    margin: 0 auto;
    color: #00008B;
    text-transform: uppercase;
    font-weight: 500;
}

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

.container {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    box-shadow: 0 1.5px 2.5px rgba(51, 51, 51, 0.50);
}

.cover {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 100%;
    background: #333333;
    transition: all 0.25s linear;
}

.container:hover .cover {
    top: 0;
}

.font-sub {
    font-size: 25px;
    line-height: normal;
    margin: 0 auto;
    color: #ffffff;
    font-weight: 600;
    text-align: left;
    padding: 25px;
}

.btn-square {
    margin-top: 0;
    font-size: 15px;
    font-weight: 600;
    transition: all 0.25s linear;
    border: none;
    background-color: inherit;
    padding: 25px;
    color: #ffffff;
    text-transform: uppercase;
    text-align: left;
}

.btn-square:hover {
    background-color: inherit;
    color: #00008B;
}

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

.font-middle-2 {
    font-size: 15px;
    line-height: 25px;
    margin: 0 auto;
    color: #686868;
    /*width: 50%;*/
}

.frame {
    background-color: #ffffff;
    box-shadow: 0 1.5px 2.5px rgba(51, 51, 51, 0.25);
    padding: 25px;
    display: block;
    vertical-align: middle;
    transform: perspective(1px) translateZ(0);
    position: relative;
    overflow: hidden;
    transition: all 0.25s linear;
}

.frame:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 50%;
    right: 50%;
    bottom: 0;
    background: #00008B;
    height: 5px;
    transition-property: left, right;
    transition: all 0.25s linear;
}

.frame:hover {
    box-shadow: 0 2.5px 5px rgba(51, 51, 51, 0.75);
}

.frame:hover:before, .frame:focus:before, .frame:active:before {
    left: 0;
    right: 0;
}

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

.font-product {
    font-size: 15px;
    line-height: normal;
    margin: 0 auto;
    font-weight: 600;
}

.font-last {
    font-size: 75px;
    line-height: 75px;
    margin: 0 auto;
    font-weight: 600;
}

.font-last-2 {
    font-size: 15px;
    line-height: 25px;
    margin: 0 auto;
    color: #686868;
    /*width: 50%;*/
}

.btn-square.black {
    margin-top: 0;
    font-size: 15px;
    font-weight: 600;
    transition: all 0.25s linear;
    border: none;
    background-color: #333333;
    padding: 15px;
    color: #ffffff;
    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: #00008B;
    transform: scaleX(0);
    transform-origin: 0 50%;
    transition: all 0.25s linear;
}

.btn-square.black:hover, .btn-square.black:focus, .btn-square.black:active {
    background-color: #333333;
    color: #ffffff;
    box-shadow: 0 1.5px 2.5px rgba(51, 51, 51, 0.05);
}

.btn-square.black:hover:before, .btn-square.black:focus:before, .btn-square.black:active:before {
    transform: scaleX(1);
    box-shadow: 0 1.5px 2.5px rgba(51, 51, 51, 0.05);
}