@font-face {
  font-family: gilroyff;
  src: url("../fonts/Radomir Tinkov - Gilroy-Regular.otf");
}

@font-face {
  font-family: gilroyff;
  src: url("../fonts/Radomir Tinkov - Gilroy-SemiBold.otf");
  font-weight: bold;
}

@font-face {
  font-family: ralewayff;
  src: url("../fonts/Raleway-SemiBold.ttf");
}

body {
  padding: 0;
  margin: 0;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  max-width: 100%;
  height: auto;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}

.clearfix {
  clear: both;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.bold {
  font-weight: bold;
}

.normal {
  font-weight: normal;
}

a {
  text-decoration: none;
}

.mr20 {
  margin-right: 20px;
}

.mt5 {
  margin-top: 5px;
}

.box_img {
  display: block;
  position: relative;
  width: 100%;
}

.box_img:before {
  content: "";
  display: block;
  padding-top: 100%;
  /* initial ratio of 1:1*/
}

/* Other ratios */
.ratio2_1:before {
  padding-top: 50%;
}

.ratio3_1:before {
  padding-top: 40%;
}

.ratio4_1:before {
  padding-top: 25%;
}

.ratio5_1:before {
  padding-top: 20%;
}

.ratio1_2:before {
  padding-top: 200%;
}

.ratio4_3:before {
  padding-top: 75%;
}

.ratio5_3:before {
  padding-top: 65%;
}

.ratio3_4:before {
  padding-top: 133%;
}

.ratio16_9:before {
  padding-top: 56.25%;
}

.ratio9_16:before {
  padding-top: 178%;
}

.ratio9_8:before {
  padding-top: 85%;
}

.ratio6_2:before {
  padding-top: 40%;
}

.m10 {
  margin: 10px;
}

.img_con {
  /* Positioning */
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  /* Styling */
  text-align: center;
  vertical-align: center;
  overflow: hidden;
}

.img_con img {
  height: 100%;
}

.img_con iframe {
  height: 100%;
  width: 100%;
}

.col2,
.col3,
.col4,
.col5,
.col6,
.col7 {
  float: left;
}

.col2 {
  width: 50%;
}

.col3 {
  width: 33.3%;
}

.col4 {
  width: 25%;
}

.col5 {
  width: 20%;
}

.col6 {
  width: 66,6%;
}

.col7 {
  width: 75%;
}

.btn {
  padding: 10px 20px;
  background: #C52B23;
  color: #fff;
  font-size: 15px;
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  border: 0;
}

.btn img {
  float: right;
  height: 10px;
  margin-left: 20px;
  position: relative;
  top: 3px;
}

.btn:hover {
  background: #000;
  color: #fff;
}

.btn.btn_big {
  padding: 15px 40px;
}

.btn.btn_black {
  background: #000;
  color: #fff;
}

.btn.btn_red {
  background: #C52B23;
  color: #fff;
}

.btn.btn_red:hover {
  background: #000;
  color: #fff;
}

.btn.btn_grey {
  background: #aaa;
  color: #fff;
}

.btn.btn_grey:hover {
  background: #000;
  color: #fff;
}

.btn.btn_full {
  padding: 10px 0;
  width: 100%;
  margin: 10px 0;
}

.bgfloat {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  top: 0;
  left: 0;
  z-index: 1;
}

.bgfloat2 {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  top: 0;
  left: 0;
  z-index: 1;
}

.bgfloat_w {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.3);
  top: 0;
  left: 0;
  z-index: 1;
}

.gradtop {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, transparent 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, transparent 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, transparent 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );
  /* IE6-9 */
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

.gradtop_w2 {
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.85) 20%, rgba(255, 255, 255, 0) 70%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.85) 20%, rgba(255, 255, 255, 0) 70%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.85) 20%, rgba(255, 255, 255, 0) 70%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );
  /* IE6-9 */
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

.graddown {
  background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.7) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.7) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.7) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
  /* IE6-9 */
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

.shadow {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.6);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.6);
}

@keyframes slideUp {
  from {
    -webkit-transform: translate(0, 50px);
    -moz-transform: translate(0, 50px);
    -ms-transform: translate(0, 50px);
    -o-transform: translate(0, 50px);
    transform: translate(0, 50px);
    opacity: 0;
  }
  to {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
}

@keyframes login {
  from {
    background-size: 160%;
  }
  to {
    background-size: 190%;
  }
}

@keyframes slideUpdua {
  from {
    bottom: -400px;
  }
  to {
    bottom: 0;
  }
}

@keyframes slideUpsatu {
  from {
    bottom: -100px;
  }
  to {
    bottom: 0;
  }
}

@keyframes slideUp_ {
  from {
    top: 100px;
    opacity: 0;
  }
  to {
    top: 20px;
    opacity: 1;
  }
}

@keyframes slideDown {
  from {
    top: 0;
  }
  to {
    top: -100px;
  }
}

@keyframes headerdown {
  from {
    top: -100px;
  }
  to {
    top: 0;
  }
}

@keyframes logohover {
  from {
    margin-left: 50px;
  }
  to {
    margin-left: 0;
  }
}

@keyframes fadein {
  from {
    opacity: 0;
    -ms-transform: scale(0.5, 0.5);
    /* IE 9 */
    -webkit-transform: scale(0.5, 0.5);
    /* Chrome, Safari, Opera */
    transform: scale(0.5, 0.5);
  }
  to {
    opacity: 1;
    -ms-transform: scale(1, 1);
    /* IE 9 */
    -webkit-transform: scale(1, 1);
    /* Chrome, Safari, Opera */
    transform: scale(1, 1);
  }
}

@keyframes rotate {
  from {
    opacity: 0;
    -ms-transform: scale(0.5, 0.5);
    /* IE 9 */
    -webkit-transform: scale(0.5, 0.5);
    /* Chrome, Safari, Opera */
    transform: scale(0.5, 0.5);
  }
  to {
    opacity: 0;
    -ms-transform: scale(1, 1);
    /* IE 9 */
    -webkit-transform: scale(1, 1);
    /* Chrome, Safari, Opera */
    transform: scale(1, 1);
  }
}

@keyframes fadeindua {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeout {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@-webkit-keyframes blinking {
  0% {
    -ms-transform: scale(1);
    /* IE 9 */
    -webkit-transform: scale(1);
    /* Chrome, Safari, Opera */
    transform: scale(1);
  }
  50% {
    -ms-transform: scale(2);
    /* IE 9 */
    -webkit-transform: scale(2);
    /* Chrome, Safari, Opera */
    transform: scale(2);
  }
  100% {
    -ms-transform: scale(1);
    /* IE 9 */
    -webkit-transform: scale(1);
    /* Chrome, Safari, Opera */
    transform: scale(1);
  }
}

.slideUp {
  animation-name: slideUp;
  animation-duration: 0.5s;
}

.animateout {
  animation-name: fadeout;
  animation-duration: 0.5s;
}

.animatein {
  animation-name: fadein;
  animation-duration: 0.5s;
}

a.animated-button:link, a.animated-button:visited {
  position: relative;
  display: block;
  margin: 30px auto 0;
  padding: 14px 15px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  overflow: hidden;
  letter-spacing: .08em;
  border-radius: 0;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.2), 0 1px 0 rgba(0, 0, 0, 0.2);
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

a.animated-button:link:after, a.animated-button:visited:after {
  content: "";
  position: absolute;
  height: 0%;
  left: 50%;
  top: 50%;
  width: 150%;
  z-index: -1;
  -webkit-transition: all 0.75s ease 0s;
  -moz-transition: all 0.75s ease 0s;
  -o-transition: all 0.75s ease 0s;
  transition: all 0.75s ease 0s;
}

a.animated-button:link:hover, a.animated-button:visited:hover {
  color: #FFF;
  text-shadow: none;
}

a.animated-button:link:hover:after, a.animated-button:visited:hover:after {
  height: 450%;
}

a.animated-button.victoria-one {
  border: 2px solid #D24D57;
}

a.animated-button.victoria-one:after {
  background: #D24D57;
  -moz-transform: translateX(-50%) translateY(-50%) rotate(-25deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(-25deg);
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-25deg);
  transform: translateX(-50%) translateY(-50%) rotate(-25deg);
}

#header {
  height: 130px;
  background: #C52B23;
  color: #fff;
  background: url(../img/header_bg.jpg) #c52b23 center top;
  background-repeat: repeat-x;
  border-bottom: 4px solid #F5A623;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 4;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
}

#header .logo {
  height: 110px;
  float: left;
  margin-top: 10px;
}

#header .logo img {
  height: 100%;
}

#header #nav {
  float: left;
  font-weight: bold;
  margin-top: 45px;
  margin-left: 30px;
}

#header #nav a,
#header #nav .sub {
  color: #fff;
  font-weight: bold;
  float: left;
  height: 30px;
  line-height: 30px;
  padding: 0 20px;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#header #nav a .dropmenu,
#header #nav .sub .dropmenu {
  position: absolute;
  display: none;
  z-index: 2;
  left: 10px;
  min-width: 240px;
  padding: 5px 0;
}

#header #nav a .dropmenu a,
#header #nav .sub .dropmenu a {
  display: block;
  background: #4D4D4D;
  width: 100%;
  float: left;
  height: 35px;
  line-height: 35px;
}

#header #nav a .dropmenu a:first-child,
#header #nav .sub .dropmenu a:first-child {
  -webkit-border-top-left-radius: 8px;
  -webkit-border-top-right-radius: 8px;
  -moz-border-radius-topleft: 8px;
  -moz-border-radius-topright: 8px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

#header #nav a .dropmenu a:last-child,
#header #nav .sub .dropmenu a:last-child {
  -webkit-border-bottom-right-radius: 8px;
  -webkit-border-bottom-left-radius: 8px;
  -moz-border-radius-bottomright: 8px;
  -moz-border-radius-bottomleft: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}

#header #nav a .dropmenu a:hover,
#header #nav .sub .dropmenu a:hover {
  background: #000;
}

#header #nav a:hover,
#header #nav .sub:hover {
  color: #F5A623;
}

#header #nav a:hover .dropmenu,
#header #nav .sub:hover .dropmenu {
  display: block;
}

#header #nav .sub {
  background: url(../img/arrow_down_white.svg) no-repeat center right;
  background-position: 100% 12px;
}

#header #nav .home {
  background: url(../img/icon_home.png) no-repeat center left;
  background-position: 0% 8px;
  background-size: 16px;
}
#nav .sub:nth-child(3) .dropmenu .sub .dropmenu {
    display: none !important;
}
#nav .sub:nth-child(3) .dropmenu .sub:hover .dropmenu {
    display: block !important;
    left: 50% !important;
    top: -50% !important;
}
.dropmenu .sub {
    background: #4d4d4d !important;
    width: 100%;
}
.dropmenu .sub:hover {
    background: black !important;
}

