::-webkit-scrollbar  
{  
	display: none!important;
    width: 0px;  
    height: 0px;  
}

.customBottom{
    background-color:#000000;
    width:100%;
    padding-bottom: 8rem;
}
.customBottom_div1{
    padding-top:11.8rem;
    margin-left:5.8rem;
    font-size: 5.3rem;
    font-family: Barlow;
    font-weight: bold;
    color: #FFFFFF;
}

.customBottom_div2{
    margin-left:5.8rem;
    margin-top:5.8rem;
    width:69.2rem;
    font-size:2.7rem;
    font-family: Barlow;
    color: #FFFFFF;
    line-height: 4rem;
}	

.customBottom_div3{
    margin-left:5.5rem;
    margin-top:5.5rem;
    width:24.7rem;
    display:flex;
    align-items:center;
    justify-content: space-between;
}

.customBottom_div3_child{
    display:flex;
    justify-content: center;
    align-items:center;
    border-radius: 50%;
    background: #4C5865;
    width:4.92rem;
    height:4.99rem ;
}
.customBottom_div3_img1{
    width:2.2rem;
    height:2.2rem ;
    background-image:url(/statics/phone/static/img/index/twitter-fill@2x.png);
    background-size: 100%;
}
.customBottom_div3_img2{
    width:2.2rem;
    height:2.2rem ;
    background-image:url(/statics/phone/static/img/index/facebook-fill@2x.png);
    background-size: 100%;
}
.customBottom_div3_img3{
    width:2.2rem;
    height:2.2rem ;
    background-image:url(/statics/phone/static/img/index/skype-fill@2x.png);
    background-size: 100%;
}
.customBottom_div3_img4{
    width:2.2rem;
    height:2.2rem ;
    background-image:url(/statics/phone/static/img/index/linkedin-in@2x.png);
    background-size: 100%;
}

.customBottom_div4{
    margin-left:5.5rem;
    margin-top:7.4rem;
    width:64.9rem;
    height: 0.2rem;
    background: #303740;
}	

.customBottom_div5{
    margin-top:7.6rem;
    width:52.3rem;
    display: flex;
    justify-content: space-between;
}	

.customBottom_div5_title{
    font-size: 3.8rem;
    font-family: Barlow;
    font-weight: bold;
    color: #FFFFFF;
    margin-left:6rem;
}	

.customBottom_div6{
    margin-top:6.9rem;
    width:68rem;
    display: flex;
    justify-content: space-between;
}

.customBottom_div6_child1{
	margin-left:5.5rem;
    height: 20.8rem;
    width: 23.1rem;
    display: flex;
    flex-direction:column;
    justify-content: space-between;
}

.customBottom_div6_child2{
	margin-left:14rem;
    height: 14.9rem;
    width: 37.5rem;
    margin-right:3rem;
    display: flex;
    flex-direction:column;
    justify-content: space-between;
}
.customBottom_div6_title{
    font-size: 2.8rem;
    font-family: Barlow;
    font-weight: 400;
    color: #FFFFFF;
}	
.customBottom_div6_title a{
    color: #FFFFFF !important;
}	

.customBottom_div7{
    margin-left:5.5rem;
    margin-top:7.4rem;
    width:64.9rem;
    height: 0.2rem;
    background: #303740;
}	

.customBottom_div8{
    width: 57.7rem;
    margin-top: 6.4rem;
    margin-left: 7.9rem;
    margin-bottom: 12.9rem;
}
.customBottom_div8_title{
    text-align: center;
    font-size: 2.6rem;
    font-family: Barlow;
    font-weight: 300;
    color: #FFFFFF;
    line-height: 4.6rem;
}

.customBottom_div9{
    position: fixed; bottom:0;left:0;right:0;
    width: 100%;
    height: 12.9rem;
    background-color: #0B41A5;
    display: flex;
    justify-content:center;
    align-items:center;
    z-index: 999;
}
.customBottom_div9_child{
    width: 56.3rem;
    display: flex;
    justify-content:space-between;
    align-items:center;
    background-color: #0B41A5;
}

.customBottom_div9_div1{
    text-align: center;
    font-size: 2.8rem;
    font-family: Barlow;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 4.6rem;
}
.customBottom_div9_div1 a{
    color: #FFFFFF !important;
}
.customBottom_div9_div2{
    width: 25.3rem;
    height: 6.9rem;
    text-align: center;
    font-size: 2.8rem;
    font-family: Barlow;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 6.9rem;
    border: 0.2rem solid #FFFFFF;
    border-radius: 0.6rem;
}
.customBottom_div9_div2 a{
    color: #FFFFFF !important;
}

.up_flow{
	width: 8.2rem;
	height: 8.2rem;
	background: #0B51B7;
	border-radius: 50%;
	align-self: flex-end;
	margin-right: 2.2rem;
	margin-bottom: 4rem;
	display:flex;
	align-items:center;
	justify-content: center; 
	position: fixed;
    right: 5rem;
    bottom: 15rem;
    z-index: 3;
    visibility:hidden;
}

.up_flow_div{
	background-image: url(/statics/phone/static/img/index/up_sign.png);
	background-size: 100%;
	height: 4rem;
	width: 4rem;
	margin-top: -1rem;
	background-repeat: no-repeat;

}