@charset "utf-8";

.vo-cidCont {
    position: relative;
    background-image: linear-gradient(148deg, #153966 14%, #0c244a 86%);
    padding: 16px 0 36px;
}

.vo-back {
    color: #fff;
    display: inline-block;
    cursor: pointer;
}

.vo-back span {
    width: 30px;
    height: 30px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .22);
    background-color: #fff;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    line-height: 36px;
    margin-right: 8px;
    vertical-align: middle;
}

.vo-back svg {
    width: 15px;
    fill: #11305a;
    position: relative;
    top: -3px;
}

.vo-back a:hover {
    color: #fff
}

.cid-share {
    float: right;
    position: relative;
    z-index: 100;
}

.cid-share {
    display: block;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: rgba(108, 138, 236, .1);
    color: #fff;
}

.cid-share>a {
    padding: 8px;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
}

.cid-share svg {
    width: 16px;
}

.cid-share>a.share-cid>svg,
.cid-share>a.close-share>svg {
    color: #fff;
    margin-top: -4px;
}

.close-share {
    display: none
}

.share-list {
    list-style-type: none;
    padding: 0;
    margin: 35px 0 0;
    height: 0;
    overflow: hidden;
    transition: .5s ease
}

.share-list li a {
    text-align: center;
    color: #fff;
    background-color: rgba(108, 138, 236);
    display: block;
    padding: 5px 0;
    margin-top: 5px;
    border-radius: 50%;
}

.cid-share.active .share-list {
    color: #fff;
    height: auto;
    border-radius: 8px;
}

.galert {
    position: fixed;
    box-shadow: 0 9px 17.43px 3.57px rgba(0, 0, 0, .08);
    bottom: 24px;
    transition: .3s;
    width: 300px;
    padding: 12px;
    z-index: 12;
    background-color: #fff;
    font-size: 0;
    left: 24px
}

.galert>img,
.galert>p {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    width: 30%
}

.galert>p {
    width: 70%;
    padding-left: 12px
}

.vo-cidBox {
    max-width: 100%;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 1px 4px 0 rgba(17, 19, 35, .07);
    border: solid .6px #f1f1f1;
    background-color: #fff;
    margin-top: 12px;
    display: flex;
    flex-wrap: wrap;
}

.vcd-l {
    padding: 18px;
    width: 100%
}

.vcd-r {
    border-top: 1px solid #d8d8d8;
    padding: 0 18px 18px;
}

.vcd-r .cou-det {
    max-height: 500px;
    overflow-y: auto;
    padding: 12px 4px;
    color: #515151;
    word-break: break-all;
}

.vo-coupDetails.showDesc {
    height: auto;
}

.vo-coupDetails h4 {
    font-size: 14px;
    margin: 0 0 20px;
    padding: 0 0 10px;
    position: relative;
    border-bottom: 2px solid #ecf1f7;
    text-align: left;
}

.vo-cdBox {
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 0 0 15px
}

.vo-cdBox>span {
    order: 2
}

.vo-cdBox>span>a>img {
    max-height: 38px;
    width: auto;
    height: 38px;
}

.vo-cdBox>p {
    font-size: 16px;
    line-height: 24px;
    margin: 0;
    order: 1
}

.vo-cdBox>p>b {
    font-size: 20px;
    line-height: 22px;
    display: block
}

.vo-cid-cont {
    border-top: 1px solid #d8d8d8;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 15px 0;
    position: relative;
}

.cid-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 98%
}

.cid-header>b {
    width: 40%
}

.vo-cidCC {
    background-color: rgba(51, 94, 234, .1);
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    padding: 15px 30px
}

.vo-ccCont>.vo-cidCC {
    position: absolute;
    text-align: center;
    padding: 16px 28px;
    top: 2px;
    right: 2px;
    z-index: 4;
    text-transform: uppercase;
    background-color: rgba(51, 94, 234, .1);
    color: #335eea;
    border-radius: 5px;
    line-height: 20px;
    letter-spacing: .3px;
    height: 92%;
    cursor: pointer
}

.vo-ccCont>.vo-cidCC.codeCopied:before {
    display: none;
}

.vo-ccCont>.vo-cidCC:hover {
    background-color: #1643d4;
    border-color: #153fc9;
    color: #fff;
}

.vo-ccCont>.vo-cidCC.codeCopied {
    text-transform: capitalize;
    font-weight: 600;
    font-size: 18px
}

.vo-ccCont>.vo-cidCC.codeCopied:hover {
    background: #8eb55a
}