#header #search {
  float: right;
  margin-top: 40px;
}

#header #search input {
  border-radius: 4px;
  border: 0;
  outline: none;
  width: 130px;
  height: 40px;
  padding: 0 20px 0 40px;
  font-size: 14px;
  font-family: gilroyff, helvetica, arial;
  background: url(../img/icon_search.png) no-repeat center left;
  background-position: 10px 12px;
  background-size: 24px;
  background-color: #fff;
}

#header #lang {
  float: right;
  margin-top: 50px;
  margin-left: 20px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  position: relative;
  cursor: pointer;
  background: url(../img/arrow_down_white.svg) no-repeat center right;
  background-position: 100% 6px;
  padding-right: 20px;
}

#header #lang .opt {
  position: absolute;
  padding: 10px 0;
  width: 120px;
  display: none;
  right: 0;
}

#header #lang .opt a {
  display: block;
  padding: 8px 10px;
  color: #fff;
  background: #C52B23;
}

#header #lang .opt a:first-child {
  -webkit-border-top-left-radius: 8px;
  -webkit-border-top-right-radius: 8px;
  -moz-border-radius-topleft: 8px;
  -moz-border-radius-topright: 8px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

#header #lang .opt a:last-child {
  -webkit-border-bottom-right-radius: 8px;
  -webkit-border-bottom-left-radius: 8px;
  -moz-border-radius-bottomright: 8px;
  -moz-border-radius-bottomleft: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}

#header #lang .opt a:hover {
  background: red;
}

#header #lang:hover .opt {
  display: block;
}

#header.smaller {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 10;
}

#header #menu_ {
  position: fixed;
  top: 10px;
  left: 5px;
  padding: 15px;
  z-index: 11;
  width: 25px;
  display: none;
}

#header #menu_ span {
  display: block;
  height: 3px;
  border-radius: 100px;
  background: #fff;
  margin-bottom: 5px;
  width: 100%;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  /* &:nth-child(3) {
				width: 50%;
			} */
}

#header #menu_.menu_close_style span {
  background: #fff;
  position: relative;
}

#header #menu_.menu_close_style span:nth-child(3) {
  display: none;
}

#header #menu_.menu_close_style span:nth-child(1) {
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 8px;
}

#header #menu_.menu_close_style span:nth-child(2) {
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#header .search_mobile {
  position: fixed;
  top: 8px;
  right: 5px;
  padding: 15px;
  z-index: 11;
  width: 30px;
  display: none;
}

#header .search_mobile img {
  width: 100% !important;
}

#footer {
  background: url(../img/footer_bg.jpg) #c52b23 center top;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  text-align: left;
  padding: 32px 0;
  border-top: 4px solid #F5A623;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
}

#footer .sosmed {
  margin-top: 2px;
  width: 45%;
  float: left;
}


#footer .sosmed a {
  display: inline-block;
  height: 32px;
  margin: 0 5px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  vertical-align: middle;
  text-transform: lowercase;
  padding-top: 7px;
  line-height: 20px;
}

#footer .pengaduan a {
  display: inline-block;
  height: 32px;
  margin: 0 5px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  vertical-align: middle;
  text-transform: initial;
  padding-top: 7px;
  line-height: 20px;
}

#footer .pengaduan a:hover {
  -ms-transform: scale(1.15);
  /* IE 9 */
  -webkit-transform: scale(1.15);
  /* Chrome, Safari, Opera */
  transform: scale(1.15);
}

#footer .sosmed a img {
  height: 100% !important;
  width: auto !important;
}
#footer .sosmed a img.contact_us {
  height: 70% !important;
  vertical-align: middle;
  width: auto !important;
}

#footer .sosmed a:hover {
  -ms-transform: scale(1.15);
  /* IE 9 */
  -webkit-transform: scale(1.15);
  /* Chrome, Safari, Opera */
  transform: scale(1.15);
}

#footer a, #footer a:hover, footer a:visited {
    color: #fff;
}

body {
  font-family: gilroyff, helvetica, arial, helvetica, arial;
  font-size: 14px;
  background: #fff;
  padding-top: 130px;
}

.body_wp {
  background: #F2F2F2;
}

.container {
  width: 1100px;
  margin: 0 auto;
}

.container_detail {
  width: 1090px;
}

.container800 {
  width: 800px;
}

.c_left {
  width: 750px;
  float: left;
  margin-top: 24px;
}

.c_left .c_left3_2 {
  width: calc(494px - 30px);
  border-radius: 8px;
  background: #fff;
  padding: 15px;
  float: left;
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.04);
}

.c_left .c_left3_1 {
  width: calc(239px - 30px);
  border-radius: 8px;
  background: #fff;
  padding: 15px;
  float: right;
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.04);
}

.c_left .c_50 {
  margin-right: 8px;
  width: calc(50% - 8px);
  margin-bottom: 16px;
  border-radius: 8px;
  background: #fff;
  float: left;
  overflow: hidden;
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.04);
}

.c_left .c_50:nth-child(2), .c_left .c_50:nth-child(4), .c_left .c_50:nth-child(6) {
  margin-right: 0px;
  margin-left: 8px;
}

.c_left .c_50 .title_box2 {
  background: #000;
  padding: 12px 16px;
  font-size: 20px;
  color: #fff;
  border-bottom: 3px solid #fff;
}

.c_left .c_50 .bot_info {
  height: 52px;
  position: relative;
}

.c_left .c_50 .bot_info .btn_more2 {
  color: #C52B23;
  position: absolute;
  left: 16px;
  top: 16px;
  font-weight: bold;
  font-size: 14px;
}

.c_left .c_50 .bot_info .arrow {
  position: absolute;
  right: 16px;
  top: 16px;
}

.c_left .c_50 .bot_info .arrow img {
  height: 12px;
  padding: 3px;
  cursor: pointer;
}

/* 2 Sept 2020 */
.c_left .c_33 {
  margin-right: 8px;
  width: calc(33% - 8px);
  margin-bottom: 16px;
  border-radius: 8px;
  background: #fff;
  float: left;
  overflow: hidden;
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.04);
}

.c_left .c_33:nth-child(2), .c_left .c_33:nth-child(4), .c_left .c_33:nth-child(6) {
  margin-right: 0px;
  margin-left: 8px;
}

.c_left .c_33 .title_box2 {
  background: #000;
  padding: 12px 16px;
  font-size: 20px;
  color: #fff;
  border-bottom: 3px solid #fff;
}

.c_left .c_33 .bot_info {
  height: 52px;
  position: relative;
}

.c_left .c_33 .bot_info .btn_more2 {
  color: #C52B23;
  position: absolute;
  left: 16px;
  top: 16px;
  font-weight: bold;
  font-size: 14px;
}

.c_left .c_33 .bot_info .arrow {
  position: absolute;
  right: 16px;
  top: 16px;
}

.c_left .c_33 .bot_info .arrow img {
  height: 12px;
  padding: 3px;
  cursor: pointer;
}

/* ================= */

.c_right {
  width: 335px;
  float: right;
  margin-top: 24px;
}

.hl {
  position: relative;
}

.hl .bullet {
  position: absolute;
  bottom: 12px;
  left: 16px;
  z-index: 2;
}

.hl .bullet span {
  display: none;
}

.hl .bullet a {
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #fff;
  border-radius: 100px;
  margin-right: 4px;
}

.hl .bullet a.selected {
  background: #C52B23;
}

.hl .arrow_hl_left,
.hl .arrow_hl_right {
  position: absolute;
  left: 12px;
  height: 24px;
  top: calc(50% - 12px);
  z-index: 2;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.hl .arrow_hl_left:hover,
.hl .arrow_hl_right:hover {
  -ms-transform: scale(1.2);
  /* IE 9 */
  -webkit-transform: scale(1.2);
  /* Chrome, Safari, Opera */
  transform: scale(1.2);
}

.hl .arrow_hl_right {
  position: absolute;
  left: calc(100% - 32px);
}

.card_hl {
  width: 750px;
  height: 500px;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.04);
  float: left;
}

.card_hl .text {
  position: absolute;
  bottom: 50px;
  width: calc(100% - 48px);
  padding: 14px 24px;
  background: rgba(197, 43, 35, 0.7);
}

.card_hl .text a {
  color: #fff;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.card_hl .text a:hover {
  color: #F5A623;
}

.card_hl .box_img:before {
  padding-top: 70%;
}

.box_1 {
  background: #fff;
  border-radius: 8px;
  padding: 15px 15px 0 15px;
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.04);
  margin-bottom: 16px;
}

.box_2 {
  margin-bottom: 32px;
  margin-top: 12px;
}

.box_2 .title_box {
  margin-bottom: 16px;
}

.more {
  position: relative;
  border-top: 1px solid #E6E6E6;
  padding-top: 3px;
  margin-top: 10px;
  height: 10px;
}

.more:before {
  content: "";
  width: 60px;
  height: 4px;
  background: #B7B7B7;
  position: absolute;
  left: 0;
  top: -3px;
}

.more a {
  display: inline-block;
  background: #E6E6E6;
  color: #000;
  font-size: 12px;
  padding: 4px 6px;
  right: 0;
  position: absolute;
  font-weight: bold;
  top: -12px;
}

.title_box {
  color: #C52B23;
  font-size: 20px;
  font-family: ralewayff, helvetica, arial;
}

.box_opini {
  height: 180px;
  overflow-y: scroll;
}

.box_berita_wp {
  margin-top: 16px;
  height: 480px;
  position: relative;
}

.box_berita_wp .title_box {
  padding: 12px 0 4px 0;
  position: relative;
}

.box_berita_wp .title_box:before {
  content: "";
  height: 8px;
  background: #409CB8;
  width: 68px;
  position: absolute;
  top: 0;
  left: 0;
}

.box_berita_wp .box_berita_scroll {
  height: 400px;
  overflow-y: scroll;
}

.box_pidato_wp {
  margin-top: 16px;
  height: 480px;
  position: relative;
}

.box_pidato_wp .title_box {
  padding: 12px 0 4px 0;
  position: relative;
}

.box_pidato_wp .title_box:before {
  content: "";
  height: 8px;
  background: #376DB0;
  width: 68px;
  position: absolute;
  top: 0;
  left: 0;
}

.box_pidato_wp .box_pidato_scroll {
  height: 400px;
  overflow-y: scroll;
}

.btn_more {
  font-size: 14px;
  color: #C52B23;
  position: absolute;
  bottom: 20px;
  padding-right: 20px;
  right: 20px;
  font-weight: bold;
  background: url(../img/arrow_right_red.svg) no-repeat;
  background-position: 100%;
  background-size: 6px;
}

.box_berlangganan {
  background: #fff;
  border-radius: 8px;
  margin-top: 16px;
  overflow: hidden;
  font-size: 14px;
  line-height: 20px;
}

