#content .news-list,
#content .press-release-list {
    overflow: hidden;
    clear: both
}

body {
    overflow-x: hidden;
    font-size: 13px
}

.cover {
    object-fit: cover;
    width: 50px;
    height: 100px
}

p {
    line-height: 1.75
}

a {
    color: #03547e
}

a:hover {
    color: #000
}

.text-primary {
    color: #fed136 !important
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400
}

section {
    padding: 100px 0
}

section h2.section-heading {
    font-size: 30px;
    margin-top: 0;
    margin-bottom: 15px
}

section h3.section-subheading {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 75px;
    text-transform: none
}

.btn,
.btn-black,
.btn-green {
    font-weight: 700
}

@media (min-width:768px) {
    section {
        padding: 150px 0
    }
}

.btn-green,
.btn-green-solid,
.btn-yellow-solid {
    padding: 14px 60px;
    text-transform: uppercase
}

.btn-primary {
    background-color: #fed136;
    border-color: #fed136
}

.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover {
    background-color: #fec810 !important;
    border-color: #fec810 !important;
    color: #fff
}

.btn-primary:active,
.btn-primary:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(254, 209, 55, .5) !important;
    box-shadow: 0 0 0 .2rem rgba(254, 209, 55, .5) !important
}

.btn-green {
    font-size: 13px;
    border-radius: 2px;
    border: 2px solid #22bea9;
    color: #22bea9
}

.btn-green:focus,
.btn-green:hover {
    color: #22bea9;
    border: 2px solid #22bea9
}

.btn-black {
    font-size: 13px;
    border-radius: 2px;
    text-transform: uppercase;
    border: 2px solid #000;
    color: #fff;
    background-color: #000;
    width: 100%
}

.btn-black:focus,
.btn-black:hover {
    color: #fff;
    border: 2px solid #000
}

.btn-yellow-solid {
    font-size: 16px !important;
    font-weight: 700 !important;
    border-radius: 2px;
    border: 2px solid #1cd9bf;
    background-color: #1cd9bf;
    color: #000 !important
}

.btn-yellow-solid:focus,
.btn-yellow-solid:hover {
    color: #000 !important;
    background-color: #ffc000 !important;
    border: 2px solid #ffc000
}

.btn-green-solid {
    font-size: 13px;
    font-weight: 700;
    border-radius: 2px;
    border: 2px solid #22bea9;
    background-color: #22bea9;
    color: #fff
}

.btn-green-solid:focus,
.btn-green-solid:hover {
    color: #fff;
    border: 2px solid #22bea9
}

.btn-blue-solid {
    font-size: 13px;
    font-weight: 700;
    border-radius: 2px;
    border: 2px solid #0069d1;
    background-color: #0069d1;
    color: #fff !important
}

.btn-blue-solid:focus,
.btn-blue-solid:hover {
    color: #fff;
    border: 2px solid #0069d1;
    background-color: #1179e1 !important
}

.btn-xl {
    font-size: 18px;
    padding: 20px 40px
}

.btn-md,
.btn-sm {
    padding: 5px 10px
}

.btn-md {
    font-size: 12px
}

.btn-sm {
    font-size: 9px
}

.btn-xs {
    font-size: 9px !important;
    padding: 2px 10px !important
}

::-moz-selection {
    background: #fed136;
    text-shadow: none
}

::selection {
    background: #fed136;
    text-shadow: none
}

img::selection {
    background: 0 0
}

img::-moz-selection {
    background: 0 0
}

.dotted-gradient-left,
.left.dotted-gradient {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(40%, #333), color-stop(20%, rgba(255, 255, 255, 0)))
}

.text-black {
    color: #000
}

.text-yellow {
    color: #ffb400
}

.text-green {
    color: #22bea9
}

.text-20 {
    font-size: 20px
}

.text-40 {
    font-size: 40px
}

.m-t-5 {
    margin-top: 5px !important
}

.p-t-5 {
    padding-top: 5px !important
}

.m-b-5 {
    margin-bottom: 5px !important
}

.p-b-5 {
    padding-bottom: 5px !important
}

.m-l-5 {
    margin-left: 5px !important
}

.p-l-5 {
    padding-left: 5px !important
}

.m-r-5 {
    margin-right: 5px !important
}

.p-r-5 {
    padding-right: 5px !important
}

.m-t-10 {
    margin-top: 10px !important
}

.p-t-10 {
    padding-top: 10px !important
}

.m-b-10 {
    margin-bottom: 10px !important
}

.p-b-10 {
    padding-bottom: 10px !important
}

.m-l-10 {
    margin-left: 10px !important
}

.p-l-10 {
    padding-left: 10px !important
}

.m-r-10 {
    margin-right: 10px !important
}

.p-r-10 {
    padding-right: 10px !important
}

.m-t-15 {
    margin-top: 15px !important
}

.p-t-15 {
    padding-top: 15px !important
}

.m-b-15 {
    margin-bottom: 15px !important
}

.p-b-15 {
    padding-bottom: 15px !important
}

.m-l-15 {
    margin-left: 15px !important
}

.p-l-15 {
    padding-left: 15px !important
}

.m-r-15 {
    margin-right: 15px !important
}

.p-r-15 {
    padding-right: 15px !important
}

.m-t-20 {
    margin-top: 20px !important
}

.p-t-20 {
    padding-top: 20px !important
}

.m-b-20 {
    margin-bottom: 20px !important
}

.p-b-20 {
    padding-bottom: 20px !important
}

.m-l-20 {
    margin-left: 20px !important
}

.p-l-20 {
    padding-left: 20px !important
}

.m-r-20 {
    margin-right: 20px !important
}

.p-r-20 {
    padding-right: 20px !important
}

.m-t-25 {
    margin-top: 25px !important
}

.p-t-25 {
    padding-top: 25px !important
}

.m-b-25 {
    margin-bottom: 25px !important
}

.p-b-25 {
    padding-bottom: 25px !important
}

.m-l-25 {
    margin-left: 25px !important
}

.p-l-25 {
    padding-left: 25px !important
}

.m-r-25 {
    margin-right: 25px !important
}

.p-r-25 {
    padding-right: 25px !important
}

.m-t-30 {
    margin-top: 30px !important
}

.p-t-30 {
    padding-top: 30px !important
}

.m-b-30 {
    margin-bottom: 30px !important
}

.p-b-30 {
    padding-bottom: 30px !important
}

.m-l-30 {
    margin-left: 30px !important
}

.p-l-30 {
    padding-left: 30px !important
}

.m-r-30 {
    margin-right: 30px !important
}

.p-r-30 {
    padding-right: 30px !important
}

.m-t-35 {
    margin-top: 35px !important
}

.p-t-35 {
    padding-top: 35px !important
}

.m-b-35 {
    margin-bottom: 35px !important
}

.p-b-35 {
    padding-bottom: 35px !important
}

.m-l-35 {
    margin-left: 35px !important
}

.p-l-35 {
    padding-left: 35px !important
}

.m-r-35 {
    margin-right: 35px !important
}

.p-r-35 {
    padding-right: 35px !important
}

.m-t-40 {
    margin-top: 40px !important
}

.p-t-40 {
    padding-top: 40px !important
}

.m-b-40 {
    margin-bottom: 40px !important
}

.p-b-40 {
    padding-bottom: 40px !important
}

.m-l-40 {
    margin-left: 40px !important
}

.p-l-40 {
    padding-left: 40px !important
}

.m-r-40 {
    margin-right: 40px !important
}

.p-r-40 {
    padding-right: 40px !important
}

.m-t-45 {
    margin-top: 45px !important
}

.p-t-45 {
    padding-top: 45px !important
}

.m-b-45 {
    margin-bottom: 45px !important
}

.p-b-45 {
    padding-bottom: 45px !important
}

.m-l-45 {
    margin-left: 45px !important
}

.p-l-45 {
    padding-left: 45px !important
}

.m-r-45 {
    margin-right: 45px !important
}

.p-r-45 {
    padding-right: 45px !important
}

.m-t-50 {
    margin-top: 50px !important
}

.p-t-50 {
    padding-top: 50px !important
}

.m-b-50 {
    margin-bottom: 50px !important
}

.p-b-50 {
    padding-bottom: 50px !important
}

.m-l-50 {
    margin-left: 50px !important
}

.p-l-50 {
    padding-left: 50px !important
}

.m-r-50 {
    margin-right: 50px !important
}

.p-r-50 {
    padding-right: 50px !important
}

.m-t-75 {
    margin-top: 75px !important
}

.p-t-75 {
    padding-top: 75px !important
}

.m-b-75 {
    margin-bottom: 75px !important
}

.p-b-75 {
    padding-bottom: 75px !important
}

.m-l-75 {
    margin-left: 75px !important
}

.p-l-75 {
    padding-left: 75px !important
}

.m-r-75 {
    margin-right: 75px !important
}

.p-r-75 {
    padding-right: 75px !important
}

.m-t-100 {
    margin-top: 100px !important
}

.p-t-100 {
    padding-top: 100px !important
}

.m-b-100 {
    margin-bottom: 100px !important
}

.p-b-100 {
    padding-bottom: 100px !important
}

.m-l-100 {
    margin-left: 100px !important
}

.p-l-100 {
    padding-left: 100px !important
}

.m-r-100 {
    margin-right: 100px !important
}

.p-r-100 {
    padding-right: 100px !important
}

.fa-ul {
    margin-bottom: 30px
}

.fa-ul li {
    margin-bottom: 10px
}

.fa-ul li .fa-li {
    padding-right: 10px
}

.left {
    float: left
}

.left.dotted {
    border-left: 1px #333 dotted;
    border-top: none
}

.left.dotted-gradient {
    background-image: linear-gradient(#333 40%, rgba(255, 255, 255, 0) 20%);
    background-position: left;
    background-size: 1px 3px;
    background-repeat: repeat-y
}

.left.dotted-spaced {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(10%, #333), color-stop(0, rgba(255, 255, 255, 0)));
    background-image: linear-gradient(#333 10%, rgba(255, 255, 255, 0) 0);
    background-position: left;
    background-size: 1px 10px;
    background-repeat: repeat-y
}

.dotted-gradient-left,
.dotted-gradient-right {
    background-size: 1px 3px;
    background-repeat: repeat-y
}

.dotted-gradient-left {
    background-image: linear-gradient(#333 40%, rgba(255, 255, 255, 0) 20%);
    background-position: left
}

.dotted-gradient-right {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(40%, #333), color-stop(20%, rgba(255, 255, 255, 0)));
    background-image: linear-gradient(#333 40%, rgba(255, 255, 255, 0) 20%);
    background-position: right
}

#main-nav {


}

#main-nav .signin {
    margin-right: 15px
}

#home-pengumuman {
    padding: 0
}

.card-pengumuman {
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .1);
    border: none;
    padding: 0;
    margin: 15px
}

.card-pengumuman .card-header {
    padding-bottom: 8px;
    background-color: #fff
}

.card-pengumuman .card-header h5 {
    color: #4fc5b5;
    font-size: 16px;
    font-weight: 700
}

.card-pengumuman .card-body {
    padding: 0
}

#card-pengumuman-ticker {
    margin: 0;
    padding: 0;
    height: 50px !important;
}

#card-pengumuman-ticker li {
    overflow: hidden;
    height: 75px;
    padding: 10px 15px;
    line-height: 18px;
    list-style: none;
    font-size: 13px;
    text-align: left;
    vertical-align: middle;
}

#card-pengumuman-ticker li a{
    color: #000;
    font-weight: bold;
}

