.btn_logout {
    cursor: pointer;
    color: #fff!important;
}
.section {
	padding: 40px 0;
}
.entry .read-more-news {
	color: #283d98;
}
.menu-vertical>li {
    position: relative;
    float: none;
    margin-left: -1px;
    margin-right: -1px;
    text-align: center;
}

.menu-vertical>li>a {
    display: block;
    font-weight: 500;
    font-size: 1.4rem;
    border-radius: 10px;
    text-transform: uppercase;
    letter-spacing: .005rem;
    padding: 1rem 1.7rem;
    color: #fff;
    background-color: var(--main-color);
    border-top: 1px solid #e6ebee;
    transition: all .35s;
}

.menu-vertical>li:first-child>a {
    border-top: none;
}

.menu-vertical>li i {
    margin-right: 12px;
}

.menu-vertical .list_menu>ul>li {
    margin-bottom: 7px;
    transition: all 0.3s ease;
}

.menu-vertical .list_menu>ul li a {
    display: block;
    font-size: 14px;
}

.menu-vertical .list_menu>ul>li>a {
    display: block;
}

.menu-vertical li.megamenu-container {
    position: relative;
}

.menu-vertical {
    width: 220px;
    height: 41px;
    margin-bottom: 0;
}

.menu-vertical .list_menu>ul {
    display: flex;
    flex-direction: column;
}

.menu-vertical .list_menu {
    overflow: hidden;
    max-height: 0px;
    max-width: 0px;
    opacity: 0;
    padding: 20px 20px;
    -webkit-transform: perspective(600px) rotateX(-90deg);
    -moz-transform: perspective(600px) rotateX(-90deg);
    -ms-transform: perspective(600px) rotateX(-90deg);
    -o-transform: perspective(600px) rotateX(-90deg);
    transform: perspective(600px) rotateX(-90deg);
    -webkit-transition: -webkit-transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;
    -o-transition: -o-transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;
    transition: transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;
    box-shadow: 0px 3px 25px 0px rgb(31 38 67 / 10%);
    -o-box-shadow: 0px 3px 25px 0px rgba(31,38,67,0.1);
    -moz-box-shadow: 0px 3px 25px 0px rgba(31,38,67,0.1);
    -webkit-box-shadow: 0px 3px 25px 0px rgb(31 38 67 / 10%);
    -webkit-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    position: absolute;
    top: 100%;
    z-index: 99;
    right: 0;
    text-align: left;
    width: 100%;
    background-color: #fff;
    min-width: 220px;
    z-index: -1;
}

.menu-vertical:hover .list_menu {
    z-index: 99;
    overflow: visible;
    max-height: 3000px;
    max-width: 3000px;
    opacity: 1;
    -webkit-transform: perspective(600px) rotateX(
0deg);
    -moz-transform: perspective(600px) rotateX(0deg);
    -ms-transform: perspective(600px) rotateX(0deg);
    -o-transform: perspective(600px) rotateX(0deg);
    transform: perspective(600px) rotateX(
0deg);
    -webkit-transition: -webkit-transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
    -o-transition: -o-transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
    transition: transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
}

.menu-vertical:hover>li:first-child>a {
	border-radius: 10px 10px 0 0;
}

.menu.menu-vertical .megamenu:not(.megamenu-fixed-width) {
    width: 721px;
}

.menu.menu-vertical ul ul {
    top: -1rem;
}

.menu.menu-vertical.sf-arrows>li>a {padding-right: 2.8rem;}

.menu.menu-vertical.sf-arrows .sf-with-ul {
    position: relative;
}

.menu.menu-vertical.sf-arrows li ul .sf-with-ul::after {
    content: '\e81a';
    top: 50%;
    right: 0.2rem;
    margin-top: -1px;
    color: #000;
}

.menu.menu-vertical>li {
    background-color: #fbcc23;
    /* width: max-content; */
}

.menu.menu-vertical>li>a {
    color: #fff;
    border-color: #fbcc23;
    background-color: #fbcc23;
    /* width: max-content; */
}

.menu.menu-vertical>li ul li.shoot:hover:before,
.menu.menu-vertical>li ul li.shoot.show:before {
    content: "";
    position: absolute;
    top: 50%;
    right: -18px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-left: 20px solid #fbcc23;
    z-index: 1040;
}

.menu.menu-vertical>li ul li:hover, .menu.menu-vertical>li ul li.show {
    background-color: #fbcc23;
}

.menu.menu-vertical>li ul li:hover>a,
.menu.menu-vertical>li ul li.show>a {
    color: #fff;
}

.nav-style-2.owl-theme .owl-nav .owl-prev {
    left: -50px;
}

