﻿/*#region Custom Page */
.ht-page {
    padding: 0;
}
/*#endregion*/

/*#region General */
.title-content-border {
    font-size: 36px;
    font-family: Roboto Medium, Arial, sans-serif;
    text-align: center;
    padding-bottom: 30px;
}

    .title-content-border::after {
        content: '';
        display: block;
        position: absolute;
        width: 5%;
        border-top: 9px dotted var(--primary-color);
        left: 50%;
        transform: translateX(-50%);
    }

.line-border > div {
    width: 80px;
    height: 3px;
    background: #17e2ad;
    margin: 0 auto;
    border-radius: 2px;
    overflow: hidden;
    margin-bottom: 15px;
}

.primary-shadow {
    box-shadow: 0 5px 35px rgba(39, 72, 219, 0.1);
}

@media (max-width: 767px) {
    .title-content-border {
        font-size: 24px;
    }
}

.common-padding {
    padding-bottom: 60px;
}

    .common-padding:last-child {
        padding-bottom: 120px;
    }

@media (max-width: 979px) {
    .common-padding {
        padding-bottom: 60px;
    }

        .common-padding:last-child {
            padding-bottom: 40px;
        }
}
/*#endregion*/

/* region custom scroll  */
.scroll {
    overflow: auto;
}

    .scroll::-webkit-scrollbar {
        width: 8px;
    }

    .scroll::-webkit-scrollbar-track {
        background: #404040;
    }

    .scroll::-webkit-scrollbar-thumb {
        border-radius: 10px;
        background: #888;
    }
/* endgion  */

/* reigon buy active  */
.intro-ctn {
    margin-top: -150px;
    display: flex;
    margin-bottom: 60px;
}

.page-intro {
    width: 40%;
    margin-left: 5%;
}

.ecosystem-img {
    width: 55%;
    display: flex;
    align-items: flex-end;
}

.page-intro {
    position: relative;
}

