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

::-webkit-scrollbar-thumb {
    background-color: rgb(255 255 255 / 30%);
    border-radius: 4px;
}

::-webkit-scrollbar-track {
    background-color: rgb(255 255 255 / 8%);
    border-radius: 4px;
}

:root {
    --color-primary-2: #EDB851;
}

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

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

html {
    background-image: url(../images/bg.png), linear-gradient(358.38deg, #15202b -1.47%, #15202b 98.63%) !important;
    background-repeat: repeat !important;
    background-attachment: fixed !important;
    background-position: left top !important;
    background-size: 100% !important;
}

#wrapper, #main {
    background-image: url(/wp-content/uploads/2023/05/bg-head.png), linear-gradient(358.38deg, #15202b -1.47%, #15202b 98.63%) !important;
    background-repeat: no-repeat !important;
    background-attachment: fixed !important;
    background-position: center center !important;
    background-size: cover !important;
}

.noPadding {
    padding-bottom: 0px !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 10px 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;
}

.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);
    color: #fff !important;
    text-align: center;
    padding: 5px 25px;
    font-size: 15px;
    display: inline-block;
    position: relative;
    overflow: hidden;
    z-index: 9;
}

.button_style:before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.button_style:hover:before {
    -webkit-animation: shine .75s;
    animation: shine .75s;
}

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

/* css heaeder main */
div#masthead .nav-left {
    justify-content: end;
}

div#masthead .nav-right {
    justify-content: flex-start;
}

li.html.custom.html_topbar_left {
    position: absolute;
    right: 0px;
}

li.html.custom.html_nav_position_text {
    position: absolute;
    right: 135px;
}

.search-home a {
    color: #fff;
    font-size: 18px;
}

div#masthead ul li.menu-item a.nav-top-link {
    font-weight: 500;
    color: #fff;
    padding: 0 15px;
    text-transform: initial;
    font-size: 14px;
    position: relative;
    transition: 0.3s ease-in-out;
}

div#masthead ul li.menu-item a.nav-top-link:hover {
    color: var(--color-primary-2) !important;
    transition: 0.3s ease-in-out;
}

div#masthead ul li.menu-item a.nav-top-link:after {
    content: '';
    width: 0%;
    height: 2px;
    background: var(--color-primary-2);
    display: block;
    position: absolute;
    bottom: -10px;
    left: 0px;
    transition: 0.3s ease-in-out;
}

div#masthead ul li.menu-item a.nav-top-link:hover:after {
    transition: 0.3s ease-in-out;
    width: 100%;
}

.header-login a {
    background: var(--color-primary-2);
    padding: 10px 25px;
    color: var(--primary-color);
    font-size: 15px;
}

/*css header menu bottom*/
ul#menu-bottom li {
    list-style: none;
    display: inline-block;
    margin: 10px 13px;
}

div#wide-nav, div#content {
    background-repeat: no-repeat;
}

div#wide-nav {
    background: transparent;
    box-shadow: 0 0 1px #efefef;
}

div#content {
    background-size: cover;
}

/**Menu**/
div#wide-nav .flex-col.hide-for-medium.flex-center {
    width: 100% !important;
    max-width: 100%;
}

div#mega-menu-wrap-menu-bottom {
    width: 100% !important;
}

div#mega-menu-wrap-menu-bottom ul#mega-menu-menu-bottom {
    display: flex;
    justify-content: space-between;
}

div#mega-menu-wrap-menu-bottom ul ul li a {
    color: #fff !important;
    font-weight: normal !important;
    padding: 0 10px !important;
    text-transform: unset !important;
    font-size: 15px !important;
}

div#mega-menu-wrap-menu-bottom ul li.mega-current-menu-item a {
    color: #fff !important;
}

div#mega-menu-wrap-menu-bottom ul > li.mega-menu-flyout ul.mega-sub-menu {
    -webkit-box-shadow: 0 16px 32px rgba(34, 37, 49, 0.24);
    box-shadow: 0 16px 32px rgba(34, 37, 49, 0.24);
    display: block !important;
}

div#mega-menu-wrap-menu-bottom ul > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    height: unset !important;
    line-height: 20px !important;
    padding: 10px 10px 10px 10px !important;
    display: block;
    -webkit-transition: .4s;
    transition: .4s;
    font-size: 16px !important;
    color: #333 !important;
    text-transform: uppercase !important;
    background: #fff !important;
}

div#mega-menu-wrap-menu-bottom u > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover,
div#mega-menu-wrap-menu-bottom ul li a:hover {
    background: rgba(255, 255, 255, 0.1) !important;
}

div#mega-menu-wrap-menu-bottom ul > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item {
    border-bottom: 1px solid #f2f2f2 !important;
}

/***slide**!*/
.slide-course .owl-dots {
    display: block !important;
}

.owl-dots {
    display: none !important;
}

.owl-nav button {
    width: 40px;
    min-height: 40px;
    line-height: 40px !important;
    background: rgb(55 84 113 / 50%) !important;
    -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    color: #333;
    text-align: center;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0px !important;
    border-radius: 50px !important;
}

