/* bootstrap 5 fix */
@media (prefers-reduced-motion: no-preference) {
	:root {scroll-behavior: auto;}
}
.hidden{
	display: none !important;
}
.visible-xs{
	display: none !important;
}
a{
	text-decoration: none;
}
.text-right{
	text-align: right;
}
.navbar-toggler{
	border: none;
}
.navbar-toggler:focus{
	box-shadow: none;
}
.nav-link{
	padding: 15px;
}
.indexVideo {
	height: 0;
	padding-bottom: 45%;
	position: relative;
}
.indexVideo>iframe {
	position: absolute;
	width: 100%;
	height: 100%;
}
.indexHeader {
	background: none;
	position: relative;
}

a.ad_buttom {
	font-weight: bold;
	background: none;
	border: 1px solid #fff;
	border-radius: 0;
	padding: 5px 20px;
	
	vertical-align: middle;
	display: inline-block;
	
	color: #000;
}
a.ad_buttom:hover {
	background: #fff;
	color: #333;
}

.ad_1 {
	width: 555px;
	height: 222px;
}

.ad_5 {
	width: 360px;
	height: 402px;
}

a.news_list {
	color: #000;
}

a.news_list:hover {
	color: #248575;
}

a.news_list_buttom {
	border: 2px solid #3ca59a;
	color: #3ca59a;
	
	font-weight: bold;
	background: none;
	border-radius: 0;
	padding: 5px 20px;
	
	vertical-align: middle;
	display: inline-block;
}

a.news_list_buttom:hover {
	background:#3ca59a;
	color:#fff;
}
/*
.bar {
	background: url('../images/bar_green.gif') no-repeat left top;
}
.bar:hover {
	background: url('../images/bar_yellow.gif') no-repeat left top;
}
*/
.bar{
	position: relative;
}
.bar::before{
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 5px;
	height: 26px;
	background-color: #c8e1e0;
}
.PL15{
	padding-left: 15px;
}

select.select_function {
	background: #ececec;
	color: #438c89;
	border: none;
	border-radius: 5px;
	text-align: left;
}

.apply input {
	border-radius: 5px;
	font-size: 14px;
	height: 34px;
	color: #438c89;
}

div.news_txt1 > a > h3 {
	text-align: left;
}

div.news_txt1 > a > p {
	text-align: left;
}

.pagination > .active > a {
	background-color: #438c89;
	border-color: #438c89;
}

.pagination > .active > a:hover {
	background-color: #438c89;
	border-color: #438c89;
}

.pagination > .active > a:focus {
	background-color: #438c89;
	border-color: #438c89;
}

.donate_button {
	border: 2px solid #3ca59a;
	background: #3ca59a;
	color: #fff;
	width: 120px;
	display: block;
	text-align: center;
	padding: 10px;
}

.donate_button:hover {
	color: #3ca59a;
	background: #ffda2d;
	border-color: #ffda2d;
}

a.news_abtn{
	color: #333;
}

.modal.in .modal-dialog {
	margin-top: 120px;
}

.modal-title {
	text-align: center;
	font-size: 20px;
}
.donate_con{
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
.donate_note_left {
	margin-left: -24px;
}

.donate_note_left > a {
	text-decoration: none;
}

.amount_img {
	width: 100%;
}

.signup_select {
	height: 42px;
	border-radius: 0px;
}

h2.issue_css {
	width: 90%;
	margin: 0 auto;
}

.othersFN .nav span {
	width: 12em;
}

.navbar-nav li.active a {
	background:none;
	color: #f8d533;
}

.aboutArea {
	overflow: hidden;
}

#map {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 0;
}

.about-detail aside.mayor li.active {
	background-color:#ffda2d;
}

.aboutArea .mayorsList li p.parliament_style {
	padding: 8px 0;
	height: 40px;
	text-align: center;
}

.aboutArea .mayorsList li p span.par_count {
	color: #ffda2d;
	font-size: 22px;
}

.searchInput {
	text-align: center;
	font-size: 2em;
}

.searchInput > span {
	color: #2e2d2d;
	font-weight: 700;
}

.news1_pic > a > img {
	width: 700px;
	height: 400px;
}

.news2_pic > a > img {
	width: 700px;
	height: 400px;
}

.memberList dl dt.chairman_dt {
	padding-right: 0;
	width: 65%;
	text-align: center;
}

/*fixed css*/
.kv .embed-responsive-16by9{
	padding-bottom: calc(56.25% - 42px) !important;
}

.kv .embed-responsive-16by9 iframe{
	bottom: -42px !important;
	height: calc(100% + 42px) !important;
}

footer li {
	width: auto;
}

/*
h3 {
	font-size: 32px;
	height: 2em;
}
*/

.dowmloadList li h3 {
	border: none;
}

.dowmloadList li hr {
	border-top: 1px solid #acacac;
	margin-top: 10px;
	margin-bottom: 10px;
}

#news_contents ul {
	list-style: disc;
	padding: 0 2em;
	margin: auto;
}

.embed-responsive video {
	height: auto;
}

.legislator_detail {
	width: 380px;
}

.box_candidate>article figure {
	min-height: 500px;
}

.map {
    margin: 15px 0;
    position: relative;
    padding-bottom: 550px;;
}

.sign_btn {
	min-width: 100px;
}

.news_txt2 {
	margin: 0;
}

