@charset "utf-8";

#main {
	margin: 10px auto;
	padding: 0 0 10px 0;
	max-width: 1280px;
}
.bg-primary {
    background-color: #000066 !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(255,255,255);
	background: -moz-linear-gradient(45deg, rgba(255,255,255,1) 0%, rgba(136,203,245,1) 50%, rgba(67,121,181,1) 100%);
	background: -webkit-linear-gradient(45deg, rgba(255,255,255,1) 0%, rgba(136,203,245,1) 50%, rgba(67,121,181,1) 100%);
	background: linear-gradient(45deg, rgba(255,255,255,1) 0%, rgba(136,203,245,1) 50%, rgba(67,121,181,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#4379b5",GradientType=1);
}
.swiper-wrapper {
	margin: 0 auto;
	max-width: 1280px;
}
.swiper-center-img {
    top: 85%;
    width: 60%;
	max-width: 560px;
}
@media (min-width: 1200px) {
.swiper-center-img { top: 85%;}
}
@media (max-width: 1199px) and (min-width: 992px) {
.swiper-center-img { top: 85%;}
}
@media (max-width: 991px) and (min-width: 768px) {
.swiper-center-img { top: 80%;}
}
@media (max-width: 767px) and (min-width: 576px) {
.swiper-center-img { top: 80%;}
}
@media (max-width: 575px) {
.swiper-center-img { top: 75%;}
}

/* SCROLL MENU */
.fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 998;
}
#scroll-logo {
    position: fixed;
    top: 0px;
    left: 8px;
    display: none;
    z-index: 999;
    max-width: 85%;
    margin: 0;
    padding: 0;
}
#scroll-none-menu {
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 998;
}
#scroll-none-logo {
	position: fixed;
	top: 0px;
	left: 0px;
	display: block;
	z-index: 999;
	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: 6px 0;
	padding: 6px;
	font-weight: bold;
	text-align: center;
	border-radius: 30px 30px 0 0;
	background: rgb(255,255,255);
	background: -moz-linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(136,203,245,1) 100%);
	background: -webkit-linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(136,203,245,1) 100%);
	background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(136,203,245,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#88cbf5",GradientType=1);
}
.h-title1 {
	margin: 6px 0;
	padding: 6px 10px;
	font-weight: bold;
	color: #333333;
	border-radius: 20px 0 20px 0;
	background: rgb(255,255,255);
	background: -moz-linear-gradient(45deg, rgba(255,255,255,1) 0%, rgba(40,162,219,1) 30%, rgba(0,0,102,1) 100%);
	background: -webkit-linear-gradient(45deg, rgba(255,255,255,1) 0%, rgba(40,162,219,1) 30%, rgba(0,0,102,1) 100%);
	background: linear-gradient(45deg, rgba(255,255,255,1) 0%, rgba(40,162,219,1) 30%, rgba(0,0,102,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#000066",GradientType=1);
}
.h-title2 {
	margin: 6px 0;
	padding: 6px;
	font-weight: bold;
	color: #333333;
	border-bottom: 2px solid #000066;
	background: rgb(255,255,255);
	background: -moz-linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(221,221,221,1) 50%, rgba(255,255,255,1) 51%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(221,221,221,1) 50%, rgba(255,255,255,1) 51%, rgba(255,255,255,1) 100%);
	background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(221,221,221,1) 50%, rgba(255,255,255,1) 51%, rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
}