.page-intro-content {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

    .page-intro-content > div {
        width: 65%;
        margin: auto;
    }

.intro-product-name {
    display: inline-block;
    height: 38px;
    text-align: center;
    line-height: 38px;
    width: 150px;
    font-family: Roboto Bold, Arial, sans-serif;
    color: #fff;
    background: #4DB26F;
}

.intro-title {
    font-size: 20px;
    font-family: 'Roboto Medium';
    padding: 12px 0 15px;
}

.discover-btn {
    padding: 10px 42px 10px 20px;
    border-radius: 23px;
    color: #fff;
    font-family: 'ROBOTO MEDIUM';
    display: inline-block;
    cursor: pointer;
    background: #30A557 url(../../images/pages/home/ic-arrow-right.svg) right 18px center no-repeat;
    background-size: 16px;
    margin-top: 15px;
}

    .discover-btn:hover {
        color: #fff;
        transition: 0.3s ease;
        opacity: 0.85;
    }

.buy-ctn {
    background: url(../../images/pages/home/instruction.png) no-repeat;
    height: 128px;
    background-size: contain;
    display: flex;
    align-items: center;
}

.buy-title-wrapper {
    width: 27%;
    text-align: right;
    margin-top: -30px;
}

.buy-btn-wrapper {
    width: 73%;
    text-align: center;
}

.buy-title {
    text-align: center;
    color: #fff;
    font-family: 'Roboto Bold';
    font-size: 24px;
    position: relative;
    display: inline-block;
}

    .buy-title::after {
        content: '';
        display: block;
        position: absolute;
        bottom: -10px;
        width: 20%;
        border-top: 2px solid #fff;
        left: 50%;
        transform: translateX(-50%);
    }

.buy-btn-wrapper > div:nth-child(1) a {
    display: inline-block;
    border-radius: 23px;
    color: #000000;
    background-size: 18px;
    font-family: 'Roboto Medium';
}

.buy-btn-wrapper > div:nth-child(2) {
    display: flex;
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 15px;
}

.intro-watch-btn {
    background: url(../../images/pages/home/ic-play-small.svg) left 0px center no-repeat;
    color: #fff;
    padding: 0 35px;
}

    .intro-watch-btn:hover {
        color: #fff;
    }

.product-buy-btn {
    background: #fff url(../../images/pages/home/cart.svg) no-repeat;
    background-position: left 30px center;
    margin-right: 20px;
    padding: 8px 35px 8px 60px;
}

.product-use-btn {
    background: #fff url(../../images/pages/home/spaceship.svg) no-repeat;
    background-position: left 45px center;
    padding: 8px 45px 8px 80px;
}

@media (max-width: 1365px) {
    .buy-ctn {
        height: 150px;
        background-size: cover;
        border-radius: 35px;
    }
}

@media screen and (max-width: 979px) {
    .intro-ctn {
        display: block;
        margin-top: -190px;
    }

    .page-intro {
        margin: 0 auto 20px;
        width: 55%;
    }

    .ecosystem-img {
        width: unset;
    }

    .buy-ctn {
        display: block;
        padding: 20px 0;
        height: 170px;
    }

    .buy-title-wrapper {
        width: 100%;
        text-align: center;
        margin-top: 0px;
        padding-bottom: 15px;
    }

    .buy-title::after {
        display: none;
    }

    .buy-btn-wrapper {
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .page-intro {
        width: 100%;
    }

    .product-buy-btn {
        margin-right: 0px;
        margin-bottom: 15px;
        padding: 8px 12px 8px 40px;
        background-position: left 25px center;
    }

    .product-use-btn {
        background-position: left 25px center;
        padding: 8px 45px 8px 0px;
    }

    .buy-ctn {
        height: 225px;
    }

    .buy-btn-wrapper > div {
        display: grid;
        width: 80%;
        margin: auto;
    }

    .intro-watch-btn {
        padding: 0 10px 0 30px;
    }

    .title-content-border::after {
        width: 15%;
    }
}

@media screen and (max-width: 350px) {
    .page-intro-content > div {
        font-size: 15px;
    }

    .intro-title {
        font-size: 17px;
        padding: 10px 0 10px;
    }

    .intro-product-name {
        width: 125px;
    }

    .product-buy-btn {
        background-position: left 15px center;
    }

    .product-use-btn {
        background-position: left 16px center;
        padding: 8px 35px 8px 0px;
    }

    .buy-btn-wrapper a {
        font-size: 14px;
    }
}
/* endregion  */

/* region tutorial role  */
.bg-tr {
    padding: 30px 0 0px 0;
    border-radius: 24px;
}

.tr-content {
    padding: 0 15px;
    text-align: left;
    font-size: 15px;
}

.tr-title a {
    color: #212121;
}

.tr-content li {
    padding-bottom: 15px;
}

    .tr-content li a {
        color: #212121;
        position: relative;
    }

/* .tr-content li a:before {
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  background: #6B9FEC;
  border-radius: 50%;
  top: 5px;
  left: -14px;
} */
ul.video-tab {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0 0 30px;
    flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
}

    ul.video-tab li {
        margin: 0;
        display: flex;
    }

        ul.video-tab li:not(:last-child) {
            margin-right: 15px;
        }

        ul.video-tab li a {
            color: #212121;
            padding: 10px 20px;
            cursor: pointer;
            user-select: none;
            font-family: Roboto Medium, Arial, sans-serif;
        }

        ul.video-tab li.active a {
            color: #32b247;
            border-bottom: 3px solid;
        }

.tr-list > div {
    display: block;
    border-radius: 10px;
    color: #212121;
    /* border: 1px solid #e0e0e0; */
    background-color: #fff;
    box-shadow: 0 5px 35px rgba(39, 72, 219, 0.1);
    padding-bottom: 15px;
}
/* .tr-list > div:hover {
  opacity: 1;
  transform: translate(0px, -12px);
  transition: 0.3s;
} */

.tr-list {
    margin: auto;
    display: grid;
    width: 100%;
    text-align: center;
    grid-gap: 15px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.tr-img {
    padding: 20px 0 5px;
}

.tr-title {
    padding: 10px 15px 24px;
    font-family: Roboto Medium, Arial, sans-serif;
    border-bottom: 1px dashed rgb(224, 224, 224);
    margin-bottom: 20px;
}

@media screen and (max-width: 1024px) {
    .tr-list {
        margin: auto;
        display: grid;
        width: 100%;
        text-align: center;
        grid-gap: 15px;
        grid-template-columns: 1fr 1fr 1fr;
    }
}

@media screen and (max-width: 979px) {
    .tr-list {
        grid-template-columns: 1fr 1fr 1fr;
        grid-gap: 15px;
        width: 100%;
    }

        .tr-list > div {
            padding-bottom: 15px;
        }
}

@media screen and (max-width: 767px) {
    .bg-tr {
        background: rgba(39, 72, 219, 0.1);
        padding: 40px 15px;
        border-radius: 24px;
    }

    .tr-list {
        grid-template-columns: 1fr;
        grid-gap: 20px;
    }

    ul.video-tab li.active a {
        color: #fff;
        background: #32b247;
        border-radius: 8px;
        outline: none;
    }

    ul.video-tab li:not(:last-child) {
        margin-right: 0;
    }
}
/* endregion  */

/*#region Benefit */

.other-benefit {
    position: relative;
    /* background: url(/amis-tien-luong/sites/help/images/pages/home/bg-feature.jpg) no-repeat; */
}

    .other-benefit .col-md-24 {
        position: relative;
    }

#Bubble {
    position: absolute;
    left: -40px;
    z-index: 0;
    bottom: -35px;
    width: 180px;
}

#Galaxy {
    position: absolute;
    right: 0px;
    top: 0px;
    max-height: 300px;
}

.benefit-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 40px;
    width: 100%;
}

