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

body {
	color: #343434;
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
}
.wow {
   visibility: hidden;
}
.overflowHidden {
    overflow: hidden;
}
.animated {
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: ease;
    -moz-animation-timing-function: ease;
    animation-timing-function: ease;
}
img {
	border: 0;
	max-width: 100%;
	height: auto;
}
.italic {
	font-style: italic;
}
.bold {
	font-weight: bold;
}
.regular {
	font-weight: lighter;
}
.left {
	float: left;
	display:inline;
}
.right {
	float: right;
	display:inline;
}
.relative{
	position:relative;
}
.clear {
	clear: both;
}
a {
	text-decoration: none;
	color: #000;
    transition: all 0.3s ease-in-out 0s;
}
a:focus{
	outline: 0;
}
strong {
	font-weight: 700;
}
p {
	margin: 1px 0 15px;
	line-height: 25px;
}
input, textarea, select {
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
	border: none;
	border: 1px solid #c9c9c9;
	padding: 5px;
	margin: 0;
	color: #666;
}
img {
	margin-bottom: -3px;
}
input[type=checkbox], input[type=radio] {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	outline: none;
}
h1 {
	font-size: 32px;
}
h2 {
	font-size: 28px;
}
h3 {
	font-size: 24px;
}
h4 {
	font-size: 20px;
}
h5 {
	font-size: 16px;
}
h6 {
	font-size: 14px;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 600;
	font-family: 'Roboto', sans-serif;
}
section {
    position: relative;
}
.text-center {
	text-align: center;
}