.nav-style-2.owl-theme .owl-nav .owl-next {
    right: -50px;
}

.dot-style-2.owl-theme .owl-dots {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translate(-50%, 0);
}

.tag-meta {
    font-size: 11px;
    padding: 2px 4px;
}

.image-post-thumb img {
    width: 100%;   
}

@media screen and (max-width: 600px) {
    .pb-xs-1 {
        padding-bottom: 1rem!important;
    }
}

/*End variable*/

/* Header */
.header-infos {
    width: 100%;
}
.cs-image{
    padding-top: 12.5%;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}

.gallery-slider .img-box img, .show-me img {
    height: 180px;
    object-fit: cover;
    width: 100%;
    border: 5px solid #dfdfdf;
    padding: 1px;
    box-shadow: 4px 5px #888;
}


@media screen and (max-width: 767px) {
    .cs-image{
        padding-top: 23.5%;
        background-position: right;
    }
}
/* End header */

/* News */

.news-section {
    margin-top: 20px;
    padding-bottom: 50px;
}

.entry.article-style-2 {
    position: relative;
}

.entry.article-style-2 .tag-meta {
	font-size: 15px;
	display: inline-block;
	color: #fff;
	background-color: var(--color-red);
	padding: 3px 15px;
	margin-bottom: 10px;
	border-radius: 2px;
}

@media screen and (min-width: 992px) {
    
    .entry .entry-media.height-2 img {
	    height: 570px;
	}

	.entry .entry-media.height-3 img {
	    height: 330px;
	}
	
	.entry .entry-media.height-4 img {
	    height: 160px;
	}

	.entry.article-style-2 .entry-body {
	    color: #fff;
	    position: absolute;
	    bottom: 0;
	    padding: 20px;
	    width: 100%;
	    background: linear-gradient(to top, rgba(0, 0, 0, 0.6) 77%,rgba(0, 0, 0, 0) 100%);
	}

	.entry.article-style-2 .entry-title {
	    color: #fff;
		font-size: 2rem;
	}
}

@media screen and (min-width: 1200px) {
    .header-infos {
        min-height: 155px;
    }
}

/* End category */

/*About*/
.intro-section {
    position: relative;
    overflow: hidden;
    padding: 30px 0;
}

.intro-section:after {
    content: '';
    width: 100%;
    height: 41%;
    position: absolute;
    top: 32%;
    left: -48%;
    background-color: #f1f1f9;
    z-index: -1;
    transform: rotate(50deg);
}

.intro-section .content:after {
    content: '';
    width: 16%;
    height: 1px;
    background-color: rgb(51 51 51 / 30%);
    position: absolute;
    bottom: 0;
    left: 15px;
    z-index: 10;
}

.intro-section .content {
    padding-bottom: 20px;
}

@media screen and (max-width: 767px) {
	
}

/*End about*/

/*News*/

.card-blog {
    background-color: var(--color-grey);
    padding: 20px 20px;
    position: relative;
    border-radius: 8px;
}

.blog-slider .entry {
    margin-bottom: 15px;
    padding: 0;
}

.blog-slider .entry-media {
    margin: 0;
    position: relative;
    border-radius: 10px;
}

.blog-slider .entry-media img {
    height: 185px;
    object-fit: cover;
    border-radius: 2px;
}

.blog-slider .entry-date {
    background-color: #65829d;
    box-shadow: none;
    color: #fff;
    display: block;
    float: none;
    height: 5.3rem;
    left: .7rem;
    letter-spacing: .1rem;
    margin: 0;
    padding: 0;
    padding-top: 1rem;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: .7rem;
    width: 4.4rem;
}

.blog-slider .entry-date span {
    display: block;
    font-size: 1.3rem;
    margin-top: .2rem;
}

.blog-slider .entry-body {
    border: 0;
    margin: 0;
    margin-left: 0;
    padding: 2rem 0 0;
}




.blog-slider .entry-title {
    font-size: 1.5rem;
    text-transform: capitalize;
    letter-spacing: -.01rem;
    margin-bottom: .8rem;
    color: #2b2b2d;
}

.blog-slider .entry-title a {
    color: inherit;
}

.blog-slider .entry-title a:hover {
	color: var(--color-blue);
}

.blog-slider .entry-content {
    font-size: 1.4rem;
    letter-spacing: 0;
    line-height: 1.7;
    margin-top: 7px;
}

.blog-slider .entry-content p {
    margin-bottom: 0.7rem
}

.revolution-section {
    position: relative;
}

.revolution-section .entry-title {
    font-size: 24px;
}

.revolution-section article {
    border-bottom: 0 !important;
}


