﻿
.line-clamp-1 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.line-clamp-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.line-clamp-3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.line-clamp-4 {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.line-clamp-5 {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.line-clamp-6 {
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.line-clamp-7 {
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.line-clamp-8 {
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.line-clamp-9 {
    display: -webkit-box;
    -webkit-line-clamp: 9;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.g-rounded-top-10 {
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important
}

.g-rounded-bottom-10 {
    border-bottom-left-radius: 10px !important;
    border-bottom-right-radius: 10px !important
}

.bottom-minus-15 {
    bottom: -15px;
}

.cc-card-shadow {
    box-shadow: 0 20px 25px -12px #dbe6ff;
}

    .cc-card-shadow:hover {
        box-shadow: 0px 5px 10px 3px #dbe6ff;
    }

.cc-card-shadow-2 {
    box-shadow: 0 20px 25px -12px #dbe6ff;
    transition-property: all;
    transition-timing-function: ease;
    transition-delay: 0s;
    transition-duration: .3s;
}

.cc-card-shadow-3 {
    box-shadow: 0px 5px 10px 3px #dbe6ff;
}

input.search-input :-webkit-autofill {
    background-color: rgb(255, 255, 255, 0.00);
}

input.search-input :autofill {
    background-color: rgb(255, 255, 255, 0.00);
}

/*Loading*/
.loading {
    opacity: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: opacity .3s ease-in;
}

    .loading .bullet-list {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }

    .loading.show {
        opacity: 1;
    }

.bullet {
    border-radius: 50%;
    margin: 5px;
    height: 10px;
    width: 10px;
    animation: jump .5s ease-in infinite;
}

    .bullet:nth-of-type(1) {
        background-color: #39B7E7;
    }

    .bullet:nth-of-type(2) {
        background-color: #8ECA61;
        animation-delay: 0.1s;
    }

    .bullet:nth-of-type(3) {
        background-color: #F05356;
        animation-delay: 0.2s;
    }

@keyframes jump {
    0%, 100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }
}

/*Header*/
/* Topbar */
.cc-topbar {
    height: 50px;
    line-height: 50px;
    background-color: #fff;
    border-bottom: 1.5px solid #efefef;
}

    .cc-topbar .left .ticker-header {
        font-size: 10px;
        line-height: normal;
        color: #ffffff;
        top: 0px;
        margin-right: 25px;
        position: relative;
        background-color: #ff5738;
        padding: 2px 15px;
        display: inline-block;
        border-radius: 3px;
        box-shadow: 0px 1px 8px 1px #ff9f8d;
    }

    .cc-topbar .left ul.ticker-content {
        margin: 0;
        padding: 0;
        height: 100%;
        top: -50px;
        padding-left: 130px;
        position: relative;
    }

        .cc-topbar .left ul.ticker-content li {
            font-size: 12px;
            color: #878787;
            list-style: none;
            display: none;
        }

            .cc-topbar .left ul.ticker-content li:nth-child(1) {
                display: block;
            }

            .cc-topbar .left ul.ticker-content li:nth-child(2) {
                display: block;
            }

            .cc-topbar .left ul.ticker-content li a {
                z-index: 1;
                color: #878787;
                font-weight: 400;
                -webkit-transition: all 0.2s linear;
                -o-transition: all 0.2s linear;
                transition: all 0.2s linear;
            }

                .cc-topbar .left ul.ticker-content li a:hover {
                    color: #6281C8;
                }

            .cc-topbar .left ul.ticker-content li:hover {
                color: #6281C8;
            }

    .cc-topbar .right {
        text-align: right;
    }

.cc-header-datetime {
    font-weight: 400;
    font-size: 12px;
    align-items: center;
    padding: 0px;
    margin: 0px;
}

/* Navbar Search */
.navbar-search {
    display: inline-block;
    position: relative;
    width: 20px;
    cursor: pointer;
    overflow: visible;
}
/* Search */
#section-search {
    background: #ffffff;
    width: 100%;
    top: 0;
    padding-bottom: 15px;
    display: inline-block;
    z-index: 999999;
    position: fixed;
    box-shadow: 0 5px 17px -10px #9cb1cf;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
    /* Navigation Search */
    #section-search .navigation-search {
        padding: 10px 0;
    }

        #section-search .navigation-search .cc-logo {
            text-align: left;
        }

        #section-search .navigation-search .cc-close {
            text-align: right;
        }

            #section-search .navigation-search .cc-close .close {
                position: absolute;
                right: 15px;
                width: 20px;
                height: 20px;
                opacity: 1;
                -webkit-transition: all 0.2s linear;
                -o-transition: all 0.2s linear;
                transition: all 0.2s linear;
            }

                #section-search .navigation-search .cc-close .close:hover {
                    opacity: 0.5;
                    cursor: pointer;
                    width: 23px;
                    height: 23px;
                }

                #section-search .navigation-search .cc-close .close:before,
                #section-search .navigation-search .cc-close .close:after {
                    position: absolute;
                    left: 15px;
                    content: ' ';
                    height: 25px;
                    width: 2px;
                    background-color: #6281C8;
                }

                #section-search .navigation-search .cc-close .close:before {
                    transform: rotate(45deg);
                }

                #section-search .navigation-search .cc-close .close:after {
                    transform: rotate(-45deg);
                }

    #section-search.close-search {
        top: -100%;
        -webkit-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }

