/*
 Editorial CSS by mzy
 --second-color: #416ea0;
 */

/*font icons*/
@import url(font-awesome.min.css);

/*setting global variable*/
:root {
	--main-color: #232f5b; /*biru tua*/
	--second-color: #176fa2; /*biru muda*/
	--third-color: #9dcadd; /*biru light*/
	--linkhover-color: #1870a2;
	--ijo-color: #004a00;
	--merah-color: #ff1426;
	--grey-color: #ebebeb; 
}
/*setting font*/
@font-face {
	font-family: fontStyleBlack;
	src: url(../fonts/Poppins/Poppins-Black.ttf);
}
@font-face {
	font-family: fontStyleBlackItalic;
	src: url(../fonts/Poppins/Poppins-BlackItalic.ttf);
}
@font-face {
	font-family: fontStyleBold;
	src: url(../fonts/Poppins/Poppins-Bold.ttf);
}
@font-face {
	font-family: fontStyleBoldItalic;
	src: url(../fonts/Poppins/Poppins-BoldItalic.ttf);
}
@font-face {
	font-family: fontStyleExtraBold;
	src: url(../fonts/Poppins/Poppins-ExtraBold.ttf);
}
@font-face {
	font-family: fontStyleExtraBoldItalic;
	src: url(../fonts/Poppins/Poppins-ExtraBoldItalic.ttf);
}
@font-face {
	font-family: fontStyleExtraLight;
	src: url(../fonts/Poppins/Poppins-ExtraLight.ttf);
}
@font-face {
	font-family: fontStyleExtraLightItalic;
	src: url(../fonts/Poppins/Poppins-ExtraLightItalic.ttf);
}
@font-face {
	font-family: fontStyleItalic;
	src: url(../fonts/Poppins/Poppins-Italic.ttf);
}
@font-face {
	font-family: fontStyleLight;
	src: url(../fonts/Poppins/Poppins-Light.ttf);
}
@font-face {
	font-family: fontStyleLightItalic;
	src: url(../fonts/Poppins/Poppins-LightItalic.ttf);
}
@font-face {
	font-family: fontStyleMedium;
	src: url(../fonts/Poppins/Poppins-Medium.ttf);
}
@font-face {
	font-family: fontStyleMediumItalic;
	src: url(../fonts/Poppins/Poppins-MediumItalic.ttf);
}
@font-face {
	font-family: fontStyleRegular;
	src: url(../fonts/Poppins/Poppins-Regular.ttf);
}
@font-face {
	font-family: fontStyleSemiBold;
	src: url(../fonts/Poppins/Poppins-SemiBold.ttf);
}
@font-face {
	font-family: fontStyleSemiBoldItalic;
	src: url(../fonts/Poppins/Poppins-SemiBoldItalic.ttf);
}
@font-face {
	font-family: fontStyleThin;
	src: url(../fonts/Poppins/Poppins-Thin.ttf);
}
@font-face {
	font-family: fontStyleThinItalic;
	src: url(../fonts/Poppins/Poppins-ThinItalic.ttf);
}

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, hgroup, menu, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* iframe{
	width: 100%;
	margin: 0 auto;
} */


article, aside, details, figcaption, figure, footer, hgroup, menu, section {
	display: block;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	-webkit-text-size-adjust: none;
}

mark {
	background-color: transparent;
	color: inherit;
}

input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input, select, textarea {
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	appearance: none;
}

.body-article img{
	width: 100%;
}
.text-ellipsis--3{
	text-overflow:ellipsis;
	overflow:hidden;
	display: -webkit-box !important;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	white-space: normal;
}

body {
	background: #ffffff;
}

body.is-preload *, body.is-preload *:before, body.is-preload *:after, body.is-resizing *, body.is-resizing *:before, body.is-resizing *:after {
	-moz-animation: none !important;
	-webkit-animation: none !important;
	-ms-animation: none !important;
	animation: none !important;
	-moz-transition: none !important;
	-webkit-transition: none !important;
	-ms-transition: none !important;
	transition: none !important;
}


a.font-title-square:hover {
	color:#9dcadd;
}

a {

	/*mzy
	 -moz-transition: color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
	 -webkit-transition: color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
	 -ms-transition: color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
	 transition: color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
	 border-bottom: dotted 1px; */
	color: var(--main-color);
	text-decoration: none;
}

a:hover {
	color: var(--linkhover-color);
	text-decoration: none;
}

a:hover strong {
	color: inherit;
}

a:active {
	color: var(--main-color);
}

.bumee a {
	color: var(--ijo-color);
	text-decoration: none;
}

.bumee a:hover {
	color: var(--linkhover-color);
	text-decoration: none;
}

.bumee a:hover strong {
	color: inherit;
}

.bumee a:active {
	color: var(--ijo-color);
}

strong, b {
	color: #3d4449;
	font-weight: 600;
}

em, i {
	font-style: italic;
}

p {
	margin-bottom: 20px;
}

.body-article p {
	font-size:16px;
	word-wrap: break-word;
}

.body-article p a{
	color: #176fa2;
	word-wrap: break-word;
	
}
.body-article p a:hover{
	color: #232f5b;
}

.body-article ul li {
	font-size:16px;
	word-wrap: break-word;
	margin-top: 1em;
}

h1, h2, h3, h4, h5, h6 {
	/*color: #3d4449;*/
	font-family: "Roboto Slab", serif;
	font-weight: 700;
	line-height: 1.5;
	margin: 0 0 1em 0;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: inherit;
	text-decoration: none;
	border-bottom: 0;
}

h1 {
	font-size: 4em;
	margin: 0 0 0.5em 0;
	line-height: 1.3;
}

h2 {
	font-size: 1.75em;
}

h3 {
	font-size: 1.25em;
}

h4 {
	font-size: 1.1em;
}

h5 {
	font-size: 0.9em;
}

h6 {
	font-size: 0.7em;
}

/*mzy @media screen and (max-width: 1680px) {

 h1 {
 font-size: 3.5em;
 }

 }*/

/*mzy @media screen and (max-width: 980px) {

 h1 {
 font-size: 3.25em;
 }

 }*/

/*mzy @media screen and (max-width: 736px) {

 h1 {
 font-size: 2em;
 line-height: 1.4;
 }

 h2 {
 font-size: 1.5em;
 }

 }*/

sub {
	font-size: 0.8em;
	position: relative;
	top: 0.5em;
}

sup {
	font-size: 0.8em;
	position: relative;
	top: -0.5em;
}

blockquote {
	border-left: solid 3px rgba(210, 215, 217, 0.75);
	font-style: italic;
	margin: 0 0 2em 0;
	padding: 0.5em 0 0.5em 2em;
}

code {
	background: rgba(230, 235, 237, 0.25);
	border-radius: 0.375em;
	border: solid 1px rgba(210, 215, 217, 0.75);
	font-family: "Courier New", monospace;
	font-size: 0.9em;
	margin: 0 0.25em;
	padding: 0.25em 0.65em;
}

pre {
	-webkit-overflow-scrolling: touch;
	font-family: "Courier New", monospace;
	font-size: 0.9em;
	margin: 0 0 2em 0;
}

pre code {
	display: block;
	line-height: 1.75;
	padding: 1em 1.5em;
	overflow-x: auto;
}

hr {
	border: 0;
	border-bottom: solid 1px #f1f1f1;
}

hr.major {
	margin: 3em 0;
}

.align-left {
	text-align: left;
}

.align-center {
	text-align: center;
}

.align-right {
	text-align: right;
}

/* Section/Article */

section.special, article.special {
	text-align: center;
}

header.major > :last-child {
	display: inline-block;
	margin: 0 0 2em 0;
	padding: 0 0.75em 0.5em 0;
}

header.main > :last-child {
	margin: 0 0 1em 0;
}

/* Form */

form {
	margin: 0 0 2em 0;
}

label {
	color: #3d4449;
	display: block;
	font-size: 0.9em;
	font-weight: 600;
	margin: 0 0 1em 0;
}

input[type="text"], input[type="password"], input[type="email"], input[type="tel"], input[type="search"], input[type="url"], select, textarea {
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	appearance: none;
	background: #ffffff;
	border-radius: 0.2em;
	/*mzy border-color: var(--main-color);
	 box-shadow: 0 0 0 1px var(--main-color);*/

	color: inherit;
	display: block;
	outline: 0;
	padding: 0 1em;
	text-decoration: none;
	width: 100%;
}

input[type="text"]:invalid, input[type="password"]:invalid, input[type="email"]:invalid, input[type="tel"]:invalid, input[type="search"]:invalid, input[type="url"]:invalid, select:invalid, textarea:invalid {
	box-shadow: none;
}

input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, input[type="tel"]:focus, input[type="search"]:focus, input[type="url"]:focus, select:focus, textarea:focus {
	/*mzy border-color: var(--second-color);
	 box-shadow: 0 0 0 1px var(--second-color);*/
}

