@font-face {
    font-family: PlayfairDisplay-Black;
    src: url("font/playfairdisplay/PlayfairDisplay-Black.woff") format("opentype");
}
@font-face {
    font-family: PlayfairDisplay-BlackItalic;
    src: url("font/playfairdisplay/PlayfairDisplay-BlackItalic.woff") format("opentype");
}
@font-face {
    font-family: PlayfairDisplay-Bold;
    src: url("font/playfairdisplay/PlayfairDisplay-Bold.woff") format("opentype");
}
@font-face {
    font-family: PlayfairDisplay-BoldItalic;
    src: url("font/playfairdisplay/PlayfairDisplay-BoldItalic.woff") format("opentype");
}
@font-face {
    font-family: PlayfairDisplay-Italic;
    src: url("font/playfairdisplay/PlayfairDisplay-Italic.woff") format("opentype");
}
@font-face {
    font-family: PlayfairDisplay-Regular;
    src: url("font/playfairdisplay/PlayfairDisplay-Regular.woff") format("opentype");
}
@font-face {
    font-family: PlayfairDisplaySC-Black;
    src: url("font/playfairdisplay/PlayfairDisplaySC-Black.woff") format("opentype");
}
@font-face {
    font-family: PlayfairDisplaySC-BlackItalic;
    src: url("font/playfairdisplay/PlayfairDisplaySC-BlackItalic.woff") format("opentype");
}
@font-face {
    font-family: PlayfairDisplaySC-Bold;
    src: url("font/playfairdisplay/PlayfairDisplaySC-Bold.woff") format("opentype");
}
@font-face {
    font-family: PlayfairDisplaySC-BoldItalic;
    src: url("font/playfairdisplay/PlayfairDisplaySC-BoldItalic.woff") format("opentype");
}
@font-face {
    font-family: PlayfairDisplaySC-Italic;
    src: url("font/playfairdisplay/PlayfairDisplaySC-Italic.woff") format("opentype");
}
@font-face {
    font-family: PlayfairDisplaySC-Regular;
    src: url("font/playfairdisplay/PlayfairDisplaySC-Regular") format("opentype");
}

@font-face {
    font-family: SF-Pro-Display-Black;
    src: url("font/sfpro/SF-Pro-Display-Black.woff") format("opentype");
}
@font-face {
    font-family: SF-Pro-Display-BlackItalic;
    src: url("font/sfpro/SF-Pro-Display-BlackItalic.woff") format("opentype");
}
@font-face {
    font-family: SF-Pro-Display-Bold;
    src: url("font/sfpro/SF-Pro-Display-Bold.woff") format("opentype");
}
@font-face {
    font-family: SF-Pro-Display-BoldItalic;
    src: url("font/sfpro/SF-Pro-Display-BoldItalic.woff") format("opentype");
}
@font-face {
    font-family: SF-Pro-Display-Heavy;
    src: url("font/sfpro/SF-Pro-Display-Heavy.woff") format("opentype");
}
@font-face {
    font-family: SF-Pro-Display-HeavyItalic;
    src: url("font/sfpro/SF-Pro-Display-HeavyItalic.woff") format("opentype");
}
@font-face {
    font-family: SF-Pro-Display-Light;
    src: url("font/sfpro/SF-Pro-Display-Light.woff") format("opentype");
}
@font-face {
    font-family: SF-Pro-Display-LightItalic;
    src: url("font/sfpro/SF-Pro-Display-LightItalic.woff") format("opentype");
}
@font-face {
    font-family: SF-Pro-Display-Medium;
    src: url("font/sfpro/SF-Pro-Display-Medium.woff") format("opentype");
}
@font-face {
    font-family: SF-Pro-Display-MediumItalic;
    src: url("font/sfpro/SF-Pro-Display-MediumItalic.woff") format("opentype");
}
@font-face {
    font-family: SF-Pro-Display-Regular;
    src: url("font/sfpro/SF-Pro-Display-Regular.woff") format("opentype");
}
@font-face {
    font-family: SF-Pro-Display-RegularItalic;
    src: url("font/sfpro/SF-Pro-Display-RegularItalic.woff") format("opentype");
}
@font-face {
    font-family: SF-Pro-Display-Semibold;
    src: url("font/sfpro/SF-Pro-Display-Semibold.woff") format("opentype");
}
@font-face {
    font-family: SF-Pro-Display-SemiboldItalic;
    src: url("font/sfpro/SF-Pro-Display-SemiboldItalic.woff") format("opentype");
}
@font-face {
    font-family: SF-Pro-Display-Thin;
    src: url("font/sfpro/SF-Pro-Display-Thin.woff") format("opentype");
}
@font-face {
    font-family: SF-Pro-Display-ThinItalic;
    src: url("font/sfpro/SF-Pro-Display-ThinItalic.woff") format("opentype");
}
@font-face {
    font-family: SF-Pro-Display-Ultralight;
    src: url("font/sfpro/SF-Pro-Display-Ultralight.woff") format("opentype");
}
@font-face {
    font-family: SF-Pro-Display-UltralightItalic;
    src: url("font/sfpro/SF-Pro-Display-UltralightItalic.woff") format("opentype");
}


