/*Body*/
body.content_box_visible{
    overflow: hidden;
}
body.content_box_visible.content-popup .sm-popup {
    overflow-y: auto;
    overflow-x: hidden;
}
body.sm-pageAnimated.swal2-shown>:not(.sm-wrapper) {
    pointer-events: all;
}
/* Language Selector */
.language-links {
    width: auto;
    padding: 0;
    margin: 0;
    display: flex;
    margin-right: 25px;
    font-size: .9em;
    font-weight: 100;
}
.language-links li {
    display: inline;
    list-style-type: none;
    padding-right: 10px;
    position: relative;
}
.language-links li.language-list ul {
    display: none;
    padding: 0;
    margin: 0;
    list-style: none;
}
.language-links .selected-language:after{
    position: absolute;
    content: "\f0d7";
    font-family: "Font Awesome 5 Pro";
    font-weight: 700;
    margin-left: 8px;
    color: #a6a8a9;
}

.language-links #lang-form #dropdown-wrapper {
    width: 100px;
    margin-top: 20px;
    z-index: 1000;
}

.language-links .dropdownbox {
    margin: 0 auto;
    cursor: pointer;
}

.language-links .dropdownbox > p {
    display: block;
    user-select: none;
    -moz-user-select:none;
    /* Safari */ -khtml-user-select: none;}

.language-links ul.menu{
    margin: 0px;
    padding: 0px;
    list-style: none;
    position: relative;
    margin: 0 0;
    width: 100px;
    overflow: hidden;
    height: 0;
    margin-left: -37px;
    margin-top: 2px;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    /*-moz-transform:scale(0); */
    color: #FFF;
    cursor: pointer;
    user-select: none;
    -moz-user-select:none;
    /* Safari */
    -khtml-user-select: none;
}

.language-links ul.menu li {
    padding: 2px 0;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.language-links ul.menu li:hover {
    padding-left: 10px;
    color:#0082bf;
    /*background: #1F8EC1;*/
}

.menu.showMenu {
    /*-moz-transform:scale(1);*/
    height: 50px;
}

/* Main Menu */
/* Mobile menu toggle button */

.main-menu-btn {
    float: right;
    margin: 5px 10px;
    position: relative;
    display: inline-block;
    width: 29px;
    height: 29px;
    text-indent: 29px;
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}


/* hamburger icon */

.main-menu-btn-icon,
.main-menu-btn-icon:before,
.main-menu-btn-icon:after {
    position: absolute;
    top: 50%;
    left: 2px;
    height: 2px;
    width: 24px;
    background: #555;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}

.main-menu-btn-icon:before {
    content: '';
    top: -7px;
    left: 0;
}

.main-menu-btn-icon:after {
    content: '';
    top: 7px;
    left: 0;
}


/* x icon */

#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon {
    height: 0;
    background: transparent;
}

#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:before {
    top: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:after {
    top: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}


/* hide menu state checkbox (keep it visible to screen readers) */

#main-menu-state {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
}


/* hide the menu in mobile view */

#main-menu-state:not(:checked) ~ #main-menu {
    display: none;
}

#main-menu-state:checked ~ #main-menu {
    display: block;
}

.sm-clean a, .sm-clean a:active, .sm-clean a:focus, .sm-clean a:hover {
    font-family: 'Open Sans', sans-serif !important;
    color: #fff;
    font-size: .9em;
    font-weight: 700;
}
/*
.sm-clean li a, .sm-clean li a:active, .sm-clean li a:focus, .sm-clean li a:hover {
    height: 75px;
    display: flex;
    align-items: center;
    border-bottom: 4px solid rgba(255, 255, 255, 0);
}
*/
@media (min-width: 768px) {
    /* hide the button in desktop view */
    .main-menu-btn {
        position: absolute;
        top: -99999px;
    }
    /* always show the menu in desktop view */
    #main-menu-state:not(:checked) ~ #main-menu {
        display: flex;
        height: 75px;
        align-items: center;
    }

    .sm-clean {
        padding: 0;
        background: rgba(255, 255, 255, 0);
        border-radius: 100px;
        display: flex;
        justify-content: flex-start;
    }
    .sm-clean li {
        float: none;
        padding: 0 8px;
    }
    .sm-clean a.highlighted, .sm-clean a:active, .sm-clean a:focus, .sm-clean a:hover {
        color: rgba(255, 255, 255, 0.7);
    }
    .sm-clean a .sub-arrow {
        top: 50%;
        margin-top: -2px;
        right: 12px;
        width: 0;
        height: 0;
        border-width: 4px;
        border-style: solid dashed dashed dashed;
        border-color: #fff transparent transparent transparent;
        background: 0 0;
        border-radius: 0;
    }
    /* prevent text rendering degrade during animation in Mac browsers */
    #main-menu {
        -webkit-font-smoothing: subpixel-antialiased;
    }
    /* show animation */
    #main-menu ul.show-animation {
        -webkit-animation: show-animation 0.2s;
        animation: show-animation 0.2s;
    }
    @-webkit-keyframes show-animation {
        0% {
            -webkit-transform: scale3d(0, 0, 1);
            opacity: 0;
        }
        60% {
            -webkit-transform: scale3d(1.05, 1.05, 1);
        }
        100% {
            -webkit-transform: scale3d(1, 1, 1);
            opacity: 1;
        }
    }
    @keyframes show-animation {
        0% {
            transform: scale3d(0, 0, 1);
            opacity: 0;
        }
        60% {
            transform: scale3d(1.05, 1.05, 1);
        }
        100% {
            transform: scale3d(1, 1, 1);
            opacity: 1;
        }
    }
    /* hide animation */
    #main-menu ul.hide-animation {
        -webkit-animation: hide-animation 0.2s;
        animation: hide-animation 0.2s;
    }
    @-webkit-keyframes hide-animation {
        0% {
            -webkit-transform: scale3d(1, 1, 1);
            opacity: 1;
        }
        100% {
            -webkit-transform: scale3d(0, 0, 1);
            opacity: 0;
        }
    }
    @keyframes hide-animation {
        0% {
            transform: scale3d(1, 1, 1);
            opacity: 1;
        }
        100% {
            transform: scale3d(0, 0, 1);
            opacity: 0;
        }
    }
    .sm-clean ul a, .sm-clean ul a.highlighted, .sm-clean ul a:active, .sm-clean ul a:focus, .sm-clean ul a:hover {
        border: 0!important;
        padding: 6px 10px;
        color: #555;
        font-size: 14px;
    }
}

