* {
    box-sizing: border-box;
}
body {
    overflow: auto !important;
}
.main-page {
    height: auto!important;
}
.l-container {
    height: auto!important;
}
.content {
    height: auto!important;
}
.supply-page {
    background-color: #F5F5F5;
}
/* .section {
    margin-bottom: 50px;
} */
.section .header {
    margin-bottom: 40px;
}
.section .title-main {
    font-family: "Roboto-Black";
    font-size: 60px;
    margin-bottom: 15px;
    color: #3FAE29;
    text-transform: uppercase;
    text-align: center;
    padding: 30px 0;
}
.section .title-main span {
    color: #FFDB00;
}
.section .subtitle {
    text-align: center;
    color: #000;
    font-size: 28px;
    line-height: 32px;
    font-family: 'Roboto-Bold';
}
/* First section  ============================================================================= */
.launch-app {
    position: relative;
    text-align: center;
    width: 100%;
    height: 650px;
}
/* .launch-app > img {
    width: calc(2320px + 172px);
    height: 900px;
} */
/* .push .launch-app > img {
    width: 2320px;
    height: 1057px;
} */
.launch-app .box {
    width: 20%;
    background-color: #fff;
    border-radius: 12px;
    padding: 35px 20px;
    opacity: 0.9;
    margin: 10px 25px;
    display: flex;
    flex-direction: column;
}
.launch-app .box .title {
    color: #00ad0f;
    position: relative;
    margin-bottom: 22px;
    font-family: "ProximaNova-Black";
    font-size: 35px;
    letter-spacing: 0.6px;
}
.launch-app .box .image {
    height: 170px;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.launch-app .box .image img {
    max-height: 100%;
}
/* .launch-app .box .title:after {
    content: "";
    width: 215px;
    height: 2px;
    background-color: #5a5c60;
    position: absolute;
    bottom: -12px;
    left: 50%;
    transform: translateX(-50%);
} */
.launch-app .box .desc {
    color: #343435;
    margin: 15px;
    font-family: "Roboto-Bold";
    font-size: 28px;
}
.launch-app .box .button {
    color: #fff;
    background-color: #8cc63f;
    padding: 6px 20px;
    display: inline-block;
    border-radius: 8px;
    font-family: "Roboto-Bold";
    font-size: 24px;
    position: relative;
}
.launch-app .box .button.fake-bg {
    background-color: #00751a;
}
.launch-app .box .button:hover {
    background-color: #00751a;
}
.launch-app .box .button:after {
    content: "";
    background-image: url("../../assets/images/its-pointer.png");
    background-size: cover;
    background-repeat: no-repeat;
    width: 32px;
    height: 32px;
    position: absolute;
    bottom: -8px;
    right: -15px;
}
.quote {
    padding: 40px 35px 40px 75px;
    background-color: #3EAE49;
    text-align: center;
    color: #fff;
    line-height: 37px;
    font-family: "Roboto-Medium";
    font-size: 36px;
}
.launch-app .section-box {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin-left: auto;
}
.launch-app .container {
    display: flex;
    justify-content: center;
    padding: 0 20px 0 70px;
}
.iframe-box {
    width: 460px;
    margin: 0 0 0 auto;
    border: none;
    height: 100%;
}
#loading-box{
    position: relative;
    display: flex;
    flex-shrink: 0;
    justify-content: center;
    align-items: center;
    background-color: #333333;
}
#loading-box .logo{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 110px;
    height: 110px;
    border-radius: 100%;
    background-color: #3fae29;
}
.line-animation{
    width: 95px;
    height: 95px;
    border: 1px dashed #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 100px;
    animation: supply-rotating 6s linear infinite
}
.launch-app .container-items {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
    margin: auto;
}
/* Second section  ============================================================================= */
.corporate-account {
    position: relative;
    width: 100%;
    height: 760px;
}
.corporate-container {
    position: relative;
    display: flex;
    flex-direction: row;
    max-width: 1280px;
    margin: auto;
    height: 760px;
}