.search-responsive {
    color: #ffffff;
}

.embed-responsive {
    border-radius: 10px !important;
}

/* Search Form */
#section-search form,
#section-search form input[type="text"] {
    float: left;
    width: 100%;
}

    #section-search form input[type="text"] {
        color: #878787;
        background-color: transparent;
        border: none;
        border-bottom: 1px solid #cddaff !important;
    }

    #section-search form input:focus, #section-search form input:active {
        -webkit-box-shadow: none;
        box-shadow: none;
        border: none;
        outline: 0;
    }

    #section-search form .cc-btn-search {
        position: absolute;
        background: none;
        outline: none;
        border: none;
        z-index: 99;
        right: 0;
        cursor: pointer;
    }

    #section-search form img {
        color: #ffffff;
        height: 20px;
        z-index: 0;
        -webkit-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        transition: all 0.2s linear;
    }


#section-search ::-webkit-input-placeholder {
    color: #878787;
}

#section-search ::-moz-placeholder {
    color: #878787;
}

#section-search :-ms-input-placeholder {
    color: #878787;
}

#section-search :-moz-placeholder {
    color: #878787;
}

/* Navbar Menu Header */
.cc-navbar-menu {
    -webkit-box-shadow: 0 10px 20px -20px #6281C8;
    -moz-box-shadow: 0 10px 20px -20px #6281C8;
    box-shadow: 0 10px 20px -20px #6281C8;
}

    .cc-navbar-menu .navbar-nav .nav-item {
        margin: 0px 20px;
        font-weight: 500;
    }

        .cc-navbar-menu .navbar-nav .nav-item .navbar-link {
            position: relative;
            display: inline-block;
            padding: 10px 0px;
            color: #222222;
        }

            .cc-navbar-menu .navbar-nav .nav-item .navbar-link:hover {
                text-decoration: none;
                color: #6281C8;
            }

            .cc-navbar-menu .navbar-nav .nav-item .navbar-link:focus {
                color: #6281C8;
            }

            .cc-navbar-menu .navbar-nav .nav-item .navbar-link.nav-active {
                color: #6281C8;
            }

            .cc-navbar-menu .navbar-nav .nav-item .navbar-link:before {
                content: "";
                width: 0;
                height: 2px;
                position: absolute;
                bottom: 5px;
                left: 1px;
                right: 0;
                background: #6281C8;
                -webkit-transition: all 0.2s linear;
                -o-transition: all 0.2s linear;
                transition: all 0.2s linear;
            }

            .cc-navbar-menu .navbar-nav .nav-item .navbar-link:after {
                content: "";
                width: 0;
                height: 3px;
                position: absolute;
                bottom: 5px;
                margin: 0 auto;
                left: 1px;
                right: 0;
                background: #ffffff;
                -webkit-transition: all 0.2s linear;
                -o-transition: all 0.2s linear;
                transition: all 0.2s linear;
            }

            .cc-navbar-menu .navbar-nav .nav-item .navbar-link:hover:after {
                width: 5px;
                -webkit-transition: all 0.2s linear;
                -o-transition: all 0.2s linear;
                transition: all 0.2s linear;
            }

            .cc-navbar-menu .navbar-nav .nav-item .navbar-link:hover:before {
                width: 80%;
            }

