.cta-box-contact{
	background:#f6f2e7;
	max-width: 830px;
	margin: 15px auto;
	position: relative;
	padding: 20px;
	text-align: unset;
	font-family: 'Sarabun', sans-serif;
}
.cta-box-contact::before{
	content: '';
	left: 0;
	bottom: 0;
	position: absolute;
	width: 80%;
	height: 100%;
	background: url('../../../images/bg-box-contact.png')left top no-repeat;
	background-size: contain;
}
.cta-box-contact .logo-cta {
	display: flex;
	align-items: center;
	font-size: 20px;
	line-height: normal;
	color: #3a2516;
	text-transform: uppercase;
	font-weight: 800;
	text-align: left;
	margin-bottom: 15px;
}
.cta-box-contact .logo-cta img{
	margin-right: 15px;
}
.cta-box-contact .address-cta .item{
	display: flex;
	width: 100%;
	margin-bottom: 15px;
}
.cta-box-contact .address-cta .icon{
	width: 40px;
}
.cta-box-contact .address-cta .text{
	width: calc(100% - 40px);
	padding-left: 10px;
	font-size: 17px;
	color: #3a2516;
	text-align: left;
	font-weight: 600;
	line-height: normal;
}
.cta-box-contact .address-cta .text strong{
	display: block;
	text-transform: uppercase;
	font-size: 19px;
}
.cta-box-contact .hotline-cta {
	display: flex;
	justify-content: space-between;
	align-items: center;
	text-align: left;
}
.cta-box-contact .hotline-cta .btn-hotline{
	background: #bb0101;
	color: #FFF;
	font-size: 15px;
	font-weight: 800;
	position: relative;
	border-radius: 5px;
	padding: 3px 5px;
	display: flex;
	align-items: center;
	-webkit-animation: flickerbg 1s infinite; 
	-moz-animation: flickerbg 1s infinite; 
	-o-animation: flickerbg 1s infinite; 
	animation: flickerbg 1s infinite; 
}
.cta-box-contact .hotline-cta .btn-hotline img{
	max-height: 18px;
	-webkit-animation: flickerimg 1s infinite; 
	-moz-animation: flickerimg 1s infinite; 
	-o-animation: flickerimg 1s infinite; 
	animation: flickerimg 1s infinite; 
	margin: 0;
}
.cta-box-contact .hotline-cta .btn-tuvan{
	background: #dc9900;
	color: #3a2516;
	font-size: 16px;
	font-weight: 800;
	position: relative;
	border-radius: 5px;
	padding: 3px 10px;
	text-transform: uppercase;
	-webkit-animation: flickerbg2 1s infinite; 
	-moz-animation: flickerbg2 1s infinite; 
	-o-animation: flickerbg2 1s infinite; 
	animation: flickerbg2 1s infinite; 
}