.b-head {
    padding: 5px 5px;
}

.benefit-list img {
    margin: auto;
}

.benefit-list > div {
    border-radius: 24px;
    position: relative;
    background: #fff;
    z-index: 1;
}

.bl-img {
    position: absolute;
    top: -30px;
    left: calc(50% - 30px);
    z-index: 2;
    display: block;
}

.benefit-list > div:hover {
    background: #fff;
    opacity: 1;
    /* box-shadow: 0 3px 15px rgba(0, 0, 0, 0.4); */
    transition: 0.3s;
    transform: translate(0, -20px);
}

.b-content {
    border-radius: 24px;
    background: #fff;
    padding: 25px 0;
    text-align: center;
}

.b-title {
    font-size: 24px;
    padding: 15px 0 20px;
    font-family: Roboto Bold, Arial, sans-serif;
}


.video.common-padding {
    /* background: rgba(39, 72, 219, 0.1); */
    padding-top: 60px;
}

.other-benefit {
    padding: 80px 0 60px;
    background: linear-gradient(180deg, rgba(239, 255, 244, 0) 0, rgba(239, 255, 244, 1) 100%);
}

.btn-viewmore:hover {
    color: #fff;
    transition: 0.3s ease;
    opacity: 0.85;
}

@media screen and (min-width: 980px) {
    .other-benefit .col-md-24 {
        display: flex;
        justify-content: center;
    }
}

@media (max-width: 979px) {
    .homepage {
        background: none;
        padding: 60px 0;
    }

    .benefit-list {
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 60px;
    }
}

@media (max-width: 767px) {
    .b-title {
        font-size: 18px;
    }
}
/*#endregion*/

/* #region major */
.tutorial-major {
    background: #ebf5ff;
    padding: 60px 0 80px;
}

.tm-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 20px;
}

    .tm-list > div {
        padding: 30px 20px 30px 30px;
        background: #fff;
        border-radius: 24px;
        box-shadow: 0 5px 35px rgb(39 72 219 / 10%);
    }

