.s-img .container {
    height: 100%;
    position: relative;
}
.s-about-13 .section-title {
    margin-top: 50px;
}
.s-about-13 {
    padding-top: 40px;
    background: #f6f6f6;
}
.s-about-13 .row {
    align-items: center;
}
.s-about-13 .desc > p {
    position: relative;
    padding-left: 30px;
}
.s-about-13 .desc > p::before {
    content: "\f05d";
    font-family: FontAwesome;
    color: var(--color-secondary);
    font-size: 20px;
    position: absolute;
    left: 0;
}
.s-about-99 {
    position: relative;
}
.s-about-99::after {
    content: "";
    position: absolute;
    background: url(/images/bgs/bg-mission2.png) 50% no-repeat;
    background-size: 100% auto;
    width: 250px;
    height: 422px;
    z-index: 0;
    top: 155px;
    opacity: 0.5;
    left: 0;
}
.s-about-99.s-about .section-title {
    font-size: 33px;
}
/* BEGIN p-contact-1 */
.c-form-border .c_input {
    padding: 19px 20px;
    -webkit-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
    border: 1px solid #ccc;
    border-radius: 11px;
    -webkit-transition: border-color 0.3s ease-in-out;
    -o-transition: border-color 0.3s ease-in-out;
    transition: border-color 0.3s ease-in-out;
}
.c-form-border .c_input:focus {
    outline: none;
    border-color: var(--color-main);
}
.c-form-border::placeholder {
    color: #666;
}
.c-form-border label {
    margin-bottom: 5px;
    display: inline-block;
}
.c-form .c_error, .c-form-border .c_error {
    top: 70%;
}
.p-contact-1 {
    background: #fff;
    padding: 5px;
    padding-top: 30px;
    padding-bottom: 0;
    border-top: var(--color-primary);
}
.p-contact-1 .p_contact {
    position: relative;
    background: #f3faff;
    padding: 40px;
}
.p-contact-1 .p_contact>ul {
    /* margin: 0 1.25%; */
}
.p-contact-1 .p_contact>ul h1 {
    font-size: 20px;
    margin: 10px 0 5px;
    text-transform: uppercase;
}
.p-contact-1 .p_contact>ul span.fa {
    margin-bottom: 7px;
    line-height: 1.42857143;
    font-weight: inherit;
}
.p-contact-1 .p_contact>ul span.fa:not(:last-child) {
    margin-right: 20px;
}
.p-contact-1 .p_contact>ul span.fa::before {
    width: 15px;
    text-align: center;
}
.p-contact-1 .p_contact>ul iframe {
    width: 100% !important;
    height: 225px !important;
    margin-top: 25px;
}
.p-contact-1 .p_contact>form {
    width: 30%;
    margin: 0 1.25%;
}
.s-home-19 {
    padding: 50px 0;
}
.form-contact-2 {
    padding: 20px 20px;
}
.form-logo {
    font-size: 17px;
    margin-bottom: 18px;
    letter-spacing: 3px;
}
.form-contact-2 .title {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 30px;
    margin-bottom: 0px;
    color: var(--color-primary);
}
.form-contact-2 .desc {
    font-size: 17px;
    margin-bottom: 20px;
    margin-top: 10px;
}
.form-contact-2 .loimoi {
    margin-top: 10px;
    font-size: 15px;
}
.s-vision {
    padding: 70px 0 60px;
    background: #f9f9f9;
}
.s-vision .thumb_big {
    border-radius: 20px;
    width: 100%;
}
.s-vision .thumb_bg::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    transform: rotate(-5deg);
    background: var(--color-gradient-primary);
    border-radius: 20px;
    width: 100%;
    height: 100%;
}
.s-vision .thumb_bg {
    position: relative;
}
.s-vision .s_thumb {
    width: 100%;
    position: relative;
}
.s-vision .thumb_sm {
    width: 100%;
    position: absolute;
    bottom: -163px;
    left: -139px;
}
.thumb_small {
    border-radius: 20px;
}
.s-img {
   background-size: cover;
   background-position: bottom;
   background-repeat: no-repeat;
   height: 660px;
   height: calc(100vh - (100vh / 8));
}
.s-img .s_title {
    color: #213f70;
    text-align: center;
    /* display: flex; */
    margin-top: 25px;
    font-size: 40px;
    font-weight: 600;
    text-transform: uppercase;
    position: absolute;
    top: 10%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}