.corporate-account .box h2 {
    font-family: "Roboto-Black";
    font-size: 52px;
    font-weight: 700;
    margin-bottom: 15px;
    text-align: center;
    background: rgb(255 255 255 / 70%);
    color: #3FAE29;
    box-shadow: 0 0 20px 20px rgb(255 255 255 / 70%);
    text-transform: uppercase;
}
.corporate-account .box h2 span {
    display: block;
    font-size: 48px;
}
.corporate-account .box {
    text-align: center;
    padding: 5% 20px 0 80px;
}
.corporate-account .box h2 img {
    width: 120px;
    height: 120px;
}
.corporate-account .box .desc {
    margin: 60px 0;
    font-family: "Roboto-Medium";
    font-size: 26px;
    color: #fff;
}
.corporate-account .box .button {
    color: #000;
    background-color: #FDD900;
    padding: 13px 22px;
    display: inline-block;
    border-radius: 8px;
    font-family: "Roboto-Bold";
    font-size: 25px;
    position: relative;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
}
/* .corporate-account .box .button:after {
    content: "";
    background-image: url("../../assets/images/its-pointer.png");
    background-size: cover;
    background-repeat: no-repeat;
    width: 32px;
    height: 32px;
    position: absolute;
    bottom: -8px;
    right: -15px;
} */
.corporate-account .box .button.fake-bg, .corporate-account .box .button:hover {
    background-color: #00751a;
    color: #fff;
}
.requirement .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-left: auto;
}
.requirement .box {
    flex-basis: 20%;
    text-align: center;
    background: #FFDB00;
    border-radius: 12px;
    margin: 10px;
    display: flex;
    flex-direction: column;
}
.requirement .box .box-item {
    padding: 30px;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.requirement .box .box-item.box-2 {
    height: 200px;
    padding: 20px;
    font-size: 30px;
    color: #fff;
    font-family: 'Roboto-Bold';
    background: #3EAE49;
}
/* Carousel calculate ============================================================================= */
.c-page__Earning {
    max-width: 80%;
    margin: auto;
    display: flex;
}
.c-page__Earning .c-list--option {
    position: relative;
    flex-basis: 50%;
    padding: 0 20px;
    background: #D9D9D9;
    margin: 0 20px;
    padding: 20px;
    border-radius: 12px;
}
.logo-driver-bottom #myBtn {
    display: block !important;
}
.c-page__Earning .c-list--option .logo-driver-bottom {
    position: relative !important;
    top: unset !important;
    left: 0 !important;
    right: 0 !important;
    margin: 0 auto;
    width: 8.7px !important;
}
.carousel-calculate .modal-wrapper {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #000;
    background-color: rgba(0, 0, 0, .6);
}
.c-list--option label {
    display: block;
    position: relative;
    margin: 20px 0px 0px;
}

.c-list--option label:first-child {
    margin-top: 0;
}
.c-list--option select.active-color {
    background: #416eab !important;
    color: #fff !important;
    border: none !important;
}

.c-list--option select.active-color option {
    background: #fff;
}
.c-list--option label .btn-select {
    width: 99%;
    -webkit-appearance: none;
    color: #fff;
    background: #7C7C7C;
    font-size: 19px;
    padding: 15px 0 15px 21px;
    font-weight: bold;
    border-right: 0;
    border-radius: 5px;
    box-sizing: border-box;
    cursor: pointer;
}
#th-site .c-list--option label .btn-select {
    font-weight: 500;
    font-size: 22px;
}

.c-list--option label .btn-select option[value="0"][disabled] {
    display: none;
}

.c-list--option .error-label .error-color {
    border-color: #ff4c4c !important;
}

.c-list--option .error-label:after{
    border: 2px solid #ff4c4c;
    border-left: none;
}

.c-list--option label .btn-select:focus {
    outline: none;
}

