/* Opensans font family*/
@font-face {
  font-family: OpenSans;
  src: url("../fonts/OpenSans-Regular.ttf");
}
@font-face {
  font-family: OpenSans-Bold;
  src: url("../fonts/OpenSans-Bold.ttf");
}
@font-face {
  font-family: OpenSans-SemiBold;
  src: url("../fonts/OpenSans-Semibold.ttf");
}
@font-face {
  font-family: OpenSans-Light;
  src: url("../fonts/OpenSans-Light.ttf");
}

/* Myriad font family*/
@font-face {
  font-family: Myriad;
  src: url("../fonts/Myriad-Pro.ttf");
}
@font-face {
  font-family: MyriadLight;
  src: url("../fonts/MyriadPro-Light.otf");
}
@font-face {
  font-family: MyriadBold;
  src: url("../fonts/MyriadPro-Bold.otf");
}
@font-face {
  font-family: MyriadSemiBold;
  src: url("../fonts/MyriadPro-SemiBold.otf");
}

* {
  font-family: "Opensans", Helvetica, Arial, sans-serif;
}
.goToPrevSlide {
  background-image: url('../images/feature/previous.png');
  left: 30%;
}
.goToNextSlide {
  background-image: url('../images/feature/next.png');
  right: 30%;
}
.goToPrevSlide,
.goToNextSlide {
  position: absolute;
  z-index: 2;
  cursor: pointer;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 40px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all .3s ease;
}
.btn {
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
}
.btn-purple {
  background-color: #8f69d1;
  color: #fff;
  outline: none;
  border-radius: 0;
}
.btn-purple:hover,
.btn-purple:focus {
  color: #fff;
  outline: none;
  background-color: #5b3e8e;
}
.top-banner {
  position: relative;
}

