/*=== MEDIA QUERY ===*/
@import url('https://fonts.googleapis.com/css?family=Vollkorn:400,400i,600,600i,700,700i,900,900i&display=swap');

@import url('https://fonts.googleapis.com/css?family=Lato:400,400i,700,700i,900,900i&display=swap');


body {
    font-family: 'Vollkorn', 微軟正黑體, "Microsoft JhengHei", serif;
}

h1 {
    font-family: "Vollkorn", '微軟正黑體', 'Microsoft JhengHei', serif;
    font-size: 42px;
    line-height: 1.3;
    margin: 0;
    padding: 0;
    font-weight: 400;
}

h2 {
    font-family: Vollkorn, 微軟正黑體, "Microsoft JhengHei", serif;
    font-size: 30px;
    line-height: 40px;
    font-weight: 400;
    margin-bottom: 20px;
    padding: 0px;
    color: #063965;
}



h3 {
    font-size: 18px;
    line-height: 30px;
    margin: 10px 0;
    font-weight: 500;
    color: #097eca;
}

p,
li,
blockquote,
label {
    color: #3f3f3f;
    font-family: "Lato", '微軟正黑體', 'Microsoft JhengHei', sans-serif;
    margin: 0;
    padding: 0;
    font-size: 16px;
    line-height: 24px;
    text-align: justify;
    font-weight: 400;
    letter-spacing: 1.5px;
}





.shadow,
.service .service-box,
.founder img,
.team-sm .image img,
.job-list .block,
.privacy .block,
.user-login .block .image img,
.coming-soon .block .count-down .syotimer-cell {
    box-shadow: 0 8px 25px 0 rgba(0, 0, 0, 0.11);
}

.overlay:before {
    content: '';
    background: rgba(105, 140, 230, 0.1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

a {
    font-size: inherit;
    color: inherit;
}

a:focus,
a:hover {
    color: #097eca;
    text-decoration: none;
}

.bg-gray {
    background: #fafafa;
}

.bg-blue {
    background: #097eca;
}



.section {
    padding: 50px 0;
}

.section-title {
    text-align: center;
}

.section-title h2 {
    font-size: 35px;
    margin-bottom: 13px;
}

.section-title p {
    width: 70%;
    margin: 0 auto;
}

@media (max-width: 480px) {
    .section-title p {
        width: 100%;
    }
}

.page-title {
    text-align: center;
}


.feature .feature-content h2,
.feature .feature-content p {
    margin-bottom: 25px;
}


}

@media (max-width: 768px) {
    .feature .testimonial {
        text-align: center;
    }
}

.feature .testimonial p {
    margin-bottom: 10px;
    font-style: italic;
    color: #242424;
}

.feature .testimonial ul.meta li {
    font-size: 12px;
    margin-right: 10px;
}

.feature .testimonial ul.meta li img {
    height: 40px;
    width: 40px;
    border-radius: 100%;
}

.pull-top {
    margin-top: -55px;
}



hr {
    display: block;
    height: 2px;
    border: 0;
    border-top: 2px solid #097eca;
    margin: 1em 0;
    padding: 0;
}


.founder p {
    margin-top: 10px;
    font-size: 14px;
    margin-bottom: 20px;
}

.featured-article {
    padding: 0 0 50px 0;
}

.featured-article article.featured {
    display: flex;
}

@media (max-width: 768px) {
    .featured-article article.featured {
        flex-wrap: wrap;
    }
}

.featured-article article.featured .image {
    flex-basis: 100%;
    padding: 20px;
}

.featured-article article.featured .image img {
    width: 100%;
    border-radius: 8px;
}

@media (max-width: 768px) {
    .featured-article article.featured .image {
        margin-bottom: 20px;
    }
}

.featured-article article.featured .content {
    margin-left: 30px;
    flex-basis: 100%;
    align-self: center;
}

@media (max-width: 768px) {
    .featured-article article.featured .content {
        text-align: center;
    }
}

.featured-article article.featured .content h2 {
    margin-bottom: 20px;
}

.featured-article article.featured .content h2 a {
    font-size: 30px;
    color: #000;
}

.featured-article article.featured .content h2 a:hover {
    color: #097eca;
}

.featured-article article.featured .content p {
    margin-bottom: 25px;
}



.hover-zoom {
    overflow: hidden;
    border-radius: 8px;
}

.hover-zoom img {
    transition: .3s ease;
}

.hover-zoom:hover img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}


.career-featured .block {
    display: flex;
}

@media (max-width: 768px) {
    .career-featured .block {
        flex-wrap: wrap;
    }
}

.career-featured .block .content {
    flex-basis: 100%;
    align-self: center;
}

@media (max-width: 768px) {
    .career-featured .block .content {
        flex-grow: 1;
        width: 100%;
        margin-bottom: 30px;
        text-align: center;
    }
}

.career-featured .block .content h2 {
    margin-bottom: 30px;
}

.career-featured .block .video {
    justify-content: center;
    align-self: center;
    flex-basis: 100%;
    margin-left: 10px;
}

@media (max-width: 768px) {
    .career-featured .block .video {
        flex-grow: 1;
        width: 100%;
    }
}


.gallery .image {
    cursor: pointer;
}

header {
    position: relative;
    background-color: black;
    height: 75vh;
    min-height: 25rem;
    width: 100%;
    overflow: hidden;
}

header video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

@media (min-width: 1920px) {
    header video {

        width: 100%;

    }
}


header .container {
    position: relative;
    z-index: 2;
}


/*
@media (pointer: coarse) and (hover: none) {
    header {
        background: url('https://source.unsplash.com/XT5OInaElMw/1600x900') black no-repeat center center scroll;
    }

    header video {
        display: none;
    }
}*/

.badge-secondary {
    color: #fff;
    background-color: #105088;
}