.s-img .s_title>span {
    color: #ebebec;
    display: block;
    margin-bottom: -20px;
    font-size: 45.6px;
}
.s-video {
    position: relative;
}
.s-about .s_thumb .b_overlay {
    z-index: 1;
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    color: #fff;
    display: block;
    /* align-items: center; */
    justify-content: center;
    transition: all 0.4s ease;
}
.s-about .s_thumb .b_overlay .icon {
    width: 65px;
    height: 65px;
    border: 2px solid #fff;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
}
.s-about .s_thumb .icon {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    position: absolute;
    border: solid 5px var(--color-secondary);
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    font-size: 20px;
    line-height: 38px;
    color: var(--color-secondary);
    background-color: #fff;
}
.s-about .s_thumb .icon i {
    position: absolute;
    font-size: 20px;
    left: 55%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.s-about .s_thumb .icon {
    animation: ripple-play 1.5s linear infinite;
}
@keyframes ripple-play {
    0% {
        box-shadow: 0 0 0 0 rgb(255 229 31 / 25%), 0 0 0 5px rgb(255 234 30 / 25%), 0 0 0 10px rgb(255 250 43 / 25%);
    }
    100% {
        box-shadow: 0 0 0 5px rgb(249 234 42 / 87%), 0 0 0 10px rgb(255 241 44 / 44%), 0 0 0 15px rgb(231 227 53 / 48%);
    }
}
.s-video .name {
    font-weight: 600;
    font-size: 37px;
    letter-spacing: 0;
    line-height: 1.3;
    margin-bottom: 20px;
    font-family: 'Playfair Display';
    color: var(--color-primary);
    position: absolute;
    top: 30%;
    left: 19%;
}
.s-about-9 {
    padding: 60px 0;
}
.s-about-9 .section-title {
    font-size: 35px;
}
.s-about-9 .s_block-content {
    padding-left: 20px;
}
.s-about-9 .desc {
    font-size: 14px;
    line-height: 28px;
    color: var(--color-gray);
}
/* BEGIN b-card-9 */
.b-card-9 {
    background-color: #fff;
    padding: 30px 0 30px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.23);
    border-radius: 12px;
    height: calc(100% - 30px);
    margin-bottom: 30px;
    -webkit-transition: box-shadow 0.2s linear;
    -o-transition: box-shadow 0.2s linear;
    transition: box-shadow 0.2s linear;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.b-card-9 .b_icon {
    font-size: 50px;
    text-align: center;
    color: #05a;
}
.b-card-9 .b_desc {
    color: var(--color-gray);
    font-style: italic;
    padding: 0 20px;
    text-align: center;
}
.b-card-9 .b_author {
    margin: 20px 0 15px;
    text-align: center;
}
.b-card-9 .b_author>span {
    display: block;
}
.b-card-9 .b_author>span:first-child {
    color: #05a;
    font-size: 15px;
    text-transform: uppercase;
}
.b-card-9 .b_author>span:last-child {
    color: var(--color-primary);
    font-size: 16px;
    font-weight: bold;
    margin-top: 5px;
}
.b-card-9 .b_avatar {
    line-height: 0;
    position: relative;
    text-align: center;
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    box-shadow: 0 14px 26px -12px rgba(153, 153, 153, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(153, 153, 153, 0.2);
    border-radius: 50%;
    background: var(--color-primary);
}
.b-card-9 .b_avatar img {
    height: 55px;
    width: 55px;
}
.b-card-9:hover {
    box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}

/* END b-card-9 */
.s-about-11 {
    padding: 60px 0 30px;
    background: var(--color-primary);
}
.s-about-11 .section-title {
    margin-bottom: 40px;
    color: #fff;
}
.s-about .section-title {
    font-size: 37px;
    line-height: 1.4;
    position: relative;
}
.s-about .section-title.line {
    padding-bottom: 10px;
}
.s-about .section-title.line::after {
    content: '';
    width: 70px;
    height: 1px;
    border: 1px solid #ffc912;
    position: absolute;
    bottom: 0;
    left: 0;
    border-radius: 5px;
}


/* BEGIN s-slide-10 */
.s-slide-10 .desc{
    margin-bottom: 30px;
}
.s-slide-10 {
    position: relative;
    overflow: hidden;
    padding: 60px 0 0;
}
.s-slide-10 .c-headline-2 .c_desc {
    max-width: 88%;
    margin: 30px auto;
}
.s_box .s_content {
    padding: 10px;
    border: 1px solid #d8d8d8;
    border-top: none;
}
.s-slide-10 .slider-nav .slick-list {
    padding: 40px 45px !important;
}
.s-slide-10 .slider-nav .slick-track.transform-none {
    -webkit-transform: none !important;
    transform: none !important;
}
.s-slide-10 .slider-nav .slick-arrow {
    font-size: 7px;
}
.s-slide-10 .slider-nav .item {
    cursor: pointer;
    line-height: 1.2;
    padding: 10px;
    transition: all .4s ease;
    position: relative;
    justify-content: center;
    display: flex;
}
.s-slide-10 .b-sslide-ratio .slick-list::before {
    padding-bottom: 88%;
}
.s-slide-10 .slider-for .item {
    display: block;
    position: relative;
    overflow: hidden;
    padding: 20px 0 10px 30px;
}
.s-slide-10 .slider-for .item .item-title {
    font-size: 18px;
    padding: 10px 0;
    padding-left: 20px;
    color: var(--color-primary);
    display: block;
    font-weight: bold;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.s-slide-10 .slider-for .item .item-desc {
    color: #434444;
    line-height: 1.65em;
    width: 85%;
    padding-left: 20px;
}
.s-slide-10 .slider-for .item .item-desc p {
    padding-left: 18px;
    position: relative;
    margin-bottom: 5px;
}
.s-slide-10 .slider-for .item .item-desc p::before {
    content: '';
    position: absolute;
    left: 0;
    background: url(/images/bgs/mission_rec.png) top 10px left no-repeat;
    width: 14px;
    height: 20px;
    top: -4px;
    display: inline-block;
    background-size: 10px;
}
.s-slide-10 .slider-nav .item .item-thumb {
    float: left;
    margin-right: 15px;
    width: 120px;
    border-radius: 50%;
    box-shadow: 2px 2px 10px rgb(0 0 0 / 15%);
    background-size: auto;
    background-position: center;
    opacity: 0.4;
}
.s-slide-10 .slider-nav .item.slick-current .item-thumb {
    transform: scale(1.4);
    opacity: 1;
}
.s-slide-10 .slider-nav .slick-prev, .s-slide-10 .slider-nav .slick-next {
    font-size: 15px;
    width: 45px;
    height: 45px;
    background-color: rgba(255, 255, 255, .7);
    border-radius: 0;
    border: 1px solid #d2cfcf;
    border-radius: 50%;
}
.s-slide-10 .slider-nav .slick-next {
    right: 40px;
}
.s-slide-10 .slider-nav .slick-prev {
    left: 40px;
}
.s-slide-10 .slider-nav .slick-next::before {
    content: '\f054';
    color: #432e2e;
}
.s-slide-10 .slider-nav .slick-prev::before {
    content: "\f053";
    color: #432e2e;
    font-family: FontAwesome;
    line-height: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.s-slide-10 .slider-for .slick-prev, .s-slide-10 .slider-for .slick-next {
    font-size: 12px;
    width: 40px;
    height: 40px;
    background-color: rgba(255, 255, 255, .7);
    border-radius: 0;
    border: 1px solid #d2cfcf;
    border-radius: 0;
}
.s-slide-10 .slider-for .slick-prev:hover, .s-slide-10 .slider-for .slick-next:hover {
    background-color: #ffa500;
}
.s-slide-10 .slider-for .slick-next {
    right: unset;
    top: unset;
    bottom: -50px;
    left: 50px;
}
.s-slide-10 .slider-for .slick-prev {
    left: 0;
    bottom: -50px;
    top: unset;
}
.s-slide-10 .slider-for .slick-next::before {
    content: '\f054';
    color: #432e2e;
}
.s-slide-10 .slider-for .slick-arrow:hover:before {
    color: #fff;
}
.s-slide-10 .slider-for .slick-prev::before {
    content: "\f053";
    color: #432e2e;
    font-family: FontAwesome;
    line-height: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.s-slide-10 .b-card-40 {
    text-align: center;
}
.s-slide-10 .s_bot {
    position: relative;
    background: #f5f6fa;
    padding: 40px 0;
    margin-top: 40px;
}
.s-slide-10 .s_bot:after {
    content: '';
    display: block;
    position: absolute;
    left: 57.5%;
    bottom: 100%;
    width: 0;
    height: 0;
    border: 25px solid transparent;
    border-bottom-color: #f5f6fa;
}
.s-slide-10 .s_btn {
    margin-top: 10px;
}
.s-slide-10 .c-button-2 {
    padding: 15px 30px;
}
.s-slide-10 .b-card-40::before {
    content: '';
    position: absolute;
    left: 0;
    top: -10px;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: 20%;
    background-position: 50%;
}
@media (min-width: 1260px) {
    .s-slide-10 .container {
        width: 1260px;
    }
}
/* END s-slide-10 */

/* BEGIN b-card-40 */
.b-card-40 {
    display: block;
    margin-bottom: 15px;
    padding: 25px;
    height: calc(100% - 15px);
    border-radius: 15px;
    box-shadow: 0 0 15px rgb(0 0 0 / 10%);
    background: #fff;
    position: relative;
}
.b-card-40:after {
    content: '';
    position: absolute;
    width: 105%;
    height: 105%;
    background: #e3eff7;
    z-index: -1;
    top: -3px;
    left: -15px;
    transform: rotate(-5deg);
    border-radius: 20px;
    margin: 0;
}
.b-card-40 .b_title {
    font-size: 20px;
    font-weight: 600;
    color: var(--color-primary);
    line-height: 1.125em;
    padding-bottom: 10px;
    margin-bottom: 25px;
    -webkit-transition: 0.3s color ease-in-out;
    -o-transition: 0.3s color ease-in-out;
    transition: 0.3s color ease-in-out;
    position: relative;
}
.b-card-40 .b_title:after {
    content: '';
    width: 70px;
    height: 1px;
    border: 1px solid var(--color-primary);
    background: var(--color-primary);
    position: absolute;
    bottom: 0;
    left: 50%;
    border-radius: 5px;
    transform: translateX(-50%);
}
.b-card-40 .b_title>span {
    font-weight: 400;
    display: block;
    color: #666;
    margin: 5px 0;
    font-size: 14px;
}
.b-card-40 .b_desc {
    color: #3f3f3f;
    font-size: 14px;
    margin-bottom: 40px;
    line-height: 1.7em;
    font-style: italic;
    font-weight: 300;
}
.b-card-40 .b-star-1 {
    display: contents;
    font-size: 18px;
    color: var(--color-secondary);
}
.b-card-40 .b_count {
    color: rgba(0,196,255,.7490196078431373);
    font-size: 13px;
    font-style: italic;
    padding: 10px;
    border-radius: 50px;
    border: 1px solid #00c4ffbf;
    margin-top: 10px;
    max-width: 60%;
    margin: 8px auto 0;
}
.b-card-40 .b_count:hover {
    text-decoration: underline;
}
/* END b-card-40 */

@media (min-width: 1260px) {
    .border-right {
        width: 33.333333%;
    }
}
@media (min-width: 768px) {
    .border-right {
        padding-right: 15px;
        border-right: 1px solid #333;
    }
}
#myVideo .c-modal-box {
    max-width: 800px;
}
#myVideo .c-modal-box .c_body{
    padding: 0;
}
#myVideo .c-modal-group
{
    background: none;
}
.p-contact-1 {
    background: #fff;
    padding: 30px;
}
@media screen and (max-width: 992px) {
    .s-img .s_title {
        display: none;
    }
    .s-img {
        height: 560px;
    }
    .s-about .s_content {
        padding-left: 0;
    }
    .s-about-99.s-about .section-title {
        font-size: 26px;
        text-align: left;
    }
    .s-about-99::after {
        top: 40%;
        height: 300px;
        width: 200px;
        opacity: 0.6;
    }
    .s-about .desc {
        width: 100%;
    }
    .s-about .section-title.line {
        padding-bottom: 10px;
        font-size: 28px;
        text-align: left;
        margin-top: 15px;
    }
    .s-about-11 .section-title {
        margin-bottom: 25px;
    }
    .s-about-11 {
        padding: 40px 0 30px;
    }
    .s-slide-10 {
        padding: 40px 0;
    }
    .s-slide-10 .slider-nav .slick-arrow {
        top: 100%;
    }
    .s-slide-10 .s_bot:after {
        left: 43.5%;
    }
    .s-introduce .section-title {
        font-size: 26px;
        text-align: left;
    }
    .s-introduce .section-slogan {
        font-size: 15px;
    }
    .form-contact-2 {
        padding: 0;
    }
    .s-slide-10 .slider-for .item {
        padding: 20px 0 10px 0px;
    }
}
@media screen and (max-width: 479px) {
    .s-img {
        height: 255px;
    }
}