

/*******************************************************************************
		-	BULLETS AND ARROWS ADD ONS TO THE EXISTING VERSION 	-
*******************************************************************************/

.tp-bannertimer {
    background:#777 !important;
    background:rgba(0,0,0,0.1) !important;
    height:5px !important;
  }



.tp-bullets.simplebullets.navbar {

    height: 35px;
    padding: 0px 0px;

}
.tp-bullets.simplebullets .bullet {
    cursor: pointer;
    position: relative !important;
    background: rgba(0, 0, 0, 0.5) !important;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    width: 6px !important;
    height: 6px !important;
    border: 7px solid rgba(0, 0, 0, 0) !important;
    display: inline-block;
    margin-right: 2px !important;
    margin-bottom: 14px !important;
    -webkit-transition: background-color 0.2s, border-color 0.2s;
    -moz-transition: background-color 0.2s, border-color 0.2s;
    -o-transition: background-color 0.2s, border-color 0.2s;
    -ms-transition: background-color 0.2s, border-color 0.2s;
    transition: background-color 0.2s, border-color 0.2s;
    float:none !important;
}
.tp-bullets.simplebullets .bullet.last {
    margin-right: 0px
}
.tp-bullets.simplebullets .bullet:hover,
.tp-bullets.simplebullets .bullet.selected {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
	background: rgba(255, 255, 255, 1) !important;
	width: 6px !important;
    height: 6px !important;
    border: 7px solid rgba(0, 0, 0, 1) !important;
}



.tparrows:before {
    font-family: 'revicons';
	color: #fff;
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    margin-right: 0;
    margin-top: 6px;
    text-align: center;
    width: 40px;
    font-size: 20px;
}
.tparrows {

    cursor: pointer;

    background: rgba(0, 0, 0, 0.5) !important;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    width: 40px !important;
    height: 40px !important;

}
.tparrows:hover {
    color: #fff;
}
.tp-leftarrow:before {
    content: '\e824';
}
.tp-rightarrow:before {
    content: '\e825';
}
.tparrows.tp-rightarrow:before {
    margin-left: 1px;
}
.tparrows:hover {
    background: rgba(0, 0, 0, 1) !important;
}



/******************************
	-	SLIDER NAV STYLE DEMOS	-
********************************/

#slider4container .tparrows:before,
#slider4container .tparrows:hover,
#slider4container .tparrows {
    color: #000 !important;
}

#slider4container .tparrows {
	background:#fff !important;
	background:rgba(255,255,255,0.5) !important;
}

#slider4container .tparrows:hover	{
	background:#fff !important
}
.top-header {
    padding: 20px 0
}

    .top-header .form-searchs {
        position: relative;
        margin-top: 10px
    }

        .top-header .form-searchs .fa-search {
            position: absolute;
            color: #cc3;
            right: 10px;
            top: 50%;
            font-size: 11px;
            transform: translateY(-50%);
            cursor: pointer;
        }


        .top-header .form-searchs button {
            border-style: none;
            color: #0077c0;
            font-size: 17px;
            text-transform: uppercase;
            border-radius: 0
        }

            .top-header .form-searchs button .caret {
                margin-left: 5px;
                vertical-align: middle;
                border-top: 5px dashed;
                border-right: 5px solid transparent;
                border-left: 5px solid transparent
            }

        .top-header .form-searchs label {
            font-size: 17px;
            color: #cc3;
            font-weight: 400;
            margin-right: 15px;
            margin-bottom: 0;
            padding-left: 15px;
            margin-left: 5px;
            border-left: 1px solid #ccc
        }

        .top-header .form-searchs input {
            height: 23px;
            width: 243px;
            border: 1px solid #cc3;
            border-radius: 0;
            margin-bottom: 4px;
            outline: 0;
            padding-right: 20px
        }

        .top-header .form-searchs .form-group {
            margin-top: 6px;
            margin-left: 12px;
        }

.language-opt .dropdown-menu {
    z-index: 10000;
}

.custom-header .glyphicon-menu-hamburger {
    font-size: 22px;
    color: #0077c0;
}

@media (max-width: 767px) {
    .logo, .top-header .form-searchs, .top-header .form-searchs .search-inp {
        float: none !important;
    }

    .logo {
        display: block;
    }

        .logo img {
            max-width: 100%;
        }

    header .menu {
        display: block;
        margin-left: 0;
        margin-right: 0;
    }

        header .menu > li {
            display: block;
        }

            header .menu > li > a {
                font-size: 15px;
            }

    .top-header .form-searchs .search-inp {
        margin: 10px 0;
    }

        .top-header .form-searchs .search-inp label {
            display: none;
        }

    .top-header .form-searchs input {
        width: 100%;
    }
}


