/*Plugin 2*/
.addThis_listSharing {
	position: fixed;
	bottom: 175px;
	z-index: 999;
	opacity: 1;
	visibility: visible;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
}

/* .addThis_listSharing.right{
	right: 24px;
} */
.addThis_listSharing.right.animate {
	left: -24px;
	opacity: 0;
	visibility: hidden;
}

.addThis_listSharing.right.animate ul {
	list-style: none;
}

.addThis_listSharing.left {
	left: 24px;
}

.addThis_listSharing.left.animate {
	left: -24px;
	opacity: 0;
	visibility: hidden;
}

.addThis_listSharing.right.animate.is-show {
	right: 18px;
	opacity: 1;
	visibility: visible;
}

.addThis_listSharing.left.animate.is-show {
	left: 24px;
	opacity: 1;
	visibility: visible;
	padding: 0;
}

.addThis_listing .addThis_item {
	margin-bottom: 5px;
}

.addThis_listing .addThis_item .addThis_item--icon {
	position: relative;
	display: inline-block;
	text-align: center;
	width: 44px;
	height: 44px;
	line-height: 44px;
	color: #fff;
	border-radius: 50%;
	cursor: pointer;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.11);
	background-size: auto;
	background-repeat: no-repeat;
	background-position: center;
}

.addThis_listing .addThis_item .addThis_item--icon .tooltip-text {
	position: absolute;
	top: 4px;

	z-index: 9;
	height: 32px;
	line-height: 26px;
	padding: 3px 10px;
	width: auto;
	border-radius: 5px;
	font-size: 11px;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	cursor: pointer;
	background-color: black;
	visibility: hidden;
	opacity: 0;
	-ms-transition: all 200ms linear;
	-webkit-transition: all 200ms linear;
	transition: all 200ms linear;
}

.addThis_listSharing.left .addThis_listing .addThis_item .addThis_item--icon .tooltip-text {
	right: 55px;
}

/* .addThis_listing .addThis_item .addThis_item--icon .tooltip-text:after {
	content: "";
	width: 0;
	height: 0;
	border-width: 5px;
	border-style: solid;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	-ms-transition: all 200ms linear;
	-webkit-transition: all 200ms linear;
	transition: all 200ms linear;
} */

.addThis_listSharing.right .addThis_item .addThis_item--icon .tooltip-text:after {
	border-color: transparent transparent transparent black;
	left: 100%;
}

/* .addThis_listSharing.left .addThis_item .addThis_item--icon .tooltip-text:after {
	border-color: transparent black transparent transparent;
	right: 100%;
} */

.addThis_listing .addThis_item .addThis_item--icon:hover {
	text-decoration: none;
	opacity: .9;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15), 0 4px 15px rgba(0, 0, 0, 0.13);
}

.addThis_listing .addThis_item .addThis_item--icon:hover .tooltip-text {
	visibility: visible;
	opacity: 1;
}

.actionToolbar_mobile {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 999;
	height: 45px;
	width: 100%;
	border-top: 1px solid #e7e7e7;
	background: #fff;
	padding: 5px 10px;
	display: none;
}

.actionToolbar_mobile ul.actionToolbar_listing {
	margin: 0;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
	list-style: none;
	padding: 0;
}

.actionToolbar_mobile ul.actionToolbar_listing li {
	width: 20%;
	float: left;
}

.actionToolbar_mobile ul.actionToolbar_listing li a {
	display: block;
	color: #696969;
	font-size: 12px;
	text-align: center;
	position: relative;
}

.actionToolbar_mobile ul.actionToolbar_listing li a svg {
	fill: #696969;
	width: 35px;
	height: 35px;
	display: inline-block;
	vertical-align: middle;
}

.actionToolbar_mobile ul.actionToolbar_listing li.actionToolbar_chatbot a .messenger_absolute {
	margin-top: -25px;
	display: inline-block;
	vertical-align: top;
}

.actionToolbar_mobile ul.actionToolbar_listing li.actionToolbar_chatbot a svg {
	width: 44px;
	height: 44px;
}

.contact-popup-overlay {
	position: fixed;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, 0.5);
	z-index: -11;
	opacity: 0;
	transition: all 0.6s;
}

