.swal2-title{
    font-size:18px!important;
}
.collapsible-header,.collapsible-body a{
    font-size:0.8rem;
}

.form-group .select2-container{
    width: 100% !important;
}
.shape-div-revert .wrapper{
    float:left;
    width:100%; 
}
.shape-div-revert .navigation{
    float: right;
    width: 100%;
    text-align: right;
}
.shape-div-revert .navigation ul{
    margin: 0;
    padding: 0;
    float: none;
    width: auto;
    list-style: none;
    display: inline-block;
}
.shape-div-revert .navigation ul li{
    float: right;
    margin-left: 20px;
    margin-right: 5px;
    position: relative;
    text-align: center;
}
.shape-div-revert .navigation ul li:last-child{
    margin: 0;
}
.shape-div-revert .navigation ul li a{
    float: left;
    width: 100%;
    color: #ffffff;
    padding: 16px 0;
    font-size: 0.8rem;
    line-height: normal;
    text-decoration:none;
    box-sizing:border-box;
    transition:color 0.3s ease;
}
.swal-text{
    text-align: center !important;
}
.swal-footer{
    text-align: center !important;
}
.shape-div-revert .navigation .children {
    position: absolute;
    top: 100%;
    z-index: 1000;
    margin: 0;
    padding: 0;
    right: 0;
    min-width: 300px;
    background-color: #fff;
    border: solid 1px #efefef;
    border-radius: 5px;
    opacity: 0;
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
}
.shape-div-revert .navigation ul li .children  {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: rotateX(-75deg);
    transform: rotateX(-75deg);
    visibility: hidden;
}
.shape-div-revert .navigation ul li:hover > .children  {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1;
    visibility: visible;
}
.shape-div-revert .navigation ul li .children .children{
    right: 100%;
    top: 0;
}
.shape-div-revert .navigation ul li.last .children{
    right: 0;
    left: auto;
}
.shape-div-revert .navigation ul li.last .children .children{
    right: 100%;
    left: auto;
}
.shape-div-revert .navigation ul li .children li{
    float: left;
    width: 100%;
    margin:0;
}
.shape-div-revert .navigation ul li .children  a {
    display: block;
    font-weight: 700;
    font-size: 0.75rem;
    color: #333;
    text-align: right;
    line-height: 1.5em;
    padding: 12px 20px;
    letter-spacing: normal;
    border-bottom: 1px solid #efefef;
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
    border-radius: 5px;
}
.shape-div-revert .navigation ul li .children li:last-child  a{
    border-bottom:0;
}

.shape-div-revert .navigation ul li .children  a:hover{
    color: #fff;
    background-color: #112d55;
}
.shape-div-revert .navigation ul li a:hover{
    color: #efefef;
}
.shape-div-revert .navigation ul li a.active {
    color: #efefef;
}

.md-form label{
    right: 0 !important;
    left: unset !important;

}

.cursor-none{
    cursor: unset !important;
}

.text-truncate{
    display:block;
}

.exhibition-section .owl-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}

.image-link{
    display:block;
    text-align: center;
}

.clearfix{
    width:100%;
    clear:both;
}

#simplesearch{
    display:none;
    position: absolute;
    z-index: 1;
    left: 20px;
    width: 100%;

}

#simplesearch form{
    position:relative;
    max-width: 300px;
    min-width: 300px;
    background: #fff;
    border-radius: 30px;
    border: 3px solid #2a9daa;
    float: left;
}

#simplesearch input{
    width: calc(100% - 40px);
    max-width: 264px;
    border-radius: 20px;
    padding: 3px 11px;
    padding-left: 20px;
    background: #ffffff;
    border:0!important;
    font-size: 11px;
    outline: none;
    float: right;
}


#simplesearch button{
    position: absolute;
    width: 27px;
    height: 31px;
    left: 9px;
    top: 1px;
    float: left;
    background: none;
    color: #006d8a;
    font-size: 16px;
    line-height: 35px;
    border: 0;
}

.owl-carousel .owl-dots{
    position: absolute;
    bottom: 20px;
    width: 100%;
}

.owl-news .owl-dots,.owl-exhibition .owl-dots{
    position: relative;
    bottom: auto;
}

