main .content-section {
    padding: 20px 10px 0;
}
main .content-section.wrapper {
    width: 90%;
}
main .content-section .all-section {
    display: flex;
    flex-direction: column;
}
main .content-section .all-section .chapter {
    display: flex;
    margin-bottom: 50px;
    gap: 60px;
}
main .content-section .all-section .chapter .latest-news {
    width: 50%;
    margin-bottom: 20px;
}
main .content-section .all-section .chapter .latest-news > h2,
main .content-section .all-section .chapter .widget-facebook > h2 {
    color: rgb(34, 34, 34);
    line-height: 1.5;
    letter-spacing: 1px;
    margin: 60px 0 20px;
    font-size: 20px;
    text-transform: uppercase;
}
main .content-section .all-section .chapter .latest-news .line,
main .content-section .all-section .chapter .widget-facebook .line {
    margin-bottom: 40px;
    width: 100%;
    max-width: 200px;
    background: var(--background-color-yellow);
    height: 3px;
}
main .content-section .all-section .chapter .latest-news .slider {
    position: relative;
    overflow: hidden;
}
main .content-section .all-section .chapter .latest-news .slider .slides {
    position: relative;
    display: flex;
    left: 0;
    transition: 0.4s;
}
main .content-section .all-section .chapter .latest-news .slider .slides .slide {
    min-width: 100%;
    position: relative;
}
main .content-section .all-section .chapter .latest-news .slider .slides .slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
main .content-section .all-section .chapter .latest-news .slider .slides .slide div {
    position: absolute;
    bottom: 20%;
    background: rgba(0,0,0,.8);
    padding: 10px 15px;
}
main .content-section .all-section .chapter .latest-news .slider .slides .slide h3 a {
    line-height: 1.5;
    color: var(--main-color-white);
    font-size: 20px;
    letter-spacing: 1px;
    text-align: center;
    white-space: pre-line;
}
main .content-section .all-section .chapter .latest-news .slider .slides .slide > a {
    position: absolute;
	top: 0;
	left: 0;
	width: 100%;
    height: 100%;
    cursor: pointer;
}
main .content-section .all-section .chapter .latest-news .slider .bubbles {
    width: 100%;
    justify-content: center;
    display: flex;
}
main .content-section .all-section .chapter .latest-news .slider .bubbles div {
    margin: 0 6px;
    width: 11px;
    height: 11px;
    background: rgba(0,0,0,.5);
    cursor: pointer;
    box-shadow: inset 0 0 3px var(--main-color-white);
    border-radius: 20px;
    transition: background ease-in-out .5s;
}
main .content-section .all-section .chapter .latest-news .slider .bubbles div.selected {
	background: rgba(0,0,0,.9);
}
main .content-section .all-section .chapter .latest-news .slider [class*=arrow-] {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 7px;
    background: var(--background-slider);
    text-align: center;
    cursor: pointer;
    border: none;
    font-family: "icon", sans-serif;
    color: var(--main-color-white);
    position: absolute;
    top: calc(50% - 15px);
    opacity: 0;
    visibility: hidden;
}
main .content-section .all-section .chapter .latest-news .slider .arrow-l {
    left: 0;
}
main .content-section .all-section .chapter .latest-news .slider .arrow-r {
    right: 0;
}
main .content-section .all-section .chapter .latest-news .slider .arrow-l::before {
    content: "\e905";
}
main .content-section .all-section .chapter .latest-news .slider .arrow-r::before {
    content: "\e906";
}
main .content-section .all-section .chapter .latest-news .slider:hover .arrow-l,
main .content-section .all-section .chapter .latest-news .slider:hover .arrow-r {
    opacity: .8;
    visibility: visible;
}
main .content-section .all-section .chapter .latest-news .news-link {
    padding: 13px 29px;
    background: var(--background-color-yellow);
    display: inline-block;
    margin-top: 40px;
}
main .content-section .all-section .chapter .latest-news .news-link a {
    color: var(--color-button-gray);
    line-height: 17px;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 400;
    text-align: center;
    cursor: pointer;
}
main .content-section .all-section .chapter .latest-news .news-link a:hover {
    color: var(--main-color-white);
}
main .content-section .all-section .chapter .article,
main .content-section .all-section .chapter .widget-facebook {
    width: 25%;
    height: 100%;
    margin-bottom: 20px;
}
main .content-section .all-section .chapter .widget-facebook iframe {
    width: 100% !important;
}
main .content-section .all-section .chapter .article div {
    margin-bottom: 20px;
}
main .content-section .all-section .chapter .article div:first-child {
    margin-top: 155px;
}
main .content-section .all-section .chapter .article h3 {
    margin: 15px 0 3px;
}
main .content-section .all-section .chapter .article h3 a {
    color: var(--color-yellow-hover);
    font-size: 20px;
    line-height: 1.5;
}
main .content-section .all-section .chapter .article p {
    color: var(--color-gray);
    font-size: 16px;
    line-height: 36px;
    margin-bottom: 20px;
}
main .content-section .all-section .chapter .article p a {
    color: var(--color-yellow-hover);
}
main .content-section .all-section .chapter .article a:hover {
    color: var(--background-color-yellow);
}
main .content-section .box-link {
    display: flex;
    gap: 30px;
    padding-bottom: 20px;
}
main .content-section .box-link .learn-get {
    margin-bottom: 20px;
    background: var(--header-background);
    width: 100%;
}
main .content-section .box-link .learn-get > div {
    padding: 35px;
    position: relative;
}
main .content-section .box-link .learn-get .content {
    margin-bottom: 15px;
    position: relative;
    height: 200px;
}
main .content-section .box-link .learn-get .content a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}
main .content-section .box-link .learn-get .content h2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    line-height: 1.5;
    letter-spacing: 1px;
    font-size: 23px;
    color: var(--main-color-white);
    text-transform: uppercase;
    margin-bottom: 50px;
    text-align: center;
}
main .content-section .box-link .learn-get .content:hover h2 {
    color: var(--background-picture); 
}
main .content-section .box-link .learn-get .content .influence::before, 
main .content-section .box-link .learn-get .content .involved::before {
    font-family: "icon", sans-serif;
    content: "\e90d";
    margin-bottom: 15px;
    font-size: 70px;
    font-weight: bold;
    color: var(--main-color-white);
}
main .content-section .box-link .learn-get .content .influence::before{
    content: "\e90d";
}
main .content-section .box-link .learn-get .content .involved::before{
    content: "\e90b";
}
main .content-section .box-link .learn-get .more {
    width: 100%;
    background: var(--background-color-yellow);
    padding: 13px 29px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
main .content-section .box-link .learn-get .more a {
    color: var(--color-button-gray);
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 17px;
    font-size: 14px;
    text-align: center;
}
main .content-section .box-link .learn-get .more:hover a {
    color: var(--main-color-white);
}
main .content-recruitment {
    background: var(--background-content-home);
    padding: 0 10px;
}
main .content-recruitment .wrapper {
    max-width: 1220px;
}
main .content-recruitment .all-recruitment .title {
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 50px 0 0;
}
main .content-recruitment .all-recruitment .title h2 {
    font-size: 48px;
    line-height: 1.1;
    color: var(--background-footer-link);
    letter-spacing: 2px;
    margin-bottom: 30px;
}
main .content-recruitment .all-recruitment .title p {
    font-size: 16px;
    line-height: 36px;
    color: var(--color-gray);
    margin-bottom: 20px;
    text-align: center;
}
main .content-recruitment .all-recruitment .items {
    margin-bottom: 50px;
}
main .content-recruitment .all-recruitment .items .all-items > div {
    margin: 20px 0;
    width: 100%;
    display: flex;
    align-items: center;
}
main .content-recruitment .all-recruitment .items .all-items .images {
    margin: 0 20px 5px 0;
    width: 100%;
    max-width: 144px;
    position: relative;
    height: 100%;
}
main .content-recruitment .all-recruitment .items .all-items .images img {
    width: 100%;
    max-width: 100%;
}
main .content-recruitment .all-recruitment .items .all-items .images a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}
main .content-recruitment .all-recruitment .items .all-items .text h3 a {
    color: var(--color-yellow-hover);
    font-size: 20px;
    line-height: 1.5;
}
main .content-recruitment .all-recruitment .items .all-items .text p {
    color: var(--color-gray);
    font-size: 16px;
    line-height: 36px;
    margin-bottom: 20px;
    text-align: justify;
}
main .content-recruitment .all-recruitment .items .all-items .text p a {
    color: var(--color-yellow-hover);
}
main .content-recruitment .all-recruitment .items .all-items .text a:hover {
    color: var(--background-color-yellow);
}
main .content-recruitment .all-recruitment .link-all {
    background-image: linear-gradient(to top, var(--background-button-yellow), var(--background-color-yellow));
    padding: 13px 29px;
    background: var(--background-color-yellow);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px; 
}
main .content-recruitment .all-recruitment .link-all:hover {
    background: var(--background-button-yellow);
}
main .content-recruitment .all-recruitment .link-all:hover a {
    color: var(--main-color-white);
}
main .content-recruitment .all-recruitment .link-all a {
    line-height: 17px;
    font-size: 14px;
    color: var(--color-button-gray);
    letter-spacing: 2px;
    text-transform: uppercase;
    text-align: center;
}
main .content-story {
    background: var(--background-active);
    padding: 20px 0;
}
main .content-story .wrapper {
    display: flex;
    width: 90%;
}
main .content-story .voices,
main .content-story .image-story {
    width: calc(50% - ( ( 4% ) * 0.5 ) );
    margin-right: 4%;
    margin-bottom: 20px;
}
main .content-story .voices h2 {
    margin-top: 60px;
    font-size: 48px;
    line-height: 1.1;
    color: var(--background-footer-link);
    letter-spacing: 2px;
    margin-bottom: 30px;
}
main .content-story .voices p {
    font-size: 16px;
    line-height: 36px;
    color: var(--color-gray);
    margin-bottom: 20px;
}
main .content-story .image-story {
    margin-right: 0;
}
main .content-story .image-story h4 {
    margin: 60px 0 30px;
    line-height: 1.5;
    font-size: 20px;
    color: var(--background-footer-link);
    letter-spacing: 1px;
}
main .content-story .image-story .gallery {
    height: auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    position: relative;
    gap: 5px;
}
main .content-story .image-story .gallery .card {
    position: relative;
    overflow: hidden;
}
main .content-story .image-story .gallery .card::before {
    content: "";
    display: block;
    margin-top: 80%;
}
main .content-story .image-story .gallery .card a {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index: 1;
}
main .content-story .image-story .gallery .card img {
    width: 100%;
    height: 100%;
    transition: transform 1s linear;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
main .content-story .image-story .gallery .card:hover img {
    transform:scale3d(1.1,1.1,1);
}
main .section-box {
    background: rgb(242, 242, 242);
    padding: 50px 0 90px;
}
main .section-box .content-section {
    padding: 0;
}
main .section-box .content-section.wrapper {
    width: 90%;
}
main .section-box .content-section .box-link {
    padding: 50px 0 80px;
}
main .section-box .content-section .box-link .learn-get .content .influence::before{
    content: "\e91a";
}
main .section-box .content-section .box-link .learn-get:nth-child(2) {
    background: var(--background-color-yellow);
}
main .section-box .content-section .box-link .learn-get:nth-child(2) .more {
    background: var(--header-background);
}
main .section-box .content-section .box-link .learn-get:nth-child(2) .more a {
    color: var(--main-color-white);
}
main .section-box .content-section .box-link .learn-get:nth-child(2) .more:hover a {
    color: var(--background-picture);
}
main .section-box .content-section .box-link .learn-get .content .involved::before{
    content: "\e903";
}
main .section-box .content-section .box-link .learn-get .content .contact::before{
    font-family: "icon", sans-serif;
    content: "\e914";
    margin-bottom: 15px;
    font-size: 70px;
    font-weight: bold;
    color: var(--main-color-white);
}
main .content-events {
    background: var(--background-events);
    padding: 0 10px;
}
main .content-events .wrapper {
    width: 90%;
}
main .content-events  h2,
main .content-events  p {
    letter-spacing: 1px;
    color: var(--main-color-white);
    text-align: center;
    font-size: 20px;
    line-height: 1.5;
    font-weight: bold;
    padding: 0 0 30px;
}
main .content-events h2 {
    padding-top: 40px;
}
@media screen and (max-width: 1280px) {
    main .content-story .image-story .gallery {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media screen and (max-width:1024px) {
    main .content-section .all-section .chapter {
        flex-direction: column;
        align-items: center;
    }
    main .content-section .all-section .chapter .latest-news,
    main .content-section .all-section .chapter .widget-facebook,
    main .content-section .all-section .chapter .article,
    main .content-story .voices, 
    main .content-story .image-story {
        width: 100%;
    }
    main .content-section .all-section .chapter .latest-news {
        max-width: 460px;
    }
    main .content-section .all-section .chapter .latest-news .slider .slides .slide div {
        bottom: 0;
    }
    main .content-section .all-section .chapter .article div:first-child {
        margin-top: 20px;
    }
    main .content-section .box-link,
    main .content-story > div,
    main .section-box .content-section .box-link {
        flex-direction: column;
        
    }
    main .content-recruitment .all-recruitment .items .all-items > div {
        flex-direction: column;
        gap: 20px;
    }
    main .content-story .image-story .gallery {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media screen and (max-width:640px) {
    main .content-section.wrapper,
    main .section-box .content-section.wrapper,
    main .content-events .wrapper {
        width: 100%;
    }
    main .content-section .all-section .chapter .latest-news .slider .slides .slide h3 a {
        font-size: 16px;
    }
    main .content-recruitment .all-recruitment .title h2,
    main .content-story .voices h2 {
        font-size: 20px;
    }
   main .content-story,
   main .section-box {
        padding: 20px 10px 0;
   }
    main .content-story .image-story .gallery {
        grid-template-columns: 1fr;
    }
    main .content-story .image-story .gallery .card::before {
        margin-top: 100%;
    }
    main .content-events p {
        font-size: 16px;
    }
    footer .footer-content {
        padding: 10px;
    }
}
@media screen and (max-width: 360px) {
    main .content-story .wrapper {
        width: 100%;
    }
    main .content-section .all-section .chapter .widget-facebook iframe {
        max-width: 310px !important;
    }
}
