@import url("responsive/full.css");
@import url("responsive/1400.css") (max-width: 1400px);
@import url("responsive/1200.css") (max-width: 1200px);
@import url("responsive/1024.css") (max-width: 1024px);
@import url("responsive/992.css") (max-width: 992px);
@import url("responsive/834.css?v=1.0") (max-width: 834px);
@import url("responsive/768.css") (max-width: 768px);
@import url("responsive/576.css") (max-width: 576px);
@import url("responsive/476.css") (max-width: 476px);/*iPhone 6 Plus iPhone 6s Plus iPhone 7 Plus*/
@import url("responsive/428.css") (max-width: 428px);/*iPhone 12 Pro Max*/
@import url("responsive/414.css") (max-width: 414px);/*iPhone 8 Plus iPhone XS Max iPhone XR iPhone 11 Pro Max iPhone 11*/
@import url("responsive/390.css") (max-width: 390px);/*iPhone 12 iPhone 12 Pro*/
@import url("responsive/375.css") (max-width: 375px);/*iPhone 6 iPhone 6s iPhone 7 iPhone 8 iPhone X iPhone XS iPhone 11 Pro iPhone 12 mini*/
@import url("responsive/375.css") (max-width: 320px);/* < iPhone 6*/

/* font-size */
.fs-8 { font-size: 0.5rem; }
.fs-10 { font-size: 0.625rem !important; }
.fs-12 { font-size: 0.75rem; }
.fs-14 { font-size: 0.875rem; }
.fs-16 { font-size: 1rem; }
.fs-18 { font-size: 1.125rem; }
.fs-20 { font-size: 1.25rem; }
.fs-22 { font-size: 1.5rem; }
.fs-24 { font-size: 1.375rem; }
.fs-28 { font-size: 1.75rem; }
.fs-32 { font-size: 2rem; }
.fs-34 { font-size: 2.125rem; }
.fs-36 { font-size: 2.25rem; }
.fs-40 { font-size: 2.5rem; }
.fs-42 { font-size: 2.625rem; }
.fs-44 { font-size: 2.75rem; }
.fs-48 { font-size: 3rem; }
.fs-56 { font-size: 3.5rem; }
.fs-64 { font-size: 4rem; }

/* font weight */
.fw-200 { font-weight: 200; }
.fw-300 { font-weight: 300; }
.fw-400 { font-weight: 400; }
.fw-500 { font-weight: 500; }
.fw-600 { font-weight: 600; }
.fw-700 { font-weight: 700; }
.fw-800 { font-weight: 800; }
.fw-900 { font-weight: 900; }

/* text color */
.text-orange { color: #E45526; }
.text-purple { color: #5E4481; }
.text-gold { color: #B7A27C; }
.text-silver { color: #A4A4A4; }
.cursor-pt {  cursor: pointer; }

.display-none { display: none; }
.display-block { display: block; }
.display-none-im { display: none !important; }
.display-block-im { display: block !important; }

.btn-border-black{
    padding: 8px 16px;
    background-color: #fff !important;
    color: #000 !important;
    border: 1px solid #000 !important;
    border-radius: 8px !important;
}
.btn-border-black:hover{
    background-color: #000 !important;
    color: #fff !important;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.16);
}
/* --------------------- fix tag small in card ------------------ */
.course-card-hv .card-text{
    border-radius: 12px;
    text-align: unset !important;
}
/* --------------------- fix tag small in card ------------------ */
/* ---------------------  start sweetalert2 ------------------ */
.swal2-popup.swal2-modal{
    border-radius: 16px;
}
/* ---------------------  end sweetalert2 ------------------ */
body, .navbar {
    padding-right: 0px !important;
}
/* Start Custom Header */
.home-page {
    position: relative;
    background-color: black;
    height: 85vh;
    min-height: 25rem;
    width: 100%;
    overflow: hidden;
}

.home-page video {
    opacity: 0.95;
    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%);
}
.menu-mobile .nav-link {
    padding: .5rem 1rem .5rem 1rem;
}
.home-page .navbar-scroll{
    background-color: transparent;
    transition: all 0.5s linear;
}
.navbar {
    padding-top: 0.5rem;
}
.navbar-scroll-custom {
    background-color: rgba(255, 255, 255, 0.959) !important;
    border-bottom:  1px solid #D5DEE7;
}
.navbar-scroll-custom-top {
    background-color: rgba(255, 255, 255, 0.6) !important;
    border-bottom:  1px solid rgba(255, 255, 255, 0.7) !important;
}
.navbar-light .navbar-nav .nav-link {
    color: #000;
}
.other-pages {
    position: absolute;
    width: 100%;
    overflow: hidden;
}
.other-pages nav {
    background-color: rgba(255, 255, 255, 0.9);
}
.btn-show-menu-search-bar{
    cursor: pointer;
    padding: 13px 14px;
    color: #5E4481;
    background: #F5F2FA;
    border-radius: 6.5px;
    filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.1)) drop-shadow(0px 4px 14px rgba(0, 0, 0, 0.08));
}
.btn-hide-menu-search-bar{
    cursor: pointer;
    padding: 12.5px 17px;
    color: #5E4481;
    background: #F5F2FA;
    border-radius: 6.5px;
    filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.1)) drop-shadow(0px 4px 14px rgba(0, 0, 0, 0.08));
}
.btn-show-menu-search-bar:hover, .btn-hide-menu-search-bar:hover{
    background: #784BB5;
    color: #F5F2FA;
}
.btn-hide-menu-search-bar{
    display: none;
}

.carousel-item {
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.carousel-banner {
    margin-top: 4.7rem;
    position: relative;
}

.carousel-banner-text {
    top: 30%;
    left: 10%;
    position: absolute;
    z-index: 1;
}
.carousel-banner-text-banner-etn-acdm {
    top: 30%;
    left: 10%;
    right: 10%;
    position: absolute;
    z-index: 1;
    width: 100%;
}

.dropdown.has-megamenu {
    position: static;
}

#alert-header-pf {
    position:relative;
    background: rgba(250, 247, 255, 0.946);
    border: 1px solid #5E4481;
    box-sizing: border-box; 
}

#btn-link-alert-pf{
    width: 80px;
    height: 35px;
    color: #fff;
    background-color: #5E4481;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1), 0px 4px 14px rgba(0, 0, 0, 0.08);
    border-radius: 8px;
}

#close-header-alert {
    position: absolute;
    top: 10px;
    right: 15px;
}
.text-title-home-page,
.box-watch-our-video {
    transform: scale(0.94);
    animation: scaleText 4s forwards cubic-bezier(0.5, 1, 0.89, 1);
}
@keyframes scaleText {
    100% {
        transform: scale(1);
    }
}
.text-title-home-page div,
.text-title-home-page p ,
.box-watch-our-video{
    opacity: 0;
    filter: blur(4px);
}

