:root {
    --primary-color: #72BF44;
    --primary-vio: #262262;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.button_style {
    background-color: var(--primary-color);
    color: #fff !important;
    text-align: center;
    padding: 0px 30px !important;
    height: 40px !important;
    line-height: 40px !important;
    font-size: 15px;
    display: inline-block;
    position: relative;
    overflow: hidden;
    z-index: 9;
    border-radius: 5px !important;
    font-weight: 700 !important;
}

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

.button_outline_primary {
    background: #fff;
    border: 1px solid var(--primary-color) !important;
    color: var(--primary-color) !important;
}

.button_outline_primary:hover {
    background: var(--primary-color) !important;
    color: #fff !important;
}

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

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

/**back to top**/
.progress-wrap {
    position: fixed;
    display: block;
    cursor: pointer;
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.progress-wrap::after {
    top: 0;
    left: 0;
    z-index: 1;
    display: block;
    text-align: center;
    position: absolute;
    cursor: pointer;
    font-family: 'Font Awesome 6 Pro';
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.progress-wrap svg path {
    fill: none;
}

.progress-wrap svg.progress-circle path {
    box-sizing: border-box;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.progress-wrap {
    bottom: 30px;
    height: 46px;
    width: 46px;
    border-radius: 46px;
    background-color: #ffffff;
    box-shadow: inset 0 0 0 2px #cccccc;
}

.progress-wrap.btn-left-side {
    left: 30px;
}

.progress-wrap.btn-right-side {
    right: 30px;
}

.progress-wrap::after {
    width: 46px;
    height: 46px;
    color: #1f2029;
    font-size: 24px;
    content: '\f341';
    line-height: 46px;
}

.progress-wrap:hover::after {
    color: #1f2029;
}

.progress-wrap svg.progress-circle path {
    stroke: #1f2029;
    stroke-width: 2px;
}

/**language**/
.wp_language ul {
    display: flex;
}

.wp_language ul li {
    list-style: none;
    margin-left: 10px;
}

.wp_language ul li a img {
    width: 25px;
    object-fit: cover;
    height: 25px;
}

.wp_language img {
    border-radius: 50%;
}

/**slide**/
.slider .flickity-prev-next-button:hover .arrow, .slider .flickity-prev-next-button:hover svg {
    fill: white !important;
}

body .swiper-button-next, body .swiper-button-prev {
    width: 36px;
    height: 36px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: var(--fs-color-primary);
    -webkit-transition: all 0.3s ease;
}

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 {
    font-size: 15px;
    color: white;
    font-weight: 600;
}

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

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

/**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;
}

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

.widget-post-list .widget-post-item {
    width: 100%;
    display: flex;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #f2f2f2;
    align-items: center;
}

.widget-post-list .widget-post-item:last-child {
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: 0px;
}

.widget-post-list .widget-post-item a {
    display: flex;
    align-items: center;
}

.widget-post-list .widget-post-item .widget-post-thumbnail {
    width: 100px;
    float: left;
    height: 100px;
    border-radius: 15px;
}

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

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

.widget-post-list .widget-post-item .widget-post-content h3 {
    display: inline-block;
    color: #000;
    font-size: 15px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 5px;
    line-height: 20px;
}

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

.widget-post-list .widget-post-item .widget-post-content .post-meta {
    color: gray;
    font-size: 14px
}

.widget-title span {
    padding: 6px 0;
    margin: 0 0 20px 0;
    width: 100%;
    display: block;
    font-size: 20px !important;
    line-height: 26px !important;
    font-weight: 700;
    color: var(--primary-vio);
    border-bottom: 1px solid var(--primary-vio);
    text-transform: uppercase;
    text-align: left;
}

.widget-title h3 {
    padding: 6px 0;
    margin: 0 0 20px 0;
    width: 100%;
    display: block;

    font-size: 20px !important;
    line-height: 26px !important;
    color: var(--primary-vio);
    border-bottom: 1px solid var(--primary-vio);
    text-transform: uppercase;
    text-align: left;
}

aside.widget-post {
    background: #fff;
    border-radius: 15px;
    box-shadow: 0px 4px 45px 0px #0000000D;
}

.widget-post-vertical a {
    display: block !important;
    flex-flow: wrap;
}

.widget-post-list {
    padding: 0 15px 15px 15px;
}

.widget-post-vertical .widget-post-thumbnail {
    width: 100% !important;
    height: 180px !important;
}

.widget-post-vertical .widget-post-content {
    width: 100% !important;
    padding: 10px 0 0 0 !important;
    border: 0px;
}

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

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

.widget_categories ul li, .widget_product_categories ul li {
    width: 100%
}

.widget_categories ul li a, .widget_product_categories 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
}

.widget_categories ul li a:before, .widget_product_categories ul li a:before {
    content: "\f45c";
    font-family: "Font Awesome 5 Free";
    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)
}

.widget_categories ul li:hover a, .widget_product_categories ul li:hover a {
    background: var(--primary-color) !important;
    color: #fff
}

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

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

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

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

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

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

/**menu**/
div#mega-menu-wrap-primary {
    width: 100% !important;
}

#mega-menu-wrap-primary #mega-menu-primary {
    display: flex !important;
    justify-content: center;
}

div#mega-menu-wrap-primary ul li a {
    color: #fff !important;
    text-transform: uppercase !important;
    font-size: 13px !important;
    text-align: center !important;
    display: flex !important;
    align-items: center;
    font-weight: 600 !important;
}