.owl-nav button i {
    color: #fff;
}

.owl-nav button.owl-prev {
    left: 15px !important;
}

.owl-nav button.owl-next {
    right: 15px !important;
}

/**category**/
section.breadcrumbs a {
    color: #fff !important;
}

section.breadcrumbs {
    padding: 8px 0;
    color: #fff;
    font-size: 15px;
    font-weight: normal;
    width: 100%;
    display: inline-block;
}

section.breadcrumbs span.last, section.breadcrumbs a:last-child {
    color: var(--color-primary-2) !important;
}

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

.post-big .post-thumbnail {
    width: 100%;
    height: 220px;
}

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

.post-big .post-content {
    width: 100%;
    padding: 15px 0 0 0;
}

.post-big .post-meta {
    display: flex;
    width: 100%;
    align-items: center;
}

.post-big .post-content h4 {
    margin: 15px 0 10px 0;
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 65px;
}

.post-big .post-content .post-desc {
    color: #B0B0B0;
    font-size: 14px;
}

.post-big .post-content .post-category {
    background: var(--color-primary-2);
    padding: 3px 8px;
    color: #15202B;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
}

.post-big .post-content .post-date {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #B0B0B0;
    padding-left: 15px;
}

.post-big .post-content h4:hover {
    color: var(--color-primary-2)
}

/**post grid**/
.post-grid {
    width: 100%;
}

.post-grid a, .slick3 a {
    width: 100%;
    display: flex;
    flex-flow: wrap;
}

.slick3 a {
    margin-bottom: 20px;
}

.post-grid .post-thumbnail, .slick3 .post-thumbnail {
    width: 200px;
    height: 150px;
}

.post-grid .post-thumbnail img, .slick3 .post-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.post-grid .post-content {
    width: calc(100% - 200px);
    padding-left: 15px;
}

.post-grid .post-content .post-meta, .slick3 .post-content .post-meta {
    display: flex;
    width: 100%;
    align-items: center;
}

.post-grid .post-content .post-category, .slick3 .post-content .post-category {
    background: var(--color-primary-2);
    padding: 6px;
    color: #15202B;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
}

.post-grid .post-content .post-date, .slick3 .post-content .post-date {
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    color: #B0B0B0;
    padding-left: 15px;
}