body {
    padding: 0;
    margin: 0;
    font-family: SF-Pro-Display-Light;
    padding-top: 10px;
}
section {
    display: block;
    width: 1230px;
    margin: auto;
}

section.menu {
    border-top: 1px solid #C4C4C4;
    border-bottom: 1px solid #C4C4C4;
    padding-bottom: 0px;
    font-family: SF-Pro-Display-Bold;
    position: relative;
    width: 1208px;
    transition: all .5s ease-out;
}
.boxmenuheader {
    display: flex;
}
.fixedmenu .menuright {
    right: 15px;
}

.menucenter {    
    display: inline-block;
}
.boxmenucenter {
    text-align: center;
    width: calc(100% - 300px);
}
.menucenter ul {
    padding: 0;
    margin: 0;
    display: flex;
}
.menucenter ul > li {
    list-style: none;
    border-bottom: 3px solid white;
    padding-bottom: 9px;
    transition: 0.3s;
}
.menucenter ul > li.active {
    border-bottom: 3px solid #CF0101;
}
.menucenter ul > li:hover {
    border-bottom: 4px solid #CF0101;
    padding-bottom: 6px;
}
.menucenter ul > li > a {
    color: #8189A0;
    text-decoration: none;
    display: block;
    padding: 0px 10px;
    font-size: 12px;
    padding-top: 15px;
}
.menucenter ul > li > .subdetail {
    cursor: pointer;
    color: #8189A0;
    text-decoration: none;
    display: block;
    padding: 0px 10px;
    font-size: 12px;
    padding-top: 15px;
}
.menucenter ul > li.active > a {
    color: #CF0101;
}

.menuleft {
    width: 150px;
}
.menuright {
    width: 100px;
    position: absolute;
    height: 41px;
    right: 0px;
    top: 0px;
}

.menul1 {
    display: flex;
}
.menul2 {
    width: -webkit-fill-available;
    width: -moz-available;
    height: 40px;
    display: block;
    transition: transform .2s;
}
.menul2:hover { 
    transform: scale(1.5);
    color: black;
}
.menul2.menuopen {
    background: url(../data/menu.svg) no-repeat center;
}
.menul2.lonceng {
    background: url(../data/lonceng.svg) no-repeat center;
}
.menul2.search {
    background: url(../data/search.svg) no-repeat center;
}
.menul2.fb {
    background: url(../data/fb.svg) no-repeat center;
}
.menul2.twitter {
    background: url(../data/twitter.svg) no-repeat center;
}
.menul2.tumbler {
    background: url(../data/tumbler.svg) no-repeat center;
}
.menul2.ifb {
    background: url(../data/i_fb.png) no-repeat center;
}
.menul2.itwitter {
    background: url(../data/i_twitter.png) no-repeat center;
}
.menul2.ispeaker {
    background: url(../data/speaker.png) no-repeat center;
}
.menul2.ispeaker.activespeak {
    background: url(../data/onvoice.svg) no-repeat center;
}
.menul2.monofb {
    background: url(../data/mono_fb.png) no-repeat center;
}
.menul2.monotwitter {
    background: url(../data/mono_twitter.png) no-repeat center;
}
.menul2.monoyt {
    background: url(../data/monoyt.png) no-repeat center;
}
.menul2.monoig {
    background: url(../data/monoig.png) no-repeat center;
}
.menul2.new-twitter {
    background: url(../css/img/new-twitter.jpeg) no-repeat center;
}
.menul2.new-fb {
    background: url(../css/img/new-fb.jpeg) no-repeat center;
}


section.story {
    position: relative;
}
.viewstory {
    width: 1230px;
    overflow: auto;
    padding-top: 20px;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none;  /* IE 10+ */
}
.viewstory::-webkit-scrollbar {
    width: 0px;
    background: transparent; /* Chrome/Safari/Webkit */
}
.slidestory {
    width: calc(30 * 95px);
}
.storybox {
    width: 75px;
    height: 75px;
    border: 4px solid #CB0101;
    border-radius: 75px;
    display: -webkit-inline-box;
    margin: 5px;
    position: relative;
    transition: .2s;
    cursor: pointer;
}
.carret {
    position: absolute;
    width: 69px;
    height: 69px;
    border: 2px solid #b4b4ff;
    border-radius: 70px;
    top: 1px;
    left: 1px;
    display: none;
}
.storybox:hover > .carret {
    display: block;
}


