body {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: 300;
	color: var(--text-color);
	background-color: var(--page-bg);
	background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0));
	line-height: 30px;
	text-align: center;
}

body[data-theme='dark'] {
	background:
		radial-gradient(circle at top, rgba(93, 149, 217, 0.12), transparent 32%),
		linear-gradient(180deg, #12171f 0%, #10131a 100%);
}

:root {
	--page-bg: #f6f7fb;
	--surface-bg: #eef1f6;
	--surface-alt-bg: #ffffff;
	--text-color: #667085;
	--heading-color: #1f2937;
	--muted-text-color: #4b5563;
	--navbar-bg: rgba(18, 23, 31, 0.42);
	--navbar-scrolled-bg: #151a22;
	--footer-bg: #151a22;
	--footer-text-color: #b8c2cf;
	--card-bg: #f8fafc;
	--border-color: #d7dde6;
	--primary-color: #4f82c4;
	--primary-hover-color: #3f6fae;
	--link-color: #5b8ecb;
	--link-hover-color: #7da8dc;
	--button-tab-bg: #e2e8f0;
	--button-tab-text: #334155;
	--shadow-color: rgba(15, 23, 42, 0.06);
	color-scheme: dark;
}

html[data-theme='dark'] {
	--page-bg: #11151c;
	--surface-bg: #171c24;
	--surface-alt-bg: #1b212b;
	--text-color: #c5cfda;
	--heading-color: #f3f6fb;
	--muted-text-color: rgba(232, 239, 247, 0.76);
	--navbar-bg: rgba(10, 13, 18, 0.3);
	--navbar-scrolled-bg: #10151c;
	--footer-bg: #10151c;
	--footer-text-color: #b3bcc9;
	--card-bg: #171d27;
	--border-color: #273244;
	--primary-color: #5f8fc8;
	--primary-hover-color: #4f80bb;
	--link-color: #8fb8e3;
	--link-hover-color: #b5d2ef;
	--button-tab-bg: #202938;
	--button-tab-text: #edf2f7;
	--shadow-color: rgba(0, 0, 0, 0.1);
	color-scheme: dark;
}

strong {
	font-weight: 600;
}

a,
a:hover,
a:focus {
	color: var(--link-color);
	text-decoration: none;
	transition: all .3s;
}

h1,
h2 {
	margin-top: 10px;
	font-family: 'Montserrat', sans-serif;
	font-size: 40px;
	font-weight: bold;
	color: var(--heading-color);
	line-height: 50px;
}

h3 {
	font-family: 'Montserrat', sans-serif;
	font-size: 24px;
	font-weight: 600;
	color: var(--heading-color);
	line-height: 30px;
}

img[src="https://www.000webhost.com/static/default.000webhost.com/images/powered-by-000webhost.png"] {
	display: none;
}

img {
	max-width: 100%;
}

.container-tab {
	display: flex;
	justify-content: center;
}

.button-tab {
	padding: 10px 20px;
	margin: 0 30px;
	background-color: var(--button-tab-bg);
	color: var(--button-tab-text);
	border: 1px solid var(--border-color);
	border-radius: 999px;
	cursor: pointer;
	box-shadow: 0 8px 24px var(--shadow-color);
}

.button-tab.active {
	background-color: var(--primary-color);
	color: #fff;
	border-color: transparent;
}

.content-tab {
	display: none;
	padding: 20px;
	text-align: left;
}

.show-tab {
	display: block;
}

.modal {
	display: none;
	position: fixed;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgba(0, 0, 0, 0.4);
}

.modal-content {
	background-color: var(--card-bg);
	margin: 15% auto;
	padding: 40px;
	border: 1px solid var(--border-color);
	width: 32%;
}

.close {
	color: #aaa;
	float: right;
	font-size: 28px;
	font-weight: bold;
	cursor: pointer;
}

.modal .close {
	position: absolute;
	top: 10px;
	right: 15px;
	float: none;
	width: 30px;
	height: 30px;
	border-radius: 4px;
	border: 2px solid #ff7a7a;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #ff7a7a;
	text-decoration: none;
}

.modal .close:hover {
	background-color: rgba(255, 0, 0, 0.1);
}

select {
	padding: 5px;
	font-size: 19px;
	font-weight: bold;
	border: 1px solid var(--border-color);
	border-radius: 5px;
	text-align: center;
	cursor: pointer;
	width: 60%;
	margin: 20px auto;
	background-color: var(--card-bg);
	color: var(--heading-color);
}

.text-content {
	margin-top: 20px;
	height: 20px;
}

#text-vui-long-chon {
	color: #ff0000;
	font-size: 20px;
	font-weight: bold;
	display: none;
}

