::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-thumb {
    background-color: #aaa;
}

::-webkit-scrollbar-track {
    background-color: #f1f1f1;
}

.absolute-footer, html {
    background-color: #fff !important;
}

:root {
    --color-gray: rgb(36, 41, 56);
    --primary-color2: #0c844a;
}

#wrapper, #main {
    background: #fff !important;
}

ul, li {
    margin-bottom: 0px !important;
}

.row-0 {
    padding: 0px 0px !important;
}

.pd-0 {
    padding: 0px !important;
}

.row-5 {
    padding: 0px 10px !important;
}

.pd-5 {
    padding: 0px 5px 8px 5px !important;
}

.row-10 {
    padding: 0px 5px !important;
}

.pd-10 {
    padding: 0px 10px 20px 10px !important;
}

.row-20 {
    padding: 0px 0px !important;
}

.pd-20 {
    padding: 0px 20px 20px 20px !important;
}

.pd-35 {
    padding: 0px 35px 20px 35px !important;
}

.row-7 {
    padding: 0px 7px !important;
}

.pd-7 {
    padding: 0px 7px 7px 7px !important;
}

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

.mr-1 {
    margin-right: 10px !important;
}

.mr-2 {
    margin-right: 20px;
}

.mr-3 {
    margin-right: 30px;
}

.mr-4 {
    margin-right: 40px;
}

.mr-4 {
    margin-right: 50px;
}

.ml-1 {
    margin-left: 10px;
}

.ml-2 {
    margin-left: 20px;
}

.ml-3 {
    margin-left: 30px;
}

.ml-4 {
    margin-left: 40px;
}

.mt-1 {
    margin-top: 10px;
}

.mt-2 {
    margin-top: 20px;
}

.mt-3 {
    margin-top: 30px;
}

.mt-4 {
    margin-top: 40px;
}

.mt-5 {
    margin-top: 50px;
}

.mb-1 {
    margin-bottom: 10px !important;
}

.mb-2 {
    margin-bottom: 20px !important;
}

.mb-3 {
    margin-bottom: 30px;
}

.mb-4 {
    margin-bottom: 40px;
}

.mb-5 {
    margin-bottom: 50px;
}

.button_style {
    background-color: var(--primary-color) !important;
    color: #fff !important;
    text-align: center;
    padding: 0 1em !important;
    height: 42px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    line-height: 42px !important;
    display: inline-block !important;
    position: relative !important;
    overflow: hidden !important;
    z-index: 9;
    border-radius: 8px !important;
    margin-bottom: 0px !important;
    min-width: auto !important;
    white-space: nowrap !important;
    border: 1px solid var(--primary-color) !important;
}

.button_for_outline {
    border: 1px solid rgb(227, 231, 237) !important;
    background: transparent !important;
    color: rgb(49, 58, 68) !important;
}

.button_16 {
    border-radius: 16px !important;
}

.button_icon {
    display: inline-flex !important;
    align-items: center;
    gap: 8px;
}

.button_icon img {
    width: 24px;
    height: 24px;
}

.button_for_outline:hover {
    background: rgb(249, 250, 251) !important;
}

/**menu**/
div#mega-menu-wrap-primary ul li {
    padding: 0 15px !important;
    margin: 0px !important;
}

div#mega-menu-wrap-primary ul li a {
    color: var(--color-gray) !important;
    font-weight: 600 !important;
    padding: 0px !important;
    text-transform: unset !important;
    font-size: 15px !important;
    text-align: center !important;
    display: flex !important;
    align-items: center;
    position: relative;
}

div#mega-menu-wrap-primary ul li a:before {
    content: '' !important;
    background: var(--primary-color) !important;
    width: 100% !important;
    height: 2px !important;
    position: absolute !important;
    left: 0;
    bottom: 0;
    display: none !important;
}

div#mega-menu-wrap-primary ul li a:hover {
    color: var(--primary-color) !important;
}

div#mega-menu-wrap-primary ul li a:hover:before {
    display: block !important;
}

div#mega-menu-wrap-primary ul li.mega-current-menu-item a {
    color: var(--primary-color) !important;
}