div#mega-menu-wrap-primary ul li a:hover {
    background: rgba(255, 255, 255, 0.1) !important;
}

div#mega-menu-wrap-primary ul li.mega-current-menu-item a {
    background: rgba(255, 255, 255, 0.1) !important;
}

#mega-menu-wrap-primary #mega-menu-primary > 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;
    border-radius: 8px !important;
    background: var(--primary-vio) !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: 10px !important;
    display: block !important;
    -webkit-transition: .4s;
    transition: .4s;
    font-size: 15px !important;
    color: #ffff !important;
    text-transform: unset !important;
    text-align: left !important;
    line-height: 25px !important;
    background: var(--primary-vio) !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 {
    color: var(--primary-color) !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item {
    border-bottom: transparent !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: #000 !important;
    font-weight: 700 !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: #000 !important;
    text-transform: unset !important;
    font-size: 16px !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.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: 1px solid #f2f2f2;
}

/*header*/
#header .header-slogan {
    text-align: center;
}

#header .header-slogan h1 {
    color: var(--primary-vio);
    margin: 0;
}

#header .header-slogan .slogan {
    color: var(--primary-color);
    font-weight: 600;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-hide-text a.mega-menu-link:before {
    font-size: 25px;
}

/*Giới thiệu*/

.structure .specialized-staff {
    padding: 0 200px;
}

.structure .nav {
    justify-content: space-between;
}

.structure .nav a {
    border-radius: 0;
}

.structure .entry-content ul {
    margin-left: 0 !important;
    height: 455px;
    overflow-x: auto;
    display: inline-block;
}

.structure .entry-content ul::-webkit-scrollbar {
    width: 5px;
}

.structure .entry-content ul::-webkit-scrollbar-thumb {
    background: var(--primary-color);
}

.structure .entry-content ul li {
    margin: 0px !important;
}

.structure .nav-pills li.tab a {
    background: var(--primary-vio);
    color: white;
}

.structure .tab-panels .panel.entry-content.active {
    background: #F3F3F3;
}

.structure .tab-panels .entry-content .active {
    background: #E1E1E1;
    margin: 0 !important;
}

.structure .tab-panels .entry-content .nav-vertical > li > a {
    justify-content: center;
    padding: 20px 0;
}

.nav-vertical.nav-line > li > a:before {
    display: none;
}

.nav-vertical + .tab-panels {
    padding: 30px !important;
}

.structure .personal-information {
    padding: 30% 0;
}

/**Banner**/
.banner-top h3 {
    color: var(--primary-vio) !important;
    font-weight: 700 !important;
    line-height: 58px !important;
    font-size: 48px !important;
}

.banner-top p {
    color: var(--primary-vio) !important;
    font-weight: normal;
    font-size: 25px !important;
    line-height: 32px !important;
    margin: 15px 0 0 0 !important;
}

