@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");

@font-face {
    font-family: latofont;
    src: url('../font/Lato-Regular.woff');
    font-weight: normal;
}

@font-face {
    font-family: latofont;
    src: url('../font/Lato-Bold.woff');
    font-weight: 500;
}

@font-face {
    font-family: latofont;
    src: url('../font/Lato-Black_1.woff');
    font-weight: bold;
}



body {
    width: 100%;
    overflow-x: hidden;
    font-family: latofont !important;
}

.btn {
    box-sizing: border-box;
    border-radius: 24px;
    padding: 11px 30px;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px
}

@media screen and (min-width: 992px) {
    .btn.btn-lg {
        font-weight: 700;
        font-size: 20px;
        line-height: 22px;
        padding: 15px 33px;
        border-radius: 41px
    }
}
@media screen and (min-width: 1200px) {
    .btn.btn-lg {
        font-size: 20px;
        line-height: 24px;
        padding: 19px 57px;
        border-radius: 41px
    }
}

.btn.btn-primary {
    background: #d71249;
    color: #fff;
    border-color: #d71249;
    transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s
}

.btn.btn-primary:hover {
    background: #f33b6f
}

.btn.btn-primary:active {
    background: #97012b;
    border-color: #97012b
}

:root {
    --vietin-primary-font-family: latofont !important;
}

.inner-container {
    padding-left: 23px;
    padding-right: 23px;
    max-width: 1166px;
    margin: auto
}

.check-list {
    margin-top: 10px;
    list-style: none;
    padding-left: 35px
}

.check-list li {
    position: relative;
    font-family: var(--vietin-primary-font-family);
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #d71249
}

.check-list li+li {
    margin-top: 8px
}

.check-list li::before {
    position: absolute;
    content: " ";
    display: block;
    width: 17px;
    height: 17px;
    background: url("../img/li-check.png") no-repeat center center;
    background-size: contain;
    top: 2px;
    left: -30px
}

.teks-main-nav {
    padding-top: 14px;
    padding-bottom: 17px;
    position: fixed;
    z-index: 999;
    width: 100%;
    top: 0;
}


@media (min-width: 512px) {
    .teks-main-nav .container, .teks-main-nav .container-fluid {
        max-width: 100%;
    }


}
@media (min-width: 768px) {
    .teks-main-nav .container, .teks-main-nav .container-fluid {
        max-width: 100%;
    }


}

@media (min-width: 992px) {
    .teks-main-nav .container, .teks-main-nav .container-fluid {
        max-width: 1140px;
    }


}

@media (min-width: 1400px) {
    .teks-main-nav .container, .teks-main-nav .container-fluid {
        max-width: 1140px;
    }


}

@media (max-width: 992px) {
    .teks-main-nav .container, .teks-main-nav .container-fluid {
        width: 100%;
    }


}


.teks-main-nav .navbar-brand {
    padding-top: 0;
    padding-bottom: 0
}

.teks-main-nav .navbar-brand img {
    max-height: 36px;
}
.teks-main-nav .teks-menu{
    padding-top: 20px;
    padding-bottom: 20px;
}
.teks-main-nav .teks-menu .nav-item {
    position: relative;
    text-align: center
}

.teks-main-nav .teks-menu .nav-item+.nav-item {
    margin-top: 10px
}

.teks-main-nav .teks-menu .nav-item .nav-link {
    font-family: "Inter";
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: #005993;
    text-align: center;
    padding: 6px 25px;
    transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s
}

.teks-main-nav .teks-menu .nav-item .nav-button {
    text-align: center;
    background: #d71249;
    border-radius: 21px;
    padding: 6px 25px;
    display: inline-block;
    color: #ffffff
}

.teks-main-nav .teks-menu .nav-item.has-button {
    padding-left: 35px;
    padding-right: 35px
}

.teks-main-nav .teks-menu .nav-item:hover .nav-link {
    color: #d71249
}

.teks-main-nav .teks-menu .nav-item:hover .nav-button {
    background: transparent;
    box-shadow: 0 0 20px #d71249;
    color: #d71249
}

.teks-slider .carousel-indicators [data-bs-target] {
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #ffffff;
    border-top: none;
    border-bottom: none;
    margin: 0 15px;
    opacity: 1
}

.teks-slider .carousel-indicators .active {
    background: #005a92
}