.top-container {
  position: absolute;
  text-align: center;
  top: 0;
  padding-left: 5%;
  padding-right: 10%;
  padding-top: 60px;
}
.banner-image {
  height: 600px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.banner-image.image-1 {
  background-image: url('../images/home/bg_header_02.png');
}
.banner-image.image-2 {
  background-image: url('../images/home/bg_header_02.png');
}
.banner-image.image-3 {
  background-image: url('../images/home/bg_header_02.png');
}

.btn-video {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  padding: 0 20px;
  background-color: rgba(144, 144, 144, 0.5);
  color: #fff;
  font-size: 20px;
  margin: 0 auto;
  border-radius: 8px;
}
.btn-video:hover,
.btn-video:focus {
  color: #fff;
  outline: none;
}
.btn-video i {
  margin-right: 10px;
}

form label.error {
  color: #f87e85;
  font-size: 11px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/***** Modal *****/
.modal-video .modal-content {
  background: none;
  border: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.modal-video .modal-body {
  padding: 0 25px 25px 25px;
}

.modal-video .modal-header {
  padding: 25px 25px 15px 25px;
  text-align: right;
}

.modal-video .modal-header,
.modal-video .modal-footer {
  border: 0;
}

.modal-video .modal-header .close {
  float: none;
  margin: 0;
  font-size: 36px;
  color: #fff;
  font-weight: 300;
  text-shadow: none;
  opacity: 1;
  outline: none;
}

.section-feature {
  text-align: center;
  padding-top: 50px;
  padding-bottom: 115px;
}

.feature-detail {
  text-align: justify;
  padding: 13px;
  color: #000;
  cursor: pointer;
  position: relative;
  -ms-text-align-last: center;
  -moz-text-align-last: center;
  text-align-last: center;
}

.feature-detail > h3 {
	margin-top: 10px;
  margin-bottom: 30px;
	text-align: center;
  font-size: 18px;
  color: #724fb0;
  font-family: OpenSans-Bold;
}
.feature-detail .img-feature {
  height: 50px;
  position: relative;
}
.feature-detail .img-feature img {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.feature-detail>p {
  color: #666;
}
.feature-detail .btn-more {
  font-size: 16px;
  border-radius: 8px;
	position: absolute;
	background-color: #8f69d1;
	color: #fff;
	padding: 0;
	height: 40px;
	line-height: 40px;
	padding: 0 30px;
	bottom: -50px;
	left: 50%;
	transform: translateX(-50%);
}

.feature-listed-container .col-md-4.col-sm-6.col-xs-12 {
  padding: 0;
  border-right: 1px solid #e1e1e1;
}
.feature-listed-container .clearfix.visible-lg,
.feature-listed-container .clearfix.visible-md,
.feature-listed-container .clearfix.visible-xs {
  border-bottom: 1px solid #e1e1e1;
}
.feature-listed-container .col-md-4.col-sm-6.col-xs-12:nth-child(4),
.feature-listed-container .col-md-4.col-sm-6.col-xs-12:nth-child(10) {
  border-right: none;
}


.section-list-quality {
  background-color: #f1f1f1;
  padding: 0;
  height: 520px;
  position: relative;
}

.quality-banner {
  background: url(../images/home/bg_taisao.png) no-repeat center center;
  background-size: cover;
  color: #fff;
  height: 100%;
}
.quality-banner-text {
  text-align: center;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.quality-banner-text p {
  font-family: OpenSans-SemiBold;
  font-size: 30px;
  margin: 0;
  line-height: 48px;
}
.quality-banner-text h1 {
  font-family: OpenSans-Bold;
  font-size: 48px;
  margin: 0;
}
.quality-text {
  height: 100%;
  padding: 20px 85px;
  background-color: #f1f1f1;
  text-align: center;
}
.list-qualities {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.list-qualities>li {
  font-size: 18px;
  text-align: left;
  color: #724fb0;
  margin: 20px 0;
  padding-left: 60px;
  position: relative;
}
.list-qualities>li:before {
  content: '';
  width: 23px;
  height: 23px;
  background: url('../images/home/tick.png') center center no-repeat;
  position: absolute;
  top: 3px;
  left: 0;
}
.section-list-quality .btn-why {
  font-size: 14px;
  font-family: OpenSans;
  padding: 7px 0;
  width: 120px;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 8px;
  position: relative;
}

.section-customer-quote {
  padding: 110px 0px;
}
#main-slider .carousel-inner>.item.active>img {
  min-width: 100%;
}
#main-slider .carousel-inner>.item>a>img,
#main-slider .carousel-inner>.item>img {
  min-width: 100%;
}
#main-slider .caption {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
}
.title-container >h1 {
  color: #fff;
  font-size: 36px;
  line-height: 64px;
  text-shadow: 0 1px 1px #666;
  font-family: OpenSans-Semibold;
  text-align: center;
  margin-top: 0;
}

.title-container >p {
  color: #724fb0;
  font-size: 18px;
  margin-top: 30px;
  margin-bottom: 40px;
  padding: 0 15px;

}
#home-carousel .carousel-inner > .item > img,
#home-carousel .carousel-inner > .item > a > img {
  width: 200px;
  float: left;
  margin-right: 35px;
}

#home-carouse .item,
#home-carouse .item.active {
  display: block;
  margin: auto;
  overflow: hidden;
  height: 100%;
}
#homePrevSlide,
#homeNextSlide {
	position: absolute;
  cursor: pointer;
  top: 40%;
  width: 30px;
  height: 53px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all .2s ease;
}
#homePrevSlide {
  background-image: url('../images/home/ic_previous.png');
  left: 16%;
}

#homeNextSlide {
  background-image: url('../images/home/ic_next.png');
  right: 16%;
}
#homePrevSlide:hover,
#homeNextSlide:hover {
	opacity: 0.6;
}

#home-carousel .item>p {
  position: absolute;
  top: 50%;
  text-align: justify;
  display: inline;
  transform: translateY(-75%);
}

#home-carousel .carousel-inner {
  position: relative;
  width: 65%;
  overflow: hidden;
  margin: auto;
  height: 290px;
}

.customer-said-slider {
	position: relative;
  width: 75%;
  margin: auto;
  padding: 110px 150px;
  background: #f1f1f1;
  border: 2px solid #e7e7e7;
  border-radius: 4px;
  -webkit-box-shadow: 0px 0px 7px 2px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 0px 7px 2px rgba(0,0,0,0.2);
  box-shadow: 0px 0px 7px 2px rgba(0,0,0,0.2);
}

span.name-cus-said {
  bottom: 0;
  position: absolute;
  right: 0;
  transform: none;
  top: auto;
}

.section-deployment {
  background: url('../images/home/bg_CRM.png') no-repeat center center;
  background-size: cover;
  text-align: center;
  color: #fff;
  padding: 70px 0px 0px 0px;
}
.section-deployment .container > p {
  font-size: 20px;
  margin-bottom: 50px;
}

