/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

html {
    scroll-behavior: smooth;
}

body {
    font-family: "Open Sans", sans-serif;
}

a:hover {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Raleway", sans-serif;
}


/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/

#backtop {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 99;
    border: none;
    outline: none;
    background: none;
    cursor: pointer;
}

#backtop:hover {
    opacity: 0.7;
}


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#header {
    transition: all 0.5s;
    z-index: 999;
    padding: 20px 0;
}

#header.header-scrolled {
    background: -webkit-linear-gradient( 45deg, rgba(113, 194, 222) 0%, rgba(20, 89, 141) 50%, rgba(26, 48, 109) 75%, rgba(7, 13, 39) 100%);
    background: linear-gradient( 45deg, rgba(113, 194, 222) 0%, rgba(20, 89, 141) 50%, rgba(26, 48, 109) 75%, rgba(7, 13, 39) 100%);
    padding: 12px 0;
}

#header .logo {
    margin: 0;
    padding: 0;
    line-height: 1;
}

#header .logo:hover {
    opacity: 0.7;
}

@media (max-width: 992px) {
    #header {
        padding: 12px 0;
    }
}

#header-innerpage {
    transition: all 0.5s;
    z-index: 999;
    padding: 20px 0;
}

#header-innerpage {
    background: -webkit-linear-gradient( 45deg, rgba(113, 194, 222) 0%, rgba(20, 89, 141) 50%, rgba(26, 48, 109) 75%, rgba(7, 13, 39) 100%);
    background: linear-gradient( 45deg, rgba(113, 194, 222) 0%, rgba(20, 89, 141) 50%, rgba(26, 48, 109) 75%, rgba(7, 13, 39) 100%);
    padding: 12px 0;
}

#header-innerpage .logo {
    margin: 0;
    padding: 0;
    line-height: 1;
}

#header-innerpage .logo:hover {
    opacity: 0.7;
}

@media (max-width: 992px) {
    #header-innerpage {
        padding: 12px 0;
    }
}


/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/


/* Desktop Navigation */

.nav-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.nav-menu>ul {
    display: flex;
}

.nav-menu>ul>li {
    position: relative;
    white-space: nowrap;
    padding: 10px 0 10px 24px;
}

.nav-menu a {
    display: block;
    position: relative;
    color: rgba(255, 255, 255, 0.7);
    transition: 0.3s;
    font-size: 16px;
    font-weight: 600;
    padding: 0 3px;
}

.nav-menu>ul>li>a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: -5px;
    left: 0;
    background-color: #FBED21;
    visibility: hidden;
    width: 0px;
    transition: all 0.3s ease-in-out 0s;
}

.nav-menu a:hover:before,
.nav-menu li:hover>a:before,
.nav-menu .active>a:before {
    visibility: visible;
    width: 100%;
}

.nav-menu a:hover,
.nav-menu .active>a,
.nav-menu li:hover>a {
    color: #fff;
}


/* Mobile Navigation */

.mobile-nav-toggle {
    position: fixed;
    right: 15px;
    top: 15px;
    z-index: 9998;
    border: 0;
    background: none;
    font-size: 24px;
    transition: all 0.4s;
    outline: none !important;
    line-height: 1;
    cursor: pointer;
    text-align: right;
}

.mobile-nav-toggle i {
    color: #E0EAFC;
    opacity: 0.8;
}

.mobile-nav {
    position: fixed;
    top: 55px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    z-index: 9999;
    overflow-y: auto;
    background: linear-gradient(45deg, rgba(207, 222, 243, 0.6)50%, rgba(224, 234, 252, 0.6)100%), url("/assets/img/mobile-bg.jpg");
    background-size: cover;
    transition: ease-in-out 0.2s;
    opacity: 0;
    visibility: hidden;
    border-radius: 10px;
    padding: 100px 0;
}

.mobile-nav * {
    margin: 0;
    padding: 0;
    list-style: none;
}

.mobile-nav a {
    display: block;
    position: relative;
    background: linear-gradient(to right, #1A306D, #71C2DE);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding: 20px 20px;
    font-weight: 400;
    outline: none;
    font-size: 24px;
    text-align: center;
    letter-spacing: 10px;
}

.mobile-nav a:hover,
.mobile-nav .active>a,
.mobile-nav li:hover>a {
    opacity: 0.7;
}

.mobile-nav-overly {
    width: 100%;
    height: 100%;
    z-index: 9997;
    top: 0;
    left: 0;
    position: fixed;
    background: rgba(28, 47, 65, 0.6);
    overflow: hidden;
    display: none;
    transition: ease-in-out 0.2s;
}

.mobile-nav-active {
    overflow: hidden;
}

.mobile-nav-active .mobile-nav {
    opacity: 1;
    visibility: visible;
}

.mobile-nav-active .mobile-nav-toggle i {
    color: #E0EAFC;
    opacity: 0.8;
}


/*--------------------------------------------------------------
# Index
--------------------------------------------------------------*/

#hero {
    width: 100%;
    height: 100vh;
    background: linear-gradient( 45deg, rgba(238, 242, 243, 0.8)30%, rgba(142, 158, 171, 0.8)100%);
    padding: 120px 0;
}

#hero .container-fluid {
    padding-top: 84px;
}

#hero h1 {
    margin: 0;
    font-size: 52px;
    font-weight: 700;
    line-height: 64px;
    color: #1A306D;
    letter-spacing: 3px;
    text-shadow: 0 3px 3px rgba(100, 62, 62, 0.3);
}

#hero h2 {
    color: #1A306D;
    margin: 10px 0 0 0;
    font-size: 40px;
    letter-spacing: 3px;
    text-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
}

.hero-text {
    margin-top: 100px;
}

#hero .btn-know-more {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 10px 28px;
    border-radius: 5px;
    transition: 0.5s;
    margin-top: 30px;
    color: #1A306D;
    border: 2px solid #1A306D;
    background-color: none;
}

.pulsate-fwd {
    -webkit-animation: pulsate-fwd 0.7s ease-in-out 3s infinite both;
    animation: pulsate-fwd 0.7s ease-in-out 3s infinite both;
}

.pulsate-fwd:hover {
    animation-play-state: paused;
    cursor: pointer;
}

@-webkit-keyframes pulsate-fwd {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes pulsate-fwd {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

#hero .btn-know-more:hover {
    background: #fbed21;
    color: #1A306D;
    border: 2px solid #fbed21;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
}


/*-----------------------------------------------*/

#img-big {
    padding-top: 50px;
}

#hero-bg-big {
    position: absolute;
    z-index: 1;
}

#hero-human-big {
    position: relative;
    z-index: 2;
}

#hero-bg-small {
    position: absolute;
    z-index: 1;
}

#hero-human-small {
    position: relative;
    z-index: 2;
}

#hero .rotate {
    -webkit-animation: 5s linear infinite rotate;
    animation: 5s linear infinite rotate;
}

@-webkit-keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}


/*--------------------------------------------------------------
# Breakpoint
--------------------------------------------------------------*/

