body {
    margin: 0;
    padding: 0;
    line-height: 1.4;
    color: black;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

a {
    color: black;
    text-decoration: none
}

    a:hover {
        color: #3568F0
    }

img, svg {
    border: none;
    max-width: 100%;
    vertical-align: middle
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
    font-weight: bold
}

p, figure, figcaption, blockquote, caption, fieldset, embed, object, applet, canvas, caption, iframe, strike, time, video {
    border: 0;
    margin: 0;
    padding: 0
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

strong {
    font-weight: bold
}

::after, ::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

:focus {
    outline: -webkit-focus-ring-color auto 0
}
/* End fix*/

/* Bengen header */

.header-ai {
    width: 100%;
    z-index: 999;
    position: fixed;
    top: 0;
    left: 0;
    height: 75px;
    background: #fff;
    box-shadow: 0 4px 10px rgba(182,182,182,0.18);
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    transition: transform 300ms ease;
    -webkit-transition: transform 300ms ease;
    -moz-transition: transform 300ms ease;
    -o-transition: transform 300ms ease;
}

    .header-ai.header_hidden {
        transform: translateY(-100%);
        -webkit-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        -o-transform: translateY(-100%);
    }
/* End */
.main-ai {
    float: left;
    width: 100%;
    padding-top: 75px
}

.main-content-ai {
    max-width: 1200px;
    margin: auto;
    position: relative;
}

.logo-ai {
    display: inline-block;
    position: relative;
    top: 8px;
}

    .logo-ai img {
        height: 60px;
        width: 170px;
    }

.navbar-ai {
    display: inline-block;
    margin: 0;
    padding: 0;
    position: relative;
    top: 12px;
}

    .navbar-ai li {
        display: inline-block;
        list-style: none;
        margin-left: 48px;
        font-size: 16px;
        font-weight: bold
    }

.login-right {
    float: right;
    position: relative;
    top: 17px;
}

.login-ai {
    display: inline-block;
    border: solid 1px #707070;
    height: 42px;
    line-height: 40px;
    padding: 0 24px;
    border-radius: 24px;
    font-size: 16px;
    font-weight: bold;
}

.register-ai {
    display: inline-block;
    border: solid 1px #EC2227;
    color: #EC2227;
    margin-left: 16px;
    height: 42px;
    line-height: 40px;
    padding: 0 24px;
    border-radius: 24px;
    font-size: 16px;
    font-weight: bold;
}

.btn-login-mobile {
    position: absolute;
    right: 6px;
    height: 40px;
    width: 40px;
    display: none;
    place-items: center;
    top: 10px;
}
/* Bengin dropdown*/
.dropdown-item {
    position: relative;
    display: inline-block;
    vertical-align: middle
}

.btn-icon {
    width: 40px;
    height: 40px;
    background: #f2f2f2;
    border-radius: 100%;
    display: inline-block;
    place-items: center;
    display: grid
}

.dropdown-wrapper {
    background: #fff;
    display: none;
    position: absolute;
    z-index: 99;
    padding: 16px;
    right: 0;
    width: 300px;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
    -moz-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    z-index: 99
}

.dropdown-active .icon-dropdown {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}

.dropdown-item.f-user {
    top: -6px
}

.btn-dropdown.thumb-user {
    display: grid;
    place-items: center;
    cursor: pointer;
    height: 34px;
    width: 34px;
    border-radius: 100%;
    background: #f2f2f2;
    overflow: hidden
}

    .btn-dropdown.thumb-user img {
        display: inline-block;
        height: 34px;
        width: 34px;
        border-radius: 100%
    }

.profile-item {
    width: 100%;
    float: left;
    margin-bottom: 16px
}

.profile-thumb {
    float: left;
    margin-right: 16px
}

    .profile-thumb img {
        height: 34px;
        width: 34px;
        border-radius: 100%;
        display: inline-block
    }

.profile-info {
    display: grid
}

.profile-name {
    font-size: 15px;
    font-weight: bold
}

.profile-email {
    color: #555
}

.profile-tokens {
    background: #E6F6FF;
    padding: 16px;
    border-radius: 8px
}

.tokens-text {
    font-size: 15px;
    margin-bottom: 10px;
    color: #222
}

.tokens-number {
    margin-bottom: 5px
}

.tokens-timeline {
    position: relative
}

.tokens-dark {
    position: absolute;
    left: 0;
    width: 100%;
    height: 5px;
    background: #CBDDE8;
    border-radius: 3px;
    top: 0
}

.tokens-red {
    position: absolute;
    left: 0;
    width: 0;
    height: 5px;
    background: #EC2227;
    border-radius: 3px;
    top: 0;
    z-index: 9
}

.nav-profile {
    margin: 0;
    padding: 0
}

    .nav-profile li {
        list-style: none
    }

    .nav-profile a {
        display: block;
        border-radius: 8px;
        padding: 10px 16px;
        font-size: 15px;
        position: relative;
        color: #666
    }

    .nav-profile li a.active, .nav-profile li a:hover {
        background: #F5F5F5;
        color: #222222
    }

    .nav-profile li a svg {
        position: relative;
        margin-right: 10px;
        top: -2px
    }

.div-logout {
    width: 100%;
    float: left;
    padding-top: 12px;
    border-top: solid 1px #F1F1F1
}

.btn-logout {
    display: block;
    border-radius: 8px;
    padding: 10px 16px;
    font-size: 15px;
    position: relative;
    color: #666
}

    .btn-logout:hover {
        background: #F5F5F5;
        color: #222222
    }

    .btn-logout svg {
        position: relative;
        margin-right: 10px;
        top: -2px
    }

.head-login {
    position: absolute;
    right: 0;
    top: 26px;
}
/* Bengin sidebar default */
.sidebar-overlay {
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    background: #000;
    z-index: 1034;
    -webkit-transition: visibility 0 linear 0.4s, opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: visibility 0 linear 0.4s, opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: visibility 0 linear 0.4s, opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
}

    .sidebar-overlay.active {
        opacity: 0.5;
        visibility: visible;
        -webkit-transition-delay: 0;
        -moz-transition-delay: 0;
        transition-delay: 0;
    }

.sidebar-default {
    background-color: #fff;
    width: 0;
    -webkit-transform: translate3d(-300px, 0, 0);
    transform: translate3d(-300px, 0, 0);
    position: relative;
    display: block;
    min-height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    border: none;
    -webkit-transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1);
    -o-transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1);
    transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1);
}

    .sidebar-default.open {
        min-width: 300px;
        width: 300px;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

.sidebar-fixed-left,
.sidebar-fixed-right,
.sidebar-stacked {
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 1035;
}

.sidebar-stacked {
    left: 0;
}

.sidebar-fixed-left {
    left: 0;
    box-shadow: 2px 0px 15px rgba(0, 0, 0, 0.35);
    -webkit-box-shadow: 2px 0px 15px rgba(0, 0, 0, 0.35);
}

.sidebar-fixed-right {
    right: 0;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.35);
    -webkit-box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.35);
    -webkit-transform: translate3d(280px, 0, 0);
    transform: translate3d(280px, 0, 0);
}

    .sidebar-fixed-right.open {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

.sidebar-toggle {
    position: absolute;
    left: 6px;
    top: 10px;
    width: 40px;
    height: 40px;
    place-items: center;
    display: none;
    cursor: pointer;
}

    .sidebar-toggle.btn-pushbar-close {
        width: 40px;
        text-align: right;
        padding: 10px;
        position: absolute;
        height: 40px;
        right: 0;
        top: 0;
        display: grid;
        place-items: center;
        cursor: pointer;
        left: initial;
    }

.nav-sidebar {
    width: 100%;
    float: left;
    padding: 0 20px;
}

.navbar-mobi {
    padding: 0;
    margin: 0;
}

    .navbar-mobi li {
        list-style: none;
        margin: 30px 0;
        font-size: 18px;
        font-weight: bold;
    }
/* End sidebar default */

/* End header */


/* Bengin section */
/* Form group */
.form-group {
    float: left;
    width: 100%;
    position: relative;
    margin-bottom: 12px;
    display: table;
}

    .form-group:last-child {
        margin-bottom: 0;
    }

.input:-webkit-autofill, .textarea:-webkit-autofill, .select:-webkit-autofill {
    box-shadow: 0 0 0 1000px white inset;
}

.input::-ms-clear {
    display: none;
}

.select::-ms-expand {
    display: none;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
}

.input, .select, .textarea, .button {
    font-family: 'Roboto',sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: inherit;
    outline: none;
}

.input, .select {
    height: 36px;
    padding: 0 10px;
}

.input, .select, .textarea {
    display: inline-block;
    border: solid 1px #E6E6E6;
    margin: 0;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    text-overflow: "";
    appearance: none;
    border-radius: 2px;
    webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}

    .input:focus, .select:focus, .textarea:focus {
        border: solid 1px #eaeaea;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(255, 255, 255, 0.6);
        box-shadow: inset inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(255, 255, 255, 0.6);
        transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    }

.select {
    background: url(../../images/lp/arow.svg) no-repeat;
    background-position: right 6px top 50%;
    padding-right: 16px;
    background-size: 12px;
}

.textarea {
    height: 85px;
    padding: 10px;
    resize: vertical;
}

.button {
    background: none;
    cursor: pointer;
    border: 0;
    padding: 0;
    margin: 0;
}

    .button:focus {
        outline: 0;
    }

.label {
    display: block;
    position: relative;
}

.radio {
    height: 16px;
    width: 16px;
    padding: 0;
    margin: 0;
}

.checkbox {
    height: 16px;
    width: 16px;
    padding: 0;
    margin: 0;
}

.btn {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    text-align: center;
    outline: none;
    background: #e0e0e0;
    padding: 0 16px;
    border-radius: 24px;
}

.btn-default {
    background: #EC2227;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    min-width: 150px
}

.full {
    width: 100%;
}

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

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

.section-background {
    float: left;
    width: 100%;
    height: 90vh;
    background: url("../../images/lp/MaskGroup.jpg") repeat;
    background-position: center top;
    background-size: cover;
    color: #fff;
    margin-bottom: 80px;
    overflow: hidden;
    display: grid;
    place-items: center;
}

.block-div {
    margin-bottom: 16px;
}

    .block-div:last-child {
        margin-bottom: 0;
    }

.headding-home {
    font-size: 52px;
    line-height: 52px;
    font-weight: bold;
    color: #EC2227
}

.text-desc1 {
    font-size: 34px;
    font-weight: bold;
}

.text-desc2 {
    font-size: 22px;
}

.col-left {
    width: 50%;
}

.elButton {
    display: inline-block;
    background: #EC2227;
    padding: 12px 48px;
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    border-radius: 48px;
    margin: 24px 0;
}

    .elButton:hover {
        background: #E4151A;
        color: #fff;
    }

.text-list {
    margin-bottom: 8px;
    font-size: 16px
}

.block-list:last-child {
    margin-bottom: 0;
}

.text-list svg {
    margin-right: 12px;
}

.section-ai {
    float: left;
    width: 100%;
    margin-bottom: 80px;
}

.section-header {
    margin-bottom: 40px;
    float: left;
    width: 100%;
}

.section-content {
    float: left;
    width: 100%;
}

.div-grid-3 {
    width: 100%;
    float: left;
    display: grid;
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    grid-template-columns: repeat(3, 1fr);
}

.col-item-3 {
    border: solid 2px #EC2227;
    padding: 40px;
    text-align: center;
    border-radius: 10px;
}

.heading-ai {
    font-size: 38px;
    text-align: center;
}

.div-thumb3 {
    margin-bottom: 20px;
}

    .div-thumb3 img {
        display: inline-block;
        height: 100px;
        width: 100px
    }

.div-text-1 {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 20px;
}

.div-text-2 {
    font-size: 18px;
    line-height: 1.6;
}
/* post  */
.list-news {
    width: 100%;
    float: left;
    margin-bottom: 60px;
}

    .list-news:last-child {
        margin-bottom: 0;
    }

.news-thumb {
    display: block;
    position: relative;
}

.news-image {
    border-radius: 20px;
    display: block;
    overflow: hidden;
    height: 0;
    position: relative;
    width: 100%;
    background: #f2f2f2;
    padding-bottom: 56%;
}

    .news-image img {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -o-object-position: center;
        object-position: center;
        -o-object-fit: cover;
        object-fit: cover;
    }

.news-inner.grid {
    display: grid;
    padding-top: 40px
}

.thumb-right {
    width: 48%;
    margin-left: 60px;
    float: right;
}

.thumb-left {
    width: 48%;
    margin-right: 60px;
    float: left;
}

.title-h3 {
    font-size: 26px;
    margin-bottom: 20px
}

.ul-content {
    margin: 0;
    padding: 0;
}

    .ul-content li {
        list-style: none;
        margin-bottom: 16px;
        font-size: 18px;
        padding: 0px 0px 0 32px;
        position: relative
    }

        .ul-content li svg {
            position: absolute;
            left: 0;
            top: 9px;
        }

.text-div {
    font-size: 18px;
    margin-bottom: 20px;
}

.listing-middle {
    display: table;
}

.header-middle {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
}
/* droplist */
.droplist {
    position: relative;
    width: 100%;
    float: left;
    background-color: #F8F8F8;
    padding: 20px 24px;
    border-radius: 12px;
    margin-bottom: 20px
}

.droplist-content {
    display: none;
    width: 100%;
    float: left;
    font-size: 16px;
    margin-top: 16px;
    line-height: 1.6;
}

.droplist-open .droplist-content {
    display: block;
}

.droplist-title {
    float: left;
    padding-right: 36px;
    width: 100%;
    background: url("../../images/lp/daucong.svg") no-repeat;
    background-position: right center;
    background-size: 16px;
    font-size: 16px;
    cursor: pointer;
    position: relative;
    z-index: 9
}

.droplist-open .droplist-title {
    background: url("../../images/lp/dautru.svg") no-repeat;
    background-position: right center;
    background-size: 16px;
    position: relative;
    z-index: 9
}

.drop-col2 {
    width: 48%;
    float: left;
    margin-right: 4%
}

    .drop-col2:last-child {
        margin-right: 0
    }

.entry-content p {
    margin: 5px 0
}

.goi-dv4 {
    width: 100%;
    float: left;
    display: grid;
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: repeat(4, 1fr);
}

.col-itemdv4 {
    border: solid 2px #eee;
    position: relative;
    padding: 24px;
    border-radius: 10px;
}

.color-cyan {
    color: #199CBE
}

.color-green {
    color: #32BB00
}

.color-red {
    color: #EC2227
}

.color-orange {
    color: #EF8F0D
}

.color-blue {
    color: #3568F0
}

.div-goi {
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: center
}

.div-goi-item {
    margin-bottom: 10px;
    height: 84px;
}

.div-dangky {
    margin-bottom: 20px;
}

.div-goi-vnd {
    display: block;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 8px;
}

.s-thang {
    font-size: 14px;
    position: relative;
    top: -8px;
    margin-left: 8px;
    font-weight: normal
}

.div-goi-vnd sup {
    font-size: 14px;
}

.img-user {
    height: 32px;
    width: 32px;
    border-radius: 100%;
    margin: 0 -5px;
    display: inline-block;
}

.text-user-seclect {
    vertical-align: middle;
    margin-left: 10px;
    font-size: 12px;
}

.div-goi-dangky {
    display: block;
    margin-bottom: 20px;
}

.btn-goi-trainghiem {
    display: block;
    border: solid 1px #199CBE;
    padding: 10px;
    font-size: 18px;
    cursor: pointer;
    font-weight: bold;
    text-align: center;
    border-radius: 24px;
    background: #199CBE;
    color: #fff;
}

    .btn-goi-trainghiem svg {
        fill: #fff;
        margin-left: 10px;
        position: relative;
        top: -3px;
    }

    .btn-goi-trainghiem:hover svg {
        fill: #fff;
    }

.btn-goi-coban {
    display: block;
    border: solid 1px #4E841F;
    padding: 10px;
    font-size: 18px;
    cursor: pointer;
    font-weight: bold;
    text-align: center;
    border-radius: 24px;
    color: #4E841F
}

    .btn-goi-coban svg {
        fill: #4E841F;
        margin-left: 10px;
        position: relative;
        top: -3px;
    }

    .btn-goi-coban:hover svg {
        fill: #fff;
    }

.color-dark {
    color: #666;
}

.btn-goi-nangcao {
    display: block;
    background: #EC2227;
    padding: 10px;
    font-size: 16px;
    cursor: pointer;
    font-weight: bold;
    text-align: center;
    border-radius: 24px;
    color: #fff
}

    .btn-goi-nangcao svg {
        fill: #fff;
        margin-left: 10px;
        position: relative;
        top: -3px;
    }

    .btn-goi-nangcao:hover svg {
        fill: #fff;
    }

.btn-dkgoi {
    display: block;
    border: solid 1px #ddd;
    padding: 10px;
    font-size: 16px;
    cursor: pointer;
    font-weight: bold;
    text-align: center;
    border-radius: 24px;
    color: #555
}

    .btn-dkgoi:hover {
        border: solid 1px #EC2227;
        background: #EC2227;
        color: #fff
    }

    .btn-dkgoi svg {
        margin-left: 10px;
        position: relative;
        top: -2px;
        fill: #555;
    }

    .btn-dkgoi:hover svg {
        fill: #fff;
    }

.btn-goi-doanhnghiep {
    display: block;
    border: solid 1px #EF8F0D;
    padding: 10px;
    font-size: 18px;
    cursor: pointer;
    font-weight: bold;
    text-align: center;
    border-radius: 24px;
    color: #EF8F0D
}

    .btn-goi-doanhnghiep:hover {
        border: solid 1px #EF8F0D;
        background: #EF8F0D;
        color: #fff
    }

    .btn-goi-doanhnghiep svg {
        fill: #EF8F0D;
        margin-left: 10px;
        position: relative;
        top: -3px;
    }

    .btn-goi-doanhnghiep:hover svg {
        fill: #fff;
    }

.btn-goi-nangcao:hover {
    background: #CC161A;
}

.btn-nangcao:hover svg {
    fill: #fff;
}

.btn-goi-coban:hover {
    border: solid 1px #4E841F;
    background: #4E841F;
    color: #fff
}

.btn-coban:hover svg {
    fill: #fff;
}

.btn-goi-trainghiem:hover {
    border: solid 1px #13819E;
    background: #13819E;
}

.btn-trainghiem:hover svg {
    fill: #fff;
}

.ul-content-goi {
    margin: 0;
    padding: 0;
    line-height: 1.6
}

    .ul-content-goi li {
        list-style: none;
        margin-bottom: 12px;
        font-size: 16px;
        padding: 0px 0px 0 24px;
        position: relative;
    }

        .ul-content-goi li svg {
            position: absolute;
            left: 0;
            top: 5px;
        }

.col-itemdv4.boder-cyan {
    border: solid 2px #199CBE;
}

.col-itemdv4.boder-green {
    border: solid 2px #4E841F;
}

.col-itemdv4.boder-red {
    border: solid 2px #EC2227;
}

.col-itemdv4.boder-orange {
    border: solid 2px #EF8F0D;
}

.div-font {
    width: 100%;
    float: left;
    margin-bottom: 24px;
    font-size: 16px
}

.div-goile {
    width: 100%;
    float: left;
    border: solid 2px #eee;
    border-radius: 12px;
    padding: 24px 48px;
}

.head-goile {
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #333;
}

.div-goile-info {
    padding-right: 30%;
    position: relative
}

.btn-goile {
    display: inline-block;
    border: solid 1px #ddd;
    padding: 10px;
    font-size: 16px;
    cursor: pointer;
    min-width: 250px;
    font-weight: bold;
    text-align: center;
    border-radius: 24px;
    color: #555;
    position: absolute;
    right: 0;
    bottom: 0;
}

    .btn-goile svg {
        fill: #555;
        margin-left: 10px
    }

    .btn-goile:hover {
        border: solid 1px #EC2227;
        background: #EC2227;
        color: #fff;
    }

        .btn-goile:hover svg {
            fill: #fff;
        }

.div-phobien {
    display: block;
    position: absolute;
    top: -19px;
    text-align: center;
    left: 0;
    width: 100%;
}

.bg-phobien {
    display: inline-block;
    background: #EC2227;
    color: #fff;
    height: 32px;
    line-height: 32px;
    padding: 0 12px;
    border-radius: 5px;
    min-width: 170px;
    text-align: center;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: bold;
}

.font-sale {
    font-weight: bold;
}

.div-sale {
    font-size: 14px;
    text-decoration: line-through;
    margin-bottom: 12px;
    text-align: center
}

.div-goi-item2 {
    margin-bottom: 10px;
    height: 120px;
}

.div-sale sup {
    font-size: 14px;
    font-weight: bold
}

.f16 {
    font-size: 16px;
    font-weight: normal
}
/* Bengin tabs-goi */
.block-tab {
    width: 100%;
    float: left;
    margin-bottom: 80px;
    text-align: center;
}

.tabs-goi {
    display: inline-block;
}

.tabs-goi-item {
    cursor: pointer;
    list-style: none;
    text-align: center;
    display: inline-block;
    padding: 8px 16px;
    font-size: 18px;
    border-radius: 8px;
    background: #f2f2f2;
    margin: 0 5px;
}

    .tabs-goi-item.active {
        color: #fff;
        font-weight: bold;
        background: #EC2227;
    }

        .tabs-goi-item.active .color-red {
            color: #ffd700;
        }

.tabs-goi-content {
    display: none;
    float: left;
    width: 100%;
    margin-bottom: 24px;
}

    .tabs-goi-content.active {
        display: block;
    }

.width-calc {
    margin: 0 -5%;
    width: calc(100% + 10%);
}

.tabs-goile {
    cursor: pointer;
    list-style: none;
    text-align: center;
    display: inline-block;
    padding: 8px 16px;
    font-size: 18px;
    border-radius: 8px;
    background: #f2f2f2;
    margin: 0 5px;
}
/* End tabs-goi */
/* Bengin login */
.body-login {
    background: #F2F2F2;
}

.main-login {
    width: 100%;
    float: left;
    background: #F2F2F2;
    padding: 16px;
}

.div-header {
    width: 100%;
    float: left;
    padding: 0 16px;
    margin-bottom: 12px
}

.link-home1 {
    margin-right: 20px;
    display: inline-block;
}

    .link-home1 img {
        height: 40px;
        display: inline-block;
    }

.link-home2 {
    display: inline-block;
    border: solid 1px #EC2227;
    color: #EC2227;
    padding: 6px 16px;
    border-radius: 24px;
    vertical-align: middle;
}

    .link-home2 svg {
        margin-right: 10px;
        position: relative;
        top: -2px
    }

.div-section {
    width: 100%;
    float: left;
}

.section-w600 {
    max-width: 600px;
    width: 100%;
    margin: auto
}

.block-login-head {
    width: 100%;
    float: left;
    margin-bottom: 16px;
    font-size: 18px;
    text-align: center;
    font-weight: bold;
}

.rows {
    width: 100%;
    float: left;
    margin-bottom: 24px;
}

.block-white {
    background: #fff;
    border-radius: 24px;
    float: left;
    width: 100%;
    padding: 20px 40px;
}

.iconlailuat {
    width: 24px;
    height: 24px;
    margin-right: 10px;
    position: relative;
    top: -4px;
}

.input.input-text {
    height: 40px;
    width: 100%;
    border-radius: 24px;
    padding: 0 16px;
}

.label-text {
    margin-bottom: 6px;
    padding: 0 6px
}

.text-16 {
    font-size: 16px
}

.div-texthead {
    font-size: 22px;
    font-weight: bold;
}

.underline {
    text-decoration: underline
}

.f-pad {
    padding: 0 16px;
    font-size: 13px
}

.div-inpass {
    position: relative;
}

.showpass {
    position: absolute;
    right: 10px;
    height: 24px;
    width: 24px;
    display: grid;
    top: 9px;
    cursor: pointer;
    z-index: 9;
    place-items: center;
}

.text-danger {
    width: 100%;
    float: left;
    font-size: 12px;
    color: #ff3547;
    padding-top: 6px;
    padding-left: 8px
}

.input.input-text.focus-danger {
    border: 1px solid #ff3547;
}

.btn.btn-more {
    background: #f2f2f2;
    color: #222;
    text-align: center;
    width: 100%;
    font-weight: normal;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
}

    .btn.btn-more svg {
        position: relative;
        margin-right: 10px;
        top: -2px
    }

.divline {
    border-bottom: solid 1px #FFE2DE;
    float: left;
    width: 100%;
    text-align: center;
    position: relative;
    top: -7px;
}

    .divline span {
        display: inline-block;
        position: relative;
        background: #fff;
        padding: 2px 6px;
        top: 10px;
        font-size: 12px
    }

.div-quenpass {
    float: right;
}

.label-savepas {
    float: left;
}

.item-group2 {
    width: 100%;
    float: left;
    display: grid;
    grid-column-gap: 16px;
    grid-template-columns: repeat(2, 1fr);
}

.select.select-goi {
    height: 40px;
    width: 100%;
    border-radius: 24px;
    padding: 0 24px 0 16px;
    background-position: right 10px top 50%;
}

.div-buoc123 {
    display: inline-block;
    position: relative;
    margin-bottom: 16px;
}

.text-buoc {
    font-weight: bold;
}

.bg-buoc123 {
    display: inline-block;
    width: 60px;
    height: 6px;
    background: #f2f2f2;
    border-radius: 4px;
    margin-left: 12px;
}

    .bg-buoc123.active {
        background: #EC2227;
    }

.div-money {
    float: right;
    font-size: 18px;
}

.text-money {
    float: left;
    font-size: 16px;
    width: 40%;
}

.font-bold {
    font-weight: bold
}

.font-money {
    font-size: 22px;
    font-weight: bold;
    color: #EC2227;
}

.bg-thanhtoan {
    background: #FFF6D9;
    padding: 12px;
    border-radius: 4px;
    color: #815B02;
    line-height: 1.6;
    position: relative;
    margin-top: 10px;
}

.label-thanhtoan {
    padding-left: 24px;
}

.bg-thanhtoan svg {
    position: absolute;
    top: -10px;
    left: 20px;
    display: inline-block;
}

.bg-thanhtoan a {
    color: #EC2227;
    font-weight: bold
}

.label-thanhtoan .radio {
    position: absolute;
    left: 0;
    top: 3px;
}

.label-hoadon {
    padding-left: 24px;
}

    .label-hoadon input {
        position: absolute;
        left: 0;
        top: 5px;
        margin: 0;
        padding: 0;
    }

.box-atm {
    width: 100%;
    float: left;
    margin-bottom: 40px;
}

.box-hoadon {
    width: 100%;
    float: left;
    margin-bottom: 12px;
}

.textarea.textarea-text {
    width: 100%;
    border-radius: 12px;
    padding: 12px 16px;
}

.section-1200 {
    max-width: 1200px;
    width: 100%;
    margin: auto;
}

.section-1000 {
    max-width: 1000px;
    width: 100%;
    margin: auto;
}

.section-1200 .block-white {
    width: 46%;
    margin: 0 2%;
}

.text-18 {
    font-size: 18px;
}
/*Bengin table */
.table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

    .table td, .table th {
        padding: 8px;
        border-top: solid 1px #e0e0e0;
    }

.table-bordered, .table-bordered td, .table-bordered th {
    border: solid 1px #e0e0e0;
}

.table-striped tr:nth-of-type(2n+2) {
    background-color: #f9f9f9;
}

.table-scroll {
    overflow-x: auto;
    white-space: nowrap;
}

.text-xacnhantt {
    color: #EC2227;
    font-size: 24px;
    font-weight: bold;
}

    .text-xacnhantt svg {
        position: relative;
        top: -4px;
        margin-right: 12px;
    }

.img-gld {
    float: left;
    margin-right: 12px;
    height: 60px;
    width: 60px;
}

.text-gld {
    display: grid;
    line-height: 1.6;
    padding-top: 8px;
}

.svgchecktt {
    margin-right: 8px;
    position: relative;
    top: -1px;
}

.table.table-thanhtoan {
    background: #F8F8F8;
    text-align: center;
}

.table-thanhtoan td {
    vertical-align: top;
    padding: 12px;
}

.table-thanhtoan th {
    font-weight: normal;
}

.div-tttt {
    background: #F8F8F8;
    border-radius: 12px;
    padding: 16px;
    float: left;
    width: 100%;
}

.tttt-info {
    width: 70%;
    float: left;
    line-height: 1.6;
}

    .tttt-info p {
        margin: 12px 0
    }

.tttt-qr {
    float: right;
    text-align: center;
}

.upcase {
    text-transform: uppercase;
}

.btn-tttt-info {
    display: inline-block;
    background: #EC2227;
    color: #fff;
    padding: 4px;
    border-radius: 24px;
    font-size: 13px;
    min-width: 170px;
    cursor: pointer;
}

.font-qqr {
    font-size: 12px;
}

.font-18 {
    font-size: 18px;
}

.font-16 {
    font-size: 16px;
}
/* End login */

/* End section */





/*Bengin footer */
.footer-ai {
    float: left;
    width: 100%;
}

.footer-content {
    border-top: solid 1px #E6E6E6;
    float: left;
    width: 100%;
    padding: 36px 0;
}

.footer-rows {
    margin-bottom: 24px
}

    .footer-rows:last-child {
        margin-bottom: 0
    }

.footer-left {
    float: left;
    color: #555555;
    width: 60%;
}

.footer-right {
    float: right;
    text-align: right;
}

.footer-rows p {
    padding: 4px 0;
}

.logo-footer {
    display: inline-block;
    margin-bottom: 10px;
}

.title-app {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 16px
}

.img-qrcode {
    display: inline-block;
    vertical-align: top;
}

.google-play-badge img {
    width: 120px;
    height: 40px;
    margin-bottom: 8px
}

.appstore-badge img {
    width: 120px;
    height: 40px
}

.rows-qrcode {
    color: #888;
    font-size: 14px;
    padding-top: 16px;
}

.img-qrcode img {
    height: 86px;
    width: 86px
}

.img-dmca {
    float: left;
    margin-top: 12px;
    height: 48px;
}

.img-add {
    margin-top: 24px
}

.divg {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
}

.google-play-badge {
    display: block
}

.appstore-badge {
    display: block
}

.backtotop {
    background-color: #fff;
    position: fixed;
    bottom: 16px;
    right: 16px;
    z-index: 999;
    border-radius: 100%;
    height: 40px;
    width: 40px;
    box-shadow: 0 1px 6px 0 rgba(32,33,36,0.28);
    display: grid;
    place-items: center;
}
/*End footer */

@media (max-width:1280px) {
    .width-calc {
        margin: 0;
        width: 100%;
    }

    .col-itemdv4 {
        padding: 16px;
    }
}


@media only screen and (max-width:1080px) {
    .main-content-ai {
        padding: 0 16px;
    }

    .navbar-ai li {
        margin-left: 28px;
    }

    .col-item-3 {
        padding: 24px;
    }

    .div-goi-vnd {
        font-size: 20px;
    }

    .div-goi-item {
        height: 100px;
    }

    .div-goi {
        font-size: 20px;
    }

    .btn-dkgoi {
        font-size: 14px;
    }

    .btn-goi-nangcao {
        font-size: 14px;
    }

    .div-goi-item2 {
        height: 164px;
    }
}

@media only screen and (max-width:960px) {
    .sidebar-toggle {
        display: grid
    }

    .navbar-ai {
        display: none;
    }

    .login-right {
        display: none;
    }

    .logo-ai {
        top: 7px;
        left: 40px;
    }

    .btn-login-mobile {
        display: grid;
    }

    .logo-ai img {
        height: 48px;
        width: 130px;
    }

    .main-ai {
        padding-top: 60px;
    }

    .footer-left {
        width: 100%;
        margin-bottom: 20px
    }

    .footer-right {
        text-align: left;
        width: 100%;
    }

    .div-goi-vnd {
        font-size: 24px;
    }

    .div-goi {
        font-size: 24px;
    }

    .btn-dkgoi {
        font-size: 16px;
    }

    .btn-goi-nangcao {
        font-size: 16px;
    }

    .div-grid-3 {
        grid-column-gap: 16px;
        grid-row-gap: 16px;
        grid-template-columns: repeat(1, 1fr);
    }

    .col-left {
        width: 100%;
        padding: 16px 0;
    }

    .section-ai {
        margin-bottom: 40px;
    }

    .header-ai {
        height: 60px;
    }

    .headding-home {
        font-size: 34px;
    }

    .text-desc1 {
        font-size: 24px;
    }

    .block-div {
        margin-bottom: 14px;
    }

    .text-desc2 {
        font-size: 18px;
    }

    .elButton {
        font-size: 18px;
        margin: 16px 0;
    }

    .text-list {
        font-size: 14px;
    }

    .section-background {
        height: 75vh;
        margin-bottom: 40px;
    }

    .section-header {
        margin-bottom: 24px;
    }

    .heading-ai {
        font-size: 26px;
    }

    .col-item-3 {
        padding: 24px;
    }

    .div-text-1 {
        font-size: 20px;
    }

    .div-text-2 {
        font-size: 16px;
    }

    .div-thumb3 img {
        height: 80px;
        width: 80px
    }

    .news-inner.grid {
        display: block;
        padding: 0;
        width: 100%;
        float: left;
    }

    .thumb-right {
        margin-left: 0;
        float: right;
        width: 100%;
        margin-bottom: 20px;
    }

    .title-h3 {
        font-size: 20px;
    }

    .ul-content li {
        font-size: 16px;
    }

    .thumb-left {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .list-news {
        margin-bottom: 24px;
    }

    .drop-col2 {
        width: 100%;
        margin-right: 0;
    }

    .goi-dv4 {
        grid-column-gap: 16px;
        grid-row-gap: 16px;
        grid-template-columns: repeat(1, 1fr);
    }

    .col-itemdv4.boder-red {
        margin-top: 24px;
    }

    .tabs-goi-item {
        padding: 8px;
        margin: 0 3px;
        font-size: 14px;
    }

        .tabs-goi-item .f16 {
            font-size: 14px;
        }

    .block-tab {
        margin-bottom: 24px;
    }

    .div-goile {
        padding: 16px;
    }

    .head-goile {
        font-size: 24px;
    }

    .div-goile-info {
        padding-right: 0;
    }

    .tabs-goile {
        padding: 8px;
        font-size: 14px;
        margin: 0 3px;
    }

    .btn-goile {
        display: block;
        width: 100%;
        position: inherit;
        margin-top: 16px
    }

    .col-itemdv4 {
        padding: 16px;
    }

    .div-goi {
        font-size: 24px;
    }

    .text-div {
        font-size: 16px;
    }

    .div-font {
        font-size: 14px;
    }

    .block-white {
        border-radius: 16px;
        padding: 16px;
    }

    .div-texthead {
        font-size: 20px;
    }

    .div-header {
        padding: 0;
    }

    .link-home2 {
        padding: 5px 12px;
    }

    .link-home1 {
        margin-right: 12px
    }

    .block-login-head {
        font-size: 16px;
    }

    .item-group2 {
        grid-column-gap: 0;
        grid-template-columns: repeat(1, 1fr);
    }

    .item-group {
        margin-bottom: 12px;
    }

        .item-group:last-child {
            margin-bottom: 0;
        }

    .bg-buoc123 {
        width: 48px;
    }

    .section-1200 .block-white {
        width: 100%;
        margin: 0;
        margin-bottom: 16px;
    }

    .text-gld {
        padding-top: 0;
    }

    .text-xacnhantt {
        font-size: 20px;
    }

    .img-gld {
        height: 36px;
        width: 36px;
    }

    .table.table-thanhtoan {
        text-align: left;
    }

    .table-thanhtoan th, .table-thanhtoan td {
        display: table-cell;
        border: 0;
        border-bottom: solid 1px #e0e0e0;
    }

    .table-thanhtoan thead {
        display: none
    }

    .table-thanhtoan tr {
        display: block;
        border: solid 1px #e0e0e0;
    }

    .table-thanhtoan td {
        display: block;
    }

        .table-thanhtoan td:last-child {
            border-bottom: 0;
        }

        .table-thanhtoan td:before {
            content: attr(data-th) ":";
            display: block;
            margin-bottom: 8px;
        }

    .tttt-info {
        width: 100%;
    }

    .tttt-qr {
        width: 100%;
    }

    .div-goi-item {
        height: auto;
    }

    .div-goi-item2 {
        height: auto;
    }
}

@-webkit-keyframes loading {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

@-moz-keyframes loading {
    from {
        -moz-transform: rotate(0deg);
    }

    to {
        -moz-transform: rotate(360deg);
    }
}

.loading {
    width: 16px;
    height: 16px;
    margin-bottom: 5px;
    -webkit-animation: loading 2s linear infinite;
    -moz-animation: loading 2s linear infinite;
}
.text-msg {
    line-height: 1.6;
    padding-top: 8px;
}
.target-hidden {
    display: none !important;
}
.target-expanded {
    display: block !important;
}
.popup-bg {
    background: rgba(0, 0, 0, .6);
    position: fixed;
    display: none;
    z-index: 99999;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow-y: auto;
    overflow-x: hidden;
    align-items: flex-start;
    justify-content: center;
}
.popup-wrapper {
    max-width: 430px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
}
.popup-body {
    float: left;
    width: 100%;
    background: #fff;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
}
.popup-content {
    float: left;
    width: 100%;
}
.form-pad16 {
    padding: 16px;
    float: left;
    width: 100%;
}
.text-center {
    text-align: center;
}

.form-group {
    float: left;
    width: 100%;
    position: relative;
    margin-bottom: 16px;
    display: table;
}

.text-successful {
    font-size: 16px;
    font-weight: bold;
}
.btn-law {
    background: #a67c52;
    color: #fff;
    padding: 0 24px;
    font-size: 16px;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    font-weight: bold;
    text-align: center;
    padding: 0 16px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}
.btn-law {
    background: #EC2227;
    margin-bottom: 16px;
}