.text-title-home-page .title-1 {
    animation: fade-in-text 0.8s 0.5s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.text-title-home-page .title-2 {
    animation: fade-in-text 0.8s 0.75s forwards cubic-bezier(0.11, 0, 0.5, 0);
}
.text-title-home-page .title-3 {
    animation: fade-in-text 0.8s 1s forwards cubic-bezier(0.11, 0, 0.5, 0);
}
.box-watch-our-video {
    animation: fade-in-text 0.8s 1.25s forwards cubic-bezier(0.11, 0, 0.5, 0);
}
  
@keyframes fade-in-text {
    100% {
        opacity: 1;
        filter: blur(0);
    }
}
  
/* End Custom Header */
.splide__pagination__page {
    width: 32px !important;
    height: 5px !important;
    border-radius: 4px !important;
    opacity: 1 !important;
    background: #F1F1F1 !important;
}

.splide__pagination__page.is-active {
    transform: scale(1) !important;
    background: #5E4481 !important;
}
.section-2-home .splide__pagination,
.section-3-profile .splide__pagination,
.section-3-profile-short-term-training .splide__pagination{
    bottom: -2em !important;
}
.home-page .container {
    position: relative;
    z-index: 2;
}

.bg-white-shadow {
    background: #F2F5F8;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1), 0px 4px 14px rgba(0, 0, 0, 0.08);
}

.page-link {
    color: #5E4481;
    display: flex;
    align-items: center;
    width: 32px;
    height: 32px;
    box-sizing: border-box;
    border-radius: 4px;
    margin: 0px 8px;
}
.page-item.active .page-link{
    color: #fff;
    border-color: #5E4481;
    background-color : #5E4481;
}
.page-link:hover{
    color: #5E4481;
    border: 1px solid #5E4481;
}

/* start custom form*/
.form-select, .form-control {
    height: 48px;
    border: 1px solid #E1E1E1;
    box-sizing: border-box;
    box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.08);
    border-radius: 8px;
}
.btn-search {
    border-radius: 8px;
    width: 48px;
    background-color: #5E4481;
    color: #fff;
}
.btn-search:hover {
    border-radius: 8px;
    background: #8D3CE1;
    box-shadow: 0px 4px 16px 0px rgba(168, 111, 227, 0.64);
    color: #fff;
}
/* end custom form*/

/* start custom menu */
.menu-bar-top {
    top: 75px;
    position: fixed;
    display: none !important;
    z-index: 999;
    background-color: rgba(255, 255, 255, 0.9);
}
.menu-bar-top-pf {
    top: 73.5px;
    position: fixed;
    z-index: 999;
    background-color: rgba(255, 255, 255, 0.9);
}

.menu-bar-top-show {
    display: block !important;
}

.menu-mobile {
    display: none;
}
.carousel-indicators [data-bs-target] {
    width: 8px;
    height: 8px;
    border-radius: 50%;
}
.menu-bar{
    height: 72px;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.08);
    border-radius: 0px 0px 20px 20px;
}

.menu-bar ul {
    height: 100%;
    width: 100%;
    list-style: none;
    position: relative;
    display: inline-table;
    box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.08);
    border-radius: 0px 0px 20px 20px;
}
.menu-bar ul ul {
    background-color: rgba(255, 255, 255, 0.9) !important;
}

.btn-main-menu {
    margin: 0;
    padding: 0;
    max-width: 180px;
    width: 100%;
    border: 1px solid #F2F5F8;
}

.btn-main-menu:hover {
    background-color: #F5F2FA;
}

.btn-main-menu a:hover {
    font-weight: 500 ;
    color: #5E4481;
}

.btn-main-menu img {
    width: 100%;
    max-height: 189px;
    height: 100%;
    object-fit: cover;
}

.menu-bar ul li:hover>ul{
    display: block !important
}

.menu-bar ul li a{
    height: 100%;
    text-align: center;
    display: block;
    padding: 20px 20px;
    color: #222;
    font-size: 1em;
    font-weight: 400;
    letter-spacing: 1px;
    text-decoration: none;
}

.menu-bar ul ul{
    display: none !important;
    position: absolute;
    z-index: 99;
    top: 100%;
    left: 0;
    right: 0;
    width: 100%;
    min-height: 237px;
    border: 1px solid rgba(0, 0, 0, .1);
    background: #FFFFFF;
    box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.08);
    backdrop-filter: blur(4px);
    border-radius: 20px 20px 0px 0px;
}

.menu-bar ul ul li a {
    text-align: left;
    width: 188px;
    height: 100%;
    font-weight: 400;
    font-size: 0.875rem;
    color: #999999;
    padding: 5px 10px;
} 

.sub-menu {
    min-height: 30px;
    /* width: 188px; */
}
@media only screen and (min-width: 992px) {
    .navbar-section.menu-bar .dropdown:hover .dropdown-menu {
        display: block;
    }
}
.menu-bar ul ul li a:hover{
    color: #573C73;
    font-weight: 500;
    background-color: #F1F1F1;
}
.other-pages .btn-profile{
    color: #5E4481;
    background: #F5F2FA;
    border: 1px solid #F5F2FA;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1), 0px 4px 14px rgba(0, 0, 0, 0.08);
    border-radius: 8px;
}
.btn-profile {
    height: 42px;
    font-size: 1rem;
    font-weight: 500;
    color: #fff;
    border: 1px solid white;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1), 0px 4px 14px rgba(0, 0, 0, 0.08);
    border-radius: 8px;
}
.btn-profile:hover { 
    color: #fff;
    border: 1px solid #784BB5;
    background: #784BB5;
}

.btn-profile img {
    border: 1px solid #ffffff;
}

.btn-profile img{
   width: 28px;
   height: 28px;
   border-radius: 50%;
}
.home-page .li-lang .dropdown-toggle::after {
    color: #fff;
}
.home-page .toggle-dark .dropdown-toggle::after {
    color: #000;
}

.loginli a:hover, .qnali a:hover{
    font-weight: 500 !important;
    color: #5E4481 !important;
}

.box-watch-our-video {
    padding: auto;
    height: 130px;
    width: 100;
}

.box-circle {
    cursor: pointer;
    position: relative;
    color: #fff;
    max-width: 92px;
    max-height: 92px;
    transition: 0.5;
}

.box-circle:hover {
    max-width: 86px;
    max-height: 86px;
    padding: 3px;
    transition: 0.5;
}

.icon-play {
    position: absolute;
    z-index: 1;
    top: 33%;
    left: 42%;
    border-style: solid;
    border-width: 15px 0 15px 25px;
    border-color: transparent transparent transparent #ffffff;
}

.icon-play:hover {
    top: 33%;
    left: 42%; 
    border-width: 14px 0 14px 24px;
}

.box-circle svg circle{
    fill: rgba(0,0,0,0.2);
    stroke: #fff;
    stroke-width: 2;
    stroke-dasharray: 25,200;
    stroke-dashoffset: 0;
    stroke-linecap: round;
    -webkit-transition: 2s;
    -o-transition: 2s;
    transition: 2s;
}

.box-circle svg circle:hover{
    stroke-dasharray: 200,200;
}