@media (max-width:769px) {
    #hero {
        width: 100%;
        height: 100vh;
        background: linear-gradient( 45deg, rgba(238, 242, 243, 0.5)50%, rgba(142, 158, 171, 0.5)100%);
        padding: 0;
    }
    #hero #Layer_1 {
        padding-top: 0px;
        width: 100%;
    }
    .hero-text {
        margin-top: 30px;
    }
    #hero h1 {
        font-size: 36px!important;
        line-height: 100%!important;
        text-align: center;
    }
    #hero h2 {
        font-size: 28px!important;
        line-height: 100%!important;
        text-align: center;
    }
    #hero .hero-btn {
        text-align: center;
    }
}


/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/

.section-title h1 {
    font-size: 46px;
    font-weight: bold;
    text-transform: uppercase;
    color: #1A306D;
    letter-spacing: 10px;
    text-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}

.section-title h2 {
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    background: linear-gradient(to right, #2C90CA 10%, #1A306D 50%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-top: -5px;
    letter-spacing: 10px;
    text-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}


/*--------------------------------------------------------------
# Breakpoint
--------------------------------------------------------------*/

@media (max-width: 992px) {
    section {
        padding: 0;
        overflow: hidden;
    }
}

@media (max-width:769px) {
    .section-title h1 {
        font-size: 36px;
    }
    .section-title h2 {
        font-size: 18px;
    }
}


/*--------------------------------------------------------------
# Card
--------------------------------------------------------------*/

#card {
    background: linear-gradient( 45deg, rgba(238, 242, 243, 0.5)30%, rgba(142, 158, 171, 0.5)100%), url("/assets/img/index/card-bg.jpg") fixed center center;
    background-size: cover;
    padding: 120px 0;
}

.flip {
    position: relative;
}

.flip>.front,
.flip>.back {
    display: block;
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition-duration: 0.5s;
    transition-property: transform, opacity;
}

.flip>.front {
    transform: rotateY(0deg);
}

.flip>.back {
    position: absolute;
    opacity: 0;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    transform: rotateY(-180deg);
}

.flip:hover>.front {
    opacity: 0;
    transform: rotateY(180deg);
}

.flip:hover>.back {
    opacity: 1;
    transform: rotateY(0deg);
}

.flip.flip-vertical>.back {
    transform: rotateX(-180deg);
}

.flip.flip-vertical:hover>.front {
    transform: rotateX(180deg);
}

.flip.flip-vertical:hover>.back {
    transform: rotateX(0deg);
}

.flip {
    position: relative;
    display: inline-block;
    margin-bottom: 1em;
    width: 250px;
}

.flip>.front,
.flip>.back {
    display: block;
    width: inherit;
    background-size: cover !important;
    background-position: center !important;
    height: 350px;
    padding-top: 4em;
    padding-bottom: 2em;
    background: linear-gradient(45deg, #cccccc 0%, #f2f2f2 100%);
    border-radius: 10px;
}

.flip>.back ul {
    list-style: none;
    font-size: 17px;
    line-height: 300%;
    color: #14598D;
    text-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
}

.flip>.back ul:hover {
    color: #2C90CA;
}

.flip>.back .flip-title {
    background: linear-gradient(to right, #1A306D, #71C2DE);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
    letter-spacing: 5px;
    text-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    padding-bottom: 10px;
    border-bottom: 2px ridge #2C90CA;
}


/*--------------------------------------------------------------
# Breakpoint
--------------------------------------------------------------*/

@media (max-width: 575px) {
    #card {
        background: linear-gradient( 45deg, rgba(238, 242, 243, 0.5)50%, rgba(142, 158, 171, 0.5)100%), url("/assets/img/index/card-bg.jpg") no-repeat center center;
        background-size: cover;
        padding: 50px 0;
    }
    .flip {
        width: 150px;
    }
    .flip>.front,
    .flip>.back {
        height: 200px;
        padding-top: 2em;
        padding-bottom: 0em;
    }
    .flip>.back .flip-title {
        font-size: 24px;
    }
    .flip>.back ul {
        font-size: 12px;
        line-height: 200%;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .flip {
        width: 200px;
    }
    .flip>.front,
    .flip>.back {
        height: 300px;
        padding-top: 4em;
        padding-bottom: 0em;
    }
    .flip>.back ul {
        font-size: 16px;
        line-height: 200%;
    }
}


/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/

.cta {
    background: linear-gradient( to bottom, rgba(20, 89, 141, 0.7), rgba(26, 48, 109, 0.7)), url("/assets/img/index/cta-bg.jpg")fixed center center;
    background-size: cover;
    padding: 120px 0;
}

.en-text,
.cn-text {
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    font-family: "Jost", sans-serif;
    letter-spacing: 3px;
}

.cta .cta-btn {
    font-family: "Jost", sans-serif;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 12px 40px;
    border-radius: 50px;
    transition: 0.5s;
    margin: 10px;
    border: 2px solid #FBED21;
    color: #FBED21;
}

.cta .cta-btn:hover {
    background: #FBED21;
    border: 2px solid #FBED21;
    color: #1A306D;
}


/*--------------------------------------------------------------
# Breakpoint
--------------------------------------------------------------*/

@media (max-width: 575px) {
    .en-text {
        letter-spacing: 0px;
    }
    .cn-text {
        font-size: 18px;
    }
}

@media (min-width: 769px) {
    .cta .cta-btn-container {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
}

@media (max-width:1024px) {
    .cta {
        background-attachment: scroll;
    }
}


/*--------------------------------------------------------------
# Our Cases
--------------------------------------------------------------*/

#case {
    background: linear-gradient( 45deg, rgba(238, 242, 243, 0.7)30%, rgba(142, 158, 171, 0.7)100%);
    padding: 120px 0;
}

.case .case-item {
    margin-bottom: 30px;
    cursor: pointer;
}

.case .case-item .case-img {
    overflow: hidden;
}

.case .case-item .case-img img {
    transition: all 0.6s;
}

.case .case-item .case-info {
    opacity: 0;
    position: absolute;
    left: 15px;
    bottom: 0;
    z-index: 3;
    right: 15px;
    transition: all 0.3s;
    background: rgba(251, 237, 33, 0.8);
    padding: 10px 15px;
}

.case .case-item .case-info h4 {
    font-size: 18px;
    color: #1A306D;
    font-weight: 600;
    margin-bottom: 0px;
    letter-spacing: 1px;
}

.case .case-item .case-info p {
    color: #14598D;
    font-size: 14px;
    margin-bottom: 0;
    letter-spacing: 1px;
}

.case .case-item:hover .case-img img {
    transform: scale(1.15);
}

.case .case-item:hover .case-info {
    opacity: 1;
}


/*--------------------------------------------------------------
# Breakpoint
--------------------------------------------------------------*/

@media (max-width: 575px) {
    #case {
        background: linear-gradient( 45deg, rgba(238, 242, 243, 0.5)50%, rgba(142, 158, 171, 0.5)100%);
        padding: 50px 0;
    }
}


/*--------------------------------------------------------------
# SVG animation
--------------------------------------------------------------*/

#Layer_1 {
    opacity: 0;
    transition: opacity 1s ease;
}

