html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

@font-face {
  font-family: 'MyriadPro-Light';
  src: url("../fonts/MyriadPro-Light.eot");
  src: url("../fonts/MyriadPro-Light.woff") format("woff"), url("../fonts/MyriadPro-Light.ttf") format("truetype"), url("../fonts/MyriadPro-Light.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'MyriadPro-BlackSemiExt';
  src: url("../fonts/MyriadPro-BlackSemiExt.eot");
  src: url("../fonts/MyriadPro-BlackSemiExt.woff") format("woff"), url("../fonts/MyriadPro-BlackSemiExt.ttf") format("truetype"), url("../fonts/MyriadPro-BlackSemiExt.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'MyriadCnWeb';
  src: url("../fonts/MyriadCnWeb.eot");
  src: url("../fonts/MyriadCnWeb.woff") format("woff"), url("../fonts/MyriadCnWeb.ttf") format("truetype"), url("../fonts/MyriadCnWeb.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'MyriadPro-Bold';
  src: url("../fonts/MyriadPro-Bold.eot");
  src: url("../fonts/MyriadPro-Bold.woff") format("woff"), url("../fonts/MyriadPro-Bold.ttf") format("truetype"), url("../fonts/MyriadPro-Bold.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'MyriadPro-Regular';
  src: url("../fonts/MyriadPro-Regular.eot");
  src: url("../fonts/MyriadPro-Regular.woff") format("woff"), url("../fonts/MyriadPro-Regular.ttf") format("truetype"), url("../fonts/MyriadPro-Regular.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
* {
  box-sizing: border-box;
}

a {
  color: white;
  text-decoration: none;
}

html, body {
  font-family: "MyriadPro-Regular";
  font-size: 16px;
  background: #04738E;
  z-index: -2;
  position: relative;
}

.container {
  width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
}

.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1;
  /* ie 6/7 */
}

.header {
  background: white;
}
.header__logo {
  padding: 10px 0 0 0;
}
.header__logo--left {
  float: left;
}
.header__logo--right {
  float: right;
}
.header__text-logo {
  text-align: right;
  font-family: "MyriadPro-Bold";
  font-size: 68px;
  color: #00a0b9;
  float: right;
  z-index: 1;
  background: #FFFFFF;
  width: 100%;
  position: relative;
}

.green1 {
  background-color: #28879d;
}

.nav-menu {
  margin-top: -77px;
  position: relative;
}
.nav-menu:before {
  content: "";
  height: 40px;
  width: 50%;
  background: #04738E;
  z-index: 0;
  position: absolute;
  top: 42px;
}

.the-z {
  background-image: url(../images/z-big.jpg);
  background-repeat: no-repeat;
  background-position: -9px 21%;
  height: 185px;
  width: 204px;
  position: relative;
  z-index: 1;
  top: 0;
}

.navlist-menu {
  background-color: #055a71;
  position: absolute;
  width: 910px;
  left: 170px;
  top: 77px;
  z-index: 1;
}
.navlist-menu .navlist__child {
  display: inline-block;
}
.navlist-menu .navlist__child:last-child .navlist__link:after {
  display: none;
}
.navlist-menu .navlist__link {
  display: inline-block;
  margin-right: 10px;
  font-size: 18px;
  letter-spacing: 1.5px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
.navlist-menu .navlist__link:hover, .navlist-menu .navlist__link.active {
  color: #00a0b9;
}
.navlist-menu .navlist__link:after {
  content: "|";
  margin-left: 10px;
  color: white;
}
.navlist-menu__box, .navlist-menu__share {
  padding: 10px 0;
  display: inline-block;
}

.updown {
  position: relative;
}
.updown:before {
  content: "";
  background: #045A71;
  height: 40px;
  width: 50%;
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
  z-index: 0;
}
.updown:after {
  content: "";
  background: #045A71;
  height: 42px;
  width: 50%;
  display: block;
  position: absolute;
  top: 77px;
  right: 0;
  z-index: 0;
}

.the-green {
  background: #28879D;
  min-height: 100px;
  margin-top: -66px;
  width: 100%;
  position: relative;
  padding: 0px 15px;
  color: white;
  margin-bottom: 40px;
  padding-bottom: 20px;
}

.bullet {
  padding-top: 40px;
  padding-bottom: 40px;
  display: block;
  margin-left: 20px;
  position: relative;
  z-index: 4;
}
.bullet__item {
  display: inline-block;
  margin-right: -15px;
  position: relative;
}
.bullet__item.active .bullet__link:before {
  background: #caad2b;
}
.bullet__item.active .bullet__link .hex:after {
  border-left: 27px solid #CAAD2B;
}
.bullet__link {
  background: white;
  color: black;
  display: table;
  width: 140px;
  height: 140px;
  text-align: center;
  border: 10px solid transparent;
  border-radius: 50%;
  position: relative;
  border: 10px solid transparent;
  border-radius: 50%;
  background-clip: padding-box;
  padding: 10px;
}
.bullet__link--title {
  font-family: "MyriadPro-Bold",sans-serif;
  font-size: 16px;
  line-height: 1;
}
.bullet__link--label {
  display: block;
  background: black;
  color: white;
  width: 46px;
  margin: 0 auto;
  padding: 3px 5px 0px 4px;
  border-radius: 5px;
  font-size: 10px;
}
.bullet__link--label.yell {
  color: #ffdd3f;
}
.bullet__link--date {
  font-size: 11px;
  color: #ABABAB;
}
.bullet__link:before {
  position: absolute;
  top: -10px;
  bottom: -10px;
  left: -10px;
  right: -10px;
  background: #066578;
  background: -moz-linear-gradient(-45deg, #066578 0%, #068aa7 59%, #068aa7 100%);
  background: -webkit-gradient(left top, right bottom, color-stop(0%, #066578), color-stop(59%, #068aa7), color-stop(100%, #068aa7));
  background: -webkit-linear-gradient(-45deg, #066578 0%, #068aa7 59%, #068aa7 100%);
  background: -o-linear-gradient(-45deg, #066578 0%, #068aa7 59%, #068aa7 100%);
  background: -ms-linear-gradient(-45deg, #066578 0%, #068aa7 59%, #068aa7 100%);
  background: linear-gradient(135deg, #066578 0%, #068aa7 59%, #068aa7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#066578', endColorstr='#068aa7', GradientType=1 );
  content: '';
  z-index: -1;
  border-radius: 50%;
  -webkit-box-shadow: 0px 7px 12px -4px rgba(0, 0, 0, 0.51);
  -moz-box-shadow: 0px 7px 12px -4px rgba(0, 0, 0, 0.51);
  box-shadow: 0px 7px 12px -4px rgba(0, 0, 0, 0.51);
}
.bullet__link .hex:before {
  content: "";
  width: 0px;
  height: 0px;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 27px solid rgba(0, 0, 0, 0.09);
  position: absolute;
  top: 51px;
  right: -30px;
  z-index: -2;
}
.bullet__link .hex:after {
  content: "";
  width: 0px;
  height: 0px;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 27px solid #068AA7;
  position: absolute;
  top: 47px;
  right: -30px;
  z-index: 1;
}

.inbullet {
  position: absolute;
  left: 10px;
  z-index: 10;
  color: black;
  top: 10px;
  background: white;
  width: 120px;
  height: 120px;
  text-align: center;
  border: 10px solid transparent;
  border-radius: 120px;
  padding-top: 20px;
}

.z1 {
  z-index: 1;
}

.z2 {
  z-index: 2;
}

.z3 {
  z-index: 3;
}

.z4 {
  z-index: 4;
}

.z5 {
  z-index: 5;
}

.left-side {
  width: 700px;
  float: left;
}

.right-side {
  width: 315px;
  float: left;
  margin-left: 15px;
}
.right-side .comp-info .link-icon a {
  padding: 0;
}

.content p {
  font-size: 15px;
  line-height: 28px;
  margin-left: 20px;
  position: relative;
}
.content .green-title {
  margin-left: 20px;
  font-size: 24px;
  margin-bottom: 10px;
  font-family: "MyriadPro-Bold";
}

.comp-info {
  background: #0095b2;
  background: -moz-linear-gradient(left, #0095b2 0%, #046a83 51%, #046a83 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #0095b2), color-stop(51%, #046a83), color-stop(100%, #046a83));
  background: -webkit-linear-gradient(left, #0095b2 0%, #046a83 51%, #046a83 100%);
  background: -o-linear-gradient(left, #0095b2 0%, #046a83 51%, #046a83 100%);
  background: -ms-linear-gradient(left, #0095b2 0%, #046a83 51%, #046a83 100%);
  background: linear-gradient(to right, #0095b2 0%, #046a83 51%, #046a83 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0095b2', endColorstr='#046a83', GradientType=1 );
  position: relative;
  margin-top: 40px;
  z-index: 1;
}
.comp-info h2 {
  font-size: 20px;
  font-family: "MyriadPro-Bold";
  margin-bottom: 10px;
}
.comp-info__pad {
  padding: 20px 10px 20px 20px;
}
.comp-info .link-icon {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 16px;
  height: 16px;
  background: white;
  border-radius: 16px;
}
.comp-info .link-icon a {
  color: #00a0b9;
  font-size: 12px;
  text-align: center;
  display: block;
  padding-top: 2px;
}
.comp-info__title {
  font-family: "MyriadPro-Bold";
  font-size: 24px;
  margin-bottom: 20px;
}
.comp-info__right {
  text-align: right;
  margin-bottom: 15px;
  margin-top: -30px;
}
.comp-info__list {
  display: inline-block;
  width: 325px;
  margin-left: 10px;
}
.comp-info__list-item {
  display: inline-block;
  border-left: 1px dotted;
  padding: 0 15px;
}

.btn-link {
  padding: 11px 30px 6px 30px;
  display: inline-block;
  background: #00a0b9;
  border-radius: 35px;
  text-transform: uppercase;
  font-family: "MyriadPro-Bold";
  font-size: 20px;
}
.btn-link.sm-text {
  font-size: 11px;
  padding: 8px 25px;
  margin-right: 20px;
}

.main-list {
  width: 330px;
  display: inline-block;
}
.main-list.full {
  width: 560px;
}

.big-list {
  line-height: 20px;
  font-size: 13px;
}

.f-z-line {
  background: white;
  width: 408px;
  height: 29px;
  border-top: 10px solid #00a0b9;
  display: inline-block;
  float: left;
}

.m-z-line {
  background: url(../images/z-small.jpg) center no-repeat;
  width: 28px;
  height: 29px;
  display: inline-block;
  float: left;
}

.l-z-line {
  background: #046A83;
  width: 264px;
  height: 29px;
  border-bottom: 10px solid #00a0b9;
  display: inline-block;
  float: left;
}

.blog__list {
  padding: 40px 20px;
  background: white;
  color: #666666;
  margin-bottom: 60px;
}
.blog__list a {
  color: #666666;
}
.blog__item {
  padding: 25px 0 40px 0;
  border-top: 1px solid #E4E4E4;
}
.blog__item:first-child {
  border-top: none;
}
.blog__title {
  font-family: "MyriadPro-Bold";
  font-size: 18px;
  letter-spacing: 0.3px;
  line-height: 23px;
}
.blog__photo {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
  float: left;
}
.blog__photo img {
  width: 100%;
  min-height: 100%;
}
.blog__author-info {
  float: left;
  margin: 7px 10px;
}
.blog__date {
  color: #cccccc;
  font-size: 12px;
}
.blog__author {
  margin-top: 20px;
}
.blog__right {
  width: 540px;
  float: left;
  margin-right: 20px;
}
.blog__left {
  width: 100px;
  float: left;
}
.blog--thumb {
  width: 100px;
  height: 104px;
  overflow: hidden;
}
.blog--thumb img {
  width: 100%;
}

p.blog__text {
  font-size: 14px;
  line-height: 19px;
  margin: 0;
}

a.blog__author-link {
  color: #055169;
  font-family: "MyriadPro-bold";
  font-size: 14px;
}

.loadmore {
  text-align: center;
  margin-top: -100px;
  margin-bottom: 50px;
}
.loadmore__link {
  padding: 20px 17px;
  background: white;
  color: #666666;
  display: inline-block;
  border-radius: 50%;
  cursor: pointer;
}

.footer {
  background: #00a0b9;
  padding: 15px 0 5px 0;
  font-size: 14px;
  color: white;
}
.footer__link {
  float: left;
}
.footer__text {
  float: right;
  padding: 3px 0 0px 0;
}

.share-link {
  background: white;
  color: #28879D;
  margin-right: 4px;
  border-radius: 35px;
  font-size: 17px;
  width: 30px;
  height: 30px;
  padding-top: 5px;
  display: inline-block;
  text-align: center;
  margin: -10px 0;
}
.share-link span {
  margin-top: 10px;
}
.share-list {
  display: inline-block;
  margin-top: 5px;
}

.video-embed {
  margin-top: 50px;
}

.right-side .comp-info__pad {
  font-size: 14px;
  line-height: 20px;
}

.inright .f-z-line {
  background: white;
  width: 158px;
  height: 19px;
  border-top: 6px solid #00a0b9;
  display: inline-block;
  float: left;
}
.inright .m-z-line {
  background: url(../images/z-small-tw.jpg) center no-repeat;
  width: 19px;
  height: 19px;
  display: inline-block;
  float: left;
}
.inright .l-z-line {
  background: #046A83;
  width: 138px;
  height: 19px;
  border-bottom: 7px solid #00a0b9;
  display: inline-block;
  float: left;
}

a.hash {
  color: #ffdd3f;
}

.twitter-box .input {
  padding: 10px;
  background: #d6d5d5;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.twitter-box .input input {
  font-size: 12px;
  color: #cac8c8;
}
.twitter-box img {
  width: 100%;
  vertical-align: top;
}

.inpln-bg-right, .inpln-bg-left {
  position: fixed;
  z-index: 0;
  background: url(../images/logo-pln.png);
  width: 400px;
  height: 552px;
  background-size: cover;
  z-index: -1;
}
.inpln-bg-left {
  bottom: 0;
  left: 0;
}
.inpln-bg-right {
  top: 0%;
  right: 0;
}

.popup {
  position: relative;
  display: none;
}
.popup a {
  color: #34ADC1;
  text-decoration: underline;
}
.popup strong {
  font-family: "MyriadPro-Bold";
}
.popup .pop-layout {
  top: 90px;
  left: 20px;
  position: absolute;
  width: 660px;
  background: white;
  border-radius: 10px;
  color: #006666;
  padding: 30px;
  z-index: 10;
  -webkit-box-shadow: 2px 9px 5px -1px #dcdcdb;
  -moz-box-shadow: 2px 9px 5px -1px #dcdcdb;
  box-shadow: 2px 9px 5px -1px #dcdcdb;
}
.popup .pop-layout h4 {
  color: #34adc1;
  font-family: "MyriadPro-Bold";
}
.popup .pop-layout ul {
  margin-left: 30px;
  margin-top: 20px;
}
.popup .pop-layout ul li {
  line-height: 30px;
}
.popup .pop-layout .link-icon {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 25px;
  height: 25px;
  background: #00a0b9;
  border-radius: 16px;
}
.popup .pop-layout .link-icon a {
  font-size: 12px;
  text-align: center;
  display: block;
  padding-top: 7px;
  color: white;
  text-decoration: none;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes bounceInUp {
  from, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  from, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

@-webkit-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

.boxed .blog__item {
  width: 320px;
  display: inline-block;
  margin-right: 20px;
  float: left;
  border: 1px solid #d6d6d6;
  padding: 0px 0 10px 0;
  margin-bottom: 20px;
}
.boxed .blog__item:nth-of-type(2n) {
  margin-right: 0;
}
.boxed .blog__thumb {
  max-height: 165px;
  overflow: hidden;
  margin-bottom: 10px;
}
.boxed .blog__thumb img {
  height: 100%;
  min-width: 100%;
}
.boxed .blog__title {
  margin-bottom: 10px;
  height: 49px;
  overflow: hidden;
  line-height: 24px;
  padding: 0 15px;
}
.boxed .blog__text {
  padding: 0 15px;
  height: 76px;
  overflow: hidden;
}
.boxed .blog__author {
  border-top: 1px solid #d6d6d6;
  padding: 15px 15px 0 15px;
}

.admin__slide {
  background: white;
  padding: 20px;
  position: relative;
}
.admin__slide:hover .btn-selector {
  opacity: 1;
}
.admin__item {
  text-align: center;
  display: block;
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #ccc;
}
.admin__item:nth-of-type(3n) {
  border-bottom: none;
}
.admin__item a {
  color: #055169;
}
.admin__thumb {
  width: 100px;
  height: 100px;
  overflow: hidden;
  border-radius: 50%;
  text-align: center;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.6);
  border: 4px solid white;
  margin: 0px auto;
}
.admin__thumb img {
  width: 100%;
}
.admin__name {
  color: #055169;
  font-size: 20px;
  font-family: "MyriadPro-Bold";
  margin-top: 10px;
}
.admin__url {
  font-size: 12px;
  color: #1c2436;
}
.admin__url a {
  color: #1c2436;
}

.btn-selector {
  position: absolute;
  right: 20px;
  color: #CCCCCC;
  z-index: 3;
  font-size: 25px;
  opacity: .3;
}
.btn-selector a {
  color: #CCCCCC;
}

.up-btn {
  top: 20;
}

.down-btn {
  bottom: 10px;
}

.boxed.admin__slide {
  padding: 0;
  padding-top: 40px;
}
.boxed .admin__slide {
  padding: 0;
}
.boxed .admin__item {
  width: 340px;
  border: none;
  margin-bottom: 20px;
  margin-right: 20px;
  float: left;
  padding: 30px 20px;
}
.boxed .admin__item:nth-of-type(2n) {
  margin-right: 0;
}
.boxed .admin__name {
  margin-top: 20px;
}
.boxed .admin__thumb {
  width: 150px;
  height: 150px;
}
.boxed .admin__text {
  color: #ccc;
  line-height: 18px;
  font-size: 14px;
  margin-top: 10px;
}

.akademi__list {
  background: white;
  padding: 20px;
  color: #1f0b02;
}
.akademi__list a {
  color: #1f0b02;
}
.akademi__item {
  padding: 20px 0;
  border-bottom: 1px solid #ccc;
}
.akademi__thumb {
  float: left;
  margin-right: 10px;
  width: 65px;
  height: 65px;
  overflow: hidden;
}
.akademi__thumb img {
  width: 100%;
}
.akademi__right {
  float: left;
  width: 200px;
}
.akademi__title {
  font-size: 16px;
  line-height: 20px;
}
.akademi__date {
  font-size: 12px;
  margin-top: 5px;
  color: #ccc;
}
