.magazine {
    width: 1100px;
    margin: 0 auto;
    padding: 148px 0 0;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
}
.mag_header {
    position: fixed;
    top: 0;
    left: auto;
    right: auto;
    width: 1100px;
    height: 148px;
    transition: all 0.3s ease;
    font-size: 14px;
    z-index: 200;
}
.fade .mag_header {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.mag_top {
    height: 38px;
    line-height: 38px;
    padding: 0 12px;
}
.mag_day {
    float: left;
    margin: 0 40px 0 0;
}

.mag_menu {
    float: left;
}




.newnav.nav-desktop .accordion {
    height: 38px;
}

.newnav.nav-desktop .accordion,
.newnav.nav-desktop .accordion ul,
.newnav.nav-desktop .accordion li,
.newnav.nav-desktop .accordion a,
.newnav.nav-desktop .accordion span {
    border: none;
    outline: none;
}

.newnav.nav-desktop .accordion li {
    list-style: none;
	float: left;
    display: block;
    margin: 0;
    position: relative;
    text-align: center;
    line-height: 38px;
    text-transform: uppercase;
}


.newnav.nav-desktop .accordion li.menu-item-has-children:after {
        content: "";
    position: absolute;
    right: 4px;
    top: 16px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    clear: both;
}





.newnav.nav-desktop .accordion li a {
    text-decoration: none;
    display: block;
    margin: 0;
    padding: 0 10px;
    font-weight: 700;
    line-height: 38px;
    position: relative;
}
.newnav.nav-desktop .accordion li.menu-item-has-children a {
    padding: 0 22px 0 10px;
}
.newnav.nav-desktop .accordion li a:hover {
    text-decoration: none;
}

.newnav.nav-desktop .accordion li > .sub-menu {
position: absolute;
  top: 38px;
  left: 0;
  padding: 10px 0;
  display: none;
  box-shadow: 0 0 25px rgb(0, 0, 0, 0.1);
  z-index: 2;
  }
.newnav.nav-desktop .accordion li > a > span {
float: right;
    display: inline-block;
    padding: 0 5px;
    margin: 2px 0 0 5px;
    height: 16px;
    line-height: 15px;
    font-size: 10px;
}



.newnav.nav-desktop .accordion li > ul > li > a {
	display: block;
  position: relative;
  margin: 0 !important;
  font-size: 13px;
  line-height: 1.25;
  font-weight: 400;
  word-wrap: break-word;
  padding: 8px 15px !important;
}

.newnav.nav-desktop .accordion li:hover > .sub-menu {
    display: block;
}

.newnav.nav-desktop .accordion li > .sub-menu > li {
    width: 160px;
    text-align: left;
    border-radius: 0 !important;
    background: none;
}
.newnav.nav-desktop .accordion li > .sub-menu > li.menu-item-has-children:after {
    top: 13px;
	right: 15px;
}
.newnav.nav-desktop .accordion li > .sub-menu > li > .sub-menu {
top: 0;
left: 100%;
}


.mag_call {
    float: right;
    height: 38px;
    line-height: 38px;
}

.mag_bot {
    position: relative;
    height: 90px;
    padding: 10px 20px;
    overflow: hidden;
}
.logo_sekolah {
    float: left;
    padding: 15px 0;
    height: 56px;
    margin: 0 40px 0 0;
}
.logo_sekolah a {
    display: block;
}
.logo_sekolah img {
    display: block;
    height: 56px;
    width: auto;
}
.botclose {
    display: none;
    position: absolute;
    bottom: 90px;
    left: calc(50% - 19px);
    width: 38px;
    height: 38px;
    line-height: 38px;
    border-radius: 46px;
    text-align: center;
    transform: rotate(45deg);
    z-index: 1;
}

.bot_right {
    float: right;
    margin: 16px 0;
    height: 56px;
}
.post_search {
    float: left;
    padding: 0 40px 0 0;
}
.post_search img {
    display: none;
}
#searchform {
    display: flex;
}
.text_search {
    height: 14px;
    line-height: 14px;
    font-size: 14px;
    margin: 0 0 11px;
}
.mag_sosial .text_search {
    text-align: center;
}
.mgz_input input {
    height: 29px;
    line-height: 29px;
    border: 1px solid rgba(125,125,125,0.3);
	background: rgba(0,0,0,0.03);
    padding: 0 10px;
    margin: 0 6px 0 0;
    font-size: 12px;
}
.mgz_select select {
    height: 30px;
    line-height: 30px;
    border: 1px solid rgba(125,125,125,0.3);
	background: rgba(0,0,0,0.03);
    padding: 0 10px;
    margin: 0 6px 0 0;
    font-size: 12px;
    border-radius: 0;
}
.mgz_button {
    display: inline-block;
}
.mgz_button button {
    display: block;
    border: 0;
    width: 35px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 0;
}

.mag_sosial {
    float: right;
    height: 30px;
    border: 0;
}
.sekolah_sosial a {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 13px;
    margin-left: 3px;
    border-radius: 36px;
    overflow: hidden;
}
.sekolah_sosial i.icon-mad-facebook {
    background: #1d79b7;
    color: #fff;
}
.sekolah_sosial i.icofont-x {
    background: #222;
    color: #fff;
}
.sekolah_sosial i.icon-mad-instagram {
    background: #f4a;
    color: #fff;
}
.sekolah_sosial i.icon-mad-youtube {
    background: #d35;
    color: #fff;
}
.sekolah_sosial i.icofont-tiktok {
    background: #222;
    color: #fff;
}
.sekolah_sosial i.icon-mad-whatsapp {
    background: #098;
    color: #fff;
}
.sekolah_sosial i.icon-mad-mail {
    background: #f60;
    color: #fff;
}
.sekolah_sosial i {
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
}

.mag_run {
    position: relative;
    z-index: 2;
    margin-bottom: -30px;
}
.mag_run:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 30px;
    opacity: 0.6;
    z-index: 1;
}
body:not(.home) .mag_run:before {
    opacity: 1;
}
.running {
    overflow: hidden;
    position: relative;
    z-index: 2;
}

.runscroll {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 30px;
    line-height: 30px;
	font-size: 12px;
}

.scroll {
    display: flex;
    width: 100%;
}
.scrolling {
    display: flex;
    margin: 0 -100% 0 100%;
    position: relative;
    z-index: 2;
}
.scroll__number {
    white-space: nowrap;
    animation: 200s linear -200s infinite animate;
    will-change: transform;
}
.scrolling:hover .scroll__number {
    /* animation-play-state: paused; */
}
.scroll__number:nth-child(2) {
    animation: 200s linear -100s infinite animate2;
}
@keyframes animate {
    0% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(-100%);
    }
}
@keyframes animate2 {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-200%);
    }
}
.scroll__number span {
    margin: 0 50px 0 0;
}
.scroll__number::marker {
    display: none;
}

#madingslider {
    position: relative;
    min-height: 200px;
}

.sch_infosekolah {
    position: relative;
    padding: 45px 30px 30px;
    margin: -70px 0 15px;
    border-radius: 10px;
    line-height: 1.3;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    z-index: 2;
}
.nama_sekolah {
    font-size: 25px;
    line-height: 1.2;
    font-weight: bold;
    margin: 0 0 5px;
}

.sch_info {
    position: absolute;
    top: -16px;
    left: 30px;
    height: 32px;
    line-height: 32px;
    padding: 0 15px;
    border-radius: 30px;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    z-index: 2;
}

.mag_left {
    width: 66.66%;
    float: left;
}

.left_in {
    padding: 20px 20px 0;
}
.mag_master {
    position: relative;
    padding: 20px;
    margin: 0 0 15px;
    border-radius: 8px 8px 0 0;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.mas_title {
    position: absolute;
    top: 22px;
    right: 20px;
    height: 32px;
    line-height: 32px;
    padding: 0 15px;
    border-radius: 30px;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    z-index: 2;
}
.mas_title i {
    display: none;
}
.mas_get {
	position: relative;
    margin: 0 0 16px;
    padding: 0 0 10px;
}
.mas_get:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 1px;
	opacity: 0.3;
}
.get_photos {
    float: left;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    overflow: hidden;
    margin: 0 15px 0 0;
}
.get_photos img {
    width: 100%;
}

.mas_jab {
    float: right;
    width: calc(100% - 55px);
    font-size: 13px;
}
.mas_jab span {
    display: block;
    padding: 2px 0 2px;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.1;
}

.mas_block {
    margin: 0 -8px;
}
.mas_loop {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    border-bottom-width: 2px;
	border-bottom-style: solid;
    border-radius: 8px 8px 0 0;
    overflow: hidden;
}