#Layer_2 {
    opacity: 0;
    transition: opacity 1s ease;
}

#Layer_3 {
    opacity: 0;
    transition: opacity 1s ease;
}

#section-line {
    opacity: 0;
    transition: opacity 1s ease;
}

#section-line2 {
    opacity: 0;
    transition: opacity 1s ease;
}

#section-line3 {
    opacity: 0;
    transition: opacity 1s ease;
}

.start {
    opacity: 1 !important;
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

#footer {
    font-size: 14px;
    background: linear-gradient( 45deg, rgba(113, 194, 222, 0.7) 0%, rgba(20, 89, 141, 0.7) 50%, rgba(26, 48, 109, 0.7) 75%, rgba(7, 13, 39, 0.7) 100%), url("/assets/img/footer-bg.jpg") center center no-repeat;
    background-size: cover;
}

#footer {
    padding: 60px 0 30px 0;
    position: relative;
}

#footer .footer-logo:hover {
    opacity: 0.7;
}

#footer .footer-contact {
    margin-bottom: 30px;
}

#footer .footer-contact p .fas {
    color: #fff;
    opacity: 0.9;
    padding-right: 10px;
    font-size: 18px;
    line-height: 1;
}

#footer .footer-contact p a {
    font-size: 14px;
    line-height: 250%;
    margin-bottom: 0;
    font-family: "Poppins", sans-serif;
    color: rgba(255, 255, 255, 0.8);
    transition: 0.3s;
    display: inline-block;
}

#footer .footer-contact p a:hover {
    color: #FBED21;
    text-decoration: none;
}

#footer .footer-links {
    margin-bottom: 30px;
}

#footer h4 {
    font-size: 16px;
    font-weight: bold;
    position: relative;
    padding-bottom: 12px;
    color: #FBED21;
    opacity: 0.9;
}

#footer .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#footer .footer-links ul i {
    padding-right: 2px;
    color: #fff;
    font-size: 18px;
    line-height: 1;
}

#footer .footer-links ul li {
    padding: 10px 0;
    display: flex;
    align-items: center;
}

#footer .footer-links ul li:first-child {
    padding-top: 0;
}

#footer .footer-links ul a {
    color: rgba(255, 255, 255, 0.8);
    transition: 0.3s;
    display: inline-block;
    line-height: 1;
}

#footer .footer-links ul a:hover {
    text-decoration: none;
    color: #FBED21;
}

#footer .footer-social-links p {
    color: rgba(255, 255, 255, 0.8);
}

#footer .social-links a {
    font-size: 24px;
    display: inline-block;
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 50%;
    text-align: center;
    width: 40px;
    height: 40px;
    transition: 0.3s;
}

#footer .social-links a:hover {
    background: #FBED21;
    color: #1A306D;
    ;
    text-decoration: none;
}

#footer .footer-btn {
    font-family: "Jost", sans-serif;
    font-weight: 500;
    font-size: 12px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 12px 40px;
    border-radius: 10px;
    transition: 0.5s;
    margin: 10px;
    border: 2px solid #FBED21;
    color: #FBED21;
}

#footer .footer-btn:hover {
    background: #FBED21;
    border: 2px solid #FBED21;
    color: #1A306D;
}


/*--------------------------------------------------------------
# Breakpoint
--------------------------------------------------------------*/

@media (min-width: 768px) and (max-width: 992px) {
    #footer {
        font-size: 12px;
    }
    #footer .footer-contact p .fas {
        font-size: 14px;
    }
}


/*--------------------------------------------------------------
# SERVICE
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Service-Hero Section
--------------------------------------------------------------*/

#service-hero {
    width: 100%;
    overflow: hidden;
    position: relative;
    background: linear-gradient( 45deg, rgba(20, 89, 141, 0.3)30%, rgba(26, 48, 109, 0.3)100%), url("/assets/img/service/hero-bg.jpg") fixed center center;
    background-size: cover;
}

#service-hero .container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    position: relative;
    height: 70vh;
    padding-top: 60px;
}

#service-hero h1 {
    color: #eef2f3;
    margin-bottom: 50px;
    font-size: 52px;
    font-weight: 700;
    letter-spacing: 2px;
    text-shadow: 0 3px 3px rgba(0, 0, 0, 0.5);
}

.tracking-in-expand {
    -webkit-animation: tracking-in-expand 1.5s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
    animation: tracking-in-expand 1.5s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
}

@-webkit-keyframes tracking-in-expand {
    0% {
        letter-spacing: -1em;
        opacity: 0;
    }
    40% {
        opacity: 0.6;
    }
    100% {
        opacity: 1;
    }
}

@keyframes tracking-in-expand {
    0% {
        letter-spacing: -1em;
        opacity: 0;
    }
    40% {
        opacity: 0.6;
    }
    100% {
        opacity: 1;
    }
}

.hero-waves {
    display: block;
    width: 100%;
    height: 60px;
    position: relative;
}

.wave1 use {
    -webkit-animation: move-forever1 10s linear infinite;
    animation: move-forever1 10s linear infinite;
    -webkit-animation-delay: -2s;
    animation-delay: -2s;
}

.wave2 use {
    -webkit-animation: move-forever2 8s linear infinite;
    animation: move-forever2 8s linear infinite;
    -webkit-animation-delay: -2s;
    animation-delay: -2s;
}

.wave3 use {
    -webkit-animation: move-forever3 6s linear infinite;
    animation: move-forever3 6s linear infinite;
    -webkit-animation-delay: -2s;
    animation-delay: -2s;
}

@-webkit-keyframes move-forever1 {
    0% {
        transform: translate(85px, 0%);
    }
    100% {
        transform: translate(-90px, 0%);
    }
}

@keyframes move-forever1 {
    0% {
        transform: translate(85px, 0%);
    }
    100% {
        transform: translate(-90px, 0%);
    }
}

@-webkit-keyframes move-forever2 {
    0% {
        transform: translate(-90px, 0%);
    }
    100% {
        transform: translate(85px, 0%);
    }
}

@keyframes move-forever2 {
    0% {
        transform: translate(-90px, 0%);
    }
    100% {
        transform: translate(85px, 0%);
    }
}

@-webkit-keyframes move-forever3 {
    0% {
        transform: translate(-90px, 0%);
    }
    100% {
        transform: translate(85px, 0%);
    }
}

@keyframes move-forever3 {
    0% {
        transform: translate(-90px, 0%);
    }
    100% {
        transform: translate(85px, 0%);
    }
}


/*--------------------------------------------------------------
# Breakpoint
--------------------------------------------------------------*/

