:root {
	--colorMain: #3370ff;
	--colorPurle: #4752e6;
}

.noPadding {
    padding-bottom: 0 !important;
}

.title-video h2 {
    font-size: 32px !important;
    line-height: 45px !important;
}

.title-bg strong {
    background: linear-gradient(87deg, rgb(71, 82, 230) 15%, rgb(36, 196, 255) 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* css header */
div#top-bar {
	background: linear-gradient(90deg, rgb(204, 149, 239) 0%, rgb(251, 163, 172) 33.7838%, rgb(255, 203, 172) 67.1171%, rgb(255, 234, 204) 96%);
}

/* css btn */
.btn-none {
	font-weight: 600 !important;
}

.btn-link {
	border: 0 !important;
}

.btn-gradient {
    background: linear-gradient(270deg, rgb(0, 164, 240) 0%, rgb(71, 82, 230) 100%);
}

.btn-icon span:after {
    content: "\f061";
    font-family: fontawesome;
    color: var(--colorMain);
    margin-left: 6px;
    font-size: 14px;
}

.btn-icon-bg span:after {
	background: #fff;
	padding: 10px;
	border-radius: 20px;
/* 	vertical-align: text-bottom; */
}

.btn-icon {
    padding: 0 8px 0 18px !important;
}


/* css banner video */
.gallery-box.box-default img {
    background-color: rgb(255 255 255);
    border-radius: 8px;
    box-shadow: rgba(176, 191, 231, 0.1) 0px 4px 4px 0px;
    height: 60px;
    object-fit: contain;
}

.gallery-col.col {
    padding-bottom: 0;
}

.gallery-col.col .box-text {
    display: none;
}

/* css video */
.border-video video {
    border-radius: 30px;
}

/* css user team */
.user-team > .col-inner {
    background-color: rgb(255, 255, 255);
    border-radius: 12px;
    box-shadow: rgb(176 191 231 / 45%) 0px 15px 30px 0px;
	padding: 30px;
}

.user-team > .col-inner {
    position: relative;
}

.user-team-center > .col-inner {
    background-image: url(/wp-content/uploads/2025/03/bg-user-team.webp);
    background-position: top 123px center;
}

.user-team-center .icon-box-img {
    position: absolute !important;
    width: 140px !important;
    right: -20px;
    bottom: 0;
}

.icon-box.featured-box.icon-box-right {
    position: relative;
}

/* .user-team > .col-inner:before {
    content: "";
    position: absolute;
    background: #7171710d;
    top: 0;
    height: 144px;
    width: 100%;
    left: 0px;
    border-radius: 12px 12px 0 0;
} */

.user-team .icon-box p {
    font-size: 14px;
}

.user-team .icon-box h4 {
    margin-bottom: 0;
}

.user-team .icon-box {
    margin-bottom: 20px;
    padding-bottom: 20px;
/*     margin-top: -50px; */
}

.user-team:not(.user-team-center) .icon-box {
	border-bottom: 1px solid #eee;
}

/* .user-team-content {
	padding: 12px 15px;
} */

.user-team-content {
    padding-top: 15px;
}

.user-team-content p {
/*     text-align: justify; */
    font-size: 14px;
    margin-bottom: 10px;
}

.user-team-content p a {
    color: #1a7efb;
    font-weight: 400;
}

.user-team-content ul li {
    font-size: 14px;
    margin-bottom: 5px;
    list-style: none;
    margin-left: 0 !important;
    display: flex;
    align-items: baseline;
}

.user-team-content ul li:before {
    content: "\f061";
    font-family: fontawesome;
    font-size: 13px;
    color: var(--colorMain);
    border-radius: 20px;
    margin-right: 6px;
}

.user-team .conso {
    border-left: 0;
    padding-left: 0;
}

.user-team .conso p:first-child {
    margin-bottom: 0 !important;
    font-size: 42px;
}

/* css all app */
.owl-carousel.itcodewp-tab {
    mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 12.5%, rgb(0, 0, 0) 87.5%, rgba(0, 0, 0, 0) 100%);
}

/* .itcodewp-tab li.active .icon-box {
    background-color: #fff;
    border-radius: 12px;
} */