.tm-title-ctn {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.tm-list-content {
    display: flex;
    flex-direction: column;
    padding-bottom: 15px;
}

    .tm-list-content > a {
        padding-top: 20px;
        color: #212121;
    }

.tm-title {
    font-size: 20px;
    font-family: 'Roboto Medium', Arial, sans-serif;
    position: relative;
}

    .tm-title:after {
        position: absolute;
        content: "";
        width: 54px;
        height: 4px;
        background: #30A557;
        left: 0;
        bottom: -13px;
    }

@media screen and (max-width: 979px) {
    .tutorial-major {
        padding: 30px 0;
    }

    .tm-title {
        font-size: 18px;
    }

    .tm-list > div {
        padding: 15px;
    }

    .tm-list-content > a {
        padding-top: 15px
    }
}

@media screen and (max-width: 767px) {
    .tm-list {
        grid-template-columns: 1fr
    }
}
/* #endregion */
/* region video  */
.video-main > div {
    position: relative;
}

    .video-main > div > a {
        cursor: pointer;
        display: block;
    }

.video-main .hover-video img {
    position: absolute;
    top: calc(50% - 40px);
    left: calc(50% - 40px);
}

.video-main-title {
    background: #3d4251;
    color: #fff;
    border-radius: 0px 0px 8px 8px;
    padding: 16px;
    font-family: Roboto Medium, Arial, sans-serif;
}

.small-video-ctn {
    display: flex;
    width: 100%;
    align-items: center;
    padding: 10px;
    border: 4px;
    cursor: pointer;
}

    .small-video-ctn > a {
        width: 35%;
        position: relative;
        display: block;
    }

    .small-video-ctn > div {
        width: 65%;
        padding-left: 16px;
        color: #fff;
        font-family: Roboto Medium, Arial, sans-serif;
    }

.video-text > a {
    color: #fff;
}

.small-video-ctn .hover-video > img {
    width: 35px;
    top: calc(50% - 17.5px);
    left: calc(50% - 17.5px);
}

.video-list {
    overflow: auto;
    padding: 0;
    height: 500px;
}

.video-container {
    background: #131824;
    padding: 15px 0 !important;
    border-radius: 8px;
}

.small-video-ctn.active {
    color: #3d4251;
    border-radius: 4px;
    border-left: 4px solid #30A557;
    background: #3d4251;
}

.small-video-ctn > a > img {
    border-radius: 4px;
    width: 100%;
}

.video-main > div > a > img {
    border-radius: 8px 8px 0px 0px;
}

.b-head {
    max-width: 60%;
    margin: auto;
    padding-bottom: 20px;
}

.support-ctn {
    padding: 30px 0;
}

.title-support {
    padding-bottom: 10px;
}

.modal-footer button {
    background-color: #f15050;
    color: white;
}

.modal-title {
    text-align: center !important;
}

.video-watch-more a {
    float: right;
    color: #32B247;
    font-size: 20px;
    font-family: 'Roboto Medium';
    padding-top: 15px;
}

@media screen and (max-width: 979px) {
    .video-main {
        padding: 0 0px 15px 0;
    }
}

@media screen and (max-width: 767px) {
    .video-main .tab-pane .hover-video img {
        position: absolute;
        top: calc(50% - 50px);
        left: calc(50% - 25px);
        width: 50px;
    }

    .video-list {
        overflow: auto;
        padding: 0;
        height: 300px;
    }

    .video-watch-more a {
        font-size: 16px;
    }
}
/* endregion  */

/*css tìm kiếm*/
.docoment .input-group {
    background: #FFFFFF;
    border-radius: 5px;
    padding: 5px;
}

.position-relative {
    position: relative !important;
}

.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}

    .input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu), .input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

.docoment .input-group input {
    border: 0px;
    border-radius: 0px;
    font-size: 16px;
    font-weight: 500;
    color: #677789;
    padding: 10px 30px;
    box-shadow: none;
    font-family: "Roboto", Sans-serif;
    width: 80%;
    flex: 1;
}

.docoment .input-group .ddoc-doc-ajax-search {
    background: #2579FF;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 600;
    padding: 16px 32px;
    color: #fff;
    margin-left: 0 !important;
    font-family: "Roboto", Sans-serif;
    border: 0px;
    border-radius: 5px !important;
}

button:not(:disabled), [type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled) {
    cursor: pointer;
}

textarea:focus, input:focus {
    outline: none !important;
}
/*new style*/


.hbl-con-item .hblci-content {
    display: flex;
    flex-wrap: wrap;
}

