ul.pagination {
	display: flex;
	justify-content: center;
}
ul.pagination > li {
	list-style: none;
	text-align: center;
}
ul.pagination > li > a, ul.pagination > li > span {
	display: block;
	padding: 0;
	width: 35px;
	height: 35px;
	line-height: 35px;
	font-size: 13px;
	background: #f2f2f2;
	border: 1px solid #dddddd;
	color: #252525;
	border-radius: 0;
	margin-left: -1px;
}
ul.pagination > li > a {
	font-weight: 600;
}
.toast-top-right {
	top: 12px;
	right: 0;
}
#toast-container {
	position: fixed;
	z-index: 999999;
	pointer-events: none;
}
#toast-container>div {
	position: relative;
	pointer-events: auto;
	overflow: hidden;
	margin: 0 0 6px;
	padding: 15px 15px 15px 50px;
	width: 300px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background-position: 15px center;
	background-repeat: no-repeat;
	-moz-box-shadow: 0 0 12px #999;
	-webkit-box-shadow: 0 0 12px #999;
	box-shadow: 0 0 12px #999;
	color: #fff;
	opacity: .8;
 -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	filter: alpha(opacity=80);
}
#toast-container>.toast-success {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==)!important;
}
.toast-success {
	background-color: #51a351;
}
#toast-container * {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.toast-title {
	font-weight: 700;
}
#toast-container>div:hover {
	-moz-box-shadow: 0 0 12px #000;
	-webkit-box-shadow: 0 0 12px #000;
	box-shadow: 0 0 12px #000;
	opacity: 1;
 -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	filter: alpha(opacity=100);
	cursor: pointer;
}
.toast-message {
	margin-bottom: 7px;
}
/******************************/

/******** ALERT ********/

/****************************/

.alert__view {
	position: fixed;
	/* padding: 15% 35%; */

	/* background: rgba(0,0,0,0.4); */

	text-align: center;
	top: 40%;
	right: 35%;
	bottom: 0;
	left: 35%;
	z-index: 999999999;
}
.alert__view i {
	font-style: normal!important;
}
.alert__success {
	background: #fff;
	padding: 15px;
	font-weight: 600;
}
.icon__success {
	font-size: 80px;
	color: #26B99A;
	font-family: FontAwesome;
	display: inline-block;
	height: 80px;
	position: relative;
	width: 80px;
	line-height: 80px;
}
.icon__error {
	font-size: 80px;
	color: #d9534f;
	font-family: FontAwesome;
}
.content__alert {
	font-size: 16px;
	margin-bottom: 30px;
}
.close__alert {
	text-align: right;
}
/******************************/

/******** action call ********/

/****************************/

.hotline_ {
	display: none
}

@media screen and (max-width:768px) {
.hotline {
	display: block
}
}

