@charset "utf-8";

.col-12{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.service_left .active a{
    color: green;
    font-weight: 600;
}
.list_document{
    margin-left: -5px;
    margin-right: -5px;
    width: calc( 100% + 10px);
    margin-top: 15px;
}
.d-flex{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.list_document > dl{
    flex: 0 0 calc(100% - 10px);
    width: calc(100% - 10px);
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 15px;
    /*text-align: center;*/
}
.list_document > dl dt{
    position: relative;
}
.list_document > dl dt a{
    height: 200px;
    overflow: hidden;
    margin-bottom: 10px;
}
.list_document > dl dd a.cat{
   display: inline-block;
    background: #cce6ff;
    color: #094d91;
    font-weight: 700;
    line-height: 16px;
    font-size: 12px;
    border-radius: 2px;
    padding: 4px 8px;
    margin-bottom: 8px;
}
.list_document > dl dd a.name{
   font-size: 14px;
    color: #303030;
    font-weight: 600;
    display: block;
}
.list_document > dl dd a.name:hover{
    color: #298dcb;
}
.favourite{
    width: 30px;
    height: 30px;
    border: 1px solid #ccc;
    border-radius: 100%;
    line-height: 30px;
    position: absolute;
    right: 10px;
    top: 10px;
    text-align: center;
    background: #fff;
    display: inline-block;
    font-size: 18px;
    cursor: pointer;
}
.favourite.rel{
    position: relative;
    right: 0;
    top: 0;
}
.favourite .fa-solid.fa-heart{
    display: none;
}
.favourite.active .fa-solid.fa-heart{
    display: inline-block;
}
.favourite.active .fa-regular.fa-heart{
    display: none;
}
.favourite.active{
    color: red;
}
.favourite:hover{
    background: red;
    color: #fff!important;
}
.favourite i{
    margin-top: 7px;
}
.img-cover{
    width: auto;
    object-fit: cover;
    min-width: 100%;
    height: 100%;
}
.text-center{
    text-align: center;
}
.document{
    padding: 15px;
}
.document h1.title{
    margin-bottom: 10px;
}
.document .brief{
    margin-bottom: 20px;
}
.document .document-box{
    margin-left: -8px;
    margin-right: -8px;
}
.document .document-box .col-50{
    flex: 0 0 calc(100% - 16px);
    width: calc(100% - 16px);
    padding-left: 8px;
    padding-right: 8px;
    margin-bottom: 15px;
}
.document .document-box .document-right-box{
    position: relative;
}
.document .document-box .document-right-box img{
    width: 100%;
    margin-bottom: 10px;
}
.document .document-box .document-right-box .favourite{
    right: 30px;
}
.document .document-box  .price{
    font-size: 16px;
    font-weight: 800;
    color: #ea0000;
}
.document .document-box  .price.text-uppercase{
    text-transform: uppercase;
    color: green;
}
.document .document-box  .price span{
    color: #222;
}
.document .document-box .document-right-box .addcart,.checkout  form input[type='submit'],.login-signup form input[type='submit']{
    width: 100%;
    display: block;
    text-align: center;
    margin: 1rem 0 1.5rem;
    padding: 10px 0;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1rem;
    letter-spacing: .05rem;
    color: #fff;
    background: #53b353;
    border: 0;
    cursor: pointer;
    transition: all .3s ease;
    border: 2px #53b353 solid;
    border-radius: 5px;
}
.checkout form input[type='submit'],.login-signup form input[type='submit']{
    padding: 5px;
    font-size: 15px;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    max-width: 200px;
}
.document .document-box .document-right-box .addcart:hover,.checkout  form input[type='submit']:hover,.login-signup  form input[type='submit']:hover{
    color:#53b353;
    background-color:#fff;
    text-decoration:none
}
.checkout{
    padding: 15px;
}
.checkout .block{
    border: 1px solid #DADADA;
    border-radius: 5px;
    margin-bottom: 20px;
}
.checkout .block .big-title{
    background: #eee;
    border-radius: 5px 5px 0 0;
    padding: 8px 5px;
    font-weight: 600;
    border-bottom: 1px solid #DADADA;
}
.checkout .block table{
    width: 100%;
    border-spacing: 0;
}
.checkout .block table th{
    text-align: left;
    font-size: 15px;
    font-weight: 600;
}
.checkout .block table th,.checkout .block table td{
    padding: 8px;
}
.checkout .block table .name{
    color: #0a73bb;
}
.checkout .block table td.delete{
    width: 40px;
}
.checkout .block table .addcart{
    color: #721c24;
    background-color: #f8d7da;
    border:1px solid #f5c6cb;
    border-radius: 5px;
    padding: 5px 10px;
    cursor: pointer;
}
.checkout .block table td{
    font-size: 14px;
}
.checkout .block table .total td{
    font-size: 16px;
    border-top: 1px solid #DADADA;
    font-weight: 600;
}
.checkout .has-padding{
    padding: 15px;
}
.checkout .mg-bt-10{
    margin-bottom: 10px;
}
.checkout .block .form{
    max-width:600px ;
    margin-right: auto;
    margin-left: auto;
    padding: 15px;
}
.checkout .block .form li{
    margin-bottom: 8px;
}
.checkout .block .form label{
    width: 100px;
    float: left;
    text-align: right;
    margin-right: 5px;
    line-height: 28px;
}
.checkout .block .form input[type='text'],.login-signup input[type='text'],.login-signup input[type='password']{
    width: calc(100% - 120px);
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    box-shadow: inset 0 0 8px 0 #ddd;
    -webkit-box-shadow: inset 0 0 8px 0 #ddd;
    -moz-box-shadow: inset 0 0 8px 0 #ddd;
    -ms-box-shadow: inset 0 0 8px 0 #ddd;
    -o-box-shadow: inset 0 0 8px 0 #ddd;
    border: 1px solid #cbcbcb;
    padding: 4px;
}
.login-signup input[type='text'],.login-signup input[type='password']{
    width: calc(100% - 10px);
}
.checkout .block .form .errorMessage{
    color: #ea0000;
    text-align: right;
}
.checkout .block .payment{
    padding: 15px;
}
.checkout .block .payment .d-flex{
    -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;
}
.checkout .block .payment img{
    max-height: 100px;
    max-width: 100%;
}
.empty-text{
    color: green;
    font-size: 1.2em;
    margin-bottom: 20px;
    margin-top: 20px;
}
.checkout .block .payment .info{
    padding: 10px;
    border: 1px dashed #ddd;
    margin-top: 20px;
}
.checkout .block .payment .info *{
    margin-bottom: 8px;
    font-size: 14px;
}
.checkout .block .payment .info ol{
    padding-left: 15px;
}
.checkout>h1{
    margin-bottom: 20px;
}
.checkout .btn-download{
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
    padding: 0 20px;
    line-height: 50px;
    background: green;
    color: #fff;
    border-radius: 5px;;
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
}
.checkout .error-box{
    color: #ea0000;
    font-weight: bold;
    font-size: 17px;
    padding: 20px;
}
.checkout .custom_radio_box .radio{
    padding: 5px 0;
}
.checkout .custom_radio_box .radio label{
    font-size: 15px;
    font-weight: 600;
    margin-left: 10px;
}
.checkout .custom_radio_box .radio-wrap.has-border{
    border-bottom: 1px solid #DADADA;
    margin-bottom: 15px;
}
.checkout .custom_radio_box .radio-wrap .blank-slate{
    display: none;
}
.checkout .custom_radio_box .radio-wrap.show .blank-slate{
    display: block;
    padding: 10px;
    background: #efefef;
}
.alert-success {
    color: #155724;
    background-color: #d4edda;
    border:1px solid #c3e6cb;
    border-radius: 5px;
}
.alert-thank{
    margin-bottom: 15px;
    padding: 15px;
    font-size: 15px;
    font-weight: 600;
}
.left ._box > a.title{
    background: #189e55;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    padding: 7px 10px 7px 15px;
    font-size: 14px;
    margin-left: -8px;
    position: relative;
    display: block;
    margin-top: 20px;
}
.left ._box > a.title span {
    position: absolute;
    bottom: -8px;
    left: 0;
    border-top: 4px solid #0c6836;
    border-right: 4px solid #0c6836;
    border-left: 4px solid transparent;
    border-bottom: 4px solid transparent;
    display: block;
}

.half-box{
    flex: 0 0 100%;
    width: 100%;
}
.login-signup .tit{
    font-size: 20px;
    font-weight: bold;
    color:#53b353;
    margin-bottom: 20px;
}
.login-signup .half-box > div{
    padding: 10px;
}
.login-signup dl,.login-signup dt{
    margin-bottom: 10px;
}
.mb-15{
    margin-bottom: 15px;
}
.login-signup .errorMessage{
    color: #ea0000;
}
.login-signup .half-box:last-child{
    border-top: 1px solid #f2f2f2;
}
/*//tab*/
@media screen and (min-width: 34.375em) {
    .list_document > dl{
        flex: 0 0 calc(50% - 10px);
        width: calc(50% - 10px);
    }
}
/*ipad*/
@media screen and (min-width: 34.375em){
    .list_document > dl dt a{
        height: 190px;
    }

    .document .document-box .document-right-box .price{
        font-size: 18px;
    }
}
/*desktop*/
@media screen and (min-width: 60em) {
    .d-lg-none {
        display: none!important;
    }
    .list_document > dl{
        flex: 0 0 calc((100%  - 30px)/ 3);
        width: calc((100%  - 30px) / 3 );
    }
    .list_document > dl dt a{
        height: 160px;
    }
    .list_document > dl dd a.name{
        font-size: 15px;
    }

    .document .brief{
        margin-bottom: 10px;
    }
    .document .document-box .col-50{
        flex: 0 0 calc(50% - 16px);
        width: calc(50% - 16px);
    }

    .document .document-box .price{
        font-size: 22px;
    }
    .checkout .block .big-title{
        font-size: 18px;
    }


    .half-box{
        flex: 0 0 50%;
        width: 50%;
    }
    .login-signup .half-box:last-child{
        border-top: 0;
        border-left: 1px solid #f2f2f2;
        flex: 0 0 49%;
        width: 49%;
    }
    .login-signup .half-box > div{
        padding: 30px;
    }

    .col-lg-6{
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 4px);
        flex: 0 0 calc(50% - 4px);
        max-width: calc(50% - 4px);
    }
}

/*bảng orders + document*/
.list-file table{width:100%;border-collapse:collapse}.list-file table tr:nth-child(2n+1){background-color:#eee}.list-file table tr td{border:1px solid #d3d3d3;padding:10px}.list-file table tr td a{color:#23527c}.list-file table tr td a:hover{text-decoration:underline}.list-file table tr th{padding:5px 10px;border:1px solid #79d9a4;text-align:center;background-color:#189e55;color:#fff}@media(max-width: 991.98px){.list-file table .header{display:none}.list-file table .mmn{display:none}}/*# sourceMappingURL=style.css.map */


.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
.col-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}

.view-order p{
    margin-bottom: 5px;
}

.frm-search{
    padding: 10px;
}
.frm-search form{
    border: 1px solid #ccc;
    border-radius: 5px;
    background: #fff;
}
.frm-search form *,.frm-search form input:focus{
    border: 0;
    outline: 0;
    background: #fff;
    box-shadow: none;
    border-radius: 5px;
    line-height: 30px;
}
.frm-search form input{
    width: calc( 100% - 35px);
    text-indent: 5px;
}
.frm-search form button{
    width: 30px;
}
/*Bình luận*/
.formreview form{
    padding: 15px;
}
.formreview .form-sub form{
    padding:15px 0;
}
.formreview form>div>div{
    margin: 0 2px 2px 2px;
    /*width: calc(50% - 20px);*/
    /*padding: 2px;*/
}
.formreview form>div>div.col-12{
    flex: calc(100% - 4px);
}
.formreview form textarea{
    width: 100%;
    height: 150px;
}
.formreview form input{
    height: 40px;
    line-height: 40px;
    width: 100%;
}
.formreview form input,.formreview form textarea{
    border: 1px solid #ccc;
    text-indent: 10px;
}
.formreview form input,.formreview form textarea,.formreview form button{
    margin-bottom: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 5px;
    outline: 0;
}
.formreview form button{
    height: 40px;
    line-height: 40px;
    width: 100%;
    background: green;
    color: #fff;
    border: 0;
    font-size: 17px;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
}
.formreview form button:hover{
    background: darkgreen;
}
.formreview form .error{
    color: red;
    font-size: 13px;
    margin-bottom: 5px;
    display: none;
}
.formreview form .error.show{
    display: block;
}
.question-rate{
    padding: 15px;
}
.question-rate .item{
    margin-bottom: 15px;
}
.question-rate .item .item-info {
    flex: 0 0 100%;
    width: 100%;
    margin-bottom: 10px;
}

.question-rate .item .item-info .ava-name {
    flex: 1
}

.question-rate .item .item-info .ava-name .ava span {
    width: 25px;
    height: 25px;
    display: block;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    background: #ddd;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    line-height: 25px;
    text-transform: uppercase
}

.question-rate .item .item-info .ava-name .ava img {
    width: 25px;
    height: 25px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px
}

.question-rate .item .item-info .ava-name .name {
    font-weight: 700;
    padding-left: 5px;
    line-height: 25px;
}

.question-rate .item .item-info .ava-name .tag {
    margin: 0 0 0 .5rem;
    padding: .2rem .6rem;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    background: #64a633;
    font-size: 10px;
    font-weight: 700;
    line-height: 1.5;
    color: #fff
}

.question-rate .item .item-info .time {
    font-weight: 700;
    line-height: 25px;
    color: #707070;
    font-size: 13px
}

.question-rate .item .item-content {
    width: calc(100% - 45px);
    margin-left: 25px;
    padding: 10px;
    border-radius: 10px;
    background: #f3f4f6;
    overflow: hidden
}

.question-rate .item .item-content.bg_white {
    background: #fff
}

.question-rate .item .item-content .text-right{
    text-align: right;
    margin-top: 10px;
}
.question-rate .item .item-content .item-rate .yellow {
    color: #f59e0b
}

.question-rate .item .item-content .img-box {
    height: 100px;
    width: 100px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    overflow: hidden
}

.question-rate .item.item-sub {
    margin-left: 25px
}

.question-rate .btn-rep-review {
    line-height: 1.4;
    text-decoration: none;
    color: green;
}

.question-rate .item-send-review {
    width: calc(100% - 25px);
    flex: 0 0 calc(100% - 25px);
    margin-left: 25px
}

.question-rate .item-send-review .btn-red {
    min-width: 80px
}

.question-rate .item-send-review .btn-red i {
    margin-right: 5px
}
.btn-rep-review,.btn-like-review{
    cursor: pointer;
    display: inline-block;
}
.like{
    margin:0 20px;
    font-size: 16px;
}
.like .fa-solid.fa-thumbs-up{
    display: none;
}
.like.active .fa-solid.fa-thumbs-up{
    display: inline-block;
}
.like.active .fa-regular.fa-thumbs-up{
    display: none;
}
.like.active{
    color: dodgerblue;
}
.like:hover{
    color: red;
}
.like i{
    margin-top: 7px;
}
.question-rate .form-sub{
    display: none;
}
.form-sub .text-right{
    text-align: right;
    margin-bottom: 5px;
}
.form-sub .text-right span{
    display: inline-block;
    line-height: 30px;
    padding: 0 20px;
    background: #ea0000;
    color: #fff;
    font-weight: bold;
    border-radius: 5px;
    cursor: pointer;
}
.review .alert-success{
    display: none;
    text-align: center;
}
/*click me animation*/
a.click_me {
    position: relative;
    padding: 15px 20px;
    box-shadow: 0 3px 10px  rgba(0, 0, 0, 0.15);
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
    overflow: hidden;
    display: inline-block;
    background: #033803;
    margin: 20px 0;
}
a.click_me:hover{
    background: #000;
}

a.click_me span:nth-child(1) {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(to right, #171618, #3bff3b);
    animation: animate1 2s linear infinite;
}

@keyframes animate1 {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(100%);
    }
}

a.click_me span:nth-child(2) {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 2px;
    background: linear-gradient(to bottom, #171618, #3bff3b);
    animation: animate2 2s linear infinite;
    animation-delay: 1s;
}
@keyframes animate2 {
    0% {
        transform: translateY(-100%);
    }
    100% {
        transform: translateY(100%);
    }
}

a.click_me span:nth-child(3) {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(to left, #171618, #3bff3b);
    animation: animate3 2s linear infinite;
}

@keyframes animate3 {
    0% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(-100%);
    }
}

a.click_me span:nth-child(4) {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 2px;
    background: linear-gradient(to top, #171618, #3bff3b);
    animation: animate4 2s linear infinite;
    animation-delay: 1s;
}

@keyframes animate4 {
    0% {
        transform: translateY(100%);
    }
    100% {
        transform: translateY(-100%);
    }
}