.detail-deployment {
  text-align: center;
  margin-bottom: 70px;
  /*min-height: 303px;*/
}
.detail-deployment > img {
  margin-bottom: 20px;
}
.detail-deployment .desc {
  font-size: 16px;
}
.detail-deployment .tit {
  font-size: 20px;
  font-family: OpenSans-Bold;
}
.try-bot {
  text-align: center;
  padding: 40px 0;
}
.try-bot form {
  margin-bottom: 25px;
}
h1.h1-try15day {
  font-size: 30px;
  text-align: center;
  padding-bottom: 30px;
  color: #724fb0;
  font-weight: 700;
  letter-spacing: 1px;
}
.input-try {
  margin-right: 10px;
  height: 40px;
  width: 380px;
  border: 1px solid #ddd;
  outline: none;
  padding-left: 15px;
  border-radius: 8px;
  font-family: OpenSans-Light;
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
}
.input-try:focus {
  box-shadow: 0 0 5px rgba(148, 115, 204, 1);
  border: 1px solid rgba(148, 115, 204, 1);
}
.btn-big-try {
  font-size: 14px;
  font-family: OpenSans;
  height: 40px;
  padding: 0 10px;
  line-height: 40px;
  border-radius: 8px;
}

h1 {
  text-align: center;
}

.btn-contact-form {
  color: #724fb0;
  margin-top: 15px;
  background: #fff;
  width: 125px;
  float: right;
}
.btn-contact-form:hover,
.btn-contact-form:focus {
  color: #fff;
  background: #5b3e8e;
}

textarea {
  resize: none;
}

footer {
  color: #fff;
  background: #9473cc;
  padding-top: 30px;
}
footer .download {
  margin-bottom: 20px;
}
footer .download > p {
  font-family: OpenSans-Bold;
  margin-bottom: 5px;
}
footer .download div {
  display: inline-block;
}
footer .download .window-download {
  margin: 0 20px;
}
footer .download .window-download .dropdown-menu {

}
footer .download .window-download > button {
  border: none;
  background: transparent;
}
footer .download div > a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-family: OpenSans-Semibold;
}
footer p.office {
	font-family: OpenSans-Bold;
}
footer p {
	margin: 0;
	line-height: 1.8;
}
.footer-header {
  text-align: center;
}
.footer-header .title {
  font-size: 24px;
  margin-bottom: 10px;
}
.footer-content {
  margin: auto;
  margin-top: 50px;
  font-size: 12px;
}
.footer-social {
  background-color: #333;
  margin-top: 30px;
}
.footer-social .social-left,
.footer-social .social-right {
  display: inline-block;
}
.copyright {
  margin-top: 45px;
}
.footer-social .social-right {
  float: right;
}
.footer-social .policy {
  list-style-type: none;
  padding: 0;
  margin-top: 30px;
}
.footer-social .policy li {
  display: inline-block;
  margin-right: 20px;
}
.footer-social .policy li a {
  font-family: OpenSans-Bold;
  font-size: 14px;
  color: #fff;
  text-decoration: none;
}
.footer-social .policy li a:hover {
  color: #fff;
  text-decoration: underline;
}
.list-social {
  list-style-type: none;
  padding: 0;
  margin-top: 45px;
}
.list-social li {
  display: inline-block;
  margin-left: 20px;
}
.list-social li > a {
  color: #fff;
}

.feature-title-container>h1 {
  color: #724fb0;
  font-size: 30px;
  line-height: 60px;
  font-family: OpenSans-Semibold;
  margin: auto;
  margin-bottom: 60px;
}

.section-customer-quote h1 {
  color: #724fb0;
  font-size: 42px;
  font-weight: 700;
}

.section-customer-quote h3 {
  font-size: 24px;
  line-height: 32px;
  width: 80%;
  margin-bottom: 85px;
}

.section-deployment h1 {
  font-size: 42px;
  color: #fff;
  font-weight: 700;
  letter-spacing: 1px;
  font-family: "MyriadLight", Helvetica, Arial, sans-serif !important;
}

.row.lst-deployments {
  margin-top: 90px;
}