#card-pengumuman-ticker li:hover {
    background: #fff
}

span.ticker-label{
    background: #ff0000;
    color: #FFF;
    text-transform: uppercase;
    display: inline-block;
    padding: 5px 10px;
    font-weight: bold;
    border-radius: 5px;
    margin-right: 20px;
}
@media (max-width:1400px) {
    .card-pengumuman {
        margin: 10px
    }
    .card-pengumuman .card-header {
        padding: 0
    }
    .card-pengumuman .card-header h5 {
        font-size: 16px
    }
    #card-pengumuman-ticker li {
        font-size: 11px;
        padding: 5px 8px
    }
}

@media (max-width:1200px) {
    .card-pengumuman {
        margin: 20px
    }
    .card-pengumuman .card-header {
        padding-bottom: 15px
    }
    .card-pengumuman .card-header h5 {
        font-size: 16px
    }
    #card-pengumuman-ticker li {
        font-size: 14px;
        padding: 5px 8px
    }
}

.happenings-v .sy-box {
    margin-bottom: 10px;
    height: 100%
}

#main-nav .mobile-signin {
    display: none
}

#main-nav .navbar-brand {
    padding: 13px 0;
    font-size: 18px;
    line-height: 20px;
    height: auto
}

#main-nav .navbar-brand img {
    padding-top: 3px
}

#main-nav #primary-nav .nav-search {
    padding: 0 0 0 35px;
    background-color: #1cd9bf
}

#main-nav #primary-nav .nav-search .dropdown {
    padding-top: 16px
}

#main-nav #primary-nav .nav-search button {
    margin-top: 6px
}

#main-nav #primary-nav .nav-search .nav-font-size {
    margin-top: 16px
}

#main-nav #primary-nav .nav-search a {
    color: #666
}

#main-nav #primary-nav>li {
    padding: 5px 0
}

#main-nav #primary-nav>li>a {
    line-height: 20px;
    padding-right: 30px;
    color: #094393
}

#main-nav #primary-nav>li>a:focus,
#main-nav #primary-nav>li>a:hover {
    background-color: transparent;
    color: #094393;
    text-decoration: none
}

#main-nav #primary-nav>li.search {
    float: right
}

#main-nav #primary-nav>.active>a,
#main-nav #primary-nav>.active>a:focus,
#main-nav #primary-nav>.active>a:hover {
    background-color: transparent;
    color: #094393;
    text-decoration: none
}

#main-nav #secondary-nav {

    padding: 0
}

#main-nav #secondary-nav #custom-search-input {
    padding: 3px;
    margin: 10px 18px 5px;
    border: 1px solid #fff;
    border-radius: 6px;
    background-color: #fff
}

#main-nav #secondary-nav #custom-search-input button:hover,
#main-nav #secondary-nav #custom-search-input input {
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

#main-nav #secondary-nav #custom-search-input button {
    margin: 2px 0 0;
    background: 0 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
    color: #666;
    padding: 0 8px 0 10px
}

#main-nav #secondary-nav #custom-search-input .fa-search {
    font-size: 23px
}

#main-nav #secondary-nav>li {
    display: inline-block;
    position: relative;
    vertical-align: middle;



    text-align: center;

}



#main-nav #secondary-nav>li:first-child a{
    padding-left: 0px;
}
#main-nav #secondary-nav>li:last-child a{
    color: #004183;
    display: inline-block;
    vertical-align: middle;
    height: initial;
    min-height: initial;
    /*font-size: 90%;*/
    line-height: 18px;
    padding: 30px 10px;
    text-transform: uppercase;
    text-align: left
    background: none;

}

#main-nav #secondary-nav>li.mobile-search {
    display: none !important
}

#main-nav #secondary-nav>li>a {
    color: #303030;
    display: inline-block;
    vertical-align: middle;
    height: initial;
    min-height: initial;
    font-size: 90%;
    line-height: 18px;
    padding: 30px 10px;
    text-transform: uppercase;
    text-align: left
}

#main-nav #secondary-nav>li>a:hover {

    color: #303030;
    text-decoration: none
}

#main-nav #secondary-nav .active a {
    background: 0 0;
    color: #ff0042
}

.navbar .dropdown-menu {
    max-width: 220px;
    background-color: inherit !important;
    padding-left: 25px;
    margin-bottom: 10px;
    border: none
}

.navbar .dropdown-menu .title {
    font-weight: 700;
    font-size: 12px
}

.navbar .dropdown-menu ul {

}

.navbar .dropdown-menu ul li a {
    font-size: 12px
}


#content {
    background: #fff;
    padding: 80px 0;
    color: #666;
    font-size: 14px
}

#content .lead {
    color: #666;
    font-size: 18px;
    margin-bottom: 30px
}

#content h1,
#content h2 {
    font-size: 24px;
    margin-bottom: 30px
}

#content h1 {
    color: #22bea9;
    text-transform: uppercase
}

#content h2 {
    margin-top: -20px;
    font-weight: 400
}

#content h6 {
    color: #000;
    margin-bottom: 20px
}

#content #custom-search-input {
    padding: 0;
    border: 1px solid #e4e4e4;
    border-radius: 6px;
    background-color: #fff;
    float: right;
    margin-top: -65px
}

#content #custom-search-input input {
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
    font-size: 13px
}

#content #custom-search-input button {
    border-radius: 0;
    margin: 5px 0 0;
    background: 0 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
    color: #666;
    padding: 0 0 0 16px;
    border-left: solid 1px #ccc
}

#content #custom-search-input button:hover {
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-left: solid 1px #ccc
}

#content #custom-search-input .fas {
    font-size: 18px;
    color: #3c75b7
}

#content section.sidebar {
    padding: 30px;
    font-size: 12px;
    background-color: #a9e1fd !important
}

#content section.sidebar h1 {
    font-size: 16px;
    margin-bottom: 20px;
    margin-left: 2px;
    line-height: 1.4em;
    font-weight: 700;
    color: #0750a4
}

#content section.sidebar ul li {
    margin: 0 0 12px
}

#content section.sidebar ul li.active>a {
    border-radius: 0;
    color: #0750a4;
    background-color: inherit
}

#content section.sidebar ul li.active>a:focus,
#content section.sidebar ul li.active>a:hover {
    color: inherit;
    background-color: inherit
}

#content section.sidebar a {
    text-transform: capitalize;
    color: #5c5c5c
}

#content section.sidebar a:hover {
    color: #0750a4
}

#content section.sidebar ul.nav li {
    list-style: none;
    background: 0 0;
    margin-left: 0;
    padding: 0 0 0 5px
}

#content section.sidebar ul.nav li.active {
    background: url(../frontend/images/list-dots.png) left 15px no-repeat;
    background-position-y: 14px;
    background-size: 12px 12px;
    margin-left: 0;
    padding: 0 0 0 5px
}

#content section.sidebar ul.nav li.active ul.sub-nav {
    display: block
}

#content section.sidebar ul.sub-nav {
    display: none
}

#content section.sidebar ul.sub-nav li {
    list-style: none;
    padding: 2px 0 10px;
    border: none
}

#content .pagination-container .pagination>li>a,
#content .pagination-container .pagination>li>span,
#content .pagination-container .pagination>li>span:hover {
    border-color: #ababab;
    background-color: #ababab;
    color: #fff
}

#content section.sidebar ul.sub-nav li a {
    display: block;
    padding: 0;
    font-size: 13px;
    text-decoration: none
}

#content section.sidebar ul.sub-nav li.active {
    background: 0 0;
    padding: 2px 0 10px;
    list-style: disc;
    font-size: 22px;
    line-height: 17px;
    color: red
}

#content .pagination-container {
    margin-top: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

#content .pagination-container .pagination>li>a,
#content .pagination-container .pagination>li>span {
    border-radius: 19px;
    margin: 0 5px 0 0;
    font-size: 14px;
    padding: 10px 15px
}

#content .pagination-container .pagination>li>a {
    border-radius: 20px
}

#content .pagination-container .pagination>li>a:hover {
    border-radius: 20px;
    color: #fff;
    background-color: #22bea9
}

#content .pagination-container .pagination>li>a[rel=next],
#content .pagination-container .pagination>li>a[rel=prev] {
    color: #ababab
}

#content .pagination-container .pagination li.active>span,
#content .pagination-container .pagination li.active>span:hover {
    background-color: #22bea9
}

#content .table-striped>tbody td,
#content .table-striped>tbody th {
    padding: 5px
}

#content .table-striped>tbody tr:nth-child(2n+1)>td,
#content .table-striped>tbody tr:nth-child(2n+1)>th {
    background-color: #daeefe
}

#content .about-vision {
    text-align: center;
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    font-size: 18px;
    padding: 30px 0;
    margin: 30px 0 40px
}

#content .search {
    color: #fff;
    background: 0 0;
    border-radius: 8px;
    padding: 0;
    position: relative;
    top: 4px
}

#content .search h1 {
    font-size: 20px;
    padding: 0;
    margin: 0 0 15px !important
}

#content .search#top-search>a {
    padding: 0 !important
}

#content .search#top-search>a#search-trigger {
    z-index: 100
}

#content .search#top-search form {
    display: none;
    min-width: 200px;
    max-height: 30px;
    position: absolute;
    right: 40px;
    top: 0
}

#content .search#top-search .form-control {
    border: 1px solid #aaa;
    font-size: 16px;
    padding: 5px 10px;
    height: 29px;
    line-height: 24px;
    margin-top: 0;
    margin-bottom: 0;
    max-height: 29px;
    min-height: 29px
}

#content .search#top-search .form-control:focus {
    -webkit-box-shadow: 0 0 0 #fff;
    box-shadow: 0 0 0 #fff
}