/* Sticky Menu */
nav.sticky-menu {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

/* Burger Menu */
.cc-navbar-menu #sidebarCollapse {
    width: 61px;
    height: 61px;
    background: transparent;
    cursor: pointer;
    margin-left: 10px;
}

    .cc-navbar-menu #sidebarCollapse span {
        width: 33px;
        height: 2px;
        margin: 0 auto;
        display: block;
        background: #6281C8;
        transition: all 0.2s cubic-bezier(0.810, -0.330, 0.345, 1.375);
        transition-delay: 0.1s;
    }

        .cc-navbar-menu #sidebarCollapse span:first-of-type {
            transform: rotate(45deg) translate(3px, 3px);
        }

        .cc-navbar-menu #sidebarCollapse span:nth-of-type(2) {
            opacity: 0;
        }

        .cc-navbar-menu #sidebarCollapse span:last-of-type {
            transform: rotate(-45deg) translate(1px, -2px);
        }

    .cc-navbar-menu #sidebarCollapse.active span {
        width: 27px;
        transform: none;
        opacity: 1;
        margin: 5px auto;
    }

    .cc-navbar-menu #sidebarCollapse span:nth-of-type(3) {
        opacity: 0
    }

    .cc-navbar-menu #sidebarCollapse.active span:nth-of-type(3) {
        opacity: 1;
    }

/* Social Links */
.social-links a {
    display: inline-block;
    margin-left: 35px;
}

    .social-links a i {
        font-size: 15px;
        line-height: 10px;
        color: #999999;
    }

    .social-links a:hover {
        text-decoration: none;
        box-shadow: none;
    }

        .social-links a:hover i {
            color: #6281C8;
        }


#custom-hamburger--slider {
    width: 20px;
    height: 20px;
    position: relative;
    top: 3px;
    outline: none;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

    #custom-hamburger--slider.open {
        top: -3px;
    }

    #custom-hamburger--slider span {
        display: block;
        position: absolute;
        height: 2.5px;
        width: 100%;
        background: #6281C8;
        border-radius: 9px;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
    }

        #custom-hamburger--slider span:nth-child(1) {
            top: 0px;
        }

        #custom-hamburger--slider span:nth-child(2) {
            top: 6px;
        }

        #custom-hamburger--slider span:nth-child(3) {
            top: 12px;
        }

        #custom-hamburger--slider span:nth-child(4) {
            top: 12px;
        }

    #custom-hamburger--slider.open span:nth-child(1) {
        top: 12px;
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        transform: rotate(135deg);
    }

    #custom-hamburger--slider.open span:nth-child(2) {
        opacity: 0;
        left: -30px;
    }

    #custom-hamburger--slider.open span:nth-child(3) {
        top: 12px;
        -webkit-transform: rotate(-135deg);
        -moz-transform: rotate(-135deg);
        -o-transform: rotate(-135deg);
        transform: rotate(-135deg);
    }

    #custom-hamburger--slider.open span:nth-child(4) {
        display: none;
    }
/*End Header*/

.cc-promo-short-description > p {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: justify;
}

.cc-feature-news-background {
    background: rgb(233,245,255);
}

#featured-news {
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