/*page banner*/
.page-banner {
	background-color: #ded0f4;
	color: #734fb1;
	padding: 50px 0;
	text-align: center;
}
.page-banner h2 {
	line-height: 1.4;
  margin-bottom: 30px;
}
/*Support*/
.download-guild {
	background: transparent;
	border: 1px solid #734fb1;
	font-size: 20px;
	height: 40px;
	line-height: 40px;
	padding: 0 15px;
}
.download-guild:hover {
	background-color: #734fb1;
	color: #fff;
}
.support {
	padding: 60px 0 120px 0;
}
.question-menu {
	background-color: #f4f4f4;
	padding: 20px;
	list-style-type: none;
	height: 550px;
  border-radius: 8px;
  -webkit-box-shadow: 0px 0px 4px 2px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 0px 4px 2px rgba(0,0,0,0.2);
  box-shadow: 0px 0px 4px 2px rgba(0,0,0,0.2);
}
.question-menu > li {
	padding: 15px 0 15px 20px;
	color: #7e7e7e;
	cursor: pointer;
	font-size: 16px;
	position: relative;
}
.question-menu > li:before {
	content: '';
	display: inline-block;
	width: 8px;
	height: 8px;
	background-color: currentColor;
	position: absolute;
  left: 0px;
  top: 21px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.question-menu > li:hover,
.question-menu > li:hover :before,
.question-menu > li.active {
	color: #734fb1;
	font-family: 'MyriadSemiBold';
}
.support-search {
	position: relative;
	margin-bottom: 30px;
}
.support-search input {
	width: 100%;
	background-color: #ebebeb;
  border: 0 solid;
  border-radius: 2px;
  padding: 10px 20px;
  font-size: 16px;
}
.support-search input:focus {
  outline: #734fb1 auto 5px;
}
.support-search span {
	position: absolute;
	top: 12px;
	right: 15px;
}

#accordion {
	border-radius: 8px;
  overflow: hidden;
  border: 1px solid #d3d3d3;
  -webkit-box-shadow: 0px 5px 20px -5px rgba(0,0,0,0.6);
	-moz-box-shadow: 0px 5px 20px -5px rgba(0,0,0,0.6);
	box-shadow: 0px 5px 20px -5px rgba(0,0,0,0.6);
}
#accordion .accordion-header {
	background-color: #734fb1;
	font-size: 18px;
	color: #fff;
	padding: 10px 40px;
}
#accordion .panel {
	margin: 0;
	border: none;
	border-radius: 0;
	font-size: 14px;
}
#accordion .panel:nth-child(odd) {
	background-color: #f4f4f4;
}
#accordion .panel .panel-heading {
	padding: 15px;
	padding-left: 60px;
	color: #734fb1;
	position: relative;
}

#accordion .panel .panel-title a {
	text-decoration: none;
}

#accordion .panel-heading .accordion-toggle:after {
	content: '';
  width: 22px;
	height: 22px;
	background: url('../images/support/up-arrow.svg') center center no-repeat;
	background-size: cover;
	display: inline-block;
	position: absolute;
	top: 12px;
	left: 20px;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-o-transition: all .2s;
	-ms-transition: all .2s;
	transition: all .2s;
}
#accordion .panel-heading .accordion-toggle {
	font-family: 'MyriadSemiBold';
}
#accordion .panel-heading .accordion-toggle.collapsed {
	font-family: 'Myriad';
}
#accordion .panel-heading .accordion-toggle.collapsed:after {
	content: '';
  width: 22px;
	height: 22px;
	background: url('../images/support/down-arrow.svg') center center no-repeat;
	background-size: cover;
	display: inline-block;
	position: absolute;
	top: 12px;
	left: 20px;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-o-transition: all .2s;
	-ms-transition: all .2s;
	transition: all .2s;
}
#accordion .panel .panel-body {
	font-size: 14px;
	padding: 0 15px 15px 60px;
}

/*Pricing*/
a.ab-text {
  color: #98C747;
  text-decoration: none;
}
.pricing-banner {
  position: relative;
}
.pricing-banner .banner-content {
  position: absolute;
  top: 84px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}
