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

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

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

html {
    background-color: #f3f5f7 !important;
}

:root {
    --primary-color2: #1C2373;
    --primary-color3: #2B9545;
    --primary-color4: #7FC5FF;
    --color-gray: #111;
    --color-dark: #111;
    --darkColor: #111;
}

#wrapper, #main {
    background: #f3f5f7 !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-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-color4) !important;
    color: var(--primary-color2) !important;
    text-align: center;
    padding: 8px 33px !important;
    font-size: 15px !important;
    display: inline-block !important;
    position: relative;
    text-transform: unset !important;
    overflow: hidden !important;
    z-index: 9 !important;
    border-radius: 99px !important;
    transition: 0.3s all !important;
    line-height: 24px !important;
    box-shadow: unset !important;
}


.button_style:hover {
    box-shadow: 0px 4px 19.2px 0px rgba(0, 0, 0, 0.09) !important;
    background: #fff !important;
}

/**header**/
.header-category {
    margin: 0 30px 0 0;
}

.header-category a {
    font-size: 16px;
    line-height: 24px;
    color: #000;
}

.header-account a {
    color: #1C2373;
    font-weight: 600;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 5px 15px;
    border-radius: 5px;
}

.header-account a:hover {
    background: rgb(28 35 115 / 0.4) !important;
    color: var(--primary-color2);
}

input#s {
    border-radius: .25rem;
    box-shadow: unset !important;
    padding: 4px 11px 4px 30px;
    color: rgba(0, 0, 0, 0.88);
    font-size: 14px;
    width: 400px;
}

button.ux-search-submit {
    background: transparent;
    border: 0;
    position: absolute;
    left: 0;
    top: 0;
    height: 35px;
    box-shadow: unset !important;
    padding: 0px 10px !important;
}

button.ux-search-submit i {
    font-size: 14px;
}

i.icon-search:before {
    content: '\f002';
    font-family: "Font Awesome 6 Pro";
    color: #94a3b8 !important;
    font-size: 16px;
}

button.ux-search-submit i:before {
    font-size: 14px;
}

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

div#mega-menu-wrap-primary ul li a {
    color: #000 !important;
    font-weight: 300 !important;
    padding: 0 !important;
    text-transform: unset !important;
    font-size: 15px !important;
    text-align: center !important;
    display: flex !important;
    align-items: center;
}

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;
    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: 300 !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 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%;
}

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

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

.widget-title:after, span.widget-title:after, h4.filter-title:after, .widgettitle:after {
    content: '';
    height: 2px;
    background: var(--primary-color);
    width: 100px;
    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 a {
    display: inline-block;
    color: #000;
    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: 16px;
    line-height: 24px;
    font-weight: 700;
    margin-bottom: 10px;
}

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

.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;
}

.widget-post-list .widget-post-meta {
    font-size: 14px;
    color: #848382;
    line-height: 22px;
}

.widget_nav_menu ul li {
    border: 0px !important;
}

.widget_nav_menu ul li a {
    position: relative;
    padding: 0 0 0 15px !important;
    margin-bottom: 8px !important;
}