@media (min-width: 1200px) {
    .header-wrap {
        position: fixed;
        z-index: 10000;
        left: 0;
        right: 0;
        top: 0;
        background: #fff;
        margin-bottom: 144px;
    }

    header {
        height: 135px;
        transition: all .3s ease-out;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {

    header {
        height: 185px;
    }
    /* .menuTransition .custom-header a.logo {
        margin-left: 0;
    }
    .menuTransition .custom-header .logo img {
        width: auto;
    } */
    .custom-header .logo {
        width: 100%;
    }

    .header-wrap {
        position: fixed;
        z-index: 10000;
        left: 0;
        right: 0;
        top: 0;
        background: #fff;
        margin-bottom: 0;
    }
}

@media (max-width: 1024px) {
    .top-header .form-searchs .form-group.btn-menu {
        display: none;
    }
}
.navbar {
    min-height: auto;
    border-style: none;
    margin-bottom: 0;
    padding: 0;
    border-radius: 0;
    background: linear-gradient(90deg, #02297e, #1a77c7, #5da988, #c2e20c);
    z-index: 9999
}

.menu {
    float: inherit;
    width: 100%;
    display: table
}

    .menu > li {
        float: inherit;
        display: table-cell;
        text-align: center;
        position: relative;
        min-width: 115px;
    }

        .menu > li > a {
            font-size: 20px;
            color: #fff !important;
            padding-top: 13px;
            padding-bottom: 13px;
            font-weight: 300;
            padding-right: 20px;
        }

        .menu > li .fa-angle-down {
            position: absolute;
            color: #fff;
            right: 6px;
            top: 50%;
            font-size: 22px;
            transform: translateY(-50%);
            z-index: 1;
        }

        .no-touch .menu > li:hover > a,
        .menu > li.focus > a {
            background: #09c !important
        }

        .no-touch .menu > li:hover .sub-menu,
        .menu > li.active .sub-menu {
            visibility: inherit;
            height: auto;
            transform: translateY(0);
            opacity: 1;
            transition: all .8s ease
        }

.sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 0;
    transform: translateY(-30%);
    opacity: 0;
    visibility: hidden
}

    .sub-menu li {
        display: block
    }

        .sub-menu li a {
            display: block;
            color: #fff;
            line-height: 35px;
            font-size: 16px;
            background: rgba(0, 153, 204, .6)
        }

.no-touch .sub-menu li a:hover {
    background: rgba(0, 153, 204, .9) !important;
    color: #fff
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover, .sub-menu li.active a {
    background: #09c !important
}

@media (min-width: 1023px) and (max-width: 1199px) {
    #bs-example-navbar-collapse-1 .menu > li .fa-angle-down {
        right: 7px;
    }
}

@media (min-width: 768px) and (max-width: 1022px) {
    .menu > li {
        min-width: 80px;
    }

    #bs-example-navbar-collapse-1 .menu > li a {
        font-size: 14px;
        line-height: 15px;
        padding-left: 10px;
        padding-right: 10px;
    }

    #bs-example-navbar-collapse-1 .menu > li .fa-angle-down {
        right: 3px;
        font-size: 20px;
    }

    #bs-example-navbar-collapse-1 .sub-menu li a {
        font-size: 14px;
        line-height: 30px;
    }
    .sub-menu {
        width: 120px;
    }
}

@media (max-width: 767px) {
    .sub-menu {
        background-color: #fff;
    }
}



.banner-slider .slick-list, .banner-slider .slick-list .slick-track, .banner-slider .slick-list .slick-track .slick-slide, .banner-slider .slick-list .slick-track .slick-slide > div {
    height: 100%
}

.banner-slider .slick-prev {
    left: 43px !important;
    background: url(../images/left.png) no-repeat;
    background-size: cover;
    background-position: 50%
}

.banner-slider .slick-next {
    right: 43px !important;
    background: url(../images/right.png) no-repeat;
    background-size: cover;
    background-position: 50%
}

.banner-slider .slick-next, .banner-slider .slick-prev {
    width: 35px;
    height: 68px;
    z-index: 2;
    top: 50%
}

    .banner-slider .slick-next:before, .banner-slider .slick-prev:before {
        content: ""
    }

.banner-slider .slick-dots {
    bottom: 40px
}

    .banner-slider .slick-dots li, .banner-slider .slick-dots li button {
        width: 16px;
        height: 16px
    }

        .banner-slider .slick-dots li button:before {
            content: "";
            width: 16px;
            height: 16px;
            border: 1px solid #666;
            border-radius: 50%;
            opacity: 1
        }

        .banner-slider .slick-dots li button:focus:before, .banner-slider .slick-dots li button:hover:before, .banner-slider .slick-dots li.slick-active button:before {
            border-color: hsla(0, 0%, 100%, .6);
            background: hsla(0, 0%, 100%, .6)
        }

.banner-slider__item {
    position: relative;
    height: 100%;
    right: 46.5px;
}

    .banner-slider__item .banner-slider__inner {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        display: flex;
        padding: 0 9%;
        justify-content: flex-start;
        align-items: flex-end
    }

    .banner-slider__item .banner-slider__title {
        color: #fff;
        padding: 10px;
        width: 100%;
        background: rgba(0,182,223,.7);
        margin-bottom: 8.7%;
        max-width: 777px;
        /* margin-top: -430px; */
    }

.banner-home {
    overflow: hidden;
}