.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}
.rows{
	padding: 20px 0;
}
.overflowhidden{
	overflow: hidden;
}
.with_pad{
	padding: 60px 0;
}
/* structure
----------------------------------------------------------------------------------------------*/
.wrapper {
	max-width: 1150px;
	margin: 0 auto;
	padding: 0px 20px;
}
.mid-wrapper{
	width: 960px;
	margin: 0 auto;
}
.inner_wrap{ width:800px; margin: 0 auto; }
.afterclear:after {
	clear: both;
	content: '';
	display: block;
}
/* style button
----------------------------------------------------------------------------------------------*/
.white_bt{
	display: inline-block;
	font-size: 14px;
	background: #fff;
	color: #5093a5;
	border-radius: 5px;
	text-align: center;
	padding: 15px 20px;
}
.white_bt:hover,.blue_green_bt:hover{
	opacity: 0.8;
}
.blue_green_bt{
	display: inline-block;
	font-size: 14px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#5190a3+0,d93466+100 */
	background: #5190a3; /* Old browsers */
	background: -moz-linear-gradient(left, #5190a3 0%, #d93466 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #5190a3 0%,#d93466 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #5190a3 0%,#d93466 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5190a3', endColorstr='#d93466',GradientType=1 ); /* IE6-9 */
	border-radius: 5px;
	text-align: center;
	padding: 15px 20px;
	color: #fff;
}
.box_button{
	text-align: right;
}
.box_button .blue_green_bt{
	padding: 10px 20px;
	font-weight: 600;
}
.box_button .white_bt{
	border:1px solid #5093a5;
	padding: 8px 18px;
	font-weight: 600;
	margin-right: 10px;
}
.black_bt{
	display: inline-block;
    font-size: 17px;
    font-weight: 600;
	background: #343434;
	padding: 7px 15px;
	border-radius: 15px;
	color: #fff;
	-webkit-box-shadow: -2px 12px 10px -5px rgba(52,52,52,0.34);
	-moz-box-shadow: -2px 12px 10px -5px rgba(52,52,52,0.34);
	box-shadow: -2px 12px 10px -5px rgba(52,52,52,0.34);
}
.black_bt:hover,.coklat_bt:hover{
	opacity: 0.8;
}
.coklat_bt{
	display: inline-block;
    font-size: 17px;
    font-weight: 600;
	background: #dea825;
	padding: 7px 15px;
	border-radius: 5px;
	color: #fff;
	border:none;
}
.hide{
	display: none;
}
/* style header
----------------------------------------------------------------------------------------------*/
.logo{
	font-size: 30px;
	font-weight: 900;
	color: #343434;
	position: absolute;
	left: 0;
	top: 3px;
	transition: all 0.3s ease-in-out 0s;
}
#mainheader{
	display: block;
	position: fixed;
	width: 100%;
	padding: 20px 0;
	top: 0;
	left: 0;
	z-index: 99;
	transition: all 0.3s ease-in-out 0s;
	background: rgba(255,255,255,0);
}
.top_header{
	display: block;
	width: 100%;
	overflow: hidden;
	margin-bottom: 5px;
	transition: all 0.3s ease-in-out 0s;
}
#mainheader.fixNav{
	background: rgba(255,255,255,1);
	padding: 0;
	box-shadow: 0 1px 6px 0 rgba(32,33,36,0.28);
}
#mainheader.fixNav .logo{
	font-size: 22px;
	top: 10px;
}
#mainheader.fixNav .top_header{
	margin-top: -25px;
}
.lang_c{
	text-align: right;
	display: block;
}
.lang_c a{
	display: inline-block;
	font-size: 16px;
	color: #343434;
	font-weight: 700;
	margin-left: 15px;

}
.lang_c a:hover,.lang_c a.actived{
	color: #dea825
}
.bottom_header{
	text-align: right;
	display: block;
	width: 100%;
}
#mainheader .cols2{
	margin-bottom: 0;
}
.main_menu{
	display: block;
	width: 105%; /* 30 jun 25 */
}
.main_menu ul{
	padding: 0;
	margin: 0;
	text-align: right;
}
.main_menu ul li{
	display: inline-block;
	margin-left: 5px;
}
#mainheader.fixNav .main_menu{
	padding-top: 10px;
	padding-bottom: 10px;
}
#mainheader.fixNav .main_menu ul li a{
	font-size: 13px;
}
.main_menu ul li a{
	display: block;
	font-size: 15px;
	text-transform: uppercase;
	color: #dea825;
	font-weight: 600;
	padding: 7px 7px;
}
.main_menu ul li a:hover,.main_menu ul li a.active{
	background: #343434;
	padding: 7px 7px;
	border-radius: 15px;
	color: #fff;
	-webkit-box-shadow: -2px 12px 10px -5px rgba(52,52,52,0.34);
	-moz-box-shadow: -2px 12px 10px -5px rgba(52,52,52,0.34);
	box-shadow: -2px 12px 10px -5px rgba(52,52,52,0.34);
}
#mobile_menu {
    position: fixed;
    top: 0;
    left: -100%;
    width: 300px;
    height: 100%;
    background: #dea825;
    text-align: left;
    padding: 10px 20px;
    transition: all 0.3s ease-in-out 0s;
    z-index: 999;
}
#mobile_menu.expand {
    left: 0;
}
.close_menu {
    display: inline-block;
    padding-top: 10px;
}
.main_mobile_menu {
    display: block;
    margin-top: 15px;
}
.main_mobile_menu ul {
    padding: 0;
    margin: 0;
}
.main_mobile_menu ul li {
    display: block;
    text-align: right;
    padding: 10px 10px;
}
.main_mobile_menu ul li a, #mainheader.fixNav .main_mobile_menu ul li a {
    display: block;
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
    text-transform: uppercase;
}
#desktop_menu,.logo{
	display: block;
}
#mobile_menu,.mobile_trigger{
    display: none;
}
/* style kontent
----------------------------------------------------------------------------------------------*/
#banner-home{
	display: block;
	width: 100%;
}
.main_banner{
	display: block;
}
.main_banner img{
	width: 100%;
}
.row-list{
	margin-right: -15px;
	margin-left: -15px;
}
.row-list:after,.row-list:before{
	content: '';
	display: table;
}
.row-list:after{
	content: '';
	clear: both;
}
.cols2{
	position: relative;
	width: 50%;
	float: left;
	padding-right: 15px;
	padding-left: 15px;
	margin-bottom: 30px;
	min-height: 1px;
}

