html, body, div, span, applet, object, iframe, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
    box-sizing: border-box;
	font-family: "Open Sans";
    font-weight: 300;
    font-size: 16px;
    line-height: 1.5;
    overflow-x: hidden;
    scroll-behavior: smooth;
  	background: #fff;
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.object-fit-cover{
    object-fit: cover;
}
.text-justify {
    text-align: justify;
}
strong {
    font-weight: bold;
}
:root {
	--color-main: #0464ea;
    --color-text: #000;
    --color-title: #000;
	--rgba-black-1: rgba(0, 0, 0, 0.1);
}
.text-sm {
	font-size: 14px !important;
}
.color-text {
	color: var(--color-text);
}
.color-title {
	color: var(--color-title);
}
.color-main {
    color: var(--color-main);
}
.cursor-pointer {
    cursor: pointer;
}
.bg-gray {
	background-color: #f0f4f8;
}
ul#menu-main-menu {
	list-style: none;
}
ul#menu-main-menu li a {
	text-decoration: none;
	color: var(--color-title);
	font-size: 16px;
	font-weight: bold;
	text-transform: capitalize;
}
ul#menu-main-menu > li {
    position: relative;
    border: 1px solid #fff;
    border-width: 0 0 0 1px;
    line-height: 42px;
	padding: 8px 20px;
	align-items: center;
}
.sub-menu {
	display: none;
	list-style: none;
}
.sub-menu li {
	border: none;
	padding: 12px;
	position: relative;
}
.logo img {
	width: 100%;
	height: auto;
}
@media (min-width: 992px) {

	ul#menu-main-menu li.menu-item-has-children:hover > .sub-menu {
		display: block;
		width: 300px;
		list-style: none;
		position: absolute;
		top: 100%;

		z-index: 9;
	}
	ul#menu-main-menu li.menu-item-has-children:hover > .sub-menu > li.menu-item-has-children:hover > .sub-menu {
		display: block;
		top: 0px;
		left: 100%;
		width: 300px;
	}
	ul#menu-main-menu li:hover a{
		color: var(--color-main);
	}
}