.widget_nav_menu ul li a:before {
    content: '';
    width: 5px;
    height: 5px;
    background: #000;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

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

.pagination ul li {
    margin: 0 8px !important;
}

.pagination ul li a, .pagination ul li span {
    color: var(--color-gray);
    display: block;
    border: 0;
    max-width: 15px !important;
    height: 25px;
    padding: 0px;
    line-height: 15px;
    font-weight: normal;
    position: relative;
    text-align: center;
    width: 15px !important;
    min-width: 15px;
}

.pagination ul li a:before, .pagination ul li span:before {
    display: none;
    content: '';
    width: 100%;
    position: absolute;
    bottom: 0px;
    height: 2px;
    background: var(--primary-color);
    left: 0;
}

.pagination ul li a:hover, .pagination ul li span:hover {
    color: var(--color-gray);
    font-weight: normal !important;
    background: transparent !important;
}

.pagination ul li a:hover:before, .pagination ul li span:hover:before {
    display: block;
}

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

.wp-pagenavi a, .wp-pagenavi span {
    background: transparent !important;
    border: 0;
    width: 15px;
    height: 15px;
    padding: 0px;
    line-height: 15px;
    font-weight: normal;
    display: inline-block;
    text-align: center;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current, .pagination span.current {
    color: var(--color-gray) !important;
    font-weight: normal !important;
    background: transparent !important;
}

.pagination span.current:before, .wp-pagenavi span.current:before {
    display: block;
}

/**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 {
    height: 48px;
    width: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: none;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
    z-index: 100;
    transition-property: background-color;
    transition-duration: 0.35s;
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s;
    top: 50% !important;
    border-radius: 50% !important;
    color: var(--primary-color) !important;
    margin: 0;
    background: #fff;
}

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;
    color: var(--primary-color2);
}

body .swiper-button-next {
    left: 100%;
    transform: translateX(-50%) translateY(-50%);
}

body .swiper-button-prev {
    left: 0%;
    transform: translate(-50%, -50%) !important;
}

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

body .swiper-button-next i, body .swiper-button-prev i {
    color: var(--primary-color3) !important;
    font-size: 25px;
}

body .swiper-button-next img, body .swiper-button-prev img {
    width: 15px;
    height: 15px;
    object-fit: contain;
}

body .swiper-button-next:hover, body .swiper-button-prev:hover {
    background: var(--primary-color3) !important;
}

body .swiper-button-next:hover i, body .swiper-button-prev:hover i {
    color: #fff !important;
}

/**category**/
.category-description {
    font-size: 16px;
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    border: 1px solid #d1d5db;
}

.entry-content {
    padding: 0 !important;
    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;
}

/**post item**/
.post-item {
    width: 100%;
    transition: 0.3s all;
}

.post-item .post-thumbnail {
    padding-top: 64.9572649573%;
    position: relative;
    overflow: hidden;
    transition: 0.3s all;
}

.post-item .post-thumbnail img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: 0.3s all;
}

.post-item:hover .post-thumbnail img {
    transition: 0.3s all;
    transform: scale(1.2);
}

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

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

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

.post-item .post-content .post-desc {
    font-size: 14px;
    line-height: 20px;
    font-weight: 200;
    color: rgba(0, 0, 0, .6);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin: 8px 0 5px 0;
}

.post-item .post-meta {
    margin-bottom: 10px;
}

.post-item .post-meta ul {
    display: flex;
    gap: 15px;
    margin: 0 !important;
    padding: 0;
    justify-content: start !important;
}

.post-item .post-meta ul li {
    position: relative;
    padding-right: 15px;
    font-size: 14px;
    font-weight: 500;
    color: var(--color-gray);
    list-style: none;
    margin: 0;
}

.post-item .post-meta ul li:first-child {
    text-transform: uppercase;
}

.post-item .post-meta ul li:first-child:before {
    content: "";
    background: #ddd;
    width: 2px;
    height: 80%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}

/**main**/
.main-section {
    background: linear-gradient(180deg, rgb(75, 118, 210, 1) 0%, rgba(18, 46, 118, 1) 100%);
}

.main-slide .slider {
    border-radius: 10px !important;
}

.main-slide .img-inner img {
    border-radius: 10px !important;
}

/**menu**/
.col-100 .col-inner {
    height: 100%;
    min-height: 100% !important;
}

.menu_categories {
    background: #fff;
    border-radius: 10px;
    padding: 15px 20px;
    height: 100% !important;
}

.menu_categories .ux-menu-link:not(:last-child) {
    border-bottom: 1px solid #D5EADA;
    margin-bottom: 10px;
}

.menu_categories a.ux-menu-link__link {
    margin: 5px 0;
    font-size: 16px;
    line-height: 24px;
    position: relative;
    color: #222;
    padding: 8px;
    border-radius: 5px;
    min-height: unset;
}

.menu_categories a.ux-menu-link__link:hover {
    background: #eee;
}

/**home-title**/
.home-title {
    position: relative;
}

.home-title h3, .home-title h1, .home-title h2 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 500;
    text-transform: uppercase;
    color: #3e3e3c;
    width: auto;
    display: inline-block;
    position: relative;
    margin-bottom: 10px;
}

.uppercase {
    text-transform: uppercase;
}

.home-small h3, .home-small h1, .home-small h2 {
    font-size: 28px;
    line-height: 36px;
}

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

.home-title p {
    font-size: 14px;
    line-height: 20px;
    color: #797979;
    margin: 0 0 12px 0;
}

.colorWhite p {
    color: #fff !important;
}

.home-line:after {
    content: '';
    height: 1px;
    width: 100px;
    margin: 0 auto;
    background-color: var(--primary-color3);
    position: absolute;
    bottom: -10px;
    left: 0;
}

.home-line.text-center:after {
    left: 50%;
    transform: translateX(-50%);
}

/**footer**/
.footer-title {
    font-size: 18px;
    line-height: 24px;
    text-transform: uppercase;
    font-weight: 700;
}

.absolute-footer {
    background: #a3a3a3 !important;
    color: #fff !important;
    padding: 8px 0 !important;
}

.icon-phone:before {
    content: '\f095' !important;
    font-family: "Font Awesome 6 Pro" !important;
    font-weight: 700 !important;
}

.icon-envelop:before {
    content: '\f0e0' !important;
    font-family: "Font Awesome 6 Pro" !important;
    font-weight: 700 !important;
}

.icon-map-pin-fill:before {
    content: '\f3c5' !important;
    font-family: "Font Awesome 6 Pro" !important;
    font-weight: 700 !important;
}

#footer .footer-menu a {
    min-height: unset;
    font-size: 15px;
    line-height: 22px;
}

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

/**video**/
.video-item {
    background-color: #fff;
    position: relative;
    padding: 24px;
    display: flex;
    flex-flow: wrap;
    overflow: hidden;
}

