img{
    height: auto;
}

@media print {
    .nav-menu {
        display: none;
    }
    .header {
        position: absolute;
    }
}
select {
    appearance: none;
}
.links {
    word-break: break-all;
}
.padding-right-none {
    padding-right: 0 !important;
}

:focus {
    outline: none !important;
}

.home-sharing-img {
    filter: drop-shadow(0px 25px 15px #C3C3C3);
    -webkit-filter: drop-shadow(0px 25px 15px #C3C3C3);
}

.slick-item {
    display: inline-block;
    vertical-align: top;
}
.home-banner-slider .slick-item {
    z-index: 99 !important;
}
.slick-item-list {
    display: block !important;
}
.home-featured-list.slick-item-list {
    display: block !important;
    padding-left: 235px;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    outline: none;
}
.slick-slide,
.slick-slide * {
    outline: none !important;
}
.slick-current {
    opacity: 1;
}
.home-featured-list .slick-track {
    margin-left: -235px !important;
}
.slick-dots {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 1rem 0;
    list-style-type: none;
    width: 60.8%;
    margin-left: auto;
    margin-top: -40px;
    position: relative;
    z-index: 999 !important;
}
.slick-dots li {
    margin: 0 7px;
}
.slick-dots button {
    display: block;
    padding: 0;
    border: none;
    border-radius: 100%;
    text-indent: -9999px;
    height: 10px;
    background-color: #e4e4e4;
    width: 10px;
    opacity: 0.5;
    position: relative;
}
.slick-dots li.slick-active button {
    opacity: 1;
}
.slick-dots li.slick-active button:after {
    content: "";
    display: block;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    margin: auto;
    top: 50%;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 1px solid #ffffff;
}
.slick-slide {
    pointer-events: none;
}
.slick-active {
    pointer-events: auto;
}
@media only screen and (max-width: 991px) {
    .slick-dots {
        width: 100%;
        margin-top: 0;
        justify-content: flex-end;
        padding: 1rem;
    }
    .slick-dots li.slick-active button {
        background-color: #4ec7e4;
    }
    .slick-dots li.slick-active button:after {
        border: 1px solid #4ec7e4;
    }
}

@media only screen and (max-width: 767px) {
    .home-featured-list .slick-track {
        display: flex !important;
        margin-left: 0 !important;
    }
    .home-featured-list.slick-item-list {
        padding-left: 0;
    }
}

@keyframes carouselScroll {
    0% {
        transform: translateX(0%);
    }
    100% {
        transform: translateX(-50%)
    }
}
.carousel-track {
    animation: carouselScroll 50s linear infinite;
}

.programmes-details-slider-b {
    pointer-events: none;
}
@media only screen and (max-width: 991px) {
    .programmes-details-slider-b,
    .programmes-details-img-text {
        display: none !important;
    }

    .text-left {
        text-align: left !important;
    }
}

.summer-at-hku-accommodation-content-b ul {
    padding-left: 20px;
}

.scroll-bar::-webkit-scrollbar {
    width: 7px;
    margin-top: 15px;
    margin-bottom: 15px;
}
/* Track */
.scroll-bar::-webkit-scrollbar-track {
    background: #ffffff;
}
/* Handle */
.scroll-bar::-webkit-scrollbar-thumb {
    background: #ffffff;
}

.summer-at-hku-accommodation-content-b table {
    text-align: center;
    border: none;
    overflow: auto;
    display: block;
    height: auto !important;
}

.summer-at-hku-accommodation-content-b td {
    padding: 10px;
    border: none;
    background-color: #f1f1f1;
}

.summer-at-hku-accommodation-content-b th, .summer-at-hku-accommodation-content-b td {
    border: 4px solid #ffffff;
}

.summer-at-hku-accommodation-content-b tr:first-child > td {
    color: #244796;
    background-color: #e1f8fd;
    font-weight: bold;
}

.summer-at-hku-accommodation-content-b tr td:first-child {
    font-weight: bold;
}

.summer-at-hku-accommodation-content-b tr:first-child td:first-child {
    background-color: #ffffff;
}

/* social and cultural activities slider */
.scale-slide{
    transform-style: preserve-3d;
    transition: transform 500ms ease 0s;
    -webkit-transform: translate(0px, 60px) scale(0.65, 0.65)!important;
    -ms-transform: translate(0px, 60px) scale(0.65, 0.65)!important;
    transform: translate(0px, 60px) scale(0.65, 0.65)!important;
    text-align: left;
}

.scale-slide.swiper-slide-active{
    -webkit-transform: translate(0px, 0) scale(1, 1)!important;
    -ms-transform: translate(0px, 0) scale(1, 1)!important;
    transform: translate(0px, 0) scale(1, 1)!important;
}

.summer-at-hku-social-activities-slider-text-b{
    opacity: 0;
    transition: opacity 500ms ease 0s;
}
.scale-slide.swiper-slide-active .summer-at-hku-social-activities-slider-text-b{
    opacity: 1;
}

.summer-at-hku-social-activities-tetx-b ol {
    margin-bottom: 0px;
    padding-left: 15px;
    color: #757575;
    font-size: 14px;
}

.w-form-fail {
    width: 100%;
}

@media(max-width: 767px) {
    .listing-grid-b {
      display: none !important;
    }
    .listing-list-b {
      display: block !important;
      opacity: 1 !important;
    }
}

.programmes-details-slider-b {
    pointer-events: none;
}
@media only screen and (max-width: 991px) {
    .programmes-details-slider-b,
    .programmes-details-img-text {
        display: none !important;
    }
}

.programme-schedule-expand-content table {
    display: inline-table;
    text-align: center;
    border: none;
    overflow: auto;
    height: auto !important;
}

.programme-schedule-expand-content td {
    padding: 10px;
    border: none;
    background-color: #f1f1f1;
}

.programme-schedule-expand-content th, .programme-schedule-expand-content td {
    border: 4px solid #ffffff;
}

.programme-schedule-expand-content tr:first-child > td {
    color: #244796;
    background-color: #e1f8fd;
    font-weight: bold;
}

.programme-schedule-expand-content tr td:first-child {
    font-weight: bold;
}

.programme-schedule-first-col {
    font-weight: bold;
}

.language-requirements ul {
    list-style: none; /* Remove default bullets */
    padding-left: 20px
}

.language-requirements ul li {
    margin-top: 20px;
}

.language-requirements ul li::before {
    content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
    color: #4ec7e4; /* Change the color */
    display: inline-block; /* Needed to add space between the bullet and the text */
    width: 20px; /* Also needed for space (tweak if needed) */
    margin-left: -20px; /* Also needed for space (tweak if needed) */
}

.dates-required-documents-container ol {
    padding-left: 15px;
}

.estimated-cost-apply-btn {
    background-color: #f2ea00;
    color: #424242;
}

.how-to-apply-col ul {
    list-style: none; /* Remove default bullets */
    padding-left: 20px
}

.how-to-apply-co ul li {
    margin-top: 20px;
}

.how-to-apply-co ul li::before {
    content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
    display: inline-block; /* Needed to add space between the bullet and the text */
    width: 20px; /* Also needed for space (tweak if needed) */
    margin-left: -20px; /* Also needed for space (tweak if needed) */
}

.bespoke-programme-slider-img-b {
    opacity: 0;
}

.search-page-title {
    margin-top: 20px;
    font-size: 20px;
}

.search-result-text-b .deep-blue-text {
    margin-bottom: 10px;
}

.search-mobile-error-field {
    text-align: left;
}

.inner-sidebar-link-arrow {
    opacity: 0;
}

.inner-sidebar-link:hover img {
    opacity: 1 !important;
}

.share-link-row {
    min-width: 160px;
}
.faq-expand-padding a {
    color: #4ec7e4;
    text-decoration: none;
}

.faq-intro-b a {
    color: #424242;
    text-decoration: none;
}

.programme-schedule-table-col-75 li {
    text-align: left;
}

.inner-sidebar-content a {
    text-decoration: none;
}

.form-field.error, .input.error{
    border-color: red;
}

.dates-required-doc-table-01-col-r-content {
    text-align: center;
}

.programme-detail-title2 {
    font-weight: bold;
    font-size: 20px;
    padding: 20px 0;
}

.search-result-content-col {
    width: 100%;
}

.faq-search-content .search-result-text-b:hover {
    box-shadow: initial;
}

.bespoke-programme-theme-slider .slick-item {
    display: inline-block;
    vertical-align: top;
}
.bespoke-programme-theme-slider .slick-item-list {
    display: block !important;
    padding-left: 235px;
}
.bespoke-programme-theme-slider .slick-prev:hover,
.bespoke-programme-theme-slider .slick-prev:focus,
.bespoke-programme-theme-slider .slick-next:hover,
.bespoke-programme-theme-slider .slick-next:focus {
    outline: none;
}
.bespoke-programme-theme-slider .slick-slide,
.bespoke-programme-theme-slider .slick-slide * {
    outline: none !important;
}
.bespoke-programme-theme-slider .slick-current {
    opacity: 1;
}
.bespoke-programme-theme-slider .slick-track {
    margin-left: -235px !important;
}

.summer-at-hku-student-sharing-tetx-b {
    word-wrap: break-word;
}

.summer-at-hku-student-sharing-content-name {
    z-index: 4;
}

.summer-at-hku-student-sharing-content-name-02 {
    z-index: 4;
}

.home-slider-icon {
    margin-bottom: 15px;
}

.home-banner-slider .slick-dots button {
    margin-top: 2px;
}

.slick-slider-play-container {
    display: none;
}

.programme-content {
    margin-bottom: 40px;
}

.home-featured-slide-content-tag-col {
    margin-top: 8px;
    padding-right: 5px;
    padding-left: 5px;
}

.navlink {
    display: none;
}

.home-stduent-sharing-button-b {
    margin-bottom: 50px;
}

.programme-fee-col p {
    display: inline;
}

.details-cat-content-price p {
    display: inline;
}

.share-link-row {
    display: none;
}

.home-receive-email-b {
    margin-bottom: 60px;
}

.red-bg {
    background-color: #f04242;
}

.red-shadow {
    box-shadow: 0 3px 10px rgba(240, 66, 66, .5);
}

label {
    transform: inherit
}

.listing-filter-checkbox-row {
    padding-top: 0px;
}

@media screen and (min-width: 1440px) {
    .listing-item-height-60 {
        margin-top: 15px;
    }

    .listing-item-height-25 {
        height: auto;
        margin-bottom: 40px;
    }

    .listing-item-height-60 {
        height: auto;
    }

    .listing-item-height-15 {
        height: auto;
        margin-top: 15px;
    }
}

@media only screen and (max-width: 767px) {
    .bespoke-programme-theme-slider .slick-track {
        display: flex !important;
        margin-left: 0 !important;
    }
    .bespoke-programme-theme-slider .slick-item-list {
        padding-left: 0;
    }
}

@media screen and (max-width: 767px) {
    .section {
        margin-bottom: 40px;
    }
}