/**service**/
.service-item {
    width: 100%;
    transition: 0.3s ease-in-out;
}

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

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

.service-item .service-content {
    width: 100%;
    padding: 15px 0 0 0;
}

.service-item .service-content .service-title {
    border-bottom: 1px solid var(--primary-color);
    padding-bottom: 10px;
    margin: 0 0 10px 0;
}

.service-item .service-content .service-title a {
    font-size: 18px;
    line-height: 24px;
    color: #343434;
    overflow: hidden;
    text-transform: uppercase;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-weight: 700;
    height: 50px;
}

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

.service-item .service-content .service-desc {
    font-size: 16px;
    line-height: 18px;
    color: #343434
}

.service2 .service-item .service-thumbnail {
    height: 280px;
}

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

/**partner**/
.partner-item {
    width: 150px;
    background: #fff;
    margin: auto;
    padding: 10px;
    display: block;
    border-radius: 50%;
    box-shadow: 4px 4px 10px 0px #0000001A;
}

.partner-item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 50%;
}

/*home-title*/
.home-title h2, .home-title h3, .home-title h1 {
    font-size: 42px;
    line-height: 52px;
    margin: 0;
    color: var(--primary-vio);
}

.home-title p {
    font-size: 20px;
    line-height: 26px;
    color: #343434;
    margin: 10px 0 0 0;
}

.home-panel {
    background: var(--primary-color);
    padding: 8px 0;
    text-align: center;
}

.home-panel h2 {
    font-size: 24px;
    line-height: 32px;
    margin: 0;
    color: #fff;
    text-transform: uppercase;
}

.color-white p, .color-white h3, .color-white h2 {
    color: #fff;
}

/**post item**/
.swiper-container {
    overflow: hidden;
}

.post-item {
    width: 100%;
    transition: 0.3s ease-in-out;
}

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

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

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

.post-item .post-content .post-title {
    margin: 0 0 10px 0;
}

.post-item .post-content .post-title a {
    font-size: 18px;
    line-height: 24px;
    color: #343434;
    overflow: hidden;
    text-transform: unset;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-weight: 700;
}

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

.post-item .post-content .post-desc {
    font-size: 15px;
    line-height: 18px;
    color: #343434
}

.post-item .post-content .post-meta {
    color: #8A8A8A;
    font-size: 14px;
    margin: 0 0 10px 0;
}

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

/**post list**/
.post-list:not(:last-child) {
    border-bottom: 1px solid #000;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.course:not(:last-child) {
    border-bottom: 1px solid var(--primary-color) !important;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.course .course-file {
    display: flex;
    align-items: center;
    gap: 20px;
    width: 300px;
    justify-content: end;
    font-size: 15px;
}

.course .document-left {
    width: calc(100% - 300px);
}

.course .post-title {
    margin: 0 !important;
}

.post-list .post-title {
    margin: 0 0 10px 0;
}

.post-list .post-title a, .post-list .post-title2 {
    font-size: 18px;
    line-height: 26px;
    color: #343434;
    overflow: hidden;
    text-transform: unset;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-weight: 700;
}

.post-list .post-desc {
    font-size: 15px;
    line-height: 18px;
    color: #343434;
    margin-top: 15px;
}

.post-list .post-title a:hover {
    color: var(--primary-color)
}

.post-list .post-meta {
    color: #8A8A8A;
    font-size: 14px;
    margin: 0 0 10px 0;
}

/**single**/
header#header-single h1 {
    color: var(--primary-vio);
    font-size: 28px;
    line-height: 36px;
    margin: 0;
}

header#header-single .post-meta {
    color: #8A8A8A;
    font-size: 14px;
    margin: 15px 0;
}

/**introduce**/
.introduce .title {
    font-size: 52px;
}

.introduce a {
    text-decoration: underline;
}

.structure .title {
    font-size: 52px;
}

.structure .title-child {
    font-size: 22px;
    text-transform: uppercase;
    color: var(--primary-vio);
}

.structure-slider .slider-nav-light .flickity-prev-next-button .arrow, .structure-slider .slider-nav-light .flickity-prev-next-button svg {
    fill: #fff;
    background: var(--primary-color);
}