.video-item:after {
    content: ' ';
    width: 48%;
    height: 0;
    padding-bottom: 48%;
    position: absolute;
    left: -14.5%;
    top: -42.5%;
    background-color: #D5EADA;
    z-index: 1;
    border-radius: 50%;
}

.video-item .video-thumbnail {
    width: 280px;
    height: 220px;
    overflow: hidden;
    position: relative;
    z-index: 9;
}

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

.video-item .video-content {
    width: calc(100% - 280px);
    padding-left: 18px;
}

.video-item .video-content .video-title {
    font-size: 16px;
    line-height: 20px;
    margin-top: 12px;
    margin-bottom: 12px;
    color: #3e3e3c;
    font-weight: 700;
}

.video-item .video-content .video-desc {
    font-size: 14px;
    line-height: 20px;
    color: #797979;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.video-item .video-play {
    display: block;
    width: 20%;
    height: 0;
    padding-bottom: 20%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 2;
}

.video-item .video-play:before {
    content: ' ';
    height: 100%;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    background: url(../images/play.svg) no-repeat 60% center / 40% 40% #2B9545;
    border-radius: 50%;
    z-index: 2;
}

.video-item .video-play:after {
    content: ' ';
    height: 100%;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    background: #2B9545;
    border-radius: 50%;
    z-index: 1;
    opacity: 0.4;
    animation-name: bt-click-to-play;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
}

@keyframes bt-click-to-play {
    0% {
        height: 100%;
        width: 100%;
        opacity: 0.5;
    }

    98% {
        height: 150%;
        width: 150%;
        opacity: 0.0;
    }
    99% {
        height: 100%;
        width: 100%;
        opacity: 0;
    }
    100% {
        height: 100%;
        width: 100%;
        opacity: 0.5;
    }
}

/**course**/
.course-item {
    width: 100%;
    height: 100%;
    background-color: #fff;
    position: relative;
    overflow: hidden;
    border: 1px solid #E6E4EB;
    border-radius: 8px;
    transition: all .3s;
}

.course-item:hover {
    border: 1px solid #d2d3db;
    box-shadow: 0 1px 3px #e6e4eb;
    transform: translateY(-4px)
}

.course-item .course-thumbnail {
    width: 100%;
    position: relative;
    z-index: 2;
}

.course-item .course-thumbnail img {
    display: block;
    max-height: 100%;
    max-width: 100%;
    position: relative;
    width: 100%;
    aspect-ratio: 3.2 / 1.95;
    object-fit: cover;
}

.course-item .course-content {
    padding: 15px;
}

.course-item .course-content .course-cat {
    font-size: 13px;
    line-height: 20px;
    font-weight: 500;
    color: #797979;
    margin-bottom: 12px;
    text-align: left;
}

.course-item .course-content .course-title a {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 12px;
    color: #3e3e3c;
    text-align: left;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-weight: 700;
    height: 40px;
}

.course-item .course-content .course-title a:hover {
    color: var(--primary-color2)
}

.course-item .course-content .course-title a.mtop {
    margin-top: 12px;
}