.share_up > a {
	margin-right: 2em;
	overflow: hidden;
}
.share_up > a img{
	transition: all 0s;
}
.share_up > a:hover img{
	position: relative;
	top: -10000px;
	filter: drop-shadow(0 10000px #005044);
}
.election_page {
	background: url(../images/kv-m.jpg) top center no-repeat;
	background-size: cover;
}
.policy_box{
	position: relative;
}
.policy_box_img{
	position: relative;
    display: block;
    padding-bottom: 100%;
}
.policy_box_img img{
	position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.msf_con{
	max-width: 360px;
	margin-left: auto;
	margin-right: auto;
}
.sign_con{
	max-width: 1140px;
	margin-left: auto;
	margin-right: auto;
}
.sign_con label{
	font-weight: bold;
}
.form-inline .form-control{
	display: inline-block;
}
.sign_con select{
	border: 1px solid #ccc;
}
.signup_terms_title{
	font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}
.signup_terms{
	height: 300px;
    font-size: 16px;
    padding: 15px;
    overflow-y: auto;
    border: 1px solid #ddd;
}
.download_item{
	margin-bottom: 20px;
}
.download_box{
	position: relative;
	height: 100%;
	background: #fff;
    padding: 30px;
}
.download_box_ibtn{
	position: absolute;
	top: 12px;
	right: 12px;
}
.download_box a{display:block;font-size: 13px;}
.download_box h3{color: #438c89;margin-bottom:.5em;font-size:21px}
.download_box h5{color: #438c89;margin-bottom: 0}
.download_box p{font-size: 13px;}
.download_box p.txt{color: #438c89;}
.download_box .date{font-size: 12px;text-align: right;color: #acacac;margin-bottom:0}
.download_box:hover{background-color:#ffda2d}
.download_box:hover h3{color:#333}
.download_box:hover a{ filter:brightness(300%);}
.pagination{
	justify-content: center;
}
.page-item i{
	position: relative;
	top: -2px;
}
.mobile_btn_img{
	width: 30px;
}
.social-btn{
	padding-top: 10px;
}
.news_lang_div{
	padding: 10px 0;
	text-align: right;
}
.news_lang_a{
	color: #86cbb3;
}
.news_lang_a:hover{
	color: #248575;
}
.news_box_img{
	width: 50%;
}
.news_box_con{
	width: 50%;
	padding-top: 40px;
}
.newsb_pic{
	height: 400px;
}
.newsb_pic a{
	display: block;
	height: 100%;
}
.newsb_pic img{
	position: relative;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.newsb_txt{
	position: relative;
	height: 100%;
	padding: 60px 40px;
	background-color: #c8e1e0;
}
.newsb_txt:hover{
	background-color: #ffda2d;
}
.news_abtn h3{
	font-size: 26px;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.news_list{
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.news_list_sub{
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.zindex-2{z-index: 2;}
.mb-10{margin-bottom: 10px;}
.mb-20{margin-bottom: 20px;}
.clear{clear: both;}

@media (min-width: 992px){
	.navbar-expand-md .navbar-nav .nav-link{
		padding-left: 15px;
		padding-right: 15px;
	}
}

@media (max-width:1170px) {
	.news1_pic > a > img {
		width: 600px;
		height: 342.84px;
	}
	.news2_pic > a > img {
		width: 600px;
		height: 342.84px;
	}
	
	.news1_pic, .news2_pic {
		width: 100%;
	}
	.newsb_pic{
		height: 300px;
	}
	.newsb_txt{
		padding: 30px 20px;
	}
	.news_abtn h3{
		font-size: 20px;
	}
	.news_list{
		font-size: 20px;
	}
}

@media (max-width:1024px) {
	#map {
		display:none;
	}
	
	.othersFN .nav span {
		width: 10em;
	}
}

@media (max-width: 990px) {
	.news1_pic > a > img {
		width: 420px;
		height: 240px;
	}
	.news2_pic > a > img {
		width: 420px;
		height: 240px;
	}
	
	h2, h3 {
		font-size: 30px;
	}
	
	h4 {
		font-size: 22px;
	}

	.map {
	    margin: 15px 0;
	    position: relative;
	    padding-bottom: 0;
	}
	
	.share_up {
		text-align: center !important;
	}
	
	#media_contents {
		font-size: 20px;
	}
	
	#news_contents {
		font-size: 20px;
		width: 100% !important
	}
	.news_abtn h3{
		font-size: 20px;
	}
}

@media (max-width: 767px) {
	.hidden-xs{
		display: none !important;
	}
	.visible-xs{
		display: block !important;
	}
	.navbar-toggler{
		position: absolute;
		top: 15px;
		right: 15px;
	}
	.navbar-nav li.active a{
		background: #448C89;
		color: #f8d533;
	}
	.navbar-nav li a:hover{
		background: #3a3839;
	}
	.navbar-collapse{
		position: absolute;
		top: 70px;
		left: 0;
		width: 100%;
	}
	footer ul{
		width: 100%;
	}
	
	.othersFN .nav span{
		width: 8em;
	}
	.news_txt{
	    width: 100%;
	}
	.signup,.ad .row>div{
		margin-bottom:15px;
	}
	
	h3{
		height: auto;
	}
	.searchArea{
		padding: 20px 0;
	}
	
	section.news_list{
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.news_box_img{
		width: 100%;
	}
	.newsb_pic{
		height: 250px;
	}
	.news_box_con{
		width: 100%;
		padding-top: 0;
	}
	.news_txt{
		margin-top: 0;
	}
}