select {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' preserveAspectRatio='none' viewBox='0 0 40 40'%3E%3Cpath d='M9.4,12.3l10.4,10.4l10.4-10.4c0.2-0.2,0.5-0.4,0.9-0.4c0.3,0,0.6,0.1,0.9,0.4l3.3,3.3c0.2,0.2,0.4,0.5,0.4,0.9 c0,0.4-0.1,0.6-0.4,0.9L20.7,31.9c-0.2,0.2-0.5,0.4-0.9,0.4c-0.3,0-0.6-0.1-0.9-0.4L4.3,17.3c-0.2-0.2-0.4-0.5-0.4-0.9 c0-0.4,0.1-0.6,0.4-0.9l3.3-3.3c0.2-0.2,0.5-0.4,0.9-0.4S9.1,12.1,9.4,12.3z' fill='rgba(210, 215, 217, 0.75) ' /%3E%3C/svg%3E"); background-size : 1.25em;
	background-repeat: no-repeat;
	background-position: calc(100% - 1em) center;
	height: 2.75em;
	padding-right: 2.75em;
	text-overflow: ellipsis;
}

select option {
	color: #3d4449;
	background: #ffffff;
}

select:focus::-ms-value {
	background-color: transparent;
}

select::-ms-expand {
	display: none;
}

input[type="text"], input[type="password"], input[type="email"], input[type="tel"], input[type="search"], input[type="url"], select {
	height: 2.75em;
}

textarea {
	padding: 0.75em 1em;
}

input[type="checkbox"], input[type="radio"] {
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	appearance: none;
	display: block;
	float: left;
	margin-right: -2em;
	opacity: 0;
	width: 1em;
	z-index: -1;
}

input[type="checkbox"] + label, input[type="radio"] + label {
	text-decoration: none;
	color: #7f888f;
	cursor: pointer;
	display: inline-block;
	font-size: 1em;
	font-weight: 400;
	padding-left: 2.4em;
	padding-right: 0.75em;
	position: relative;
}

input[type="checkbox"] + label:before, input[type="radio"] + label:before {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-transform: none !important;
}

input[type="checkbox"] + label:before, input[type="radio"] + label:before {
	background: #ffffff;
	border-radius: 0.375em;
	border: solid 1px rgba(210, 215, 217, 0.75);
	content: '';
	display: inline-block;
	height: 1.65em;
	left: 0;
	line-height: 1.58125em;
	position: absolute;
	text-align: center;
	top: 0;
	width: 1.65em;
}

input[type="checkbox"]:checked + label:before, input[type="radio"]:checked + label:before {
	background: #3d4449;
	border-color: #3d4449;
	color: #ffffff;
	content: '\f00c';
}

input[type="checkbox"]:focus + label:before, input[type="radio"]:focus + label:before {
	border-color: #f56a6a;
	box-shadow: 0 0 0 1px #f56a6a;
}

input[type="checkbox"] + label:before {
	border-radius: 0.375em;
}

input[type="radio"] + label:before {
	border-radius: 100%;
}

::-webkit-input-placeholder {
	color: #9fa3a6 !important;
	opacity: 1.0;
}

:-moz-placeholder {
	color: #9fa3a6 !important;
	opacity: 1.0;
}

::-moz-placeholder {
	color: #9fa3a6 !important;
	opacity: 1.0;
}

:-ms-input-placeholder {
	color: #9fa3a6 !important;
	opacity: 1.0;
}

/* Box */

.box {
	border-radius: 0.375em;
	border: solid 1px rgba(210, 215, 217, 0.75);
	margin-bottom: 2em;
	padding: 1.5em;
}

.box > :last-child, .box > :last-child > :last-child, .box > :last-child > :last-child > :last-child {
	margin-bottom: 0;
}

.box.alt {
	border: 0;
	border-radius: 0;
	padding: 0;
}

/* Icon */

.icon {
	text-decoration: none;
	border-bottom: none;
	position: relative;
}

.icon:before {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-transform: none !important;
}

.icon > .label {
	display: none;
}

/* Image */

.image {
	border: 0;
	display: inline-block;
	position: relative;
	margin-bottom: 30px;
    font-size: 12px;
    line-height: 16px;
    width: 100% !important;
}

.image img {
	display: block;
	width: 100% !important;
	height: auto !important;
	margin-bottom: 10px;
}

.image.left, .image.right {
	max-width: 40%;
}

.image.left img, .image.right img {
	width: 100%;
}

.image.left {
	float: left;
	padding: 0 1.5em 1em 0;
	top: 0.25em;
}

.image.right {
	float: right;
	padding: 0 0 1em 1.5em;
	top: 0.25em;
}

.image.fit {
	display: block;
	margin: 0 0 2em 0;
	width: 100%;
}

.image.fit img {
	width: 100%;
}

.image.main {
	display: block;
	margin: 0 0 3em 0;
	width: 100%;
}

.image.main img {
	width: 100%;
}

a.image {
	overflow: hidden;
}

a.image img {
	-moz-transition: -moz-transform 0.2s ease;
	-webkit-transition: -webkit-transform 0.2s ease;
	-ms-transition: -ms-transform 0.2s ease;
	transition: transform 0.2s ease;
}

a.image:hover img {
	-moz-transform: scale(1.075);
	-webkit-transform: scale(1.075);
	-ms-transform: scale(1.075);
	transform: scale(1.075);
}

/* List */

ol {
	list-style: decimal;
	margin: 0 0 2em 0;
	padding-left: 1.25em;
}

ol li {
	padding-left: 0.25em;
}

ul {
	list-style: disc;
	margin: 0 0 2em 0;
	padding-left: 1em;
}

ul li {
	padding-left: 0.1em;
}

ul.alt {
	list-style: none;
	padding-left: 0;
}

ul.alt li {
	border-top: solid 1px rgba(210, 215, 217, 0.75);
	padding: 0.5em 0;
}

ul.alt li:first-child {
	border-top: 0;
	padding-top: 0;
}

dl {
	margin: 0 0 2em 0;
}

dl dt {
	display: block;
	font-weight: 600;
	margin: 0 0 1em 0;
}

dl dd {
	margin-left: 2em;
}

/* Actions */

ul.actions {
	display: -moz-flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	cursor: default;
	list-style: none;
	margin-left: -1em;
	padding-left: 0;
}

ul.actions li {
	padding: 0 0 0 1em;
	vertical-align: middle;
}

ul.actions.special {
	-moz-justify-content: center;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	width: 100%;
	margin-left: 0;
}

ul.actions.special li:first-child {
	padding-left: 0;
}

ul.actions.stacked {
	-moz-flex-direction: column;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-left: 0;
}

ul.actions.stacked li {
	padding: 1.3em 0 0 0;
}

ul.actions.stacked li:first-child {
	padding-top: 0;
}

ul.actions.fit {
	width: calc(100% + 1em);
}

ul.actions.fit li {
	-moz-flex-grow: 1;
	-webkit-flex-grow: 1;
	-ms-flex-grow: 1;
	flex-grow: 1;
	-moz-flex-shrink: 1;
	-webkit-flex-shrink: 1;
	-ms-flex-shrink: 1;
	flex-shrink: 1;
	width: 100%;
}

ul.actions.fit li > * {
	width: 100%;
}

ul.actions.fit.stacked {
	width: 100%;
}

/* Icons */

ul.icons {
	cursor: default;
	list-style: none;
	padding-left: 0;
}

ul.icons li {
	display: inline-block;
	padding: 0 1em 0 0;
}

ul.icons li:last-child {
	padding-right: 0;
}

ul.icons li .icon {
	color: inherit;
}

ul.icons li .icon:before {
	font-size: 1.25em;
}

/* Contact */

ul.contact {
	list-style: none;
	padding: 0;
}

ul.contact li {
	text-decoration: none;
	border-top: solid 1px rgba(210, 215, 217, 0.75);
	margin: 1.5em 0 0 0;
	padding: 1.5em 0 0 3em;
	position: relative;
}

ul.contact li:before {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-transform: none !important;
}

ul.contact li:before {
	color: #f56a6a;
	display: inline-block;
	font-size: 1.5em;
	height: 1.125em;
	left: 0;
	line-height: 1.125em;
	position: absolute;
	text-align: center;
	top: 1em;
	width: 1.5em;
}

ul.contact li:first-child {
	border-top: 0;
	margin-top: 0;
	padding-top: 0;
}

ul.contact li:first-child:before {
	top: 0;
}

ul.contact li a {
	color: inherit;
}

/* Pagination */

ul.pagination {
	cursor: default;
	list-style: none;
	padding-left: 0;
}

ul.pagination li {
	display: inline-block;
	padding-left: 0;
	vertical-align: middle;
}

ul.pagination li > .page {
	-moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
	-webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
	-ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
	border-bottom: 0;
	border-radius: 0.375em;
	display: inline-block;
	font-size: 0.8em;
	font-weight: 600;
	height: 2em;
	line-height: 2em;
	margin: 0 0.125em;
	min-width: 2em;
	padding: 0 0.5em;
	text-align: center;
}

ul.pagination li > .page.active {
	background-color: #f56a6a;
	color: #ffffff !important;
}

ul.pagination li > .page.active:hover {
	background-color: #f67878;
}

ul.pagination li > .page.active:active {
	background-color: #f45c5c;
}

ul.pagination li:first-child {
	padding-right: 0.75em;
}

ul.pagination li:last-child {
	padding-left: 0.75em;
}

/*
 * Pagination
 * based on codeigniter pagination, BSMH
 */
.modal-1 a {
    background: #fff;
}
.modal-1 a.active, .modal-1 a:active {
    border-color: rgb(193,39,45);
    background: #176fa2; /*#232f5brgb(193,39,45);*/
    color: #fff;
}.pagination {
    display: inline-block;
    list-style: none;
    padding: 0;
    margin-top: 10px;
}.pagination a.active {
	color: #fff !important;
    cursor: default;
}.pagination li {
    display: inline;
    text-align: center;
}.pagination a {
	float: left;
    padding: 5px 10px;
    display: block;
    font-size: 14px;
    margin-left: -1px;
    line-height: 1.5;
}


