@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");
:root{
	--zenhub-primary-color: #4383EC;
	--zenhub-secondary-color: #05ddb4;
	--zenhub-alert-color: #FF0766;
	--zenhub-border-radius: 8px;
}
.z-index-1{z-index:9999;}
.red {color: var(--fs-color-alert);}
.green {color: #05ddb4;}
.light {color: #fff;}
.scroll {
    animation: scroll 15s linear infinite;
}
.fa-question-circle{color:#c1c0bf;}
.tooltip.show {
    opacity: .9;
}
.bs-tooltip-auto[x-placement^=top], .bs-tooltip-top {
    padding: .4rem 0;
}
.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    opacity: 0;
}
.tooltip .arrow {
    position: absolute;
    display: block;
    width: .8rem;
    height: .4rem;
}
.tooltip-inner {
    max-width: 200px;
    padding: .25rem .5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: var(--zenhub-border-radius);
}
.fade {
    transition: opacity .15s linear;
}
/** Header Main **/
/* .header-nav.nav-left{justify-content:center;} */
#header .header-main .container {
    padding-left: 0px;
    padding-right: 0px;
}
/* .nav-dark .header-nav.nav-left a, */
/* .nav-dark .header-nav.nav-left a:hover{color: var(--zenhub-primary-color);} */
/** Zenhub Dropdown Menu **/
.zenhub-dropdown.current-dropdown>.nav-dropdown{
	animation: rotateMenu 600ms ease-in-out forwards;
	transform-origin: top center;
}
@-moz-keyframes rotateMenu {
  0% {
    transform: rotateX(-90deg);
  }
  70% {
    transform: rotateX(20deg);
  }
  100% {
    transform: rotateX(0deg);
  }
}
@-webkit-keyframes rotateMenu {
  0% {
    transform: rotateX(-90deg);
  }
  70% {
    transform: rotateX(20deg);
  }
  100% {
    transform: rotateX(0deg);
  }
}
@-o-keyframes rotateMenu {
  0% {
    transform: rotateX(-90deg);
  }
  70% {
    transform: rotateX(20deg);
  }
  100% {
    transform: rotateX(0deg);
  }
}
@keyframes rotateMenu {
  0% {
    transform: rotateX(-90deg);
  }
  70% {
    transform: rotateX(20deg);
  }
  100% {
    transform: rotateX(0deg);
  }
}
.zenhub-breadcrumb span.breadcrumb {
	display: inline-block;
    font-size: 13px;
    margin: 0px 0px 20px 0px;
    padding: 3px 15px 3px 15px;
    background-color: #fff;
    border: 1px solid var(--zenhub-primary-color);
    border-radius: var(--zenhub-border-radius);
}
h3.zenhub-pack-name {
    font-size: 1.1em;
}
.zenhub-breadcrumb .breadcrumb p{
margin-bottom: 0em;
}
.banner .zenhub-breadcrumb p {
    margin-bottom: 0.5em;
    margin-top: 0.5em;
}
.button span {
    font-family: 'Inter';
}
.zenhub-buttom-white {
    background-color: #fff !important;
}
.zenhub-buttom-white:hover {
    background-image: linear-gradient(90deg,#57dbee 0%,#4383ec 100%) !important;
}
.zenhub-service .zenhub-faq .accordion-item {
    background-color: #f2f6fe;
}
/** Banner Slide **/
.banner-home-bottom h2 {
    margin: 0;
    font-size: 48px;
    white-space: nowrap !important;
}
.text-stroke > * {
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff5;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 0 !important;
    /* white-space: nowrap; */
}
/* .banner h2 { */
    /* font-size: 2em !important; */
/* } */
/* #zenhub-particles-js { */
    /* position: absolute; */
    /* z-index: 1; */
    /* width: 100%; */
    /* height: 100vh; */
/* } */
/* .zenhub-home-banner:after { */
    /* content: ""; */
    /* background: url(../images/zenhub-banner-shape.png) no-repeat; */
    /* position: absolute; */
    /* top: 0; */
    /* width: -webkit-fill-available; */
    /* //z-index: 0000; */
    /* height: -webkit-fill-available; */
	/* transition: background 0.3s, border-radius 0.3s, opacity 0.3s; */
/* } */
/*.zenhub-fill span {
    background: #fff;
    color: var(--zenhub-primary-color);
    padding: 5px 20px;
    border-radius: 5px;
	font-size: 12px;
    letter-spacing: 5px;

}*/
/* .zenhub-animate-text { */
	/* overflow: hidden; */
/* } */
/* .zenhub-animate-text span{ */
    /* background: #2F5697; */
    /* background: linear-gradient(41deg, #2F5697 0%, #325A96 50%, #A9F4D6 100%); */
    /* -webkit-background-clip: text; */
    /* -webkit-text-fill-color: transparent; */
    /* font-weight: 700; */
    /* line-height: 50px; */
    /* display: none; */
/* } */
/* .zenhub-animate-text span.text-in{ */
	/* display: block; */
	/* animation: textIn .5s ease; */
/* } */
/* .zenhub-animate-text span.text-out{ */
	/* animation: textOut .5s ease; */
/* } */
/* .zenhub-index { */
	/* z-index: 9999; */
/* } */
/* @keyframes textIn{ */
	/* 0%{ */
		/* transform: translateY(-100%); */
	/* } */
	/* 100%{ */
		/* transform: translateY(0%); */
	/* } */
/* } */
/* @keyframes textOut{ */
	/* 0%{ */
		/* transform: translateY(0%); */
	/* } */
	/* 100%{ */
		/* transform: translateY(100%); */

	/* } */
/* } */
/** Header **/
.header-bg-color, .zenhub-later-footer {
	background: linear-gradient(41deg, #2F5697 0%, #325A96 50%, #A9F4D6 100%);
}
a.button.z-button-cta {
    padding: 1.2em;
    border: 1px solid #fff;
	color:#000;
}
.z-headline {
    letter-spacing: 10px;
    text-transform: uppercase;
    color: inherit;
    font-weight: 700;
}
.zenhub-sub-title {color: #465F88;}
.zenhub-text-left {
    float: left;
    text-align: right;
    width: 35%;
    font-size: 50px;
	margin-bottom: 0px;
    color: var(--zenhub-primary-color);
}
.zenhub-text-right {
    float: right;
    width: 60%;
    line-height: 23px;
    margin-top: 16px;
}
/** Button **/
.zenhub-btn-dang-ky {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.5em;
    //background-color: transparent;
    //background-image: linear-gradient(33deg, #05D895 0%, #05DDB4 100%);
    border-radius: var(--zenhub-border-radius);
    padding: 12px 44px 12px 44px;
}
/** Solution **/
.zenhub-service-col .col-inner {
    border-top-right-radius: 50px;
}
.zenhub-service-col .icon .icon-inner{
    width: 77px;
    height: 77px;
    background-color: var(--zenhub-secondary-color);
    box-shadow: 5px 5px 20px 0 rgba(0,0,0,0.2);
    border-radius: 99px;
    padding: 20px;
}
/** Services **/
.zenhub-tab-product .nav>li {
    margin: 0 20px;
    font-size: 20px;
}
.zenhub-secure-section{
	background: url(../images/zenhub-c-shape.png) no-repeat 12.5vw 17vh;
}
.zenhub-iconbox.icon-box .has-icon-bg .icon .icon-inner, .zenhub-iconbox.icon-box:hover .has-icon-bg .icon .icon-inner{
	background: #fff;
}
.zenhub-secure {
	background: url(../images/zenhub-secure.png) no-repeat center center;
}
.zenhub-feature-box > .col-inner,
.zenhub-pricing-box > .col-inner{
    border-bottom: solid 2px #05D895;
    border-radius: var(--zenhub-border-radius);
    background-color: #fff;
    box-shadow: 14px 0 74px 0 rgba(5, 221, 180,0.1);
	padding: 30px;
}
.zenhub-pricing-box:hover > .col-inner{
    background-color: transparent;
    background-image: linear-gradient(93deg, #05d895 20%, #05ddb4 120%);
	cursor: pointer;
}
.zenhub-pricing-box:hover > .zenhub-btn-dang-ky {
    background-image: linear-gradient(33deg, var(--zenhub-primary-color) 0%, var(--zenhub-primary-color) 100%);
}
.zenhub-pricing-box:hover > .col-inner * {color:#fff;}
.zenhub-pricing-box:hover > .col-inner .price {color: var(--zenhub-secondary-color);}
.zenhub-pricing-box:hover > .zenhub-feature-lists .fa-times-circle {color: var(--zenhub-alert-color);}
.zenhub-feature-lists {list-style:none;}
.zenhub-feature-lists .fa-check-circle {color: var(--zenhub-secondary-color);}
.zenhub-feature-lists .fa-times-circle {color: var(--zenhub-alert-color);}
.zenhub-price-header {
    display: flow-root;
    margin-bottom: 0.5em;
}
.zenhub-price-left {
	float: left;
    font-size: 16px;
    font-weight: 400;
    color: #465F88;
}
.zenhub-price-right {float: right; font-weight: 600;}
.zenhub-pack-time{
	font-size: 16px;
    font-weight: 400;
}
/* .zenhub-pack-description { */
	/* font-size: 17px; */
    /* color: #465f88; */
/* } */
.zenhub-pack-note {
    color: #465f88;
    font-size: 80%;
}
.zenhub-pack-price .price {
    font-size: 80%;
    color: #08bba4;
    display: inline-block;
    background-color: #eafff9;
    padding: 4px 10px 4px 10px;
    border-radius: 30px;
    line-height: 24px;
}
.zenhub-pack-price .type-2 {
    font-size: 118%;
}
.zenhub-icon-box {font-size: 50px;}
.zenhub-icon-product-box {
    text-align: center;
    color: #fff;
    font-size: 31px;
    margin-top: 7px;
    width: 77px;
    height: 77px;
    background-color: var(--zenhub-secondary-color);
    box-shadow: 5px 5px 20px 0 rgba(0,0,0,0.2);
    border-radius: 99px;
    padding: 23px 20px;
}
.zenhub-icon-addon-box {padding-right: 30px;}
.zenhub-icon-addon-box i {
    color: var(--zenhub-secondary-color);
	padding-right: 5px;
}
.zenhub-star-rating {
    padding: 2px 15px;
    background-color: transparent;
    background-image: linear-gradient(180deg, #57dbee 0%, #4383ec 100%);
    border-radius: 6px 6px 6px 6px;
    width: min-content;
}
.zenhub-star-rating .star-rating:before,
.zenhub-star-rating .star-rating span:before{
	color:#fff;
}
.zenhub-partner-logo .col-inner{
	padding: 10px 0;
	background:#fff;
	border:1px solid #fff;
	border-radius:6px;
	box-shadow: 10px 0px 30px 0px rgba(67, 130.99999999999986, 235.99999999999997, 0.1);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}
.zenhub-milestone .zenhub-step-top{
	min-height:200px;
}
.zenhub-pricing-active .col-inner {
	outline: 3px solid #FF0766;
	border-bottom: none;
}
.zenhub-pricing-active .zenhub-popular-badge {
    background: #FF0766;
    padding: 8px 35px;
    color: #ffffff;
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 14px;
    position: absolute;
    top: -40px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.zenhub-pricing-active .zenhub-popular-badge::before {
    content: "";
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -12px;
    width: 30px;
    height: 15px;
    background: #FF0766;
    -webkit-clip-path: polygon(100% 0, 0 0, 50% 100%);
    clip-path: polygon(100% 0, 0 0, 50% 100%);
}
.zenhub-pricing-list-text {
    font-family: "Inter", sans-serif;
	font-weight: 700;
}
.zenhub-checklist-icon .fa-check-circle {
	color: var(--zenhub-primary-color);
	margin-right: 10px;
}
.zenhub-checklist-icon .fa-times-circle {
	color: var(--zenhub-alert-color);
	margin-right: 10px;
}
.zenhub-checklist-icon p {
	margin-bottom: 5px;
    font-size: 16px;
}
.zenhub-pricing-box h3 {
    margin-bottom: 0px;
}
/* Section 2025 */

/* Services 2025 */
.z-box-service .z-box-service-item .col-inner{
	background-color: rgba(242, 242, 242, 0.1);
}
/** Bảng giá 2024 **/
ul.zenhub-package-features {
    list-style: none;

}
.col-inner ul.zenhub-package-features li,ul.zenhub-package-features li {
    display: flex;
    justify-content: space-between;
    margin-left: 0;
}
/* Home Blog */
.box-blog-post {
    background: rgba(53, 94, 152,.1);
    padding: 20px;
    border-radius: 8px;
    -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.box-blog-post .post-title a,.blog-archive #post-list .post-item .col-inner .box-text .post-title a, .related-posts .post-item .col-inner .box-text .post-title a, .blog-archive #post-list .post-item .col-inner .box-text .from_the_blog_excerpt, .related-posts .post-item .col-inner .box-text .from_the_blog_excerpt {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.box-blog-post .from_the_blog_excerpt{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}
.blog-archive #post-list .post-item .col-inner .box-text .post-title a, .related-posts .post-item .col-inner .box-text .post-title a {
    min-height: 2lh;
}
/** Bảng so sánh tính năng **/
.zenhub-feature-table {
  max-width: 100%;
  margin: auto;
  margin-top: 3rem;
  overflow-x: auto;
}

.zenhub-feature-table  table {
  font-family: "Open Sans", sans-serif;
  position: relative;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: auto;
  width: 100%;
  border: none;
  border-radius: 0.5rem;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  white-space: nowrap;
}
.zenhub-feature-table  table * {
  border: none;
}
.zenhub-feature-table  table thead tr {
  color: #2d3748;
  font-size: 1rem;
  font-weight: 500;
  text-align: left;
}
.zenhub-feature-table  table thead tr th {
  background: #edf2f7;
  padding: 0.75rem 1.5rem;
  vertical-align: middle;
}
.zenhub-feature-table table thead tr th:not(:first-child) {
  text-align: center;
}
.zenhub-feature-table  table tbody tr:nth-child(odd) td {
  background: #ffffff;
}
.zenhub-feature-table  table tbody tr:nth-child(even) td {
  background: #edf2f7;
}
.zenhub-feature-table  table tbody td {
  color: #1a202c;
  text-align: left;
  padding: 1.5rem 1.5rem;
  vertical-align: middle;
  font-size: 1.125rem;
  font-weight: normal;
}
.zenhub-feature-table  table tbody td:not(:first-child) {
  text-align: center;
}
.zenhub-feature-table  table tr:last-child td:first-child {
  border-bottom-left-radius: 0.5rem;
}
.zenhub-feature-table  table th:first-child {
  border-top-left-radius: 0.5rem;
}
.zenhub-feature-table  table tr:last-child td:last-child {
  border-bottom-right-radius: 0.5rem;
}
.zenhub-feature-table  table th:last-child {
  border-top-right-radius: 0.5rem;
}
.zenhub-feature-table  table tr > th:first-child, table tr > td:first-child {
  position: sticky;
  left: 0;
}
.zenhub-feature-table .zenhub-footer-pricing td:not(:first-child){
	font-weight:bold;
}
/** Testimonial **/

.z-testimonial-two.testimonial-box .star-rating {
    margin-left: 40%;
    margin-bottom: 30px;
}

.z-testimonial-two.testimonial-box .star-rating span:before,
.z-testimonial-two.testimonial-box .star-rating:before {
    color: #ffc107;
}

/** FAQs **/
.zenhub-faq .accordion-item{
	margin-bottom: 20px;
	background-color: #fff;
	border-radius: 5px;
}
.zenhub-faq .accordion-item .accordion-title.active{
	background-color: #fff;
	border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.zenhub-faq .accordion-item .accordion-title {
	border-top: 0;
    padding: 20px 10px 20px 50px;
}
.zenhub-faq.accordion .toggle {
	top: 14px;
	left: 7px;
}
.zenhub-faq.accordion .toggle > i {
    font-family: "Font Awesome 6 Pro" !important;
	font-size: 20px;
}
.zenhub-faq.accordion .toggle .icon-angle-down:before {
	content: '\f055';
	color: var(--zenhub-secondary-color);
}
.zenhub-faq .accordion-title.active{
    color: var(--zenhub-secondary-color);
}
/** Blog Posts **/
.zenhub-post-meta {
    border: 1px solid #ccc;
    background: #f9f9f9;
    padding: 5px;
    border-radius: 2px;
}
.blog-archive .post-item .col-inner {
    background-color: rgb(5, 221, 180);
    border-bottom: solid 2px #05D895;
    /* border-radius: 30px; */
    background-color: #fff;
    box-shadow: 5px 5px 5px 5px rgba(5, 221, 180,0.1);
}
.post_comments {
	display: none !important;
}
.blog-archive .box-text .box-text-inner {
	padding: 0px 10px;
}
.recent-blog-posts a {
    font-size: 90%;
}
h3.widget-title, span.widget-title {
    font-family: Inter, sans-serif;
}
.wp-block-image {
    margin-bottom: 20px;
}
.article-inner .entry-content p {
        text-align: justify;
}
.article-inner .entry-content .has-text-align-right {
        text-align: right;
}
.article-inner .entry-content .wp-element-caption, .wp-block-table .has-text-align-center {
	    text-align: center;
}
.article-inner .entry-content {
    padding-top: 0em !important;
}
h6, span.widget-title, th {
    text-transform: capitalize !important;
	letter-spacing: 0em !important;
}
/** Author Box **/
.zenhub-author-ribbon {
    position: relative;
    background: #fff;
    border: .5px solid #325a96;
    box-sizing: border-box;
    box-shadow: 0 2px 2px 0 rgba(12,23,95,.1), 0 -1px 0 0 #f0f1f5, 0 1px 0 0 #f0f1f5;
    margin-top: .5em;
	border-radius: 5px;
}
.zenhub-author-ribbon .ribbon-wrap {
    position: relative;
    margin: 8px 20px 0 -12px;
    font-size: 18px;
    line-height: 18px;
    transition: width .5s cubic-bezier(.68,-.55,.265,1.55);
}
.zenhub-author-ribbon .ribbon-wrap .ribbon {
    position: relative;
}
.zenhub-author-ribbon .ribbon-wrap .ribbon span {
    display: block;
    position: relative;
    background-image: linear-gradient(90deg, #325a96, #a9f4d6);
    margin-right: 160px;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 10px 10px 10px 30px;
}
.zenhub-author-ribbon .ribbon-wrap .ribbon span:before {
    content: "";
    height: 0;
    width: 0;
    display: block;
    position: absolute;
    top: 0;
    right: -16px;
    border-color: #a9f4d6 transparent;
    border-style: solid;
    border-width: 18px 16px;
}
.zenhub-author-ribbon .ribbon-wrap .ribbon span:after {
    content: "";
    height: 0;
    width: 0;
    display: block;
    position: absolute;
    bottom: -12px;
    left: 0;
    border-top: 12px solid #1a2c48;
    border-left: 12px solid transparent;
}
.zenhub-author-ribbon .ribbon-wrap .ribbon:after {
    content: "";
    height: 0;
    background: rgba(0, 0, 0, .3);
    display: block;
    position: absolute;
    bottom: -3px;
    left: 15px;
    right: 58px;
}
.zenhub-author-ribbon .zenhub-main-box {
    padding: 12px 12px 0;
}
/** Widgets **/
aside.widget{

	transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
	border-radius: 6px;
	padding: 20px;
    background-color: #f5f7fa;
}

/** Contact form **/
input[type=email], input[type=date], input[type=search], input[type=number], input[type=text], input[type=tel], input[type=url], input[type=password], textarea, select, .select-resize-ghost, .select2-container .select2-choice, .select2-container .select2-selection {
    box-shadow: inset 0 1px 2px rgb(0 0 0 / 0%) !important;
    border: none !important;
    border-bottom: 1px solid #d9d9d9 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    border-radius: 0 !important;
	font-size: 1rem !important;
}
input[type=submit] {
	text-transform: initial !important;
	font-weight: 400 !important;
}
.contact-detail{
	list-style:none;
}
.col-inner .contact-detail li{
	margin-left:0;
	font-size:80%;
}
/** Contact page **/
.zenhub-icon-contact {
    color: var(--primary-color);
    font-size: 20px;
    width: 25px;
}
/** Footer **/
.absolute-footer {
    display: none;
}
.zenhub-footer ul li.bullet-arrow {
    border-bottom: 0px solid #ececec;
    padding: 5px 0 0px 20px;
    font-size: 18px;
}
.zenhub-right-shape:after {
    content: "";
    background: url(../images/zenhub-footer-shape.png) no-repeat;
    position: absolute;
    top: 0;
	right: 0;
    width: -webkit-fill-available;
    z-index: 0;
    height: -webkit-fill-available;
	opacity: .8;
	transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}
/** Page **/
p.zenhub-text-space {
	padding-left: 30px;
}

/*************** ADD TABLET ONLY CSS HERE  ***************/
@media screen and (max-width: 980px) {
	#header .header-main .container {
		padding-left: 15px;
		padding-right: 15px;
	}
	.zenhub-pack-price .price {
    	font-size: 110%;
	}
	.zenhub-pack-price .type-2 {
    font-size: 120%;
	}
	.nav>li>a {
    font-size: 1em !important;
	}
}
/*************** ADD MOBILE ONLY CSS HERE  ***************/
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
	.zenhub-quote-image .img-inner {padding: 14px;}
	.zenhub-text-left {
		text-align: left;
		width: 100%;
		font-size: 50px;
		margin-bottom: 0px;
	}
	.zenhub-text-right {
		width: 100%;
		line-height: 23px;
		margin-top: 0px;
	}
	.zenhub-home-banner:after{
		display: none;
	}
	.zenhub-icon-box {
		font-size: 40px;
	}
	.zenhub-testimonial-bg .bg-loaded {display: none;}
	.zenhub-author-ribbon .ribbon-wrap .ribbon span {
		margin-right: 60px;
	}
}