#content-home{
	position: relative;
	overflow: hidden;
}
.section{
	margin-bottom: 40px;
}
.about-tag {
	position: relative;
	text-align:center;
}
.desc-excite{
	margin-bottom: 30px;
}
.desc-excite h1{
	margin:0 0 20px 0;
	display: inline-block;
	position: relative;
	padding:0 30px;
}
.desc-excite p{
	margin:0;
	padding:0;
}
.desc-excite h1:before,.desc-excite h1:after{
	content: '';
	height: 2px;
	background:#000;
	width:100%;
	position: absolute;
	top: 50%;
	left: -100%;
}
.desc-excite h1:after{
	right:-100%;
	left: auto;
}
.containerfluid{
	max-width: 1440px;
	margin:0 auto;
	overflow: hidden;
	width:100%;
}
.flex{
	display: flex;
}
.flex-center{
	justify-content: center;
	align-items: center
}
.col2{
	width:50%;
}
.col3{
	width:33.33%;
}
.box{
	position: relative;
}
.btn-detail{
	margin: 0;
	width: 135px;
	height: 50px;
	display: inline-block;
	font-size: 15px;
	font-weight: bold;
	color: white;
	position: relative;
	transform:none;
	background:none;
}
.button-desc {
    transform: translateX(-5px);
    display: block;
}
.btn-detail span{
	position: relative;
	z-index: 10;
}
.btn-detail:before{
	background: #f70000;
	content: '';
	position: absolute;
	width:100%;
	transform: skewX(-30deg);
	left: 0; top: 0; height: 100%;
}

.frist-section-poly {
    background: #e4e4e4;
 }

