<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">a {
    text-decoration: none;
    color: #fff;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0;
}

body {
    height: 1000px;
}

/* Navbar */
.navbar-expand-lg.scrolled ul li a.active {
    color: #bda8ff;
    font-weight: bold;
}

.navbar-expand-lg.scrolled ul li a:hover {
    color: #bda8ff !important;
}

.navbar-expand-lg.scrolled a.active {
    border-bottom: none;
}

.title-navbar {
    width: 100%;
    background-color: #231454;
    color: #fff;
    text-align: right;
    padding: 20px 50px;
    margin-bottom: 50px;
}

.title-navbar .container h5 {
    display: flex;
    align-items: center;
    gap: 10px;
}

.title-navbar .container h5 a {
    background-color: rgba(0, 0, 0, 0.3);
    padding: 10px;
    border-radius: 30%;
}

.title-navbar .container h5 a:hover {
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
}

/* Hero Section */
section.hero {
    height: 950px;
    display: flex;
    align-items: center;
    padding: 50px 0;
    position: relative;
}

section.hero::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1);
}

section.hero .content {
    position: absolute;
    z-index: 1;
    color: #fff;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    top: 0;
}

section.hero .content p {
    padding: 20px 0;
    margin-bottom: 80px;
}

section.hero .content h2 {
    color: #e1d7ff;
    font-size: 80px;
    margin-bottom: 20px;
}

/* Body Content */
section.body-content {
    padding: 50px 0;
}

section.body-content h3 {
    margin-bottom: 60px;
}

section.body-content .item header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: bold;
}

section.body-content .item header a {
    text-decoration: underline;
    color: #555;
}

section.body-content .item .elements {
    direction: ltr;
}

section.body-content .item .elements .element {
    text-align: center;
    background-color: #fff;

    text-align: center;
    margin: 10px;
    box-shadow: -3px 1px 30px -3px rgba(0, 0, 0, 0.17);
    -webkit-box-shadow: -3px 1px 30px -3px rgba(0, 0, 0, 0.17);
    -moz-box-shadow: -3px 1px 30px -3px rgba(0, 0, 0, 0.17);
}

section.body-content .item .elements .element .bg {
    padding: 10px 10px;
    border-radius: 10px;
}

section.body-content .item .elements .element .bg .top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
}

section.body-content .item .elements .element .bg .top span {
    background-color: rgba(0, 0, 0, 0.6);
    padding: 10px;
    border-radius: 50%;
}

section.body-content .item .elements .element .bg .top i {
    font-size: 30px;
}

section.body-content .item .elements .element .bg h4 {
    text-align: right;
    padding-top: 80px;
    color: #fff;
}

section.body-content .item .elements .element .text {
    padding: 20px 10px;
    display: flex;
    flex-direction: column;
    align-items: end;
}

section.body-content .item .elements .element .text a {
    padding: 8px 18px;
}

section.body-content .item.listening .elements .element .bg {
    background-color: #604ca0;
}

section.body-content .item.Writing .elements .element .bg {
    background-color: #4ca059;
}

section.body-content .item.Reading .elements .element .bg {
    background-color: #4c78a0;
}

section.body-content .item.Grammar .elements .element .bg {
    background-color: #a0744c;
}
section.body-content .item.vocabulary .elements .element .bg {
    background-color: #a08e4c;
}

section.body-content .item .btn-custom {
    border-radius: 50px;
}

section.body-content .item.listening .btn-custom {
    background-color: #604ca0;
    color: #fff !important;
    transition: all 0.3s ease-in-out;
}

section.body-content .item.Writing .btn-custom {
    background-color: #4ca059;
    color: #fff !important;
    transition: all 0.3s ease-in-out;
}

section.body-content .item.Reading .btn-custom {
    background-color: #4c78a0;
    color: #fff !important;
    transition: all 0.3s ease-in-out;
}
section.body-content .item.Grammar .btn-custom {
    background-color: #a0744c;
    color: #fff !important;
    transition: all 0.3s ease-in-out;
}
section.body-content .item.vocabulary .btn-custom {
    background-color: #a08e4c;
    color: #fff !important;
    transition: all 0.3s ease-in-out;
}

/* Update Code Bootstrap */
.navbar-expand-lg {
    background-color: transparent !important;
    position: fixed;
    top: 0;
    width: 100%;
}

.navbar-expand-lg.another {
    background-color: #231454 !important;
}

.navbar-expand-lg.another a.active {
    border: none;
}

.navbar-expand-lg a {
    color: #fff;
    font-weight: 350;
}

.navbar-expand-lg a:focus {
    color: #fff !important;
}

.navbar-expand-lg a.active {
    color: #e1d7ff !important;
    border-bottom: 1px dotted #e1d7ff;
}

.navbar-expand-lg a:hover {
    color: #fff !important;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
    background-color: #fab043;
    color: #fff;
    text-align: center;
    padding: 15px 30px;
    text-align: right;
    border-radius: 10px;
}
.nav-item.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
}
.dropdown-toggle::after{
   display: none;
}
 .dropdown-menu a{
        font-weight: bold;

    margin: 10px 0;
 }
 .navbar.scrolled  .dropdown-menu a:hover,
 .dropdown-menu a:hover{
    color: #af751d !important;

 }
.navbar-expand-lg .navbar-nav .dropdown-menu a:hover {
    background: transparent;
}


/* Footer */
.footer {
    background-color: #231454;
    padding: 40px 0;
}

.footer .app-footer {
    display: flex;
    color: #fff;
    justify-content: space-between;
}

