/*
Theme Name: Anothemes
Theme URI: https://anothemes.vn/
Author: Anothemes
Author URI: https://anothemes.vn/
Description: Anothemes were developed by staff of Anothemes company. Anothemes can meet websites in the areas of sales, entertainment, business, product introduction, company introduction, real estate, landing page, ...
Version: 3.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: anothemes
Tags: one-column, two-columns, three-columns, left-sidebar, right-sidebar, fixed-layout, custom-header, custom-background, custom-menu, editor-style, featured-images, microformats, post-formats

The styleheets of Anothemes are located in style.css.
IMPORTANT : If you write your CSS code below, it will be deleted when you'll update the theme.
*/

/*	################################################################
	CSS OVERVIEW 	

	1. IMPORT FILES
	2. GENERAL
	3. ELEMENTS
	4. HEADER
	5. FOOTER
	...

################################################################# */

/*==========================================================
	1. IMPORT FILES
==========================================================*/
/* Fonts */

/* Css */
@import url(libs/font-awesome/css/font-awesome.css);
@import url(libs/owl-carousel/assets/owl.carousel.min.css);
@import url(libs/venobox/venobox.css);
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap');
@import url(./style2.css);

/*==========================================================
    2. GENERAL
==========================================================*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    border: 0;
    font-size: 100%;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}

body {
    font-size: 14px;
    color: #757575;
}

h1,
h2,
h3,
h4,
h5,
h6 {}

h1 {
    font-size: 32px;
}

h2 {
    font-size: 24px;
}

h3 {
    font-size: 20px;
}

h4 {
    font-size: 16px;
}

h5 {
    font-size: 14px;
}

h6 {
    font-size: 12px;
}

p {
    margin-bottom: 1em;
}

img {
    border: none;
    max-width: 100%;
    height: auto;
}

a {
    color: #373737;
}

a:hover {
    color: #e31e1e;
    text-decoration: none;
}

a:focus {
    text-decoration: none;
    color: inherit;
    outline: none;
}

a,
button,
input {
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
}

input {
    appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -webkit-appearance: none;
    -o-appearance: none;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=password],
input[type=number],
input[type=search],
textarea {
    border: 1px solid #d5d5d5;
    padding: 8px 15px;
    font-size: 14px;
    color: #757575;
    font-style: italic;
    border-radius: 0;
}

button,
input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=password]:focus,
input[type=number]:focus,
input[type=search]:focus,
textarea:focus {
    border-color: #29B353;
    outline: none;
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    border-color: #FCD998;
}

iframe {
    max-width: 100%;
}

/* custom bootstrap css */
* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.row {
    margin-left: -15px;
    margin-right: -15px;
}

.row:after,
.clearfix:after {
    display: block;
    content: "";
    clear: both;
}

.hidden {
    display: none !important;
}

.small-container,
.large-container,
.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width:768px) {

    .small-container,
    .large-container,
    .container {
        width: 750px
    }
}

@media (min-width:992px) {
    .small-container {
        width: 983px
    }

    .large-container,
    .container {
        width: 970px
    }
}

@media (min-width:1350px) {
    .small-container {
        width: 983px
    }

    .large-container {
        width: 1360px
    }

    .container {
        width: 1310px
    }
}

.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    float: left
}

.col-xs-12 {
    width: 100%
}

.col-xs-11 {
    width: 91.66666667%
}

.col-xs-10 {
    width: 83.33333333%
}

.col-xs-9 {
    width: 75%
}

.col-xs-8 {
    width: 66.66666667%
}

.col-xs-7 {
    width: 58.33333333%
}

.col-xs-6 {
    width: 50%
}

.col-xs-5 {
    width: 41.66666667%
}

.col-xs-4 {
    width: 33.33333333%
}

.col-xs-3 {
    width: 25%
}

.col-xs-2 {
    width: 16.66666667%
}

