.logo-icon {
    width: 50px;
}

/* START OF BANNER SECTION */
.banner-section {
    margin-bottom: 80px;
    overflow: hidden;
}

.banner-section .banner-img-container {
    height: 412px;
}

.banner-section .banner-img-container img {
    overflow: hidden;
}

@media screen and (max-width: 768px) {
    .banner-section h2 {
        font-size: 14px;
    }

    .banner-section .banner-img-container {
        height: unset;
    }
}

/* END OF BANNER SECTION */

/* START OF UPCOMING EVENTS */

.event-section {
    margin-bottom: 80px;
}

/* Slideshow container */
.news-no-data,
.news-loading-data,
.news-loaded-data,
.guideline-no-data,
.guideline-loading-data,
.guideline-loaded-data,
.statement-no-data,
.publication-no-data,
.statement-loading-data,
.statement-loaded-data,
.event-list-no-data,
.event-list-loading-data,
.event-list-loaded-data,
.adart-no-data {
    display: none;
    position: relative;
}

.event-img,
.news-slide-img,
.event-img,
.article-slide-img {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}

.slide-box {
    display: none;
    position: relative;
    height: 500px;
    width: 100%;
    overflow: hidden;
}

#event-page-detail .slide-box {
    display: none;
    position: relative;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.slide-box .layer {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
}

.slide-box:hover h2 {
    text-decoration: underline;
}

.slideshow-container {
    position: relative;
    margin: auto;
    width: 100%;
}

#event-page-detail .slideshow-container {
    position: relative;
    margin: auto;
    width: 100%;
    height: 280px;
}

/* Next & previous buttons */
.prev-slide-btn,
.next-slide-btn {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin-top: -30px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    user-select: none;
    background-color: rgba(255, 255, 255, 0.5);
}

/* Position the "next button" to the right */
.next-slide-btn {
    right: 15px;
}

.prev-slide-btn {
    left: 15px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

/* Fading animation */
.fade-style {
    animation-name: fade;
    animation-duration: 1.5s;
}

@keyframes fade {
    from {
        opacity: 0.4;
    }

    to {
        opacity: 1;
    }
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
    .prev,
    .next,
    .text {
        font-size: 11px;
    }
}

.slider-content {
    position: absolute;
    top: 0;
    right: 10%;
    left: 10%;
    bottom: 0;
}

.slider-content p {
    word-break: break-all;
    white-space: normal;
    cursor: pointer;
}

.slider-content h2 {
    cursor: pointer;
}

/* END OF UPCOMING EVENTS */

/* START OF NEWS AND GUIDELINE */
.news-section {
    margin-bottom: 80px;
}

.news-box {
    position: relative;
}

.news-box:hover .text-primary {
    text-decoration: underline;
}

.news-box .news-thumbnail-container {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 150px;
    width: 100%;
}

.guideline-box .guideline-box-thumb-container {
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    height: 80px;
    width: 100%;
}

.guideline-box:hover .text-primary {
    text-decoration: underline;
}

/* END OF NEWS AND GUIDELINE */

/* START OF MEMBERS */
.section-with-bg {
    background-image: url("../img/background-page.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 230px;
}

#members-page .name-container input,
#members-page
    .hospital-container
    .select2-container--default
    .select2-selection--multiple,
#members-page
    .competency-container
    .select2-container--default
    .select2-selection--multiple {
    border-radius: 0;
    /* padding: 25px 25px; */
    border: none !important;
    background: #ffffff;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.12) !important;
    width: 100%;
    min-height: 74px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 20px;
}

#members-page
    .hospital-container
    .select2-container--default
    .select2-selection--multiple
    ul,
#members-page
    .competency-container
    .select2-container--default
    .select2-selection--multiple
    ul {
    margin-bottom: 0;
}

#members-page
    .hospital-container
    .select2-container--default
    .select2-selection--multiple
    .select2-search,
#members-page
    .competency-container
    .select2-container--default
    .select2-selection--multiple
    .select2-search {
    width: 100%;
    display: flex;
    align-items: center;
}

#members-page .hospital-container .select2-container,
#members-page .competency-container .select2-container {
    width: 100% !important;
}

#members-page .hospital-container textarea,
#members-page .competency-container textarea {
    font-size: 16px !important;
    margin: 0 !important;
    font-family: "lato regular" !important;
    height: unset;
    transform: translateY(11px);
}

#members-page .search-container {
    margin-top: -30px;
}

.member-no-data {
    padding: 100px 0;
}

