.homepage-primary {
	 background-color: #fff;
	 overflow: hidden;
}
 .homepage-primary .event-content {
	 text-align: center;
	 padding: 14px 10px;
	 color: #000;
	 background-color: #FFE600;
	 font-size: 18px;
	 font-weight: bold;
}
 .homepage-primary .event-content a {
	 color: white;
	 margin-left: 10px;
	 padding: 6px 12px;
	 background-color: #337ab7;
	 border-radius: 20px;
	 text-decoration: none;
	 box-shadow: 1px 2px 4px rgb(31 32 33 / 33%);

}
.homepage-primary .event-content a:hover {
	background-color: #225d90;
}
.homepage-primary .event-content strong {
	color: #ff0000;
}
.homepage-primary .partner {
	margin-bottom: 50px;
}
.homepage-primary .partner img {
	height: 80px;
	display: inline;
}
.homepage-primary .partner hr {
	width: 50%;
	border-color: #ddd;
}
.homepage-primary .partner .title {
	font-size: 24px;
	font-weight: bold;
	color: #505050;
	margin-top: 25px;
}
 .homepage-primary .bg-grd {
	 position: relative;
}
 .homepage-primary .bg-grd:before {
	 background: #665fee;
	 background: -moz-linear-gradient(45deg, #665fee 0%, #27c2de 100%);
	 background: -webkit-linear-gradient(45deg, #665fee 0%, #27c2de 100%);
	 background: -o-linear-gradient(45deg, #665fee 0%, #27c2de 100%);
	 background: linear-gradient(45deg, #665fee 0%, #27c2de 100%);
	 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#665fee',endColorstr='#27c2de',GradientType=1);
	 content: "";
	 position: absolute;
	 top: 0;
	 bottom: 0;
	 left: 0;
	 right: 0;
}
 .homepage-primary .bg-grd:after {
	 content: "";
	 position: absolute;
	 bottom: -100px;
	 left: -50px;
	 height: 200px;
	 width: 130%;
	 background-color: #fff;
	 -webkit-transform: rotate(-4deg);
	 -ms-transform: rotate(-4deg);
	 transform: rotate(-4deg);
}
 .homepage-primary .bg-grd-2 {
	 padding-bottom: 100px;
}
 .homepage-primary .bg-grd-2:before {
	 transform: rotate(-4deg);
	 background: #f8f8f8;
	 left: -100%;
	 width: 300%;
}
 .homepage-primary .bg-grd-3:before {
	 transform: rotate(-4deg);
}
 .homepage-primary .bg-grd-3:after {
	 width: 0;
}
 .homepage-primary .panel {
	 box-shadow: inherit;
	 -webkit-box-shadow: inherit;
	 border: 0;
	 background-color: transparent;
	 margin-bottom: 200px;
}
 .homepage-primary .panel .homepage-logo-left {
	 text-align: center;
}
 .homepage-primary .panel .homepage-logo-left .logo {
	 width: 100px;
	 height: 100px;
	 background-image: url('/img/chatbot-icon-144x144-v2.png');
	 background-repeat: no-repeat;
	 background-size: 100px 100px;
	 background-position: center center;
	 margin: 0 auto;
}
 .homepage-primary .panel .homepage-logo-left .title {
	 color: rgba(0, 0, 0, .88);
	 font-size: 36px;
	 font-weight: 600;
	 margin-bottom: 0;
	 text-align: center;
}
 .homepage-primary .panel .homepage-logo-left .title-strong {
	 font-size: 60px;
	 text-align: left;
	 line-height: 66px;
	 margin-bottom: 10px;
	 color: #fff;
	 font-weight: 600;
}
 .homepage-primary .panel .homepage-logo-left .title-strong span {
	 white-space: nowrap;
}
 .homepage-primary .panel .homepage-logo-left .subtitle {
	 color: #fff;
	 font-size: 20px;
	 font-weight: unset;
	 margin-bottom: 50px;
	 margin-top: 12px;
	 text-align: left;
}
@-webkit-keyframes animateWord {
		0% {
				opacity: 0
		}

		2% {
				opacity: 0;
				-webkit-transform: translateY(-10px)
		}

		5% {
				opacity: 1;
				-webkit-transform: translateY(0)
		}

		17% {
				opacity: 1;
				-webkit-transform: translateY(0)
		}

		20% {
				opacity: 0;
				-webkit-transform: translateY(10px)
		}

		80% {
				opacity: 0
		}

		to {
				opacity: 0
		}
}

@-webkit-keyframes animateWordLast {
		0% {
				opacity: 0
		}

		2% {
				opacity: 0;
				-webkit-transform: translateY(-10px)
		}

		5% {
				opacity: 1;
				-webkit-transform: translateY(0)
		}

		to {
				opacity: 1
		}
}

.slide-text {
	position: relative;
	font-size: 60px;
	color: #fff;
	font-weight: 600;
	height: 80px;
	padding: 0;
	margin: 10px 0 30px;
	display: block;
}

.slide-text .slide-text-item {
		animation: animateWord 9s cubic-bezier(.25,.46,.45,.94) 0s 1;
		-ms-animation: animateWord 9s cubic-bezier(.25,.46,.45,.94) 0s 1;
		-webkit-animation: animateWord 9s cubic-bezier(.25,.46,.45,.94) 0s 1;
		animation-delay: 0s;
		-webkit-animation-delay: 0s;
		-webkit-animation-iteration-count: infinite;
		animation-iteration-count: infinite;
		line-height: 1;
		opacity: 0;
		overflow: hidden;
		position: absolute;
		top: 0;
		height: 80px;
}

.slide-text .slide-text-item:nth-child(2) {
		animation-delay: 1.5s;
		-webkit-animation-delay: 1.5s
}

.slide-text .slide-text-item:nth-child(3) {
		animation-delay: 3s;
		-webkit-animation-delay: 3s
}

.slide-text .slide-text-item:nth-child(4) {
		animation-delay: 4.5s;
		-webkit-animation-delay: 4.5s
}

.slide-text .slide-text-item:nth-child(5) {
		animation-delay: 6s;
		-webkit-animation-delay: 6s
}

.slide-text .slide-text-item:nth-child(6) {
		animation-delay: 7.5s;
		-webkit-animation-delay: 7.5s
}

.slide-text .slide-text-item.last {
		--tw-text-opacity: 1;
		-webkit-animation: animateWordLast 18s linear 0s 1;
		animation: animateWordLast 18s linear 0s 1;
		color: rgba(107,114,128,var(--tw-text-opacity));
		opacity: 0;
		overflow: hidden;
		position: absolute
}
 .homepage-primary .panel .homepage-logo-left .login {
	 width: 300px;
}
 .homepage-primary .panel .homepage-logo-left .login .btn {
	 width: 100%;
}
 .homepage-primary .panel .homepage-logo-left .login .btn {
	 margin-bottom: 10px;
	 padding: 12px;
	 border-radius: 3px;
}
 .homepage-primary .panel .homepage-logo-left .login .btn-login-ahachat {
	 background-color: #208ef0;
	 text-transform: capitalize;
}
 .homepage-primary .panel .homepage-logo-left .login > h6 > i, .homepage-primary .panel .homepage-logo-left .login > div > span {
	 color: #fff;
}
 .homepage-primary .panel .homepage-logo-left .control {
	 padding-top: 50px;
	 white-space: nowrap;
}
 .homepage-primary .panel .homepage-logo-left .control a {
	 cursor: pointer;
	 position: relative;
	 white-space: nowrap;
}
 .homepage-primary .panel .homepage-logo-left .popover-chat-test {
	 position: absolute;
	 display: block;
	 float: left;
	 margin: 10px 20px;
	 left: -90px;
	 top: 18px;
}
 .homepage-primary .panel .homepage-logo-left .popover-chat-test ul {
	 padding-left: 0;
	 margin-bottom: 0;
}
 .homepage-primary .panel .homepage-logo-left .popover-chat-test ul li {
	 list-style: none;
	 padding: 4px 0;
}
 .homepage-primary .panel .homepage-logo-right {
	 width: 320px;
	 margin: auto;
}
 .homepage-primary .panel .homepage-logo-right .yt-video-container {
	 position: relative;
	 padding-bottom: 180%;
	 height: 0;
	 overflow: hidden;
}
 .homepage-primary .panel .homepage-logo-right .yt-video-container iframe, .homepage-primary .panel .homepage-logo-right .yt-video-container object, .homepage-primary .panel .homepage-logo-right .yt-video-container embed {
	 position: absolute;
	 top: 0;
	 left: 0;
	 width: 100%;
	 height: 100%;
}
 .homepage-primary .yt-player-container {
	 padding: 0 15px;
}
 .homepage-primary .yt-player-container .yt-player-preview {
	 position: relative;
	 padding-bottom: 56.25%;
	 padding-top: 30px;
	 height: 0;
	 overflow: hidden;
	 margin-bottom: 50px;
}
 .homepage-primary .yt-player-container .yt-player-preview iframe {
	 position: absolute;
	 top: 0;
	 left: 0;
	 width: 100%;
	 height: 100%;
}
 .homepage-primary .yt-player-container .chevrom {
	 position: absolute;
	 bottom: 75px;
	 padding: 10px 20px;
	 cursor: pointer;
	 z-index: 1;
}
 .homepage-primary .yt-player-container .chevrom.chevrom-left {
	 left: -30px;
}
 .homepage-primary .yt-player-container .chevrom.chevrom-right {
	 right: -30px;
}
 .homepage-primary .yt-player-container .yt-player-list-container {
	 overflow: hidden;
	 position: relative;
}
 .homepage-primary .yt-player-container .yt-player-list-container .yt-list-over-container {
	 display: table;
}
 .homepage-primary .yt-player-container .yt-player-list-container .yt-list-over-container .yt-item {
	 display: table-cell;
}
 .homepage-primary .yt-player-container .yt-player-list-container .yt-list-over-container .yt-item > div {
	 width: 150px;
	 margin-right: 20px;
	 opacity: 0.7;
	 -webkit-transition: all 0.3s ease;
	 transition: all 0.3s ease;
	 user-select: none;
}
 .homepage-primary .yt-player-container .yt-player-list-container .yt-list-over-container .yt-item > div img {
	 width: 100%;
}
 .homepage-primary .yt-player-container .yt-player-list-container .yt-list-over-container .yt-item > div.active-video {
	 opacity: 1;
}
 .homepage-primary .yt-player-container .yt-player-list-container .yt-list-over-container .yt-item > div.active-video .video-name {
	 font-weight: bold;
}
 .homepage-primary .yt-player-container .yt-player-list-container .yt-list-over-container .yt-item > div:hover {
	 opacity: 0.9;
}
 .homepage-primary .homepage-feature {
	 padding: 50px 0 30px;
}
 .homepage-primary .homepage-feature .feature-de {
	 padding-top: 50px;
	 padding-bottom: 50px;
}
 .homepage-primary .homepage-feature .feature-title {
	 color: rgba(0, 0, 0, 0.75);
	 font-size: 40px;
	 line-height: 44px;
	 font-weight: 600;
	 margin: 0 0 10px;
}
 .homepage-primary .homepage-feature .feature-description {
	 color: rgba(0, 0, 0, 0.55);
	 font-size: 17px;
	 line-height: 24px;
	 margin: 0 0 10px;
}
 .homepage-primary .homepage-feature .table-compare-ahachat thead tr td {
	 font-weight: bold;
}
 .homepage-primary .homepage-feature .table-compare-ahachat thead tr td, .homepage-primary .homepage-feature .table-compare-ahachat tbody tr td {
	 font-size: 16px;
	 vertical-align: middle;
}
 .homepage-primary .homepage-feature .table-compare-ahachat thead tr td:not(:first-child), .homepage-primary .homepage-feature .table-compare-ahachat tbody tr td:not(:first-child) {
	 text-align: center;
}
 .homepage-primary .homepage-feature .table-compare-ahachat thead tr td .other-bot-icon, .homepage-primary .homepage-feature .table-compare-ahachat tbody tr td .other-bot-icon {
	 width: 150px;
	 height: 30px;
	 background-image: url('/img/bot-icon-default-dark.png');
	 background-repeat: no-repeat;
	 background-size: 30px 30px;
	 background-position: left;
	 margin: 0 auto;
	 display: block;
}
 .homepage-primary .homepage-feature .table-compare-ahachat thead tr td .other-bot-icon .bot-title, .homepage-primary .homepage-feature .table-compare-ahachat tbody tr td .other-bot-icon .bot-title {
	 float: left;
	 margin-top: 3px;
	 margin-left: 40px;
}
 .homepage-primary .homepage-feature .table-compare-ahachat thead tr td .ahachat-bot-icon, .homepage-primary .homepage-feature .table-compare-ahachat tbody tr td .ahachat-bot-icon {
	 width: 160px;
	 height: 30px;
	 background-image: url('/img/chatbot-icon-144x144-v2.png');
	 background-repeat: no-repeat;
	 background-size: 30px 30px;
	 background-position: left;
	 margin: 0 auto;
	 display: block;
}
 .homepage-primary .homepage-feature .table-compare-ahachat thead tr td .ahachat-bot-icon .bot-title, .homepage-primary .homepage-feature .table-compare-ahachat tbody tr td .ahachat-bot-icon .bot-title {
	 float: left;
	 margin-top: 3px;
	 margin-left: 40px;
}
 .homepage-primary .homepage-feature .table-compare-ahachat thead tr td .cant-do, .homepage-primary .homepage-feature .table-compare-ahachat tbody tr td .cant-do, .homepage-primary .homepage-feature .table-compare-ahachat thead tr td .can-do, .homepage-primary .homepage-feature .table-compare-ahachat tbody tr td .can-do {
	 display: inline-block;
	 border-radius: 50%;
	 color: white;
	 font-size: 12px;
	 width: 28px;
	 height: 28px;
	 padding-top: 6px;
	 text-align: center;
}
 .homepage-primary .homepage-feature .table-compare-ahachat thead tr td .cant-do, .homepage-primary .homepage-feature .table-compare-ahachat tbody tr td .cant-do {
	 background-color: #ddd;
}
 .homepage-primary .homepage-feature .table-compare-ahachat thead tr td .can-do, .homepage-primary .homepage-feature .table-compare-ahachat tbody tr td .can-do {
	 background-color: #f64f02;
}
 .homepage-primary .homepage-feature .customer-container {
	 margin-bottom: 20px;
	 padding-left: 3%;
	 overflow: hidden;
}
 .homepage-primary .homepage-feature .customer-container img {
	 width: 50px;
	 height: 50px;
	 display: block;
	 float: left;
	 border-radius: 50%;
}
 .homepage-primary .homepage-feature .customer-container a {
	 max-width: 70%;
	 display: block;
	 margin-top: 4px;
	 float: left;
	 margin-left: 8px;
	 text-overflow: ellipsis;
	 white-space: nowrap;
	 overflow: hidden;
}
 .homepage-primary .homepage-feature .customer-container .customer-sub {
	 display: block;
	 color: #828282;
}
 .homepage-primary .homepage-feature .homepage-feature-list {
	 width: 660px;
	 margin: 0 auto;
}
.homepage-primary .homepage-feature .feature-item-name {
	font-size: 20px;
	color: #333;
	margin-top: 5px;
}
.homepage-primary .homepage-feature .feature-item-action {
	padding: 10px 20px;
	border-radius: 4px;
	border: 1px solid #23527c;
	margin-top: 20px;
	display: block;
	cursor: pointer;
}
 .homepage-primary .homepage-feature .homepage-feature-list .item-f {
	 display: block;
	 width: 200px;
	 height: 200px;
	 margin: 10px;
	 padding: 10px;
	 float: left;
	 text-align: center;
	 color: rgba(0, 0, 0, 0.55);
	 cursor: pointer;
	 transition: all ease 0.3s;
}
.homepage-primary .homepage-feature .homepage-feature-list .item-f-2 {
	margin: 10px 20px;
	height: 330px;
	display: flex;
	flex-direction: column;
	cursor: inherit;
}
.homepage-primary .homepage-feature .homepage-feature-list .item-f-2 .feature-item-description {
	flex: 1;
}
 .homepage-primary .homepage-feature .homepage-feature-list .item-f .fa {
	 font-size: 8em;
}
 .homepage-primary .homepage-feature .homepage-feature-list .item-f:hover {
	 color: #333;
}
 .homepage-primary .homepage-feature .homepage-questions .question-about {
	 cursor: pointer;
	 display: inline-block;
	 border-bottom: 1px solid #ddd;
	 padding: 5px 0 5px;
	 width: 100%;
	 -webkit-transition: all 0.5s ease;
	 transition: all 0.5s ease;
}
 .homepage-primary .homepage-feature .homepage-questions .question-about .question-about-title {
	 display: inline-block;
	 margin-bottom: 0;
	 width: 100%;
}
 .homepage-primary .homepage-feature .homepage-questions .question-about .question-about-title .icon {
	 display: block;
	 float: left;
	 padding: 0px 2px;
	 border-radius: 50%;
	 border: 1px solid #8a8a8a;
	 -webkit-transition: all 0.3s ease;
	 transition: all 0.3s ease;
}
 .homepage-primary .homepage-feature .homepage-questions .question-about .question-about-title .icon i.fa {
	 color: #8a8a8a;
}
 .homepage-primary .homepage-feature .homepage-questions .question-about .question-about-title .question-about-content {
	 display: block;
	 float: left;
	 font-size: 18px;
	 margin-top: 4px;
	 margin-left: 10px;
	 width: 80%;
}
 .homepage-primary .homepage-feature .homepage-questions .answer-about {
	 display: none;
	 float: left;
	 font-weight: 100;
	 height: 0;
	 overflow: hidden;
	 -webkit-transition: all 0.3s ease;
	 transition: all 0.3s ease;
}
 .homepage-primary .homepage-feature .homepage-questions .question-about:last-child {
	 border-bottom: 0;
}
 .homepage-primary .homepage-feature .homepage-questions .question-about.show-answer .icon {
	 color: #f64f02;
	 border: 1px solid #f64f02;
}
 .homepage-primary .homepage-feature .homepage-questions .question-about.show-answer .icon i.fa {
	 color: #f64f02;
}
 .homepage-primary .homepage-feature .list-bot-demo {
	 padding-left: 0;
}
 .homepage-primary .homepage-feature .list-bot-demo li {
	 list-style: none;
	 padding: 6px 0;
}
 .homepage-primary .homepage-feature .list-bot-demo li a {
	 font-size: 16px;
	 font-weight: 100;
}
 .homepage-primary .homepage-feature .list-bot-demo li a .fa {
	 margin-right: 5px;
}
 .homepage-primary .homepage-terms {
	 text-align: center;
}
 .homepage-primary .homepage-terms ul li a {
	 padding: 0 10px;
	 color: #787878;
}
 .homepage-primary .homepage-terms ul li a:hover {
	 color: #333;
}
 @media all and (min-width: 992px) {
	.homepage-primary .customers-list {
		 width: 992px;
		 margin: auto;
		 float: inherit;
	}
}
 @media all and (max-width: 400px) {
	 .homepage-primary .panel .homepage-logo-left .title-strong .with-fb-bot {
		 font-size: 34px;
	}
}
 @media all and (max-width: 768px) {
	 .homepage-primary .homepage-feature .homepage-feature-list {
		 width: 60%;
		 margin: auto;
	}
	 .homepage-primary .homepage-feature .homepage-feature-list .item-f {
		 width: 100%;
		 margin: 0;
	}
	 .homepage-primary .panel .homepage-logo-left {
		 padding: 0;
	}
	 .homepage-primary .panel .homepage-logo-left .login {
		 width: 100%;
	}
	 .homepage-primary .panel .homepage-logo-left .login .btn-primary, .homepage-primary .panel .homepage-logo-left .login .btn-ladibot {
		 width: 100%;
		 margin: auto;
		 padding-left: 0;
		 padding-right: 0;
	}
	 .homepage-primary .panel .homepage-logo-left .login .btn-primary {
		 margin-bottom: 10px;
	}
	 .homepage-primary .panel .homepage-logo-left .title-strong span {
		 white-space: inherit;
	}
}
 @media all and (max-width: 992px) {
	 .homepage-primary .homepage-feature .price-table {
		 display: block;
	}
	 .homepage-primary .homepage-feature .price-table .price-container {
		 display: block;
		 margin-bottom: 30px;
	}
	 .homepage-primary .panel .homepage-logo-left .title-strong {
		 margin-top: 0;
	}
	 .homepage-primary .yt-player-container .chevrom.chevrom-left {
		 left: 0;
	}
	 .homepage-primary .yt-player-container .chevrom.chevrom-right {
		 right: 0;
	}
	 .team-overview > div:nth-child(2), .team-overview > div:nth-child(3) {
		 border-left: 0;
		 margin-top: 50px;
	}
}
 @media all and (min-width: 768px) and (max-width: 992px) {
	 .homepage-primary .login button {
		 width: 50%;
		 margin: auto;
		 padding-left: 0;
		 padding-right: 0;
	}
}
 @media all and (min-width: 992px) and (max-width: 1300px) {
	 .homepage-primary .panel .homepage-logo-left .title-strong .with-fb-bot {
		 font-size: 34px;
	}
}
 @media all and (min-width: 1200px) and (max-width: 1600px) {
	 .homepage-primary .panel {
		 width: 100%;
		 margin-left: 0;
	}
	 .homepage-primary .panel > div {
		 width: 50%;
	}
	 .homepage-primary .panel > div:first-child {
		 width: 40%;
		 margin-left: 10%;
	}
	 .homepage-primary .homepage-feature .feature-de {
		 width: 1000px;
		 margin-left: calc(50% - 500px);
	}
}
 @media all and (min-width: 1600px) and (max-width: 1800px) {
	 .homepage-primary .panel .homepage-logo-left .login {
		 padding: 0;
	}
}
 .homepage-primary .img-fb-like {
	 background-image: url("/img/facebook_like_thumb_sm.png");
	 width: 35px;
	 height: 35px;
	 background-repeat: no-repeat;
	 background-size: 35px 35px;
	 background-position: center center;
	 margin: 0 auto;
	 display: inline-block;
}

.homepage-primary .customers-special-list {
	 margin-top: -20px;
	 margin-bottom: 70px;
}
 .homepage-primary .customers-special-list-container {
	 width: 1150px;
	 margin: auto;
}
 .homepage-primary .customer-s-container {
	 width: auto;
	 text-align: center;
	 margin: 0 10px;
}
 .homepage-primary .customer-s-container img {
	 width: auto;
	 height: 50px;
	 -webkit-filter: grayscale(100%);
	/* Safari 6.0 - 9.0 */
	 filter: grayscale(100%);
}
 .customer-s-container:nth-child(1), .customer-s-container:nth-child(4), .customer-s-container:nth-child(5), .customer-s-container:nth-child(6) {
	 opacity: 0.4;
}
 @media all and (max-width: 1110px) {
	 .homepage-primary .customers-special-list-container {
		 width: 100%;
	}
	 .homepage-primary .customer-s-container {
		 width: 50%;
		 text-align: center;
		 margin: 30px 0;
	}
}

 .homepage-primary .news-container {
	 margin: auto;
}
 .homepage-primary .news-i-container {
	 width: auto;
	 text-align: center;
	 margin: 10px;
}
 .homepage-primary .news-i-container img {
	 width: 80px;
	 height: auto;
}