/* Table */

.table-wrapper {
	-webkit-overflow-scrolling: touch;
	overflow-x: auto;
}

table {
	margin: 0 0 2em 0;
	width: 100% !important;
}

table tbody tr {
	border: solid 1px rgba(210, 215, 217, 0.75);
	border-left: 0;
	border-right: 0;
}

table tbody tr:nth-child(2n + 1) {
	background-color: rgba(230, 235, 237, 0.25);
}

table td {
	padding: 0.75em 0.75em;
}

table th {
	color: #3d4449;
	font-size: 0.9em;
	font-weight: 600;
	padding: 0 0.75em 0.75em 0.75em;
	text-align: left;
}

table thead {
	border-bottom: solid 2px rgba(210, 215, 217, 0.75);
}

table tfoot {
	border-top: solid 2px rgba(210, 215, 217, 0.75);
}

table.alt {
	border-collapse: separate;
}

table.alt tbody tr td {
	border: solid 1px rgba(210, 215, 217, 0.75);
	border-left-width: 0;
	border-top-width: 0;
}

table.alt tbody tr td:first-child {
	border-left-width: 1px;
}

table.alt tbody tr:first-child td {
	border-top-width: 1px;
}

table.alt thead {
	border-bottom: 0;
}

table.alt tfoot {
	border-top: 0;
}

/* Button */

input[type="submit"], input[type="reset"], input[type="button"], button, .button {
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	appearance: none;
	-moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
	-webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
	-ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
	background-color: transparent;
	border: 0;
	cursor: pointer;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}

/*, button:hover, .button:hover */
input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover{
	background-color: var(--second-color);
	color: #ffffff;
}

input[type="submit"]:focus, input[type="reset"]:focus, input[type="button"]:focus, button:focus, .button:focus {
	outline: none;
	outline: none;
}

input[type="submit"]:active, input[type="reset"]:active, input[type="button"]:active, button:active, .button:active {
	background-color: rgba(245, 106, 106, 0.15);
}

input[type="submit"].icon:before, input[type="reset"].icon:before, input[type="button"].icon:before, button.icon:before, .button.icon:before {
	margin-right: 0.5em;
}

input[type="submit"].fit, input[type="reset"].fit, input[type="button"].fit, button.fit, .button.fit {
	width: 100%;
}

input[type="submit"].small, input[type="reset"].small, input[type="button"].small, button.small, .button.small {
	font-size: 0.6em;
}

input[type="submit"].large, input[type="reset"].large, input[type="button"].large, button.large, .button.large {
	font-size: 1em;
	height: 3.65em;
	line-height: 3.65em;
}

input[type="submit"].disabled, input[type="submit"]:disabled, input[type="reset"].disabled, input[type="reset"]:disabled, input[type="button"].disabled, input[type="button"]:disabled, button.disabled, button:disabled, .button.disabled, .button:disabled {
	pointer-events: none;
	opacity: 0.25;
}

/* Mini Posts */

.mini-posts article {
	border-top: solid 1px rgba(210, 215, 217, 0.75);
	margin-top: 2em;
	padding-top: 2em;
}

.mini-posts article .image {
	display: block;
	margin: 0 0 1.5em 0;
}

.mini-posts article .image img {
	display: block;
	width: 100%;
}

.mini-posts article:first-child {
	border-top: 0;
	margin-top: 0;
	padding-top: 0;
}

/* Features */

.features {
	display: -moz-flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-moz-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 0 2em -3em;
	width: calc(100% + 3em);
}

.features article {
	-moz-align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
	display: -moz-flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	margin: 0 0 3em 3em;
	position: relative;
	width: calc(50% - 3em);
}

.features article:nth-child(2n - 1) {
	margin-right: 1.5em;
}

.features article:nth-child(2n) {
	margin-left: 1.5em;
}

.features article:nth-last-child(1), .features article:nth-last-child(2) {
	margin-bottom: 0;
}

.features article .icon {
	-moz-flex-grow: 0;
	-webkit-flex-grow: 0;
	-ms-flex-grow: 0;
	flex-grow: 0;
	-moz-flex-shrink: 0;
	-webkit-flex-shrink: 0;
	-ms-flex-shrink: 0;
	flex-shrink: 0;
	display: block;
	height: 10em;
	line-height: 10em;
	margin: 0 2em 0 0;
	text-align: center;
	width: 10em;
}

.features article .icon:before {
	color: #f56a6a;
	font-size: 2.75 rem;
	position: relative;
	top: 0.05em;
}

.features article .icon:after {
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	border-radius: 0.25 rem;
	border: solid 2px rgba(210, 215, 217, 0.75);
	content: '';
	display: block;
	height: 7em;
	left: 50%;
	margin: -3.5em 0 0 -3.5em;
	position: absolute;
	top: 50%;
	width: 7em;
}

.features article .content {
	-moz-flex-grow: 1;
	-webkit-flex-grow: 1;
	-ms-flex-grow: 1;
	flex-grow: 1;
	-moz-flex-shrink: 1;
	-webkit-flex-shrink: 1;
	-ms-flex-shrink: 1;
	flex-shrink: 1;
	width: 100%;
}

.features article .content > :last-child {
	margin-bottom: 0;
}

/* Posts */

.posts {
	display: -moz-flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-moz-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 0 2em -6em;
	width: calc(100% + 6em);
}

.posts article {
	-moz-flex-grow: 0;
	-webkit-flex-grow: 0;
	-ms-flex-grow: 0;
	flex-grow: 0;
	-moz-flex-shrink: 1;
	-webkit-flex-shrink: 1;
	-ms-flex-shrink: 1;
	flex-shrink: 1;
	margin: 0 0 6em 6em;
	position: relative;
	width: calc(33.3333333333% - 6em);
}

.posts article:before {
	background: rgba(210, 215, 217, 0.75);
	content: '';
	display: block;
	height: calc(100% + 6em);
	left: -3em;
	position: absolute;
	top: 0;
	width: 1px;
}

.posts article:after {
	background: rgba(210, 215, 217, 0.75);
	bottom: -3em;
	content: '';
	display: block;
	height: 1px;
	position: absolute;
	right: 0;
	width: calc(100% + 6em);
}

.posts article > :last-child {
	margin-bottom: 0;
}

.posts article .image {
	display: block;
	margin: 0 0 2em 0;
}

.posts article .image img {
	display: block;
	width: 100%;
}

/* Wrapper */

#wrapper {
	/* display: -moz-flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-moz-flex-direction: row-reverse;
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	min-height: 100vh; */
	position: relative;
	z-index: 1;
	background-color: #fff;
}

/* Main */

#main {
	/* -moz-flex-grow: 1;
	-webkit-flex-grow: 1;
	-ms-flex-grow: 1;
	flex-grow: 1;
	-moz-flex-shrink: 1;
	-webkit-flex-shrink: 1;
	-ms-flex-shrink: 1;
	flex-shrink: 1;
	width: 100%; */
}

#main > .inner {
	padding: 0 6em 0.1em 6em;
	margin: 0 auto;
	max-width: 110em;
}

#main > .inner > section {
	padding: 6em 0 4em 0;
	/*mzy border-top: solid 2px rgba(210, 215, 217, 0.75);*/
}

#main > .inner > section:first-of-type {
	border-top: 0 !important;
}

/* Sidebar */

#search form {
	text-decoration: none;
	position: relative;
}

#search form:before {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-transform: none !important;
}

#search form:before {
	-moz-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	-ms-transform: scaleX(-1);
	transform: scaleX(-1);
	color: #7f888f;
	content: '\f002';
	cursor: default;
	display: block;
	font-size: 1.5em;
	height: 2em;
	line-height: 2em;
	opacity: 0.325;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	width: 2em;
}

#search form input[type="text"] {
	padding-right: 2.75em;
}

#sidebar {
	-moz-flex-grow: 0;
	-webkit-flex-grow: 0;
	-ms-flex-grow: 0;
	flex-grow: 0;
	-moz-flex-shrink: 0;
	-webkit-flex-shrink: 0;
	-ms-flex-shrink: 0;
	flex-shrink: 0;
	-moz-transition: margin-left 0.5s ease, box-shadow 0.5s ease;
	-webkit-transition: margin-left 0.5s ease, box-shadow 0.5s ease;
	-ms-transition: margin-left 0.5s ease, box-shadow 0.5s ease;
	transition: margin-left 0.5s ease, box-shadow 0.5s ease;
	background-color: #f5f6f7;
	font-size: 0.9em;
	position: relative;
	width: 26em;
}

#sidebar h2 {
	font-size: 1.3888888889em;
}

#sidebar > .inner {
	padding: 2.2222222222em 2.2222222222em 2.4444444444em 2.2222222222em;
	position: relative;
	width: 26em;
}

#sidebar > .inner > * {
	border-bottom: solid 2px rgba(210, 215, 217, 0.75);
	margin: 0 0 3.5em 0;
	padding: 0 0 3.5em 0;
}

#sidebar > .inner > * > :last-child {
	margin-bottom: 0;
}

#sidebar > .inner > *:last-child {
	border-bottom: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}