.banner-slider__item .banner-slider__title h1 {
    text-transform: uppercase;
    font-weight: 500;
    line-height: 34px;
    font-size: 22px;
    overflow: hidden;
    height: auto;
    margin: 0;
    margin-bottom: 10px;
    word-wrap: break-word
}

        .banner-slider__item .banner-slider__title h2 {
            font-size: 36px;
            font-weight: 700;
            text-transform: uppercase;
            margin: 0
        }

        .banner-slider__item .banner-slider__title .description-box {
            white-space: normal;
            line-height: 24px;
            font-size: 17px;
            text-align: left !important;
            height: auto;
            max-height: 46px;
            overflow: hidden;
            word-wrap: break-word;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            white-space: initial;
            -webkit-line-clamp: 2;
            -moz-line-clamp: 2;
            -webkit-box-orient: vertical;
            -moz-box-orient: vertical;
        }

        .banner-slider__item .banner-slider__title a {
            text-transform: uppercase;
            display: inline-block;
            color: #fff
        }

            .banner-slider__item .banner-slider__title a:hover {
                color: #337ab7
            }

    .banner-slider__item img {
        width: 100%;
        height: 100%
    }

@media (min-width: 1025px) {
    .banner-home .banner-slider__item .banner-slider__title {
        margin-top: -430px;
    }
    .banner-home.culture-slider  .banner-slider__item .banner-slider__title {
        margin-top: -505px;
    }
}

@media (min-width: 812px) and (max-width: 1024px) {
    .banner-home .banner-slider__item .banner-slider__title {
        margin-top: -380px;
    }
}

@media (min-width: 768px) and (max-width: 800px) {
    .banner-home .banner-slider__item .banner-slider__title {
        margin-top: -280px;
    }
}
@media (min-width:1280px) and (max-width:1450px) {
    .banner-slider .slick-dots {
        bottom: 25px
    }

    /* .banner-slider__title {
        max-width: 80%;
    } */
}

@media (max-width: 767px) {
    .banner-home .banner-slider__item .banner-slider__title {
        margin-top: -50px;
    }
    .new-banner-cus .banner-slider__item .banner-slider__inner {
        position: relative;
        padding: 0;
    }
    .culture-slider .banner-slider__item .banner-slider__title p {
        font-size: 14px;
    }

    .banner-home .tp-caption.customin.customout.start.banner-slider__item {
        top: 24% !important;
        left: 15px !important;
    }
    .banner-home.culture-slider .tp-caption.customin.customout.start.banner-slider__item {
        /* top: 24% !important; */
        left: 0 !important;
    }
    .banner-slider__item .banner-slider__title .description-box {
        font-size: 14px;
    }
    .banner-slider__item .banner-slider__title h1 {
        text-transform: uppercase;
        font-weight: 500;
        line-height: 34px;
        font-size: 22px;
        overflow: hidden;
        height: auto;
        margin: 0;
        margin-bottom: 10px;
        word-wrap: break-word
    }
}

@media (max-width: 415px) {
    .banner-home .banner-slider__item .banner-slider__title {
        margin-top: -30px;
    }    
    .banner-slider__item .banner-slider__title h1 {
        font-size: 14px;
    }
}

.banner-slider__title_custom {
    top: 10px;
    position: absolute;
    padding: 10px;
    background: rgba(0,182,223,.7);
    color: #fff;
    max-width: 900px;
}

    .banner-slider__title_custom h1 {
        text-transform: uppercase;
        font-weight: 500;
        line-height: 34px;
        font-size: 22px;
        overflow: hidden;
        height: auto;
        margin: 0;
        margin-bottom: 10px;
        word-wrap: break-word;
    }

    .banner-slider__title_custom h2 {
        font-size: 36px;
        font-weight: 700;
        text-transform: uppercase;
        margin: 0;
    }

    .banner-slider__title_custom .description-box {
        white-space: normal;
        line-height: 24px;
        font-size: 17px;
        text-align: left !important;
        height: auto;
        max-height: 46px;
        overflow: hidden;
        word-wrap: break-word;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        white-space: initial;
        -webkit-line-clamp: 2;
        -moz-line-clamp: 2;
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
    }
body {
    font-family: Roboto, sans-serif;
    font-weight: 400
}

a:hover {
    transition: all .2s ease;
    text-decoration: none
}

ul {
    margin: 0;
    padding: 0
}

.sustainability-banner .banner-slider__item .banner-slider__title {
    width: auto;
    margin-bottom: 50px;
}

.content {
    background: #fff
}

.title-content {
    margin-bottom: 25px
}

.title-content h3 {
    border-bottom: none;
    width: 100%;
    padding: 10px 0;
    position: relative;
    background: 0 0;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0
}

