@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap');

/*------------------------------------*\
    MAIN
\*------------------------------------*/


/* global box-sizing */

*,
*:after,
*:before {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

a {
    color: inherit;
}

html {
    font-size: 62.5%;
}

body {
    font-family: 'Lora', 'Arial', sans-serif;
    color: #000;
    font-size: 18px;
    line-height: 26px;
    overflow-x: hidden;
    font-weight: 500;
}

.header {
    /* background: #845964; */
    background: #fff;
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 9;
    animation: smoothScroll .8s forwards;
}

.container {
    margin: 0 auto;
    max-width: 1200px;
}


/* clear */

.clear:before,
.clear:after {
    content: ' ';
    display: table;
}

.clear:after {
    clear: both;
}

.clear {
    *zoom: 1;
    clear: both;
}

img {
    max-width: 100%;
}

a {
    text-decoration: none;
}

a:focus {
    outline: 0;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

input:focus,
textarea:focus,
button:focus {
    outline: 0;
}

ul,
li,
h1,
h2,
h3,
h4,
h5 {
    list-style-type: none;
    margin: 0;
    padding: 0
}

p {
    font-size: 15px;
    font-weight: 500;
    line-height: 23px;
    margin: 0;
    padding-bottom: 0;
}

a {
    display: inline-block;
}


/*------------------------------------*\
	        HEADER
\*------------------------------------*/

.lang select {
    width: 100px;
}

.main {
    background: #fff;
    position: relative;
}

.nav_area>ul>li {
    display: inline-block;
    padding: 10px 4px;
}

ul.sub-menu ul.sub-menu {
    margin-top: 12px;
}

.nav_area ul li:last-child {
    padding-right: 0;
    border-right: 0;
}

.nav_area ul li a {
    color: #000;
    font-size: 15px;
    display: inline-block;
    vertical-align: middle;
    font-weight: 500;
    text-transform: uppercase;
}

ul.sub-menu {
    position: absolute;
    background: #002a51;
    z-index: 555;
    text-align: left;
    padding: 10px 0;
    top: 100%;
}

ul.sub-menu {
    margin-top: 5px;
}

ul.sub-menu li a {
    color: #ffff;
    line-height: 20px;
    padding: 3px 10px 7px 10px;
    font-size: 15px;
    display: inline-block;
    text-transform: capitalize;
    font-weight: 400;
}

ul.sub-menu li {
    display: block;
}

ul.sub-menu li a {
    width: 90%;
}

ul.sub-menu li.menu-item-has-children {
    position: relative;
}

ul.sub-menu li.menu-item-has-children .arrow {
    color: #fff;
    padding-left: 0;
    padding: 0 !important;
}

span.arrow {
    font-size: 16px;
    color: #e4dddf;
    padding: 5px
}

ul.sub-menu span.arrow i {
    padding: 0;
}

.lang i {
    color: #000;
}

.lang select {
    background: none;
    border: none;
    font-size: 15px;
    color: #000;
    text-transform: uppercase;
}

.lang option {
    color: #000;
}

.main-menu {
    text-align: right;
}


/*-------footer--------*/

.footer {
    background: #ffffff;
}

.s-icon a i {
    background: #9d7a83;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #002a51;
    font-size: 22px;
}

.f-menu ul li a {
    font-size: 15px;
    color: #000000;
    padding: 10px 4px;
    text-transform: uppercase;
}

.f-menu ul li {
    display: inline-block;
}

.copyright p {
    font-size: 14px;
    color: #000000;
}

.f-menu ul li:after {
    content: '';
    display: inline-block;
    background: #dbd4d5;
    width: 2px;
    height: 14px;
    margin: 0px 7px;
}

.f-menu ul li:last-child:after {
    content: none;
}


/*-------banner---------*/

.banner {
    position: relative;
}

.banner-text h5 {
    font-size: 28px;
    line-height: 25px;
    color: #fff;
}

.banner-text h2 {
    font-size: 62px;
    color: #fff;
}

.banner-text {
/*    background: #2f081ba8;*/
    background:#022d55a8;
    ;
    display: table;
    padding: 40px;
}


/*-----------index------------*/

.custom-title h2 {
    font-size: 28px;
    /* color: #4c0014; */
    color: #002a51;
    text-transform: uppercase;
}
.custom-title h1 {
    font-size: 28px;
    /* color: #4c0014; */
    color: #002a51;
    text-transform: uppercase;
}
.custom-title p {
    font-size: 16px;
    line-height: 30px;
    /* padding-bottom: 30px; */
}

.custom-title h2:after {
    content: '';
    display: block;
    width: 70px;
    height: 3px;
    /* background: #4c0014; */
    background: #002a51;
    margin: 20px auto;
}
.custom-title h1:after {
    content: '';
    display: block;
    width: 70px;
    height: 3px;
    /* background: #4c0014; */
    background: #002a51;
    margin: 20px auto;
}
.business {
    background: #e7d9c7;
}

.what-new {
    /* background: #f1e5e7; */
    background: #e7ecf9;
}

.new-item h3 {
    /* color: #4c0014; */
    color: #002a51;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 15px;
}

.new-item p {
    font-size: 16px;
    line-height: 24px;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: justify;
}

.w-space {
    padding: 0 20px !important;
}

h5.date {
    /* background: #4c0014; */
    background: #002a51;
    display: table;
    color: #fff;
    padding: 10px 15px 8px;
    position: absolute;
    top: 0;
    left: 0;
    line-height: 27px;
    text-align: center;
}

h5.date span {
    display: block;
    line-height: 24px;
    font-size: 18px;
    text-transform: uppercase;
}

h5.date b {
    font-size: 26px;
    font-weight: 400;
}

.b-item {
    position: relative;
}

.b-item h3 {
    font-size: 16px;
    text-transform: uppercase;
    background: #00000094;
    color: #fff;
    position: absolute;
    bottom: 0;
    padding: 20px 25px;
    font-weight: 300;
    line-height: 25px;
    width: 100%;
    text-align: center;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}


/*-----------activity-news-----------*/

.page-title h2 {
    font-size: 44px;
    /* color: #2e131a; */
    color: #022e57;
    text-transform: uppercase;
    border-bottom: 2px solid #bbcdb9bb;
    padding: 20px;
}

.news-item p {
    font-size: 18px;
    padding-bottom: 30px!important;
}

.date h5.date {
    position: relative;
}

.title h3 {
    font-size: 30px;
    color: #002a51;
    font-weight: 700;
    line-height: 40px;
    text-transform: uppercase;
}


/*---------business-activity---------*/

.page-title h3 {
    font-size: 42px;
    text-transform: uppercase;
    color: #002a51;
}

.b-item:hover .image {
    opacity: 0.2;
}

.image {
    transition: .5s ease;
}

.b-item {
    position: relative;
    margin-bottom: 30px;
}

.b-item .hover-item {
    opacity: 0;
    position: absolute;
    font-size: 16px;
    font-weight: 600;
    top: 0;
    padding: 22px;
    color: #fff;
    /* background: #3d031394; */
    background: #002a5194;
    transition: all .5s;
    height: 100%;
}

.b-item:hover .hover-item {
    opacity: 1;
}

.b-item p {
    font-size: 16px;
    line-height: 20px;
}

a.view:hover {
    color: #fff;
    background: #002a51;
}

a.view {
    font-size: 15px;
    text-transform: uppercase;
    background: #fff;
    padding: 5px 15px;
    color: #002a51;
    transition: all .3s;
}

.pagination {
    display: block;
    margin: 0px;
}

.pagination .link {
    padding-top: 7px;
}

.pagination a {
    display: inline-block;
    height: 30px;
    width: 30px;
    vertical-align: middle;
    text-align: center;
    line-height: 30px;
    margin: 0 4px;
    color: #000;
}

.pagination a.active,
.pagination a:hover {
    /* background: #9d7a83; */
    background: #002a51;
    color: #fff;
}

.pagination a i {
    height: 40px;
    line-height: 40px;
}


/*------------------------------------*\
	        MIN WIDTH
\*------------------------------------*/

@media(min-width:992px) {
    .banner-text {
        position: absolute;
        bottom: 200px;
    }
    .activity-news {
        margin-top: -222px;
        background: #ffffffa3;
        padding: 40px;
    }
    .nav_area ul li:hover ul.sub-menu {
        display: block;
    }
    .nav_area>ul>li ul.sub-menu {
        font-size: 16px;
        transform-origin: 50% 0;
        transform: scaleY(0) translateZ(0);
        transition: transform 0.3s, opacity 0.3s;
        display: block;
    }
    ul.sub-menu {
        min-width: 150px;
    }
    ul.sub-menu li ul.sub-menu {
        left: 100%;
        top: -22px;
        width: 100%;
    }
    .nav_area>ul>li:hover>ul.sub-menu,
    .nav_area ul.sub-menu>li:hover>ul.sub-menu {
        transform: scaleY(1) translateZ(0);
    }
    .nav_area ul li:hover ul.sub-menu {
        display: block;
    }
    ul.menu {
        display: flex !important;
        justify-content: space-around;
    }
    span.arrow {
        display: inline-block;
        font-size: 12px;
    }
    label.toggle {
        display: none;
    }
    .nav_area ul li a img {
        vertical-align: middle;
        max-width: 20px;
        margin-right: 5px;
    }
    ul.sub-menu li.menu-item-has-children .arrow {
        transform: rotate(-90deg);
    }
    ul.sub-menu>li:hover {
        background-color: #ffff;
    }
    ul.sub-menu>li:hover>a {
        color: #000;
        text-decoration: none;
    }
    ul.sub-menu>li:hover .arrow {
        color: #000;
    }
}

@media(min-width:768px) {}


/*------------------------------------*\
	        MAX WIDTH
\*------------------------------------*/

@media (max-width:1024px) {}

@media(min-width:767px) and (max-width:1024px) {
    .nav_area ul li a {
        font-size: 12px;
    }
    .col-md-10.offset-md-2 {
        margin: 0 auto;
    }
}

@media(min-width:767px) and (max-width:1205px) {
    .nav_area ul li a {
        font-size: 11px;
    }
}

@media (max-width:991px) {
    .banner-text h2 {
        font-size: 49px;
        color: #fff;
    }
    .container {
        max-width: 100%;
    }
    nav.nav_area ul li a {
        color: #fff;
        text-decoration: none;
    }
    ul.menu {
        position: fixed;
        width: 80%;
        left: 0;
        text-align: left;
        background: #002a51; /* #5e2a2f; */
        z-index: 2;
        padding: 15px 10px;
        z-index: 10;
        top: 0;
        height: 100%;
        left: -100%;
        transition: all .4s;
    }
    ul.menu.open {
        left: 0;
    }
    .toggle {
        font-size: 25px;
        text-align: right;
        display: block;
        color: #fff;
    }
    .nav_area>ul>li {
        padding: 10px 0;
    }
    .nav_area ul li a {
        font-size: 18px;
        padding: 5px;
    }
    nav.nav_area ul li {
        display: block;
        position: relative;
        border: 0;
    }
    span.arrow {
        position: absolute;
        right: 10px;
        color: #fff;
        width: 40px;
        text-align: center;
        height: 30px;
        top: 15px;
    }
    .sub-menu span.arrow i:before {
        content: '\f105';
    }
    span.arrow.close-icon i:before {
        content: '\f106';
    }
    ul.sub-menu {
        display: none;
        position: relative;
        background: transparent;
        padding: 0;
        margin: 0;
    }
    ul li .sub-menu li a {
        font-size: 16px;
        line-height: 16px;
    }
    ul.sub-menu span.arrow {
        right: 5px;
        text-align: center;
    }
    span.arrow.close-icon i:before {
        content: '\f106';
    }
    ul.sub-menu li.menu-item-has-children span.arrow.close-icon i:before {
        content: "\f106";
    }
    .nav_area>ul>li>ul.sub-menu {
        padding: 5px 5px 0px 0px;
        font-family: 'Oxygen';
    }
    .sub-menu span.arrow {
        top: 0;
    }
    .nav_area ul li>ul li {
        display: block;
        position: relative;
        border: 0;
        padding: 0 5px 5px 5px;
    }
}

@media (max-width:991px) {
    .banner-text {
        position: relative;
        top: -290px;
        z-index: 0;
        padding: 30px;
    }
}

@media (max-width: 767px) {
    .new-item {
        padding: 30px;
    }
    .w-space {
        padding: 20 0px!important;
    }
    .b-item {
        margin-bottom: 20px;
    }
    .banner-text {
        position: relative;
        top: -170px;
        z-index: 0;
        padding: 10px;
    }
    .banner-text h5 {
        font-size: 24px;
        padding-bottom: 10px;
    }
    .banner-text h2 {
        font-size: 36px;
        color: #fff;
    }
    .lang {
        display: none;
    }
    .page-title h3 {
        font-size: 30px;
    }
}

@media only screen and (min-width:768px) {}

@media (max-width: 576px) {
    .booking-system1 .custom-radio {
        width: 100%;
    }
    a.read {
        padding-bottom: 20px;
    }
    .custom-radio {
        width: 100%;
    }
}

.hover-item p {
    display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: justify;
}

@media (max-width: 1126px) {
    .hover-item p {
        -webkit-line-clamp: 6;
    }
}

@media (max-width: 900px) {
    .hover-item p {
        -webkit-line-clamp: 4;
    }
}

@media (max-width: 767px) {
    .hover-item p {
        -webkit-line-clamp: 10;
    }
    .logo a * {
        height: 70px;
    }
    .header {
        height: 70px;
        overflow: hidden;
    }
}