:root {
    --main-color: #ee3523
}

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

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

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

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

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

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

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

.pd-5 {
    padding: 0px 5px 5px 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;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0
}

.fl {
    float: left
}

.fr {
    float: right
}

.mr-0 {
    margin-right: 0 !important
}

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

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

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

.ml-0 {
    margin-left: 0 !important
}

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

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

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

.mt-0 {
    margin-top: 0 !important
}

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

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

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

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

.mt-60 {
    margin-top: 60px
}

.mt-80 {
    margin-top: 80px
}

.mb-0 {
    margin-bottom: 0 !important
}

.mb-10 {
    margin-bottom: 10px
}

.mb-20 {
    margin-bottom: 20px
}

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

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

.mb-60 {
    margin-bottom: 60px
}

/**header**/
li.header-search-form.search-form.html.relative.has-icon {
    width: 220px;
}

input#woocommerce-product-search-field-0 {
    width: 100%;
    border-radius: 50px;
    box-shadow: unset !important;
    background: #ededed !important;
    border: 0px !important;
    padding: 0px 15px;
}

button.ux-search-submit.submit-button.secondary.button.icon.mb-0 {
    background: transparent !important;
    color: #000 !important;
    border: 0px !important;
    position: absolute;
    right: 3px;
    top: 3px;
    font-size: 12px;
}

div#masthead .logo-slogan {
    width: 100%;
    display: inline-block;
}

div#masthead .logo-slogan p {
    color: var(--primary-color);
    margin: 0px !important;
    font-weight: 700;
    font-size: 18px;
}

div#masthead .logo-slogan h1 {
    margin: 0px !important;
    text-transform: uppercase;
    color: #da0900;
    font-size: 25px;
}

#top-bar .header-right ul li a img {
    width: 25px !important;
    height: 25px !important;
    object-fit: contain;
}

#top-bar .header-right ul li a {
    color: #fff;
    font-size: 14px;
}

#top-bar .top-header {
    display: flex;
    align-items: center;
}

#top-bar .header-login {
    margin-left: 15px;
}

#top-bar .header-login a {
    background: var(--primary-color);
    height: 35px !important;
    display: inline-block;
    line-height: 35px;
    color: #fff;
    font-size: 14px;
    padding: 0px 15px;
}

#top-bar .header-login a:hover {
    background: var(--main-color);
    color: #fff;
}

/**Menu**/
div#wide-nav {
    border-top: 1px solid #f2f2f2;
}

div#wide-nav ul#mega-menu-primary li {
    margin: 0px !important;
    padding: 0px 15px !important;
}

div#wide-nav ul#mega-menu-primary li a {
    color: #333 !important;
    font-weight: 700 !important;
    font-size: 15px !important;
    padding: 0px !important;
    transition: 0.3s ease-in-out;
    text-transform: unset !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;
    line-height: 20px !important;
    font-size: 13px !important;
    padding: 10px 10px 10px 10px !important;
    display: block;
    transition: .4s;
    color: #000 !important;
    text-transform: unset !important;
    font-weight: 500 !important;
    background: #fff !important;
}

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

div#wide-nav ul#mega-menu-primary li a:after {
    content: '';
    width: 0%;
    background: var(--primary-color) !important;
    display: block !important;
    height: 2px !important;
    position: absolute;
    bottom: 0px;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item:hover a:after {
    transition: 0.3s ease-in-out;
    width: 100% !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item:last-child {
    border-right: 0px !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-current-menu-item {
    background: #fff !important;
}

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

#mega-menu-wrap-primary #mega-menu-primary > li.mega-current-menu-item a:after {
    width: 100% !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li:hover {
    background: #fff !important;
}

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

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

/**footer**/
footer#footer {
    width: 100%;
    display: inline-block;
    padding: 30px 0;
    background: #fff;
}

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

.footer-top .footer-title {
    margin-bottom: 10px;
}

.footer-top .footer-title h3 {
    text-transform: uppercase;
    color: #000;
    font-size: 18px;
    margin: 0px;
}

.footer-top .footer-address p img {
    width: 20px;
    height: 20px;
    object-fit: contain;
    margin-right: 5px;
    margin-top: 3px;
}

.footer-top .footer-address p {
    display: flex;
    margin-bottom: 10px;
    font-size: 15px;
    color: #000;
}

.footer-top .footer-social a {
    margin-right: 10px;
}

.footer-top .footer-social a img {
    width: 30px;
}

.form-register span.wpcf7-form-control-wrap.email {
    width: 70%;
    float: left;
}

.form-register .input-email {
    background: #ededed !important;
    border-radius: 50px;
    height: 45px !important;
    box-shadow: unset !important;
}

input.wpcf7-form-control.has-spinner.wpcf7-submit.btnRegister {
    margin: 0px !important;
    float: left;
    width: 28%;
    border-radius: 50px;
    padding: 0px !important;
    height: 45px !important;
    min-height: 45px !important;
    margin-left: 5px !important;
}

/**partner**/
.partner-item {
    width: 100%;
    height: 100px;
    background: #fff;
    padding: 10px;
}

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

.owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin: 0px !important;
}