.vo-ccCont>.vo-cidCC.codeCopied>svg {
    display: inline-block;
    vertical-align: -2px
}

.vo-cidCta>span {
    height: 18px;
    border: 1px solid transparent;
    font-size: 10px;
    text-align: center;
    border-radius: 2px;
    padding: 0
}

.vo-cidCta>span.cidYes {
    color: #8db654;
    border-color: #8db654
}

.vo-cidCta>span.cidYes:hover {
    color: #fff;
    background: #8db654
}

.vo-cidCta>span.cidNo {
    color: #d65353;
    border-color: #d65353
}

.vo-cidCta>span.cidNo:hover {
    color: #fff;
    background: #d65353
}

.vo-table {
    position: relative;
    margin: 0 auto 24px
}

.vo-table>.table {
    border: 1px solid #ddd;
    border-collapse: collapse
}

.vo-table>.table tr td,
.vo-table>.table tr th {
    border: 1px solid #ddd;
    padding: 8px;
    font-size: 12px;
    line-height: 18px
}

.vo-cdDesc ol,
.vo-cdDesc ul {
    font-size: 14px;
    line-height: 20px;
    list-style-type: disc;
    padding-left: 0px;
}

.vo-cdDesc ol>li+li {
    margin: 6px auto 0
}

.vo-cdDesc table td,
.vo-cdDesc table th,
.vo-cdDesc table td,
.vo-cdDesc table th {
    border: 1px solid #ddd;
    padding: 5px;
}

.vo-cdDesc>b {
    display: block;
    line-height: 24px;
    margin: 0 auto 16px
}

.vo-coupDetails.showDesc>.vo-cdDesc {
    left: 0
}

.vo-coupDetails.showDesc>.vo-cdBox {
    height: 100%
}

.vo-ccCont {
    position: relative;
    width: 98%;
    margin: 16px 0;
    border-radius: 5px;
    background-color: #ecf1f7;
    padding: 12px 24px;
    text-align: left;
    text-transform: uppercase;
    border: 2px dashed #575757
}

.vo-ccCont.vo-fullCode {
    max-width: 90%
}

/*
.vo-cidCopy.vo-oa>.vo-ccCont {
    text-align: center;
    text-transform: uppercase
}*/

.vo-ccCont>b {
    font-size: 24px;
    line-height: 30px;
    letter-spacing: .5px;
    display: block
}

.vo-ccCont>.vo-cidCC::before {
    content: 'sao chép';
    text-transform: uppercase
}

.vo-ccCont>.vo-cidCC.codeCopied {
    background-color: #42ba96;
    color: #fff;
}

.vo-ccCont>.vo-cidCC.codeCopied::before {
    content: 'đã copy';
    display: inline-block;
}

.vo-weblink {
    display: inline-block;
    font-size: 16px;
    color: #fff;
    line-height: 18px;
    cursor: pointer;
    background-color: #ff8400;
    padding: 10px;
    border-radius: 5px;
    font-weight: 500;
    text-transform: capitalize;
}

.vo-weblink:hover {
    background: #335eea;
}

.vo-weblink>a:hover {
    text-decoration: underline
}

.vo-weblink>svg {
    width: 16px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -2px;
    margin-right: 8px;
    fill: #fff
}

.vo-weblink>a,
.vo-weblink>a:hover {
    color: #fff
}

/*
.vo-cidCopy>span {
    display: inline-block;
    font-weight: 700;
    font-size: 16px;
    color: #335eea;
    line-height: 18px;
    cursor: pointer
}

.vo-cidCopy>span>a:hover {
    text-decoration: underline
}

.vo-cidCopy>span>svg {
    width: 16px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -2px;
    margin-right: 8px;
    fill: #335eea
}

.vo-cidCopy>span>a {
    color: #335eea
}
*/
.vo-cidFeed {
    display: none;
    margin: 10px auto 0
}

.vo-cidCta {
    color: #2491ef;
    border: solid 1px #2491ef;
    background-color: #f0f8ff;
    display: inline-block;
    padding: 8px 12px;
    border-radius: 32px;
}

.vo-cidCta>p,
.vo-cidCta>span {
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    color: #333;
    line-height: 1;
    letter-spacing: .2px;
    margin-bottom: 0;
    padding: 2px;
}

.vo-cidCta>span {
    text-transform: capitalize;
    cursor: pointer;
    margin-left: 10px
}

