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

body {
	font-family: 'Encode 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, .pagedetailcontent {
    overflow: hidden;
    padding: 0;
}

.nivo-controlNav {
    padding: 0;
}

.title {
    padding: 25px;
    text-transform: uppercase;
}

.attachment_design {
    background: inherit;
}

.owl-item{
    overflow: hidden;
}

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

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

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

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

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

.line {
    background-color: #C1272D;
    height: 2.5px;
}

.btn-square.black {
    font-size: 15px;
    margin-top: 5px;
    text-transform: uppercase;
    font-weight: 600;
    border: 2.5px solid #C1272D;
    background-color: #C1272D;
    color: #ffffff;
}

.btn-square.black:hover {
    background-color: #333333;
    border: 2.5px solid #333333;
}

.frame-bg {
    background-color: #ffffff;
    box-shadow: 0 2.5px 5px rgba(51, 51, 51, 0.25);
    padding: 2.5px;
}

.show-content .content-holder {
    padding-top: 0;
    transform: inherit !important;
    opacity: inherit !important;
    background-color: inherit;
    background-image: linear-gradient(rgba(51, 51, 51, 0), rgba(51, 51, 51, 0.75));
}

.show-content:hover .content-holder {
    transform: inherit !important;
    opacity: inherit !important;
}

.table {
    display: table;
    width: 100%;    
    height: 100%;
    table-layout: fixed;
}

.font-title {
    font-size: 25px;
    line-height: normal;
    vertical-align: bottom;
    display: table-cell;
    padding: 0 0 15px 0;
    color: #ffffff;
}

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

.hover-target:hover .zoomout {
    transform: scale(1.05);
    filter: brightness(75%);
}

.font-title-2 {
    text-align: left;
    font-size: 15px;
    line-height: normal;
    color: #777777;
    padding: 10px;
    margin: 0 auto;
}

.frame {
    background-color: #ffffff;
    padding: 25px;
    border-radius: 100%;
    margin: 0 auto;
    width: 25%;
}

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

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

.font-last {
    font-size: 25px;
    line-height: normal;
    margin: 0 auto;
    vertical-align: bottom;
    display: table-cell;
    padding: 25px;
    color: #ffffff;
    text-align: left;
}

.font-small-2 {
    font-size: 15px;
    line-height: 25px;
    color: #ffffff;
}

.line-2 {
    background-color: #ffffff;
    height: 2.5px;
}

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

.font-title-about {
    font-size: 50px;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    border-bottom: 2.5px solid #C1272D;
}

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

.icon {
    color: #C1272D;
    float: left;
    margin-left: -25px;
    padding-top: 5px;
}

.adjust {
    padding-left: 25px;
}