.owl-nav button i {
    color: var(--primary-color);
    font-size: 30px;
}

.owl-nav button.owl-prev {
    left: -25px;
}

.owl-nav button.owl-next {
    right: -25px;
}

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

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

.post-featured .post-featured-content {
    width: 300px;
    height: 350px;
    float: left;
    padding: 20px;
    background: #595959;
    position: relative;
    transition: 0.3s ease-in-out;
}

.post-featured .post-featured-images {
    width: calc(100% - 300px);
    float: left;
    height: 350px;
    overflow: hidden;
    transition: 0.3s ease-in-out;
}

.post-featured .post-featured-images img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    overflow: hidden;
    transition: 0.3s ease-in-out;
}

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

.post-featured .post-featured-content h3 {
    color: #fff;
    font-size: 25px;
    margin-bottom: 10px;
    line-height: 30px;
}

.post-featured .post-featured-content h3:hover {
    color: var(--primary-color)
}

.post-featured .post-date {
    color: #ababab;
    text-transform: uppercase;
    font-size: 14px;
}

.slide-post-featured .owl-dots button.active {
    background: var(--primary-color) !important;
}

.slide-post-featured .owl-dots button {
    width: 10px !important;
    min-height: 10px !important;
    border-radius: 50% !important;
    background: #ababab !important;
    margin: 0px 3px;
}

.slide-post-featured .owl-dots {
    display: block !important;
    position: absolute;
    bottom: 20px;
    left: 20px;
}

.post-featured .post-featured-content .post-readMore {
    color: #ababab;
    position: absolute;
    bottom: 12px;
    right: 20px;
    font-size: 15px;
}

.post-featured .post-featured-content .post-readMore:hover {
    color: var(--primary-color) !important;
}

.slide-post-featured .owl-nav button {
    bottom: 20px !important;
    transform: unset !important;
    min-height: 35px !important;
    background: var(--primary-color) !important;
    color: #fff !important;
    border-radius: 4px !important;
    top: unset !important;
    width: 65px;
    text-transform: unset;
}

.slide-post-featured .owl-nav button i {
    color: #fff !important;
    font-size: 18px !important;
}

.slide-post-featured .owl-nav button.owl-prev {
    left: 310px !important;
}

.slide-post-featured .owl-nav button.owl-next {
    right: 10px !important;
}

/**post-grid**/
.post-grid {
    width: 100%;
    display: inline-block;
    background: #fff;
    margin-top: 5px;
    margin-bottom: 10px;
    transition: 0.3s ease-in-out;
}

.post-grid .post-grid-images {
    width: 100%;
    height: 250px;
    overflow: hidden;
    transition: 0.3s ease-in-out;
}

.post-grid .post-grid-images img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    overflow: hidden;
    transition: 0.3s ease-in-out;
}

.post-grid .post-grid-content {
    padding: 15px;
    height: 100%;
}

.post-grid .post-grid-content .post-grid-excerpt {
    color: #333;
    font-size: 14px;
}

.post-grid .post-grid-content h3 {
    color: var(--primary-color);
    font-size: 20px;
}

.post-grid .post-grid-content h3:hover {
    color: var(--main-color)
}

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

.post-item {
    width: 100%;
    display: inline-block;
    background: #fff;
    height: 100%;
    transition: 0.3s ease-in-out;
}