.teks-section.bg-light-blue {
    background: #e8f4fd
}

.teks-section.bg-blue {
    background: #005993
}

/*! TRANSFER */
.teks-transfer {
    padding-top: 60px;
    padding-bottom: 60px
}

.teks-transfer .inner-box {
    background: linear-gradient(270deg, #046aa0 .05%, #45c5f2 100%);
    border-radius: 6px;
    padding-top: 22px;
    padding-bottom: 35px;
    padding-left: 10%;
    padding-right: 10%;
    max-width: 1120px;
    margin: 0 auto;
    text-align: center
}

.teks-transfer .inner-box .title {
    font-family: var(--vietin-primary-font-family);
    font-style: normal;
    font-weight: 900;
    font-size: 30px;
    line-height: 34px;
    text-align: center;
    color: #ffffff;
    position: relative;
    margin-bottom: 60px
}

.teks-transfer .inner-box .title span {
    display: block;
    font-weight: normal
}

.teks-transfer .inner-box .title::after {
    content: " ";
    height: inherit;
    height: 5px;
    width: 180px;
    background: #ffffff;
    position: absolute;
    transform: translate(-50%);
    bottom: -23px
}

.teks-transfer .inner-box p {
    max-width: 1120px;
    margin: 0 auto;
    font-family: var(--vietin-primary-font-family);
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 160.02%;
    text-align: center;
    color: #ffffff;
    mix-blend-mode: normal
}

.teks-transfer .inner-box p.note {
    font-style: italic;
    font-weight: 900;
    font-size: 18px;
    line-height: 20px;
    text-align: center;
    margin-top: 17px
}

.teks-transfer .buttons {
    text-align: center;
    margin-top: 36px
}

.teks-features {
    padding-top: 40px;
    padding-bottom: 40px;
    position: relative
}

.teks-features .foreground {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 21.82291666666667%;
    z-index: 0
}

.teks-features .foreground img {
    width: 100%
}

.teks-features .inner-content {
    margin: auto;
    max-width: 1166px;
    padding: 0 15px
}

.teks-features .feature-list [class*="col-"] {
    padding: 15px !important
}

.teks-features .feature-item {
    position: relative;
    height: 100%;
    background: #f8fcff;
    mix-blend-mode: normal;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3);
    padding: 30px 20px 40px 20px;
}

.teks-features .feature-item .icon {
    margin-left: -30px
}

.teks-features .feature-item .icon img {
    width: 200px;
    margin-bottom: 20px;
}

.teks-features .feature-item .icon-blank {
    padding-top: 40px;
    margin-bottom: 24px
}

.teks-features .feature-item .icon-blank::after {
    content: " ";
    display: block;
    width: 180px;
    height: 5px;
    top: 0;
    background-color: #d71249
}

.teks-features .feature-item .feature-title {
    font-family: var(--vietin-primary-font-family);
    font-style: normal;
    font-weight: 800;
    font-size: 28px;
    line-height: 32px;
    color: #005993
}

.teks-features .feature-item .feature-title a {
    text-decoration: none;
    color: #005993
}

.teks-features .feature-item .feature-title span {
    display: block;
    font-weight: 500
}

.teks-features .feature-item .feature-description {
    font-family: var(--vietin-primary-font-family);
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    height: inherit;
    color: #949494;
    margin-top: 30px;
    margin-bottom: 15px;
    text-align: justify;
}

.teks-features .feature-item .buttons {
    margin-top: 5px;
    display: flex
}

.teks-features .feature-item .buttons a {
    display: flex;
    align-items: center;
    align-content: center;
    text-decoration: none;
    font-family: var(--vietin-primary-font-family);
    font-style: normal;
    font-weight: 900;
    font-size: 16px;
    line-height: 20px;
    color: #005993
}

.teks-features .feature-item .buttons a .icon-arrow-right {
    content: " ";
    display: inline-block;
    width: 15px;
    height: 10px;
    background: url("../img/arrow-right.svg") no-repeat center center;
    background-size: contain;
    margin-left: 6px
}

.teks-feature-details {
    padding-top: 60px;
    padding-bottom: 66px
}

.teks-feature-details .inner-content {
    max-width: 1166px;
    padding-left: 15px;
    padding-right: 15px
}

.teks-feature-details .feature-detail {
    margin-bottom: 40px
}

.teks-feature-details .feature-detail .thumbnail {
    margin-bottom: 10px
}