.cols3{
	position: relative;
	width: 30%;
	float: left;
	padding-right: 15px;
	padding-left: 15px;
	margin-bottom: 30px;
	min-height: 1px;
}
.cols4{
	position: relative;
	width: 25%;
	float: left;
	padding-right: 15px;
	padding-left: 15px;
	margin-bottom: 30px;
	min-height: 1px;
}
.caption_home_banner{
	display: block;
	margin-top: 15%;
	padding-right: 20px;
}
.caption_home_banner h3{
	font-size: 38px;
	color: #343434;
	margin: 0 0 10px 0;
}
.caption_home_banner p{
	font-size: 24px;
	color: #343434;
	position: relative;
	line-height: 32px;
}
.caption_home_banner p:before{
	content: none;
	background: url(../images/material/arrow_caption.png);
	width: 18px;
	height: 20px;
	position: absolute;
	left: -25px;
	top: 8px;
}
.banner_home_slider{
	position: relative;
}
.banner_home_slider .cols2{
	margin-bottom: 0;
}

.banner_home_slider .cols2 .img_slider{
	height: 700px;
}
.banner_home_slider .cols2 .img_slider img{
	width: 100%;
	object-fit: cover;
	height: 100%;
}
.banner_home_slider .owl-nav{
	display: none;
}
.banner_home_slider .owl-dots{
	position: absolute;
	width: 50%;
	bottom: 25px;
	text-align: center;
}
.banner_home_slider .owl-dots .owl-dot{
	display: inline-block;
	zoom:1;
	margin: 0 5px;
}
.banner_home_slider .owl-dots .owl-dot span{
	width: 40px;
	height: 5px;
	border-radius: 10px;
	display: block;
	background: #fff;
	cursor: pointer;
}
.banner_home_slider .owl-dots .owl-dot.active span{
	background: #dea825;
}
.banner_jadwal{
	display: block;
	text-align: right;
	width: 100%;
	padding-left: 180px;
	position: absolute;
	bottom: 50px;
	z-index: 10;
}
.half_inline{
	width: 50%;
	display: inline-block;
}
.box_coklat{
	display: block;
	width: 100%;
	max-width: 830px;
	padding: 5px 10px;
	background: #dea825;
	border-radius: 5px;
	-webkit-box-shadow: -2px 3px 40px -8px rgba(189,146,88,1);
	-moz-box-shadow: -2px 3px 40px -8px rgba(189,146,88,1);
	box-shadow: -2px 3px 40px -8px rgba(189,146,88,1);
	margin-left: -100px;
	text-align: left;
}
.left_box_coklat{
	width: 25%;
	display: inline-block;
	text-align: center;
	padding-top: 10px;
	vertical-align: middle;
	padding-bottom: 10px;
}
.right_box_coklat{
	width: 70%;
	display: inline-block;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
	vertical-align: middle;
	padding-left: 10px;
	border-left: 1px solid #916120;
}
.caption_jadwal p{
	font-size: 14px;
	color: #fff;
	margin: 0;
}
.hari_jadwal span{
	color: #fff;
	font-size: 14px;
	font-weight: 300;
}
.hari_jadwal h3{
	font-size: 24px;
	color: #fff;
	margin: 0;
	text-transform: uppercase;
}
.carousel_jadwal .owl-nav{
	display: none;
}
.carousel_jadwal .owl-dots{
	display: block;
	width: 100%;
	position:absolute;
	bottom: 0;
	left: 0;
	text-align: right;
}
.carousel_jadwal .owl-dots .owl-dot{
	display: inline-block;
	zoom:1;
}
.carousel_jadwal .owl-dots .owl-dot span{
	width: 10px;
	height: 10px;
	border-radius: 50%;
	border:1px solid #fff;
	display: block;
	margin: 0 3px;
	background: transparent;
}
.carousel_jadwal .owl-dots .owl-dot.active span{
	background: #fff;

}
#about_home{
	display: block;
	padding-top: 40px;
	border-top: 3px solid #dea825;
	background: #343434;
}
.title_text{
	display: block;
	margin-bottom: 15px;
}
.title_text h3{
	font-size: 32px;
	color: #8d8d8d;
	font-weight: 300;
	margin: 0;
}
.title_text h2{
	font-size: 38px;
	color: #fff;
	margin: 0;
}
.isi_about{
	text-align: left;
	font-size: 15px;
	color: #fff;
}
.img_about{
}
.socmed_head{
	display: block;
	text-align: left;
}
.socmed_head p{
	color: #fff;
}
.socmed_head a {
    display: inline-block;
    margin-left: 5px;
    width: 25px;
    height: 25px;
    font-size: 14px;
    background: #fff;
    border-radius: 50%;
    color: #343434;
    text-align: center;
    line-height: 25px;
}
.socmed_head a:hover{
	background: #dea825;
}
#service_home{
	border-top: 3px solid #dea825;
	background: #fff;
	padding: 40px 0;
}
.title_section{
	text-align: center;
	display: block;
	margin-bottom: 40px;
}
.title_section h3{
	font-size: 44px;
	color: #343434;
	font-weight: 400;
	margin: 0;
	position: relative;
	display: inline-block;
}
.title_section h3:after{
	content: '';
	width: 15px;
	height: 15px;
	background: #dea825;
	border-radius: 50%;
	position: absolute;
	top: 20px;
	left: -25px;
}
.title_section h3:before{
	content: '';
	width: 15px;
	height: 15px;
	background: #dea825;
	border-radius: 50%;
	position: absolute;
	top: 20px;
	right:-25px;
}
.title_section.white_color h3{
	color: #fff;
}
.item_service{
	display: block;
	width: 100%;
	text-align: center;
}
.section_service{
	display: block;
	margin-top: 40px;
}
.section_service .cols4{
	margin-bottom: 0;
}
.icon_service{
	display: inline-block;
	margin-bottom: 10px;
}
.text_service{
	display: block;
	text-align: center;
}
.text_service h3{
	color: #343434;
	font-size: 18px;
	margin: 0 0 5px 0;
}
.text_service p{
	white-space: normal;
}