.pricing-banner .banner-content .banner-text {
  position: relative;
  font-family: OpenSans-Semibold;
  display: inline-block;
  font-size: 30px;
  color: #724fb0;
  padding: 8px 15px;
}
.pricing-banner .banner-content .banner-text:before {
  content: '';
  position: absolute;
  width: 55px;
  height: 43px;
  border-left: 1px solid #724fb0;
  border-top: 1px solid #724fb0;
  left: 0;
  top: 0;
}
.pricing-banner .banner-content .banner-text:after {
  content: '';
  position: absolute;
  width: 55px;
  height: 43px;
  border-right: 1px solid #724fb0;
  border-bottom: 1px solid #724fb0;
  bottom: 0;
  right: 0;
}
.pricing-banner .banner-content .btn-try14 {
  font-size: 16px;
  background-color: #8f69d1;
  border-radius: 8px;
  padding: 10px;
  color: #fff;
  min-width: 160px;
}
.pricing-banner .banner-content .btn-try14:hover,
.pricing-banner .banner-content .btn-try14:focus {
  background-color: #5b3e8e;
}
.pricing-banner .banner-content .banner-subtext {
  font-size: 20px;
  color: #724fb0;
  white-space: nowrap;
  margin-top: 30px;
  margin-bottom: 20px;
}
.pricing {
	padding: 60px 0 0 0;
}
.block .block-title h1 {
	margin: 0;
  font-size: 30px;
	margin-bottom: 50px;
	color: #734fb1;
	font-family: OpenSans-SemiBold;
}
.block .block-title h1.bold {
	font-family: OpenSans-Bold;
}
.item-price {
  position: relative;
	min-height: 600px;
	border: 0;
	border-radius: 8px;
	background-color: #f2f2f2;
	text-align: center;
  margin-bottom: 20px;
	-webkit-box-shadow: 0px 0px 7px -1px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 7px -1px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 7px -1px rgba(0,0,0,0.3);
}
.item-price .name {
	font-family: OpenSans;
  color: #724fb0;
	padding: 15px 0;
	text-align: center;
	font-size: 25px;
	text-transform: uppercase;
}
.item-price .price-each {
	background-color: #8f69d1;
	color: #fff;
	font-size: 26px;
	text-align: center;
	padding: 15px 0;
	font-family: OpenSans-Bold;
}
.item-price .price-feature {
	list-style-type: none;
	padding: 0;
	color: #666;
}
.item-price .price-feature.center-block {
  margin-top: 50%;
  transform: translateY(-50%);
}

.item-price .price-feature li {
	padding: 15px;
  color: #666;
}
.item-price .price-feature li:nth-child(even) {
	background-color: #fff;
}
.btn-sign {
  position: absolute;
  bottom: 30px;
	border-radius: 0;
	outline: none;
	background-color: #8f69d1;
	padding: 8px 40px;
	font-family: OpenSans-SemiBold;
	font-size: 16px;
  border-radius: 8px;
  left: 50%;
  transform: translateX(-50%);
}
.btn-sign:hover,
.btn-sign:focus,
.btn-try:hover,
.btn-try:focus {
	color: #fff;
	background-color: #5b3e8e;
}
.try-bot .btn-try {
  min-width: 40%;
  font-size: 30px;
}
.block .block-content {
	text-align: center;
}
.block .block-content .text {
	text-align: center;
	line-height: 1.7;
	font-size: 16px;
}
.block .block-content .btn-try {
	padding: 7px 15px;
	outline: none;
  font-size: 18px;
  font-family: OpenSans-SemiBold;
}
.block .block-content .col-sm-4:nth-child(2) .item-price {
  background-color: #ede3ff;
}

.price-table {
  border-collapse: collapse;
  width: 100%;
  text-align: left;
  /*color: #fff;*/
  /*background: -webkit-linear-gradient(left, #8f69d1, #b69de1);*/
  /*background: linear-gradient(to right, #8f69d1, #b69de1);*/
  border-radius: 10px;
  margin-bottom: 50px;
}
.price-table thead {
  /*background-color: rgba(255,255,255,0.3);*/
  background-color: #8f69d1;
  color: #fff;
}
.price-table thead strong {
  font-size: 18px;
}