article figcaption a {
    -webkit-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

    article figcaption a:hover {
        text-shadow: 0 0 10px #648dea;
        color: #6590f1 !important
    }

.cc-news-content img {
    border-radius: 15px !important;
    box-shadow: 0 20px 25px -12px #dbe6ff;
}
/*Tag in Detail Posts*/
a.cc-tags-text:hover {
    text-decoration: none;
    outline: 0;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.4s ease-in-out;
}

a.cc-tags-text:focus {
    text-decoration: none;
    color: #242424;
}

.cc-tags-text {
    color: #242424;
    text-decoration: none;
    position: relative;
    left: 0;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

    .cc-tags-text:hover {
        text-decoration: none;
        left: 5px;
        position: relative;
    }

a.cc-tags-text:hover,
a.cc-tags-text:focus {
    text-decoration: none;
}

.swal-modal {
    background-color: rgba(63,255,106,0.69);
    border: 3px solid white;
    font-family: "Poppins",Open Sans,Helvetica,Arial,sans-serif;
    line-height: 1.6;
}

/*Footer*/

a.cc-footer-text:hover {
    text-decoration: none;
    outline: 0;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.4s ease-in-out;
}

a.cc-footer-text:focus {
    text-decoration: none;
    color: #242424;
}

.cc-footer-text {
    color: #242424;
    text-decoration: none;
    position: relative;
    left: 0;
}

    .cc-footer-text:hover {
        text-decoration: none;
        left: 5px;
        position: relative;
    }

a.cc-footer-text-host:hover,
a.cc-footer-text-host:focus {
    width: 100%;
    text-decoration: none;
    height: 1px
}

.cc-details-news {
    display: flex;
    flex-direction: column;
}

.js-sticky-block.sticky-content {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.as-footer-background {
    background: linear-gradient(180deg, rgba(229,243,255,1) 0%, rgba(235,242,255,1) 100%);
}

.cc-border-radius-0 {
    border-radius: 0px !important;
}

.cc-width-25 {
    width: 25px !important;
}

.cc-height-25 {
    height: 25px !important;
}

.cc-width-20 {
    width: 20px !important;
}

.cc-height-20 {
    height: 20px !important;
}

.cc-height-65 {
    height: 65px !important;
}

.cc-height-70 {
    height: 70px !important;
}

.cc-height-160 {
    height: 160px !important;
}

.cc-height-260 {
    height: 260px !important;
}

@media (min-width: 0px) {
    .u-link-v5-custom {
        font-size: 14px;
    }
}

@media (min-width: 576px) {
    .u-link-v5-custom {
        font-size: 14px;
    }

    .g-height-95x--sm {
        height: 95% !important;
    }

    .cc-header-datetime {
        font-size: 14px;
    }

    .cc-topbar .left ul.ticker-content li {
        font-size: 14px;
    }
}

@media (min-width: 768px) {
    .u-link-v5-custom {
        font-size: 16px;
    }

    .g-height-95x--md {
        height: 95% !important;
    }

    .g-height-97x--md {
        height: 97% !important;
    }

    .cc-height-100x--md {
        height: 100% !important;
    }

    .g-overflow-hidden--md {
        overflow: hidden;
    }

    .cc-height-160--md {
        height: 160px !important;
    }

    .cc-height-260--md {
        height: 260px !important;
    }
}

@media (min-width: 992px) {
    .cc-height-100x--lg {
        height: 100% !important;
    }
}

@media only screen and ( max-width: 767px ) {
    .cc-navbar-menu .navbar-brand {
        width: 50%;
    }

        .cc-navbar-menu .navbar-brand:before {
            left: auto;
            right: 0;
        }

    .cc-topbar .left ul.ticker-content {
        padding-left: 0;
        top: 0;
        text-align: center;
    }

    .cc-topbar .left .ticker-header {
        display: none;
    }
}

@media only screen and ( max-width: 991px ) {
    .cc-navbar-menu .navbar-container {
        justify-content: flex-start;
        position: relative;
        padding-left: 15px;
        padding-right: 15px;
    }

    .cc-navbar-menu .navbar-collapse .navbar-nav .nav-item .nav-link {
        padding: 10px 0;
        font-size: 14px;
        color: #6f7885;
    }

        .cc-navbar-menu .navbar-collapse .navbar-nav .nav-item .nav-link:last-child {
            border-bottom: none;
        }

    .cc-navbar-menu .navbar-nav .nav-item .nav-link:before {
        display: none;
    }

    .cc-navbar-menu #sidebarCollapse {
        margin-left: auto;
        width: 30px;
        padding-right: 0;
        padding-left: 0;
        outline: none;
    }

    .cc-topbar .left {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .cc-topbar .right {
        display: none;
    }

    .navbar-search {
        margin-right: 15px;
    }

    .cc-navigation {
        margin-left: auto;
    }

    .navbar-toggler:focus, .navbar-toggler:hover {
        outline: none;
    }

    #section-search form input[type="text"] {
        font-size: 25px;
    }
}

/*SHIMMER*/
.shine {
    background: #f6f7f8;
    background-image: linear-gradient(to right, #f6f7f8 0%, #edeef1 20%, #f6f7f8 40%, #f6f7f8 100%);
    background-repeat: no-repeat;
    background-size: 800px 170px;
    display: inline-block;
    position: relative;
    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-name: placeholderShimmer;
    -webkit-animation-timing-function: linear;
}

div.shimmer-container {
    display: flex;
    flex-direction: row;
    width: 100%;
}

div.shimmer-photo-container {
    display: flex;
    flex-direction: column;
    width: 100%;
}

box.shimmer-box {
    height: 70px;
    width: 70px;
}

div.shimmer {
    display: flex;
    flex-direction: column;
    margin-left: 25px;
    vertical-align: top;
    flex: 1;
}

lines.shimmer-lines {
    height: 20px;
    margin-bottom: 10px;
    flex: 1;
}

photo.shimmer-photo {
    display: block !important;
    width: 100%;
    height: 170px;
}

@-webkit-keyframes placeholderShimmer {
    0% {
        background-position: -468px 0;
    }

    100% {
        background-position: 468px 0;
    }
}

