.primary-bg-color {
    background-color: var(--primary-color) !important;
}

.primary-color {
    color: var(--primary-color) !important;
}

.primary-fill {
    fill: var(--primary-color) !important;
}

.primary-border-color {
    border-color: var(--primary-color) !important;
    border-top-color: var(--primary-color) !important;
    border-bottom-color: var(--primary-color) !important;
    border-left-color: var(--primary-color) !important;
    border-right-color: var(--primary-color) !important;
}

.secondary-bg-color {
    background-color: var(--secondary-color) !important;
}

.secondary-color {
    color: var(--secondary-color) !important;
}

.secondary-fill {
    fill: var(--secondary-color) !important;
}

.secondary-border-color {
    border-color: var(--secondary-color) !important;
    border-top-color: var(--secondary-color) !important;
    border-bottom-color: var(--secondary-color) !important;
    border-left-color: var(--secondary-color) !important;
    border-right-color: var(--secondary-color) !important;
}

.slider-title {
    color: white !important;
    width: 595px;
    font-size: 37px;
    text-transform: uppercase;
}

.swiper-desktop {
    display: block;
}

.swiper-mobile {
    display: none;
}

.breadcrumb-back-title {
    padding: 0px !important;
    margin: 0px !important;
    margin-top: -64px !important;
    font-size: 80px !important;
    opacity: 0.2;
}

.slider-frame {
    height: 600px !important;
    background-size: cover !important;
    background-position: center !important;
}

.newbar {
    position: absolute;
    width: 110%;
}

.newbar-left-bg {
    background-color: var(--primary-color);
    height: 90px;
}

.newbar-right-bg {
    background-color: var(--secondary-color);
    height: 90px;
}

.newbar-left {
    background: var(--primary-color);
    height: 90px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0px;
}

.newbar-right {
    background: var(--secondary-color);
    height: 90px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.newbar-title {
    font-family: "Barlow", sans-serif;
    color: white !important;
    margin: 0px;
}

.title-container {
    margin-top: 25px;
}

.title-column {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-left: 0px;
    margin-bottom: 30px;
}

.title-text {
    font-family: "Barlow", sans-serif;
    font-size: 24px;
    color: var(--secondary-color) !important;
    margin: 0px;
}

.swiper-pagination span {
    background: white;
}

.rightbar-pagination-swiper {
    margin-bottom: 220px;
}

.post-content {
    margin-bottom: 50px;
}

.hide-frame {
    overflow: hidden;
    position: relative;
}

.hotlink {
    font-family: "Barlow", sans-serif;
    font-size: 18px;
    color: white !important;
    margin: 0px;
}

.calendar-icon {
    margin-right: 5px;
    color: var(--primary-color);
}

.calendar-icon-white {
    margin-right: 5px;
    color: white;
}

.content-listing-right {
    width: 80%;
    float: left;
}

.content-listing-left {
    width: 20%;
    float: right;
}

.content-title {
    font-size: 15px;
    margin-right: 15px;
}

.content-description {
    margin-right: 15px;
}

.date-days {
    background: var(--secondary-color);
    color: white;
    font-size: 32px;
    text-align: center;
    padding-bottom: 15px;
    padding-top: 15px;
}

.date-months {
    background: #eee;
    color: var(--secondary-color);
    font-size: 16px;
    text-align: center;
    padding-bottom: 8px;
    padding-top: 8px;
}

.swiper-mask {
    background: url("/tenancy/images/mask.png");
    background-size: cover;
    background-position: center;
    height: 100%;
}

.swiper-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    height: 100%;
}

.slider-description {
    color: white;
    width: 50%;
    font-size: 17px;
    margin-top: 15px;
}

.primary-slider-btn {
    background-color: white;
    color: black !important;
}

.swiper-slide-mobile-content {
    height: 700px !important;
    background-size: cover;
    background-position: center;
}

.mobile-slide-frame {
    height: 100%;
    background-size: cover !important;
    background-position: center !important;
}

.mobile-swiper-container {
    background-color: #1e2629e6;
    display: flex;
    height: 100%;
    margin-top: 0px;
    padding-top: 0px;
    flex-direction: column;
    justify-content: space-between;
    padding-bottom: 45px;
}

.breadcrumb-image {
    height: 250px;
    width: 100%;
    object-fit: cover;
}

.press-content {
    padding: 50px;
    background-color: #fafafa;
}

.press-slider {
    width: 250px;
    object-fit: cover;
    height: 300px;
}