.section_service_list{
	display: block;
	text-align: left;
}
.section_service_list .img_service_list{
	width: 40%;
	display: inline-block;
	vertical-align: top;
}
.section_service_list .caption_img_serivce{
	width: 50%;
	display: inline-block;
	vertical-align: top;
	padding-left: 20px;
}
.section_service_list .caption_img_serivce h3{
	color: #343434;
	font-size: 18px;
	margin: 0 0 10px 0;
}
.section_service_list .caption_img_serivce ul{
	padding-left: 20px;
}
.section_service_list .caption_img_serivce ul li{
	padding: 5px 0;
}
#article_home{
	border-top: 3px solid #dea825;
	background: #f5f5f5;
	padding: 40px 0;
}
.tabs_menu{
	display: block;
	width: 100%;
	text-align: center;
	margin-bottom: 50px;
}
.tabs_menu a{
	display: inline-block;
    font-size: 17px;
    text-transform: uppercase;
    color: #dea825;
    font-weight: 600;
    padding: 7px 15px;
    margin: 0 5px;
}
.tabs_menu a.active,
.tabs_menu a:hover{
	background: #343434;
	padding: 7px 15px;
	border-radius: 15px;
	color: #fff;
	-webkit-box-shadow: -2px 12px 10px -5px rgba(52,52,52,0.34);
	-moz-box-shadow: -2px 12px 10px -5px rgba(52,52,52,0.34);
	box-shadow: -2px 12px 10px -5px rgba(52,52,52,0.34);
}
.tabs_menutahun{
	width: 100%;
	text-align: center;
	margin-bottom: 50px;
}
.tabs_menutahun a{
	display: inline-block;
    font-size: 17px;
    text-transform: uppercase;
    color: #dea825;
    font-weight: 600;
    padding: 7px 15px;
    margin: 0 5px;
}
.tabs_menutahun a.active,
.tabs_menutahun a:hover{
	background: #343434;
	padding: 7px 15px;
	border-radius: 15px;
	color: #fff;
	-webkit-box-shadow: -2px 12px 10px -5px rgba(52,52,52,0.34);
	-moz-box-shadow: -2px 12px 10px -5px rgba(52,52,52,0.34);
	box-shadow: -2px 12px 10px -5px rgba(52,52,52,0.34);
}
.isHidden { display: none; }
.item_artikel{
	display: block;
	width: 100%;
}
.item_artikel .img_artikel{
	display: block;
	position: relative;
	overflow: hidden;
	height: auto;
	padding-top: 65%;
	width: 100%;
}
.item_artikel .img_artikel .abs_img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    text-align: center;
    color: white;
}
.blur_img {
    position: absolute;
    z-index: 1;
    height: 100%;
    width: 100%;
}
.item_artikel .img_artikel img {
    max-width: 101%;
    max-height: 101%;
    object-fit: cover;
    vertical-align: middle;
    display: inline-block;
}
.vertical_align {
    white-space: nowrap;
    position: relative;
    z-index: 2;
    background: transparent;
    display: block;
    vertical-align: middle;
    height: 100%;
    width: 100%;
}
.helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.item_artikel .blur_img img {
    -webkit-filter: blur(5px);
    filter: blur(5px);
    max-height: 101%;
    height: 101%;
    width: 101%;
    max-width: 101%;
    display: block;
}
.title_artikel{
	display: block;
	background: #dea825;
	padding: 20px;
}
.line-clamp {
    display: -webkit-box; 
    -webkit-line-clamp: 2; 
    -webkit-box-orient: vertical; 
}