#content .search#top-search .btn {
    height: 42px;
    padding: 2px 15px;
    color: #fff;
    text-transform: uppercase
}

#content .search>a {
    padding: 0 !important
}

#content .search .form {
    max-height: 30px;
    position: absolute;
    top: 0
}

#content .search .form-control1 {
    border: none;
    font-size: 16px;
    padding: 15px 12px;
    height: 42px;
    margin-top: 10px;
    margin-bottom: 10px
}

#content .search .btn1 {
    height: 42px;
    padding: 2px 15px;
    color: #fff;
    text-transform: uppercase
}

#content .search .dropdown .form-control {
    padding: 0 15px
}

#content .search .dropdown .caret {
    margin-top: 20px;
    display: block
}

#content .search .dropdown a {
    cursor: pointer
}

#content .search .dropdown a:hover {
    text-decoration: none
}

#content .search .dropdown .dropdown-menu {
    right: 0;
    left: inherit
}

#content .search .search-box {
    background-color: #e1e1e1;
    padding: 15px 20px 0
}

#content .search .search-box .fa-search {
    font-size: 24px;
    color: #0750a4;
    padding-top: 7px
}

#content .search .search-box select.form-control option {
    display: block;
    padding: 6px !important;
    text-indent: 2em
}

#content .view-switcher a {
    cursor: pointer;
    color: #999
}

#content .view-switcher a.active,
#content .view-switcher a:hover {
    color: #39f
}

#content #events-calendar {
    max-width: 900px;
    margin: 0 auto
}

#content #events-calendar .fc-event {
    background-color: rgba(34, 190, 169, .3607843137254902) !important;
    border: none;
    font-size: 12px;
    padding: 3px;
    color: #000
}

#content #events-calendar .fc-day-number {
    color: #069;
    font-size: 12px
}

#content #events-calendar .fc-toolbar h2 {
    font-weight: 400
}

#content .events-list {
    margin-top: 10px;
    padding: 0 15px
}

#content .events-list .event-list-calendar {
    padding: 20px 10px 20px 0
}

#content .events-list .event-list-calendar ._day {
    font-size: 2.5em;
    font-weight: 700;
    color: #189f8f;
    padding: 0 0 5px;
    display: block;
    line-height: .6em
}

#content .events-list .event-list-calendar ._month {
    font-size: 1em;
    font-weight: light;
    color: #189f8f;
    padding: 0;
    display: block
}

#content .events-list .event-list-img {
    padding: 20px 25px 20px 0
}

#content .events-list .event-list-content {
    padding: 20px 0 0 25px
}

#content .events-list .event-list-content .event-title {
    margin: 0 0 20px;
    font-size: 1.1em
}

#content .events-list .event-list-content .event-date {
    color: #ababab;
    font-weight: 700
}

#content .events-list .event-list-content .nav-stacked {
    margin-bottom: 20px
}

#content .events-list .event-list-content .nav-stacked>li {
    color: #189f8f;
    line-height: 1.3;
    font-size: 12px
}

#content .events-list .categories {
    color: #ff0042;
    font-size: 12px;
    padding: 0 5px 0 0
}

#content .events-list .more {
    color: #999;
    font-size: 11px;
    font-weight: 700;
    padding-right: 30px;
    text-transform: uppercase
}

#content .events-list .event-info {
    font-weight: 700
}

#content .events-list .event-info i {
    width: 18px;
    font-size: 16px
}

#content .events-list .event-content {
    font-size: 12px;
    line-height: 1.5
}

#content .news-list .media-item h3 {
    text-transform: uppercase
}

#content .news-list .news-item {
    padding: 10px 0 30px;
    clear: both
}

#content .news-list .news-item .news-icon i {
    margin-top: 12px;
    font-size: 28px
}

#content .news-list .news-item .news-icon i.fi-book-bookmark {
    display: inline-block;
    font-size: 32px;
    margin: 0 7px
}

#content .news-list .news-item .news-date {
    font-size: 12px;
    color: #189f8f;
    text-transform: uppercase;
    margin-bottom: 5px
}

#content .news-list .news-item .news-content h3 {
    font-size: 15px;
    margin-top: 2px
}

#content .news-list .news-item .news-content h3 a {
    color: #189f8f
}

#content .news-list .news-item .news-content h4 {
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 1.6em
}

#content .news-list .news-item .news-content .article-meta {
    margin-top: 6px;
    font-size: 12px;
    color: #666
}

#content .news-list .news-item .news-content .article-meta .meta {
    display: inline-block;
    vertical-align: top;
    padding: 0 5px 0 0;
    border-right: 1px solid #189f8f;
    margin-right: 5px
}

#content .news-list .news-item .news-content .article-meta .meta:last-child {
    border-right: none
}

#content .news-list .news-item .more {
    color: #999;
    font-size: 11px;
    padding-right: 30px;
    text-transform: uppercase
}

#content .press-release-highlight {
    background-color: #abd2ff;
    padding: 22px 10px
}

#content .press-release-highlight .date {
    font-weight: 700;
    margin-top: 10px;
    font-size: 10px;
    margin-bottom: 10px
}

#content .press-release-highlight .lead {
    font-size: 14px
}

#content .press-release-highlight .body {
    font-size: 13px;
    padding-bottom: 20px;
    color: #333
}

#content .press-release-highlight .more {
    text-align: right;
    color: #1c5eab;
    font-size: 12px;
    font-weight: 700
}

#content .press-release-list .media-item {
    padding: 30px
}

#content .press-release-list .media-item .date {
    color: #649094;
    font-size: 11px;
    padding-bottom: 5px
}

#content .press-release-list .media-item h3 {
    font-size: 15px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 20px
}

#content .press-release-list .media-item .body {
    color: #666;
    margin: 0 0 10px
}

#content .press-release-list .media-item .more a {
    color: #999;
    padding-right: 20px;
    text-transform: uppercase;
    font-size: 12px
}

#content .press-release-list .news-item {
    padding: 30px 0;
    clear: both
}

#content .press-release-list .news-item .news-icon i {
    font-size: 28px
}

#content .press-release-list .news-item .news-icon i.fi-book-bookmark {
    display: inline-block;
    font-size: 32px;
    margin: 0 7px
}

#content .press-release-list .news-item .news-date {
    font-size: 12px;
    font-weight: 700;
    color: #ff0042;
    text-transform: uppercase
}

#content .press-release-list .news-item .news-content h3 {
    font-size: 14px;
    margin-top: 2px
}

#content .press-release-list .news-item .news-content h3 a {
    color: #ff0042
}

#content .press-release-list .news-item .news-content h4 {
    margin-bottom: 10px
}

#content .press-release-list .news-item .news-content .article-meta {
    margin-top: 6px;
    font-size: 12px;
    color: #666
}

#content .press-release-list .news-item .news-content .article-meta .meta {
    display: inline-block;
    vertical-align: top;
    padding: 0 5px 0 0;
    border-right: 1px solid #fc285f;
    margin-right: 5px
}

#content .press-release-list .news-item .news-content .article-meta .meta:last-child {
    border-right: none
}

#content .press-release-list .news-item .more {
    color: #649094;
    font-size: 12px;
    font-weight: 700;
    padding-right: 30px;
    text-transform: uppercase
}

#content .guidelines-list .row {
    margin-bottom: 30px
}

#content .guidelines-list .guidelines-list-content {
    margin-top: 30px;
    font-size: 14px
}

#content .guidelines-list .guidelines-list-content .nav-pills {
    margin-bottom: 5px;
    color: #189f8f;
    font-size: 10px
}

#content .category-item.category-grouped {
    width: 100%;
    border: 1px solid #fff;
    margin: 0
}

#content .category-item.category-grouped img {
    width: 100%
}

#content .report-list .item-wrap {
    margin-bottom: 30px
}

#content .report-list .item-wrap .item-image,
#content .report-list .item-wrap .item-summary {
    text-align: center
}

#content .report-list .item-wrap .item-summary h5 {
    padding: 20px 50px;
    text-align: left
}

#content .gallery-navbar .nav-item a {
    font-size: 18px;
    color: #000
}

#content .gallery-navbar .nav-item.active a,
#content .gallery-navbar .nav-item:hover a {
    color: #189f8f
}

#content .category-item {
    text-align: center;
    display: inline-block;
    margin-bottom: 30px;
    position: relative
}

#content .category-item .caption {
    background: rgba(0, 0, 0, .5);
    bottom: 0;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    right: 0;
    left: 0;
    padding: 12px 20px;
    position: absolute
}

#faq-about,
#faq-qa {
    padding: 80px 0
}

#content .category-item:hover .caption {
    background: rgba(24, 159, 143, .7)
}

#faq-about .section-heading {
    text-transform: uppercase;
    color: #22bea9
}

#faq-about .section-subheading {
    margin-bottom: 20px;
    color: #333
}

#faq-channels {
    background-color: #ededed;
    padding: 50px 0
}

#faq-channels .section-heading {
    color: #22bea9
}

#faq-channels .section-subheading {
    margin-bottom: 20px;
    color: #333
}

#faq-qa h2 {
    color: #22bea9;
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 40px
}

#faq-qa .panel-default {
    border-bottom: 1px solid #b2def5;
    margin-bottom: 20px;
    padding-left: 20px
}

#faq-qa .panel-default>.panel-heading {
    border: 0;
    padding: 0
}

#faq-qa .panel-default .panel-title a {
    margin-bottom: 20px;
    color: #333;
    font-size: 14px;
    display: block;
    width: 100%
}

#faq-qa .panel-default .panel-title a:after {
    font-family: "Font Awesome 5 Pro";
    font-style: normal;
    font-size: 1rem;
    content: "\f107";
    float: right
}

#faq-qa .panel-default .panel-title a.collapsed:after {
    content: "\f105"
}

#faq-qa .panel-default .panel-body {
    color: #666
}

#poi-attractions {
    padding: 80px 0 40px;
    background-color: #ededed
}

#poi-attractions h1 {
    color: #333;
    font-weight: 400;
    font-size: 30px;
    margin-bottom: 50px
}

#poi-attractions .events-list .row {
    margin-bottom: 60px
}

#poi-attractions .events-list h3 {
    font-size: 16px
}

#poi-attractions .events-list .showmap span {
    padding-left: 5px;
    font-size: 12px
}

.popover {
    background: #ebebeb
}

.popover .arrow::after {
    border-bottom-color: #ebebeb
}

.popover .link {
    margin-top: 10px;
    text-align: right;
    color: #000
}

video {
    width: 100% !important;
    height: auto !important
}