.flex-item-new {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.flex-item-new .hblci-content-item-new {
    position: relative;
    min-height: 400px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 33.333%;
    padding: 10px;
    text-align: center;
}

.flex-item-new .hblci-content-item-new .inner-content-item-new {
    padding: 35px 30px;
    box-shadow: 0 0 20px 5px rgba(33,107,188,0.03);
    border: 1px solid #f2f6fb;
    background: white;
    transition: 0.5s;
    width: 100%;
    transform-style: preserve-3d;
}

.flex-item-new .hblci-content-item-new .inner-content-item-new .hci-left-new {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
}

a, .a-link {
    color: #044b96;
    text-decoration: none;
}

.flex-item-new .hblci-content-item-new .inner-content-item-new .hci-left-new img {
    max-width: none;
}

.flex-item-new .hblci-content-item-new .inner-content-item-new .hci-left-new img {
    display: inline-block;
    width: 62px;
    height: 62px;
    margin: 0 0 20px 0;
}

.carousel-inner > .item > a > img, .carousel-inner > .item > img, .img-responsive, .thumbnail a > img, .thumbnail > img {
    display: block;
    max-width: 100%;
    height: auto;
}

h3 {
    font-size: 20px;
    line-height: 30.625px;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    text-rendering: optimizelegibility;
}

.flex-item-new .hblci-content-item-new .hci-right-new a {
    color: #3d5067;
    font-weight: bold;
    margin: 0 0 20px 0;
    display: inline-block;
    text-decoration: none;
}

.flex-item-new .hblci-content-item-new .hci-right-new p {
    margin: 0;
    font-size: 16px;
    line-height: 1.5;
}

.flex-item-new .inner-button-view-more-index {
    display: inline-block;
    padding: 10px 35px 10px;
    font-size: 16px;
    border-radius: 4px;
    color: #fff;
    background-color: #2962FF;
    box-shadow: 0 8px 14px rgba(0,0,0,0.15);
    text-decoration: none;
    transition: all .3s;
    margin: 30px 0 0 0;
}

.flex-item-new .hblci-content-item-new .inner-content-item-new:hover {
    transform: matrix(1, 0, 0, 1, 0, -5);
    -ms-transform: matrix(1, 0, 0, 1, 0, -5);
    -webkit-transform: matrix(1, 0, 0, 1, 0, -5);
    box-shadow: 0 0 20px 5px rgba(33,107,188,0.03);
    border-color: rgba(33,108,188,0.1);
}

.row-line-1 {
    background: #def0ff;
    padding: 0 0 50px 0;
}

.hci-left-new h3 {
    font-size: 20px;
    line-height: 30.625px;
}

.flex-item-new .hblci-content-item-new .inner-content-item-new .hci-left-new h3 a {
    color: #3d5067;
    font-weight: bold;
    margin: 0 0 20px 0;
    display: inline-block;
    text-decoration: none;
    margin: 0 0 0 15px;
}

.button-view-more-index {
    position: absolute;
    bottom: 10%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    transform: translateZ(0);
}
.hbl-con-item .hblci-wrap .hblci-heading {
    font-size: 32px;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
    color: #3d5067;
    font-family: Roboto Medium, Arial, sans-serif;
}
.flex-item-new-2 {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}
.flex-item-new-2>div:nth-child(odd) {
    padding-left: 0;
}
.flex-item-new-2 .hblci-content-item-new-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    width: 50%;
    margin: 0 0 15px 0;
    padding: 15px;
}
.flex-item-new-2 .outer-content-item-new {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    background: #f2f6fb;
    width: 100%;
    padding: 20px;
}
.flex-item-new-2 .outer-content-item-new .hci-right-new-2 {
    width: calc(100% - 60px);
}
.flex-item-new-2 .inner-left-new-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.flex-item-new-2 .inner-left-new-2 img {
    width: 60px;
    height: 60px;
    margin: 0 15px 0 0;
}
.hci-right-new-2 h3 {
    font-size: 15px;
    line-height: 20px;
}
.hci-right-new-2 p {
    font-size: 14px;
}
.flex-item-new-2 .outer-content-item-new .hci-right-new-2 a {
    font-weight: bold;
    color: #3d5067;
    text-decoration: none;
}
.flex-item-new-2 .outer-content-item-new .hci-right-new-2 a:hover {
    color: #e43935;
}
@media (min-width: 1200px) {
    .container {
        width: 100%;
        padding: 0 10%;
    }
}

@media (max-width: 1200px) {
    .flex-item-new .hblci-content-item-new {
        width: 50%;
    }
}

@media (max-width: 767px) {
    .flex-item-new .hblci-content-item-new {
        width: 100%;
        padding: 10px 0;
    }
    .flex-item-new-2 .hblci-content-item-new-2{
        width: 100%;
        padding: 15px 15px 15px 0px;
    }
}
