﻿html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

body {
    font-family: "roboto", Lato, Kanit, Arial, sans-serif !important;
    color: #153359;
    font-size: 13px;
    margin: 0px !important;
    padding: 0px !important;
    overflow-x: hidden;
}

.wse-logo img {
    width: 90%;
    max-width: 15rem;
}

.bg-jetts {
    background-color: #e01e3c;
}

.rd-navbar-project-hamburger {
    padding: 0;
    outline: none;
    border: none;
    background: transparent;
    cursor: pointer;
    transition: all .2s ease;
}

    .rd-navbar-project-hamburger:focus, .rd-navbar-project-hamburger:active {
        outline: 0 !important;
        outline-offset: 0 !important;
        background-image: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }

.project-hamburger {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 20px;
    height: 19px;
    transition: inherit;
}

.project-hamburger-line {
    display: block;
    width: 100%;
    height: 2px;
    background: white;
    transition: all .25s linear;
    cursor: pointer;
}

    .project-hamburger-line:last-child {
        width: 60%;
    }

.project-hamburger:hover .project-hamburger-line {
    background: white;
}

    .project-hamburger:hover .project-hamburger-line:first-child {
        width: 60%;
    }

    .project-hamburger:hover .project-hamburger-line:last-child {
        width: 100%;
    }

.rd-navbar-main.active .rd-navbar-project-hamburger {
    margin: 0;
}

.rd-navbar-main.active .rd-navbar-project {
    transform: translateX(0);
}

h1, h2, h3 {
    font-family: "roboto", Kanit;
    letter-spacing: .025em;
}

h4, h5, h6, p, label, .btn {
    font-family: "lato", Kanit;
    letter-spacing: .050em;
}

.font__weight-300 {
    font-weight: 300;
}

.font__weight-400 {
    font-weight: 400;
}

.font__weight-500 {
    font-weight: 500;
}

.font__weight-700 {
    font-weight: 700;
}

.font__weight-900 {
    font-weight: 900;
}

.font-size-18 {
    font-size: 18px;
}

.font-size-11 {
    font-size: 11px !important;
}

.font-size-13 {
    font-size: 13px !important;
}

.font-size-20 {
    font-size: 20px;
}

.font-size-25 {
    font-size: 25px;
}

.font-size-50 {
    font-size: 50px;
}

.height-full {
    height: 100%;
} 

label, .input-group-text, input, select, textarea, p {
    font-size: 13px !important;
}

input, select, textarea {
    max-width: 100% !important;
}
    .letter-spacing-unset {
        letter-spacing: unset !important;
    }

.input-group-text {
    width: 100px !important;
}

.line-dashed {
    border-bottom-style: dashed;
    border-color: #ccc;
    border-width: 1px;
}

    .custom-file-label::after {
        height: unset !important;
        padding-top: .50rem!important;
    }

    input[type="text"],
    input[type="file"],
    select,
    textarea {
        outline: none;
        box-shadow: none !important;
        border: 1px solid #ccc;
    }

.text-underline {
    text-decoration: underline;
}

.lead--line-bg {
    height: .5rem;
    display: flex;
    overflow: hidden;
    font-size: .75rem;
    background-color: #e0e7f1;
    border-radius: .25rem;
}

.lead-line {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
    position: relative;
    background-color: #5bceae !important;
    font-size: .55rem;
    text-align: center;
    font-weight: bold;
    line-height: 1;
}

a .btn-link, a .btn-link-gray {
    font-family: "roboto";
    text-transform: uppercase;
    letter-spacing: .1em;
    font-size: 10px;
    text-decoration: none;
    padding: 5px 0;
    cursor: pointer;
}

a:hover .btn-link,
a:hover .btn-link-gray {
    color: #fff;
    text-decoration: none;
    border-bottom: 1px solid #E5212D;
}

a .btn-link {
    color: #212529;
    border-bottom: 1px solid #212529;
}

a .btn-link-gray {
    color: #fff;
    border-bottom: 1px solid #fff;
}