#home-footer-contact {

    color: #FFF;
    padding: 50px 0
}

.footer-logo {
    border-right: 3px solid #1cd9bf;
    padding-left: 0px;
    padding-right: 30px;
}

.footer-logo img {
    width: 100% !important;
    height: auto !important;

}

#home-footer-contact a,
#home-footer-contact a:hover {
    color: #14bda3
}

#home-footer {

    color: #fff;
    padding: 50px 0
}

#home-footer .footer-text {
    padding-left: 40px
}

#home-footer .footer-social {
    padding-top: 10px;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(40%, #22bea9), color-stop(20%, rgba(255, 255, 255, 0)));
    background-image: linear-gradient(#22bea9 40%, rgba(255, 255, 255, 0) 20%);
    background-position: right;
    background-size: 1px 3px;
    background-repeat: repeat-y
}

#home-footer .footer-social .btn-social,
#home-footer .footer-social a.btn-social {
    border-radius: 50%;
    color: #fff !important;
    display: inline-block;
    height: 32px;
    line-height: 33px;
    margin: 8px 4px;
    text-align: center;
    text-decoration: none;
    -webkit-transition: background-color .3s;
    transition: background-color .3s;
    webkit-transition: background-color .3s;
    width: 32px
}

#home-footer .footer-social .btn-social .fa,
#home-footer .footer-social .btn-social i {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    moz-backface-visibility: hidden;
    ms-transform: scale(1);
    o-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .25s;
    transition: all .25s;
    webkit-backface-visibility: hidden;
    webkit-transform: scale(1);
    webkit-transition: all .25s
}

#home-footer .footer-social .btn-social:focus,
#home-footer .footer-social .btn-social:hover {
    color: #fff;
    outline: 0;
    text-decoration: none
}

#home-footer .footer-social .btn-social:focus .fa,
#home-footer .footer-social .btn-social:focus i,
#home-footer .footer-social .btn-social:hover .fa,
#home-footer .footer-social .btn-social:hover i {
    ms-transform: scale(1.3);
    o-transform: scale(1.3);
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    webkit-transform: scale(1.3)
}

#home-footer .footer-social .btn-social.btn-xs {
    font-size: 9px;
    height: 24px;
    line-height: 13px;
    margin: 6px 2px;
    width: 24px
}

#home-footer .footer-social .btn-social.btn-sm {
    font-size: 13px;
    height: 36px;
    line-height: 18px;
    margin: 6px 2px;
    width: 36px
}

#home-footer .footer-social .btn-social.btn-lg {
    font-size: 22px;
    height: 72px;
    line-height: 40px;
    margin: 10px 6px;
    width: 72px
}

#home-footer .footer-social .btn-youtube {
    background-color: #c4302b
}

#home-footer .footer-social .btn-facebook {
    background-color: #3b5998
}

#home-footer .footer-social .btn-facebook:hover {
    background-color: #4c70ba
}

#home-footer .footer-social .btn-twitter {
    background-color: #55acee
}

#home-footer .footer-social .btn-twitter:hover {
    background-color: #83c3f3
}

#home-footer .footer-social .btn-instagram {
    background-color: #3f729b
}

#home-footer .footer-social .btn-instagram:hover {
    background-color: #548cb9
}

#home-footer .section-heading,
#home-footer .section-subheading {
    color: #333
}

#home-footer .footer-links {
    color: #14bda3
}

#home-footer .footer-links a,
#home-footer .footer-links a:hover {
    color: #fff
}

.sy-box .image-content img{
    height: 440px;
}
.sy-box .text-content {
    /* position: absolute;
    top: 30px;
    left: 100px;
    right: 0;
    padding: 2em;
    width: 35%;
    height: 65%;
    background-color: rgba(0, 0, 0, .5);
    z-index: 2;
    border-radius: 25px */

    position: relative;
    top: 0px;
    left: 0px;
    right: 0;
    padding: 9em;
    width: 35%;
    height: 440px;
    float: left;
}

.sy-list{
    background: #1b7be9;
}
.sy-box .image-content {
    line-height: 0;
    width: 65%;
    float: right;
}

.sy-box .text-content h2 {
    text-transform: uppercase;
    color: #fff;
    margin: 0
}

.sy-box .text-content p {
    margin: 1em 0;
    color: #fff
}

.sy-box .text-content a.button-link {
    padding: .25em .5em;
    position: absolute;
    bottom: 1em;
    right: 1em
}

.sy-box .sy-pager,
.sy-box .sy-pager-green {
    padding: 0;
    z-index: 3;
    text-align: center;
    position: absolute;
    overflow: hidden;
    list-style: none
}

.sy-box .image-content {
    line-height: 0
}

.sy-box .image-content img {
    width: 100%
}

.sy-box .sy-pager {
    display: block;
    width: 100%;
    margin: -2.5em 0 0
}

.sy-box .sy-pager li {
    display: inline-block;
    width: 1.2em;
    height: 1.2em;
    margin: 0 .5em 0 0;
    border-radius: 50%
}

.sy-box .sy-pager li:last-child {
    margin: 0
}

.sy-box .sy-pager li.sy-active a {
    border-color: #4fc5b5;
    background-color: #4fc5b5
}

.sy-box .sy-pager li a {
    width: 100%;
    height: 100%;
    display: block;
    border: 2px solid #4fc5b5;
    background-color: transparent;
    text-indent: -9999px;
    background-size: 2em;
    border-radius: 50%
}

.sy-box .sy-pager li a:link,
.sy-box .sy-pager li a:visited {
    opacity: 1
}

.sy-box .sy-pager li a:focus,
.sy-box .sy-pager li a:hover {
    opacity: .6;
    background-color: #4fc5b5
}

.sy-box .sy-pager-green {
    display: block;
    width: 100%;
    margin: .5em 0 0
}

.sy-box .sy-pager-green li {
    display: inline-block;
    width: 1.2em;
    height: 1.2em;
    margin: 0 .5em 0 0;
    border-radius: 50%
}

.sy-box .sy-pager-green li:last-child {
    margin: 0
}

.sy-box .sy-pager-green li.sy-active a {
    border-color: #4fc5b5;
    background-color: #4fc5b5
}

.sy-box .sy-pager-green li a {
    width: 100%;
    height: 100%;
    display: block;
    border: 2px solid #4fc5b5;
    background-color: transparent;
    text-indent: -9999px;
    background-size: 2em;
    border-radius: 50%
}

.sy-box .sy-pager-green li a:link,
.sy-box .sy-pager-green li a:visited {
    opacity: 1
}

.sy-box .sy-pager-green li a:focus,
.sy-box .sy-pager-green li a:hover {
    opacity: .6;
    background-color: #4fc5b5
}

#home-notice {
    padding: 30px 0;
}

#home-happenings {

    padding: 0px 0
}

#home-happenings .section-heading {
    color: #22bea9
}

#home-happenings .section-subheading {
    margin-bottom: 20px;
    color: #333
}

#home-happenings .happenings-slider .happenings-item {
    padding: 0
}

#home-happenings .happenings-slider .happenings-item .category-badge {
    position: absolute;
    left: 0;
    top: 0px;
    background-color: red;
    text-align: center;
    color: #fff;
    padding: 5px 10px;
    font-size: 13px;
    text-transform: uppercase min-height: 190px;
    max-height: 190px
}

#home-happenings .happenings-slider .happenings-item .category-badge.yellow {
    background-color: #fc0;
    color: #000
}

#home-happenings .happenings-slider .happenings-item .happenings-info {

}

#home-happenings .happenings-slider .happenings-item .happenings-info img {
    width: 100%
}

#home-happenings .happenings-slider .happenings-item .happenings-info .caption {
    padding: 20px
}

#home-happenings .happenings-slider .happenings-item .happenings-info .caption h2 {
    font-size: 14px;
    color: #3971c4 !important;
}

#home-happenings .happenings-slider .happenings-item .happenings-info .caption p {
    color: #666;
    font-size: 13px;
    line-height: 1.55;
    min-height: 120px;
    max-height: 120px
}

#home-happenings .happenings-slider .happenings-item .happenings-info .info {
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: inherit;
    height: inherit;
    text-align: right;
    color: #1ba391;
    padding-right: 20px;
    font-size: 10px
}

#home-ppj .tabs-wrapper .tabs-inner h4,
#home-ppj h1,
#home-welcome .section-heading {
    color: #333
}

#home-happenings .happenings-slider.slider-horizontal .happenings-item:nth-of-type(1) {
    margin-bottom: 12px
}

#home-happenings .happenings-slider.slider-horizontal .happenings-item {
    margin-right: -5px
}

#home-happenings .happenings-slider.slider-horizontal .happenings-item .caption p {
    min-height: auto;
    max-height: auto
}

#home-welcome {
    background-color: #a9e1fd;
    padding: 50px 0 70px
}

#home-welcome .section-subheading {
    color: #333;
    margin-bottom: 40px
}

#home-welcome .welcome-slider .caption {
    padding: 15px
}

#home-welcome .welcome-slider .caption h2 {
    font-size: 14px
}

#home-welcome .welcome-slider .caption p {
    font-size: 13px
}

#home-welcome .welcome-slider .welcome-item {
    padding: 10px
}

#home-welcome .welcome-slider .welcome-info {
    background-color: #fff;
    margin-bottom: 10px;
    min-height: 440px;
    max-height: 440px;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .1)
}

#home-welcome .welcome-slider .welcome-info img {
    width: 100%
}

#home-welcome .sy-slides-wrap .sy-controls {
    display: block
}

#home-welcome .sy-controls li.sy-prev {
    left: -100px;
    top: 0
}

#home-welcome .sy-controls li.sy-next {
    right: -100px;
    top: 0
}

#home-welcome .sy-pager {
    margin-top: 0
}

#home-ppj {
    background-image: url(../images/home/ppj-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #4fc5b5;
    padding: 50px 0
}

#home-ppj h1 {
    font-size: 30px;
    margin-bottom: 10px
}

#home-ppj p {
    line-height: 18px
}

#home-ppj .tabs-text {
    overflow: hidden;
    padding: 0
}

#home-ppj .tabs-text h4 {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 5px;
    padding-bottom: 0;
    position: relative;
    text-transform: uppercase
}

#home-ppj .tabs-text p {
    line-height: 1.2em;
    font-size: 13px
}

#home-ppj .tabs-wrapper {
    margin-bottom: 20px
}

#home-ppj .tabs-wrapper .tabs-inner {
    background: #fff;
    opacity: .5;
    -webkit-transition: .3s;
    transition: .3s;
    padding: 15px 20px;
    position: relative
}