/*Social Media Icons*/
.social-media-icons {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.social-media-icons a {
    font-size: 1em;
    color: #707274;
    margin: 0 5px;
}
.social-media-icons a:hover {
    color: #0082bf;
}

/*Content Box*/
.content-box {
    background: #fff;
    border: 1px solid #eeeeee;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    padding: 12px;
    box-shadow: 0 0 30px -10px rgba(0, 0, 0, 0.15);
    margin-bottom: 0px;
    width: 100%;
    flex: 100% 0 0;
    border-radius: 6px 6px 20px 20px;
}
.content-box-image {
    display: inline-flex;
    overflow: hidden;
    height: 200px;
    align-items: center;
    justify-content: center;
}
.content-box-image img{
    display: flex;
    width: 100%;
}
.content-box-title {
    display: block;
    width: 100%;
    margin-top: 20px;
    font-size: 0.8em;
    font-weight: 600;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color: #681831;
}
.content-box-desc {
    display: inline-flex;
    width: 100%;
    color: #96989a;
    font-size: 0.8em;
    font-weight: 100;
}
.content-box-link-arrow {
    position: absolute;
    bottom: 12px;
    right: 20px;
    font-size: 1.5em;
    line-height: 1;
    color: #681831;
}
.content-box-date {
    margin-top: 20px;
    font-size: 0.8em;
    color: #a9a9a9;
    align-items: center;
    display: flex;
}
.content-box-date i{
    margin-right: 8px;
}
.content-box-link, .content-box-link:after{
    cursor: pointer;
}

.content-box.campus-box {
    padding: 0;
    overflow: hidden;
}
.content-box.campus-box .content-box-image{
    align-items: flex-start;
}
.content-box.campus-box .content-box-title{
    padding: 0 12px;
}
.content-box.campus-box .content-box-desc{
    padding: 0 12px;
}
.content-box.campus-box .content-box-date{
    padding: 0 6px;
    margin-top: 18px;
    margin-bottom: 8px;
}
/*Button*/
.btn-mesan-1{
    background: #0081bf;
    color: #fff;
    padding: 10px 35px;
    display: inline-block;
    border-radius: 6px;
    position: relative;
}
.btn-mesan-1.arrowed:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-top-color: #0082bf;
    border-width: 6px;
    margin-left: -6px;
}

/*Swiper Bullets*/
.swiper-pagination-bullets {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
}
.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    display: inline-block;
    border-radius: 100%;
    background: rgba(0, 0, 0, 0.01);
    opacity: 1;
    margin: 2px;
    border: 1px solid #ffffff;
}
.swiper-pagination-bullet:focus {
    outline: none;
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: #681731;
}

.new-product-navigation-button {
    position: absolute;
    top: 50%;
    width: 50px;
    height: 50px;
    background: #0080bf;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 50%;
    transition: all linear 250ms;
}
.new-product-navigation-button:hover {
    background: #96989a;
}
.new-product-navigation-button:focus {
    outline: none;
}
.new-product-navigation-button.next {
    left: auto;
    right: 50px;
}
.new-product-navigation-button.prev {
    left: 50px;
    right: auto;
}

.news-swiper-navigation-button {
    position: absolute;
    top: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #681831;
    border-radius: 50%;
    transition: all linear 250ms;
    border: 1px solid;
}
.news-swiper-navigation-button:hover {
    background: #96989a;
}
.news-swiper-navigation-button:focus {
    outline: none;
}
.news-swiper-navigation-button.next {
    left: auto;
    right: 50px;
}
.news-swiper-navigation-button.prev {
    left: 50px;
    right: auto;
}