div#mega-menu-wrap-primary ul li.mega-current-menu-item a:before {
    display: block !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu {
    box-shadow: rgba(0, 0, 0, 0.04) 0px 10px 20px, rgba(0, 0, 0, 0.04) 0px 2px 6px, rgba(0, 0, 0, 0.04) 0px 0px 1px !important;
    display: block !important;
    border-radius: 5px !important;
    padding: 8px 0px !important;
    background: #fff !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li {
    padding: 0 !important;
    border: 0px !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    height: unset !important;
    padding: 12px 16px !important;
    display: block !important;
    -webkit-transition: .4s;
    transition: .4s;
    font-size: 15px !important;
    line-height: 24px !important;
    color: var(--color-gray) !important;
    text-transform: unset !important;
    background: #fff !important;
    text-align: left !important;
    font-weight: normal !important;
    border-color: transparent !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover {
    background-color: rgb(244, 244, 246) !important;
    box-shadow: none;
    border-bottom: none !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover:before {
    display: none !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:before {
    display: none !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
    color: var(--color-gray) !important;
    margin-bottom: 10px !important;
    text-align: left !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link {
    color: var(--color-gray) !important;
    text-transform: unset !important;
    font-size: 14px !important;
    text-align: left !important;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
    padding: 0px !important;
    text-align: left !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:hover,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:hover {
    color: var(--primary-color) !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu {
    background: #fff !important;
    box-shadow: 0px 0px 16px rgb(0 0 0 / 10%);
    padding: 15px !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li {
    padding: 0 !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
    color: var(--primary-color) !important;
    font-weight: 700 !important;
    margin-bottom: 0px !important;
    text-align: left !important;
    padding-bottom: 5px !important;
    padding-left: 0px !important;
    border-bottom: 0 !important;
}

/**widget**/
.widget {
    width: 100%;
    background: rgba(255, 249, 249, 1);
    padding: 20px;
}

.widget-title, span.widget-title, h4.filter-title {
    font-size: 20px !important;
    line-height: 24px !important;
    position: relative !important;
    margin: 0 0 30px 0 !important;
    text-transform: unset !important;
    width: 100% !important;
    display: block;
}

.is-divider.small {
    display: none;
}

.widget-title:after, span.widget-title:after, h4.filter-title:after {
    content: '';
    height: 2px;
    background: var(--primary-color);
    width: 30px;
    display: block;
    margin-top: 10px;
}

.widget-category ul li a {
    color: #333;
    font-size: 15px;
}

.widget-category ul li a:hover {
    color: var(--primary-color)
}

.widget-post-list .widget-post-item {
    width: 100%;
    margin-bottom: 25px;
}

.widget-post-list .widget-post-item:last-child {
    margin: 0;
}

.widget-post-list .widget-post-item {
    display: flex;
    flex-flow: wrap;
}


.widget-post-list .widget-post-item .widget-post-thumbnail {
    width: 100px;
    height: 80px;
}

.widget-post-list .widget-post-item .widget-post-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.widget-post-list .widget-post-item .widget-post-content {
    width: calc(100% - 120px);
    padding: 0 0 0 10px;
}

.widget-post-list .widget-post-item .widget-post-content .widget-post-title {
    display: inline-block;
    color: #000;
    font-weight: normal;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-align: left;
    font-size: 18px;
    line-height: 26px;
}

.widget-post-list .widget-post-item .widget-post-content .widget-post-title:hover {
    color: var(--primary-color2);
}

.widget-post-list .widget-post-item .widget-post-content .product-price {
    font-size: 13px;
}

.widget-post-list .widget-post-item .widget-post-content .product-price ins span {
    color: var(--primary-color) !important;
}

.widget-post-list .widget-post-desc {
    color: rgba(151, 149, 143);
    font-size: 0.75rem;
    line-height: 1rem;
    margin: 10px 0 0 0;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

/**post item**/
.post-item {
    width: 100%;
    border-radius: 8px;
    background: #fff;
    transition: 0.3s ease-in-out;
}

.post-item .post-thumbnail {
    width: 100%;
    height: 280px;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    transition: 0.3s ease-in-out;
}

.post-item .post-thumbnail img {
    width: 100%;
    height: 100%;
    transition: 0.3s ease-in-out;
    object-fit: cover;
    border-radius: 8px;
}

.post-item .post-content {
    padding: 15px 0 0 0;
}

.post-item .post-content .post-title {
    margin-bottom: 15px;
}

.post-item .post-content .post-title a {
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: var(--color-gray);
}

.post-item .post-content .post-title a:hover {
    color: #ff3333;
}

.post-item .post-content .post-desc {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.post-item .post-content .post-meta {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: rgb(143, 146, 161);
    margin-bottom: 8px;
}

/**post large**/
.post-large {
    width: 100%;
    border-radius: 16px;
    background: #fff;
    transition: 0.3s ease-in-out;
}

.post-large .post-thumbnail {
    width: 100%;
    height: 320px;
    border-radius: 16px;
    overflow: hidden;
    position: relative;
    transition: 0.3s ease-in-out;
}

.post-large .post-thumbnail img {
    width: 100%;
    height: 100%;
    transition: 0.3s ease-in-out;
    object-fit: cover;
    border-radius: 16px;
}

.post-large:hover .post-thumbnail img {
    transition: 0.3s ease-in-out;
    transform: scale(1.1);
}

.post-large .post-content {
    padding: 15px 0 0 0;
}

.post-large .post-content .post-title a {
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: var(--color-dark);
}

.post-large .post-content .post-title a:hover {
    color: #ff3333;
}

.post-large .post-content .post-desc {
    font-size: 14px;
    font-weight: 400;
    color: rgba(0, 0, 0, .6);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin: 10px 0 0 0;
}

/**post small**/
.post-small {
    display: flex;
    gap: 20px;
    align-items: flex-start;
}

.post-small .post-thumbnail {
    position: relative;
    width: 108px;
    aspect-ratio: 108 / 83;
    flex-shrink: 0;
    border: 2px solid rgb(255, 255, 255);
    border-radius: 12px;
    overflow: hidden;
    transition: transform 0.3s ease-in-out;
    box-shadow: rgba(27, 43, 67, 0.1) 0px 8px 20px 0px, rgba(27, 43, 67, 0.1) 0px 3px 6px 0px, rgba(27, 43, 67, 0.1) 0px 0px 1px 0px;
}

.post-small .post-thumbnail img {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.post-small .post-content {
    display: flex;
    flex-direction: column;
    gap: 4px;
    overflow: hidden;
}

.post-small .post-content .post-title a {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    color: var(--color-gray)
}

.post-small .post-content .post-title a:hover {
    color: var(--primary-color);
}

.post-small .post-category {
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    color: var(--primary-color);
    text-transform: uppercase;
}

/**pagination**/
.pagination {
    width: 100%;
    display: inline-block;
}

.pagination ul li a, .pagination ul li span {
    color: #000;
    border: 1px solid #e9e9e9;
    width: 35px;
    height: 35px;
    padding: 0px;
    line-height: 35px;
    font-weight: normal;
    background: #fff;
    border-radius: 99px !important;
}

.pagination ul li a:hover, .pagination ul li span:hover {
    background: var(--primary-color) !important;
    color: #fff;
    font-weight: normal !important;
    border: 1px solid var(--primary-color) !important;
}

.wp-pagenavi {
    width: 100%;
    display: inline-block;
    margin: 20px 0 0 0;
    text-align: center;
}

.wp-pagenavi a, .wp-pagenavi span {
    background: #fff;
    border: 1px solid #e9e9e9;
    width: 35px;
    height: 35px;
    padding: 0px;
    line-height: 35px;
    font-weight: normal;
    display: inline-block;
    border-radius: 99px !important;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current, .pagination span.current {
    background: var(--primary-color) !important;
    color: #fff;
    font-weight: normal !important;
    border: 1px solid var(--primary-color) !important;
}

/**alert**/
.alert {
    position: relative;
    padding: 10px;
    border: 1px solid transparent;
    border-radius: .25rem;
}

.alert-primary {
    color: #084298;
    background-color: #cfe2ff;
    border-color: #b6d4fe;
}

.alert-secondary {
    color: #41464b;
    background-color: #e2e3e5;
    border-color: #d3d6d8;
}

.alert-success {
    color: #0f5132 !important;
    background-color: #d1e7dd !important;;
    border-color: #badbcc !important;;
}

.alert-danger {
    color: #842029 !important;
    background-color: #f8d7da !important;
    border-color: #f5c2c7 !important;
}

.alert-warning {
    color: #664d03;
    background-color: #fff3cd;
    border-color: #ffecb5;
}

.alert-info {
    color: #055160;
    background-color: #cff4fc;
    border-color: #b6effb;
}

.alert-light {
    color: #636464;
    background-color: #fefefe;
    border-color: #fdfdfe;
}

.alert-dark {
    color: #141619;
    background-color: #d3d3d4;
    border-color: #bcbebf;
}

/**slide**/
.swiper-container {
    position: relative;
}

body .swiper-button-next, body .swiper-button-prev {
    width: 40px;
    height: 40px;
    border: none;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.25) !important;
    outline: none;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: .3s;
    transition: .3s;
    transform: translateY(-50%) !important;
    top: 50% !important;
    border-radius: 50% !important;
    color: rgba(0, 0, 0, 1) !important;
    margin: 0;
}

body .swiper-button-prev.swiper-button-disabled,
body .swiper-button-next.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none;
}

body .swiper-button-next:after, body .swiper-button-prev:after {
    content: '' !important;
    font-size: 18px;
    color: #fff;
}

body .swiper-button-next {
    right: -55px;
}

body .swiper-button-prev {
    left: -55px;
}

body .swiper-button-next:after, body .swiper-button-prev:after {
    display: none !important;
}

body .swiper-button-next i, body .swiper-button-prev i {
    color: rgba(0, 0, 0, 1) !important;
}

/**category**/
.category-description {
    font-weight: 300;
    font-size: 16px;
}

.entry-content {
    padding: 0 !important;
    font-weight: 300;
    font-size: 16px;
    color: rgba(0, 0, 0, 1);
}

.category-description p
.category-description ul li,
.category-description ol li,
.entry-content p,
.entry-content ul li,
.entry-content ol li {
    margin: 0 0 10px 0 !important;
}

.category-description ul,
.category-description ol,
.entry-content ul,
.entry-content ol {
    margin-left: 15px !important;
}

.category-description table,
.category-description table tr td,
.entry-content table,
.entry-content tr td {
    border-collapse: collapse;
    border: 1px solid #3333;
}

.category-description table tr td,
.category-description table tr th,
.entry-content tr td,
.entry-content tr th {
    padding: 10px;
    color: #333 !important;
}

.entry-content a, .category-description a {
    color: var(--primary-color) !important;
}

/**slide**/
.sale-flex {
    width: 100%;
    max-width: 1144px;
    margin: 0px auto;
    padding: 0px 16px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

.slide-one {
    background: linear-gradient(90deg, rgb(255, 245, 233) 0%, rgb(255, 235, 210) 100%);
}

.slide-two {
    background: linear-gradient(90deg, rgb(235, 243, 238) 0%, rgb(215, 231, 221) 100%);;
}

.swiper-sale .swipe-wrapper {
    padding-top: 10px !important;
}

.sale_slide {
    display: flex;
    gap: 40px;
    width: 100%;
    align-items: center;
}

.sale_slide .sale_thumbnail {
    width: 80px;
    position: relative;
    height: 65px;
}

.sale_slide .sale_thumbnail:after {
    display: block;
    content: "";
    aspect-ratio: 1 / 1;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0px;
    width: 100%;
    border-radius: 999px;
    background-color: rgb(255, 235, 210);
    z-index: 0;
}

.sale_slide .sale_thumbnail img {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    object-fit: cover;
    height: auto;
    z-index: 1;
}

.sale_slide .sale_body {
    display: flex;
    flex-direction: column;
    gap: 2px;
    padding: 14px 0px;
    width: calc(100% - 75px);
}

.sale_slide .sale_body p {
    margin: 0;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    color: var(--color-gray)
}

.sale_slide .sale_body h4 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    margin: 0;
    color: var(--color-gray)
}

.sale_slide .sale_icon {
    position: absolute;
    right: -12%;
    top: 25%;
    z-index: 1;
}

.sale_slide .sale_body a {
    font-size: 14px;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    gap: 4px;
    flex-shrink: 0;
    margin-left: 4px;
}

.slide-one .sale_thumbnail:after {
    background-color: rgb(255, 235, 210);
}

.slide-two .sale_thumbnail:after {
    background: rgb(215, 231, 221);
}

.slide-one a {
    color: rgb(255, 153, 31)
}

.slide-two a {
    color: rgb(53, 135, 86);
}

.swiper-sale .swiper-nav.swiper-position {
    position: unset !important;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    gap: 8px;
}

.swiper-sale .swiper-nav .swiper-button-prev, .swiper-sale .swiper-nav .swiper-button-next {
    position: unset;
    background: transparent !important;
    box-shadow: unset !important;
    transform: none !important;
}

.slide-one .swiper-button-prev svg path, .slide-one .swiper-button-next svg path {
    fill: rgb(255, 153, 31) !important;
}

.slide-two .swiper-button-prev svg path, .slide-two .swiper-button-next svg path {
    fill: rgb(53, 135, 86) !important;
}

/**banner**/
.banner_hero {
    width: 100%;
}

.banner_hero .banner_hero_header {
    font-size: 40px;
    line-height: 52px;
    font-weight: 700;
    color: var(--primary-color);
    position: relative;
    width: auto;
    display: inline-block;
}

.banner_hero .banner_hero_icon {
    position: absolute;
    top: -10px;
    right: -25px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center
}

.banner_hero .banner_hero_description {
    font-size: 40px;
    line-height: 52px;
    font-weight: 700;
    color: var(--color-gray);
}

.banner_hero span.highlight {
    position: relative;
    z-index: 1;
}

.banner_hero .banner_hero_description span.highlight:after {
    content: "";
    position: absolute;
    background: rgb(255, 153, 31);
    bottom: 3px;
    left: 0px;
    height: 10px;
    width: 100%;
    opacity: 0.3;
    z-index: -1;
}

.banner_hero .banner_hero_list {
    margin: 30px 0 0 0;
}

.banner_hero .banner_hero_list ul {
    list-style: none;
    margin: 0;
    padding: 0 !important;
}

.banner_hero .banner_hero_list ul li {
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
    margin: 0 0 15px 0 !important;
    display: flex;
    gap: 10px;
    align-items: center;
}

.banner_hero p {
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
    margin: 0 0 15px 0 !important;
    gap: 10px;
}

.banner_hero .banner_hero_list ul li svg {
    width: 20px;
    height: 20px;
}

/*8home-title**/
.home-title {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.home-title.text-center {
    -webkit-box-align: center;
    align-items: center;
}

.home-title h3, .home-title h1 {
    font-size: 28px;
    line-height: 36px;
    font-weight: 700;
    color: var(--color-gray);
    margin: 0;
}

.colorWhite h1, .colorWhite h3 {
    color: #fff !important;
}

.colorWhite > * {
    color: #fff !important;
}

.home-large h3, .home-large h1 {
    font-size: 40px;
    line-height: 48px;
    font-weight: 700;
}

.home-desc p {
    margin: 0;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}

.home-desc p.large {
    font-size: 28px;
    line-height: 34px;
    font-weight: 400;
}

.home-title p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: rgb(109, 125, 141);
    margin: 0;
}

/**edulife course**/
.course-section {
    background: linear-gradient(rgb(255, 249, 241) 0%, rgb(255, 255, 255) 100%);
}

.edulife-course {
    border-radius: 32px;
    position: relative;
    padding: 40px 60px 20px 60px;
    background: rgb(255, 255, 255);
    box-shadow: rgba(220, 147, 78, 0) 0px -16px 32px 0px, rgba(220, 147, 78, 0.1) 0px -10px 16px 0px;
}

.course_item {
    background: transparent !important;
    border-radius: 60px;
}

.course_item a {
    width: 100%;
    position: relative;
    background: transparent !important;
    display: grid;
    grid-template-columns: auto 1fr;
    -webkit-box-align: center;
    align-items: center;
    gap: 12px;
    padding: 8px;
    cursor: pointer;
}

.course_item .course_icon {
    width: 48px;
    height: 48px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    border-radius: 32px;
}

.course_item .course_icon svg, .course_item .course_icon img {
    width: 24px;
    height: 24px;
    object-fit: contain;
}

.course_item .course_title {
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
}

.course_item:hover {
    transition: 0.3s all;
    box-shadow: rgba(48, 66, 120, 0.08) 0px 12px 24px 0px, rgba(48, 66, 120, 0.06) 0px 3px 6px 0px, rgba(48, 66, 120, 0.06) 0px 0px 1px 0px;
}

.course_item:hover .course_title {
    color: var(--color-gray) !important;
}

.course_item.primary {
    border: 1px solid rgb(246, 217, 217);
}

.course_item.primary .course_icon {
    background: rgb(250, 236, 236);
}

.course_item.primary:hover {
    background: rgb(253, 246, 246) !important;
    border: 1px solid rgb(209, 66, 66);
}

.course_item.green {
    border: 1px solid rgb(215, 231, 221);
}

.course_item.green .course_icon {
    background: rgb(235, 243, 238);
}

.course_item.green:hover {
    background: rgb(245, 249, 247) !important;
    border: 1px solid rgb(53, 135, 86) !important;
}

.course_item.yellow {
    border: 1px solid rgb(255, 214, 165);
}

.course_item.yellow .course_icon {
    background: rgb(255, 235, 210);
}

.course_item.yellow:hover {
    background: rgb(255, 250, 244) !important;
    border: 1px solid rgb(255, 153, 31) !important;
}

.course_item.purple {
    border: 1px solid rgb(213, 203, 246);
}

.course_item.purple .course_icon {
    background: rgb(213, 203, 246);
}

.course_item.purple:hover {
    background: rgb(246, 246, 251) !important;
    border: 1px solid rgb(82, 67, 170) !important;
}

.course_item.blue {
    border: 1px solid rgb(202, 216, 247);
}

.course_item.blue .course_icon {
    background: rgb(237, 242, 253);
}

.course_item.blue:hover {
    background: rgb(246, 248, 254) !important;
    border: 1px solid rgb(43, 97, 212) !important;
}

/**performance**/
.performance {
    text-align: center;
}

.performance .performance__text {
    font-weight: 700;
    font-size: 0.9375rem;
    color: #fff;
}

.performance--home .performance__number {
    font-size: 2.75rem;
    font-weight: 700;
    line-height: 1.2;
    color: #fff;
    margin-bottom: 10px;
}

.performance--home .performance__unit {
    font-size: 1rem;
    color: #fff;
    font-weight: normal;
}

/**rating**/
.rating-item {

}

.rating-item .rating-thumbnail {
    max-width: 100%;
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    aspect-ratio: 258 / 192;
    border: 1px solid rgb(227, 231, 237);
    margin-bottom: 16px;
}

.rating-item .rating-thumbnail:after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}

.rating-item .rating-thumbnail img {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.rating-item .rating-content {
    padding: 0px 16px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.rating-item .rating-content .rating-title {
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    color: var(--color-gray)
}

.rating-item .rating-content .rating-meta {
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: rgb(109, 125, 141)
}

.rating-item .rating-top {
    position: absolute;
    left: 12px;
    bottom: 12px;
    padding: 8px 16px 14px;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 12px;
    z-index: 1;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    flex-direction: column;
    gap: 3px;
    backdrop-filter: blur(16px);
}

.rating-item .rating-number {
    font-size: 32px;
    line-height: 40px;
    font-weight: 700;
    color: var(--primary-color)
}

.rating-item .rating-label {
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    color: var(--color-gray)
}

.rating-item .rating-button {
    padding: 12px;
    background-color: transparent;
    color: rgb(255, 255, 255);
    border: 0px;
    outline: none;
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    font: inherit;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    gap: 4px;
    visibility: hidden;
    opacity: 0;
    transition: 0.3s;
}

.rating-item .rating-button a {
    color: #fff !important;
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 15px;
}

.rating-item:hover .rating-thumbnail:after {
    opacity: 1;
    visibility: visible;
}

.rating-item:hover .rating-button {
    opacity: 1;
    visibility: visible;
}

/*8differential**/
.differential_item {
    position: relative;
    height: 400px;
    background: rgb(245, 249, 247);
    padding: 40px;
    border: 1px solid rgb(174, 207, 187);
    border-radius: 16px;
    overflow: hidden;
    z-index: 0;
}

.differential_item .differential_body {
    display: grid;
    gap: 8px;
    max-width: 312px;
}

.differential_item .differential_body h4 {
    font-size: 28px;
    line-height: 36px;
    font-weight: 700;
    color: var(--color-gray);
}

.differential_item .differential_body p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    max-width: 260px;
    color: rgb(80, 84, 96);
    margin: 0;
}

.differential_item .differential_body a {
    position: relative;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    gap: 8px;
    width: fit-content;
    cursor: pointer;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}

.differential_item .differential_body a:after {
    position: absolute;
    bottom: 0px;
    right: 0px;
    content: "";
    width: 0px;
    transition: 250ms ease-in-out;
}

.differential_item .differential_body a:hover:after {
    width: 100%;
    left: 0px;
}

.differential_item.style_1 .cert {
    position: absolute;
    border: 3px solid rgb(255, 255, 255);
    border-radius: 12px;
    overflow: hidden;
    background-color: rgb(255, 255, 255);
    transition: 400ms;
    box-shadow: rgba(50, 149, 70, 0.05) 0px -8px 32px 0px, rgba(50, 149, 70, 0.05) 0px -6px 24px 0px, rgba(50, 149, 70, 0.05) 0px -2px 10px 0px;
}

.differential_item.style_1 .vn1 {
    bottom: -17px;
    right: -2px;
    transform: rotateZ(3deg);
    width: 215px;
}

.differential_item.style_1 .vn2 {
    bottom: -41px;
    right: 190px;
    transform: rotateZ(-8deg);
    width: 155px;
    z-index: 1;
}

.differential_item.style_1 .en1 {
    bottom: -80%;
    right: 197px;
    transform: rotateZ(3.4deg);
    width: 198px;
}

.differential_item.style_1 .en2 {
    bottom: -80%;
    right: 84px;
    transform: rotateZ(-0.91deg);
    width: 189px;
}

.differential_item.style_1:hover .vn1 {
    bottom: -18px;
    right: -28px;
    transform: rotateZ(6deg);
}

.differential_item.style_1:hover .vn2 {
    bottom: -13px;
    right: 53px;
    transform: rotateZ(1.28deg);
    z-index: 0;
}

.differential_item.style_1:hover .en1 {
    bottom: -64px;
    right: 197px;
    transform: rotateZ(-16.32deg);
}

.differential_item.style_1:hover .en2 {
    bottom: -26px;
    right: 84px;
    transform: rotateZ(-3.77deg);
}

.differential_item .differential-nation {
    position: absolute;
    transition: 400ms;
}

.differential_item .differential-nation-1 {
    bottom: -16px;
    right: 258px;
    transform: rotateZ(-16.11deg);
    transform-origin: 21px 16px;
}

.differential_item .differential-nation-2 {
    bottom: 230px;
    right: 24px;
    transform: rotateZ(11deg);
    transform-origin: 21px 16px;
}

.differential_item .differential-nation-3 {
    bottom: -12px;
    right: 251px;
    transform: rotateZ(10.41deg);
    transform-origin: 21px 16px;
}

.differential_item:hover .differential-nation-1 {
    bottom: 76px;
    right: 374px;
    transform: rotateZ(15.19deg);
}

.differential_item:hover .differential-nation-2 {
    bottom: 240px;
    right: 24px;
    transform: rotateZ(2.6deg);
}

.differential_item:hover .differential-nation-3 {
    bottom: 10px;
    right: 87px;
    transform: rotateZ(-13.97deg);
}

.differential_item.green {
    background: rgb(245, 249, 247);
    border: 1px solid rgb(174, 207, 187);
}

.differential_item.green a {
    color: rgb(53, 135, 86);
}

.differential_item.green .differential_body a:after {
    border: 1px solid rgb(53, 135, 86);
}

.differential_item.primary {
    background: rgb(253, 246, 246);
    border: 1px solid rgb(209, 66, 66);
}

.differential_item.primary a {
    color: rgb(209, 66, 66);
}

.differential_item.primary .differential_body a:after {
    border: 1px solid rgb(209, 66, 66);
}

.differential_item.purple {
    background: rgb(246, 246, 251);
    border: 1px solid rgb(82, 67, 170);
}

.differential_item.purple a {
    color: rgb(82, 67, 170);
}

.differential_item.purple .differential_body a:after {
    border: 1px solid rgb(82, 67, 170);
}

.differential_item.yellow {
    background: rgb(255, 250, 244);
    border: 1px solid rgb(255, 153, 31);
}

.differential_item.yellow a {
    color: rgb(255, 153, 31);
}

.differential_item.yellow .differential_body a:after {
    border: 1px solid rgb(255, 153, 31);
}

.differential_item.blue {
    background: rgb(246, 248, 254);
    border: 1px solid rgb(43, 97, 212);
}

.differential_item.blue a {
    color: rgb(43, 97, 212);
}

.differential_item.blue .differential_body a:after {
    border: 1px solid rgb(43, 97, 212);
}

.differential_item.style_2 {
    position: relative;
    height: 400px;
    padding: 40px 40px 0px;
    border-radius: 16px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.differential_item.style_2 .differential_body {
    max-width: 320px;
    display: grid;
    gap: 8px;
}

.differential_item.style_2 .differential_body p {
    max-width: 100%;
}

.differential_item.style_2 .book-line {
    flex: 1 1 0%;
    position: relative;
}

.differential_item.style_2 .book-line [class*="book-"] {
    border-radius: 4px 10px 10px 4px;
    overflow: hidden;
    position: absolute;
    width: 177px;
    transition: 400ms;
    z-index: 1;
    box-shadow: rgba(209, 66, 66, 0.05) 0px 12px 32px 12px, rgba(33, 38, 45, 0.1) 0px 16px 20px 0px, rgba(209, 66, 66, 0.05) 0px -8.11px 24.33px 0px, rgba(209, 66, 66, 0.1) 0px 0px 8.11px 0px;
}

.differential_item.style_2 .book-1 {
    left: 9%;
    bottom: -48%;
    transform: rotateZ(-6.77deg);
}

.differential_item.style_2 .book-2 {
    left: 7%;
    bottom: -140%;
    transform: rotateZ(3.14deg);
}

.differential_item.style_2 .book-3 {
    left: 33%;
    bottom: -33%;
    transform: rotateZ(1.97deg);
}

.differential_item.style_2 .book-4 {
    left: 58%;
    bottom: -47%;
    transform: rotateZ(3.71deg);
}

.differential_item.style_2 .book-5 {
    left: 7%;
    bottom: -136%;
    transform: rotateZ(5.65deg);
}

.differential_item.style_2 .book-6 {
    left: 31%;
    bottom: -167%;
    transform: rotateZ(-11.28deg);
    z-index: 7;
}

.differential_item.style_2 .book-7 {
    left: 55%;
    bottom: -140%;
    transform: rotateZ(-5.87deg);
    z-index: 6;
}


.differential_item.style_2:hover .book-1 {
    left: 9%;
    bottom: -36%;
    transform: rotateZ(-4.43deg);
    opacity: 0.5;
}

.differential_item.style_2:hover .book-2 {
    left: 5%;
    bottom: -46%;
    transform: rotateZ(-5.8deg);
    z-index: 2;
}

.differential_item.style_2:hover .book-3 {
    left: 33%;
    bottom: -36%;
    transform: rotateZ(-0.28deg);
    opacity: 0.5;
}

.differential_item.style_2:hover .book-4 {
    left: 58%;
    bottom: -47%;
    transform: rotateZ(7.55deg);
    opacity: 0.5;
}

.differential_item.style_2:hover .book-5 {
    left: 12%;
    bottom: -35%;
    transform: rotateZ(2.54deg);
    z-index: 5;
}

.differential_item.style_2:hover .book-6 {
    left: 31%;
    bottom: -47%;
    transform: rotateZ(-5.17deg);
    z-index: 7;
}

.differential_item.style_2:hover .book-7 {
    left: 55%;
    bottom: -13%;
    transform: rotateZ(3.42deg);
    z-index: 5;
}

.differential_item.style_3 {
    padding: 40px;
    display: grid !important;
    grid-template-columns: 380px 1fr;
    -webkit-box-align: start;
    align-items: start;
    gap: 20px;
    height: 440px;
}

.differential_item.style_3 .differential_body {
    display: grid;
    gap: 20px;
    max-width: none;
}

.differential_item .differential_body ul {
    display: flex;
    margin: 0;
    padding: 0;
    flex-flow: wrap;
    list-style: none;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}

.differential_item .differential_body ul li {
    margin: 0 0 10px 0 !important;
    width: 50%;
    color: rgb(80, 84, 96);
}

.differential_item .differential_body ul li:before {
    content: '\f00c';
    font-family: "Font Awesome 6 Pro";
    margin-right: 5px;
}

.differential_item.green .differential_body ul li:before {
    color: rgb(53, 135, 86)
}

.differential_item.primary .differential_body ul li:before {
    color: rgb(209, 66, 66)
}

.differential_item.yellow .differential_body ul li:before {
    color: rgb(255, 153, 31)
}

.differential_item.blue .differential_body ul li:before {
    color: rgb(43, 97, 212)
}

.differential_item.purple .differential_body ul li:before {
    color: rgb(82, 67, 170);
}

.differential_item .differential_gallery {
    align-self: stretch;
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.differential_item .differential_gallery:after, .differential_item .differential_gallery:before {
    content: "";
    position: absolute;
    top: 0px;
    width: 170px;
    height: 100%;
    z-index: 1;
    transition: 400ms;
}

.differential_item .differential_gallery:before {
    left: 0px;
    background: linear-gradient(to right, rgb(246, 248, 254) 0%, rgba(255, 255, 255, 0) 93.88%);
}

.differential_item .differential_gallery:after {
    right: 0px;
    background: linear-gradient(to left, rgb(246, 248, 254) 0%, rgba(255, 255, 255, 0) 93.88%);
}

.differential_item .differential_gallery .differential_left {
    display: flex;
    gap: 24px;
    width: 200%;
    position: absolute;
    top: 60%;
    transform: translateY(-50%);
    transition: 400ms;
}

.differential_item .differential_gallery .differential_t {
    aspect-ratio: 276 / 250;
    width: 276px;
    position: relative;
    border-radius: 32px;
    background: radial-gradient(46.84% 50.14% at 48.95% 50.14%, rgb(73, 39, 185) 0%, rgb(152, 128, 229) 100%);
}

.differential_item .differential_gallery .differential_t img {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: auto;
    border-radius: 32px;
}

.differential_item .differential_gallery .differential_t.t2 {
    background: radial-gradient(46.84% 50.14% at 48.95% 50.14%, rgb(21, 71, 178) 0%, rgb(125, 159, 232) 100%);
}

.differential_item .differential_gallery .differential_t.t3 {
    background: radial-gradient(46.84% 50.14% at 48.95% 50.14%, rgb(184, 30, 30) 0%, rgb(234, 117, 117) 100%);
}

.differential_item .differential_gallery .differential_t.t4 {
    background: radial-gradient(46.84% 50.14% at 48.95% 50.14%, rgb(52, 127, 67) 0%, rgb(108, 198, 126) 100%);
}

.differential_item .differential_gallery .differential_t.t5 {
    background: radial-gradient(46.84% 50.14% at 48.95% 50.14%, rgb(194, 67, 92) 0%, rgb(235, 149, 162) 100%);
}

/**address**/
.address-item {
    aspect-ratio: 320 / 220;
    border-radius: 16px;
    position: relative;
    overflow: hidden;
    z-index: 0;
}

.address-item .address-thumbnail img {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -2;
}

.address-item .address-content {
    height: 100%;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: end;
    justify-content: flex-end;
    padding: 20px;
    gap: 4px;
}

.address-item:after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 145px;
    background: linear-gradient(rgba(33, 38, 45, 0) 19.31%, rgba(33, 38, 45, 0.9) 83.86%, rgb(33, 38, 45) 100%);
    z-index: -1;
    transition: height 0.4s ease-out;
}

.address-item .address-content .address-title a {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    color: #fff;
}

.address-item .address-content p {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.8);
    margin: 0;
    overflow: hidden;
    opacity: 0;
    height: 0px;
}

.address-item:hover .address-content p {
    opacity: 1;
    height: auto;
}

.address-item:hover:after {
    height: 100%;
}

.col-address:before, .col-address:after {
    content: "";
    position: absolute;
    top: 0px;
    height: 100%;
    width: 120px;
    z-index: 1;
}

.col-address:before {
    left: 0px;
    background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
}

.col-address:after {
    right: 0px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
}

.drag-label {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, 0.5);
    color: white;
    padding: 6px 14px;
    border-radius: 999px;
    font-size: 13px;
    z-index: 10;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.3s ease;
    white-space: nowrap;
}

.address-slider:hover .drag-label {
    opacity: 1;
}

/**review*&*/
.review_item {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 24px;
    border: 1px solid rgb(227, 231, 237);
    background-color: rgb(249, 250, 251);
    border-radius: 24px;
    transition: border-color 0.3s;
}

.review_item svg.quote {
    position: absolute;
    left: -1px;
    top: -3px;
    fill: rgb(210, 216, 223);
    transition: fill 0.3s;
    z-index: 9;
}

.review_item .review_info {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    gap: 20px;
}

.review_item .review_info .review_author {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    gap: 16px;
    width: 100%;
    max-width: calc(100% - 64px);
}

.review_item .review_info .review-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    flex-shrink: 0;
}

.review_item .review_info .review-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.review_item .review_info .review-name {
    display: grid;
    gap: 2px;
}

.review_item .review_info .review-name h4 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    margin: 0;
    color: var(--color-gray);
}

.review_item .review_info .review-name p {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    margin: 0;
    color: rgb(109, 125, 141);
}

.review_item .review_info .review_image {
    position: absolute;
    top: 24px;
    right: 24px;
    width: 64px;
    aspect-ratio: 64 / 46;
    z-index: 1;
}

.review_item .review_info .review_image img {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: 1px solid rgb(227, 231, 237);
    border-radius: 16px;
}

.review_item .review_info .review-brand {
    position: absolute;
    top: -4px;
    right: -4px;
    z-index: 2;
    background-color: rgb(249, 250, 251);
    border-radius: 50%;
    width: 24px;
    height: 24px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}

.review_item .review_body {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.review_item .review_link {
    position: absolute;
    bottom: 24px;
    right: 24px;
    width: 70%;
    z-index: 2;
    height: 48px;
    display: flex;
    align-items: flex-end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0.3s;
    background: radial-gradient(100% 211.87% at 100% 100%, rgb(249, 250, 252) 47.71%, rgba(255, 255, 255, 0) 100%);
}

.review_item .review_link a {
    display: inline-flex;
    gap: 6px;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    color: var(--primary-color);
    padding-left: 10px;
    padding-right: 6px;
    border-radius: 20px;
    font-size: 16px;
    line-height: 24px;
    border: 1px solid transparent;
    background-color: transparent;
    transition: background-color 0.3s;
    z-index: 10;
}

.review_item:hover {
    border-color: rgb(161, 173, 185);
}

.review_item:hover .quote path {
    fill: rgb(67, 78, 91);
}

.review_item:hover .review_link {
    opacity: 1;
    visibility: visible;
}

.review_item:hover .review_link a:hover {
    background-color: rgb(250, 236, 236);
}

/**team**/
.font-weight {
    font-size: 18px !important;
    line-height: 24px !important;
    font-weight: 500 !important;
    margin-bottom: 10px !important;
}

.col-address2:before, .col-address2:after {
    content: "";
    position: absolute;
    top: 0px;
    width: 140px;
    height: 100%;
    z-index: 1;
    transition: 400ms;
    pointer-events: none;
}

.col-address2:before {
    left: 0px;
    background: linear-gradient(to right, rgb(255, 249, 241) 0%, rgba(255, 255, 255, 0) 100%)
}

.col-address2:after {
    right: 0px;
    background: linear-gradient(to left, rgb(255, 249, 241) 0%, rgba(255, 255, 255, 0) 100%);
}

.team-item {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.team-item .team-thumbnail {
    aspect-ratio: 251 / 314;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    text-decoration: none;
    display: block;
}

.team-item .team-content {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 0px 12px;
}

.team-item .team-content p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: rgb(90, 104, 119);
}

.team-item .team-thumbnail img {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.team-item .team-title a {
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    display: flex;
    align-items: flex-start;
}

.team-item .team-title a .icon {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    width: 28px;
    height: 28px;
}

.button_outline2 {
    border-color: rgb(252, 225, 191) !important;
    color: rgb(143, 87, 23) !important;
    margin: 0px auto;
    background-color: transparent;
}

/**partner**/
.partner-item {
    width: 100%;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    aspect-ratio: 271 / 118;
    flex-basis: 271px;
    text-decoration: none;
    padding: 8px 20px;
    border-radius: 16px;
    border: 1px solid transparent;
    transition: 0.3s;
    margin: auto;
}

.partner-item:hover {
    background-color: rgb(250, 236, 236);
    border-color: rgb(246, 217, 217);
}

.backgroundWrp .imgWrp {
    min-width: 120%;
}

.backgroundWrp .imgWrp:nth-child(1) {
    display: block;
}

.imgWrp {
    height: 100%;
}

.imgWrp img {
    height: 100%;
}

.backgroundWrp .imgWrp {
    width: 100%;
    animation: 24s linear 0s infinite normal both running brPiyi;
}

@keyframes brPiyi {
    0% {
        transform: translate(0px, 0px);
    }

    100% {
        transform: translateY(-100%);
    }
}

.register-box h2 {
    font-size: 32px;
    color: var(--color-gray)
}

.register-box h2 strong {
    color: var(--primary-color)
}

.col-position {
    position: relative;
    z-index: 999;
}

.icon-register {
    display: grid;
    cursor: pointer;
    grid-template-columns: max-content 1fr;
    column-gap: 20px;
    -webkit-box-align: center;
    align-items: center;
    transition: 300ms;
    border-radius: 8px;
    min-height: 40px;
    text-decoration: none;
    color: rgb(45, 55, 66);
    font-weight: bold;
    font-size: 18px;
}

.icon-register .icon-box-img {
    grid-row: 1 / 3;
    background: rgb(244, 245, 247);
    border-radius: 12px;
    padding: 10px;
    line-height: 0;
}

.icon-register .icon-box-text {
    padding-left: 0 !important;
}

.icon-register p {
    font-weight: 500;
    font-size: 12px;
    line-height: 20px;
    color: rgb(80, 84, 96);
    margin: 0;
}

.icon-register h3 {
    font-weight: bold;
    font-size: 18px;
    line-height: 26px;
    margin: 0;
}

.sec-register .section-content {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    min-height: 100% !important;
    padding-top: 6em !important;
    padding-bottom: 6em !important;
}

/**footer**/
.absolute-footer {
    display: none;
}

#footer {
    font-weight: 400;
    line-height: 20px;
    font-size: 14px;
    color: rgb(255, 255, 255);
}

#footer .footer-top .footer-title {
    margin: 0 0 15px 0;
    font-weight: 700;
    line-height: 20px;
    font-size: 14px;
    color: rgb(143, 146, 161);
    text-transform: uppercase;
    border-bottom: 1px solid rgb(80, 84, 96);
    padding-bottom: 10px;
}

#footer .footer-top .footer-address p {
    font-weight: 400;
    line-height: 20px;
    font-size: 14px;
    color: rgb(255, 255, 255);
    margin: 0 0 8px 0;
}

#footer .footer-top .footer-address a {
    font-weight: 400;
    line-height: 20px;
    font-size: 14px;
    color: rgb(255, 255, 255);
}

#footer .footer-top .footer-address a:hover {
    color: var(--primary-color)
}

#footer .footer-menu a {
    font-weight: 400;
    line-height: 20px;
    font-size: 14px;
    color: rgb(255, 255, 255);
    padding: 0;
    margin: 0 0 8px 0 !important;
    min-height: unset;
}

#footer .footer-menu a:hover {
    color: var(--primary-color) !important;
}

.menu-copyright {
    display: flex;
    justify-content: end !important;
    flex-direction: row !important;
}

.menu-copyright .menu-item a {
    width: auto !important;
    display: inline-block;
    min-height: unset;
    padding: 0 0 0 8px !important;;
    font-weight: 400;
    line-height: 20px;
    font-size: 14px;
    color: rgb(143, 146, 161);
}

.menu-copyright .menu-item:not(:last-child) a {
    padding-right: 8px !important;
    border-right: 1px solid rgb(143, 146, 161);
}

.menu-copyright .menu-item a:hover {
    color: var(--primary-color)
}

.footer-social {
    display: flex;
    gap: 8px;
}

.breadcrumbs {
    padding: 10px 0;
}

.breadcrumbs p {
    font-weight: 600;
    font-size: 16px;
    color: rgb(209, 66, 66);
    margin: 0;
}

article.breadcrumbs .col {
    padding-bottom: 0 !important;
}

section.category-entry {
    margin: 40px 0;
}

.button_for_primary {
    width: 344px;
    border-radius: 8px !important;
    padding: 10px 16px !important;
    height: unset !important;
    line-height: unset !important;
    border-color: rgb(209, 66, 66) !important;
    color: rgb(209, 66, 66) !important;
}

.button_for_primary:hover {
    background: rgb(253, 246, 246) !important;
}

section.banner-category {
    padding: 100px 0px;
    background-color: rgb(255, 249, 241);
}

section.banner-category h1.cate_title {
    font-size: 48px;
    line-height: 58px;
    color: var(--color-gray);
    text-align: center;
    width: auto;
    display: inline-block;
    position: relative;
}

section.banner-category h1.cate_title .highlight {
    position: relative;
    z-index: 1;
}

section.banner-category h1.cate_title svg {
    position: absolute;
    width: 28px;
    height: 28px;
    bottom: calc(100% + 4px);
    right: -49px;
}

section.banner-category h1.cate_title .highlight:after {
    content: "";
    position: absolute;
    background: rgb(255, 153, 31);
    top: 39px;
    left: 0px;
    height: 12px;
    width: 100%;
    opacity: 0.35;
    z-index: -1;
    bottom: 3px;
}

span.mega-menu-description {
    display: none !important;
}

.heading-description {
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
    color: rgb(80, 84, 96);
}

.post-small.post-right {
    border-bottom: 1px solid rgb(227, 231, 237);
    padding-bottom: 24px;
}

.post-small.post-right .post-thumbnail {
    box-shadow: unset;
    height: 100px;
    width: 128px;
    border-radius: 12px;
}

.post-small.post-right .post-thumbnail img {
    border-radius: 12px;
}

.post-small.post-right .post-content {
    width: calc(100% - 128px);
}

.post-small.post-right .post-title a {
    font-size: 18px;
    line-height: 24px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-weight: 700;
    height: 50px;
}

.post-small.post-right .post-desc {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: rgb(80, 84, 96);
}

/**single**/
header#header-single {
    margin: 30px 0;
}