.vo-fbSuc {
    position: relative;
    font-size: 12px;
    line-height: 16px;
    color: #869ab8;
    display: none;
    margin: 8px 0
}

.vo-fbOpt {
    position: absolute;
    left: 0;
    top: 0;
    padding: 20px 0 0;
    background: #fff;
    bottom: 0;
    z-index: 9;
    right: 0;
    transition: .5s ease;
    display: none
}

.close-fbOpt {
    position: absolute;
    top: 20px;
    right: 0
}

.vo-fbOpt h4,
.vo-fbThanks h4 {
    font-size: 14px;
    font-weight: 700;
    margin: 0 0 10px
}

.vo-fbOpt>span,
.vo-fbOpt>ul {
    display: inline-block;
    vertical-align: middle;
    color: #333;
    line-height: 16px;
    letter-spacing: .2px
}

.vo-fbOpt>span {
    margin-right: 24px;
    font-size: 14px;
    font-weight: 500
}

.vo-fbOpt>ul.freeze {
    pointer-events: none
}

.vo-fbOpt>ul>li {
    font-size: 13px;
    border-radius: 2px;
    border: solid 1px #d8e3ed;
    padding: 4px 12px;
    font-weight: 500;
    cursor: pointer;
    display: inline-block;
}

.vo-fbOpt>ul>li+li {
    margin-left: 12px
}

.vo-fbOpt>ul>li:hover {
    color: #519cde;
    border: 1px solid #519cde
}

.vo-fbOpt>ul>li.otherIssue:hover {
    color: #ec1f27;
    border: 1px solid #ec1f27
}

.vo-fbThanks {
    position: absolute;
    left: 0;
    top: 0;
    padding: 30px 0 0;
    background: #fff;
    bottom: 0;
    z-index: 9;
    right: 0;
    transition: .5s ease;
    display: none
}

.vo-fbThanks .vo-fbForm {
    margin: 20px 0 0
}

.vo-fbThanks>p {
    color: #333;
    font-size: 14px;
    margin: 0 auto 4px;
}

.vo-fbForm {
    position: relative;
    font-size: 0;
    max-width: 380px;
    margin: 20px auto 0
}

.vo-fbForm>form,
.vo-fbForm>span {
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    width: 60%
}

.vo-fGroup {
    position: relative
}

.vo-fGroup>input {
    border: 0;
    border-bottom: 2px solid #d8e3ed;
    font-size: 13px;
    width: 100%;
    padding: 12px 0 4px
}

.vo-fGroup>input::placeholder {
    color: #575757;
    font-size: 13px
}

.vo-fbSend {
    position: absolute;
    top: 50%;
    right: 0;
    cursor: pointer;
    line-height: normal;
    margin: -5px auto 0
}

.vo-fbSend>.sendRep {
    width: 16px;
    fill: #5353ff;
    line-height: normal
}

.vo-fbForm>span {
    padding-left: 24px;
    text-align: left;
    font-size: 14px;
    color: #333;
    text-decoration: underline;
    position: relative;
    top: 4px;
    cursor: pointer;
    width: 40%;
    font-weight: 600
}

.vo-fbForm.otherIss {
    display: none;
    max-width: none
}

.vo-fbForm.otherIss>form {
    width: 100%;
    max-width: 434px
}

.vo-cidRC {
    position: relative;
    margin: 24px auto 0
}

.vo-cidRC>h2 {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: .3px;
    position: relative;
    margin: 0 auto 24px;
    padding-bottom: 12px
}

.vo-cidRC>h2:after {
    content: '';
    position: absolute;
    width: 188px;
    height: 1px;
    background-color: #000;
    left: 0;
    bottom: 0
}

.vo-cidRC>ul {
    margin: 0 -12px;
    display: flex;
    flex-wrap: wrap;
}

.vo-cidRC>ul>li {
    padding: 0 12px;
    margin: 0 auto 24px;
    width: 33.33%;
    vertical-align: top
}

.vo-crcBox {
    position: relative;
    border-radius: 5px;
    background-color: #fff;
    border: solid 3px #dfe7ef;
    padding: 12px 24px;
    cursor: pointer
}

.vo-crcBox>span {
    display: block
}

.vo-crcBox>span>img {
    max-height: 50px;
    max-width: 50px;
}

.vo-crcBox>b {
    display: block;
    margin: 18px auto 12px;
    line-height: 20px;
    letter-spacing: .3px
}

.vo-crcBox>h2,
.vo-crcBox>h3 {
    margin: 0 auto 16px;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: .3px;
    height: 62px;
    overflow: hidden
}

