body {
    font-family: NhacCuaTui;
    background-color: rgba(250, 250, 250);
    min-width: 1170px;
}

img {
    vertical-align: middle;
}

a {
    color: #000;
    text-decoration: none;
}

.fullpage {
    background-color: rgba(28, 30, 32, 0.02);
}

/* header */
.header {
    width: 100%;
    height: 57px;
    position: fixed;
    left: 0;
    top: 0;
    background-color: #ffffff;
    z-index: 999;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.header-container {
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    display: flex;
}
/* logo */
.header-logo {
    width: 64px;
    height: 56px;
    margin-left: 24px;
}

.logo-nct {
    width: 64px;
    height: 56px;
    background: url('../images/logo.svg') center center no-repeat;
    background-size: 48px 24px;
}

/* list-navigation */
.list-navigation .ic-close-navi {
    display: none;
}
.ic-menu-mobile {
    display:  none;
}

.list-navigation {
    width: 810px;
    background-color: #fff;
    display: block;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%);
}

.list-navigation ul li {
    float: left;
    /* margin: 0 15px; */
    position: relative;
}

.list-navigation ul li a {
    display: block;
    text-align: center;
    width: 160px;
    height: 56px;
    padding-top: 19px;
    text-decoration: none;
    color: rgba(0, 0, 0, 0.88);
    font-size: 12px;
    font-weight: bold;
}

