/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
.header-wrapper {
    box-shadow: 1px 1px 10px rgba(0, 0, 0, .15);
}

.section-footer span.ux-menu-link__text {
    color: rgb(243, 243, 244);
    font-size: 16px;
    transition: all 0.3s ease;
}

.section-footer span.ux-menu-link__text:hover,
.nav-column li.active>a,
.nav-column li>a:hover,
.nav-dropdown li.active>a,
.nav-dropdown>li>a:hover,
.nav-vertical-fly-out>li.active>a,
.nav-vertical-fly-out>li>a:hover,
.nav>li.active>a,
.nav>li.current>a,
.nav>li>a.active,
.nav>li>a.current,
.nav>li>a:hover {
    color: #cd263a;
}

.section-footer {
    border-bottom: 1px solid rgb(80, 84, 96);
}

.absolute-footer {
    background: rgb(36, 41, 56);
}

.copyright-footer {
    font-size: 18px;
    color: rgba(255, 255, 255, .5);
}


.section-grad {
    background: linear-gradient(rgba(205, 38, 58, 0.128) 0%, rgb(255, 255, 255) 100%);
}

.col-shadow-program>.col-inner {
    box-shadow: rgba(220, 147, 78, 0) 0px -16px 32px 0px, rgba(220, 147, 78, 0.1) 0px -10px 16px 0px;
}

.icon-box-program .icon-box-img {
    height: 42px !important;
    background: rgb(250, 236, 236);
    border-radius: 50%;
    padding: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon-box-program {
    align-items: center;
    border: 1px solid rgb(246, 217, 217);
    padding: 8px;
    border-radius: 60px;
    transition: all 0.3s ease;
}

.icon-box-program:hover {
    background: #cd263a;
    cursor: pointer;
}

.icon-box-program:hover h3,
.icon-box-program:hover p {
    color: #fff !important;
}

.icon-box-program p {
    margin-top: -10px;
}

.img-box-student img,
.img-box-student .box-image {
    border-radius: 16px;
}

.text-up p {
    margin-bottom: -4px;
}


.slider-store .flickity-page-dots {
    bottom: -20px;
}

.col-feedback p,
.text-fb {
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
}

.col-feedback .icon-box .text>p {
    margin-bottom: 7px;
}

.col-feedback img {
    border-radius: 50%;
}


.col-feedback .icon-box {
    align-items: center;
}

.blog-home .image-cover {
    border: 2px solid rgb(255, 255, 255);
    border-radius: 12px;
    box-shadow: rgba(27, 43, 67, 0.1) 0px 8px 20px 0px, rgba(27, 43, 67, 0.1) 0px 3px 6px 0px, rgba(27, 43, 67, 0.1) 0px 0px 1px 0px;
}


.blog-home h5.post-title.is-large,
p.from_the_blog_excerpt:hover {
    color: #cd263a;
    cursor: pointer;
}

.img-scroll .col-inner {
    display: flex;
    flex-direction: column;
    animation: scroll-vertical 10s linear infinite;
}

@keyframes scroll-vertical {
    0% {
        transform: translateY(0%);
    }

    100% {
        transform: translateY(-50%);
    }
}

.img-scroll {
    height: 600px;
    overflow: hidden;
    position: relative;
}


.text-about h2::before {
    content: "";
    position: absolute;
    background: #cd263a;
    bottom: 210px;
    left: 195px;
    height: 10px;
    width: 25%;
    opacity: 0.3;
    z-index: -1;
}

.text-co-so h2::before {
    content: "";
    position: absolute;
    background: #cd263a;
    bottom: 73px;
    left: 147px;
    height: 10px;
    width: 40%;
    opacity: 0.3;
    z-index: -1;
}


.text-tuyen-dung h2::before {
    content: "";
    position: absolute;
    background: #cd263a;
    bottom: 132px;
    left: 0px;
    height: 10px;
    width: 52%;
    opacity: 0.3;
    z-index: -1;
}


.text-student h2::before {
    content: "";
    position: absolute;
    background: #cd263a;
    bottom: 146px;
    left: 79px;
    height: 10px;
    width: 27%;
    opacity: 0.3;
    z-index: -1;
}

.col-map iframe {
    border-radius: 16px;
}

.img-box-store img {
    border-radius: 10px;
}


.blog-hiring a.plain {
    color: #cd263a;
}

.blog-hiring .box-image {
    border-radius: 16px;
}


.tab-panels {
    border-left: unset !important;
}


.tab-news li {
    width: 100%;
    display: inline-block;
    background: rgb(253, 237, 237);
    padding: 6px 22px;
    border-radius: 45px;
}

.tab-news ul.nav.nav-simple.nav-vertical {
    gap: 18px;
}

.nav-column>li>a,
.nav-dropdown>li>a,
.nav-vertical-fly-out>li>a,
.nav>li>a {
    color: #000;
    transition: all .2s;
}

.text-capydata p {
    color: #fff;
    background: #cd263a;
    display: inline-block;
    padding: 0px 15px;
    border-radius: 20px;
}


.img-box-achievement img {
    border: 1px solid rgb(227, 231, 237);
    border-radius: 16px;
}


.col-countdown>.col-inner {
    box-shadow: rgba(0, 0, 0, 0.04) 0px 10px 20px, rgba(0, 0, 0, 0.04) 0px 2px 6px, rgba(0, 0, 0, 0.04) 0px 0px 1px;
}


.acc-study .accordion-title {
    font-size: 14px;
    color: #000;
    font-weight: 700;
}

.col-countdown .ux-timer span {
    background-color: #cd263a !important;
}


.text-knowledge h2::before {
    content: "";
    position: absolute;
    background: #cd263a;
    bottom: 80px;
    left: 656px;
    height: 10px;
    width: 10%;
    opacity: 0.3;
    z-index: -1;
}

.blog-course h5.post-title.is-large {
    font-size: 20px;
}

.text-capy p {
    background: rgb(174, 207, 187);
    display: inline-flex;
    text-align: center;
    padding: 6px 8px 2px;
    font-size: 16px;
    border-radius: 4px;
    font-weight: 600;
    color: #232323;
}

.text-normal p {
    display: inline-flex;
    text-align: center;
    padding: 6px 8px 2px;
    font-size: 16px;
    border-radius: 4px;
    font-weight: 600;
    color: #232323;
    background: rgb(242, 174, 157);
}


.text-gach-doc em {
    border-left: 4px solid rgb(36, 41, 56);
    padding-left: 26px;
    margin-bottom: 20px;
    font-size: 20px;
    font-style: italic;
    font-weight: 400;
    line-height: 29px;
    letter-spacing: 0px;
}

.page-wrapper {
    padding-top: 0px;
    padding-bottom: 0px;
}

.entry-header-text-top {
    padding-bottom: 0px;
}

h6.entry-category.is-xsmall a {
    color: #000 !important;
}

.entry-header h1.entry-title {
    color: #cd263a;
}

.blog-wrapper .post {
    margin: 0 0;
}

.col-uu-dai .ux-timer span {
    background-color: rgb(52, 127, 67);
}

@media only screen and (max-width: 48em) {
    /*************** ADD MOBILE ONLY CSS HERE  ***************/


}