.aboutHome{
	padding: 70px 0 215px;
	background: url(../images/bg_home.png) no-repeat bottom;
}
.activityHome{
	padding: 60px 0 70px 0;
	background-color: #f5f5f5;
}
.activityHome .titleHome{
	margin-bottom: 90px;
}
.aboutHome .grip{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    align-content: center;
}
.aboutHome .grip .item{
    width: 50%;
}
.aboutHome .grip .item:nth-child(1){
	order: 2;
}
.aboutHome .grip .item:nth-child(2){
	order: 2;
}
.aboutHome .vnt-bl-about{

}
.aboutHome .grip .item .vnt-about-left{
	max-width: 95%;
}
.aboutHome .grip .item .vnt-about-right img{
    width: 100%;
}
.aboutHome .grip .item .vnt-about-right{
	padding-left: 130px;
	position: relative;
}
.aboutHome .grip .item .bg-about{
	border-radius: 100%;
	overflow: hidden;
	position: relative;
	padding-bottom: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	border: solid 10px #ffffff;
}
.aboutHome .vnt-about-right .video-about{
	width: 130px;
	height: 130px;
	position: absolute;
	bottom: 90px;
	left: 90px;
	border-radius: 100%;
	overflow: hidden;
	border: 5px solid #ffffff;
}
.aboutHome .vnt-about-right .video-about a{
	padding-bottom: 100%;
	display: block;
	position: relative;
	height: 0;
}
.aboutHome .vnt-about-right .video-about a > span{
	position: absolute;
	display: block;
	height: 50px;
	width: 50px;
	border-radius: 100%;
	background-color: #fff;
	border: 3px solid rgba(255,255,255,0.4);
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	line-height: 46px;
	color: #1c75bc;
}

.aboutHome .vnt-about-right .video-about a > span::before{
	background-color: rgba(255,255,255,1);
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
    position: absolute;
    content: '';
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 5px solid transparent;
    -webkit-animation: quick-alo-circle-fill-anim 1s infinite ease-in-out;
    -moz-animation: quick-alo-circle-fill-anim 1s infinite ease-in-out;
    -ms-animation: quick-alo-circle-fill-anim 1s infinite ease-in-out;
    -o-animation: quick-alo-circle-fill-anim 1s infinite ease-in-out;
    animation: quick-alo-circle-fill-anim 1s infinite ease-in-out;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}
.aboutHome .vnt-about-right .video-about a > span::after{
	top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    position: absolute;
    content: '';
    background-color: transparent;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid #fff;
    box-shadow: 0 0 5px 0 #fff;
    opacity: .6;
    -webkit-animation: quick-alo-circle-anim 1.2s infinite ease-in-out;
    -moz-animation: quick-alo-circle-anim 1.2s infinite ease-in-out;
    -ms-animation: quick-alo-circle-anim 1.2s infinite ease-in-out;
    -o-animation: quick-alo-circle-anim 1.2s infinite ease-in-out;
    animation: quick-alo-circle-anim 1.2s infinite ease-in-out;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}