#home-ppj .tabs-wrapper .tabs-inner:after,
#home-ppj .tabs-wrapper .tabs-inner:before {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none
}

#home-ppj .tabs-wrapper.active-tab .tabs-inner,
#home-ppj .tabs-wrapper:hover .tabs-inner {
    background: #fff;
    -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .2);
    opacity: 1
}

#home-ppj .tabs-wrapper.active-tab .tabs-inner h4,
#home-ppj .tabs-wrapper:hover .tabs-inner h4 {
    color: #277fe5
}

#home-ppj .tabs-wrapper.active-tab .tabs-inner:after,
#home-ppj .tabs-wrapper:hover .tabs-inner:after {
    border-color: rgba(136, 183, 213, 0);
    border-left-color: #fff;
    border-width: 15px;
    margin-top: -15px
}

#home-ppj .ppj-services .service-select {
    text-align: left;
    background-color: #f26c4f;
    padding: 15px;
    border-radius: 5px
}

#home-ppj .ppj-services .service-select h2 {
    color: #fff;
    font-size: 14px;
    text-transform: uppercase
}

#home-ppj .ppj-services .service-select button {
    width: 100%;
    text-transform: uppercase;
    height: 100%
}

#home-ppj .ppj-services .service-select .dropdown-menu {
    width: 100%
}

#home-ppj .ppj-services .service {
    text-align: center
}

#home-ppj .ppj-services .service .icon {
    padding-top: 6px;
    margin-bottom: 12px;
    width: unset;
    height: unset
}

#home-ppj .ppj-services .service .icon img {
    border-radius: 8px;
    background-color: #fff;
    padding: 2px
}

#home-ppj .ppj-services .service p {
    padding-top: 10px;
    font-weight: 700;
    font-size: 11px;
    line-height: 1.3em;
    color: #333
}

#home-stats {
    background-color: #fff;
    background-image: url(../images/home/stats-bg.jpg);
    background-size: cover;
    background-position: bottom;
    padding-bottom: 240px
}

#home-stats .row-numbers {
    border-bottom: 1px solid #22bea9;
    padding-bottom: 30px;
    margin-bottom: 30px
}

#home-stats .stat-heading {
    color: #333;
    font-size: 50px
}

#home-stats .stat-subheading {
    color: #4fc5b5;
    font-size: 18px;
    text-transform: uppercase
}

#home-stats .box-poll .container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

#home-stats .box-poll .container input {
    position: absolute;
    opacity: 0;
    cursor: pointer
}

#home-stats .box-poll .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 22px;
    width: 22px;
    background-color: #22bea9
}

#home-stats .box-poll .container:hover input~.checkmark {
    background-color: #ccc
}

#home-stats .box-poll .container input:checked~.checkmark {
    background-color: #22bea9
}

#home-stats .box-poll .checkmark:after {
    content: "";
    position: absolute;
    display: none
}

#home-stats .box-poll .container input:checked~.checkmark:after {
    display: block
}

#home-stats .box-poll .container .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

#home-partners {
    background-color: #e1e1e1;
    padding: 50px 0
}

#home-partners .section-heading,
#home-partners .section-subheading {
    color: #333
}

#home-partners h2 {
    font-size: 12px;
    color: #0750a4;
    margin-bottom: 15px
}

#home-links {

    padding: 50px 0 20px
}

#home-links .home-visits {
    text-align: center;
    margin: 0 auto;
    color: #363030;
    font-size: 11px;
    line-height: 2.7em
}

#home-links .home-visits .count {
    padding: 10px;
    font-size: 13px;
    background-color: #000
}

#home-links h5 {
    color: #22bea9;
    font-weight: 400;
    font-size: 13px;
    text-transform: uppercase
}

#home-links ul {
    list-style: none;
    padding: 0
}

#home-links ul li {
    padding-bottom: 5px
}

#home-links ul li a {
    color: #fff;
    font-size: 12px
}

@media (max-width:575.98px) {
    #home-notice .btn-danger {
        margin-bottom: 20px
    }
    #home-ppj {
        background-color: #22bea9;
        background-image: none;
        height: auto;
        padding: 50px 0
    }
    #home-ppj .ppj-services .dropdown-toggle {
        margin-bottom: 10px
    }
    #home-ppj .ppj-services .service {
        text-align: center
    }
    #home-ppj .ppj-services .service .icon {
        padding-top: 6px;
        margin-bottom: 10px;
        width: unset;
        height: unset
    }
    #home-ppj .ppj-services .service .icon img {
        border-radius: 8px;
        background-color: #fff;
        padding: 2px
    }
    #home-ppj .ppj-services .service p {
        font-weight: 700;
        font-size: 11px;
        line-height: 1.3em;
        color: #333
    }
    #home-partners {
        padding: 50px 0 60px
    }
    #home-stats {
        padding: 50px 0 80px;
        border-top: 1px solid #22bea9;
        background-repeat: no-repeat;
        background-position-y: 140px
    }
    #home-stats .btn-green {
        margin: 20px 0 30px
    }
    footer #home-footer-contact {
        text-align: center !important
    }
    footer #home-footer {
        padding: 30px 0
    }
    footer #home-footer .footer-social {
        background-image: none;
        margin: 0;
        padding: 0 0 30px;
        text-align: center !important
    }
    footer #home-footer .footer-links {
        padding-top: 20px;
        text-align: center
    }
    footer #home-footer .footer-feedback {
        padding-top: 40px;
        text-align: center !important
    }
    #home-ppj .service-tab .tabs-wrapper .tabs-inner .tabs-text p,
    #home-ppj .service-tab .tabs-wrapper .tabs-inner:after,
    #home-ppj .service-tab .tabs-wrapper .tabs-inner:before {
        display: none
    }
    #home-ppj .service-tab .tabs-wrapper {
        margin-bottom: 25px
    }
    #home-ppj .service-tab .tabs-wrapper .tabs-inner {
        text-align: center;
        font-size: 10px;
        padding: 10px 8px 4px !important
    }
    #home-ppj .service-tab .tabs-wrapper .tabs-inner h4 {
        font-size: 11px
    }
}

@media (min-width:576px) and (max-width:991.98px) {
    #home-ppj .service-tab .tabs-wrapper .tabs-inner .tabs-text p,
    #home-ppj .service-tab .tabs-wrapper .tabs-inner:after,
    #home-ppj .service-tab .tabs-wrapper .tabs-inner:before {
        display: none
    }
    #home-ppj {
        background-position: -200px 0;
        min-height: 650px
    }
    #home-ppj .service-select button {
        font-size: 10px
    }
    #home-ppj .service-tab .tabs-wrapper {
        margin-bottom: 25px
    }
    #home-ppj .service-tab .tabs-wrapper .tabs-inner {
        text-align: center;
        padding: 10px 8px 4px !important
    }
    #home-ppj .service-tab .tabs-wrapper .tabs-inner h4 {
        font-size: 14px
    }
}

/* New Styling */

a.lang-flag {
    padding: 7px 5px !important;
    display: inline-block;
    vertical-align: top;
}
.top-color-changer {
    display: inline-block;
    padding: 8px;
}
.top-font-resizer.top-module-left {
    padding: 8px;
}

.top-header{
    height: 35px;
    background: #27b3a9;
    padding: 0px 25px;
}
.top-lang.top-module-left {
    margin-right: 30px;
}

.top-module-left .dropdown a {
    color: #666666;
}


.top-module-left a:hover {
    text-decoration: none;

}
div#fontsizeSwitcher a {
    color: #666666;
    font-weight: bold;
    padding: 0px 3px 0px 3px;
}

li.search-box .form-group {
    position: relative;
}
li.search-box button.btn.btn-outline-secondary.btn-search-top {
    position: absolute;
    top: 0px;
    right: 0px;
    border: none;
    height: 22px;
    padding: 5px 10px;
}

li.search-box button.btn.btn-outline-secondary.btn-search-top i{
    font-size: 12px;
    vertical-align: top;
}

.top-menu-wrap{
    display: inline-block;
    vertical-align: top;
}

.top-menu-wrap .navbar{
    padding:0px;
}

.top-right .top-menu-wrap .navbar li{
    padding: 0px;
    position: relative;
}

.top-right .top-menu-wrap .navbar li a{
    color: #333333;
    text-transform: uppercase;
}


.top-right .top-menu-wrap .navbar .dropdown-menu{
    top: 35px;
    min-width:200px;
    -webkit-border-top-left-radius: 0px;
-webkit-border-top-right-radius: 0px;
-moz-border-radius-topleft: 0px;
-moz-border-radius-topright: 0px;
border-top-left-radius: 0px;
border-top-right-radius: 0px;
border:none;
background: #27b3a9 !important;


}
.top-right .top-menu-wrap .navbar .dropdown-menu a{
    font-size: 14px;
}
.top-right li {
    list-style: none;
    margin: 0px;
    display: inline-block;
    padding: 7px 4px;
    vertical-align: top;
}



.top-right li .form-group {
    margin-bottom: 0px;
}

.top-right li.search-box input.form-control {
    /* height: auto !important; */
    padding: 0px 10px;
    font-size: 13px;
    height: 22px;
    border: none;
}

.top-right {
    text-align: right;
}

.top-right li.signin a {
    border-radius: 6px;
    /* padding: 14px; */
    /* display: inline-block; */
}

.top-header-wrapper{
    height: 85px;
    background:#FFF;
    background-size: 100% auto;
}
.top-module-left{
    vertical-align: top;
    display: inline-block;
}

.top-logo img.logo {
    width: 120px;
    max-width: inherit;
    max-height: none;
}

.top-logo {
    padding: 6px 0px;
}

.top-header-right {
    text-align: right;

}

.top-header-right li{
    list-style: none;
    display: inline-block;
    vertical-align: top;
}

.platform-content {
    padding: 6px;
}
.top-header-right li.signin {
    /* border-right: 1px dotted #10b59e; */
    padding: 0px 17px;
    background: url('../images/top-menu-right-divider.png') repeat-y top right;
    margin: 15px 0px;
}

.top-header-right li.signin.last-child {
background: none;
margin-right: 40px;

}
a.nav-link {
    /* background: url('../images/navigation_divider.jpg') repeat-y top right;
} */
}
.dropdown-menu .nav-link {
    background: transparent;

}

#main-nav #secondary-nav > li > a {
    color: #004183 !important;
    font-weight: bold;
    font-size: 14px;
}

#main-nav #primary-nav > li > a {

    font-family: Verdana, sans-serif;

    color: #0146b6 !important ;

    font-weight: bold;

    font-size: 11px;
}