#sidebar > .inner > .alt {
	background-color: #eff1f2;
	border-bottom: 0;
	margin: -2.2222222222em 0 4.4444444444em -2.2222222222em;
	padding: 2.2222222222em;
	width: calc(100% + 4.4444444444em);
}

#sidebar .toggle {
	text-decoration: none;
	-moz-transition: left 0.5s ease;
	-webkit-transition: left 0.5s ease;
	-ms-transition: left 0.5s ease;
	transition: left 0.5s ease;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	border: 0;
	display: block;
	height: 7.5em;
	left: 26em;
	line-height: 7.5em;
	outline: 0;
	overflow: hidden;
	position: absolute;
	text-align: center;
	text-indent: 7.5em;
	top: 0;
	width: 6em;
	z-index: 10000;
}

#sidebar .toggle:before {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-transform: none !important;
}

#sidebar .toggle:before {
	content: '\f0c9';
	font-size: 2rem;
	height: inherit;
	left: 0;
	line-height: inherit;
	position: absolute;
	text-indent: 0;
	top: 0;
	width: inherit;
}

#sidebar.inactive {
	margin-left: -26em;
}

/* Headers */

#headers {
	display: -moz-flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	background-color: #fff;
	/*border-bottom: solid 2px #000000;
	padding: 6em 0 1em 0;
	position: fixed;
	z-index: 9999;
	*/
}

#headers > * {
	-moz-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	margin-bottom: 0;
}

#headers .logo {
	border-bottom: 0;
	color: inherit;
	font-family: "Roboto Slab", serif;
	font-size: 1.125em;
}

#headers .icons {
	text-align: right;
}

#rightdotted{
	border-right: dotted 1px var(--main-color); 
	padding: 0px;
}

/* Banner */
.banner{
	text-align: center;
	margin: 0 auto;
}

.banner iframe {
	align: middle;
}
#banner {
	padding: 6em 0 4em 0;
	display: -moz-flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
}

#banner h1 {
	margin-top: -0.125em;
}

#banner .content {
	-moz-flex-grow: 1;
	-webkit-flex-grow: 1;
	-ms-flex-grow: 1;
	flex-grow: 1;
	-moz-flex-shrink: 1;
	-webkit-flex-shrink: 1;
	-ms-flex-shrink: 1;
	flex-shrink: 1;
	width: 50%;
}

#banner .image {
	-moz-flex-grow: 0;
	-webkit-flex-grow: 0;
	-ms-flex-grow: 0;
	flex-grow: 0;
	-moz-flex-shrink: 0;
	-webkit-flex-shrink: 0;
	-ms-flex-shrink: 0;
	flex-shrink: 0;
	display: block;
}

#banner .image img {
	height: 100%;
	-moz-object-fit: cover;
	-webkit-object-fit: cover;
	-ms-object-fit: cover;
	object-fit: cover;
	-moz-object-position: center;
	-webkit-object-position: center;
	-ms-object-position: center;
	object-position: center;
	width: 100%;
}

/* Footer */

#footer .copyright {
	color: #9fa3a6;
	font-size: 0.9em;
}

#footer .copyright a {
	color: inherit;
}

#footer {
	color: #2a325c;
	text-align: center;
	background-color: var(--third-color);
	text-align: center;
}

#footer ul {
	list-style-type: none;
}

/* Menu */

#menu ul {
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	color: #3d4449;
	font-family: "Roboto Slab", serif;
	font-family: 400;
	letter-spacing: 0.075em;
	list-style: none;
	margin-bottom: 0;
	padding: 0;
	text-transform: uppercase;
}

#menu ul a, #menu ul span {
	border-bottom: 0;
	color: inherit;
	cursor: pointer;
	display: block;
	font-size: 0.9em;
	padding: 0.625em 0;
}

#menu ul a:hover, #menu ul span:hover {
	/*color: #f56a6a;*/
	color: var(--linkhover-color);
}

#menu ul a.opener, #menu ul span.opener {
	-moz-transition: color 0.2s ease-in-out;
	-webkit-transition: color 0.2s ease-in-out;
	-ms-transition: color 0.2s ease-in-out;
	transition: color 0.2s ease-in-out;
	text-decoration: none;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	position: relative;
}

#menu ul a.opener:before, #menu ul span.opener:before {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-transform: none !important;
}

#menu ul a.opener:before, #menu ul span.opener:before {
	-moz-transition: color 0.2s ease-in-out, -moz-transform 0.2s ease-in-out;
	-webkit-transition: color 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
	-ms-transition: color 0.2s ease-in-out, -ms-transform 0.2s ease-in-out;
	transition: color 0.2s ease-in-out, transform 0.2s ease-in-out;
	color: #9fa3a6;
	content: '\f078';
	position: absolute;
	right: 0;
}

#menu ul a.opener:hover:before, #menu ul span.opener:hover:before {
	color: #f56a6a;
}

#menu ul a.opener.active + ul, #menu ul span.opener.active + ul {
	display: block;
}

#menu ul a.opener.active:before, #menu ul span.opener.active:before {
	-moz-transform: rotate(-180deg);
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg);
}

#menu > ul > li {
	border-top: solid 1px rgba(210, 215, 217, 0.75);
	margin: 0.5em 0 0 0;
	padding: 0.5em 0 0 0;
}

#menu > ul > li > ul {
	color: #9fa3a6;
	display: none;
	margin: 0.5em 0 1.5em 0;
	padding-left: 1em;
}

#menu > ul > li > ul a, #menu > ul > li > ul span {
	font-size: 0.8em;
}

#menu > ul > li > ul > li {
	margin: 0.125em 0 0 0;
	padding: 0.125em 0 0 0;
}

#menu > ul > li:first-child {
	border-top: 0;
	margin-top: 0;
	padding-top: 0;
}

span:hover {
	color: var(--second-color);
}

/*Padding Class*/

.p0 {
	padding: 0px !important;
}

.p2 {
	padding: 2px;
}

.p5 {
	padding: 5px;
}

.p10 {
	padding: 10px;
}

.p15 {
	padding: 15px;
}

.p20 {
	padding: 20px;
}

.p25 {
	padding: 25px;
}

.p30 {
	padding: 30px;
}

.p35 {
	padding: 35px;
}

.p40 {
	padding: 40px;
}

.p45 {
	padding: 45px;
}

.p50 {
	padding: 50px;
}

.p55 {
	padding: 55px;
}

.p60 {
	padding: 60px;
}

.p65 {
	padding: 65px;
}

.p70 {
	padding: 70px;
}

.p75 {
	padding: 75px;
}

.p80 {
	padding: 80px;
}

.p85 {
	padding: 85px;
}

.p90 {
	padding: 90px;
}

.p95 {
	padding: 95px;
}

.p100 {
	padding: 100px;
}

.p150 {
	padding: 150px;
}

.pt2 {
	padding-top: 2px;
}

.pt5 {
	padding-top: 5px;
}

.pt8 {
	padding-top: 8px;
}

.pt10 {
	padding-top: 10px;
}

.pt15 {
	padding-top: 15px;
}

.pt20 {
	padding-top: 20px;
}

.pt25 {
	padding-top: 25px;
}

.pt30 {
	padding-top: 30px;
}

.pt35 {
	padding-top: 35px;
}

.pt40 {
	padding-top: 40px;
}

.pt45 {
	padding-top: 45px;
}

.pt50 {
	padding-top: 50px;
}

.pt55 {
	padding-top: 55px;
}

.pt60 {
	padding-top: 60px;
}

.pt65 {
	padding-top: 65px;
}

.pt70 {
	padding-top: 70px;
}

.pt75 {
	padding-top: 75px;
}

.pt80 {
	padding-top: 80px;
}

.pt85 {
	padding-top: 85px;
}

.pt90 {
	padding-top: 90px;
}

.pt95 {
	padding-top: 95px;
}

.pt100 {
	padding-top: 100px;
}

.pt150 {
	padding-top: 150px;
}

.pr0 {
	padding-right: 0px !important;
}

.pr2 {
	padding-right: 2px;
}

.pr5 {
	padding-right: 5px;
}

.pr10 {
	padding-right: 10px;
}

.pr15 {
	padding-right: 15px;
}

.pr20 {
	padding-right: 20px;
}

.pr25 {
	padding-right: 25px;
}

.pr30 {
	padding-right: 30px;
}

.pr35 {
	padding-right: 35px;
}

.pr40 {
	padding-right: 40px;
}

.pr45 {
	padding-right: 45px;
}

.pr50 {
	padding-right: 50px;
}

.pr55 {
	padding-right: 55px;
}

.pr60 {
	padding-right: 60px;
}

.pr65 {
	padding-right: 65px;
}

.pr70 {
	padding-right: 70px;
}

.pr75 {
	padding-right: 75px;
}

.pr80 {
	padding-right: 80px;
}

.pr85 {
	padding-right: 85px;
}

.pr90 {
	padding-right: 90px;
}

.pr95 {
	padding-right: 95px;
}

.pr100 {
	padding-right: 100px;
}

.pr150 {
	padding-right: 150px;
}

.pb0 {
	padding-bottom: 0px;
}

.pb5 {
	padding-bottom: 5px;
}

.pb2 {
	padding-bottom: 2px;
}

.pb10 {
	padding-bottom: 10px;
}

.pb15 {
	padding-bottom: 15px;
}

.pb20 {
	padding-bottom: 20px;
}

.pb25 {
	padding-bottom: 25px;
}

.pb30 {
	padding-bottom: 30px;
}