header#header-single h1 {
    font-size: 42px;
    line-height: 56px;
}

header#header-single .single-excerpt {
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    color: rgb(90, 104, 119);
    margin-top: 0px;
    margin-bottom: 0px;
}

.single-author {
    border-bottom: 1px solid rgb(227, 231, 237);
    padding: 30px 0;
}

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

.author_info .author_avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.author_info .author_avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.author_info .author_body p strong {
    margin: 0px;
    font-weight: 500;
    line-height: 24px;
    font-size: 16px;
    color: rgb(49, 58, 68);
}

.author_info .author_body p {
    font-weight: 400;
    line-height: 16px;
    font-size: 14px;
    color: rgb(109, 125, 141);
    margin: 0;
}

.single-action {
    display: flex;
    justify-content: end;
    gap: 15px;
}

.single-action a {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    padding: 2px 4px;
    border-radius: 10px;
    align-items: center;
    display: flex;
    gap: 4px;
}

.single-action a:hover {
    background-color: rgb(242, 244, 247);
    color: #000;
}

/**team**/
.colShadow {
    margin-top: -150px !important;
}

.colShadow .col-inner {
    box-shadow: rgba(0, 0, 0, 0.04) 0px 10px 20px, rgba(0, 0, 0, 0.04) 0px 2px 6px, rgba(0, 0, 0, 0.04) 0px 0px 1px;
    border-radius: 20px;
    background: #fff;
}