.module {
    width: 100%;
    margin: 0 0 0 0;
    overflow: hidden;
}
.title_artikel h3{
	font-size: 18px;
	color: #fff;
	font-weight: 400;
	margin: 0;
	overflow: hidden;
}
.caption_artikel{
	display: block;
	border-right: 1px solid #b3b3b3;
	border-left: 1px solid #b3b3b3;
	border-bottom: 1px solid #b3b3b3;
	border-radius: 0 0 5px 5px;
	padding: 20px 20px 20px 20px;
	position: relative;
}
.caption_artikel p{
	font-size: 14px; 
	display: block;
	margin-bottom: 100px;
}
.caption_artikel a{
	font-size: 14px;
	font-weight: 400;
	position: absolute;
	left: 20px;
	bottom: 20px;
}
.button_row{
	display: block;
	text-align: center;
}
.loader_gif {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
    background: #f5f5f5;
    z-index: 3;
    display: none;
    padding-top: 10%;
}
#gallery_foto_home .loader_gif{
	background: #343434;
}
#gallery_video_home .loader_gif{
	background: #fff;
}
.loader_gif .loadingnya {
    display: inline-block;
    max-width: 100px;
}
.lds-roller {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
}
.lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 32px 32px;
}
.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #dea825;
  margin: -3px 0 0 -3px;
}
.lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
}
.lds-roller div:nth-child(1):after {
  top: 50px;
  left: 50px;
}
.lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}
.lds-roller div:nth-child(2):after {
  top: 54px;
  left: 45px;
}
.lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}
.lds-roller div:nth-child(3):after {
  top: 57px;
  left: 39px;
}
.lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}
.lds-roller div:nth-child(4):after {
  top: 58px;
  left: 32px;
}
.lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}
.lds-roller div:nth-child(5):after {
  top: 57px;
  left: 25px;
}
.lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}
.lds-roller div:nth-child(6):after {
  top: 54px;
  left: 19px;
}
.lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}
.lds-roller div:nth-child(7):after {
  top: 50px;
  left: 14px;
}
.lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}
.lds-roller div:nth-child(8):after {
  top: 45px;
  left: 10px;
}
@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