.pb35 {
	padding-bottom: 35px;
}

.pb40 {
	padding-bottom: 40px;
}

.pb45 {
	padding-bottom: 45px;
}

.pb50 {
	padding-bottom: 50px;
}

.pb55 {
	padding-bottom: 55px;
}

.pb60 {
	padding-bottom: 60px;
}

.pb65 {
	padding-bottom: 65px;
}

.pb70 {
	padding-bottom: 70px;
}

.pb75 {
	padding-bottom: 75px;
}

.pb80 {
	padding-bottom: 80px;
}

.pb85 {
	padding-bottom: 85px;
}

.pb90 {
	padding-bottom: 90px;
}

.pb95 {
	padding-bottom: 95px;
}

.pb100 {
	padding-bottom: 100px;
}

.pb150 {
	padding-bottom: 150px;
}

.pl0 {
	padding-left: 0px !important;
}

.pl2 {
	padding-left: 2px;
}

.pl5 {
	padding-left: 5px;
}

.pl10 {
	padding-left: 10px;
}

.pl15 {
	padding-left: 15px;
}

.pl20 {
	padding-left: 20px;
}

.pl25 {
	padding-left: 25px;
}

.pl30 {
	padding-left: 30px;
}

.pl35 {
	padding-left: 35px;
}

.pl40 {
	padding-left: 40px;
}

.pl45 {
	padding-left: 45px;
}

.pl50 {
	padding-left: 50px;
}

.pl55 {
	padding-left: 55px;
}

.pl60 {
	padding-left: 60px;
}

.pl65 {
	padding-left: 65px;
}

.pl70 {
	padding-left: 70px;
}

.pl75 {
	padding-left: 75px;
}

.pl80 {
	padding-left: 80px;
}

.pl85 {
	padding-left: 85px;
}

.pl90 {
	padding-left: 90px;
}

.pl95 {
	padding-left: 95px;
}

.pl100 {
	padding-left: 100px;
}

.pl150 {
	padding-left: 150px;
}

.pt_li{
	padding-top: 5px;	
}

/*margin class*/

.m0 {
	margin: 0px;
}

.m5 {
	margin: 5px;
}

.m10 {
	margin: 10px;
}

.m15 {
	margin: 15px;
}

.m20 {
	margin: 20px;
}

.m25 {
	margin: 25px;
}

.m30 {
	margin: 30px;
}

.m35 {
	margin: 35px;
}

.m40 {
	margin: 40px;
}

.m45 {
	margin: 45px;
}

.m50 {
	margin: 50px;
}

.m55 {
	margin: 55px;
}

.m60 {
	margin: 60px;
}

.m65 {
	margin: 65px;
}

.m70 {
	margin: 70px;
}

.m75 {
	margin: 75px;
}

.m80 {
	margin: 80px;
}

.m85 {
	margin: 85px;
}

.m90 {
	margin: 90px;
}

.m95 {
	margin: 95px;
}

.m100 {
	margin: 100px;
}

.m150 {
	margin: 150px;
}

.mt5 {
	margin-top: 5px;
}

.mt10 {
	margin-top: 10px;
}

.mt15 {
	margin-top: 15px;
}

.mt20 {
	margin-top: 20px;
}

.mt25 {
	margin-top: 25px;
}

.mt30 {
	margin-top: 30px;
}

.mt35 {
	margin-top: 35px;
}

.mt40 {
	margin-top: 40px;
}

.mt45 {
	margin-top: 45px;
}

.mt50 {
	margin-top: 50px;
}

.mt55 {
	margin-top: 55px;
}

.mt60 {
	margin-top: 60px;
}

.mt65 {
	margin-top: 65px;
}

.mt70 {
	margin-top: 70px;
}

.mt75 {
	margin-top: 75px;
}

.mt80 {
	margin-top: 80px;
}

.mt85 {
	margin-top: 85px;
}

.mt90 {
	margin-top: 90px;
}

.mt95 {
	margin-top: 95px;
}

.mt100 {
	margin-top: 100px;
}

.mt150 {
	margin-top: 150px;
}

.mr5 {
	margin-right: 5px;
}

.mr10 {
	margin-right: 10px;
}

.mr15 {
	margin-right: 15px;
}

.mr20 {
	margin-right: 20px;
}

.mr25 {
	margin-right: 25px;
}

.mr30 {
	margin-right: 30px;
}

.mr35 {
	margin-right: 35px;
}

.mr40 {
	margin-right: 40px;
}

.mr45 {
	margin-right: 45px;
}

.mr50 {
	margin-right: 50px;
}

.mr55 {
	margin-right: 55px;
}

.mr60 {
	margin-right: 60px;
}

.mr65 {
	margin-right: 65px;
}

.mr70 {
	margin-right: 70px;
}

.mr75 {
	margin-right: 75px;
}

.mr80 {
	margin-right: 80px;
}

.mr85 {
	margin-right: 85px;
}

.mr90 {
	margin-right: 90px;
}

.mr95 {
	margin-right: 95px;
}

.mr100 {
	margin-right: 100px;
}

.mr150 {
	margin-right: 150px;
}

.mb0 {
	margin-bottom: 0px;
}

.mb5 {
	margin-bottom: 5px;
}

.mb10 {
	margin-bottom: 10px;
}

.mb15 {
	margin-bottom: 15px;
}

.mb20 {
	margin-bottom: 20px;
}

.mb25 {
	margin-bottom: 25px;
}

.mb30 {
	margin-bottom: 30px;
}

.mb35 {
	margin-bottom: 35px;
}

.mb40 {
	margin-bottom: 40px;
}

.mb45 {
	margin-bottom: 45px;
}

.mb50 {
	margin-bottom: 50px;
}

.mb55 {
	margin-bottom: 55px;
}

.mb60 {
	margin-bottom: 60px;
}

.mb65 {
	margin-bottom: 65px;
}

.mb70 {
	margin-bottom: 70px;
}

.mb75 {
	margin-bottom: 75px;
}

.mb80 {
	margin-bottom: 80px;
}

.mb85 {
	margin-bottom: 85px;
}

.mb90 {
	margin-bottom: 90px;
}

.mb95 {
	margin-bottom: 95px;
}

.mb100 {
	margin-bottom: 100px;
}

.mb150 {
	margin-bottom: 150px;
}

.ml5 {
	margin-left: 5px;
}

.ml10 {
	margin-left: 10px;
}

.ml15 {
	margin-left: 15px;
}

.ml20 {
	margin-left: 20px;
}

.ml25 {
	margin-left: 25px;
}

.ml30 {
	margin-left: 30px;
}

.ml35 {
	margin-left: 35px;
}

.ml40 {
	margin-left: 40px;
}

.ml45 {
	margin-left: 45px;
}

.ml50 {
	margin-left: 50px;
}

.ml55 {
	margin-left: 55px;
}

.ml60 {
	margin-left: 60px;
}

.ml65 {
	margin-left: 65px;
}

.ml70 {
	margin-left: 70px;
}

.ml75 {
	margin-left: 75px;
}

.ml80 {
	margin-left: 80px;
}

.ml85 {
	margin-left: 85px;
}

.ml90 {
	margin-left: 90px;
}

.ml95 {
	margin-left: 95px;
}

.ml100 {
	margin-left: 100px;
}

.ml150 {
	margin-left: 150px;
}

/*Custom Style*/

.main-content {
	padding: 0 6em 0.1em 6em;
	max-width: 1000px;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
	padding-left: 10px;
	padding-right: 10px;
}

.row {
	margin-left: -10px;
	margin-right: -10px
}

.font-icon-content {
	font-family: fontStyleSemiBold;
	font-size: 24px;
	line-height: 1.2em;
}

.font-summary {
	font-family: fontStyleRegular;
	font-size: 14px;
	line-height: 1.4em;
}

.font-summary-landing {
    font-family: "Helvetica", Arial;
    font-size: 18px;
    line-height: 140%;
    color: #2d2d2d !important;
}

.font-large-content {
	font-family: fontStyleBold;
	font-size: 28px;
	line-height: 1.2em;
}

.font-large-bold-content {
	font-family: fontStyleSemiBold;
	font-size: 28px;
	line-height: 1.2em;
}

.font-medium-content {
	font-family: fontStyleRegular;
	font-size: 18px;
	line-height: 1.4em;
}

.font-medium-bold-content {
	font-family: fontStyleSemiBold;
	font-size: 18px;
	line-height: 1.4em;
}

.font-small-content {
	font-family: fontStyleRegular;
	font-size: 14px;
	line-height: 1.4em;
}

.font-small-bold-content {
	font-family: fontStyleSemiBold;
	font-size: 14px;
	line-height: 1.4em;
}

.font-xsmall-content {
	font-family: fontStyleLight;
	font-size: 11px;
	line-height: 1.2em;
}

.font-xsmall-bold-content {
	font-family: fontStyleSemiBold;
	font-size: 13px;
	line-height: 1.2em;
}

.font-xsmall-italic-content {
	font-family: fontStyleItalic;
	font-size: 12px;
	line-height: 1.2em;
}

.font-xsmall-light-content {
	font-family: fontStyleLight;
	font-size: 11px;
	line-height: 1.2em;
}

.font-xxsmall-light-content {
	font-family: fontStyleLight;
	font-size: 10px;
	line-height: 1.2em;
}

.font-title {
	font-family: fontStyleSemiBold;
	color: var(--main-color);
	font-size: 20px !important;
	line-height: 1.2em;
	margin-bottom: 5px;
}