.btn-link-gray.slide-to-top {
    background-image: linear-gradient(to top, #E5212D 50%, rgba(255,0,0,0) 0);
}

a.header__link {
    color: #b3b3b3;
}

a:hover.header__link {
    color: #ccc;
}

.color-green {
    color: #5bceae;
}

.color-red {
    color: #e01e3c;
}

.color-yellow {
    color: #ffd400;
}

.color-grey {
    color: grey;
}

.color-blue-dark {
    color: #153359;
}

.bg-red {
    background-color: #F12C3E;
}

.bg-blue-dark {
    background-color: #153359;
}

.wse-logo img {
    width: 90%;
    max-width: 15rem;
}

.page__title {
    font-size: 30px !important;
    text-transform: uppercase !important;
    color: #153359;
}

.block__highlight-title {
    background: #282828;
    color: white;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.icon-highlight {
    background: #153359;
    position: absolute;
    z-index: 1;
    left: 6px;
    font-size: 35px;
    width: 80px;
    height: 80px;
    top: -15px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
    color: #fff;
    border: 4px solid #fff !important;
    text-align: center;
}

.icon-highlight2 {
    background: #153359;
    position: absolute;
    z-index: 1;
    left: 6px;
    font-size: 20px;
    width: 40px;
    height: 40px;
    top: -15px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
    color: #fff;
    border: 4px solid #fff !important;
    text-align: center;
}

.list_sub_benefits {
    margin-left: 30px;
    text-align: left;
    margin-bottom: 10px;
}

.icon_sub {
    font-size: 25px;
    margin-left: 10px;
}

.span_sub {
    font-size: 16px;
    margin-left: 10px;
}

.text-highlight {
    font-size: 3rem;
}

.block__leave-his {
    background: #f6f6f6;
}

table > tbody > tr > th {
    height: 40px;
}

table > tbody > tr {
    border-bottom: 1px solid #e5e5e5;
    height: 30px;
}

table > tbody > tr:first-child,
table > tbody > tr:last-child {
    border-bottom: 0px;
}

    a {
        text-decoration: none !important;
    }

        a.vacation-popup,
        a.sickLeave-popup,
        a.withOutPayLeave-popup,
        a.otherLeave-popup {
            color: #153359;
        }

.btn__link-app {
    padding: .5rem;
    background: #f8f9fa;
    z-index: 1;
    font-size: 17px;
    width: 50px;
    height: 50px;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
    color: #495057;
    border: 4px solid #5bceae !important;
}

.btn__link-app-sm {
    padding: .2rem;
    background: #f8f9fa;
    z-index: 1;
    font-size: 16px;
    width: 35px;
    height: 35px;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
    color: #495057;
    border: 2px solid #5bceae !important;
    position: absolute;
    right: -3px;
    top: -15px;
}

.btn__link-app-sm2 {
    padding: .2rem;
    background: #f8f9fa;
    z-index: 1;
    font-size: 16px;
    width: 35px;
    height: 35px;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
    color: #495057;
    border: 2px solid #5bceae !important;
    position: absolute;
    right: 40px;
    top: -15px;
}

a.external__link:hover .btn__link-app,
a.external__link:hover .btn__link-app-sm {
    background: #e9ecef;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}

.external__link label {
    margin-right: 15px;
    font-weight: bold;
    margin-top: 15px;
    color: #153359;
    cursor: pointer;
}

#profileMore {
    transition: all .25s linear;
}

.rd-navbar-project {
    position: fixed;
    display: flex;
    flex-direction: column;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 15px;
    width: 270px;
    background: #ffffff;
    transform: translateX(102%);
    box-shadow: 0 0 5px 0 rgba(1, 3, 4, 0.19);
    z-index: 1084;
}

.rd-navbar-wrap, .rd-navbar, .rd-menu, .rd-navbar-nav, .rd-navbar-panel, .rd-navbar-static .rd-menu, .rd-navbar-fixed .rd-navbar-nav-wrap, .rd-navbar-fixed .rd-navbar-submenu, .rd-navbar-project {
    transition: 0.35s all cubic-bezier(0.65, 0.05, 0.36, 1);
}

.slide-to-top {
    display: inline-block;
    background-size: 200% 200%;
    background-image: linear-gradient(to top, #E5212D 50%, rgba(255,0,0,0) 0);
    background-position: top;
    -webkit-transition: background-position 300ms, color 300ms ease, border-color 300ms ease;
    -moz-transition: background-position 300ms, color 300ms ease, border-color 300ms ease;
    -ms-transition: background-position 300ms, color 300ms ease, border-color 300ms ease;
    -o-transition: background-position 300ms, color 300ms ease, border-color 300ms ease;
    transition: background-position 300ms, color 300ms ease, border-color 300ms ease;
}

a:hover .slide-to-top {
    background-position: bottom;
}

.slide-to-bottom {
    display: inline-block;
    background-size: 200% 200%;
    background-image: linear-gradient(to bottom, #E5212D 50%, rgba(255,0,0,0) 0);
    background-position: bottom;
    -webkit-transition: background-position 300ms, color 300ms ease, border-color 300ms ease;
    -moz-transition: background-position 300ms, color 300ms ease, border-color 300ms ease;
    -ms-transition: background-position 300ms, color 300ms ease, border-color 300ms ease;
    -o-transition: background-position 300ms, color 300ms ease, border-color 300ms ease;
    transition: background-position 300ms, color 300ms ease, border-color 300ms ease;
}

a:hover .slide-to-bottom {
    background-position: top;
}

a .app-fav h6 {
    color: #212529;
}

a .app-fav {
    box-shadow: 0 0 5px 0 rgba(1, 3, 4, 0.19);
    color: #212529;
    width: 100%;
    height: 100%;
    min-height: 100px;
    cursor: pointer;
    border: 1px solid #d5d5d5;
}

.app-fav i {
    color: #E5212D;
    font-size: 20px;
}

a:hover .app-fav,
a:hover .app-fav .i-app-fav,
a:hover .app-fav h6 {
    color: #fff;
    text-decoration: none;
}

    a:hover .app-fav i,
    a:hover .btn-link i {
        color: #1C3055;
    }

.i-app-fav {
    border-bottom: 1px solid #e9ecef;
    color: #F12C3E;
}

a .app-fav h6,
a .app-fav p,
a:hover .app-fav h6,
a:hover .app-fav p,
a:link {
    text-decoration: none !important;
}

.sec-about,
.sec-traning {
    background: #2C2C2D;
    color: #fff;
}

.sec-learn {
    background: #F7F9FC;
}

.circle {
    border-radius: 1000px !important;
    overflow: hidden;
    width: 15rem;
    height: 15rem;
    border: 8px solid #ffffff;
    position: relative;
    background: rgba(28, 48, 85, .1);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

    .circle img {
        max-width: 100%;
        height: auto;
    }

.p-image {
    position: absolute;
    color: #666666;
    transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
    z-index: 1;
    border-radius: 50px;
    background: #ddd;
    width: 35px;
    height: 35px;
    bottom: 15px;
    left: 60%;
}

    .p-image i {
        top: 45%;
        left: 50%;
        transform: translate(-50%, -50%);
        color: #2C2C2D;
        position: relative;
    }

    .p-image:hover {
        transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
        color: #2C2C2D;
    }

.profile-pic {
    max-width: 15rem;
    max-height: 15rem;
    display: block;
}

.file-upload {
    display: none;
}

.upload-button {
    font-size: 1.2em;
    cursor: pointer;
    color: #fff;
}

    .upload-button:hover {
        transition: all .3s cubic-bezier(.175, .885, .32, .5);
        color: #2C2C2D;
        opacity: .5;
    }

.content-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.content-left {
    position: absolute;
    top: 0;
    left: 40%;
    transform: translate(-50%, 0%);
}

.content-right {
    position: absolute;
    top: 50%;
    right: 2%;
    transform: translate(0%, -50%);
}

    .line-left {
    border-left: 2px solid;
    padding-left: 20px;
}

.block__detail-about {
    border-radius: 5px;
    box-shadow: 0 0 5px 0 rgba(1, 3, 4, 0.5);
    background-color: #fff;
    height: 520px;
    width: 100%;
    position: absolute;
    color: #212529;
}

.fa-heart {
    color: #E5212D;
}

.profile-detail {
    margin: 70px 0 50px 0;
}

.block__apps a {
    color: #153359;
    width: 100%;
}

    .block__apps a i {
        color: #e01e3c;
    }

    .block__apps > a > div {
        height: 100%;
        min-height: 150px;
        cursor: pointer;
    }

.block__apps > a:hover > div {
    box-shadow: 0 0 5px 0 rgba(1, 3, 4, 0.19);
    color: #212529;
    background: #f3f3f3;
}

.block__apps > a:hover i,
.block__apps > a:hover h6 {
    color: #153359;
}

.block__apps > a:hover p {
    color: #a0a0a0;
}

.block__apps {
    border-right: 1px solid #dee2e6;
}

.block__apps:nth-child(1n+3) {
    border-top: 1px solid #dee2e6;
}

.block__apps:nth-child(3n) {
    border: unset;
}

.block__apps:nth-child(3n+6) {
    border-top: 1px solid #dee2e6;
}

.block__traning .slide-to-bottom {
    background-image: linear-gradient(to bottom, #fff 50%, rgba(255,0,0,0) 0);
    border: #fff 1px solid;
    color: #fff;
    border-radius: 5px;
}

.block__traning > a:hover i,
.block__traning > a:hover p {
    color: #212529;
}

.block__traning h6 {
    font-weight: 800;
    color: #E5212D;
}

.head-apps {
    color: #E5212D;
}

.blog-icon {
    display: inline-block;
    font-size: 30px;
    line-height: 50px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    text-align: center;
    position: relative;
    text-decoration: none;
    z-index: 1;
    overflow: hidden;
}

.block__profile, .block__announcement {
    background: #f8f9fa !important;
}

.overflow-hidden {
    overflow: hidden;
}

    .block__profile .blog-icon {
        width: 110px !important;
        height: 110px !important;
        box-shadow: 0 0 5px 0 rgba(1, 3, 4, 0.2);
        border: 5px solid #fff;
    }

.blog-icon img {
    height: 100%;
}

.block__life a {
    color: #212529;
}

    .block__life a:hover {
        color: #b0b0b0;
    }

.block__life a:hover .blog-icon {
    box-shadow: 0 0 5px 0 rgba(1, 3, 4, 0.5);
    border: 4px solid #fff;
}

.block__learn-detail {
    height: 400px;
    border: 1px solid #dee2e6;
    color: #212529;
    background: #fff;
}

    .block__learn-detail p {
        letter-spacing: .070em;
    }

a:hover .block__learn-detail {
    background-color: #E5212D;
    color: #fff;
}

.t-date {
    font-size: 9px;
    position: absolute !important;
    bottom: 3rem;
}

.t-footer {
    font-size: 10px;
    letter-spacing: .2em;
    font-weight: 500;
}

.icon-fav {
    position: absolute;
    right: 0;
    padding-right: 1.5rem !important;
    padding-top: .5rem;
    z-index: 1;
    font-size: 18px;
    cursor: pointer;
}

.icon-apps, .nav-link i {
    font-size: 20px;
}

.side-nav .nav-link i {
    padding-right: 10px;
    font-size: 15px;
}

#secFav::before,
#secAbout::before,
#secLife::before,
#secLearn::before,
#secApps::before,
#secTraning::before {
    display: block;
    content: "";
    margin-top: -70px;
    height: 70px;
    visibility: hidden;
    pointer-events: none;
}

.new-app {
    margin-left: 5px;
    font-size: 9px;
    color: #fff;
    background: #1C3055;
    padding: 1px 1px 2px 2px;
}

.carousel-caption {
    color: #2C2C2D!important;
}
/*nav menu css*/
    #wrapper {
    padding: 81px 0 0 0;
}

.navbar-expand-lg .navbar-nav.side-nav {
    flex-direction: column;
}

.header-top {
    box-shadow: 0 3px 5px rgba(0,0,0,.1)
}

.right-menu-trigger, .navbar-nav li a .short-menu {
    display: none;
}

.navbar-nav-text li a {
    color:white;
    padding: .5rem 1rem !important;
    border-bottom: 1px solid #e01e3c;
    -webkit-transition: border-color .5s ease;
    -moz-transition: border-color .5s ease;
    -o-transition: border-color .5s ease;
    -ms-transition: border-color .5s ease;
    transition: border-color .5s ease;
}

    .navbar-nav-text li a:hover,
    .navbar-nav-text li.active a {
        color: white;
        border-bottom: 1px solid #FFF;
    }

        .back-to-top {
            position: fixed;
            bottom: 25px;
            right: 25px;
            display: none;
        }

.img__organization img {
    width: 100%;
}

.img-point {
    float: left;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.block__point p {
    letter-spacing: unset;
}

.text-point {
    font-size: 13px;
}

.point-reward {
    font-size: 1.5rem;
    letter-spacing: unset;
}

.font-weight-bold {
    font-weight: bold;
}

.block__point-detail {
    min-height: 50px;
}
.point-detail {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-word;
}

a .block__point .point-detail {
    color: #153359;
}

.partner-name {
    line-height: 3.7;
}

a:hover .block__point .img-point {
    opacity: 0.5;
}

a:hover .block__point {
    box-shadow: 0 0 5px rgba(0,0,0,.3);
}

    a:hover .block__point .point-detail {
        color: #4b79b3;
    }

.tab__get-point .nav-tabs .nav-link {
    padding-left: 2rem;
    padding-right: 2rem;
    border: 1px solid #dee2e6;
    background: #fff;
    color: #153359;
    margin-right: 5px;
}

.htabs {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
    border: 1px solid #dee2e6;
    background: #fff;
    color: #153359;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.bdnone{
    border:none !important;
}

.tab__get-point a:hover.nav-link {
    border: 1px solid #dee2e6;
    box-shadow: 0 0 5px rgba(0,0,0,.3);
}

.tab__get-point .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #fff;
    background-color: #153359;
}

.block__benefits a {
    color: #153359;
}

    .block__benefits a:hover {
        color: #a0a0a0;
    }

.t-total {
    height: 100%;
    padding-top: 20px;
}

.mascot__woman-home {
    position: fixed;
    height: 300px;
    right: 2%;
    bottom: 0;
}

.img__people {
    width: 25px;
}

.img__people-emp {
    width: 40px;
}

.text__total-line {
    line-height: 2.9;
}

.cursor__default {
    cursor: default;
}

.cursor__pointer {
    cursor: pointer;
}

.img-video img {
    width: 100%;
    max-width: 600px;
}

.img-video a .link-video {
    width: 68%;
    height: 53%;
    position: absolute;
    font-size: 2em;
    color: #fff;
}

.img-video a:hover .link-video .hover-play i {
    transition: 0.50s;
    -webkit-transition: 0.50s;
    -moz-transition: 0.50s;
    -ms-transition: 0.50s;
    -o-transition: 0.50s;
    -webkit-transform: rotate(30deg);
    -moz-transform: rotate(30deg);
    -o-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
    opacity: 0.5;
    color: #E6313D;
}

.img-video a:hover .link-video .main-play i {
    transition: 0.50s;
    -webkit-transition: 0.50s;
    -moz-transition: 0.50s;
    -ms-transition: 0.50s;
    -o-transition: 0.50s;
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg);
}

/*.carousel-indicators {
    bottom: -50px !important;
}*/

    .carousel-indicators li {
        background-color: #F12C3E !important;
    }


.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23f00' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23f00' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

.picture_reward {
    height: 180px;
    overflow: hidden;
}

.picture_reward-detail {
    height: auto;
    overflow: hidden;
}

.btn-doc-training {
    min-height: 70px;
    width: 55%;
    position: absolute;
    top: 35px;
}

a .arrow-click {
    position: absolute;
    left: 0px;
    font-size: 20px;
    top: 80px;
    opacity: 0;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

a:hover .arrow-click {
    left: 35%;
    font-size: 33px;
    top: 27px;
    opacity: unset;
}

.arrow-r {
    position: absolute;
    right: -8px;
    bottom: 10px;
}

@media (min-width:768px) and (max-width:991px) {
    .btn-doc-training {
        top: 0px !important;
    }

    .btn-doc-training h4 {
        font-size: 1rem;
    }

    .btn-doc-training b,
    .btn-doc-training p {
        font-size: 12px !important;
    }

    .arrow-r {
        bottom: 40px;
    }
}

@media (min-width:990px) and (max-width:1352px) {
    .mascot__woman-home {
        left: -10%;
        right: unset !important;
    }

    .popover {
        display: none !important;
    }
}

@media (min-width:768px) {
    .right-menu-trigger {
        display: block;
        margin: 7px 0px 4px 20px;
        cursor: pointer;
    }

    #wrapper {
        padding: 73px 0 0 0;
    }

        #wrapper.open {
            padding: 73px 225px 0 0;
        }

    .navbar-nav.side-nav.open {
        right: 0;
    }

    .side-nav li a {
        padding: 20px !important;
    }

    .navbar-nav li a .short-menu {
        float: right;
        display: block;
        opacity: 1
    }

    .navbar-nav.side-nav.open.navbar-nav li a .short-menu {
        opacity: 0
    }

    .navbar-nav.side-nav {
        background: #454648;
        box-shadow: -2px 1px 2px rgba(0,0,0,.1);
        position: fixed;
        top: 73px;
        flex-direction: column !important;
        right: -225px;
        width: 225px;
        bottom: 0;
        padding-bottom: 40px
    }
}

.animate {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.navbar-nav li a svg {
    font-size: 25px;
    float: left;
    margin: 0 10px 0 5px;
}

.side-nav li {
    border-bottom: 1px solid #6e6e6e;
}

.side-nav .dropdown {
    position: initial;
}

.side-nav .dropdown-menu {
    position: relative;
    opacity: 0;
    left: 120%;
    top: 0;
    height: 100%;
    border: 0;
    padding: 0;
    margin: 0;
    border-radius: 0;
    box-shadow: 5px 0 5px rgba(0,0,0,.1);
    background: #eee;
    visibility: hidden;
    display: block;
    transition: .4s ease all;
}

    .side-nav .dropdown-menu.show {
        left: 100%;
        opacity: 1;
        visibility: visible;
        display: block;
        transition: .4s ease all;
    }

nav.navbar {
    font-family: "roboto";
    letter-spacing: .050em;
}

.navbar-nav {
    font-size: 12px;
}
.side-nav .nav-link {
    color: rgba(255, 255, 255, 0.85) !important;
    font-size: 12px;
}

.side-nav a:hover.nav-link {
    color: rgba(255, 255, 255, 1) !important;
}

.navbar-toggler {
    border: unset!important;
    border-radius: unset!important;
}

.t-point i {
    font-size: 2.2rem;
    color: #ffd400;
}
/*end nav menu css*/

.t-rev {
    font-weight: 900 !important;
    color: #5bceae;
    text-decoration: underline;
}

.block__personal-leave {
    border-left: 1px solid #dee2e6;
}

/*search*/

.has-search .form-control {
    padding-left: 2.375rem;
}

.has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
}

.block__video-main {
    height: 300px;
    overflow: hidden;
    position: relative;
}

.block__video {
    height: 195px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}

    .block__video a:hover,
    .block__video-main a:hover,
    .block__video-small a:hover {
        opacity: .5;
    }

    .block__video img,
    .block__video-main img,
    .block__video-small img {
        width: 100%;
    }

    .block__video-small {
        /*height: 85px;*/
        overflow: hidden;
        position: relative;
    }

.accordion .card-header:after {
    font-family: 'Font Awesome 5 Free';
    content: "\f068";
    float: right;
    font-weight: 900;
}

.accordion .card-header.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\f067";
}

.img-full img {
    width: 100%;
}

a.back-link {
    color: #153359;
    font-size: 12px;
    -webkit-transition: color .5s ease;
    -moz-transition: color .5s ease;
    -o-transition: color .5s ease;
    -ms-transition: color .5s ease;
    transition: color .5s ease;
}
a:hover.back-link {
    color: #fff;
}

.blockUI {
    z-index: 9999999 !important;
}

@media (min-width: 1600px) {
    .rd-navbar-project {
        padding-top: 50px;
        padding-bottom: 90px;
    }
}

@media (min-width: 1200px) {
    .rd-navbar-project {
        width: 410px;
        padding: 38px 30px 50px;
    }
}

@media (min-width: 992px) {
    .rd-navbar-project {
        padding: 33px 15px 30px;
    }

    #wrapper {
        padding: 81px 0 0 0;
    }

    #wrapper.open {
        padding: 81px 225px 0 0;
    }

    .navbar-nav.side-nav {
        top: 81px;
    }
}