.cta-box-contact .caption-cta{
	text-align: center;
	font-size: 16px;
	color: #3a2516;
	font-weight: 600;
}
.cta-box-contact .caption-cta strong{
	color: #dc9900;
	text-transform: uppercase;
	-webkit-animation: flicker 1s infinite; 
	-moz-animation: flicker 1s infinite; 
	-o-animation: flicker 1s infinite; 
	animation: flicker 1s infinite; 
}
.cta-box-contact .social-cta {
	list-style: none;
	margin: 10px 0;
	padding: 0;
	display: flex;
	justify-content: center;
}
.cta-box-contact .social-cta li{
	margin: 0px 8px;
}
.cta-box-contact .social-cta li img{
	-webkit-animation: flickerimg2 1s infinite; 
	-moz-animation: flickerimg2 1s infinite; 
	-o-animation: flickerimg2 1s infinite; 
	animation: flickerimg2 1s infinite; 
}
.cta-box-contact .qrcode-cta {
	display: flex;
	justify-content: space-between;
	width: 100%;
}
.cta-box-contact .qrcode-cta .item-qrcode{
	width: 48%;
	text-align: center;
}
.cta-box-contact .qrcode-cta .txt {
	font-size: 16px;
	font-weight: 600;
	text-align: center;
	line-height: normal;
	margin-bottom: 5px;
}
.cta-box-contact .qrcode-cta .txt span{
	color: #dc9900;
	display: block;
}
.cta-box-contact .qrcode-cta .qr a{
	background: #FFF;
	border-radius: 10px;
	overflow: hidden;
	padding: 10px;
	box-shadow: 0 3px 3px rgba(0,0,0,.05);
	margin: 0 auto;
	aspect-ratio: 1/1;
	max-width: 120px;
	display: block;
}
.cta-box-contact .qrcode-cta .qr img {
	display: block;
	margin: 0 auto;
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.cta-box-contact .tuvan-cta{
	text-align: center;
	display: none;
	margin-top: 15px;
}
.cta-box-contact .tuvan-cta a{
	background: #bb0000;
	color: #FFF;
	font-size: 17px;
	font-weight: 800;
	position: relative;
	border-radius: 5px;
	padding: 5px 10px;
	text-transform: uppercase;
	-webkit-animation: flickerbg2 1s infinite; 
	-moz-animation: flickerbg2 1s infinite; 
	-o-animation: flickerbg2 1s infinite; 
	animation: flickerbg2 1s infinite; 
}
@keyframes flickerimg { 
	0% { 
		filter: invert(85%) sepia(10%) saturate(3516%) hue-rotate(342deg) brightness(98%) contrast(88%);
	} 
	50% { 
		filter: unset;
	} 
	100% { 
		filter: invert(85%) sepia(10%) saturate(3516%) hue-rotate(342deg) brightness(98%) contrast(88%);
	}
}
@keyframes flickerimg2 { 
	0% { 
		filter: unset;
	} 
	50% { 
		filter: brightness(0)invert(0);
	} 
	100% { 
		filter: unset;
	}
}
@keyframes flicker { 
	0% { color: #dc9900; } 
	50% { color: #bb0000; } 
	100% { color: #dc9900; }
}
@keyframes flickerbg {
	0% { 
		background: #dc9900; 
		color: #3a2516;
	} 
	50% { 
		background: #bb0000; 
		color: #FFF;
	} 
	100% {
		background: #dc9900; 
		color: #3a2516;
	}
}
@keyframes flickerbg2 { 
	0% { 
		background: #bb0000; 
		color: #FFF;
	} 
	50% { 
		background: #dc9900; 
		color: #3a2516;
	} 
	100% { 
		background: #bb0000; 
		color: #FFF;
	}
}
@media (max-width: 575px) {
	.cta-box-contact{
		padding: 20px 15px;
	}
	.cta-box-contact::before{
		width: 100%;
	}
	.cta-box-contact .hotline-cta .btn-tuvan{
		display: none;
	}
	.cta-box-contact .tuvan-cta{
		display: block;
	}
	.cta-box-contact .hotline-cta{
		justify-content: center;
		margin-bottom: 15px;
	}
	.cta-box-contact .hotline-cta .btn-hotline{
		margin: 0px 5px;
		color: #3a2516;
		background: #dc9900;
		font-size: 18px;
		width: 49%;
	}
	.cta-box-contact .hotline-cta .btn-hotline img{
		max-height: 20px;
	}
	.cta-box-contact .logo-cta{
		align-items: flex-end;
		font-size: 18px;
	}
	.cta-box-contact .logo-cta img {
		margin-right: 10px;
	}
	.cta-box-contact .address-cta .icon {
		width: 30px;
	}
	.cta-box-contact .caption-cta {
		font-size: 20px;
	}
	.cta-box-contact .caption-cta span{
		color: #bb0000;
	}
	.cta-box-contact .social-cta li a{
		display: flex;
		align-items: center;
		aspect-ratio: 1/1;
		justify-content: center;
		max-width: 40px;
		margin: 0 auto;
	}
}