.itcodewp-tab .owl-stage-outer .owl-stage .owl-item.active:nth-child(14) li.active .icon-box, .itcodewp-tab li.active .icon-box {
    background-color: #fff;
    border-radius: 12px;
}

.itcodewp-tab li .icon-box .icon-box-img {
    margin-bottom: 0;
}

.itcodewp-tab li .icon-box {
    padding: 15px 8px;
}

.itcodewp-tab li .icon-box img {
    padding-top: 0;
}

.itcodewp-tab .icon-box .icon-box-text p {
    font-size: 13px;
    font-weight: 300;
	margin-bottom: 0;
}

/* css all app trang app */
.all-app-eff > .col-inner {
    display: flex;
    overflow: hidden;
    user-select: none;
    gap: 30px;
	mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 12.5%, rgb(0, 0, 0) 87.5%, rgba(0, 0, 0, 0) 100%);
}

.all-app-eff  .col-inner .row {
    flex-shrink: 0;
    display: flex;
    counter-reset: item;
    justify-content: space-around;
    min-width: 100%;
    flex-wrap: nowrap;
}

.all-app-eff  .gallery-col.col {
    flex: 0 0 auto;
    counter-increment: item;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.1s ease-in-out;
    white-space: nowrap;
}

.all-app-eff .gallery-box img {
    background-color: unset !important;
    border-radius: unset !important;
    box-shadow: unset !important;
    height: unset !important;
    object-fit: unset !important;
}

.all-app-eff > .col-inner .row {
	animation: scroll 20s linear infinite;
}

@keyframes scroll {
	from {
		transform: translateX(0);
	}
	to {
		transform: translateX(calc(-100% - 20px));
	}
}

/* css section bao cao */
.nd-baocao ul {
    list-style: none;
}

.nd-baocao {
    padding: 15px;
}

.nd-baocao:hover, .nd-baocao.active { 
    border-radius: 12px;
    box-shadow: 0px 10px 30px 0px rgb(240, 244, 255);
}

.nd-baocao {
    margin-bottom: 15px;
    transition: .5s all ease-in-out;
}

.nd-baocao h4 {
    list-style: none;
    font-style: normal;
    font-size: 16px;
    line-height: 22px;
    text-align: justify;
    color: #00355d;
    padding-left: 35px;
    margin-bottom: 10px;
    background: url(/wp-content/uploads/2025/01/checked.png) no-repeat top left;
    background-size: 22px;
}

.nd-baocao p {
    list-style: none;
    font-style: normal;
    font-size: 14px;
    line-height: 26px;
    text-align: justify;
    color: #56595f;
    margin-bottom: 0;
    padding-left: 35px;
}

.nd-baocao p {
    display: none;
}

.nd-baocao.active p {
    display: block;
    transition: .5s all ease-in-out;
}



/* css con so */
.conso p {
    margin-bottom: 6px;
}

.conso p:first-child {
    font-size: 45px;
    line-height: 47px;
}

.home-conso {}