.contact-link {
	color: var(--link-color);
	font-size: larger;
	font-weight: bold;
	text-shadow: 1px 1px 2px gray;
}

.contact-link:hover {
	color: var(--link-hover-color);
}

.medium-paragraph {
	font-weight: 500;
	color: var(--muted-text-color);
	line-height: 32px;
}

.colored-text {
	color: #9b59b6;
}

::-moz-selection {
	background: #9b59b6;
	color: #fff;
	text-shadow: none;
}

::selection {
	background: #9b59b6;
	color: #fff;
	text-shadow: none;
}


/***** General style, all sections *****/

.section-container {
	margin: 0 auto;
	padding-bottom: 80px;
}

.section-container-gray-bg {
	background: var(--surface-bg);
}

.section-container-image-bg,
.section-container-image-bg h2,
.section-container-image-bg h3 {
	color: #fff;
}

.section-container-image-bg .divider-1 span {
	border-color: #fff;
}

.section-description {
	margin-top: 60px;
	padding-bottom: 10px;
}

.section-description p {
	margin-top: 20px;
	padding: 0 120px;
}

.section-container-image-bg .section-description p {
	opacity: 0.8;
}

.section-bottom-button {
	padding-top: 60px;
}

.btn-link-1 {
	display: inline-block;
	height: 50px;
	margin: 0 5px;
	padding: 0 28px;
	background: #9b59b6;
	background: rgba(155, 89, 182, 0.7);
	border: 0;
	font-size: 15px;
	font-weight: 600;
	line-height: 48px;
	color: #fff;
	border-radius: 4px;
	transition: all .3s;
}

.btn-link-bak {
	display: inline-block;
	height: 50px;
	margin: 0 5px;
	padding: 0 28px;
	background: #6c757d;
	border: 0;
	font-size: 15px;
	font-weight: 600;
	line-height: 48px;
	color: #fff;
	border-radius: 4px;
	transition: all .3s;
}

.btn-link-1:hover,
.btn-link-1:focus,
.btn-link-1:active,
.btn-link-1:active:focus,
.btn-link-1.btn-primary:not(:disabled):not(.disabled):active,
.btn-link-1.btn-primary:not(:disabled):not(.disabled):active:focus {
	background: #9b59b6;
	background: rgba(155, 89, 182, 0.9);
	outline: 0;
	color: #fff;
	box-shadow: none;
}

.btn-link-2 {
	display: inline-block;
	height: 50px;
	margin: 0 5px;
	padding: 0 28px;
	background: #333;
	background: rgba(0, 0, 0, 0.2);
	border: 0;
	font-size: 15px;
	font-weight: 600;
	line-height: 48px;
	color: #fff;
	border-radius: 4px;
	transition: all .3s;
}

.btn-link-2:hover,
.btn-link-2:focus,
.btn-link-2:active,
.btn-link-2:active:focus,
.btn-link-2.btn-primary:not(:disabled):not(.disabled):active,
.btn-link-2.btn-primary:not(:disabled):not(.disabled):active:focus {
	background: #333;
	background: rgba(0, 0, 0, 0.4);
	outline: 0;
	color: #fff;
	box-shadow: none;
}

.btn-link-3 {
	display: inline-block;
	height: 50px;
	margin: 0 5px;
	padding: 0 28px;
	background: none;
	border: 0;
	border-bottom: 2px solid #9b59b6;
	font-size: 15px;
	font-weight: 600;
	line-height: 48px;
	color: #9b59b6;
	border-radius: 0;
	transition: all .3s;
}

.btn-link-3:hover,
.btn-link-3:focus,
.btn-link-3:active,
.btn-link-3:active:focus,
.btn-link-3.btn-primary:not(:disabled):not(.disabled):active,
.btn-link-3.btn-primary:not(:disabled):not(.disabled):active:focus {
	padding: 0 10px;
	background: none;
	border: 0;
	border-bottom: 2px solid #9b59b6;
	outline: 0;
	color: #9b59b6;
	box-shadow: none;
}


/***** Divider *****/