.course-item .course-content .course-desc {
    font-size: 13px;
    line-height: 20px;
    color: #797979;
    margin-top: 12px;
    margin-bottom: 12px;
    text-align: justify;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.course-item .course-content .course-footer {
    border-top: 1px solid #E6E4EB;
    margin-top: 12px;
    padding-top: 12px;
    font-size: 13px;
    line-height: 20px;
    color: #797979;
}

.course-item .course-content .course-footer img {
    width: 16px;
    height: 16px;
    margin-right: 3px;
}

.course-item .course-content .course-footer span {
    position: relative;
}

.course-item .course-content .course-footer span:not(:last-child) {
    margin-right: 15px;
}

.course-item .course-content .course-footer span:not(:last-child):after {
    content: '';
    width: 4px;
    height: 4px;
    background: #797979;
    border-radius: 50%;
    position: absolute;
    top: 60%;
    transform: translateY(-50%);
    right: -12px;
    opacity: 0.8;
}

.course-item .document-thumbnail {
    aspect-ratio: 2.0 / 2.25;
}

.course-item .document-thumbnail img {
    object-fit: cover;
    height: 100%;
}

/**student**/
.student-item {
    position: relative;
    background: #fff;
    padding: 50px;
    overflow: hidden;
    border-radius: 8px;
}

.student-item:before {
    content: ' ';
    display: block;
    position: absolute;
    top: 0;
    left: 3px;
    height: calc(100% - 4px);
    width: calc(100% - 6px);
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
}

.student-item .student-item-bg {
    top: 0;
    position: absolute;
    height: calc(100% - 4px);
    width: 100%;
    left: 3px;
    border-radius: 8px;
    overflow: hidden;
}

.student-item .student-item-bg:before {
    content: ' ';
    display: block;
    position: absolute;
    height: 360px;
    width: 360px;
    background: linear-gradient(180deg, rgb(213, 234, 218, 1) 60%, rgba(255, 255, 255, 1) 100%);
    border-radius: 50%;
    left: -120px;
    top: -160px;
}

.student-item .student-item-bg:after {
    content: ' ';
    display: block;
    position: absolute;
    height: 430px;
    width: 430px;
    background: linear-gradient(45deg, rgb(213, 234, 218, 1) 60%, rgba(255, 255, 255, 1) 100%);
    border-radius: 50%;
    left: -217px;
    top: auto;
    bottom: -344px;
}

.student-item .student-thumbnail {
    width: 90%;
    margin: 48px auto;
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.student-item .student-thumbnail img {
    display: block;
    max-height: 270px;
    max-width: 270px;
    position: relative;
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 50%;
}

.student-item .student-thumbnail:before {
    content: ' ';
    display: block;
    position: absolute;
    height: 38px;
    width: 38px;
    background: #D5EADA;
    border-radius: 50%;
    left: 50%;
    top: -72px;
}

.student-item .student-thumbnail:after {
    content: '';
    display: block;
    width: 100%;
    height: calc(100% / 270 * 400);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    background: url(../images/hall-of-fame.svg) no-repeat center center / contain;
}

.student-item .student-content h4 {
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 12px;
    color: var(--primary-color3);
}

.student-item .student-content .student-top {
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    color: #797979;
    margin-bottom: 12px;
    text-align: left;
    text-transform: uppercase;
}

.student-item .student-content p {
    font-size: 13px;
    line-height: 20px;
    color: #3e3e3c;
    text-align: justify;
    margin: 12px 0 0 0;
}

/**feedback**/
.swiper-feedback .swiper-wrapper {
    padding-top: 55px;
}

.feedback-item {
    position: relative;
    border-radius: 8px;
    border: 1px solid #E6E4EB;
    background: #fff;
}

.feedback-item:before {
    content: ' ';
    width: 100%;
    height: 80px;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 8px 8px 0 0;
    z-index: -1;
    background: rgb(233, 250, 237);
    background: linear-gradient(180deg, rgba(233, 250, 237, 1) 0%, rgba(255, 255, 255, 1) 100%);
}

.feedback-item .feedback-thumbnail {
    max-height: calc(100% / 3);
    max-width: calc(100% / 3);
    border-radius: 50%;
    overflow: hidden;
    aspect-ratio: 1 / 1;
    margin: -45px auto 0;
}

.feedback-item .feedback-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.feedback-item .feedback-content {
    width: 100%;
    padding: 35px 15px 10px 15px;
}

.feedback-item .feedback-content h4 {
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    margin-bottom: 12px;
    color: #3e3e3c;
    text-align: center;
    text-transform: uppercase;
}

.feedback-item .feedback-info {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 12px;
    color: #797979;
    text-align: center;
}

.feedback-item .feedback-content p {
    font-size: 14px;
    line-height: 20px;
    padding: 24px 12px;
    text-align: justify;
    color: #3e3e3c;
    position: relative;
    margin: 0;
}

/**abouts**/
.abouts h4 {
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
    margin-top: 12px;
    margin-bottom: 25px;
    padding: 12px 0;
    color: #fff;
    text-align: left;
}

.abouts p {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: justify;
    position: relative;
}

.abouts .about-content {
    position: relative;
}

.abouts .about-content:before, .abouts .about-content:after {
    content: '';
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(../images/subtitle-white.svg) no-repeat center center / contain;
    position: absolute;
}

.abouts .about-content:before {
    top: -18px;
    left: -35px;
    transform: rotate(180deg);
}

.abouts .about-content:after {
    bottom: -18px;
    right: -35px;
}

/**category**/
div#masthead {
    border-bottom: 1px solid #d1d5db;
}

section.breadcrumbs p {
    margin: 0;
}

section.breadcrumbs a, section.breadcrumbs span {
    color: #797979;
    font-size: 15px;
    font-weight: normal;
}

section.breadcrumbs {
    padding: 10px;
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, .05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    background: #fff;
    display: inline-block;
    width: 100%;
}

.category-entry {
    margin: 35px 0;
}

/**course single **/
section.banner-single {
    width: 100%;
    padding: 4rem 0;
    position: relative;
    background-size: cover !important;
    background-position: center center !important;
}

section.banner-single:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    top: 0;
    left: 0;
}

section.banner-single .container {
    position: relative;
    z-index: 99;
}

section.banner-single h1 {
    font-size: 1.5rem;
    line-height: 2rem;
    color: #fff;
    margin-bottom: .5rem;
}

section.banner-single .banner-desc {
    font-size: 1rem;
    line-height: 1.5rem;
    color: #fff;
}

section.banner-single .banner_author {
    color: #fff;
    font-weight: 700;
    margin-bottom: .5rem;
}

section.banner-single .banner-cat {
    font-size: .75rem;
    line-height: 1rem;
    color: #fff;
    margin-bottom: .5rem;
}

.course_info {
    background: #fff;
    border-bottom: 1px solid #d1d5db;
    padding-bottom: 30px;
}

