@keyframes mapPoint1 {
    0% {
        transform: scale(1);
        opacity: .5
    }

    100% {
        transform: scale(2);
        opacity: 0
    }
}

@keyframes mapPoint2 {
    0% {
        transform: scale(1);
        opacity: .3
    }

    100% {
        transform: scale(3);
        opacity: 0
    }
}

html {
    scroll-behavior: smooth
}

.section-nine {
    position: relative;
    overflow: hidden;
    background-attachment: fixed;
    background-position: top center !important;
    background-repeat: no-repeat;
    background-size: 100% auto;
    transition: .5s;
    background-size: cover !important;
    background-attachment: fixed !important;
}

.smt_bg1 {
    /* background: url('../img/slide7.jpg'); */
    background: url('../img/hc1.jpg');
}

.smt_bg2 {
    /* background: url('../img/bg2.jpg'); */
    background: url('../img/hc2.jpg');
}

.smt_bg3 {
    /* background: url('../img/bg3.jpg'); */
    background: url('../img/hc3.jpg');

}

.smt_bg4 {
    background: url('../img/bg4.jpg');
}

.section-ban-one-map {
    position: relative;
    z-index: 1;
    width: max-content;
    max-width: 100%;
    margin: 0 auto
}

.section-ban-one-location-img {
    width: 27px;
    height: 27px;
    position: relative;
    z-index: 3
}

.section-ban-one-location-title {
    font-weight: 700;
    font-size: 21px;
    line-height: calc(23 / 21);
    margin-bottom: 5px
}

.section-ban-one-location-ch {
    position: absolute;
    top: 0px;
    right: 546px;
    cursor: pointer;
    user-select: none;
}

.section-ban-one-location-la {
    position: absolute;
    left: 181px;
    bottom: 193px;
    cursor: pointer;
    user-select: none;
}


.section-ban-one-location-l {
    position: absolute;
    left: 150px;
    bottom: 140px;
    cursor: pointer;
    user-select: none
}

.section-ban-one-location-m {
    position: absolute;
    left: 537px;
    bottom: 43px;
    cursor: pointer;
    user-select: none;
}


.section-ban-one-location-h {
    position: absolute;
    left: 400px;
    bottom: 80px;
    cursor: pointer;
    user-select: none
}

.section-ban-one-location-n {
    position: absolute;
   right: 4px;
    top: 72px;
    cursor: pointer;
    user-select: none
}

.section-ban-one-location-c {
    position: absolute;
    top: 100px;
    right: 200px;
    cursor: pointer;
    user-select: none
}

.section-ban-one-location-a {
    position: absolute;
    bottom: 130px;
    right: 170px;
    cursor: pointer;
    user-select: none
}

.section-ban-three-read-more-btn {
    color: #ffd000;
    cursor: pointer
}

.section-ban-three-read-more-text {
    display: none;
}

.section-ban-three-read-more-text--show {
    display: inline
}

.section-ban-one-location-img-container {
    position: relative;
    display: flex;
    width: max-content;
    height: max-content
}

.section-ban-one-location-img-container::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #fed314;
    position: absolute;
    left: 0;
    top: 0;
    transition: .5s;
    z-index: 2;
    opacity: .5;
    transform-origin: center;
    animation: mapPoint1 1s ease-in-out infinite
}

.section-ban-one-location-img-container::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #fed314;
    position: absolute;
    left: 0;
    top: 0;
    transition: .5s;
    z-index: 1;
    opacity: .3;
    transform-origin: center;
    animation: mapPoint2 1s ease-in-out infinite
}

span.navbar-toggler-icon::after {
    content: "\f0c9";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* //////////////////// */
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: D-DIN;
}

body {
    background: #060606;
    color: white;
}

.section1 {
    background: #060606;
    padding-top: 40px;
    text-align: center;
}

.container {
    max-width: 90%;
}