.structure-slider .flickity-prev-next-button.previous {
    left: -26px !important;
}

.structure-slider .flickity-prev-next-button.next {
    right: -26px !important;
}

.structure img {
    border-radius: 50%;
    padding: 40px;
}

.structure-slider .text-slider {
    padding: 0 40px;
}

.structure-slider .col-inner {
    padding-bottom: 40px;
}

.structure .title-team {
    padding: 0 16px;
}

.experience .title {
    font-size: 52px;
}

.experience ul.nav.nav-simple.nav-normal.nav-size-normal.nav-center {
    justify-content: space-between;
    border-bottom: 2px solid var(--fs-color-primary);
    padding-bottom: 20px;
}

.experience .tab-panels {
    padding-top: 30px;
}

.experience .col-inner ul li.tab {
    width: 25%;
}

.experience .nav > li > a {
    color: black;
}

.nav > li > a {
    font-size: 16px !important;
}

.experience .nav > li.active > a, .experience .nav > li > a:hover {
    color: var(--primary-color) !important;
}

.overlay {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.5), #72bf44) !important;
}

/*single-course*/
.page-entry {
    margin: 40px 0;
}

/**reference**/
.reference-item {
    width: 100%;
    transition: 0.3s ease-in-out;
}

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

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

.reference-item .reference-content {
    width: 100%;
    padding: 15px 0 0 0;
}

.reference-item .reference-content .sub_title {
    color: #343434;
    text-transform: uppercase;
    font-size: 16px;
    margin: 0 0 10px 0;
}

.reference-item .reference-content .title a {
    font-size: 18px;
    line-height: 24px;
    color: #343434;
    overflow: hidden;
    text-transform: uppercase;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-weight: 700;
}

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

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

/**category**/
section.category-banner img {
    width: 100%;
}

section.breadcrumbs {
    padding: 15px 0 0 0 !important;
}

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

section.breadcrumbs p {
    margin: 0;
}

.post-list.flex-course {
    display: flex;
    align-items: center;
    gap: 45px;
    justify-content: space-between;
}

/**category**/
.category-description {
    box-shadow: 0px 4px 45px 0px #0000000D;
    padding: 20px;
    background: #fff;
    border-radius: 15px;
    font-weight: 300;
    font-size: 15px;
}

.entry-content {
    padding: 0 !important;
    font-weight: 300;
    font-size: 15px;
}

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

/*footer*/
#footer a {
    color: white;
}

#footer .footer-main {
    padding-top: 40px;
}

#footer .footer-bottom {
    border-top: 1px solid var(--primary-color);
}

#footer .footer-bottom .col {
    padding: 0 15px;
}

#footer .footer-bottom p {
    margin: 0;
}

#footer .footer-title {
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    margin: 0 0 25px 0;
}

#footer .footer-address p {
    color: #fff;
    font-size: 16px;
    margin: 0 0 10px 0;
}

#footer .footer-copyright {
    border-top: 1px solid var(--primary-color);
    padding: 15px 0 0 0;
    display: flex;
    justify-content: space-between;
    font-size: 16px;
}

#footer .footer-form h4 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    margin: 0 0 25px 0;
    color: #fff;
}

#footer .input_email {
    background: transparent !important;
    border: 0px !important;
    color: #fff;
    border-bottom: 1px solid #fff !important;
    box-shadow: unset !important;
    padding-left: 0 !important;
}

#footer .input_email::placeholder {
    color: #fff;
}

#footer button.wpcf7-form-control.wpcf7-submit.button_email {
    color: #fff;
    text-transform: unset !important;
    font-weight: normal;
    margin: 0px !important;
    position: absolute;
    top: 0;
    right: 0;
    padding-right: 0px !important;
    box-shadow: unset !important;
}

#footer .footer-form-body {
    position: relative;
}

form.wpcf7-form.init {
    margin: 0 !important;
}

/**contact**/
.contact_address p {
    font-size: 16px;
    line-height: 24px;
}

.contact_address h4 {
    text-transform: uppercase;
    font-size: 18px;
    line-height: 26px;
}

.contact_address h4, .contact_address p {
    color: #343434;
    margin-bottom: 10px;
}

.contact_form p {
    color: #343434;
    font-size: 15px;
    margin: 0;
}