.member-loading-data,
.member-loaded-data {
    display: none;
}

.member-box {
    padding-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #dedede;
}

.member-box .avatar-img {
    width: 136px;
    height: 136px;
    border-radius: 50%;
}

.member-pagination-container {
    padding-top: 50px;
    padding-bottom: 50px;
}

.member-pagination-container .btn-pagination {
    color: #222222;
    text-decoration: none;
}

.active-btn {
    color: #ffffff !important;
    background-color: #ae1022 !important;
}

.pagination-container a[disabled="disabled"] {
    color: #cdcdcd !important;
}

/* ::-webkit-input-placeholder {
    color: red;
    text-align: center;
}
:-moz-placeholder {
    color: red;
    text-align: center;
}
::-moz-placeholder {
    color: red;
    text-align: center;
}
:-ms-input-placeholder {
    color: red;
    text-align: center;
} */

@media screen and (max-width: 768px) {
    .member-box {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .member-box .avatar-img {
        height: unset;
    }

    .member-box p {
        margin-bottom: 10px;
    }

    .member-box .gradu {
        margin-top: 10px;
    }
}

/* END OF MEMBERS */

/* START OF LOGIN */
#login-page {
    background-image: url("../img/login-bg.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
}

.card-login {
    background-color: #ffffff;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.12);
    padding: 50px 50px;
    width: 516px;
    margin-top: 100px;
    margin-bottom: 100px;
}

@media screen and (max-width: 768px) {
    .card-login {
        width: unset;
        padding: 20px;
    }
}

/* END OF LOGIN */

#events-page .section-bg {
    background-image: url("../img/events-bg.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 230px;
}

#news-page .section-bg {
    background-image: url("../img/news-bg.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 230px;
}

#guidelines-page .section-bg {
    background-image: url("../img/guideline-bg.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 230px;
}

#related-articles-page .section-bg {
    background-image: url("../img/related-articles-bg.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 230px;
}

/* START OF NEWS LIST */
.news-list-container {
    margin-top: 50px;
    margin-bottom: 50px;
}

.news-list-pagination-container {
    padding-top: 50px;
    padding-bottom: 50px;
}

.news-list-pagination-container .btn-pagination {
    color: #222222;
    text-decoration: none;
}

.news-list-pagination-container .active-btn {
    color: #ffffff !important;
    background-color: #ae1022 !important;
}

.news-list-image {
    height: 180px;
    width: 100%;
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
}

/* END OF NEWS LIST */

/* START OF NEWS LIST */
.article-list-container {
    margin-top: 50px;
    margin-bottom: 50px;
}

.article-list-pagination-container {
    padding-top: 50px;
    padding-bottom: 50px;
}

.article-list-pagination-container .btn-pagination {
    color: #222222;
    text-decoration: none;
}

.article-list-pagination-container .active-btn {
    color: #ffffff !important;
    background-color: #ae1022 !important;
}

.article-list-image {
    height: 180px;
    width: 100%;
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
}

/* END OF NEWS LIST */

/* START OF GUIDELINES */
.guideline-list-container {
    padding-top: 50px;
    padding-bottom: 50px;
}

.guideline-box-list {
    cursor: pointer;
}

.guideline-box-list:hover .text-primary {
    text-decoration: underline;
}

.guideline-list-thumbnail {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    height: 150px;
}

.publication-list-box {
    width: 20%;
    padding: 0 6px;
}

.publication-list-box h3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.publication-list-box .title-container {
    min-height: 80px;
}

.publication-list-thumbnail {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}

.adart-list-box {
    width: 20%;
    padding: 0 6px;
}

.adart-list-box h3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.adart-list-box .title-container {
    min-height: 80px;
}

.adart-list-thumbnail {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 768px) {
    .publication-list-box {
        width: 100%;
        padding: 0;
    }

    .publication-list-box .title-container {
        min-height: unset;
    }

    .publication-list-box .title-container a {
        padding-top: 0;
        padding-bottom: 0;
    }

    .adart-list-box {
        width: 100%;
        padding: 0;
    }

    .adart-list-box .title-container {
        min-height: unset;
    }

    .adart-list-box .title-container a {
        padding-top: 0;
        padding-bottom: 0;
    }
    
}

/* END OF GUIDELINES */

/* START OF EVENT LIST */
#events-page .event-group-container {
    padding-top: 50px;
    padding-bottom: 50px;
}

.event-box-container:hover .text-primary {
    text-decoration: underline;
}