.bannerbox {
    background: #dedede;
    height: 100px;
    border: 1px solid #b9b9b9;
    border-radius: 3px;
    width: 760px;
    overflow: hidden;
    position: relative;
}
.bannerbox:after {
    position: absolute;
    left: 0;
    top: 0;
    content: "SPACE AVAILABLE";
    width: 100%;
    height: 100%;
    color: #afafaf;
    font-size: 60px;
    text-align: center;
    line-height: 100px;
    font-family: SF-Pro-Display-Bold;
}
.labelspace {
    color: #afafaf;
    font-size: 60px;
    text-align: center;
    line-height: 100px;
    font-family: SF-Pro-Display-Bold;
}
.bannercontainer {
    display: flex;
}
.sidebanner {
    position: relative;
    width: calc(100% - 728px);
}
.boxpilihaneditor {
    display: -webkit-box;
}
.photonews {
    width: 196px;
    height: 100px;
    background: #dedede;
    margin-left: 20px;
    border: 1px solid #b9b9b9;
}
.infonews {
    color: #757B8D;
    width: 222px;
    margin-left: 27px;
}
.labelnews {
    font-size: 12px;
    font-family: SF-Pro-Display-Bold;
}
.datenews {
    font-size: 9px;
    font-family: SF-Pro-Display-Bold;
}
.titlenews {
    font-size: 18px;
    font-family: SF-Pro-Display-Regular;
    padding: 10px 0;
    text-decoration: underline;
}
.padding_10 {
    width: calc(1230px - 24px);
    margin: auto;
    padding: 12px;
}
.padding_10 > section {
    width: calc(1230px - 24px);
    overflow: hidden;
}

footer {
    width: 1230px;
    margin: auto;
}
.f1 > img {
    /* width: 120px; */
    width: 144px;
}
.f1 {
    width: 140px;
    text-align: right;
}
.f1 .menul1 {
    width: 100px;
    display: inline-flex;
}
.footer {
    display: flex;
    padding-left: 120px;
    margin-top: 20px;
    margin-bottom: 50px;
}
.footer ul {
    padding: 0;
    margin: 0;
}
.footer li {
    list-style: none;
}
.footer a {
    text-decoration: none;
    font-family: SF-Pro-Display-Bold;
    font-size: 10px;
    color: #8189A0;
    line-height: 21px;
}
.f2 {
    width: 145px;
    border-left: 1px solid #b9b9b94f;
    margin-left: 25px;
    padding-left: 10px;
}
.f3 {
    width: 145px;
    border-left: 1px solid #b9b9b94f;
    margin-left: 10px;
    padding-left: 10px;
}
.labelfooter {
    font-family: SF-Pro-Display-Bold;
    color: #626262;
    font-size: 12px;
    text-decoration: underline;
}
.textfooter {
    width: 235px;
    display: -webkit-inline-box;
    font-family: SF-Pro-Display-Regular;
    color: #626262;
    font-size: 11px;
    margin-top: 20px;
    line-height: 15px;
}
.f4 {
    width: 448px;
    text-align: right;
    border-right: 1px solid #b9b9b94f;
    padding-right: 20px;
}


.menucenter > ul > li:hover > .submenu {
    display: block;
}
section.submenu {
    display: none;
    border-bottom: 1px solid #C4C4C4;
    position: absolute;
    top: 40px;
    background: white;
    border-top: 1px solid #C4C4C4;
    z-index: 100000;
    width: auto;
}
.sub {
    
}
.sub ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
}
.sub li {
    list-style: none;
    border-bottom: 3px solid white;
    padding-bottom: 9px;
    transition: 0.3s;
}
.sub a {
    color: #8189A0;
    text-decoration: none;
    display: block;
    padding: 0px 10px;
    font-size: 12px;
    padding-top: 15px;
    font-family: SF-Pro-Display-Bold;
}

input.edites {
    width: 100%;
    padding: 10px;
    border: 0;
    border-bottom: 1px solid black;
    outline: 0;
    margin-top: 20px;
}

section.menu.fixedmenu {
    position: fixed;
    background: white;
    width: 100%;
    top: 0px;
    z-index: 1000;
}
.fixed > .boxmenuheader {
    width: 1208px;
    margin: auto;
    position: relative;
}

.logo {
    transition: all .5s ease-out;
}
.logo.fixedlogo {
    position: fixed;
    z-index: 10000;
    left: 140px;
    margin-top: -8px;
}
.logo.fixedlogo > a > img {
    width: 110px;
    margin-top: 3px;
}

#content > .google-auto-placed.ap_container2 {
    width: 600px !important;
    position: relative;
    margin-left: 175px;
    overflow: hidden;
}
























