
a {
    text-decoration: none;
}


.iconerror-tcmie {
    background-image:url(images/tc_logo.png);
    background-repeat: no-repeat;
    display: inline-block;
    height: 25px;
    width: 85px;
    line-height: 30px;
    vertical-align: middle;
    background-size: 85px 25px
}


.error404 .error-img img {
    max-width: 481px;
}

.error404 {
    align-items: center;
    display: flex;
    max-width: 900px;
    margin: 0 auto;
    padding: 30px;
    text-align: center;
}
.error404 .error-content {
    margin: 15px 0 0 -40px;
}

.error404 .error-content h3 {
    margin-bottom: 65px;
}

.error-content h3 {
    font-family: 'Oswald', sans-serif;
	color: #000;
    font-size: 30px;
	line-height: 45px;
    font-weight: bold;
    max-width: 460px;
}
.list-contact {
    display: flex;
    justify-content: center;
	font-family: 'Oswald', sans-serif;
}
.list-contact .itemct {
    margin: 0 10px;
    width: 140px;

}
.list-contact .itemct p {
	color: #000;
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 5px;
	font-family: 'Poppins', sans-serif;
}
.error-content .link {
    align-items: center;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    height: 40px;
	font-family: 'Poppins', sans-serif;
}
.error-content .link-blue {
    background-color: #2F80ED;
	color: #fff;
}
.error-content .link-blue:hover{
    background-color: #2F80ED;
	color: #FBCA00;
}
.error-content .link-yellow {
    background-color: #FBCA00;
	color: #000;
}
.error-content .link-yellow:hover {
    background-color: #FBCA00;
	color: #ff0000;
}
.error-content .link-tel {
	color: #000;
    font-size: 15px;
    font-weight: normal;
	font-family: 'Poppins', sans-serif;
}
.error-content .link-tel:hover {
	color: #ff0000;
    font-size: 15px;
    font-weight: normal;
	font-family: 'Poppins', sans-serif;
}