/* Section 1 */
.home-section-1, .compare-table-header, .home-section-7 {
	background: -webkit-linear-gradient(90deg, rgba(4, 100, 234, 1) 27%, rgba(9, 182, 246, 1) 94%);
}
.btn-buy, .btn-submit {
	background: #f7d070;
	border: none;
	border-radius: 48px;
	font-weight: 600;
	padding: 12px 36px;
}
.list-clients {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	align-items: center;
	gap: 50px;
	width: 50%;
	margin: 0px auto;
}
.client-item img {
	height: 48px;
}
.compare-table-header, .compare-table-row {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}
.compare-table {
	border-radius: 8px;
	box-shadow: 0 8px 15px 0 rgba(97, 109, 190, .1);
	overflow: hidden;
}
.compare-table-header-item, .compare-table-content {
	padding: 1rem;
	font-weight: bold;
}
.compare-table-row:nth-child(odd) {
	background: #f4f6f9 ;
}
.compare-table-content:nth-child(2) {
	color: #10ac84;
    background: rgba(16, 172, 132, .1);
}
.compare-table-content:not(:first-child), .compare-table-header-item:not(:first-child) {
	text-align: right;
}
.video-wraper {
	background: #fff;
	border-radius: 5px ;
	overflow: hidden;
	box-shadow: 0 30px 60px -12px rgba(50, 50, 93, .25), 0 18px 36px -18px rgba(0, 0, 0, .3), 0 -12px 36px -8px rgba(0, 0, 0, .025);
	aspect-ratio: 16/9;
	cursor: pointer;
}
.quote-wrapper {
	display: flex;
	gap: 32px;
	position: relative;
	z-index: 1;
}
.quote-img {
	width: 150px;
	height: 150px;
	overflow: hidden;
	border-radius: 50%;
}
.quote-text {
	width: calc(100% - 150px - 32px);
}
.quote-content {
	color: rgb(183, 200.0526315789, 219);
}
.home-section-5 {
	background-color: #253142;
}
.quote-wrapper::before{
	content:"\f10d";
	font-family: "FontAwesome";
	font-size: 100px;
	color: rgb(42.4961165049, 56.2786407767, 75.8038834951);
	position: absolute;
	top: -4rem;
	left: -100px;
	display: block;
}
.quote-wrapper::after{
	content:"\f10e";
	font-family: "FontAwesome";
	font-size: 100px;
	color: rgb(42.4961165049, 56.2786407767, 75.8038834951);
	position: absolute;
	bottom: -2rem;
	right: -50px;
	display: block;
}
.feature-item:nth-child(even) {
	background: #f4f6f9;
}
.feature-item:nth-child(even) .feature-wrapper {
	flex-direction: row-reverse;
}
.feature-img {
	box-shadow: 0 8px 15px 0 rgba(136, 158, 179, .4);
}
.home-section-7 {
	background-color: #98d7ee;
}
.list-package {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 32px;
}
.package {
	border-radius: 8px;
	box-shadow: 0 8px 15px 0 rgba(97, 109, 190, .1);
}
.package-content ul {
	list-style-type: "\f00c";
    padding-left: 20px;
}
.package-content ul li {
	padding-left: 15px;
}
.package-content ul li::marker{
	font-family: "FontAwesome";
	
	color: #1ca173;

}
.package-header {
	border-radius: 8px;
	background-color: #ddf5ee;
}
.package-name {
	color: #1ca173;
}
.tool-item {
	border-radius: 5px;
	box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
}
.list-tools{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}
.tool-icon img {
	height: 47px;
}
.home-section-9 .section-content tr td {
	padding: 12px;
	width: fit-content;
	height: auto;
}
.home-section-9 .section-content table {
	overflow: hidden;
	border-radius: 8px;
	width: 100%;
	box-shadow: 0 8px 15px 0 rgba(97, 109, 190, .1);
}
.home-section-9 .section-content tr:nth-child(1) td {
	background: #073379;
	color: #fff;
	font-weight: bold;
	font-size: 18px;
}
.home-section-9 tr:nth-child(even) {
	background: #f0f4f8;

}
.custom-question {
    border-top: 1px solid #eee;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
}
.custom-answer {
    display: none;
}
.custom-answer ul {
    padding-left: 20px;
}
.custom-question .fa-minus, .course-content-header .fa-minus{
    display: none;
}
.custom-question.active .fa-minus, .course-content-header.active .fa-minus {
    display: block;
}
.custom-question.active .fa-plus, .course-content-header.active .fa-plus {
    display: none;
}
.custom-question.active, .course-content-header.active {
    color: var(--color-main);
}
.list-blog-post {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
}
.post-thumb {
	aspect-ratio: 1.5;
	overflow: hidden;
	border-radius: 8px 8px 0px 0px;
	display: block;
}
.post-item {
	box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
	background: #fff;
	border-radius: 8px;
	padding-bottom: 50px;
	position: relative;
}
.readmore-link {
	text-decoration: none;
	position: absolute;
	bottom: 15px;
	right: 15px;
	display: flex;
	gap: 5px;
	align-items: center;
}
.header {
    position: fixed;
    background: #fff;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
}
.top-footer {
	background-color: #253142;
}
.list-footer-col {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
}
.footer-title {
	position: relative;
	padding-bottom: 16px;
	margin-bottom: 16px;
	color: #fff;
}
.footer-title::after {
	width: 50px;
	height: 2px;
	content: "";
	background-color: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
}
.bottom-footer {
	background-color: #212c3b;
}
.inputVal {
	font-size: 12px;
	color: red;
	display: none;
}
.loading-gif {
    position: fixed;
    background: rgb(0 0 0 / 80%);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 99990;
    align-items: center;
    justify-content: center;
    display: none;
}
.loading-gif.active {
    display: flex;
}
.loading-gif img {
    width: 300px;
    display: block;
}
.color-red {
	color: red;
}
.link_zalo {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: auto;
    animation: zoom-in-zoom-out .4s ease-out infinite;
    z-index: 9;
}
@keyframes zoom-in-zoom-out {
    0% {
        transform: scale(1,1)
    }

    50% {
        transform: scale(1.05,1.05)
    }

    100% {
        transform: scale(1,1)
    }
}
.video-wrapper iframe {
	max-width: 100%;
	aspect-ratio: 16/9;
	display: block;
	height: auto;
}
.single-post ul, .single-post ol {
	padding-left: 20px;
}
.single-post table tr td {
	padding: 4px;
	border: 1px solid var(--color-text);
}