#gallery_foto_home{
	display: block;
    padding: 40px 0;
    border-top: 3px solid #dea825;
    background: #343434;
}
.tabs_menu_gallery{
	display: block;
	text-align: center;
	margin-bottom: 50px;
}
.tabs_menu_gallery a{
    display: inline-block;
    font-size: 17px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    padding: 7px 15px;
    margin: 0 5px;
}
.tabs_menu_gallery a.active, .tabs_menu_gallery a:hover{
	background: #dea825;
	padding: 7px 15px;
	border-radius: 15px;
	color: #343434;
}
.caption_foto{
	display: inline-block;
	vertical-align: top;
	width: 30%;
	color: #fff;
}
.caption_foto h3{
	font-size: 32px;
	margin: 0 0 10px 0;
	position: relative;
}
.caption_foto h3:after{
	content: '';
	position: absolute;
	width: 50px;
	height: 3px;
	background: #dea825;
	left: -70px;
	top: 10px;

}
.section_foto{
	display: block;
	text-align: left;
}
.gallery_foto{
	display: inline-block;
	vertical-align: top;
	width: 68%;
}
.big_thumb_foto,.img_small_thumb{
	width: 100%;
	overflow: hidden;
	position: relative;
}
.img_small_thumb img{
	width: 100%;
}
.caption_big_thumb{
	position: absolute;
	width: 100%;
	padding: 10px 20px;
	background: rgba(0,0,0,0.5);
	left: 0;
	bottom: 0;
}
.caption_big_thumb img{
	width: 100%;
}
.caption_big_thumb p{
	color: #fff;
	margin: 0;
}
.gallery_foto > .row-list{
	margin-right: -5px;
	margin-left: -5px;
}
.gallery_foto > .row-list > .cols2{
	padding-right: 5px;
	padding-left: 5px;
	margin-bottom: 0;
}
.small_foto_list .row-list,
.inner_foto_page .row-list{
	margin-right: -5px;
	margin-left: -5px;
}
.small_foto_list .row-list .cols2,
.inner_foto_page .row-list .cols3{
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: 10px;
}
.overflow-vid {
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: rgba(0,0,0,0);
    margin: auto;
    position: absolute;
    transition: all 0.3s ease-in-out 0s;
}
.feat-plus-but {
    border: 3px solid #fff;
    font-size: 21.3333333px;
    margin: -23px 0 0 -23px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transition: all .25s;
    opacity: 0;
}
.feat-plus-but i {
    -webkit-backface-visibility: hidden;
    color: #fff;
    font-size: 1em;
    margin: -28.666667% 0 0 -21.666667%;
    position: absolute;
    top: 50%;
    left: 50%;
}
.img_small_thumb:hover .overflow-vid,
.big_thumb_foto:hover .overflow-vid{
	 background: rgba(0,0,0,0.8);
}
.img_small_thumb:hover .feat-plus-but,
.big_thumb_foto:hover .feat-plus-but{
	opacity: 1;
}
#gallery_video_home{
	display: block;
	padding: 40px 0;
	border-top: 3px solid #dea825;
	background: #fff;
}
.big_video{
	display: block;
	width: 700px;
	margin: 0 auto;
	margin-bottom: 40px;
	text-align: center;
}
.big_video .big_frame_video{
	display: block;
	width: 100%;
	margin-bottom: 15px;
}
.big_video p{
	font-size: 20px;
	color: #343434;
}
.item_video{
	display: block;
	width: 90%;
}
.img_video img{
	display: block;
	width: 90%;
	margin-bottom: 5px;
}
.caption_video p{
	font-size: 1rem;
	margin-bottom: 0;
}
#jadwal_praktek{
	display: block;
	padding: 40px 0;
	border-top: 3px solid #dea825;
	background: url(../images/material/bg_jadwal.jpg) no-repeat center center; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position: relative;
	z-index: 2;
}
.box_table{
	display: block;
	width: 100%;
	background: #343434;
	border-radius: 5px;
	padding: 0 5px;
	margin-bottom: -150px;
	-webkit-box-shadow: -2px -1px 54px -16px rgba(0,0,0,0.75);
	-moz-box-shadow: -2px -1px 54px -16px rgba(0,0,0,0.75);
	box-shadow: -2px -1px 54px -16px rgba(0,0,0,0.75);
}
.rows_table{
	display: block;
	width: 100%;
	padding: 10px;
}
.day_table{
	display: inline-block;
	width: 20%;
	vertical-align: middle;
	text-align: center;
}
.day_table span{
	text-transform: uppercase;
	font-weight: 600;
	font-size: 20px;
	color: #fff;
}
.jadwal_list_table{
	display: inline-block;
	width: 78%;
	vertical-align: middle;
}
.row_detail_jadwal{
	display: block;
	color: #fff;
	border-bottom: 1px solid #707070;
	padding: 10px 0;
}
.row_detail_jadwal:last-child{
	border-bottom: none;
}
.row_detail_jadwal .row-list .cols3{
	width: 30%;
	
	vertical-align: middle;
	float: inherit;
	margin-bottom: 0;
}
.rows_table{
	border-bottom: 1px solid #dea825;
}
.rows_table:last-child{
	border-bottom: none;
}
#kontak_home{
	display: block;
	padding: 200px 0 40px 0px;
	background: #fff;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	position: relative;
	z-index: 1;
	background-size: cover;
}
.form_group{
	display: block;
	width: 100%;
	margin-bottom: 35px;
}
.input_form{
	display: block;
	width: 100%;
	border:none;
	border-bottom: 1px solid #343434;
	font-size: 18px;
}
.alamat_hub{
	font-size: 17px;
}
.innerPage{
	padding-top: 70px;
}
.title_artikel_inner{
	display: block;
	margin-bottom: 15px;
}
.title_artikel_inner h3{
	font-size: 40px;
	color: #343434;
	margin: 0 0 15px 0;
	font-weight: 400;
}