.teks-feature-details .feature-detail .thumbnail img {
    width: 100%
}

.teks-feature-details .feature-detail .info {
    /* padding-left: 18px; */
}

.teks-feature-details .feature-detail .info .title {
    margin-top: 0;
    margin-bottom: 0;
    font-family: var(--vietin-primary-font-family);
    font-style: normal;
    font-weight: 800;
    font-size: 28px;
    line-height: 32px;
    color: #005993;
    position: relative;
    margin-left: 18px;
}

.teks-feature-details .feature-detail .info .title span {
    display: block;
    font-weight: 500
}

.teks-feature-details .feature-detail .info .title::before {
    position: absolute;
    content: " ";
    display: block;
    width: 5px;
    height: 100%;
    top: 0;
    left: -22px;
    background-color: #d71249
}

.teks-feature-details .feature-detail .info .description {
    margin-top: 42px;
    font-family: var(--vietin-primary-font-family);
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #2f2f2f;
    text-align: justify;
}

.teks-feature-details .feature-detail .info .description strong, .teks-feature-details .feature-detail .info .description b {
    color: #005993
}

.teks-feature-details .feature-detail .info ol {
    margin-top: 24px;
    padding-left: 1.5rem;
}

.teks-feature-details .feature-detail .info ol>li {
    font-family: var(--vietin-primary-font-family);
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 18px;
    color: #2f2f2f
}

.teks-feature-details .feature-detail .info ol>li+li {
    margin-top: 15px
}

.teks-feature-details .feature-detail .info ol>li .check-list {
    margin-top: 10px;
    list-style: none;
    padding-left: 35px
}

.teks-feature-details .feature-detail .info ol>li .check-list li {
    position: relative;
    font-family: var(--vietin-primary-font-family);
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #d71249;
    text-align: justify;
}

.teks-feature-details .feature-detail .info ol>li .check-list li+li {
    margin-top: 8px
}

.teks-feature-details .feature-detail .info ol>li .check-list li::before {
    position: absolute;
    content: " ";
    display: block;
    width: 17px;
    height: 17px;
    background: url("../img/li-check.png") no-repeat center center;
    background-size: contain;
    top: 2px;
    left: -30px
}

.teks-feature-details .feature-detail .info ol>li .account-list {
    margin-top: 10px;
    list-style: none;
    padding-left: 35px
}

.teks-feature-details .feature-detail .info ol>li .account-list li {
    position: relative;
    font-family: var(--vietin-primary-font-family);
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    text-align: justify;
    color: #005993
}

.teks-feature-details .feature-detail .info ol>li .account-list li+li {
    margin-top: 8px
}

.teks-feature-details .feature-detail .info ol>li .account-list li::before {
    position: absolute;
    content: " ";
    display: block;
    width: 17px;
    height: 17px;
    background: url("../img/li-account.png") no-repeat center center;
    background-size: contain;
    top: 2px;
    left: -30px
}

.teks-feature-details .feature-detail .info .buttons {
    margin-top: 28px;
    text-align: center;
}

.teks-feature-details .feature-detail .info .buttons .btn.btn-lg {
    font-family: "Inter";
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #f8fcff
}

.teks-feature-single {
    padding-top: 50px;
    padding-bottom: 50px
}

.teks-feature-single .top-line {
    position: relative;
    height: 5px;
    margin-bottom: 10px
}

.teks-feature-single .top-line::after {
    content: " ";
    display: block;
    height: 5px;
    width: 250px;
    background: #d71249;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0)
}

.teks-feature-single .big-title {
    max-width: 900px;
    margin: auto;
    font-family: var(--vietin-primary-font-family);
    font-style: normal;
    font-weight: 800;
    font-size: 26px;
    line-height: 32px;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
    color: #005993
}

.teks-feature-single .inner-content {
    max-width: 724px;
    margin: 16px auto;
    padding-left: 15px;
    padding-right: 15px
}

.teks-feature-single .inner-content .description {
    font-family: var(--vietin-primary-font-family);
    font-style: italic;
    font-weight: 600;
    font-size: 16px;
    line-height: 160%;
    color: #2f2f2f
}

.teks-feature-single .inner-content .description span {
    color: #d71249
}

.teks-about-us {
    padding-top: 50px;
    padding-bottom: 50px
}

