.static-pages {}

.static-pages .mobileMenu i svg g,
.static-pages .header-nav .header-help svg g{
	fill: #fff !important;
}

/* === banner === */
.static-pages-banner {
	width: 100%;
	height: 160px;
	display: block;
	background-image: url("/resources/v2/images/staticPages/static-page-cover.jpg");
	background-position: center !important;
	background-size: cover !important;
}

@media screen and (min-width: 768px) {
	.static-pages-banner {
		height: 400px;
	}
}

/* === content === */
.static-pages-content {
	padding: 40px 0;
	background: #F1F7FC !important;
}
.static-pages-content img {
    width: 100%;
}
.static-pages-content table {
    font-family: 'Source Sans Pro', sans-serif;
    font-size:14px;
	line-height: 24px;
    font-weight:normal;
    color: #4a4a4a;
}
.static-pages-content table tr td:first-of-type {
    width: 30%;
}
.static-pages-content table tr td {
    padding: 8px 0;
    vertical-align: baseline;
}
.static-pages-content table tr td strong{
    font-weight:normal;
}
@media (max-width:991px){
    .static-pages-content {
        padding: 32px 0;
    }
    .static-pages-content table tr {
        display: block;
        margin-bottom: 16px;
    }
    .static-pages-content table tr td:first-of-type {
        display: block;
        width: 100%;
        padding:0;
    }
}
/* === menu === */
.static-pages-menu {}

.static-pages-menu .list-group {
	padding: 8px 0;
	border-radius: 8px;
	box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.05);
	background-color: #ffffff;
	border: 0;
}

.static-pages-menu .list-group-item {
	position: relative;
	padding: 24px 16px;
	margin-bottom: 0px !important;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.57;
	text-align: center;
	border: 0;
}

.static-pages-menu .list-group-item::before,
.static-pages-menu .list-group-item::after {
	content: "";
	position: absolute;
}

.static-pages-menu .list-group-item::before {
	width: 2px;
	height: 38px;
	left: 0;
	top: 50%;
	margin-top: -19px;
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
	background-color: #33c1ea;
	opacity: 0;
}

.static-pages-menu .list-group-item::after {
	width: 100%;
	width: calc(100% - 32px);
	height: 1px;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	border-bottom: 1px dotted rgba(0, 0, 0, .2);
	opacity: 1;
}

.static-pages-menu .list-group-item:last-child::after {
	display: none;
}

.static-pages-menu .list-group-item-action {
	transition: all .4ms;
}

.static-pages-menu .list-group-item-action.active,
.static-pages-menu .list-group-item-action:hover {
	color: #33c1ea;
	background-color: rgba(241, 247, 252, .5);
}

.static-pages-menu .list-group-item-action.active::before,
.static-pages-menu .list-group-item-action:hover::before {
	opacity: 1;
}

/* === content === */
.static-pages-content h1,
.static-pages-content h3{
	font-weight: bold;
	color: #4a4a4a;
}

.static-pages-content h1{
	font-size: 24px;
	margin-bottom: 24px;
	line-height: 1;
}

.static-pages-content h3{
	line-height: 1.5;
	margin-bottom: 16px;
}

.static-pages-content p {
	font-size: 14px;
	line-height: 1.71;
	color: #4a4a4a;
	margin-bottom: 0;
}

.static-pages-content h1+p{
	margin-bottom: 56px;
}

@media screen and (min-width: 768px) {
	.static-pages-content .row .row{
		margin-bottom: 56px;
	}
}
@media screen and (max-width: 767px) {
	.static-pages-content h3{
		font-size: 16px;
		margin-top: 32px;
	}

	.static-pages-content h1+p{
		margin-bottom: 24px;
	}

	.static-pages-content .col-md-6 img{
		margin-top: 24px;
	}
}

/* about us --------------------------------------------------------------------------------------------------------- */
.about-us {}

/* info society service --------------------------------------------------------------------------------------------- */
table.iss-table, table.iss-table td {
	border: 0;
}

table.iss-table td {
	font-size: 14px;
	line-height: 1.71;
	color: #4a4a4a;
	padding-left: 0;
}

@media screen and (min-width: 768px) {
	table.iss-table td:first-child {
		min-width: 200px;
	}
}

@media screen and (max-width: 767px) {
	table.iss-table tr, table.iss-table td {
		display: block;
	}
	
	table.iss-table tr {
		margin-bottom: 20px;
	}
	
	table.iss-table td {
		padding: 0;
	}
}

/* privacy contract ------------------------------------------------------------------------------------------------- */
/* terms conditions ------------------------------------------------------------------------------------------------- */

/* guides ----------------------------------------------------------------------------------------------------------- */
.static-pages.guide .mb-3 {

}