.sy-box .text-content h4 {



    color: #ffffff !important ;

    text-align: left;

    font-weight: bold;

    font-size: 32px;
}

.sy-box .text-content p {

    font-family: -apple-system, system-ui, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu,
                    Cantarell,
"Helvetica Neue", sans-serif;

    color: #ffffff !important ;

    text-align: left;



    font-size: 13px;
}

h1 {

    font-family: -apple-system, system-ui, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu,
                    Cantarell,
"Helvetica Neue", sans-serif;

    color: rgb(0, 0, 0) !important ;

    font-weight: bold;
}

h2 {

    font-family: -apple-system, system-ui, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu,
                    Cantarell,
"Helvetica Neue", sans-serif;

    color: rgb(0, 0, 0) !important ;

    font-weight: bold;
}

h3 {



    color: #000000 !important ;


}

article, .article {

    font-family: -apple-system, system-ui, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu,
                    Cantarell,
"Helvetica Neue", sans-serif;

    color: #000000 !important ;
}

#main-nav {

    background-image: none;background-color: none;background-size: cover;background-repeat: no-repeat;
}

#main-nav #secondary-nav {
background-color: transparent;
}

.sy-box .text-content {

    background: #1b7be9;
}

#home-notice {

    background-image: none;background-color: none;background-size: cover;background-repeat: no-repeat;
}

#home-happenings {

    background-image: none;background-color: none;background-size: cover;background-repeat: no-repeat;
}

#home-welcome {

    background-image: none;background-color: none;background-size: cover;background-repeat: no-repeat;
}

#home-welcome > h4 {

    font-family: Verdana, sans-serif;

    color: rgb(20, 34, 238) !important ;

    font-weight: bold;
    font-size : 30px !important
}

#home-welcome > h5 {

    font-family: Tahoma, sans-serif;

    color: rgb(23, 24, 26) !important ;


    font-size : 20px !important
}

#home-welcomes {

    background-image: none;background-color: #ffffff;background-size: cover;background-repeat: no-repeat;
}

#home-welcomes > h2 {

    font-family: -apple-system, system-ui, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu,
                    Cantarell,
"Helvetica Neue", sans-serif;

    color: #000000 !important ;

    text-align: center;

    font-style: italic;
    font-size : 14px !important
}

#home-ppj {

    background-image: none;background-color: none;background-size: cover;background-repeat: no-repeat;
}

#home-stats {

    background-image: none;background-color: none;background-size: cover;background-repeat: no-repeat;
}

#home-links {

    background-image: none;background-color: none;background-size: cover;background-repeat: no-repeat;
}

#home-footer-contact {

    background-image: none;background-color: none;background-size: cover;background-repeat: no-repeat;
}

#home-footer {

    background-image: none;background-color: none;background-size: cover;background-repeat: no-repeat;
}

.mobile-view{
    display: none !important;
}
.desktop-view{
    display: block !important;
}

@media screen and (min-width: 768px) and (max-width: 990px) {

.desktop-view{
    display: block !important;
    z-index:1 !important;
}

}


h3.sub-heading {
    font-size: 18px !important;
    margin-bottom: 30px;
    color: #009999 !important;
}

.accordion .card {
    margin-top: -1px;
    border: none;
}
.accordion .card-header h5 i {
    float: right;
    font-size: 18px;
}

.accordion .card-header {
    background: #ebfafa;

    border-top: 1px solid #1cd9bf;
    border-bottom: 1px solid #1cd9bf;
    color: #1cd9bf;
}

.accordion .card-header h5{
    color: #009999;
    text-transform: uppercase;
    font-size: 14px !important;
}

.accordion .card-header a:hover{
    text-decoration: none;
}

h4.content-heading {
    font-size: 14px !important;
    color: #000;
    margin-bottom: 25px;
    font-weight: bold;
}

ul.list-content li {
    list-style: none;
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
    color: #000;
}

ul.list-content {
    margin: 0px;
    padding: 0px 0px 20px 0px;
}

ul.list-content li:before{
    position: absolute;
    content: '';
    width: 14px;
    height: 14px;
    left: 0px;
    top: 4px;
    background: url(../images/tick-green.png) no-repeat left center;
}
div#accordionEx {
    margin-bottom: 50px;
}
section#content table td{
    border:none !important;
}

table.table-responsive th {
    border-top: 1px solid #1cd9bf !important;
    border-bottom: 1px solid #1cd9bf !important;
    vertical-align: middle !important;
    color: #009999;
}
table.style-table-1,
table.style-table-2{
    display: table;

}

section#content table.style-table-1,
section#content table.style-table-2{
    margin-bottom: 100px;
}
img.table-photo {
    width: 60px;
}

table.style-table-1 tbody tr:nth-child(odd) {
    background: #f2f8fd;

}


table.style-table-2 tbody tr:nth-child(even) {
    background: #f2f8fd;
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;

}
.directory-staff-listing .card.p-1.card-user {
    display: block !important;
    flex: auto;
}
.directory-staff-listing .card.p-1.card-user > div {
    width: 10%;
    display: inline-block;
    vertical-align: top;
}

.directory-staff-listing .card.p-1.card-user > div.card-body {
    width: 70%;
}


.directory-staff-listing .card.p-1.card-user .card-body{
    padding-top: 0px;
    padding-bottom: 0px;
}

.directory-staff-listing .card.p-1.card-user .card-body h6.card-title{
    width: 30%;
    vertical-align: top;
    display: inline-block;
}

.directory-staff-listing .card.p-1.card-user .card-body p.card-text{
    width: 20%;
    line-height: normal;
    vertical-align: top;
    display: inline-block;
}

.staff-info {
    margin-bottom: 10px;
    font-size: 12px !important;
}

.staff-info-container {
    width: 30%;
    display: inline-block;
}

.staff-info-container ul{
    list-style: none;
margin: 0px;
padding:0px;
}

.staff-info-container ul li{
    margin-bottom: 10px;
    font-size: 12px !important;
}

.directory-staff-listing .card.p-1.card-user .card-body h6.card-text{
    width: 15%;
    line-height: normal;
    vertical-align: top;
    display: inline-block;
}
.directory-staff-listing .card.p-1.card-user a.btn.btn-sm.btn-info.btn-block{
    width: 15%;
    display: inline-block;
    vertical-align: top;
}

.directory-staff-listing .card{
    border:none;
    border-bottom: 1px solid #1cd9bf;
    border-radius: 0px;
    padding-bottom: 25px !important;
    margin-bottom: 25px;
}


.search-staff-form {
    display: inline-block;
    width: 30%;
}

.btn-group.menu-staff-alphabet {
    width: 68%;
    display: inline-table;
    vertical-align: top;
}

.directory-staff-listing {
    margin-top: 50px;
}
.search-staff-form input.form-control {
    width: 150px;
    vertical-align: top;
    display: inline-block;
}

.search-staff-form button.btn.btn-success.btn-block {
    display: inline-block !important;
    vertical-align: top;
    width: auto;
    font-size: 10px;
    padding: 10px 15px;
}



/* New CSS Update */


.section-heading{
    text-align: center;

}

.section-heading h3{
    color: #14508c !important;
    font-size: 30px !important;
}


.home-online-services{
    background: url('../../images/online_services.jpg') no-repeat top center;
    width: 825px;
    height: 745px;
    margin: 40px auto;
    position: relative;
}


.service-icon{
    height: 76px;
    width:76px;
    border-radius: 200px;
    text-align: center;

}

.service-icon a{
    display: block;
    width: 100%;
    height: 100%;
    cursor: pointer;
    color: #FFF;
}

.temujanji {
    position: absolute;
    left: 395px;
    top: 4px;
}


.tempahan-sukan {
    position: absolute;
    right: 185px;
    top: 15px;
}

.tempahan-dewan {
    position: absolute;
    right: 143px;
    top: 120px;
}

.lesen {
    position: absolute;
    right: 15px;
    top: 118px;
}

.taksiran {
    position: absolute;
    right: 78px;
    top: 247px;
}


.sewaan {
    position: absolute;
    right: 2px;
    top: 338px;
}

.rayuan-kompaun {
    position: absolute;
    right: 76px;
    top: 436px;
}

.permohonan-acara {
    position: absolute;
    right: 90px;
    top: 557px;
}

.penyertaan {
    position: absolute;
    right: 203px;
    top: 631px;
}

.eaduan {
    position: absolute;
    right: 340px;
    bottom: 23px;
}

.epembayaran {
    position: absolute;
    left: 47px;
    bottom: 121px;
}

.epenggambarran {
    position: absolute;
    left: 160px;
    bottom: 78px;
}

.osc {
    position: absolute;
    right: 489px;
    bottom: 3px;
}

.elibrary {
    position: absolute;
    right: 78px;
    top: 247px;
}

.epusara {
    position: absolute;
    left: 0px;
    top: 354px;
}

.etaman {
    position: absolute;
    left: 50px;
    bottom: 222px;
}

.hrmis {
    position: absolute;
    left: 37px;
    top: 244px;
}

.inventori {
    position: absolute;
    left: 19px;
    top: 100px;

}

.eputra {
    position: absolute;
    left: 175px;
    top: 95px;
}

.dcoins {
    position: absolute;
    left: 236px;
    top: 4px;
}

.online-modal-backdrop{
    background: rgba(0, 0, 0, 0.55);
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 99;
}