.post-grid .post-content h4, .slick3 .post-content h4 {
    margin: 20px 0 0 0;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.post-grid .post-content h4:hover, .slick3 .post-content h4:hover {
    color: var(--color-primary-2) !important;
}

.post-grid:not(:last-child) {
    margin-bottom: 20px;
}

.category-entry {
    width: 100%;
    display: inline-block;
    margin: 0px 0 30px 0;
}

.slick3 .slick-list {
    padding-bottom: 0 !important;
}

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

.post-row .post-thumbnail {
    width: 100%;
    height: 220px;
}

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

.post-row .post-content {
    width: 100%;
    padding: 15px 0 0 0;
}

.post-row .post-meta {
    display: flex;
    width: 100%;
    align-items: center;
}

.post-row .post-content h4 {
    margin: 10px 0;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 50px;
}

.post-row .post-content .post-desc {
    color: #B0B0B0;
    font-size: 14px;
}

.post-row .post-content .post-category {
    background: var(--color-primary-2);
    padding: 3px 8px;
    color: #15202B;
    font-size: 15px;
    line-height: 20px;
}

.post-row .post-content .post-date {
    font-size: 14px;
    color: #B0B0B0;
    padding-left: 15px;
}

.post-row .post-content h4:hover {
    color: var(--color-primary-2)
}

.post-read:after {
    content: '';
    width: 100%;
    height: 1px;
    background: var(--color-primary-2);
    display: block;
}

.post-read {
    color: var(--color-primary-2);
    margin: 10px 0 10px 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    position: relative;
    width: auto;
    display: inline-block;
}

.category-title {
    width: 100%;
    display: inline-block;
    margin: 0 0 20px 0;
}

.category-title h3 {
    margin: 0px;
    color: #FCFCFC;
    padding-left: 15px;
    border-left: 4px solid var(--color-primary-2);
    font-weight: 600;
    font-size: 40px;
    line-height: 54px;
}

.category-title h3 b {
    color: var(--color-primary-2)
}

.category-title p {
    color: var(--color-primary-2) !important;
    font-size: 16px;
    margin: 0 0 10px 0;
	line-height: 24px;
}

.category-title p img {
    width: 50px;
    margin-left: 3px !important;
}

/**post list**/
.post-list {
    width: 100%;
}

.post-list a {
    width: 100%;
    display: flex;
    flex-flow: wrap;
}

.post-list .post-thumbnail {
    width: 300px;
    height: 200px;
}

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

.post-list .post-content {
    width: calc(100% - 300px);
    padding-left: 15px;
}

.post-list .post-content .post-meta {
    display: flex;
    width: 100%;
    align-items: center;
}

.post-list .post-content .post-category {
    background: var(--color-primary-2);
    padding: 3px 8px;
    color: #15202B;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
}

.post-list .post-content .post-date {
    font-size: 14px;
    color: #B0B0B0;
    padding-left: 15px;
}

.post-list .post-content h4 {
    margin: 10px 0;
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.post-list .post-content h4:hover {
    color: var(--color-primary-2) !important;
}

.post-list .post-content .post-desc {
    color: #B0B0B0;
    font-size: 14px;
}

/**pagination**/
.pagination {
    width: 100%;
    display: inline-block;
    margin: 20px 0 0 0;
}

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

.pagination ul li a:hover, .pagination ul li span:hover {
    background: var(--color-primary-2);
    color: #fff;
}

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

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

.wp-pagenavi a:hover, .wp-pagenavi a span.current, .wp-pagenavi span:hover, .wp-pagenavi span span.current {
    background: #fff;
    color: var(--primary-color);
    border: 1px solid var(--color-primary-2);
}

/**single**/

nav.rank-math-breadcrumb {
    margin-top: 25px;
}

header.header-single .header-meta {
    display: flex;
    width: 100%;
    align-items: center;
}

header.header-single .header-meta .header-category {
    background: var(--color-primary-2);
    padding: 3px 8px;
    color: #15202B;
    font-size: 15px;
    line-height: 20px;
}

header.header-single .header-meta .header-date {
    font-size: 14px;
    color: #B0B0B0;
    padding-left: 15px;
}

header.header-single h1 {
    font-weight: 600;
    font-size: 40px;
    line-height: 64px;
    color: #fff;
    margin: 15px 0;
}

header.header-single .header-author {
    color: #E3E3E3;
    font-size: 15px;
}

header.header-single .header-author a {
    color: var(--color-primary-2);
}

header.header-single .header-author span {
    margin-left: 20px;
    position: relative;
    width: auto;
    display: inline-block;
}

header.header-single .header-author span:before {
    content: '';
    width: 5px;
    height: 5px;
    background: #fff;
    border-radius: 50%;
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -12px;
}

.entry-content, .entry-content p, .entry-content ul li, .entry-content ol li {
    color: #E3E3E3 !important;
    font-size: 16px;
}

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

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

.post-random {
    width: 100%;
    margin: 0 0 30px 0;
}

.post-social {
    width: 100%;
    text-align: right;
}

.post-social a {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #337FFF;
    text-align: center;
    line-height: 30px;
    display: inline-block;
    color: #fff;
    transition: 0.3s ease-in-out;
}

.post-social a:nth-child(2) {
    background: #33CCFF;
}

.post-social a:nth-child(3) {
    background: #34AADF;
}

.post-social a:not(:last-child) {
    margin-right: 10px;
}

.post-social a:hover {
    transition: 0.3s ease-in-out;
    transform: translateY(-5px);
    box-shadow: 0px 2px 16px rgba(255, 255, 255, 0.4);
    color: #fff;
}

/**alert**/
.alert-success {
    color: #155724;
    background-color: #d4edda !important;
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid #c3e6cb;
    border-radius: 0.25rem;
    font-weight: normal;
}

.post-grid.pot-list2 .post-content, .slick3 .post-content {
    width: 100%;
    padding: 0px;
}

/**pot featured**/
.home-title h3 {
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    margin: 0px !important;
}

.home-title a {
    color: var(--color-primary-2) !important;
    width: 100%;
    text-align: right;
    display: block;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
}

.tab-dev ul li {
    border: 1px solid var(--color-primary-2);
    margin: 0px !important;
}

.tab-dev ul li:not(:last-child) {
    border-right: 0;
}

.tab-dev ul li.active, .tab-dev ul li:hover {
    background: var(--color-primary-2);
}

.tab-dev ul li.active a, .tab-dev ul li:hover a {
    color: var(--primary-color)
}

.tab-dev ul li a {
    color: #fff;
    font-size: 15px;
    font-weight: normal;
    padding: 5px 15px !important;
}

.brRight h3 {
    border-left: 0px !important;
    padding: 0;
}

.bc__product .post-grid .post-thumbnail {
    width: 180px;
    height: 130px;
}

.bc__product .post-grid .post-content {
    width: calc(100% - 180px);
    padding-left: 15px;
}

.bc__product .post-grid .post-content h4 {
    margin: 10px 0 0 0;
    -webkit-line-clamp: 2;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
}

.bc__product .post-grid .post-date {
    font-size: 13px;
    padding-left: 5px;
}

.tab-dev .tab-panels {
    margin-top: 30px !important;
}

.bc__product .post-grid {
    margin-bottom: 15px !important;
    padding-right: 15px !important;
}

.tab-dev2 ul li a {
    padding: 7px 20px !important;
}

.slick-next:before {
    content: '\f105' !important;
    font-family: "Font Awesome 6 Pro" !important;
}

.slick-prev:before {
    content: '\f104' !important;
    font-family: "Font Awesome 6 Pro" !important;
}

.slick-prev, .slick-next {
    width: 40px;
    min-height: 40px;
    line-height: 40px !important;
    background: rgb(55 84 113 / 50%) !important;
    -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    color: #333;
    text-align: center;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0px !important;
    border-radius: 50px !important;
}

ul.slick-dots {
    margin: 0px !important;
}

.slick-dots li button:before {
    display: none !important;
}

.slick-dots li {
    margin: 0px !important;
    padding: 0px !important;
    border: 0px !important;
}

.slick-dots li button {
    background: #7D7D7D !important;
    width: 10px !important;
    height: 5px !important;
    border-radius: 50% !important;
}

.slick-dots li.slick-active {
    margin-right: 10px !important;
}

.slick-dots li.slick-active button {
    background: var(--color-primary-2) !important;
    width: 20px !important;
    border-radius: 4px !important;
	padding: 3px 0;
}

.slick-dots li:hover {
    background: transparent !important;
}

.slick-dots li button:hover {
    background: var(--color-primary-2) !important;
}

.category-title img {
    width: 90px;
    margin-left: 10px;
}

.category-title-desc {
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    color: #E3E3E3;
    width: 800px;
    margin: auto;
}

/**course**/
.course-row {
    width: 98%;
    background: rgba(0, 0, 0, 0.3);
}

.course-row .course-thumbnail {
    width: 100%;
    height: 170px;
}

.course-row .course-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.course-row .course-content {
    width: 100%;
    display: inline-block;
    padding: 15px;
}

.course-row .course-content h4 {
    margin: 10px 0;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 55px;
}

.course-row .course-content .course-desc {
    color: #B0B0B0;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #7D7D7D;
}

.course-row .course-content h4:hover {
    color: var(--color-primary-2)
}

.course-row .course-content .course-register {
    text-align: center;
    color: var(--color-primary-2);
    border: 1px solid var(--color-primary-2);
    padding: 6px;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    transition: 0.3s ease-in-out;
    position: relative;
    z-index: 2;
}

.course-row .course-content .course-register a {
    color: #fff;
}

.course-row .course-content .course-register:hover {
    color: var(--primary-color)
}

.course-row .course-content .course-register:hover a {
    color: var(--primary-color)
}

.course-row .course-content .course-register:before {
    content: '';
    width: 0%;
    height: 100%;
    transition: 0.3s ease-in-out;
    position: absolute;
    background: var(--color-primary-2);
    left: 0px;
    top: 0px;
    z-index: -1;
}

.course-row .course-content .course-register:hover:hover:before {
    transition: 0.3s ease-in-out;
    width: 100%;
}

/**team**/
.team-item {
    width: 100%;
    background: #0D141B;
    border: 1px solid var(--color-primary-2);
    padding: 30px 15px;
    text-align: center;
    border-radius: 8px;
}

.team-item img {
    width: 100px !important;
    height: 100px;
    margin: auto;
    border-radius: 8px;
}

.team-item h4 {
    margin: 15px 0 0 0;
    color: #fff;
    font-size: 18px;
}

.team-item .team-star i {
    color: #FFC700;
    font-size: 14px;
}

.slick2 .slide-item {
    padding: 20px;
}

.abouts-body p img {
    width: 25px;
    height: 25px;
    object-fit: contain;
    margin-right: 10px;
}

.abouts-body p {
    color: #FCFCFC;
    font-size: 16px;
    font-weight: 400;
    display: flex;
    align-items: center;
}

.abouts-body h3 {
    color: var(--color-primary-2);
    font-size: 25px;
    margin: 0 0 15px 0;
}

.formConact .category-title.text-center.brRight h3 {
    text-align: left;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
}

.input__contact, .textarea__contact {
    background: rgba(255, 255, 255, 0.1) !important;
    border-radius: 5px !important;
    border: 0px !important;
    box-shadow: unset !important;
    color: #fff !important;
}

span.wpcf7-not-valid-tip {
    display: none;
}

.formConact label {
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}

.formConact label b {
    color: #ff3333;
}

.wpcf7 form.failed .wpcf7-response-output, .wpcf7 form.aborted .wpcf7-response-output {
    border-color: #ccc !important;
    color: #fcfcfc !important;
}

.button_for_primary {
    background: var(--color-primary-2) !important;
    color: var(--primary-color) !important;
    margin: 0px !important;
    width: 200px;
}

footer#footer {
    width: 100%;
    background: #0D131E url(/wp-content/uploads/2023/05/Illustration.png) no-repeat;
    background-size: 300px !important;
    padding: 30px 0 50px 0;
    background-position: bottom right;
}

footer#footer .footer-top {
    width: 100%;
    display: inline-block;
    color: #979797;
    font-size: 15px;
}