.event-box-container:hover {
    cursor: pointer;
}

.event-box-container .event-thumbnail {
    width: 120px;
    height: 120px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.event-box-container .badge {
    background-color: #dedede !important;
    color: #4f4f4f !important;
    padding: 6px 10px !important;
    border-radius: 5px !important;
}

.line-event {
    position: relative;
}

.line-event:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 2px;
    background-color: #dedede;
}

.circle-event {
    content: "";
    position: absolute;
    top: 50%;
    bottom: 0;
    left: 50%;
    margin-top: -12px;
    margin-left: -12px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: #dedede;
}

.event-group .month {
    border: 1px solid #dedede;
    padding: 10px 0;
    text-align: center;
    width: 200px;
    margin: auto;
    border-radius: 5px;
}

.event-group {
    position: relative;
}

@media screen and (max-width: 768px) {
    .event-group .month {
        margin-right: auto;
        margin-left: unset;
        margin-bottom: 25px !important;
    }

    .event-group {
        margin-bottom: 30px;
    }
}

/* END OF EVENT LIST */

/* START OF RELATED ARTICLES LIST */

.related-articles-no-data,
.related-articles-loaded-data {
    display: none;
}

.related-articles-list-container {
    margin-top: 50px;
    margin-bottom: 50px;
}

.related-articles-list-pagination-container {
    padding-top: 50px;
    padding-bottom: 50px;
}

.related-articles-list-pagination-container .btn-pagination {
    color: #222222;
    text-decoration: none;
}

.related-articles-list-pagination-container .active-btn {
    color: #ffffff !important;
    background-color: #ae1022 !important;
}

.related-articles-list-image {
    height: 180px;
    width: 100%;
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
}

/* END OF RELATED ARTICLES LIST */

/* START OF NEWS DETAIL */
.news-image-container {
    height: 350px;
}

@media screen and (max-width: 768px) {
    #news-page-detail .slideshow-container,
    #news-page-detail .news-image-container {
        padding-left: 0;
        padding-right: 0;
    }
}

/* END OF NEWS DETAIL */

/* START OF EVENT DETAIL */
#event-page-detail {
    margin-top: 50px;
    margin-bottom: 50px;
}

#event-page-detail .event-image-container {
    height: 280px;
    margin-bottom: 60px;
}

#event-page-detail .event-video-container video {
    width: 100%;
    max-height: 450px;
}

#event-page-detail .event-video-container .video-gallery {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: black;
}
#event-page-detail .event-video-container .main-video {
    height: 300px;
}
#event-page-detail .event-video-container .video-list {
    padding: 10px;
    display: flex;
    gap: 8px;
    width: 100%;
    overflow: hidden;
    overflow-x: auto;
}
#event-page-detail .event-video-container .video-thumbnail {
    min-width: 80px;
    max-width: 80px;
    height: 60px;
    cursor: pointer;
    border: 1px solid rgb(255, 255, 255);
}

#event-page-detail .event-video-container .active {
    border: 2px solid rgb(255, 0, 0) !important;
}

#event-page-detail .event-description h4 {
    padding-left: 10px;
    position: relative;
}

#event-page-detail .event-description h4::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 4px;
    background-color: #ae1022;
    border-radius: 0px 3px 3px 0px;
}

#event-page-detail .event-card {
    padding: 30px;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.12);
    background-color: #ffffff;
    margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
    #event-page-detail {
        margin-top: 0;
        margin-bottom: 0;
    }

    #event-page-detail .event-image-container {
        height: 150px;
        margin-bottom: 0px;
    }

    #event-page-detail .event-card {
        padding: 25px;
        margin-bottom: 30px;
    }

    #event-page-detail .event-card.event-card-sm {
        margin: 0;
        box-shadow: none;
    }

    .event-content-left,
    .event-content-right {
        padding-left: 0;
        padding-right: 0;
    }

    #event-page-detail .event-description {
        padding-left: 25px;
        padding-right: 25px;
    }

    .event-content-left .event-information h3 {
        margin-bottom: 15px;
    }

    .event-content-left .event-information p {
        margin-bottom: 8px;
        font-size: 14px;
    }

    #event-page-detail .event-video-container .main-video {
        height: 200px;
    }

    #event-page-detail .event-video-container .video-list {
        padding: 7px;
        gap: 7px;
    }

    #event-page-detail .event-video-container .video-thumbnail {
        min-width: 50px;
        max-width: 50px;
        height: 40px;
    }
}