@media (min-width: 576px) {
    .rd-navbar-project {
        width: 350px;
    }
}

@media only screen and (max-width: 1200px) {
    .p-image {
        left: 63%;
    }
}

@media only screen and (max-width: 991px) {

    .p-image {
        left: 67%;
    }

    .block__learn-detail {
        height: 350px;
    }

    .wse-logo img {
        width: 75%;
    }
    .picture_reward {
        height: 220px !important;
    }
}

@media only screen and (max-width: 767px) {
    .circle {
        width: 10rem;
        height: 10rem;
    }

    .p-image {
        left: 62%;
    }

    .block__head h1,
    h1.block__head {
        font-size: 1.8rem !important;
    }

    .block__detail-about {
        margin-right: 5px;
        height: auto !important;
        position: relative !important;
    }

    .icon-fav {
        top: 5px;
        font-size: 15px;
        padding-right: 10px !important;
    }
    #wrapper {
        padding: 73px 0 0 0;
    }

        #wrapper.open {
            padding: 73px 0 0 0;
        }
    .side-nav li {
        border-bottom: unset!important;
    }
    .navbar-light .navbar-nav a.nav-link {
        color: rgba(0,0,0,.5) !important;
        padding: .5rem 1rem !important;
        border-bottom: 1px solid #fff;
        -webkit-transition: border-color .5s ease;
        -moz-transition: border-color .5s ease;
        -o-transition: border-color .5s ease;
        -ms-transition: border-color .5s ease;
        transition: border-color .5s ease;
    }

    .navbar-light .navbar-nav a:hover.nav-link {
        color: rgba(0,0,0,1) !important;
        border-color: #212529 !important;
    }

    #navbarText ul {
        padding: 20px 0;
    }

    #navbarText ul:nth-last-child(2) {
        border-bottom: 1px solid #ddd;
        border-top: 1px solid #ddd;
    }

    ul.navbar-icon {
        display: flex;
        flex-flow: row wrap;
    }

    ul.navbar-icon li {
        text-align: center;
    }

    .icon-apps, .nav-link i {
        font-size: 16px !important;
    }

    h2 {
        font-size: 1.5rem !important;
    }

    h6 {
        font-size: .8rem !important;
    }

    .block__apps > a > div,
    a .app-fav {
        min-height: 100px !important;
    }

    .block__personal-leave {
        border-left: unset;
    }
}