@media (max-width: 768px) {
    #service-hero .container {
        height: 90vh;
    }
    #service-hero h1 {
        font-size: 32px;
        margin-bottom: 20px;
    }
    #service-hero {
        width: 100%;
        overflow: hidden;
        position: relative;
        background: linear-gradient( 45deg, rgba(20, 89, 141, 0.3)30%, rgba(26, 48, 109, 0.3)100%), url("/assets/img/service/hero-mobile-bg.jpg") no-repeat center center;
        background-size: cover;
        padding: 0;
    }
}


/*--------------------------------------------------------------
# Tabs
--------------------------------------------------------------*/

.tabs {
    padding: 120px 0px;
}

.tabs .nav-tabs {
    border: 0;
}

.tabs .nav-link {
    border-bottom: 2px solid #71C2DE;
    padding: 15px;
    transition: 0.3s;
    color: #71C2DE;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tabs .nav-link i {
    padding-right: 15px;
    font-size: 48px;
}

.tabs .nav-link h4 {
    font-size: 24px;
    font-weight: 600;
    margin: 0;
    letter-spacing: 3px;
}

.tabs .nav-link:hover {
    color: #2C90CA;
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.1);
}

.tabs .nav-link.active {
    background: #2C90CA;
    color: #fff;
    border-color: #2C90CA;
    box-shadow: none;
}

.tabs .tab-content {
    margin-top: 30px;
}

.tabs .tab-pane .title {
    font-size: 16px;
    font-weight: 600;
    line-height: 300%;
    color: #2C90CA;
}

.tabs .tab-pane .content {
    line-height: 300%;
    color: #14598D;
    list-style: none;
    padding-left: 0px;
    padding-bottom: 20px;
}

.tabs .tab-pane .content i {
    color: #71C2DE;
    font-size: 24px;
    font-weight: 500;
    padding-right: 10px;
}

.tabs .tab-pane .tag {
    border: 1px solid #71C2DE;
    font-weight: 600;
    color: #71C2DE;
    font-size: 14px;
    padding: 5px 10px;
    border-radius: 5px;
    cursor: pointer;
}

.tabs .tab-pane .tag:hover {
    border: 1px solid #2C90CA;
    color: #2C90CA;
}

.tabs .tab-pane p:last-child {
    margin-bottom: 0;
}

#tabs .animated {
    animation: up-down 2s ease-in-out infinite alternate-reverse both;
}

@-webkit-keyframes up-down {
    0% {
        transform: translateY(10px);
    }
    100% {
        transform: translateY(-10px);
    }
}

@keyframes up-down {
    0% {
        transform: translateY(10px);
    }
    100% {
        transform: translateY(-10px);
    }
}


/*--------------------------------------------------------------
# Breakpoint
--------------------------------------------------------------*/

@media (min-width: 768px) and (max-width: 1024px) {
    .tabs .nav-link {
        padding-right: 0px;
    }
    .tabs .tab-pane h3 {
        font-size: 30px;
    }
    .tabs .tab-pane .title {
        font-size: 20px;
    }
    .tabs .tab-pane .content {
        font-size: 18px;
    }
    .tabs .tab-pane .content i {
        font-size: 26px;
    }
    .tabs .tab-pane .tag {
        font-size: 12px;
    }
    .tabs .nav-link {
        border-bottom: 2px solid #71C2DE;
        padding: 15px;
        transition: 0.3s;
        color: #71C2DE;
        border-radius: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

@media (max-width: 769px) {
    #tabs {
        padding: 50px 0;
    }
    .tabs .section-title h1 {
        font-size: 30px;
    }
    .tabs .nav-link i {
        font-size: 30px;
        padding-right: 0px;
    }
    .tabs .tab-pane h3 {
        font-size: 24px;
    }
    .tabs .tab-pane .title {
        font-size: 18px;
    }
    .tabs .tab-pane .content {
        font-size: 13px;
        padding-bottom: 10px;
    }
    .tabs .tab-pane .content i {
        font-size: 16px;
    }
    .tabs .tab-pane .tag {
        font-weight: 500;
        font-size: 12px;
        padding: 3px 6px;
    }
}


/*--------------------------------------------------------------
# Process
--------------------------------------------------------------*/

#process {
    background: linear-gradient( 45deg, rgba(238, 242, 243, 0.3)30%, rgba(142, 158, 171, 0.3)100%), url("/assets/img/service/process-bg.jpg") fixed center center;
    background-size: cover;
    padding: 120px 0;
}

.process-wrap {
    width: 100%;
    margin: auto;
}

.process-main {
    width: 100%;
    min-width: 320px;
    display: flex;
}

.col-3 {
    width: 25%;
    position: relative;
}

.col-3:first-child .process-step:before {
    content: '1';
}

.col-3:nth-child(2) .process-step:before {
    content: '2';
}

.col-3:nth-child(3) .process-step:before {
    content: '3';
}

.col-3:last-child .process-step:before {
    content: '4';
}

.process-main .col-3:not(:first-child):before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 4px;
    top: 17.5px;
    left: calc(-50% + 20px);
    right: 0;
    background: #fff;
    border: 2px #fff solid;
    -o-transition: .4s;
    -ms-transition: .4s;
    -moz-transition: .4s;
    -webkit-transition: .4s;
    transition: .4s;
}

.process-step-cont {
    font-size: 20px;
    text-transform: uppercase;
    text-decoration: none;
    white-space: nowrap;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    align-content: space-between;
}

.process-step {
    border: 5px #fff solid;
    border-radius: 100%;
    line-height: 0;
    background: #71C2DE;
    text-align: center;
    align-items: center;
    justify-content: center;
    align-self: center;
    display: flex;
    color: #fff;
    width: 50px;
    height: 50px;
    font-weight: 700;
    margin-bottom: 7px;
    z-index: 4;
    cursor: pointer;
}

.process-label {
    color: #959595;
    font-weight: 600;
    width: 100%;
    text-align: center;
}

.active-step1 .col-3:first-child .process-step,
.active-step1 .col-3:first-child .process-dots:first-child,
.active-step1-mini2 .col-3:first-child .process-step,
.active-step1-mini2 .col-3:first-child .process-dots:nth-child(-n+2),
.active-step1-mini3 .col-3:first-child .process-step,
.active-step1-mini3 .col-3:first-child .process-dots:nth-child(-n+3),
.active-step1-mini4 .col-3:first-child .process-step,
.active-step1-mini4 .col-3:first-child .process-dots:nth-child(-n+4) {
    background-color: #14598D;
}

.active-step1 .col-3:first-child .process-label,
.active-step1-mini3 .col-3:first-child .process-label,
.active-step1-mini2 .col-3:first-child .process-label,
.active-step1-mini4 .col-3:first-child .process-label {
    color: #14598D;
}

.active-step2 .col-3:first-child,
.active-step3 .col-3:nth-child(-n+2),
.active-step4 .col-3:nth-child(-n+3) {
    opacity: 0.5;
}

.active-step2 .col-3:first-child .process-step:before,
.active-step3 .col-3:nth-child(-n+2) .process-step:before,
.active-step4 .col-3:nth-child(-n+3) .process-step:before {
    content: '\2713';
    padding: 7px;
}

