
/* col-left
***********************************************************************************************************************/

.col-left
{
    float: left;
}

/* col-right
***********************************************************************************************************************/

.col-right .post-box
{
    width: 100%;
    float: right;
    margin-top: 10px;
    display: table;
}
.col-right .post-box:first-child
{
    margin-top: 20px;
}
.col-right .post-box .img-box
{
    width: 72px;
    height: 56.25%;
    float: right;
    overflow: hidden;
    position: relative;
}
.col-right .post-box .img-box:before
{
    content: "";
    display: block;
    padding-top: 56.25%;
}
.col-right .post-box .img-box img
{
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    -o-object-fit: cover;
    font-family: "object-fit: cover;";
    position: absolute;
    top: 0;
    left: 0;
}
.col-right .post-box .title
{
    width: 100%;
    font-size: 10pt;
    text-align: justify;
    line-height: 1.5em;
    padding: 0 10px 0 0;
    display: table-cell;
    vertical-align: middle;
    overflow: hidden;
    position: relative;
}

.col-right .tag-box
{
    margin-top: 20px;
}
.col-right .tag-box a, .col-right .tag-box a:visited
{
    background-color: #eeeeee;
    color: #222222;
    font-size: 9pt;
    float: right;
    padding: 5px 7px;
    margin: 0 0 5px 5px;
    border-radius: 25px 25px 0 25px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.col-right .tag-box a:hover
{
    color: #d8194c;
}

/* *** */

@media (max-width:991px)
{
    .col-right
    {
        margin-top: 0 !important;
    }
}

/*
***********************************************************************************************************************/

.home-post-new .post-full, .home-post-new .post-half
{
    width: 50%;
    height: 56.25%;
    float: right;
    overflow: hidden;
    position: relative;
}
.home-post-new .post-half
{
    width: 25%;
}
.home-post-new .post-full:before, .home-post-new .post-half:before
{
    content: "";
    display: block;
    padding-top: 56.25%;
}
.home-post-new .post-half:nth-child(2), .home-post-new .post-half:nth-child(3)
{
    border-right: 3px solid transparent;
    border-bottom: 1.5px solid transparent;
}
.home-post-new .post-half:nth-child(4), .home-post-new .post-half:nth-child(5)
{
    border-right: 3px solid transparent;
    border-top: 1.5px solid transparent;
}
.home-post-new img
{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    object-fit: cover;
    -o-object-fit: cover;
    font-family: "object-fit: cover;";
}
.home-post-new .title
{
    background-color: rgba(0, 0, 0, 0.7);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
    width: 100%;
    color: #ffffff;
    font-size: 11pt;
    text-align: justify;
    padding: 30px 15px 15px 15px;
    position: absolute;
    bottom: 0;
    right: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.home-post-new .post-full:hover .title, .home-post-new .post-half:hover .title
{
    color: #d8194c;
}

/* home
***********************************************************************************************************************/

.page-home .blog-group-post .post-box a
{
    width: 100%;
    float: right;
    margin-top: 15px;
}
.page-home .blog-group-post .img-box
{
    background-color: #f5f5f5;
    width: 100px;
    height: 56.25%;
    float: right;
    overflow: hidden;
    position: relative;
}
.page-home .blog-group-post .img-box:before
{
    content: "";
    display: block;
    padding-top: 56.25%;
}
.page-home .blog-group-post .img-box img
{
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    -o-object-fit: cover;
    font-family: "object-fit: cover;";
    position: absolute;
    top: 0;
    left: 0;
}
.page-home .blog-group-post .post-box .title-date
{
    font-size: 10pt;
    text-align: justify;
    line-height: 1.5em;
    padding: 0 110px 0 0;
}
.page-home .blog-group-post .post-box .title
{
    font-size: 10pt;
    font-weight: bold;
    text-align: justify;
    line-height: 2em;
}
.page-home .blog-group-post .post-box .date
{
    color: #888888;
    font-size: 9pt;
    margin-top: 5px;
}

.page-home .blog-group-post .first-post-box .img-box
{
    width: 100%;
}
.page-home .blog-group-post .first-post-box .title-date
{
    float: right;
    padding: 0;
}
.page-home .blog-group-post .first-post-box .title
{
    font-size: 11pt;
    margin-top: 20px;
}
.page-home .blog-group-post .first-post-box .date
{
    margin-top: 10px;
}
.page-home .blog-group-post .first-post-box .des
{
    color: #222222;
    margin-top: 10px;
}

.page-home .blog-group-post-full .post-box
{
    width: calc(50% - 10px);
    float: right;
    margin-right: 20px;
}
.page-home .blog-group-post-full .post-box.first-post-box
{
    margin-right: 0;
}

.page-home .blog-group-post-half
{
    width: calc(50% - 10px);
}
.page-home .blog-group-post-half.odd
{
    clear: both;
}
.page-home .blog-group-post-half.even
{
    margin-right: 20px;
}

/* *** */

.page-home .blog-post-video
{
    margin-top: 50px;
}
.page-home .blog-post-video a
{
    width: 33.33%;
    height: 56.25%;
    float: right;
    overflow: hidden;
    position: relative;
}
.page-home .blog-post-video a:before
{
    content: "";
    display: block;
    padding-top: 56.25%;
}
.page-home .blog-post-video a
{
    border-right: 1px solid transparent;
    border-left: 1px solid transparent;
}
.page-home .blog-post-video a:first-child
{
    border-right: 0;
    border-left: 2px solid transparent;
}
.page-home .blog-post-video a:last-child
{
    border-right: 2px solid transparent;
    border-left: 0;
}
.page-home .blog-post-video a img
{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    object-fit: cover;
    -o-object-fit: cover;
    font-family: "object-fit: cover;";
}
.page-home .blog-post-video a .title
{
    background-color: rgba(0, 0, 0, 0.7);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
    width: 100%;
    color: #ffffff;
    font-size: 11pt;
    text-align: justify;
    padding: 30px 15px 15px 15px;
    position: absolute;
    bottom: 0;
    right: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.page-home .blog-post-video a:hover .title, .page-home .blog-post-video a:hover .title
{
    color: #d8194c;
}


/* *** */

@media (max-width:991px)
{
    .page-home .blog-post-video a
    {
        width: 50%;
        border: 0 !important;
    }
    .page-home .blog-post-video a:first-child
    {
        width: 100%;
    }
}


/* post list
***********************************************************************************************************************/

.page-post-list .col-left .post-box
{
    width: 100%;
    float: right;
    padding: 15px 0;
    border-top: 1px solid #eeeeee;
}
.page-post-list .col-left .post-box:first-child
{
    padding-top: 0;
    border-top: 0;
}
.page-post-list .col-left .post-box:last-child
{
    padding-bottom: 0;
}

.page-post-list .col-left .post-box .img-box
{
    background-color: #f5f5f5;
    width: 250px;
    height: 56.25%;
    float: right;
    overflow: hidden;
    position: relative;
}
.page-post-list .col-left .post-box .img-box:before
{
    content: "";
    display: block;
    padding-top: 56.25%;
}
.page-post-list .col-left .post-box .img-box img
{
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    -o-object-fit: cover;
    font-family: "object-fit: cover;";
    position: absolute;
    top: 0;
    left: 0;
}
.page-post-list .col-left .post-box .title-des-date
{
    font-size: 10pt;
    text-align: justify;
    line-height: 1.5em;
    padding: 0 270px 0 0;
}
.page-post-list .col-left .post-box .title
{
    font-size: 11pt;
    font-weight: bold;
    text-align: justify;
    line-height: 2em;
}
.page-post-list .col-left .post-box .date
{
    color: #888888;
    font-size: 9pt;
    margin-top: 5px;
}
.page-post-list .col-left .post-box .des
{
    color: #222222;
    margin-top: 10px;
}
.page-post-list .col-left .post-box .post-continue
{
    background-color: #d8194c;
    color: #ffffff;
    font-size: 9pt;
    float: left;
    padding: 7px 15px 7px 15px;
    margin-top: 10px;
    border-radius: 25px 25px 25px 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.page-post-list .col-left .post-box .post-continue:hover
{
    background-color: #30ccff;
}

/* *** */

@media (max-width:500px)
{
    .page-post-list .col-left .post-box .img-box
    {
        width: 100%;
    }
    .page-post-list .col-left .post-box .title-des-date
    {
        width: 100%;
        float: right;
        padding: 0;
    }
}

/* page post
***********************************************************************************************************************/

.page-post .col-left .post-box .post-img
{
    background-color: #f5f5f5;
    width: 100%;
    height: 56%;
    float: right;
    margin-top: 20px;
    overflow: hidden;
    position: relative;
}
.page-post .col-left .post-box .post-img:before
{
    content: "";
    display: block;
    padding-top: 56%;
}
.page-post .col-left .post-box .post-img img
{
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    -o-object-fit: cover;
    font-family: "object-fit: cover;";
    position: absolute;
    top: 0;
    left: 0;
}

.page-post .col-left .post-box .post-video
{
    background-color: #f5f5f5;
    width: 100%;
    height: 56%;
    float: right;
    margin-top: 20px;
    overflow: hidden;
    position: relative;
}
.page-post .col-left .post-box .post-video:before
{
    content: "";
    display: block;
    padding-top: 56%;
}
.page-post .col-left .post-box .post-video video
{
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    -o-object-fit: cover;
    font-family: "object-fit: cover;";
    position: absolute;
    top: 0;
    left: 0;
}

.page-post .col-left .post-box .post-images
{
    background-color: #222222;
    width: 100%;
    height: 56.25%;
    float: left;
    margin-top: 20px;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
}
.page-post .col-left .post-box .post-images:before
{
    content: "";
    display: block;
    padding-top: 56.25%;
}
.page-post .col-left .post-box .post-images .swiper-container
{
    width: 100%;
    height: 100%;
    padding: 0 40px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.page-post .col-left .post-box .post-images .swiper-slide
{
    overflow: hidden;
}
.page-post .col-left .post-box .post-images .swiper-slide img
{
    width: 100%;
    height: 100%;
    float: right;
    object-fit: cover;
    -o-object-fit: cover;
    font-family: "object-fit: cover;";
}
.page-post .col-left .post-box .post-images .swiper-button-next, .page-post .col-left .post-box .post-images .swiper-button-prev
{
    background-image: none;
    background-color: rgba(0, 0, 0, 0.4);
    width: 40px;
    height: 100%;
    color: #ffffff;
    font-size: 20pt;
    text-align: center;
    margin: 0;
    display: inline-block;
    top: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.page-post .col-left .post-box .post-images .swiper-button-next i, .page-post .col-left .post-box .post-images .swiper-button-prev i
{
    position: absolute;
    top: 50%;
    left: 7px;
    transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
}
.page-post .col-left .post-box .post-images .swiper-button-next
{
    right: auto;
    left: 0;
}
.page-post .col-left .post-box .post-images .swiper-button-prev
{
    right: 0;
    left: auto;
}
.page-post .col-left .post-box .post-images .swiper-button-next:hover, .page-post .col-left .post-box .post-images .swiper-button-prev:hover
{
    color: #d8194c;
}

.page-post .col-left .post-box .post-data
{
    background-color: #eeeeee;
    width: 100%;
    color: #888888;
    font-size: 9pt;
    float: right;
    padding: 10px 10px 3px 10px;
    margin: 0;
}
.page-post .col-left .post-box .post-data .date
{
    float: right;
}
.page-post .col-left .post-box .post-data .visit, .page-post .col-left .post-box .post-data .comment
{
    float: left;
    margin-right: 10px;
    direction: ltr;
}

.page-post .col-left .post-box .post-des
{
    width: 100%;
    line-height: 2em;
    text-align: justify;
    float: left;
    margin: 20px 0 50px 0;
}

/* *** */

.page-post .col-left .post-box .like-dislike
{
    width: 120px;
    text-align: left;
    float: left;
    /*margin-top: 50px;*/
    direction: ltr;
}
.page-post .col-left .post-box .like-dislike .like, .page-post .col-left .post-box .like-dislike .dislike
{
    background-color: #d8194c;
    color: #ffffff;
    font-size: 12pt;
    padding: 12px 12px 7px 12px;
    border: none;
    border-radius: 25px 25px 25px 0;
    -moz-border-radius: 25px 25px 25px 0;
    -webkit-border-radius: 25px 25px 25px 0;
    cursor: pointer;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.page-post .col-left .post-box .like-dislike .like
{
    background-color: #00c43b;
    border-radius: 25px 25px 0 25px;
    -moz-border-radius: 25px 25px 0 25px;
    -webkit-border-radius: 25px 25px 0 25px;
}

/* *** */

.page-post .col-left .post-box .share-box
{
    width: 100%;
    text-align: justify;
    /*float: right;
    margin-top: 20px;*/
}
.page-post .col-left .post-box .share-box .title
{
    background-color: #363382;
    width: 90px;
    color: #ffffff;
    font-size: 9pt;
    text-align: center;
    float: right;
    padding: 3px 0 4px 0;
    border-radius: 25px 25px 0 25px;
}
.page-post .col-left .post-box .share-box .share-link
{
    padding: 0 70px 0 0;
}
.page-post .col-left .post-box .share-box .share-link a, .page-post .col-left .post-box .share-box .share-link a:visited
{
    width: 30px;
    color: #acacac;
    font-size: 14pt;
    text-align: center;
    float: right;
    padding-top: 3px;
    margin-right: 10px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.page-post .col-left .post-box .share-box .share-link a:hover
{
    color: #d8194c;
}

@media (max-width:600px)
{
    .page-post .col-left .post-box .share-box
    {
        width: 100%;
        float: right;
        margin-top: 20px;
    }
}

/* *** */

.page-post .col-left .post-box .post-group
{
    width: 100%;
    text-align: justify;
    float: right;
    margin-top: 20px;
}
.page-post .col-left .post-box .post-group .title
{
    background-color: #363382;
    width: 90px;
    color: #ffffff;
    font-size: 9pt;
    text-align: center;
    float: right;
    padding: 3px 0 4px 0;
    border-radius: 25px 25px 0 25px;
}
.page-post .col-left .post-box .post-group .group-box
{
    padding: 3px 70px 4px 0;
}
.page-post .col-left .post-box .post-group .group-box a, .page-post .col-left .post-box .post-group .group-box a:visited
{
    font-size: 9pt;
    float: right;
    margin-right: 20px;
    white-space: nowrap;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.page-post .col-left .post-box .post-group .group-box a:before
{
    color: #222222;
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
    font-size: 5pt;
    content: "\f111";
    position: absolute;
    right: -10px;
    top: 0;
}
.page-post .col-left .post-box .post-group .group-box a:hover
{
    color: #d8194c;
}

/* *** */

.page-post .col-left .post-box .post-tag
{
    width: 100%;
    text-align: justify;
    float: right;
    margin-top: 20px;
}
.page-post .col-left .post-box .post-tag .title
{
    background-color: #363382;
    width: 90px;
    color: #ffffff;
    font-size: 9pt;
    text-align: center;
    float: right;
    padding: 3px 0 4px 0;
    border-radius: 25px 25px 0 25px;
}
.page-post .col-left .post-box .post-tag .tag
{
    padding: 3px 70px 4px 0;
}
.page-post .col-left .post-box .post-tag .tag a, .page-post .col-left .post-box .post-tag .tag a:visited
{
    font-size: 9pt;
    float: right;
    margin-right: 20px;
    white-space: nowrap;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.page-post .col-left .post-box .post-tag .tag a:before
{
    color: #222222;
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
    font-size: 5pt;
    content: "\f111";
    position: absolute;
    right: -10px;
    top: 0;
}
.page-post .col-left .post-box .post-tag .tag a:hover
{
    color: #d8194c;
}

/* *** */

.page-post .post-comment-list-box .comment-box
{
    background-color: #f5f5f5;
    width: 100%;
    text-align: justify;
    float: right;
    margin-top: 20px;
    border-radius: 25px 25px 0 25px;
}
.page-post .post-comment-list-box .comment-box:last-child
{
    margin-bottom: 0;
}
.page-post .post-comment-list-box .comment-box .comment-data
{
    background-color: #e1e1e1;
    width: 100%;
    color: #222222;
    float: right;
    padding: 7px 10px;
    border-radius: 25px;
}
.page-post .post-comment-list-box .comment-box .person
{
    font-size: 11pt;
    float: right;
    padding: 6px 0 0 10px;
}
.page-post .post-comment-list-box .comment-box .date-time
{
    font-size: 9pt;
    float: right;
    padding: 6px 0 0 0;
}
.page-post .post-comment-list-box .comment-box .comment-des
{
    width: 100%;
    line-height: 2em;
    text-align: justify;
    float: right;
    padding: 15px;
}
.page-post .post-comment-list-box .comment-box.comment-answer-box
{
    background-color: #eeeeee;
    border-radius: 25px 25px 0 25px;
}

.page-post .post-comment-list-box .comment-box .like-dislike
{
    float: left;
    margin-top: 3px;
    direction: ltr;
}
.page-post .post-comment-list-box .comment-box .like-dislike .like, .page-post .post-comment-list-box .comment-box .like-dislike .dislike
{
    background-color: #d8194c;
    color: #ffffff;
    font-size: 10pt;
    padding: 7px 7px 4px 7px;
    border: none;
    border-radius: 25px 25px 25px 0;
    -moz-border-radius: 25px 25px 25px 0;
    -webkit-border-radius: 25px 25px 25px 0;
    cursor: pointer;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.page-post .post-comment-list-box .comment-box .like-dislike .like
{
    background-color: #00c43b;
    border-radius: 25px 25px 0 25px;
    -moz-border-radius: 25px 25px 0 25px;
    -webkit-border-radius: 25px 25px 0 25px;
}

/* *** */

.page-post .post-comment-send-box
{
    margin-top: 20px;
}
.page-post .post-comment-send-box input, .page-post .post-comment-send-box textarea
{
    text-align: justify;
    padding: 20px;
    border: 1px solid #d3d3d3;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    box-shadow: inset 0 0 0 0 transparent;
    resize: none;
}
.page-post .post-comment-send-box input:focus, .page-post .post-comment-send-box textarea:focus
{
    border: 1px solid #3c557d;
}
.page-post .post-comment-send-box input
{
    border-radius: 25px 25px 0 25px;
}
.page-post .post-comment-send-box input.form-post-comment-name-family
{
    border-radius: 25px 25px 25px 0;
}
.page-post .post-comment-send-box textarea
{
    height: 140px;
    border-radius: 25px 25px 0 25px;
}
.page-post .post-comment-send-box button
{
    background-color: #363382;
    width: auto;
    font-size: 10pt;
    float: right;
    padding: 10px 25px;
    margin: 0;
    border: 0;
    border-radius: 25px 0 25px 25px;
    -moz-border-radius: 25px 0 25px 25px;
    -webkit-border-radius: 25px 0 25px 25px;
    box-shadow: inset 0 0 0 0 transparent !important;
    -webkit-transition: background-color 0.5s ease-out;
    -moz-transition: background-color 0.5s ease-out;
    -o-transition: background-color 0.5s ease-out;
    transition: background-color 0.5s ease-out;
}
.page-post .post-comment-send-box button:focus, .page-post .post-comment-send-box button:hover
{
    background-color: #d8194c;
}
.page-post .post-comment-send-box button .icon
{
    margin-left: 10px;
}

.page-post .post-comment-send-box .form-post-comment-warning
{
    color: #8b8b8b;
    font-size: 9pt;
    text-align: justify;
    padding-right: 10px;
    margin-top: 30px;
    border-right: 5px solid #d8194c;
    clear: both;
}

/* *** */

.page-post .post-related-box
{
    margin: 0 -15px 0 -15px;
}
.page-post .post-related-box .post-box .img-box
{
    background-color: #f5f5f5;
    width: 100%;
    height: 56%;
    float: right;
    margin-top: 20px;
    overflow: hidden;
    position: relative;
}
.page-post .post-related-box .post-box .img-box:before
{
    content: "";
    display: block;
    padding-top: 56%;
}
.page-post .post-related-box .post-box .img-box img
{
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    -o-object-fit: cover;
    font-family: "object-fit: cover;";
    position: absolute;
    top: 0;
    left: 0;
}
.page-post .post-related-box .post-box .title
{
    width: 100%;
    text-align: center;
    line-height: 2em;
    float: right;
    padding: 10px 0 0 0;
    overflow: hidden;
    position: relative;
}
.page-post .post-related-box .post-box a
{
    width: 100%;
    float: right;
    clear: both;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.page-post .post-related-box .post-box a:hover
{
    color: #d8194c;
}

@media (max-width:991px)
{
    .page-post .post-related-box .post-box
    {
        width: 50%;
    }
    .page-post .post-related-box .post-box:nth-child(3)
    {
        clear: both;
    }
}
@media (max-width:500px)
{
    .page-post .post-related-box .post-box
    {
        width: 100%;
    }
}

/*
***********************************************************************************************************************/