.slider-navigation-button {
    position: absolute;
    top: 50%;
    width: 50px;
    height: 50px;
    background: rgba(0, 128, 191, 0);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 50%;
    transition: all linear 250ms;
    border: 1px solid;
}
.slider-navigation-button:hover {
    background: #96989a;
}
.slider-navigation-button:focus {
    outline: none;
}
.slider-navigation-button.next {
    left: auto;
    right: 30px;
}
.slider-navigation-button.prev {
    left: 30px;
    right: auto;
}
.slider-navigation-button.product-swiper{
    z-index: 999;
    width: 40px;
    height: 40px;
}
.slider-navigation-button.product-swiper.next{
    right: 0;
}
.slider-navigation-button.product-swiper.prev{
    left: 0;
}

.swiper-item-bg {
    height: 525px;
    display: flex;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.slider-wrapper {
    position: absolute;
    display: flex;
    height: 100%;
    align-items: center;
    flex-wrap: wrap;
    background-position: center !important;
    background-size: cover !important;
    padding-top: 75px;
    overflow: hidden;
    width: calc(140% + 230px);
    left: 50%;
    bottom: 10px;
    border-radius: 0 0px 50% 50%;
    transform: translateX(-50%);
    background-color: #dedede;
    border-bottom: 8px solid #fff;
    box-shadow: 0 0 10px -4px black;
}
/*Forms*/
.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: none !important;
}
.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: none;
}
.form-submit-btn {
    background: #0082bf;
    color: #fff;
    border-radius: 25px;
    font-size: .8em;
    font-weight: 600;
}
.new-register-btn {
    background: #979899;
    color: #fff !important;
    border-radius: 25px !important;
    border: 0 !important;
    font-size: 0.8em !important;
    font-weight: 600 !important;
}
.login-form label {
    font-size: 0.8em;
    font-weight: 600;
}
.login-form .form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #f7fbff;
    background-clip: padding-box;
    border: 1px solid #eaeaea;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.login-form input::placeholder {
    color: #323232;
    font-size: .8em;
}
.login-form .form-control:focus {
    border-color: #0082bf;
}

/*Page Header*/
section.page-header {
    height: auto;
    /* background-image: url(../images/page-header-default.png); */
    background-position: center;
    background-color: #e9e9e9;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    margin-top: 0px;
    padding-top: 0;
}