.conso p:first-child strong {
    background: linear-gradient(87deg, rgb(71, 82, 230) 15%, rgb(36, 196, 255) 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.conso p:last-child {
    color: rgb(100, 106, 115);
}

.conso {
    border-left: 1px solid #D0D3D6;
    padding-left: 20px;
}

/* css services */
.service-box .col-inner {
    background: #fff;
    box-shadow: rgba(45, 62, 80, 0.12) 0px 1px 5px 0px;
    border: 1px solid rgb(223, 227, 235);
    width: 100%;
    opacity: 1;
    border-radius: 12px;
    padding: 1px 0 0 0;
}

.service-box-popular > .col-inner:before {
    content: "";
    background-image: url(https://lark.webmau16.com/wp-content/uploads/2025/03/popular-icon-e1741705342807.png);
    position: absolute;
    top: -30px;
    right: -10px;
    content: "";
    background-repeat: no-repeat;
    background-color: unset;
    background-size: cover;
    background-position: left center;
    width: 87px;
    height: 70px;
}

.service-box .col-inner .icon-box {
    margin-top: -50px;
}

.service-box-head h3 {
    font-size: 25px;
    margin-bottom: 0;
}

.service-box-head {
    border-bottom: 1px solid rgb(66 164 255 / 27%);
    padding-bottom: 12px;
    margin-bottom: 12px;
}

.service-box-content h4 {
    font-size: 20px;
}

.service-box-content {
    margin-bottom: 20px;
}

.service-box-content ul li {
    list-style: none;
    font-size: 14px;
    margin-left: 0 !important;
    display: flex;
    text-align: left;
}

.service-box-content ul li:before {
    content: "\f00c";
    font-family: fontawesome;
    color: var(--colorMain);
    padding-right: 6px;
	font-size: 12px;
	text-align: left;
}

.service-box-head h3 strong {
    background-color: #ffb800;
    font-size: 9px;
    padding: 2px 6px;
    border-radius: 20px;
}

.service-box-head p {
    font-size: 14px;
}

.service-box-head {
    text-align: left;
}

.service-box .col-inner .icon-box {
    padding: 15px 20px 25px 20px;
}

.pricing-footer {
    background: linear-gradient(99deg, rgb(246 246 251 / 81%) 0%, rgb(246 246 251 / 78%) 50%, rgb(246 246 251 / 68%) 100%) rgb(246 246 251 / 67%);
    padding: 18px 15px;
    color: #000000b3;
    font-size: 12px;
    border-radius: 0 0 12px 12px;
}

.pricing-footer p {
    margin-bottom: 0;
}

.pricing-footer p a {
    color: #33cbff;
    font-weight: 500;
}

.pricing-footer p a:hover {
	text-decoration: underline;
}

.pricing-footer p a:after {
    content: '\f08e';
    font-family: 'FontAwesome';
    padding-left: 5px;
    font-size: 10px;
    color: #7c98b6;
}

.btn-white {
    background-color: #fff !important;
    color: #3370ff !important;
}

.tab-pricing {
    gap: 50px;
}

.tab-pricing ul.nav {
    width: max-content;
    margin: 0 auto;
    background: #fff;
    border-radius: 20px;
    padding: 4px;
}

.tab-pricing ul.nav li.active a {
    background-color: rgb(242, 244, 254);
    color: #222;
}

.tab-pricing ul.nav li a {
    line-height: 26px;
	font-size: 16px;
}


/* css FAQ */
.acc-faq .accordion-title {
    border-radius: 5px;
    box-shadow: 2px 2px 20px #00000014;
    margin-bottom: 15px;
    border-top: 1px solid #e6e6e6;
    font-size: 16px;
}

.acc-faq .accordion-title.active {
    box-shadow: 0 0;
    margin-bottom: 0;
}

.acc-faq .accordion-inner {
    padding: 10px 20px;
}

.acc-faq .accordion-inner ul, .acc-faq .accordion-inner p {
    margin-bottom: 6px;
}

.acc-faq .accordion-title {
    padding-left: 14px;
}

.acc-faq .accordion-title button.toggle {
    float: right;
    right: 0;
    left: unset;
}

.acc-faq .accordion-title span {
    font-weight: 600;
}

.faq-box-right .col-inner {
    background-color: rgb(246, 246, 251);
    border-radius: 12px;
    padding: 15px;
}

.faq-box-right h4 {
    font-size: 20px;
}

.faq-box-right p {
    font-size: 16px;
}

/* css pay less */
.content-pay ul {
    display: flex;
    justify-content: center;
    gap: 23px;
}

.content-pay p, .content-pay ul li {
    color: rgb(100, 106, 115);
}

.content-pay p {
    font-size: 17px;
}

.content-pay ul li {
    list-style: none;
    font-style: normal;
    font-size: 16px;
    line-height: 22px;
    text-align: justify;
    color: #00355d;
    padding-left: 26px;
    margin-bottom: 10px;
    background: url(/wp-content/uploads/2025/01/checked.png) no-repeat top left;
    background-size: 20px;
}



/* css footer */
.st-footer p, .st-footer ul li , .st-footer p a {
    color: #aeaeae !important;
    font-size: 14px;
    margin-bottom: 5px;
}

.st-footer ul li a:hover, .st-footer p a:hover {
    text-decoration: underline;
}

.st-footer p strong {
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    font-family: "Roboto", Helvetica Neue, Helvetica, Arial, sans-serif;
}

#footer .label-popular.menu-item > a:after {
    background-image: url(/wp-content/uploads/2025/03/7MtdE7v8jHN0Utp2WeA6MTqYETg.svg);
}

#footer .label-new.menu-item>a:after {
    background-image: url(/wp-content/uploads/2025/03/K383Y0bADrnihqDmk6X2IlSkf8.svg);
}

#footer .ux-menu-link.flex.menu-item > a:after {
   content: "";
    background-repeat: no-repeat;
    background-color: unset;
    background-size: cover;
    background-position: left center;
    width: 40px;
    height: 12px;
}