.online-service-modal {
    position: fixed;
    z-index: 100;
    width: 18%;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.modal-bubble {
    background: #a0e2d9;
    border-radius: 10px;
    padding: 20px;
    position: relative;
}


.modal-bubble:after {
    content: "";
    position: absolute;
    top: 99%;
    border-top: 15px solid #a0e2d9;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    left: 50%;
    transform: translate(-50%, 0);
 }

 .modal-icon {
    text-align: center;
}
.modal-icon img {
    width: 150px;
    background: #FFF;
    border-radius: 500%;
    margin-top: 30px;
}

a.close-online-modal {
    position: absolute;
    top: -13px;
    right: -13px;
    background: #FFF;
    display: block;
    width: 35px;
    height: 35px;
    border-radius: 200%;
    text-align: center;
    line-height: 35px;
    font-weight: bold;
    color: #000;
    font-size: 15px;
    cursor: pointer;
}

a.close-online-modal:hover {
    text-decoration: none;
}

.modal-bubble h3 {
    color: #1e2225;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 20px;
}

.modal-bubble p{
    margin: 0px;
    padding: 0px;
}

section.home-shortcut.mobile-view {
    background: #f3f0f0;
    padding: 50px 0px;
}

.mobile-service {
    border: 1px solid #d7d7d7;
    background: #FFF;
    border-radius: 10px;
    padding: 30px 15px;
    position: relative;
    margin-bottom: 25px;
    height: 145px;
}

.home-online-services-mobile {
    margin-top: 70px;
}

.mobile-service-icon {
    position: absolute;
    top: -30px;
    right: 10px;
    width: 50px;
    height: 50px;
}

.mobile-service-icon img{
    background: #FFF;
    width: 100%;
    border-radius: 500%;
}

.mobile-service h3 {
    color: #333333 !important;
    font-weight: bold;
    font-size: 13px;
}

.mobile-service p {
    color: #333333 !important;
    margin: 0px;
    padding: 0px;
    font-size: 12px;
    line-height: normal;
}
.home-online-services-mobile .col-lg-6 {
    width: 50%;
    padding: 10px;
}

.home-notice{
    padding: 20px 0px 0px 0px;
    background: url('../../images/seperator_bg.jpg') no-repeat center bottom;
}

section.home-shortcut.desktop-view{
    padding: 0px 0px 30px 0px;
    background: url('../../images/seperator_bg.jpg') no-repeat center bottom;
}

.your-guide{
    background: url('../../images/seperator_bg.jpg') no-repeat center bottom;
    padding: 0px 0px 60px 0px;
}


.special-heading h3{
    font-size: 35px;
    color: #333333 !important;
    text-align: center;
    width: 60%;
    margin: 0px auto 50px auto;
    font-weight: 300;
}

.section-heading h3.green-color {
    color: #27b3a9 !important;
}
#home-happenings .section-heading p{
    color: #040707 !important;
}

.happenings-h {
    margin: 50px 0px;
}

.happenings-h .sy-list {
    background: transparent;
}

footer{
    background-color: #2e2e2e;
}

.left-footer ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.left-footer ul a {
    color: #FFF !important;
    font-weight: 700;
    margin-bottom: 5px;
    display: block;
}
.follow-us {
    margin: 20px 0px;
}

.follow-us a{
font-weight: bold;
}

.follow-us i{
    margin-right: 15px;
}

.right-footer h3 {
    font-weight: bold;
    font-size: 13px;
    color: #FFF !important;
}

.right-footer {
    padding: 35px 0px 35px 25px;
}

.right-footer ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.right-footer ul li{
    display: inline-table;
    width: 33%;
}

.footer-bottom {
    margin-top: 50px;
}

.footer-bottom-menu a{
color:#FFF !important;
}

.left-footer {
    padding: 35px 0px;
}
.footer-logo{
    padding-top:35px;
    padding-bottom:35px;
}

.guide-container {
    display: flex;
    text-align: center;
    width: 80%;
    margin: 25px auto;
}
.left-guide {
    /* display: inline-block; */
    width: 50%;
    height: 330px;
    padding: 15px;
}
.right-guide {
    /* display: inline-block; */
    width: 50%;
    padding: 15px;


}

.right-guide-top{
    height: 150px;
    padding-bottom: 20px;


}

.right-guide-bottom{
    height: 150px;

}

.guide-card{
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 10%);
    height: 100%;
    background-size: cover !important;
}

.right-guide-top .guide-card{


}

.guide-card-bg{
    background: rgba(0, 0, 0, 0.55);
    height: 100%;
    padding: 50px;
    color: #FFF;
}

.guide-card-bg h3 {
    color: #FFF !important;
    font-size: 20px !important;
    font-weight: 700;
    margin-bottom: 25px;
}

.top-other-menu.top-module-left ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: flex;
}

.top-other-menu.top-module-left ul img {
    width: 20px;
    height: auto;
}

.top-other-menu.top-module-left ul li {
    padding: 7px;
}

footer.light-footer {
    background: #FFF;
}

footer.light-footer #home-footer-contact .left-footer ul a {
    color: #2e2e2e !important;
    font-weight: 700;
    margin-bottom: 5px;
    display: block;
}

footer.light-footer .right-footer h3 {
    font-weight: bold;
    font-size: 13px;
    color: #2e2e2e !important;
}

footer.light-footer .right-footer ul li {
    display: inline-table;
    width: 33%;
    color: #2e2e2e;
}

footer.light-footer .footer-copyright {
    color: #2e2e2e;
}

footer.light-footer  #home-footer-contact a,footer.light-footer #home-footer-contact a:hover {
    color: #14bda3 !important;
}

/* Mobile Responsive */


@media screen and (min-width:992px) {
    .navbar .dropdown {
        position: static
    }
    .navbar .dropdown-menu {
        background-color: #eafffc !important;
        min-width: 350px;
        left: 0;
        right: 0;
        top: 50px;
        display: block;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: visibility 0s, opacity .3s linear;
        transition: visibility 0s, opacity .3s linear;
        padding: 10px 0px;
        margin-bottom: 0
    }
    .navbar .dropdown-menu .title {
        color: #333;
        font-weight: 700;
        font-size: 11px
    }
    .navbar .dropdown-menu ul {

    }
    .navbar .dropdown-menu ul li {
        min-height: 5px !important;
        line-height: 15px !important;
        position: relative;
    }
    .navbar .dropdown-menu ul li a {
        font-size: 12px !important;
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .navbar .dropdown-menu ul li a:hover {
        background: #b6fff6;
    }
    .navbar .dropdown .dropdown-menu:hover,
    .navbar .dropdown:hover .dropdown-menu,
    .navbar .dropdown .has-child:hover .dropdown-menu.child-menu {
        display: block;
        visibility: visible;
        opacity: 1;
        -webkit-transition: visibility 0s, opacity .3s linear;
        transition: visibility 0s, opacity .3s linear;
        margin-top: 0
    }
    .navbar .dropdown-menu {
        border: 1px solid #c9c9c9;
    }
    #primary-nav .dropdown-menu {
        top: 34px
    }

    .navbar .dropdown .has-child:hover {
        background: #b6fff6 url('../../img/left-arrow.png') 90% center no-repeat !important;

    }

    li.has-child .dropdown-menu.child-menu a:hover {
        background: #b6fff6 !important;
    }

    li.has-child a{
        background: url('../../img/left-arrow.png') 90% center no-repeat !important;
    }
    li.has-child .dropdown-menu.child-menu a{
        background: none !important;
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu.child-menu {
        left: inherit;
        right: -100%;
        z-index: 100000;
        position: absolute;
        background: #000;
        opacity: 0;
        top: 0px;
        display: none;
    }

}

@media (max-width:575.98px) {


    .top-lang.top-module-left{
        margin-right: 0px;
    }
    nav .navbar-header {
        padding-left: 20px
    }
    nav .navbar-header img {
        width: 60px;
        padding-top: 12px !important;
        margin-bottom: 10px
    }
    nav .mobile-signin {
        position: absolute;
        right: 85px;
        top: 11px;
        list-style: none;
        -webkit-margin-before: 1em;
        margin-block-start: 1em;
        -webkit-margin-after: 1em;
        margin-block-end: 1em;
        -webkit-margin-start: 0;
        margin-inline-start: 0;
        -webkit-margin-end: 0;
        margin-inline-end: 0;
        -webkit-padding-start: 40px;
        padding-inline-start: 40px;
        display: block !important
    }
    nav .mobile-signin .signin {
        margin-top: 5px;
        margin-right: 9px
    }
    nav .navbar-toggler {
        position: relative;

    }
    nav #secondary-nav {
        margin-top: 15px;
        padding-top: 15px !important;
        padding-bottom: 15px !important
    }
    nav #secondary-nav .signin {
        position: absolute;
        top: 10px
    }
    nav #primary-nav li {
        min-height: 10px !important;
        line-height: 10px !important
    }
    nav #primary-nav,
    nav #secondary-nav {
        min-width: 260px
    }
    nav #primary-nav .nav-search,
    nav #secondary-nav .nav-search {
        display: none
    }
    nav #primary-nav li,
    nav #secondary-nav li {
        display: inline-block;
        vertical-align: middle;
        margin: 0 !important;
        padding: 0 !important;
        width: 100%;
        text-align: left !important;
        max-width: initial !important;
        line-height: 35px
    }
    nav #primary-nav li a,
    nav #secondary-nav li a {
        color: #004183;
        text-transform: uppercase;
        padding: 0 0 0 20px !important;
        font-size: 13px !important
    }
    nav #primary-nav li.dotted-gradient,
    nav #secondary-nav li.dotted-gradient {
        background: 0 0
    }
    nav #primary-nav li.login,
    nav #primary-nav li.signin,
    nav #secondary-nav li.login,
    nav #secondary-nav li.signin {
        display: none !important
    }
    nav #primary-nav li.mobile-search,
    nav #secondary-nav li.mobile-search {
        display: block !important
    }
    #home-slider .text-content {

    }

    .sy-box .text-content {
        position: relative;
        top: 0px;
        left: 0px;
        right: 0;
        padding: 20px;
        width: 100%;
        height: auto;
        float: none;
        text-align: center;
    }

    .sy-box .text-content h4 {
        color: #ffffff !important;
        text-align: center;
        font-weight: bold;
        font-size: 32px;
    }

    .sy-box .text-content p {

        text-align: center;
        font-size: 13px;
    }

    .sy-list {
        background: transparent;
    }


    .sy-box .image-content {
        line-height: 0;
        width: 100%;
        float: none;
        max-height: auto !important;
    }
    #home-slider .text-content h2 {
        font-size: 1.5em
    }
    #home-slider .text-content .btn-yellow-solid {
        padding: 5px 22px
    }
    #home-slider .image-content img {
        height: 220px
    }
    #home-happenings,
    #home-welcome {
        overflow: hidden
    }
    #home-happenings .happenings-item .caption p {
        font-size: 11px !important
    }
    #home-happenings .happenings-h {
        margin-top: 20px;
        margin-bottom: 45px
    }
    #home-happenings .happenings-v .info {
        padding-top: 50px
    }
    #home-stats .box-poll {
        padding-left: 30px
    }
    #home-stats .row-numbers {
        padding-bottom: 50px !important
    }
    #home-footer-contact {
        padding: 25px !important
    }
}

@media (min-width:768px) and (max-width:991.98px) {
    .navbar-collapse {
        margin-top: 80px
    }
}