.course-single {
    position: sticky;
    height: unset;
    top: 110px;
    padding: 15px;
    margin-top: -20rem;
    z-index: 999;
}

.course-single .course-info {
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid #E6E4EB;
}

.course-single .course-info p {
    font-size: .875rem;
    line-height: 1.25rem;
    margin: 0 0 0.25rem;
    color: #3e3e3c;
}

.course-single .course-info p svg {
    width: .75rem;
    height: .75rem;
}

.course-single .course-content {
    padding: 20px 0 0 0;
}

.course_info .course-menu {
    width: 100%;
    padding-top: .75rem;
    padding-bottom: .75rem;
    border-bottom: 1px solid #d1d5db;
}

.course_info .course-tab ul {
    list-style: none;
    padding: 0;
    display: flex;
}

.course_info .course-tab ul li a {
    color: #3e3e3c;
    font-size: 16px;
    padding: .75rem;
    display: block;
}

.course_info .course-tab ul li.active a, .course_info .course-tab ul li a:hover {
    color: var(--primary-color2) !important;
}

.course_info .course-tab ul li:first-child a {
    padding-left: 0;
}

.course_info .course-entry {
    margin-top: 40px;
}

.course_info .course-entry {
    border-bottom: 1px solid #d1d5db;
    padding-bottom: 40px;
}

.course_info .course-entry h3 {
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 500;
    margin-bottom: 15px;
}

.course_info .course-entry-info {
    color: #3e3e3c;
    font-size: 16px;
    display: block;
}

.accordion-course .accordion-item {
    margin: 0 0 10px 0;
}

.accordion-course .accordion-item a {
    border: 0 !important;
    border: none;
    padding: .75rem !important;
    display: block;
    background: rgb(28 35 115 / 0.3);
    border-radius: 4px;
}

.accordion.accordion-course .accordion-title {
    border: 0;
    font-size: 16px;
    color: #3e3e3c;
    font-weight: 700;
    position: relative;
}

.accordion.accordion-course .toggle {
    right: .75rem;
    left: unset !important;
    position: absolute !important;
    height: 100% !important;
    margin: 0 !important;
    width: unset;
    top: 0%;
    min-height: 100% !important;
}

.accordion.accordion-course .toggle i {
    height: unset !important;
    min-height: unset !important;
    position: unset;
    line-height: unset !important;
    color: #3e3e3c !important;
    font-size: 16px !important;
}

.accordion.accordion-course .accordion-inner p {
    margin: 0 0 10px 0;
}

.accordion.accordion-course .accordion-inner {
    padding: .75rem;
    color: #3e3e3c;
    font-size: 16px;
}

.accordion.accordion-course .toggle i:before {
    content: '\f105';
    font-family: "Font Awesome 6 Pro" !important;
    color: #3e3e3c !important;
    font-weight: 500;
}

.accordion.accordion-course .toggle {
    transform: unset !important;
    opacity: 1 !important;
}

.accordion.accordion-course .accordion-title.active i:before {
    content: '\f107' !important;
}

.accordion.accordion-course .list-video .video:not(:last-child) {
    margin: 0 0 10px 0;
}

.accordion.accordion-course .list-video .video {
    font-weight: 600 !important;
    padding: 8px 0;
    color: #3e3e3c !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.accordion.accordion-course .list-video .video .button_style {
    padding: 3px 9px !important;
    line-height: unset !important;
    font-size: 13px !important;
    border-radius: 4px !important;
}

.course-learn a {
    box-shadow: 0 2px 0 rgba(6, 12, 38, 0.35);
    width: 100%;
    font-size: .875rem;
    line-height: 1.25rem;
    display: block;
    color: #fff;
    background: #1c2373;
    padding: 8px;
    text-align: center;
    font-weight: 700;
    border-radius: 4px;
}

.course-learn a:hover {
    background: #333c80;
    color: #fff;
}

.c_item {
    padding: .75rem !important;
    display: flex;
    background: rgb(28 35 115 / 0.3);
    border-radius: 4px;
    align-items: center;
    justify-content: space-between;
    font-weight: 700;
}

.c_item a {
    padding: 3px 9px !important;
    line-height: unset !important;
    font-size: 13px !important;
    border-radius: 4px !important;
}

/**login**/
.login {
    width: 100%;
    margin: auto;
}


.mod-login-col1 .login-title h3 {
    color: var(--darkColor);
    font-weight: 700;
    font-size: 1.8rem;
    line-height: 44px;
    letter-spacing: 0.36px;
    margin: 0 0 20px 0;
}

.mod-login-col1 a {
    color: #007bff;
}

.mod-login-col1 .login-other a {
    color: #007bff;
    font-weight: 700;
}

.mod-login-col1 .login-other {
    font-size: 15px;
    line-height: 1.6em;
    letter-spacing: -0.23px;
    color: rgba(34, 37, 49, 0.7);
    margin: 0px;
    margin: 15px 0;
}

.mod-login-col1 form#dangnhap label {
    color: var(--darkColor);
    font-size: 15px;
}