footer#footer .footer-top .footer-title {
    width: 100%;
    display: inline-block;
}

footer#footer .footer-top .footer-title h3 {
    color: #fff;
    font-size: 18px;
    margin: 0 0 15px 0;
}

footer#footer p, footer#footer a {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 10px;
    color: #979797;
}

footer#footer .footer-menu ul li {
    border: 0px !important;
    margin: 0px;
}

footer#footer .footer-menu ul li a {
    padding: 0px !important;
}

footer#footer .footer-menu ul li a:hover {
    color: var(--color-primary-2)
}

footer#footer .footer-logo img {
    width: 180px;
    height: 60px;
}

footer#footer .footer-description {
    color: #FDFDFD;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    margin: 20px 0 20px 0;
}

.footer-copyright {
    width: 100%;
    padding: 10px 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 15px;
    color: #FFFFFF;
    background: #15202B;
}

.footer-social, .footer-copyright .social {
    text-align: right;
}

.footer-social a:not(:last-child), .footer-copyright .social a:not(:last-child) {
    margin-right: 15px;
}

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

/**atb**/
.bk-tab ul {
    display: flex;
    justify-content: end;
    align-items: center;
}

.bk-tab ul li {
    list-style: none;
    border: 1px solid var(--color-primary-2);
    margin: 0px !important;
}