.colNotShadow .col-inner {
    box-shadow: none !important;
    border-radius: 0;
}

.team-about h4 {
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    color: var(--color-gray)
}

.team-about p {
    margin: 0;
    font-size: 15px;
    line-height: 22px;
    font-weight: 400;
    color: rgb(36, 41, 56)
}

.team-list {
    display: grid;
    gap: 24px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-rows: max-content;
}

.team-list .team-grid {
    width: 100%;
    height: 140px;
    cursor: pointer;
    border-radius: 8px;
    padding: 12px;
    border: 1px solid rgb(233, 233, 236);
    transition: 0.3s;
}

.team-list .team-grid a {
    display: grid;
    gap: 8px;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
}

.team-list .team-grid .team-grid-thumbnail {
    width: 64px;
    opacity: 0.7;
    height: 64px;
    border-radius: 50%;
    margin: 0 auto 0;
}

.team-list .team-grid .team-grid-thumbnail img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}

.team-list .team-grid h4 {
    color: rgb(80, 84, 96);
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    margin: 0;
}

.team-list .team-grid.active {
    background: rgb(250, 236, 236);
    border-color: var(--primary-color)
}

.team-list .team-grid.active .team-grid-thumbnail {
    opacity: 1;
}

.team-list .team-grid.active h4 {
    color: var(--primary-color)
}