.c-list--option label .btn-select option {
    width: 100%;
    padding: 0;
    background: #fff;
    font-size: 18px;
}
#th-site .c-list--option label .btn-select option, #th-site-en .c-list--option label .btn-select option {
    font-size: 19px;
}
.c-list--option label:after {
    top: calc(50% - 6px);
    right: 20px;
    color: #fff;
    content: "";
    position: absolute;
    border-top: 14px solid #fff;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    cursor: pointer;
}
.c-list--option .btn-calculate {
    font-size: 22px;
    width: 60%;
    background: #FDD900;
    color: #565656;
    font-weight: bold;
    padding: 12px 0;
    margin: 20px 0 0;
    border-radius: 5px;
    border: none;
    cursor: pointer;
}
#th-site .c-list--option .btn-calculate {
    font-weight: 500;
}
@keyframes heartbeat {
    0% {
        transform: scale(0);
   }
    25% {
        transform: scale(1.2);
   }
    50% {
        transform: scale(1);
   }
    75% {
        transform: scale(1.2);
   }
    100% {
        transform: scale(1);
   }
}
.slider-container {
    position: relative;
    margin: 0 auto;
    width: 800px;
    height: 400px;
}
.bullet-container .bullet {
    display: none;
}
.bullet-container .bullet.active {
    display: block;
}
.slider-container .slider-content {
    position: relative;
    left: 50%;
    top: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    z-index: 1;
}
.slider-container .slider-content .slider-single {
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: z-index 0ms 250ms;
}
.slider-container .slider-content .slider-single .slider-single-image {
    position: relative;
    left: 5%;
    top: 0;
    width: 90%;
    height: 90%;
    /* box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.2); */
    transition: 500ms cubic-bezier(0.17, 0.67, 0.55, 1.43);
    transform: scale(0);
    opacity: 0;
    display: flex;
    flex-direction: column;
}
.slider-container .slider-content .slider-single .slider-single-download {
    position: absolute;
    display: block;
    right: -22px;
    bottom: 12px;
    padding: 15px;
    color: #333;
    background-color: #fdc84b;
    font-size: 18px;
    font-weight: 600;
    font-family: "karla";
    border-radius: 5px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
    transition: 500ms cubic-bezier(0.17, 0.67, 0.55, 1.43);
    opacity: 0;
}
.slider-container .slider-content .slider-single .slider-single-download:hover, .slider-container .slider-content .slider-single .slider-single-download:focus {
    outline: none;
    text-decoration: none;
}
.slider-container .slider-content .slider-single .slider-single-title {
    display: block;
    color: #3EAE49;
    margin-top: auto;
    margin-bottom: 0;
    font-size: 40px;
    font-family: 'Roboto-Bold';
}
/* .slider-container .slider-content .slider-single .slider-single-likes {
    display: block;
    float: right;
    margin: 16px 20px 0 0;
    transition: 500ms cubic-bezier(0.17, 0.67, 0.55, 1.43);
    opacity: 0;
}
.slider-container .slider-content .slider-single .slider-single-likes i {
    font-size: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    color: #ff6060;
    transition: 500ms cubic-bezier(0.17, 0.67, 0.55, 1.43);
    transform: scale(0);
}
.slider-container .slider-content .slider-single .slider-single-likes p {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    color: #fff;
}
.slider-container .slider-content .slider-single .slider-single-likes:hover, .slider-container .slider-content .slider-single .slider-single-likes:focus {
    outline: none;
    text-decoration: none;
} */
.slider-container .slider-content .slider-single.preactivede .slider-single-image {
    transform: translateX(-50%) scale(0);
}
.slider-container .slider-content .slider-single.preactive {
    z-index: 1;
}
.slider-container .slider-content .slider-single.preactive .slider-single-image {
    opacity: 1;
    transform: translateX(-100%) scale(1);
}
.slider-container .slider-content .slider-single.preactive .slider-single-download {
    transform: translateX(-150px);
}
/* .slider-container .slider-content .slider-single.preactive .slider-single-title {
    transform: translateX(-150px);
} */
/* .slider-container .slider-content .slider-single.preactive .slider-single-likes {
    transform: translateX(-150px);
} */
.slider-container .slider-content .slider-single.proactive {
    z-index: 1;
}
.slider-container .slider-content .slider-single.proactive .slider-single-image {
    opacity: 1;
    transform: translateX(100%) scale(1);
}
.slider-container .slider-content .slider-single.proactive .slider-single-download {
    transform: translateX(150px);
}
.slider-container .slider-content .slider-single.proactive .slider-single-title {
    /* transform: translateX(150px); */
}
/* .slider-container .slider-content .slider-single.proactive .slider-single-likes {
    transform: translateX(150px);
} */
.slider-container .slider-content .slider-single.proactivede .slider-single-image {
    transform: translateX(50%) scale(0);
}
.slider-container .slider-content .slider-single.active {
    z-index: 2;
}
.slider-container .slider-content .slider-single.active .slider-single-image {
    opacity: 1;
    transform: translateX(0%) scale(1);
}
.slider-container .slider-content .slider-single .slider-single-image img {
    width: 85%;
    margin: auto;
}
.slider-container .slider-content .slider-single.active .slider-single-download {
    opacity: 1;
    transition-delay: 100ms;
    transform: translateX(0px);
}
.slider-container .slider-content .slider-single.active .slider-single-title {
    opacity: 1;
    transition-delay: 200ms;
    transform: translateX(0px);
}
/* .slider-container .slider-content .slider-single.active .slider-single-likes {
    opacity: 1;
    transition-delay: 300ms;
    transform: translateX(0px);
}
.slider-container .slider-content .slider-single.active .slider-single-likes i {
    animation-name: heartbeat;
    animation-duration: 500ms;
    animation-delay: 900ms;
    animation-interation: 1;
    animation-fill-mode: forwards;
} */
.slider-container .slider-left {
    position: absolute;
    z-index: 3;
    display: block;
    right: 80%;
    bottom: 2%;
    color: #fff;
    transform: translateY(-50%);
    padding: 12px 14px 12px 10px;
    border: 1px solid #3EAE49;
    border-radius: 50%;
}
.slider-container .slider-right {
    position: absolute;
    z-index: 3;
    display: block;
    left: 80%;
    bottom: 2%;
    color: #fff;
    transform: translateY(-50%);
    padding: 12px 9px 12px 15px;
    border: 1px solid #3EAE49;
    border-radius: 50%;
}
/* .slider-container .not-visible {
    display: none !important;
} */
i.fa {
    margin: 4px 0px 4px 0px;
    display: inline-block;
    border-top: 14px solid #3EAE49;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
}
i.fa.fa-arrow-right {
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
}