.bk-tab ul li:not(:last-child) {
    border-right: 0;
}

.bk-tab ul li.active, .bk-tab ul li:hover {
    background: var(--color-primary-2);
}

.bk-tab ul li.active a, .tab-dev ul li:hover a {
    color: var(--primary-color)
}

.bk-tab ul li a {
    color: #fff;
    font-size: 15px;
    display: block;
    font-weight: normal;
    padding: 7px 15px !important;
}

/**post new**/
.post-view {
    background: #212B36;
    padding: 20px;
    width: 100%;
    display: inline-block;
}

.postNew {
    height: 600px;
    overflow: hidden;
    overflow-y: scroll !important;
    position: relative;
	padding-right: 8px;
}

.postNew:before {
    width: 100%;
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 50px;
    background: linear-gradient(180deg, rgba(33, 43, 54, 0) 0%, rgba(33, 43, 54, 0.76) 50.61%, #212B36 84.54%);
}

.post-new-item {
    width: 100%;
    display: inline-block;
}

.post-new-item:not(:last-child) {
    margin-bottom: 20px;
}

.post-new-item h4 {
    color: #FCFCFC;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.post-new-item .post-desc {
    color: #B0B0B0;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}

.post-new-item .post-date {
    background: var(--color-primary-2);
    width: auto;
    display: inline-block;
    padding: 3px 10px;
    margin: 10px 0 0;
    font-size: 14px;
	color: #000; 
	font-weight: 500;
}

.post-new-button a {
    border-radius: 0px;
    text-align: center;
    display: block;
    width: 96%;
    font-weight: 600;
    height: 44px;
    line-height: 32px;
    margin-top: 24px !important;
}

.home .post-new-button {
    position: relative;
}

.home .post-new-button:before {
    content: "";
    background-image: linear-gradient(to top, #212B36, rgb(33 43 54 / 76%), rgb(33 43 54 / 0%));
    display: block;
    position: absolute;
    height: 150px;
    width: 96%;
    bottom: 0;
}


/**dau tu**/
.dautu {
    width: 100%;
    display: inline-block;
}

.dautu h3 {
    color: #fff;
    margin: 0 0 10px 0;
    font-size: 25px;
}

.dautu p, .dautu ul li, .dautu ol li {
    color: #B0B0B0;
    font-size: 16px;
    margin: 0 0 10px 0;
}

.dautu ul, .dautu ol {
    margin-left: 25px !important;
}

.button_for_danger {
    width: 100%;
    border: 1px solid var(--color-primary-2) !important;
    color: var(--color-primary-2) !important;
    font-weight: normal;
    padding: 6px 0;
    font-size: 15px;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.button_facebook:before {
    content: '';
    background: url("../images/facebook.png") no-repeat;
    background-size: 100%;
    width: 20px;
    height: 20px;
    display: inline-block;
    color: #337FFF;
    margin-right: 5px;
}

.button_telegram:before {
    content: '';
    background: url("../images/telegram.png") no-repeat;
    background-size: 100%;
    width: 20px;
    height: 20px;
    display: inline-block;
    color: #337FFF;
    margin-right: 5px;
}

/**source**/
section.s-course-thumbnail {
    width: 100%;
    display: inline-block;
    padding: 100px 0;
    position: relative;
    background-size: cover !important;
    background-repeat: no-repeat;
    background-position: center center !important;
}

section.s-course-thumbnail:after {
    content: '';
    background: #000;
    width: 100%;
    display: inline-block;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 9;
    opacity: 0.6;
}

section.s-course-thumbnail .s-course-info {
    width: 900px;
    margin: auto;
    position: relative;
    z-index: 99;
    text-align: center;
}

section.s-course-thumbnail .s-course-info h1 {
    color: #fff;
    font-weight: 600;
    font-size: 48px;
    line-height: 56px;
}

section.s-course-thumbnail .s-course-meta div {
    margin: 0px 10px;
}

section.s-course-thumbnail .s-course-meta {
    display: flex;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 16px;
}

section.s-course-thumbnail .s-course-button {
    width: 100%;
    display: inline-block;
    margin: 15px 0 0 0;
}

section.s-course-thumbnail .s-course-button a {
    background: var(--color-primary-2) !important;
    color: var(--primary-color) !important;
    border-radius: 0px !important;
}

/**course box**/
section.course-description {
    margin-top: -50px;
    z-index: 999;
    position: relative;
}

.course-box {
    width: 100%;
    background: #FFFFFF;
    box-shadow: 0px 7px 25px rgba(0, 0, 0, 0.15);
    border-radius: 24px;
    padding: 20px;
    text-align: center;
}

.course-box img {
    width: 150px;
    margin: 0 auto 0;
}


.course-box h4 {
    margin: 20px 0 10px 0;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    color: #25233E !important;
}

.course-box p {
    font-size: 15px;
    line-height: 22px;
    text-align: center;
    color: #5F5F70 !important;
    margin: 0px;
}

.mtTop {
    padding-top: 20px !important;
}

/**course entry**/
section.course-entry {
    width: 100%;
    margin: 30px 0 0 0;
    padding: 40px 0;
    background-size: 100% !important;
    background-position: top !important;
}

h3.course__title {
    color: var(--color-primary-2);
    margin: 0 0 15px 0;
    font-weight: 600;
    font-size: 36px;
    line-height: 44px;
}

h3.course__title_2 {
    font-size: 25px;
    color: #fff;
    margin: 0 0 15px 0;
}

h3.course__title img {
    width: 30px;
    margin-right: 5px;
}

section.course-entry {
    color: #C9C9C9;
    font-size: 16px;
}

section.course-entry p, section.course-entry ul li, section.course-entry ol li {
    margin: 0 0 10px 0;
}

section.course-entry ul, section.course-entry ol {
    margin-left: 25px;
}

.box-kt h3 {
    color: #fff;
    font-size: 20px;
}

.box-kt {
    background: #1D262F;
    border: 1px solid #FCFCFC;
    border-radius: 4px;
    width: 100%;
    margin: 30px 0;
    padding: 20px;
}

.box-kt ul {
    display: flex;
    flex-flow: wrap;
    margin: 0 -15px !important;
}

.box-kt ul li i {
    color: var(--color-primary-2);
    margin-right: 5px;
}

.box-kt ul li {
    width: calc(100% / 2);
    padding: 0px 15px;
    margin: 0 0 10px 0 !important;
    font-size: 15px;
    list-style: none;
    color: #C9C9C9;
    display: flex;
}

.accordion.bknd-question a.accordion-title.plain {
    border-top: 0px !important;
    font-size: 16px;
    color: #fcfcfc;
    font-weight: 700;
    position: relative;
    padding: 15px 0 !important;
}

.accordion.bknd-question .accordion-item {
    border-top: 0px !important;
    border-bottom: 1px solid #375471;
}

.accordion.bknd-question .accordion-item:last-child {
    border-bottom: none !important;
}

.accordion.bknd-question button.toggle {
    right: 0px;
    left: unset !important;
	border-radius: 4px !important;
}

div#course-process .bknd-question button.toggle {
/*     border: 2px solid #EDB851 !important; */
/*     border-radius: 8px !important; */
	opacity: 1;
}

.accordion.bknd-question .accordion-inner ul, .accordion.bknd-question .accordion-inner ol {
    margin-left: 20px !important;
}

.accordion.bknd-question .accordion-inner p, .accordion.bknd-question .accordion-inner ul li, .accordion.bknd-question .accordion-inner ol li {
    margin: 0 0 10px 0;
    font-size: 16px;
    line-height: 25px;
}

.accordion.bknd-question .accordion-inner {
    padding: 15px 0;
    color: #C9C9C9;
}

.slide-team .team-item {
    border: 0px !important;
    border-radius: 0px !important;
}

.course-pc {
    width: 100%;
    margin: 30px 0;
    padding: 40px 0;
    background: #1D262F;
}

.course-pc-title {
    font-size: 20px;
    line-height: 25px;
    text-align: center;
    color: var(--color-primary-2);
    font-weight: 700;
}

.brRight-2 {
    border-right: 1px solid #969696;
}

.course-pc .price-course {
    padding: 0px 20px;
}

.course-pc .price-course p {
    margin: 0 0 15px 0;
    color: #C9C9C9;
    font-size: 15px;
}

.course-pc .price-course b {
    color: #fff;
    font-size: 35px;
}

.button_for_register {
    width: 200px;
    margin: 20px auto 0 !important;
    background: var(--color-primary-2) !important;
    color: var(--primary-color) !important;
    border-radius: 0px !important;
    display: block;
    padding: 6px 25px !important;
}


.button_for_danger_2 {
    background: var(--color-primary-2) !important;
    color: var(--primary-color) !important;
    border-radius: 0px !important;
    padding: 5px 25px !important;
}

.cs-item p {
    color: #C9C9C9;
    font-size: 15px;
    text-align: center;
    margin: 0;
}

.cs-item h4 {
    color: #fff;
    font-size: 18px;
    margin: 15px 0 10px 0;
    text-align: center;
}

.bk-ad .toggle i:before {
    content: '\2b' !important;
    font-family: "Font Awesome 6 Pro" !important;
}

.bk-ad a.accordion-title.plain.active .toggle i:before {
    content: '\f068' !important;
}

.bk-ad .toggle {
    border: 1px solid var(--color-primary-2) !important;
    color: var(--color-primary-2) !important;
	opacity: 1;
    border-radius: 0px !important;
    padding: 0px !important;
    width: 30px !important;
    height: 30px !important;
    min-height: 30px !important;
    line-height: 30px !important;
    padding: 0px !important;
    margin: 0px !important;
    top: 50% !important;
    transform: translateY(-50%);
	display:  flex;
	align-content: center;
	justify-content: center;
}

.bk-ad a.accordion-title.plain.active .toggle {
    color: #fff !important;
    background: var(--color-primary-2) !important;
}

.bk-ad .toggle i {
    line-height: 29px !important;
    display: flex;
}

.bk-ad .active .toggle i {
    line-height: 29px !important;
}

/**author**/
.author__info {
    width: 100%;
    margin: 20px 0 0 0;
}

.author__info .author__avatar {
    width: 200px;
    height: 200px;
    margin-top: -100px;
}

.author__info .author__avatar img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.author__info .author__info_text h3 {
    color: #fff;
    font-weight: 600;
    font-size: 36px;
    line-height: 44px;
    margin: 0 0 10px 0;
}

.author__info .author__info_text p {
    margin: 0 0 10px 0;
}

.author__info .author__info_text {
    width: 100%;
    display: inline-block;
    padding-left: 10px;
    color: #C9C9C9;
    font-size: 15px;
}

.author__info .author__info__star {
    margin: 0 0 10px 0;
}

.author__info .author__info__star i {
    color: #FFC700;
    font-size: 14px;
}

marquee#MARQUEE ul.marquee li {
    list-style: none;
    display: inline-flex;
    margin-right: 50px;
}

marquee#MARQUEE ul.marquee li a {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #EDB851;
}

marquee#MARQUEE {
    background: #333D46;
    padding: 10px 0;
    width: 100%;
}