@-webkit-keyframes rotating /* Safari and Chrome */ {
    from {
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes rotating {
    from {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.rotating {
    -webkit-animation: rotating 5s linear infinite;
    -moz-animation: rotating 5s linear infinite;
    -ms-animation: rotating 5s linear infinite;
    -o-animation: rotating 5s linear infinite;
    animation: rotating 5s linear infinite;
}
.nav-img-link-hv:hover img{
    box-shadow: 2px 4px 14px rgb(0 0 0 / 20%);
}
.navbar-nav a:active, .navbar-nav a:hover, .navbar-nav a:focus{  color: #5E4481; }

.nav-for-mobile .dropdown-toggle::after{
    font-family: "Font Awesome 5 Pro";
    content: "\f107";
    font-weight: 500;
    color: #000;
    transition: all 0.3s linear;
    border: 0 !important;
}
.nav-for-mobile .show::after{
    transform: rotate(-180deg);
} 
.nav-for-mobile ul {
    min-width: 0px;
}

.search-course-rs-sm input{
    margin: 20px 0px 20px 0px;
    width: 100%;
    height: 42px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 44.27%, rgba(0, 0, 0, 0.036) 100%), #F7F7F7;
    border: 1px solid #E1E1E1;
    box-sizing: border-box;
    box-shadow: 1px 1px 16px rgba(0, 0, 0, 0.06);
    border-radius: 21px;
}
.search-course-rs-md-lg input{
    width: 100%;
    height: 42px;
    background: transparent;
    border: 1px solid white;
    box-shadow: 0px 2px 2px rgb(0 0 0 / 10%), 0px 4px 14px rgb(0 0 0 / 8%);
    border-radius: 8px;
}

/* .web_key_search_course::-webkit-input-placeholder{ 
    color: #fff;
    opacity: 1t; 
} */

.web_key_search_course::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #fff;
}
.web_key_search_course:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #fff;
    opacity:  1;
}
.web_key_search_course::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #fff;
    opacity:  1;
}
.web_key_search_course:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #fff;
}
.web_key_search_course::-ms-input-placeholder { /* Microsoft Edge */
    color: #fff;
}
::placeholder { /* Most modern browsers support this now. */
    color: #fff;
}
.search-course-rs-sm .form-group,
.search-course-rs-md-lg .form-group{
    position: relative;
}
.search-course-rs-sm .form-group button,
.search-course-rs-md-lg .form-group button{
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    width: 42px;
    height: 42px;
    color: #5E4481;
    background: #F5F2FA;
    border-radius: 50%;
    filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.1)) drop-shadow(0px 4px 14px rgba(0, 0, 0, 0.08));
}
.search-course-rs-md-lg .form-group button{
    border-radius: 0px 6.5px 6.5px 0px;
}
.search-course-rs-md-lg .form-group button:hover{
    background: #784BB5;
    color: #F5F2FA;
}
/* end custom menu */

/* start custom Home Page */
.splide__arrow {
    background-color: #fff !important;
    border: 1px solid #ccc !important;
    width: 2.1875em !important;
    height: 2.1875em !important;
}
.splide__arrow:hover {
    color: #5E4481 !important;
    border-color: #5E4481 !important;
}
.embed-responsive {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-top: 56.25%; /* 16:9 Aspect Ratio */
}

.responsive-iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.btn-outline-red {
    width: 135px;
    height: 40px;
    border: 1px solid #000;
    color: #000;
}

.btn-outline-red:hover {
    border: 1px solid #E8284D;
    color: #E8284D;
}

.card-container-btn-regis {
    position: absolute;
    z-index: 1;
    width: 50%;
    padding: 61% 0 0 0.5%;
}

.home-box-video1 {
    position: relative;
    margin: 0;
    padding: 0;
    height: 100%;
}

@media only screen and (max-width: 600px) {
    .home-box-video1 {
        top: 0;
        left: 0;
    }
}
.home-box-video1 .plyr{
    position: absolute;
    z-index: 3;
    margin-top: 16% !important;
    width: 80% !important;
    /* height: 100% !important; */
    margin-top: 5% !important;
    margin-left: 0% !important;
    border-radius: 20px !important;
}
@media only screen and (max-width: 992px) {
    .home-box-video1 .plyr {
        width: 35% !important;
    }
}
@media only screen and (max-width: 576px) {
    .home-box-video1 .plyr {
        width: 92% !important;
    }
}
#bg-video1 { 
    position: absolute;
    z-index: 2;
    top: 6px;
    left: -27px;
}

#bg-video2 { 
    position: absolute;
    z-index: 1;
    top: 270px;
    /* left: 380px; */
    right: 100px;
}

.section-8-home .container .course-slide-show .card {
    width: 100%;
    max-width: 300px;
    height: auto;
}

.btn-show-course-detail{
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px;
    color: #757575;
    border-radius: 50%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.2) -1.52%, rgba(244, 244, 244, 0.2) 101.52%);
    border: 1px solid #E1E1E1;
    filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.1)) drop-shadow(0px 4px 14px rgba(0, 0, 0, 0.08));
}
.btn-show-course-detail:hover {
    /* color: #000;
    border-color: #000; */
    color: #fff;
    background: linear-gradient(180deg, rgba(167, 103, 253, 0) 10.42%, #5E4481 70.31%), #5E4481;
    filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.1)) drop-shadow(0px 4px 14px rgba(0, 0, 0, 0.2));
    border-color: #9068C6;
}

.course-card-hv:hover {
    /* border: 1px solid #9A63D2 !important; */
    box-shadow: 2px 4px 14px rgb(154 99 210 / 40%) !important;
}
.course-card-hv:active {
    border: 1px solid #9A63D2 !important;
    /* box-shadow: 2px 4px 14px rgb(154 99 210 / 40%) !important; */
}
.course-card-hv-stem:hover {
    box-shadow: 2px 4px 14px rgb(186 236 255 / 50%) !important;
}
.course-card-hv-stem:active {
    border: 1px solid #BAECFF !important;
}
.course-card-hv-advc:hover {
    /* border: 1px solid #9A63D2 !important; */
    box-shadow: 2px 4px 14px rgba(99, 116, 210, 0.4) !important;
}
.course-card-hv-advc:active {
    border: 1px solid #5861dd !important;
    /* box-shadow: 2px 4px 14px rgb(154 99 210 / 40%) !important; */
}
.btn-show-course-detail:active {
    background: #976AD5;
    filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.1)) drop-shadow(0px 4px 14px rgba(0, 0, 0, 0.08));
}
.btn-show-course-detail:hover .fal.fa-arrow-right{
    font-size: 18px;
    font-weight: 500;
    /* transition: all 0.5s; */
}

.card-img-box {
    position: relative;
    max-height: 190px;
    height: auto;
}

.card-img-box .card-img-top {
    z-index: -1;
    height: 100%;
}
.card-img-box img{
    height: auto;
    object-fit: cover;
    object-position: 0px 0%;
}

.card-container-tag-new {
    position: absolute;
    z-index: 2;
    width: 100%;
    top: 0;
}

.tag-new {
    color: #11D13B;
    background-color: #E6F8EA;
    border-left: 3px solid white;
    border-bottom: 3px solid white;
    border-radius: 0px 10px;
    padding: 10px;
    width: 50px;
}

.btn-regis-in-card {
    position: absolute;
    z-index: 3;
    width: 100%;
    left: 20px;
    bottom: 20px;
    max-width: 150px;
}

.btn-small-regis {
    color: #fff;
    border: none;
    border-radius: 5px;
    padding: 5px 10px;
}

#play-main-video .modal-dialog{
    position: relative;
}
#play-main-video .modal-content{
    background-color: #000000ad !important;
    border-radius: 0px !important;
}
#play-main-video .modal-body{
    padding: 0.5rem 2rem 2rem 2rem;
}
#play-main-video .btn-close-modal{
    display: flex;
    justify-content: end;
    color: #fff;
    padding-top: 0.5rem;
    padding-right: 2rem;
}
#play-main-video .btn-close-modal:hover{
    color: #fff !important;
}

.css-position{
    position: static;
    z-index:3;
}
/* end custom Home Page */

.footer-text-li:hover {
    color: blue;
}

.checked {
    color: rgb(255, 208, 0);
}