#footer span.ux-menu-link__text {
    font-size: 13.5px;
}

#footer a.ux-menu-link__link.flex {
    padding: 0;
    line-height: 25px;
    min-height: unset;
}

#footer span.ux-menu-link__text:hover {
    text-decoration: underline;
}

.ct-top {
    margin-top: 30px;
}

#footer a.button {
    margin-bottom: 0 !important;
}

.copyright p {
    color: #aeaeae !important;
    font-size: 14px;
    margin-bottom: 0;
}

.st-copyright {
    border-top: 1px solid #24282e;
}

.absolute-footer {
    display: none !important;
}

.bg-dungthu .col-inner {
    margin: 0 auto;
    padding: 35px 95px;
    background-image: -moz-linear-gradient(0deg, #085ed5 0%, #4ca6e7 100%);
    background-image: -webkit-linear-gradient(0deg, #085ed5 0%, #4ca6e7 100%);
    background-image: -ms-linear-gradient(0deg, #085ed5 0%, #4ca6e7 100%);
    border-top-left-radius: 100px;
    border-bottom-right-radius: 100px;
}

.st-dungthu  a.button.success.is-xlarge {
    margin-bottom: 0;
}

.st-dungthu {
    margin-bottom: -120px;
}

/* css giai phap */
.diaiphap-item {
    background-color: #fff;
    border-radius: 10px;
    line-height: 20px;
    padding: 8px;
    min-height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.diaiphap-item a {
    font-size: 14px;
}

.diaiphap-item a, .diaiphap-item a:hover {
    color: #222 !important;
}

/* css page messenger */
.bg-product-bnn img.bg.attachment-original.size-original {
    object-fit: unset !important;
}

.icon-banner {
    display: flex;
    align-items: center;
}

.icon-banner p strong {
    font-size: 18px;
    font-weight: 600;
}

.icon-banner img {
    background: #fff;
    border-radius: 6px;
    padding: 4px;
}

.content-banner {
    margin-top: 20px;
}

.content-banner h2 {
    font-size: 30px;
}

.content-banner p {
    font-size: 18px;
}

/* css tab product */
.tab-product ul.nav {
    border-bottom: 1px solid rgba(31, 35, 41, 0.15);
}

.tab-product ul.nav li.tab {
	margin: 0 4px;
}

.tab-product ul.nav li.tab a {
    font-size: 16px;
    padding: 14px;
}

.tab-product ul.nav li.tab.active a {
    border-bottom: 1px solid rgb(51, 112, 255);
}

/* css product list */
.product-content p strong {
    color: var(--colorMain);
    font-weight: 600;
    font-size: 18px;
}

.product-content p:first-child {
    margin-bottom: 5px;
}

.product-content h3 {
    font-size: 30px;
}

.product-content p:last-child {
    font-size: 18px;
}



/* css blog */
.blog-archive h1.page-title {
    font-size: 25px;
}

.col.post-item .col-inner {
    border-radius: 8px;
    box-shadow: rgba(31, 35, 41, 0.06) 0px 4px 8px 0px, rgba(31, 35, 41, 0.04) 0px 6px 12px 0px, rgba(31, 35, 41, 0.04) 0px 8px 24px 0px;
    overflow: hidden;
}

.col.post-item .col-inner:hover {
    box-shadow: rgba(66, 89, 153, 0.25) 0px 10px 20px 0px;
}

.is-divider, p.from_the_blog_comments.uppercase {
    display: none !important;
}

.col.post-item .col-inner h5.post-title a {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: 50px;
}

.col.post-item .col-inner h5.post-title a {
    font-size: 15px;
    line-height: 24px !important;
}

.col.post-item .col-inner .box-blog-post .box-text {
    padding: 15px;
}

.col.post-item .col-inner h5.post-title {
    margin-bottom: 10px;
}

.meta-archive span a {
    background: rgb(254, 246, 221);
    color: rgb(173, 122, 3);
    padding: 4px 10px;
    font-weight: 600;
    font-size: 13px;
}

.meta-archive {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 10px;
}



/* css page pricing */
.pricing-list-product {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    gap: 10px;
}

.pricing-list-product .icon-box-img {
    width: 40px !important;
}



/* css trang gioi thieu */
.gt-conso {
    background: #fff;
    border-radius: 6px;
    padding: 22px 10px;
    overflow: hidden;
}

.gt-conso p {
    margin-bottom: 0;
}

.gt-conso p strong {
    font-size: 20px;
}

.gt-conso .box-text {
    padding: 22px 0 0 0;
}

.gt-conso p:first-child {
    margin-bottom: 10px;
}


.box-gt .box-image {
    width: 155px;
    height: 130px;
}

.box-gt {
    background: #fff;
    border-radius: 6px;
    padding: 15px 10px;
    overflow: hidden;
}

.box-gt .box-text {
    padding: 15px 0 0 0;
}

.box-gt .box-text h4 {
    font-size: 20px;
    margin-bottom: 12px;
}

.box-gt .box-text p {
    font-size: 13px;
}

/* css owl carousel */
.owl-nav button i {
    color: #fff;
    font-size: 15px;
}

.owl-nav button {
    width: 32px !important;
    min-height: 32px !important;
    background: #0000004a !important;
    border-radius: 50%;
    color: #fff;
    margin: 0px !important;
    position: absolute;
    top: 48%;
    transform: translateY(-50%);
	line-height: 0px !important;
}

.owl-nav button.owl-prev {
    left: -6px;
}

.owl-nav button.owl-next {
    right: -6px;
}


/* css category-customer */
.cate-customer-title .section-title {
    font-weight: 300;
    font-size: 15px;
    letter-spacing: 4px;
}

.cate-customer-noibat .col.post-item > .col-inner {
    background-color: #fff;
    padding: 4px;
}

.cate-customer-noibat .col.post-item > .col-inner .box-image {
    border-radius: 8px;
}

.cate-customer-noibat .cus-cate-noibat span {
    background: #3370ff57;
    color: #3370ff;
    width: min-content;
    border-radius: 4px;
    padding: 4px 8px 5px 8px;
    font-weight: 400;
    margin-bottom: 15px;
    font-size: 16px;
}

.cate-customer-noibat .col.post-item .col-inner h5.post-title {
    font-size: 24px;
    margin-top: 15px;
}

.cate-customer-noibat .col.post-item .col-inner  .box-text {
    padding-left: 35px !important;
}

.cate-customer-noibat .owl-dots {
    text-align: center;
}

.cate-customer-noibat .owl-dots button.owl-dot span {
    display: block;
    width: 55px;
    height: 4px;
    border-radius: 2px;
    background: #3370ff2e;
}

.cate-customer-noibat .owl-dots button.owl-dot.active span {
    background: #3370ff;
}

/* css box tab category customer */
.box-title-customer h2 {
    font-size: 35px;
    margin-bottom: 40px;
}

.tab-product-left .tab a {
    border: 1px solid rgba(208, 211, 214, 1);
    border-radius: 20px;
    padding: 4px 20px;
    color: rgb(100 106 115);
    line-height: 30px;
    font-size: 18px;
}

.tab-product-left {
    list-style: none;
}

.tab-product-left .tab.active a {
    background-color: #3370ff;
    color: #fff;
    border-color: #3370ff;
}

.tab-product-right .col.post-item h5.post-title {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: 44px;
}

.re-image_customer, .re-image_customer img {
    height: 60px;
    object-position: top;
    object-fit: cover;
}

.btn-right-cus.text-right {
    padding-top: 15px;
    color: #3370ff;
}

@media (min-width: 850px) {
	/* css box tab category customer */
	ul.tab-product-left {
		height: 400px;
		padding: 10px 0;
		overflow-y: auto;
	}

	.col.large-9.srolly {
		max-height: 1118px;
		overflow-y: auto;
		overflow-x: hidden;
	}
}

@media (max-width: 549px) {
	.cate-cus-title-mb h2 {
		font-size: 27px !important;
		line-height: 35px !important;
	}
	.cate-customer-title .section-title {
		flex-wrap: nowrap;
	}
	.cate-customer-noibat .col.post-item {
		padding: 0 10px 20px !important;
	}
	.cate-customer-noibat .col.post-item .col-inner .box-text {
		padding: 16px 10px 10px 10px !important;
	}
	/* css box tab category customer */
	.box-title-customer h2 {
		font-size: 35px;
		margin-bottom: 40px;
	}

	.tab-product-left .tab a {
		border: 1px solid rgba(208, 211, 214, 1);
		border-radius: 20px;
		padding: 4px 20px;
		color: rgb(100 106 115);
		line-height: 30px;
		font-size: 18px;
	}

	.tab-product-left {
		list-style: none;
	}

	.tab-product-left .tab.active a {
		background-color: #3370ff;
		color: #fff;
		border-color: #3370ff;
	}

	.box-title-customer h2 {
		font-size: 25px;
		margin-bottom: 28px;
	}

	.tab-product-left {
		display: flex;
		flex-wrap: wrap;
		gap: 0 5px;
		margin-bottom: 0;
	}
}

/* css trang download */
.box-download {
    box-shadow: rgba(31, 35, 41, 0.02) 0px 2px 4px 0px, rgba(31, 35, 41, 0.02) 0px 4px 8px 0px, rgba(31, 35, 41, 0.03) 0px 4px 16px 0px;
    background: #fff;
    border-radius: 10px;
    padding: 10px;
}



/* css trang danh muc academy */
.title-academy .col-inner {
    display: flex;
}

.title-academy a {
    font-size: 15px;
    width: 80px;
}

.title-academy h2 {
    margin-bottom: 0;
}

.box-academy img.icon-video {
    width: 50px !important;
    height: 50px;
    padding: 5px;
}

.box-academy .image-cover .icon-video {
    transform: translate(0%, 65%) !important;
}

.box-academy .box-image {
    border-radius: 8px;
    overflow: hidden;
}

.owl-carousel.cate-academy.owl-loaded.owl-drag {
    height: 170px;
}

/* css popup web */
div#newsletter-signup-link {
    background-color: #edfffd;
}

.title_web_popup h2 {
    font-size: 22px;
}

/* css popup pricing */
div#calculation-popup {
    border-radius: 20px;
}

form#fluentform_3, form#fluentform_3 button.ff-btn {
    margin-bottom: 0;
}

form#fluentform_3 button.ff-btn {
    width: 100%;
    border-radius: 30px;
}