.breadcrumb-head {
    filter: grayscale(1);
    opacity: 0.1;
    position: absolute;
    width: 100%;
    object-fit: cover;
}

.detail-container {
    padding: 50px;
    background-color: #fafafa;
}

.detail-image {
    aspect-ratio: 16 / 9 !important;
}

.post-detail-date {
    font-size: 14px;
    font-weight: 300;
}

.post-text-detail {
    margin-top: 40px;
}

.post-text-detail a {
    color: black;
}

.libary-box {
    background-color: #eeeeee;
    height: 485px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 27px;
}

.libary-title {
    font-weight: bold;
    font-size: 18px;
    margin-top: 25px;
}

.topbar-user {
    margin: 0px;
    font-size: 14px;
    font-family: "Barlow", sans-serif;
    padding: 15px;
    padding-right: 30px;
    padding-left: 30px;
    color: white !important;
    background-color: #1f2629 !important;
}

.topbar-branch {
    margin: 0px;
    font-size: 14px;
    font-family: "Barlow", sans-serif;
    padding: 15px;
    padding-right: 30px;
    padding-left: 30px;
    color: white !important;
    background-color: var(--secondary-color) !important;
}

.topbar-contact {
    margin: 0px;
    font-size: 14px;
    font-family: "Barlow", sans-serif;
    padding: 15px;
    padding-right: 30px;
    padding-left: 30px;
    color: white !important;
    background-color: var(--primary-color) !important;
    margin-right: 20px;
}

.topbar-contact-mobile {
    margin: 0px;
    font-size: 14px;
    font-family: "Barlow", sans-serif;
    padding: 15px;
    padding-right: 30px;
    padding-left: 30px;
    color: white !important;
    background-color: var(--primary-color) !important;
}

@media only screen and (max-width: 370px) {
    .topbar-user {
        margin: 0px;
        font-size: 14px;
        font-family: "Barlow", sans-serif;
        padding: 15px;
        padding-right: 15px;
        padding-left: 15px;
        color: white !important;
        background-color: #1f2629 !important;
    }

    .topbar-branch {
        margin: 0px;
        font-size: 14px;
        font-family: "Barlow", sans-serif;
        padding: 15px;
        padding-right: 15px;
        padding-left: 15px;
        color: white !important;
        background-color: var(--secondary-color) !important;
    }

    .topbar-contact-mobile {
        margin: 0px;
        font-size: 14px;
        font-family: "Barlow", sans-serif;
        padding: 15px;
        padding-right: 15px;
        padding-left: 15px;
        color: white !important;
        background-color: var(--primary-color) !important;
        margin-right: 0px;
    }

    .topbar-contact {
        margin: 0px;
        font-size: 14px;
        font-family: "Barlow", sans-serif;
        padding: 15px;
        padding-right: 15px;
        padding-left: 15px;
        color: white !important;
        background-color: var(--primary-color) !important;
        margin-right: 0px;
    }

}

.post-image img {
    object-fit: cover;
    aspect-ratio: 16 / 9;
}

.date-content-title {
    height: 50px !important;
}

.detail-section {
    background: #ffffff;
    border-top: 5px solid #0066b3;
}

.detail-title-box {
    background-color: #43525ad6;
    height: auto;
    position: absolute;
    bottom: 0px;
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
}

.detai-title-box-next {
    background-color: #1f2629e6;
    height: auto;
    position: absolute;
    bottom: 0px;
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
}

.inside-title-container {
    padding: 0px;
}

.side-detail {
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 40px;
    background: #f7f7f7;
}

.detail-title {
    font-weight: 500;
    text-transform: uppercase;
    margin-top: 30px;
    font-family: "Barlow", sans-serif;
    font-size: 24px;
    margin-bottom: 28px;
    color: var(--primary-color) !important;
}

.detail-title2::before {
    content: "";
    position: absolute;
    width: calc(100% + 120000px);
    top: 76px;
    height: 1px;
    background: #d2d2d2 !important;
    left: -2000px;
}

.detail-description {
    margin-top: 50px;
    margin-bottom: 32px;
    margin-right: 32px;
}


@media only screen and (max-width: 768px) {
    .detail-description {
        margin-right: 0px!important;
    }
}

.detail-description p {
    margin: 0px !important;
    font-weight: 400;
    font-size: 20px !important;
    color: #6a777c !important;
    line-height: 1.4em;
    font-family: "Barlow", sans-serif !important;
}

.detail-description h1 {
    font-size: 32px !important;
    color: #6a777c !important;
    line-height: 1.4em;
    font-family: "Barlow", sans-serif !important;
}