.bg-img-blur {
    background-blend-mode: saturation;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-text-blur {
    backdrop-filter: blur(3px);
    height: 100%;
    padding-top: 100px;
    padding-bottom: 100px;
}

.overflow-x-container {
    overflow: auto;
}

.content-overflow-x {
    padding-right: 60px;
    min-width: 1350px;
    overflow-x: scroll;
}


/* Hide scrollbar for Chrome, Safari and Opera */

.overflow-x-container::-webkit-scrollbar {
    display: none;
}

.content-overflow-x::-webkit-scrollbar {
    display: none;
}


/* Hide scrollbar for IE, Edge and Firefox */

.overflow-x-container {
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}

.content-overflow-x {
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}

.box-scroll li>.nav-link:hover {
    color: #5E4481
}

.fix-css-video-js {
    border-radius: 16px !important;
    box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.08) !important;
}

.fix-css-video-js .plyr{
    margin: 0px !important;
    padding: 0px !important;
    height: 100% !important;
    width: 100% !important;
    border-radius: 16px !important;
}

@-webkit-keyframes opacity-transition {
    0% {
        opacity: 0;
    }
}
@keyframes opacity-transition {
    0% {
        opacity: 0;
    }
}

.overflow-x-table {
    overflow-x: scroll;
}

/* only scrollbar */
/* width */
.overflow-x-table::-webkit-scrollbar {
    height: 6px;
    border-radius: 4px;
}

/* Track */
.overflow-x-table::-webkit-scrollbar-track {
    background: #f1f1f1; 
    border-radius: 4px;

}

/* Handle */
.overflow-x-table::-webkit-scrollbar-thumb {
    background: #C4C4C4;; 
    border-radius: 4px;

}

/* Handle on hover */
.overflow-x-table::-webkit-scrollbar-thumb:hover {
    background: rgb(121, 120, 120); 
    border-radius: 4px;

}
/* only scrollbar */

.section-4-joint-study .row .box-img img {
    position: absolute;
    width: 100%;
    max-width: 558px;
    border-radius: 20px;
    top: -100px;
}

#overflow-feedback-s-t {
    overflow-x: scroll;
}

#overflow-feedback-s-t .card{
    width: 324px !important;
}

/* only scrollbar */
/* width */
#overflow-feedback-s-t::-webkit-scrollbar {
    height: 6px;
    border-radius: 4px;
}

/* Track */
#overflow-feedback-s-t::-webkit-scrollbar-track {
    background: #f1f1f1; 
    border-radius: 4px;

}

/* Handle */
#overflow-feedback-s-t::-webkit-scrollbar-thumb {
    background: #C4C4C4;; 
    border-radius: 4px;

}

/* Handle on hover */
#overflow-feedback-s-t::-webkit-scrollbar-thumb:hover {
    background: rgb(121, 120, 120); 
    border-radius: 4px;

}
/* only scrollbar */

.box-calendar-schedule {
    width: 72px !important;
    height: 72px;
    background: linear-gradient(180deg, rgba(247, 247, 247, 0.2) 0%, rgba(245, 245, 245, 0) 100%), #F5F5F5;
    border: 1px solid #E1E1E1;
    box-sizing: border-box;
    box-shadow: 2px 0px 6px rgba(0, 0, 0, 0.12);
    border-radius: 12px;
    margin-right: 24px;
}

.box-calendar-schedule .day{ 
    width: 100%;
    height: 13px;
    color: #AAAAAA;
}

.box-calendar-schedule .date{
    height: 35px;
    width: 100%;
}

.box-calendar-schedule .month-year{
    width: 100%;
    height: 15px;
    color: #AAAAAA;
}

.box-schedule-start {
    position: relative;
    width: 48px;
    max-height: 36px;
    color: #1A8C93;
    background: #E6F8EA;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1), 0px 4px 14px rgba(0, 0, 0, 0.08);
    border-radius: 8px;
    margin-right: 10px;
}

.box-schedule-detail .date-time-start {
    color: #1A8C93;
}

.box-schedule-end {
    position: relative;
    width: 48px;
    max-height: 36px;
    color: #E24F49;
    background: #FDE4E8;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1), 0px 4px 14px rgba(0, 0, 0, 0.08);
    border-radius: 8px;
    margin-right: 10px;
    margin-left: 40px;
    padding-left: 0;
    padding-right: 0;
}

.box-schedule-detail .date-time-end {
    color: #E24F49;
}

.overflow-y-container {
    overflow: auto;
}

.content-overflow-y {
    max-height: 560px;
    overflow-y: scroll;
}

/* only scrollbar */
/* width */
.content-overflow-y::-webkit-scrollbar {
    width: 6px;
    border-radius: 4px;
}

/* Track */
.content-overflow-y::-webkit-scrollbar-track {
    background: #f1f1f1; 
    border-radius: 4px;

}

/* Handle */
.content-overflow-y::-webkit-scrollbar-thumb {
    background: #C4C4C4;; 
    border-radius: 4px;

}

/* Handle on hover */
.content-overflow-y::-webkit-scrollbar-thumb:hover {
    background: rgb(121, 120, 120); 
    border-radius: 4px;

}
/* only scrollbar */

/* start menu menu-bar dropdown */
.menu-bar-overflow{
    overflow-x: auto;
}
.menu-bar-overflow::-webkit-scrollbar {
    display: none;
}
.navbar-section{
    height: 72px;
    width: 100%;
    min-width: 1070px;
    background-color: rgba(255, 255, 255, 0.9);
    box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.08);
    border-radius: 0px 0px 20px 20px;
}
.navbar-section .dropdown-menu[data-bs-popper]{
    top: auto !important;
}
.navbar-section .nav-item{
   min-width: 215px;
}
.navbar-section .nav-item .show{
    color: #5E4481 !important;
    font-weight: 500;
}

.navbar-section .nav-item:hover,
.navbar-section .nav-item .nav-link:hover,
.navbar-section .nav-item .nav-link:active,
.navbar-section .nav-item .nav-link:focus {
    color: #5E4481 !important;
    font-weight: 500;
    background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(245,242,250,1) 100%);
}

.navbar-section .nav-item .nav-link {
    color: #000;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px;
}
/* end menu menu-bar dropdown */

/* start custom footer */
.card-select-admin,
.card-select-officer{ 
    text-align: center;
    max-width: 220px;
    cursor: pointer;
    padding: 1.25rem;
    background: #FFFFFF;
    box-shadow: 2px 4px 16px rgba(0, 0, 0, 0.16);
    border-radius: 16px;
    transition: transform .2s;
}
.card-select-officer{ 
    max-width: 360px;
}
.card-select-admin:hover, 
.card-select-officer:hover{ 
   background-color: #5E4481;
   color: #fff;
   transform: scale(0.95);
}
.icon-wrap-ck{
    cursor: pointer;
    position: fixed;
    z-index: 10000;
    left: 16px;
    bottom: 40px;
    width: 48px;
    height: 48px;
    font-size: 1.5rem;
    color: #5E4481;
    background-color: #f1f1f1;
    border-radius: 50%;
    filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.15)) drop-shadow(0px 4px 14px rgba(0, 0, 0, 0.08));
    transition: all 0.25s ;
}
.icon-wrap-ck:hover{
    filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.5)) drop-shadow(0px 4px 14px rgba(0, 0, 0, 0.08));
    transition: all 0.25s ;
}
.icon-wrap-ck-nav-footer{
    width: 48px;
    height: 48px;
    font-size: 1.5rem;
    color: #5E4481;
    background-color: #f1f1f1;
    border-radius: 50%;
    filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.15)) drop-shadow(0px 4px 14px rgba(0, 0, 0, 0.08));
    transition: all 0.25s ;
}
.sm-modal-ck{
    position: fixed;
    z-index: 10000;
    width: 100%;
    max-width: 300px;
    left: 16px;
    bottom: 100px;
    margin-right: 16px;
    background-color: #F5F2FA;
    border-radius: 8px;
    filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.15)) drop-shadow(0px 4px 14px rgba(0, 0, 0, 0.08));
    transition: all 0.25s ;
    animation: fadeInUP 0.5s ease-in-out;
}
.sm-modal-ck-head{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.5em 1em;
    border-bottom: 1px solid #ccc;
}
.sm-modal-ck-body{
    padding: 1em;
}
.sm-modal-ck-close{
    font-size: 24px;
    cursor: pointer;
}
.sm-modal-ck-close:hover{
    font-weight: 600;
    color: red;
}