section.page-header .page-header-bg-1 {
    content: "";
    position: absolute;
    background: linear-gradient(135deg, #e30059 5%, #681831 90%);
    background-position: top center;
    top: 0;
    bottom: 50px;
    width: calc(140% + 230px);
    left: 50%;
    border-radius: 0 0px 50% 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    color: #fff;
    justify-content: center;
}
section.page-header .page-header-bg-1 i{
    margin-right: 10px;
}
section.page-header .page-header-bg-2 {
    content: "";
    position: absolute;
    background: url("../images/pattern/pattern.jpg");
    background-position: top center;
    top: 0;
    bottom: 15px;
    width: calc(140% + 230px);
    left: 50%;
    border-radius: 0 0px 50% 50%;
    transform: translateX(-50%);
    box-shadow: 0 0 12px -9px black;
}
body.campus-list section.page-header .page-header-bg-2 {
    border-radius: 0;
    left: auto;
    transform: none;
    box-shadow: none;
    bottom: 0;
}

section.page-header .page-title{
    color: #545557;
    font-size: 2em;
    font-weight: 600;
    letter-spacing: -2px;
    line-height: 1;
    text-align: left;
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
    padding: 30px 0 15px 0;
}
section.page-header .page-sub-title {
    color: #fff;
    text-align: center;
    margin-top: 25px;
    font-size: 1.4em;
}
body.contact-page section.page-header{
    padding-top: 25px;
}
body.contact-page section.page-header .page-sub-title {
    color: #fff;
    text-align: center;
    margin-top: 25px;
    font-size: 1.4em;
}
section.page-header .breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding:0 4px;
    margin-bottom: 0;
    list-style: none;
    background-color: transparent;
    border-radius: 0;
}
section.page-header .breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    color: #6c757d;
    content: ">";
}
section.page-header .breadcrumb-item a {
    color: #525252;
    font-size: .8em;
    line-height: 1;
    text-decoration: none;
    background-color: transparent;
}
section.page-header .breadcrumb-item.active a {
    color: #0082bf;
    font-weight: 400;
}
section.page-container {
    margin-top: 25px;
    margin-bottom: 25px;
}
/*Side Bar Menu*/
.sidebar-menu .menu-title {
    background-color: #0082bf;
    padding: 18px 25px;
    color: #ffffff;
    font-weight: 600;
}
.side-menu {
    float: left;
    min-width: 260px;
    outline: 0;
    position: relative;
}
.side-menu * {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
}
.side-menu .menu-footer {
    background: #414956;
    color: #f0f0f0;
    float: left;
    font-weight: normal;
    height: 50px;
    line-height: 50px;
    font-size: 6px;
    width: 100%;
    text-align: center;
}
.side-menu .menu-header {
    background: #414956;
    color: #f0f0f0;
    font-weight: bold;
    height: 50px;
    line-height: 50px;
    text-align: center;
    width: 100%;
}
.side-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.side-menu ul li {
    display: block;
    float: left;
    position: relative;
    width: 100%;
}
.side-menu ul li a {
    background: #414956;
    color: #f0f0f0;
    float: left;
    font-size: 13px;
    overflow: hidden;
    padding: 14px 22px;
    position: relative;
    text-decoration: none;
    white-space: nowrap;
    width: 100%;
}
.side-menu ul li a i {
    float: left;
    font-size: 22px;
    line-height: 18px;
    text-align: left;
    width: 20px;
    color: #0082bf;
}
.side-menu ul li ul li a i {
    float: left;
    font-size: 12px;
    line-height: 18px;
    text-align: left;
    width: 20px;
    color: #323232;
}
.side-menu ul li .menu-label {
    background: #f0f0f0;
    border-radius: 100%;
    color: #555555;
    font-size: 11px;
    font-weight: 800;
    line-height: 18px;
    min-width: 20px;
    padding: 1px 2px 1px 1px;
    position: absolute;
    right: 18px;
    text-align: center;
    top: 14px;
}
.side-menu ul .submenu {
    display: none;
    position: static;
    width: 100%;
    background: #383838;
}
.side-menu ul .submenu .submenu-indicator {
    line-height: 16px;
}
.side-menu ul .submenu li {
    clear: both;
    width: 100%;
}
.side-menu ul .submenu li ul.submenu {
    display: none;
    position: static;
    width: 100%;
    overflow: hidden;
}
.side-menu ul .submenu li a {
    background: #383838;
    border-left: solid 0px transparent;
    border-top: none;
    float: left;
    font-size: 11px;
    position: relative;
    width: 100%;
}
.side-menu ul .submenu li:hover a {
    color: #0082bf !important;
}
.side-menu ul .submenu li .menu-label {
    background: #f0f0f0;
    border-radius: 100%;
    color: #555555;
    font-size: 11px;
    font-weight: 800;
    line-height: 18px;
    min-width: 20px;
    padding: 1px 2px 1px 1px;
    position: absolute;
    right: 18px;
    text-align: center;
    top: 14px;
}
.side-menu ul .submenu > li > a {
    padding: 8px 22px;
    background: #e7e8e9 !important;
}
.side-menu ul .submenu > li > ul.submenu > li > a {
    padding-left: 45px;
}
.side-menu ul .submenu > li > ul.submenu > li > ul.submenu > li > a {
    padding-left: 60px;
}
.side-menu .submenu-indicator {
    -moz-transition: transform .3s linear;
    -o-transition: transform .3s linear;
    -webkit-transition: transform .3s linear;
    transition: transform .3s linear;
    float: right;
    font-size: 20px;
    line-height: 19px;
    position: absolute;
    right: 22px;
}
.side-menu .submenu-indicator-minus > .submenu-indicator {
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.side-menu > ul > li.active > a {
    background: #3b424d;
    color: #ffffff;
}
.side-menu > ul > li:hover > a {
    background: #3b424d;
    color: #ffffff;
}
.side-menu > ul > li > a {
    border-bottom: solid 1px #3b424d;
}
.ink {
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    -webkit-transform: scale(0);
    background: rgba(255, 255, 255, 0.3);
    border-radius: 100%;
    display: block;
    position: absolute;
    transform: scale(0);
}
.animate-ink {
    -moz-animation: ripple 0.3s linear;
    -ms-animation: ripple 0.3s linear;
    -o-animation: ripple 0.3s linear;
    -webkit-animation: ripple 0.3s linear;
    animation: ripple 0.3s linear;
}
.side-menu ul .submenu li:first-child a {
    box-shadow: inset 0px 10px 10px -16px black;
}
.side-menu ul .submenu li:last-child a {
    box-shadow: inset 0px -10px 10px -16px black;
}
@-moz-keyframes ripple {
    100% {
        opacity: 0;
        transform: scale(2.5);
    }
}
@-webkit-keyframes ripple{
    100% {
        opacity: 0;
        transform: scale(2.5);
    }
}
@keyframes ripple{
    100% {
        opacity: 0;
        transform: scale(2.5);
    }
}

.blue.side-menu .menu-footer {
    background: #4a89dc;
}
.blue.side-menu .menu-header {
    background: #4a89dc;
}
.blue.side-menu ul li > a {
    background: #4a89dc;
}
.blue.side-menu ul ul.submenu li:hover > a {
    border-left-color: #3e82da;
}
.blue.side-menu > ul > li.active > a {
    background: #3e82da;
}
.blue.side-menu > ul > li:hover > a {
    background: #3e82da;
}
.blue.side-menu > ul > li > a {
    border-bottom-color: #3e82da;
}
.white.side-menu .menu-footer {
    background: #ffffff;
    color: #555555;
}
.white.side-menu .menu-header {
    background: #ffffff;
    color: #555555;
}
.white.side-menu ul li a {
    background: #f3f2f2;
    color: #323232;
}
.white.side-menu ul ul.submenu li:hover > a {
    border-left-color: #f0f0f0;
}
.white.side-menu ul ul.submenu li a {
    color: #323232;
}
.white.side-menu > ul > li.active > a {
    background: #f0f0f0;
}
.white.side-menu > ul > li:hover > a {
    background: #f0f0f0;
}
.white.side-menu > ul > li > a {
    border-bottom-color: #f0f0f0;
}
.white.side-menu > ul > li > a > .ink {
    background: rgba(0, 0, 0, 0.1);
}

/*Slick Modal*/
.slickModal .close.icon {
    display: inline-block;
    width: 25px;
    height: 25px;
    overflow: hidden;
    margin: 34px 12px 0 0;
    opacity: .3;
    background-color: #737575;
    border-radius: 50%;
}
.slickModal .close.icon:after, .slickModal .close.icon:before {
    content: "";
    position: absolute;
    height: 2px;
    width: 56%;
    top: 50%;
    left: 50%;
    margin-left: -28%;
    margin-top: -1px;
    background: #fff;
}
.select2-container{
    z-index: 99999;
}
.var-form .select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 0px solid #aaa;
    border-radius: 4px;
}
.var-form .select2-dropdown {
    background-color: white;
    border: 1px solid #a6a8a9;
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    top: 8px;
    z-index: 1051;
}
.var-form .select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box;
    font-size: .8em;
}
.var-form .select2-results__option {
    padding: 6px;
    user-select: none;
    -webkit-user-select: none;
    font-size: .8em;
}
.var-form .select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #4a89dc;
    color: white;
}
.var-form .select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    font-size: 1.2em;
}
.swal2-container.swal2-center {
    -webkit-box-align: center;
    align-items: center;
    z-index: 99999999;
}