span.date {
    background: #375471;
    padding: 4px 8px;
    color: #fff;
    font-size: 13px;
    margin-right: 15px;
}

marquee#MARQUEE ul.marquee li a:hover {
    color: #fff;
}

aside.banner-sidebar img {
    width: 100% !important;
}

aside.banner-sidebar {
    width: 100%;
    margin: 20px 0 30px 0;
}

a.button.primary {
    background: var(--color-primary-2) !important;
    color: var(--primary-color) !important;
    font-weight: 400 !important;
    margin: 0px !important;
}


.author-share {
    text-align: right;
    margin: 0 0 20px 0;
}

.author-share a {
    background: var(--color-primary-2) !important;
    border-radius: 0px !important;
    color: var(--primary-color) !important;
    font-weight: 400;
}

.author-banner img {
    width: 100%;
}

/**modal**/
.pum-overlay {
    background: rgba(21, 32, 43, 0.8) !important;
}

div#popmake-445 {
    background: url(/wp-content/uploads/2023/05/image-61-min-1.png) !important;
    border-radius: 8px !important;
    border: 1px solid var(--color-primary-2) !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

.pum-title.popmake-title {
    display: none !important;
}

.pum-content.popmake-content .button_for_primary {
    width: 100% !important;
}

button.pum-close.popmake-close {
    background: transparent !important;
    box-shadow: unset !important;
    font-size: 20px !important;
    padding: 0px !important;
    top: 20px !important;
    right: 20px !important;
    margin: 0px !important;
}