.owl-news .owl-nav.disabled+.owl-dots,.owl-exhibition .owl-nav.disabled+.owl-dots {
     margin-top: 40px;
}
.page-footer{
    background-color: #1E3E71
}
.footer-copyright{
    background-color:#162f56!important;
}

.ul-footer-menu{
    list-style: none;
}

.ul-footer-menu li{
    border-bottom: 1px dotted #efefef;
    padding: 0.2rem 0;
    font-size: 0.7rem;
}

.ul-footer-menu li.footer-menu-header{
    font-weight: bold;
    font-size: 0.8rem;
    padding-top: 0;
}

#footer-bg{
    background:url('../images/backfooter.jpg') no-repeat;
    background-size: cover;
}

#myTabContentPhoto{
    border-top: 0;
    border-radius: 0 0 10px 10px;
    padding:0;
    padding-top:10px;
}

#myTabPhoto{
    justify-content: center;
}

#myTabPhoto .nav-link{
    background: none;
    font-size: 1rem;
    padding: 1rem 1.2rem;
    font-weight: bold;
    margin-left: 1.3rem;
    color: #a19797;
}

#myTabPhoto .nav-item:last-child .nav-link{
    margin-left: 0;
}

#myTabPhoto .nav-link.active{
    color: #333;
}

#myTabContentPhoto .tab-pane{
    padding:0 15px;
}

.page-header{
    background-color:#112d55;
}

.page-header h1{
    font-size:1rem;
    margin:0;
}

.list-item{
    position: relative;
    display:block;
}

.list-item .list-item-title,.list-item span.date{
    position:absolute;
}

.list-item .list-item-title{
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: rgba(22,47,86,0.8);
    width: 100%;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 0.7rem;
    direction: rtl;
    padding: 0.7rem;
    font-weight: bold;
    color: #fff;
    margin: 0;
    z-index: 1;
    -webkit-transition: all 0.5s;
}

.list-item span.date{
    position: absolute;
    bottom: 34px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 0.6rem;
    background: rgba(255,255,255,0.9);
    padding: 0 0.5rem;
    color: #162f56;
    border-radius: 12px;
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
}

.list-item-hover-full:hover .list-item-title{
    height: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: normal;
    font-size: 0.9rem;
}

.pagination .page-item:first-child,.pagination .page-item:last-child{
    font-family:tahoma;
}



.section-icons{
    direction: ltr !important;
}

.item-icons{
    margin-bottom: 45px;
    transition: all 1s;
}
.item-icons h5{
    font-size: 14px;
    font-weight: 700;
    color:#112d55;
}

.item-icons a{
    display: flex;
    flex-flow:column;
}
.item-icons a span 
{
    font-size: 27px;
    font-weight: 700;
    color: #fff;
    width: 70px;
    height: 70px;
    line-height: 67px;
    background-color: #112d55;
    border: 3px solid #ffffff;
    display: inline-block;
    border-radius: 50px;
    transition: .5s;
}
.item-icons a span:hover
{
    background-color: #ffffff;
    border: 3px solid #112d55;
}
.item-icons a span:hover .bi::before
{   
    color: #112d55 !important;
}

.item-icons a span .bi::before
{
    color: #fff !important;
}

.item-icons:hover{
    transition: all .5s;
    transform : translateY(5px);
}

.section-news{
    background:#112d55 ;
    padding:15px 0px;
    margin-bottom: 30px;
}
.itemvideo{
    height: 320px;
    display: block;
    overflow: hidden;
    position: relative;
}
.itemvideo img{
    width: 100%;
    border-radius: 20px;
    height: 100%;
}