/* END OF EVENT DETAIL */

/* START OF ARTICLE DETAIL */
.article-image-container {
    height: 350px;
}

@media screen and (max-width: 768px) {
    #article-page-detail .slideshow-container,
    #article-page-detail .article-image-container {
        padding-left: 0;
        padding-right: 0;
    }
}

/* END OF ARTICLE DETAIL */

/* START OF CHAPTER */
.chapter-card-header {
    font-family: Lato;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
}

/* END OF CHAPTER */

/* START OF WORKING GROUP */
.working-group {
    clear: both;
    margin-bottom: 25px;
    margin-top: 0;
    padding: 0;
}

.working-group .custom-thumbnail {
    width: 100px;
    height: 100px;
    border-radius: 50%;
}

.working-group > .wk-title > h5 {
    font-family: Lato;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0em;
}

.working-group .wk-image {
    background-color: #ffffff;
    color: inherit;
    padding: 15px 20px 20px 20px;
    border-color: #e7eaec;
    border-image: none;
    border-style: solid;
    border-width: 1px;
}

.working-group .wk-title {
    background-color: #ffffff;
    border-color: #e7eaec;
    border-image: none;
    border-style: solid solid none;
    border-width: 1px;
    color: inherit;
    margin-bottom: 10px;
    padding: 15px 30px 8px 15px;
    min-height: 48px;
    position: relative;
    clear: both;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    border-radius: 2px 2px 0 0;
}

.working-group .wk-link {
    background-color: #ffffff;
    border-color: #e7eaec;
    border-image: none;
    border-top: 1px solid solid none;
}

/* END OF WORKING GROUP */

/* START OF GUIDELINE DETAIL */
#guideline-page-detail {
    margin-top: 50px;
    margin-bottom: 50px;
}

#guideline-page-detail .guideline-image-container {
    padding-left: 5rem;
    padding-right: 5rem;
}

#guideline-page-detail .guideline-image-container .guideline-img {
    height: 100%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

#guideline-page-detail .guideline-description h4 {
    padding-left: 10px;
    position: relative;
}

#guideline-page-detail .guideline-description h4::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 4px;
    background-color: #ae1022;
    border-radius: 0px 3px 3px 0px;
}

#guideline-page-detail .guideline-card {
    padding: 30px;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.12);
    background-color: #ffffff;
    margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
    #guideline-page-detail .guideline-image-container {
        padding-left: 0;
        padding-right: 0;
    }
    
    #guideline-page-detail {
        margin-top: 0;
        margin-bottom: 0;
    }

    .guideline-list-container {
        padding-top: 0;
        padding-bottom: 0;
    }

    #guideline-page-detail .guideline-image-container {
        /* height: 150px; */
        margin-bottom: 0px;
    }

    #guideline-page-detail .guideline-card {
        padding: 25px;
        margin-bottom: 30px;
    }

    #guideline-page-detail .guideline-card.guideline-card-sm {
        margin: 0;
        box-shadow: none;
    }

    .guideline-content-left,
    .guideline-content-right {
        padding-left: 0;
        padding-right: 0;
    }

    .guideline-content-left .guideline-information h3 {
        margin-bottom: 15px;
    }

    .guideline-content-left .guideline-information p {
        margin-bottom: 8px;
        font-size: 14px;
    }
}

/* END OF GUIDELINE DETAIL */

/* START OF WORKING GROUP TOP */
.working-group-section {
    margin-bottom: 80px;
}

.working-group-no-data,
.working-group-loaded-data {
    display: none;
}

.working-group-box {
    border: 1px solid #dedede;
    margin-bottom: 30px;
}

.working-group-box .top-wg {
    padding: 20px;
    border-bottom: 1px solid #dedede;
}

