.badge-taksit { left: 0; top: 0; width: 190px; }
.hidden-lg { display: none; }
div#home-carousel .dark-carousel {
    background-color: #303030;
}
div#home-carousel .dark-carousel .container {
    max-width: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
}
div#home-carousel .dark-carousel .container .row {
    max-width: 100%;
    width: 100%;
    margin: 0;
    padding: 0 5%;
}
div#home-carousel .dark-carousel .text-side {
    z-index: 1;
    padding: 3% 3%;
}
div#home-carousel .dark-carousel .img-side {
    align-content: center;
    text-align: center;
    z-index: 0;
    padding: 3% 3%
}
div#home-carousel .dark-carousel img {
    max-width: 100%;
    max-height: 100%;
}
div#home-carousel .dark-carousel.with-bg {
	background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.4)), url('../assets/img/index/linux-web-hosting-edit.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
div#home-carousel .carousel-item:before {
	content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
	background: unset;
	opacity: unset;
}
div.homebox-block .home-box .title {
    height: 76px;
    align-content: center;
    white-space: break-spaces;
}
div.homebox-block .home-box .p-price .price-tag {
    font-size: 34px;
}
div.homebox-block .home-box .desc {
    margin-top: 20px;
}
div.homebox-block .home-box .p-price .price-tag sub {
    white-space: nowrap;
}
@media only screen and (max-width: 992px) {
    div#home-carousel .dark-carousel {
        flex-direction: row;
        height: 600px;
        max-height: 100%;
        min-height: 100%;
    }
    div#home-carousel .dark-carousel .container .row {
        flex-direction: row;
        max-height: 100%;
        min-height: 100%;
    }
    div#home-carousel .dark-carousel .img-side {
        transform: translate(40%, 0);
    }
    /*
    div#home-carousel .dark-carousel img {
        max-width: 30vw;
        max-height: 30vh;
    }*/
}
@media only screen and (max-width: 768px) {
    div#home-carousel .dark-carousel .img-side {
        filter: brightness(30%);
        display: block;
    }
}
@media only screen and (max-width: 767px) {
    .hidden-lg {
        display: block;
    }

    #home-carousel .carousel-item {
        background-position: 53%;
    }

    #home-carousel .carousel-item img {
        width: 100%
    }
}
@media only screen and (max-width: 500px) {
    div#home-carousel .dark-carousel {
        height: 500px;
    }
}
.about-statics {
	position: relative;
	padding-top: 40px;
}

.about-statics .col-lg-6:nth-child(1) {
	border-right: 1px solid #e6e9ed;
	border-bottom: 1px solid #e6e9ed;
}

.about-statics .col-lg-6:nth-child(2) {
	border-bottom: 1px solid #e6e9ed;
}

.about-statics .col-lg-6:nth-child(3) {
	border-right: 1px solid #e6e9ed;
}

.about-statics .col-lg-6 div {
	position: relative;
	text-align: center;
	padding: 40px;
}

.about-statics .col-lg-6 div img {
	display: block;
	height: 150px;
	margin: 0 auto;
}

.about-statics .col-lg-6 div h3 {
	font-size: 18px;
	margin-bottom: 10px;
}

.about-statics .col-lg-6 div p {
	font-size: 16px;
}

.about-statics .service-box {
	padding: 30px 15px 20px;
	min-height: 330px;
	height: 389px;
}

.about-statics .icon-img {
	height: 90px;
}

.about-statics .icon-img img {
	width: 90px !important;
}

.about-statics .service-box h3 {
	font-size: 18px;
	text-align: center;
	text-align: center;
	min-height: 63px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 10px;
	padding-bottom: 15px;
	border-bottom: 1px solid #d2eaf5;
}

.about-statics .service-box p {
	margin-bottom: 0;
	text-align: center;
}
@media (max-width:1200px) {
	.about-statics .service-box {
		height: 460px;
	}
}
@media (max-width:992px) {
	.about-statics .service-box {
		height: 360px;
	}
}
@media (max-width:767px) {
	.about-statics .row {
		flex-wrap: nowrap;
		overflow-x: scroll;
	}
	
	.about-statics .row>div {
		flex: 0 0 260px;
		max-width: 260px;
	}
	
	.about-statics {
		padding-bottom: 20px;
	}
}