.bumee .font-title {
	font-family: fontStyleSemiBold;
	color: var(--ijo-color);
	font-size: 20px !important;
	line-height: 1.2em;
	margin-bottom: 5px;
}

.font-title-square {
	font-family: fontStyleSemiBold;
	color: #ffffff;
	font-size: 18px;
	line-height: 1.2em;
}

.font-small-number {
	font-family: fontStyleSemiBold;
	color: var(--third-color);
	font-size: 30px;
	line-height: 28px;
}

.font-medium-number {
	font-family: fontStyleSemiBold;
	color: var(--third-color);
	font-size: 18px;
	line-height: 1.2em;
}

.menulist-content {
	padding-top: 5px;
	color: #ffffff;
}

.menulist-content:hover {
	/*border-bottom: solid 1px var(--second-color);*/
	color: var(--second-color);
}

.listview-content {
	color: var(--main-color);
	border-bottom: solid 1px #ccc;
}

.listview-content-mob {
	color: var(--main-color);
	border-bottom: dotted 1px var(--main-color);
	margin: 10px 15px 0px 15px;
}

.listview-content:hover {
	border-bottom: dotted 1px var(--second-color);
}

.listview-content-rightdotted {
	border-right: dotted 1px var(--main-color);
}

.listview-content-nodotted {
	color: var(--main-color);
}

.listview-content-nodotted:hover {
	color: var(--second-color);
}

.line-title {
	border-bottom: solid 5px var(--second-color);
	width: 30px;
}

.bumee .line-title {
	border-bottom: solid 5px var(--ijo-color);
	width: 30px;
}



.line-title-putih {
	border-bottom: solid 5px #fff;
	width: 30px;
}

.line-title-selected {
    position: absolute;
    top: 29px;
    width: 30px;
    border-bottom: solid 5px var(--third-color);
}

.line-title-center {
	margin: 0 auto;
	border-bottom: solid 5px var(--second-color);
	position: relative;
	width: 30px;
}

.content-style {
	color: var(--main-color);
}

.body-style {
	color: var(--main-color);
	padding: 0px 0px 0px 30px;
}

.content-rightline {
	border-right: solid 1px var(--main-color);
	color: var(--main-color);
}

.content-rightline-bold {
	border-right: solid 2px var(--main-color);
	color: var(--main-color);
}

.article-style {
	color: var(--third-color);
}

.solid-horizontal {
	border-bottom: solid 1px var(--main-color);
}

.dotted-horizontal {
	border-bottom: solid 1px #ccc;
}

.dotted-white-horizontal {
	border-top: solid 2px #ffffff;
}

.layout-opini {
	background-color: var(--second-color);
}

.layout-editor {  
    background-color: #f4f4f4;
}

.text-editor {
	font-family: fontStyleSemiBold;
    /*color: var(--main-color);*/
    color: var(--main-color);
    font-size: 18px;
    line-height: 1.2em;
}

.line-editor {
    margin: auto;
    border-bottom: solid 5px var(--second-color);
    /*border-bottom: solid 5px #f4f4f4;*/
    padding-top: 5px;
    width: 30px;
}

.layout-topical {
	background-color: var(--second-color);
}

.layout-segitiga {
	border-left: 44px solid var(--second-color);
	border-top: 32px solid transparent;
}

.frame-topical {
	background-color: var(--second-color);
	padding-top: 15px;
}

.frame-grafis {
	background-color: var(--grey-color);
	padding-top: 15px;
}

.widget_recent_post .widget_post_thumbnail {
    float: left;
    height: 80px;
    margin-right: 10px;
    width: 80px;
    overflow: hidden;
}
.rounded-img {
	width:200px;
	margin-bottom:20px;
    border-radius: 50%;
    border: 2px solid #AAACAB;
}

.frame-epaper {
	background-color: var(--third-color);
}

.frame-opini {
	border-bottom: dotted 1px var(--second-color);
	border-left: dotted 1px var(--second-color);
	border-right: dotted 1px var(--second-color);
}

.frame-opini-mobile {
	border-bottom: solid 2px var(--second-color);
	border-left: solid 2px var(--second-color);
	border-right: solid 2px var(--second-color);
}

/*element vertical center*/
.vcontainer {
	height: 50px;
	position: relative;
}

.vcenter {
	margin: 0;
	position: relative;
	top: 15%;
	/*
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	*/
}

.vcenter_idx {
	margin: 0;
	position: relative;
	top: 25%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
/*element vertical center*/

/* Text Align */
.text-center {
	text-align: center;
}
.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}
.text-ijo {
	color: var(--ijo-color);
}
.text-merah {
	color: var(--merah-color);
}
.text-merah-dark {
	color: var(--merah-dark-color);
}
.text-hitam {
	color: #000000;
}
.text-putih {
	color: #ffffff;
}
.text-abu2 {
	color: #666;
}
.text-biru {
	color: var(--main-color);
}
.text-biru-light {
	color: var(--third-color);
}

.text-headline{
	color: #fff;
}

.text-headline:hover{
	color: var(--third-color);
}

.text-section{
	color: var(--main-color);
}

.text-section:hover{
	color: var(--second-color);
}

.tstatic{
	color: #fff;
}

.tstatic:hover{
	color: #000;
}

/* Float */
.f-left {
	float: left;
}
.f-right {
	float: right;
}

.nav-top {
    position: fixed;
    width: 100%;
    z-index: 999;
    top: 0px;
	padding-top:5px;
    background-color: #fff;
    border-bottom: solid 3px var(--second-color);
}

.nav-top .container{
	max-width: 990px;
	padding-left: 5px !important;
	padding-right: 5px !important;
}

/*new header & footer*/
.header_nav {
	list-style: none;
	margin: 0px;
	padding: 0px;
	display: flex;
	justify-content: space-between;
}

.header_nav li {
	display: inline;
	padding: 0px;
}

.header_nav a {
	display: inline-block;
}

.draggable {
  width: auto;
  overflow: visible;
}

nav {
  display: flex;
  flex-direction: row;
}

nav a {
  margin-right: 20px;
}

#navmenu {
  list-style: none inside;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

#navmenu li {
  display: block;
  position: relative;
  float: left;
}

#navmenu li a {
  display: block;
  padding: 0;
  text-decoration: none;
  color: var(--main-color);
}

#navmenu li:hover {
  color: var(--second-color);
}

#navmenu ul {
  position: absolute;
  padding: 0;
  left: 0;
  display: none;
}

#navmenu li:hover ul ul {
  display: none;
}

#navmenu li:hover ul {
  display: block;
}

#navmenu li li:hover ul {
  display: block;
}

.laysubmenu{
  width: auto;
  z-index: 99;
  border-bottom: solid 4px #000;
}

.submenu{
	width: 100%;
  	background-color: #ddd;
	text-align: left;
	padding: 10px 10px 0px 10px;
}

.footer_nav {
	list-style: none;
	margin: 0px;
	padding: 5px 0px;
}

.footer_nav li {
	display: inline;
	padding: 0px;
}

.footer_nav a {
	display: inline-block;
}

.footer_background {
	background-color: var(--third-color);
}

/*searchbar*/
.search {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 40px;
	height: 40px;
	background: #fff;
	border-radius: 2px;
	transition: width .5s;
	overflow: hidden;
}

.search.active {
	width: 280px;
}

.search input {
	position: absolute;
	top: 5px;
	left: 5px;
	width: calc(100% - 90px);
	height: 30px;
	border: none;
	outline: none;
	font-size: 14px;
	color: var(--second-color);
	padding: 10px;
}

/*btn cancel*/
.search.active .icon {
	background: #ff355a;
}
.search.active .icon:before {
	content: '';
	position: absolute;
	top: 5px;
	left: 8px;
	width: 9px;
	height: 15px;
	background: transparent;
	border: none;
	border-right: 2px solid #fff;
	border-radius: 0;
	transition: .5%;
	transform: rotate(45deg);
}
.search.active .icon:after {
	content: '';
	position: absolute;
	top: 10px;
	left: 8px;
	width: 9px;
	height: 15px;
	background: transparent;
	border: none;
	border-right: 2px solid #fff;
	border-radius: 0;
	transition: .5%;
	transform: rotate(-45deg);
}
/*btn cancel*/

/*btn search*/
.icon {
	position: relative;
	/*mzy top:5px;
	 right:5px;
	 width:30px;
	 height:30px;
	 cursor:pointer;
	 border-radius:4px;*/
	transition: .5s;
}
.icon:before {
	content: '';
	position: absolute;
	top: 6px;
	left: 6px;
	width: 12px;
	height: 12px;
	background: transparent;
	border: 2px solid var(--second-color);
	border-radius: 50%;
	transition: .5%;
}
.icon:after {
	content: '';
	position: absolute;
	top: 12px;
	left: 17px;
	width: 9px;
	height: 9px;
	background: transparent;
	border-left: 2px solid var(--second-color);
	border-radius: 0;
	transform: rotate(-45deg);
	transition: .5%;
}
/*btn search*/

/*images*/
.img100_prsn {
	width: 100%;
	height: 100%;
	cursor: pointer;
  	transition: 0.3s;
}

.img100_ori {
	width: 100%;
	height: auto;
}

.img100 {
	width: 100%;
	height: auto;
	cursor: pointer;
  	transition: 0.3s;
}

.img100:hover { opacity: 0.7; }

