@charset "utf-8";

#main {
	margin: 10px auto;
	padding: 0 0 10px 0;
	max-width: 1280px;
}
.bg-primary {
    background-color: #242F5B !important;
}
.navbar-dark .navbar-nav .nav-link {
	color: rgba(255,255,255,.9);
}
.navbar-dark .navbar-toggler {
    color: rgba(255,255,255,.8);
    border-color: rgba(255,255,255,.8);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.justify-content-md-end {
    justify-content: center !important;
}

/* SLIDER */
.swiper-container {
	background: rgb(220,219,222);
	background: -moz-linear-gradient(0deg, rgba(220,219,222,1) 0%, rgba(205,206,203,1) 20%, rgba(169,202,234,1) 30%, rgba(113,171,230,1) 60%, rgba(80,127,182,1) 100%);
	background: -webkit-linear-gradient(0deg, rgba(220,219,222,1) 0%, rgba(205,206,203,1) 20%, rgba(169,202,234,1) 30%, rgba(113,171,230,1) 60%, rgba(80,127,182,1) 100%);
	background: linear-gradient(0deg, rgba(220,219,222,1) 0%, rgba(205,206,203,1) 20%, rgba(169,202,234,1) 30%, rgba(113,171,230,1) 60%, rgba(80,127,182,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#dcdbde",endColorstr="#507fb6",GradientType=1);
}
.swiper-wrapper {
	margin: 0 auto;
	max-width: 1280px;
}
.swiper-center-img {
    top: 25%;
    width: 80%;
	max-width: 560px;
}

/* SCROLL MENU */
.fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99998;
}
#scroll-logo {
    position: fixed;
    top: 0px;
    left: 8px;
    display: none;
    z-index: 99999;
    max-width: 85%;
    margin: 0;
    padding: 0;
}
#scroll-none-menu {
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99998;
}
#scroll-none-logo {
	position: fixed;
	top: 0px;
	left: 0px;
	display: block;
	z-index: 99999;
	max-width: 85%;
    margin: 0;
    padding: 0;
}
.scroll-logo.is-show {
	opacity: 1;
}
.scroll-logo.is-hide {
	display: none;
}
.logo2 {
    margin: 6px 0px;
    width: 100%;
    max-width: 220px;
}
@media (max-width: 1399px) and (min-width: 992px) {
.menu > ul {
    text-align: right;
}
}

/* TITLE */
h1.dmbs-page-title {
    margin: 10px 0;
    padding: 6px 0 6px 8px;
    color: #333333;
    font-weight: bold;
    text-align: left;
	border-left: #242F5B solid 5px;
    background-color: #FFFFFF;
    background-image: -webkit-gradient(linear, 0 0, 100% 100%,color-stop(.25, #DDDDDD), color-stop(.25, transparent),color-stop(.5, transparent), color-stop(.5, #DDDDDD),color-stop(.75, #DDDDDD), color-stop(.75, transparent),to(transparent));
    -webkit-background-size: 7px 7px;
}
.h-title1 {
	margin: 8px 0;
	padding: 8px 8px;
	font-weight: bold;
	color: #0d0e12;
	background-color: #f1f1f1;
	border-top: #3c3f53 solid 1px;
}
.h-title2 {
	margin: 8px 0;
	padding: 8px 8px;
	font-weight: bold;
	color: #505050;
	background-color: #f4f4f4;
	border-top: #2c7af5 dashed 1px;
	border-right: #2c7af5 solid 1px;
	border-bottom: #2c7af5 solid 1px;
	border-left: #2c7af5 solid 4px;
}

.shareaholic-share_buttons {
	position: fixed;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	max-width: 1186px;
	z-index: 999;
}

@media (max-width: 720px) {
#footer {
	margin-top: 0;
	margin-bottom: 56px;
}
}