.teks-about-us .texts {
    font-family: var(--vietin-primary-font-family);
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 180%;
    text-align: center;
    color: #dddddd
}

.teks-about-us .texts .text-brand {
    font-family: "Poppins", sans-serif;
    font-size: 40px;
    font-weight: 700;
    color: #fff;
    display: inline-block;
    position: relative;
    padding-right: 5px
}

.teks-about-us .texts .text-brand .logo {
    display: inline-block;
    position: absolute;
    right: 0;
    top: -22px
}

.teks-about-us .texts .text-brand .logo img {
    width: 35px
}

.teks-about-us .texts strong {
    color: #fff
}

.teks-contact-us {
    padding-top: 20px;
    padding-bottom: 20px
}

.teks-contact-us .title {
    font-family: var(--vietin-primary-font-family);
    font-style: normal;
    font-weight: 900;
    font-size: 22px;
    line-height: 150%;
    text-align: center;
    color: #005993
}

.teks-contact-us .description {
    font-family: var(--vietin-primary-font-family);
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 150%;
    text-align: center;
    color: #686868
}

.teks-contact-us .contact-info {
    text-align: center
}

.teks-contact-us .contact-info div[class*="col-"] {
    overflow: hidden;
    margin-bottom: 15px
}

.teks-contact-us .contact-info h4 {
    font-family: var(--vietin-primary-font-family);
    font-style: normal;
    font-weight: 900;
    font-size: 22px;
    line-height: 150%;
    text-align: center;
    color: #005993
}

.teks-contact-us .contact-info a {
    font-family: var(--vietin-primary-font-family);
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 150%;
    text-decoration: none;
    text-align: center;
    color: #686868;
    line-break: anywhere;
}

.teks-footer {
    background: #005993
}

.teks-footer .inner-content {
    padding-top: 30px;
    padding-bottom: 30px
}

.teks-footer .inner-content .copyright {
    font-family: var(--vietin-primary-font-family);
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 129%;
    text-align: center;
    color: #77ccf0
}

.teks-footer .footer-range {
    height: 20px;
    width: 100%;
    background: url("../img/footer-range.png") no-repeat center center
}

/* RESPONSIVE 768 */
@media screen and (min-width: 768px) {
    .teks-feature-details {
        padding-top: 83px;
        padding-bottom: 94px
    }

    .teks-feature-details .inner-content {
        max-width: 1166px;
        padding-left: 24px;
        padding-right: 23px;
        margin: auto
    }

    .teks-feature-details .feature-detail {
        display: flex;
        display: -webkit-flex;
        justify-content: space-between
    }

    .teks-feature-details .feature-detail:not(:last-child) {
        margin-bottom: 94px
    }

    .teks-feature-details .feature-detail+.feature-detail {
        padding-top: 100px;
        border-top: 1px solid #dadada
    }

    .teks-feature-details .feature-detail:nth-child(2n) {
        flex-direction: row-reverse
    }

    .teks-feature-details .feature-detail .thumbnail {
        width: calc(45.80357142857143%)
    }

    .teks-feature-details .feature-detail .info {
        width: calc(100% - 45.80357142857143% - 30px);
        padding-left: 18px;
    }

    .teks-feature-details .feature-detail .info .title {
        font-size: 41px;
        line-height: 49px;
        margin-left: 0;
    }

    .teks-feature-details .feature-detail .info .title::before {
        width: 5px;
        height: 100%;
        top: 0;
        left: -22px
    }

    /* .teks-feature-details .feature-detail:nth-child(2n) .info {
        padding-left: 0;
    }


    .teks-feature-details .feature-detail:nth-child(2n) .info .title {
        font-size: 41px;
        line-height: 49px;
        margin-left: 18px;
    } */
    .teks-feature-details .feature-detail .info .description {
        margin-top: 42px;
        font-size: 18px;
        line-height: 22px;
    }

    .teks-feature-details .feature-detail .info ol {
        margin-top: 24px
    }

    .teks-feature-details .feature-detail .info ol>li {
        font-size: 18px;
        line-height: 22px
    }

    .teks-feature-details .feature-detail .info ol>li+li {
        margin-top: 15px
    }

    .teks-feature-details .feature-detail .info ol>li .check-list {
        margin-top: 10px;
        padding-left: 35px
    }

    .teks-feature-details .feature-detail .info ol>li .check-list li {
        font-size: 18px;
        line-height: 22px
    }

    .teks-feature-details .feature-detail .info ol>li .check-list li+li {
        margin-top: 8px
    }

    .teks-feature-details .feature-detail .info ol>li .check-list li::before {
        width: 17px;
        height: 17px;
        background: url("../img/li-check.png") no-repeat center center;
        background-size: contain;
        top: 2px;
        left: -30px
    }

    .teks-feature-details .feature-detail .info ol>li .account-list {
        margin-top: 10px;
        padding-left: 35px
    }

    .teks-feature-details .feature-detail .info ol>li .account-list li {
        font-size: 18px;
        line-height: 22px
    }

    .teks-feature-details .feature-detail .info ol>li .account-list li+li {
        margin-top: 8px
    }

    .teks-feature-details .feature-detail .info ol>li .account-list li::before {
        width: 17px;
        height: 17px;
        background: url("../img/li-account.png") no-repeat center center;
        background-size: contain;
        top: 2px;
        left: -30px
    }

    .teks-feature-details .feature-detail .info .buttons {
        margin-top: 47px;
        text-align: left;
    }

    .teks-feature-details .feature-detail .info .buttons .btn.btn-lg {
        font-weight: 700;
        font-size: 20px;
        line-height: 24px
    }
}