.img20 {
	width: 20%;
	height: auto;
}

.img25 {
	width: 25%;
	height: auto;
}

.img30 {
	width: 30%;
	height: auto;
}

.img40 {
	width: 40%;
	height: auto;
}

.img50 {
	width: 50%;
	height: auto;
}

.imgShadow {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.div-wrapper img {
	/* position: absolute;
	 bottom: 0; */
}

.tag_artikel{
	cursor: pointer;
  	transition: 0.3s;
}

.tag_artikel:hover{
	opacity: 0.7;
	background-color: #176fa2;
    color: #fff;
}

/*content slider*/
.leftLst{
	background-color: #fff;
}

.rightLst{
	background-color: #fff;
}

.content-slider {
	float: left;
	overflow: hidden;
	padding: 0px;
	width: 100%;
	position: relative;
}
.content-slider .content-slider-inner {
	transition: 1s ease all;
	float: left;
}
.content-slider .content-slider-inner .item {
	float: left;
}
.content-slider .content-slider-inner .item > div {
	color: var(--main-color);
	font-family: fontStyleRegular;
	font-size: 14px;
	line-height: 1.4em;
}
.content-slider .leftLst, .content-slider .rightLst {
	position: absolute;
}
.content-slider .leftLst {
	left: 0;
}
.content-slider .rightLst {
	right: 0;
}
.content-slider .leftLst.over, .content-slider .rightLst.over {
	pointer-events: none;
}
.content-slider {
	padding-left: 45px;
}

.abs-center {
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
}

.content-slider-idx {
	float: left;
	overflow: hidden;
	padding: 0px;
	width: 100%;
	position: relative;
}
.content-slider-idx .content-slider-inner {
	transition: 1s ease all;
	float: left;
}
.content-slider-idx .content-slider-inner .item {
	float: left;
}
.content-slider-idx .content-slider-inner .item > div {
	color: var(--main-color);
	font-family: fontStyleRegular;
	font-size: 14px;
	line-height: 1.4em;
}
.content-slider-idx .leftLst, .content-slider-idx .rightLst {
	position: absolute;
}
.content-slider-idx .leftLst {
	left: 0;
}
.content-slider-idx .rightLst {
	right: 0;
}
.content-slider-idx .leftLst.over, .content-slider-idx .rightLst.over {
	pointer-events: none;
}
.content-slider-idx {
	padding-left: 45px;
}

/*Scroll Menu */
div.scrollmenu {
	overflow: auto;
	white-space: nowrap;  
}

div.scrollmenu a {
	display: inline-block;
	text-decoration: none;
	overflow-x: hidden;
}

#scrollmenu-style::-webkit-scrollbar {
	width: 5px;
	height: 5px;
	display: none;
}

#scrollmenu-style::-webkit-scrollbar-track {
	background-color: #f1f1f1;
	border-radius: 5px;
}

#scrollmenu-style::-webkit-scrollbar-thumb {
	background-color: #dfdfdf;
	border-radius: 5px;
}

/*Swipe Menu*/
.items {
    position: relative;
    width: 100%;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    transition: all 0.2s;
    /*transform: scale(0.98);*/
    will-change: transform;
    user-select: none;
    cursor: pointer;
  }

  .items.active {
    /*background: rgba(255,255,255,0.3);*/
    cursor: grabbing;
    cursor: -webkit-grabbing;
    /*transform: scale(1);*/
  }

  .item {
    display: inline-block;
    /*background: skyblue;
    min-height: 250px;
    min-width: 400px;
    margin: 2em 1em;
    @media screen and (max-width: 500px) {
      min-height: 200px;
      min-width: 200px;
    }*/
  }

/*Navigation Drawer*/

.sidenav {
	height: 100%;
	width: 0;
	font-family: fontStyleRegular;
	position: fixed;
	z-index: 99999;
	top: 0;
	left: 0;
	background-color: #111;
	overflow-x: hidden;
	transition: 0.5s;
	padding-top: 60px;
}

.sidenav a {
	text-decoration: none;
	font-size: 18px;
	color: #f1f1f1;
	display: block;
	transition: 0.3s;
}

.sidenav a:hover {
	color: var(--second-color);
}

.sidenav .closebtn {
	position: absolute;
	top: 10px;
	right: 24px;
	font-size: 36px;
}

/*Signin Style*/
/*
input[type=text], input[type=password] {
	width: 100%;
	padding: 15px;
	margin: 5px 0 22px 0;
	display: inline-block;
	border: none;
	background: #f1f1f1;
}

input[type=text]:focus, input[type=password]:focus {
	background-color: #ddd;
	outline: none;
}
*/
.btn-outline-custom {
	color: var(--second-color);
	background-color: transparent;
	background-image: none;
	border-color: var(--second-color);
}

/*menu hover*/
.menucool-link {
	display: inline-block;
	color: var(--second-color);
	text-decoration: none;
}

.menucool-link:hover {
	color: var(--second-color);
}

.menucool-link::after {
	content: '';
	display: block;
	width: 0;
	height: 5px;
	background: var(--second-color);
	transition: width .3s;
	margin-top: 4px;
}

.menucool-link:hover::after {
	width: 30px;
}


/*heigt title*/
.ptitle{
	height: 60px;
}


/*single slider*/
.sliderContainer {
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	overflow: hidden;
}

.sliderContainer .imgsli:first-child {
	position: relative;
	width: 100%;
	left: 0%;
	top: 0;
}

.imgsli {
	position: absolute;
	width: 100%;
	left: -100%;
	top: 0;
	padding: 5px;
}

.nextCircle {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 88%;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	/*opacity:0.5;
	 background-color:black;*/
	z-index: 19;
}

.next {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	color: white;
	z-index: 20;
}

.nextCircle:hover {
	opacity: 0.7;
	cursor: pointer;
}

.fa.fa-arrow-right, .fa.fa-arrow-left {
	font-size: 30px;
}

.prevCircle {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 88%;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	/*opacity:0.5;
	 background-color:black;*/
	z-index: 19;
}

.previous {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	color: white;
	z-index: 20;
}

.prevCircle:hover {
	opacity: 0.7;
	cursor: pointer;
}

.bg_artikel{
	font-size: 12px; 
	background-color:#efefef; 
	color: #000; 
	width: 100%; 
	padding: 2px 5px 2px 5px; 
	vertical-align: 4px;
}

.bg_tag{
	font-size: 12px; 
	background-color:#176fa2; 
	color: #fff; 
	width: 100%; 
	padding: 5px 5px 5px 5px; 
	vertical-align: 4px;
}

.sidelink a{
	
}

.sidelink a:hover{
	
}

.body-article{
	margin-left: 15px;
}

.body-article p{
	text-align:left !important;
}
	
/* Style the buttons */
.sidelink{
  border: none;
  outline: none;
  cursor: pointer;
  color: #d1d1d1; 
}

/* Style the active class, and buttons on mouse-over */
.active, .sidelink:hover {
  color: var(--linkhover-color);
}

/*.sidelink a:visited{
	color: var(--linkhover-color);
	border-bottom: solid 1px var(--second-color);
}*/

/*layout tabing*/

.tabs {
	margin: 0 auto;
}
#tab-button {
	display: table;
	table-layout: fixed;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
}
#tab-button li {
	display: table-cell;
	width: 20%;
}
#tab-button li a {
	display: block;
	padding-top: 5px;
	margin: 0px;
	text-align: center;
	background: #fff;
	color: var(--second-color);
	text-decoration: none;
}
#tab-button li:not(:first-child) a {
	border-left: none;
}
#tab-button li a:hover {
	background: var(--second-color);
	color: #fff;
}
#tab-button .is-active a {
	background: var(--second-color);
	color: #fff;
}
.tab-button-outer {
	display: none;
}
.tab-contents {
	margin-top: 20px;
}

.tabcool-link {
	display: inline-block;
	color: #fff;
	text-decoration: none;
}

.tabcool-link::after {
	content: '';
	display: block;
	width: 0;
	height: 5px;
	background: #fff;
	transition: width .3s;
	margin: 0 auto;
	margin-top: 4px;
}

.tabcool-link:hover::after {
	width: 40%;
}

/*untuk menu*/

#tab-menu-button {
	display: table;
	table-layout: fixed;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
}
#tab-menu-button li {
	display: table-cell;
	width: 20%;
}
#tab-menu-button li a {
	display: block;
	padding: 10px;
	margin: 0px;
	text-align: center;
	background: #fff;
	color: var(--second-color);
	text-decoration: none;
}
#tab-menu-button li:not(:first-child) a {
	border-left: none;
}
#tab-menu-button li a:hover {
	background: var(--second-color);
	color: #fff;
}
#tab-menu-button .is-active a {
	background: var(--second-color);
	color: #fff;
}

.tab-menu-button-outer {
	display: none;
}
.tab-menu-contents {
	margin-top: 20px;
}