.active-step2 .col-3:nth-child(-n+2) .process-step,
.active-step2 .col-3:nth-child(-n+2) .process-dots,
.active-step3 .col-3:nth-child(-n+3) .process-step,
.active-step3 .col-3:nth-child(-n+3) .process-dots,
.active-step4 .col-3:nth-child(-n+4) .process-step,
.active-step4 .col-3:nth-child(-n+4) .process-dots {
    background-color: #14598D;
}

.active-step2 .col-3:nth-child(-n+2) .process-label,
.active-step3 .col-3:nth-child(-n+3) .process-label,
.active-step4 .col-3:nth-child(-n+4) .process-label {
    color: #14598D;
}

.active-step2 .col-3:nth-child(-n+2):before,
.active-step3 .col-3:nth-child(-n+3):before,
.active-step4 .col-3:nth-child(-n+4):before {
    background: #14598D !important;
}


/*--------------------------------------------------------------
# Break Point
--------------------------------------------------------------*/

@media (max-width:769px) {
    #process {
        padding: 100px 0;
    }
    .process-label {
        font-weight: 500;
        font-size: 12px;
    }
}

@media (max-width:1024px) {
    #process {
        background-attachment: scroll;
    }
}


/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/

#contact {
    padding: 120px 0px;
}

#contact .section-title p {
    color: #2C90CA;
    line-height: 300%;
    letter-spacing: 1px;
    font-size: 18px;
}

.contact .info-box {
    text-align: center;
    box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
    padding: 30px 0;
    background: #fff;
}

.contact .info-box svg path {
    fill: #71C2DE;
}

.contact .info-box h3 {
    font-size: 22px;
    color: #1A306D;
    font-weight: 700;
    margin: 10px 0;
}

.contact .info-box p {
    padding: 0;
    line-height: 24px;
    font-size: 16px;
    margin-bottom: 0;
    color: #2C90CA;
}

.contact .info-box a {
    color: #2C90CA;
}

.contact .email-form {
    width: 100%;
    padding: 30px;
    background: #fff;
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
}

.contact .email-form .form-group {
    padding-bottom: 2px;
}

.contact .email-form .form-group label {
    color: #14598D;
}

.contact .email-form input,
.contact .email-form textarea {
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
    border-radius: 4px;
    border-color: #71C2DE;
}

.contact input:focus,
.contact textarea:focus {
    border-color: #2C90CA;
}

.contact input {
    height: 44px;
}

.contact textarea {
    padding: 10px 12px;
}

.contact button {
    background: #71C2DE;
    border: 0;
    padding: 12px 34px;
    color: #fff;
    transition: 0.4s;
    border-radius: 10px;
}

.contact button:hover {
    background: #FBED21;
    color: #1A306D;
}


/*--------------------------------------------------------------
# Break Point
--------------------------------------------------------------*/

@media (min-width: 768px) and (max-width: 1024px) {
    .contact .email-form {
        margin-top: 50px;
    }
    #contact .section-title p {
        font-size: 14px;
    }
}

@media (min-width: 1024px) and (max-width: 1366px) {
    .contact .email-form {
        margin-top: 0px;
    }
}

@media (max-width:575px) {
    #contact {
        padding: 50px 0;
    }
    #contact .section-title p {
        font-size: 14px;
    }
}


/*--------------------------------------------------------------
# ADVANTAGE
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Advantage-Hero Section
--------------------------------------------------------------*/

#advantage-hero {
    background: linear-gradient( 45deg, rgba(20, 89, 141, 0.6)30%, rgba(26, 48, 109, 0.6)100%), url("/assets/img/advantage/hero-bg.jpg") fixed center center;
    background-size: cover;
    width: 100%;
    height: 100vh;
    padding: 120px 0;
}

#advantage-hero .container {
    padding-top: 80px;
}

#advantage-hero h1 {
    padding-top: 200px;
    font-size: 52px;
    font-weight: 700;
    color: #eef2f3;
    text-shadow: 0 3px 3px rgba(0, 0, 0, 0.5);
    letter-spacing: 2px;
}

#advantage-hero .rotate {
    -webkit-animation: 50s linear infinite rotate;
    animation: 50s linear infinite rotate;
}

@-webkit-keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}


/*--------------------------------------------------------------
# Break Point
--------------------------------------------------------------*/

@media (min-width: 1024px) and (max-width: 1366px) {
    #advantage-hero h1 {
        padding-left: 50px;
        padding-top: 120px;
        line-height: 200%;
        font-size: 38px;
        font-weight: 700;
        color: #eef2f3;
        text-shadow: 0 3px 3px rgba(0, 0, 0, 0.5);
        letter-spacing: 2px;
    }
    #advantage-hero img {
        width: 70%;
    }
}

@media (max-width:769px) {
    #advantage-hero {
        background: linear-gradient( 45deg, rgba(20, 89, 141, 0.6)30%, rgba(26, 48, 109, 0.6)100%), url("/assets/img/advantage/hero-bg.jpg") no-repeat center center;
        background-size: cover;
        width: 100%;
        padding: 50px 0;
    }
    #advantage-hero h1 {
        text-align: center;
        padding-top: 50px;
        line-height: 200%;
        font-size: 36px;
        font-weight: 700;
        color: #eef2f3;
        text-shadow: 0 3px 3px rgba(0, 0, 0, 0.5);
        letter-spacing: 2px;
    }
    #advantage-hero img {
        width: 60%;
    }
}


/*--------------------------------------------------------------
# Diagram
--------------------------------------------------------------*/

#diagram {
    width: 100%;
    height: 100vh;
    background: linear-gradient( 45deg, rgba(255, 255, 255, 0.6)30%, rgba(255, 255, 255, 0.6)100%), url("/assets/img/advantage/diagram-bg.jpg") fixed center center;
    background-size: cover;
    padding: 120px 0;
}

.entire-content {
    margin: auto;
    width: 150px;
    perspective: 2000px;
    position: relative;
    padding-top: 150px;
}

.content-carrousel {
    width: 100%;
    position: absolute;
    animation: rotar 30s infinite linear;
    transform-style: preserve-3d;
}

@keyframes rotar {
    from {
        transform: rotateY(0deg);
    }
    to {
        transform: rotateY(360deg);
    }
}

.content-carrousel figure {
    width: 100%;
    height: 150px;
    overflow: hidden;
    position: absolute;
    background-color: rgba(44, 144, 202, 0.1);
    border: 2px solid rgba(44, 144, 202, 0.3);
}

.content-carrousel figure h5 {
    background: linear-gradient(to right, #1A306D, #71C2DE);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    letter-spacing: 2px;
    padding-top: 15px;
}

#diagram path {
    fill: #14598D;
}

#diagram svg {
    width: 50px;
}

.content-carrousel figure:nth-child(1) {
    transform: rotateY(0deg) translateZ(450px);
}

.content-carrousel figure:nth-child(2) {
    transform: rotateY(45deg) translateZ(450px);
}

