body {
	background: #f9f9f9;
	color: #243876;
	font-family: 'Muli';
}
h1 {
	font-family: 'Fredoka One';
	font-size: 70px;
	line-height: 65px;
}
h2 {
	font-family: 'Fredoka One';
	font-size: 40px;
}
h3 {
	font-family: 'Fredoka One';
	font-size: 30px;
}
h4 {
	font-family: 'Fredoka One';
	font-size: 20px;
}
h4 span {
	color: #56c7ee;
}
.home {
	background: #fff;
}
.milkmeter_home {
	background-image: url(../img/bg.jpg);
	background-size: 100%;
	background-repeat: repeat-y;
	color: #fff;
}
.milkmeter_gallery {
 	background: #0c2985;
}
.milkmeter {
	background: #ebf2f3;
}
.home header,
.milkmeter_gallery header {
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 99;
}
header {
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
}
.nav {
	justify-content: flex-end;
	margin-right: -10px;
}
.nav .nav-link {
	color: #0d2980;
	font-family: 'Fredoka One';
	font-size: 15px;
}
.home .nav {
	margin-right: 0;
}
.home .nav-link {
	background: #fff;
	color: #0d2980;
	font-family: 'Fredoka One';
	font-size: 15px;
	transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
}
.home .nav-link:hover {
	background: #0d2980;
	color: #fff;
}
.home .nav-link:first-child {
	border-radius: 20px 0 0 20px;
}
.home .nav-link:last-child {
	border-radius: 0 20px 20px 0;
}
.milkmeter_home .nav .nav-link,
.milkmeter_gallery .nav .nav-link {
	color: #fff;
}
.head {
	margin-top: 15px;
	margin-right: 15px;
}
.search {
	display: inline-block;
	margin-right: 5px;
}
.search input {
	background: rgba(255,255,255,.5);
	border: none;
	border-radius: 15px 0 0 15px;
	color: #797979;
	font-size: 12px;
	height: 30px;
	padding: 0 10px;
	margin-right: -20px;
	width: 220px;
	vertical-align: top;
}
.home .search input,
.milkmeter_home .search input,
.milkmeter_gallery .search input {
	color: #fff;
}
.search input:focus {
	outline: none;
}
.search input::-webkit-input-placeholder {
	color: #797979;
}
.home .search input::-webkit-input-placeholder,
.milkmeter_home .search input::-webkit-input-placeholder,
.milkmeter_gallery .search input::-webkit-input-placeholder {
	color: #fff;
}
.search .btn {
	font-size: 16px;
	padding: 0;
	height: 30px;
	width: 30px;
	vertical-align: initial;
}
.cover-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    width: 100%;
}
.cover {
	margin: 50px auto;
	max-width: 670px;
	text-align: center;
}
.cover p {
	font-size: 16px;
	font-weight: bold;
	line-height: 30px;
}
.btn {
	border-radius: 25px;
	box-shadow: 0 2px 5px 2px rgba(147,147,147,.4);
	font-family: 'Fredoka One';
	font-size: 20px;
	padding: .375rem 1.25rem;
}
.btn-default {
	background-color: #fff;
	border: none;
	box-shadow: 0 2px 5px 2px rgba(147,147,147,.4), inset 0px -3px 10px -1px rgba(0,0,0,0.1);
	color: #243876;
	font-size: 12px;
	padding: .3rem 1rem;
	vertical-align: top;
}
.btn-default i {
	color: #5ecbef;
}
.btn-default strong {
	color: #5ecbef;
	font-family: 'Fredoka One';
}
.btn-default span {
	color: #999999;
	font-family: 'Muli';
}
.btn-primary {
	background-color: #b1eeff;
	border-color: #b1eeff;
	color: #243876;
	min-width: 170px;
}
.btn-primary:hover {
	background-color: #243876;
	border-color: #243876;
	color: #fff;
}
.btn-secondary {
	background-color: #fff;
	border-color: #fff;
	color: #243876;
	min-width: 170px;
}
.btn-secondary:hover {
	background-color: #243876;
	border-color: #243876;
	color: #fff;
}
.btn-success {
	background-color: #b1eeff;
	border: none;
	color: #001289;
	font-family: 'Muli';
	font-size: 16px;
	font-weight: bold;
}
.btn-success:hover {
	background-color: #0c2985;
	color: #fff;
}
.btn-info {
	background-color: #001289;
	border-color: #001289;
	box-shadow: none;
	color: #fff;
	font-size: 14px;
	line-height: 24px;
	padding: 5px 25px;
}
.btn-info:hover {
	background-color: #fff;
	border-color: #001289;
	box-shadow: none;
	color: #001289;
}
.btn-outline {
	background-color: #fff;
	border-color: #001289;
	box-shadow: none;
	color: #001289;
	font-size: 14px;
	line-height: 24px;
	padding: 5px 25px;
}
.btn-outline:hover {
	background-color: #001289;
	border-color: #001289;
	box-shadow: none;
	color: #fff;
}
.btn-social {
	border-radius: 15px;
	color: #fff;
	display: inline-block;
	font-size: 16px;
	line-height: 30px;
	height: 30px;
	width: 30px;
	text-align: center;
}
.bg-fb {
	background: #2031a3;
	color: #fff;
}
.bg-tw {
	background: #68d3f7;
	color: #fff;
}
.bg-ig {
	background: #b789cc;
	color: #fff;
}
.bg-gp {
	background: #de4d3c;
	color: #fff;
}
.bg-wa {
	background: #3db222;
	color: #fff;
}
#main-slider .carousel-indicators li {
	background-color: #fff;
	height: 12px;
	width: 12px;
	border-radius: 50%;
}
#main-slider .carousel-indicators .active {
    background-color: #001289;
}
#main-slider .carousel-control-prev,
#prize-slider .carousel-control-prev {
	background: url(../img/slider-prev.png) no-repeat center center;
	min-width: 80px;
	width: 5%;
}
#main-slider .carousel-control-next,
#prize-slider .carousel-control-next {
	background: url(../img/slider-next.png) no-repeat center center;
	min-width: 80px;
	width: 5%;
}
#main-slider .carousel-caption {
	left: auto;
	right: 100px;
	top: 50%;
	transform: translateY(-50%);
	text-align: right;
}
#main-slider h3 {
	font-size: 100px;
	line-height: 90px;
}
#main-slider h4 {
	font-family: 'Muli';
	font-size: 50px;
	line-height: 50px;
}
#main-slider .btn {
	font-size: 14px;
	min-width: 150px;
}
#featured-slider .carousel-indicators {
	bottom: 20px;
    justify-content: flex-start;
    margin-left: 0;
}
#featured-slider .carousel-indicators li {
	background: url(../img/featured-slider-indicator.png) no-repeat center center;
	height: 17px;
	width: 12px;
}
#featured-slider .carousel-indicators .active {
	background: url(../img/featured-slider-indicator-active.png) no-repeat center center;
}
#featured-slider .featured-text {
	padding: 20px 0;
}
#featured-slider .featured-text p {
	color: #001289;
	font-size: 16px;
	font-weight: normal;
}
#featured-slider .featured-text span {
	color: #c0c0c0;
	font-size: 12px;
	margin-bottom: 10px;
}
#featured-slider .featured-text a {
	color: #001289;
}
#featured-slider .featured-image {
	border-radius: 10px;
	overflow: hidden;
}
#featured-slider .featured-image img {
	height: 340px;
	min-width: 100%;
}
section {
	padding: 30px 0;
}
section h1,
section h2,
section h3 {
	color: #243876;
	margin-bottom: 20px;
}
section p,
.form-group label {
	color: #243876;
	font-family: 'Muli';
	font-size: 16px;
	font-weight: bold;
	line-height: 24px;
}
.home-sections {
	margin-left: 0;
	margin-right: 0;
}
.home-section-1 {
	padding-left: 0;
	padding-right: 0;
}
.home-section-1 .section-caption {
	color: #fff;
    position: absolute;
    left: 0;
    top: 50px;
    width: 100%;
	text-align: center;
}
.home-section-2 {
	padding-left: 0;
	padding-right: 0;
}
.home-section-2 .section-caption {
	color: #fff;
    position: absolute;
    left: 30px;
    top: 30px;
	text-align: left;
}
.home-section-2 .section-caption h2 {
	font-size: 60px;
	line-height: 55px;
}
.home-section-2 .section-caption h3 {
	font-size: 40px;
	line-height: 40px;
}
.home-section-2 .section-caption .btn {
	color: #5ecbef;
}
.articles {
	margin-top: 30px
}
.articles h2 {
	margin-bottom: 15px;
	text-align: center;
}
.articles .row {
	margin-left: -10px;
	margin-right: -10px;
}
.articles .col-md-3,
.articles .col-md-4 {
	padding-left: 10px;
	padding-right: 10px;
}
.article-item {
	border-radius: 10px;
	margin-bottom: 20px;
	overflow: hidden;
	position: relative;
}
.article-item::before {
	background: rgba(0,0,0,.5);
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: background-color 200ms linear;
    -moz-transition: background-color 200ms linear;
    -o-transition: background-color 200ms linear;
    -ms-transition: background-color 200ms linear;
    transition: background-color 200ms linear;
}
.article-item:hover::before {
	background: rgba(26,72,165,.8);
}
.article-item img {
	height: 280px;
}
.article-caption {
	position: absolute;
	bottom: 10px;
	left: 20px;
	right: 20px;
}
.article-caption h3 {
	font-size: 20px;
	margin: 10px 0;
}
.article-caption a {
	color: #fff;
}
.category-caption {
	color: #fff;
	border-radius: 10px;
	display: inline-block;
	font-family: 'Muli';
	font-size: 14px;
	font-weight: bold;
	padding: 3px 10px;
}
.cat-fun-fact {
	background: #acd373;
}
.cat-recipe {
	background: #b789cc;
}
.cat-manfaat-susu {
	background: #4ed5fa;
}
.cat-news-events {
	background: #354baf;
}
.cat-tips-kesehatan {
	background: #e129a7;
}
.home-ask-expert {
	margin: 50px 0;
	text-align: center;
}
.home-ask-expert p {
	color: #808080;
}
.ask-expert-item {
	border-radius: 5px;
	box-shadow: 0 0 3px rgba(0,0,0,.3);
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	margin: 2px;
	min-height: 200px;
	padding: 15px 20px;
	text-align: left;
}
.ask-expert-item .avatar {
	height: 36px;
	width: 36px;
}
.ask-expert-item .author {
	line-height: 17px;
	margin-left: 10px;
}
.ask-expert-item .question {
	color: #434343;
	flex: 1;
	font-size: 16px;
	padding: 10px 0;
	text-align: left;
}
.ask-expert-item a {
	color: #0c2985;
}
.home-ask-expert .row {
	margin-left: -10px;
	margin-right: -10px;
}
.home-ask-expert .col-md-4 {
	padding-left: 10px;
	padding-right: 10px;
}
.home-ask-expert .carousel {
	margin: 30px 0;
}
.home-ask-expert .carousel-inner {
	margin: auto;
	width: 90%;
}
.home-ask-expert .carousel-control-prev {
	background: url(../img/slider-prev2.png) no-repeat center center;
	width: 5%;
}
.home-ask-expert .carousel-control-next {
	background: url(../img/slider-next2.png) no-repeat center center;
	width: 5%;
}
.section-bgwhite {
	background: #fff;
}
.section-bgblue {
	background: #001289;
	color: #fff;
	padding: 50px 0;
}
.section-bgblue h2,
.section-bgblue h3 {
	color: #fff;
}
#post-tab {
	border-bottom: none;
	justify-content: space-between;
	margin: 0 auto 30px;
	width: 80%;
}
#post-tab a {
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
    text-decoration: none;
}
#post-tab a img {
	opacity: .2;
	-webkit-transition: opacity 200ms linear;
    -moz-transition: opacity 200ms linear;
    -o-transition: opacity 200ms linear;
    -ms-transition: opacity 200ms linear;
    transition: opacity 200ms linear;
}
#post-tab a:hover img,
#post-tab a.active img {
	opacity: 1;
}
#post-tab a span {
	color: #9c9c9c;
	font-size: 14px;
	font-weight: bold;
	margin-top: 10px;
	padding: 3px 15px;
	-webkit-transition: background-color 200ms linear;
    -moz-transition: background-color 200ms linear;
    -o-transition: background-color 200ms linear;
    -ms-transition: background-color 200ms linear;
    transition: background-color 200ms linear;
}
#post-tab a:hover span,
#post-tab a.active span {
	background: #4ed5fa;
	border-radius: 15px;
	color: #fff;
}
#ask-expert-tab {
	border-bottom: none;
	justify-content: flex-start;
	margin-bottom: 30px;
}
#ask-expert-tab a {
	color: #9c9c9c;
	font-size: 14px;
	font-weight: bold;
	padding: 5px 15px;
	text-decoration: none;
	position: relative;
}
#ask-expert-tab a:hover,
#ask-expert-tab a.active {
	background: #4ed5fa;
	border-radius: 15px;
	color: #fff;
}
#ask-expert-tab a:hover::after,
#ask-expert-tab a.active::after {
    content: "";
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #4ed5fa;
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
}
.question-list,
.faq-list {
	background: #fff;
	padding: 20px;
}
.question-item {
	border-bottom: 1px solid #e1e1e1;
	padding: 15px 0;
}
.question-title {
	color: #001289;
	font-size: 16px;
	font-weight: bold;
}
.question-content {
	color: #001289;
	font-size: 14px;
	font-weight: normal;
}
.question-author {
	color: #727272;
	font-size: 12px;
}
.question-author span {
	margin-right: 10px;
}
.link-answer {
	background: #f9f9f9;
	border-radius: 15px;
	color: #14248f;
	font-weight: bold;
	padding: 5px 15px;
}
.question-detail {
	background: #fff;
	padding: 20px;
	margin-bottom: 30px;
}
.question-detail h4 {
	color: #001289;
}
.question-label {
	background: #f9f9f9;
	border-radius: 15px;
	color: #14248f;
	font-size: 12px;
	font-weight: bold;
	padding: 5px 15px;
}
.answer-label {
	background: #0c2985;
	border-radius: 15px;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	padding: 5px 15px;
}
.form-expert {
	background: #001289;
	border-radius: 10px;
	padding: 20px;
}
.form-expert label {
	color: #fff;
}
.form-expert textarea {
	height: 200px;
}
.form-expert button {
	background: #b1eeff;
	color: #001289;
	font-family: 'Muli';
	font-size: 14px;
	font-weight: bold;
}
.popular-article h2 {
	color: #55d0f2;
	font-size: 20px;
}
.article-list-item {
	clear: both;
	display: block;
	min-height: 110px;
	margin-bottom: 10px;
}
.article-list-thumb {
	border-radius: 5px;
	display: inline-block;
	float: left;
	overflow: hidden;
	margin-right: 10px;
	height: 100px;
	width: 100px;
}
.article-list-thumb img {
	max-height: 100%;
}
.article-list-title {
	color: #001289;
}
.breadcrumbs {
	color: #838383;
	font-size: 12px;
}
.breadcrumbs a {
	color: #838383;
}
.post-title {
	color: #001289;
	font-size: 35px;
	line-height: 45px;
}
.post-meta .post-date {
	color: #838383;
	font-size: 12px;
	margin: 10px;
}
.post-detail {
	background: #fff;
	border-radius: 10px;
	margin: 70px -30px 50px -50px;
	padding: 30px 30px 30px 50px;
}
.post-image {
	border-radius: 10px;
	overflow: hidden;
	margin-top: -60px;
	margin-bottom: 20px;
}
.post-image img {
	width: 100%;
}
.post-content {

}
.post-content img {
	border-radius: 10px;
	height: auto;
	max-width: 100%;
}
.milkmeter-toolbar {
	position: fixed;
	right: 0;
	top: 150px;
}
.milkmeter-toolbar .mm-logo {
	background: #b1eeff;
    border-radius: 50% 0 0 50%;
    height: auto;
    width: auto;
    margin-right: 0;
	padding: 30px 20px;
}
.milkmeter-toolbar a {
    background: #fff;
    border-radius: 50%;
    display: block;
    width: 48px;
    height: 48px;
    text-align: center;
    line-height: 44px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: 15px;
}
.milkmeter-toolbar a:hover,
.milkmeter-toolbar a.active {
	background: #b1eeff;
}
.milkmeter-prize {
	background: #001289;
	color: #fff;
	text-align: center;
}
.milkmeter-prize h3 {
	color: #fff;
}
.prize-image {
	background: #fff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	overflow: hidden;
	height: 400px;
	width: 400px;
	margin: 20px auto;
}
.glass-meter {
    display: -ms-flexbox;
	display: flex;
}
.glass-meter .glass {
	position: relative;
	margin-top: 17px;
}
.glass-meter .glass img {
	position: relative;
	z-index: 1;
}
.glass-meter .glass .milk {
    background: #fff;
    bottom: 35px;
    height: 0%;
    width: 100%;
	position: absolute;
}
.glass-meter .glass .milk-info {
	position: absolute;
	top: 40px;
	width: 100%;
	z-index: 2;
}
.glass-meter .glass .milk-point {
    border-top: 3px dotted #b1eeff;
    bottom: 35px;
    position: absolute;
    height: 0%;
    width: 100%;
    z-index: 2;
}
.glass-meter .glass .milk-point-info {
	position: absolute;
    right: -95px;
    top: -40px;
}
.weekly-meter {
	background: url(../img/shadow-up.png) no-repeat center top;
	padding-top: 60px;
}
.weekly-meter-glasses {
	display: flex;
	margin-top: 20px;
	justify-content: center;
}
.weekly-meter-item {
	position: relative;
	width: 65px;
	text-align: center;
}
.weekly-meter-item-inner {
	background: url(../img/cup-inner.png) no-repeat center bottom;
	bottom: 28px;
	position: absolute;
	height: 0;
	width: 100%;
}
.my-photo {
	background: #0c2985;
	position: relative;
	padding: 0;
	margin-bottom: 30px;
}
.my-photo:after {
	content: "";
	clear: both;
	display: block;
}
.gallery {
	position: relative;
}
.photo-grid-title {
	background: #fff;
	float: left;
	width: 16.6666667%;
	padding-bottom: 16.6666667%;
	overflow: hidden;
	position: relative;
}
.photo-grid-title h3 {
	position: absolute;
	top: 15px;
	left: 15px;
}
.photo-grid {
	float: left;
	width: 16.6666667%;
	padding-bottom: 16.6666667%;
	overflow: hidden;
	position: relative;
}
.photo-grid:after {
	background: rgba(0,55,123,.7);
	content: "";
	cursor: pointer;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	-webkit-transition: opacity 1s ease-in-out;
	-moz-transition: opacity 1s ease-in-out;
	-ms-transition: opacity 1s ease-in-out;
	-o-transition: opacity 1s ease-in-out;
	transition: opacity 1s ease-in-out;
}
.photo-grid:hover:after {
	opacity: 0;
  	filter: alpha(opacity=0);
}
.photo-grid img {
	max-width: 100%;
	position: absolute;
}
.photo-grid span {
	background: #b1eeff;
	bottom: -38px;
	font-size: 12px;
	font-weight: bold;
	padding: 10px;
	position: absolute;
	-webkit-transition: bottom .25s linear;
	-moz-transition: bottom .25s linear;
	-ms-transition: bottom .25s linear;
	-o-transition: bottom .25s linear;
	transition: bottom .25s linear;
	width: 100%;
}
.photo-grid:hover span {
	bottom: 0;
}
.card {
	box-shadow: -1px 2px 3px rgba(0,0,0,.2);
	border-radius: 10px;
	margin-bottom: 20px;
	overflow: hidden;
}
.card-image {
	height: 200px;
	text-align: center;
}
.card-image img {
	max-height: 100%;
}
.card-body {
	color: #001289;
}
.card-title {
	font-family: 'Fredoka One';
	font-size: 16px;
}
.card.redeem-select {
	cursor: pointer;
}
.card.redeem-select.disabled {
	cursor: not-allowed;
}
.card.redeem-select.disabled:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,0.75);
}
.card.redeem-select.disabled:after {
    content: "Point anda tidak mencukupi";
    position: absolute;
    top: 50%;
    width: 100%;
    padding: 20px;
    text-align: center;
    transform: translateY(-50%);
    color: #fff;
    font-weight: bold;
}
.point-rule {
	align-items: center;
    flex-direction: row;
    justify-content: space-between;
    min-height: 115px;
    padding: 20px;
}
.point-rule a {
	color: #3fc9f1;
	display: block;
	font-size: 16px;
	font-weight: bold;
}
.point-desc strong {
	color: #001289;
	font-size: 16px;
	font-weight: bold;
}
.point-desc span {
	color: #8e8e8e;
	font-size: 14px;
}
.point-value {
	color: #3fc9f1;
	font-family: 'Fredoka One';
	font-size: 40px;
	line-height: 30px;
	text-align: center;
}
.point-value span {
	display: block;
	font-size: 20px;
}
.profile-info {
	background: #fff;
	border-radius: 10px;
	color: #001289;
	padding: 20px;
}
.profile-nav {
	margin-bottom: 20px;
}
.profile-nav a {
	border-radius: 15px;
	color: #a2a2a2;
	font-family: 'Muli';
	font-size: 14px;
	font-weight: bold;
	padding: 5px 20px;
	text-decoration: none;
	position: relative;
}
.profile-nav a:hover,
.profile-nav a.active {
	background: #4ed5fa;
	color: #fff;
}
.profile-nav a.active::after {
	content: "";
	width: 0;
  	height: 0;
  	border-left: 10px solid transparent;
  	border-right: 10px solid transparent;
  	border-top: 10px solid #4ed5fa;
  	position: absolute;
  	bottom: -10px;
  	left: 50%;
  	transform: translateX(-50%);
}
.profile-activity-list {
	font-family: 'Muli';
	font-weight: bold;
	padding: 0;
}
.profile-activity-list li {
	border: 1px solid #4fc2e8;
	padding: 10px 15px;
	border-radius: 5px;
	margin-bottom: 15px;
	min-height: 70px;
	list-style: none;
}
.profile-activity-list li div:first-child {
	float: left;
	width: calc(100% - 225px);
}
.profile-activity-list li div:last-child {
	float: right;
	text-align: right;
	width: 225px;
}
.profile-activity-list li span:first-child {
	color: #4fc2e8;
	display: block;
}
.profile-activity-list li span:last-child {
	color: #001289;
}
footer {
	position: relative;
	overflow: hidden;
}
.contact footer {
	margin-top: -170px;
}
.footer-top {
	background: transparent;
    text-align: center;
    position: absolute;
    padding: 70px;
    width: 100%;
    left: 0;
    top: 0;
}
.footer-bottom {
	background: url(../img/bg-footer.png) no-repeat center top;
	background-size: cover;
	color: #fff;
	font-size: 12px;
    margin-top: 100px;
    padding: 100px 0 20px;
    text-align: center;
}
.footer-bottom a {
	color: #fff;
}
.avatar {
	border-radius: 50%;
	overflow: hidden;
}
.modal-header {
    border-bottom: 0;
    padding: 10px 10px 0;
}
.modal-body {
	padding: 0 30px 30px;
}
#show-previous-image {
    background: none;
    border: none;
	position: absolute;
    left: -45px;
    top: 50%;
    transform: translateY(-75%);
}
#show-next-image {
    background: none;
    border: none;
	position: absolute;
    right: -45px;
    top: 50%;
    transform: translateY(-75%);
}
.dropdown-menu {
	border: none;
	margin-top: 10px;
}
.dropdown-menu::before {
	content: "";
	width: 0;
  	height: 0;
  	border-left: 10px solid transparent;
  	border-right: 10px solid transparent;
  	border-bottom: 10px solid #fff;
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
}
.dropdown-menu a {
	color: #001288;
	font-size: 14px;
	font-weight: bold;
	padding: 8px 10px;
	text-align: center;
}
.dropdown-menu a img {
	float: left;
}
.accordion-item {
	border-bottom: 1px solid #e1e1e1;
	color: #001289;
	font-size: 14px;
	padding: 15px 0;
}
.accordion-item h5 {
	cursor: pointer;
	font-size: 16px;
	font-weight: bold;
}
.accordion-item h5 a {
	color: #001289;
	display: block;
	position: relative;
}
.accordion-item h5 a::after {
    background: #f9f9f9;
    border-radius: 10px;
	content: "-";
	position: absolute;
	right: 0;
    height: 20px;
    width: 20px;
    text-align: center;
}
.accordion-item h5 a.collapsed::after {
	content: "+";
}