.post-item .post-item-images {
    width: 100%;
    height: 200px;
    overflow: hidden;
    transition: 0.3s ease-in-out;
    position: relative;
}

.post-item .post-item-images img {
    width: 100%;
    height: 100%;
    overflow: hidden;
    transition: 0.3s ease-in-out;
    object-fit: cover;
}

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

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

.post-item .post-item-content h3 {
    color: #333;
    font-size: 16px;
    line-height: 22px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.post-item .post-item-content h3:hover {
    color: var(--main-color)
}

.post-item .post-item-content .post-grid-excerpt {
    color: gray;
    font-size: 14px;
}

.post-item .post-item-date .date-first {
    font-size: 12px;
    padding: 3px 0;
    text-align: center;
    color: #333;
}

.post-item .post-item-date .date-two {
    color: #fff;
    background: var(--primary-color);
    text-align: center;
    font-size: 12px;
    padding: 5px 0;
}

.post-item .post-item-date {
    width: 55px;
    position: absolute;
    top: 10px;
    right: 10px;
    background: #fff;
}

/**widget**/
.widget-cus {
    background: #e2e2e2;
    margin-bottom: 10px;
}

.widget-cus .home-widget {
    margin-bottom: 15px;
    width: 100%;
    display: inline-block;
}

.widget-cus .home-widget h3 {
    color: var(--primary-color);
    font-size: 20px;
    padding: 15px 15px 0 15px;
    margin: 0px;
}

.widget-post-item {
    width: 100%;
    padding: 0px 15px 15px 15px;
    display: inline-block;
}

.widget-post-item:not(:last-child) {
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}

.widget-post-item .widget-item-date .date-first {
    font-size: 12px;
    padding: 3px 0;
    text-align: center;
    color: #333;
}

.widget-post-item .widget-item-date .date-two {
    color: #fff;
    background: var(--primary-color);
    text-align: center;
    font-size: 12px;
    padding: 5px 0;
}

.widget-post-item .widget-item-date {
    width: 55px;
    float: left;
    background: #fff;
}

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

.widget-post-item .widget-post-content h3 {
    color: #333;
    font-size: 15px;
    line-height: 22px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    margin: 0px;
    -webkit-box-orient: vertical;
}

.widget-post-item .widget-post-content h3:hover {
    color: var(--main-color)
}

.widget-next a {
    color: var(--primary-color);
    font-size: 15px;
}

.widget-next {
    padding: 0px 15px 10px 15px;
    text-align: right;
}

.widget-tt-list {
    width: 100%;
    display: flex;
    padding: 0px 15px 15px 15px;
    flex-flow: wrap;
}

.widget-tt-list .widget-tt-item {
    width: 33.3333%;
    padding: 0px 5px 5px 5px;
    height: 60px;
}

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

/**category**/
section#breadcrumbs {
    padding: 8px 0;
    background: #ffff;
    font-size: 15px;
    border-top: 1px solid #f2f2f2;
}

section#breadcrumbs a, section#breadcrumbs span {
    color: #333;
}

section#breadcrumbs .breadcrumb_last {
    color: var(--primary-color)
}

section#category-page {
    width: 100%;
    display: inline-block;
    margin: 15px 0;
}

.category-title h1 {
    color: var(--primary-color);
    font-size: 25px;
    margin-bottom: 10px;
}

/**single**/
.single-background {
    width: 100%;
    display: inline-block;
    background: #fff;
    padding: 15px;
}

header#header-single h1 {
    color: var(--primary-color);
    font-size: 25px;
    margin-bottom: 10px;
}

article.content-entry a {
    color: var(--primary-color);
}

article.content-entry p, article.content-entry ul li {
    color: #333;
    font-size: 15px;
    margin-bottom: 10px !important;
    line-height: 25px;
}

article.content-entry {
    margin: 20px 0;
}

article.content-entry ul li {
    list-style: inside disc !important;
}

.post-related {
    margin-top: 30px;
}

/**vb category**/
.vb-item {
    height: 100%;
    width: 100%;
    padding: 10px;
    background: #fff;
}

.vb-item a {
    display: flex;
    flex-flow: wrap;
    align-items: center;
}