.divider-1 span {
	display: inline-block;
	width: 200px;
	border-bottom: 1px dashed #ccc;
}


/***** Top menu *****/

.navbar {
	z-index: 999;
	background: var(--navbar-scrolled-bg);
	-o-transition: all .6s;
	-moz-transition: all .6s;
	-webkit-transition: all .6s;
	-ms-transition: all .6s;
	transition: all .6s;
	backface-visibility: hidden;
	border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}

.navbar.navbar-no-bg {
	background: var(--navbar-bg);
	backdrop-filter: blur(14px);
}

.navbar-dark .navbar-nav {
	font-size: 16px;
	color: #fff;
	font-weight: 600;
}

.navbar-dark .navbar-nav .nav-link {
	color: #fff;
	color: rgba(255, 255, 255, 0.8);
	border: 0;
}

.navbar-dark .navbar-nav .nav-link:hover {
	color: #fff;
}

.navbar-dark .navbar-nav .nav-link:focus {
	color: #fff;
	outline: 0;
}

.navbar-expand-md .navbar-nav .nav-link {
	padding-left: 1rem;
	padding-right: 1rem;
}

.navbar-brand {
	width: 90px;
	height: 50px;
	background: url(../images/logo.png) center center no-repeat;
	background-size: cover;
	border: 0;
	border-radius: 4%;
	text-indent: -99999px;
}


/***** Top content *****/

.top-content {
	padding: 210px 0;
	z-index: 998;
}

.top-content .text {
	color: #fff;
}

html[data-theme='dark'] .top-content .text {
	text-shadow: 0 8px 28px rgba(0, 0, 0, 0.35);
}

.top-content .text h1 {
	margin-top: 25px;
	font-size: 62px;
	color: #fff;
}

.top-content .description {
	margin: 30px 0 10px 0;
}

.top-content .description p {
	opacity: 0.8;
	font-size: 25px;
}

.top-content .top-big-link {
	margin-top: 25px;
}


/***** Services *****/

.services-box {
	padding-top: 30px;
	text-align: left;
}