.working-group-box .top-wg .wg-thumbnail {
    height: 98px;
    margin: auto;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.working-group-box .content-wg {
    padding: 20px;
    min-height: 200px;
}

.working-group-box .bottom-wg {
    padding: 10px;
    margin: auto;
    border-top: 1px solid #dedede;
    text-align: center;
}

.working-group-box .bottom-wg a {
    font-size: 14px;
}

.working-group-box .bottom-wg a:hover {
    text-decoration: underline;
}

@media screen and (max-width: 768px) {
    .working-group-box .content-wg {
        min-height: unset;
    }
}

/* END OF WOKRING GROUP TOP */

/* START OF CHAPTER TOP */
.chapter-section {
    margin-bottom: 80px;
}

.chapter-no-data,
.chapter-loaded-data {
    display: none;
}

.chapter-box {
    padding: 20px;
    border: 1px solid #dedede;
    min-height: 250px;
}

.chapter-box .ch-img {
    height: 24px;
    margin-right: 10px;
}

@media screen and (max-width: 768px) {
    .chapter-box {
        min-height: unset;
    }
}

/* END OF CHAPTER TOP */

/* START OF MEMBER TOP */
.member-section {
    margin-bottom: 80px;
}

.member-no-data,
.member-loaded-data {
    display: none;
}

.member-box-top .member-avatar {
    border-radius: 50%;
    width: 120px;
    height: 120px;
    background-size: cover;
    background-position: center;
    margin-right: 20px;
}

/* END OF MEMBER TOP */

/* START OF ACLS */
.acls-card-button {
    min-height: 120px;
    border: 1px solid #ababab;
    padding-right: 5px;
    padding-left: 20px;
    overflow: hidden;
}

.acls-card-button p {
    font-size: 16px;
}

.acls-card-button img {
    width: 75px;
    height: 75px;
    margin-bottom: -5px;
}

.acls-page .acls-section .subtitle {
    padding-left: 14px;
    position: relative;
}

.acls-page .acls-section .subtitle:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    background-color: #ae1022;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.acls-page ul li {
    font-size: 14px;
}

/* END OF ACLS */

/* START OF MEMBERS DETAIL */
.member-img-thumbnail {
    border-radius: 50%;
    width: 150px;
    height: 150px;
}

.members-tab .members-information {
    margin-bottom: 80px;
}

.member-card {
    padding: 50px;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.12);
}

.readonly-form input,
.readonly-form select {
    border-color: #ffffff;
}

.body-members-content {
    height: 60px;
    padding-bottom: 15px;
    padding-top: 15px;
    border-bottom: 1px solid #dedede;
}

.body-members-content .form-control:disabled {
    background-color: #ffffff;
}

.button-update-container {
    display: none;
}

.alert-error,
.alert-error-password,
.alert-success-information,
.alert-success-password {
    display: none;
}

.body-members-content .form-control {
    width: 90%;
}

.members-tab nav {
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.12);
    height: 60px;
    margin-bottom: 50px;
}

.members-tab .nav-tabs {
    border: none;
    height: 60px;
}

.members-tab .nav-link.active {
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 3px solid #ae1022;
    color: #ae1022;
}

.members-tab .nav-link {
    color: #ababab;
}

.certificate-box {
    margin-bottom: 50px;
}

.certificate-box .certificate-img {
    height: 300px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 15px;
}

.certificate-box h4 {
    margin-bottom: 15px;
}

.certificate-box a:hover p {
    color: #ae1022;
}

.badge-certificate-year {
    background-color: #ae1022;
}

@media screen and (max-width: 768px) {
    .member-card {
        padding: 12px;
    }

    .body-members-content .col-6,
    .update-pass-form .col-6 {
        font-size: 14px;
    }
}

/* END OF MEMBERS DETAIL */

/* START OF ABOUT PAGE */
#about-page .container {
    padding-top: 50px;
    padding-bottom: 50px;
}

#about-page p {
    font-size: 16px;
}

.column-structure {
    margin-bottom: 25px;
}

.column-structure p {
    margin-bottom: 5px;
}

/* END OF ABOUT PAGE */

#recovery-page {
    background-image: url(../img/login-bg.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
}

/* START OF CONTACT US */
.info-contact-container {
    margin-top: 50px;
}

.contact-card-button {
    min-height: 157px;
    border: 1px solid #ababab;
    padding-top: 30px;
    padding-left: 30px;
    overflow: hidden;
    margin-bottom: 30px;
}

.contact-card-button p {
    font-size: 18px;
    position: relative;
}

.contact-card-button p::before {
    content: "";
    position: absolute;
    top: 0;
    left: -30px;
    bottom: 0;
    width: 5px;
    background-color: #ae1022;
}

.contact-card-button img {
    width: 70px;
    height: 70px;
    margin-bottom: -5px;
}

.map-contact-container {
    padding-top: 70px;
    padding-bottom: 70px;
}

.map-frame-container {
    width: 100%;
    height: 100%;
    position: relative;
}

.map-content {
    z-index: 10;
    position: absolute;
    top: 50px;
    left: 50px;
    width: 390px;
    background-color: black;
    color: #fff;
}
/* END OF CONTACT US */