i.fa.fa-arrow-left {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
}
/*--------------------------------------------------
  C-RESULT - C-MODAL
--------------------------------------------------*/
.c-result {
    width: 95%;
    position: absolute;
    z-index: 1;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: calc(50% - 240px);
    background: #61ab41;
    color: #fff;
    /* -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s; */
    border-radius: 5px;
    /* Add Animation */
}
.c-result {
    max-width: 424px;
    /* left: 240px!important; */
}
.c-result--title {
    margin: 12px 0;
}

.c-result--title .sub-title {
    font-size: 22px;
    line-height: 1.3;
    margin: 0 auto;
    width: 85%;
}

.c-result--title h3, .c-result--title .p-value {
    line-height: 1.3;
    font-size: 26px;
    color: #ebdc49;
    font-weight: bold;
    margin-bottom: 0;
    margin-top: 5px;
}
#th-site .c-result--title h3, #th-site .c-result--title .p-value {
    font-weight: 500;
}

.c-result--img {
    background: #0e730f;
    padding: 12px 0 8px;
}

.c-result--img img {
    max-width: 210px;
}

.c-result--img p {
    font-size: 20px;
    margin-bottom: 0;
}

.c-result--info {
    margin: 8px 10px 10px 15px;
    font-size: 20px;
    padding: 4px 15px 20px;
    text-align: left;
    line-height: 1.4;
    color: #fff;
}

.c-result--info td:last-child {
    padding-left: 10px;
}