.detail-description h2 {
    font-size: 24px !important;
    color: #6a777c !important;
    line-height: 1.4em;
    font-family: "Barlow", sans-serif !important;
}

.detail-description h3 {
    font-size: 18.5px !important;
    color: #6a777c !important;
    line-height: 1.4em;
    font-family: "Barlow", sans-serif !important;
}

.detail-description h4 {
    font-size: 16px !important;
    color: #6a777c !important;
    line-height: 1.4em;
    font-family: "Barlow", sans-serif !important;
}

.detail-description h5 {
    font-size: 13.3px !important;
    color: #6a777c !important;
    line-height: 1.4em;
    font-family: "Barlow", sans-serif !important;
}


.detail-description span {
    font-size: 20px !important;
    color: #6a777c !important;
    line-height: 1.4em;
    font-family: "Barlow", sans-serif !important;
}


.detail-box-deprecated::before {
    content: "";
    position: absolute;
    width: calc(100% + 120000px);
    bottom: 0;
    height: 6px;
    background: var(--primary-color) !important;
    left: -1000px;
}

.detail-date {
    color: #6a777c !important;
    line-height: 1.4em;
    font-family: "Barlow", sans-serif;
}

.custom-detail {
    color: #ffffff !important;
    line-height: 1.4em;
    font-family: "Barlow", sans-serif;
}

.post-image {
    position: relative;
}

.post-date {
    font-weight: 400;
    margin-bottom: 15px;
}

.table-bottom {
    margin-bottom: -165px !important;
    padding-bottom: 150px !important;
}

.post-image-category {
    font-weight: 400;
    position: absolute;
    bottom: -10px;
    right: 0px;
    background: #ffe5fe;
    padding: 10px;
    padding-right: 20px;
    padding-left: 20px;
    text-align: right;
    font-size: 15px;
    margin-bottom: 20px;
    margin-right: 10px;
}

.swiper-content {
    overflow: hidden;
    height: 500px;
}

.libary-box img {
    height: 317px;
    width: 217px;
    object-fit: cover;
}

.swiper-button {
    color: white !important;
    margin-left: 10px !important;
    margin-right: 10px !important;
}

.mobile-link {
    text-decoration: none;
    color: #1e1e23 !important;
    opacity: 1;
    font-weight: 400;
    font-size: 23px;
    margin-bottom: 15px;
    line-height: 1.7em;
    font-family: "Barlow", sans-serif;
    transition: 200ms;
}

.mobile-link:hover {
    text-decoration: none;
}

.mobile-nav {
    padding: 0;
    list-style-type: none;
    margin-top: 42px !important;
}

.phone {
    background-color: #36383f;
    border-radius: 40px;
    width: 300px;
    height: 600px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 30px 50px 100px #85888c;
}

.mobile-nav-object {
    background-color: #ffffff;
    height: 115px;
}

.breadcrumb-head {
    filter: grayscale(1);
    opacity: 0.2;
    position: absolute;
    width: 100%;
    object-fit: cover;
}

.object-fit-img {
    object-fit: contain;
}

#mobileMenuToggle {
    display: flex;
    flex-direction: column;
    position: relative;
    top: 27px;
    left: 25px;
    z-index: 1;
    -webkit-user-select: none;
    user-select: none;
}

#mobileMenuToggle input {
    display: flex;
    width: 40px;
    height: 32px;
    position: absolute;
    cursor: pointer;
    opacity: 0;
    z-index: 2;
}

#mobileMenuToggle span {
    display: flex;
    width: 29px;
    height: 2px;
    margin-bottom: 5px;
    position: relative;
    background: #000000;
    border-radius: 3px;
    z-index: 1;
    transform-origin: 5px 0px;
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1),
        background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
}

#mobileMenuToggle span:first-child {
    transform-origin: 0% 0%;
}

#mobileMenuToggle span:nth-last-child(2) {
    transform-origin: 0% 100%;
}

#mobileMenuToggle input:checked~span {
    opacity: 1;
    transform: rotate(45deg) translate(-3px, -1px);
    background: #36383f;
}

#mobileMenuToggle input:checked~span:nth-last-child(3) {
    opacity: 0;
    transform: rotate(0deg) scale(0.2, 0.2);
}

#mobileMenuToggle input:checked~span:nth-last-child(2) {
    transform: rotate(-45deg) translate(0, -1px);
}