div#popmake-445 {
    padding: 35px !important;
}


/**form search**/
.form-search {
    display: none;
    background: #0D131E;
    width: 100%;
    padding: 50px 20px;
    position: absolute;
    z-index: 99;
    top: 70px;
}

.form-search form {
    margin: 0px !important;
    position: relative;
}

.form-search input.s-input::placeholder {
    color: #fff !important;
}

.form-search input.s-input {
    background: transparent !important;
    color: #fff !important;
    border: 0px !important;
    padding-left: 35px !important;
    box-shadow: unset !important;
    font-size: 18px;
    line-height: 28px
}

.form-search button.s-button {
    color: #fff !important;
    position: absolute;
    top: 0px;
    left: 0px;
    background: transparent !important;
    padding: 0px !important;
    margin: 0px !important;
}

.form-search .close-form {
    cursor: pointer;
    color: #fff;
    position: absolute;
    top: 0px;
    right: 0px;
}

.search-home a:hover i {
    color: #fff;
}

.box-search {
    border: 1px solid #7D7D7D;
    border-radius: 8px;
    width: 100%;
    position: relative;
    padding: 5px 10px;
    margin: 0 0 10px 0;
}

.box-search input.s-input::placeholder {
    color: #fff;
}

.box-search input.s-input {
    background: transparent !important;
    color: #fff !important;
    border: 0px !important;
    padding-left: 35px !important;
    box-shadow: unset !important;
    font-size: 16px;
    line-height: 22px;
    margin: 0;
}