.content-carrousel figure:nth-child(3) {
    transform: rotateY(90deg) translateZ(450px);
}

.content-carrousel figure:nth-child(4) {
    transform: rotateY(135deg) translateZ(450px);
}

.content-carrousel figure:nth-child(5) {
    transform: rotateY(180deg) translateZ(450px);
}

.content-carrousel figure:nth-child(6) {
    transform: rotateY(225deg) translateZ(450px);
}

.content-carrousel figure:nth-child(7) {
    transform: rotateY(270deg) translateZ(450px);
}

.content-carrousel figure:nth-child(8) {
    transform: rotateY(315deg) translateZ(450px);
}

.shadow {
    position: absolute;
    box-shadow: 0px 0px 20px 0px #000;
    text-align: center;
    padding: 35px 0;
}


/*--------------------------------------------------------------
# Break Point
--------------------------------------------------------------*/

@media (max-width: 575px) {
    #diagram {
        width: 100%;
        height: 60vh;
        background: linear-gradient( 45deg, rgba(238, 242, 243, 0.5)50%, rgba(142, 158, 171, 0.5)100%), url("/assets/img/advantage/diagram-bg.jpg") no-repeat center center;
        background-size: cover;
        padding: 50px 0;
    }
    .entire-content {
        width: 100px;
        padding-top: 100px;
    }
    .content-carrousel figure {
        height: 100px;
    }
    .shadow {
        position: absolute;
        box-shadow: 0px 0px 20px 0px #000;
        text-align: center;
        padding: 20px 0;
    }
    #diagram svg {
        width: 35px;
    }
    .content-carrousel figure h5 {
        font-size: 14px;
        padding-top: 10px;
    }
    .content-carrousel figure:nth-child(1) {
        transform: rotateY(0deg) translateZ(160px);
    }
    .content-carrousel figure:nth-child(2) {
        transform: rotateY(45deg) translateZ(160px);
    }
    .content-carrousel figure:nth-child(3) {
        transform: rotateY(90deg) translateZ(160px);
    }
    .content-carrousel figure:nth-child(4) {
        transform: rotateY(135deg) translateZ(160px);
    }
    .content-carrousel figure:nth-child(5) {
        transform: rotateY(180deg) translateZ(160px);
    }
    .content-carrousel figure:nth-child(6) {
        transform: rotateY(225deg) translateZ(160px);
    }
    .content-carrousel figure:nth-child(7) {
        transform: rotateY(270deg) translateZ(160px);
    }
    .content-carrousel figure:nth-child(8) {
        transform: rotateY(315deg) translateZ(160px);
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    #diagram {
        width: 100%;
        height: 60vh;
        background: linear-gradient( 45deg, rgba(238, 242, 243, 0.5)30%, rgba(142, 158, 171, 0.5)100%), url("/assets/img/advantage/diagram-bg.jpg") no-repeat center center;
        background-size: cover;
    }
    .entire-content {
        padding-top: 100px;
    }
    .content-carrousel figure:nth-child(1) {
        transform: rotateY(0deg) translateZ(300px);
    }
    .content-carrousel figure:nth-child(2) {
        transform: rotateY(45deg) translateZ(300px);
    }
    .content-carrousel figure:nth-child(3) {
        transform: rotateY(90deg) translateZ(300px);
    }
    .content-carrousel figure:nth-child(4) {
        transform: rotateY(135deg) translateZ(300px);
    }
    .content-carrousel figure:nth-child(5) {
        transform: rotateY(180deg) translateZ(300px);
    }
    .content-carrousel figure:nth-child(6) {
        transform: rotateY(225deg) translateZ(300px);
    }
    .content-carrousel figure:nth-child(7) {
        transform: rotateY(270deg) translateZ(300px);
    }
    .content-carrousel figure:nth-child(8) {
        transform: rotateY(315deg) translateZ(300px);
    }
}

@media (min-width: 1024px) and (max-width: 1366px) {
    .entire-content {
        padding-top: 150px;
    }
    .content-carrousel figure:nth-child(1) {
        transform: rotateY(0deg) translateZ(400px);
    }
    .content-carrousel figure:nth-child(2) {
        transform: rotateY(45deg) translateZ(400px);
    }
    .content-carrousel figure:nth-child(3) {
        transform: rotateY(90deg) translateZ(400px);
    }
    .content-carrousel figure:nth-child(4) {
        transform: rotateY(135deg) translateZ(400px);
    }
    .content-carrousel figure:nth-child(5) {
        transform: rotateY(180deg) translateZ(400px);
    }
    .content-carrousel figure:nth-child(6) {
        transform: rotateY(225deg) translateZ(400px);
    }
    .content-carrousel figure:nth-child(7) {
        transform: rotateY(270deg) translateZ(400px);
    }
    .content-carrousel figure:nth-child(8) {
        transform: rotateY(315deg) translateZ(400px);
    }
}


/*--------------------------------------------------------------
# Advantage-Cta
--------------------------------------------------------------*/

.advantage-cta {
    background: linear-gradient( to bottom, rgba(20, 89, 141, 0.2), rgba(26, 48, 109, 0.2)), url("/assets/img/advantage/cta-bg.jpg") fixed center center;
    background-size: cover;
    padding: 160px 0;
}

.advantage-cta h3 {
    color: #fff;
    font-size: 32px;
    font-weight: 700;
    font-family: "Jost", sans-serif;
    letter-spacing: 3px;
}

.advantage-cta .cta-btn {
    font-family: "Jost", sans-serif;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 12px 40px;
    border-radius: 50px;
    transition: 0.5s;
    margin: 10px;
    border: 2px solid #FBED21;
    color: #FBED21;
}

.advantage-cta .cta-btn:hover {
    background: #FBED21;
    border: 2px solid #FBED21;
    color: #1A306D;
}


/*--------------------------------------------------------------
# Break Point
--------------------------------------------------------------*/

@media (max-width: 1024px) {
    .advantage-cta {
        background-attachment: scroll;
    }
}

@media (min-width: 769px) {
    .advantage-cta .cta-btn-container {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
}

@media (max-width: 575px) {
    .advantage-cta h3 {
        font-size: 20px;
        line-height: 300%;
    }
}


/*--------------------------------------------------------------
# thinking
--------------------------------------------------------------*/

#both {
    background: linear-gradient( 45deg, rgba(238, 242, 243, 0.8)30%, rgba(142, 158, 171, 0.8)100%);
}

#thinking-title {
    width: 100%;
    padding-top: 120px;
    padding-bottom: 80px;
}

#thinking {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 0;
    overflow: hidden;
    padding-bottom: 120px;
}

.rocket {
    position: absolute;
    min-width: 700px;
    height: 700px;
    animation-name: spin;
    animation: spin 10s linear infinite;
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    25% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    75% {
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.rocket path {
    fill: #14598D;
}


/*--------------------------------------------------------------
# Break Point
--------------------------------------------------------------*/

@media (max-width:769px) {
    #thinking-title {
        padding-top: 50px;
    }
    #thinking {
        padding-bottom: 100px;
    }
    .rocket {
        min-width: 250px;
        height: 250px;
    }
    #target {
        width: 60%;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    #thinking {
        padding-bottom: 100px;
    }
    .rocket {
        min-width: 400px;
        height: 400px;
    }
    #target {
        width: 50%;
    }
}