#mobileMenu {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
    position: fixed;
    width: 100%;
    height: 100%;
    margin: -33px 0 0 -25px;
    background-color: #ffffff;
    -webkit-font-smoothing: antialiased;
    transform-origin: 0% 0%;
    transform: translate(-100%, 0);
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
    flex-direction: column;
}

#mobileMenu li {
    padding: 10px 0;
    transition-delay: 2s;
}

#mobileMenuToggle input:checked~ul {
    transform: none;
}

.header-mobile {
    display: none;
}

.mobile-logo {
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
}

.mobile-logo-img {
    height: 60px !important;
    z-index: 999;
    position: relative;
    margin-top: 4px !important;
}

.fc-col-header-cell {
    background-color: var(--primary-color);
}

.fc-col-header-cell-cushion {
    color: white !important;
}

.fc-daygrid-day-number {
    font-weight: 600;
    font-style: italic;
    margin-right: 7px;
    color: var(--secondary-color);
}

.fc-toolbar-title {
    font-size: 24px !important;
}

.fc-h-event {
    background-color: var(--primary-color);
    border: none;
}

#mainmenu li li:hover a {
    background-color: rgba(255, 255, 255, 0) !important;
    color: #555 !important;
}

.topbar-branch svg {
    margin-right: 10px;
}

.topbar-contact-mobile svg {
    margin-right: 10px;
}

.topbar-user svg {
    margin-right: 10px;
}

#mainmenu li li:hover {
    background-color: rgb(206, 206, 206) !important;
    color: #555 !important;
    transition: all 1s;
}

#mainmenu li li {
    transition: all 1s;
    font-weight: normal;
    background-color: rgb(234, 234, 234);
    border-bottom: solid 1px #f0f0f0;
}

.content-listing-title {
    color: white !important;
    padding: 50px;
    font-size: 20px;
    text-align: center;
    background: #43525a;
}

ul li {
    list-style-type: none;
}

.sub-menu {
    display: none;
    padding: 0px;
    border: 1px #dddddd solid;
    margin-top: 15px;
}

.sub-link {
    font-size: 20px;
}

.sub-li {
    padding: 15px;
    background: #fafafa;
}

.dropdown-icon {
    position: absolute;
    margin-left: 10px;
    margin-top: 9px;
}

.fragman-box {
    height: 320px;
    width: 100%;
    background: rgb(67 82 90);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin-bottom: 50px;
    position: relative;
}

.show-all-mobile {
    display: none;
}

.stop-scrolling {
    height: 100%;
    overflow: hidden;
}

.swiper-slider-title {
    font-size: 25px;
}

.main-content-section {
    z-index: 999999;
    position: relative;
}

.fragman-box {
    height: 320px;
    width: 100%;
    background: rgb(67 82 90);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin-bottom: 50px;
    position: relative;
}

.mfp-bg {
    z-index: 9999999;
}

.mfp-wrap {
    z-index: 9999999;
}

@media only screen and (min-width: 1600px) {
    .fragman-box {
        height: 385px;
    }
}

.sidebar-desktop {
    display: inherit;
}

.sidebar-mobile {
    display: none;
}

.attachment-box {
    margin-right: 20px;
    border: 1px solid #e1e1e1;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding-top: 10px;
}

.attachment-box img {
    width: 100%;
    padding: 20px;
}

.attachment-title {
    text-align: center;
}

.attachment-size {
    text-align: center;
    text-decoration: none;
    opacity: 0.5;
}

.branch-profile-image {
    aspect-ratio: 1 / 1;
    width: 100%;
    object-fit: cover;
}

.branch-title {
    padding-left: 15px;
    padding-right: 15px;
}


.menuSelection,
option {
    -webkit-appearance: none;
}

.select-wrapper {
    position: relative;
    display: inline-block;
    width: 100%;
}

.select-wrapper:after {
    content: '\0025BC';
    font: normal normal normal 12px/1 FontAwesome;
    color: var(--primary-color);
    right: 14px;
    top: 2px;
    height: 26px;
    padding: 15px 0px 0px 8px;
    position: absolute;
    pointer-events: none;
}

.select-wrapper select {
    color: var(--primary-color);
    text-align: center;
    text-align-last: center;
    padding: 1vh;
    border: 2px solid var(--primary-color);
    border-radius: 0px;
}

.menuSelection {
    background-color: transparent;
    border-radius: 1vh;
    border-color: transparent;
    padding-right: 24px;
    width: 100%;
}