/*menu hover*/
.dropbtn {
  background-color: #4CAF50;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
}
.dropdown {
  position: relative;
  display: inline-block;
}
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}
.dropdown-content a:hover {background-color: #ddd;}
.dropdown:hover .dropdown-content {display: block;}
.dropdown:hover .dropbtn {background-color: #3e8e41;}

@media screen and (max-width: 992px) {
	.headline {
		flex-direction: column-reverse;
	}
}

@media screen and (min-width: 768px) {
	.tab-button-outer {
		position: relative;
		z-index: 2;
		display: block;
	}
	.tab-select-outer {
		display: none;
	}
	.tab-contents {
		position: relative;
		margin-top: 0;
	}

	.tab-menu-button-outer {
		position: relative;
		z-index: 2;
		display: block;
	}
	.tab-menu-select-outer {
		display: none;
	}
	.tab-menu-contents {
		position: relative;
		margin-top: 0;
	}
	.container {
	    max-width: 1100px;
	}
	
}

/*Popup Images*/

#imgPopup {
  cursor: pointer;
  transition: 0.3s;
}

#imgPopup:hover {opacity: 0.7;}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 9999999; /* Sit on top */
  padding-top: 50px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
  margin: auto;
  display: block;
  /*
  width: 80%;
  max-width: 700px;
  margin-top:200px;*/
}

/* Caption of Modal Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation */
.modal-content, #caption {  
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {-webkit-transform:scale(0)} 
  to {-webkit-transform:scale(1)}
}

@keyframes zoom {
  from {transform:scale(0)} 
  to {transform:scale(1)}
}

/* The Close Button */
.closeX {
  position: absolute;
  top: 0px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.closeX:hover,
.closeX:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

.tradingview-widget-wrapper{
	height:400px;
}
.tradingview-widget-copyright{
	margin-bottom:20px;
}
/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
  .modal {
  	padding-top: 40px; 
  }

  .closeX {
   top: 10px;
   font-size: 28px !important;
  }

  .modal-content {
    /*width: 80%;*/
    margin-top:0px;
  }
  .tradingview-widget-wrapper{
	height:300px;
  }
}

/*scroll to top*/
#return-to-top {
	position: fixed;
	z-index: 99;
	bottom: 110px;
	right: 35px;
	background: rgb(0, 0, 0);
	background: rgba(0, 0, 0, 0.7);
	width: 50px;
	height: 50px;
	display: block;
	text-decoration: none;
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	border-radius: 35px;
	display: none;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#return-to-top i {
	color: #fff;
	margin: 0;
	position: relative;
	left: 15px;
	top: 5px;
	font-size: 19px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#return-to-top:hover {
	background: rgba(0, 0, 0, 0.9);
}
#return-to-top:hover i {
	color: #fff;
	top: 2px;
}

/*font content*/

.font-title-headline {
    font-family: fontStyleBold;
    font-size: 28px;
    line-height: 1.2em;
}

.font-title-subcat {
    font-family: fontStyleSemiBold;
    font-size: 18px;
    line-height: 1.2em;
}

.font-summary {
    font-family: fontStyleRegular;
    font-size: 16px;
    line-height: 1.4em;
}

.font-summary-semibold {
    	font-family: fontStyleSemiBold;
    	font-size: 16px;
    	line-height: 1.4em;
}

.font-summary-bold {
    	font-family: fontStyleBold;
    	font-size: 14px;
    	line-height: 1.3em;
}
	
.font-tanggal {
    font-family: fontStyleLight;
    font-size: 12px;
    line-height: 1.4em;
}

/*Layout Responsive*/

/*mobile*/

@media only screen and (min-width: 320px) {
	.moblayout{
		width: 300px;
	}
}

@media only screen and (min-width: 375px) {
	.moblayout{
		width: 340px;
	}
}

@media only screen and (min-width: 414px) {
	.moblayout{
		width: 375px;
	}
}

@media only screen and (min-width: 992px) {
	#article-side {
		display: block;
	}
	.sideleft-landing{
		padding: 0px 10px 0px 0px !important;
		max-width: calc(100% - 310px) !important;
	}
	.sidebar-landing{
		padding: 0px;
	    max-width: 300px;
	}
	.sideleft{
		padding: 0px !important;
		width: calc(100% - 320px) !important;
	}
	.sideright{
		padding: 0px;
	    max-width: 300px !important;
	    margin-left: 10px;
	}
	.container {
	    max-width: 1100px;
	}
	.font-summary-semibold {
    	font-size: 14px;
	}
}

@media only screen and (max-width: 991px) {
	#article-side {
		display: none;
	}
	.sidebar-landing{
		padding: 0px 10px !important;
	}
	.sideright{
		padding: 0px 10px !important;
	}
	.banner{
		display: block;
	}
	
	.col6-left{
	padding: 0px 0px 10px 0px !important;
	}
	
	.col6-right{
		padding: 0px 0px 10px 0px !important;
	}
	.cpl{
		padding: 0px !important;
	}
	.cpr{
		padding: 0px !important;
	}
	.ptitle{height:auto !important}	
	.nav-top .container{
		padding-left: 0px !important;
		padding-right: 0px !important;
	}

}

@media only screen and (min-width: 768px) {
	.show-desktop {
		display: block;
	}
	.show-mobile {
		display: none
	}
	.moblayout{
		width: 320px;
	}
	.row {
		margin-left: 0px;
		margin-right: 0px
	}
	.col-brand {
		display: inline-block;
		padding-left: 0;
		padding-right: 0;
	}
	.container-fluid {
		width: 100%;
		padding-right: 5px;
		padding-left: 5px;
		margin-right: auto;
		margin-left: auto;
	}
	.embed_youtube{width: 100% !important;height: 335px !important;}

}

@media only screen and (max-width: 360px) {
	.sidebar-landing{
		padding: 0px!important;
	}
}
@media only screen and (max-width: 767px) {
	.show-desktop {
		display: none;
	}
	.show-mobile {
		display: block
	}
	
	.pt_li{
		padding-top: 8px;	
	}
	
	.body-article{
		margin-left: 0px;
		width: 100% !important;
	}

	#return-to-top {
		position: fixed;
		bottom: 35px;
		right: 15px;
		background: rgb(0, 0, 0);
		background: rgba(0, 0, 0, 0.7);
		width: 50px;
		height: 50px;
		display: block;
		text-decoration: none;
		-webkit-border-radius: 35px;
		-moz-border-radius: 35px;
		border-radius: 35px;
		display: none;
		-webkit-transition: all 0.3s linear;
		-moz-transition: all 0.3s ease;
		-ms-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}
	
	.row {
		margin-left: 0px;
		margin-right: 0px
	}
	
	.col-brand {
		display: inline-block;
		padding-left: 0;
		padding-right: 0;
	}
	
	.container-fluid {
		width: 100%;
		padding-right: 5px;
		padding-left: 5px;
		margin-right: auto;
		margin-left: auto;
	}
	
	.body-style {
		color: var(--main-color);
		padding: 0px 0px 0px 10px;
	}
	
	/*fonts*/
	.font-large-content {
		font-family: fontStyleBold;
		font-size: 20px;
		line-height: 1.2em;
	}

	.font-large-bold-content {
		font-family: fontStyleSemiBold;
		font-size: 24px;
		line-height: 1.2em;
	}

	.font-medium-content {
		font-family: fontStyleRegular;
		font-size: 16px;
		line-height: 1.4em;
	}

	.font-medium-bold-content {
		font-family: fontStyleSemiBold;
		font-size: 18px;
		line-height: 1.4em;
	}

	.font-small-content {
		font-family: fontStyleRegular;
		font-size: 12px;
		line-height: 1.4em;
	}

	.font-small-bold-content {
		font-family: fontStyleSemiBold;
		font-size: 12px;
		line-height: 1.4em;
	}

	.font-xsmall-content {
		font-family: fontStyleLight;
		font-size: 12px;
		line-height: 1.2em;
	}

	.font-xsmall-bold-content {
		font-family: fontStyleSemiBold;
		font-size: 12px;
		line-height: 1.2em;
	}

	.font-xsmall-italic-content {
		font-family: fontStyleItalic;
		font-size: 12px;
		line-height: 1.2em;
	}

	.font-xsmall-light-content {
		font-family: fontStyleLight;
		font-size: 12px;
		line-height: 1.2em;
	}

	.font-xxsmall-light-content {
		font-family: fontStyleLight;
		font-size: 10px;
		line-height: 1.2em;
	}
	
	/*font content*/

	.font-title-headline {
    		font-family: fontStyleBold;
    		font-size: 26px;
    		line-height: 1.2em;
	}

	.font-title-subcat {
    		font-family: fontStyleRegular;
    		font-size: 18px;
    		line-height: 1.2em;
	}
	
	.font-title-square {
		font-family: fontStyleSemiBold;
		color: #ffffff;
		font-size: 18px;
		line-height: 1.2em;
	}

	.font-summary {
    		font-family: fontStyleRegular;
    		font-size: 16px;
    		line-height: 1.4em;
	}
	
	.font-summary-small {
    		font-family: fontStyleRegular;
    		font-size: 14px;
    		line-height: 1.4em;
	}
	
	.font-summary-semibold {
    		font-family: fontStyleSemiBold;   
    		font-size: 16px;
    		line-height: 1.2em;
	}
	
	.font-summary-bold {
    		font-family: fontStyleBold;   
    		font-size: 16px;
    		line-height: 1.2em;
	}

	.font-tanggal {
    		font-family: fontStyleLight;
    		font-size: 12px;
    		line-height: 1.2em;
	}

/*font content*/

}

.col6-left{
	padding: 0px 10px 0px 0px;
}

.col6-right{
	padding: 0px 0px 0px 10px;
}
.cpl{
	padding: 0px 15px 0px 0px;
}
.cpr{
	padding: 0px 0px 0px 15px;
}
.w100{width:100%;}

.ads-block img{
	width: 100%;
	height: auto;
}