.vb-item .vb-date {
    width: 100px;
    background: #0571b8;
    text-align: center;
    font-size: 14px;
    color: #fff;
    padding: 3px 0;
}

.vb-item .vb-title {
    width: calc(100% - 140px);
}

.vb-item .vb-title h3 {
    margin: 0px;
    padding: 0 10px;
    font-size: 15px;
    color: #333;
    line-height: 22px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.vb-item .vb-icon {
    width: 40px;
}

.vb-item .vb-icon img {
    width: 100%;
    height: 100%;
}

.vb-item:hover {
    background: #0571b8;
}

.vb-item:hover .vb-title h3 {
    color: #fff;
}

.vb-item:hover .vb-date {
    background: #fff;
    color: #0571b8;
}

/*8widget hoi vien**/
.widget-white {
    width: 100%;
    background: #fff;
    margin-bottom: 10px;
    padding: 15px;
}

.widget-white .home-widget {
    margin-bottom: 15px;
    width: 100%;
    display: inline-block;
    position: relative;
}

.widget-white .home-widget h3 {
    text-transform: uppercase;
    font-size: 18px;
}

a.btnRegister {
    background: var(--primary-color);
    color: #fff;
    padding: 5px 10px;
    border-radius: 50px;
    position: absolute;
    right: 0px;
    top: 35%;
    transform: translateY(-50%);
    font-size: 14px;
    border: 1px solid var(--primary-color);
    transition: 0.3s ease-in-out;
}

a.btnRegister:hover {
    transition: 0.3s ease-in-out;
    background: #fff;
    border-color: var(--primary-color);
    color: var(--primary-color)
}

.hv-item {
    width: 100%;
    height: 60px;
    padding: 10px;
}

.hv-item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

button.slick-prev.slick-arrow, button.slick-next.slick-arrow {
    display: none !important;
}

article.view-pdf {
    width: 100%;
    display: inline-block;
    margin: 20px 0;
}

a.button.btnDownload {
    margin-top: 15px;
    border-radius: 50px !important;
    margin-bottom: 0px !important;
}

.alert {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

.alert-success {
    color: #155724 !important;
    background-color: #d4edda !important;
    border-color: #c3e6cb !important;
}

.alert-success a {
    color: var(--primary-color) !important;
}

.bg-white {
    width: 100%;
    display: inline-block;
    background: #fff;
    padding: 15px;
}

.form-contact h3 {
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 15px;
}

.form-contact .input-contact {
    background: #ebebeb !important;
    border-radius: 10px !important;
    box-shadow: unset !important;
    width: 60% !important;
}

.form-contact .textarea-contact {
    background: #ebebeb !important;
    border-radius: 10px !important;
    box-shadow: unset !important;
    width: 60% !important;
    height: 120px !important;
}

.form-contact .btnContact {
    border-radius: 10px !important;
    margin: 0px !important;
}

.page-title h3 {
    text-transform: uppercase;
    font-size: 18px;
}

/**media**/
header#header-single .page-header-excerpt {
    font-size: 15px;
    color: #333;
    margin: 10px 0 20px 0;
}

#mobile {
    display: none;
}

.page-tab {
    width: 100%;
    display: inline-block;
    margin-bottom: 20px;
}

.page-tab ul {
    display: flex;
    justify-content: start;
}

.page-tab ul li {
    padding-right: 15px;
}

.page-tab ul li a {
    color: #333;
    font-size: 17px;
}

.page-tab {
    width: 100%;
    display: inline-block;
    margin: 10px 0 20px 0;
    border-bottom: 1px solid #f2f2f2;
    padding: 0 0 10px 0;
}

.page-tab ul li.active a {
    color: var(--primary-color);
}

div#login-form-popup input {
    box-shadow: unset !important;
    border-radius: 4px !important;
}

div#login-form-popup button {
    border-radius: 4px !important;
    margin: 0px !important;
}

div#login-form-popup {
    border-radius: 4px !important;
}

a.logout {
    display: inline-block !important;
    padding: 0px !IMPORTANT;
    background: transparent !important;
    margin-left: 10px;
}

.tab-bassic2 li {
    margin: 0px 5px !important;
}