@media screen and (max-width:480px) {
.hotline {
	display: block
}
}
.hotline .phonering-alo-phone {
	position: fixed;
	visibility: hidden;
	width: 200px;
	height: 200px;
	cursor: pointer;
	z-index: 200000!important;
	right: 150px;
	bottom: -50px;
	left: -50px;
	display: block;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0);
	transition: visibility .5s
}
#wowslider-container1 .ws_thumbs a:hover img, .phonering-alo-phone.phonering-alo-show {
	visibility: visible
}
.hotline .phonering-alo-ph-circle, .phonering-alo-ph-circle-fill {
	border-radius: 100%;
	transition: all .5s;
	-webkit-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	position: absolute
}
.hotline .phonering-alo-phone.phonering-alo-static {
	opacity: .6
}
.hotline .phonering-alo-phone.phonering-alo-hover, .phonering-alo-phone:hover {
	opacity: 1
}
.hotline .phonering-alo-ph-circle {
	width: 160px;
	height: 160px;
	top: 20px;
	left: 20px;
	border: 2px solid rgba(30,30,30,.4);
	opacity: .1;
	-webkit-animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
	animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
	transform-origin: 50% 50%
}
.hotline .phonering-alo-phone.phonering-alo-active .phonering-alo-ph-circle {
	-webkit-animation: phonering-alo-circle-anim 1.1s infinite ease-in-out!important;
	animation: phonering-alo-circle-anim 1.1s infinite ease-in-out!important
}
.hotline .phonering-alo-phone.phonering-alo-static .phonering-alo-ph-circle {
	-webkit-animation: phonering-alo-circle-anim 2.2s infinite ease-in-out!important;
	animation: phonering-alo-circle-anim 2.2s infinite ease-in-out!important
}
.hotline .phonering-alo-phone.phonering-alo-hover .phonering-alo-ph-circle, .hotline .phonering-alo-phone:hover .phonering-alo-ph-circle {
	border-color: #00aff2;
	opacity: .5
}
.hotline .phonering-alo-phone.phonering-alo-green.phonering-alo-hover .phonering-alo-ph-circle, .hotline .phonering-alo-phone.phonering-alo-green:hover .phonering-alo-ph-circle {
	border-color: #272d6b;
	opacity: .5
}
.hotline .phonering-alo-phone.phonering-alo-green .phonering-alo-ph-circle {
	border-color: #00aff2;
	opacity: .5
}
.hotline .phonering-alo-phone.phonering-alo-gray.phonering-alo-hover .phonering-alo-ph-circle, .hotline .phonering-alo-phone.phonering-alo-gray:hover .phonering-alo-ph-circle {
	border-color: #ccc;
	opacity: .5
}
.hotline .phonering-alo-phone.phonering-alo-gray .phonering-alo-ph-circle {
	border-color: #75eb50;
	opacity: .5
}
.hotline .phonering-alo-ph-circle-fill {
	width: 100px;
	height: 100px;
	top: 50px;
	left: 50px;
	background-color: #000;
	border: 2px solid transparent;
	-webkit-animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
	animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
	transform-origin: 50% 50%
}
.hotline .phonering-alo-phone.phonering-alo-active .phonering-alo-ph-circle-fill {
	-webkit-animation: phonering-alo-circle-fill-anim 1.7s infinite ease-in-out!important;
	animation: phonering-alo-circle-fill-anim 1.7s infinite ease-in-out!important
}
.hotline .phonering-alo-phone.phonering-alo-static .phonering-alo-ph-circle-fill {
	-webkit-animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out!important;
	animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out!important;
	opacity: 0!important
}
.hotline .phonering-alo-phone.phonering-alo-green.phonering-alo-hover .phonering-alo-ph-circle-fill, .hotline .phonering-alo-phone.phonering-alo-green:hover .phonering-alo-ph-circle-fill, .phonering-alo-phone.phonering-alo-hover .phonering-alo-ph-circle-fill, .phonering-alo-phone:hover .phonering-alo-ph-circle-fill {
	background-color: rgba(39,45,107,.5);
	opacity: .75!important
}
.hotline .phonering-alo-phone.phonering-alo-green .phonering-alo-ph-circle-fill {
	background-color: rgba(0,175,242,.5)
}
.hotline .phonering-alo-phone.phonering-alo-gray.phonering-alo-hover .phonering-alo-ph-circle-fill, .hotline .phonering-alo-phone.phonering-alo-gray:hover .phonering-alo-ph-circle-fill {
	background-color: rgba(204,204,204,.5);
	opacity: .75!important
}
.hotline .phonering-alo-phone.phonering-alo-gray .phonering-alo-ph-circle-fill {
	background-color: rgba(117,235,80,.5);
	opacity: .75!important
}
.hotline .phonering-alo-ph-img-circle {
	width: 60px;
	height: 60px;
	top: 70px;
	left: 70px;
	position: absolute;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAACXBIWXMAAAsTAAALEwEAmpwYAAABNmlDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjarY6xSsNQFEDPi6LiUCsEcXB4kygotupgxqQtRRCs1SHJ1qShSmkSXl7VfoSjWwcXd7/AyVFwUPwC/0Bx6uAQIYODCJ7p3MPlcsGo2HWnYZRhEGvVbjrS9Xw5+8QMUwDQCbPUbrUOAOIkjvjB5ysC4HnTrjsN/sZ8mCoNTIDtbpSFICpA/0KnGsQYMIN+qkHcAaY6addAPAClXu4vQCnI/Q0oKdfzQXwAZs/1fDDmADPIfQUwdXSpAWpJOlJnvVMtq5ZlSbubBJE8HmU6GmRyPw4TlSaqo6MukP8HwGK+2G46cq1qWXvr/DOu58vc3o8QgFh6LFpBOFTn3yqMnd/n4sZ4GQ5vYXpStN0ruNmAheuirVahvAX34y/Axk/96FpPYgAAACBjSFJNAAB6JQAAgIMAAPn/AACA6AAAUggAARVYAAA6lwAAF2/XWh+QAAAB/ElEQVR42uya7W3CMBCG31QM4A1aNggTlG6QbpBMkHYC1AloJ4BOABuEDcgGtBOETnD9c1ERCH/lwxeaV8oPFGP86Hy+DxMREW5Bd7gRjSDSNGn4/RiAOvm8C0ZCRD5PSkQVXSr1nK/xE3mcWimA1ZV3JYBZCIO4giQANoYxMwYS6+xKY4lT5dJPreWZY+uspqSCKPYN27GJVBDXheVSQe494ksiEWTuMXcu1dld9SARxDX1OAJ4lgjy4zDnFsC076A4adEiRwAZg4hOUSpNoCsBPDGM+HqkNGynYBCuILuWj+dgWysGsNe8nwL4GsrW0m2fxZBq9rW0rNcX5MOQ9eZD8JFahcG5g/iKT671alGAYQggpYWvpEPYWrU/HDTOfeRIX0q2SL3QN4tGhZJukVobQyXYWw7WtLDKDIuM+ZSzscyCE9PCy5IttCvnZNaeiGLNHKuz8ZVh/MXTVu/1xQKmIqLEAuJ0fNo3iG5B51oSkeKnsBi/4bG9gYB/lCytU5G9DryFW+3Gm+JLwU7ehbJrwTjq4DJU8bHcVbEV9dXXqqP6uqO5e2/QZRYJpqu2IUAA4B3tXvx8hgKp05QZW6dJqrLTNkB6vrRURLRwPHqtYgkC3cLWQAcDQGGKH13FER/NATzi786+BPDNjm1dMkfjn2pGkBHkf4D8DgBJDuDHx9BN+gAAAABJRU5ErkJggg==) center center no-repeat rgba(30,30,30,.1);
	border-radius: 100%;
	border: 2px solid transparent;
	-webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
	animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
	-webkit-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%
}
.hotline .phonering-alo-phone.phonering-alo-active .phonering-alo-ph-img-circle {
	-webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out!important;
	animation: phonering-alo-circle-img-anim 1s infinite ease-in-out!important
}
.hotline .phonering-alo-phone.phonering-alo-static .phonering-alo-ph-img-circle {
	-webkit-animation: phonering-alo-circle-img-anim 0 infinite ease-in-out!important;
	animation: phonering-alo-circle-img-anim 0 infinite ease-in-out!important
}
.hotline .phonering-alo-phone.phonering-alo-hover .phonering-alo-ph-img-circle, .phonering-alo-phone:hover .phonering-alo-ph-img-circle {
	background-color: #00aff2
}
.hotline .phonering-alo-phone.phonering-alo-green.phonering-alo-hover .phonering-alo-ph-img-circle, .phonering-alo-phone.phonering-alo-green:hover .phonering-alo-ph-img-circle {
	background-color: #272d6b
}
.hotline .phonering-alo-phone.phonering-alo-green .phonering-alo-ph-img-circle {
	background-color: #00aff2
}
.hotline .phonering-alo-phone.phonering-alo-gray.phonering-alo-hover .phonering-alo-ph-img-circle, .phonering-alo-phone.phonering-alo-gray:hover .phonering-alo-ph-img-circle {
	background-color: #ccc
}
.hotline .phonering-alo-phone.phonering-alo-gray .phonering-alo-ph-img-circle {
	background-color: #75eb50
}
 @-webkit-keyframes phonering-alo-circle-anim {
 0% {
 -webkit-transform:rotate(0) scale(.5) skew(1deg);
 -webkit-opacity:.1
}
 30% {
 -webkit-transform:rotate(0) scale(.7) skew(1deg);
 -webkit-opacity:.5
}
 100% {
 -webkit-transform:rotate(0) scale(1) skew(1deg);
 -webkit-opacity:.1
}
}
 @-webkit-keyframes phonering-alo-circle-fill-anim {
 0%, 100% {
 -webkit-transform:rotate(0) scale(.7) skew(1deg);
 opacity:.2
}
 50% {
 -webkit-transform:rotate(0) scale(1) skew(1deg);
 opacity:.2
}
}
 @-webkit-keyframes phonering-alo-circle-img-anim {
 0%, 100%, 50% {
 -webkit-transform:rotate(0) scale(1) skew(1deg)
}
 10%, 30% {
 -webkit-transform:rotate(-25deg) scale(1) skew(1deg)
}
 20%, 40% {
 -webkit-transform:rotate(25deg) scale(1) skew(1deg)
}
}
 @-webkit-keyframes phonering-alo-circle-anim {
 0% {
 -webkit-transform:rotate(0) scale(.5) skew(1deg);
 transform:rotate(0) scale(.5) skew(1deg);
 opacity:.1
}
 30% {
 -webkit-transform:rotate(0) scale(.7) skew(1deg);
 transform:rotate(0) scale(.7) skew(1deg);
 opacity:.5
}
 100% {
 -webkit-transform:rotate(0) scale(1) skew(1deg);
 transform:rotate(0) scale(1) skew(1deg);
 opacity:.1
}
}
 @keyframes phonering-alo-circle-anim {
 0% {
 -webkit-transform:rotate(0) scale(.5) skew(1deg);
 transform:rotate(0) scale(.5) skew(1deg);
 opacity:.1
}
 30% {
 -webkit-transform:rotate(0) scale(.7) skew(1deg);
 transform:rotate(0) scale(.7) skew(1deg);
 opacity:.5
}
 100% {
 -webkit-transform:rotate(0) scale(1) skew(1deg);
 transform:rotate(0) scale(1) skew(1deg);
 opacity:.1
}
}
 @-webkit-keyframes phonering-alo-circle-fill-anim {
 0%, 100% {
 -webkit-transform:rotate(0) scale(.7) skew(1deg);
 transform:rotate(0) scale(.7) skew(1deg);
 opacity:.2
}
 50% {
 -webkit-transform:rotate(0) scale(1) skew(1deg);
 transform:rotate(0) scale(1) skew(1deg);
 opacity:.2
}
}
 @keyframes phonering-alo-circle-fill-anim {
 0%, 100% {
 -webkit-transform:rotate(0) scale(.7) skew(1deg);
 transform:rotate(0) scale(.7) skew(1deg);
 opacity:.2
}
 50% {
 -webkit-transform:rotate(0) scale(1) skew(1deg);
 transform:rotate(0) scale(1) skew(1deg);
 opacity:.2
}
}
 @-webkit-keyframes phonering-alo-circle-img-anim {
 0%, 100%, 50% {
 -webkit-transform:rotate(0) scale(1) skew(1deg);
 transform:rotate(0) scale(1) skew(1deg)
}
 10%, 30% {
 -webkit-transform:rotate(-25deg) scale(1) skew(1deg);
 transform:rotate(-25deg) scale(1) skew(1deg)
}
 20%, 40% {
 -webkit-transform:rotate(25deg) scale(1) skew(1deg);
 transform:rotate(25deg) scale(1) skew(1deg)
}
}
 @keyframes phonering-alo-circle-img-anim {
 0%, 100%, 50% {
 -webkit-transform:rotate(0) scale(1) skew(1deg);
 transform:rotate(0) scale(1) skew(1deg)
}
 10%, 30% {
 -webkit-transform:rotate(-25deg) scale(1) skew(1deg);
 transform:rotate(-25deg) scale(1) skew(1deg)
}
 20%, 40% {
 -webkit-transform:rotate(25deg) scale(1) skew(1deg);
 transform:rotate(25deg) scale(1) skew(1deg)
}
}
.text-center {
	text-align: center;
}
.float-left {
	float: left;
}
.float-right {
	float: right;
}
.justify-content {
	justify-content: center;
}
.align-items {
	align-items: center;
}
.font-weight-bold {
	font-weight: 600;
}
/*
.m-5 {
	margin: 5px!important;
}
.m-10 {
	margin: 10px!important;
}
.m-15 {
	margin: 15px!important;
}
.m-20 {
	margin: 20px!important;
}
.m-25 {
	margin: 25px!important;
}
.m-30 {
	margin: 30px!important;
}
.m-35 {
	margin: 35px!important;
}
.m-40 {
	margin: 40px!important;
}
.m-45 {
	margin: 45px!important;
}
.m-50 {
	margin: 50px!important;
}
.mt-5 {
	margin-top: 5px!important;
}
.mt-10 {
	margin-top: 10px!important;
}
.mt-15 {
	margin-top: 15px!important;
}
.mt-20 {
	margin-top: 20px!important;
}
.mt-25 {
	margin-top: 25px!important;
}
.mt-30 {
	margin-top: 30px!important;
}
.mt-35 {
	margin-top: 35px!important;
}
.mt-40 {
	margin-top: 40px!important;
}
.mt-45 {
	margin-top: 45px!important;
}
.mt-50 {
	margin-top: 50px!important;
}
.mb-5 {
	margin-bottom: 5px!important;
}
.mb-10 {
	margin-bottom: 10px!important;
}
.mb-15 {
	margin-bottom: 15px!important;
}
.mb-20 {
	margin-bottom: 20px!important;
}
.mb-25 {
	margin-bottom: 25px!important;
}
.mb-30 {
	margin-bottom: 30px!important;
}
.mb-35 {
	margin-bottom: 35px!important;
}
.mb-40 {
	margin-bottom: 40px!important;
}
.mb-45 {
	margin-bottom: 45px!important;
}
.mb-50 {
	margin-bottom: 50px!important;
}
.ml-5 {
	margin-left: 5px!important;
}
.ml-10 {
	margin-left: 10px!important;
}
.ml-15 {
	margin-left: 15px!important;
}
.ml-20 {
	margin-left: 20px!important;
}
.ml-25 {
	margin-left: 25px!important;
}
.ml-30 {
	margin-left: 30px!important;
}
.ml-35 {
	margin-left: 35px!important;
}
.ml-40 {
	margin-left: 40px!important;
}
.ml-45 {
	margin-left: 45px!important;
}
.ml-50 {
	margin-left: 50px!important;
}
.mr-5 {
	margin-right: 5px!important;
}
.mr-10 {
	margin-right: 10px!important;
}
.mr-15 {
	margin-right: 15px!important;
}
.mr-20 {
	margin-right: 20px!important;
}
.mr-25 {
	margin-right: 25px!important;
}
.mr-30 {
	margin-right: 30px!important;
}
.mr-35 {
	margin-right: 35px!important;
}
.mr-40 {
	margin-right: 40px!important;
}
.mr-45 {
	margin-right: 45px!important;
}
.mr-50 {
	margin-right: 50px!important;
}
.p-5 {
	padding: 5px!important;
}
.p-10 {
	padding: 10px!important;
}
.p-15 {
	padding: 15px!important;
}
.p-20 {
	padding: 20px!important;
}
.p-25 {
	padding: 25px!important;
}
.p-30 {
	padding: 30px!important;
}
.p-35 {
	padding: 35px!important;
}
.p-40 {
	padding: 40px!important;
}
.p-45 {
	padding: 45px!important;
}
.p-50 {
	padding: 50px!important;
}
.pt-5 {
	padding-top: 5px!important;
}
.pt-10 {
	padding-top: 10px!important;
}
.pt-15 {
	padding-top: 15px!important;
}
.pt-20 {
	padding-top: 20px!important;
}
.pt-25 {
	padding-top: 25px!important;
}
.pt-30 {
	padding-top: 30px!important;
}
.pt-35 {
	padding-top: 35px!important;
}
.pt-40 {
	padding-top: 40px!important;
}
.pt-45 {
	padding-top: 45px!important;
}
.pt-50 {
	padding-top: 50px!important;
}
.pb-5 {
	padding-bottom: 5px!important;
}
.pb-10 {
	padding-bottom: 10px!important;
}
.pb-15 {
	padding-bottom: 15px!important;
}
.pb-20 {
	padding-bottom: 20px!important;
}
.pb-25 {
	padding-bottom: 25px!important;
}
.pb-30 {
	padding-bottom: 30px!important;
}
.pb-35 {
	padding-bottom: 35px!important;
}
.pb-40 {
	padding-bottom: 40px!important;
}
.pb-45 {
	padding-bottom: 45px!important;
}
.pb-50 {
	padding-bottom: 50px!important;
}
.pl-5 {
	padding-left: 5px!important;
}
.pl-10 {
	padding-left: 10px!important;
}
.pl-15 {
	padding-left: 15px!important;
}
.pl-20 {
	padding-left: 20px!important;
}
.pl-25 {
	padding-left: 25px!important;
}
.pl-30 {
	padding-left: 30px!important;
}
.pl-35 {
	padding-left: 35px!important;
}
.pl-40 {
	padding-left: 40px!important;
}
.pl-45 {
	padding-left: 45px!important;
}
.pl-50 {
	padding-left: 50px!important;
}
.pr-5 {
	padding-right: 5px!important;
}
.pr-10 {
	padding-right: 10px!important;
}
.pr-15 {
	padding-right: 15px!important;
}
.pr-20 {
	padding-right: 20px!important;
}
.pr-25 {
	padding-right: 25px!important;
}
.pr-30 {
	padding-right: 30px!important;
}
.pr-35 {
	padding-right: 35px!important;
}
.pr-40 {
	padding-right: 40px!important;
}
.pr-45 {
	padding-right: 45px!important;
}
.pr-50 {
	padding-right: 50px!important;
}
*/
img {
	object-fit: contain;
}