.contact-popup-form {
	opacity: 0;
	color: #47100e;
	width: 360px;
	position: fixed;
	right: 50%;
	top: 15%;
	z-index: -11;
	margin-right: -180px;
	transition: all 0.6s;
	margin-top: -40px;
	transition: all 0.6s;
}

.contact-popup-form.active {
	opacity: 1;
	z-index: 1020201010;
	margin-top: 0px;
}

.contact-popup-overlay.active {
	opacity: 1;
	z-index: 10202;
}

.contact-popup-form .box-dangky {
	padding: 30px 10px 40px;
	background: var(--color-key);
	border-radius: 20px;
	box-shadow: -1px 2px 26px -4px rgba(0, 0, 0, 0.81);
}

.contact-popup-form .box-dangky .inner {
	width: 100%;
	background: #FFF;
	border-radius: 20px;
	overflow: hidden;
}

.contact-popup-form .box-dangky .inner .logo {
	text-align: center;
}

.contact-popup-form .box-dangky .inner .title {
	text-align: center;
	line-height: 40px;
	text-transform: uppercase;
	color: #FFF;
	font-size: 20px;
	background: #286C9D;
	font-weight: 500;
}

.contact-popup-form .box-dangky .inner .desc {
	padding: 15px 20px;
}

.contact-popup-form .box-dangky .inner .desc .r {
	margin-bottom: 5px;
	width: 100%;
}

.contact-popup-form .box-dangky .inner .desc label.error {
	color: #ff0000;
	font-size: 12px;
	display: block;
	margin-top: 5px;
}

.contact-popup-form .box-dangky .inner .desc .input {
	background: #D7D7D7;
	outline: none;
	padding: 5px 10px;
	height: 35px;
	font-style: italic;
	color: #777;
	width: 100%;
	border: none;
}

.contact-popup-form .box-dangky .inner .desc textarea.input {
	height: 88px;
}

.contact-popup-form .box-dangky .inner .desc .button {
	background: #FF8A00;
	outline: none;
	padding: 5px 10px;
	height: 40px;
	font-style: italic;
	color: #FFF;
	width: 100%;
	font-size: 20px;
	text-transform: uppercase;
	border: none;
	cursor: pointer;
}

.contact-popup-form .box-dangky .inner .desc p {
	font-size: 12px;
	color: #777;
	margin-top: 5px;
}

.contact-popup-form .box-dangky .inner .desc p span {
	color: #960000;
	font-weight: 700;
	font-size: 16px;
}

.addThis_listSharing.is-desktop {
	display: block !important;
}

.left .addThis_listing .addThis_item {
	background: #ddd;
	border-radius: 22px;
	border: 1px solid #5c5c5c;
	display: flex;
}

/* .left .addThis_listing .addThis_item .addThis_item--icon {
	line-height: 43px;
	-webkit-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
	-moz-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
	-ms-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
	animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
} */

@-webkit-keyframes pulse {
	to {
		box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);
	}
}

@-moz-keyframes pulse {
	to {
		box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);
	}
}

@-ms-keyframes pulse {
	to {
		box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);
	}
}

@keyframes pulse {
	to {
		box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);
	}
}

.left .addThis_listing .addThis_item p {
	margin: 10px;
	font-weight: 600;
	color: red;
	font-size: 15px;
}

.left .addThis_listing .addThis_item p a {
	font-weight: 600;
	font-size: 15px;
}

.addThis_listSharing.left.animate.is-show {
	left: -97px;
}

.addThis_listSharing.left.animate.is-show:hover {
	left: 0;
}

.modal-dialog {
	margin-top: 70px;
}

@media (max-width:768px) {
	.actionToolbar_mobile {
		display: block;
	}

	.addThis_listing .addThis_item {
		margin-bottom: 5px;
		display: contents;
	}

	/*   .addThis_listSharing.right.animate.is-show {
    display: none;
  } */
	/* .addThis_listing .address{
    display: none;
  } */
}

@media (max-width:480px) {
	.contact-popup-form {
		width: 300px;
		margin-right: -150px;
	}
}