.leading {
    color: #f0f0f0;
    font-size: 35px;
    font-weight: bold;
    position: absolute;
    text-transform: uppercase;
    top: 20px;
    right: 50%;
    transform: translate(50%,0);
    z-index: 0;
}

@media screen and (min-width: 992px) {
    .leading {
        font-size: 70px;
    }
}

/*End news*/

/* Video */

.video-section {
    position: relative;
}

.video-image {
    position: relative;
    margin-bottom: 10px;
}

.video-image img {
    height: 179px;
    object-fit: cover;
}

.resp-container {
    position: relative;
    overflow: hidden;
    padding-top: 65.80%;
}
.resp-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

ul.iframe-list {
    margin: 0;
}
ul.iframe-list li {
    position: relative;
    padding: 4px 0;
    font-size: 15px;
    font-weight: bold;
    display: table;
    vertical-align: middle;
}
ul.iframe-list li a {
    color: #333;
    margin-top: 15px;
}
ul.iframe-list li a.active, ul.iframe-list li a:hover {
    color: #ed1c24;
}

span.play {
    content: url(../images/icon.png);
    position: absolute;
    top: 50%; 
    right: 50%;
    transform: translate(50%,-50%);
}

@media screen and (min-width: 992px) {
	.video-image img {
        height: 210px;
    }
}

/* End video */

/*Footer*/

.widget-title-link {
	font-size: 17px;
	color: #fff;
	margin-bottom: 0;
}

@media screen and (min-width: 992px) {
	.border-lg-right {
		border-right: 1px solid rgb(238 238 238 / 50%);
	}
}

@media screen and (max-width: 767px) {
	.widget-title-link {
		margin: 20px 0 8px;
	}

	.widget-title-link br {
		display: none;
	}

}
/*End footer*/



/*Page Blog*/
.blog-page .entry-media img {
	height: 170px;
	object-fit: cover;
	width: 100%;
}
/*End page blog*/

/*Recruitment page*/
.recruitment-page .entry-media img {
	height: 220px;
	object-fit: cover;
	width: 100%;
}
/*End recruitment page*/

/*Contact page*/

.contact-page {
    background-color: #fafafa;
    padding: 40px 10px;
}

.contact-page .form-control {
	max-width: none;
}

.contact-page .form-footer .btn {
	font-size: 2rem;
    background-color: transparent;
    color: var(--main-color);
    border-color: var(--main-color);
    border-radius: 42px;
}

.contact-page .form-footer .btn:hover {
    background-color: var(--main-color);
}

@media screen and (max-width: 767px) {
    .block-contact-infos {
        margin-bottom: 20px;
    }
    
    .contact-page {
        padding: 40px 10px;
    }
}

@media screen and (min-width: 992px) {
    .contact-page {
        padding: 40px 100px;
    }
}

/*End contact page*/

.slider-main .union_main_image img {
    width: 100%;
    height: 436px;
    object-fit: cover;
}

.slider-main .Union_desc {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(1, 17, 41, 0.68);
    padding: 15px 15px;
    font-size: 14px;
}

.slider-main .Union_block {
    opacity: 1 !important;
    text-align: justify;
}

.slider-main .Union_desc h2 {
    font-size: 14px;
    line-height: 1.4;
    font-weight: 600;
    margin: 0;
}

.slider-main .Union_desc h2 a {
    color: #fff;
}

.slider-main .union_main_image {
    position: relative;
}

.block .listbox-scroll {
    max-height: 450px;
    overflow: hidden;
    border-bottom: 1px solid #eee;
}

.psc-divPortlet-Wrapper .tab {
    margin-left: 0px;
    border: 1px solid #eee;
    overflow: hidden;
}

.psc-divPortlet-Wrapper .tab .nav-tabs {
    display: none;
    padding-left: 5px;
    padding-top: 3px;
    background-color: #f0f0f0;
    border-color: #c8c8c8;
}

.psc-divPortlet-Wrapper .nav-tabs>li {
    margin-bottom: -1px;
}

.psc-divPortlet-Wrapper .nav-tabs>li>a {
    color: #555;
    padding: 10px 10px;
    border-bottom-color: transparent;
    position: relative;
    display: block;
    margin-right: 2px;
    border-radius: 4px 4px 0 0;
}