.box-search form {
    margin: 0px;
    position: relative;
}

.box-search .search-icon {
    color: #fff !important;
    position: absolute;
    top: 8px;
    left: 5px;
    background: transparent !important;
    padding: 0px !important;
    margin: 0px !important;
}

button.btn-search {
    color: var(--color-primary-2) !important;
    font-size: 16px;
    margin: 0px !important;
    position: absolute;
    top: 0px;
    right: 0px;
    background: transparent !important;
    padding: 0px !important;
}

.box-search-result {
    width: 100%;
    margin: 0 0 30px 0;
    display: inherit;
    color: #B0B0B0;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
}

.slick3 ul.slick-dots {
    text-align: left;
}

section.category-entry .post-list, section.section.list-post .post-list {
    margin-bottom: 10px;
}

header#header {
    z-index: 99999 !important;
}

section.course-entry .course-row .course-content h4 {
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
}

.slide-course-box .owl-dots button {
    width: 8px;
    height: 8px;
    background: #7D7D7D;
    min-height: 8px !important;
    margin: 0 3px !important;
    border-radius: 50%;
}

.slide-course-box .owl-dots {
    display: block !important;
    text-align: center;
}

.slide-course-box .owl-dots button.active {
    background: #EDB851;
    width: 24px !important;
    border-radius: 8px;
}

.slide-course .owl-dots button {
    width: 8px;
    height: 8px;
    background: #7D7D7D;
    min-height: 8px !important;
    margin: 0 3px !important;
    border-radius: 50%;
}

.slide-course .owl-dots {
    display: block !important;
    text-align: center;
}

.slide-course .owl-dots button.active {
    background: #EDB851;
    width: 24px !important;
    border-radius: 8px;
}

.FixedWidget__fixed_widget {
    z-index: 999;
}

.single-post-thumbnail img {
    width: 100%;
}

.single-2 h1 {
    font-weight: 600;
    font-size: 40px !important;
    line-height: 54px !important;
}

.header-desc {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #E3E3E3;
    margin: 15px 0 0;
}

.entry-content2, .entry-content2 p, .entry-content2 ul li, .entry-content2 ol li {
    color: #E3E3E3;
    font-size: 16px;
}

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

.entry-content2 ul, .entry-content2 ol {
    margin-left: 25px !important;
}

.entry-content2 {
    width: 100%;
    display: inline-block;
    margin: 30px 0;
}

.entry-content2 a, .entry-content a {
    color: var(--color-primary-2)
}

.entry-content2 h1, .entry-content2 h3, .entry-content2 h2, .entry-content2 h4, .entry-content2 h5, .entry-content2 h6 {
    color: #fff
}

.entry-content h1, .entry-content h3, .entry-content h2, .entry-content h4, .entry-content h5, .entry-content h6 {
    color: #fff
}

.entry-content table tr td,.entry-content2 table tr td {
    color: #fff;
}

div#toc_container {
    border: 0px !important;
    padding: 0px !important;
}

p.toc_title {
    text-align: left !important;
    border-left: 4px solid var(--color-primary-2) !important;
    padding-left: 15px !important;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
}

ul.toc_list {
    margin-left: 0px !important;
}

ul.toc_list li a {
    color: #fff !important;
    font-weight: 400;
    font-size: 16px !important;
    line-height: 24px;
}

ul.toc_list li a:hover {
    color: var(--color-primary-2) !important;
}

.single-social a {
    color: #fff !important;
}

.single-social .post-social {
    text-align: left !important;
}

.single-social {
    width: 100%;
    display: inline-block;
    margin: 20px 0 0;
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
    padding: 15px 0;
    text-align: left !important;
}

.article-tags {
    width: 100%;
    display: inline-block;
    margin: 20px 0 0px 0;
    color: #fff;
}

.article-tags img {
    width: 25px;
    margin-right: 10px;
}

.article-tags a {
    background: #375471;
    color: #ffff;
    padding: 5px 10px;
    margin-right: 10px;
    font-size: 15px;
    border-radius: 50px;
}

.article-tags a:hover {
    background: var(--color-primary-2);
    color: var(--primary-color);
}

/* css so chay */
.home_user {
    position: relative;
}

.user_number {
    right: 16px;
    bottom: 136px;
}

.user_number2 {
    left: -80px;
    bottom: -15px;
}

.number_code {
    background: #fff;
    width: fit-content;
    width: 292px;
    text-align: center;
    border-radius: 8px;
    padding: 20px 10px;
    position: absolute;
}

.number_code p {
    color: #000 !important;
    font-weight: 600;
    margin-bottom: 8px;
}