#detailSymposium .scroll-container-title {
    padding-top: 40px;
}
#detailSymposium .scroll-container-title h5 {
    font-size: 34px;
    margin-bottom: 20px;
    /* padding-top: 40px; */
}
#detailSymposium .scroll-container-title p {
    text-align: justify;
}

.dual-section {
    padding-left: 20px;
}

.dual-section p {
    text-align: justify;
}

.sticky-container-section {
    position: sticky;
    top: 95px;
}
#detailSymposium .symposium-body.over-hidden {
    overflow: hidden;
}
#detailSymposium .symposium-body.bg-light {
    background-color: #fff !important;
    padding-top: 0;
}

#detailSymposium .symposium-body .parent img {
    padding: 8px;
}

.label-photo {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-top: -70px;
    display: block;
    background-color: #fff;
    border-radius: 10px;
    padding: 20px;
    z-index: 9999;
    position: relative;
}

.parent {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: repeat(4, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
}

.div1 {
    grid-area: 1 / 1 / 3 / 4;
    height: 350px;
    overflow: hidden;
}
.div2 {
    grid-area: 1 / 4 / 3 / 6;
    height: 350px;
    overflow: hidden;
}
.div3 {
    grid-area: 3 / 1 / 5 / 3;
    height: 350px;
    overflow: hidden;
}
.div4 {
    grid-area: 3 / 3 / 5 / 6;
    height: 350px;
    overflow: hidden;
}

.parent > div img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
#landing .landingSymposium {
    position: relative;
}
#landing .landing-slider-content .slider-sub-title {
    overflow: initial;
}
#landing .landing-slider-content .slider-sub-title span::before {
    /* display: none; */
    width: 12%;
    height: 2px;
    background-color: #00a7e1;
    bottom: 13px;
    left: -48px;
}
#landing .landing-slider-content .slider-sub-title span::after {
    width: 12%;
    height: 2px;
    background-color: #00a7e1;
    bottom: 13px;
    right: -48px;
    content: "";
    position: absolute;
    transition: all ease-in-out 0.35s;
}
@keyframes float {
    0% {
        /* box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6); */
        transform: translatey(0px);
    }
    50% {
        /* box-shadow: 0 15px 15px 0px rgba(0, 0, 0, 0.2); */
        transform: translatey(-12px);
    }
    100% {
        /* box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6); */
        transform: translatey(0px);
    }
}
#landing .landing-slider-content .slider-sub-title {
    transform: translatey(0px);
    animation: float 6s ease-in-out infinite;
}

@media only screen and (max-width: 700px) {
    #detailSymposium .symposium-heading,
    #detailSymposium .symposium-heading img {
        padding-top: 0;
    }
    .dual-section {
        padding-left: 0;
    }

    #detailSymposium .symposium-body.bg-light {
        background-color: #f5f5f5 !important;
        padding-top: 45px;
    }

    .div2,
    .div3 {
        display: none;
    }

    .div1 {
        grid-area: 1 / 1 / 3 / 6;
    }
    .div4 {
        grid-area: 3 / 1 / 5 / 6;
    }

    #detailSymposium .scroll-container-title h5,
    #detailSymposium h3 {
        font-size: 24px;
    }
    #detailSymposium .symposium-body {
        padding: 0;
    }
    #detailSymposium .scroll-container-title {
        padding-top: 15px;
    }
    #landing .landing-slider-content {
        padding: 20px 0;
    }

    #work {
        padding: 40px 0;
    }
    #blog {
        padding-bottom: 45px;
    }
}
.popup-wrapper {
    /* box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px; */
    /* box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px; */
    /* box-shadow: rgba(0, 0, 0, 0.25) 0px 0.0625em 0.0625em, rgba(0, 0, 0, 0.25) 0px 0.125em 0.5em, rgba(255, 255, 255, 0.1) 0px 0px 0px 1px inset; */
    box-shadow:
        rgba(14, 30, 37, 0.12) 0px 2px 4px 0px,
        rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
    padding: 15px 20px;
    width: 300px;
    height: 110px;
    position: fixed;
    z-index: 9999;
    bottom: 5px;
    right: 2px;
    background-color: #fff;
    border-radius: 6px;
    overflow: hidden;
    /* border: 2px solid #eaeaea; */
    display:none;
}

.popup-wrapper .big-title {
    font-size: 22px;
    position: relative;
    z-index: 9;
    color: #003e70;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 7px;
}

.popup-wrapper .small-big-title {
    font-size: 20px;
    position: relative;
    z-index: 9;
}

.popup-wrapper::before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 175%;
    /* background-image: url(../images/arrow-white.svg); */
    background-image: url("https://www.govlab.ktmrush.com/frontend/images/aboutbg2.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 0;
    opacity: 1;
}

.close-button-popup {
    width: 20px;
    height: 20px;
    line-height: 18px;
    background-color: #003e70;
    color: #fff;
    position: absolute;
    right: 5px;
    top: 5px;
    text-align: center;
    border-radius: 3px;
    cursor: pointer;
    z-index:11;
}

.close-button-popup i {
    font-size: 12px;
}

.transition-div {
    overflow: hidden;
}

#landing .landing-slider-content .slider-sub-title .transition-div {
    display: block;
    transform: translateY(50px);
    opacity: 0;
    transition: all ease-in-out 1.2s;
    position: relative;
    line-height: 1.5;
    padding: 0px 10px;
    color: #ffffff;
    text-align: center;
}
#landing .landing-slider-content .slider-sub-title .transition-div.transition {
    transform: translateY(0);
    opacity: 1;
    transition: all ease-in-out 1.2s;
    text-align: center;
}
