:root {
	--m-color: #b92032;
	--b-color: #222222;
}
@font-face {
  font-family: 'Montserrat-Regular';
  src: url('../fonts/Montserrat-Regular.woff2') format('woff2'),
	   url('../fonts/Montserrat-Regular.woff') format('woff'),
	   url('../fonts/Montserrat-Regular.ttf')  format('truetype');
}
@font-face {
  font-family: 'Montserrat-SemiBold';
  src: url('../fonts/Montserrat-SemiBold.woff2') format('woff2'),
	   url('../fonts/Montserrat-SemiBold.woff') format('woff'),
	   url('../fonts/Montserrat-SemiBold.ttf')  format('truetype');
}
@font-face {
  font-family: 'Montserrat-Medium';
  src: url('../fonts/Montserrat-Medium.woff2') format('woff2'),
	   url('../fonts/Montserrat-Medium.woff') format('woff'),
	   url('../fonts/Montserrat-Medium.ttf')  format('truetype');
}
b, strong {
	font-family: 'Montserrat-SemiBold', sans-serif;
}
body {
	margin: 0;
	font-family: 'Montserrat-Regular', sans-serif;
	font-weight: 400;
}
*, *::before, *::after {
	box-sizing: border-box;
}
a {
	text-decoration: none;
}
.mb-7 {
	margin-bottom: 7px;
}
.text-center {
	text-align: center;
}
.img-res {
	display: block;
	max-width: 100%;
	height: auto;
}
.pos-relative {
	position: relative;
}
.text-uppercase {
	text-transform: uppercase !important;
}
.d-flex {
	display: flex;
}
.d-block {
	display: block;
}
.d-inline-block {
	display: inline-block;
}
.text-white {
	color: white !important;
}
.lh-0 {
	line-height: 0;
}
.lh-1 {
	line-height: 1;
}
.w-100 {
	width: 100%;
}
.h-100 {
	height: 100%;
}
.m-0 {
	margin: 0;
}
.jus-ct-center {
	justify-content: center;
}
.jus-ct-between {
	justify-content: space-between;
}
.tc-wrap {
	flex-wrap: inherit;
	align-items: center;
	justify-content: space-between;
	max-width: 1300px;
	margin: auto;
}
.f-wrap {
	flex-wrap: wrap;
	display: flex;
}
.tc-header {
	padding: 23px 0;
}
.tc-header .tc-main-ul {
	flex-direction: row;
	padding-left: 0;
	margin: 0;
	list-style: none;
}
.tc-main-ul a {
	color: var(--b-color);
	padding: 0 27px;
	font-family: 'Montserrat-SemiBold', sans-serif;
	text-transform: uppercase;
	transition: all 0.3s ease;
}
.tc-main-ul a:hover {
	color: var(--m-color);
}
.tc-header img {
	width: 265px;
}
.tc-search-form {
	height: 49px;
}
.f-regular {
	font-family: 'Montserrat-Regular', sans-serif !important;
}
.f-bold {
	font-family: 'Montserrat-SemiBold', sans-serif !important;
}
.f-medium {
	font-family: 'Montserrat-Medium', sans-serif !important;
}
.tc-search-form input {
	border: none;
	width: calc(100% - 48px);
	outline: none;
	background-image: linear-gradient(to right, rgba(255,0,0,0), rgba(205,205,205,0.3));
	padding: 0 10px;
}
.tc-search-form button {
	width: 48px;
	background-color: var(--m-color);
	border: none;
	outline: none;
	border-radius: 0 15px 15px 0;
	font-size: 20px;
}
.tc-banner {
	background-size: cover !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
	padding: 136px 0;
	margin-bottom: 123px;
}
.tc-banner .tc-ct {
	max-width: 694px;
	margin: auto;
	z-index: 2;
}
.tc-banner .tc-layer {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: #00000087;
	left: 0;
	top: 0;
}
.tc-banner .tc-head {
	font-size: 46px;
	margin-bottom: 16px;
}
.tc-banner .tc-sub-head {
	line-height: 1.5;
	margin-bottom: 27px;
}
.tc-btn {
	background-color: var(--m-color);
	color: white;
	padding: 17px 44px;
	font-family: 'Montserrat-Medium', sans-serif;
	outline: none;
	border-radius: 25px;
	display: inline-block;
}
.tc-hand-tool,
.tc-howto,
.tc-tips,
.tc-contact,
.tc-footer-top,
.tc-footer-bottom,
.tc-news,
.tc-review-note,
.tc-avatar,
.tc-review-pro,
.tc-pros,
.tc-pro-slide {
	max-width: 1300px;
	margin: auto;
}
.tc-hand-tool {
	margin-bottom: 85px;
}
.tc-head-title {
	margin-bottom: 46px;
}
.tc-head-title a, .tc-head-title span {
	color: var(--b-color);
	font-size: 45px;
	text-transform: capitalize;
}
.tc-head-title a::after, .tc-head-title span::after {
	content: "";
	width: 70px;
	height: 3px;
	background-color: var(--m-color);
	display: block;
	margin: auto;
	margin-top: 20px;
}
.tc-head-title span.titleh1::after {
	margin:0;
	margin-top: 20px;
}
.tc-col {
	flex: 1;
}
.tc-col-2 {
	flex: 2;
}
.tc-post-template .tc-layer-post {
	position: absolute;
	padding: 25px 28px;
	bottom: 0;
	left: 0;
	z-index: 1;
	background-image: linear-gradient(to bottom, rgba(255,0,0,0), rgba(0,0,0,0.8));
	border-radius: 0 0 20px 20px;
}
.tc-post-template .tc-title-post {
	color: white;
	height: 54px;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	transition: all 0.3s ease;
}
.tc-post-template .tc-template-cat-post {
	text-transform: uppercase;
	color: white;
	margin-bottom: 13px;
}
.tc-post-template .tc-img img {
	border-radius: 20px;
}
.tc-hand-tool .tc-post-template img {
	height: 223px;
	object-fit: cover;
}
.tc-hand-tool .tc-post-template-center img {
	height: 453px;
	object-fit: cover;
	width: 100%;
}
.tc-post-template-center .tc-icon img {
	width: auto;
	height: auto;
	object-fit: contain;
	margin-right: 5px;
}
.tc-post-template-center .tc-icon {
	color: #c4c4c3;
	align-items: center;
}
.tc-post-template-center .tc-icon label {
	margin-right: 25px;
}
.tc-hand-tool .tc-col-2 {
	margin: 0 7px;
}
.tc-post-template-center .tc-title-post {
	height: auto;
	display: block;
	font-size: 22px;
	margin-bottom: 25px;
}
.tc-post-template-center .tc-layer-post {
	padding: 38px 28px;
}
.tc-post-template-bg img {
	border-radius: 20px 20px 0 0 !important;
	height: 280px;
	object-fit: cover;
}
.tc-post-template-bg .tc-layer-post {
	position: inherit;
	background-image: none;
	background-color: white;
	padding: 30px 37px;
}
.tc-howto .tc-post-template-bg {
	width: calc(33.3333% - 15px);
	box-shadow: 0 2px 10px 0 rgb(0 0 0 / 18%);
	border-radius: 20px;
	margin-bottom: 25px;
}
.tc-post-template-bg .tc-template-cat-post {
	color: var(--m-color);
}
.tc-post-template-bg .tc-title-post {
	color: var(--b-color);
	font-size: 21px;
	height: 75px;
}
.tc-howto .tc-head-title,
.tc-tips .tc-head-title {
	margin-bottom: 35px;
}
.tc-howto {
	margin-bottom: 60px;
}
.tc-post-template-no-bg {
	width: calc(25% - 15px);
}
.tc-post-template-no-bg img {
	height: 212px;
	object-fit: cover;
}
.tc-post-template-no-bg .tc-layer-post {
	position: inherit;
	background-image: none;
	background-color: white;
	padding: 0;
	padding-top: 18px;
}
.tc-post-template-no-bg .tc-title-post {
	color: var(--b-color);
	height: 68px;
	font-size: 20px;
	margin-bottom: 18px;
}
.tc-post-template-no-bg .tc-template-cat-post {
	color: var(--m-color);
	font-family: 'Montserrat-SemiBold', sans-serif;
	margin-bottom: 15px;
}
.tc-post-template-no-bg .tc-date-post {
	color: #999999;
	margin-bottom: 16px;
}
.tc-post-template-no-bg .tc-except-ct {
	height: 63px;
	color: var(--b-color);
	line-height: 1.35;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.tc-tips {
	margin-bottom: 85px;
}
.tc-post-template .tc-title-post:hover {
	color: var(--m-color);
}
.tc-contact {
	margin: 70px auto; 
}
.tc-contact .tc-bn {
	border-radius: 15px;
	margin-bottom: 78px;
}
.tc-contact .tc-ctact,
.tc-footer .tc-ctact {
	width: 390px;
}
.tc-contact .tc-head {
	font-size: 24px;
	margin-bottom: 30px;
	text-transform: capitalize;
}
.tc-ctact .tc-info {
	line-height: 1.4;
	color: var(--b-black);
	margin-bottom: 24px;
}
.tc-ctact .tc-info a {
	color: var(--b-black);
}
.tc-ctact .tc-item {
	margin-bottom: 20px
}
.tc-ctact .tc-item i {
	color: var(--m-color);
	margin-right: 15px;
	font-size: 21px;
}
.tc-ctact .tc-detail {
	line-height: 1.4;
	color: var(--b-color);
}
.tc-ctact .tc-phone i {
	margin-right: 11px;
}
.tc-ctact .tc-email i {
	font-size: 14px;
}
.tc-ctact .tc-email a {
	color: var(--b-color);
}
.tc-ctact .tc-email {
	align-items: baseline;
}
.tc-content .tc-ctact-form {
	width: calc(100% - 440px);
}
.tc-form-control {
	border: 2px solid #efefef;
	padding: 17px 23px;
	outline: none;
	transition: all 0.3s ease;
	border-radius: 5px;
	font-family: 'Montserrat-Regular', sans-serif;
}
.tc-form-control:focus {
	border-color: var(--m-color);
}
.tc-ctact-form .tc-form-control {
	width: calc(50% - 8px);
	margin-bottom: 16px;
}
.tc-ctact-form textarea.tc-form-control {
	width: 100%;
	resize: none;
}
.tc-ctact-form button {
	outline: none;
	border: none;
	padding: 17px 24px;
	cursor: pointer;
}
.tc-footer {
	padding-top: 65px;
	color: white;
}
.tc-footer {
	background: url('../images/bg_ft.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.tc-footer .tc-ctact i {
	color: #e8a513;
}
.tc-footer .tc-head {
	font-size: 20px;
	margin-bottom: 30px;
}
.tc-footer .tc-ctact .tc-detail,
.tc-footer .tc-ctact .tc-email a {
	color: white;
}
.tc-footer .tc-ctact .tc-info a {
	color: #e8a513;
}
.tc-footer .tc-intro {
	width: 160px;
}
.tc-intro a {
	display: block;
	margin-bottom: 23px;
	color: white;
}
.tc-footer .tc-footer-top {
	padding-bottom: 40px;
}
.tc-footer-bottom {
	padding: 35px 0;
	border-top: 1px solid #ffffff33;
}
.tc-social a {
	display: inline-block;
	line-height: 0;
	margin-left: 25px;
}
.tc-news .tc-title-bg .tc-icon {
	padding: 13px;
	background-color: var(--m-color);
	border-radius: 15px 0 0 15px;
	width: 50px;
	height: 50px;
}
.tc-news .tc-title-bg .tc-text {
	color: var(--b-color);
	text-transform: capitalize;
	padding: 13px;
	height: 50px;
	font-size: 17px;
	background-image: linear-gradient(to left, rgba(255,0,0,0), rgba(205,205,205,0.3));
}
.tc-news {
	margin: 63px auto;
}
.tc-news .tc-aside {
	width: 305px;
}
.tc-news .tc-title-bg {
	align-items: center;
	margin-bottom: 22px;
}
.tc-post-aside img {
	width: 106px;
	height: 72px;
	object-fit: cover;
	border-radius: 10px !important;
}
.tc-post-aside .tc-layer-post {
	position: relative;
	background-image: none;
	border-radius: 0;
	padding: 0;
	width: calc(100% - 122px);
}
.tc-post-aside .tc-title-post {
	color: var(--b-color);
	margin: 8px 0;
	font-size: 15px;
}
.tc-mt-34 {
	height: 34px;
}
.tc-aside .tc-post-template-no-bg {
	width: 100%
}
.tc-post-aside-featured {
	margin-top: 25px;
	width: calc(50% - 8px);
}
.tc-post-aside-featured .tc-layer-post {
	position: relative;
	background-image: none;
	border-radius: 0;
	padding: 0;
}
.tc-post-aside-featured img {
	height: 100px;
	object-fit: cover;
	border-radius: 10px !important;
	margin-bottom: 15px;
}
.tc-post-aside-featured .tc-title-post {
	color: var(--b-color);
	font-size: 15px;
	height: 37px;
	-webkit-line-clamp: 2;
}
.tc-news .tc-ct-center {
	width: calc(100% - 335px);
}
.tc-news .tc-head-title a::after {
	margin: 20px 0 0 0;
}
.tc-news-center-large {
	width: calc(50% - 8px);
	margin-bottom: 16px;
}
.tc-news-center-large img {
	height: 268px;
	object-fit: cover;
}
.tc-news-center-large .tc-title-post {
	height: auto;
	font-size: 21px;
}
.tc-news .tc-head-title {
	margin-bottom: 39px;
}
.tc-news-center-small .tc-layer-post,
.tc-post-template-block .tc-layer-post {
	position: relative;
	background-image: none;
	border-radius: 0;
	padding: 0;
}
.tc-news-center-small img {
	height: 128px;
	object-fit: cover;
	margin-bottom: 10px;
}
.tc-news-center-small .tc-title-post {
	color: var(--b-color);
	height: 35px;
	-webkit-line-clamp: 2;
}
.tc-news-center-small {
	width: calc(25% - 13px);
}
.tc-mb-65 {
	margin-bottom: 65px;
}
.tc-post-template-block .tc-img {
	width: 368px;
}
.tc-post-template-block .tc-img img {
	height: 254px;
	object-fit: cover;
}
.tc-post-template-block .tc-layer-post {
	width: calc(100% - 400px);
}
.tc-post-template-block .tc-title-post {
	color: var(--b-color);
	height: auto;
	font-size: 24px;
}
.tc-post-template-block .tc-except-ct {
	margin: 23px 0;
	color: var(--b-color);
	line-height: 1.35;
}
.tc-post-template-block .tc-btn {
	padding: 12px 18px;
	text-transform: capitalize;
}
.tc-post-template-block {
	margin-bottom: 26px;
}
.tc-detail-news .tc-main-ct p {
	line-height: 1.35;
}
.tc-detail-news .tc-main-ct img {
	margin: 20px auto;
}
.tc-yes-no {
	padding: 14px;
	align-items: center;
	border: 1px solid #efefef;
	border-radius: 10px;
	margin-top: 30px;
	margin-bottom:15px;
}
.tc-yes-no span {
	padding: 16px;
	width: 280px;
}
.tc-yes-no input {
	display: none;
}
.tc-yes-no label {
	align-items: center;
	cursor: pointer;
}
.tc-yes-no label img {
	margin-right: 15px;
}
.tc-yes-no label {
	margin-right: 50px;
}
.tc-cmt .tc-cmt-title {
	margin: 0;
	line-height: 1.3;
	font-size: 22px;
}
.tc-cmt .tc-cmt-title {
	margin-bottom: 20px;
}
.tc-cmt {
	border-top: 1px solid #c1c1c1;
	position: relative;
	padding: 30px 0;
}
.tc-star-temp {
	margin-left: 20px;
}
.tc-star-temp a {
	color: #fad036;
}
.tc-cmt-star {
	position: absolute;
	top: 35px;
	right: 0;
	z-index: 1;
}
.tc-cmt form textarea {
	width: 100%;
	resize: none;
}
.tc-cmt form input {
	width: calc(50% - 10px);
	display: inline-block;
	margin-top: 10px;
}
.tc-cmt form input:first-of-type {
	margin-right: 15px;
}
.tc-cmt form button {
	outline: none;
	border: none;
	padding: 13px 24px;
	cursor: pointer;
	margin-top: 15px;
	font-size: 16px;
}
.tc-cmt-star .tc-star-temp input {
	display: none;
}
.tc-cmt-star .tc-star-temp label {
	cursor:pointer;
	color:#ccc;
	float: right;
	overflow:hidden;
	white-space:nowrap;
	margin: 0 2px;
}
.tc-cmt-star .tc-star-temp label:hover ~ label,
.tc-cmt-star .tc-star-temp label:hover {
	color: #deb217;
}
.tc-cmt-star .tc-star-temp input:checked ~ label {
	color: #fad036;
}
.tc-cmt-star .tc-star-temp > input:checked + label:hover,
.tc-cmt-star .tc-star-temp > input:checked + label:hover ~ label,
.tc-cmt-star .tc-star-temp > input:checked ~ label:hover,
.tc-cmt-star .tc-star-temp > input:checked ~ label:hover ~ label,
.tc-cmt-star .tc-star-temp > label:hover ~ input:checked ~ label {
	color: #c59b08;
}
.tc-cmt-list .tc-star-temp {
	margin: 0;
}
.tc-cmt-list p {
	margin: 5px 0;
	line-height: 1.5;
}
.tc-cmt-list .cmt-name-date span {
	color: #666666;
}
.tc-cmt-list {
	border-bottom: 1px solid #c1c1c1;
	padding: 20px 0;
}
.tc-cmt-list:last-child {
	border-bottom: none;
}
.tc-review-note {
	background-color: #f7f7f7;
	padding: 65px;
	margin-bottom: 70px;
	border-radius: 10px;
	line-height: 1.35;
}
.tc-review-note .tc-head-title {
	margin-bottom: 28px;
}
.tc-review-note .tc-ct-title {
	font-size: 27px;
}
.tc-avatar {
	margin-top: 43px;
	margin-bottom: 95px;
}
.tc-avatar .tc-avatar-ct {
	width: 735px;
}
.tc-avatar .tc-avatar-title {
	max-width: 580px;
	display: block;
	font-size: 45px;
}
.tc-avatar .tc-avatar-pos {
	margin: 20px 0;
	font-size: 30px;
	color: var(--m-color);
	text-transform: capitalize;
}
.tc-avatar .tc-avatar-ct p {
	line-height: 1.35;
}
.tc-review-pro-ct-left .tc-head-title a::after {
	margin: 20px 0 0 0;
}
.tc-review-pro-ct-left p {
	line-height: 1.35;
}
.tc-review-pro-ct-left {
	width: 602px;
}
.tc-review-pro {
	margin-bottom: 60px;
}
.tc-review-pro-ct-right {
	width: calc(100% - (95px + 602px) );
}
.tc-pro-main-img {
	width: 100%;
	margin-bottom: 50px;
}
.tc-review-pro .tc-btn-check {
	width: 240px;
	margin: auto;
}
.tc-btn-check .tc-btn-review {
	padding: 17px 25px;
	width: 100%;
	text-align: center;
	text-transform: capitalize;
	margin-top: 14px;
}
.tc-wrap-rate-point .tc-score {
	width: 130px;
	text-align: center;
}
.tc-wrap-rate-point .tc-score .tc-score-m {
	padding: 15px;
	background-color: var(--m-color);
	color: white;
	font-size: 45px;
	border-radius: 15px;
	display: inline-block;
}
.tc-wrap-rate-point {
	margin-top: 80px;
}
.tc-wrap-rate-point .tc-score .tc-score-t {
	display: block;
	margin-top: 10px;
	text-transform: uppercase;
}
.tc-wrap-rate-point .tc-wrap-line-score {
	width: calc(100% - 150px);
}
.tc-wrap-rate-point .tc-line-score {
	margin-bottom: 20px;
}
.tc-wrap-rate-point .tc-line-score .tc-bg-score {
	width: calc(100% - 40px);
}
.tc-wrap-rate-point .tc-line-score .tc-score-num {
	color: var(--b-color);
	font-size: 24px;
	padding-top: 14px;
}
.tc-bg-score .tc-bg-title {
	text-transform: uppercase;
	color: var(--b-color);
	display: block;
	margin-bottom: 8px;
}
.tc-bg-score .tc-bg-main {
	display: block;
	height: 8px;
	background-color: #d0d0d0;
	border-radius: 5px;
	position: relative;
}
.tc-bg-score .tc-bg-main .tc-bg-layer {
	position: absolute;
	height: 8px;
	left: 0;
	top: 0;
	background-color: var(--m-color);
	border-radius: 5px;
	z-index: 1;
}
.tc-pros .tc-col {
	width: calc(50% - 16px);
	padding: 28px 40px;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	background-position: center !important;
	border-radius: 15px;
	flex: inherit;
	color: white;
}
.tc-pros .tc-col-left {
	background: url('../images/bg-1.jpg');
}
.tc-pros .tc-col-right {
	background: url('../images/bg-2.jpg');
}
.tc-pros {
	margin-bottom: 60px;
}
.tc-pros .tc-col p {
	display: flex;
	align-items: center;
}
.tc-pros .tc-col p img {
	margin-right: 15px;
} 
.tc-pros .tc-col-title {
	display: inline-block;
	background: white;
	color: var(--m-color);
	padding: 15px 40px;
	font-size: 35px;
	text-transform: uppercase;
	line-height: 1;
	margin-left: -40px;
	border-radius: 0 35px 35px 0;
	margin-bottom: 10px;
}
.tc-col-right .tc-col-title {
	color: var(--b-color);
}
.tc-pro-slide {
	margin-bottom: 70px;
}
.tc-slider-wrap {
	display: flex;
	transition-property: transform;
    box-sizing: content-box;
    transform: translate3d(0px,0,0);
    padding: 20px 0;
}
.tc-slider-wrap .tc-pro-title {
	color: var(--b-color);
	height: 40px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	transition: all 0.3s ease;
	margin: 20px 0;
}
.tc-slider {
	overflow: hidden;
}
.tc-pro-item {
	border-radius: 15px;
	box-shadow: 0 2px 10px 0 #0000002e;
	padding: 20px;
	flex-shrink: 0;
    height: 100%;
    position: relative;
    transition-property: transform;
    margin-right: 10px;
    margin-left: 10px;
}
.tc-pro-item img {
	width: 100%;
}
.tc-pro-item .tc-btn {
	text-transform: capitalize;
	padding: 14px 25px;
}
.tc-pro-item .tc-more-detail {
	display: flex;
	margin-top: 20px;
	text-transform: uppercase;
	color: var(--b-color);
	justify-content: center;
	align-items: center;
}
.tc-pro-item .tc-more-detail i {
	font-size: 13px;
	margin-left: 5px;
}
.tc-slider-control {
	position: absolute;
	z-index: 1;
	top: calc(50% + 60px);
	margin-top: -10px;
	opacity: 0.6;
	transition: all 0.3s ease;
}
.tc-slider-previous {
	left: -40px;
}
.tc-slider-next {
	right: -40px;
}
.tc-slider-control:hover {
	opacity: 1;
}

.paging_wrap {
	width: 100%;
	height: 33px;
	text-align: center;
	margin-top: 24px;
	margin-bottom: 24px;
	overflow: hidden;
}
.paging {
	height: 33px;
	display: inline-block;
}
.paging {
	height: 33px;
	display: inline-block; 
}
.paging a {
	display: block;
	background-color: #f1f1f1;
	text-align: center;
	float: left;
	margin: 0 6px; 
	color: #222;
}
.paging a:hover, .paging a.active {
	background-color:#b92032;
	color: #ffffff; 
}

.paging .paging_prev {
	width: 76px;
	height: 33px;
	line-height: 33px; 
}
.paging .paging_prev i.fi {
	font-size: 11px;
	color: #888888; 
}
.paging .paging_prev:hover i.fi {
	color: #ffffff; 
}
.paging .paging_next{
	width: 76px;
	height: 33px;
	line-height: 33px; 
}
.paging .paging_next i.fi {
	font-size: 11px;
	color: #888888; 
}
.paging .paging_next:hover i.fi {
	color: #ffffff; 
}
.paging .paging_num {
	width: 34px;
	height: 33px;
	line-height: 33px; 
}

#loadingAjax{
	display:none;	
}
.loadajax {
  background-color: #FFF;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 10001;
  opacity: 0.2;  
}

.ajax-loader {
  position: fixed;
  right: 50%;
  top: 50%;
  z-index: 10002;
  width: 50px;
  height: 50px;
  margin: -75px 0 0 -75px;
  border: 5px solid #33823e;
  border-radius: 50%;
  border-top: 5px solid #FFC905;
  width: 50px;
  height: 50px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  opacity: 1; }

@-webkit-keyframes spin {
  0% {
	-webkit-transform: rotate(0deg); }
  100% {
	-webkit-transform: rotate(360deg); } 
}
@keyframes spin {
  0% {
	transform: rotate(0deg); }
  100% {
	transform: rotate(360deg); }
}
.useful_tks {
    font-size: 17px;
    color: #b92032;
    text-align: center;
}
.errorContact{
	font-size: 17px;
    color: #b92032;
}
img.img-security-code{
	height:40px;
}
.clear{
	clear:both;
	width:100%;	
}