.vo-crcBox>a:hover,
.vo-crcBox>h2:hover,
.vo-crcBox>h3:hover {
    text-decoration: underline
}

.vo-crcBox>a {
    font-weight: 500;
    color: #346cb0;
    letter-spacing: .3px
}

.vo-ccCont.has2Stars:after,
.vo-ccCont.has2Stars:before,
.vo-ccCont.has3Stars:after,
.vo-ccCont.has3Stars:before,
.vo-ccCont.has3Stars>b:before,
.vo-ccCont.has4Stars:after,
.vo-ccCont.has4Stars:before,
.vo-ccCont.has4Stars>b:after,
.vo-ccCont.has4Stars>b:before {
    content: '*';
    position: absolute;
    font-size: 48px;
    left: 4px;
    top: 50%;
    line-height: 52px;
    width: 20px;
    height: 30px;
    margin: -16px auto 0;
    background-color: #ecf1f7
}

.vo-ccCont.has2Stars:after,
.vo-ccCont.has2Stars:before {
    width: 26px;
    text-align: center
}

.vo-ccCont.has3Stars:after,
.vo-ccCont.has4Stars:after {
    left: 24px
}

.vo-ccCont.has2Stars:after {
    left: 26px
}

.vo-ccCont.has3Stars>b:before,
.vo-ccCont.has4Stars>b:before {
    left: 44px;
    font-weight: 400
}

.vo-ccCont.has4Stars>b:after {
    left: 64px;
    font-weight: 400;
    width: 26px
}