.aboutHome .vnt-about-right .video-about a > span span{
	line-height: 46px;
}
.aboutHome .vnt-about-right .video-about img{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.aboutHome .grip .t1{
    font-size: 20px;
    line-height: 25px;
    position: relative;
    font-weight: bold;
    color: #666666;
    text-transform:uppercase;
    position:relative;
    padding-top:27px;
}
.aboutHome .grip .t1:before{
	content:'';
	background-color:#f05a75;
	width:17%;
	height:3px;
	position:absolute;
	top:0px;
	left:0px;

}
.aboutHome .grip .t2{
    font-size: 70px;
    line-height: 83px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 23px;
    color: #a31b1f;
}
.aboutHome .grip .des{
    font-size: 15px;
    line-height: 23px;
    text-align: justify;
    margin-bottom: 40px;
    color: #333333;
    max-width: 503px;
}
.aboutHome .view_all a{
    display: inline-block;
    min-width: 171px;
    color: #ffffff;
    text-align: center;
    padding: 15px 30px;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    overflow: hidden;
    z-index: 1;
    font-weight: bold;
    text-transform: uppercase;
    font-size:14px;
    background-color:#f05a75;
    border-radius:25px
}

.aboutHome .view_all a::before{
	content: '';
    position: absolute;
    z-index: -1;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    width: 0%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0%;
    background: #b42f41;
	opacity: 0;
	
}
.aboutHome .view_all a:hover::before{
	width: 100%;
	opacity: 1;
}
.aboutHome .view_all a:hover{
    color:#fff;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.wrapCont{
    padding-bottom: 0;
}
.aboutHome .grid{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
}
.aboutHome .grid .col{
	width: 50%;
	position: relative;
}
.aboutHome .grid .col .wrap{
	width: 100%;
	max-width: 600px;
	float: right;
	padding-left: 15px;
	padding-right: 80px;
}
.aboutHome .title{
	font-size: 16px;
	line-height: 24px;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-bottom: 10px;
}
.aboutHome .tend{
	font-size: 28px;
	line-height: 36px;
	font-weight: bold;
	padding-bottom: 20px;
	margin-bottom: 30px;
	position: relative;
}
.aboutHome .tend:before{
	content: "";
	bottom: 0;
	left: 0;
	width: 45px;
	border-bottom: solid 3px #1c75bc;
	position: absolute;
}
.aboutHome .tend span{
	display: block;
	max-height: 72px;
	overflow: hidden;
}
.aboutHome .des{
	font-size: 16px;
	line-height: 24px;
	text-align: justify;
	overflow: hidden;
	margin-bottom: 30px;
}
.aboutHome .link a{
	display: inline-block;
    width: 220px;
    font-size: 15px;
    line-height: 24px;
    padding: 18px 10px;
    border-radius: 30px;
    background: #010101;
    color:#ffffff;
    text-transform: uppercase;
    text-align: center;
}
.aboutHome .link a:hover{
	background: #fffe01;
	color:#010101;
}
.aboutHome .img{
	position: relative;
}
.aboutHome .img img{
    width: 100%;
}
.aboutHome .img:before{
	content: "";
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	position: absolute;
	background: #000000;
	opacity: 0.4;
}
.aboutHome .design {
    width: 370px;
    border: solid 10px rgba(255, 254, 1, 0.2);
    border-bottom: none;
    text-align: center;
    padding: 0 30px;
    padding-bottom: 80px;
    position: absolute;
    bottom: -50px;
    left: -30px;
    z-index: 2;
}
.aboutHome .design .imgLogo {
    max-width: 140px;
    margin: 0 auto;
    margin-top: -85px;
    margin-bottom: 38px;
}
.aboutHome .design .num{
	font-size: 170px;
	line-height: 170px;
	color:#fffe01;
	font-weight: 800;
	margin-bottom: 17px;
}
.aboutHome .design .text{
	color:#ffffff;
	font-weight: bold;
}
.vnt_about{
	margin:53px 0px 84px;
}
.nd1{
	max-width:780px;
	margin:0 auto;
	display:table;
	color:#333333;
	font-size:16px;
	line-height:25px;
}
.nd1 p{
	margin-bottom:18px;
}
.nd1 img,.nd2 img{
	width:100%;
}
.nd2{
	font-size:16px;
	color:#333333;
	text-align:center;
	line-height:25px;
}
.nd2 h4{
	color:#a21b1f;
	font-size:18px;
	font-weight:bold;
}
.nd2 .circle_nd_1{
	display:none;
}
@media all and (max-width: 1200px){

}
@media all and (max-width: 991px){
	.nd2 .circle_nd_1{
		display:block;
	}
    .aboutHome .grip .item .vnt-about-right{
		padding-left: 30px;
	}
	.aboutHome .vnt-about-right .video-about{
		bottom: 50px;
		left: -5px;
	}
	.aboutHome .grip .item:first-child{
		margin-bottom: 30px;
	}
	.aboutHome .grip .t2{
		font-size: 35px;
		line-height: 57px;
	}
	.aboutHome .grip{
        display: block;
    }
    .aboutHome .grip .item{
        width: 100%;
    }
	.aboutHome {
		padding: 40px 0 105px;
		background: url(../images/bg_home.png) no-repeat bottom;
	}
}

@media all and (max-width: 767px){
    
   
}
@media all and (max-width: 480px){
    
}

.circle{
  position:relative;
  display: table;
  margin: 100px auto;
  padding:20px;
}
.circle:before{
	content:'';
	border: dashed 1px #3e3e3e;
	width: 100%;
	height: 100%;
	position:absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	border-radius:50%;
}
.circle_img{
	display: table;
    margin: 0 auto;
    text-align: center;
}
.selector {
  position: absolute;
  width: 535px;
  height: 535px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.selector .item_circle img{
	 position: absolute;
	 max-width: 80px;
	 width: auto !important;
	 height: auto !important;
}

.selector .item_logo{
  position: absolute;
  width: 279px;
  height: 279px;
  background: #fff;
  border-radius: 50%;
  border:none;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.selector .item_logo img{
  width:100%;
  padding: 45px;
  max-width: 270px;
  max-height: 270px;
}
.selector ul {
  position: absolute;
  list-style: none;
  padding: 0;
  margin: 0;
  width: 50%;
  height: 80%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.selector li {
  position: absolute;
  width: 100%;
  height: 100%;
  font-size: 14px;
  -webkit-transform: rotate(-360deg);
  transition: all 4s ease-in-out;
}
.selector1 {
  position: absolute;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 200%;
}
.selector1 ul {
    position: absolute;
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.selector1 ul li{
	position:absolute;
	width: 100%;
	height: 100%;
	font-size: 14px;
	color:#333333;
	font-weight: 300;
	
}
.selector1 ul li label{
	max-width: 239px;
	position: absolute;
	font-size: 14px;
	color:#333333;
	font-weight: 300;
}
.selector1 ul li label span{
	font-size:15px;
	font-weight:bold;
	color:#a31b1f;
}
.selector1 ul li:nth-child(1){
    height: 150%;
    width: 88%;
}
.selector1 ul li:nth-child(2){
    width: 94%;
    height: 115%;
}
.selector1 ul li:nth-child(3){
    width: 104%;
    height: 70%;
}
.selector1 ul li:nth-child(4){
    width: 78%;
    height: 86%;
}
.selector1 ul li:nth-child(5){
    width: 112%;
    height: 79%;
}
.selector1 ul li:nth-child(6){
    width: 30%;
    height: 100%;
}

.selector1 ul li:nth-child(1) label{
}
.selector1 ul li:nth-child(2) label{}
.selector1 ul li:nth-child(3) label{}
.selector1 ul li:nth-child(4) label{
    text-align: right;
}
.selector1 ul li:nth-child(5) label{
    text-align: right;
}
.selector1 ul li:nth-child(6) label{text-align: right;}


.selector1 ul li:nth-child(1) label:before{
	content: '';
	background: url(../images/line_top_right.png) no-repeat;
	width: 100%;
	height: 100%;
	position: absolute;
	left: -35%;
	top: -10px;
}
.selector1 ul li:nth-child(2) label:before{
    content: '';
    background: url(../images/line_bottom_right.png) no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    left: -35%;
    top: -60%;
}
.selector1 ul li:nth-child(3) label:before{
    content: '';
    background: url(../images/line_bottom_right.png) no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    left: -35%;
    top: -60%;
}
.selector1 ul li:nth-child(4) label:before{
	content: '';
    background: url(../images/line_bottom_left.png) no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    right: -35%;
    top: -60%;
}
.selector1 ul li:nth-child(5) label:before{
	content: '';
	background: url(../images/line_bottom_left.png) no-repeat;
	width: 100%;
	height: 100%;
	position: absolute;
	right: -35%;
	top: -40%;
}
.selector1 ul li:nth-child(6) label:before{
	content:'';
	background: url(../images/line_top_left.png) no-repeat;
	width: 100%;
	height: 100%;
	position: absolute;
	right: -35%;
	top: -10px;
}
@media all and (max-width: 991px){
	.selector {
		position: absolute;
		width: 370px;
		height: 370px;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}
	.selector .item_logo {
		position: absolute;
		width: 190px;
		height: 190px;
		background: #fff;
		border-radius: 50%;
		border: none;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}
	.selector .item_circle img {
		position: absolute;
		max-width: 50px;
		width: auto !important;
		height: auto !important;
	}
	.circle {
		position: relative;
		display: table;
		margin: 40px auto;
		padding: 0px;
	}
	.circle:before {
		content: '';
		border: dashed 1px #3e3e3e;
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0px;
		left: 0px;
		right: 0px;
		border-radius: 50%;
		display:none;
	}
	ul.circle_nd_1 li label{
		font-size: 14px;
		color:#333333;
		font-weight: 300;
		text-align: left;
	}
	ul.circle_nd_1 li label span{
		font-size:15px;
		font-weight:bold;
		color:#a31b1f;
	}
}