.brand-box {
    text-align: center;
    background-color: #075fa9;
    color: #fff;
    padding: 25px 25px;
    clip-path: polygon(20% 0, 100% 0%, 80% 100%, 0% 100%);
}
.brand-box .text{
    font-size: 3em;
    font-weight: 600;
}
.brand-box.desc {
    text-align: center;
    background-color: #075fa9;
    color: #fff;
    padding: 25px 25px;
    transform: skewX(0deg);
    margin-left: -25px;
    clip-path: polygon(25% 0, 100% 0%, 100% 100%, 0% 100%);
    min-height: 350px;
    align-items: center;
    display: flex;
}
.brand-box.desc .text{
    font-size: 1em;
    font-weight: 300;
    text-align: left;
    padding: 25px 75px 25px 200px;
}
.brand-box.desc .text b{
    font-weight: 600;
}

.alert.alert-no-content {
    border: 2px dashed #eee;
    font-size: 1em;
    background: #f5f5f5;
    color: #989898;
    font-weight: 500;
    align-items: center;
    display: flex;
}
.alert.alert-no-content i{
    color: #0082bf;
    font-size: 1.4em;
    line-height: 1;
    margin-right: 15px;
    opacity: .5;
}
.no-action-btn {
    position: absolute;
    display: flex;
    align-items: center;
    background: rgba(0, 130, 191, 0.82);
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    color: #fff;
    justify-content: center;
    text-align: center;
    font-size: .8rem;
    transition: all linear 250ms;
    opacity: 0;
}
.no-action-btn i{
    font-size: 1.2em;
    margin-right: 10px;
}
.form-row {
    flex: auto;
    position: relative;
}
form.coorp-form .form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: 0.475rem 0.55rem;
    font-size: 0.8rem !important;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
