@import url('https://fonts.googleapis.com/css2?family=Istok+Web:ital,wght@0,400;0,700;1,400;1,700&display=swap');

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

.four-full {
    margin: 0 auto !important;
}

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

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

.font-big {
    font-size: 25px;
    line-height: normal;
    font-weight: bold;
}

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

.middle1 {
    background-position: center;
    background-repeat: no-repeat;
}

.frame1 {
    transition: all 0.25s linear;
    padding: 25px;
    border-radius: 5px;
    background-color: #ffffff;
}

.frame1:hover {
    transform: scale(1.05);
    background-color: #1d71b8;
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.25);
}

.font-title {
    font-size: 25px;
    line-height: normal;
    font-weight: bold;
    transition: all 0.25s linear;
    color: #1d71b8;
}

.frame1:hover .font-title {
    color: #87CEFA;
    letter-spacing: 2.5px;
}

.font-title:after {
    content: "";
    width: 15%;
    display: block;
    height: 5px;
    background-color: #1d71b8;
    margin: 25px auto;
    border-radius: 100px;
}

.frame1:hover .font-title:after {
    background-color: #87CEFA;
}

.btn-square.black {
    margin-top: 0;
    font-size: 15px;
    transition: all 0.25s linear;
    padding: 10px 25px;
    border: 2.5px solid #87CEFA;
    background-color: #87CEFA;
    color: #1d71b8;
    border-radius: 5px;
    font-weight: bold;
}

.btn-square.black:hover {
    background-color: inherit;
    border: 2.5px solid #87CEFA;
    color: #87CEFA;
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.25);
}

.news-listing .tag-news-item .news-date {
    color: #ffffff;
    margin-bottom: 0;
    border-radius: 0;
    display: grid;
    top: 0;
}

.news-listing.v2 .tag-news-item .news-inner-img {
    border-radius: 0;
    border: none;
}

.news-listing .tag-news-item .tag-news-body {
    text-align: left;
}

.slick-dotted.slick-slider {
    margin-bottom: 0 !important;
}

.font-last {
    font-size: 35px;
    line-height: normal;
    font-weight: bold;
}

.btn-square.white {
    margin-top: 0;
    font-size: 15px;
    transition: all 0.25s linear;
    padding: 10px 25px;
    border: 2.5px solid #1d71b8;
    background-color: #1d71b8;
    color: #87CEFA;
    border-radius: 5px;
    font-weight: bold;
}

.btn-square.white:hover {
    background-color: inherit;
    border: 2.5px solid #1d71b8;
    color: #1d71b8;
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.25);
}

.section_0 .owl-theme .owl-nav {
    display: none !important;
}