@media (min-width: 1025px) and (max-width: 1280px){
	.banner-head-a {
		font-size: 5vw;
	}	
	.list-point > li {
		font-size: 2.2vw;
		margin-bottom: 10px;
	}
}

@media (min-width: 992px) {
	.d-desktop {
		display: block !important;
	}
	.d-mobile {
		display: none !important;
	}
}

@media (max-width: 1024px) {
	.banner-head-a {
		font-size: 6vw;
	}
	.bg-title {
		font-size: 3vw;
		line-height: 1.5;
	}
	.bg-text {
		font-size: 2vw;
		line-height: 1.5;
	}
	.bg-text br{
		display: none;
	}
	.list-point > li {
		font-size: 2.8vw;
		margin-bottom: 0;
	}
	.con-section {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.gutter-a {
		padding: 10px 0;
	}
	.banner-caps .col-4.offset-8 {
		margin-left: 60%;
	}
	.header {
		padding: 5px 0;
	}
	.header .navbar-brand .img-fluid {
		max-height: 30px;
	}
	.header.fix .navbar-brand .img-fluid {
		max-height: 30px;
	}
	.navbar-menu .navbar-nav > li a {
		font-size: 20px;
		line-height: 25px;
	}
	
}

@media only screen and (max-width:991.98px){
	
	.d-desktop {
		display: none !important;
	}
	.d-mobile {
		display: block !important;
	}

	body #content .post .entry-content {
        float: none;
        margin: 0 7.6923%;
        width: auto;
    }
	.head-a {
		font-size: 24px;
		line-height: 30px;
	}
	.text-a {
		font-size: 16px;
		line-height: 25px;
	}
	.footer-text {
		font-weight: 300;
		font-size: 14px;
	}
	.footer {
		padding: 15px 0;
	}
	.client-section {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.Banner .carousel-indicators li {
		width: 15px;
		height: 2px;
		margin-right: 5px;
		margin-left: 5px;
	}
	.owl-theme.client-crousel .owl-dots .owl-dot span {
		width: 7px;
		height: 7px;
	}
	
	.bg-captions.down-caps {
		padding-top: 15px;
		padding-bottom: 15px;
		position: relative;
		top: 0;
		-webkit-transform: none;
		transform: none;
	}
	
	.bg-captions.down-caps .bg-title {
		font-size: 24px;
		line-height: 25px;
	}
	.bg-captions.down-caps .bg-text {
		font-size: 16px;
		line-height: 20px;
	}
	.bg-captions.down-caps .list-point {
		text-align: center;
	}
	
	.bg-gray {
		background-color: #c9cdc3;
	}
	.bg-yellow {
		background-color: #ffcc00;
	}
	.bg-megenta {
		background-color: #d9f9ff;
	}
	.bg-cyan {
		background-color: #ffb8b8;
	}
	.bg-blue {
		background-color: #dbe8ff;
	}
	.bg-green {
		background-color: #939a59;
	}
	
	
	
}

@media (max-width: 767.98px) {	
	.head-a {
		font-size: 24px;
		line-height: 35px;
	}
	.text-a {
		font-size: 14px;
		line-height: 20px;
	}
	.text-a br{
		display: none;
	}
	
	.bg-title {
		font-size: 3.2vw;
	}
	.bg-text {
		font-size: 2.6vw;
	}
	.list-point > li {
		font-size: 3vw;
	}
	
	.bg-captions.down-caps .bg-title {
		font-size: 24px;
		line-height: 35px;
	}
	.bg-captions.down-caps .bg-text {
		font-size: 14px;
		line-height: 20px;
	}
	.bg-captions.down-caps .list-point > li {
		font-size: 16px;
	}
	.carousel-indicators {
		bottom: -10px;
	}
	
}

@media (max-width: 480.98px) {
	.list-point > li {
		font-size: 3.1vw;
	}
	.bg-title {
		font-size: 4vw;
		margin-bottom: 0px;
	}
	.bg-text {
		font-size: 3vw;
	}
}