@media (min-width: 1024px) and (max-width: 1366px) {
    .rocket {
        width: 500px;
        height: 500px;
    }
}


/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/

.contact-content {
    background: linear-gradient( 45deg, rgba(238, 242, 243, 0.8)30%, rgba(142, 158, 171, 0.8)100%);
}


/*--------------------------------------------------------------
# Break Point
--------------------------------------------------------------*/

@media (max-width:769px) {
    .contact-content {
        width: 100%;
        background: linear-gradient( 45deg, rgba(238, 242, 243, 0.5)50%, rgba(142, 158, 171, 0.5)100%);
    }
}


/*--------------------------------------------------------------
# Index-Blog Section
--------------------------------------------------------------*/

#index-blog {
    background: linear-gradient( 45deg, rgba(20, 89, 141, 0.2)30%, rgba(56, 74, 126, 0.2)100%);
    padding: 120px 0;
}

.blog-card {
    display: flex;
    flex-direction: column;
    margin: 2rem auto;
    box-shadow: 0 3px 7px -1px rgba(0, 0, 0, 0.3);
    margin-bottom: 1.6%;
    background: #fff;
    line-height: 1.5;
    border-radius: 5px;
    overflow: hidden;
    z-index: 0;
    height: 250px;
}

.blog-card:hover .photo {
    transform: scale(1.2);
}

.blog-card .meta {
    position: relative;
    z-index: 0;
    height: 200px;
}

.blog-card .photo {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-size: cover;
    background-position: center;
    transition: transform 0.2s;
}

.blog-card .details,
.blog-card .details ul {
    margin: auto;
    padding: 0;
    list-style: none;
}

.blog-card .details {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -100%;
    margin: auto;
    transition: left 0.2s;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    padding: 10px;
    width: 100%;
    font-size: 1.2rem;
    text-shadow: 0 3px 3px rgba(0, 0, 0, 0.5);
}

.blog-card .details i {
    padding-right: 10px;
}

.blog-card .description {
    padding: 1rem;
    background: #fff;
    position: relative;
    z-index: 1;
}

.blog-card .description h1 {
    line-height: 1.5;
    margin: 0;
    font-size: 1.5rem;
    color: #14598D;
    letter-spacing: 3px;
    font-weight: 600;
    text-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}

.blog-card .description h2 {
    font-size: 1.2rem;
    font-weight: 400;
    letter-spacing: 2px;
    color: #71C2DE;
    margin-top: 5px;
    padding-bottom: 10px;
    border-bottom: 2px dashed #2C90CA;
}

.blog-card .description h2 i {
    font-size: 1.2rem;
    padding-right: 5px;
}

.blog-card .description p {
    position: relative;
    color: #959595;
    font-weight: 300;
    letter-spacing: 1px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.blog-card .description .read-more {
    text-align: right;
    font-weight: 400;
    text-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}

.blog-card .description .read-more a {
    color: #2C90CA;
    display: inline-block;
    position: relative;
}

.blog-card .description .read-more a:after {
    content: "";
    font-family: FontAwesome;
    margin-left: -10px;
    opacity: 0;
    vertical-align: middle;
    transition: margin 0.3s, opacity 0.3s;
}

.blog-card .description .read-more a:hover:after {
    margin-left: 5px;
    opacity: 1;
}

.blog-card:hover .details {
    left: 0%;
}

@media (min-width: 640px) {
    .blog-card {
        flex-direction: row;
        max-width: 700px;
    }
    .blog-card .meta {
        flex-basis: 40%;
        height: auto;
    }
    .blog-card .description {
        flex-basis: 60%;
    }
    .blog-card .description:before {
        transform: skewX(-3deg);
        content: "";
        background: #fff;
        width: 30px;
        position: absolute;
        left: -10px;
        top: 0;
        bottom: 0;
        z-index: -1;
    }
}


/*--------------------------------------------------------------
# Breakpoint
--------------------------------------------------------------*/

@media (max-width: 576px) {
    #index-blog {
        background: linear-gradient( 45deg, rgba(20, 89, 141, 0.2)50%, rgba(56, 74, 126, 0.2)100%);
        padding: 50px 0;
    }
    .blog-card {
        display: flex;
        flex-direction: column;
        margin: 1rem auto;
        box-shadow: 0 3px 7px -1px rgba(0, 0, 0, 0.2);
        margin-bottom: 1.6%;
        background: #fff;
        line-height: 1.5;
        border-radius: 5px;
        overflow: hidden;
        z-index: 0;
        height: 500px;
    }
    .blog-card .description .read-more a:after {
        margin-left: 10px;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .blog-card .description .read-more a:after {
        margin-left: 10px;
    }
}


/*--------------------------------------------------------------
# BLOG.HTML行銷觀點
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Blog-Hero Section
--------------------------------------------------------------*/

#blog-hero {
    width: 100%;
    height: 55vh;
    background: linear-gradient( 45deg, rgba(20, 89, 141, 0.3)30%, rgba(26, 48, 109, 0.3)100%), url("/assets/img/blog/bgbg.jpg") fixed center center;
    background-size: cover;
    padding: 200px 0;
}

#blog-content {
    padding-bottom: 120px;
    background: linear-gradient( 45deg, rgba(255, 255, 255, 0.6)30%, rgba(255, 255, 255, 0.6)100%), url("/assets/img/blog/content.jpg") fixed center center;
    background-size: cover;
}

#blog-hero h1 {
    color: #eef2f3;
    margin-bottom: 50px;
    font-size: 46px;
    font-weight: 700;
    letter-spacing: 2px;
    text-shadow: 0 3px 3px rgba(0, 0, 0, 0.5);
}

.focus-in-expand {
    -webkit-animation: focus-in-expand 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: focus-in-expand 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

@-webkit-keyframes focus-in-expand {
    0% {
        letter-spacing: -0.5em;
        -webkit-filter: blur(12px);
        filter: blur(12px);
        opacity: 0;
    }
    100% {
        -webkit-filter: blur(0px);
        filter: blur(0px);
        opacity: 1;
    }
}

@keyframes focus-in-expand {
    0% {
        letter-spacing: -0.5em;
        -webkit-filter: blur(12px);
        filter: blur(12px);
        opacity: 0;
    }
    100% {
        -webkit-filter: blur(0px);
        filter: blur(0px);
        opacity: 1;
    }
}

#blog-content .media {
    padding: 10px;
    width: 100%;
    height: 280px;
    z-index: 0;
}

#blog-content h1 {
    font-size: 2rem;
    color: #14598D;
    letter-spacing: 3px;
    font-weight: 600;
    text-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}