.itemvideo h6{
    text-align: center;
    position: absolute;
    height: 40px;
    color: #fff;
    bottom: 0;
    background-color: rgba(0,15,44,0.70);
    opacity: 0.8;
    line-height: 40px;
    width: calc(100% - 30px);
    margin: 0;
    font-size: 15px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
.body-news{
    color: white;
    text-align:right;
}

.body-news__title{
    margin: 10px 0px;
    text-align: justify;
    padding: 0px;
    font-size: 16px;

}
.body-news__text{
    text-align: justify;
    padding: 10px 0px 0px;
    font-size: 12px;
}
.card-news{
    transition: all 1s;
}
.card-news:hover{
    transition: all .5s;
    transform: scale(1.1);
    z-index: 55;
}
.item-news{
    padding: 0px 3px;
}

.section-news__text{
    margin: 0px;
    padding: 0px 5px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}


.btn-news{
    padding: 10px 5px;
}
/* .img-news{
    max-height: 255px;
} */
.title-counter{
    font-size: 21px;
    font-weight: 600;
}


.border-counter{
    margin: 0 auto;
    width: 120px;
    height: 120px;
    border: 2px solid #acacacc0;
    border-top-right-radius: 100px;
    border-top-left-radius:100px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom-left-radius: 100px;
    border-bottom-right-radius: 100px;
    margin-bottom: 20px;
}

.text-counter{
    position: absolute;
}

.img-counter{
    width: 195px;
    margin-right: -12px;
    margin-top: -2px;
}
.section-gallery{
    background:#112d55 ;
}

.title-gallery{
    font-size: 20px;
    padding-top:18px;
    color: white;
    margin: 0px auto 16px;
}

.section-gallery .card-gallery h6 {
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: rgba(22,47,86,0.8);
    width: 100%;
    text-align: right;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 0.7rem;
    direction: rtl;
    text-align: right;
    padding: 0.7rem;
    font-weight: bold;
    color: #fff;
    margin: 0;
    z-index: 1;
}

.gallery .owl-dots{
    display: none;
}

.video img{
    height: 350px;
}

.video a{
    margin-bottom: 20px;
}

.item.item-gallery h6 {
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: rgb(255 255 255 / 70%);
    width: 100%;
    text-align: right;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 0.7rem;
    direction: rtl;
    text-align: right;
    padding: 0.5rem;
    font-weight: bold;
    color: #000;
    margin: 0;
    z-index: 1;
    /* opacity: 0; */
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
}
.icon-plays-1 {
    position: relative;
    width: 45px;
    height: 45px;
    top: -189px;
    border: 4px solid white;
    border-radius: 50px;
    right: 440px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bi-play::before {
    content: "\f4f5";
    color:white;
}
.icon-plays-2 {
    position: relative;
    width: 45px;
    height: 45px;
    top: -189px;
    border: 4px solid white;
    border-radius: 50px;
    right: 203px;
    display: flex;
    align-items: center;
    justify-content: center;
}



.video-img{
    margin: 0px 0px 5px 0px;
}

.collection-gallary a img.img-fancybox {
    width: 100%;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    height: 350px;
}


.fa-play-circle:before {
    content: "\f144";
    font-size: 45px;
    color: white;
}

.icon-play1{
    position: relative;
    top: -210px;
    left: 410px;
}

.icon-play2{
    position: relative;
    top: -210px;
    left: 196px;
}


.icon-play3{
    position: relative;
    top: -210px;
    left: 196px;
}

.icon-play4{
    position: relative;
    top: -210px;
    left: 410px;
}

.image-exhibition{
    border-radius: 20px;
}

.body-list{
    border-radius: 20px;
}

.item-role-title{
    /* height: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: normal;
    font-size: 0.9rem; */

    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 0.9rem;
    direction: rtl;
    padding: 0.7rem;
    font-weight: bold;
    color: #112d55;
    margin: 0;
    z-index: 1;
    -webkit-transition: all 0.5s;
    border: 1.5px solid #112d55;
    border-radius: 20px;
}

.item-role{
    position: relative;
    display:block;
    padding-left:20px;
}

.item-role .item-role-title,.item-role span.date{
    position:absolute;
}

.item-role span.date{
    position: absolute;
    bottom: 34px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 0.6rem;
    background: rgba(255,255,255,0.9);
    padding: 0 0.5rem;
    color: #162f56;
    border-radius: 12px;
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
}

.color-between:hover{
    color: #2a9daa !important;
}

.title-photo:hover{
    color: #2a9daa !important;    
}

.title-files:hover{
    color: #2a9daa !important;    
}

.title-video{
    text-align: center;
    margin-top: -37px;
    background: #112d559e;
    color: #fff;
    position: sticky;
    z-index: 99;
    padding-top: 12px;
    padding-bottom: 10px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    font-size: 0.7rem;
}

.widgets-ar{
    display: none !important;
}