.title_artikel_inner p{
	color: #343434;
	font-size: 22px;
}
.isi_artikel p{
	font-size: 18px;
}
#article_detail_page .socmed_head p{
	color: #343434;
}
#article_detail_page .socmed_head a{
	width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 18px;
    background: #343434;
    color: #fff;
}
#artikel_lain{
	border-top: 3px solid #dea825;
    background: #fff;
    padding: 40px 0;
}
.t_art{
	font-size: 22px;
}
.big_frame_video {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.big_frame_video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.tabs_section{
	min-height: 400px;
}
/* style Footer
----------------------------------------------------------------------------------------------*/
#footer{
	background: #dea825;
	display: block;
	padding: 20px;
}
#footer p{
	text-align: center;
	color: #fff;
	margin: 0;
}

/*--------------------popup style-----------------------------------*/
.fancybox-inner {
    overflow: hidden !important;
    height: auto !important;
    width: auto !important;
}
.fancybox-skin{
	background: none;
	
}
.fancybox-opened .fancybox-skin{
	-webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.fancybox-close {
   	background: url(../images/material/close-popup.png) no-repeat;
    background-size: 30px;
    width: 30px;
    height: 37px;
    right: -20px;
    top: 0px;
}
.images-big-komik{
	max-width: 450px;
	background: #fff;
	padding: 10px;
}
.images-big-komik p{
	font-size: 17px;
	margin: 10px 0 0 0;
}
.k-caption{
	text-align: center;
}
.k-caption .judul-komik{
	color: #fff;
	font-size: 24px;
}

.artikel_innerList .cols3,
.list_video_small_inner .cols3{
}
.artikel_innerList .cols3.display,
.list_video_small_inner .cols3.display{
	display: block;
}
.section_foto_inner .img_small_thumb{
	height: 269px;
}
.section_foto_inner .img_small_thumb img{
	width: 100%;
	object-fit: cover;
}
/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (max-width: 480px) {
/* Mobile styles */
}
 @media screen and (min-width:481px) and (max-width:1024px) {
/* Tablet styles */
}
 @media only screen and (min-width: 1150px) {
/* Desktop styles */
}