.team-desktop {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding-right: 30px;
    border-right: 1px solid rgb(233, 233, 236);
}

.team-desktop .team-desktop-thumbnail {
    padding-top: 64.9572649573%;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}

.team-desktop .team-desktop-thumbnail img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.team-desktop .team-desktop-info h4 {
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    color: var(--color-gray);
}

div#team-info {
    margin: 15px 0 0 0;
}

.team-desktop .team-desktop-info ul {
    margin: 0 !important;
    padding: 0 !important;
}

.team-desktop .team-desktop-info ul li .info-icon {
    width: 25px;
    height: 25px;
    object-fit: contain;
}

.team-desktop .team-desktop-info ul li .info-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.team-desktop .team-desktop-info ul li .info-text {
    width: calc(100% - 25px);
    padding-left: 10px;
}

.team-desktop .team-desktop-info ul li {
    display: flex;
    list-style: none;
    margin: 0 0 10px 0 !important;
    font-size: 15px;
    line-height: 22px;
    font-weight: 400;
    color: #505460;
}

#team-link {
    margin-top: 15px;
}

/**video**/
.video-item {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.video-item .video-thumbnail {
    padding-top: 64.9572649573%;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}

.video-item .video-thumbnail img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.video-item .video-thumbnail .overlay {
    position: absolute;
    inset: 0px;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
}

.video-item .video-thumbnail .play-button {
    transition: 0.2s;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(3.72727px);
    width: 64px;
    min-width: 64px;
    height: 64px;
    min-height: 64px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    font-size: 30px;
    color: rgb(255, 255, 255);
}

.video-item .video-title {
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    color: var(--color-gray);
}

.button_200 {
    border-radius: 8px !important;
    padding: 10px 16px !important;
    width: 250px;
}

/**review*&*/
.review_item2 {
    position: relative;
    display: flex;
    flex-direction: column;
    border-radius: 8px;
    gap: 16px;
    border: 1px solid rgb(227, 231, 237);
    background-color: rgb(249, 250, 251);
    transition: border-color 0.3s;
}

.review_item2 .review_info {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    gap: 20px;
    padding: 16px 16px 0px;
    justify-content: space-between;
}

.review_item2 .review_info .review_author {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    gap: 16px;
    width: 100%;
    max-width: calc(100% - 64px);
}

.review_item2 .review_info .review-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    flex-shrink: 0;
}

