/*
Theme Name: OnWeb
Description: This is a child theme for Onmedia
Author: https://www.facebook.com/Namanhnjhtgghf/
Template: flatsome
Version: 3.0
*/
.bg_body {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 0;
    width: 30%;
}
.bg_body.bg_bode-bottom {
    right: 0;
    bottom: -10px;
    top: auto;
    left: auto;
    width: 10%;
}
video#movie {
    width: 100%;
}
.vieo_autu {
    position: relative;
}

.btn_video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99;
}
.btn_video svg {
    width: 80px !important;
    height: 80px !important;
}
footer#footer {
    z-index: 1;
}
.pad_none{
    padding-bottom: 0 !important;
}
h1, h2, h3, h4, h5, h6 {
    margin-bottom: 0 !important;
}
.col_form h3 {
    text-align: center;
    color: #9c876e;
    font-size: 36px;
    margin-bottom: 11px !important;
}
.col_form .wpcf7-form-control {
    box-shadow: none;
    border-radius: 3px;
}

span.wpcf7-spinner {
    display: none;
}

input.wpcf7-form-control.wpcf7-submit {
    text-transform: initial;
        margin: 0;
}

.review_item {
padding: 10px !important;
    display: block;
    box-shadow: 0px 0px 10px 0px rgb(156 135 110 / 44%);
    border-radius: 4px;
    margin-top: 10px;
    text-align: left;
    position: relative;
}
.review_item .date {
    position: absolute;
    top: 10px;
    right: 0;
    height: 20px;
    width: 100px;
    overflow: hidden;
}

.review_item .content {
    margin-top: 15px;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-height: 24px;
    height: 48px;
}
.home_date {
    max-width: 400px;
    margin: 0 auto;
    text-align: center;
}
.homedate_top p:first-child {
    margin-bottom: 5px;
    font-size: 30px;
    font-family: "Dancing Script", sans-serif;
    line-height: 1;
}

.homedate_top p:last-child {
    font-weight: bold;
    font-size: 14px;
}
.homedate_cele td {
    text-align: center;
}

.homedate_cele tr:first-child td {
    color: #000;
    font-weight: bold;
}

.homedate_cele tr:not(:first-child) td:nth-child(n+6) {
    color: red;
    font-weight: bold;
}

.homedate_cele tr td span {
    background: #9c876e;
    padding: 5px;
    width: 30px;
    display: inline-block;
    color: #fff;
}

/*nam css*/
.bg_body {
    display: none;
}
.home-lich .col-inner, .mung-cuoi .col-inner {
    background: #fff;
    max-width: 580px;
    padding: 50px 40px;
    -webkit-box-shadow: 0px 3px 24px 0px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 3px 24px 0px rgba(0, 0, 0, 0.06);
    text-align: center;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}
.home-lich .col-inner:before {
    content: "";
    width: calc(100% - 100px);
    height: calc(100% - 100px);
    position: absolute;
    left: 50px;
    top: 50px;
    border: 5px solid rgb(129 103 103 / 40%);
}
.home-lich .home_date {
    padding: 20px 0;
}
.home-lich .home-lich-text {
    padding: 85px 30px 0 30px;
}

.can-bo .col-inner{
    background: #fff;
    padding: 20px;
    -webkit-box-shadow: 0px 3px 24px 0px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 3px 24px 0px rgba(0, 0, 0, 0.06);
}









/* Pc      --------------------------------------------- */
@media(min-width: 766px){

}
@media (width: 1024px){

}
@media (max-width: 1024px){

}
@media (min-width: 990px) and (max-width: 1100px){

}
/*************** ------------------------PC và Tablet  --------------------------  ***************/
@media (min-width: 740px){
.btn_video {
    display: none;
}
}
/*************** ------------------------Tablet  --------------------------  ***************/
@media (min-width: 740px) and (max-width: 1023px){

}
@media (max-width:990px){

}
/*************** ------------------------Mobile và Tablet --------------------------  ***************/
@media (max-width: 1023px){

}

 /*************** ------------------------ Mobile   --------------------------  ***************/
@media screen and (max-width: 549px){
    .home-lich .col-inner, .mung-cuoi .col-inner {
        background: #fff;
        max-width: 580px;
        padding: 12px 30px;
        -webkit-box-shadow: 0px 3px 24px 0px rgba(0, 0, 0, 0.06);
        box-shadow: 0px 3px 24px 0px rgba(0, 0, 0, 0.06);
        text-align: center;
        margin: 0 auto;
        position: relative;
        z-index: 1;
    }
    .home-lich .col-inner:before {
        content: "";
        width: calc(100% - 37px);
        height: calc(100% - 36px);
        position: absolute;
        left: 18px;
        top: 22px;
        border: 5px solid rgb(129 103 103 / 40%);
    }
    .home-lich .home-lich-text {
        padding: 50px 30px 6px 30px;
    }

}