@media only screen and (max-width: 767px) and (orientation: landscape) {
    .p-image {
        left: 57%;
    }
}

@media only screen and (max-width: 767px) and (orientation: portrait) {

    .profile-detail {
        margin: 70px 0 !important;
    }
}

@media only screen and (max-width: 575px) and (orientation: landscape) {
    .block__learn.col-12 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .block__learn.px-5 {
        padding: .5rem !important;
    }
}

@media (min-width: 576px) {
    .jumbotron {
        padding: 2rem !important;
    }
}

.fonthilightdetail {
    font-size:18px;
}

@media (min-width: 1200px) {
    .al1 {
        vertical-align: top;
    }

    .al2 {
        position: absolute;
        right: 55px;
        top: 20px;
    }
}

.loadmore{
    margin-top:10px;
    padding:10px;
    background-color:red;
    color:white;
    cursor:pointer;
}

.child{
    text-align:left !important;
}

.mglr0 {
    margin-left: 0px;
    margin-right: 0px;
}

.crwhite {
    color: white !important;
}

@media (max-width: 767px) {
    .bgwhite {
        background-color: white;
    }
}

.w100{
    width:100%;
}

.pt-relative{
    position:relative;
}

.block__welcome{
    margin-top:15px;
}

.welcome {
    text-align: center;
    font-size: 44px;
}

.welcome_detail {
    text-align: center;
    font-size: 20px;
}

.mt20{
    margin-top: 20px;
}

.mt30{
    margin-top: 30px;
}

.title_slide {
    position: absolute;
    top: 5px;
    margin-left: 5%;
    margin-right: 5%;
    background-color: #00000080;
    color: white;
    width: 90%;
}

.title_changepassword{
    width: 160px !important;
}

.validate_error {
    background-color: #f8dbdd !important;
    border: 1px solid #f4acad !important;
}