.review_item2 .review_info .review-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.review_item2 .review_info .review-name {
    display: grid;
    gap: 2px;
}

.review_item2 .review_info .review-name h4 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    margin: 0;
    color: var(--color-gray);
}

.review_item2 .review_info .review-name p {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    margin: 0;
    color: rgb(109, 125, 141);
}

.review_item2 .review_info .review-brand {
    width: 24px;
    height: 24px;
}

.review_item2 .review_body {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.review_item2 .review_img {
    height: 220px;
    width: 100%;
}

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

.review_item2 .review_link {
    border-radius: 8px;
    inset: 0px;
    opacity: 0;
    position: absolute;
    background: rgba(0, 0, 0, 0.4);
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    visibility: hidden;
    transition: 0.2s;
    color: rgb(255, 255, 255);
}

.review_item2 .review_link a {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    color: #fff;
}

.review_item2 .review_body {
    padding: 0 16px 16px 16px;
    font-size: 15px;
}

.review_item2 .review_body .review-text {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 15px;
    line-height: 22px;
}

.review_item2:hover .review_link {
    transition: border-color 0.3s;
    opacity: 1;
    visibility: visible;
}

/**team single**/
.colTeacher {
    margin-top: -70px !important;
}

.teacher-radius img {
    border-radius: 10px !important;
}

/**about**/
.about {
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
    color: rgb(80, 84, 96);
}

.about h3 {
    font-size: 40px;
    line-height: 48px;
    font-weight: 700;
    margin-bottom: 20px;
    color: var(--color-gray)
}

.about p {
    margin: 0 0 10px 0;
}

.banner-radius img {
    border-radius: 12px !important;
}

.timeline {
    padding: 0px 32px;
    display: grid;
    grid-auto-flow: column;
    column-gap: 40px;
    border-bottom: 1px solid rgb(210, 211, 217);
}

.timeline:nth-child(2) {
    border: 0;
}

.timeline .director-item {
    display: grid;
    grid-auto-flow: column;
    column-gap: 16px;
}

.timeline-bottom {
    padding: 0px 132px;
}

.timeline .director-item .bullet {
    display: flex;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
}

.timeline .director-item .bullet .line {
    width: 1px;
    height: 100%;
    background-color: rgb(210, 211, 217);
}

.timeline .director-item .bullet .bullet {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: rgb(80, 84, 96);
}

.timeline .director-item .bullet .line-top {
    width: 1px;
    height: 6px;
    background-color: rgb(210, 211, 217);
}

.timeline .director-item .bullet.bullet-top {
    margin-top: 6px;
}

.timeline .director-item .bullet.bullet-bottom {
    margin-bottom: 6px;
}

.timeline .director-item .bullet.bullet-top .line-top {
    display: none;
}

.director-top .director-main {
    display: grid;
    row-gap: 4px;
    align-content: baseline;
    padding-bottom: 24px;
}

.director-bottom .director-main {
    display: grid;
    row-gap: 4px;
    align-content: baseline;
    padding-top: 24px;
}

.timeline .director-year {
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    color: var(--color-gray);
    margin-bottom: 5px;
}

.timeline .director-label {
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    color: var(--color-gray);
    margin-bottom: 5px;
}

.timeline .director-description {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: rgb(80, 84, 96);
}

.about-gt {
    border-radius: 20px;
    border: 1px solid rgb(233, 233, 236);
    padding: 24px;
}

.about-gt h3 {
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    color: var(--color-gray);
    margin-bottom: 10px;
}

.about-gt p {
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
    color: rgb(80, 84, 96);
}

.performance--page {
    text-align: left;
    border-left: 3px solid var(--primary-color);
    padding-left: 25px;
}

.performance--page .performance__number {
    font-size: 28px;
    line-height: 36px;
    font-weight: 600;
    color: var(--color-gray);
}

.performance--page .performance__unit {
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    color: var(--color-gray);
    margin: 8px 0 0 0;
}

.icon-dt {
    border-radius: 20px;
    border: 1px solid rgb(221, 120, 0);
    padding: 24px;
}

.icon-dt h3 {
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    color: var(--color-gray)
}

.icon-dt p {
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
    color: rgb(80, 84, 96);
    margin: 0;
}

.icon_search h3 {
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    color: var(--color-gray)
}

.icon_search p {
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
    color: rgb(80, 84, 96);
    margin: 0;
}

.icon_search .icon {
    background-color: rgb(244, 244, 245);
    width: 52px;
    height: 52px;
    border-radius: 50%;
    padding: 10px;
}

.about ul li {
    margin-bottom: 10px !important;
}

.about2 h3 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.col-100 .col-inner {
    min-height: 100%;
    height: 100%;
}

/**datatable**/
.dataTables_length {
    width: 200px;
}

.dataTables_wrapper .dataTables_info {
    font-size: 15px;
    font-weight: normal;
}

.dataTables_wrapper .dataTables_paginate {
    font-size: 15px;
    font-weight: normal;
}

.dataTables_length label, .dataTables_filter label {
    display: flex;
    flex-flow: row;
    gap: 10px;
    align-items: center;
    font-size: 15px;
    font-weight: normal;
}

.dataTables_wrapper .dataTables_length select {
    width: auto;
    display: inline-block;
    margin-bottom: 0;
    box-shadow: unset;
    background-color: #fff;
    border-color: #d2ddec !important;
    font-size: 14px;
    font-weight: normal;
    padding: 0 15px;
    height: 35px !important;
    min-height: 35px !important;
    max-height: 35px !important;
}

.dataTables_wrapper .dataTables_filter input {
    width: auto;
    display: inline-block;
    margin-bottom: 0;
    box-shadow: unset;
    background-color: #fff;
    border-color: #d2ddec !important;
    font-size: 14px;
    font-weight: normal;
    padding: 0 15px;
    height: 35px !important;
    min-height: 35px !important;
    max-height: 35px !important;
}

.table-calendar thead th {
    background-color: #f9fbfd;
    color: #95aac9;
    font-size: .8125rem;
    font-weight: 600;
    letter-spacing: .08em;
    text-transform: uppercase;
    text-align: center !important;
}

.table-calendar td, .table-calendar th {
    border-bottom: 0;
    border-top: 1px solid #edf2f9;
}

table.dataTable thead th, table.dataTable thead td {
    border-bottom: 0 !important;
}

table.dataTable tr th {
    padding: 1rem !important;
}

table.dataTable tr td {
    background-color: transparent;
    border-bottom-width: 1px;
    box-shadow: none;
    color: #12263f !important;
    text-align: center;
    padding: 1rem !important;
}

table.dataTable.no-footer {
    border-width: 0 1px 0 0 !important;
    border-color: #e3ebf6 !important;
    margin: 0 0 20px 0 !important;
    font-size: 15px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    border-width: 0 1px 0 0 !important;
    background: #fff !important;
    border-color: #e3ebf6 !important;
    margin: 0 !important;
    font-size: 15px;
    padding: 5px 10px;
    border-radius: 0;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:last-child {
    border: 0 !important;
}

.dataTables_wrapper .dataTables_paginate {
    border: 1px solid #e3ebf6;
    padding: 0;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background: #2c7be5 !important;
    color: #fff !important;
    border: 0 !important;
    width: 40px;
}

.keyword {
    margin-bottom: 20px;
}

.home-small h3 {
    font-size: 20px;
}

.address-vstep h4 {
    text-decoration: underline !important;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 24px;
    color: var(--color-gray);
    margin-bottom: 10px;
}

.address-vstep ul {
    margin: 0 !important;
    padding: 0 !important;
    display: flex;
    flex-flow: wrap;
}

.address-vstep ul li {
    list-style: none;
    font-size: 15px;
    width: calc(33.333% - 10px);
    margin: 0 0 10px 0 !important;
    gap: 5px;
}

.address-vstep ul li i {
    color: rgb(0, 217, 126);
    list-style: none;
}

/*course**/
section.course-header {
    background: #F4F4F5;
    z-index: 2;
    padding-top: 32px;
    padding-bottom: 32px;
    display: block;
    position: relative;
}

section.course-header .breadcrumbs {
    margin: 0 0 30px 0;
    color: var(--primary-color);
    font-size: 16px;
    opacity: 1;
}

.breadcrumbs .divider, .breadcrumbs .separator {
    opacity: 1 !important;
}

section.course-header .breadcrumbs a {
    color: var(--primary-color)
}

section.course-header .breadcrumbs .last {
    color: var(--color-gray);
    font-weight: normal;
}

section.course-header .course-title {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 10px 0;
}

section.course-header .course-title h1 {
    margin: 0;
    font-size: 32px;
    line-height: 40px;
    font-weight: 700;
    width: auto;
    display: inline-block;
    text-transform: uppercase;
}

section.course-header .course-excerpt {
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    color: rgb(36, 41, 56);
}

section.course-header .course-teacher {
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    color: rgb(36, 41, 56);
    margin: 10px 0;
}

section.course-header .course-meta {
    display: flex;
    align-items: center;
    gap: 60px !important;
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
    margin-bottom: 16px;
}

section.course-header .course-meta > div {
    display: flex;
    align-items: center;
    gap: 5px;
}

section.course-header .course-meta .date {
    color: #358756;
}

section.course-detail {
    margin: 30px 0;
}

.courseBox {
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.04) 0px 10px 20px, rgba(0, 0, 0, 0.04) 0px 2px 6px, rgba(0, 0, 0, 0.04) 0px 0px 1px;
    border-radius: 8px;
    padding: 4px;
    margin-top: -280px;
    position: sticky;
    z-index: 999;
}

.courseBox .course-avatar {
    width: 100%;
    padding-top: 56.25%;
    position: relative;
    margin-bottom: 1em;
    cursor: pointer;
    background-color: whitesmoke;
    border-radius: 1em;
    overflow: hidden;
}

.courseBox .course-avatar img {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
    top: 0;
    left: 0;
}

.courseBox .course-avatar .buttonPlay {
    position: absolute;
    width: 64px;
    height: 64px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 100%;
    z-index: 2;
    overflow: hidden;
}

.courseBox .course-avatar .backdrop {
    position: absolute;
    inset: 0px;
    background-color: rgba(36, 44, 52, 0.4);
}

.courseBox .course__content {
    padding: 0 16px 16px;
}

.courseBox .course__content .course-price {
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: 0px;
    text-align: center;
    margin-bottom: 6px;
}

.courseBox .course__content .countdown-section svg {
    width: 20px;
    height: 20px;
    margin-right: 8px;
}

.courseBox .course__content .countdown-section {
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0px;
    color: rgb(209, 66, 66);
}

.courseBox .course-note {
    font-size: 13px;
    line-height: 20px;
    font-weight: 400;
    margin: 6px 0 0 0;
    text-align: center;
    color: rgb(80, 84, 96);
}

.courseBox .course__content .button_style {
    width: 100%;
    margin: 16px 0;
}

.courseBox .course__content .course-group ul li {
    margin: 0 0 6px 0 !important;
    list-style: none;
    font-size: 15px;
    color: rgb(80, 84, 96);
}

.courseBox .course__content .course-group ul li img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.courseBox .course__content h4.course_group_title {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    margin: 10px 0;
}

.col-border-course .col-inner {
    border: 1px solid rgb(210, 211, 217);
    border-radius: 8px;
    padding: 24px;
}

.col-border-course .col-inner .col .col-inner {
    border: 0;
    border-radius: 0;
    padding: 0;
}

.course-v {
    align-items: center;
}

.course-v img {
    padding-top: 0px !important;
}

.course-v p {
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    margin: 0;
}

.course-v .icon-box-text {
    padding-left: 5px !important;
}

.gFx-accordion .accordion-item {
    border: 1px solid rgb(233, 233, 236);
    background-color: rgb(255, 255, 255);
    border-radius: 8px;
}

.gFx-accordion .accordion-item {
    margin-bottom: 20px;
}

.gFx-accordion .accordion-item a {
    border: 0;
    display: flex;
    gap: 10px;
    background: rgb(249, 250, 250);
    padding: 16px 24px;
    border-radius: 8px;
}

.gFx-accordion .accordion-item a button {
    position: unset;
    margin: 0;
    height: unset;
    width: 10px;
    opacity: 1;
    transform: unset !important;
    min-height: unset;
    color: var(--color-gray) !important;
    transition: transform 350ms cubic-bezier(0.4, 0, 0.2, 1);
}

.gFx-accordion .accordion-item a button svg {
    transition: transform 350ms cubic-bezier(0.4, 0, 0.2, 1);
    transform: rotate(0);
}

.gFx-accordion .accordion-item a span.gfx_accordion-heading {
    width: calc(100% - 10px);
    padding-left: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.gFx-accordion .accordion-item a.active {
    background: transparent !important;
}

.gFx-accordion .accordion-item a span.heading {
    font-size: 15px;
    line-height: 20px;
    font-weight: 600;
    color: var(--color-gray) !important;
}

.gFx-accordion .accordion-item a span.time {
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
    color: var(--color-gray);
}

.gFx-accordion .accordion-item a.active > .toggle svg {
    transition: transform 350ms cubic-bezier(0.4, 0, 0.2, 1);
    transform: rotate(180deg) !important;
}

.gFx-accordion .accordion-inner {
    padding: 24px 26px;
}

.gFx-accordion .accordion-inner .icon-box {
    align-items: center;
}

.gFx-accordion .accordion-inner .icon-box img {
    padding-top: 0px !important;
}

.gFx-accordion .accordion-inner .icon-box-text p, .gFx-accordion .accordion-inner .icon-box-text {
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    margin: 0;
}

.gFx-accordion .accordion-inner .icon-box .icon-box-text {
    padding-left: 10px !important;
}

.gFx-accordion .accordion-inner .icon-box .learn-detail {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    line-height: 20px;
    color: rgb(80, 84, 96);
}

.gFx-accordion .accordion-inner .icon-box {
    margin-bottom: 10px;
}

.col-100 .col-inner {
    min-height: 100% !important;
    height: 100% !important;
    max-height: 100% !important;
}

.about-gt {
    height: 100%;
}

/**ssr accordion**/
.ssr-accordion2 .accordion-item {
    background: #fff;
    border-bottom: 1px solid rgb(227, 231, 237);

}

.ssr-accordion2 .accordion-item a {
    border: 0 !important;
    color: rgba(31, 31, 31, 1);
    font-size: 16px;
    font-weight: 600;
    text-transform: unset;
    padding: 15px 12px 15px 12px;
}

.ssr-accordion2 .accordion-item button.toggle {
    position: absolute;
    right: 0;
    left: inherit;
    margin: 0;
    transform: none !important;
}

.ssr-accordion2 .accordion-item button.toggle .icon-angle-down:before {
    content: '\2b';
    font-family: "Font Awesome 6 Pro";
    font-weight: 300 !important;
    color: var(--color-gray) !important;
}

.ssr-accordion2 .accordion-item a.active {
    color: var(--color-gray);
    background: #fff !important;
}

.ssr-accordion2 .accordion-item a.active .icon-angle-down:before {
    content: '\f068' !important;
    color: var(--color-gray) !important;
    font-size: 20px;
}

.ssr-accordion2 .accordion-inner {
    padding: 15px;
}