.title-content h3:after {
    content: "";
    display: block;
    width: 95px;
    height: 5px;
    background: #1292cd;
    background: -moz-linear-gradient(left, #1292cd 0, #bbd040 100%);
    background: -webkit-gradient(left top, right top, color-stop(0, #1292cd), color-stop(100%, #bbd040));
    background: -webkit-linear-gradient(left, #1292cd, #bbd040);
    background: -o-linear-gradient(left, #1292cd 0, #bbd040 100%);
    background: -ms-linear-gradient(left, #1292cd 0, #bbd040 100%);
    background: linear-gradient(90deg, #1292cd 0, #bbd040);
    position: absolute;
    bottom: -1px
}

.title-content h3:before {
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    background: #d0e9f5;
    background: -moz-linear-gradient(left, #d0e9f5 0, #f1f6d9 100%);
    background: -webkit-gradient(left top, right top, color-stop(0, #d0e9f5), color-stop(100%, #f1f6d9));
    background: -webkit-linear-gradient(left, #d0e9f5, #f1f6d9);
    background: -o-linear-gradient(left, #d0e9f5 0, #f1f6d9 100%);
    background: -ms-linear-gradient(left, #d0e9f5 0, #f1f6d9 100%);
    background: linear-gradient(90deg, #d0e9f5 0, #f1f6d9);
    position: absolute;
    bottom: 0
}

.bg-content-style {
    padding: 25px 0;
    background: url(../images/about-us-bg.jpg) repeat
}

.content-item {
    margin-bottom: 25px
}

.news-page, .sustainability {
    border-bottom: 1px solid rgba(0, 0, 0, .06)
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background: #c90
}

.content-scrollbar {
    height: 398px
}

.style-1 .style-1-left {
    padding-right: 20px;
    width: 48.5%
}

.style-1 .style-1-right {
    padding-top: 50px;
    width: 46.5%
}

.width-100 {
    width: 100%
}

footer {
    background: linear-gradient(90deg, #02297e, #1a77c7, #5da988, #c2e20c)
}

footer .pull-left, footer .pull-right {
    line-height: 43px;
    font-size: 15px;
    color: #fff;
    font-weight: 200
}

footer .pull-right {
    text-shadow: -5px 2px 10px rgba(0, 0, 0, .6)
}

footer .pull-right:hover {
    color: #4682b4
}

.post-thumb {
    max-width: 100%;
    display: block;
    overflow: hidden
}

.post-thumb img {
    -webkit-transition: all .25s cubic-bezier(.66, .36, .17, .91);
    -moz-transition: all .25s cubic-bezier(.66, .36, .17, .91);
    -o-transition: all .25s cubic-bezier(.66, .36, .17, .91);
    transition: all .25s cubic-bezier(.66, .36, .17, .91);
    box-shadow: none;
    margin: 0;
    width: 100%
}

.post-thumb:hover img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2)
}


.slick-dotted.slick-slider {
    margin-bottom: 0
}

.block {
    height: 100vh;
    overflow: hidden;
    flex-direction: column
}

.banner-slider {
    height: calc(100% - 144px);
    overflow: hidden
}

.swiper-container__block {
    height: 100vh;
    overflow: hidden
}

.swiper-container__block .swiper-pagination-bullet {
    height: 20px;
    width: 4px;
    content: "";
    background: #7e7d7c;
    opacity: 1;
    border-radius: 0
}

.swiper-container__block .swiper-pagination-bullet-active {
    background: #fff
}

.relactive {
    position: relative
}


.web-page .title-content {
    margin-bottom: 30px
}

.web-page .slick-dots {
    text-align: right;
    padding-right: 15px;
    bottom: -30px
}

.web-page .slick-dots li {
    margin: 0;
    height: 10px;
    width: 30px
}

.web-page .slick-dots li button {
    height: 10px;
    width: 30px;
    padding: 0
}

.web-page .slick-dots li button:before {
    height: 10px;
    width: 30px;
    content: "";
    background: #ebebeb;
    opacity: 1
}

.web-page .slick-dots li.slick-active button:before {
    opacity: 1;
    background: #0077c0
}

.web-page .about-us {
    height: auto;
    padding: 30px 0
}

.web-page .upcoming-events {
    height: 120px;
    border-style: none;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    margin-bottom: 20px
}

.web-page .banner-slider {
    height: auto
}

.web-page .events-img {
    height: 200px
}

.all-event {
    background: url(../images/bg-all-event.jpg) no-repeat;
    background-size: cover;
    background-position: 50%;
    display: flex;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 70px
}

.recnt-event__item {
    position: relative
}

.recnt-event__item img {
    width: 100%
}

.recnt-event__item .recnt-event__item--inner {
    position: absolute;
    right: 0;
    bottom: 0;
    color: #fff;
    background: rgba(0, 102, 153, .6);
    padding: 15px
}

.recent-event {
    margin-bottom: 70px
}

.all-event__item--inner {
    padding: 15px;
    background: rgba(195, 207, 33, .8)
}

.all-event__item--inner h4 {
    color: #fff;
    font-size: 20px
}

.all-event__item--inner h4 span {
    display: block;
    height: 3px;
    width: 30px;
    background: #fff;
    margin-top: 4px
}

.all-event__item--inner p {
    font-weight: 700
}

.all-event__item--inner p span {
    font-style: italic
}

.all-event__item {
    padding: 0 5px
}

.all-event__item img {
    width: 100%
}

.banner-page {
    min-height: 500px;
    background: 0 0;
    display: flex;
    align-items: center
}

.about-milestones {
    height: calc(100% - 144px)
} 

.about-milestones__content-top {
    background: #efefef;
    height: 100%;
    align-items: center
}

.about-milestones__content-top .title-content {
    margin-bottom: 55px
}

.form-year {
    padding-left: 56%;
    margin-bottom: 30px
}

.form-year .select-item {
    display: inline-block;
    width: 225px;
    float: left;
    font-style: italic;
    color: #000
}

.form-year label {
    overflow: hidden;
    font-weight: 400;
    padding-left: 35px;
    line-height: 43px;
    color: #000;
    font-size: 17px;
    margin: 0
}

.select2-container--bootstrap .select2-selection--single .select2-selection__arrow b {
    border-color: #000 transparent transparent;
    border-style: solid;
    border-width: 14px 10px 0;
    height: 0;
    left: 0;
    margin-left: -17px;
    margin-top: -7px;
    position: absolute;
    top: 50%;
    width: 0
}

.select2-container--bootstrap .select2-selection--single .select2-selection__rendered {
    color: #000;
    padding: 0;
    font-size: 17px
}

.select2-container--bootstrap .select2-selection {
    border-radius: 0;
    border: 2px solid #b7b7b7
}

.select2-container--bootstrap .select2-selection--single {
    height: 43px
}

.all-event__slider {
    margin-left: -5px;
    margin-right: -5px
}

.all-event__slider .slick-dots {
    padding-right: 3px
}

.banner-page__inner {
    padding: 20px 35px;
    background: rgba(0, 102, 153, .6);
    margin-bottom: 5.7%;
    width: 50%
}

.banner-page__inner h2 {
    color: #fff;
    font-weight: 300;
    margin-top: 0
}

.banner-page__inner p {
    color: #fff;
    font-weight: 300;
    margin-bottom: 15px
}

.banner-page__inner a {
    text-transform: uppercase;
    display: inline-block;
    color: #fff
}

/* .tenants-content {
    padding: 60px 0;
    padding-bottom: 30px;
    min-height: 600px;
    background: 0 0;
    margin-bottom: 30px
}

.tenants-item {
    padding: 0 25px;
    background: hsla(0, 0%, 100%, .8);
    padding-bottom: 30px;
    margin-bottom: 30px;
    min-height: 225px;
    width: 100%;
    position: relative
}

.tenants-item span {
    display: inline-block;
    color: #fff;
    background: #c4d024;
    padding: 5px 10px;
    font-size: 44px
}

.tenants-item h4 {
    font-style: italic;
    font-size: 21px;
    margin: 15px 0;
    margin-top: 20px
}

.tenants-item .read-more {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(195, 207, 33, .8)
}

.tenants-item .read-more img {
    width: 40px;
    height: 40px
}

.tenants-item .read-more:hover {
    opacity: .6
}

.tenants-item:hover h4 {
    color: #337ab7
} */

.made-text {
    width: 80%;
    margin: 0 auto;
    text-align: center;
    font-size: 40px;
    padding: 15px;
    border: 1px solid #26cbef;
    margin-top: 100px;
    margin-bottom: 30px
}

.made-video {
    width: 80%;
    margin: 0 auto 50px;
    background: #e6e6e6;
    padding: 30px 50px
}

.made-video iframe {
    width: 100%;
    height: 446px
}

.share-holding-content {
    padding-top: 50px;
    padding-bottom: 70px;
    margin-bottom: 0;
    min-height: 600px;
    background: 0 0
}

.block-post img {
    height: 100px;
    width: auto;
    margin: 15px auto
}

.center {
    text-align: center
}

.block-post p {
    text-align: justify;
    font-size: 20px
}

.business-page {
    margin-bottom: 0
}

.banner-slider-page {
    margin-bottom: 25px!important
}

.banner-slider-page .slick-dots {
    display: none!important
}

.banner-slider-page .banner-slider__item img {
    width: 100%;
    /* height: 530px */
}

.upcoming-events__slider {
    margin-bottom: 25px
}

.upcoming-events__slider .upcoming-events {
    margin-bottom: 0
}

.about-milestones__slider .slick-prev, .charity__slider .slick-prev, 
.news-page__slider .slick-prev, .recent-event__slider .slick-prev {
    left: -40px!important;
    background: url(../images/left.png) no-repeat;
    background-size: cover;
    background-position: 50%
}

.about-milestones__slider .slick-next, .charity__slider .slick-next, 
.news-page__slider .slick-next, .recent-event__slider .slick-next {
    right: -40px!important;
    background: url(../images/right.png) no-repeat;
    background-size: cover;
    background-position: 50%
}

.about-milestones__slider .slick-next, 
.about-milestones__slider .slick-prev, 
.charity__slider .slick-next, 
.charity__slider .slick-prev, 
.news-page__slider .slick-next, 
.news-page__slider .slick-prev, 
.recent-event__slider .slick-next, 
.recent-event__slider .slick-prev {
    width: 20px;
    height: 39px;
    z-index: 2;
    top: 50%
}

.about-milestones__slider .slick-next:before, 
.about-milestones__slider .slick-prev:before, 
.charity__slider .slick-next:before, 
.charity__slider .slick-prev:before, 
.news-page__slider .slick-next:before, 
.news-page__slider .slick-prev:before, 
.recent-event__slider .slick-next:before, 
.recent-event__slider .slick-prev:before {
    content: ""
}

.charity__slider .slick-prev {
    left: 30px
}

.charity__slider .slick-next {
    right: 30px
}

.mouse-icon {
    margin-top: -60px;
    z-index: 99;
    position: relative;
    float: right;
    margin-right: 20px
}

.mouse-icon__inner {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: rgba(0, 0, 0, .5)
}

.mouse-icon__inner img {
    opacity: .8
}

.mouse-icon__inner i {
    color: #fff;
    font-size: 15px
}

.mouse-icon__inner .flash {
    animation-duration: 3s;
    animation-delay: 2s;
    animation-iteration-count: infinite
}

.about-map {
    margin-bottom: 35px
}

.about-milestones-inner {
    margin-bottom: 90px
}

.about-milestones-inner .page-heading {
    margin-bottom: 70px
}

.page-heading h2 span {
    position: absolute;
    left: 50%;
    color: #039;
    text-transform: none
}

.page-heading {
    margin-top: 30px;
    background: #1f86d5 url(../images/heading-bg.jpg) no-repeat;
    background-size: 100% 100%;
    min-height: 69px;
    background-position: 130px 0
}

.page-heading h2 {
    text-transform: uppercase;
    font-size: 26px;
    font-weight: 700;
    color: #fff;
    line-height: 69px;
    margin-top: 0;
    margin-bottom: 0
}

.about-img-big {
    min-height: 700px;
    background: 0 0;
    margin-bottom: 60px
}

.about-img-big img {
    width: 100%
}

.about-page img {
    max-width: 100%;
    height: auto
}

.about-img-big-custom img {
    width: 100%;
    height: auto
}

.award-banner {
    position: relative;
    overflow: hidden
}

.award-banner .award-banner__title {
    display: inline-block;
    position: absolute;
    padding: 10px 20px;
    text-transform: uppercase;
    background: rgba(204, 255, 153, .6);
    color: #000;
    left: 10%;
    top: 5%;
    font-size: 26px;
    font-weight: 500
}

.award-banner img {
    width: 100%
}

.cd-top {
    display: inline-block;
    height: 40px;
    width: 40px;
    position: fixed;
    bottom: 40px;
    right: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .05);
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: rgba(232, 98, 86, .8) url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iMTZweCIgaGVpZ2h0PSIxNnB4IiB2aWV3Qm94PSIwIDAgMTYgMTYiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDE2IDE2IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwb2x5Z29uIGZpbGw9IiNGRkZGRkYiIHBvaW50cz0iOCwyLjggMTYsMTAuNyAxMy42LDEzLjEgOC4xLDcuNiAyLjUsMTMuMiAwLDEwLjcgIi8+DQo8L3N2Zz4NCg==) no-repeat center 50%;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s
}

.cd-top.cd-fade-out, .cd-top.cd-is-visible, .no-touch .cd-top:hover {
    -webkit-transition: opacity .3s 0s, visibility 0s 0s;
    -moz-transition: opacity .3s 0s, visibility 0s 0s;
    transition: opacity .3s 0s, visibility 0s 0s
}

.cd-top.cd-is-visible {
    visibility: visible;
    opacity: 1
}

.cd-top.cd-fade-out {
    opacity: .5
}

.cd-top.cd-fade-out:hover, .no-touch .cd-top:hover {
    background-color: #e86256;
    opacity: 1
}

.head-title {
    padding: 35px 0 10px
}

.font-14 {
    font-size: 14px!important;
    height: 20px
}


@media only screen and (min-width:768px) {
    .cd-top {
        right: 20px;
        bottom: 20px
    }
}

@media only screen and (min-width:1024px) {
    .banner {
        max-height: 800px;
        overflow: hidden;
        min-height: 0;
        height: 800px
    }

    .cd-top {
        height: 60px;
        width: 60px;
        right: 30px;
        bottom: 30px
    }

    .container-fluid {
        padding: 0 100px
    }
    .column-img, .column-text {
        display: table-cell;
        width: 50%
    }
}

@media (min-width:1280px) and (max-width:1450px) {
    .banner-slider .slick-dots {
        bottom: 25px
    }
}

@media (max-width: 767px) {
    .form-year {
        padding: 0 15px;
    }

    .form-year .select-item {
        display: block;
        width: 100%;
        float: none;
    }

    .sustainability-banner .banner-slider__item .banner-slider__title {
        padding: 15px;
    }
}
@media (min-width: 1024px) and (max-width: 1199px) {
    .about-infrastructure .about-img-big {
        min-height: auto;
    }
}
.title-content h3.title-our-business:after {
    width: 136px;
}

.title-content h3.our-news:after {
    width: 104px;
}

.title-content h3.our-sustainability:after {
    width: 154px;
}

.title-content h3.our-events:after {
    width: 74px;
}

.title-content h3.at-glance:after {
    width: 125px;
}

.title-content h3.milestone:after {
    width: 120px;
}

.title-content h3.investion:after {
    width: 240px;
}

.title-content h3.one-stop-service:after {
    width: 192px;
}

.title-content h3.post-license:after {
    width: 156px;
}

.title-content h3.pre-license:after {
    width: 145px;
}

.share-holding-banner-inner p {
    font-size: 18px;
}

.about-culture__item--content .lastest-new__item--readmore {
    text-align: left;
}

.all-event__item--inner h4 span {
    width: 50px;
}

footer .pull-left, footer .pull-right {
    line-height: 34px;
}

h3.title-recent-event:after {
    width: 152px;
}

h3.title-all-event:after {
    width: 113px;
}

h3.title-charity-events:after {
    width: 150px;
}

h3.title-csr-programme:after {
    width: 168px;
}

h3.title-qhse-policy:after {
    width: 124px;
}

h3.our-news:after {
    width: 54px;
}

h3.title-tenants:after {
    width: 148px;
}

h3.title-commercial-residential:after {
    width: 275px;
}

h3.title-industrial-park:after {
    width: 169px;
}

.about-infrastructure__item--title h4 {
    height: auto;
}

.partners-slider .about-milestones__slider--img {
    display: table-cell;
    height: 200px;
    vertical-align: middle;
    padding: 15px;
}

.partners-slider .slick-next, .partners-slider .slick-prev, .charity__slider .slick-next, .charity__slider .slick-prev, .news-page__slider .slick-next, .news-page__slider .slick-prev, .recent-event__slider .slick-next, .recent-event__slider .slick-prev {
    width: 20px;
    height: 39px;
    z-index: 2;
    top: 50%;
}

.partners-slider .slick-prev, .charity__slider .slick-prev, .news-page__slider .slick-prev, .recent-event__slider .slick-prev {
    left: -40px !important;
    background: url('../images/left.png') no-repeat;
    background-size: cover;
    background-position: 50%;
}

    .partners-slider .slick-next:before, .partners-slider .slick-prev:before, .charity__slider .slick-next:before, .charity__slider .slick-prev:before, .news-page__slider .slick-next:before, .news-page__slider .slick-prev:before, .recent-event__slider .slick-next:before, .recent-event__slider .slick-prev:before {
        content: "";
    }

.partners-slider .slick-next, .charity__slider .slick-next, .news-page__slider .slick-next, .recent-event__slider .slick-next {
    right: -40px !important;
    background: url(../images/right.png) no-repeat;
    background-size: cover;
    background-position: 50%;
}

.about-infrastructure-2 .about-infrastructure__item--title p {
    height: 88px;
    /* font-size: 22px; */
    margin: 0;
}

p.bottom30 {
    margin-bottom: 30px !important;
}

#head-office h2, #head-office p span {
    color: #1a77c7;
}

.recent-event {
    padding-top: 50px;
}

.post-content-page {
    background: transparent;
}

ul.slick-dots li a {
    font-size: 15px;
    height: 20px;
    width: 20px;
    display: inline-block;
}

.charity__slider .slick-list, .csr__sider .slick-list, .news-page__slider .slick-list {
    margin-bottom: 10px;
}

.share-holding-content {
    background: #f4f9ff;
}

    .share-holding-content .container {
        position: relative;
    }

    .share-holding-content .logo-bg {
        position: absolute;
        top: 23%;
        z-index: 0;
        width: 500px;
        height: auto;
        left: 0;
        right: 12%;
        margin: auto;
    }

.post-share-holding {
    position: relative;
    z-index: 99;
}

.share-holding-text {
    background: rgba(255, 255, 255, 0.9);
}

.slick-dots .slick-active a {
    color: #bbd040;
    border: 1px solid;
}

.news-page__slider {
    margin-bottom: 10px !important;
}

.mrbottom70 {
    margin-bottom: 70px;
}

.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.pagination-sm > li > a, .pagination-sm > li > span {
    margin: 0 2px;
}

.pagination-sm > li.active > a {
    background: #bbd040;
    border: 1px solid #bbd040;
}

.about-milestones__slider-item.style-2 .about-milestones__slider-item--inner {
    margin-top: 152px;
    padding-top: 0;
}

@media (min-width: 1024px) {
    .banner {
        max-height: 720px;
        height: 720px;
    }
}

@media (min-width: 1280px) and (max-width: 1440px) {
    .about-infrastructure__item--title h4 {
        font-size: 13px;
    }

    .about-infrastructure__item--title p {
        font-size: 12px;
        height: auto;
    }

    .about-img-big {
        min-height: 540px;
        margin-bottom: 30px;
    }
}

/* transition header */
.menuTransition .logo img {
    width: 430px;
    margin-top: 5px;
    padding: 10px;
}

.menuTransition a.logo {
    margin-left: -35px;
}


.logo img {
    width: 525px;
    transition: width .3s;
    -webkit-transition: width .3s;
}

.menuTransition .top-header {
    padding: 5px;
}

.top-header {
    transition: all .3s ease-out;
}

.menuTransition .top-header .form-searchs {
    margin-top: 10px;
    transition: all .3s ease-out;
}

    .menuTransition .top-header .form-searchs .fa-search {
        right: 40px;
    }

.top-header .form-searchs {
    transition: all .3s ease-out;
}


@media (min-width: 1200px) {
    header.menuTransition {
        height: 82px;
        transition: all .3s ease-out;
    }

    .top-header .custom-header {
        width: 1430px;
    }

    .btn-menu {
        display: none !important;
    }

    .menuTransition .btn-menu {
        display: block !important;
    }

    .menuTransition .navbar-default {
        display: none;
    }


    .menu-right-overlay {
        position: fixed;
        width: 300px;
        height: 100%;
        right: 0px;
        z-index: 999991;
        background: #efefef;
        top: 0;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -o-transition: all .3s ease;
        -ms-transition: all .3s ease;
        transition: all .3s ease;
    }

        .menu-right-overlay.hidev {
            right: -305px;
        }

        .menu-right-overlay.showv {
            right: -0px;
        }

        .menu-right-overlay .logo {
            height: 60px;
            float: left;
            width: 100%;
            background: #fff;
        }

        .menu-right-overlay #side-menu {
            float: left;
            width: 100%;
            position: relative;
        }

    #side-menu > li {
        list-style: none;
        padding: 10px 0px 10px 20px;
        border-bottom: 1px solid #b4b7ba;
    }

    #side-menu li {
        list-style: none;
        border-bottom: 1px solid #b4b7ba;
    }

    #side-menu > li > a {
        padding: 10px;
        color: #337ab7;
    }

    #side-menu .child_menu {
        position: fixed;
        top: 60px;
        z-index: 999992;
        height: 100%;
        width: 300px;
        background: #efefef;
        right: 0px;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -o-transition: all .3s ease;
        -ms-transition: all .3s ease;
        transition: all .3s ease;
    }

        #side-menu .child_menu.showmore {
            right: 0px;
        }

        #side-menu .child_menu.hidemore {
            right: -315px;
        }

        #side-menu .child_menu li {
            padding: 10px;
        }

            #side-menu .child_menu li:not(:first-child) {
                padding-left: 40px;
            }

    #side-menu svg[data-icon="angle-right"] {
        width: 20px;
        height: 30px;
        float: right;
        margin-top: -5px;
        color: rgb(0,182,223);
    }

    #side-menu svg[data-icon="angle-left"] {
        width: 20px;
        height: 30px;
        float: left;
        margin-top: -5px;
        color: rgb(0,182,223);
        margin-right: 10px;
    }

    #side-menu > li:hover {
        background-color: rgb(0,182,223);
        cursor: pointer;
        color: #fff;
    }

        #side-menu > li:hover > svg, #side-menu > li:hover > a {
            color: #fff;
        }

    #side-menu .child_menu a, #side-menu .child_menu .fa {
        color: rgb(0,182,223);
    }

    #side-menu .child_menu li:hover > svg, #side-menu .child_menu li:hover > a {
        color: #fff;
    }

    #side-menu .child_menu li:hover {
        background-color: rgb(0,182,223);
        cursor: pointer;
        color: #fff;
    }

    .menu-right-overlay .logo_custom {
        width: 150px;
        height: 60px;
        float: left;
    }


        .menu-right-overlay .logo_custom img {
            width: 100px;
            margin-left: 10px;
        }

    #close_menu {
        float: right;
        margin-right: 15px;
        font-size: 20px;
        margin-top: 20px;
    }

        #close_menu svg {
            width: 15px;
            height: 25px;
        }

    #show_menu_custom {
        display: block;
    }
}