/*.price-table tr,*/
.price-table tbody tr:hover {
  background-color: #e7dcef;
  transition: background-color .4s;
}
.price-table th,
.price-table td {
  padding: 15px;
}
.price-table th {
  font-weight: normal;
}
.price-table td {
  /*border-bottom: solid 1px rgba(255,255,255,0.1);*/
  /*border-right: solid 1px rgba(255,255,255,0.1);*/
  border: 1px solid #e1e1e1;
}
.price-table th.center,
.price-table td.center {
  text-align: center;
}
.price-table .note {
  font-style: italic;
}
.price-table ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.price-table ul li {
  padding-left: 40px;
  position: relative;
  margin-bottom: 20px;
}
.price-table ul li:before {
  content: '';
  width: 23px;
  height: 23px;
  background: url(../images/home/tick.png) center center no-repeat;
  position: absolute;
  top: 0px;
  left: 0;
}
/*Trial*/
.trial {
	padding: 120px 0;
}
.sign-panel {
	background-color: #f1f1f1;
	padding: 50px 80px;
	width: 80%;
	color: #666;
	margin: 0 auto;
	margin-top: 60px;
	border-radius: 8px;
	-webkit-box-shadow: 0px 0px 7px 2px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 7px 2px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 7px 2px rgba(0,0,0,0.2);
}
.trial-sign {
	position: relative;
	margin-bottom: 30px;
}
.trial-sign label {
	display: block;
}
.trial-sign input {
	min-width: 60%;
  border: 1px solid #ddd;
  border-radius: 2px;
  padding: 10px 20px;
  padding-left: 50px;
  font-size: 16px;
  color: #333;
}
.trial-sign input:focus {
  outline: #734fb1 auto 1px;
}
.trial-sign span {
	position: absolute;
	bottom: 12px;
	left: 10px;
}
.trial .btn-sign {
	margin: 0;
	padding: 8px 30px;
}

.support-link {
  margin-top: 10px;
  margin-bottom: 30px;
}
.support-link > span {
  margin-bottom: 10px;
  margin-right: 10px;
}
.support-link .dropup {
  display: inline-block;
  margin-right: 20px;
}
.support-toogle {
  cursor: pointer;
  user-select: none;
}
.support-toogle > img {
  width: 30px;
}
.support-link .dropdown-menu {
  overflow: hidden;
  padding: 0;
}
.support-link .dropdown-menu > li > a {
  padding: 6px 20px;
  transition: all .2s ease;
}
.support-link .dropdown-menu > li > a:hover,
.support-link .dropdown-menu > li > a:focus {
  background-color: #8f69d1;
  color: #fff;
}

@media screen and (min-width:1200px) and (max-width:1440px) {
  .pricing-banner .banner-content {
    top: 30px;
  }
  .title-container >h1 {
    font-size: 32px;
    line-height: 45px;
  }
  .title-container >p {
    font-size: 16px;
  }
}

@media screen and (min-width:768px) and (max-width: 1199px) {

  #home-carousel .carousel-inner {
    position: relative;
    width: 65%;
    overflow: hidden;
    margin: auto;
    height: auto;
  }
  #home-carousel .carousel-inner > .item > img,
  #home-carousel .carousel-inner > .item > a > img {
    width: 200px;
    float: none;
    margin: auto;
    position: relative;
    display: block;
    top: 0px;
  }
  #home-carousel .item>p {
    margin-top: 50px;
    transform: none;
    position: inherit;
    display: block;
    margin-bottom: 30px;
  }
  span.name-cus-said {
    float: right;
  }
  .pricing-banner .banner-content {
    top: 20px;
  }
  .pricing-banner .banner-content .banner-text {
    font-size: 24px;
  }
  .pricing-banner .banner-content .banner-subtext {
    font-size: 16px;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .pricing-banner .carousel-inner>.item>a>img,
  .pricing-banner .carousel-inner>.item>img {
    min-height: 350px;
    object-fit: cover;
  }
  .pricing,
  .support {
    padding: 30px 0;
  }
  .pricing {
    padding-bottom: 0;
  }
  .item-price {
    margin-bottom: 0;
  }
  .item-price .name,
  .item-price .price-each {
    font-size: 22px;
  }
  .btn-sign {
    margin-top: 50px;
  }
  .block .block-title h1 {
    font-size: 32px;
  }
  .block .block-content .btn-try {
    margin: 0;
    transform: none;
    margin-top: 30px;
  }
  .btn-contact-form {
    margin-bottom: 20px;
  }
  .customer-said-slider {
    padding: 20px 50px;
  }
  #home-carousel .carousel-inner {
    width: 100%;
  }
  #homePrevSlide,
  #homeNextSlide {
    top: 28%;
  }
  .footer-social {
    margin-top: 10px;
  }
}