@media (min-width:576px) and (max-width:991.98px) {


    nav .navbar-header {
        padding-left: 0
    }
    nav .navbar-header img {
        width: 100px;
        padding: 0 !important
    }
    nav .dropdown-menu {
        max-width: 500px !important
    }
    nav .mobile-signin {
        position: absolute;
        right: 85px;
        top: 11px;
        list-style: none;
        -webkit-margin-before: 1em;
        margin-block-start: 1em;
        -webkit-margin-after: 1em;
        margin-block-end: 1em;
        -webkit-margin-start: 0;
        margin-inline-start: 0;
        -webkit-margin-end: 0;
        margin-inline-end: 0;
        -webkit-padding-start: 40px;
        padding-inline-start: 40px;
        display: block !important
    }
    nav .mobile-signin .signin {
        margin-top: 5px;
        margin-right: 9px
    }
    nav .navbar-toggler {
        position: absolute;
        right: 20px;
        top: 20px
    }
    nav #secondary-nav {
        margin-top: 15px;
        padding-top: 25px !important;
        padding-bottom: 15px !important
    }
    nav #secondary-nav .signin {
        position: absolute;
        top: 10px
    }
    nav #primary-nav,
    nav #secondary-nav {
        min-width: 530px
    }
    nav #primary-nav .nav-search,
    nav #secondary-nav .nav-search {
        display: none
    }
    nav #primary-nav .title,
    nav #secondary-nav .title {
        margin: 20px 0 10px
    }
    nav #primary-nav li,
    nav #secondary-nav li {
        display: inline-block;
        vertical-align: middle;
        margin: 0 !important;
        padding: 0 !important;
        text-align: left !important;
        max-width: initial !important;
        line-height: 16px !important
    }
    nav #primary-nav li a,
    nav #secondary-nav li a {
        padding: 0 0 10px 10px !important;
        font-size: 14px !important
    }
    nav #primary-nav li.dotted-gradient,
    nav #secondary-nav li.dotted-gradient {
        background: 0 0
    }
    nav #primary-nav li.login,
    nav #primary-nav li.signin,
    nav #secondary-nav li.login,
    nav #secondary-nav li.signin {
        display: none !important
    }
    nav #primary-nav li.mobile-search,
    nav #secondary-nav li.mobile-search {
        display: block !important
    }
    #home-slider .text-content {
        position: absolute;
        top: 32px !important;
        left: 10px !important;
        right: 0 !important;
        padding: initial !important;
        width: initial !important;
        text-align: center !important;
        height: 100%
    }
    #home-slider .text-content h2 {
        font-size: 1.5em !important
    }
    #home-slider .text-content .btn-yellow-solid {
        padding: 5px 22px
    }
    #home-slider .image-content img {
        height: 220px
    }
    #home-happenings,
    #home-welcome {
        overflow: hidden
    }
    #home-happenings .happenings-item .caption p {
        font-size: 11px !important
    }
    #home-happenings .happenings-h {
        margin-top: 20px;
        margin-bottom: 45px
    }
    #home-happenings .happenings-v .info {
        padding-top: 50px
    }
    #home-stats .box-poll {
        padding-left: 30px
    }
    #home-stats .row-numbers {
        padding-bottom: 50px !important
    }
    #home-footer-contact {
        padding: 25px !important
    }
}

@media (min-width:992px) and (max-width:1199.98px) {
    nav .navbar-header {
        padding-left: 0
    }
    nav .navbar-header img {
        width: 100px;
        padding: 10px 0 0 !important
    }
    nav .nav-search .btn-search {
        position: absolute;
        right: 20px;
        top: 4px;
        margin-top: 0 !important
    }
    #primary-nav .nav-search,
    #secondary-nav .nav-search {
        width: 200px
    }
    #primary-nav li,
    #secondary-nav li {
        display: inline-block;
        vertical-align: middle;
        min-height: 45px;
        margin: 0 !important;
        padding: 0 !important;
        text-align: left !important;
        max-width: initial !important;
        line-height: 45px
    }
    #primary-nav li a,
    #secondary-nav li a {
        padding: 0 15px !important;
        font-size: 10px !important
    }
    #primary-nav li.mobile-search,
    #secondary-nav li.mobile-search {
        display: block !important
    }
    #primary-nav .nav-search .dropdown {
        padding-top: 0 !important
    }
    #primary-nav li a {
        padding: 0 23px 0 10px !important;
        font-size: 12px !important
    }
    #primary-nav .nav-font-size {
        margin: 0 0 0 10px !important
    }
    #primary-nav .nav-font-size a {
        padding: 0 5px !important;
        font-size: 10px !important
    }
}

/* Small Devices Potrait */
@media (max-width: 767px){

    .navbar .dropdown-menu {
        max-width: 100%;
        width: 100%;
    }
    div#navbarSupportedContent .row {
        padding: 0px;
        margin: 0px;
    }
    .mobile-view{
        display: block !important;
    }
    .desktop-view{
        display: none !important;
    }

    #main-nav .mobile-view.button-navigation li.signin {
        list-style: none;
        display: inline-block;
        /* margin-right: 0px; */
        /* margin: 0px 5px; */
    }
    #main-nav .mobile-view.button-navigation li.signin a{
        border-radius: 6px;
    }

    #main-nav .signin{
        margin-right: 0px;
    }

    .mobile-view.button-navigation{
        position: relative; /* Changed from absolute */
        right: auto;
        left: auto;
        top: auto;
        padding: 15px 0px;
        display: flex;
        justify-content: flex-end;
        align-items: center;
        flex-wrap: wrap;
        z-index: 1000; /* Added z-index */
        /* position: absolute;
    right: 0px;
    left: 55px;
    top: 0px;
    padding: 15px ​0px; */
    }
    #main-nav .mobile-view.button-navigation li.search-box{
        list-style: none;
        display: inline-block;
        width: 30%;

    }

    .guide-container {
        display: flex;
        text-align: center;
        width: 100%;
        margin: 0px;
        flex-direction: column;
    }

    .left-guide {
        /* display: inline-block; */
        width: 100%;
        height: 330px;
        margin-bottom: 20px;
        padding: 0px;
    }

    .happenings-h {
        margin: 50px 0px;
        width: 100% !important;
        max-width: 100% !important;
        flex: 0 0 100% !important;
    }

    .footer-logo {
        border-right: none;
        padding-left: 0px;
        padding-right: 0px;
    }

    .footer-logo img {
        width: 30% !important;
        height: auto !important;
    }
    .right-footer {
        padding: 0px;
    }
    .right-footer ul li {
        display: inline-table;
        width: 100%;
        margin-bottom: 25px;
    }
    .footer-bottom-menu {
        margin-top: 20px;
    }
    .special-heading h3 {
        font-size: 35px;
        color: #333333 !important;
        text-align: center;
        width: 100%;
        margin: 0px auto 50px auto;
        font-weight: 300;
    }

    .right-guide {
        /* display: inline-block; */
        width: 100%;
        padding: 0px;
    }

    #main-nav .mobile-view.button-navigation li.search-box .form-group{
        margin-bottom: 0px;
    }

    #main-nav .mobile-view.button-navigation li.search-box .form-control{
    display: block;
    width: 100%;
    height: calc(1.3rem + 2px);
    padding: 0px 15px;
    font-size: 12px;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 6px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;


    }

    @media (max-width: 768px) {
        .staff-card h4, .staff-card p, .staff-card h6 {
            word-break: break-word;
            white-space: normal;
        }

        .staff-card .card-body {
            display: flex;
            flex-direction: column;
        }

        .staff-card .contact-info i {
            margin-right: 5px;
        }

        .staff-card .contact-info {
            margin-top: 5px;
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            gap: 10px;
        }

    }

    @media (max-width: 767px) {
    .webbot-frame, .webbot-launcher {
        display: none !important;
    }

    }
    .top-header-wrapper {
        height: auto;

    }

    nav#main-nav {
        padding: 0px;
    }

    .top-other-menu.top-module-left ul li {
        padding: 7px 3px;
    }
    .top-logo {
        padding: 0px 0px;
        width: 100%;
        text-align: center;
        margin: 10px auto;
    }
    .top-header-right {
        text-align: center;
    }
    .top-header-right li.signin.last-child {
        background: none;
        margin-right: 0px;
    }
    .top-header-right li.signin img {
        width: 30px;
        height: auto;
    }
    .navbar-light .navbar-toggler {
        border: none;
        padding: 0px;
        margin-top: -4px;
    }
    a.nav-link{
        background: transparent;
    }
    .top-header-right li.signin {

        padding: 0px 10px;
        margin: 0px 0px;
    }
    table.style-table-1,
    table.style-table-2{
    display: block;
    }
}

.bg-orange {
    background: #f26c4f;
}

@media (min-width: 576px) {
    .section-payment-service {
        background-size: cover;
        background-repeat: no-repeat;
        background-position: left center;
    }
}

.section-payment-service {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right center;
    box-shadow: rgb(0 0 0 / 50%) 0 0 0 999em inset;
}

.tab-white .nav-link{
    background: rgba(255,255,255,.7);
    color: #212529;
    position: relative;
}
.tab-white .nav-link.active{
    background: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,.30);
    color: #212529;
}
.tab-white .nav-link.active h5 {
    color: #007bff;
}
.tab-white .nav-link.active:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 0 8px 15px;
    border-color: transparent transparent transparent #ffffff;
    position: absolute;
    top: 50%;
    right: -15px;
    transform: translateY(-50%);
}
.tab-white .nav-link + .nav-link {
    margin-top: 1rem;
}
.link-white, .link-white:hover, .link-white:focus {
    color: #fff;
}
@media (min-width: 576px) {
    .border-right-md-primary {
        border-right: 3px solid #1cd9bf;
    }
}

.logo-footer {
    height: 70px;
    width: 100%;
    object-fit: contain;
}

.footer-qr {

    padding-left: 0px;
    padding-right: 30px;
    padding-top:35px;
    padding-bottom:35px;
}

.footer-qr img {
    width: 50% !important;
    height: auto !important;

}

.qr-footer {
    height: 300px;
    width: 100%;
    object-fit: contain;
}


@media (min-width: 576px) {

    .qr-footer {
        position: absolute;
        z-index: 1;
        top: 192px;
        right: 119px;
    }

    .qr-footer img{
        width: 100px !important;
        height: 100px !important;
    }

    .footer-qr {
        border-right: none;
        padding-left: 0px;
        padding-right: 0px;
    }

    .footer-qr img {
        width: 131% !important;
        height: auto !important;
    }
}

@media screen and (max-width: 500px) {
  .directory-staff-listing .card.p-1.card-user > div.card-body,
  .staff-info-container,
  .directory-staff-listing .card.p-1.card-user .card-body h6.card-text {
    width: 100%;
  }

  .directory-staff-listing .card.p-1.card-user .card-body h6.card-text {
    line-height: normal;
    vertical-align: top;
    display: inline-block;
  }
}