.login input[type="text"], .login input[type="password"], .login input[type="email"], .login input[type="number"], div#pnlchangepass input {
    width: 100%;
    height: 45px;
    border: 0;
    background-color: #e7f0fe;
    color: #007aff !important;
    padding: 0 20px 0 10px;
    border-radius: 5px;
    font-size: 15px;
    box-shadow: unset !important;
}

.login input#wp-submit, button.next-btn.next-btn-primary.next-btn-large {
    margin: 0px;
    width: 100% !important;
    border-radius: 6px !important;
    background-color: #007bff;
    border-color: #007bff;
}

#btnChangeEmail, .btnSubmit {
    margin: 0px;
    color: #fff;
    background: var(--primary-color);
}

.forgot a {
    font-size: 15px;
    color: var(--darkColor);
}

.mod-third-party-login.mod-login-third-btns a, .mod-third-party-login a {
    width: 250px;
    padding: 10px;
    display: inline-block;
    border-radius: 4px;
    margin: 15px 0 0 0;
    color: #fff;
    font-size: 15px;
}

.btn-login-fb {
    background: #3B5998;
}

.btn-login-gg {
    background: #D34836;
}

button.next-btn.next-btn-primary.next-btn-large {
    border-radius: 4px !important;
    margin: 0px;
    color: #fff;
}

.header-user a {
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -0.23px;
    fill: #222531;
    color: #222531;
    background-color: #02010100;
    border-style: solid;
    border-width: 0.5px 0.5px 0.5px 0.5px;
    border-color: #A6B0C3;
    padding: 14px 20px 14px 20px;
    margin-left: 15px;
}

.header-user a i {
    display: none;
}

.header-user a:hover {
    border-color: var(--primary-color);
    color: var(--primary-color)
}

.table-my-ads {
    background: #fff;
    border: 1px solid #f2f2f2;
}

.table-my-ads thead tr th {
    background: var(--darkColor);
    color: #fff;
    font-weight: normal;
    font-size: 15px;
    padding: 10px 0 !important;
    text-align: center;
    text-transform: unset !important;
}

.table-my-ads tbody tr td {
    padding: 10px;
}

.table-my-ads tbody tr td:not(:last-child) {
    border-right: 1px solid #f2f2f2;
}

.table-my-ads tbody tr td:nth-child(1) {
    width: 80px;
}

.table-my-ads tbody tr td img {
    width: 80px;
    height: 60px;
    object-fit: cover;
    object-position: top;
    border-radius: 5px !important;
}

.table-my-ads tbody tr td {
    color: var(--darkColor);
}

.table-my-ads tbody tr td.post-title {
    width: 250px;
}

.table-my-ads h4.ad-status {
    font-weight: normal;
    font-size: 15px;
}

input#filter-view {
    width: 100%;
    border-radius: 4px !important;
    box-shadow: unset !important;
    margin: 15px 0 0 0;
}

.table-my-ads td.post-title h3 a {
    font-size: 16px;
    line-height: 22px;
    color: var(--darkColor);
}

.table-my-ads td.post-title h3 a:hover {
    color: var(--primary-color)
}

.table-my-ads .meta, .table-my-ads .meta a {
    font-size: 14px;
    line-height: 20px;
    color: var(--darkColor);
}

.sidebar-account ul {
    margin-top: -5px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHCAYAAADEUlfTAAAAEklEQVQImWNgYGCQYiAAhoYCAEfjALcmCP1hAAAAAElFTkSuQmCC);
}

.sidebar-account ul li {
    width: 100%;
}

.sidebar-account ul li a {
    width: 100%;
    display: block;
    color: #333;
    padding: 10px 15px !important;
    background: #e4e4e499;
    border-bottom: 1px solid #fff;
    text-decoration: none;
    font-size: 14px;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
}

.sidebar-account ul li a:before {
    content: "\f45c";
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-size: 6px;
    vertical-align: middle;
    margin-right: 10px;
    color: var(--primary-color);
}

.sidebar-account {
    border: 1px solid #ededed;
    margin: 0px 0px 25px 0px;
    background: #fff;
    padding: 10px 10px 10px 10px;
}

.sidebar-account ul li:last-child a {
    border-bottom: 0px !important;
}

.sidebar-account ul li a:hover {
    background: var(--primary-color);
}

.sidebar-account ul li a:hover {
    color: #fff;
}

.sidebar-account ul li a:hover:before {
    color: #fff;
}

/**Menu**/
.position-abs {
    position: relative;
}

.menu-mobile {
    display: none;
    position: absolute;
    background: #FFFFFF;
    border: 1px solid rgba(34, 37, 49, 0.16);
    box-shadow: 0 16px 32px rgb(34 37 49 / 24%);
    width: 250px;
    top: 37px;
    right: 0px;
}

.menu-mobile ul {
    padding: 0px !important;
    margin: 0px !important;
}

.menu-mobile ul li {
    border-color: #EFF2F5;
    padding: 0px !important;
}