.blog-content h2 {
    font-size: 1.5rem;
    font-weight: 400;
    letter-spacing: 2px;
    color: #2C90CA;
    margin-top: 5px;
    line-height: 200%;
}

#blog-content p {
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    color: rgba(0, 0, 0, 0.6);
    font-weight: 300;
    font-size: 1.1rem;
    letter-spacing: 2px;
    line-height: 30px;
}

.blog-content .media .read-more {
    text-align: right;
    font-weight: 400;
    text-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}

.blog-content .media .read-more a {
    color: #2C90CA;
    display: inline-block;
    position: relative;
}

.blog-content .media .read-more a:after {
    content: "";
    font-family: FontAwesome;
    margin-left: -10px;
    opacity: 0;
    vertical-align: middle;
    transition: margin 0.3s, opacity 0.3s;
}

.blog-content .media .read-more a:hover:after {
    margin-left: 5px;
    opacity: 1;
}

#blog-content .date {
    letter-spacing: 1px;
    font-size: 0.8rem;
    width: 120px;
    border-bottom: 1px solid #959595;
    margin-top: -30px;
}

#blog-content .box {
    width: 100%;
    height: 280px;
    position: relative;
    z-index: 0;
}

#blog-content .imagine {
    position: absolute;
    background-size: cover;
    background-position: center;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}


/*--------------------------------------------------------------
# Breakpoint
--------------------------------------------------------------*/

@media (max-width: 768px) {
    #blog-hero {
        width: 100%;
        height: 55vh;
        background: linear-gradient( 45deg, rgba(20, 89, 141, 0.3)30%, rgba(26, 48, 109, 0.3)100%), url("/assets/img/blog/bgbg.jpg") no-repeat center center;
        background-size: cover;
        padding: 250px 0;
        overflow: hidden;
        position: relative;
    }
    #blog-hero h1 {
        font-size: 22px;
    }
    #blog-content .media {
        height: 350px;
    }
    #blog-content {
        padding-bottom: 50px;
        background: #fff;
    }
    .blog-content .media .read-more a:after {
        margin-left: 10px;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    #blog-hero {
        padding: 250px 0;
    }
    #blog-hero h1 {
        font-size: 36px;
    }
}

@media (min-width: 1024px) and (max-width: 1366px) {
    #blog-hero {
        padding: 350px 0;
    }
    #blog-hero h1 {
        font-size: 46px;
    }
    .blog-content .media .read-more a:after {
        margin-left: 10px;
    }
}


/*--------------------------------------------------------------
# Blog-detail
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/

.breadcrumbs {
    padding: 20px 0;
    background-color: rgba(113, 194, 222, 0.1);
    min-height: 40px;
    margin-top: 68px;
}

@media (max-width: 992px) {
    .breadcrumbs {
        margin-top: 60px;
    }
}

.breadcrumbs h1 {
    font-size: 42px;
    font-weight: bold;
    text-transform: uppercase;
    color: #14598D;
    letter-spacing: 10px;
    text-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}

.breadcrumbs ol {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0 0 10px 0;
    margin: 0;
    font-size: 14px;
    letter-spacing: 2px;
    color: #959595;
}

.breadcrumbs ol a {
    color: #71C2DE;
}

.breadcrumbs ol a:hover {
    color: #14598D;
}

.breadcrumbs ol li+li {
    padding-left: 10px;
}

.breadcrumbs ol li+li::before {
    display: inline-block;
    padding-right: 10px;
    color: #070D27;
    content: "/";
}


/*--------------------------------------------------------------
# Detail
--------------------------------------------------------------*/

#detail-hero .jumbotron {
    height: 450px;
    position: relative;
    z-index: 0;
}

#detail-hero .pic {
    position: absolute;
    background-size: cover;
    background-position: center;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

#detail-content {
    padding: 10px 0 120px 0;
}

#detail-content h2 {
    color: #2C90CA;
    letter-spacing: 3px;
    line-height: 200%;
    font-weight: 600;
    font-size: 34px;
}

#detail-content p,
#detail-content ol,
#detail-content ul {
    color: #5c5b5b;
    line-height: 300%;
    font-size: 18px;
    letter-spacing: 3px;
}

#detail-content table,
#detail-content th,
#detail-content td {
    color: #5c5b5b;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 18px;
    letter-spacing: 3px;
    border: 1px solid #000;
}

#detail-content th {
    text-align: center;
    background-color: #e4e3e3;
}

#detail-content a {
    color: #2C90CA;
}

#detail-content a:hover {
    color: #71C2DE;
}

#detail-content .content-ref {
    margin-top: 100px;
    letter-spacing: 5px;
    border-top: 1px solid #cccccc;
}


/*--------------------------------------------------------------
# Aside
--------------------------------------------------------------*/

aside {
    background-color: rgba(113, 194, 222, 0.1);
    height: 600px;
}

#detail-content .aside-title {
    text-align: center;
    font-size: 28px;
    border-bottom: 1px solid #cccccc;
    color: #858585;
    font-style: italic;
}

aside a {
    color: #14598D;
}

aside a:hover {
    color: #2C90CA;
}

#detail-content aside ul {
    list-style: none;
    color: #070D27;
    letter-spacing: 2px;
    padding: 10px 50px;
    font-size: 14px;
}

#detail-content aside ul li {
    line-height: 200%;
}


/*--------------------------------------------------------------
# Breakpoint
--------------------------------------------------------------*/

@media (max-width:769px) {
    .breadcrumbs h1 {
        font-size: 36px;
    }
    #detail-hero .jumbotron {
        height: 300px;
        position: relative;
        z-index: 0;
    }
    #detail-content h2 {
        font-size: 28px;
    }
}


/*--------------------------------------------------------------
# Pagination
--------------------------------------------------------------*/

.schedule-row-loop {
    display: block;
}

.pagination_numbers {
    text-align: center;
    margin: 7.5px 0;
}

.pagination_numbers .pagination_button,
.pagination_numbers .prev,
.pagination_numbers .next {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    line-height: 1;
    text-decoration: none;
    color: #cccccc;
    font-weight: 500;
    font-size: 14px;
    border: 0.5px solid rgba(36, 36, 36, 0.15);
    padding: 10px 14px;
    cursor: pointer;
    -webkit-transition: background 0.1s, color 0.1s;
    transition: background 0.1s, color 0.1s;
}

.pagination_numbers .pagination_button.active,
.pagination_numbers .prev.active,
.pagination_numbers .next.active {
    background: rgba(204, 204, 204, 0.7);
    color: white;
    border: 0.5px solid transparent;
}

.pagination_numbers .pagination_button.active a,
.pagination_numbers .prev.active a,
.pagination_numbers .next.active a {
    color: white;
}

.pagination_numbers .pagination_button.passive,
.pagination_numbers .prev.passive,
.pagination_numbers .next.passive {
    opacity: 0.3;
    cursor: not-allowed;
}

.pagination_numbers .pagination_button a,
.pagination_numbers .prev a,
.pagination_numbers .next a {
    text-decoration: none;
    color: #959595;
}