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

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

.pagedetailcontent {
    padding: 25px;
}

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

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

.youtube-holder {
    height: auto;
    /*padding-bottom: 55.5%;*/
}

.videobg {
    position: inherit;
    width: 100%;
    height: auto;
}

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

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

.btn-square.black {
    font-size: 15px;
    border: none;
    color: #333333;
    transition: all 0.25s linear;
    margin-top: 0;
    padding: 0;
    font-weight: bold;
}

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

.icon {
    animation: 2.50s fadeInLeft infinite;
}

.frame {
    border: 2.5px solid #ffffff;
    padding: 25px;
    width: 50%;
    margin: 0 auto;
    transition: all 0.25s linear;
}

.frame:hover {
    border: 2.5px solid #ffffff;
    background-color: rgba(255, 255, 255, 0.25);
}

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

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

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

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

.font-table {
    vertical-align: middle;
    display: table-cell;
    font-size: 35px;
    color: #333333;
    font-weight: bold;
    line-height: normal;
    text-align: center;
    padding: 50px;
    text-transform: uppercase;
}

.container {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.cover {
    position: absolute;
    width: 100%;
    height: 100%;
    left: -100%;
    right: 0;
    background: rgba(59, 56, 56, 0.75);
    transition: all 0.15s linear;
}

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

.font-product {
    color: #ffffff;
    font-size: 40px;
    text-align: left;
    padding: 20px;
    margin: 0 auto;
    line-height: normal;
    font-weight: normal;
    text-transform: uppercase;
}

.btn-square.white {
    font-size: 15px;
    border: none;
    color: #ffffff;
    transition: all 0.25s linear;
    margin-top: 0;
    padding: 0;
    font-weight: bold;
}

.btn-square.white:hover {
    background-color: inherit;
    color: #777777;
}

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

.font-bottom-2 {
    font-size: 25px;
    text-align: left;
    line-height: normal;
    margin: 0 auto;
    text-transform: uppercase;
    color: #ffffff;
}

.font-bottom-3 {
    font-size: 15px;
    text-align: left;
    line-height: normal;
    margin: 0 auto;
}