.menu-mobile ul li a {
    width: 100% !important;
    border: 0px !important;
    margin: 0 !important;
    padding: 8px 10px !important;
}

.menu-mobile ul li a:hover {
    background: #EFF2F5;
    color: #000
}

.form-item .row-item .h2 span {
    font: bold 15px/32px roboto, sans-serif;
    background: #000;
    text-transform: none;
    display: inline-block;
    color: #fff;
    font-weight: 700;
    padding: 5px 15px;
}

.form-item .row-item .h2 {
    margin-bottom: 15px;
}

.form-item .row-item .h2 {
    border-bottom: 1px solid #000;
}

.form-item input[type="text"], .form-item input[type="number"], .form-item input[type="email"], .form-item textarea {
    box-shadow: unset !important;
    border-radius: 4px !important;
}

.form-item select {
    box-shadow: unset !important;
    border-radius: 4px !important;
}

span.colour {
    color: #ff3333;
}

button#edit-submit {
    margin: 0px !important;
    border-radius: 4px !important;
    color: #fff;
}

.fileUpload {
    position: relative;
    overflow: hidden;
    margin: 10px 0;
    display: none;
    width: 110px;
    height: 145px;
}

.fileUpload > span {
    display: block;
    width: 100%;
    height: 110px;
}

.fileUpload input.upload {
    position: absolute;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
    width: 110px;
    height: 110px;
    left: 0;
    top: 10px;
    border-color: #ebebeb;
}

.fileUpload1,
.fileUpload15,
.fileUpload16 {
    display: inline-block;
}

.thumbimage,
.thumbimage_sh {
    width: 110px;
    height: 110px;
}

.remove-bg {
    text-align: center;
}

.btn-xoa {
    font-size: 11px;
    margin: 10px 0 0 0;
    background: var(--primary-color);
    color: #fff;
    min-height: unset !important;
    height: unset !important;
}

.realty-maps {
    width: 100%;
    margin-top: 20px;
}

.realty-maps:before,
.realty-maps:after {
    content: '';
    display: table;
}

.realty-maps:after {
    clear: both;
}

.realty-map {
    width: 100%;
    height: 350px;
}

.publish-ad-button {
    margin-top: 20px;
    padding: 5px;
    border: 2px dashed #cc0332;
    width: 100%;
    box-shadow: 1px 1px 9px rgba(0, 0, 0, 0.2);
}

.realty-images .row-item .bg-danger {
    padding: 10px;
    font-size: 14px;
}

.bg-danger {
    background-color: #f2dede;
}

.text-danger {
    color: #a94442;
}

.form-item .labelwrapper {
    margin: 0;
    width: 100%;
    float: left;
    font-weight: bold;
    line-height: 28px;
}

.realty-images {
    margin-top: 15px;
    padding: 10px;
    background: #fff;
    border: 1px solid #eee;
}

.realty-images .labelwrapper label {
    margin: 0px !important;
}

.realty-images .labelwrapper {
    padding: 3px 10px;
    margin: 0px;
}

.s16_r {
    padding-left: 30px;
    position: relative;
    margin-bottom: 26px;
}

.s16_r input[type="radio"] {
    display: none;
}

.s16_r label {
    display: block !important;
    padding: 20px 15px;
    border: 1px solid #eee;
    cursor: pointer;
    position: relative;
}

.s16_r label:before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid #cecece;
    position: absolute;
    left: -30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -khtml-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.s16_r input[type="radio"]:checked + label:before {
    border: 6px solid var(--primary-color);
}

.s16_s {
    border: 1px solid #eee;
    padding: 25px 20px;
    position: relative;
    background-color: #fff;
    font-size: 15px;
    line-height: 1.5;
    display: none;
}

.s16_r input[type="radio"]:checked + label {
    border-color: var(--primary-color);
}

.s16_f .form-group {
    margin-bottom: 63px;
    position: relative;
    border-radius: 2px;
}

.table-my-ads tr:nth-child(even) {
    background: #f2f2f2;
}

.user-price {
    background-color: #fceabb;
    padding: 10px;
    display: block;
    color: #343a40;
    font-size: 15px;
}

.dashboard-nav {
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    color: #9a9eb5;
    width: 100%;
    z-index: 999999;
}

.dashboard-nav .menu-menu-thanh-vien-container ul > li {
    height: 50px;
    display: inline-flex;
    align-items: center;
    border: 0px !important;
}

.dashboard-nav .menu-menu-thanh-vien-container ul > li a {
    display: flex;
    align-items: center;
    color: #3d3b40;
    position: relative;
    font-size: 0.95rem;
    height: 30px;
    opacity: 0.6;
    border-radius: 10px;
    padding: 0 10px;
}

.dashboard-nav .menu-menu-thanh-vien-container ul > li a:hover {
    background: #ecf1ff;
    opacity: 1;
}

.dashboard-nav .menu-menu-thanh-vien-container ul > li.current-menu-item a {
    background: #ecf1ff;
    opacity: 1;
    font-weight: bold;
}

.dashboard-nav .menu-menu-thanh-vien-container ul > li a i {
    margin-right: 2px;
}