.line-select {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 2px;
    border-radius: 1px;
    background: linear-gradient(to right, #2F80ED 0%,#00AEEF 100%) no-repeat;
    transition: all 90ms linear;
    background-size: 0 2px;
    background-position: 50% 50%;
}

.line-select.active {
    background-size: 100% 2px;
}

.list-navigation ul li:hover .line-select {
    background-size: 100% 2px;
    background-position: 50% 50%;
}

/* title detail */
.header-detail-content {
    margin-top: 56px;
    width: 100%;
    height: 96px;
    background-image: url(../images/bg_pattern.png);
    background-repeat: no-repeat;
    background-position: bottom;
}

.header-detail-content .header-detail-wrapper {
    width: 1110px;
    margin: 0 auto;
}

.header-detail-wrapper .header-title-txt {
    text-transform: uppercase;
    padding-top: 43px;
    font-size: 22px;
    font-weight: bold;
}

/* footer */
.footer .footer-container {
    width: 100%;
}

.footer-social-nct {
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.footer-copyright {
    width: 100%;
    background-color: rgba(28, 30, 32, 0.02);
}

.footer-copyright-container {
    max-width: 1140px;
    height: 56px;
    margin: 0 auto;
    padding: 0 15px;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    position: relative;
}

.footer-address-wrapper {
    margin-right: 16px;
}

.footer-address {
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    color: rgba(0, 0, 0, 0.5);
}

.footer-address:hover .ic-location-active,
.footer-address:hover .txt-address{
    color: #2DAAED;
}
.footer-address.all-right:hover .txt-address{
    color: rgba(0, 0, 0, 0.5);
}

.footer-address .ic-location-active {
    font-size: 18px;
    color: rgba(0, 0, 0, 0.5);
}

.footer-address .txt-address {
    font-size: 12px;
    color: rgba(0, 0, 0, 0.5);
    padding-left: 8px;
}

.footer-address.all-right {
    position: absolute;
    right: 15px;
}
/* footer social */
.footer-social {
    max-width: 1140px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.footer-social-left ul li {
    display: inline-block;
    border-right: 2px solid rgba(0, 0, 0, 0.05);
    padding-right: 10px;
    padding-left: 10px;
}

.footer-social-left ul li:first-child {
    padding-left: 0;
}

.footer-social-left ul li a {
    color: rgba(0, 0, 0, 0.5);
    font-size: 12px;
}

.footer-social-left ul li a:hover {
    color: #2DAAED;
}

.footer-social-left ul li:last-child {
    border-right: 0;
}

.footer-social-right,
.footer-social-left {
    display: flex;
    align-items: center;
    height: 56px;
}

.footer-social-right .ic-google-play {
    margin-left: 8px;
}

.footer-social-right .ic-app-store {
    margin-left: 16px;
}

.footer-social-right .ic-app-store,
.footer-social-right .ic-google-play {
    width: 81px;
    height: 24px;
}

.footer-social-right .ic-ins {
    margin-left: 8px;
    width: 28px;
    height: 28px;
}
.footer-social-right .ic-fb {
    width: 28px;
    height: 28px;
}

.footer-social-right .ic-ins .ic-social {
    font-size: 28px;
    color: rgba(0, 0, 0, 0.5);
}

.footer-social-right .ic-fb .ic-social  {
    font-size: 28px;
    color: rgba(0, 0, 0, 0.5);
}

.footer-social-left {
    padding-left: 15px;
}

.footer-social-right{
    padding-right: 15px;
}
.footer-profile-nct {
    padding-top: 16px;
    padding-bottom: 16px;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}
.footer-profile-container {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 15px;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
}
.footer-profile-info {
    margin-top: 12px;
}
.footer-profile-info .footer-nct-info{
    display: -webkit-flex;
    display: flex;
}
.footer-nct-info .logo-company {
    margin-right: 24px;
}
.profile-nct-company-verify {
    display: -webkit-flex;
    display: flex;
    margin-top: 12px;
}
.profile-nct-company-verify .permission.moit{
    margin-right: 16px;
}
.name-company {
    color: rgba(0, 0, 0, 0.88);
    font-size: 12px;
    font-weight: bold;
}
.profile-info-detail {
    padding-top: 8px;
    font-size: 12px;
    color: rgba(0, 0, 0, 0.5);
    line-height: 20px;
}
.profile-info-detail.r-dot:before {
    display: none;
}
.profile-info-detail::before {
    content: '';
    display: block;
    width: 4px;
    height: 4px;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    float: left;
    margin: 8px 8px 0 0;
}
.profile-info-detail span {
    font-weight: bold;
    color: rgba(0, 0, 0, 0.5);
}
.txt-company.spacing {
    margin-top: 4px;
}

.wrapper-content {
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.app-gallery {
    width: 81px;
    height: 24px;
}

/* end footer */

.main-container {
    width: 1110px;
    margin: 0 auto;
    margin-top: 40px;
    margin-bottom: 80px;
    border-radius: 4px;
    background-color: rgba(250, 250, 250);
}

.main-container .content-wapper {
    padding: 40px;
    background-color: rgba(255, 255, 255, 0.05);
}

.content-privacy-policy .detail-wrapper {
    margin-top: 22px;
}

.content-privacy-policy .detail-wrapper .head-title {
    font-size: 16px;
    font-weight: bold;
    color: rgba(28, 30, 32, 0.88);
    padding-bottom: 16px;
}

.detail-wrapper .txt-content {
    font-size: 14px;
    line-height: 22px;
    color: rgba(28, 30, 32, 0.5);
}

.detail-wrapper ul {
    margin-top: 16px;
}

.detail-wrapper ul li {
    list-style-type: disc;
    font-size: 14px;
    color: rgba(28, 30, 32, 0.5);
    margin-left: 17px;
    padding-left: 8px;
    line-height: 32px;
}

.detail-wrapper ul li .link-incontent {
    color: #2DAAED;
}

.content-wapper .intellectual-property ul li {
    width: 100%;
    height: 64px;
    padding: 0 24px;
    background-color: rgba(28, 30, 32, 0.02);
    border-radius: 4px;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    position: relative;
}

.content-wapper .intellectual-property ul li:last-child {
    margin-bottom: 0;
}

.content-wapper .intellectual-property ul li h4 {
    font-size: 14px;
    font-weight: bold;
    color: rgba(28, 30, 32, 0.88);
}

.content-wapper .intellectual-property ul li button {
    position: absolute;
    right: 24px;
    top: 16px;
    width: 120px;
    height: 32px;
    background-color: transparent;
    border: 1px solid rgba(28, 30, 32, 0.1);
    border-radius: 16px;
    outline: none;
    color: rgba(28, 30, 32, 0.5);
    transition: all 150ms linear;
}
.content-wapper .intellectual-property ul li button:hover {
    background-color: rgba(28, 30, 32, 0.05);
}

.content-wapper .terms {
    font-size: 14px;
}
.content-wapper .terms ul{
    margin-top: 40px;
}

.content-wapper .terms ul li {
    margin-bottom: 8px;
}

.content-wapper .terms .txt-head {
    color: rgba(28, 30, 32, 0.88);
    line-height: 22px;
}

.content-wapper .terms .txt-head a {
    color: #2DAAED;
}

.item-list .tab {
    cursor: pointer;
    width: 100%;
    height: 48px;
    background-color: rgba(28, 30, 32, 0.02);
    display: flex;
    align-items: center;
    position: relative;
}

.tab h3 {
    color: rgba(28, 30, 32, 0.88);
    font-weight: bold;
    padding-left: 24px;
}

.ic_caret_arrow_down {
    font-size: 12px;
    color: rgba(28, 30, 32, 0.5);
    position: absolute;
    right: 24px;
    top: 18px;
}

.ic_caret_arrow_down.active {
    transform: rotate(180deg);
}

.content-wapper .box-qc {
    display: flex;
}

.wapper-left, .wapper-right {
    width: 555px;
}
.wapper-left {
    border-right: 1px solid rgba(28, 30, 32, 0.05);
}
.wapper-left .head-title {
    font-size: 16px;
    color: rgba(28, 30, 32, 0.88);
    font-weight: bold;
}

.wapper-left .txt {
    font-size: 14px;
    color: rgba(28, 30, 32, 0.5);
    margin-top: 16px;
}
.content-intro-qc {
    display: flex;
    margin-top: 24px;
    justify-content: center;
}
.content-intro-qc .detail {
    width: 140px;
    margin-right: 24px;
    text-align: center;
}
.content-intro-qc .detail .img {
    padding: 20px;
    background-color: rgba(28, 30, 32, 0.02);
    border-radius: 4px;
}
.content-intro-qc .detail p {
    font-size: 11px;
    color: rgba(28, 30, 32, 0.5);
    padding-top: 15px;
    font-weight: bold;
}
.wapper-left .detail-qc-txt {
    font-size: 14px;
    color: rgba(28, 30, 32, 0.88);
    font-weight: bold;
    padding: 22px 0 16px 0;
}
.wapper-left .info-detail {
    font-size: 14px;
    color: rgba(28, 30, 32, 0.5);
    margin-bottom: 8px;
}

.wapper-right .row-input {
    display: flex;
    justify-content: space-between;
    margin-left: 40px;
    margin-right: 15px;
    margin-bottom: 8px;
}
.wapper-right .row-input:last-child {
    margin-bottom: 0;
}

.wapper-right .row-input .title-input {
    font-size: 12px;
    color: rgba(28, 30, 32, 0.5);
    padding-top: 12px;
}

.wapper-right .row-input .form-text {
    width: 360px;
    height: 40px;
    border-radius: 4px;
    padding: 0 15px;
    font-size: 12px;
    color: rgba(28, 30, 32, 0.5);
    border: 1px solid rgba(0, 0, 0, 0.05);
    outline: none;
    background-color: rgba(0, 0, 0, 0.02);
    line-height: 22px;
     /* Remove First */
     -webkit-appearance: none;
     -moz-appearance: none;
     appearance: none;
}

.wapper-right .row-input .form-textarea {
    width: 360px;
    height: 64px;
    border-radius: 4px;
    padding: 15px;
    font-size: 12px;
    color: rgba(28, 30, 32, 0.5);
    border: 1px solid rgba(0, 0, 0, 0.05);
    outline: none;
    background-color: rgba(0, 0, 0, 0.02);
    resize: none;
    outline: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.form-submit {
    padding: 24px 0 0 140px;
}
.btn-submit {
    width: 160px;
    display: block;
    outline: none;
    border: 0;
    border-radius: 4px;
    height: 40px;
    font-size: 14px;
    color: #ffffff;
    background: #2f80ed;
    background: -moz-linear-gradient(left, #2f80ed 0%, #00aeef 100%);
    background: -webkit-linear-gradient(left, #2f80ed 0%,#00aeef 100%);
    background: linear-gradient(to right, #2f80ed 0%,#00aeef 100%);
}

.tab-content {
    padding: 16px 24px;
}
.tab-content p{
    font-size: 14px;
    color: rgba(28, 30, 32, 0.5);
    line-height: 22px;
    padding-bottom: 8px;
}
.tab-content p:last-child {
    padding-bottom: 0;
}
.tab-content p.mar-txt {
    margin-left: 20px;
}
.tab-content p a {
    color: #2DAAED;
} 
.display-wh {
    min-height: 368px;
    height: calc(100vh - 426px);
}
/* ncci */
.img-wap-ncci {
    display: none;
}

.title-ncci {
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 22px;
    color: rgba(28, 30, 32, 0.88);
    font-weight: bold;
}
.content-ncci-main {
    font-size: 14px;
    line-height: 22px;
    color: rgba(28, 30, 32, 0.5);
}
.img-ncci-content {

    text-align: center;
    width: 960px;
    margin: 0 auto;
    margin-top: 38px;
}
.title-ncci-content {
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    color: rgba(28, 30, 32, 0.5);
}
.ic-arrow-lg {
    margin-top: 12px;
}
.ncci-wrraper {
    display: flex;
    justify-content: space-between;
    position: relative;
    width: 960px;
    margin: 0 auto;
}
.ncci-wrraper .card-content {
    width: 200px;
    margin-top: 10px;
    text-align: center;
}
.card-content .card-item {
    border-radius: 4px;
    overflow: hidden;
    border: 1px solid rgba(28, 30, 32, 0.05);
}
.card-item img {
    border-radius: 4px;
}
.arrow-small-left {
    position: absolute;
    left: 200px;
    top: 104px;
}
.arrow-small-right {
    position: absolute;
    right: 200px;
    top: 104px;
}
.line-full-left {
    position: absolute;
    left: 230px;
    top: 0;
}
.line-full-right {
    position: absolute;
    right: 230px;
    top: 0;
}
.card-content.card-left {
    position: absolute;
    left: 240px;
    top: 0;
}
.card-content.card-right {
    position: absolute;
    right: 240px;
    top: 0
}
.ic-arrow-small {
    position: absolute;
    top: 220px;
    left: 337px;
}
.card-content .title-card {
    margin-top: 14px;
    line-height: 22px;
    font-size: 12px;
    font-weight: bold;
    color: rgba(28, 30, 32, 0.5);
}
.card-content .txt-card {
    margin-top: 6px;
    line-height: 22px;
    font-size: 12px;
    color: rgba(28, 30, 32, 0.5);
}
.list-item-ncci {
    font-size: 14px;
    line-height: 32px;
    padding-left: 8px;
    list-style-type: disc;
    margin-left: 20px;
    color: rgba(28, 30, 32, 0.5);
}
.content-wapper ul {
    /* margin-top: 16px; */
}

.box_content_error{
    width: 800px;
    height: 40px;
    position: fixed;
    top: 72px;
    left: 50%;
    transform: translate(-50%);
    background-color: #F44336;
    border-radius: 4px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    z-index: 30;
    text-align: left;
    padding-left: 23px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.ic_close_small.ic-close-error{
    cursor: pointer;
    font-size: 22px;
    color: #fff;
    position: absolute;
    right: 8px;
    top: 9px;
}

.box_content_error .txt-error{
    font-size: 14px;
    color: #fff;
    padding-top: 12px;
}

.border {
    border: 1px solid red !important;
}

.v_popup {
    position: fixed;
    width: 100%;
    top: 0;
    bottom: 0;
    z-index: 990000;
}

.v_overlayPopup {
    position: fixed;
    width: 100%;
    top: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
}
.v_contentPopupInformation {
    background-color: #ffffff;
    width: 500px;
    height: auto;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: rgba(0, 0, 0, 0.5);
    padding-bottom: 80px;
}
.w3-round, .w3-round-medium {
    border-radius: 8px;
}
.w3-display-middle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
}
.w3-tiny16 {
    font-size: 16px !important;
}
.bolder {
    font-weight: 900 !important;
}
.v_color1 {
    color: #444444 !important;
}
.v_headPopup {
    position: relative;
    height: 56px;
}
.v_headPopup .v_headTxt {
    width: calc(100% - 32px);
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    color: rgba(0, 0, 0, 0.5);
    float: left;
    padding: 16px 0;
    margin: 0 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    text-transform: uppercase;
}
.v_contentPopupInformation p {
    width: calc(100% - 32px);
    display: block;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    margin: 0 0 0 16px;
    color: rgba(0, 0, 0, 0.5) !important;
}
.w3-center {
    text-align: center!important;
}
.v_contentPopupInformation .v_submit {
    font-family: NhacCuaTui;
    outline: none;
    border: none;
    width: 160px;
    height: 48px;
    position: absolute;
    left: 50%;
    bottom: 16px;
    transform: translateX(-50%);
    /* text-transform: uppercase; */
    cursor: pointer;
    line-height: 48px;
}
w3-bg-linear-gray {
    background: #eaeaea;
    background: -moz-linear-gradient(left, #eaeaea 0%, #fafafa 100%);
    background: -webkit-linear-gradient(left, #eaeaea 0%,#fafafa 100%);
    background: linear-gradient(to right, #eaeaea 0%,#fafafa 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeaea', endColorstr='#fafafa',GradientType=1 );
}

.box-captcha {
    padding-left: 140px;
}