.psc-divPortlet-Wrapper .tab .nav-tabs .active {
    color: #034ea2 !important;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}

.articles.style-1 {
    margin: 0 0 5px 0;
    background: #fff;
}

    .articles.style-1 li {
        padding: 10px 15px 10px 15px;
        margin-bottom: 0;
    }

	.articles.style-1 li span {
        color: #ed1b24;
    }
       

        .articles.style-1 li:hover, .articles.style-1 li.hover, .articles.style-1 li.firstflag.active, .articles.style-1 li.active {
            background-color: #f0f0f0;
        }

            .articles.style-1 li:hover a, .articles.style-1 li.hover a, .articles.style-1 li.firstflag.active a, .articles.style-1 li.active a {
                color: #034ea2;
            }

    .articles.style-1 h2 {
        font-size: 16px;
        line-height: 1.4;
        font-weight: 400;
        margin: 0;
    }

@media screen and (max-width: 767px) {
    .slider-main .union_main_image img {
        height: 250px;
    }
}


.list-group-flush .list-group-item:before {
    content: '';
    width: 6px;
    height: 6px;
    position: absolute;
    left: 0;
    top: 15px;
    background-color: #ee1c25;
    border-radius: 50%;
}

.no-border .list-group-item {
    border: none;
}

/*
 *  STYLE 3
 */

.mCustomScrollbar::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 7px rgba(0,0,0,0.3);
	background-color: #fdfdfd;
}

.mCustomScrollbar::-webkit-scrollbar
{
	width: 4px;
	background-color: #fdfdfd;
}

.mCustomScrollbar::-webkit-scrollbar-thumb
{
	background-color: #b1b1b1;
}


.table-details tr td:first-child {
    white-space: nowrap;
    text-align: right;
}

.table-details tr td:nth-child(2) {
    text-align: left;
}


.psc-divPortlet-Wrapper .tab .nav-tabs .active{
    border:none!important;
}
.block-content{
    
}

.form_fill {
    border: 1px solid red;
    border-radius: 0px;
    padding: 15px 25px;
}

#dv-examdate-note {
   font-weight: bold;
    color: red;
}

.title-section {
    padding-top: 20px;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
    border-bottom: 1px solid #cccccc;
    margin-bottom: 20px;
    width: 100%;
    clear: both;
    position: relative;
}

.error {
    color: red;
    font-size: 14px;
}

.form_fill .form-group {
    display: flex;
    margin: 0 -15px;
    min-height: 63px;
    align-items: center;
}

.form_fill input.checkbox {
    display: none;
}

.form_fill .checkbox label::before {
    width: 20px !important;
    height: 20px !important;
    border-radius: 0px;
    box-sizing: border-box;
    margin-top: 0px !important;
    border: 1px solid #ced4da;
    font-family: 'FontAwesome';
    content: "";
    position: absolute;
    left: 8px;
    top: 2px;
}

.form_fill .checkbox input[type="checkbox"]:checked + label::after {
    font-family: 'FontAwesome';
    content: "\f00c";
    font-size: 15px !important;
    text-align: center !important;
    position: absolute;
    left: 9px;
    top: 1px;
    width: 20px !important;
    height: 20px !important;
}

.checkbox label {
    padding-left: 40px;
}

.b-line {
    border-bottom: 1px dashed #cccccc;
    margin-top: 10px;
}

.amount {
    text-align: right;
    font-weight: 600;
}

.info4-section .grand-total {
    font-weight: bold;
    color: red;
    font-size: 16px;
}

#in-words {
    text-align: right;
    color: red;
}

.avatar-wrapper {
  position: relative;
  height: 150px;
  width: 150px;
  margin: 0 0 33px;
  border-radius: 50%;
  /* overflow: hidden; */
  box-shadow: 1px 1px 15px -5px black;
  transition: all 0.3s ease;
}
.avatar-wrapper:hover {
  transform: scale(1.05);
  cursor: pointer;
}
.avatar-wrapper:hover .profile-pic {
  opacity: 0.5;
}
.avatar-wrapper .profile-pic {
  height: 100%;
  width: 100%;
  border-radius: 50%;
  object-fit: cover;
  transition: all 0.3s ease;
}
.avatar-wrapper .profile-pic:after {
  font-family: FontAwesome;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  font-size: 90px;
  background: #eee;
  color: #434343;
  text-align: center;
}
.avatar-wrapper .upload-button {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.avatar-wrapper .upload-button .fa-arrow-circle-up {
  position: absolute;
  font-size: 151px;
  top: 0;
  left: 0;
  text-align: center;
  opacity: 0;
  transition: all 0.3s ease;
  color: #34495e;
}
.avatar-wrapper .upload-button:hover .fa-arrow-circle-up {
  opacity: 0.9;
}
#image_avatar-error {
    position: absolute;
    left: 0;
    bottom: -35px;
    width: 100%;
    white-space: nowrap;
}
input[name="image_avatar"] {
    opacity: 0;
}