@media (min-width: 768px) and (max-width: 1199px) {

    .menuTransition a.logo {
        margin-left: 0;
    }

    .menuTransition .logo img {
        width: auto;
    }
}

@media (max-width: 1024px) {
    #show_menu_custom {
        display: none;
    }

    .menu-right-overlay {
        display: none;
    }
}

@media (max-width: 812px) {

    /* .top-header .form-searchs .fa-search {
        top: 71%;
    } */
}

@media(max-width: 768px) {
}

body {
    max-width: 1900px;
}

#google_translate_element {
    display: inline-block;
    margin-top: 6px;
}

@media(max-width: 480px) {
    .slick_slide_hp img {
        height: 235px;
        width: 100%;
        /* object-fit: cover; */
    }

    .slick_slide_hp .hp_banner-slider__inner {
        display: none !important;
    }

    .slick_slide_hp .slick-arrow {
        display: none !important;
    }
}

@media only screen and (min-device-width : 1336px) and (max-device-width : 1800px) {
    .banner-slider-page .banner-slider__item img, .banner-slider__item img, .share-holding .banner-page img {
        width: 100%;
        height: 570px;
    }
}

@media only screen and (min-width: 1800px) {
    .banner-slider-page .banner-slider__item img, .banner-slider__item img, .share-holding .banner-page img {
        width: 100%;
        height: 712px;
    }
}

.goog-logo-link {
    display: none !important;
}

.goog-te-gadget {
    color: transparent !important;
}

    .goog-te-gadget .goog-te-combo {
        color: #000;
    }

/*.video-tab {
    float: left;
    margin-left: 40%;
    text-transform: uppercase;
    font-size: 26px;
    margin-top: 15px;
    font-weight: 700;
    color: #fff;
}

.leftlet-tab {
    float: left;
}*/
