
.carousel-indicators li {
	border-radius: 50%;
	width: 15px; height: 15px;
	opacity: 1;
	background-color: #fff;
	background-color: rgba(255,255,255,1);
}
.carousel-indicators .active {
	width: 15px; height: 15px;
}
#myCarousel1 .carousel-indicators .active {
	background-color: #f00;
	background-color: rgba(255,0,0,1);
}
#myCarousel2 .carousel-indicators .active {
	background-color: #303192;
	background-color: rgba(48,49,146,1);
}
/*
.carousel {
	top: 50px;
}
article {
	min-height: 350px; color: #fff;
	background-image: url(../images/index/bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-color: #191919;
}

article h1 {
	position: relative;
	margin-bottom: 30px;
	height: 70px;
	text-align: center;
}
article h1:before {
	content: '';
	display: block;
	position: absolute;
	bottom: 5px;
	left: calc(50% - 60px);
	width: 120px;
	border-bottom: 2px solid #fff;
}
article h3 {
	color: #998668;
	font-weight: 700;
}
*/
.banner-container {
	position: relative;
}
.myC-item-box{
	position: absolute;
	right: 15%; bottom: 50px;
	width: 300px;
}
.myC-item-box * {
	color: #fff; line-height: 2.8rem;
	font-size: 26px; font-weight: 700;
}
@media only screen and (min-width: 300px) and (max-width: 480px){
	.myC-item-box{right: 5%; width: 260px;}
	.myC-item-box * {font-size: 22px;}
}

@media only screen and (max-width: 768px){
	article {
		background-size: contain; /* cover */
		background-position: bottom center;
	}
}

@media (max-width: 575.98px) {
	article [class*='col-']{
		padding-left: 0;
		padding-right: 0;
	}
}

@media (min-width: 576px) {
	article {font-size: 0px;
	}
	article .col-md-6 {
		display: inline-block; background-color: lightblue;
		padding: 0; margin: 0; 
		margin-bottom: -4px;
	}
}

@media (min-width: 576px) and (max-width: 767.98px) {
}

@media (min-width: 768px) and (max-width: 991.98px) {
}

@media (min-width: 992px) and (max-width: 1199.98px) {
}

@media (min-width: 1200px) {
}
/*
@media only screen and (min-width: 768px){
	.unit-main [class*='col-sm-']:nth-child(2) {
		padding-left: 5%;
		padding-right: 5%;
	}
}
.unit-main [class*='col-sm-']:nth-child(2) p {
	font-size: 16px;

}
.unit-main .btn {
	margin-top: 20px;
	padding-left: 30px;
	padding-right: 30px; color: #fff;
	border: 1px solid #a0a0a0; border-radius: 0;
}
*/