#setting-ck-consent .form-check-input:checked{
    background-color: #5E4481 !important;
    border-color: #5E4481 !important;
}
@keyframes fadeInUP {
    from {
        opacity: 0;
        transform: translateY(40px);
    }
    to {
        opacity: 1;
    }
}

#div-card-satisfaction{
    cursor: pointer;
    position: fixed;
    z-index: 9999;
    padding: 0.75rem;
    right: 0.875vw;
    bottom: 18vh;
    width: auto;
    height: auto;
    max-width: 400px;
    max-height: 180px;
    background-color: #FFF;
    border: 1px solid #E1E1E1;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1), 0px 4px 14px rgba(0, 0, 0, 0.08);
    border-radius: 15px;
    transition: all 0.25s ;
}
#div-card-satisfaction:hover{
    filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.2)) drop-shadow(0px 4px 14px rgba(0, 0, 0, 0.08));
    transition: all 0.25s ;
}
#div-card-satisfaction #btn-icon-exit-stft:hover{
    font-weight: 500;
    cursor: pointer;
    color: #5E4481;
}

#div-card-satisfaction .form-check-input{
    text-align: center;
    background-color: transparent !important;
    border: none !important;
    width: 56px;
    height: 40px;
}
#div-card-satisfaction .form-check-input:checked[type=radio]::after{
    background-image: none !important;
    color: #5E4481 !important;
    border-color: #5E4481 !important;
}
#div-card-satisfaction .form-check-input:checked{
    background-color: transparent !important;
    border-color: transparent !important;
    accent-color: none !important;
}

#div-card-satisfaction .form-check-input{
  cursor: pointer;
  outline:0 !important;
}
#div-card-satisfaction input[type="radio"]:focus {
    box-shadow: none !important;
}
#div-card-satisfaction .form-check-input::after{
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    font-size: 2rem;
    color: #AAAAAA;
    line-height: initial;
    background-color: #fff;
    border-radius: 8px;
    padding: 0px 8px;
}
#div-card-satisfaction .radio-icon-1::after{
    content: "\f5c8" !important;
    color: #c6ccd0;
    font-weight: 900;
}
#div-card-satisfaction .radio-icon-2::after{
    content: "\f119" !important;
    color: #c6ccd0;
    font-weight: 900;
}
#div-card-satisfaction .radio-icon-3::after{
    content: "\f11a" !important;
    color: #c6ccd0;
    font-weight: 900;
}
#div-card-satisfaction .radio-icon-4::after{
    content: "\f118" !important;
    color: #c6ccd0;
    font-weight: 900;
}
#div-card-satisfaction .radio-icon-5::after{
    content: "\f599" !important;
    color: #c6ccd0;
    font-weight: 900;
}
#div-card-satisfaction .radio-icon-1:hover.form-check-input::after{    color: red;    font-size: 2.5rem;    transition: all 0.2s; }
#div-card-satisfaction .radio-icon-2:hover.form-check-input::after{    color: orangered;    font-size: 2.5rem;    transition: all 0.2s; }
#div-card-satisfaction .radio-icon-3:hover.form-check-input::after{    color: #ffd68a;    font-size: 2.5rem;    transition: all 0.2s; }
#div-card-satisfaction .radio-icon-4:hover.form-check-input::after{    color: greenyellow;    font-size: 2.5rem;    transition: all 0.2s;  }
#div-card-satisfaction .radio-icon-5:hover.form-check-input::after{    color: green;    font-size: 2.5rem;    transition: all 0.2s; }
#div-card-satisfaction .radio-icon-1:hover + #subtitle-icon-1,
#div-card-satisfaction .radio-icon-2:hover + #subtitle-icon-2,
#div-card-satisfaction .radio-icon-3:hover + #subtitle-icon-3,
#div-card-satisfaction .radio-icon-4:hover + #subtitle-icon-4,
#div-card-satisfaction .radio-icon-5:hover + #subtitle-icon-5{
    color: #000 !important;
    font-weight: 600;
    transition: all 0.2s;
}

#div-alert-system-payment{
    position: fixed;
    z-index: 9999;
    right: 0.875vw;
    bottom: 200px;
    width: auto;
    height: auto;
    max-width: 250px;
    background-color: #FFF;
    border: 1px solid #E1E1E1;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1), 0px 4px 14px rgba(0, 0, 0, 0.08);
    border-radius: 16px;
    transition: all 0.25s ;
}
@media only screen and (max-width: 576px) {
    #div-alert-system-payment{
        bottom: 160px;
        max-width: 240px !important;
    }
}
#div-alert-system-payment:hover{
    filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.2)) drop-shadow(0px 4px 14px rgba(0, 0, 0, 0.08));
    transition: all 0.25s ;
}
#div-alert-system-payment .btn-close-modal{
   position: absolute;
   z-index: 1;
   top: 2px;
   right: 6px;
   color: #000;
   font-size: 20px;
}
#div-alert-system-payment .btn-close-modal:hover{
  color: red !important;
}
#div-alert-system-payment img{
    border-radius: 16px;
}
/* end custom footer */

/* start custom navigate */
.navigate {
    position: relative;
    display: flex;
    align-items: center;
    color: #5E4481;
    height: 40px;  
    background: #FAF7FF;
    border-radius: 4px 0px 0px 4px;
    padding-left: 21px;
    padding-right: 10px;
}

.navigate.now {
    color: #757575;
    background: #F2F7FB;
    border-radius: 0px;
}

.navigate::after {
     content: " ";
     height: 0;
     width: 0;
     position: absolute;
     right: -13px;
     border-style: solid;
     border-width: 20px 0 20px 13px;
     border-color: transparent  #FAF7FF;
     z-index: 10;
}
.navigate.now::after {
     content: " ";
     height: 0;
     width: 0;
     position: absolute;
     right: -13px;
     border-style: solid;
     border-width: 20px 0 20px 13px;
     border-color: transparent  #F2F7FB;
     z-index: 10;
}

.navigate.bf::before {
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    right: -14.5px;
    border-style: solid;
    border-width: 20px 0 20px 13px;
    border-color: transparent #E3D8F1;
    z-index: 10;
}
.navigate:hover{
    color: #5E4481;
    font-weight: 500;
}
.nav-for-web .btn-pf:hover>.dropdown-menu {
    display: block;
}
.btn-profile.dropdown-toggle::after{
    content: none;
    border: 0;
}
.dropdown-btn-profile, .dropdown-btn-lang{
    border-radius: 8px;
}
.dropdown-btn-profile .dropdown-item:active,
.dropdown-btn-profile .dropdown-item:hover{
    color: #000;
    font-weight: 500;
}
.dropdown-btn-lang {
    min-width: 6rem;
}
/* end custom navigate */