.vo-excOffCont {
    position: absolute;
    border-radius: 2px;
    background-color: #fff;
    border: 1px solid #d8e3ed;
    padding: 6px 12px;
    max-width: 430px;
    margin: 0 auto;
    font-size: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.vo-excOffCont:before {
    content: '';
    width: 1px;
    height: 70%;
    background-color: #dde6ef;
    position: absolute;
    top: 4px;
    left: 38px;
    pointer-events: none
}

.vo-excOffCont.unlocked {
    background-color: #e2f8c5;
    border: 1px solid transparent
}

.vo-excOffCont>svg {
    display: inline-block;
    vertical-align: middle;
    width: 8%;
    height: 12px;
    fill: #ec1f27;
    padding-right: 12px
}

.vo-excOffCont.unlocked>svg {
    fill: #6e9539
}

.vo-excOffCont>p {
    display: inline-block;
    vertical-align: middle;
    width: 92%;
    font-size: 12px;
    color: #869ab8;
    line-height: 16px
}

.vo-excOffCont>p>a {
    color: #335eea;
    text-decoration: underline
}

.cp-excD {
    display: none
}

.vo-excDet {
    position: relative;
    margin: 12px auto 36px;
    display: none
}

.vo-excDet>.vo-excBan {
    position: relative;
    margin: 0 auto 24px
}

.vo-excDet>ul {
    margin: 0 -12px
}

.vo-excDet>ul>li {
    padding: 0 12px;
    margin: 0 auto;
    width: 33.33%;
    vertical-align: top
}

.vo-excDet.show {
    display: block;
    margin-top: 12px;
    color: #288ad6;
}
.vo-cdDesc{
    position: relative;
}

.vo-coupDetails.showDesc .vo-cdDesc:after {
    display: none;
}

.vo-showDesc{
    display: none;
    color: #288ad6;
    margin-top: 20px;
    padding: 10px 0;
}

@media screen and (min-width: 64em) {

    .vcd-l,
    .vcd-r {
        display: inline-block;
        vertical-align: middle;
    }

    .vcd-l {
        width: 60%;
        padding: 24px;
    }

    .vcd-r {
        width: 40%;
        border-top: none;
        border-left: 1px solid #d6d8da;
    }

    .vcd-r .cou-det {
        max-height: 290px;
    }
}

@media only screen and (max-width:767px) {
    .cid-header {
        flex-direction: column;
        align-items: center;
        width: 100%
    }

    .cid-header>b {
        width: 100%
    }

    .vcd-r {
        width: 100%;
    }

    .vo-fbOpt,
    .vo-fbThanks {
        position: static;
        padding: 0
    }

    .close-fbOpt,
    .vo-fbOpt h4 {
        display: none
    }

    .vo-weblink {
        margin: 20px 0 0
    }

    .vo-coupDetails>h4 {
        font-size: 14px;
        color: #bababa;
        padding: 0;
        border: none;
        margin: 0 0 10px
    }

    /*
    .vo-cidCopy,
    .vo-coupDetails {
        width: 100%;
        padding: 0;
        border: 0;
        height: auto;
        text-align: center
    }*/

    .vo-ccCont {
        padding: 12px;
        margin: 15px auto 0;
        width: 100%
    }

    .vo-ccCont>b {
        font-size: 16px;
        line-height: 22px;
        letter-spacing: .3px
    }

    .vo-ccCont>.vo-cidCC {
        width: 120px;
        padding: 12px;
        font-size: 14px
    }

    .vo-coupDetails {
        border-top: 2px solid #dfe7ef;
        padding: 16px 0 0;
        margin: 16px auto 0;
        text-align: center
    }

    .vo-cdBox>span {
        order: 1;
        margin: 0 0 10px
    }

    .vo-cdBox>p {
        font-size: 14px;
        line-height: 20px;
        order: 2;
        text-align: center
    }

    .vo-cdBox {
        flex-direction: column;
        align-items: center;
        margin: 0 0 10px;
        padding: 0 0 10px
    }
    
    .vo-cdDesc:after {
        background: linear-gradient(180deg,hsla(0,0%,100%,0),#fff);
        content: "";
        pointer-events: none;
        position: absolute;
        right: 0;
        bottom: 0;
        width: 100%;
        left: 0;
        height: 55px;
    }

    .vo-showDesc{
        display: block;
    }

    .vo-coupDetails.showDesc>.vo-showDesc {
    }

    .vo-cdDesc {
        top: 16px;
        text-align: left;
        padding-right: 0;
        max-height: 650px;
        overflow: hidden;
    }
    .vo-coupDetails.showDesc .vo-cdDesc{
        max-height: unset
    }

    .vo-cidFeed {
        position: relative;
        bottom: 0;
        text-align: left;
        margin: 20px auto 0
    }

    .vo-fbSuc {
        text-align: center
    }

    .vo-fbOpt>span,
    .vo-fbOpt>ul {
        display: block;
        margin: 0 auto
    }

    .vo-fbOpt>span {
        margin: 0 auto 6px;
        font-size: 10px
    }

    .vo-fbOpt>ul>li {
        font-size: 10px;
        margin-right: 4px;
        padding: 4px 8px
    }

    .vo-fbOpt>ul>li+li {
        margin-left: 0
    }

    .vo-fbThanks {
        text-align: center
    }

    .vo-fbThanks>p {
        line-height: 18px;
        margin: 0 auto
    }

    .vo-fbForm>form,
    .vo-fbForm>span {
        display: block;
        width: 100%;
        padding: 0
    }

    .vo-fbForm>span {
        top: 0;
        margin: 16px auto 0;
        text-align: center
    }

    .vo-cidRC {
        margin: 24px auto 48px
    }

    .vo-cidRC>h2 {
        font-size: 16px;
        line-height: 20px;
        margin: 0 auto 12px;
    }

    .vo-cidRC>h1:after {
        content: none
    }

    .vo-cidRC>ul {
        flex-wrap: nowrap;
        margin: 0 -6px;
        white-space: nowrap;
        overflow: hidden;
        overflow-x: auto;
    }

    .vo-cidRC>ul::-webkit-scrollbar {
        display: none
    }

    .vo-cidRC>ul>li {
        width: 82%;
        flex: 0 0 82%;
        margin: 0 auto;
        white-space: normal;
        padding: 0 6px;
    }

    .vo-crcBox {
        padding: 12px;
        border: 2px solid #dfe7ef
    }

    .vo-crcBox>h2,
    .vo-crcBox>h3 {
        height: 40px
    }

    .vo-cidBox {
        margin: 24px auto 0;
    }

    .vo-excOffCont {
        position: relative;
        margin: 24px auto
    }

    .vo-excOffCont>svg {
        width: 12%
    }

    .vo-excOffCont:before {
        content: none
    }

    .vo-excOffCont>p {
        width: 88%;
        text-align: left
    }

    .vo-excDet {
        margin: 0 auto
    }

    .vo-excDet>.vo-excBan {
        margin: 12px -12px 24px
    }

    .vo-excDet>ul {
        margin: 0 -6px;
        white-space: nowrap;
        overflow: hidden;
        overflow-x: auto
    }

    .vo-excDet>ul::-webkit-scrollbar {
        display: none
    }

    .vo-excDet>ul>li {
        padding: 0 6px;
        width: 82%
    }
}

.vo-cdBox>p>b {
    line-height: 30px
}
}