.box_berlangganan .title_box2 {
  background: #C52B23;
  padding: 12px 16px;
  font-size: 20px;
  color: #fff;
  border-bottom: 3px solid #fff;
}

.box_berlangganan .text {
  padding: 16px;
}

.box_berlangganan .text form {
  background: #f9f9f9;
  width: 100%;
  border-radius: 4px;
  border: 0;
  border-radius: 4px;
  overflow: hidden;
  height: 44px;
  margin-top: 12px;
  margin-bottom: 8px;
}

.box_berlangganan .text form input[type=text] {
  background: none;
  font-family: gilroyff, helvetica, arial;
  border: 0;
  width: calc(100% - 90px);
  height: 44px;
  float: left;
  padding: 0 10px;
  outline: none;
  font-size: 14px;
}

.box_berlangganan .text form input[type=submit] {
  width: 70px;
  background: #C52B23;
  color: #fff;
  height: 44px;
  border: 0;
  font-family: gilroyff, helvetica, arial;
  float: right;
  outline: none;
  font-size: 14px;
  cursor: pointer;
}

.box_berlangganan .text .counter {
  color: #bdbdbd;
}

.box_berlangganan .text .counter strong {
  display: block;
  color: #000;
  font-size: 15px;
}

.box_medsos .nav2 {
  height: 30px;
  border-bottom: 1px solid #f5f5f5;
  position: relative;
  margin-top: 16px;
  margin-bottom: 16px;
}

.box_medsos .nav2 a {
  height: 30px;
  float: left;
  width: 33.3%;
  color: #9e9e9e;
  font-weight: bold;
  position: relative;
}

.box_medsos .nav2 a:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 2px;
  bottom: 0;
  left: 0;
}

.box_medsos .nav2 a.selected, .box_medsos .nav2 a:hover {
  color: #000;
}

.box_medsos .nav2 a.selected:after, .box_medsos .nav2 a:hover:after {
  background: #C52B23;
}

.box_medsos .box_medsos_content {
  height: 404px;
  overflow-y: scroll;
}

.banner_belt {
  text-align: center;
  padding: 28px 0;
}

.title_page {
  background: #f2f2f2;
  padding: 24px 0;
}

.title_page .breadcrumb {
  font-size: 14px;
  color: #720800;
}

.title_page .breadcrumb a {
  font-weight: bold;
  color: #720800;
  text-decoration: underline;
  display: inline-block;
  padding: 0 4px;
}

.title_page .title {
  font-size: 42px;
  font-weight: bold;
  color: #000;
  padding: 8px 0;
}

.title_page .desc {
  font-size: 16px;
}

.title_page .search {
  float: left;
  margin-right: 20px;
}

.title_page .search input[type=text] {
  border: 0;
  height: 50px;
  font-family: gilroyff, helvetica, arial;
  font-size: 20px;
  font-weight: bold;
  border-bottom: 1px solid #999999;
  width: 500px;
  outline: none;
  padding: 0 40px;
  background: url(../img/icon_search2.png) no-repeat center left;
  background-position: 10px 16px;
  background-size: 20px;
  background-color: none;
}

.title_page .select-style {
  float: left;
  width: 150px;
  color: #eb5757;
}

.title_page .nav {
  margin-left: 20px;
}