.contact_form .contact_body {
    margin: 20px 0 0 0;
}

.contact_form h4 {
    color: #343434;
    font-size: 20px;
    line-height: 26px;
}

.input_contact {
    height: 45px !important;
    box-shadow: unset !important;
}

.textarea_contact {
    box-shadow: unset !important;
}

/**dethi**/
.banner_top_2 p {
    color: var(--primary-vio) !important;
    line-height: 28px !important;
    font-size: 20px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    margin: 20px 0 0 0;
}

.banner_top_2 h2 {
    color: var(--primary-vio) !important;
    font-size: 45px !important;
    line-height: 55px !important;
    margin: 0;
}

/**review**/
.review-item {
    width: 100%;
    height: 500px;
    position: relative;
    transition: 0.3s ease-in-out;
}

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

.review-item:hover .post-desc {
    display: block !important;
}

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

.review-item .review-content {
    width: 100%;
    background: linear-gradient(360deg, #72BF44 17.85%, rgba(114, 191, 68, 0.5) 69.4%);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    display: flex;
    align-items: end;
    padding: 30px 20px 50px 20px;
    border-radius: 8px;
    overflow: hidden;
}


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

.review-item .review-content .post-title a {
    font-size: 24px;
    line-height: 30px;
    color: #fff;
    overflow: hidden;
    text-transform: unset;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-weight: 700;
}

.review-item .review-content .post-desc {
    color: #fff;
    transition: 0.3s ease-in-out;
    display: none;
}

.review-item .review-content .post-desc {
    display: none;
    height: 360px;
    overflow-x: auto;
    overflow-y: auto;
}

.review-item .review-content .post-desc::-webkit-scrollbar-thumb {
    background: var(--primary-color);
}

.review-item .review-content .post-desc::-webkit-scrollbar {
    width: 2px;
}

.review-item .review-content .post-desc img {
    display: none;
}

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

.review-item:hover .review-content .post-desc {
    transition: 0.3s ease-in-out;
    opacity: 1;
}

/**Header**/
input#s {
    width: 200px;
    background: #EFEFEF !important;
    border: 0px !important;
    height: 38px !important;
}

div#masthead .flex-col.hide-for-medium.flex-right {
    width: 50%;
}

div#masthead button.ux-search-submit.submit-button.secondary.button.icon.mb-0 {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}

div#masthead .header-support {
    margin: 0 0 15px 0;
}

div#masthead .header-support a {
    color: var(--primary-vio);
    font-size: 15px;
    /* font-weight: 700; */
    margin-left: 15px;
}

div#masthead .header-support a i {
    color: var(--primary-color);
}


/*Form đăng ký thi thử*/
.cf7sg-container .cf7-smart-grid.has-grid .container {
    margin: 0 !important;
    padding: 0 !important;
}

.cf7-smart-grid.has-grid .field > label {
    display: block;
    margin-bottom: 10px !important;
}

.cf7sg-container .columns {
    padding: 7px 0;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner {
    width: 15% !important;
}

/*Các đơn vị phối hợp*/
.unit-img .col-inner {
    height: 100%;
    padding: 20px 50px;
    display: flex;
    align-items: center;
    box-shadow: 2px 2px 10px 0px #0000001A;
    border-radius: 5px;
    justify-content: center;
}

.jointly-organized {
    color: var(--primary-vio);
    font-weight: 600;
}

.row-unit .col {
    padding: 10px;
}

.row-unit:nth-child(even) {
    background: #d9d9d94f;
}

/*Xây dựng câu hỏi đề thi*/


.menu_redirect .menu-item a {
    border-color: var(--primary-vio) !important;
}

.menu_redirect a {
    color: var(--primary-vio) !important;
    text-transform: uppercase;
    font-weight: 700;
}

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

table.table-learn tr td {
    padding: 15px 10px;
    color: #000;
    border: 0px !important;
}

table.table-learn tr th {
    background: #d9d9d94f;
    text-align: center;
    padding: 15px 10px;
    color: var(--primary-vio);
    border: 0px !important;
}

table.table-learn tbody tr:nth-child(even) {
    background: #d9d9d94f;
}