body {
    font-family: 'Poppins', sans-serif !important;
    background-color: #FFF !important;
}
.header-detail-breadcrumb {
    background-color: #f3f3f3;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    flex-direction: row;
    align-content: center;
    align-items: center;
    margin-bottom: 35px;
}
.breadcrumb-row {
    flex-wrap: nowrap;
    font-size: 13px;
    display: flex;
    color: #333;
    background: none;
    overflow: hidden;
    -ms-overflow-style: none;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
    background-color: transparent;
    margin: 15px 0;
}
.breadcrumb-row > a {
    margin-right: 20px;
    color: #333;
    font-weight: normal;
}
.arrow-left {
    margin-right: 3px;
    transform: rotate(135deg);
    left: 3px;
    border: solid #333;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 3px;
    position: relative;
    top: -1px;
}
.breadcrumb-item__icon {
    position: relative;
    top: -1px;
    left: 6px;
    border: solid #333;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 2px;
    transform: rotate(-45deg);
}

/*-- Guide --*/
.guide-list-items {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 25px;
    background-color: #EEF4F9;
    padding: 15px;
    border-radius: 6px;
}
.guide-list-header {
    margin-bottom: 10px;
}
.guide-list-top {
    color: #194378;
    font-size: 14px;
    font-weight: bold;
}
.guide-list-top:hover {
    color: #30b5c9;
}
.guide-list-content {
    background-color: #FFF;
    padding: 15px;
    border-radius: 6px;
    font-size: 14px;
    line-height: 16px;
}
.guide-list-content-text {

}
.guide-list-content > .btn {
    border: 1px solid #31B9CC;
    background: linear-gradient(91.78deg, #31B9CC 0.1%, #194378 100%);
    color: #FFF;
    display: inline-block;
    padding: 3px 15px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: normal;
    text-align: center;
    margin-top: 15px;
}

@media (min-width: 768px) {
    .breadcrumb-row {
        padding: 0;
    }
}
@media (max-width: 768px) {
    .header-detail-breadcrumb {
        overflow: auto;
        -ms-overflow-style: none;
        scrollbar-width: none;
        -webkit-overflow-scrolling: touch;
    }
    .breadcrumb-row {
        padding: 10px 0;
        width: max-content;
        width: -moz-fit-content;
        white-space: nowrap;
        overflow-x: auto;
    }
}

.mmt-page-jumbotron {
    background: linear-gradient(91.78deg, #31B9CC 0.1%, #194378 100%);
    padding: 30px 0;
}
.mmt-page-container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.mmt-page-container ol, .mmt-page-container ul {
    padding-left: 20px;
}
.mmt-page-container ol li, .mmt-page-container ul li {
    color: #333;
}
.page-jumbotron-rows {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.page-jumbotron-photo {
    height: 200px;
    position: relative;
    flex: 0 0 30%;
}
.page-jumbotron-img {
    position: absolute;
    top: -35px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}
.page-jumbotron-detail {
    flex: 0 0 70%;
    text-align: center;
    height: 200px;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
    padding: 0 50px;
}
.page-jumbotron-detail h1 {
    font-size: 28px;
    font-weight: bold;
    color: #FFF;
}
.page-jumbotron-detail p {
    font-size: 16px;
    color: #FFF;
}
.title-list-wrap {
    margin-bottom: 15px;
}
.title-list-top {
    color: #0965A7;
    font-weight: bold;
    font-size: 13px;
    line-height: 16px;
    margin-bottom: 10px;
}
.title-list-mid {
    color: #333333;
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 10px;
}
.nav-list-wrap {
    margin-bottom: 15px;
}
.nav-list-navigator {
    font-size: 12px;
    text-transform: uppercase;
    color: #777;
    display: block;
}
.nav-list-link {
    font-size: 12px;
    line-height: 16px;
    display: block;
    position: relative;
    border-left: 1px solid #C4C4C4;
    padding-left: 15px;
    margin-left: 15px;
    padding-bottom: 10px;
}
.nav-list-link:before {
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background-color: #C4C4C4;
    position: absolute;
    left: -4px;
    top: 5px;
}
.nav-list-link:hover, .nav-list-link.active {
    color: #194378;
}
.nav-list-link.active:before {
    background-color: #194378;
}
.mmt-description {
    padding: 10px 0;
    position: relative;
    margin-bottom: 50px;
}
.mmt-content-wrap {
    font-size: 14px;
    line-height: 16px;
}
.mmt-excerpt-hidden {
    height: 250px;
    overflow: hidden;
    position: relative;
    font-size: 14px;
    line-height: 18px;
}
.mmt-excerpt-hidden:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 64px;
    background: linear-gradient(to bottom,rgba(255,255,255,0.4) 0%,rgba(255,255,255,1) 100% );
}
.mmt-js-show-more {
    border: 1px solid #ededed;
    display: inline;
    padding: 7px 0;
    border-radius: 20px;
    font-size: 13px;
    text-align: center;
    min-width: 150px;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -27px;
    width: 150px;
    cursor: pointer;
}
.mmt-js-show-more:after {
    content: '';
    position: relative;
    top: -3px;
    left: 7px;
    border: solid #777;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
}

.whyus-list-wrap {
    display: flex;
    flex-direction: column;
    padding: 15px;
    background-color: #99BCDD;
    background-image: url("/images/mmt/bg-whyus-list-wrap.jpg");
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 6px;
    margin-bottom: 20px;
}
.whyus-list-title {
    color: #194378;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 5px;
}
.whyus-list-description {
    max-width: 250px;
    color: #194378;
    font-size: 11px;
    line-height: 14px;
    margin-bottom: 15px;
}
.whyus-list-link {

}
.btn-enquire-whyus {
    font-size: 13px !important;
    font-weight: 600 !important;
    color: #fff;
    background: linear-gradient(93.41deg, #f56f2d -5.63%, #f7641b 100.8%);
    border: 1px solid #f7641b;
    cursor: pointer;
    display: inline-block;
    padding: 3px 15px;
    border-radius: 4px;
}
.btn-enquire-whyus:hover {
    color: #fff;
    background: linear-gradient(93.41deg, #f7641b -5.63%, #f7641b 100.8%);
    border: 1px solid #f7641b;
}
@media (min-width: 1500px) {
    .mmt-page-container {
        max-width: 1480px;
    }
}
@media (max-width: 990px) {
    .mmt-page-jumbotron {
        padding: 20px 0;
    }
    .page-jumbotron-detail h1 {
        font-size: 22px;
    }
    .page-jumbotron-detail p {
        font-size: 14px;
    }
    .page-jumbotron-img {
        position: absolute;
        top: inherit;
        left: inherit;
        right: inherit;
        margin-left: inherit;
        margin-right: inherit;
        width: 200px;
        height: 200px;
    }
}
@media (max-width: 540px) {
    .mmt-page-jumbotron {
        padding: 15px 0;
        margin-bottom: 0;
    }
    .page-jumbotron-detail h1 {
        font-size: 18px;
    }
    .page-jumbotron-detail p {
        font-size: 13px;
    }
    .page-jumbotron-img {
        width: 180px;
        height: 180px;
    }
}
@media (max-width: 480px) {
    .page-jumbotron-detail {
        padding: 0 15px;
    }
    .page-jumbotron-img {
        width: 120px;
        height: 120px;
    }
}

/*//Sitemap*/
/***** Colors & Sizes *****/
:root {
    --color-primary: #FFF;
    --color-primary-tint: #333;
    --color-accent: #005399;
    --color-accent-tint: #FFF;
    --color-line: #ECECEC;

    --item-width: 200px;
    --item-gap: 20px;
}
/***** Vertical Sitemap *****/
.mmt-sitemap-wrap {
    display: flex;
    flex-direction: column;
    padding: 15px;
}
.mmt-sitemap-header {
    font-size: 18px;
    color: #194378;
    font-weight: bold;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ECECEC;
}
.mmt-sitemap-content {

}
.vsitemap {
    text-align: left;
}
.vsitemap  * {
    box-sizing: border-box;
}
.vsitemap ul {
    margin: 0 var(--item-gap);
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.vsitemap ul > li {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin: 0 0 calc(var(--item-gap) / 2);
    position: relative;
    flex: 0 0 48%;
}
.vsitemap ul > li > a {
    width: 100%;
    border: none;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 5px;
    padding: 5px 10px;
}
.vsitemap ul > li:before {
    content: "";
    position: absolute;
    top: 1em;
    height: 1px;
    left: calc(-1 * var(--item-gap) / 2);
    width: calc(var(--item-gap) / 2);
    background: var(--color-line);
}

/* Draw Line */
.vsitemap ul > li:first-child:before {
    width: var(--item-gap);
    left: calc(-1 * var(--item-gap));
}
.vsitemap ul li:after {
    content: "";
    position: absolute;
    top: calc(-1 * var(--item-gap));
    left: calc((var(--item-gap) / 2) - var(--item-gap));
    bottom: 0;
    width: 1px;
    background: var(--color-line);
}
.vsitemap ul li:first-child:after {
    top: -15px;
}
.vsitemap ul li:last-child:after {
    bottom: auto;
    height: calc(var(--item-gap) + 1em);
}
.vsitemap ul li:only-child:after {
    display: none;
}
.vsitemap ul li ul {
    margin: 0 var(--item-gap);
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.vsitemap ul li ul li {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin: 0 0 calc(var(--item-gap) / 2);
    position: relative;
    flex: 0 0 30%;
}
.vsitemap ul li ul li:before {
    width: 15px;
    left: -15px;
}
.vsitemap ul li ul li:first-child {
    margin-right: 15px;
}
.vsitemap ul li ul li:first-child:before {
    width: 15px;
    left: -15px;
}
.vsitemap ul li ul li:first-child:after {
    top: -5px;
    height: 20px;
    left: -15px;
}
.vsitemap ul li ul li:last-child:after {
    display: none;
}
.vsitemap ul li ul li a {
    min-width: 135px;
    border: 1px solid #31B9CC;
    background: linear-gradient(91.78deg, #31B9CC 0.1%, #194378 100%);
    color: #FFF;
    display: block;
    padding: 3px 10px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: normal;
    text-align: center;

}

/* Responsive */
@media (max-width: 768px) {
    .vsitemap > ul {
        flex-direction: column;
    }
}
/* tablet */
@media only screen and (max-width: 768px) {

    .vsitemap > ul > li > ul > li ul li{
        flex-direction: column;
    }
    .vsitemap > ul > li > ul > li ul li ul{
        margin-top: calc(var(--item-gap)/2);
    }
    .vsitemap > ul > li > ul > li > ul li:after {
        left: calc(-1 * var(--item-gap)/2);
    }
    .vsitemap > ul > li > ul > li > ul > li li:first-child:before {
        width: calc(var(--item-gap)/2);
        left: calc(-1 * var(--item-gap)/2);
    }
    .vsitemap > ul > li > ul > li > ul > li li:first-child:after{
        top: calc(-1 * var(--item-gap)/2);
    }
    .vsitemap > ul > li > ul > li > ul > li li:only-child:after {
        display: block;
        height: calc(var(--item-gap)/2 + 1em);
    }
}
/* mobile */
@media only screen and (max-width: 576px) {
    .vsitemap > ul > li ul li{
        flex-direction: column;
    }
    .vsitemap > ul > li ul li ul{
        margin-top: calc(var(--item-gap)/2);
    }
    .vsitemap > ul > li > ul li:after {
        left: calc(-1 * var(--item-gap)/2);
    }
    .vsitemap > ul > li > ul > li li:first-child:before {
        width: calc(var(--item-gap)/2);
        left: calc(-1 * var(--item-gap)/2);
    }
    .vsitemap > ul > li > ul > li li:first-child:after{
        top: calc(-1 * var(--item-gap)/2);
    }
    .vsitemap > ul > li > ul > li li:only-child:after {
        display: block;
        height: calc(var(--item-gap)/2 + 1em);
    }
}

/***** End Vertical Sitemap *****/
