@charset "UTF-8";
.news-date { background-color: #15e2dd; }
.news-hot { color: #29b4dd !important; }

.list-style-16 li { padding-bottom: .5em; padding-top: .2em; padding-left: 0; }
.list-style-16 li:hover { padding-left: 1em; }
.list-style-16 li:after { content: ''; }
#business .card-text { min-height: 3.5em; }
#business .card:hover { background-color: #131f2b; transition: all ease .5s; }
#business .card:hover .card-text { color: #fff; }
#business .card:hover .card-text a:link, #business .card:hover .card-text a:visited { color: #fff; }
.btn-style4 { background-color: #333333; }
.accordion-style .btn-link:hover { background: #83A4D1 !important; color: #fff; font-weight:600; }
.accordion-style .btn-link { background: #dee8f0 !important; color: #000; border-bottom:#323232 1px dashed; }
.fb-page { width: 100% !important; }
.fb-page > iframe { width: 100% !important; }
.fb-page span iframe { width: 100% !important; }

/* ----------------------------------------------------------------
	Fill Button
-----------------------------------------------------------------*/
.fillbtn-center {
    display: flex;
    z-index: 200;
    top: 150px;
    right: 30px;
    position: absolute;
    width: 80px;
    height: 80px;
    vertical-align: middle;
    text-align: center;
    color: #FFF;
    cursor: pointer;
    background: #08384e;
    border-radius: 100%;
    /*margin: 50px auto;*/
    -webkit-transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1);
    transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1);
    box-shadow: 0px 5px 10px #175c7b;
}

.fillbtn-center span {
	margin: auto;
	color: #fff;
}

.fillbtn-center:hover {
	box-shadow: 0px 5px 20px #175c7b;
	background-size: 115%;
}

.fillbtn-center:hover .fillbtn-outside {
	-webkit-transform: rotate(-45deg) translate(0px) rotate(-315deg);
	transform: rotate(-45deg) translate(0px) rotate(-315deg);
	background: #3b0c30;
	width: 80px;
	letter-spacing: 5px;
	padding-left: 10px;
	line-height: 80px;
	height: 80px;
	margin-top: -40px;
	margin-left: -40px;
	-webkit-transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1), letter-spacing 1.5s ease-out;
	transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1), letter-spacing 1.5s ease-out;
}

.fillbtn-center .fillbtn-outside {
	display: block;
	position: absolute;
	line-height: 50px;
	text-align: center;
	letter-spacing: 2px;
	padding-left: 2px;
	box-sizing: border-box;
	font-weight: 300;
	color: #fff;
	border-radius: 100%;
	width: 50px;
	height: 50px;
	background: #3b0c30;
	left: 50%;
	top: 50%;
	margin-top: -55px;
	margin-left: -55px;
	-webkit-transform: rotate(-135deg) translate(-100px) rotate(135deg);
	transform: rotate(-135deg) translate(-100px) rotate(135deg);
	box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.5);
	-webkit-transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1);
	transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1);
}

.fillbtn-center .fillbtn-outside span {
	letter-spacing: 0;
}

@media (max-width: 576px) {
	h2.resp-accordion.resp-tab-active { border-color: #4d78af !important; }
	h2.resp-tab-active { background-color: #4d78af !important; }
	.resp-tab-content-active { border-color: #4d78af !important; }
}