@media screen and (min-width: 992px) {

    .teks-main-nav .navbar-brand img {
        max-height: 49px;
    }

    .teks-main-nav .teks-menu {
        padding-top: 0;
        padding-bottom: 0;
        margin-left: auto;
    }

    .teks-main-nav .teks-menu .nav-item+.nav-item {
        margin-top: 0
    }

    .teks-main-nav .teks-menu .nav-item:last-child {
        padding-right: 0
    }
    .teks-main-nav .teks-menu .nav-item:last-child:not(.has-button) a{
        padding-right: 0;
    }

    .teks-transfer {
        padding-top: 100px;
        padding-bottom: 100px
    }

    .teks-transfer .inner-box {
        padding-top: 44px;
        padding-bottom: 70px;
        padding-left: 10%;
        padding-right: 10%;
        max-width: 1120px
    }

    .teks-transfer .inner-box .title {
        font-size: 50px;
        line-height: 60px;
        margin-bottom: 60px
    }

    .teks-transfer .inner-box .title::after {
        width: 250px;
        bottom: -23px
    }

    .teks-transfer .inner-box p {
        max-width: 1120px;
        font-size: 18px
    }

    .teks-transfer .inner-box p.note {
        font-size: 20px;
        line-height: 24px;
        margin-top: 17px
    }

    .teks-transfer .buttons {
        text-align: center;
        margin-top: 36px
    }

    .teks-features {
        padding-top: 76px;
        padding-bottom: 76px
    }

    .teks-features .foreground {
        z-index: 0
    }

    .teks-features .inner-content {
        /* padding: 0 23px; */
    }

    .teks-features .feature-list [class*="col-"] {
        padding: 23px !important
    }

    .teks-features .feature-item {
        padding: 40px 29px 60px 30px;
    }

    .teks-features .feature-item .icon {
        margin-left: -30px
    }

    .teks-features .feature-item .icon-blank {
        padding-top: 112px;
        margin-bottom: 24px;
    }

    .teks-features .feature-item .icon-blank::after {
        content: " ";
        display: block;
        width: 180px;
        height: 5px;
        top: 0;
        background-color: #d71249
    }

    .teks-features .feature-item .feature-title {
        font-size: 32px;
        line-height: 40px
    }

    .teks-features .feature-item .feature-description {
        font-size: 18px;
        line-height: 22px;
        margin-top: 53px;
        height: 109px;
        margin-bottom: 18px
    }

    .teks-features .feature-item .buttons {
        margin-top: 7px
    }

    .teks-features .feature-item .buttons a {
        font-size: 20px;
        line-height: 24px
    }

    .teks-features .feature-item .buttons a .icon-arrow-right {
        width: 15px;
        height: 10px
    }

    .teks-feature-details {
        padding-top: 83px;
        padding-bottom: 94px
    }

    .teks-feature-details .inner-content {
        max-width: 1166px;
        padding-left: 23px;
        padding-right: 23px
    }

    .teks-feature-details .feature-detail {
        margin-bottom: 40px
    }

    .teks-feature-details .feature-detail .thumbnail {
        margin-bottom: 0px
    }

    .teks-feature-details .feature-detail .info {
        padding-left: 18px
    }

    .teks-feature-details .feature-detail .info .title {
        font-size: 41px;
        line-height: 49px
    }

    .teks-feature-details .feature-detail .info .description {
        margin-top: 42px;
        font-size: 18px;
        line-height: 22px
    }

    .teks-feature-details .feature-detail .info ol {
        margin-top: 24px
    }

    .teks-feature-details .feature-detail .info ol>li {
        font-size: 18px;
        line-height: 22px
    }

    .teks-feature-details .feature-detail .info ol>li+li {
        margin-top: 15px
    }

    .teks-feature-details .feature-detail .info ol>li .check-list {
        margin-top: 10px;
        padding-left: 35px
    }

    .teks-feature-details .feature-detail .info ol>li .check-list li {
        font-size: 18px;
        line-height: 22px
    }

    .teks-feature-details .feature-detail .info ol>li .check-list li+li {
        margin-top: 8px
    }

    .teks-feature-details .feature-detail .info ol>li .account-list {
        margin-top: 10px;
        padding-left: 35px
    }

    .teks-feature-details .feature-detail .info ol>li .account-list li {
        font-size: 18px;
        line-height: 22px
    }

    .teks-feature-details .feature-detail .info ol>li .account-list li+li {
        margin-top: 8px
    }

    .teks-feature-details .feature-detail .info ol>li .account-list li::before {
        width: 17px;
        height: 17px;
        top: 2px;
        left: -30px
    }

    .teks-feature-details .feature-detail .info .buttons {
        margin-top: 47px
    }

    .teks-feature-details .feature-detail .info .buttons .btn.btn-lg {
        font-size: 20px;
        line-height: 24px
    }

    .teks-feature-single {
        padding-top: 94px;
        padding-bottom: 94px
    }

    .teks-feature-single .top-line {
        margin-bottom: 14px
    }

    .teks-feature-single .top-line::after {
        width: 250px
    }

    .teks-feature-single .big-title {
        font-size: 50px;
        line-height: 60px;
        padding-left: 0px;
        padding-right: 0px
    }

    .teks-feature-single .inner-content {
        max-width: 724px;
        margin: 20px auto;
        padding-left: 0px;
        padding-right: 0px
    }

    .teks-feature-single .inner-content .description {
        font-size: 20px;
        line-height: 160%
    }

    .teks-about-us {
        padding-top: 94px;
        padding-bottom: 94px
    }

    .teks-about-us .texts {
        font-size: 28px;
        line-height: 180%
    }

    .teks-about-us .texts .text-brand {
        font-size: 36px;
        padding-right: 6px;
    }

    .teks-about-us .texts .text-brand .logo {
        right: 0;
        top: -32px
    }

    .teks-about-us .texts .text-brand .logo img {
        width: 55px
    }

    .teks-about-us .texts strong {
        color: #fff
    }

    .teks-contact-us {
        padding-top: 30px;
        padding-bottom: 30px
    }

    .teks-contact-us .title {
        font-size: 28px;
        line-height: 150%
    }

    .teks-contact-us .description {
        font-size: 24px
    }

    .teks-contact-us .contact-info {
        text-align: center
    }

    .teks-contact-us .contact-info h4 {
        font-size: 28px
    }

    .teks-contact-us .contact-info a {
        font-size: 24px;
        line-height: 150%
    }

    .teks-footer .inner-content {
        padding-top: 50px;
        padding-bottom: 50px
    }

    .teks-footer .inner-content .copyright {
        font-size: 19px;
        padding-left: 14px;
        padding-right: 15px;
    }

    .teks-footer .footer-range {
        height: 20px;
        width: 100%;
        background: url("../img/footer-range.png") no-repeat center center
    }
}

main {
    margin-top: 80px;
}


@media screen and (min-width: 1870px) {
    .teks-features .foreground{
        z-index: 1;
    }
}
/* 
@media screen and (max-width:767px) {
    .teks-main-nav .navbar-collapse{
        transition: all 0.3s;
        -o-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -webkit-transition: all 0.3s;
    }
    .teks-main-nav .navbar-collapse.show{
        height: calc(100vh - 71px);
        display: flex;
        align-items: center;
        align-content: center;
    }
    .teks-main-nav .navbar-collapse.show .teks-menu{
        width: 100%;
    }
} */