@media only screen and (max-width: 992px) {

    .branch-title {
        padding-left: 15px;
        padding-right: 15px;
    }

    .attachment-box {
        margin-right: 0px;
        border: 1px solid #e1e1e1;
        padding: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        padding-top: 24px;
        margin-bottom: 30px;
    }

    .attachment-box img {
        height: 80px;
        padding: 12px;
    }

    .attachment-title {
        text-align: center;
    }

    .attachment-size {
        text-align: center;
        text-decoration: none;
        opacity: 0.5;
    }

    .sidebar-desktop {
        display: none;
    }

    .sidebar-mobile {
        display: inherit;
    }

    .swiper-content {
        height: 280px;
    }

    .swiper-slider-title {
        font-size: 18px;
    }

    .logo {
        margin-top: 0px !important;
    }

    .breadcrumb-back-title {
        display: none !important;
    }

    .slider-title {
        padding-top: 30px;
        color: white;
        width: 100%;
        font-size: 25px;
        text-transform: uppercase;
    }

    .swiper-desktop {
        display: none;
    }

    .swiper-mobile {
        display: block;
    }

    .breadcrumb-title {
        margin-top: 100px !important;
    }
}

@media only screen and (max-width: 1600px) {
    .swiper-content {
        height: 450px;
    }
}

@media only screen and (max-width: 1200px) {
    .swiper-content {
        height: 380px;
    }
}

@media only screen and (max-width: 992px) {
    .swiper-content {
        height: 300px;
    }
}

@media only screen and (max-width: 500px) {
    .swiper-content {
        height: 230px !important;
    }
}

@media only screen and (min-width: 1600px) {
    .container {
        width: 1400px !important;
    }

    .swiper-content {
        height: 550px;
    }
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 800px;
        margin: 30px auto;
    }
}

@media (max-width: 992px) {
    .header-solid {
        display: none !important;
    }

    .header-mobile {
        z-index: 9999999;
        display: block;
        position: fixed;
    }

    .main-content-section {
        margin-top: 135px !important;
    }

    .detail-image {
        aspect-ratio: 16 / 9 !important;
    }

    .detail-description p {
        font-size: 18px;
        margin-right: 0px;
    }

    .side-detail {
        margin-top: 120px;
        margin-bottom: 120px;
    }

    .date-content-title {
        height: 80px !important;
    }

    .fragman-box {
        height: auto;
        aspect-ratio: 1/1 !important;
    }

    .rightbar-slider-box {
        margin-bottom: -150px;
    }

    .show-all-desktop {
        display: none;
    }

    .show-all-mobile {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 60px;
    }

    .powered-text {
        text-align: center !important;
    }

    .social-text {
        text-align: center !important;
    }

    .copyright-text {
        text-align: center !important;
    }
}

@media (min-width: 300px) {
    .rightbar-pagination-swiper {
        top: 235px !important;
        width: 80px !important;
        bottom: auto !important;
        margin-bottom: 0px !important;
    }
}

@media (min-width: 500px) {
    .rightbar-pagination-swiper {
        top: 280px !important;
        width: 80px !important;
        bottom: auto !important;
        margin-bottom: 0px !important;
    }
}

@media (max-width: 500px) {
    .fragman-container {
        padding-bottom: 170px;
    }
}

@media (min-width: 620px) {
    .rightbar-pagination-swiper {
        top: 345px !important;
        width: 80px !important;
        bottom: auto !important;
        margin-bottom: 0px !important;
    }
}

@media (min-width: 620px) {
    .rightbar-pagination-swiper {
        top: 345px !important;
        width: 80px !important;
        bottom: auto !important;
        margin-bottom: 0px !important;
    }
}

@media (min-width: 720px) {
    .rightbar-pagination-swiper {
        top: 415px !important;
        width: 80px !important;
        bottom: auto !important;
        margin-bottom: 0px !important;
    }
}

@media (min-width: 1000px) {
    .rightbar-pagination-swiper {
        top: 560px !important;
        width: 80px !important;
        bottom: auto !important;
        margin-bottom: 0px !important;
    }
}

@media (min-width: 1200px) {
    .rightbar-pagination-swiper {
        top: 340px !important;
        width: 80px !important;
        bottom: auto !important;
        margin-bottom: 0px !important;
    }
}

@media (min-width: 1220px) {
    .rightbar-pagination-swiper {
        top: 345px !important;
        width: 80px !important;
        bottom: auto !important;
        margin-bottom: 0px !important;
    }
}

@media (min-width: 1600px) {
    .rightbar-pagination-swiper {
        top: 400px !important;
        width: 80px !important;
        bottom: auto !important;
        margin-bottom: 0px !important;
    }
}