form.coorp-form textarea.form-control {
    height: calc(1.5em + .75rem + 50px);
}
form.coorp-form .select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 4px;
    height: calc(1.2em + .75rem + 2px);
}
form.coorp-form .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #858c93;
    line-height: 32px;
    font-size: 0.8rem !important;
}
.select2-container {
    z-index: 999;
}
.select2-dropdown {
    font-size: .8em;
    box-shadow: 0px 2px 4px -2px black;
}
.input-group {
    border: 1px solid #ab0c46;
    border-radius: 4px;
    padding: 25px 10px 15px 10px;
    background: white;
    position: relative;
}
.input-group-title {
    background: #ffffff;
    padding: 0 10px;
    position: absolute;
    z-index: 999;
    font-size: .8em;
    font-weight: 600;
    color: #ab0c46;
    top: 0;
    transform: translateY(-50%);
}
.popup-title {
    font-weight: 900;
    margin-top: -16px;
}
.step-file-modal .product-title {
    font-size: .9em;
    font-weight: bold;
    color: #97989a;
}
.step-file-modal .product-title span{
    color: #0082bf;
}
.content-popup .content{
    padding: 25px;
}
.alert.alert-form-message {
    padding: 10px;
    background-color: #f3f3f3;
    border-radius: 8px;
    font-size: 0.7em;
    border: 2px dashed #e6e3e3;
    text-align: center;
}
.form-buttons {
    display: flex;
    justify-content: center;
}
.sm-wrapper {
    z-index: 9990;
}
.sm-wrapper .sm-overlay {
    z-index: 9991;
}
.sm-wrapper .sm-popup {
    z-index: 9992;
}
.sm-wrapper .sm-button[data-sm-button-style*=label] {
    font-size: 9px;
    color: #fff;
    padding: 6px 12px;
    background: #111;
    background: linear-gradient(to right,#0082bf 50%,#111 50%);
    background-size: 200% 100%;
    background-position: right bottom;
}
.cookieNotice{
    color: #ffffff;
}
.cookieNotice .title {
    font-weight: 700;
    padding: 0 0 6px 0;
    font-size: 18px;
}
.cookieNotice p {
    font-size: 14px;
    padding: 0;
}
.input-group-action-btn {
    position: absolute;
    z-index: 99;
    width: 22px;
    height: 22px;
    background: linear-gradient(135deg, #e30059 5%, #681831 90%);
    right: 15px;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateY(-50%);
    border-radius: 50%;
    color: #fff;
}
.bs-placeholder .input-group-action-btn {
    transform: none;
}
.input-group-action-btn a{;
    color: #fff;
    font-size: 0.8em;
    line-height: 1;
}
.remove-item {
    position: absolute;
    right: 0px;
    background: #969696;
    padding: 2px;
    width: 12px;
    line-height: 1;
    font-size: .5em;
    color: #fff;
    display: flex;
    align-items: center;
    border-radius: 4px;
    justify-content: center;
    top: 0;
    bottom: 15px;
    cursor: pointer;
}
.form-custom-row {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    position: relative;
}
.form-custom-row.exp, .form-custom-row.ref {
    border-bottom: 1px dashed #a90d45;
    margin-bottom: 8px;
    width: 100%;
}
.form-custom-row.exp:last-child, .form-custom-row.ref:last-child {
    border-bottom: 0px dashed #0182be;
    margin-bottom: 0px;
}
.product-full-code {
    display: flex;
    width: 100%;
    justify-content: center;
    font-size: .9em;
    margin-bottom: 10px;
    background: #dcdcdc;
    border-radius: 6px;
    padding: 5px;
}
.product-full-code .code{
    font-weight: bold;
    margin-left: 10px;
}
.step-file-viewer{
    position: absolute;
    background: #fff;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    border-radius: 10px;
    box-shadow: 0 0 14px -8px black;
    padding: 10px;
    display: none;
    z-index: 9999;
}
.step-file-viewer .close-btn {
    position: absolute;
    right: 16px;
    top: 8px;
    color: #888;
    font-size: 1.5em;
    cursor: pointer;
}
a.detail-btn, button.detail-btn {
    background: #bc0b42;
    padding: 15px 30px;
    color: #fff;
    border-radius: 35px;
    margin: 10px;
}
a.detail-btn:hover {
    background: #691731;
}


@keyframes animateButton {
    0% {
        opacity: 0;
        transform: translateY(60px);
    }
    100% {
        opacity: 1;
        transform: translate(0);
    }
}
.wrapper {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.btn.btn-animated {
    position: relative;
    display: inline-block;
    outline: none;
    border: none;
    cursor: pointer;
    background-color: #30336b;
    font-size: 20px;
    font-weight: 500;
    color: white;
    text-transform: uppercase;
    letter-spacing: 2px;
    box-shadow: 0 6px #130f40;
    transition: all .2s;
}
.franchise.btn.btn-animated:hover {
    transform: translateY(3px);
    box-shadow: 0 4px #130f40;
}
.franchise.btn.btn-animated:active {
    transform: translateY(6px);
    box-shadow: none;
}
.franchise.btn.btn-animated:active::after {
    transform: scaleX(1.4) scaleY(1.6);
    opacity: 0;
}
.franchise.btn-after {
    background-color: #bc0b42;
    color: #fff;
}
.franchise.btn-after::after {
    background-color: #bc0b42;
}
.franchise.btn.btn-animated::after {
    content: "";
    position: absolute;
    display: inline-block;
    height: 100%;
    width: 100%;
    border-radius: 35px;
    top: 0;
    left: 0;
    z-index: -1;
    transition: all .4s;
}
.franchise.btn-animated {
    animation: animateButton .5s ease-out .75s;
    animation-fill-mode: backwards;
}

.page-header.circle  {
    background: -webkit-gradient(linear, right top, left bottom, from(purple), to(#f0f));
    background: linear-gradient(to bottom left, purple, #f0f);
    color: white;
    padding: 20px;
    height: 200px;
    position: relative;
    margin-bottom: 50px;
    text-align: center;
    background-size: 500px 300px;
    background-position: 0px 0px;
}
.page-header.circle:before {
    content: '';
    display: block;
    background: -webkit-gradient(linear, right top, left bottom, from(purple), to(#f0f));
    background: linear-gradient(to bottom left, purple, #f0f);
    background-size: 500px 300px;
    background-position: -10% -195px;
    height: 100px;
    width: 120%;
    position: absolute;
    bottom: -50px;
    left: -10%;
    border-bottom-left-radius: 100%;
    border-bottom-right-radius: 100%;
    z-index: -1;
}
.sidebar-container {
    background: linear-gradient(135deg, #bcbcbc 5%, #9c9c9c 90%);
    padding: 15px 15px 0px 15px;
    border-radius: 12px;
    overflow: hidden;
}
.sidebar-title {
    color: #fff;
    font-weight: 900;
    letter-spacing: 0px;
    text-align: center;
    font-size: 1.2em;
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
    margin-top: -15px;
    margin-left: -15px;
    margin-right: -15px;
    padding: 12px;
    background: #545557;
}
ul.sidebar-menu-items {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-left: -15px;
    margin-right: -15px;
}
ul.sidebar-menu-items li{
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}
ul.sidebar-menu-items li:last-child{
    border-bottom: 0;
}
ul.sidebar-menu-items li a{
    position: relative;
    display: block;
    padding: 10px 20px;
    color: #fff;
    font-size: .9em;
    font-weight: 600;
    letter-spacing: 0px;
    display: flex;
    align-items: center;
}
ul.sidebar-menu-items li a p{
   margin: 0;
}
ul.sidebar-menu-items li a i{
    margin-right: 8px;
}
ul.sidebar-menu-items li a:after{
    position: absolute;
    content: "\f061";
    font-family: "Font Awesome 5 Pro";
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}
ul.sidebar-menu-items li a:hover{
    background: #e8555e;
}

/* Animated Checkboxes */
ul.animated-checkbox-list {
    width: 100%;
    margin: 0 auto;
    padding: 0;
}
ul.animated-checkbox-list li {
    list-style-type: none;
    padding: 5px 10px;
    display: flex;
    align-items: center;
    color: #fff;
    background-color: rgba(240, 248, 255, 0.2);
    border-radius: 4px;
    margin-bottom: 4px;
}

/*Adding custom checkbox icons*/
ul.animated-checkbox-list label {
    position: relative;
    padding-left: 20px;
    font-size: 14px;
    cursor: pointer;
    display: flex;
    margin-bottom: 0;
    align-items: center;
}
ul.animated-checkbox-list label:before, ul.animated-checkbox-list label:after {
    font-family: FontAwesome;
    font-size: 21px;
    /*absolutely positioned*/
    position: absolute;
    top: -2px;
    left: 0;
}
ul.animated-checkbox-list label:before {
    content: '\f096'; /*unchecked*/
}
ul.animated-checkbox-list label:after {
    content: '\f046'; /*checked*/
    /*checked icon will be hidden by default by using 0 max-width and overflow hidden*/
    max-width: 0;
    overflow: hidden;
    opacity: 0.5;
    /*CSS3 transitions for animated effect*/
    transition: all 0.35s;
}

/*hiding the original checkboxes*/
ul.animated-checkbox-list input[type="checkbox"] {
    display: none;
}
/*when the user checks the checkbox the checked icon will animate in*/
ul.animated-checkbox-list input[type="checkbox"]:checked + label:after {
    max-width: 25px; /*an arbitratry number more than the icon's width*/
    opacity: 1; /*for fade in effect*/
}
.campus-box ul.campus-info{
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
}
.campus-box ul.campus-info li{
    flex: 100%;
    display: flex;
    align-items: center;
    margin-top: 5px;
}
.campus-box ul.campus-info li p{
    margin: 0;
    padding: 0;
}
.campus-box ul.campus-info li i {
    color: #681731;
    font-size: 1.2em;
    margin-right: 8px;
}
.campus-levels {
    position: absolute;
    display: flex;
    flex-wrap: wrap;
    top: 12px;
    right: -92px;
    width: 100px;
    transition: 500ms ease-out all;
}
.campus-box:hover .campus-levels {
    transition: 500ms ease-in all;
    right: 0px;

}
.campus-levels span.label {
    display: flex;
    flex: 100%;
    border-radius: 4px 0 0px 4px;
    padding: 4px 8px;
    font-size: 0.6em;
    font-weight: 600;
    margin-bottom: 2px;
    opacity: .9;
    color: #fff;
}
section.page-header .page-title small{
    flex: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    font-size: 0.5em;
    margin-top: 12px;
    font-weight: 100;
    letter-spacing: 8px;
}
/*Custom Checkbox*/
.form-category-list {
    display: flex;
    margin-left: -10px;
    margin-right: -10px;
}
.form-category-list .checkbox {
    height: 70px;
    display: flex;
    flex: auto;
    width: auto;
    align-items: center;
    position: relative;
    background: linear-gradient(135deg, #6a1732 5%, #db0057 90%);
    margin: 0px 1% 10px;
    border-radius: 8px;
    box-shadow: 0px 0px 0 1px #7c1538;
    cursor: pointer;
    padding: 15px;
    justify-content: center;
    transition: all linear 250ms;
}
@media (max-width: 850px) {
    .form-category-list .checkbox {
        width: 80%;
    }
}
.form-category-list .checkbox:hover {
    background: #30c076;
    color: white;
}
/*
.form-category-list .checkbox:nth-child(1) .face {
    background: url("https://s3.amazonaws.com/uifaces/faces/twitter/csswizardry/73.jpg");
    background-size: cover;
}
.form-category-list .checkbox:nth-child(2) .face {
    background: url("https://s3.amazonaws.com/uifaces/faces/twitter/kolage/73.jpg");
    background-size: cover;
}
.form-category-list .checkbox:nth-child(3) .face {
    background: url("https://s3.amazonaws.com/uifaces/faces/twitter/adhamdannaway/73.jpg");
    background-size: cover;
}
.form-category-list .checkbox:nth-child(4) .face {
    background: url("https://s3.amazonaws.com/uifaces/faces/twitter/kfriedson/73.jpg");
    background-size: cover;
}
*/
.form-category-list .figure-container {
    width: 20%;
    height: 100%;
    display: flex;
    align-items: center;
}
@media (max-width: 450px) {
    .form-category-list .figure-container {
        width: 30%;
    }
}
.form-category-list .figure-container .figure {
    background: silver;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    box-shadow: 0 0 0 2px white;
    color: #a3a3a3;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2em;
}
.form-category-list .figure-container .figure.clicked {
    background: #30c076;
    color: #fff;
}
.form-category-list .text {
    height: 100%;
    text-align: left;
    position: relative;
    display: flex;
    align-items: center;
    font-weight: 600;
    flex: auto;
    color: #fff;
    justify-content: center;
}
@media (max-width: 450px) {
    .form-category-list .text {
        width: 70%;
        margin-left: 30%;
    }
}
.form-category-list .text span {
    position: absolute;
    display: flex;
    flex: 100%;
    justify-content: center;
    text-align: center;
}

/* Info Form */
body.form-pages.info-form {
    background: transparent;
}
.forkt-group small {
    width: 100%;
    display: block;
    text-align: justify;
}
.form-container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.form-container .select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
    width: 100% !important;
}
.form-container .select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: calc(1.5em + .75rem + 2px);
    width: 100%;
    user-select: none;
    -webkit-user-select: none;
}
.form-container .select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #681731;
    border-radius: 4px;
}
.form-container .select2-container--default .select2-selection--single.error {
    border: 1px solid #a9002e;
}
.form-container .select2-container--default:focus {
    outline: none !important;
}
.form-container .select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 8px;
    padding-right: 20px;
    overflow: hidden;
    font-size: 0.9em;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.form-container .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #6c747d;
    line-height: calc(2.15rem);
}
.form-container .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: calc(2.15rem);
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
}
.info-form .form-control {
    display: block;
    width: 100%;
    height: calc(2em + 0.65rem);
    padding: 0.375rem 0.45rem;
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #681731;
    border-radius: 0.4em;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.info-form.popup .form-control {
    height: calc(2em + 0.45rem);
    font-size: 0.8rem;
}
.info-form .form-control:focus {
    border: 2px solid #17355c;
}
.info-form select {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}
.info-form .detail-btn:hover {
    color: #fff;
    background-color: #17355c;
    border-color: #681731;
}
.info-form div.error {
    position: static;
    right: 12px;
    color: #dc3545;
    font-size: .65em;
    text-align: right;
    top: 0;
}
.info-form.popup div.error {
    position: absolute;
    right: 12px;
    color: #dc3545;
    font-size: .65em;
    text-align: right;
    top: auto;
}
.info-form.popup a.detail-btn, .info-form.popup button.detail-btn {
    background: #bc0b42;
    padding: 8px 15px;
    color: #fff;
    border-radius: 10px;
    font-size: .8em;
    margin: 10px;
}
.form-success {
    background: #fff;
    padding: 12px 8px;
}
.form-success.icon {
    font-size: 5.2em;
    color: #28a745;
    line-height: 1;
    margin-bottom: 0;
    text-shadow: 6px 6px 12px #00000047;
}
.form-success.msg-1 {
    font-size: 1.2em;
    margin-bottom: 0;
    padding: 0;
}
.form-success.msg-2 {
    font-size: 0.8em;
}
.custom-control.custom-checkbox div.error {
    text-align: left;
}
body.okulhane-form div.error, body.franchise-form div.error {
    color: #ffffff;
}
.form-alert-box-wrapper {
    display: none;
    position: absolute;
    z-index: 99999999;
    background: #dc3545;
    color: #fff;
    border-radius: 8px;
    padding: 15px 25px;
    text-align: center;
    left: 50%;
    top: 10%;
    transform: translate(-50%, 0);
    box-shadow: 0 0 120px 45px black;
}
.bs-placeholder {
    padding: 5px 15px;
    font-weight: 600;
    color: #bdbdbd;
    display: flex;
    align-items: center;
}
.form-alert-box-wrapper i{
    font-size: 2em;
}
.homepage-form .custom-control-label{
    color: #bc0941 !important;
}
.info-form.popup.homepage-form .custom-control-label {
    color: #bc0941 !important;
    font-size: 0.8em;
    margin-top: 4px;
}
.blockUI.blockMsg{
    color: rgb(0, 0, 0) !important;
    border: 3px solid rgb(23, 53, 92) !important;
    background-color: rgb(255, 255, 255) !important;
    cursor: wait;
    border-radius: 10px;
    padding: 15px;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
    font-size: 1em;
    line-height: 2;
}

