/* Styling untuk menu */
@font-face {
  src: url(../fonts/Roboto.ttf);
  font-family: fontmaster;
}
:root {
  --color: #ffffff;
  --color2: #3674b5;
  --color3: #004b72;
  --color4: #949494;
  --box-shadow: 5px 5px 5px 0px grey;
}
body {
  font-family: "fontmaster";
}
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-size: 100%;
  /* font: inherit; */
  vertical-align: baseline;
}
a {
  text-decoration: none;
  display: inline-block;
}
nav a span:hover {
  /* width: 100px;
  background: #004389; */
  background-color: var(--color3);
  border-radius: 5px;
  width: 100px;
  font-size: 17px;
}
#app .lebel_pos_02 {
  text-align: center;
  font-size: 18xp;
}
nav {
  /* background-color: var(--color2); */
  /* padding: 10px; */
  position: fixed;
  width: 0px;
  top: 0;
  left: 0;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
nav i {
  font-size: 17px;
}
nav span {
  color: white;
  padding: 10px 10px;
  margin: 5px 5px;
  font-size: 0px;
  background-color: #3674b5;
  height: 18px;
  width: 18px;
  float: left;
  border-radius: 100%;
}
/* nav a:hover {
  background-color: var(--color3);
  border-radius: 5px;
  width: 100px;
  font-size: 12px;
} */
.pos_data_footer_02 a:hover {
  background-color: var(--color3);
}
.pos_data_footer_02 a {
  color: var(--color);
  width: 100%;
}
.pos_info_01_man {
  margin-top: 50px;
  /* float: left; */
}
/* Styling untuk bagian halaman */
.section {
  padding: 20px 20px; /* Agar tidak tertutup navbar */
  /* margin-top: 50px; */
  /* height: 100vh; */
  width: 80%;
  margin: auto;
  background-color: #f3f3f3;
}
#app {
  /* background-color: #f4f4f4; */
  /* float: left; */
}
.pos_data_footer {
  padding: 10px;
}
#footer {
  color: var(--color);
  background: var(--color2);
  /* padding: 10px; */
  float: left;
  width: 100%;
}
#item_footer {
  width: 100%;
  float: left;
  /* display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-evenly; */
}
ul {
  list-style-type: none;
}
.pos_f_01 {
  float: left;
  width: 30%;
}
.pos_f_01 iframe {
  border: 0;
  float: left;
  width: 100%;
}
#item_footer h1 {
  text-align: center;
}
.pos_f_02 {
  float: left;
  position: initial;
  width: 70%;
}
.pos_data_footer_02 {
  float: left;
  padding: 0px 5px;
  width: 30%;
}
.pos_data_footer_02 span {
  width: 100%;
  float: left;
  margin: 5px;
}
.pos_ide_id {
  float: left;
  text-align: center;
  width: 100%;
  margin: 10px;
}
.c_01_post_01 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
.c_02_post_01 {
  width: 29%;
  padding: 15px;
  float: left;
  margin: 5px;
  text-align: center;
  border: 1px solid var(--color4);
  background-color: var(--color);
  border-radius: 0px 30px;
  box-shadow: var(--box-shadow);
}
.c_02_post_01 img {
  float: left;
  width: 100%;
  border-radius: 0px 15px 0px 0px;
}
.img_visi_misi {
  padding: 10px;
}
.img_visi_misi img {
  width: 225px;
}
.float_left {
  float: left;
}
.pos_articel_visi_misi {
  width: 79%;
  padding: 10px;
}
.pos_articel_visi_misi h1 {
  margin-top: 20px;
  text-align: center;
}
#pos_visi_misi {
  display: table;
}
#pos_visi_misi ol {
  padding: inherit;
}
.profil i {
  font-style: normal;
}
#pos_inikator {
  text-align: center;
  font-size: 20px;
}
.profil h1 {
  margin: 10px 0px;
}
.pos_articel_visi_misi ul li {
  text-align: justify;
}
.pos_profil_01 {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
.pos_profil_01 .conten_01 {
  width: 80%;
  margin: 10px;
  float: left;
}
.pos_profil_01 .conten_02 {
  width: 20%;
  float: left;
}
.pos_profil_01 .conten_02 img {
  width: 100%;
}