.tab-bassic2 li a {
    border-radius: 5px !important;
    border: 0px !important;
    color: #333;
    padding: 5px 15px !important;
}

.tab-bassic2 li.active a, .tab-bassic2 li a:hover {
    background: #fff !important;
    color: var(--primary-color) !important;
}

/**page new**/
.post-view {
    width: 600px;
    margin: 20px auto 30px;
    background: #fff;
    position: relative;
}

.post-view .post-view-thumbnail {
    width: 100%;
    height: 300px;
}

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

.post-view .div.post-view-content {
    padding: 15px;
    width: 100%;
    display: inline-block;
}

.post-view .date-first {
    font-size: 12px;
    padding: 3px 0;
    text-align: center;
    color: #333;
}

.post-view .post-item-date .date-two {
    color: #fff;
    background: var(--primary-color);
    text-align: center;
    font-size: 12px;
    padding: 5px 0;
}

.post-view .post-item-date {
    width: 55px;
    float: left;
    background: #fff;
}

.post-view h3 {
    width: calc(100% - 55px);
    float: left;
    padding-left: 15px;
    font-size: 18px;
    line-height: 23px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #333;
}

.post-view h3:hover {
    color: var(--main-color)
}

.post-item2 {
    width: 100%;
    display: inline-block;
    background: #fff;
    position: relative;
}

.post-item2 .post-item-images {
    width: 200px;
    float: left;
    height: 160px;
}

.post-item2 .post-item-images img {
    width: 100%;
    height: 100%;
}

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

.post-item2 .post-item-content h3 {
    font-size: 18px;
    line-height: 23px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #333;
}

.post-item2 .post-item-content .post-grid-excerpt {
    color: gray;
    font-size: 14px;
}

.post-item2 .date-first {
    font-size: 12px;
    padding: 3px 0;
    text-align: center;
    color: #333;
}

.post-item2 .post-item-date .date-two {
    color: #fff;
    background: var(--primary-color);
    text-align: center;
    font-size: 12px;
    padding: 5px 0;
}

.post-item2 .post-item-date {
    width: 55px;
    position: absolute;
    top: 10px;
    left: 10px;
    background: #fff;
}

.post-item2 .post-item-content h3:hover {
    color: var(--main-color)
}

.btnText {
    text-align: center;
}

.btnText a {
    background: var(--primary-color);
    padding: 9px 20px;
    border-radius: 4px !important;
    color: #fff;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu {
    box-shadow: 0px 2px 16px rgb(0 0 0 / 10%);
}

/**ban chap hanh**/
.tab-header {
    border: 1px solid var(--primary-color);
    padding: 15px;
}

.tab-title h3 {
    text-transform: uppercase;
    font-size: 20px;
}

.person-item p {
    margin: 0px;
    font-size: 15px;
}

.person-item b {
    font-size: 15px;
    color: var(--primary-color);
    margin-top: 10px;
    display: block;
}

.person-item {
    width: 100%;
    display: inline-block;
    text-align: center;
}

.person-item img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.tab-view {
    width: 100%;
    display: inline-block;
    margin-bottom: 20px;
}

.tab-ghim {
    width: 100%;
    display: inline-block;
    position: relative;
    margin-bottom: 20px;
    z-index: 9;
    padding: 0px 20px !important;
}

.tab-ghim .person-item {
    text-align: left;
    display: flex;
    align-items: end;
}

.tab-ghim .person-item img {
    width: 150px;
    float: left;
    margin-bottom: 20px;
}

.tab-ghim .person-item p {
    width: 100%;
}

.tab-ghim .person-item b {
    width: 100%;
    display: block;
}

.tab-ghim .person-content {
    padding-left: 15px;
    margin-bottom: 35px;
}

.tab-ghim .person-content b, .tab-ghim .person-content p {
    color: #fff;
}

.tab-ghim:after {
    content: '';
    background: var(--primary-color);
    width: 100%;
    height: 100px;
    display: block;
    position: absolute;
    left: 0px;
    bottom: 0px;
    z-index: -1;
}

.footer-absolute {
    font-size: 15px;
    text-align: center;
    padding: 5px 0;
    background: #333;
    color: #fff;
}