.services-box .services-box-icon {
	width: 80px;
	height: 80px;
	margin: 0 auto;
	font-size: 40px;
	color: #fff;
	line-height: 80px;
	text-align: center;
	border-radius: 28px;

	background: #9b59b6;
	/* Old browsers */
	background: -moz-linear-gradient(top, #ffb24b 0%, #9b59b6 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffb24b), color-stop(100%, #9b59b6));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffb24b 0%, #9b59b6 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffb24b 0%, #9b59b6 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffb24b 0%, #9b59b6 100%);
	/* IE10+ */
	background: linear-gradient(to bottom, #ffb24b 0%, #9b59b6 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffb24b', endColorstr='#9b59b6', GradientType=0);
	/* IE6-9 */
}

.services-box h3 {
	margin-top: 0;
	padding: 0 0 10px 0;
}


/***** About us *****/

.about-us-box {
	margin-top: 100px;
}

.about-us-box-text {
	padding-right: 30px;
	text-align: left;
}

.about-us-box-text h3 {
	margin-top: 0;
}

.about-us-box-text .medium-paragraph {
	margin-top: 20px;
	margin-bottom: 20px;
}

.about-us-box-text a {
	border-bottom: 1px dashed #9b59b6;
}

.about-us-box-text a:hover,
.about-us-box-text a:focus {
	border: 0;
}

.about-us-box-img {
	display: flex;
	align-items: center;
	justify-content: center;
	aspect-ratio: 4 / 3;
	background-color: #ffffff;
	border-radius: 4px;
	overflow: hidden;
	box-shadow: 0 12px 30px var(--shadow-color);
}

.about-us-box-img img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	border-radius: 4px;
}


/***** More services *****/

.more-services-box {
	margin-top: 30px;
	text-align: left;
}

.more-services-box .more-services-box-icon {
	width: 60px;
	height: 60px;
	margin: 0 auto;
	font-size: 28px;
	color: #fff;
	line-height: 60px;
	text-align: center;
	border-radius: 22px;

	background: #9b59b6;
	/* Old browsers */
	background: -moz-linear-gradient(top, #ffb24b 0%, #9b59b6 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffb24b), color-stop(100%, #9b59b6));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffb24b 0%, #9b59b6 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffb24b 0%, #9b59b6 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffb24b 0%, #9b59b6 100%);
	/* IE10+ */
	background: linear-gradient(to bottom, #ffb24b 0%, #9b59b6 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffb24b', endColorstr='#9b59b6', GradientType=0);
	/* IE6-9 */
}

.more-services-box h3 {
	margin-top: 0;
	padding: 0 0 10px 0;
}


/***** Call to action *****/

.call-to-action-container .section-bottom-button {
	padding-top: 30px;
}


/***** Portfolio *****/

.portfolio-box {
	padding-top: 30px;
	/* color: #555;
	font-size: 17px; */
	text-align: left;
}

.portfolio-box-image {
	overflow: hidden;
	border-radius: 4px;
	aspect-ratio: 16 / 10;
}

.portfolio-box-image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	-o-transition: all .8s;
	-moz-transition: all .8s;
	-webkit-transition: all .8s;
	-ms-transition: all .8s;
	transition: all .8s;
}

.portfolio-box-image:hover img {
	-o-transform: scale(1.12);
	-moz-transform: scale(1.12);
	-webkit-transform: scale(1.12);
	-ms-transform: scale(1.12);
	transform: scale(1.12);
}

.portfolio-box h3 {
	margin-top: 30px;
}

.portfolio-box h3 a {
	color: #555;
}

.portfolio-box h3 a:hover,
.portfolio-box h3 a:focus {
	color: #9b59b6;
}

.portfolio-box h3 i {
	padding-left: 10px;
	color: #ccc;
	-o-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s;
}

.portfolio-box h3:hover i {
	padding-left: 15px;
}

.portfolio-box-date {
	padding-bottom: 10px;
	font-size: 14px;
	color: #aaa;
	text-transform: uppercase;
}

.portfolio-box-date i {
	padding-right: 5px;
	color: #ddd;
}

.portfolio-container .section-bottom-button {
	padding-top: 40px;
}


/***** Testimonials *****/

.testimonials-container {
	padding-bottom: 70px;
}

.testimonial-list {
	margin-top: 30px;
	text-align: center;
}

.testimonial-list .testimonial-image img {
	max-width: 160px;
	border-radius: 4px;
}

.testimonial-list .testimonial-text {
	margin-top: 30px;
	opacity: 0.8;
}

.testimonial-list .testimonial-text a {
	color: #fff;
	border-bottom: 1px dashed #fff;
}

.testimonial-list .testimonial-text a:hover,
.testimonial-list .testimonial-text a:focus {
	color: #fff;
	border: 0;
}

.testimonial-list .nav-tabs {
	margin-top: 45px;
	border: 0;
	justify-content: center;
}

.testimonial-list .nav-tabs li {
	margin-left: 10px;
	margin-right: 10px;
}

.testimonial-list .nav-tabs li a {
	width: 16px;
	height: 16px;
	padding: 0;
	background: none;
	border: 1px solid #fff;
	border-color: rgba(255, 255, 255, 0.8);
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

.testimonial-list .nav-tabs li a:hover,
.testimonial-list .nav-tabs li a:focus {
	background: #fff;
	background: rgba(255, 255, 255, 0.8);
	border: 1px solid #fff;
	border-color: rgba(255, 255, 255, 0.8);
}

.testimonial-list .nav-tabs li a.active,
.testimonial-list .nav-tabs li a.active:focus {
	background: #9b59b6;
	/* Old browsers */
	background: -moz-linear-gradient(top, #ffb24b 0%, #9b59b6 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffb24b), color-stop(100%, #9b59b6));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffb24b 0%, #9b59b6 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffb24b 0%, #9b59b6 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffb24b 0%, #9b59b6 100%);
	/* IE10+ */
	background: linear-gradient(to bottom, #ffb24b 0%, #9b59b6 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffb24b', endColorstr='#9b59b6', GradientType=0);
	/* IE6-9 */

	border: 0;
}


/***** Blog *****/

.blog-box {
	margin-top: 30px;
	text-align: left;
}

.blog-box-image {
	margin-top: 8px;
	overflow: hidden;
	border-radius: 4px;
}

.blog-box-image img {
	-o-transition: all .8s;
	-moz-transition: all .8s;
	-webkit-transition: all .8s;
	-ms-transition: all .8s;
	transition: all .8s;
}

.blog-box-image:hover img {
	-o-transform: scale(1.25);
	-moz-transform: scale(1.25);
	-webkit-transform: scale(1.25);
	-ms-transform: scale(1.25);
	transform: scale(1.25);
}

.blog-box h3 {
	margin-top: 0;
}

.blog-box h3 a {
	color: #555;
}

.blog-box h3 a:hover,
.blog-box h3 a:focus {
	color: #9b59b6;
}

.blog-box h3 i {
	padding-left: 10px;
	color: #ccc;
	-o-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s;
}

.blog-box h3:hover i {
	padding-left: 15px;
}

.blog-box-date {
	padding-bottom: 10px;
	font-size: 14px;
	color: #aaa;
	text-transform: uppercase;
}

.blog-box-date i {
	padding-right: 5px;
	color: #ddd;
}

.blog-container .section-bottom-button {
	padding-top: 40px;
}


/***** Footer *****/

footer {
	padding: 40px 0 0 0;
	background: var(--footer-bg);
	color: var(--footer-text-color);
	text-align: left;
}

.footer-left a {
	color: #ddd;
	border-bottom: 1px dashed #ddd;
}

.footer-left a:hover,
.footer-left a:focus {
	color: #ddd;
	border: 0;
}

.footer-right {
	text-align: right;
}

.footer-right a {
	margin: 0 6px;
	font-size: 32px;
	color: #aaa;
}

.footer-right a:hover,
.footer-right a:focus {
	color: #eee;
}

.footer-bottom {
	padding-bottom: 25px;
	text-align: center;
}

.footer-bottom a {
	font-size: 32px;
	color: #666;
	line-height: 40px;
}

.footer-bottom a:hover,
.footer-bottom a:focus {
	color: #888;
}


.alt-downloads .logo.windows {
	background: url(../images/windows-logo.png) center center no-repeat;
}

.alt-downloads .logo.mac {
	background: url(../images/apple-logo.png) center center no-repeat;
}

.alt-downloads .logo {
	height: 100px;
	width: 100px;
	background-size: contain !important;
	margin: 0 auto;
	-ms-high-contrast-adjust: none;
}

.alt-downloads .link-button:hover {
	background-color: var(--primary-hover-color);
}

.alt-downloads .link-button {
	color: #fff;
	margin: 20px 0 5px;
	padding: 10px 0;
	font-size: 1.5rem;
	width: 240px;
	background-color: var(--primary-color);
	border-radius: 14px;
	box-shadow: 0 10px 24px var(--shadow-color);
}

.alt-downloads .link-button small {
	display: block;
	margin-top: 0.75rem;
	color: rgba(255, 255, 255, .9);
	font-size: 1.0rem;
}

.link-button:hover {
	text-decoration: none;
	color: inherit;
}

.dlink {
	cursor: pointer;
}

.download {
	text-align: center;
}

.win-downloads .linux-downloads .mac-downloads {
	margin-top: 16px;
	margin-left: auto;
	margin-right: auto;
}

.win-downloads {
	width: 50%;
	margin-top: 16px;
	margin-left: auto;
	margin-right: auto;
}

.linux-downloads {
	width: 55%
}

.mac-downloads {
	width: 50%;
	margin-top: 16px;
	margin-left: auto;
	margin-right: auto;
}

.theme-toggle {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	padding: 0.55rem 0.95rem;
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.08);
	color: #fff;
	font-weight: 600;
	transition: all .3s ease;
}

.theme-toggle:hover,
.theme-toggle:focus {
	background: rgba(255, 255, 255, 0.16);
	outline: 0;
}

.theme-toggle__icon {
	font-size: 0.95rem;
}

.theme-toggle__text {
	font-size: 0.9rem;
}

.lang-toggle {
	display: inline-flex;
	align-items: center;
	gap: 0.4rem;
	padding: 0.55rem 0.95rem;
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.08);
	color: #fff;
	font-weight: 600;
	transition: all .3s ease;
	cursor: pointer;
}

.lang-toggle:hover,
.lang-toggle:focus {
	background: rgba(255, 255, 255, 0.16);
	outline: 0;
}

.lang-toggle__flag {
	width: 1.25em;
	height: 1.25em;
	border-radius: 2px;
	vertical-align: middle;
	flex-shrink: 0;
}

.lang-toggle__text {
	font-size: 0.9rem;
	letter-spacing: 0.03em;
}

table {
	background-color: transparent;
}

.footer-left a,
.footer-right a,
.blog-box h3 a {
	transition: color .2s ease, opacity .2s ease;
}