.c-result--explain {
    text-align: left;
    padding: 0 15px 15px;
    font-size: 16.67px;
    font-style: italic;
    margin-bottom: 0;
    color: #0c540d;
    line-height: 1.4;
}
button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}
.close {
    float: right;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
    cursor: pointer;
}
.c-result .c-btn--close {
    background: transparent;
    position: absolute;
    top: 11px;
    right: 14px;
    opacity: 1;
}
.c-result .c-btn--close img {
    width: 22px;
}
.l-content {
    text-align: center;
}
.ic-buttons {
    margin-bottom: 16px;
    width: 100%;
}
.ic-back,
.ic-sign-up {
    display: inline-block;
    /* padding: 10px 15px; */
    font-size: 20px;
    font-weight: bold;
    border-radius: 3px;
    width: 42%;
    padding: 11px 0;
}
.ic-sign-up:hover {
    /* background-color: #3fae2a; */
    background-color: #118d12;
    color: #fff;
}
.ic-back {
    color: #fff;
    margin: 5px 15px;
    position: absolute;
    top: 0;
    right: 0;
    width: auto;
    padding: 0;
    font-size: 22px;
}
.ic-sign-up {
    background-color: #027400;
    color: #fff;
    box-shadow: 0 0 0 2px #ffdb00;
}
.ic-back:hover {
    cursor: pointer;
}
.c-page__Earning .title-box {
    font-family: "Roboto-Black";
    font-size: 40px;
    margin-bottom: 15px;
    color: #0E730F;
}
.c-page__Earning .subtitle-box {
    background: #3fae2a;
    color: #fff;
    font-weight: bold;
    padding: 12px 0;
    /* margin: 20px 0 0; */
    border-radius: 5px;
}
.bullet-container .bullet .slider-text {
    display: flex;
    flex-direction: column;
}
.bullet-container .bullet .slider-text .vehicle-name {
    color: #fff;
    font-family: 'Roboto-Bold';
    font-size: 34px;
    /* margin: 20px 0; */
    text-transform: uppercase;
}
.bullet-container .bullet .slider-text h4 {
    margin-bottom: 10px;
}
.bullet-container .bullet .slider-text img {
    width: 50%;
}
.bullet-container .bullet .slider-text p {
    font-size: 20px;
    text-align: left;
    margin: 10px 20px;
    font-family: 'Roboto-Regular', sans-serif;
}
.bullet-container .bullet .slider-text p span {
    display: list-item;
    list-style-type: "- ";
    margin-left: 11px;
}
/* Carousel youtube  ============================================================================= */
.carousel-youtube {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    padding: 50px 20px 100px 70px;
    border-radius: 2px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
    overflow-x: hidden;
}
.carousel-youtube .grid {
    display: flex;
    flex: 1;
    padding-bottom: 30px;
    overflow-x: scroll;
}
.carousel-youtube .grid::-webkit-scrollbar {
    width: 7px;
    height: 14px;
    background-color: #D9D9D9;
}
.carousel-youtube .grid::-webkit-scrollbar-thumb {
    background: #3fae2a;
}
.carousel-youtube .item {
    display: flex;
    flex-direction: column;
    flex: 1;
    min-width: 500px;
    width: 500px;
    /* height: 600px; */
    padding: 8px;
    margin: 0 4px;
    justify-content: flex-start;
    align-items: center;
}
.carousel-youtube .item-content {
    display: flex;
    flex-direction: column;
    height: 170px;
}
.carousel-youtube .subtitle.subtitle2:before {
    content: "";
    background: url(/wp-content/themes/deliveree/template-supply/assets/Play-button.png);
    display: inline-block;
    width: 35px;
    height: 36px;
    margin-right: 10px;
    background-size: contain;
}
.carousel-youtube .subtitle {
    display: flex;
    justify-content: center;
}
.item-video{
    position: relative;
}
.item-video, .item-video iframe, .item-video img {
    width: 100%;
    height: 350px;
    border-radius: 20px;
    object-fit: cover;
}
.item-video .play-video-btn {
    width: 68px;
    height: 48px;
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.item-video .play-video-btn:hover .play-button-bg {
    fill: #ff0000;
    fill-opacity: 1;
}
.item-content .item-content-title {
    color: #000;
    font-size: 32px;
    font-family: 'Roboto-Regular';
    margin: 20px 0;
}
.item-content .item-content-description {
    color: #3EAE49;
    font-size: 26px;
    font-family: 'Roboto-Regular';
    margin-top: auto;
}
/* Frequently section  ============================================================================= */
/* .frequently-questions.section {
    position: relative;
}
.frequently-questions.section img {
    width: calc(2320px + 172px);
    height: 1000px;
}
.frequently-questions .content-box {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
} */
.frequently-questions .title {
    color: #3FAE29;
    text-align: center;
    position: relative;
    margin-bottom: 35px;
    font-family: 'Roboto-Black';
    font-size: 36px;
    text-transform: uppercase;
}
.frequently-questions .sub-title, .training-location .sub-title {
    color: rgba(63, 174, 41, 1);
    text-align: center;
    margin-top: -25px;
    margin-bottom: 25px;
    font-family: "Roboto-Medium";
    font-size: 29px;
}
.frequently-questions .content, .training-location .content {
    display: block;
    margin-bottom: 15px;
    /* background-color: #FDD900; */
    color: #3EAE49;
    border-radius: 6px;
}
.frequently-questions .content-box, .training-location .content-box {
    width: 50%;
    background-color: rgba(255, 255, 255, 0.6);
    padding: 50px 20px 100px 70px;
}
.frequently-questions .content .question, .training-location .content .question {
    font-family: "Roboto-Medium";
    font-size: 22px;
    position: relative;
    cursor: pointer;
    padding: 20px 100px 20px 20px;
    background-color: #FDD900;
    border-radius: 6px;
}
.frequently-questions .content .question.active, .training-location .content .question.active {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.frequently-questions .content .question:after, .training-location .content .question:after {
    content: "";
    position: absolute;
    border-top: 14px solid #0E730F;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    top: 25px;
    right: 20px;
}
.frequently-questions .content .question.active:after, .training-location .content .question.active:after {
    content: "";
    position: absolute;
    border-top: none;
    border-bottom: 14px solid #0E730F;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    top: 25px;
    right: 20px;
}
.fq-arrow-icon {
    position: relative;
}
.frequently-questions .content .answer, .training-location .content .answer {
    width: 100%;
    /* padding-right: 100px; */
    transition: all 0.4s ease 0s;
    overflow: hidden;
    padding-left: 20px;
    box-sizing: border-box;
    font-size: 20px;
    color: #565656;
    background-color: #FDD900;
}
.frequently-questions .content .answer {
    padding-right: 50px;
}
.frequently-questions .content .answer p, .training-location .content .answer p {
    margin-bottom: 20px;
}
.frequently-questions .content .answer p > a, .training-location .content .answer p > a {
    color: #0d7421;
}
.training-location .content-box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    background-color: transparent;
    padding: 40px 20px 70px 70px;
}
.training-location .title-bottom {
    margin: 0 20px 50px 70px;
}
.training-location .title-bottom .title-main {
    background-color: rgb(255 255 255 / 70%);
    border-radius: 12px;
}
.training-location .content-box .content-left,
.training-location .content-box .content-right {
    flex-basis: calc(50% - 20px);
}
.training-location .content-box .content-left {
    margin-right: 40px;
}
.training-location .content {
    border-radius: 0;
    border-bottom: 4px solid #0E730F;
}
.training-location .content .question {
    border-radius: 0;
    background-color: transparent;
    padding: 20px 100px 20px 0px;
    color: #0E730F;
    font-family: 'Roboto-Black';
    font-size: 32px;
}
.training-location .content .answer {
    background-color: transparent;
    padding-left: 0;
}
.training-location .button-box {
    padding: 100px 20px 100px 70px;
    display: flex;
    align-items: center;
}
.training-location .button-text {
    flex-basis: calc(50% - 20px);
    font-size: 52px;
    font-family: 'Roboto-Black';
    color: #fff;
    text-align: right;
    margin-right: 20px;
}
.training-location a.button {
    background: rgba(63, 174, 41, 1);
    border-radius: 14px;
    border: 3px solid #FDD900;
    padding: 5px 46px;
    font-size: 36px;
    box-shadow: 0px 0px 0px 10px rgba(63, 174, 41, 1);
    margin-left: 20px;
}
.training-location .content .answer p {
    color: #0E730F;
    font-size: 20px;
    margin-bottom: 5px;
    font-family: 'Roboto-Bold';
}
.training-location .content .answer span {
    float: right;
    color: #565656;
    font-family: 'Roboto-Regular';
}
.training-location.section .content .question.active:after {
    right: 0;
}
.training-location .content .question:after {
    right: 0;
}
.social-media {
    background-color: #3EAE49;
}
.social-media .container {
    padding: 30px;
}
/* .social-media .container .box-left {
    flex-basis: 65%;
    padding: 40px 20px 40px 70px;
} */
.social-media .container .title-main {
    padding: 0;
    text-align: left;
    color: #fff;
    font-size: 50px;
    font-family: 'Roboto-Bold';
    margin-bottom: 40px;
}
.social-box {
    display: flex;
    justify-content: center;
    text-align: center;
}
.social-box .social-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 15px 0;
    width: 215px;
}
.social-box .social-item img {
    width: 50px;
    margin-bottom: 15px;
}
.social-box .social-item .social_name {
    font-size: 18px;
    font-family: 'Roboto-Regular';
}
.social-media .container .box-right {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 56px;
    flex-direction: column;
    font-family: 'Roboto-Bold';
    color: #FDD900;
    margin-bottom: 10px;
}
.social-media .container .box-right span {
    font-size: 66px;
    font-family: 'Roboto-Black';
}
@media (max-width: 1440px) {
    .section .title-main {
        font-size: 50px;
    }
}
@keyframes supply-rotating {
    0% {
      -ms-transform: translate(-50%, -50%) rotate(0deg);
      -webkit-transform: translate(-50%, -50%) rotate(0deg);
      transform: translate(-50%, -50%) rotate(0deg)
    }
  
    to {
      -ms-transform: translate(-50%, -50%) rotate(1turn);
      -webkit-transform: translate(-50%, -50%) rotate(1turn);
      transform: translate(-50%, -50%) rotate(1turn)
    }
}