@media screen and (min-width:992px) and (max-width:1199px) {
  .title-container >h1 {
    font-size: 24px;
    line-height: 38px;
  }
  .title-container >p {
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .quality-text {
    padding: 20px 40px;
  }
  .list-qualities>li {
    padding-left: 40px;
    margin: 30px 0;
  }

  .list-qualities h1 {
    font-size: 30px;
  }

  .section-list-quality {
    height: 650px;
  }
}

@media screen and (min-width:768px) and (max-width: 991px) {
  #main-slider .carousel-inner>.item>img {
    min-height: 350px;
    object-fit: cover;
    object-position: 60%;
  }
  .title-container >h1 {
    font-size: 28px;
    line-height: 44px;
  }
  .title-container >p {
    font-size: 14px;
    margin-top: 15px;
    margin-bottom: 30px;
  }
  .btn-tryit {
    padding: 5px 15px;
  }
  .feature-detail {
    min-height: 225px;
  }
	.feature-listed-container .clearfix.visible-sm {
    border-bottom: 1px solid #e1e1e1;
  }
  .feature-listed-container>.col-md-4.col-sm-6.col-xs-12:nth-child(4) {
    border-right: 1px solid #e1e1e1;
  }
  .feature-listed-container>.col-md-4.col-sm-6.col-xs-12:nth-child(2),
  .feature-listed-container>.col-md-4.col-sm-6.col-xs-12:nth-child(7) {
    border-right: 0;
  }

  .feature-title-container>h1 {
    font-size: 28px;
    line-height: 44px;
    margin-bottom: 30px;
  }
  h1.h1-try15day {
    margin: 0;
    font-size: 28px;
  }
  .footer-content {
    width: 80%;
    margin-top: 40px;
  }
  .footer-header .title {
    margin-bottom: 0;
  }
  .section-list-quality {
    padding: 0;
    height: auto;
  }
  .quality-banner h1 {
    position: relative;
    right: auto;
  }
  .quality-banner {
    height: 400px;
  }
  .quality-text {
    height: auto;
    margin-bottom: 30px;
  }
  .list-qualities {
    position: relative;
    top: auto;
    transform: none;
  }
  .item-price .name,
  .item-price .price-each {
    font-size: 16px;
  }
  .item-price .price-each.
  .item-price .name {
    padding: 10px 0;
  }
  .item-price .price-feature li {
    padding: 10px 15px;
  }
}