.circle {
    background-color: #fff;
    line-height: 0;
    display: inline-block;
    margin: 0px;
    border: 8px solid rgba(255, 255, 255, 1);
    border-radius: 50%;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.4);
    transition: linear 0.25s;
    height: 20vh;
    width: 20vh;
}
.form-control::file-selector-button{ height: 48px; }
.cursorPointer{ cursor: pointer !important; }
.cursorWait{ cursor: wait !important; }
.alertMessageWarning{ background-color: yellow; border-radius: 10px; border: 1px dashed grey; padding: 15px; font-size: small; color: black; vertical-align: middle; text-align: center; }
#contact-social-main a i{ color: #000; }
#contact-social-main a .fa-facebook:hover{  color: #4267B2; }
#contact-social-main a .fa-line:hover{ color: #00c300; }
#contact-social-main a .fa-twitter-square:hover{   color: #1DA1F2; }
#contact-social-main a .fa-instagram:hover{
    background: -webkit-linear-gradient(15deg, rgba(255,220,128,1) 0%, rgba(252,175,69,1) 10%, rgba(247,119,55,1) 21%, rgba(245,96,64,1) 34%, rgba(245,96,64,1) 46%, rgba(253,29,29,1) 56%, rgba(225,48,108,1) 67%, rgba(193,53,132,1) 78%, rgba(131,58,180,1) 89%, rgba(88,81,219,1) 100%);
    -webkit-background-clip: text;  -webkit-text-fill-color: transparent;
}

.cursorDisabled{ cursor: not-allowed; }
.cursorProgress{ cursor: progress; }