@media (min-width: 576px) {
    .navbar-expand-sm .navbar-nav {
        -ms-flex-direction: column;
        flex-direction: column;
    }

    header.sticky .navbar-expand-sm .navbar-nav {
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

p.headerText {
    letter-spacing: 3px;
    font-weight: bold;
    font-size: 35px;
    line-height: calc(74 / 59);
    text-transform: uppercase;
    color: #fff;
    width: 682px;
    padding: 0;
    margin: 0 0 0 50px;
}

.navbar ul {
    margin: 0;
}

nav.smt_header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 5;
    transition: .3s;
}

header .ul_nav li a {
    font-size: 16px;
    line-height: calc(22 / 20);
    text-transform: uppercase;
    color: #fff;
    margin-right: 16px;
    transition: .5s;
    padding: 0 2px !important;
}

.navActive {
    color: #ffd000 !important;
}

header.sticky a.navbar-brand img {
    width: 65%;
    transition: 0.5s;
}

header.sticky p.headerText {
    display: none;
}

header a.navbar-brand img {
    transition: 0.5s;
}

.bannerText {
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    color: white;
    text-align: left;
}

.bannerText a {
    font-weight: 700;
    color: white;
    text-decoration: none;
}


h1.normalHeadin {
    margin: 0;
    margin-bottom: 15px;
    font-weight: 700;
    font-size: 46px;
    line-height: 50px;
    color: #fff;
    font-family: D-DIN;
}

h1.normalHeadin1 {
    margin: 0;
    margin-bottom: 15px;
    font-weight: 700;
    font-size: 46px;
    line-height: 50px;
    color: #fff;
    font-family: D-DIN;
}

.MobilrBannerBox2 {
    padding-bottom: 43px;
    display: none;
}

h1.normalHeadin span {
    color: #ffd000;
    font-weight: 700;
}

h1.normalHeadin1 span {
    color: #ffd000;
    font-weight: 700;
}

p.section-two-subtitle {
    font-size: 24px;
    line-height: 30px;
    color: #fff;
}

h3 {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.2;
    margin-top: 15px;
    color: #fff;
    text-align: center;
}

h3 span {
    font-weight: 400;
    color: #ffd000;
    text-transform: uppercase;
    display: block;
}

.paragraph {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 15px;
    font-weight: 400;
    color: white;
}

.paragraph span {
    color: #ffd000;
}

.section-ban {
    background: rgba(34, 34, 34, .85);
}

.section-nine .section-ban {
    width: 768px;
}

.MobilrBannerBox {
    display: none;
}

.section-ban-one-location-sfr {
    position: absolute;
    left: 91px;
    bottom: 217px;
    cursor: pointer;
    user-select: none;
}
.section-ban-one-location-phi {
    position: absolute;
  right: 15px;
    top: 122px;
    cursor: pointer;
    user-select: none;
}

.newBannerPera{
    padding-top: 0px;
}

/* /////// responsive */
@media (min-width: 768px) {
    .timeline {
        max-width: 50%;
    }

    h1.headquarters {
        line-height: 30px;
    }
}


@media (max-width: 767px) {
    .newBannerPera{
        padding-top: 0px;
    }
    h1.normalHeadin1 {
        display: none;
        margin: 0;
        margin-bottom: 15px;
        font-weight: 700;
        font-size: 34px;
        line-height: 34px;
    }

    .container {
        max-width: 100%;
    }

    .section-ban-one-location-img {
        width: 8px;
        height: 8px
    }

    .section-ban-one-location-title {
        font-size: 7.6px;
        margin-bottom: 0;
    }

    .section-ban-one-location-a {
        bottom: 67px;
        right: 76px;
    }

    .section-ban-one-location-h {
        left: 204px;
        bottom: 40px
    }

    .section-ban-one-location-m {
       left: 259px;
        bottom: 20px;
    }

    .section-ban-one-location-c {
        top: 60px;
        right: 105px
    }

    .section-ban-one-location-l {
        left: 86px;
        bottom: 63px
    }

    .section-ban-one-location-ch {
        top: 3px;
        right: 264px;
    }

    .section-ban-one-location-la {
        left: 96px;
        bottom: 85px;
    }


    .section-ban-one-location-n {
               top: 31px;
        right: 6px;
    }
    .section-ban-one-location-phi {
        right: 3px;
        top: 53px;
    }
    .section-ban-one-location-sfr {
    left: 50px;
    bottom: 105px;
    }
    


    .section-nine {
        background-size: auto 100%
    }

    .bannerText {
        padding-bottom: 13px;
        font-weight: 700;
        font-size: 12px;
        line-height: 18px;
    }

    h1.normalHeadin {
        margin: 0;
        margin-bottom: 15px;
        font-weight: 700;
        font-size: 34px;
        line-height: 34px;
    }

    p.section-two-subtitle {
        font-size: 16px;
        line-height: 1.6;
    }

    h3 {
        font-weight: 400;
        font-size: 10px;
        line-height: 1.2;
        margin-top: 15px;
    }

    .paragraph {
        font-size: 16px;
        line-height: 1.6;
        margin-bottom: 15px;
        font-weight: 400;
    }

    .section-ban {
        background: black;
    }

    .section-nine .section-ban {
        width: 100%;
    }

    .MobilrBannerBox .MobilrBannerText {
        display: block;
        position: absolute;
        top: 105px;
        left: 0;
        padding: 0 15px;
        font-size: 20px;
        font-weight: bold;
        margin: 0;
        text-align: left;
    }

    .MobilrBannerBox {
        display: block;
    }

    .MobilrBannerBox2 .MobilrBannerText2 {
        display: block;
        position: absolute;
        left: 0;
        padding: 0 15px;
        font-size: 19px;
        font-weight: bold;
        margin: 0;
        text-align: center;
    }

    .MobilrBannerBox2 {
        display: block;
    }



    p.SubheaderText {
        width: 100%;
        font-size: 16px;
        padding: 0px 0px;
        margin-bottom: 0;
        display: block;
    }

    header {
        width: 100%;
        display: block;
    }

    header a.navbar-brand img {
        width: 60%;
    }

    .navbar-brand {
        padding: 0;
    }

    header.sticky a.navbar-brand img {
        width: 50%;
        transition: 0.5s;
    }

    .navbar-toggler {
        background-color: transparent;
        border: 1px solid white;
        padding: 3px 10px;
        font-size: 1.25rem;
        line-height: 1.49;
        color: white;
    }

    .section1 {
        padding-top: 160px;
    }

    .section-ban-one-map {
        width: 100%;
    }

    p.headerText {
        font-size: 18px;
        width: auto;
        margin: 20px 0 10px;
        display: none;
    }

    header .navbar {
        background: #060606;
        display: block;
    }

    header.sticky .navbar {
        background: #060606;
    }

    header .ul_nav li a {
        font-size: 18px;
        padding: 7px 0px !important;
    }

    .navbar-collapse.collapse.show {
        background-color: #000000 !important;
    }

    .ctm-manage-img {
        padding-top: 60px;
        max-width: 75% !important;
    }

    .ctm-manage-img-2 {
        max-width: 60% !important;
    }
}


.anchor {
    position: relative;
}

.anchorlink {
    position: absolute;
    top: -85px;
}

#section-eight-video {
    width: 90%;
    max-width: 100%;
    height: auto;
}