.mod-login-col1.clearfix {
    text-align: left;
}

.w550 {
    width: 550px;
    margin: 0 auto;
    padding: 30px 100px;
    position: relative;
}

.user-popover .user-popover-dropdown {
    position: absolute;
    top: 40px;
    right: 0px;
    width: 300px;
    background: #fff;
    box-shadow: rgba(14, 42, 71, 0.25) 0px 0px 60px;
    background-color: rgb(255, 255, 255);
    padding: 20px;
    display: none;
    border-radius: 7px;
}

.user-popover:hover .user-popover-dropdown {
    display: block;
}

.user-popover .user-popover-info {
    display: flex;
    align-items: center;
    color: #343a40;
    margin-bottom: 15px;
}

.user-popover .user-popover-info img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid #ddd;
    object-fit: cover;
    margin-right: 10px;
}

.user-popover .user-popover-info aside {
    flex: 1;
}

.user-popover .user-popover-info .user-name {
    font-size: 1.2rem;
    font-weight: bold;
    display: block;
}

.user-popover .user-popover-info .user-phone {
    font-size: 0.95rem;
    font-weight: normal;
    color: #717580;
}

.user-popover .user-popover-info .user-profile {
    display: block;
    color: #216bff;
}

.user-popover ul > li {
    list-style: none;
    border: 0px !important;
}

.user-popover ul > li > a {
    width: 100%;
    display: flex;
    align-items: center;
    color: #343a40;
    padding: 7px 5px;
    transition: 0.3s ease-out;
}

.user-popover ul > li > a span {
    color: #343a40;
}

.user-popover ul > li > a:hover {
    background-color: #ecf1ff;
    border-radius: 7px;
}

.user-popover ul > li > a .icon {
    margin-right: 8px;
}

.user-popover .user-money {
    margin-bottom: 15px;
    background-color: #fceabb;
    padding: 10px;
    border-radius: 10px;
    display: block;
    color: #343a40;
}

.user-popover .user-money span {
    display: block;
    font-size: 1.5rem;
    font-weight: bold;
}

.tile-item {
    padding: 15px;
    display: block;
    height: 100%;
    color: #3d3b40;
    box-shadow: rgb(88 102 126 / 12%) 0 0 2px;
    background-color: #fff;
}

.tile-item:focus,
.tile-item:hover {
    color: #3d3b40;
    box-shadow: 0 0 0 2px #216bff;
    background-color: #fff;
}

.tile-item .tile-title {
    font-size: 1.1rem;
    margin: 10px 0 0 0;
    font-weight: bold;
    display: flex;
    align-items: center;
}

.tile-item p {
    opacity: 0.7;
    margin: 0;
    font-size: 15px;
}

.tile-item .number-count {
    padding: 0px 4px;
    background-color: #e4012b;
    color: #fff;
    border-radius: 22px;
    font-size: 1rem;
    margin-left: 5px;
}

form#primaryPostForm {
    background: #fff;
    padding: 15px;
    border-radius: 6px;
    box-shadow: rgb(88 102 126 / 12%) 0 0 2px !important;
}

.wrap-change-img {
    width: 165px;
    height: 165px;
    position: relative;
}

.wrap-change-img img {
    width: 100%;
    object-position: top;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.wrap-change-img .changeImg {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -15px;
    padding: 0;
    width: 29px;
    height: 29px;
    border-radius: 50%;
    background-color: var(--primary-color);
    background-size: auto;
    border: 0px !important;
    margin: 0px !important;
    min-height: 29px !important;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.07);
}

.file-upload {
    display: none;
}

h3#lessonTitle {
    margin: 20px 0 0 0;
}

.course-wrap {
    display: grid;
    grid-template-columns: 3fr 1.2fr;
    gap: 24px;
}

.video-box {
    position: relative;
    padding-top: 56.25%;
    border-radius: 12px;
    overflow: hidden;
}

.video-box iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.lesson-list {
    background: #fff;
    border-radius: 12px;
    padding: 15px;
    max-height: 75vh;
    overflow-y: auto;
    position: sticky;
    top: 90px;
}

.lesson-item {
    padding: 12px !important;
    border-radius: 8px;
    cursor: pointer;
    margin-bottom: 6px;
    transition: 0.2s;
}

.lesson-item:hover {
    background: #f3f6ff;
}

.lesson-item.active {
    background: #e8f0ff;
    font-weight: 600;
}

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

.menu-main {
    position: relative;
    height: 70px;
    display: flex;
    align-items: center;
}

.menu-category {
    display: none;
    background: #fff;
    border-radius: 10px;
    padding: 20px;
    position: absolute;
    width: 300px;
    border: 1px solid #E6E4EB;
    z-index: 99;
    top: 100%;
    height: 450px;
    overflow-y: scroll;
}
.menu-main:hover .menu-category{
    display: block;
}
.menu-category ul li a {
    font-size: 15px;
}

.menu-category ul li {
    border-color: #E6E4EB;
}