.title_page .nav a {
  background: #d8d8d8;
  border-radius: 4px;
  padding: 0 12px;
  height: 32px;
  line-height: 32px;
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  float: left;
  margin-right: 12px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.title_page .nav a img {
  height: 16px;
  float: left;
  margin-right: 8px;
  top: 8px;
  position: relative;
}

.title_page .nav a:hover, .title_page .nav a.selected {
  background: #eb5757;
}

.paging {
  border: 1px solid #eb5757;
  border-radius: 4px;
  display: inline-block;
  margin: 32px 0;
}

.paging a {
  padding: 8px 0;
  width: 20px;
  text-align: center;
  border-right: 1px solid #eb5757;
  color: #eb5757;
  float: left;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.paging a:last-child {
  border: 0;
}

.paging a:hover {
  background: #eb5757;
  color: #fff;
}

.paging a.selected {
  background: #eb5757;
  color: #fff;
  width: 32px;
}

.indeks_left {
  width: 780px;
  float: left;
  margin-top: 12px;
}

.indeks_right {
  width: 300px;
  float: right;
  margin-top: 12px;
}

.page-gallery-photo .detail_text {
    display: inline-block;
    float: left;
    margin: 50px 25px 0 150px;
    width: 50%;
}
@media screen and (max-width: 850px){
  .page-gallery-photo .detail_text {
    display: inline-block;
    float: left;
    margin: 50px 25px 0 10px;
    width: 95%;
  }
}
.gallery-description.info.fr {
    font-weight: normal;
    margin-top: 15px;
    min-width: 20%;
}

.list_foto .card_foto2 {
  padding: 0 24px;
  margin: 24px 0;
  border-right: 1px solid #F2F2F2;
  float: left;
  width: calc(33.3% - 49px);
}

.list_foto .card_foto2:nth-child(3), .list_foto .card_foto2:nth-child(6), .list_foto .card_foto2:nth-child(9), .list_foto .card_foto2:nth-child(12), .list_foto .card_foto2:nth-child(15) {
  border-right: 0;
}

.area_foto {
  background: #fff;
  width: 1100px;
  height: 560px;
}

.area_foto .arrow_foto_left,
.area_foto .arrow_foto_right {
  position: absolute;
  left: 12px;
  height: 24px;
  top: calc(50% - 12px);
  z-index: 2;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.area_foto .arrow_foto_left:hover,
.area_foto .arrow_foto_right:hover {
  -ms-transform: scale(1.2);
  /* IE 9 */
  -webkit-transform: scale(1.2);
  /* Chrome, Safari, Opera */
  transform: scale(1.2);
}

.area_foto .arrow_foto_right {
  position: absolute;
  left: 800px;
}

.list_video .card_video {
  float: left;
  margin: 12px;
  width: calc(33.3% - 24px);
}

.list_book .card_book {
  width: calc(16.67% - 22px);
  float: left;
  margin: 10px;
}

.list_link {
  margin: 30px 0;
  padding: 0;
  list-style-type: none;
}

.list_link li .nama,
.list_link li .link,
.list_link li .jenis {
  width: calc(33.3% - 20px);
  float: left;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  padding: 15px 10px;
  background: #FAFAFA;
}

.list_link li .nama {
  font-weight: normal;
}

.list_link li .link {
  background: #fff;
  font-weight: bold;
}

.list_link li .link a {
  color: #C52B23;
}

.list_link li .link a:hover {
  text-decoration: underline;
}

.list_link li:after {
  content: "";
  display: block;
  clear: both;
}

.list_link li.head {
  border-bottom: 1px solid #F2F2F2;
}

.list_link li.head .nama {
  font-weight: bold;
}

.list_link.list_kabinet {
  margin: 30px 100px;
}

.list_link.list_kabinet li .nama,
.list_link.list_kabinet li .link {
  width: calc(50% - 20px);
}

.linkterkait.linkterkait3 .box_link {
  width: calc(33.3% - 8px);
}

.linkterkait.linkterkait4 .box_link {
  width: calc(25% - 8px);
}

.linkterkait.linkterkait5 .box_link {
  width: calc(20% - 8px);
}

.linkterkait.linkterkait6 .box_link {
  width: calc(16.7% - 8px);
}

.linkterkait.linkterkait7 .box_link {
  width: calc(14.285% - 8px);
}

.linkterkait.linkterkait8 .box_link {
  width: calc(12.5% - 8px);
}

.card_opini {
  padding: 12px 0;
  border-bottom: 1px solid #409CB8;
}

.card_opini .box_img {
  border-radius: 4px;
  overflow: hidden;
  width: 64px;
  float: left;
}

.card_opini .box_img:before {
  padding-top: 100%;
}

.card_opini .text {
  float: right;
  width: calc(100% - 72px);
  font-weight: bold;
}

.card_opini .text .date {
  color: #C52B23;
  font-size: 12px;
}

.card_opini .text h2 {
  font-size: 14px;
  color: #000;
  padding: 5px 0;
}

.card_opini .text .author {
  font-size: 12px;
  color: #9E9E9E;
}

.card_peraturan {
  padding: 12px 0;
  border-bottom: 1px solid #409CB8;
}

.card_peraturan h2 {
  color: #000;
  font-size: 14px;
}

.card_peraturan p {
  font-size: 14px;
  color: #000;
  margin: 0;
  padding: 0;
  line-height: 20px;
}

.card_pidato {
  padding: 16px 0;
  border-bottom: 1px solid #409CB8;
  color: #000;
}

.card_pidato p {
  font-size: 14px;
  color: #000;
  margin: 0;
  padding: 0;
  line-height: 20px;
}

.card_berita {
  padding: 12px 0;
}

.card_berita .box_img {
  border-radius: 4px;
  overflow: hidden;
  width: 100px;
  float: left;
}

.card_berita .box_img:before {
  padding-top: 75%;
}

.card_berita .text {
  float: right;
  width: calc(100% - 116px);
}

.card_berita .text .date {
  color: #C52B23;
  font-size: 12px;
  font-weight: bold;
}

.card_berita .text h2 {
  font-size: 14px;
  color: #000;
  padding: 5px 0;
}

.card_video {
  position: relative;
  float: left;
  width: 100%;
}

.card_video .box_img {
  position: relative;
  z-index: 1;
  background: #000;
}

.card_video .box_img .img_con {
  opacity: 0.7;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.card_video .box_img:before {
  padding-top: 60%;
}

.card_video .box_img .durasi {
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 13px;
  padding: 5px 8px;
  border-radius: 3px;
  bottom: 8px;
  right: 8px;
}

.card_video .icon_video {
  position: absolute;
  top: calc(50% - 12px);
  left: calc(50% - 12px);
  z-index: 2;
  width: 24px;
}

.card_video h2 {
  padding: 8px 0;
  font-size: 16px;
  line-height: 140%;
  color: #000;
  min-height: 80px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.card_video:hover .img_con {
  opacity: 0.4;
}

.card_video:hover h2 {
  color: #C52B23;
}

.card_foto {
  position: relative;
  float: left;
  width: 100%;
}

.card_foto .box_img {
  position: relative;
  z-index: 1;
  background: #000;
}

.card_foto .box_img:before {
  padding-top: 60%;
}

.banner_promo {
  background-image: linear-gradient(225.24deg, #F4A8B1 0%, #BE4655 100%, #BB4050 100%);
  border-radius: 8px;
  padding: 12px 20px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  display: block;
  min-height: 56px;
  margin-bottom: 4px;
}

.banner_promo .icon {
  width: 32px;
  float: left;
  margin-top: 10px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.banner_promo .text {
  float: right;
  width: calc(100% - 50px);
}

.banner_promo .text h3 {
  font-size: 20px;
}

.banner_promo .text p {
  margin: 0;
}

.banner_promo.sippil {
  background-image: -webkit-linear-gradient(294deg, #A2C4ED 0%, #376DB0 100%);
  background-image: -o-linear-gradient(294deg, #A2C4ED 0%, #376DB0 100%);
  background-image: linear-gradient(24deg, #A2C4ED 0%, #376DB0 100%);
}

.banner_promo.siskab {
  background-image: -webkit-linear-gradient(294deg, #B9B6EF 0%, #5C58B2 100%);
  background-image: -o-linear-gradient(294deg, #B9B6EF 0%, #5C58B2 100%);
  background-image: linear-gradient(24deg, #B9B6EF 0%, #5C58B2 100%);
}

.banner_promo.jfp {
  background-image: -webkit-linear-gradient(294deg, #96E8E1 0%, #409CB8 100%);
  background-image: -o-linear-gradient(294deg, #96E8E1 0%, #409CB8 100%);
  background-image: linear-gradient(24deg, #96E8E1 0%, #409CB8 100%);
}

.banner_promo.layanan {
  background-image: -webkit-linear-gradient(294deg, #A2E1C7 0%, #389C73 100%);
  background-image: -o-linear-gradient(294deg, #A2E1C7 0%, #389C73 100%);
  background-image: linear-gradient(24deg, #A2E1C7 0%, #389C73 100%);
}

.banner_promo:hover .icon {
  -ms-transform: scale(1.1);
  /* IE 9 */
  -webkit-transform: scale(1.1);
  /* Chrome, Safari, Opera */
  transform: scale(1.1);
}

.box_link {
  border-radius: 8px;
  box-shadow: 0 4px 8px 0 rgba(147, 147, 147, 0.1);
  background-image: -webkit-linear-gradient(156deg, #a7e0f3, #409cb8);
  background-image: -o-linear-gradient(156deg, #a7e0f3, #409cb8);
  background-image: linear-gradient(246deg, #a7e0f3, #409cb8);
  padding: 15px 0;
  text-align: center;
  font-size: 16px;
  color: #fff;
  margin-right: 4px;
  margin-left: 4px;
  width: calc(25% - 8px);
  float: left;
  margin-top: 16px;
}

.box_link img {
  display: inline-block;
  height: 64px;
  margin-bottom: 10px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.box_link strong {
  display: block;
}

.box_link.link_ppid {
  background-image: linear-gradient(246deg, #edb6e1, #746edf);
}

.box_link.link_reformasi {
  background-image: linear-gradient(245deg, #96e8e1, #4589dc);
}

.box_link.link_gpr {
  background-image: linear-gradient(245deg, #ffbab6, #c35c85);
}

.box_link:hover img {
  -ms-transform: scale(1.1);
  /* IE 9 */
  -webkit-transform: scale(1.1);
  /* Chrome, Safari, Opera */
  transform: scale(1.1);
}

.card_sosmed_tw {
  padding: 16px 0;
  border-bottom: 1px solid #f5f5f5;
}

.card_sosmed_tw .box_img {
  width: 48px;
  border-radius: 100px;
  float: left;
  overflow: hidden;
}

.card_sosmed_tw .name {
  float: right;
  width: calc(100% - 60px);
  color: #bdbdbd;
  font-size: 13px;
  position: relative;
  margin-top: 8px;
}

.card_sosmed_tw .name strong {
  font-size: 13px;
  color: #000;
  display: block;
}

.card_sosmed_tw .name .time {
  position: absolute;
  right: 0;
  top: 0;
}

.card_sosmed_tw .text {
  margin-top: 16px;
  font-size: 14px;
  line-height: 20px;
}

.card_sosmed_tw .text a {
  color: #f5a623;
}

.card_sosmed_tw .text a:hover {
  text-decoration: underline;
}

.card_sosmed_tw .text img {
  width: 100%;
}

.card_vertical {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
}

.card_vertical .box_img:before {
  padding-top: 75%;
}

.card_vertical .text {
  padding: 16px;
}

.card_vertical .text .date {
  color: #C52B23;
  font-size: 12px;
  font-weight: bold;
}

.card_vertical .text h2 {
  font-size: 14px;
  color: #000;
  padding: 5px 0;
}

.card_peraturan2 {
  padding: 20px 0;
  border-bottom: 1px solid #999999;
}

.card_peraturan2 h2 {
  color: #720800;
  font-size: 24px;
  line-height: 130%;
  padding: 12px 0;
}

.card_peraturan2 h2:hover {
  text-decoration: underline;
}

.card_peraturan2 .info {
  font-size: 18px;
  font-weight: bold;
  color: #333;
  margin-right: 30px;
}

.card_peraturan2 .info span {
  color: #999999;
}

.card_peraturan2 .desc {
  font-size: 18px;
  line-height: 140%;
  margin-top: 20px;
}

.card_search {
  padding: 20px 0;
  border-bottom: 1px solid #999999;
}

.card_search .box_img {
  width: 300px;
  float: left;
}

.card_search .box_img:before {
  padding-top: 75%;
}

.card_search .text {
  float: right;
  font-size: 16px;
  width: calc(100% - 320px);
  line-height: 140%;
}

.card_search .text .date {
  color: #333333;
}

.card_search .text h2 {
  color: #720800;
  font-size: 24px;
  padding: 12px 0;
  line-height: 140%;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.card_search .text h2:hover {
  text-decoration: underline;
}

.card_full img {
  width: 100%;
}

.card_foto2 .box_img {
  border-radius: 8px;
  overflow: hidden;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  cursor: pointer;
  background: #000;
}

.card_foto2 .box_img .img_con {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.card_foto2 .box_img:before {
  padding-top: 60%;
}

.card_foto2 .box_img:hover {
  -ms-transform: scale(1.02);
  /* IE 9 */
  -webkit-transform: scale(1.02);
  /* Chrome, Safari, Opera */
  transform: scale(1.02);
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.5);
}

.card_foto2 .box_img:hover .img_con {
  opacity: 0.6;
}

.card_foto2 .box_img .count {
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  height: 20px;
  line-height: 20px;
  padding: 5px 8px;
  border-radius: 3px;
  bottom: 8px;
  right: 8px;
  color: #fff;
}

.card_foto2 .box_img .count img {
  height: 12px;
  margin-right: 5px;
}

.card_foto2 .text {
  font-size: 14px;
  min-height: 140px;
}

.card_foto2 .text h2 {
  font-size: 16px;
  color: #000;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.card_foto2 .text h2:hover {
  color: #C52B23;
}

.card_foto2 .text .date {
  color: #720800;
  margin: 12px 0 8px;
  font-weight: bold;
}

.card_foto_detail {
  position: relative;
}

.card_foto_detail .box_img {
  width: 840px;
  float: left;
}

.card_foto_detail .box_img:before {
  padding-top: 66.7%;
}

.card_foto_detail .box_img .counter {
  position: absolute;
  background: rgba(0, 0, 0, 0.6);
  padding: 8px 16px;
  font-size: 14px;
  width: 50px;
  color: #fff;
  border-radius: 4px;
  bottom: 16px;
  left: calc(50% - 25px);
  text-align: center;
}

.card_foto_detail .text {
  width: calc(100% - 880px);
  position: absolute;
  right: 16px;
  bottom: 20px;
  font-size: 16px;
  line-height: 140%;
}

.card_foto_detail .text .date {
  color: #999999;
  font-size: 14px;
}

.card_foto_detail .text h1 {
  color: #720800;
  font-size: 18px;
  padding: 12px 0;
  line-height: 140%;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.card_foto_detail .text h1:hover {
  text-decoration: underline;
}

.card_book .box_img {
  margin-bottom: 10px;
  border: 1px solid #E7E7E7;
}

.card_book .box_img .img_con {
  margin: 8px;
}

.card_book .box_img:before {
  padding-top: 120%;
}

.card_book .text {
  min-height: 120px;
}

.card_book .text h2 {
  color: #000;
  font-size: 16px;
  margin-bottom: 5px;
  line-height: 140%;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.card_book .text h2:hover {
  color: #C52B23;
}

.card_book .text .writer {
  font-size: 14px;
}

.card_struktur {
  position: relative;
  height: 120px;
  margin: 20px 0;
}

.card_struktur .box_img {
  float: left;
  width: 80px;
}

.card_struktur .box_img:before {
  padding-top: 150%;
}

.card_struktur .text {
  width: calc(100% - 100px);
  font-size: 16px;
  bottom: 0;
  text-align: left;
  float: right;
  height: 120px;
}

.card_struktur .text span {
  position: absolute;
  bottom: 0;
}

.card_struktur .text .title {
  font-weight: bold;
}

.select-style {
  border: 0;
  border: 1px solid #eb5757;
  border-radius: 5px;
  padding: 1px;
  width: calc(100% - 10px);
  overflow: hidden;
  font-size: 15px;
  padding: 0 5px;
  height: 40px;
  position: relative;
  background: url(../img/ico_dropdown.png) no-repeat center;
  background-color: none;
  background-size: 10px;
  background-position: calc(100% - 15px);
  margin-top: 10px;
}

.select-style select {
  padding: 12px 10px;
  width: 100%;
  border: none;
  box-shadow: none;
  background: transparent;
  background-image: none;
  -webkit-appearance: none;
  outline: none;
  font-family: gilroyff, helvetica, arial;
  font-size: 13px;
  color: #eb5757;
}

.select-style.select-style_black {
  background: url(../img/arrow_down_white.png) no-repeat center #2F2F2F;
  background-size: 10px;
  background-position: calc(100% - 15px);
  margin-top: 10px;
  border: 0;
  height: 30px;
  color: #fff;
}

.select-style.select-style_black select {
  padding: 6px;
  color: #fff;
}

.select-style.select-style2 {
  width: 50%;
}

.select-style2 {
  border: 1px solid #D7D7D7;
  height: 35px;
  border-radius: 5px;
  background-color: #fff;
  overflow: hidden;
}

.select-style2 .select-style {
  border: 0;
  border-radius: 0;
  float: left;
}

.select-style2 .select-style60 {
  width: calc(60% - 10px);
}

.select-style2 .select-style40 {
  width: calc(40% - 11px);
  border-left: 1px solid #D7D7D7;
}

.group-input {
  text-align: left;
  font-size: 15px;
  padding: 10px 0;
}

.group-input input {
  margin-top: 10px;
  border: 1px solid #D7D7D7;
  border-radius: 3px;
  padding: 10px;
  width: calc(100% - 20px);
  outline: none;
  font-size: 13px;
  font-family: gilroyff, helvetica, arial;
}

.group-input input.img {
  background-size: 25px;
  background-position: 5px;
  padding-left: 35px;
  width: calc(100% - 45px);
  background-repeat: no-repeat;
  background-color: #fff;
}

.group-input input.user {
  background-image: url("../images/ico_user.png");
}

.group-input input.email {
  background-image: url("../images/ico_mail.png");
}

.group-input input.password {
  background-image: url("../images/ico_password.png");
}

.group-input input.company {
  background-image: url("../images/icon_corporate.png");
}

.group-input input.phone {
  background-image: url("../images/icon_phone.png");
}

.group-input input:focus {
  border-color: #376DB0;
}

.group-input .btn {
  background-color: #FF9F00;
  width: auto;
  padding: 10px 40px;
  color: #fff;
  font-weight: bold;
  border-radius: 0;
  letter-spacing: 3px;
  border: 0;
  margin-top: 0;
}

.group-input .btn:hover {
  background: #000;
}

.group-input .btn_more {
  background: #2BC1F6;
  /* Old browsers */
  background: -moz-linear-gradient(left, #2BC1F6 0%, #138EE9 100%);
  background: -webkit-linear-gradient(left, #2BC1F6 0%, #138EE9 100%);
  background: linear-gradient(to 100%, #2BC1F6 0%, #138EE9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color1', endColorstr='$color2',GradientType=0 );
  width: 100%;
  padding: 15px 0;
  font-family: gilroyff, helvetica, arial;
  font-size: 16px;
  border-radius: 100px;
}

.group-input .btn_more:hover {
  background: #138EE9;
}

.group-input .input-password {
  position: relative;
}

.group-input .show_pass {
  position: absolute;
  right: 5px;
  top: calc(50% - 10px);
  margin: 0;
  cursor: pointer;
  z-index: 2;
}

.group-input .show_pass img {
  height: 30px;
}

.group-input .show_pass:hover {
  opacity: 0.7;
}

.group-input .pass_hide {
  display: none;
  opacity: 0.5;
}

.group-input.group-password .info-input {
  float: left;
  width: 100%;
  margin-top: 5px;
  font-size: 11px;
  position: relative;
  z-index: 2;
}

.group-input.group-password .strenght_pass,
.group-input.group-password .strength_meter {
  float: right;
  width: 130px;
}

.group-input.group-password .info-input2 {
  width: 100%;
}

.group-input textarea {
  border: 1px solid #D7D7D7;
  padding: 7px;
  width: calc(100% - 14px);
  border-radius: 5px;
  outline: none;
  font-size: 15px;
  margin-bottom: 15px;
  margin-top: 5px;
  font-family: gilroyff, helvetica, arial;
}

.group-input .file {
  display: block;
  text-align: center;
  border: 1px solid #D7D7D7;
  padding: 7px;
  padding-bottom: 13px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.group-input .file img {
  height: 20px;
  position: relative;
  top: 5px;
}

.group-input .file input {
  position: absolute;
  opacity: 0;
  left: 0;
  top: 0;
}

.group-input .radiobox input {
  float: left;
  width: auto;
  margin-right: 5px;
  display: none;
}

.group-input .radiobox input:checked ~ div {
  border-color: #1477EA;
  background: #E2F0FF;
}

.group-input .radiobox div {
  border: 1px solid #D7D7D7;
  padding: 4px 8px;
  border-radius: 5px;
  margin-bottom: 5px;
  display: inline-block;
  float: left;
  margin-right: 7px;
  font-size: 14px;
  cursor: pointer;
}

.group-input .radiobox div:hover {
  border-color: #1477EA;
  background: #E2F0FF;
}

.group-input .radiobox.radiobox2 div {
  padding: 10px 50px;
  font-size: 20px;
  margin-right: 15px;
}

.group-input .radiobox.radiobox_full {
  width: 100%;
}

.group-input .radiobox.radiobox_full div {
  padding: 10px;
  text-align: left;
  width: calc(100% - 20px);
  display: inline-block;
}

.group-input .radiobox.radiobox3 input:checked ~ div {
  border-color: #1477EA;
  background: #1477EA;
}

.group-input .radiobox.radiobox_skill {
  text-align: center;
}

.group-input .radiobox.radiobox_skill > div {
  width: calc(20% - 26px);
  float: left;
}

.group-input .radiobox.radiobox_skill > div img {
  width: 50%;
  padding: 10px;
}

.group-input .radiobox.radiobox_skill input {
  float: left;
  width: auto;
  margin-right: 5px;
  display: none;
}

.group-input .radiobox.radiobox_skill input:checked ~ div {
  border-color: #1477EA;
  background-image: url(../images/icon_checklist.png);
  background-repeat: no-repeat;
  background-position: 95% 5%;
  background-size: 20px;
  background-color: #E2F0FF;
}

.group-input .checkbox_type div {
  border-radius: 5px;
  margin: 7px;
  display: inline-block;
  float: left;
  font-size: 12px;
  cursor: pointer;
  text-align: center;
  width: 70px;
  height: 70px;
  padding: 5px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

.group-input .checkbox_type div img {
  width: 70%;
}

.group-input .checkbox_type div:hover {
  color: #1477EA;
}

.group-input .checkbox_type input {
  float: left;
  width: auto;
  margin-right: 10px;
  display: none;
}

.group-input .checkbox_type input:checked ~ div {
  background: url(../images/icon_checklist.png) no-repeat #fff;
  background-size: 15px;
  background-position: 90% 10%;
  color: #1477EA;
}

.group-input .checkbox_type2 {
  margin-bottom: 10px;
  display: block;
}

.group-input .checkbox_type2 div {
  float: left;
  width: 15px;
  height: 15px;
  margin-right: 10px;
  background: url(../images/checklist.png) no-repeat;
  background-size: 15px;
}

.group-input .checkbox_type2 input {
  float: left;
  width: auto;
  margin-right: 10px;
  display: none;
}

.group-input .checkbox_type2 input:checked ~ div {
  background: url(../images/checklist_selected.png) no-repeat #fff;
  background-size: 15px;
  background-position: 90% 10%;
  color: #1477EA;
}

.group-input .input_file2 {
  border: 1px solid #D7D7D7;
  border-radius: 5px;
  padding: 7px 20px;
  font-size: 15px;
  display: inline-block;
}

.group-input .input_file2 input {
  display: none;
}

.group-input .with_remove {
  position: relative;
}

.group-input .with_remove .remove {
  position: absolute;
  height: 30px;
  line-height: 30px;
  right: 0;
  top: 0;
  z-index: 5;
  margin: 2px 10px;
  font-weight: bold;
  cursor: pointer;
}

.group-input .with_remove .remove:hover {
  opacity: 0.8;
}

.group-input .input-style {
  position: relative;
}

.group-input .input-style .left {
  position: absolute;
  width: 40px;
  margin: 0;
  padding: 0;
  left: 10px;
  top: 7px;
}

.group-input .input-style .right {
  position: absolute;
  width: 40px;
  margin: 0;
  padding: 0;
  right: 10px;
  top: 7px;
  text-align: right;
}

.group-input .input-style input {
  padding-left: 50px;
  padding-right: 50px;
  width: calc(100% - 100px);
}

.group-input .input-style.input-style-right input {
  padding-left: 10px;
  width: calc(100% - 60px);
}

.group-input .input-style.input-style-left input {
  padding-right: 10px;
  width: calc(100% - 60px);
}

.group-input.group-input2 {
  border-bottom: 1px solid #B7B7B7;
  height: 35px;
  margin-bottom: 10px;
  position: relative;
}

.group-input.group-input2 label {
  float: left;
  width: 100px;
  font-style: italic;
  margin-top: 10px;
}

.group-input.group-input2 input {
  float: left;
  width: calc(100% - 100px);
  border: 0;
  background: none;
  padding: 0;
  font-size: 15px;
  font-weight: normal;
  height: 35px;
  text-align: left;
  margin-bottom: 0;
}

.group-input-drag {
  background: #F0F0F0;
  border: 1px dotted #AAAAAA;
  padding: 30px;
  text-align: center;
  min-height: 300px;
  position: relative;
}

.group-input-drag .drag_label {
  display: block;
  position: relative;
  width: 100%;
  height: 280px;
  text-align: center;
  font-weight: bold;
  margin-top: 20px;
}

.group-input-drag .drag_label .info_drag {
  display: inline-block;
  width: 200px;
}

.group-input-drag .drag_label .info_drag img {
  width: 50%;
  margin: 20px 0;
  display: inline-block;
}

.group-input-drag .drag_label .info_drag .btn {
  padding: 15px 0;
  margin-top: 20px;
  width: 100%;
  font-weight: bold;
}

.group-input-drag input[type="file"] {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
}

.group-input-drag .imageThumb {
  border: 2px solid;
  padding: 1px;
  cursor: pointer;
}

.group-input-drag .pip {
  display: inline-block;
  position: relative;
  width: calc(33.3% - 30px);
  margin: 10px;
}

.group-input-drag .pip .box_img {
  background: #fff;
}

.group-input-drag .pip .btn {
  width: 100%;
  padding: 10px 0;
  display: block;
  text-align: center;
}

.group-input-drag .remove {
  display: block;
  background: red;
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 100px;
  color: white;
  text-align: center;
  cursor: pointer;
  position: absolute;
  top: -10px;
  right: -10px;
}

.group-input-drag .remove:hover {
  background: white;
  color: black;
}

.input_select_join {
  border: 1px solid #D7D7D7;
  border-radius: 5px;
}

.input_select_join input {
  width: 60%;
  float: left;
  border: 0;
}

.input_select_join .select-style_join {
  width: 30%;
  border: 0;
  float: left;
  border-left: 1px solid #D7D7D7;
  border-radius: 0;
  float: right;
}

.input_select_join .radio_join {
  width: 30%;
  margin: 5px;
  border: 1px solid #D7D7D7;
  border-radius: 3px;
  float: right;
  overflow: hidden;
}

.input_select_join .radio_join .radiobox div {
  float: left;
  text-align: center;
  font-size: 13px;
  margin-right: 0;
  border: 0;
  width: 50%;
  padding: 2px 0;
  margin: 0;
  border-radius: 0;
}

.input_select_join .radio_join .radiobox div sup {
  font-size: 9px;
}

.input_select_join .radio_join .radiobox:last-child div {
  border-left: 1px solid #D7D7D7;
  width: calc(50% - 1px);
  float: right;
}

.input_select_join .radio_join .radiobox input:checked ~ div {
  background: #1477EA;
}

.detail_title {
  padding: 50px 0px;
}

.detail_title h1 {
  font-size: 33px;
  line-height: 1.24;
  color: #720800;
  margin-bottom: 20px;
}

.info.fr {
    float: left;
}

.detail_title .info {
  font-size: 15px;
  font-weight: bold;
  color: #333;
  margin-right: 30px;
}

.detail_title .info span {
  color: #999999;
}

.detail .img_cover {
  margin-bottom: 20px;
}

.detail_text {
  margin-bottom: 50px;
}

.detail_text .detail_sosmed {
  float: left;
  width: 60px;
}

.detail_text .detail_sosmed a {
  display: block;
  width: 90%;
  text-align: center;
  margin-bottom: 12px;
}

.detail_text .detail_sosmed a img {
  width: 70%;
}

.detail_text .reading_text {
  float: right;
  width: calc(100% - 70px);
  font-size: 18px;
  line-height: 1.56;
}

.detail_text .reading_text .wp-caption {
  font-size: 13px;
  width: 100% !important;
}

.detail_text .reading_text .wp-caption img {
  width: 100%;
  height: auto;
  margin-bottom: 5px;
}
.detail div, .detail img {
    max-width: 96% !important;
}
.detail_text .reading_text.reading_text2 {
  width: calc(100% - 50px);
}

.detail_text .reading_text p {
  margin: 0;
  margin-bottom: 20px;
}

.detail_text .reading_text p a {
  color: #720800;
  font-weight: bold;
}

.detail_text .reading_text p a:hover {
  text-decoration: underline;
}

.detail_text .reading_text img {
  width: 100%;
  height: auto;
}

.detail_text .reading_text table {
  border: 1px solid #eee;
  border-collapse: collapse;
  width: 100%;
}

.detail_text .reading_text table td {
  padding: 8px;
  border: 1px solid #eee;
}

.detail_text .reading_text table thead {
  background: #eee;
  font-weight: bold;
}

.detail_text .reading_text blockquote {
  border-left: 3px solid #C52B23;
  padding-left: 30px;
  margin: 0;
  font-size: 1.3em;
  font-weight: bold;
}

.detail_text .reading_text button {
  display: inline-block;
  padding: 15px 40px;
  background: #C52B23;
  color: #fff;
  border-radius: 100px;
  font-size: 16px;
  border: 0;
  margin: 10px 0;
  cursor: pointer;
}

.detail_text .reading_text button:hover {
  opacity: 0.8;
}

.detail_text .reading_text .berita_next {
  margin-top: 20px;
}

.detail_text .reading_text .berita_next a {
  display: block;
  color: #720800;
  font-weight: bold;
}

.detail_text .reading_text .detail_tag {
  margin-top: 20px;
}

.detail_text .reading_text .detail_tag a {
  display: inline-block;
  padding: 8px;
  color: #398bbb;
  background: #e3eef5;
  border-radius: 4px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  margin-right: 4px;
}

.detail_text .reading_text .detail_tag a:hover {
  background: #D5E8F4;
}

.detail_text .reading_text.slide_foto_detail .img_con img {
  height: 100%;
  width: auto;
}

.detail_text .reading_text.slide_foto_detail .box_img:before {
  padding-top: 67%;
}

.berita_terbaru {
  background: #f2f2f2;
  padding: 24px 0;
  margin-top: 30px;
}

.berita_terbaru .title_box {
  margin-left: 4px;
  margin-bottom: 20px;
}

.berita_terbaru .card_vertical {
  margin: 4px;
  width: calc(25% - 8px);
  float: left;
}

#progress_bar {
  height: 80px;
  line-height: 80px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  background: #fff;
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 5;
  color: #9B9B9B;
  font-size: 16px;
  font-weight: bold;
}

#progress_bar span {
  color: #000;
}

#progress_bar .container {
  position: relative;
}

#progress_bar.show {
  display: block;
  animation-name: slideUpsatu;
  animation-duration: 0.5s;
}

#progress_bar .list_reaction {
  position: absolute;
  right: 0;
  top: 15px;
  background: #fff;
  padding-left: 40px;
}

#progress_bar .list_reaction div {
  float: left;
  height: 50px;
  line-height: 50px;
  margin-right: 15px;
}

#progress_bar .list_reaction a {
  height: 50px;
  float: left;
  width: auto;
  margin: 0;
}

#progress_bar .list_reaction a strong {
  display: none;
}

#progress_bar .list_reaction a img {
  height: 100%;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#progress_bar .list_reaction a:hover img {
  -ms-transform: scale(1.3);
  /* IE 9 */
  -webkit-transform: scale(1.3);
  /* Chrome, Safari, Opera */
  transform: scale(1.3);
}

#progress_bar .list_reaction.share_progress a img {
  height: 80%;
  margin: 5px;
}

progress {
  /* position:fixed;
    top:15px;
    width: 100%;
    background: red; */
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 1000;
  display: none;
  width: 100%;
  height: .25em;
  border: none;
  background-color: #eee;
  color: red;
}

.progress-container {
  width: 100%;
  height: 50px;
  background: red;
}

.progress-bar {
  background-color: red;
  width: 100%;
  display: block;
  height: inherit;
}

.reaction {
  margin-top: 32px;
}

.reaction .title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 24px;
}

.reaction .list_reaction a {
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  width: 20%;
  float: left;
  color: #000;
}

.reaction .list_reaction a img {
  display: inline-block;
  width: 50%;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.reaction .list_reaction a strong {
  display: block;
}

.reaction .list_reaction a:hover img {
  -ms-transform: scale(1.2);
  /* IE 9 */
  -webkit-transform: scale(1.2);
  /* Chrome, Safari, Opera */
  transform: scale(1.2);
}

._3d-flip-book.fb3d-thumbnail-lightbox-mode, 
._3d-flip-book .book-thumbnail,
._3d-flip-book .book-thumbnail img {
    width: 100%;
}

.detail_book {
  margin: 50px 0;
}

.detail_book .cover_book {
  float: left;
  width: 300px;
  padding: 15px;
  border: 1px solid #E7E7E7;
}

.detail_book .cover_book img {
  width: 100%;
}

.detail_book .text {
  float: right;
  width: calc(100% - 350px);
}

.detail_book .text h1 {
  font-size: 32px;
  color: #000;
  line-height: 140%;
}

.detail_book .text .info {
  margin: 30px 0;
  font-size: 18px;
}

.detail_book .text .info .info_left {
  float: left;
  width: 150px;
  position: relative;
  font-weight: bold;
}

.detail_book .text .info .info_left:after {
  position: absolute;
  content: ":";
  right: 0;
  top: -2px;
}

.detail_book .text .info .info_right {
  float: right;
  width: calc(100% - 170px);
  margin-bottom: 10px;
}

.detail_book .detail_text {
  font-size: 18px;
  margin-top: 40px;
  line-height: 140%;
}

.detail_book .detail_text .berita_next {
  margin-top: 20px;
}

.detail_book .detail_text .berita_next a {
  display: block;
  color: #720800;
  font-weight: bold;
}

.hero_img_profil:before {
  padding-top: 30%;
}

.hero_img_profil .gradasi {
  position: absolute;
  width: 100%;
  height: 60%;
  bottom: 0;
  left: 0;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 77%, white 86%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 77%, white 86%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 77%, white 86%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.detail_profil {
  font-size: 18px;
  line-height: 140%;
  text-align: center;
  padding-bottom: 40px;
  position: relative;
  margin-top: -80px;
}

.detail_profil.detail_profil2 {
  margin-top: 0;
}

.detail_profil h2 {
  font-size: 28px;
  color: #C52B23;
  line-height: 140%;
  margin-top: 50px;
}

.detail_profil h3 {
  margin-top: 30px;
  margin-bottom: 20px;
}

.detail_profil .desc {
  margin: 30px 0;
}

.detail_profil .desc img {
  width: 100%;
}

.detail_profil.detail_struktur {
  margin-top: 40px;
}

.detail_profil .table {
  font-size: 16px;
  border-collapse: collapse;
  margin-top: 30px;
}

.detail_profil .table thead {
  font-weight: bold;
}

.detail_profil .table thead tr {
  border-bottom: 1px solid #F2F2F2;
  background: #fff !important;
}

.detail_profil .table tr td {
  padding: 12px 12px;
  text-align: center;
}

.detail_profil .table tr:nth-child(odd) {
  background: #FAFAFA;
}

.boxred {
  background: #c52b23;
  /* Old browsers */
  background: -moz-linear-gradient(left, #c52b23 0%, #ffbab6 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #c52b23 0%, #ffbab6 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #c52b23 0%, #ffbab6 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  color: #fff;
  padding: 20px;
  border-radius: 10px;
  min-height: 80px;
  font-size: 16px;
  font-weight: bold;
  vertical-align: middle;
}

.boxred a {
  display: table-cell;
  width: 100%;
  height: 100px;
  padding: 10px;
  vertical-align: middle;
  color: #fff;
}

.col2center {
  margin: 0 15%;
}

.col2center .boxred {
  margin: 20px;
  width: calc(50% - 80px);
  float: left;
}

.box_grey {
  padding: 1px 30px;
  border-radius: 5px;
  background: #F5F5F5;
  font-size: 18px;
  text-align: left;
  margin-top: 30px;
}

.box_grey .list_number {
  padding-bottom: 20px;
  padding-top: 20px;
}

.box_grey .list_number ol {
  float: left;
  margin: 0 20px;
  padding: 0;
  width: calc(50% - 40px);
}

.box_grey .list_number ol li {
  padding-left: 20px;
  font-size: 18px;
  line-height: 140%;
  padding: 15px 0;
  border-bottom: 1px solid #CCCCCC;
}

.box_grey h3 {
  margin: 0;
  margin-bottom: 10px;
}

.box_grey a {
  color: #000;
  display: block;
}

.box_grey a:hover {
  text-decoration: underline;
}

.colcenter {
  margin: 0 35%;
}

.colcenter .box_grey {
  width: calc(100% - 60px);
  text-align: center;
  padding: 30px;
  margin-bottom: 20px;
}

.col3center .box_grey {
  margin: 20px;
  width: calc(33.3% - 100px);
  float: left;
  text-align: center;
  padding: 30px;
  height: 250px;
}

.visimisi {
  text-align: center;
  background: url(../img/footer_bg.jpg) #c52b23 center top;
  background-size: cover;
  color: #fff;
  font-size: 18px;
  padding: 50px 0;
  margin-bottom: 30px;
}

.visimisi h2 {
  margin-bottom: 30px;
}

.box_reformasi {
  background: #F5F5F5;
  padding: 40px 0;
  margin-bottom: 30px;
}

.box_reformasi h2 {
  text-align: center;
  margin-bottom: 20px;
  font-size: 26px;
}

.box_reformasi .box_reformasi {
  border-radius: 10px;
  padding: 15px;
  text-align: center;
  color: #fff;
  background: #C52B23;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #C52B23 1%, #FFBAB6 100%);
  background: -webkit-linear-gradient(-45deg, #C52B23 1%, #FFBAB6 100%);
  background: linear-gradient(to 135deg, #C52B23 1%, #FFBAB6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color1', endColorstr='$color2',GradientType=0 );
  float: left;
  margin: 10px;
  width: calc(16.67% - 51px);
  font-size: 14px;
}

.box_reformasi .box_reformasi.br_blue {
  background: #2C60A1;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #2C60A1 1%, #A2C4ED 100%);
  background: -webkit-linear-gradient(-45deg, #2C60A1 1%, #A2C4ED 100%);
  background: linear-gradient(to 135deg, #2C60A1 1%, #A2C4ED 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color1', endColorstr='$color2',GradientType=0 );
}

.box_reformasi .box_reformasi.br_unggu {
  background: #47439C;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #47439C 1%, #B9B6EF 100%);
  background: -webkit-linear-gradient(-45deg, #47439C 1%, #B9B6EF 100%);
  background: linear-gradient(to 135deg, #47439C 1%, #B9B6EF 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color1', endColorstr='$color2',GradientType=0 );
}

.box_reformasi .box_reformasi.br_blue2 {
  background: #28829E;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #28829E 1%, #96E8E1 100%);
  background: -webkit-linear-gradient(-45deg, #28829E 1%, #96E8E1 100%);
  background: linear-gradient(to 135deg, #28829E 1%, #96E8E1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color1', endColorstr='$color2',GradientType=0 );
}

.box_reformasi .box_reformasi.br_green {
  background: #1E7D57;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #1E7D57 1%, #A2E1C7 100%);
  background: -webkit-linear-gradient(-45deg, #1E7D57 1%, #A2E1C7 100%);
  background: linear-gradient(to 135deg, #1E7D57 1%, #A2E1C7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color1', endColorstr='$color2',GradientType=0 );
}

.box_reformasi .box_reformasi a {
  color: #fff;
  display: table-cell;
  width: 100%;
  height: 130px;
  padding: 10px;
  vertical-align: middle;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
}

.col_center {
  width: 50%;
  margin: 0 25%;
}

.col_50 {
  margin: 0 20px;
  width: calc(50% - 40px);
  float: left;
}

.error_page {
  padding: 200px 0;
  text-align: center;
}

.error_page h1 {
  font-size: 38px;
  margin-bottom: 5px;
}

.error_page .btn {
  border-radius: 3px;
  margin-top: 40px;
}

.linkterkait .box_link {
  width: calc(33.3% - 8px);
}

.reading_text table {
  font-size: 16px;
  border-collapse: collapse;
  margin-top: 30px;
}

.reading_text table tr td {
  padding: 12px 12px;
  text-align: center;
  border: 1px solid #eee;
}

.reading_text table thead {
  font-weight: bold;
  background: #eee !important;
}

.reading_text table thead tr {
  border-bottom: 1px solid #F2F2F2;
  background: #eee !important;
}

.reading_text table a {
  color: #C52B23;
}

.body_pop {
  background: rgba(0, 0, 0, 0.6);
  padding-top: 0;
}

.pop_box {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
}

.pop_box iframe {
  width: 100%;
  height: 100%;
  background: none;
}

#pop_box2 {
  background: rgba(0, 0, 0, 0.6);
}

.pop_box_content {
  padding: 20px;
  width: 320px;
  position: relative;
  margin: 0 auto;
  top: 5%;
}

.pop_box_content .close_box {
  position: absolute;
  height: 15px;
  padding: 15px;
  background: #BDBDBD;
  border-radius: 100px;
  right: -5px;
  top: -5px;
  cursor: pointer;
}

.pop_box_content .close_box:hover {
  background: red;
}

.pop_box_content .content_img {
  width: 100%;
}

.pop_bg {
  position: absolute;
  z-index: 1;
  text-align: center;
  margin: 0 auto;
  width: 850px;
  background: #fff;
  height: 400px;
  left: calc(50% - 425px);
  top: calc(50% - 200px);
  border: 1px solid #fff;
}

.container_pop {
  position: absolute;
  background: #fff;
  padding: 30px;
  width: 300px;
  left: calc(50% - 210px);
  top: calc(50% - 200px);
  border-radius: 10px;
  animation-name: fadein;
  animation-duration: 0.2s;
}

.container_pop .close_box_in {
  position: absolute;
  height: 15px;
  padding: 15px;
  right: 0;
  top: 0;
  cursor: pointer;
  z-index: 3;
}

.container_pop .close_box_in:hover {
  background: #f4f4f4;
}

.container_pop .title_pop {
  text-align: center;
  letter-spacing: 3px;
  font-size: 22px;
  margin-bottom: 40px;
}

.container_pop .group-input {
  margin-bottom: 20px;
}

.container_pop .group-input label {
  font-size: 12px;
  color: #4A4A4A;
  display: block;
  margin-bottom: 5px;
}

.container_pop .group-input input {
  display: block;
  border: 0;
  border-bottom: 1px solid #BDBDBD;
  height: 25px;
  font-family: gilroyff, helvetica, arial;
  outline: none;
  width: 100%;
  font-size: 16px;
}

.container_pop .btn {
  height: 40px;
  line-height: 40px;
  font-family: gilroyff, helvetica, arial;
  background: #019198;
  color: #fff;
  padding: 0 30px;
  border-radius: 100px;
  font-size: 15px;
  font-weight: bold;
  border: 0;
  margin: 15px 0;
  cursor: pointer;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.container_pop a {
  font-weight: bold;
}

.container_pop a:hover {
  text-decoration: underline;
}

.container_pop input:-webkit-autofill, .container_pop textarea:-webkit-autofill, .container_pop select:-webkit-autofill {
  background-image: none;
  color: black;
}

.container_pop.pop_foto {
  width: 1100px;
  height: 560px;
  padding: 0;
  left: calc(50% - 550px);
  top: calc(50% - 280px);
}

.container_pop2 {
  background: none;
  width: 800px;
  left: calc(50% - 400px);
  padding: 0;
}

.notif {
  padding: 5px 10px;
  border: 1px solid red;
  font-size: 13px;
  color: red;
  margin-bottom: 20px;
}

.notif.notif_green {
  border-color: green;
  color: green;
}

.close_box_out {
  position: fixed;
  height: 15px;
  padding: 15px;
  right: 0;
  top: 0;
  background: #BDBDBD;
  border-radius: 100px;
  margin: 30px;
  cursor: pointer;
  z-index: 5;
}

.close_box_out:hover {
  background: red;
}

@media screen and (max-width: 850px) {
  .container,
  .c_left,
  .indeks_left {
    width: 100%;
    margin: 0;
    float: none;
  }
  body {
    padding-top: 70px;
  }
  .c_left {
    width: 100%;
  }
  .c_left .c_50,
  .c_left .c_50:nth-child(2),
  .c_left .c_50:nth-child(4),
  .c_left .c_50:nth-child(6) {
    width: calc(100% - 24px);
    margin: 12px;
    padding: 0;
  }
  #header {
    position: fixed;
    background-position: left;
    width: 100%;
    height: 70px;
    text-align: center;
    top: 0;
    left: 0;
    z-index: 10;
  }
  #header .search_mobile {
    display: block;
  }
  #header .logo {
    float: none;
    display: inline-block;
    height: 50px;
    margin-bottom: 10px;
  }
  #header #nav {
    position: fixed;
    background: #4D4D4D;
    left: 0;
    margin: 0;
    margin-top: 0px;
    display: none;
  }
  #header #nav a {
    display: block;
    width: calc(100% - 40px);
    text-align: left;
    padding: 5px 20px;
    height: auto;
  }
  #header #nav a.home {
    background: url(../img/icon_home.png) no-repeat center left;
    background-position: 20px 12px;
    background-size: 16px;
    padding-left: 45px;
  }
  #header #nav .sub {
    width: calc(100% - 70px);
    text-align: left;
    padding: 5px 20px;
    height: auto;
  }
  #header #nav .sub .dropmenu {
    position: relative;
  }
  #header #nav .sub .dropmenu a {
    width: calc(100% - 40px);
  }
  #header #search {
    position: absolute;
    display: none;
    width: 100%;
    margin-top: 0;
    background: #c52b23;
    padding: 10px 0;
    float: none;
    height: 40px;
  }
  #header #search input {
    width: 90%;
  }
  #header #lang {
    position: absolute;
    right: 60px;
    top: 25px;
    margin: 0;
  }
  #header #subnav {
    background: #4D4D4D;
    height: 60px;
    display: none;
  }
  #header #menu_ {
    display: block;
  }
  .banner_belt {
    margin: 12px;
    padding: 0;
    width: calc(100% - 24px);
  }
  .banner_belt a {
    display: block;
  }
  .banner_belt a img {
    width: 100%;
  }
  .card_hl {
    border-radius: 0;
    height: auto !important;
    float: left;
    width: 100% !important;
  }
  .card_hl .text {
    bottom: 30px;
  }
  .card_hl .text h1 {
    font-size: 18px;
  }
  #slide_hl {
    width: 100% !important;
  }
  .c_left .box_berita_wp,
  .c_left .c_left3_1 {
    padding: 16px;
    border-radius: 0 !important;
    width: calc(100% - 32px);
  }
  .c_left .box_pidato_wp {
    height: auto;
    padding-bottom: 50px;
  }
  .c_left .box_pidato_wp .box_pidato_scroll {
    height: auto;
  }
  .c_left .box_berita_wp {
    height: auto;
    padding-bottom: 50px;
  }
  .c_left .box_berita_wp .box_berita_scroll {
    height: auto;
  }
  .box_1 {
    position: relative;
    border-radius: 0;
  }
  .c_right {
    width: 100%;
    margin-top: 16px;
  }
  .box_opini {
    height: auto;
    padding-bottom: 20px;
  }
  .banner_promo,
  .box_berlangganan,
  .linkterkait {
    margin: 12px;
  }
  .linkterkait .title_box {
    margin-bottom: 16px;
  }
  .box_link {
    margin: 4px 0;
    width: 100%;
  }
  .detail_title {
    padding: 16px;
  }
  .detail_title h1 {
    font-size: 24px;
  }
  .detail_title .info {
    width: 100%;
    margin: 2px 0 !important;
    font-size: 12px;
  }
  .detail .img_cover {
    width: 100%;
  }
  .detail .img_cover img {
    width: 100%;
  }
  .detail .detail_text .detail_sosmed {
    display: none;
  }
  .detail .detail_text .reading_text {
    width: auto;
    padding: 0 16px;
  }
  .berita_terbaru {
    padding: 16px;
  }
  .berita_terbaru .list_berita_terbaru {
    overflow: auto;
    white-space: nowrap;
  }
  .berita_terbaru .list_berita_terbaru .card_vertical {
    width: 60%;
    float: none;
    display: inline-block;
  }
  .berita_terbaru .list_berita_terbaru .card_vertical .text {
    min-height: 120px;
    white-space: normal;
  }
  .title_page {
    font-size: 14px;
  }
  .title_page .breadcrumb,
  .title_page .desc {
    padding: 0 16px;
  }
  .title_page .title {
    font-size: 24px;
    padding: 8px 16px;
  }
  .title_page .search {
    float: left;
    width: calc(100% - 160px);
    margin-right: 0;
  }
  .title_page .search input[type=text] {
    width: 100%;
    font-size: 15px;
  }
  .title_page .select-style {
    float: right;
    width: 130px;
    font-size: 11px;
  }
  .title_page .select-style select {
    font-size: 11px;
  }
  .card_search {
    margin: 16px;
  }
  .card_search .box_img {
    width: 100%;
    margin-bottom: 8px;
  }
  .card_search .text {
    width: 100%;
    font-size: 14px;
  }
  .card_search .text h2 {
    font-size: 16px;
  }
  .indeks_right {
    width: auto;
    padding: 16px;
  }
  @media screen and (max-width: 600px) {
  .indeks_right {
    float: none !important;
}}
  .list_foto {
    padding: 16px;
    width: auto;
  }
  .list_foto .card_foto2 {
    padding: 0;
    border: 0;
    margin: 1px;
    width: calc(100% - 2px);
    float: none;
    padding-bottom: 30px;
  }
  .list_foto .card_foto2 .text {
    height: auto;
    min-height: auto;
  }
  .container_pop.pop_foto {
    width: 100%;
    height: auto;
    left: 0;
    top: 20%;
  }
  .container_pop .area_foto {
    width: 100%;
    height: auto;
  }
  .card_foto_detail .box_img {
    width: 100%;
  }
  .card_foto_detail .text {
    width: calc(100% - 32px);
    position: relative;
    right: 0;
    bottom: -10px;
    padding: 16px;
    padding-bottom: 24px;
  }
  .area_foto .arrow_foto_right {
    left: calc(100% - 40px);
  }
  .list_video .card_video {
    width: calc(100% - 24px);
  }
  .list_video .card_video h2 {
    height: auto;
  }
  .card_peraturan2 {
    margin: 0 16px;
    width: auto;
  }
  .card_peraturan2 .info {
    font-size: 14px;
    width: 100%;
    margin: 2px 0;
  }
  .reaction {
    margin-top: 32px;
  }
  .reaction .title {
    font-size: 18px;
  }
  .reaction .list_reaction a {
    text-align: center;
    font-weight: bold;
    font-size: 12px;
    width: 20%;
    float: left;
    color: #000;
  }
  .reaction .list_reaction a img {
    display: inline-block;
    width: 70%;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .reaction .list_reaction a strong {
    display: block;
  }
  .reaction .list_reaction a:hover img {
    -ms-transform: scale(1.2);
    /* IE 9 */
    -webkit-transform: scale(1.2);
    /* Chrome, Safari, Opera */
    transform: scale(1.2);
  }
  .list_book .card_book {
    width: calc(50% - 22px);
    float: left;
    margin: 10px;
  }
  .detail_book .cover_book {
    float: none;
    width: auto;
    padding: 15px;
    margin: 0 50px;
    border: 1px solid #E7E7E7;
  }
  .detail_book .cover_book img {
    width: 100%;
  }
  .detail_book .text {
    float: none;
    width: auto;
    padding: 15px;
  }
  .detail_book .text h1 {
    font-size: 24px;
    line-height: 140%;
  }
  .detail_book .text .info {
    font-size: 14px;
    margin: 2   0px 0;
  }
  .detail_book .text .info .info_left {
    width: 120px;
  }
  .detail_book .text .info .info_right {
    width: calc(100% - 140px);
  }
  .detail_book .detail_text {
    padding: 15px;
    font-size: 16px;
    line-height: 140%;
    margin-top: 0;
  }
  .detail_book .detail_text .berita_next {
    margin-top: 20px;
  }
  .detail_book .detail_text .berita_next a {
    display: block;
    color: #720800;
    font-weight: bold;
  }
  .hero_img_profil:before {
    padding-top: 60%;
  }
  .hero_img_profil .gradasi {
    position: absolute;
    width: 100%;
    height: 60%;
    bottom: 0;
    left: 0;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 77%, white 86%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 77%, white 86%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 77%, white 86%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  }
  .detail_profil {
    font-size: 14px;
    line-height: 140%;
    margin-top: -80px;
    padding: 15px 15px 40px 15px;
  }
  .detail_profil h2 {
    font-size: 20px;
    line-height: 140%;
    margin-top: 50px;
  }
  .detail_profil .desc {
    margin: 30px 0;
  }
  .detail_profil.detail_struktur {
    margin: 0;
  }
  .col_center,
  .col_50 {
    width: 100%;
    margin: 0;
  }
  .col2center {
    margin: 0;
    margin-top: 15px;
  }
  .col2center .boxred {
    width: calc(100% - 40px);
    margin: 0;
    margin-bottom: 10px;
    min-height: auto;
  }
  .col2center .boxred a {
    height: auto;
  }
  .box_grey {
    padding: 1px 15px;
  }
  .box_grey .list_number ol {
    width: calc(100% - 40px);
    font-size: 14px;
  }
  .box_grey .list_number ol li {
    font-size: 14px;
  }
  .visimisi {
    padding: 50px 20px;
  }
  .box_reformasi {
    margin-bottom: 30px;
  }
  .box_reformasi .box_reformasi {
    width: calc(100% - 50px);
  }
  .box_reformasi .box_reformasi a {
    height: auto;
  }
  .linkterkait .box_link {
    width: calc(100% - 8px) !important;
  }
  .table_box {
    overflow-x: scroll;
  }
  .colcenter {
    margin: 0;
  }
  .colcenter .box_grey a {
    padding: 5px 0;
  }
  .col3center {
    margin: 0;
  }
  .col3center .box_grey {
    width: calc(100% - 60px);
    margin: 0;
    height: auto;
    margin-bottom: 20px;
  }
  .col3center .box_grey a {
    padding: 5px 0;
  }
  .list_link.list_kabinet {
    margin: 30px 0;
  }
  .reading_text {
    overflow-x: hidden;
  }
  .reading_text table {
    font-size: 12px;
    border-collapse: collapse;
    margin: auto !important;
    margin-top: 30px !important;
  }
  .reading_text table td {
    font-size: 10px;
    padding: 10px 0px !important;
  }
  .reading_text table td span {
    font-size: 10px !important;
  }
  .reading_text table td .size-medium {
    width: 70px;
    height: auto;
  }
  .page-id-2336 img {
    width: 50px !important;
    height: auto !important;
  }
  .page-id-2336 th {
    font-size: 12px !important;
    padding: 1px !important;  
  }
  .page-id-2336 td {
    font-size: 10px !important;
  }
  .page-id-2336 span {
    font-size: 12px !important;
  }
  .page-id-2336 h2 {
    font-size: 20px;
    margin-top: 30px;
  }
  #progress_bar {
    line-height: normal;
    padding: 5px 10px;
    font-size: 13px;
    height: 55px;
  }
  #progress_bar span {
    display: block;
    font-size: 15px;
    float: left;
    width: calc(100% - 135px);
    position: absolute;
    line-height: 130%;
    height: 40px;
    overflow: hidden;
  }
  #progress_bar .share_progress {
    top: 0;
    padding-left: 0;
    margin-right: 10px;
    width: 120px;
  }
  #progress_bar .share_progress > div {
    display: block;
    float: none;
    height: auto;
    line-height: normal;
    text-align: center;
  }
  #progress_bar .share_progress a {
    height: 35px;
  }
  #progress_bar .share_progress a img {
    margin: 3px;
  }
}

.five_bottom {
  width: calc(50% - 6px) !important;
}
.five_bottom2 {
  width: calc(50% - 12px) !important;
}
@media screen and (max-width: 850px){
  .five_bottom {
      width: calc(100% - 24px) !important;
  }
  .five_bottom2 {
      width: calc(100% - 24px) !important;
  }
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

.column {
  float: left;
  /* width: 33% */
}

.left {
  width: 50%;
}

.right {
  width: 50%;
}

/* Responsive layout - when the screen is less than 600px wide, make the three columns stack on top of each other instead of next to each other */
@media screen and (max-width: 850px) {
  .column {
    width: 90%;
    padding: 10px 10px 30px 10px;
  }
}

/*grayscale*/
/* body {
	-webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    filter: grayscale(100%);
} */

.banner {
    text-align: center;
}

.banner > img {
    max-width: 100%;
    height: auto;
}

/* FORM */
.forminator-design--default .forminator-button-next {
    background-color: #c62a22 !important;
    color: #FFFFFF;
}
.forminator-design--default .forminator-pagination-steps .forminator-break:before {
    background-color: #c62a22 !important;
}
form#forminator-module-222479 {
    padding: 10px !important;
    max-width: 95% !important;
}
.forminator-ui .forminator-design--default .forminator-label {
    color: #000000 !important;
    font-size: 17px !important;
    margin-bottom: 5px !important;
}
span.forminator-step-label {
    color: #c62a22 !important;
}
span.forminator-step-dot {
    background-color: #c62a22!important;
}
.berita_next {
    display: none !important;
}

/*Homepage Visitor Plugin ( wps page counter) */
div#wpsvccount {
    display: none;
}

/*Homepage Search and Filter Plugin */
.searchandfilter ul {
    list-style-type: none;
    padding: 0;
}
.searchandfilter input[type="text"],
.searchandfilter select#ofcategory,
.searchandfilter input.postform,
.searchandfilter input[type="submit"] {
    border: none; 
    border-bottom-style: solid; 
    border-width: 1px; 
    border-color: #efefef; 
    color: #a9a9a9;
    height: 23 px;
    width: 200 px;
    margin: 5px 0px 10px;
    height: 23px;
    width: 200px;
}
.searchandfilter input[type="submit"] {
  color: #212121;
}
.searchandfilter input[type="submit"]:hover {
  background: #c1c1c1;
    cursor: pointer;
}
.plugin_search {
    margin-top: 15px;
}
.plugin-search .container800 {
    width: 700px;
}
.plugin_search h2, 
.plugin_search h4 { 
    color: #3c3c3c; 
  }
  .search .indeks_right {
    float: left;
    border-right: solid 0px #efefef;
}

/* PAGE PROFILE KABINET */
.page-id-2336 img {
    max-width: none;
}

/* PAGE SEKRETARIS KABINET */
.page-id-164272 img {
    max-width: none;
}

/* PAGE PROFIL ESELON I */
.page-id-192892 table {
    width: 100% !important;
}
.page-id-192892 img {
    width: 80% !important;
    height: auto;
}

/* FOOTER */
.pengaduan img {
    height: auto !important;
    width: 70px !important;
}