.mas_post h2 {
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 4px;
}
.mas_time {
    font-size: 12px;
    line-height: 1;
    margin: 0 15px 6px;
    opacity: 0.7;
}
.mas_post h3 {
    font-size: 14px;
    line-height: 1.3;
    font-weight: 700;
    padding: 0 15px;
    height: 56px;
    margin: 0 0 15px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.mas_image {
    position: relative;
    height: 135px;
    margin: 0 0 15px;
    border-radius: 8px 8px 0 0;
    overflow: hidden;
}
.mas_image img {
    display: block;
}

.mag_news {
    position: relative;
    padding: 70px 20px 20px;
    margin: 0 0 15px;
    border-radius: 8px 8px 0 0;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.news_title {
    position: absolute;
    top: 22px;
    left: 20px;
    height: 32px;
    line-height: 32px;
    padding: 0 15px;
    border-radius: 30px;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    z-index: 2;
}
.news_all {
    position: absolute;
    top: 22px;
    right: 20px;
    width: 32px;
    height: 32px;
    line-height: 32px;
    border-radius: 30px;
    font-size: 12px;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    z-index: 2;
}

.news_loop {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    border-radius: 8px 8px  0 0;
	margin: 0 0 20px 0;
    overflow: hidden;
}

.news_post h3 {
    font-size: 14px;
    line-height: 1.3;
    font-weight: 700;
    padding: 0 15px;
    height: 56px;
    margin: 0 0 15px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.news_image {
    position: relative;
    height: 135px;
    margin: 0 0 15px;
    border-radius: 8px 8px 0 0;
    overflow: hidden;
}
.news_image img {
    display: block;
}
.news_image:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.4;
    background: #111;
    z-index: 1;
}
.news_image span {
    position: absolute;
    top: 105px;
    left: 15px;
    height: 16px;
    line-height: 15px;
    font-size: 9px;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 4px;
    padding: 0 6px;
    z-index: 2;
}
.mag_news .span-1,
.mag_news.blog_news .span-7 {
    background: #30a5ec;
    color: #fff;
}
.mag_news .span-2,
.mag_news.blog_news .span-9 {
    background: #aa19df;
    color: #fff;
}
.mag_news .span-3,
.mag_news.blog_news .span-8 {
    background: #ff6600;
    color: #fff;
}
.mag_news .span-4,
.mag_news.blog_news .span-3 {
    background: #dd3355;
    color: #fff;
}
.mag_news .span-5,
.mag_news.blog_news .span-5 {
    background: #1fdf19;
    color: #fff;
}
.mag_news .span-6,
.mag_news.blog_news .span-2 {
    background: #009900;
    color: #fff;
}
.mag_news .span-7,
.mag_news.blog_news .span-4 {
    background: #f47a21;
    color: #fff;
}
.mag_news .span-8,
.mag_news.blog_news span {
    background: #dd26c9;
    color: #fff;
}
.mag_news .span-9,
.mag_news.blog_news .span-1 {
    background: #3c6ee3;
    color: #fff;
}

.mag_news span,
.mag_news.blog_news .span-6 {
    background: #098;
    color: #fff;
}

.mag_fas {
    position: relative;
    padding: 20px;
    margin: 0 0 15px;
    border-radius: 0 8px 8px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.tabcontent {
    display: none;
}
.tabcontent#ext {
    display: block;
}
.button_tab {
    margin: 0 0 15px;
}
.tablinks {
    display: inline-block;
    float: left;
    height: 30px;
    line-height: 30px;
    padding: 0 15px;
    margin: 0 6px 0 0;
    border-radius: 6px;
}

.fas_image {
    border-radius: 8px;
    overflow: hidden;
    position: relative;
}

.fas_image h4 {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 25px 15px 10px;
    background: linear-gradient(rgba(0, 0, 0, 0), #222222);
    font-size: 13px;
}
.fas_image h4 a {
    color: #ffffff;
}

.pres_area {
    margin: 0 -8px;
}
.first_pres {
    float: left;
    margin: 0 8px;
    width: calc(55% - 16px);
}
.first_pres .pres_image {
    position: relative;
    height: 230px;
    border-radius: 5px;
    overflow: hidden;
}
.first_pres .pres_image img {
    display: block;
    width: 100%;
}
.first_pres h4 {
    font-size: 16px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 35px 20px 20px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    background: linear-gradient(rgba(0, 0, 0, 0), #222222);
}
.first_pres h4 a {
    color: #ffffff;
}
.other_pres {
    float: left;
    margin: 0 8px;
    width: calc(45% - 16px);
}
.other_pres .pres_image {
    float: left;
    width: 90px;
    height: 67px;
    margin: 0 15px 0 0;
    border-radius: 5px;
    overflow: hidden;
}
.other_loop {
    margin: 0 0 15px;
}
.other_loop:last-child {
    margin: 0;
}
.other_pres h4 {
    font-size: 14px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.mag_right {
    width: 33.33%;
    padding: 20px 0;
    float: right;
    position: sticky;
    top: 148px;
}
.mag_right .side_in {
    margin: 0 20px 0 0;
}

.mag_event {
    padding: 20px 20px 6px;
    margin: 0 0 15px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
}
.eve_near h4 {
    margin: 0 0 15px;
    line-height: 1.3;
    font-size: 18px;
}
.eve_near h4 span {
    display: inline-block;
    height: 26px;
    line-height: 26px;
    padding: 0 8px;
    font-size: 13px;
    border-radius: 6px;
}
.eve_near h4 a {
    float: right;
    display: inline-block;
    width: 24px;
    height: 24px;
    line-height: 24px;
    padding: 0;
    text-align: center;
    font-size: 13px;
    border-radius: 6px;
}
.table_agenda {
    padding: 15px;
    background: rgba(0, 0, 0, 0.03);
    border-radius: 8px;
    margin: 0 0 15px;
}
.table_agenda div {
    padding: 0 16px 0 0;
    height: 36px;
    float: left;
}
.table_agenda div.btn {
    padding: 0;
    height: 36px;
    float: right;
}
.table_agenda .span {
    width: 30px;
}
.table_agenda span {
    display: block;
    font-size: 13px;
}
.table_agenda .span span {
    text-align: center;
}

.table_agenda span:first-child {
    font-size: 15px;
    font-weight: bold;
}
.table_agenda .btn a {
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 8px;
    font-size: 13px;
    margin: 3px 0;
}
.table_agenda .btn i {
    display: block;
}

.mag_umum {
    position: relative;
    padding: 20px;
    margin: 0 0 15px;
    border-radius: 8px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.peng_loop {
    margin: 0 0 20px;
    padding: 0 0 20px;
}
.peng_loop:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: 0.4;
}
.peng_loop:last-child {
    padding: 0;
    margin: 0;
    border: 0;
}
.peng_loop h4 {
    margin: 0 0 15px;
    line-height: 1.3;
    font-size: 18px;
}

.peng_time,
.peng_link {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    padding: 0 12px;
    border-radius: 6px;
    font-size: 12px;
    text-align: center;
}
.peng_time {
    float: left;
    width: 75px;
}
.peng_link {
    float: right;
}

.mag_guru {
    float: none;
    padding: 20px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.guru_loop {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
}
.guru_loop img {
    display: block;
}
.mgz_guru {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 25px 15px 10px;
}
.mgz_guru {
    font-size: 11px;
}
.guru_nama {
    font-size: 13px;
    font-weight: bold;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.mag_quotes {
    position: relative;
    padding: 20px;
    margin: 0;
    border-radius: 8px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.quoteslide .splide__slide {
    padding: 10px;
    border-radius: 20px;
    font-size: 18px;
    line-height: 1.25;
}
.quoteslide .splide__slide span {
    display: block;
    padding: 25px 0 0;
    font-size: 13px;
    font-style: normal;
    text-align: right;
}
.mag_quotes i {
    font-size: 40px;
}

.right__thecontent {
    margin: 0 0 30px;
}

.mag_alumni {
    padding: 20px;
    margin: 0 0 15px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    position: relative;
    font-size: 18px;
}
.al_link {
  position: absolute;
  top: calc( 50% - 16px );
  right: 20px;
  width: 32px;
  height: 32px;
  line-height: 32px;
  border-radius: 30px;
  font-size: 12px;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  z-index: 2;
}
.mag_alumni:last-child {
    margin: 0;
}
.alumni_loop {
    margin: 0;
}
.alumni_pic {
    width: 80px;
    margin: 0 20px 0 0;
    float: left;
}
.alumni_pic img {
    border-radius: 5px;
}
.alumni_info {
    float: right;
    width: calc(100% - 100px);
}
.alumni_loop h5 {
    font-size: 15px;
}
.alumni_year {
    position: relative;
    height: 20px;
    line-height: 20px;
    margin: 0 0 10px;
}
.alumni_year span {
    display: inline-block;
    height: 20px;
    line-height: 20px;
    padding: 0 8px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: bold;
}
.alumni_class {
    font-size: 13px;
}
.alumni_pro {
    position: absolute;
    right: 10px;
    bottom: 10px;
    display: inline-block;
    height: 26px;
    line-height: 26px;
    padding: 0 30px 0 15px;
    border-radius: 15px;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
}
.alumni_pro i {
    position: absolute;
    top: 4px;
    right: 4px;
    font-size: 10px;
    border-radius: 10px;
    width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
}

.mag_gal {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    padding: 18px;
    border-radius: 8px;
    margin: 0 0 15px;
}
.gal_loop {
    float: left;
    width: calc(25% - 4px);
    position: relative;
    padding: 2px;
}
.gal_loop:nth-child(1) {
    width: calc(50% - 4px);
}
.gal_loop img {
    display: block;
}
.gal_loop .re_galeri {
    position: absolute;
    top: calc(50% - 15px);
    left: 0;
    right: 0;
    text-align: center;
}
.gal_loop span {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    padding: 0 15px;
    font-weight: bold;
    border-radius: 8px;
    z-index: 1;
}

.mag_vid {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    padding: 20px;
    border-radius: 8px;
    margin: 0 0 20px;
}
.vid_title {
    margin: 0 0 16px;
    position: relative;
}
.vid_title span {
    display: inline-block;
    height: 32px;
    line-height: 32px;
    padding: 0 15px;
    border-radius: 30px;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    z-index: 2;
}
.vid_all {
    position: absolute;
    top: 0;
    right: 0;
    width: 32px;
    height: 32px;
    line-height: 32px;
    border-radius: 30px;
    font-size: 12px;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    z-index: 2;
}
.mag_vid iframe {
    width: 100%;
    height: 170px;
}

.mad_widget {
    padding: 20px;
}

.widget_area {
    margin: 0 -10px;
}

.widget_box {
    width: 33.33%;
    float: left;
}

.widget_box-inner {
    padding: 0 10px;
}

.widget_block {
    margin: 0 0 15px;
    font-size: 14px;
    line-height: 1.4 !important;
}

.widget_block h1 {
    font-size: 27px;
    margin: 0 0 10px;
    letter-spacing: -1px;
}

.widget_block h2 {
    font-size: 25px;
    margin: 0 0 10px;
    letter-spacing: -1px;
}

.widget_block h3 {
    font-size: 22px;
    margin: 0 0 10px;
    letter-spacing: -1px;
}

.widget_block h4 {
    font-size: 18px;
    margin: 0 0 10px;
}

.widget_block h5 {
    font-size: 17px;
    margin: 0 0 10px;
}

.widget_block h6 {
    font-size: 16px;
    margin: 0 0 10px;
}

.widget_block p {
    margin: 0 0 10px;
}

.widget_block ul,
.widget_block ol {
    margin: 0 0 10px;
}

.widget_block ul li,
.widget_block ol li {
    margin: 0 0 0 15px;
}

.widget_block blockquote {
    padding: 15px;
    background: rgba(0, 0, 0, 0.02);
    font-size: 16px;
}

.widget_block blockquote cite {
    font-size: 13px;
}

.widget_block .wp-block-code code {
    padding: 15px;
    background: rgba(0, 0, 0, 0.02);
}

.widget_block .wp-block-table {
    width: 100%;
}

.widget_block .wp-block-table td {
    padding: 10px;
    border: 1px solid rgba(125, 125, 125, 0.3);
    margin: 0 0 -1px -1px;
}

.widget_block .wp-block-pullquote blockquote {
    background: none;
}

.widget_block figcaption {
    font-size: 12px;
    padding: 5px 0;
}

.widget_block .wp-block-archives,
.widget_block .wp-block-categories {
    margin: 0;
    list-style: none;
}

.widget_block .wp-block-archives li,
.widget_block .wp-block-categories li {
    padding: 0 0 7px;
    margin: 0 0 7px;
    border-bottom: 1px dashed rgba(125, 125, 125, 0.3);
}

.widget_block .wp-block-calendar table th {
    background: rgba(0, 0, 0, 0.05);
}

.widget_block .wp-block-calendar table caption {
    font-size: 16px;
    padding: 0 0 10px;
}

.widget_block .wp-calendar-nav {
    padding: 10px 0;
}

.widget_block .wp-block-latest-comments__comment {
    padding: 0 0 7px;
    margin: 0 0 7px;
    line-height: 1.5;
    border-bottom: 1px dashed rgba(125, 125, 125, 0.3);
}

.widget_block .wp-block-latest-comments__comment-excerpt p {
    line-height: 1.4;
}

.widget_block .wp-block-latest-comments__comment-date {
    font-style: italic;
}

.widget_block .wp-block-latest-posts.wp-block-latest-posts__list li,
.widget_block .wp-block-pages-list__item {
    margin: 0;
    padding: 0 0 10px;
}

.widget_block .wp-block-latest-posts.wp-block-latest-posts__list li time {
    font-size: 12px;
    line-height: 1.3;
}

.widget_block .wp-block-page-list {
    list-style: none;
}

.widget_block .wp-block-pages-list__item.has-child {
    padding: 0;
}

.widget_block .wp-block-pages-list__item.has-child .submenu-container {
    margin: 10px 0 0 15px;
}

.widget_block .wp-block-rss {
    list-style: none;
}

.widget_block .wp-block-rss__item {
    padding: 0 0 10px;
    margin: 0;
}

.widget_block .wp-block-tag-cloud a {
    display: inline-block;
    height: 26px;
    line-height: 26px;
    font-size: 14px !important;
    padding: 0 10px;
    margin: 0 0 4px;
}

.widget_block .wp-block-search .wp-block-search__button {
    border: 0;
    height: 30px;
    line-height: 30px;
    width: 70px;
    padding: 0;
    margin-left: 10px;
    text-align: center;
}

.widget_block .wp-block-search .wp-block-search__input {
    border: 1px dashed rgba(125, 125, 125, 0.3);
    height: 30px;
    line-height: 30px;
    width: calc(100% - 90px);
    padding: 0 9px;
    background: #fff;
    color: #222;
    float: left;
}

.widget_block .wp-block-search .wp-block-search__label {
    margin: 0 0 6px;
    font-style: italic;
    display: block;
}

.widget_block.widget_meta li {
    padding: 0 0 10px;
}

.widget_block.widget_nav_menu li {
    padding: 0 0 10px;
}

.widget_block.widget_nav_menu li.menu-item-has-children {
    padding: 0;
}

.widget_block.widget_nav_menu li.menu-item-has-children ul.sub-menu {
    margin: 10px 0 0;
}

.widget_block .wp-block-video iframe {
    width: 100%;
    padding: 0 0 10px;
    height: 200px;
}

/* Search */

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper {
    width: calc(100% - 10px) !important;
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__button {
}

.wp-block-search.wp-block-search__no-button .wp-block-search__inside-wrapper {
    width: calc(100% - 2px) !important;
}

.wp-block-search.wp-block-search__button-outside .wp-block-search__inside-wrapper {
    width: 100% !important;
}

.wp-block-search.wp-block-search__button-outside .wp-block-search__inside-wrapper .wp-block-search__button {
}

.post_widget {
    padding: 0 0 12px;
    margin: 0 0 12px;
    border-bottom: 1px dashed rgba(125, 125, 125, 0.3);
}

.widget_thumb {
    width: 80px;
    height: 60px;
    margin-right: 15px;
    float: left;
    padding: 10px;
    border-radius: 3px;
    box-shadow: 0 0 10px rgba(125, 125, 125, 0.13);
}

.post_widspan {
    font-size: 12px;
    padding: 4px 0;
}

.agenda_widget {
    padding: 0 0 12px;
    margin: 0 0 12px;
    border-bottom: 1px solid rgba(125, 125, 125, 0.3);
}

.agenda_dt {
    float: left;
    padding: 5px 0;
    margin: 0 15px 0 0;
    width: 70px;
    display: inline;
    letter-spacing: -3px;
    text-align: center;
    border: 0;
}

.a_date {
    display: block;
    font-weight: bold;
    font-size: 40px;
    line-height: 1.4;
}

.a_month {
    letter-spacing: 0px;
    display: block;
    font-weight: bold;
    font-size: 11px;
    line-height: 1.4;
}

.agenda_info {
    float: right;
    width: calc(100% - 90px);
}

.a_time span {
    position: relative;
    display: inline-block;
    height: 24px;
    font-weight: bold;
    font-size: 11px;
    line-height: 24px;
    padding: 0 3px;
    margin: 0 0 8px 8px;
}

.a_time span:after {
    content: "";
    position: absolute;
    top: 0;
    right: -8px;
    border-bottom: 24px solid transparent;
    border-top: 0;
}

.a_time span:before {
    content: "";
    position: absolute;
    top: 0;
    left: -8px;
    border-top: 24px solid transparent;
}

.vid_widin iframe {
    width: 100%;
    margin: 0 0 15px;
    height: 230px;
}

.widget_contact td {
    padding: 8px;
    border: 1px solid rgba(125, 125, 125, 0.3);
}

.wid_num {
    padding: 8px;
    margin: 0 0 -1px;
    border: 1px solid rgba(125, 125, 125, 0.3);
}

/* Footer */
.footer {
    padding: 15px 20px;
    text-align: center;
}

.to_top {
    position: fixed;
    right: 36px;
    bottom: 30px;
    width: 36px;
    height: 36px;
    line-height: 36px !important;
    text-align: center;
    border-radius: 36px;
    font-size: 15px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
    z-index: 100;
    display: none;
}

.fade .to_top {
    display: block;
}

.breadcrumbs {
    display: none;
}

/* all page */
.mag_content {
    padding: 30px 20px 0;
}
.mag_out {
    margin: 0 -10px;
}
.mag_inside {
    margin: 0 10px;
}

/* right side */
.mag_full {
    width: auto;
    float: none;
    padding: 20px 0;
}
.mag_lside {
    width: 66.66%;
    padding: 20px 0;
    float: left;
    position: sticky;
    top: 148px;
}
.mag_box {
    padding: 20px;
    margin: 0 0 15px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    position: relative;
}
/* 404 */
.mag_404 .mag_head {
    font-size: 25px;
    line-height: 1.3;
    margin: 100px 0 10px;
}
.mag_404:before {
    content: "404";
    position: absolute;
    top: 0;
    right: 30px;
    font-size: 120px;
    font-weight: bold;
    z-index: 1;
    opacity: 0.1;
}
/* Alumni */
.mag_head {
    font-size: 25px;
    line-height: 1.3;
    margin: 0 0 15px;
    position: relative;
}
.center_head {
	text-align: center;
}
.right__thecontent label {
    display: block;
    margin: 0 0 5px;
}

.right__thecontent input {
    height: 32px;
    line-height: 32px;
    border: 1px solid #ccc;
    padding: 0 14px;
    width: calc(100% - 30px);
    margin: 0 0 15px 0;
    font-size: 14px;
}
.right__thecontent input.front__submit {
    display: inline-block;
    width: auto;
    height: 32px;
    line-height: 32px;
    padding: 0 15px;
    border-radius: 5px;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
}
.alumni_head {
	padding: 20px;
	border-radius: 6px;
}
#login,
#register {
	display: none;
}
#login.showform,
#register.showform {
	display: block;
}
.login_in {
    padding: 20px;
    margin: 0 0 15px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
}
.log_open {
    background: rgba(0, 0, 0, 0.05);
    padding: 20px;
    margin: 0 0 15px;
}
.formim h3 {
    font-size: 18px;
    margin: 0 0 10px;
}
.formim .status {
    margin: 0 0 6px;
}
.logajax input {
    height: 32px;
    line-height: 32px;
    border: 1px solid #ccc;
    padding: 0 14px;
    width: calc(100% - 30px);
    margin: 0 0 15px 0;
    font-size: 14px;
}
.robot {
    padding: 0 0 10px;
}
.robot_oke .submit_button {
    display: inline-block;
    width: auto;
    height: 32px;
    line-height: 32px;
    padding: 0 15px;
    border-radius: 5px;
    border: 0;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0 0 10px;
}

.all_alumni {
    margin: 0 0 20px;
    padding: 0 0 20px;
    border-bottom: 1px solid #ddd;
}
.all_alumni:last-child {
    margin: 0;
    padding: 0;
    border: 0;
}
.foto_alumni {
    float: left;
    width: 100px;
    margin: 0 20px 0 0;
}
.data_alumni {
    float: right;
    width: calc(100% - 120px);
}
.basic_alumni {
    margin: 0 0 2px;
}
.basic_alumni div {
    float: left;
}
.idname {
    width: 130px;
}
.iddot {
    margin: 0 15px 0 0;
}
.sos_alumni {
    padding: 8px 0 0;
}
.sos_alumni a {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin: 0 4px 10px 0;
    border-radius: 30px;
}

/* single */
.mag_feat {
    margin: -20px -20px 20px;
    position: relative;
    overflow: hidden;
}
.mag_feat img {
    display: block;
    width: 100%;
    margin: 0;
    border-radius: 8px;
}
.single_over {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 150px 0 30px;
    border-radius: 6px;
    background: linear-gradient(rgba(0, 0, 0, 0), #000);
    color: #ddd;
    z-index: 1;
}
.no_img .single_over {
    position: relative;
    background: rgba(0, 0, 0, 0.05);
    padding: 50px 0 30px;
    color: #222;
}
.sing_date {
    margin: 0 30px 20px;
}
.single .breadcrumbs {
    display: block;
    margin: 0 30px;
    font-size: 12px;
    color: #fff;
}
.single .breadcrumbs a {
    color: #fff;
}
.mag_pres {
    font-size: 14px;
    font-weight: bold;
    margin: 0 30px 8px;
}
.single_over h1 {
    margin: 0 100px 10px 30px;
}
.img_cap {
    display: block;
    margin: -10px 0 20px;
    font-size: 12px;
    font-style: italic;
    opacity: 0.7;
}
.main_video iframe {
    margin: 0 0 20px;
    display: block;
    width: 100%;
    height: 310px;
}
.mag_metadata {
    margin: 0 0 20px;
}
.mag_metadata.mag_tag {
    margin: 0;
}
.mag_tag a {
    display: inline-block;
    margin: 0 3px;
    padding: 0 8px;
    height: 26px;
    line-height: 26px;
    background: rgba(0,0,0,0.1);
}
.sing_extra {
    position: relative;
    background: rgba(0,0,0,0.1);
    padding: 20px 100px 20px 20px;
    border-radius: 8px;
    margin: 0 0 20px;
}
.mag_loc {
    margin-left: 15px;
    padding-left: 15px;
}
.sing_extra a {
    position: absolute;
    right: 20px;
    top: calc(50% - 13px);
    border-radius: 5px;
    height: 26px;
    line-height: 26px;
    padding: 0 12px;
}
.mag_maps iframe {
    display: block;
    width: 100%;
    height: 300px;
    border-radius: 8px;
    margin: 0 0 20px;
}

.down_top {
    margin: 0 0 15px;
}

.materi_box .ask {
    margin: 10px 0 5px;
}
.materi_box .answer {
    width: 50%;
    float: left;
    margin: 0 0 5px;
}
.mag_share {
    float: left;
    width: 34px;
    margin: 0 20px 0 0;
}
.mag_share i {
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    margin: 0 0 8px;
    background: rgba(0,0,0,0.1);
    border-radius: 6px;
    text-align: center;
}
.main_article {
    float: right;
    width: calc(100% - 54px);
}
.mag_read {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    padding: 0 8px;
    border-radius: 5px;
    font-size: 12px;
    background: rgba(0,0,0,0.1);
}
.mag_article {
    line-height: 1.5;
    margin: 0 0 30px;
}

.wp-caption {
}

.wp-caption-text {
}

.sticky {
}

.gallery-caption {
}

.bypostauthor {
}

.alignright {
}

.alignleft {
}

.aligncenter {
}

.mag_article h1,
.mag_article h2,
.mag_article h3,
.mag_article h4,
.mag_article h5,
.mag_article h6 {
    font-weight: 700;
    line-height: 1.3;
    margin: 5px 0 15px;
}

.mag_article h1 {
    font-size: 25px;
}

.mag_article h2 {
    font-size: 23px;
}

.mag_article h3 {
    font-size: 21px;
}

.mag_article h4 {
    font-size: 20px;
}

.mag_article h5 {
    font-size: 19px;
}

.mag_article h6 {
    font-size: 18px;
}

.mag_article {
    font-weight: 400;
}

.mag_article table td {
    vertical-align: top;
    border: 1px solid #ddd;
}

.mag_article p {
    margin: 0 0 15px;
}

.mag_article img {
    max-width: 100%;
    height: auto;
    margin: 0 0 20px;
}

.mag_article img.alignleft {
    float: left;
    margin: 0 30px 20px 0;
}

.mag_article img.alignright {
    float: right;
    margin: 0 0 20px 30px;
}

.mag_article img.aligncenter {
    float: none;
    margin: 0 auto 20px;
}

.mag_article .prestasi__list-image img {
    margin: 0;
}

.mag_article blockquote {
    margin: 0 0 20px;
    padding: 20px 20px 10px 50px;
    background: rgb(0, 0, 0, 0.05);
}

.mag_article ul {
    margin: 0 0 20px;
    list-style: disc !important;
}

.mag_article ol {
    margin: 0 0 20px;
    list-style: decimal !important;
}

.mag_article li {
    margin: 0 0 0 15px;
}

.mag_article li ol,
.mag_article li ul {
    margin: 0;
}

.mag_comment h4 {
    font-weight: normal;
    margin: 0 0 15px;
    font-size: 18px;
}

.screen-reader-text {
}

.madrel {
    margin: 0 -10px 50px;
}

.post_related {
    float: left;
    width: 33.33%;
}

.post_listing {
    margin: 0 10px 20px;
    position: relative;
    min-height: 150px;
    overflow: hidden;
}

.rel_featured img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
}

.rel_overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 90px 15px 15px;
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
    color: #fff;
}

.rel_overlay a {
    color: #fff;
}

.rel_overlay h4 {
    font-weight: bold;
}

.rel_overlay span {
    font-size: 12px;
}

.akademi__comment {
    padding: 50px 0 25px;
    margin: 0 0 25px;
    border-bottom: 1px solid rgba(125, 125, 125, 0.3);
}

.have_comment {
    float: right;
    width: calc(100% - 80px);
}

.akademi__comment i {
    float: left;
    width: 45px;
    height: 45px;
    margin-right: 30px;
    line-height: 45px;
    text-align: center;
    font-size: 22px;
    border-radius: 6px;
}

.mading_heads {
    font-size: 30px;
    line-height: 1.2;
    letter-spacing: -1px;
    margin: 0 10px 10px;
    padding-top: 20px;
}

.mading__post {
    position: relative;
}

.comment-body {
    padding: 0 0 40px;
}

.comment-meta {
    margin: 0 0 15px;
    position: relative;
}

.comment-meta .avatar {
    float: left;
    margin: 0 25px 0 0;
    border-radius: 50px;
}

.comment-meta:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.comment-content {
    padding: 20px;
    margin: 0 0 10px 70px;
    background: rgba(0, 0, 0, 0.06);
    border-radius: 8px;
}

.comment-author {
    margin: 0 0 5px;
}

.reply {
    margin: 0 0 0 70px;
    position: relative;
    z-index: 2;
}

.comment-reply-link {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    border-radius: 5px;
    padding: 0 15px;
}

.comment.depth-2,
.comment.depth-3,
.comment.depth-4,
.comment.depth-5 {
    margin-left: 70px;
}

.comment_heads {
    font-size: 24px;
    line-height: 1.2;
    letter-spacing: -1px;
    margin: 0;
}

.comment-respond {
    margin: 0;
}

.comment_leads {
    font-size: 24px;
    line-height: 1.2;
    letter-spacing: -1px;
    margin: 0 0 20px 80px;
}

.comment__author span {
    font-weight: 300;
    text-transform: uppercase;
}

.comment__author {
    padding: 0 0 10px;
}

.comment__author span a {
    font-weight: bold;
    font-size: 16px;
}

.comment__author em {
    font-size: 13px;
}

.comment__meta p {
    line-height: 1.6;
}

.comment__meta .comment-reply-link {
    display: block;
    padding: 10px 0;
}

.comment-form {
    position: relative;
    padding: 150px 0 0;
}

.comment-form #submit {
    border: none;
    font-weight: bold;
    font-size: 13px;
    cursor: pointer;
    padding: 0 15px;
    height: 34px;
    line-height: 34px;
    border-radius: 4px;
}

#respond .comment_message {
    margin: 10px 0 15px;
}

#respond .mading__form-textarea {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 140px;
}

#comment {
    height: 120px;
    width: calc(100% - 30px);
    padding: 10px 15px;
    background: rgba(0, 0, 0, 0.03);
    border: 0;
}

.mading__form-author,
.mading__form-email,
.mading__form-url {
    float: left;
    width: 33.333333333%;
    padding: 15px 0 0;
}

.inncom {
    width: calc(100% - 15px);
}

.mading__form-url .inncom {
    width: 100%;
}

.inncom input {
    height: 36px;
    line-height: 36px;
    padding: 0 15px;
    width: calc(100% - 30px);
    font-size: 14px;
    border: 0;
    background: rgba(0, 0, 0, 0.03);
}

.comment-form-cookies-consent {
    display: block;
    clear: both;
    padding: 15px 0;
}

/* arsip */
.mag_loop {
    margin: 0 -10px;
}
.mag_art {
    float: left;
    width: 50%;
}
.art_in {
    margin: 0 10px 20px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    overflow: hidden;
}
.mag_loop .madclear {
    display: none;
}
.mag_loop div:nth-child(4n) {
    display: block;
}
.art_link a {
    position: relative;
    display: block;
    height: 185px;
    overflow: hidden;
    z-index: 2;
}
.art_link a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.4;
    background: #111;
    z-index: 1;
}
.art_link img {
    display: block;
    transition: all 0.4s ease;
}
.art_in:hover .art_link img {
    transform: scale(1.1);
}
.art_pub {
    position: absolute;
    top: 15px;
    left: 18px;
    color: #fff;
    z-index: 2;
}
.art_date {
    float: left;
    height: 30px;
    line-height: 30px;
    margin: 0 6px 0 0;
    font-size: 34px;
}
.art_month {
    float: left;
}
.art_month span {
    display: block;
    font-size: 12px;
    line-height: 14px;
}
.art_meta {
    position: relative;
    padding: 25px 20px;
    font-size: 15px;
}
.art_meta:before {
    content: "";
    position: absolute;
    right: -35px;
    bottom: -35px;
    width: 70px;
    height: 70px;
    border-radius: 70px;
    opacity: 0.2;
    z-index: 1;
}
.art_meta h2 a {
    font-weight: 400;
}
.art_meta .is_float {
    position: absolute;
    top: -40px;
    right: 20px;
    z-index: 2;
}
.art_meta .is_float.ekstra {
    top: -55px;
}
.art_meta .is_float li {
    list-style: none;
    display: none;
}
.art_meta .is_float li:first-child {
    display: block;
}
.art_meta .is_float li a,
.art_meta .is_float li .is_event {
    display: inline-block;
    padding: 2px 6px;
    font-size: 10px;
    font-weight: bold;
    border-radius: 3px;
    text-transform: uppercase;
}
.art_meta .is_float.ekstra li a {
    display: inline-block;
    padding: 0;
    height: 35px;
    line-height: 35px;
    width: 35px;
    text-align: center;
    font-size: 13px;
    font-weight: bold;
    border-radius: 35px;
    text-transform: uppercase;
    margin: 0 0 10px;
}
.art_meta .is_float li .is_event.is_exp {
    background: #f00;
    color: #fff;
}
.art_meta .is_float li .is_event.is_on {
    background: #098;
    color: #fff;
}
.mag_art .art_meta .is_float li a {
    background: #f00;
    color: #fff;
}
.mag_art:nth-child(3) .art_meta .is_float li a {
    background: #25d;
    color: #fff;
}
.mag_art:nth-child(5) .art_meta .is_float li a {
    background: #098;
    color: #fff;
}
.mag_art:nth-child(7) .art_meta .is_float li a {
    background: #8c3;
    color: #fff;
}
.mag_art:nth-child(9) .art_meta .is_float li a {
    background: #82e;
    color: #fff;
}
.mag_art .art_meta:before {
    background: #f00;
}
.mag_art:nth-child(3) .art_meta:before {
    background: #25d;
}
.mag_art:nth-child(5) .art_meta:before {
    background: #098;
}
.mag_art:nth-child(7) .art_meta:before {
    background: #8c3;
}
.mag_art:nth-child(9) .art_meta:before {
    background: #82e;
}
.art_people {
    font-size: 13px;
    margin: 0 0 3px;
    color: #888;
}
/* gtk list */
.mag_gtk {
    margin: 0 -6px;
}
.mag_struc {
	display: flex;
    justify-content: center;
    flex-wrap: wrap;
	margin-bottom: 20px;
}
.gtks {
	display: none;
}
.gtks:nth-child(8n) {
	display: block;
	width: 100%;
}
.gtk_list {
    width: 25%;
}
.gtk_ori .gtk_list {
	float: left;
}
.mag_struc .gtk_list {
	display: inline-block;
}
.gtk_foto {
    position: relative;
    margin: 0 6px 12px;
    overflow: hidden;
}
.gtk_meta {
    font-size: 12px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 35px 15px 15px;
    background: linear-gradient(rgba(0, 0, 0, 0), #222222);
    color: #ffffff;
    z-index: 1;
    opacity: 0;
    transition: all 0.4s ease;
}
.gtk_list:hover .gtk_meta {
    opacity: 1;
}
.gtk_meta span {
    font-size: 13px;
    font-weight: bold;
}

/* download */
.mading_table td {
    padding: 20px 0;
    border-bottom: 1px solid #ccc;
}
.mading_table td.tdcol {
    padding: 20px 0 20px 20px;
    text-align: center;
    vertical-align: middle;
}
.mading_table td.tdcol a {
    display: inline-block;
    height: 28px;
    line-height: 27px;
    padding: 0 6px;
    margin: 0 0 5px;
}
.mad__downtitle {
    font-size: 15px;
    margin: 0 0 5px;
}
.down_meta {
    margin: 0 0 5px;
}

/* materi */
.btlog .submit_button {
    display: inline-block;
    width: auto;
    height: 32px;
    line-height: 32px;
    padding: 0 15px;
    border-radius: 5px;
    border: 0;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0 0 10px;
}
.login_button {
    display: inline-block;
    width: auto;
    height: 32px;
    line-height: 32px;
    padding: 0 15px;
    border-radius: 5px;
    border: 0;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0 0 10px;
}
.logout_button {
    display: inline-block;
    width: auto;
    height: 32px;
    line-height: 32px;
    padding: 0 15px;
    border-radius: 5px;
    border: 0;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0 0 10px;
}
.ask_count {
    margin: 0 0 20px;
    font-size: 18px;
}
.mag_mat {
    padding: 20px 0;
    border-top: 1px solid #ccc;
}
.mag_mat h2 {
    font-size: 18px;
    margin: 0 0 10px;
}
.mat_exc {
    padding: 0 0 15px;
}
.mat_class {
    padding: 0 0 15px;
}
.mat_class a {
    display: inline-block;
    margin: 0 5px 0 0;
    width: auto;
    height: 26px;
    line-height: 26px;
    padding: 0 12px;
    border-radius: 4px;
    border: 0;
    font-size: 12px;
    font-weight: bold;
}

.materi_stat {
    margin: 0 0 15px;
    padding: 20px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    overflow: hidden;
}
.tugas_term {
    padding: 8px 0;
    border-top: 1px solid #ddd;
}
.tugas_term span {
    float: right;
}
.mat_back {
    position: absolute;
    right: 0;
    top: calc(50% - 14px);
    height: 28px;
    line-height: 28px;
    padding: 0 15px;
    font-size: 14px;
    display: inline-block;
    text-transform: uppercase;
    border-radius: 28px;
}

/* quotes */
.quotes_loop {
    column-count: 2;
    column-gap: 20px;
}
.quotes_list {
    margin: 0 0 20px;
    padding: 20px;
    display: grid;
    grid-template-rows: 1fr auto;
    break-inside: avoid;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.quotes_list i {
    font-size: 40px;
}
.quotes_say {
    font-size: 18px;
    line-height: 1.25;
    font-family: Georgia;
}
.quotes_who {
    display: block;
    padding: 25px 0 0;
    font-size: 13px;
    font-style: normal;
    text-align: right;
    font-family: Roboto;
}

/* siswa */
.mag_siswa {
    width: 100%;
    border-bottom: 1px solid #ccc;
    margin: 0 0 20px;
}
.mag_siswa td {
    padding: 10px 0;
    border-top: 1px solid #ccc;
}
.mag_siswa td a {
    font-weight: bold;
}

.search_something {
    padding: 20px;
    margin: 0;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
}
.search_something h3 {
    font-size: 18px;
    margin: 0 0 10px;
}
.search_something input {
    height: 32px;
    line-height: 32px;
    border: 1px solid #ccc;
    padding: 0 14px;
    width: calc(100% - 30px);
    margin: 0 0 15px 0;
    font-size: 14px;
}
.some_result {
    margin: 0 0 20px;
}
.some_cat {
    margin: 15px 0;
}
.head_cat {
    font-weight: bold;
    margin: 0 0 10px;
}
.cat_term {
    padding: 8px 0;
    border-top: 1px solid #ddd;
}
.cat_term span {
    float: right;
}
.result_siswa {
    width: 100%;
}
.result_siswa td {
    padding: 8px 0;
    border-top: 1px solid #ddd;
}
.result_siswa td:nth-child(2) {
    text-align: right;
}

.ajax_down {
    padding: 12px;
    background: rgba(0, 0, 0, 0.06);
    border-radius: 5px;
    margin: 0 0 10px;
}
.down_down {
    float: right;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 40px;
}
.ajax_box {
    float: left;
    width: calc(100% - 55px);
}

/* single guru */
.pic_guru {
    float: right;
    width: 160px;
    margin: 0 0 0 20px;
}
.data_guru {
    float: left;
    width: calc(100% - 200px);
    margin: 0;
}
.table_guru {
    width: 100%;
    margin: 0 0 30px;
}
.mag_article .data_guru td {
    width: 50%;
    padding: 12px 0;
    border: 0;
    border-top: 1px solid #ddd;
}
.mag_article .data_guru td:nth-child(2) {
    text-align: right;
    padding: 12px 0 12px 12px;
}
.table_guru h4 {
    margin: 0;
}

.art_video iframe {
	display: block;
	width: 100%;
	height: 180px;
}

/* paginasi */
.pagination a {
    display: inline-block;
    margin: 0 2px 0 0;
    padding: 0 10px;
    height: 25px;
    line-height: 24px;
    font-size: 12px;
    text-transform: uppercase;
}

/* right side */
.mag_rside {
    width: 33.33%;
    padding: 20px 0;
    float: right;
    position: sticky;
    top: 148px;
}

.mag_rside .widget_block {
    padding: 20px;
    margin: 0 0 15px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
}
.mag_rside .widget_block:last-child {
    margin: 0;
}
.mob_icon {
    position: absolute;
    right: 20px;
    height: 40px;
    line-height: 40px;
    top: calc(50% - 20px);
    display: none;
}
.magsearch {
    float: right;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 40px;
    background: rgba(0, 0, 0, 0.04);
}
.open_menu {
    float: left;
    display: inline-block;
    position: relative;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 40px;
    margin: 0 8px 0 0;
    background: rgba(0, 0, 0, 0.04);
}
.open_menu:before {
    content: "";
    position: absolute;
    transition: all 0.3s ease;
    top: 15px;
    left: 12px;
    right: 12px;
}
.open_menu:after {
    content: "";
    position: absolute;
    transition: all 0.3s ease;
    bottom: 15px;
    left: 12px;
    right: 12px;
}

@media screen and (max-width: 982px) {
    .magazine {
        width: auto;
    }
    .mag_header {
        width: auto;
        left: 0;
        right: 0;
    }
    .bot_right {
        position: fixed;
        top: -40px;
        bottom: -40px;
        right: -300px;
        height: calc(100% - 40px);
        width: 240px;
        margin: 0;
        padding: 60px 30px;
        transition: all 0.4s ease;
        z-index: 2;
    }

    .botclose {
        display: block;
    }
    .opensearch .magazine .bot_right {
        right: 0;
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    }
    .post_search {
        float: none;
        padding: 0;
    }
    .post_search img {
        display: block;
        width: 200px;
        margin: 0 0 30px;
    }
    #searchform {
        display: block;
        margin: 0 0 30px;
    }
    .text_search {
        margin: 0 0 12px;
    }
    .mgz_input input {
        height: 29px;
        line-height: 29px;
        border: 1px solid #ccc;
        width: calc(100% - 22px);
        padding: 0 10px;
        margin: 0 0 8px;
    }
    .mgz_select select {
        height: 29px;
        line-height: 29px;
        border: 1px solid #ccc;
        width: 100%;
        padding: 0 10px;
        margin: 0 0 8px;
    }
    .mag_sosial {
        float: none;
        height: auto;
        display: block;
        text-align: center;
        margin: 0 auto;
    }
    .mob_icon {
        display: block;
    }
    .mag_menu {
        display: block;
        position: fixed;
        top: -40px;
        bottom: -40px;
        right: -300px;
        height: calc(100% - 40px);
        width: 240px;
        margin: 0;
        padding: 60px 30px;
        transition: all 0.4s ease;
        z-index: 2;
    }
    .openmenu .mag_menu {
        right: 0;
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    }

  .newnav.nav-mobile .accordion {
	  height: auto;
  }
.newnav.nav-mobile .accordion li {
        display: block;
		position: relative;
        float: none;
        text-align: left;
		line-height: 1.3;
		padding: 0;
    }
	.newnav.nav-mobile .accordion li a {
		position: relative;
        display: inline-block;
        float: none;
		text-transform: uppercase;
		line-height: 1.3;
		padding: 14px 0;
    }
	.newnav.nav-mobile .accordion li.menu-item-has-children:after {
        content: "";
    position: absolute;
    right: 4px;
    top: 20px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    clear: both;
}
	.newnav.nav-mobile .accordion li > a > span {
  position: absolute;
  top: calc(50% - 26px);
  left: calc( 100% - 10px );
  height: 16px;
  line-height: 16px;
  padding: 0 6px;
  font-size: 10px;
}
    .newnav.nav-mobile .accordion li > .sub-menu {
        padding: 0;
        position: relative;
        width: 100% !important;
		max-height: 0;
  overflow: hidden;
  transition: opacity 0.5s ease, max-height 0.5s ease;
        box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    }
	.newnav.nav-mobile .accordion li.active > .sub-menu {
		max-height: 500px; 
  height: auto;
	}
	
    .newnav.nav-mobile .accordion li > .sub-menu > li {
        width: 100%;
    }
	.newnav.nav-mobile .accordion li > .sub-menu > li > a {
		padding: 14px 20px 14px 15px;
	}
	.newnav.nav-mobile .accordion li > .sub-menu > li > ul > li > a {
		padding: 14px 20px 14px 30px;
	}






    .openmenu #madingslider,
    .openmenu .site_content,
    .openmenu .mad_widget,
    .openmenu .footer,
    .opensearch #madingslider,
    .opensearch .site_content,
    .opensearch .mad_widget,
    .opensearch .footer {
        opacity: 0.1;
    }

    .mas_image {
        height: 180px;
        margin: 0 0 20px;
    }
    .mas_post h3 {
        font-size: 18px;
        padding: 0 20px;
        height: 75px;
        margin: 0 0 20px;
    }
    .news_image {
        height: 180px;
        margin: 0 0 20px;
    }
    .news_post h3 {
        font-size: 18px;
        padding: 0 20px;
        height: 75px;
        margin: 0 0 20px;
    }
    .mgz_guru {
        font-size: 12px;
    }
    .guru_nama {
        font-size: 14px;
    }
    .fas_image h4 {
        padding: 35px 20px 13px;
        font-size: 17px;
    }
	.art_video iframe {
		height: 155px;
	}
	.gtk_list {
  width: 33.33%;
}
.gtks:nth-child(8n) {
	display: none;
}
.gtks:nth-child(6n) {
	display: block;
}
}
@media screen and (max-width: 800px) {
    .mag_left {
        width: calc(100% - 340px);
    }
    .mag_right {
        width: 340px;
    }
    .mas_image {
        height: 250px;
        margin: 0 0 25px;
    }
    .mas_post h3 {
        font-size: 18px;
        padding: 0;
        height: 75px;
        margin: 0;
    }
    .news_image {
        height: 250px;
        margin: 0 0 25px;
    }
    .news_post h3 {
        font-size: 18px;
        padding: 0 25px;
        height: 75px;
        margin: 0 0 25px;
    }
    .first_pres {
        float: none;
        width: calc(100% - 16px);
        margin: 0 8px 20px;
    }
    .other_pres {
        float: none;
        margin: 0 8px;
        width: calc(100% - 16px);
    }
    .other_pres .pres_image {
        width: 120px;
        margin: 0 25px 0 0;
        height: auto;
    }
    .other_pres .pres_image img {
        width: 100%;
    }
    .other_pres h4 {
        font-size: 16px;
    }
    .gal_loop:nth-child(1) {
        width: calc(100% - 4px);
    }
    .gal_loop {
        width: calc(50% - 4px);
    }
	.mag_lside {
		width: calc( 100% - 340px );
	}
	.mag_rside {
		width: 340px;
	}
	.mag_art {
  float: none;
  width: 100%;
}
.art_link a {
  height: 220px;
}
.art_meta {
  padding: 30px 24px;
  font-size: 18px;
}
.art_meta {
  font-size: 18px;
}
	.art_video iframe {
		height: 215px;
	}
		.gtk_list {
  width: 50%;
}

.gtks:nth-child(6n) {
	display: none;
}

.gtks:nth-child(4n) {
	display: block;
}
}
@media screen and (max-width: 768px) {
    .mas_image {
        height: 225px;
        margin: 0 0 22px;
    }
    .mas_post h3 {
        font-size: 16px;
        padding: 0;
        height: 70px;
        margin: 0;
    }
    .news_image {
        height: 225px;
        margin: 0 0 22px;
    }
    .news_post h3 {
        font-size: 16px;
        padding: 0 22px;
        height: 70px;
        margin: 0 0 22px;
    }
    .other_pres .pres_image {
        width: 110px;
        margin: 0 22px 0 0;
        height: auto;
    }
    .other_pres h4 {
        font-size: 15px;
    }
}
@media screen and (max-width: 640px) {
    .magazine {
        overflow: hidden;
    }
    .site_content {
        max-width: 600px;
        margin: 0 auto;
    }
    .mag_master {
        padding: 30px;
    }
    .mas_get {
        margin: 0 0 20px;
        padding: 0 0 15px;
    }
    .get_photos {
        width: 60px;
        height: 60px;
        margin: 0 30px 0 0;
    }
    .mas_jab {
        width: calc(100% - 90px);
        font-size: 18px;
    }
    .mas_jab span {
        display: block;
        padding: 3px 0 3px;
        font-size: 22px;
    }

    .mas_title {
        top: 33px;
        right: 30px;
        height: 45px;
        line-height: 45px;
        padding: 0 22px;
        font-size: 18px;
    }
    .mag_left,
    .mag_right {
        width: 100%;
        float: none;
        padding: 0 0 20px;
    }
    .mag_right .side_in {
        margin: 0 20px;
    }
    .mas_post .news_loop,
    .news_post .news_loop,
    .mag_master .news_loop {
        box-shadow: 0 0 20px transparent;
		margin: 0;
    }
    .mas_image {
        height: 300px;
        margin: 0 0 25px;
    }
    .mas_time {
        font-size: 15px;
        margin: 0 35px 10px;
    }
    .mas_post h3 {
        font-size: 28px;
        padding: 0;
        height: 110px;
        font-weight: bold;
        margin: 0;
    }
    .mag_news {
        padding: 100px 30px 30px;
    }
    .news_title {
        top: 33px;
        left: 30px;
        height: 45px;
        line-height: 45px;
        padding: 0 22px;
        font-size: 18px;
    }
    .news_all {
        top: 33px;
        right: 30px;
        width: 45px;
        height: 45px;
        line-height: 45px;
        font-size: 18px;
    }
    .news_image {
        height: 300px;
        margin: 0 0 35px;
    }
    .news_post h3 {
        font-size: 28px;
        padding: 0 35px;
        height: 110px;
        font-weight: bold;
        margin: 0 0 35px;
    }
    .news_image span {
        top: 245px;
        left: 35px;
        height: 22px;
        line-height: 21px;
        font-size: 12px;
        padding: 0 11px;
    }
    .first_pres {
        float: none;
        width: calc(100% - 16px);
        margin: 0 8px 20px;
    }
    .other_pres {
        float: none;
        margin: 0 8px;
        width: calc(100% - 16px);
    }
    .other_pres .pres_image {
        width: 120px;
        margin: 0 35px 0 0;
        height: auto;
    }

    .other_pres h4 {
        font-size: 22px;
    }
    .mag_event {
        padding: 30px 30px 20px;
    }
    .eve_near h4 {
        margin: 0 0 35px;
        font-size: 28px;
    }
    .eve_near h4 span {
        height: 40px;
        line-height: 40px;
        padding: 0 12px;
        font-size: 18px;
    }
    .eve_near h4 a {
        width: 36px;
        height: 36px;
        line-height: 36px;
        font-size: 18px;
    }
    .table_agenda {
        padding: 22px;
        margin: 0 0 22px;
    }
    .table_agenda .span {
        width: 45px;
        padding: 0 24px 0 0;
        height: 54px;
        float: left;
    }
    .table_agenda span:first-child {
        font-size: 20px;
    }
    .table_agenda span {
        font-size: 16px;
    }
    .table_agenda div.btn {
        height: 54px;
    }
    .table_agenda .btn a {
        width: 45px;
        height: 45px;
        line-height: 45px;
        font-size: 18px;
        margin: 5px 0;
    }
    .mag_umum {
        padding: 30px;
        margin: 0 0 20px;
    }
    .peng_loop h4 {
        margin: 0 0 35px;
        font-size: 28px;
    }
    .peng_time,
    .peng_link {
        height: 45px;
        line-height: 45px;
        padding: 0 18px;
        font-size: 18px;
    }
    .peng_time {
        width: 120px;
    }
    .mag_quotes {
        padding: 30px;
    }
    .mag_quotes i {
        font-size: 55px;
    }
    .quoteslide .splide__slide {
        font-size: 26px;
    }
    .quoteslide .splide__slide span {
        font-size: 18px;
    }
    .mag_guru {
        padding: 30px 40px;
        margin: 0 -20px;
    }
    .mgz_guru {
        padding: 36px 22px 16px;
        font-size: 16px;
    }
    .guru_nama {
        font-size: 19px;
    }
    .mag_fas {
        padding: 30px;
        margin: 0 0 20px;
    }
    .button_tab {
        margin: 0 0 22px;
    }
    .tablinks {
        height: 45px;
        line-height: 45px;
        padding: 0 22px;
        margin: 0 9px 0 0;
        font-size: 18px;
    }
    .first_pres h4 {
        font-size: 24px;
        padding: 54px 30px 30px;
    }
    .first_pres {
        margin: 0 8px 30px;
    }
    .other_loop {
        margin: 0 0 22px;
    }
    .other_pres .pres_image {
        width: 135px;
        height: 100px;
        margin: 0 22px 0 0;
    }
    .other_pres h4 {
        font-size: 19px;
    }
    .gal_loop span {
        height: 45px;
        line-height: 45px;
        padding: 0 22px;
        font-size: 18px;
    }
    .mag_gal {
        padding: 27px;
    }
    .mag_vid {
        padding: 30px;
    }
    .vid_title {
        margin: 0 0 20px;
        padding: 0 0 15px;
    }
    .vid_title span {
        height: 45px;
        line-height: 45px;
        padding: 0 22px;
        font-size: 18px;
    }
    .vid_all {
        width: 45px;
        height: 45px;
        line-height: 45px;
        font-size: 18px;
    }
    .mag_vid iframe {
        height: 280px;
    }
    .mag_alumni {
        padding: 30px;
        margin: 0 0 22px;
        font-size: 18px;
    }
    .alumni_pic {
        width: 120px;
        margin: 0 30px 0 0;
    }
    .alumni_info {
        width: calc(100% - 150px);
    }
    .alumni_pro {
        right: 15px;
        bottom: 15px;
        height: 40px;
        line-height: 40px;
        border-radius: 20px;
        padding: 0 45px 0 22px;
        font-size: 18px;
    }
    .alumni_pro i {
        top: 5px;
        right: 5px;
        font-size: 17px;
        border-radius: 17px;
        width: 30px;
        height: 30px;
        line-height: 30px;
    }
    .alumni_year {
        height: 30px;
        line-height: 30px;
        margin: 0 0 15px;
    }
    .alumni_year span {
        height: 30px;
        line-height: 30px;
        padding: 0 12px;
        font-size: 18px;
    }
    .alumni_loop h5 {
        font-size: 22px;
        margin-bottom: 10px;
    }
    .alumni_class {
        font-size: 18px;
    }
    .widget_area {
        max-width: 600px;
        margin: 0 auto;
    }
    .widget_box {
        width: 100%;
        float: none;
    }
    .widget_box-inner {
        padding: 0 20px;
    }
    .widget_block h2 {
        font-size: 32px;
        margin: 0 0 15px;
        letter-spacing: 0;
    }
    .widget_area .widget_block {
        font-size: 18px;
    }

    .mag_lside,
    .mag_rside {
        float: none;
        top: auto;
        width: auto;
        position: relative;
    }
    .mag_lside {
        padding: 0;
    }
	.post-type-archive-siswa .mag_lside,
.post-type-archive-santri .mag_lside,
.post-type-archive-mahasiswa .mag_lside	{
    margin: 0 0 15px;
  }
    .mag_rside {
        padding: 0;
        margin: 0 0 20px;
    }

    .mag_box {
        padding: 30px;
    }
    .mag_art {
        float: none;
        width: 100%;
    }
    .art_link a {
        height: 290px;
    }
    .art_pub {
        top: 23px;
        left: 28px;
    }
    .art_date {
        height: 46px;
        line-height: 46px;
        margin: 0 10px 0 0;
        font-size: 53px;
    }
    .art_month span {
        font-size: 18px;
        line-height: 22px;
    }
    .art_meta .is_float {
        top: -60px;
        right: 30px;
    }
    .art_meta .is_float li a,
    .art_meta .is_float li .is_event {
        padding: 4px 10px;
        font-size: 17px;
    }
    .art_meta {
        padding: 40px 30px;
        font-size: 22px;
    }
    .art_meta:before {
        right: -55px;
        bottom: -55px;
        width: 110px;
        height: 110px;
        border-radius: 110px;
    }

    .mag_rside .widget_block {
        padding: 30px;
    }
    .widget_block {
        font-size: 16px;
    }
	.art_video iframe {
    height: 280px;
  }
  .search_something {
	  padding: 30px;
  }
  
    .sekolah_sosial a,
    .sekolah_sosial i {
        width: 46px;
        height: 46px;
        line-height: 46px;
        font-size: 20px;
    }
	.mag_feat {
  margin: -30px -30px 20px;
}
.single .breadcrumbs {
	font-size: 14px;
}
.pic_guru {
	float: none;
	margin: 0 auto 30px;
}
.data_guru {
	float: none;
	width: 100%;
}
.mag_loc {
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
}
}

@media screen and (max-width: 533px) {
	.mag_content {
		padding: 30px 20px 0;
	}
    .mas_get {
        margin: 0 0 17px;
        padding: 0 0 13px;
    }
    .get_photos {
        width: 52px;
        height: 52px;
        margin: 0 15px 0 0;
    }
    .mas_jab {
        width: calc(100% - 67px);
        font-size: 16px;
    }
    .mas_jab span {
        padding: 3px 0 3px;
        font-size: 18px;
    }

    .mas_title {
        top: 29px;
        right: 26px;
        height: 40px;
        line-height: 40px;
        padding: 0 18px;
        font-size: 16px;
    }
    .mas_image {
        height: 265px;
        margin: 0 0 22px;
    }
    .mas_time {
        font-size: 13px;
        margin: 0 31px 9px;
    }
    .mas_post h3 {
        font-size: 25px;
        padding: 0 31px;
        height: 98px;
        margin: 0 0 31px;
    }
    .mag_news {
        padding: 88px 30px 30px;
    }
    .news_title {
        top: 29px;
        left: 26px;
        height: 40px;
        line-height: 40px;
        padding: 0 18px;
        font-size: 16px;
    }
    .news_all {
        top: 29px;
        right: 26px;
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 16px;
    }
    .news_image {
        height: 265px;
        margin: 0 0 31px;
    }
    .news_post h3 {
        font-size: 25px;
        padding: 0;
        height: 98px;
        margin: 0;
    }
    .news_image span {
        top: 218px;
        left: 31px;
        height: 18px;
        line-height: 17px;
        font-size: 10px;
        padding: 0 9px;
    }
    .other_pres .pres_image {
        width: 106px;
        margin: 0 31px 0 0;
    }

    .other_pres h4 {
        font-size: 18px;
    }
    .mag_event {
        padding: 30px 30px 20px;
    }
    .eve_near h4 {
        margin: 0 0 31px;
        font-size: 25px;
    }
    .eve_near h4 span {
        height: 35px;
        line-height: 35px;
        padding: 0 10px;
        font-size: 16px;
    }
    .eve_near h4 a {
        width: 32px;
        height: 32px;
        line-height: 32px;
        font-size: 16px;
    }
    .table_agenda {
        padding: 19px;
        margin: 0 0 19px;
    }
    .table_agenda .span {
        width: 39px;
        padding: 0 21px 0 0;
        height: 48px;
    }
    .table_agenda span:first-child {
        font-size: 18px;
    }
    .table_agenda span {
        font-size: 14px;
    }
    .table_agenda div.btn {
        height: 48px;
    }
    .table_agenda .btn a {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 16px;
        margin: 4px 0;
    }
    .mag_umum {
        padding: 30px;
        margin: 0 0 18px;
    }
    .peng_loop h4 {
        margin: 0 0 31px;
        font-size: 25px;
    }
    .peng_time,
    .peng_link {
        height: 40px;
        line-height: 40px;
        padding: 0 16px;
        font-size: 16px;
    }
    .peng_time {
        width: 106px;
    }
    .mag_quotes {
        padding: 30px;
    }
    .mag_quotes i {
        font-size: 55px;
    }
    .quoteslide .splide__slide {
        font-size: 23px;
    }
    .quoteslide .splide__slide span {
        font-size: 15px;
    }
    .mag_guru {
        padding: 30px 20px;
        margin: 0;
    }
    .mgz_guru {
        padding: 32px 19px 14px;
        font-size: 14px;
    }
    .guru_nama {
        font-size: 17px;
    }
    .mag_fas {
        padding: 30px;
        margin: 0 0 18px;
    }
    .button_tab {
        margin: 0 0 19px;
    }
    .tablinks {
        height: 40px;
        line-height: 40px;
        padding: 0 19px;
        margin: 0 8px 0 0;
        font-size: 16px;
    }
    .first_pres h4 {
        font-size: 21px;
        padding: 48px 26px 26px;
    }
    .first_pres {
        margin: 0 7px 26px;
    }
    .other_loop {
        margin: 0 0 19px;
    }

    .other_pres .pres_image {
        width: 120px;
        height: 88px;
        margin: 0 19px 0 0;
    }
    .other_pres h4 {
        font-size: 17px;
    }
    .gal_loop span {
        height: 40px;
        line-height: 40px;
        padding: 0 19px;
        font-size: 16px;
    }
    .mag_gal {
        padding: 30px;
    }
    .mag_vid {
        padding: 30px;
    }
    .vid_title {
        margin: 0 0 18px;
        padding: 0 0 13px;
    }
    .vid_title span {
        height: 40px;
        line-height: 40px;
        padding: 0 19px;
        font-size: 16px;
    }
    .vid_all {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 16px;
    }
    .mag_vid iframe {
        height: 248px;
    }
    .mag_alumni {
        padding: 30px;
        margin: 0 0 19px;
        font-size: 16px;
    }
    .alumni_pic {
        width: 106px;
        margin: 0 26px 0 0;
    }
    .alumni_info {
        width: calc(100% - 132px);
    }
    .alumni_pro {
        right: 15px;
        bottom: 15px;
        height: 36px;
        line-height: 36px;
        padding: 0 40px 0 19px;
        font-size: 16px;
    }
    .alumni_pro i {
        font-size: 15px;
        border-radius: 15px;
        width: 27px;
        height: 27px;
        line-height: 27px;
        margin-left: 7px;
    }
    .alumni_year {
        height: 26px;
        line-height: 26px;
        margin: 0 0 13px;
    }
    .alumni_year span {
        height: 26px;
        line-height: 26px;
        padding: 0 10px;
        font-size: 16px;
    }
    .alumni_loop h5 {
        font-size: 19px;
        margin-bottom: 8px;
    }
    .alumni_class {
        font-size: 16px;
    }

    .widget_box-inner {
        padding: 0 20px;
    }
    .widget_block h2 {
        font-size: 28px;
        margin: 0 0 13px;
        letter-spacing: 0;
    }
    .widget_area .widget_block {
        font-size: 16px;
    }
	.mag_head {
  font-size: 22px;
}
.art_link a {
    height: 250px;
  }
   .art_pub {
    top: 20px;
    left: 24px;
  }
  .art_date {
    height: 40px;
    line-height: 40px;
    margin: 0 8px 0 0;
    font-size: 46px;
  }
  .art_month span {
    font-size: 16px;
    line-height: 20px;
  }
  .art_meta {
    padding: 30px 26px;
    font-size: 19px;
  }
  .art_meta .is_float li a, .art_meta .is_float li .is_event {
    padding: 3px 9px;
    font-size: 15px;
  }
	.art_video iframe {
    height: 242px;
  }
}
@media screen and (max-width: 480px) {
    .magazine {
        padding: 104px 0 0;
    }
    .mag_header {
        height: 104px;
    }
    .mag_bot {
        height: 74px;
        padding: 0 20px;
    }
    .logo_sekolah {
        padding: 17px 0;
        height: 40px;
    }
    .logo_sekolah img {
        height: 40px;
    }
    .mag_top,
    .mag_call {
        height: 30px;
        line-height: 30px;
    }
    .mag_run {
        margin: 0;
    }

    .bot_right,
    .text_search {
        font-size: 15px;
    }

    .mgz_input input {
        height: 36px;
        line-height: 36px;
        width: calc(100% - 30px);
        padding: 0 14px;
        margin: 0 0 12px;
        font-size: 15px;
    }
    .mgz_select select {
        height: 36px;
        line-height: 36px;
        width: 100%;
        padding: 0 14px;
        margin: 0 0 12px;
        font-size: 15px;
    }
    .mgz_button button {
        width: 40px;
        height: 36px;
        line-height: 36px;

        font-size: 15px;
    }
    #madingslider {
        min-height: 100px;
    }
    .mag_lside {
        width: auto;
        float: none;
    }

    .mag_left,
    .mag_right {
        width: auto;
        float: none;
        position: relative;
        top: auto;
    }

    .mag_master {
        padding: 25px;
    }
    .mas_get {
        margin: 0 0 15px;
        padding: 0 0 12px;
    }
    .get_photos {
        width: 46px;
        height: 46px;
        margin: 0 13px 0 0;
    }
    .mas_jab {
        width: calc(100% - 60px);
        font-size: 14px;
    }
    .mas_jab span {
        padding: 3px 0 3px;
        font-size: 16px;
    }

    .mas_title {
        top: 30px;
        right: 23px;
        height: 36px;
        line-height: 36px;
        padding: 0 16px;
        font-size: 14px;
    }
    .mas_image {
        height: 238px;
        margin: 0 0 19px;
    }
    .mas_time {
        font-size: 12px;
        margin: 0 28px 8px;
    }
    .mas_post h3 {
        font-size: 22px;
        padding: 0 28px;
        height: 88px;
        margin: 0 0 28px;
    }
    .mag_news {
        padding: 70px 25px 25px;
    }
    .news_title {
        top: 20px;
        left: 23px;
        height: 36px;
        line-height: 36px;
        padding: 0 16px;
        font-size: 14px;
    }
    .news_all {
        top: 23px;
        right: 23px;
        width: 36px;
        height: 36px;
        line-height: 36px;
        font-size: 14px;
    }
    .news_image {
        height: 238px;
        margin: 0 0 19px;
    }
    .news_post h3 {
        font-size: 22px;
        padding: 0;
        height: 88px;
        margin: 0 0 28px;
    }
    .news_image span {
        top: 196px;
        left: 28px;
        height: 16px;
        line-height: 15px;
        font-size: 9px;
        padding: 0 8px;
    }
    .other_pres .pres_image {
        width: 95px;
        margin: 0 28px 0 0;
    }

    .other_pres h4 {
        font-size: 16px;
    }
    .mag_event {
        padding: 25px 25px 20px;
    }
    .eve_near h4 {
        margin: 0 0 28px;
        font-size: 22px;
    }
    .eve_near h4 span {
        height: 32px;
        line-height: 32px;
        padding: 0 9px;
        font-size: 14px;
    }
    .eve_near h4 a {
        width: 28px;
        height: 28px;
        line-height: 28px;
        font-size: 14px;
    }
    .table_agenda {
        padding: 17px;
        margin: 0 0 17px;
    }
    .table_agenda .span {
        width: 35px;
        padding: 0 18px 0 0;
        height: 43px;
    }
    .table_agenda span:first-child {
        font-size: 16px;
    }
    .table_agenda span {
        font-size: 12px;
    }
    .table_agenda div.btn {
        height: 43px;
    }
    .table_agenda .btn a {
        width: 36px;
        height: 36px;
        line-height: 36px;
        font-size: 14px;
        margin: 3px 0;
    }
    .mag_umum {
        padding: 25px;
        margin: 0 0 16px;
    }
    .peng_loop h4 {
        margin: 0 0 28px;
        font-size: 22px;
    }
    .peng_time,
    .peng_link {
        height: 36px;
        line-height: 36px;
        padding: 0 14px;
        font-size: 14px;
    }
    .peng_time {
        width: 95px;
    }
    .mag_quotes {
        padding: 25px;
    }
    .mag_quotes i {
        font-size: 50px;
    }
    .quoteslide .splide__slide {
        font-size: 20px;
    }
    .quoteslide .splide__slide span {
        font-size: 13px;
    }
    .mag_guru {
        padding: 22px 18px;
        margin: 0;
    }
    .mgz_guru {
        padding: 28px 17px 13px;
        font-size: 13px;
    }
    .guru_nama {
        font-size: 13px;
    }
    .mag_fas {
        padding: 25px;
        margin: 0 0 16px;
    }
    .button_tab {
        margin: 0 0 17px;
    }
    .tablinks {
        height: 36px;
        line-height: 36px;
        padding: 0 17px;
        margin: 0 7px 0 0;
        font-size: 14px;
    }
    .first_pres h4 {
        font-size: 19px;
        padding: 43px 23px 23px;
    }
    .first_pres {
        margin: 0 6px 23px;
    }
    .other_loop {
        margin: 0 0 17px;
    }

    .other_pres .pres_image {
        width: 108px;
        height: 80px;
        margin: 0 17px 0 0;
    }
    .other_pres h4 {
        font-size: 15px;
    }
    .gal_loop span {
        height: 36px;
        line-height: 36px;
        padding: 0 17px;
        font-size: 14px;
    }
    .mag_gal {
        padding: 25px;
    }
    .mag_vid {
        padding: 25px;
    }
    .vid_title {
        margin: 0 0 16px;
        padding: 0 0 12px;
    }
    .vid_title span {
        height: 36px;
        line-height: 36px;
        padding: 0 17px;
        font-size: 14px;
    }
    .vid_all {
        width: 36px;
        height: 36px;
        line-height: 36px;
        font-size: 14px;
    }
    .mag_vid iframe {
        height: 222px;
    }
    .mag_alumni {
        padding: 25px;
        margin: 0 0 17px;
        font-size: 14px;
    }
    .alumni_pic {
        width: 95px;
        margin: 0 23px 0 0;
    }
    .alumni_info {
        width: calc(100% - 118px);
    }
    .alumni_pro {
        right: 15px;
        bottom: 15px;
        height: 32px;
        line-height: 32px;
        padding: 0 36px 0 17px;
        font-size: 14px;
    }
    .alumni_pro i {
        top: 4px;
        right: 4px;
        font-size: 13px;
        border-radius: 13px;
        width: 24px;
        height: 24px;
        line-height: 24px;
    }
    .alumni_year {
        height: 23px;
        line-height: 23px;
        margin: 0 0 12px;
    }
    .alumni_year span {
        height: 23px;
        line-height: 23px;
        padding: 0 9px;
        font-size: 14px;
    }
    .alumni_loop h5 {
        font-size: 17px;
        margin-bottom: 7px;
    }
    .alumni_class {
        font-size: 14px;
    }

    .widget_box-inner {
        padding: 0 18px;
    }
    .widget_block h2 {
        font-size: 25px;
        margin: 0 0 12px;
        letter-spacing: 0;
    }
    .widget_area .widget_block {
        font-size: 14px;
    }

    .foto_alumni {
        width: 80px;
    }
    .data_alumni {
        width: calc(100% - 100px);
    }


 .mag_box {
    padding: 25px;
  }
.mag_head {
  font-size: 20px;
}
.art_link a {
    height: 225px;
  }
   .art_pub {
    top: 18px;
    left: 22px;
  }
  .art_date {
    height: 46px;
    line-height: 36px;
    margin: 0 7px 0 0;
    font-size: 42px;
  }
  .art_month span {
    font-size: 14px;
    line-height: 18px;
  }
  .art_meta {
    padding: 26px 22px;
    font-size: 17px;
  }
	.art_video iframe {
    height: 218px;
  }
  .search_something {
	  padding: 25px;
  }
  .art_meta .is_float li a, .art_meta .is_float li .is_event {
    padding: 3px 8px;
    font-size: 14px;
  }
  .art_meta .is_float {
    top: -50px;
    right: 25px;
  }
  .mag_feat {
  margin: -25px -25px 20px;
}
.mag_rside .widget_block {
    padding: 25px;
  }
    .widget_block {
    font-size: 15px;
  }
}

@media screen and (max-width: 420px) {
    .mag_header {
        font-size: 13px;
    }

    .runscroll {
        height: 25px;
        line-height: 24px;
        font-size: 12px;
    }
    .mag_run:before {
        height: 25px;
    }

    .sch_infosekolah {
        padding: 35px 25px 25px;
		margin: -35px 0 15px;
    }
    .nama_sekolah {
        font-size: 22px;
    }
    .sch_info {
        top: -13px;
        left: 25px;
        height: 26px;
        line-height: 26px;
        padding: 0 12px;
        font-size: 10px;
    }

    .mag_master {
        padding: 20px;
    }
    .mas_get {
        margin: 0 0 15px;
        padding: 0 0 10px;
    }
    .get_photos {
        width: 40px;
        height: 40px;
        margin: 0 10px 0 0;
    }
    .mas_jab {
        width: calc(100% - 50px);
        font-size: 12px;
    }
    .mas_jab span {
        display: block;
        padding: 2px 0 2px;
        font-size: 15px;
    }

    .mas_title {
        top: 25px;
        right: 20px;
        width: 30px;
        height: 30px;
        line-height: 30px;
        padding: 0;
        text-align: center;
        font-size: 13px;
    }
    .mas_title span {
        display: none;
    }
    .mas_title i {
        display: block;
    }

    .mas_image {
        height: 200px;
        margin: 0 0 20px;
    }
    .mas_time {
        font-size: 13px;
        margin: 0 20px 6px;
    }
    .mas_post h3 {
        font-size: 16px;
        padding: 0 20px;
        height: 64px;
        font-weight: bold;
        margin: 0 0 15px;
    }
    .mag_news {
        padding: 70px 20px 20px;
    }
    .news_title {
        top: 22px;
        left: 20px;
        height: 30px;
        line-height: 30px;
        padding: 0 15px;
        font-size: 13px;
    }
    .news_all {
        top: 22px;
        right: 20px;
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 13px;
    }
    .news_image {
        height: 200px;
        margin: 0 0 20px;
    }

    .news_post h3 {
        font-size: 16px;
        padding: 0;
        height: 64px;
        font-weight: bold;
        margin: 0;
    }
    .news_image span {
        top: 160px;
        left: 24px;
        height: 20px;
        line-height: 19px;
        font-size: 10px;
        padding: 0 8px;
    }
    .other_pres .pres_image {
        width: 80px;
        margin: 0 25px 0 0;
        height: auto;
    }

    .other_pres h4 {
        font-size: 12px;
    }
    .mag_event {
        padding: 20px 20px 8px;
    }
    .eve_near h4 {
        margin: 0 0 18px;
        font-size: 20px;
    }
    .eve_near h4 span {
        height: 28px;
        line-height: 27px;
        padding: 0 10px;
        font-size: 13px;
    }
    .eve_near h4 a {
        width: 28px;
        height: 28px;
        line-height: 27px;
        font-size: 13px;
    }
    .table_agenda {
        padding: 15px;
        margin: 0 0 15px;
    }
    .table_agenda .span {
        width: 30px;
        padding: 0 30px 0 0;
        height: 36px;
        float: left;
    }
    .table_agenda span:first-child {
        font-size: 16px;
    }
    .table_agenda span {
        font-size: 13px;
    }
    .table_agenda div.btn {
        height: 36px;
    }
    .table_agenda .btn a {
        width: 36px;
        height: 36px;
        line-height: 36px;
        font-size: 13px;
    }
    .mag_umum {
        padding: 20px;
        margin: 0 0 15px;
    }
    .peng_loop h4 {
        margin: 0 0 18px;
        font-size: 20px;
    }
    .peng_time,
    .peng_link {
        height: 36px;
        line-height: 36px;
        padding: 0 12px;
        font-size: 14px;
    }
    .peng_time {
        width: 80px;
    }
    .mag_quotes {
        padding: 20px;
    }
    .mag_quotes i {
        font-size: 40px;
    }
    .quoteslide .splide__slide {
        font-size: 20px;
    }
    .quoteslide .splide__slide span {
        font-size: 14px;
    }
    .mag_guru {
        padding: 20px 20px;
        margin: 0;
    }
    .mgz_guru {
        padding: 24px 15px 10px;
        font-size: 12px;
    }
    .guru_nama {
        font-size: 15px;
    }
    .mag_fas {
        padding: 20px;
        margin: 0 0 14px;
    }
    .button_tab {
        margin: 0 0 15px;
    }
    .tablinks {
        height: 36px;
        line-height: 36px;
        padding: 0 15px;
        margin: 0 6px 0 0;
        font-size: 14px;
    }
    .first_pres h4 {
        font-size: 18px;
        padding: 36px 20px 20px;
    }
    .first_pres {
        margin: 0 6px 20px;
    }
    .other_loop {
        margin: 0 0 15px;
    }
    .other_pres .pres_image {
        width: 90px;
        height: 67px;
        margin: 0 15px 0 0;
    }
    .other_pres h4 {
        font-size: 15px;
    }
    .gal_loop span {
        height: 36px;
        line-height: 36px;
        padding: 0 15px;
        font-size: 13px;
    }
    .mag_gal {
        padding: 18px;
    }
    .mag_vid {
        padding: 20px;
    }
    .vid_title {
        margin: 0 0 14px;
        padding: 0 0 10px;
    }
    .vid_title span {
        height: 30px;
        line-height: 30px;
        padding: 0 15px;
        font-size: 13px;
    }
    .vid_all {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 13px;
    }
    .mag_vid iframe {
        height: 180px;
    }
    .mag_alumni {
        padding: 20px;
        margin: 0 0 15px;
        font-size: 13px;
    }
    .alumni_pic {
        width: 80px;
        margin: 0 20px 0 0;
    }
    .alumni_info {
        width: calc(100% - 100px);
    }
    .alumni_pro {
        right: 10px;
        bottom: 10px;
        height: 26px;
        line-height: 26px;
        border-radius: 14px;
        padding: 0 30px 0 15px;
        font-size: 13px;
    }
    .alumni_pro i {
        top: 4px;
        right: 4px;
        font-size: 10px;
        border-radius: 15px;
        width: 18px;
        height: 18px;
        line-height: 18px;
        margin-left: 5px;
    }
    .alumni_year {
        height: 20px;
        line-height: 20px;
        margin: 0 0 10px;
    }
    .alumni_year span {
        height: 20px;
        line-height: 20px;
        padding: 0 8px;
        font-size: 12px;
    }
    .alumni_loop h5 {
        font-size: 15px;
        margin-bottom: 6px;
    }
    .alumni_class {
        font-size: 12px;
    }
    .widget_area {
        max-width: 600px;
        margin: 0 auto;
    }
    .widget_box {
        width: 100%;
        float: none;
    }
    .widget_box-inner {
        padding: 0 14px;
    }
    .widget_block h2 {
        font-size: 22px;
        margin: 0 0 10px;
        letter-spacing: 0;
    }
    .widget_area .widget_block {
        font-size: 14px;
    }

    .mag_content {
        padding: 20px 20px 0;
		font-size: 14px;
    }
    .foto_alumni {
        width: 150px;
		float: none;
		margin: 0 auto 20px;
    }
    .data_alumni {
		float: none;
        width: 100%;
        font-size: 14px;
    }
    .right__thecontent {
        font-size: 14px;
    }
	
	 .mag_box {
    padding: 20px;
	font-size: 14px;
  }
.mag_head {
  font-size: 18px;
}
.art_link a {
    height: 190px;
  }
   .art_pub {
    top: 15px;
    left: 18px;
  }
  .art_date {
    height: 38px;
    line-height: 30px;
    margin: 0 6px 0 0;
    font-size: 35px;
  }
  .art_month span {
    font-size: 12px;
    line-height: 15px;
  }
  .art_meta {
    padding: 22px 18px;
    font-size: 14px;
  }
	.art_video iframe {
    height: 184px;
  }
  .search_something {
	  padding: 20px;
  }
  .mag_siswa td {
	  padding: 10px 10px 10px 0;
  }
  .art_meta .is_float li a, .art_meta .is_float li .is_event {
    padding: 2px 7px;
    font-size: 11px;
  }
  .art_meta .is_float {
    top: -40px;
    right: 20px;
  }
  .mag_feat {
  margin: -20px -20px 20px;
}
.single_over h1 {
  margin: 0 60px 10px 30px;
}
.sing_date {
  margin: 0 30px 15px;
}
.mag_rside .widget_block {
    padding: 20px;
  }
    .widget_block {
    font-size: 14px;
  }
}