.col-xs-1 {
    width: 8.33333333%
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-pull-11 {
    right: 91.66666667%
}

.col-xs-pull-10 {
    right: 83.33333333%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-8 {
    right: 66.66666667%
}

.col-xs-pull-7 {
    right: 58.33333333%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-5 {
    right: 41.66666667%
}

.col-xs-pull-4 {
    right: 33.33333333%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-2 {
    right: 16.66666667%
}

.col-xs-pull-1 {
    right: 8.33333333%
}

.col-xs-pull-0 {
    right: auto
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-push-11 {
    left: 91.66666667%
}

.col-xs-push-10 {
    left: 83.33333333%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-8 {
    left: 66.66666667%
}

.col-xs-push-7 {
    left: 58.33333333%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-5 {
    left: 41.66666667%
}

.col-xs-push-4 {
    left: 33.33333333%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-2 {
    left: 16.66666667%
}

.col-xs-push-1 {
    left: 8.33333333%
}

.col-xs-push-0 {
    left: auto
}

.col-xs-offset-12 {
    margin-left: 100%
}

.col-xs-offset-11 {
    margin-left: 91.66666667%
}

.col-xs-offset-10 {
    margin-left: 83.33333333%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-8 {
    margin-left: 66.66666667%
}

.col-xs-offset-7 {
    margin-left: 58.33333333%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-5 {
    margin-left: 41.66666667%
}

.col-xs-offset-4 {
    margin-left: 33.33333333%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-2 {
    margin-left: 16.66666667%
}

.col-xs-offset-1 {
    margin-left: 8.33333333%
}

.col-xs-offset-0 {
    margin-left: 0
}

@media (min-width:768px) {

    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9 {
        float: left
    }

    .col-sm-12 {
        width: 100%
    }

    .col-sm-11 {
        width: 91.66666667%
    }

    .col-sm-10 {
        width: 83.33333333%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-8 {
        width: 66.66666667%
    }

    .col-sm-7 {
        width: 58.33333333%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-5 {
        width: 41.66666667%
    }

    .col-sm-4 {
        width: 33.33333333%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-2 {
        width: 16.66666667%
    }

    .col-sm-1 {
        width: 8.33333333%
    }

    .col-sm-pull-12 {
        right: 100%
    }

    .col-sm-pull-11 {
        right: 91.66666667%
    }

    .col-sm-pull-10 {
        right: 83.33333333%
    }

    .col-sm-pull-9 {
        right: 75%
    }

    .col-sm-pull-8 {
        right: 66.66666667%
    }

    .col-sm-pull-7 {
        right: 58.33333333%
    }

    .col-sm-pull-6 {
        right: 50%
    }

    .col-sm-pull-5 {
        right: 41.66666667%
    }

    .col-sm-pull-4 {
        right: 33.33333333%
    }

    .col-sm-pull-3 {
        right: 25%
    }

    .col-sm-pull-2 {
        right: 16.66666667%
    }

    .col-sm-pull-1 {
        right: 8.33333333%
    }

    .col-sm-pull-0 {
        right: auto
    }

    .col-sm-push-12 {
        left: 100%
    }

    .col-sm-push-11 {
        left: 91.66666667%
    }

    .col-sm-push-10 {
        left: 83.33333333%
    }

    .col-sm-push-9 {
        left: 75%
    }

    .col-sm-push-8 {
        left: 66.66666667%
    }

    .col-sm-push-7 {
        left: 58.33333333%
    }

    .col-sm-push-6 {
        left: 50%
    }

    .col-sm-push-5 {
        left: 41.66666667%
    }

    .col-sm-push-4 {
        left: 33.33333333%
    }

    .col-sm-push-3 {
        left: 25%
    }

    .col-sm-push-2 {
        left: 16.66666667%
    }

    .col-sm-push-1 {
        left: 8.33333333%
    }

    .col-sm-push-0 {
        left: auto
    }

    .col-sm-offset-12 {
        margin-left: 100%
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%
    }

    .col-sm-offset-9 {
        margin-left: 75%
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%
    }

    .col-sm-offset-6 {
        margin-left: 50%
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%
    }

    .col-sm-offset-3 {
        margin-left: 25%
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%
    }

    .col-sm-offset-0 {
        margin-left: 0
    }
}

@media (min-width:992px) {

    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9 {
        float: left
    }

    .col-md-12 {
        width: 100%
    }

    .col-md-11 {
        width: 91.66666667%
    }

    .col-md-10 {
        width: 83.33333333%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-8 {
        width: 66.66666667%
    }

    .col-md-7 {
        width: 58.33333333%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-5 {
        width: 41.66666667%
    }

    .col-md-4 {
        width: 33.33333333%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-2 {
        width: 16.66666667%
    }

    .col-md-1 {
        width: 8.33333333%
    }

    .col-md-pull-12 {
        right: 100%
    }

    .col-md-pull-11 {
        right: 91.66666667%
    }

    .col-md-pull-10 {
        right: 83.33333333%
    }

    .col-md-pull-9 {
        right: 75%
    }

    .col-md-pull-8 {
        right: 66.66666667%
    }

    .col-md-pull-7 {
        right: 58.33333333%
    }

    .col-md-pull-6 {
        right: 50%
    }

    .col-md-pull-5 {
        right: 41.66666667%
    }

    .col-md-pull-4 {
        right: 33.33333333%
    }

    .col-md-pull-3 {
        right: 25%
    }

    .col-md-pull-2 {
        right: 16.66666667%
    }

    .col-md-pull-1 {
        right: 8.33333333%
    }

    .col-md-pull-0 {
        right: auto
    }

    .col-md-push-12 {
        left: 100%
    }

    .col-md-push-11 {
        left: 91.66666667%
    }

    .col-md-push-10 {
        left: 83.33333333%
    }

    .col-md-push-9 {
        left: 75%
    }

    .col-md-push-8 {
        left: 66.66666667%
    }

    .col-md-push-7 {
        left: 58.33333333%
    }

    .col-md-push-6 {
        left: 50%
    }

    .col-md-push-5 {
        left: 41.66666667%
    }

    .col-md-push-4 {
        left: 33.33333333%
    }

    .col-md-push-3 {
        left: 25%
    }

    .col-md-push-2 {
        left: 16.66666667%
    }

    .col-md-push-1 {
        left: 8.33333333%
    }

    .col-md-push-0 {
        left: auto
    }

    .col-md-offset-12 {
        margin-left: 100%
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%
    }

    .col-md-offset-9 {
        margin-left: 75%
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%
    }

    .col-md-offset-6 {
        margin-left: 50%
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%
    }

    .col-md-offset-3 {
        margin-left: 25%
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%
    }

    .col-md-offset-0 {
        margin-left: 0
    }
}

@media (min-width:1200px) {

    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9 {
        float: left
    }

    .col-lg-12 {
        width: 100%
    }

    .col-lg-11 {
        width: 91.66666667%
    }

    .col-lg-10 {
        width: 83.33333333%
    }

    .col-lg-9 {
        width: 75%
    }

    .col-lg-8 {
        width: 66.66666667%
    }

    .col-lg-7 {
        width: 58.33333333%
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-5 {
        width: 41.66666667%
    }

    .col-lg-4 {
        width: 33.33333333%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-2 {
        width: 16.66666667%
    }

    .col-lg-1 {
        width: 8.33333333%
    }

    .col-lg-pull-12 {
        right: 100%
    }

    .col-lg-pull-11 {
        right: 91.66666667%
    }

    .col-lg-pull-10 {
        right: 83.33333333%
    }

    .col-lg-pull-9 {
        right: 75%
    }

    .col-lg-pull-8 {
        right: 66.66666667%
    }

    .col-lg-pull-7 {
        right: 58.33333333%
    }

    .col-lg-pull-6 {
        right: 50%
    }

    .col-lg-pull-5 {
        right: 41.66666667%
    }

    .col-lg-pull-4 {
        right: 33.33333333%
    }

    .col-lg-pull-3 {
        right: 25%
    }

    .col-lg-pull-2 {
        right: 16.66666667%
    }

    .col-lg-pull-1 {
        right: 8.33333333%
    }

    .col-lg-pull-0 {
        right: auto
    }

    .col-lg-push-12 {
        left: 100%
    }

    .col-lg-push-11 {
        left: 91.66666667%
    }

    .col-lg-push-10 {
        left: 83.33333333%
    }

    .col-lg-push-9 {
        left: 75%
    }

    .col-lg-push-8 {
        left: 66.66666667%
    }

    .col-lg-push-7 {
        left: 58.33333333%
    }

    .col-lg-push-6 {
        left: 50%
    }

    .col-lg-push-5 {
        left: 41.66666667%
    }

    .col-lg-push-4 {
        left: 33.33333333%
    }

    .col-lg-push-3 {
        left: 25%
    }

    .col-lg-push-2 {
        left: 16.66666667%
    }

    .col-lg-push-1 {
        left: 8.33333333%
    }

    .col-lg-push-0 {
        left: auto
    }

    .col-lg-offset-12 {
        margin-left: 100%
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%
    }

    .col-lg-offset-9 {
        margin-left: 75%
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%
    }

    .col-lg-offset-6 {
        margin-left: 50%
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%
    }

    .col-lg-offset-3 {
        margin-left: 25%
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%
    }

    .col-lg-offset-0 {
        margin-left: 0
    }
}

/* wordpress default style */
.single .entry-content h1,
.comment-content h1,
.single .entry-content h2,
.comment-content h2,
.single .entry-content h3,
.comment-content h3,
.single .entry-content h4,
.comment-content h4,
.single .entry-content h5,
.comment-content h5,
.single .entry-content h6,
.comment-content h6,
.single .entry-content p,
.comment-content p,
.single .entry-content table,
.comment-content table,
.single .entry-content dl,
.comment-content dl,
.single .entry-content pre,
.comment-content pre,
.single .entry-content ul,
.comment-content ul,
.single .entry-content ol,
.comment-content ol {
    margin-bottom: 20px;
}

.single .entry-content ul,
.comment-content ul {
    list-style: none;
}

.single .entry-content ul {
    margin: 0 0 20px 30px;
}

.single .entry-content ul li:before,
.comment-content ul li:before {
    content: "";
    width: 6px;
    height: 6px;
    background-color: #5f5f5f;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    margin-bottom: 2px;
}

.post-password-form input[type="password"] {
    height: 38px;
    line-height: 38px;
    padding: 0 10px;
    border: 1px solid #e9e9e9;
    margin-right: 10px;
}

.post-password-form input[type="submit"] {
    border: 1px solid #242627;
    background: none;
    color: #242627;
    text-transform: uppercase;
    height: 38px;
    line-height: 38px;
    padding: 0 40px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -webkit-border-radius: 2px;
    -o-border-radius: 2px;
    display: inline-block;
    vertical-align: middle;
}

.post-password-form input[type="submit"]:hover {
    background: #242627;
    color: #FFF;
}

.screen-reader-text {
    display: none
}

.gallery:after {
    content: "";
    display: block;
    clear: both;
    margin: 0 -5px 20px;
}

.gallery-item {
    float: left;
    padding: 0 5px;
    margin-bottom: 15px;
}

.gallery-columns-1 .gallery-item {
    float: none;
    display: block;
}

.gallery-columns-2 .gallery-item {
    width: 50%;
}

.gallery-columns-3 .gallery-item {
    width: 33.3333%;
}

.gallery-columns-4 .gallery-item {
    width: 25%;
}

.gallery-columns-5 .gallery-item {
    width: 20%;
}

.gallery-columns-6 .gallery-item {
    width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
    width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
    width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    width: 11.1111%;
}

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
    clear: both;
}

.wp-caption {
    max-width: 100%;
}

.wp-caption-text {
    text-align: center;
    padding: 5px;
    font-style: italic;
}

.gallery-caption {
    text-align: left;
    font-style: italic;
    padding: 5px 0;
}

.alignleft {
    float: left;
    margin: 0 20px 10px 0;
}

.alignright {
    float: right;
    margin: 0 0 10px 20px;
}

.aligncenter {
    display: block;
    margin: 0 auto 20px;
}

.bypostauthor {
    display: block;
}

/*==========================================================
	3. ELEMENTS
==========================================================*/
#wrapper {
    margin: auto;
}

.searchform {
    display: inline-block;
}

.searchform>div {
    position: relative;
    width: 250px;
}

.searchform>div:before {
    position: absolute;
    top: 5px;
    right: 8px;
    content: "\f002";
    font-family: FontAwesome;
    font-size: 14px;
    color: #e7e7e7;
}

.searchform label {
    display: none;
}

.searchform #s {
    width: 100%;
    background: none;
    height: 33px;
    padding: 5px 45px 5px 10px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: #e7e7e7;
    font-style: italic;
}

.searchform #searchsubmit {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 35px;
    background: none;
    border: none;
    font-size: 0;
}

.star-rating {
    font-family: FontAwesome;
    font-size: 13px;
    height: 1em;
    line-height: 1;
    overflow: hidden;
    position: relative;
    width: 74px;
    letter-spacing: 3px;
}

.star-rating:before {
    color: #b5b5b5;
    content: "\f005\f005\f005\f005\f005";
    float: left;
    left: 0;
    position: absolute;
    top: 0;
}

.star-rating span {
    float: left;
    left: 0;
    overflow: hidden;
    padding-top: 1.5em;
    position: absolute;
    top: 0;
}

.star-rating span:before {
    content: "\f005\f005\f005\f005\f005";
    left: 0;
    position: absolute;
    top: 0;
    color: #ffe931;
}

.thumbnail {
    border-radius: 0;
}

/*==========================================================
	4. HEADER
==========================================================*/
.site-header {
    position: relative;
    z-index: 1000;
    transition: all 0.3s ease-in-out;
}

.site-header.is-sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    animation: slideDown 0.3s ease-in-out;
}

.admin-bar .site-header.is-sticky {
    top: 32px;
}

@media screen and (max-width: 782px) {
    .admin-bar .site-header.is-sticky {
        top: 46px;
    }
}

body.header-sticky #wrapper {
    padding-top: 100px;
}

@keyframes slideDown {
    from {
        transform: translateY(-100%);
    }

    to {
        transform: translateY(0);
    }
}

.mid-header {
    padding: 20px 0 0;
}

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

.main-menu {
    background: #212121;
}

.main-menu ul {
    padding: 0;
    list-style: none;
    margin: 0;
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
}

.main-menu ul li {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.main-menu ul li a {
    display: block;
    padding: 0 20px;
    color: #FFF;
    line-height: 40px;
    height: 40px;
}

.main-menu ul li a:hover,
.main-menu .current-menu-item a {
    color: #e31e1e;
    background: rgba(255, 255, 255, 0.02);
}

.menu-main {
    display: inline-block;
    vertical-align: middle;
}

.main-menu .searchform {
    float: right;
    margin-top: 3px;
}

.main-menu .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 270px;
    background: #212121;
    margin-top: 20px;
    opacity: 0;
    visibility: hidden;
}

.main-menu li:hover>.sub-menu {
    margin-top: 0;
    opacity: 1;
    visibility: visible;
}

.mobile-menu {
    display: none;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #FFF;
    cursor: pointer;
}

.main-menu .arrow {
    position: absolute;
    top: 3px;
    right: 3px;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    background: #000;
    display: none;
}

/*==========================================================
	5. CONTENT
==========================================================*/
.site-main {
    min-height: 300px;
    padding-top: 40px;
}

@media (max-width: 567px) {
    .site-main {
        padding-top: 10px;
    }
}

.breadcrumbs {
    margin-bottom: 30px;
}

.breadcrumbs li {
    display: inline-block;
    vertical-align: middle;
}

.breadcrumbs li:after {
    display: inline-block;
    vertical-align: middle;
    margin: 0 7px;
    content: "\f101";
    font-family: FontAwesome;
}

.breadcrumbs li:last-child:after {
    display: none;
}

.left-content .site-content {
    float: right;
}

.site-content {
    line-height: 24px;
}

.site-main .widget {
    margin-bottom: 15px;
}

.site-main .widget>ul {
    padding-left: 13px;
}

.site-main .widget-title {
    font-size: 16px;
}

.widget_nav_menu .menu {
    padding: 0;
    margin: 0;
    list-style: none;
}

.widget_nav_menu .menu li {
    padding: 7px 0;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.05);
}

.widget_nav_menu .menu li:last-child {
    border-bottom: none;
}

.widget .searchform {
    display: block;
}

.widget .searchform>div {
    width: auto;
}

.widget .searchform #s {
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.site-main .widget_blog_widget ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.widget_blog_widget ul li {
    padding: 10px 0;
    border-bottom: 1px dotted #cccccc;
}

.widget_blog_widget ul li:first-child {
    padding-top: 0;
}

.widget_blog_widget ul li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

.widget_blog_widget .thumb {
    display: block;
    width: 70px;
    margin-right: 20px;
    float: left;
}

.widget_blog_widget li h4 {
    display: block;
    display: -webkit-box;
    font-size: 14px;
    font-weight: normal;
    line-height: 18px;
    max-height: 36px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 5px 0 5px;
}

.widget_blog_widget li h4 a {
    color: #333;
}

.widget_blog_widget li h4 a:hover {
    color: #3c8545;
}

.widget_blog_widget li span {
    font-size: 12px;
    color: #999999;
}

article.post {
    margin-bottom: 30px;
}

.post-title {
    border-bottom-style: dashed;
}

.post-thumb {
    margin-bottom: 10px;
    border-radius: 0;
}

.post-thumb a {
    display: block;
}

.post-thumb img {
    display: block;
    width: 100%;
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
}

.post-thumb a:hover img {
    opacity: 0.8;
}

.post-meta>* {
    display: inline-block;
    vertical-align: top;
    margin-right: 15px;
    font-size: 13px;
    margin-bottom: 5px;
}

.post-meta>*:last-child {
    margin-right: 0;
}

.post-meta>* i {
    margin-right: 5px;
    font-size: 12px;
}

.site-404 {
    max-width: 470px;
    margin: 0 auto;
    padding-top: 100px;
    padding-bottom: 100px;
    text-align: center;
}

.site-404 h1 {
    margin-bottom: 50px;
}

.site-404 h1 strong {
    display: block;
    font-size: 140px;
    font-weight: bold;
    -webkit-text-stroke: 4px #0176ac;
    -webkit-text-fill-color: white;
    font-family: arial;
}

.site-404 h1 span {
    font-size: 32px;
    text-transform: uppercase;
    color: #0176ac;
}

/*==========================================================
	6. PAGES
==========================================================*/
/* -- home-page --*/

/*==========================================================
	7. FOOTER
==========================================================*/
.site-bottom {
    padding: 30px 0 0;
    margin-top: 50px;
    background: #333333;
    color: #f7f7f7;
}

.site-bottom a {
    color: #f7f7f7;
}

.site-bottom .widget {
    background: none;
    padding: 0;
    border: none;
    margin-bottom: 30px;
}

.site-bottom .widget-title {
    border-color: rgba(255, 255, 255, 0.1);
    color: #f7f7f7;
    font-size: 16px;
}

.site-bottom .widget_nav_menu .menu li {
    border-bottom-color: rgba(255, 255, 255, 0.1);
}

.site-bottom .widget_nav_menu .menu li a:hover {
    color: #e31e1e;
}

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

.copyright {
    line-height: 30px;
    font-size: 13px;
}

/*==========================================================
	8. CUSTOM STYLE
==========================================================*/

.mid-header {
    padding: 24px 0;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}

.header-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-logo {
    max-width: 151px;
}

.header-logo a.logo {
    display: flex;
}

.header-menu ul {
    display: flex;
    list-style: none;
    gap: 32px;
}

.header-menu ul li,
.header-menu ul li a {
    font-family: 'Source Sans 3', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    text-decoration: none;
    color: #1A1A1C;
    transition: all 0.2s ease;
}

.header-menu ul li.current-menu-item a {
    color: #29B353;
    text-shadow: 0 0 0.5px currentColor, 0 0 0.5px currentColor;
}

.header-menu ul li a:hover {
    color: #29B353;
    text-shadow: 0 0 0.5px currentColor, 0 0 0.5px currentColor;
}

.menu-toggle-mobile {
    display: none;
}

.mobile-header {
    display: none;
}

.icon-menu {
    display: block;
    width: 24px;
    height: 24px;
    background: url('./images/assets/icon-list.svg') no-repeat center center;
    transition: background 0.3s ease-in-out 0s;
}

.icon-menu.active {
    background: url('./images/assets/icon-close.svg') no-repeat center center;
    transition: background 0.3s ease-in-out 0s;
}

@media (max-width: 567px) {
    .header-menu {
        display: none;
    }

    .menu-toggle-mobile {
        display: block;
    }

    .mobile-header {
        display: block;
    }

    .mobile-header .menu-main {
        position: absolute;
        background: #fff;
        margin-top: 0;
        list-style: none;
        left: 100%;
        right: 0;
        top: 100%;
        width: 100%;
        padding: 0 16px;
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s ease-in-out 0s;
        height: 100vh;
        overflow-y: auto;
        display: flex;
        flex-direction: column;
        gap: 8px;
    }

    .mobile-header.active .menu-main {
        opacity: 1;
        visibility: visible;
        left: 0;
        transition: all 0.3s ease-in-out 0s;
    }

    .mobile-header .menu-main .menu-item {
        padding: 16px 0;
        border-bottom: 1px solid #E5E4EB
    }

    .mobile-header .menu-main .menu-item a {
        font-family: 'Source Sans 3', sans-serif;
        font-weight: 400;
        font-size: 18px;
        line-height: 28px;
        color: #1A1A1C;
        text-decoration: none;
    }

    .mobile-header .menu-main .menu-item.current-menu-item a {
        color: #29B353;
        font-weight: 700;
    }
}



section.bottom-subscribe {
    margin-bottom: 128px;
}

.section-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
}

.section-title.has-link {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

@media (max-width: 567px) {
    section.bottom-subscribe {
        margin-bottom: 80px;
    }

    .section-title {
        margin-bottom: 24px;
    }
}

.title-left {
    align-items: flex-start;
}

.section-title .title {
    font-family: 'Source Sans 3', sans-serif;
    font-weight: 700;
    font-size: 48px;
    line-height: 60px;
    letter-spacing: -2%;
    color: #1a1a1c;
    margin-bottom: 16px;
    text-align: center
}

@media (max-width: 567px) {
    .section-title .title {
        font-size: 30px;
        line-height: 38px;
        margin-bottom: 8px;
    }
}

.section-title .description {
    color: #66656B;
    font-family: 'Source Sans 3', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0%;
    margin-bottom: 0;
    text-align: center;
}

@media (max-width: 567px) {
    .section-title .description {
        font-size: 16px;
        line-height: 24px;
    }
}

.title-left .title,
.title-left .description {
    text-align: left;
}

.section-title .section-button {
    display: flex;
    justify-content: center;
    margin-top: 32px;
}

.section-title.title-left .section-button {
    justify-content: flex-start;
}

.subscribe-form {
    display: flex;
    justify-content: center;
    padding-bottom: 32px;
}

.subscribe-form form {
    max-width: 628px;
    width: 100%;
    position: relative;
}

.subscribe-form form input {
    width: 100%;
    height: 68px;
    border-radius: 99px;
    border: 1px solid var(--Color-Neutral-700, #66656B);
    font-family: 'Source Sans 3', sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0%;
    font-style: unset;
    padding-left: 24px;
}

.subscribe-form form button {
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    padding: 12px 26px;
    border-radius: 99px;
    background: #29B353;
    color: #FBFAFF;
    border: 0;
    height: 52px;
    max-width: 155px;
    width: 100%;
    font-family: 'Source Sans 3', sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0%;
    text-align: left;
    transition: all 0.3s ease;
}

.subscribe-form form button::before {
    content: '';
    position: absolute;
    right: 24px;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    background: url('images/assets/ArrowRight.svg') no-repeat center center;
    background-size: cover;
}

.subscribe-form form button:hover {
    background: #239c47;
    cursor: pointer;
    transform: translateY(calc(-50% - 2px));
    box-shadow: 0 8px 20px rgba(41, 179, 83, 0.3);
}

.site-footer {
    border-top: 1px solid #E5E4EB;
    padding: 32px 0;
}

.footer-introduction {
    max-width: 302px;
}

.footer-logo {
    max-width: 222px;
    margin-bottom: 16px;
}

.footer-logo a {
    display: flex;
}

.footer-description {
    font-family: 'Source Sans 3', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0%;
    color: #000;
}

.footer-socials {
    display: flex;
    gap: 16px;
}

.footer-social-item {
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-social-item a {
    display: flex;
}

.footer-social-item a img {
    width: 24px;
    height: 24px;
}

.footer-container {
    display: flex;
    justify-content: space-between;
}

.footer-navigation {
    display: flex;
    gap: 48px;
}

.footer-menu-wrapper {
    display: flex;
    gap: 24px;
}

.footer-navigation .menu-title {
    font-family: 'Source Sans 3', sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0%;
    color: #000;
    margin-bottom: 24px;
}

.footer-menu-item {
    max-width: 193px;
    width: 100%;
}

.footer-menu-item ul {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 193px;
}

.footer-menu-item .widget_nav_menu ul li {
    padding: 0;
    color: #66656B;
    font-family: 'Source Sans 3', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0%;
    border: 0;
}

.footer-menu-item .widget_nav_menu ul li a {
    color: #66656B;
    text-decoration: none;
}

.footer-contact-wrapper {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.footer-contact-item {
    display: flex;
    gap: 16px;
    align-items: center;
    font-family: 'Source Sans 3', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0%;
    color: #66656B;
    max-width: 308px;
}

.footer-contact-icon {
    width: 24px;
    height: 24px;
}

.mid-footer {
    margin-top: 24px;
    padding: 24px 0 32px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #66656B;
}

.copyright {
    display: flex;
    align-items: center;
    font-family: 'Source Sans 3', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: center;
    color: #000;
}

.copyright p {
    margin-bottom: 0;
}

.footer-terms {
    display: flex;
    gap: 32px;
}

.footer-terms a {
    font-family: 'Source Sans 3', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: center;
    color: #000;
    text-decoration: blink;
}

@media (max-width: 767px) {
    .footer-container {
        flex-direction: column;
        gap: 24px;
    }

    .footer-introduction {
        max-width: 100%;
        text-align: left;
    }

    .footer-logo {
        max-width: 148px;
    }

    .footer-description {
        font-size: 16px;
        line-height: 24px;
    }

    .footer-navigation {
        text-align: left;
        flex-direction: column;
        gap: 24px;
    }

    .footer-navigation .menu-title {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 16px;
    }

    .footer-menu-item ul {
        width: unset;
        gap: 8px;
    }

    .footer-menu-item .widget_nav_menu ul li {
        font-size: 16px;
        line-height: 24px;
    }

    .footer-contact-wrapper {
        gap: 8px;
    }

    .footer-contact-item {
        font-size: 16px;
        line-height: 24px;
    }

    .mid-footer {
        flex-direction: column;
        margin-right: 16px;
        margin-left: 16px;
        align-items: flex-start;
    }
}

.general-button {
    background: #29B353;
    padding: 12px 64px 12px 24px;
    border-radius: 99px;
    color: #FBFAFF;
    text-decoration: none;
    font-family: 'Source Sans 3', sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0%;
    display: block;
    width: fit-content;
    transition: all 0.3s ease;
    position: relative;
}

.general-button:focus {
    color: #FBFAFF;
}

.general-button::after {
    content: '';
    position: absolute;
    right: 24px;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    background: url('images/assets/ArrowRight.svg') no-repeat center center;
    background-size: cover;
}

.general-button.no-arrow {
    padding: 12px 24px;
}

.general-button.no-arrow::after {
    display: none;
}

.general-button:hover {
    background: #239c47;
    cursor: pointer;
    box-shadow: 0 8px 20px rgba(41, 179, 83, 0.3);
    color: #FBFAFF;
    transform: translateY(-3px);
}

.general-button.white-button {
    border: 1px solid #29B353;
    color: #29B353;
    background-color: #fff;
}

.general-button.white-button::after {
    background: url('images/assets/green-arrow-right.svg') no-repeat center center;
}

.general-button.white-button:hover {
    background-color: #29B353;
    color: #FBFAFF;
    border-color: #29B353;
    box-shadow: 0 12px 25px rgba(41, 179, 83, 0.4);
    transform: translateY(-3px);
    transition: all 0.3s ease;
}

.general-button.white-button:hover::after {
    background: url('images/assets/ArrowRight.svg') no-repeat center center;
}

.general-button.back-arrow {
    padding: 12px 24px 12px 64px;
}

.general-button.back-arrow::after {
    left: 24px;
    right: unset;
    background: url('images/assets/ArrowLeft.svg') no-repeat center center;
}

.learning-journey {
    margin-bottom: 128px;
}

.learning-journey-content {
    display: flex;
    justify-content: space-between;
    column-gap: 128px;
    row-gap: 40px;
    align-items: center;
    padding: 40px 0;
}

.learning-journey-content .main-content {
    display: flex;
    flex-direction: column;
    max-width: 737px;
}

.journey-item {
    padding: 24px 0;
    max-width: 737px;
    border-top: 1px dashed #000;
    display: flex;
    gap: 40px;
    justify-content: space-between;
}

.journey-item:first-child {
    border-top: 1px solid #000;
}

.journey-title {
    color: #1A1A1C;
    font-family: 'Source Sans 3', sans-serif;
    font-weight: 600;
    font-size: 30px;
    line-height: 38px;
    letter-spacing: 0%;
    margin-bottom: 0;
}

.journey-desc {
    color: #66656B;
    font-family: 'Source Sans 3', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0%;
    max-width: 398px;
}

.journey-button {
    margin-top: 24px;
}

.learning-orientation__video .wp-video {
    width: unset !important;
}

.learning-orientation__video-file {
    height: 100%;
    width: 100%;
    max-width: 415px;
    max-height: 737px;
    border-radius: 16px;
}

@media (max-width: 767px) {
    .learning-journey-content {
        flex-direction: column;
        padding: 0;
    }

    .journey-item-list {
        display: flex;
        gap: 34px;
        flex-direction: column;
    }

    .journey-item {
        flex-direction: column;
        gap: 0;
        padding: 8px 0;
    }

    .journey-title {
        font-size: 20px;
        line-height: 30px;
    }

    .journey-desc {
        font-size: 16px;
        line-height: 24px;
    }
}

section.learning-benefit {
    margin-bottom: 128px;
    position: relative;
}

.banner-block-1 {
    position: absolute;
    display: block;
    width: 65%;
    height: 100%;
    background: #B8E6C6;
    z-index: -1;
    border-radius: 0 16px 16px 0;
}

.banner-block-2 {
    position: absolute;
    z-index: -2;
    right: 0;
    top: -8px;
    border-radius: 16px 0 0 16px;
    height: 98%;
    overflow: hidden;
}

.learning-benefit-container {
    padding-top: 55px;
    padding-bottom: 55px;
}

.learning-benefit .section-title .description {
    color: #1A1A1C;
}

.learning-benefit-content {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    justify-content: space-between;
    border-radius: 16px;
    overflow: hidden;
    margin-right: -16px;
    margin-left: -16px;
}

.benefit-item {
    padding: 56px 24px;
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.benefit-item:not(:last-child) {
    border-right: 1px solid #D9D9D9;
}

.benefit-icon {
    max-width: 64px;
    margin-bottom: 16px;
}

.benefit-title {
    color: #1A1A1C;
    font-family: 'Source Sans 3', sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0%;
}

.benefit-desc {
    color: #66656B;
    font-family: 'Source Sans 3', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0%;
}

@media(max-width: 767px) {
    .learning-journey {
        margin-bottom: 80px;
    }

    .learning-benefit-content {
        grid-template-columns: repeat(1, 1fr);
        margin: 0;
    }

    .banner-block-1 {
        width: unset;
        right: 1%;
        left: 0;
        height: 65%;
    }

    .banner-block-2 {
        bottom: 0;
        right: 0;
        left: 1%;
        top: unset;
        height: 65%;
    }

    .banner-block-2 img {
        height: 100%;
    }

    .benefit-item {
        padding: 16px;
    }

    .benefit-item:not(:last-child) {
        border-bottom: 1px solid #D9D9D9;
        border-right: none;
    }
}

section.learning-path {
    margin-bottom: 128px;
}

.post__wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.post__card {
    border: 1px solid var(--Color-Neutral-300, #E5E4EB);
    padding: 12px;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    transition: all 0.3s ease;
}

.post__card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
    border-color: transparent;
}

.post__thumb {
    border-radius: 12px;
    overflow: hidden;
}

.post__thumb img {
    transition: transform 0.4s ease;
    width: 100%;
}

.post__card:hover .post__thumb img {
    transform: scale(1.05);
}

.post__thumb a {
    display: flex;
}

.post__body {
    display: flex;
    flex-direction: column;
}

.post__body .post__title {
    color: #1A1A1C;
    font-family: 'Source Sans 3', sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0%;
}

.post__body .post__title a {
    text-decoration: none;
}

.post__body .post__author {
    color: #66656B;
    font-family: 'Source Sans 3', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
}

.post__body .post__abstract {
    color: #66656B;
    font-family: 'Source Sans 3', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.post__footer {}

@media(max-width: 767px) {
    section.learning-path {
        margin-bottom: 80px;
    }

    .post__wrapper {
        grid-template-columns: repeat(1, 1fr);
    }
}

section.teaching-method {
    margin-bottom: 128px;
}

.teaching-method-content {
    display: flex;
    gap: 24px;
}

.teaching-method-wrapper {
    margin: 14px 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

.teaching-method-item {
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    background: #F5F5F7;
    border-radius: 16px;
    border: 1px solid #E5E4EB;
}

.method-number {
    color: #29B353;
    font-family: 'Source Sans 3', sans-serif;
    font-weight: 600;
    font-size: 60px;
    line-height: 72px;
    letter-spacing: -2%;
}

.method-title {
    color: #1A1A1C;
    font-family: 'Source Sans 3', sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0%;
}

.method-desc {
    color: #66656B;
    font-family: 'Source Sans 3', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0%;
}

.teaching-method-image {
    max-width: 411px;
    width: 100%;
}

@media(max-width: 767px) {
    section.teaching-method {
        margin-bottom: 80px;
    }

    .teaching-method-content {
        flex-direction: column;
        padding: 0;
    }

    .teaching-method-wrapper {
        grid-template-columns: repeat(1, 1fr);
    }
}

section.expert-team {
    margin-bottom: 80px;
}

.expert-item {
    padding-bottom: 128px;
}

.expert-degree {
    color: #66656B;
    font-family: 'Source Sans 3', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0%;
    margin-bottom: 12px;
}

.expert-photo {
    border-radius: 16px;
    max-width: 302px;
    max-height: 302px;
    margin-bottom: 24px;
    overflow: hidden;
}

.expert-name {
    color: #1A1A1C;
    font-family: 'Source Sans 3', sans-serif;
    font-weight: 600;
    font-size: 36px;
    line-height: 44px;
    letter-spacing: -2%;
}

.expert-role {
    font-family: 'Source Sans 3', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0%;
    color: #1A1A1C;
    margin-bottom: 0;
}

.icon-arrow-left,
.icon-arrow-right {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-size: cover;
    position: relative;
}

.icon-arrow-left::before {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    background: url('images/assets/green-arrow-left.svg') no-repeat center center;
    background-size: cover;
}

.icon-arrow-right::before {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    background: url('images/assets/green-arrow-right.svg') no-repeat center center;
    background-size: cover;
}

.icon-star {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-size: cover;
    position: relative;
}

.icon-star::before {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    background: url('images/assets/icon-star.svg') no-repeat center center;
    background-size: cover;
}

.expert-team-list .owl-stage {
    padding-left: 0 !important;
}

.featured-project-list .owl-nav,
.expert-team-list .owl-nav {
    position: absolute;
    right: 0;
    bottom: 0;
    display: flex;
    gap: 24px;
}

.featured-project-list .owl-nav button.owl-prev,
.featured-project-list .owl-nav button.owl-next,
.expert-team-list .owl-nav button.owl-prev,
.expert-team-list .owl-nav button.owl-next {
    height: 56px;
    width: 56px;
    border: 1px solid #29B353;
    border-radius: 99px;
}

.featured-project-list .owl-nav button.owl-prev:hover,
.featured-project-list .owl-nav button.owl-next:hover,
.expert-team-list .owl-nav button.owl-prev:hover,
.expert-team-list .owl-nav button.owl-next:hover {
    color: #ffffff;
    border-color: #29B353;
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(41, 179, 83, 0.3);
}

.expert-team-list .owl-nav button .nav-prev,
.expert-team-list .owl-nav button .nav-next,
.expert-team-list .owl-nav button .nav-prev,
.expert-team-list .owl-nav button .nav-next {
    display: flex;
    align-items: center;
    justify-content: center;
}

section.make-tech-leader {
    background: url('images/mtl-section-bg.png') no-repeat center center;
    background-size: cover;
    position: relative;
    padding: 84px 0;
    margin-bottom: 128px;
}

.make-tech-leader .section-title {
    max-width: 654px;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    background: #ffffff;
}

.make-tech-leader-content {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

@media(max-width: 992px) {
    .make-tech-leader-content {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
    }
}

@media(max-width: 767px) {
    .make-tech-leader-content {
        grid-template-columns: repeat(1, 1fr);
        gap: 24px;
    }

    .make-tech-leader .section-title {
        margin-bottom: 84px;
    }
}

.make-tech-leader-item {
    padding: 32px 32px 64px;
    background-color: #fff;
}

.make-tech-leader-item .item-title {
    font-family: 'Source Sans 3', sans-serif;
    font-weight: 600;
    font-size: 30px;
    line-height: 38px;
    letter-spacing: 0%;
    color: #000;
    margin-bottom: 8px;
}

.make-tech-leader .item-desc {
    color: #66656B;
    font-family: 'Source Sans 3', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0%;
}

/* ==================== HOME TESTIMONIALS SECTION ==================== */
.home-testimonials {
    background-color: #B8E6C6;
    padding: 100px 0 130px;
    position: relative;
    overflow: hidden;
    margin-bottom: 128px;
}

.home-testimonials .container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 20px;
}

.home-testimonials .testimonial-wrapper {
    display: flex;
    align-items: flex-start;
    gap: 80px;
    flex-wrap: wrap;
}

.home-testimonials .section-title {
    max-width: 420px;
    width: 100%;
    flex-shrink: 0;
}

.home-testimonials .title {
    font-size: 2.75rem;
    line-height: 1.15;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 16px;
}

.home-testimonials .description {
    font-size: 1.15rem;
    line-height: 1.55;
    color: #4b5563;
}

.home-testimonials .cta-button {
    margin-top: 32px;
}

.home-testimonials .cta-button a {
    background: #22c55e;
    color: white;
    padding: 14px 32px;
    border-radius: 9999px;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(34, 197, 94, 0.25);
}

.home-testimonials .cta-button a:hover {
    background: #16a34a;
    transform: translateY(-3px);
}

.home-testimonials .testimonial-content {
    flex: 1;
    min-width: 0;
    max-width: 100%;
}

.testimonial-swiper {
    width: 100%;
    overflow: hidden;
}

.testimonial-swiper .swiper-slide {
    width: auto;
    flex-shrink: 0;
}

.testimonial-item {
    width: 100%;
}

.testimonial-item {
    border-radius: 16px;
    padding: 24px;
    height: 100%;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    gap: 48px;
    border: 1px solid #66656B;
    position: relative;
}

.testimonial-item:after {
    content: '';
    background-image: url('images/assets/testimonial-decor.png');
    position: absolute;
    bottom: 0;
    left: 0;
    width: 305px;
    height: 229px;
    z-index: -1;
}

.testimonial-header {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 20px;
    flex-direction: column;
    gap: 8px;
}

.testimonial__photo {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
}

.testimonial__photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.testimonial__name {
    font-family: 'Source Sans 3', sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0%;
    text-align: center;
    color: #1A1A1C;
}

.testimonial-body {
    padding: 16px;
}

.testimonial__rating {
    color: #FDB022;
    font-size: 1.35rem;
    margin-bottom: 16px;
    letter-spacing: 3px;
}

.testimonial__rating .icon-star:not(:last-child) {
    margin-right: 8px;
}

.testimonial__desc {
    color: #1A1A1C;
    font-family: 'Source Sans 3', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0%;
    max-width: 321px;
}

.home-testimonials .testimonial-list.owl-carousel {
    overflow: visible !important;
}

.home-testimonials .testimonial-list .owl-stage-outer {
    overflow: visible !important;
}

.home-testimonials .testimonial-list .owl-stage {
    padding: 12px 0;
}

.home-testimonials .testimonial-list .owl-nav {
    position: absolute;
    bottom: -75px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 24px;
    z-index: 10;
}

.home-testimonials .testimonial-list .owl-nav button.owl-prev,
.home-testimonials .testimonial-list .owl-nav button.owl-next {
    width: 56px;
    height: 56px;
    background: #ffffff;
    border: 2px solid #22c55e;
    color: #22c55e;
    border-radius: 50%;
    font-size: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(34, 197, 94, 0.15);
}

.home-testimonials .testimonial-list .owl-nav button:hover {
    background: #22c55e;
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(34, 197, 94, 0.3);
}

.home-testimonials .testimonial-list .owl-nav button span {
    display: none;
}

.testimonial-swiper .swiper-button-prev {
    display: none;
}

.testimonial-swiper .swiper-button-next {
    display: none;
}

@media (max-width: 1024px) {
    .home-testimonials .testimonial-wrapper {
        flex-direction: column;
        gap: 50px;
    }
}

@media (max-width: 768px) {
    .home-testimonials {
        padding: 70px 0 110px;
        margin-bottom: 80px;
    }

    .home-testimonials .testimonial-wrapper {
        flex-direction: column;
        gap: 40px;
    }

    .home-testimonials .section-title {
        max-width: 100%;
    }

    .home-testimonials .title {
        font-size: 2.25rem;
    }

    .home-testimonials .testimonial-list .owl-nav {
        bottom: -65px;
        gap: 16px;
    }

    .home-testimonials .testimonial-list .owl-nav button {
        width: 48px;
        height: 48px;
        font-size: 28px;
    }

    .testimonial-item {
        flex-direction: column;
        gap: 10px;
    }

    .testimonial-header {
        margin-bottom: 0;
        flex-direction: row;
        gap: 10px;
    }

    .testimonial__photo {
        width: 80px;
        height: 80px;
    }

    .testimonial__name {
        text-align: left;
        margin-bottom: 8px;
    }

    .testimonial-body {
        padding: 0;
    }
}


section.home-hero {
    background: linear-gradient(180deg, rgba(255, 0, 255, 0) 0%, #B8E6C6 100%);
    margin-bottom: 80px;
}

@media (max-width: 567px) {
    section.home-hero {
        margin-bottom: 16px;
    }
}

.home-hero .section-title .title,
.home-hero .section-title .description {
    max-width: 949px;
}

.home-hero .section-title .title {
    font-size: 72px;
    line-height: 90px;
}

@media (max-width: 567px) {
    .home-hero .section-title .title {
        font-size: 36px;
        line-height: 44px;
        max-width: 350px;
    }
}

.home-hero-content {
    position: relative;
    padding-bottom: 112px;
}

.hero-image {
    display: flex;
    justify-content: center;
    position: relative;
}

.hero-image img {
    border-radius: 16px;
}

.home-hero .hero-image .gradient-layer {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
    display: block;
    height: 118px;
    width: 100%;
    position: absolute;
    bottom: 0;
}

.hero-decor-1 {
    position: absolute;
    bottom: 10%;
    left: 10%;
    transform: rotate(-12deg);
}

.hero-decor-2 {
    position: absolute;
    bottom: 10%;
    right: 10%;
    transform: rotate(12deg);
}

.hero-decor-1 img,
.hero-decor-2 img {
    max-width: 213px;
    width: 100%;
    border-radius: 16px;
}

.hero-decor-3 {
    position: absolute;
    top: 36px;
    right: 0;
    z-index: -1;
}

.hero-decor-4 {
    position: absolute;
    top: 36px;
    left: 0px;
    z-index: -1;
}

.hero-decor-5 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 7%;
    z-index: -1;
}

.hero-decor-6 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 5%;
    z-index: -1;
}

@media (max-width: 567px) {

    .hero-decor-3,
    .hero-decor-4 {
        top: 0;
        width: 60px;
    }

    .hero-decor-5,
    .hero-decor-6 {
        max-width: 40px;
        top: 30%;
    }

    .hero-decor-1 {
        left: 0;
        width: 100px;
    }

    .hero-decor-2 {
        right: 0;
        width: 100px;
    }

    .hero-decor-1 img,
    .hero-decor-2 img {
        border-radius: 8px;
    }
}

.introduce-hero {
    margin-bottom: 128px;
}

.introduce-hero-content .section-title .description {
    max-width: 1063px;
}

section.vision-mission {
    margin-bottom: 128px;
}

@media (max-width: 767px) {
    .introduce-hero {
        margin-bottom: 80px;
    }
}

.vision-mission-content {
    display: flex;
    flex-direction: column;
    gap: 80px;
}

.vm-wrapper {
    display: flex;
    gap: 28px;
}

.vm-content {
    padding: 80px;
    flex-shrink: 1;
}

.vm-content .title {
    font-family: 'Source Sans 3', sans-serif;
    font-weight: 700;
    font-size: 48px;
    line-height: 60px;
    letter-spacing: -2%;
    text-align: right;
    margin-bottom: 24px;
    color: #000;
}

.vm-content .description {
    max-width: 355px;
    font-family: 'Source Sans 3', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0%;
    text-align: right;
    color: #000;
    margin-bottom: 0;
}

.vision .vm-content .title {
    padding-right: 16px;
    border-right: 2px solid #29B353;
}

.mission .vm-content .title {
    padding-left: 16px;
    border-left: 2px solid #29B353;
}

.mission .vm-content .title,
.mission .vm-content .description {
    text-align: left;
}

.vm-image {
    max-width: 737px;
    width: 100%;
    flex-grow: 1;
}

@media (max-width: 767px) {
    section.vision-mission {
        margin-bottom: 80px;
    }

    .vm-wrapper {
        flex-direction: column;
        gap: 24px;
    }

    .vm-content {
        padding: 0;
    }

    .vm-content .title {
        font-size: 30px;
        line-height: 38px;
        margin-bottom: 8px;
    }

    .vision-mission-content {
        gap: 16px;
    }
}

section.achievement {
    background-color: #B8E6C6;
    margin-bottom: 128px;
}

.achievement-content {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

.achievement-item {
    padding: 36px 39px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.achievement-item .title {
    font-family: 'Source Sans 3', sans-serif;
    font-weight: 700;
    font-size: 60px;
    line-height: 72px;
    letter-spacing: -2%;
    color: #000000;
}

.achievement-item .description {
    color: #3A393D;
    font-family: 'Source Sans 3', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
}

.archive-course-wrapper {
    margin-bottom: 104px;
}

@media (max-width: 992px) {
    .achievement-content {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767px) {
    .achievement-content {
        padding: 24px 0;
        grid-template-columns: repeat(2, 1fr);
    }

    .achievement-item {
        padding: 16px 0;
    }

    .achievement-item .title {
        font-size: 48px;
        line-height: 60px;
    }

    section.achievement {
        margin-bottom: 80px;
    }

    .archive-course-wrapper {
        margin-bottom: 56px;
    }
}

section.compare-section {
    margin-bottom: 128px;
}

.compare-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.compare-card {
    display: flex;
    padding: 40px 32px 32px;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 16px;
    border: 1px solid #E5E4EB;
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0px 12px 16px -4px #0A0D1214;

}

.compare-card:hover {
    transform: translateY(-12px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.10);
    border-color: #22c55e;
}

.compare-card .card-header {
    text-align: center;
}

.compare-card .course-name {
    font-family: 'Source Sans 3', sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0%;
    color: #1A1A1C;
}

.compare-card .course-desc {
    color: #66656B;
    font-family: 'Source Sans 3', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
}

.compare-card .card-body ul {
    padding: 32px 0 36px 40px;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.compare-card .card-body ul li {
    color: #66656B;
    font-family: 'Source Sans 3', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    position: relative;
}

.compare-card .card-body ul li::before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 0;
    left: -36px;
    width: 24px;
    height: 24px;
    background-image: url('images/assets/checkmark-badge.svg');
    background-size: cover;
    background-position: center;
    margin-right: 8px;
}

.compare-card .card-footer .card-button {
    display: flex;
}

.compare-card .card-footer .card-button .general-button {
    text-align: center;
    width: 100%;
}

@media(max-width: 992px) {
    .compare-list {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 567px) {
    section.compare-section {
        margin-bottom: 80px;
    }
}

section.khoa-hoc-hero {
    margin-bottom: 40px;
}

.khoa-hoc-hero .section-title .title {
    font-size: 60px;
    line-height: 72px;
}

.khoa-hoc-hero-content {
    position: relative;
    padding-bottom: 80px;
}

.extra-large-container {
    padding: 0 16px;
}

.khoa-hoc-hero .section-title .description {
    max-width: 698px;
}

.author-date {
    display: flex;
    justify-content: center;
    gap: 24px;
    margin-bottom: 40px;
}

.author-date .author,
.author-date .date {
    font-family: 'Source Sans 3', sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    padding-left: 36px;
    margin-bottom: 0;
    position: relative;
}

.author-date .author::before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 24px;
    height: 24px;
    background-image: url('images/assets/user.svg');
    background-size: cover;
    background-position: center;
    margin-right: 8px;
}

.author-date .date::before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 24px;
    height: 24px;
    background-image: url('images/assets/clock.svg');
    background-size: cover;
    background-position: center;
    margin-right: 8px;
}

.subscribe-wrapper {
    display: flex;
    justify-content: center;
    gap: 24px;
}

.khoa-hoc-gallery {
    position: relative;
    width: 100%;
    max-width: 1410px;
    height: 520px;
    margin: 72px auto 0;
    z-index: 1;
    overflow: visible;
}

.khoa-hoc-gallery-item {
    position: absolute;
    width: 304px;
    height: 356px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    border: 2px solid #85848A;
}

/* Chỉnh vị trí + góc nghiêng cho từng ảnh */
.khoa-hoc-gallery-item.gallery-1 {
    left: 0;
    top: 40px;
    transform: rotate(-16deg);
    z-index: 2;
}

.khoa-hoc-gallery-item.gallery-2 {
    left: 220px;
    top: 10px;
    transform: rotate(8deg);
    z-index: 4;
}

.khoa-hoc-gallery-item.gallery-3 {
    left: 50%;
    top: 60px;
    transform: translateX(-50%) rotate(-4deg);
    z-index: 5;
}

.khoa-hoc-gallery-item.gallery-4 {
    right: 220px;
    top: 20px;
    transform: rotate(9deg);
    z-index: 3;
}

.khoa-hoc-gallery-item.gallery-5 {
    right: 0;
    top: 50px;
    transform: rotate(-14deg);
    z-index: 2;
}

/* Hover effect: ảnh nổi lên khi di chuột */
.khoa-hoc-gallery-item:hover {
    transform: rotate(0deg) scale(1.06) !important;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.25);
    z-index: 10;
}

.khoa-hoc-gallery-item.gallery-3:hover {
    transform: translateX(-50%) rotate(0deg) scale(1.06) !important;
}

@media (max-width: 767px) {
    .khoa-hoc-hero-content {
        padding-bottom: 20px;
    }

    .khoa-hoc-hero .section-title .title {
        font-size: 30px;
        line-height: 38px;
    }

    .subscribe-wrapper {
        flex-direction: column;
        align-items: center;
        gap: 16px;
    }

    .khoa-hoc-gallery-item {
        width: 152px;
        height: 178px;
    }

    .khoa-hoc-gallery {
        height: 270px;
    }

    .khoa-hoc-gallery-item.gallery-2 {
        left: 200px;
    }

    .khoa-hoc-gallery-item.gallery-5 {
        right: 10px;
    }

}

section.what-you-will-learn {
    margin-bottom: 128px;
}

.what-you-will-learn-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 109px;
}

.what-you-will-learn-image img {
    transform: scale(1.2);
}

.what-you-will-learn-content {
    padding: 42px 0;
}

.what-you-will-learn-content h2 {
    color: #1A1A1C;
    font-family: 'Source Sans 3', sans-serif;
    font-weight: 700;
    font-size: 48px;
    line-height: 60px;
    letter-spacing: -2%;
    margin-bottom: 40px;
}

.what-you-will-learn-content ul {
    padding-left: 36px;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.what-you-will-learn-content ul li {
    color: #66656B;
    font-family: 'Source Sans 3', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    position: relative;
}

.what-you-will-learn-content ul li::before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 0;
    left: -36px;
    width: 24px;
    height: 24px;
    background-image: url('images/assets/checkmark-badge.svg');
    background-size: cover;
    background-position: center;
    margin-right: 8px;
}


@media screen and (max-width: 992px) {
    section.what-you-will-learn {
        margin-bottom: 38px;
    }

    .what-you-will-learn-wrapper {
        grid-template-columns: 1fr;
        gap: 64px;
    }

    .what-you-will-learn-image img {
        transform: none;
    }

    .what-you-will-learn-wrapper {
        gap: 0;
    }

    .what-you-will-learn-content h2 {
        font-size: 30px;
        line-height: 38px;
        margin-bottom: 16px;
    }
}

section.khoa-hoc-main {
    margin-bottom: 128px;
}

.khoa-hoc-main-content {
    padding: 24px;
    border: 1px solid #66656B;
    border-radius: 24px;
    max-width: 844px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.khoa-hoc-main-content-item {
    padding: 8px 16px 16px;
    border-bottom: 1px solid #66656B;
}

.accordion-content {
    display: none;
    overflow: hidden;
}

.accordion.active .accordion-content {
    display: block;
}

.accordion-title {
    cursor: pointer;
    position: relative;
    padding-right: 30px;
    color: #1A1A1C;
    font-family: 'Source Sans 3', sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0%;
}

.accordion-content {
    margin-top: 24px;
}

.accordion-title::after {
    content: '\f107';
    font-family: 'FontAwesome';
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    transition: transform 0.3s ease;
}

.accordion.active .accordion-title::after {
    transform: translateY(-50%) rotate(180deg);
}

.accordion-content ul {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.accordion-content li {
    font-family: 'Source Sans 3', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0%;
    color: #1A1A1C;
}

.accordion-content li a {
    text-decoration: none;
}

@media (max-width: 767px) {
    .khoa-hoc-main-content {
        padding: 16px;
    }

    .khoa-hoc-main-content-item {
        padding: 8px 0;
    }

    .accordion-title {
        font-size: 20px;
        line-height: 30px;
    }

    .accordion-content li {
        font-size: 16px;
        line-height: 24px;
    }
}

section.trial-registration {
    margin-bottom: 76px;
}

.trial-form p {
    margin-bottom: 24px;
}

.trial-form .form-group label {
    color: #1A1A1C;
    font-family: 'Source Sans 3', sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0%;
}

.trial-form .form-group input {
    width: 100%;
    padding: 16px;
    border-radius: 16px;
    border: 1px solid #1A1A1C;
    font-family: 'Source Sans 3', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0%;
    font-style: normal;
    color: #1A1A1C;
    margin-top: 8px;
}

.trial-form .general-button {
    width: 100%;
    border: 0;
    margin-top: 32px;
}

.trial-registration-content {
    display: flex;
    gap: 128px;
}

.trial-registration-content .trial-form {
    max-width: 632px;
    width: 100%;
}

.trial-registration-content .trial-image {
    display: flex;
    align-items: center;
    border-radius: 24px;
    overflow: hidden;
}

@media(max-width: 992px) {
    .trial-registration-content {
        flex-direction: column;
        gap: 36px;
    }

    .trial-registration-content .trial-form {
        max-width: 100%;
        width: 100%;
    }
}

section.trial-process {
    margin-bottom: 128px;
}

.trial-process-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}

.process-item {
    padding: 12px;
    border: 1px solid #E5E4EB;
    border-radius: 16px;
    display: flex;
    gap: 24px;
    transition: all 0.35s cubic-bezier(0.4, 0.0, 0.2, 1);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.04);
}

.process-item:hover {
    transform: translateY(-12px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
    border-color: #22c55e;
}

.process-item .process-item-content {
    max-width: 290px;
    width: 100%;
}

.process-item .step {
    color: #66656B;
    font-family: 'Source Sans 3', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    margin-bottom: 8px;
}

.process-item .title {
    color: #1A1A1C;
    font-family: 'Source Sans 3', sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0%;
    margin-bottom: 16px;
}

.process-item .description {
    color: #66656B;
    font-family: 'Source Sans 3', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    margin-bottom: 0;
}

@media (max-width: 767px) {
    section.trial-process {
        margin-bottom: 80px;
    }

    .trial-process-content {
        grid-template-columns: 1fr;
    }

    .process-item {
        gap: 20px;
    }

    .process-item-image {
        max-width: 160px;
    }

    .process-item .step {
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 4px;
    }

    .process-item .title {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 6px;
    }

    .process-item .description {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 0;
    }

}

section.class-activity-hero {
    margin-bottom: 128px;
    background-image: url('images/class-activity-bg.png');
    background-size: cover;
}

.gallery-wrapper {
    padding: 0 96px;
    position: relative;
}

.swiper-slide img {
    border-radius: 16px;
    aspect-ratio: 848 / 477;
    object-fit: cover;
}

.main-gallery {
    margin-bottom: 24px;
}

.thumbs-gallery .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    overflow: hidden;
    padding: 4px;
    background: #fff;
}

.thumbs-gallery .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
    transition: all 0.35s ease;
}

.thumbs-gallery .swiper-slide.swiper-slide-thumb-active {
    border: 3px solid #22c55e;
    padding: 3px;
    background: #fff;
}

.thumbs-gallery .swiper-slide.swiper-slide-thumb-active img {
    border-radius: 8px;
}

.thumbs-gallery .swiper-slide:hover:not(.swiper-slide-thumb-active) {
    border: 3px solid #e5e7eb;
    padding: 3px;
}

.swiper-button-next,
.swiper-button-prev {
    width: 56px;
    height: 56px;
    border: 1px solid #29B353;
    border-radius: 99px;
    transition: all 0.3s ease;
    top: 40% !important;
}

.swiper-button-next svg,
.swiper-button-prev svg {
    display: none;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
    border-color: #29B353;
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(41, 179, 83, 0.3);
}

.swiper-button-next::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 24px;
    height: 24px;
    background: url('images/assets/green-arrow-right.svg') no-repeat center center;
    background-size: cover;
}

.swiper-button-prev::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 24px;
    height: 24px;
    background: url('images/assets/green-arrow-left.svg') no-repeat center center;
    background-size: cover;
}

@media(max-width: 567px) {
    section.class-activity-hero {
        padding-top: 16px;
        margin-bottom: 80px;
    }

    .gallery-wrapper {
        padding: 0;
    }

    .main-gallery {
        padding: 0 30px;
    }

    .gallery-wrapper .swiper-button-next {
        width: 32px;
        height: 32px;
        right: -11px;
    }

    .gallery-wrapper .swiper-button-prev {
        width: 32px;
        height: 32px;
        left: -11px;
    }

    .gallery-wrapper .swiper-button-next::before {
        width: 16px;
        height: 16px;
        background: url('images/assets/green-arrow-right-16x16.svg') no-repeat center center;
    }

    .gallery-wrapper .swiper-button-prev::before {
        width: 16px;
        height: 16px;
        background: url('images/assets/green-arrow-left-16x16.svg') no-repeat center center;
    }
}

section.video-activity {
    margin-bottom: 128px;
}

.video-activity-content {
    display: flex;
    overflow-x: auto;
    gap: 16px;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.video-activity-content::-webkit-scrollbar {
    display: none;
}

.video-activity-content.dragging {
    cursor: grabbing;
    user-select: none;
}

.video-activity__video-file {
    height: 100%;
    width: 100%;
    border-radius: 16px;
}

.video-post {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.video__body {
    display: flex;
    flex-direction: column;
}

.video__body .video__title {
    color: #1A1A1C;
    font-family: 'Source Sans 3', sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0%;
    margin-bottom: 8px;
}

.video__body .video__abstract {
    color: #66656B;
    font-family: 'Source Sans 3', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0%;
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

@media(max-width: 567px) {
    section.video-activity {
        margin-bottom: 80px;
    }

    .video-activity-content {
        padding: 0 16px;
    }

    .video-post {
        max-width: 260px;
    }

    .video__body .video__title {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 4px;
    }

    .video__body .video__abstract {
        font-size: 14px;
        line-height: 20px;
    }
}

section.featured-project {
    background-color: rgba(34, 149, 69, 0.2);
    padding: 80px 0;
    margin-bottom: 128px;
    position: relative;
    overflow: hidden;
}

.featured-project::before {
    content: '';
    background-image: url('images/assets/featured-project-decor.png');
    background-size: cover;
    position: absolute;
    top: 0;
    right: 0;
    width: 40%;
    height: 100%;
}

.featured-project-item {
    display: flex;
    justify-content: space-between;
    gap: 16px;
}

.fp-image {
    max-width: 737px;
    max-height: 415px;
    overflow: hidden;
    border-radius: 16px;
}

.fp-image img {
    aspect-ratio: 737 / 415;
    object-fit: cover;
}

.fp-content {
    max-width: 411px;
    flex-grow: 1;
    padding-top: 32px;
    width: 100%;
}

.fp-content .fp-class {
    font-family: 'Source Sans 3', sans-serif;
    font-weight: 700;
    font-size: 30px;
    line-height: 38px;
    color: #1A1A1C;
    margin-bottom: 24px;
}

.fp-content .fp-name {
    font-family: 'Source Sans 3', sans-serif;
    font-weight: 700;
    font-size: 36px;
    line-height: 44px;
    letter-spacing: -2%;
    color: #1A1A1C;
    margin-bottom: 16px;
}

.fp-content .fp-author {
    font-family: 'Source Sans 3', sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    color: #1A1A1C;
    margin-bottom: 40px;
}

@media (max-width: 567px) {
    .featured-project-item {
        flex-direction: column;
    }

    section.featured-project {
        background-color: #B8E6C6;
        padding-bottom: 96px;
        padding-top: 16px;
        margin-bottom: 80px;
    }

    .featured-project::before {
        top: unset;
        right: 0;
        left: -50%;
        bottom: -28%;
        width: unset;
    }

    .fp-content {
        padding-top: 0;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }

    .fp-content .fp-class {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 16px;
    }

    .fp-content .fp-name {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 8px;
    }

    .fp-content .fp-author {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 0;
    }

    .featured-project-list .owl-nav {
        right: unset;
        left: 0;
        bottom: -23%;
    }

    .fp-content .general-button {
        padding: 12px 24px;
    }

    .fp-content .general-button::after {
        display: none;
    }

}

@media (min-width: 568px) and (max-width: 1349px) {
    .featured-project-list .owl-nav {
        top: 50%;
        bottom: unset;
        transform: translateY(-50%);
        width: 100%;
    }

    .featured-project-list .owl-nav button.owl-prev {
        position: absolute;
        left: -40px;
    }

    .featured-project-list .owl-nav button.owl-next {
        position: absolute;
        right: -40px;
    }
}

@media (min-width: 1350px) {
    .featured-project-list .owl-nav {
        right: calc(411px - 136px);
        bottom: 32px;
    }
}

section.workshop-section {
    margin-bottom: 128px;
}

.workshop-item {
    display: flex;
    justify-content: center;
}

.workshop-item .wp-video {
    width: unset !important;
}

.workshop-video__video-file {
    border-radius: 16px;
    overflow: hidden;
    aspect-ratio: 514 / 411;
    object-fit: cover;
}

@media(max-width: 567px) {
    section.workshop-section {
        margin-bottom: 80px;
    }

    .workshop-video__video-file {
        aspect-ratio: 336 / 268;
        height: 336px;
        width: 268px;
    }

    .workshop-section .white-button {
        font-size: 16px;
        line-height: 24px;
        padding-top: 7px;
        padding-bottom: 7px;
    }

}

section.special-offer {
    margin-bottom: 128px;
}

.special-offer-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
}

.special-offer-content {
    flex-grow: 1;
}

.special-offer-content .section-title .title {
    margin-bottom: 0;
}

.offer-list {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.offer-list .offer-title {
    font-family: 'Source Sans 3', sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0%;
    color: #000;
    margin-bottom: 8px;
}

.offer-list .offer-desc {
    color: #66656B;
    font-family: 'Source Sans 3', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 0;
}

.special-offer-image {
    max-width: 778px;
    width: 100%;
    flex-shrink: 1;
}

@media(max-width: 567px) {
    section.special-offer {
        margin-bottom: 80px;
    }

    .special-offer-container {
        flex-direction: column;
        align-items: unset;
    }

    .special-offer-content .section-title {
        margin-bottom: 26px;
    }

    .offer-list {
        gap: 8px;
    }

    .offer-list .offer-title {
        font-size: 20px;
        line-height: 30px;
    }

    .offer-list .offer-desc {
        font-size: 16px;
        line-height: 24px;
    }
}

section.training-commitment {
    margin-bottom: 128px;
}

.training-commitment .section-title .description {
    max-width: 840px;
}

.commitment-list {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 24px;
}

.commitment-item {
    border-radius: 16px;
    border: 1px solid #E5E4EB;
    padding: 16px;
    grid-column: span 2;
    box-shadow: 0px 4px 8px -2px #1018281A;
    transition: all 0.3s ease-in-out;
}

.commitment-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(41, 179, 83, 0.3);
}

.commitment-image {
    border-radius: 8px;
    overflow: hidden;
    display: flex;
    margin-bottom: 16px;
}

.commitment-image img {
    aspect-ratio: 379 / 214;
    object-fit: cover;
}

.commitment-title {
    font-family: 'Source Sans 3', sans-serif;
    font-weight: 600;
    font-size: 23px;
    line-height: 32px;
    text-align: center;
    color: #1A1A1C;
}

@media(min-width: 993px) {
    .commitment-item:nth-child(4) {
        grid-column: 2 / 4;
    }
}

@media(max-width: 992px) {
    .commitment-list {
        grid-template-columns: 1fr;
    }

    .commitment-item {
        grid-column: span 1;
    }
}


@media (max-width: 567px) {
    section.training-commitment {
        margin-bottom: 80px;
    }

    .commitment-list {
        grid-template-columns: 1fr;
    }

    .commitment-item {
        grid-column: span 1;
    }

    .commitment-title {
        font-size: 20px;
        line-height: 30px;
    }
}

section.featured-post {
    margin-bottom: 80px;
}

.featured-post-item {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
}

.featured-post-item .post-header img {
    width: 100%;
    object-fit: cover;
    aspect-ratio: 16 / 9;
    min-height: 636px;
}

.featured-post-item .post-header a {
    display: flex;
}

.featured-post-item .post-body {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgba(26, 26, 28, 0.4);
    padding: 32px;
    backdrop-filter: blur(12px);
}

.featured-post-item .post-content {
    margin-bottom: 24px;
}

.featured-post-item .post-title {
    font-family: 'Source Sans 3', sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 8px;
    color: #fff;
}

.featured-post-item .post-title a {
    color: #fff;
    text-decoration: none;
}

.featured-post-item .post-excerpt {
    font-family: 'Source Sans 3', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #F5F5F7;
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.featured-post-item .post-meta {
    display: flex;
    justify-content: space-between;
}

.featured-post-item .meta-item-1 {
    display: flex;
    gap: 40px;
    align-items: center;
    margin: 0;
}

.featured-post-item .post-author {
    display: flex;
    align-items: center;
    font-family: 'Source Sans 3', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #fff;
    gap: 8px;
}

.featured-post-item .post-author img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
}

.featured-post-item .post-date {
    display: flex;
    align-items: center;
    font-family: 'Source Sans 3', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #fff;
}

.calendar-icon {
    display: block;
    width: 40px;
    height: 40px;
    background: url('./images/assets/icon-calendar.svg') no-repeat center center;
}

.featured-post-item .meta-item-2 {
    padding: 8px 16px;
    border-radius: 99px;
    border: 1px solid #fff;
    color: #fff;
    font-family: 'Source Sans 3', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    height: fit-content;
}

@media(max-width: 567px) {
    section.featured-post {
        margin-bottom: 40px;
    }

    .featured-post-item .post-title {
        font-size: 20px;
        line-height: 30px;
    }

    .featured-post-item .post-excerpt {
        font-size: 16px;
        line-height: 24px;
    }

    .featured-post-item .meta-item-1 {
        flex-direction: column;
        gap: 8px;
        align-items: flex-start;
    }

    .featured-post-item .post-author,
    .featured-post-item .post-date {
        font-size: 16px;
        line-height: 24px;
    }
}

section.mega-post-section {
    margin-bottom: 128px;
}

.category-tab-list {
    display: flex;
    list-style: none;
}

.category-tab-list li {
    padding: 12px 0;
    width: 96px;
    font-family: 'Source Sans 3', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #1A1A1C;
    border-bottom: 1px solid transparent;
}

.category-tab-list li.active {
    border-bottom: 2px solid #29B353;
}

.category-tab-list li>a {
    text-decoration: none;
    color: #1A1A1C;
}

.category-selector select {
    height: 48px;
    border: none;
    border-bottom: 2px solid #29B353;
    min-width: 96px;
    font-family: 'Source Sans 3', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}

.category-selector select:focus-visible {
    outline: 0;
}

.search-icon {
    display: block;
    width: 24px;
    height: 24px;
    background: url('./images/assets/icon-search.svg') no-repeat center center;
    transition: all 0.3s ease-in-out;
}

.search-icon:hover {
    transition: all 0.3s ease-in-out;
    background: url('./images/assets/icon-search-active.svg') no-repeat center center;
}

.mega-post-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}

.search-input {
    position: relative;
}

.search-input input {
    border-radius: 99px;
    height: 48px;
    width: 100%;
    color: #1A1A1C;
    font-family: 'Source Sans 3', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    font-style: normal;
}

.search-input .search-button {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    border: none;
    cursor: pointer;
}

.blog-search {
    max-width: 415px;
    width: 100%;
}

.blog-search-modal-opener {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 1px solid #E5E4EB;
    display: flex;
    justify-content: center;
    align-items: center;
}

.post-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-bottom: 40px;
}

.post-item {
    padding: 16px;
    border: 1px solid #E5E4EB;
    border-radius: 16px;
    box-shadow: 0px 4px 8px -2px #1018281A;
    transition: all 0.3s ease-in-out;
}

.post-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(41, 179, 83, 0.3);
}

.post-item .post-thumbnail {
    margin-bottom: 24px;
    overflow: hidden;
    border-radius: 16px;
}

.post-item .post-thumbnail a {
    display: flex;
}

.post-item .post-thumbnail img {
    aspect-ratio: 379 / 214;
    border-radius: 16px;
    object-fit: cover;
    transition: all 0.3s ease-in-out;
}

.post-item:hover .post-thumbnail img {
    transform: scale(1.1);
}

.post-item .post-content .category {
    font-family: 'Source Sans 3', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 8px;
    color: #29B353;
}

.post-item .post-content .category a {
    color: #29B353;
    text-decoration: none;
}

.post-item .post-content .category a:hover {
    color: #1f8f3f;
}

.post-item .post-title a {
    color: #1A1A1C;
    font-family: 'Source Sans 3', sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    text-decoration: none;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.post-item .post-title a:hover {
    color: #29B353;
}

.post-item .post-excerpt p {
    color: #66656B;
    font-family: 'Source Sans 3', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.post-item .post-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.post-item .post-meta .post-author {
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: 'Source Sans 3', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #1A1A1C;
}

.post-item .post-meta .post-author img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
}

.post-item .post-meta .post-date {
    color: #1A1A1C;
    font-family: 'Source Sans 3', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 0;
}

.pagination {
    display: flex;
    justify-content: center;
}

.pagination-list {
    display: flex;
    list-style: none;
    justify-content: space-around;
    align-items: center;
    max-width: 415px;
    width: 100%;
    position: relative;
}


.prev-icon-green {
    display: block;
    width: 24px;
    height: 24px;
    background: url('./images/assets/green-arrow-left.svg') no-repeat center center;
}

.next-icon-green {
    display: block;
    width: 24px;
    height: 24px;
    background: url('./images/assets/green-arrow-right.svg') no-repeat center center;
}

.pagination-list .prev,
.pagination-list .next {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    border: 1px solid #29B353;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    transition: all 0.3s ease-in-out;
}

.pagination-list .prev {
    left: 0;
}

.pagination-list .next {
    right: 0;
}

.pagination-list .prev:hover,
.pagination-list .next:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(41, 179, 83, 0.3);
}

.page-num-list {
    display: flex;
    list-style: none;
}

.page-num-list li {
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    color: #66656B;
    font-family: 'Source Sans 3', sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    text-align: center;
}

.page-num-list li a {
    color: #66656B;
    font-family: 'Source Sans 3', sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    text-decoration: none;
}

.page-num-list li.active a {
    color: #29B353;
}

@media (max-width: 567px) {
    .post-list {
        grid-template-columns: 1fr;
    }

    .mega-post-header {
        margin-bottom: 16px;
    }

    section.mega-post-section {
        margin-bottom: 80px;
    }
}

.blog-search-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.blog-search-modal.active {
    display: flex;
}

.blog-search-modal .modal-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(5px);
}

.blog-search-modal .modal-content {
    position: relative;
    background: #fff;
    width: 100%;
    max-width: 500px;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
    animation: slideUp 0.3s ease-out;
}

@keyframes slideUp {
    from {
        transform: translateY(20px);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.blog-search-modal .modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.blog-search-modal .modal-header h3 {
    font-family: 'Source Sans 3', sans-serif;
    font-weight: 700;
    margin: 0;
    font-size: 1.25rem;
    color: #333;
}

.blog-search-modal .close-modal {
    background: none;
    border: none;
    font-size: 2rem;
    line-height: 1;
    cursor: pointer;
    color: #999;
    padding: 0;
}

.blog-search-modal .modal-input-wrapper {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.blog-search-modal input[type="text"] {
    font-family: 'Source Sans 3', sans-serif;
    font-weight: 400;
    width: 100%;
    padding: 12px 15px;
    border: 2px solid #eee;
    border-radius: 8px;
    font-size: 1rem;
    outline: none;
    transition: border-color 0.3s;
}

.blog-search-modal input[type="text"]:focus {
    border-color: #2ecc71;
}

.blog-search-modal .modal-submit-btn {
    font-family: 'Source Sans 3', sans-serif;
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.5;
    background: #2ecc71;
    color: #fff;
    border: none;
    padding: 12px;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s;
}

.blog-search-modal .modal-submit-btn:hover {
    background: #27ae60;
}

body.modal-open {
    overflow: hidden;
}

.single-post-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 24px;
    margin-bottom: 128px;
}

.single-post-container .sidebar-toc {
    max-width: 302px;
    position: sticky;
    top: 100px;
    z-index: 99;
}

.single-post-container .sidebar-toc {
    top: 135px;
}

@media (max-width: 990px) {
    .single-post-container {
        display: block;
    }

    .single-post-container .sidebar-toc {
        display: none;
    }
}

.single-post-container .single-post-content {
    flex: 1;
    max-width: 898px;
}

.news-toc#ez-toc-container {
    background: transparent;
    border: none;
    padding: 0;
}

.news-toc .ez-toc-title-container {
    display: none;
}

.news-toc#ez-toc-container .ez-toc-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.news-toc#ez-toc-container .ez-toc-list li {
    padding: 16px;
    transition: background 0.3s;
}

.news-toc#ez-toc-container .ez-toc-list li:hover {
    background: linear-gradient(90deg, #B8E6C6 0%, rgba(41, 179, 83, 0) 100%);
}

.news-toc#ez-toc-container .ez-toc-list li a {
    font-family: 'Source Sans 3', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #1A1A1C;
}

.news-toc#ez-toc-container .ez-toc-list li a:hover {
    text-decoration: none;
}

.single-post-info #ez-toc-container {
    display: none;
}

.single-post-info .post-title {
    font-family: 'Source Sans 3', sans-serif;
    font-weight: 700;
    font-size: 36px;
    line-height: 44px;
    letter-spacing: -2%;
    color: #1A1A1C;
    margin-bottom: 24px;
}

.single-post-info .post-thumb {
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 40px;
}

.single-post-info .post-thumb img {
    border-radius: 8px;
    object-fit: cover;
    aspect-ratio: 898 / 505;
}

.single-post-info .entry-content {
    font-family: 'Source Sans 3', sans-serif;
    color: #1A1A1C;
}

.single-post-info .entry-content h2 {
    font-size: 30px;
    line-height: 38px;
    margin-bottom: 0;
}

.single-post-info .entry-content h3 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 0;
}

.single-post-info .entry-content h2:not(:first-child) {
    margin-top: 40px;
}

.single-post-info .entry-content h3:not(:first-child) {
    margin-top: 24px;
}

.single-post-info .entry-content p {
    margin-top: 8px;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 0;
}

.single-post-info .entry-content ul {
    margin-bottom: 0;
    margin-top: 8px;
    margin-left: 12px;
}

.single-post-info .entry-content ul li,
.single-post-info .entry-content ol li {
    font-size: 20px;
    line-height: 30px;
}

.single-post-info .entry-content ul li:before {
    border-radius: 50%;
    background-color: #1A1A1C;
}

.single-post-info .entry-content ol {
    margin-top: 8px;
    margin-bottom: 0;
    margin-left: 36px;
}

section.related-post {
    margin-bottom: 128px;
}

@media (max-width: 567px) {
    section.related-post {
        margin-bottom: 80px;
    }

    .single-post-info .post-title {
        font-size: 30px;
        line-height: 38px;
    }

    .single-post-info .entry-content h2 {
        font-size: 20px;
        line-height: 30px;
    }

    .single-post-info .entry-content h2:not(:first-child) {
        margin-top: 24px;
    }

    .single-post-info .entry-content h3 {
        font-size: 20px;
        line-height: 30px;
    }

    .single-post-info .entry-content h3:not(:first-child) {
        margin-top: 16px;
    }

    .single-post-info .entry-content p {
        margin-top: 4px;
        font-size: 16px;
        line-height: 24px;
    }

    .single-post-info .entry-content ul li,
    .single-post-info .entry-content ol li {
        font-size: 16px;
        line-height: 24px;
    }

    .single-post-info .entry-content ul,
    .single-post-info .entry-content ol {
        margin-top: 4px;
    }

    .single-post-container {
        margin-bottom: 80px;
    }
}

.site-404 {
    max-width: 875px;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding-top: 32px;
    padding-left: 16px;
    padding-right: 16px;
}

.site-404 h1 {
    font-family: 'Source Sans 3', sans-serif;
    font-weight: 700;
    font-size: 48px;
    line-height: 60px;
    letter-spacing: -2%;
    margin-bottom: 8px;
    color: #1A1A1C;
}

.site-404 p {
    font-family: 'Source Sans 3', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #66656B;
    margin-bottom: 32px;
}

.error404 .bottom-subscribe,
.error404 footer {
    display: none;
}

.super-duper-large-404 {
    margin-top: 20px;
    margin-bottom: 64px;
}

.super-duper-large-404 p {
    font-family: 'Source Sans 3', sans-serif;
    font-weight: 700;
    font-size: 640px;
    line-height: 90%;
    color: #B8E6C6;
}

.error404 .site-main {
    position: relative;
}

.error404 .site-main::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('images/assets/404-decor-1.png') no-repeat;
    z-index: -1;
}

.error404 .site-main::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 515px;
    height: 905px;
    background: url('images/assets/404-decor-2.png') no-repeat;
    z-index: -1;
}





























/* RESPONSIVE SETTING CLASS */


@media (min-width: 568px) {
    .only-for-mobile {
        display: none;
    }
}

@media(max-width: 567px) {
    .hide-for-mobile {
        display: none;
    }
}