.btn-purple {  background-color: #5E4481; color: #ffffff !important;   padding: .375rem .75rem;  font-size: 1rem;    border-radius: .25rem; }
.btn-purple:hover, .btn-purple:active, .btn-purple:focus, .btn-purple:after, .btn-purple:before {  background-color: #784BB5;   color: #ffffff !important; }
.btn-purple-small {  background-color: #5E4481; color: #ffffff !important;   padding: .12rem .3rem;  font-size: 0.7rem;  border-radius: .25rem; }
.btn-purple-small:hover, .btn-purple:active, .btn-purple:focus, .btn-purple:after, .btn-purple:before {  background-color: #784BB5;   color: #ffffff !important; }

.btn-main, .btn-main-color {  background-color: #6868AC; color: #ffffff !important;   padding: .375rem .75rem;  font-size: 1rem;    border-radius: .25rem; }
.btn-main:hover, .btn-main:active, .btn-main:focus, .btn-main:after, .btn-main:before,
.btn-main-color:hover, .btn-main-color:active, .btn-main-color:focus, .btn-main-color:after, .btn-main-color:before{  background-color: #7070ba;   color: #ffffff !important; }
.btn-main-small, .btn-main-color-small {  background-color: #6868AC; color: #ffffff !important;   padding: .12rem .3rem;  font-size: 0.7rem;  border-radius: .25rem; }
.btn-main-small:hover, .btn-main:active, .btn-main:focus, .btn-main:after, .btn-main:before,
.btn-main-color-small:hover, .btn-main-color:active, .btn-main-color:focus, .btn-main-color:after, .btn-main-color:before{  background-color: #7070ba;   color: #ffffff !important; }

.btn-gray {  background-color: #999999; color: #ffffff !important;   padding: .375rem .75rem;  font-size: 1rem;    border-radius: .25rem; }
.btn-gray:hover, .btn-gray:active, .btn-gray:focus, .btn-gray:after, .btn-gray:before {  background-color: #7a7a7a;   color: #ffffff !important; }
.text-success{ color: green !important; }
.text-danger{ color: red !important; }
.text-secondary{ color: grey !important; }
.text-bold{ font-weight: bold; }
.text-small { font-size: small; }
.link-purple:hover{    color: #784BB5; }

.badge{ color: #999999; }
.modal-content-purple{ background-color: #5E4481; }
.modal-header-transparent{ background-color: transparent; color: white; text-align: center; }
.modal-body-white{ background-color: white; }
.modal-footer-white{ background-color: white; border-bottom-right-radius: 13px;  border-bottom-left-radius: 13px; }

.animated{
	-webkit-transition:margin-left 0.5s;
	-moz-transition:margin-left 0.5s;
	-ms-transition:margin-left 0.5s;
	-o-transition:margin-left 0.5s;
	transition:margin-left 0.5s;
}

.made{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	font: 14px arial;
	line-height:40px;
	color:#666;
	text-align:center;
	z-index:10;
}


.badge-success{ color: #fff; background-color: green; }
.badge-danger{ color: #fff; background-color: red; }
.text-normal{ font-weight: normal; }
.bg-disabled{ background-color: lightgrey; }


.text-left{ text-align: left; }
.text-right{ text-align: right; }

.text-main{ color: #6868AC !important; }
.text-main-link:hover{ color: #784BB5; }
.bg-cmu-orange{ background-color: #FAAC1E !important; }
.bg-cmu-purple{ background-color: #6868AC !important; }
.bg-cmu-black{ background-color: #000000 !important; }
footer{ background-color: #343a40; }
.plyr--video .plyr__control:focus-visible,
.plyr--video .plyr__control:hover,
.plyr--video .plyr__control[aria-expanded=true] { background:#6b69b1; }
.plyr__control--overlaid {  background:#6b69b1;; }
.dropdown-menu li {  position: relative; }
.dropdown-menu .dropdown-submenu-right {  display: none; position: absolute; left: 100%; top: -45px; }
.dropdown-menu .dropdown-submenu-bottom {  display: none; position: absolute; left: 45px; top: 32px; }
.dropdown-menu > li:hover > .dropdown-submenu-right, .dropdown-menu > li:hover > .dropdown-submenu-bottom {  display: block; }
.dropdown-menu .dropdown-submenu-mobile-left {  right: 100%;  left: auto; }
.dropdown-menu > li:hover > .dropdown-submenu-mobile {  display: block; }

.alertBlockWarning{ min-height: 125px; width: 100%; background-color: lightgrey !important; border-radius: 10px; border: 1px dashed #FAAC1E !important; padding: 45px; color: #6868AC !important; vertical-align: middle; text-align: center; }

.navbar-section{ background-color: #F5F2FA !important; }
.menu-bar .active, .navbar-section .nav-item .active {  color: white !important;  background-color: #6868AC;  border-left: 0;  border-right: 0;  border-bottom: 4px solid #FAAC1E; }
.navbar-section .nav-item:hover,
.navbar-section .nav-item .nav-link:hover,
.navbar-section .nav-item .nav-link:active,
.navbar-section .nav-item .nav-link:focus {
    color: #6868AC !important;
    font-weight: 500;
    background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(245,242,250,1) 100%);
}
.navbar-section .nav-item .nav-link:hover{  border-bottom: 4px solid #6868AC; transition:  border-bottom 0.2s ease-in; }

.navbar-full .dropdown-menu {
    position: absolute !important; left: 0 !important; right: 0 !important;  border-left: 0px !important;
    border-right: 0px !important;  border-bottom: 1px solid #6868AC !important;  margin-top: -0.5px !important;
}
.navbar-full .dropdown, .navbar-full .nav-item.dropdown {   position: static !important; }
.navbar-section .sub-menu a{  padding: 5px;  margin-bottom: 8px;  height: 30px;  width: 188px; }
.navbar-section .sub-menu a i {   font-size: 16px; }
.navbar-section .sub-menu a:hover {  /*font-weight: 500;*/  color: #6868AC; }
.navbar-section .dropdown-menu img{   width: 100%;  max-height: 189px;  height: 100%;  object-fit: cover; }
.navbar-section .nav-item .dropdown-toggle::after{
    font-family: "Font Awesome 5 Pro";  content: "\f107";   font-weight: 500;
    transition: all 0.3s linear;  border: 0;  margin-left: 8px;
}
.navbar-section .nav-item .dropdown-toggle.show::after{  transform: rotate(-180deg); }

.btn-login {  color: #fff;  height: 42px;  background-color: transparent;  border: 1px solid #fff;  border-radius: 8px; }
.btn-login:hover {  color: #fff;  background-color: #7070ba;  border-color: #7070ba; }
.other-pages .btn-login, .btn-login-scroll-down {  color: #fff;  background-color: #6868AC; }
.other-pages .btn-login:hover {  color: #fff;  background-color: #7070ba; }

.btn-login-mobile { width: 100%; height: 42px; display: flex;  justify-content: center; align-items: center; color: #fff; background-color: #6868AC; border-radius: 4px; }
.btn-login-mobile:hover, .btn-login-mobile:active, .btn-login-mobile:focus{ color: #fff !important;  background-color: #6868AC !important; }
.btn-hover-purple { color: #6868AC !important;  border: 1px solid #6868AC; box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1), 0px 4px 14px rgba(0, 0, 0, 0.08);  border-radius: 8px;  }
.btn-hover-purple:hover {  border: 1px solid #6868AC;  background-color: #6868AC;  color: #fff !important; box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1), 0px 4px 14px rgba(0, 0, 0, 0.08);  border-radius: 8px;  }

.btn-detail{
    cursor: pointer; display: flex;  justify-content: center;  align-items: center; width: 35px; height: 35px;  color: rgba(0, 0, 0, 0.2);   border-radius: 50%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.2) -1.52%, rgba(244, 244, 244, 0.2) 101.52%);
    border: 1px solid #E1E1E1;   filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.1)) drop-shadow(0px 4px 14px rgba(0, 0, 0, 0.08));
}
.btn-detail .fa .fa-arrow-right{   font-size: 18px;  font-weight: 200; }
.btn-detail:hover {
    color: #fff;    border-color: #6868AC;
    background: linear-gradient(180deg, rgba(167, 103, 253, 0) 10.42%, #6868AC 70.31%), #6868AC;
    filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.1)) drop-shadow(0px 4px 14px rgba(0, 0, 0, 0.2));
}
.btn-detail:active {   background: #6868AC;   filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.1)) drop-shadow(0px 4px 14px rgba(0, 0, 0, 0.08)); }
.btn-detail:hover .fa .fa-arrow-right{   font-size: 18px;  font-weight: 500; }

.navbar {  padding-top: 0.5rem; }
.navbar-light .navbar-nav .nav-link {  color: #000000; }
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:active, .navbar-light .navbar-nav .nav-link:focus {  color: #6868AC; }
.navbar-section .nav-item {  min-width: 185px; width: 185px; }
.navbar-toggler .navbar-toggler-icon{ background-image: url("../../../images/v1/icons/icon-white.png"); }
.navbar-toggler {   border: 0 !important;  color: transparent !important; }
.navbar-toggler-icon {  border: 0 !important;  color: transparent !important; }
.navbar-menu-mobile { font-size: 1rem; font-weight: 400; }

.navigate {
    position: relative; display: flex;  align-items: center;
    color: #FFFFFF;  height: 40px;  background: #6868AC;
    border-radius: 4px 0 0 4px;
    padding-left: 21px; padding-right: 10px;
}
.navigate:hover, .navigate.bf:hover{ color: #FFFFFF !important; }
.navigate.now {  color: #333333 !important;  background: rgba(250, 172, 30, 0.8);  border-radius: 4px 0 0 4px; }
.navigate.now:hover {  color: #000000 !important;  background: rgba(250, 172, 30, 0.8);  border-radius: 4px 0 0 4px; }
.navigate::after {
    content: " "; height: 0; width: 0; position: absolute; right: -12px; border-style: solid;
    border-width: 20px 0 20px 13px; border-color: transparent #6868AC; z-index: 10;
}
.navigate.now::after {
    content: " "; height: 0;  width: 0; position: absolute;  right: -12px; border-style: solid;
    border-width: 20px 0 20px 12px; border-color: transparent  rgba(250, 172, 30, 0.8); z-index: 10;
}
.navigate.bf::before {
    content: " "; height: 0;  width: 0;  position: absolute;  right: -12px;  border-style: solid;
    border-width: 20px 0 20px 13px; border-color: transparent white;  z-index: 10;
}
#span_title{ display: block; }
a:hover{ color: #6868AC !important; }
.nav-font a:hover{  font-weight: 500 !important; color: #6868AC !important; }
.btn-profile-scroll-down{  color: #6868AC !important;  background: #F5F2FA !important;  border-color: #F5F2FA !important; }
.btn-profile-scroll-down:hover{ color: #fff !important;  background: #6868AC !important;  border-color: #6868AC !important; }
.btn-profile-scroll-down{  color: #FFFFFF !important;  background: #6868AC !important;  border-color: #6868AC !important; }
.btn-select-lg-scroll-down{ border-color: #DDDDDD !important; }
.btn-select-lg-scroll-down button:hover{ color: #fff !important; }
.btn-select-lg, .btn-select-lg-mobile{
    height: 42px; font-size: 16px; font-weight: 400; color: #000;
    border: 1px solid #fff; box-sizing: border-box; border-radius: 8px;
}
.btn-select-lg-mobile{ border: 1px solid transparent; }
.btn-select-lg:hover, .btn-select-lg-mobile:hover{ color: #fff !important; border-color: #fff; background-color: #6868AC;  }
.btn-select-lg:hover:after, .btn-select-lg-mobile:hover:after{ color: #fff !important; }
.btn-select-lg img, .btn-select-lg-mobile img{  width: 20px;  height: 20px;  border-radius: 50%; }
.btn-select-lg.dropdown-toggle::after{
    font-family: "Font Awesome 5 Pro";  content: "\f107";  font-weight: 500;
    transition: all 0.3s linear; border: 0 !important;
}
.btn-select-lg.show::after{  transform: rotate(-180deg); }

.progress-wrap {
    position: fixed; left: 16px; bottom: 10px; height: 48px; width: 48px; cursor: pointer; display: block;
    border-radius: 50px; box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.2); z-index: 10000; opacity: 0;
    visibility: hidden; transform: translateY(15px); -webkit-transition: all 200ms linear; transition: all 200ms linear;
    filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.1)) drop-shadow(0px 4px 14px rgba(0, 0, 0, 0.08)); background-color: #6868AC;
}
.progress-wrap.active-progress {  opacity: 1; visibility: visible;  transform: translateY(0); }
.progress-wrap::after {
    position: absolute; font-family: "unicons"; content: "\e84b"; text-align: center; line-height: 50px;
    font-size: 26px; color: #FFFFFF; left: 0; top: 0; height: 50px; width: 50px; cursor: pointer;
    display: block;  z-index: 1; -webkit-transition: all 200ms linear; transition: all 200ms linear;
}
.progress-wrap:hover::after { opacity: 0; }
.progress-wrap::before {
    position: absolute; font-family: "unicons"; content: "\e84b"; text-align: center; line-height: 50px; font-size: 26px;
    opacity: 0; background: #FAAC1E; -webkit-background-clip: text; background-clip: text;
    -webkit-text-fill-color: transparent; left: 0; top: 0; height: 50px; width: 50px; cursor: pointer;
    display: block; z-index: 2; -webkit-transition: all 200ms linear; transition: all 200ms linear;
}
.progress-wrap:hover::before {  opacity: 1; }
.progress-wrap svg path { fill: none; }
.progress-wrap svg.progress-circle path {  stroke: #FAAC1E;  stroke-width: 4;  box-sizing: border-box; -webkit-transition: all 200ms linear; transition: all 200ms linear; }

.splide__pagination {  bottom: -1.2em; }
.splide__arrow--prev {   left: 0.5em; }
.splide__arrow--next {   right: 0.5em; }
.splide__pagination__page.is-active {  transform: scale(1) !important;  background: #6868AC !important; }
.splide__pagination__page {  width: 32px !important;  height: 5px !important;   border-radius: 4px !important;  opacity: 1 !important;  background: #FAAC1E !important; }
.section-main, .section-main-color {    padding: 3em 0; position: relative; }
.section-main-color {  background-color: #f3f4f7 !important;  }

.connect-chat, .connect-fb, .connect-line{
    cursor: pointer;  position: fixed;   z-index: 999;   right: 16px;  bottom: 15px;  width: 48px;  height: 48px;
    font-size: 1.5rem;   color: #6868AC;   background-color: #f1f1f1;   border-radius: 50%;
    filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.15)) drop-shadow(0px 4px 14px rgba(0, 0, 0, 0.08));   transition: all 0.25s ;
}
.connect-fb, .connect-line{   background-color: transparent !important; }
.connect-chat:hover, .connect-fb:hover, .connect-line:hover{   filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.5)) drop-shadow(0px 4px 14px rgba(0, 0, 0, 0.08));   transition: all 0.25s ; }
.connect-fb img, .connect-line img{   width: 40px;   height: 40px; }
.con-open {   color: #fff;   background-color: #6868AC; }
.card-employee{ }
.card-employee:hover{
    filter: drop-shadow(0px 5px 5px rgba(0, 0, 0, 0.2)) drop-shadow(0px 8px 24px rgba(0, 0, 0, 0.1));
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {  color: #fff;  background-color: #6868AC; }
.nav-pills .nav-link.active:hover, .nav-pills .show > .nav-link:hover {  color: #FAAC1E;  background-color: #6868AC; }
.nav-pills .nav-link:hover { color: #FAAC1E; }
.tab-content > .tab-pane {  padding: 1.2rem; }
.img-staff {
    cursor: pointer; position: relative; z-index: 2; width: 350px;  height: 350px;
    object-fit: contain; filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));  transition: opacity 0.5s;  opacity: 1;
}
.img-staff:hover{ filter: drop-shadow(0px 5px 5px rgba(0, 0, 0, 0.2)) drop-shadow(0px 8px 24px rgba(0, 0, 0, 0.1)); }
.btn-outline-main { min-width: 85px; min-height: 40px; border: 1px solid #6868AC; color: #6868AC !important; background-color: white !important; }
.btn-outline-main:hover { border: 1px solid #6868AC; color: white !important;  background-color: #6868AC !important; }
.btn-outline-white { min-width: 85px; min-height: 40px; border: 1px solid #6868AC; color: #6868AC !important; background-color: white !important; }
.btn-outline-white:hover { border: 1px solid #6868AC; color: white !important;  background-color: #6868AC !important; }
.btn-outline-services{
    width: 100%; min-height: 125px;  display: flex;  align-items: center;  justify-content: center;
    border: 1px solid #6868AC; color: #6868AC !important; background-color: white !important;
    background-image:url(../../../images/v1/background/button.png);
    background-attachment: fixed;
    background-repeat:no-repeat;
}
.btn-outline-services:hover{ border: 1px solid #FAAC1E; color: #FAAC1E !important; }
.text-main-topic{ color: #480069 !important }
.text-main-topic:hover{ color: #7600a8 !important }
.text-navy{ color: #000080 !important }
.text-navy-secondary{ color: rgba(0,0,128, 0.7) }
/* +++++++ Begin OIT ++++++++ */
#oit .oit-head-title div{   padding: 0.75em; font-size: 1rem; font-weight: 800;  color: #fff;  background: #6868AC; box-sizing: border-box; border-radius: 8px 8px 0px 0px; }
.list-group-oit {   border: 1px solid #E1E1E1;  border-radius: 8px; }
.oit-head-title-btn, .oit-head-title-btn-no-drop {  font-size: 1rem; width: 100%; padding: 0.75em 0.75em 0.75em 1.25em; cursor: pointer;  background: inherit; border: none; outline: none; text-align: left; border-top: 1px solid #E1E1E1; }
.oit-head-title-btn:after {  font-family: "Font Awesome 5 Pro"; content: "\f107"; font-weight: 900;  float: right;  transition: all 0.3s linear; }
.oit-head-title-btn.is-open:after {  transform: rotate(-180deg); }
.oit-head-title-btn:hover, .oit-head-title-btn-no-drop a:hover, .oit-head-title-btn.is-open {   color: #6868AC; }
.oit-head-title-content {  max-height: 0;  font-size: 0.875rem; overflow: hidden; transition: max-height 0.3s ease-in-out; }
.oit-head-title-content .content { padding-left: 25px;  padding-right: 30px; }
.oit-head-title-btn-no-drop a, .oit-head-title-content .content ul a li, .oit-head-title-content .content ul li a{ color: black; }
.oit-head-title-content .content ul a li, .oit-head-title-content .content ul li a{ font-size: 0.97rem;  }
.oit-head-title-content .content ul { }
.sub-list-first{ border-top: 0; }
/* +++++++ End OIT ++++++++ */
@media only screen and (max-width: 1360px) {
    .navbar-section .nav-item { min-width: 165px; width: 165px;  }
}
@media only screen and (max-width: 1160px) {
    .navbar-section .nav-item { min-width: 150px; width: 150px; font-size: 0.9rem; }
}
@media only screen and (max-width: 1060px) {
    .navbar-section .nav-item { min-width: 140px; width: 140px; font-size: 0.8rem; }
    .navbar-section { min-width: 970px; }
}

@media screen and (max-width: 991px) {
    .card-course-title { overflow: hidden !important; display: block !important; max-height: 2.6em !important; line-height: 1.3em !important;  }
    .card-sub-text { overflow: hidden; line-height: 20px; height: 40px; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;  }
}
@media screen and (min-width: 992px) {
    .card-course-title { overflow: hidden !important; text-overflow: ellipsis !important;  display: -webkit-box !important; -webkit-line-clamp: 2 !important; -webkit-box-orient: vertical !important; }
    .card-sub-text { overflow: hidden; line-height: 20px;  height: 40px;  text-overflow: ellipsis; display: -webkit-box;  -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
}
@media screen and (max-width: 767.98px) {
    .section-main {  padding: 6em 0; }
}
@media only screen and (max-width: 560px) {
    #span_title{ display: none; }
}
