@charset "UTF-8";

.footer_link{
    text-align: center;
    
}
.footer_link li a{
    padding: 10px 20px;
    border-radius: 10px;
    background:#0d4c96;
    color: #fff;
     width: 150px;
   
}
.footer_link li a:hover{
    background:rgba(13,76,150,.7);
}

@media screen and (min-width: 897px)  {

	.thanx_about{
		padding: 90px 0 60px;
	}
	.thanx_about p{
		text-align: center;
		line-height: 2;
		padding-bottom: 30px;
	}
	.thanx_contact{
		margin-bottom: 150px;
		 background: linear-gradient(rgba(13,76,150,.5),rgba(13,76,150,.5))
            ,url("../img/bg_contact.jpg") no-repeat;
        background: -moz-linear-gradient(rgba(13,76,150,.5),rgba(13,76,150,.5))
            ,url("../img/bg_contact.jpg") no-repeat;
        background: -webkit-linear-gradient(rgba(13,76,150,.5),rgba(13,76,150,.5))
            ,url("../img/bg_contact.jpg") no-repeat;
        background-size: cover;
		height: 300px;
	}	
	.thanx_contact .inner{
		padding: 60px 0;
}
	.thanx_contact .txt{
		color: #fff;
	}
	.thanx_contact .tel{
		color: #fff;
	}
}

@media screen and (max-width:896px) {
	
	.thanx_about{
		padding: 80px 0 60px;
	}
	.thanx_about p{
		text-align: center;
		line-height: 2;
		padding-bottom: 30px;
	}
	.thanx_contact{
		margin-bottom: 150px;
		 background: linear-gradient(rgba(13,76,150,.5),rgba(13,76,150,.5))
            ,url("../img/bg_contact.jpg") no-repeat;
        background: -moz-linear-gradient(rgba(13,76,150,.5),rgba(13,76,150,.5))
            ,url("../img/bg_contact.jpg") no-repeat;
        background: -webkit-linear-gradient(rgba(13,76,150,.5),rgba(13,76,150,.5))
            ,url("../img/bg_contact.jpg") no-repeat;
        background-size: cover;
		height: 300px;
		border: none;
	}	
	.thanx_contact .inner{
		padding: 55px 0;
	}
	.thanx_contact .txt{
		color: #fff;
	}
	.thanx_contact .tel{
		color: #fff;
	}
}

@media screen and (max-width:480px) {
	
	.thanx_about{
		padding: 40px 0.2% 10px;
	}

	.thanx_contact .inner{
		padding: 72px 0;
	}
	.thanx_contact{
		margin-bottom: 30px;
	}	
}