.background-poly{
    max-width: 400px;
    min-height: 350px;
    position: relative;
}
.background-poly:before{
	content: '';
	background:#e4e4e4;
	transform: skewX(-30deg) translateX(-25%);
	width:150%; height: 100%;
	position: absolute; left: 0; top: 0;
}
.sense-section .background-poly:before{
    transform: skewX(-30deg) translateX(-95px);
    width: 160%;
}
.sense-section .background-poly:before{
	display: none;
}
.background-poly p {
}
.polygon{
    shape-outside: polygon(85% 0, 0 0, 0 100%);
    width: 200px;
    height: 300px;
    float: left;
}
.polygon-right{
	float: right;
    shape-outside: polygon(100% 0, 100% 100%, -100% 130%);
    width: 260px;
    height: 700px;
}
.text-desc{
    position: relative;
    z-index: 10;
    transform: translateX(-35%);
    padding: 40px 0;
    width: 500px;
}
.sense-section .text-desc{
    transform: translateX(30%);
    text-align: right;
    padding:0;
    max-height: 500px;
    overflow: hidden;
}
.sense-section{
}
.speed-section,.unlimited-section{
	background:#e4e4e4;
	position: relative;
}
.sense-section h1{
    text-align: right;
    color: #ccc;
    font-size: 55px;
    line-height: 55px;
    font-style: italic;
    font-weight: 600;
}
.carousel{
	position: relative;
	z-index: 10;
}
.go-right{
	margin-left: auto;
}
.tittle-middle {
	background: rgb(255,48,25); /* Old browsers */
	background: -moz-linear-gradient(left, rgba(255,48,25,1) 0%, rgba(175,3,3,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(255,48,25,1) 0%,rgba(175,3,3,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(255,48,25,1) 0%,rgba(175,3,3,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3019', endColorstr='#af0303',GradientType=1 );
    width: 300px;
    height: auto;
    position: absolute;
    left: 50%;
    z-index: 105;
    top: 40px;
    color:#fff;
    margin:0 0 0 -210px;
	transform: skewX(-30deg);
	text-align:center;
}
.tittle-middle h3{
    transform: skewX(30deg);
    margin: 0;
    line-height: 60px;
    font-size: 24px;
}
.speed-section .carousel img{
	min-height:440px;
}
.unlimited-section .carousel img{
	min-height:466px;
}
.speed-section .background-poly:before,.unlimited-section .background-poly:before{
	z-index: 10;
}
.speed-section .text-desc,.unlimited-section .text-desc{
	transform: translateX(-45%);
}
.skewbox{
	background:#e4e4e4;
	transform: skewX(-30deg);
	overflow: hidden;
	max-width: 800px;
}
.skewreset{
    transform: skewX(30deg);
    width:910px;
}
.skewbox .text-desc{
	transform: translateX(-20%);
	width:700px;
}
.take-control-section{
}
footer{
    text-align: center;
    background-color: black;
    font-size: 12px;
    padding: 20px 0;
    height: auto;
}
@media (max-width: 768px){
	.section{
		margin:0;
	}
	.video-section{
		margin-bottom: 30px;
	}
    .flex{
        display: grid;
    }
    .col2{
    	width:100%;
    	overflow: hidden;
    }
    .sense-section .col2:first-child{
		grid-row-start:2;
		grid-column-start:1;

    }
    .background-poly{
    	max-width: inherit;
		min-height: inherit;
		position: relative;
    }
    .background-poly:before{
    	transform: skewX(-30deg) translateX(10%);
    	width:100%;
    }
    .text-desc{
	    transform: none;
	    width: auto;
	    padding: 30px;
	    max-width: 100%;
	   }
    .polygon-right{
    	display: none;
    }
    .sense-section .text-desc{
    	transform: none;
    	width:auto;
    	padding:20px;
    	max-width: inherit;
    }
    .speed-section, .unlimited-section{
    	background:none;
    }
    .speed-section .text-desc, .unlimited-section .text-desc{
    	transform: none;
    }
    .speed-section .text-desc br,.unlimited-section .text-desc br{
    	display: none;
    }
    .tittle-middle {
	    position: absolute;
	    top: 50%;
	}
	.skewreset{
		width:750px;
	}
	.skewbox{
		background:none;
	}
	.skewbox .text-desc{
		transform: none;
	}
}

@media (max-width: 500px){
    .desc-excite h1{
        font-size: 30px;
        padding:0 10px;
    }
    .background-poly{
    	min-height:inherit;
    }
    .flex{
        display: grid;
    }
    .col2{
    	width:100%;
    }
    .text-desc{
    	width:auto;
    	transform: none;
    	padding:0 20px;
    }
    .move-section .background-poly:before{
    	display: none;
    }
    .move-section .text-desc{
    	background:#e4e4e4;
    	padding:30px 20px;
    }
    .sense-section .col2:first-child{
		grid-row-start:2;
		grid-column-start:1;

    }
    .sense-section h1{
    	font-size: 40px;
    	line-height:40px;
    }
    .sense-section .text-desc,.speed-section .text-desc, .unlimited-section .text-desc{
    	transform: none;
    	padding:30px 20px;
    }
    .polygon-right,.polygon{
    	display: none;
    }
    .speed-section .carousel img,.unlimited-section .carousel img{
    	min-height:inherit;
    }
    .tittle-middle{
    	position: relative;
    	top: 0;
    }
    .skewbox{
    	transform: none;
    	width:auto;
    	max-width: inherit;
    	background:none;
    }
    .skewbox .text-desc{
    	width:auto;
    	transform: none;
    	padding:30px 20px;
    	background:#e4e4e4;
    }
    .speed-section, .unlimited-section{
    	background:none;
    }
    .speed-section .text-desc,.unlimited-section .text-desc{
    	background:#e4e4e4;
    }
    .skewreset{
    	transform: none;
    	width:auto;
    }
    .background-poly:before{
    	display: none;
    }
    a.navbar-brand{
    	padding:0;
    }
}

@media (max-width: 414px){
}

@media (max-width: 360px){
}

@media (max-width: 320px){
}