.footer .app-footer .logo {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.footer .app-footer .item h5 {
    color: #a492df;
    font-weight: bold;
}

.footer .app-footer .item a:hover {
    color: #9171fa;
}

.footer .app-footer .item ul li {
    margin: 5px 0;
}

/* Page  Login */
.app-auth {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 100px;
    padding-bottom: 40px;
}

.app-auth a {
    color: #000;
    text-decoration: underline;
    font-weight: bold;
}

.app-auth h2 {
    color: #231454;
    font-weight: bold;
    margin-bottom: 10px;
}

.app-auth form {
    width: 60%;
}

.app-auth form {
    margin: 20px 0;
}

.app-auth form .form-control {
    padding: 15px;
    margin-bottom: 10px;
}

.app-auth .text .social {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.app-auth .text .social li {
    border: 1px solid #f2efff;
    padding: 8px 20px;
    border-radius: 30px;
    box-shadow: 10px 10px 49px -5px rgba(0, 0, 0, 0.13);
    -webkit-box-shadow: 10px 10px 49px -5px rgba(0, 0, 0, 0.13);
    -moz-box-shadow: 10px 10px 49px -5px rgba(0, 0, 0, 0.13);
    transition: all 0.3s ease-in-out;
}

.app-auth .text .social {
    margin-bottom: 30px;
}

.app-auth .text .social li:hover {
    background-color: #e8e1ff;
    color: #fff;
    padding: 8px 40px;
}

.app-auth .form-group,
.app-auth .relative {
    position: relative;
    margin: 5px 0;
}

.app-auth .form-group i,
.app-auth .relative i {
    position: absolute;
    right: 20px;
    top: 25%;
}

.app-auth .form-group input,
.app-auth .relative input,
.app-auth .form-group select,
.app-auth .relative select {
    padding-right: 50px;
}

.btn-one:hover,
.btn-two:hover,
.btn-three:hover {
    background-color: #000;
    color: #fff;
}

/* Pages */
.page h2 {
    color: #231454;
    margin-bottom: 20px;
    font-weight: bold;
    margin-top: 20px;
}

.page p {
    line-height: 25px;
}

/* Page English Basic */
.page {
    padding: 67px 0;
}

.english-basic {
    padding: 67px 0;
}

.english-basic .item .elements {
    display: flex;
    flex-wrap: wrap;
    gap: 17px;
}

.english-basic .item .elements .element {
    text-align: center;
    background-color: #fff;
    width: 32.3%;
    text-align: center;
    box-shadow: -3px 1px 30px -3px rgba(0, 0, 0, 0.17);
    -webkit-box-shadow: -3px 1px 30px -3px rgba(0, 0, 0, 0.17);
    -moz-box-shadow: -3px 1px 30px -3px rgba(0, 0, 0, 0.17);
}

.english-basic .item .elements .element .bg {
    padding: 10px 10px;
    border-radius: 10px;
}

.english-basic .item .elements .element .bg .top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
}

.english-basic .item .elements .element .bg .top span {
    background-color: rgba(0, 0, 0, 0.6);
    padding: 10px;
    border-radius: 50%;
}

.english-basic .item .elements .element .bg .top i {
    font-size: 30px;
}

.english-basic .item .elements .element .bg h4 {
    text-align: right;
    padding-top: 80px;
    color: #fff;
}

.english-basic .item .elements .element .text {
    padding: 20px 10px;
    display: flex;
    flex-direction: column;
    align-items: start;
}

.english-basic .item .elements .element .text a {
    padding: 8px 18px;
}

.english-basic .item .btn-custom {
    border-radius: 50px;
    background-color: #9b9b9b;
}

/* Public */
.open-progress {
    position: fixed;
    left: -8px;
    top: 139px;
    z-index: 999999999999999999999999;
    background: #231454;
    padding: 14px;
    border-radius: 10px;
    cursor: pointer;
}
.modal-header .btn-close {
    margin-left: 0;
}
.progress-bar {
    background-color: red;
}
.btn-one {
    background-color: #231454;
    color: #fff;
    padding: 10px 30px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 500;
    transition: all 0.3s ease-in-out;
}

.btn-two {
    background-color: #fff;
    color: #231454 !important;
    padding: 6px 10px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 500;
    transition: all 0.3s ease-in-out;
}

.btn-three {
    background-color: #f51d5d;
    color: #fff;
    padding: 10px 30px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 500;
    transition: all 0.3s ease-in-out;
}

.links a.btn-two:hover {
    background-color: #231454 !important;
    color: #fff !important;
}

.links img {
    border-radius: 50%;
    border: 1px solid #fff;
}

.links {
    display: flex;
    gap: 10px;
    align-items: center;
}

.navbar.scrolled {
    background-color: #231454 !important;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    transition: background-color 0.3s ease;
}

#pagination {
    width: 100%;
    margin: 20px 0;
    display: flex;
    justify-content: center;
}

.page-link {
    color: #231454;
}

.active &gt; .page-link,
.page-link.active {
    background-color: #231454;
    border: 1px solid #231454;
}

.divider-container span {
    position: relative;
    font-weight: bold;
    font-size: 30px;
}

.divider-container span:first-child,
.divider-container span:last-child {
    top: -8px;
}

/* Update Slick */
.slick-prev:before,
.slick-next:before {
    color: #231454;
}

.fl-wrapper {
    position: relative;
    left: 0 !important;
    z-index: 99999999999999999999999999999999999999999999999 !important;
}
</pre></body></html>