/*!
Theme Name: trochoiDT Ver2

*/
.cta-zalo,
.cta-mes,
.cta-call{
	z-index: 1;
}
.loading{
	position: relative;
}
.ftwp-in-post#ftwp-container-outer, .ftwp-in-post#ftwp-container-outer #ftwp-contents{
	z-index: 0 !important;
}
.loading:before{
	z-index: 2;
	content: '';
	position: absolute;
	top: :0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff url("images/logo.svg") no-repeat center center;
}
.loading:after{
	z-index: 2;
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	border: 5px solid #f3f3f3; /* Light grey */
	border-top: 5px solid #3498db; /* Blue */
	border-radius: 50%;
	width: 50px;
	height: 50px;
	animation: spin 2s linear infinite;
	margin-left: -25px;
	margin-top: 30px;
}
@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}
.product-action .btn{
	padding: 10px 5px;
}
.brand-drv-bg .gallery-item::after, .brand-drv-bg .post-thumbnail::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	pointer-events: none;
	background: url(images/bg-mockup.png) no-repeat;
	background-size: 100% 100%;
}
.brand-drb-bg .gallery-item::after, .brand-drb-bg .post-thumbnail::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	pointer-events: none;
	background: url(images/drb-mockup.png) no-repeat;
	background-size: 100% 100%;
}
@media(max-width: 575px){
	.s-message{
		padding: 30px 0;
	}
	.about-mission{
		padding: 0px 0;
	}
	.about-core-value .d-flex{
		flex-direction: column;
	}
	.s-about-content .s-title {
		font-size: 25px;
	}
	.about-vision .img-vision {
		z-index: 1;
		opacity: .5;
		width: 190px;
		bottom: -50px;
	}
	.about-vision .content-text{
		font-size: 18px;
	}
	.about-core-value{
		padding: 40px 0;
	}
	.about-core-value .title{
		width: 100%;
		text-align: center;
	}
	.about-core-value .list-nav{
		display: none;
	}
}
.entry table{
	max-width: 100% !important;
}
.entry table figure{
	max-width: 650px !important;
}
@media(max-width: 575px){
	.entry table figure{
		width: 100% !important;
	}
}