.agree-popup p {
    font-size: 13px;
}

.agree-popup p a {
    color: #0087ff;
}

/* css so sanh app */
.head-app-item ul, .app-item ul {
    display: grid;
    grid-template-columns: 34% 22% 22% 22%;
    list-style: none;
    margin-bottom: 0;
}


.title-pricing-app {
    display: flex;
    align-items: center;
    gap: 10px;
    border-bottom: 1px solid #cccccc8f;
    padding-bottom: 12px;
}

.title-pricing-app h2 {
    margin-bottom: 0;
    font-size: 18px;
}

.title-pricing-app img {
    width: 20px;
}

.head-app-item ul li {
    font-weight: 600;
    text-align: center;
    font-size: 17px;
}

.app-item ul li {
    margin: 0 !important;!i;!;
    padding: 10px;
    text-align: center;
}

.app-item ul {
    margin: 0 !important;!i;!;
}

.app-item {
    margin-bottom: 50px;
}

.app-item ul:hover {
    background: #8b7b7b3b;
    cursor: pointer;
}

.app-item ul li:first-child {
    text-align: left !important;!i;!;
    font-weight: 400;
    font-size: 15px;
}

.app-item ul li svg {
    width: 20px !important;
}

.head-app-item {
    top: 70px;
    height: 100px;
    position: sticky;
    background: #fff;
    padding-top: 15px;
    display: block;
	z-index: 9;
}

.title-pricing-app {
    top: 168px;
    height: 50px;
    background: #fff;
    position: sticky;
}

.head-app-item a.button {
    font-size: 13px !important;
    line-height: 28px;
    min-height: 28px;
    padding: 0 12px;
    margin: 8px 0 0 0;
}

@media (max-width: 549px) {
	.sosanhmb {
    overflow-x: auto;
}

.sosanhmb > .col-inner {
    max-width: 900px;
    width: max-content;
}
}