@media screen and (max-width:767px) {
  #main-slider .carousel-inner>.item>img {
    min-height: 200px;
    object-fit: cover;
    object-position: 92%;
  }
  #main-slider .caption {
    transform: none;
    top: auto;
  }
  .title-container >h1 {
    color: #8f69d1;
    font-size: 24px;
    line-height: 32px;
    margin-top: 20px;
  }
  .title-container >p {
    font-size: 14px;
    text-align: justify;
    text-align-last: center;
    margin-top: 20px;
    margin-bottom: 30px;
  }
  .list-qualities>li {
    margin: 30px 0;
    padding-left: 60px;
  }
  .btn-tryit {
    padding: 5px 20px;
  }
  .feature-listed-container {
    padding: 0 15px;
  }
  .feature-detail .btn-more {
    position: relative;
    transform: none;
    left: auto;
    bottom: auto;
    margin-top: 15px;
  }

  .section-list-quality {
    padding: 0;
    height: auto;
    padding-bottom: 30px;
  }
  .quality-banner-text p {
    font-size: 20px;
    line-height: 32px;
  }
  .quality-banner h1 {
    position: relative;
    right: auto;
    font-size: 36px;
    margin-top: 15px;
  }
  .quality-banner {
    height: 400px;
  }
  .quality-text {
    height: auto;
    padding: 0 15px;
  }
  .list-qualities {
    position: relative;
    top: auto;
    transform: none;
  }
  .list-qualities h1 {
  	font-size: 28px;
  }
  .list-qualities>li::before {
  	left: 15px;
    width: 23px;
    height: 23px;
  }
  .col-md-6.col-sm-12.contact-form-container {
    margin-bottom: 70px;
  }
	.customer-said-slider {
  	padding: 15px;
  }
  #home-carousel .carousel-inner {
    height: auto;
    width: 100%;
  }
  #home-carousel .carousel-inner > .item > img,
  #home-carousel .carousel-inner > .item > a > img {
    width: 150px;
    float: none;
    margin: auto;
    position: relative;
    display: block;
    top: 0px;
  }
  #home-carousel .item>p {
    margin-top: 50px;
    transform: none;
    position: inherit;
    display: block;
    margin-bottom: 30px;
  }
  #homePrevSlide,
  #homeNextSlide {
		top: 15%;
  }
  #homePrevSlide {
  	left: 5%;
  }
  #homeNextSlide {
  	right: 5%;
  }
  span.name-cus-said {
    float: right;
  }

  .try-bot {
    padding: 20px 0;
  }
  h1.h1-try15day {
    letter-spacing: normal;
    line-height: 40px;
    font-size: 24px;
    margin: 0;
  }
  .input-try {
    width: 100%;
    max-width: 380px;
    margin: 0;
  }
  .btn-big-try {
    margin-top: 15px;
  }
  .try-bot form {
    margin-bottom: 15px;
  }
  .top-banner {
    height: 550px;
  }
  .feature-listed-container>.col-md-4.col-sm-6.col-xs-12 {
    border: 0px;
    border-bottom: 1px solid #ccc;
  }
  .feature-listed-container>.col-md-4.col-sm-6.col-xs-12:last-child {
    border-bottom: 0;
  }
  .feature-title-container>h1 {
    font-size: 24px;
    margin-bottom: 30px;
    line-height: 40px;
  }
  .section-feature {
    padding-bottom: 30px;
    padding-top: 30px;
  }
  .section-customer-quote {
  	padding: 50px 0;
  }
  .section-customer-quote h1 {
  	font-size: 36px;
  }
  .section-customer-quote h3 {
  	font-size: 20px;
  }
  .quality-banner {
  	height: 400px;
  }
  .feature-detail {
  	min-height: auto;
  	padding: 15px;
  }
  .section-deployment {
  	padding: 50px 0px 0px 0px;
  }
  .detail-deployment {
  	margin-bottom: 50px;
  }
  .detail-deployment img {
		margin-bottom: 15px;
  }

	.question-menu {
		height: auto;
	}
  /*Pricing*/
  .pricing-banner .carousel-inner>.item>a>img,
  .pricing-banner .carousel-inner>.item>img {
    min-height: 220px;
    object-fit: cover;
  }
  .pricing-banner .banner-content {
    top: 20px;
  }
  .pricing-banner .banner-content .banner-text {
    font-size: 16px;
    padding: 5px 10px;
  }
  .pricing-banner .banner-content .banner-text:before,
  .pricing-banner .banner-content .banner-text:after {
    width: 40px;
    height: 30px;
  }
  .pricing-banner .banner-content .banner-subtext {
    font-size: 14px;
    margin-top: 10px;
  }
  .pricing-banner .banner-content .btn-try14 {
    display: none;
  }
  /*End pricing*/
	.support,
	.pricing,
	.trial {
		padding: 30px 0;
	}
  .pricing {
    padding-bottom: 0;
  }
	.page-banner h2 {
		padding: 0 15px !important;
	}
	.item-price .name,
	.item-price .price-each {
		font-size: 16px;
    padding: 10px 0;
	}
  .item-price .price-feature li {
    padding: 10px 15px;
  }
	.item-price {
		min-height: 460px;
		margin-bottom: 30px;
	}
	.block-content .btn-try {
		margin-top: 30px;
    margin-left: auto;
    transform: none;
	}
  .btn-sign {
    bottom: 20px;
  }
	.sign-panel {
		width: 100%;
    padding: 25px 15px;
	}
	.trial-sign input {
		width: 100%;
	}
  footer {
    padding-top: 20px;
  }
  .footer-header .title {
    font-size: 20px;
  }
  .footer-social .policy li {
    margin-bottom: 10px;
  }
  .footer-content {
  	width: 100%;
  	margin-top: 40px;
  }
  .btn-contact-form {
  	margin-bottom: 40px;
  }
  .footer-social .social-right {
    float: none;
    display: block;
  }
  .list-social {
    margin-top: 0;
  }
  .list-social li {
    margin: 0;
    margin-right: 20px;
  }
  .copyright {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .support-link .dropup {
    margin-bottom: 10px;
  }
  .support-link {
    margin-bottom: 80px;
  }
}
.mt0 {
  margin-top: 0;
}
