/*
.menu-bar .menu, .menu-bar .language-box
{
    display: inline-block;
}

@media (max-width: 992px)
{
    .menu-bar .menu
    {
        display: none;
    }
}
*/
/*
***********************************************************************************************************************/

/* search
******************/

.col-menu .search
{
    background-color: #f3f3f3;
    width: 100%;
    float: left;
    margin-bottom: 30px;
    border-radius: 30px;
    overflow: hidden;
}
.col-menu .search .search-form
{
    width: 100%;
    float: left;
}
.col-menu .search .search-form .form-group
{
    margin-bottom: 0;
    position: relative;
}
.col-menu .search .search-form .form-group .form-control
{
    background-color: #f3f3f3;
    height: 40px;
    color: #444444;
    padding: 0 15px 0 15px;
    line-height: 40px;
    border-color: transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: inset 0 0 0 0 transparent;
    -moz-box-shadow: inset 0 0 0 0 transparent;
    box-shadow: inset 0 0 0 0 transparent;
    -webkit-transition: background-color ease .15s, border-color ease .15s;
    -moz-transition: background-color ease .15s, border-color ease .15s;
    -o-transition: background-color ease .15s, border-color ease .15s;
    transition: background-color ease .15s, border-color ease .15s;
}
.col-menu .search .search-form .form-group .form-control:focus
{
    background-color: #d7b46a;
    color: #ffffff;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.col-menu .search .search-form .form-group .form-control::-webkit-input-placeholder
{
    color: #444444!important
}
.col-menu .search .search-form .form-group .form-control:-moz-placeholder
{
    color: #444444!important
}
.col-menu .search .search-form .form-group .form-control::-moz-placeholder
{
    color: #444444!important
}
.col-menu .search .search-form .form-group .form-control:-ms-input-placeholder
{
    color: #444444!important
}
.col-menu .search .search-form .form-group .form-control:focus::-webkit-input-placeholder
{
    color: #ffffff!important
}
.col-menu .search .search-form .form-group .form-control:focus:-moz-placeholder
{
    color: #ffffff!important
}
.col-menu .search .search-form .form-group .form-control:focus::-moz-placeholder
{
    color: #ffffff!important
}
.col-menu .search .search-form .form-group .form-control:focus:-ms-input-placeholder
{
    color: #ffffff!important
}
.col-menu .search .search-form .form-group .btn-search
{
    background-color: #f3f3f3;
    position: absolute;
    width: 40px;
    height: 40px;
    left: 0;
    top: 0;
    cursor: pointer;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.col-menu .search .search-form .form-group .btn-search:after
{
    position: absolute;
    content: "\f002";
    font-family:"Font Awesome 5 Pro";
    font-style: normal;
    font-weight: 900;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #444444;
    left: 0;
    top: 0;
    text-align: center;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}
.col-menu .search .search-form .form-group .btn-search:hover, .col-menu .search .search-form .form-group .form-control:focus + .btn-search
{
    background: #d7b46a;
}
.col-menu .search .search-form .form-group .btn-search:hover:after, .col-menu .search .search-form .form-group .form-control:focus + .btn-search:after
{
    color: #ffffff;
}
/*
.col-menu .search .search-form.toggle-search-form
{
    width: 100%;
}
.col-menu .search .search-form.toggle-search-form .btn-search:after
{
    content: "\f00d";
    background-color: transparent;
}
*/
@media (max-width:991px)
{
    .col-menu .search-form
    {
        width: 100%;
        float: none !important;
        /*margin-top: 70px;*/
    }
}

/* col menu
***********************************************************************************************************************/

.col-menu
{
    background-color: #ffffff;
    width: 100%;
    float: right;
    padding: 40px 15px;
    border-bottom-right-radius: 30% 60px;
    border-bottom-left-radius: 30% 60px;
    border-top-right-radius: 30% 60px;
    border-top-left-radius: 30% 60px;
}

.col-menu .menu-box
{
    /*background-color: #ffffff;*/
    width: 100%;
    float: right;
    padding: 0;
    margin-bottom: 30px;
    /*
    border-radius: 30px;
    box-shadow:  0 20px 40px -12px rgba(73, 29, 116, 0.1);*/
}
.col-menu .menu-box:last-child
{
    margin-bottom: 0;
}

.col-menu .menu-box .menu-title
{
    color: #8a8c8e;
    font-size: 11pt;
    text-align: right;
    clear: both;
    /*padding: 5px 15px;*/
    padding-right: 7px;
    border-right: 3px solid #dcdcdc;
}

.col-menu .menu-box .menu-des
{
    width: 100%;
    float: right;
    padding: 20px 0 0 0;
}

/***/
.menu-post-box .item-box
{
    width: 100%;
    float: right;
    margin-bottom: 10px;
}
.menu-post-box .item-box:last-child
{
    margin-bottom: 0;
}

.menu-post-box .item-box .img
{
    background-image: url("../../img/loading.gif");
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #444444;
    width: 50px;
    height: 50px;
    float: right;
    display: block;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
    z-index: 2;
}
.menu-post-box .item-box .img img
{
    width: 50px;
    height: 50px;
    object-fit: cover;
    -o-object-fit: cover;
}

.menu-post-box .item-box .title
{
    min-height: 50px;
    text-align: justify;
    padding: 0 15px 0 0;
    overflow: hidden;
    position: relative;
    display: table;
}
.menu-post-box .item-box .title .title-inner-box
{
    display: table-cell;
    vertical-align: middle;
}
.menu-post-box .item-box .title h5
{
    color: #444444;
    font-size: 9pt;
    padding: 0;
    margin: 0 0 7px 0;
}
.menu-post-box .item-box .title h4
{
    font-size: 10pt;
    line-height: 1.5em;
    padding: 0;
    margin: 0;
}

.menu-post-box .item-box a
{
    width: 100%;
    float: right;
    clear: both;
}
.menu-post-box .item-box a:hover
{
    /*background-color: #fafafa !important;*/
    color: #d7b46a;
}

.menu-tag-box a, .menu-tag-box a:visited
{
    background-color: #dcdcdc;
    color: #444444;
    float: right;
    padding: 3px 10px 0 10px;
    margin: 0 0 3px 3px;
    white-space: nowrap;
    border-bottom-right-radius: 40px 30%;
    border-bottom-left-radius: 40px 30%;
    border-top-right-radius: 40px 30%;
    border-top-left-radius: 40px 30%;
}
.menu-tag-box a:hover
{
    color: #d7b46a;
}

/***/
.col-menu .menu-link-box .menu-des
{
    padding-top: 20px;
}
.col-menu .menu-link-box .menu-des img
{
    width: 100%;
    max-width: 350px;
}
.col-menu .menu-link-box .menu-des a
{
    width: 100%;
    text-align: center;
    float: right;
    margin-bottom: 20px;
}
.col-menu .menu-link-box .menu-des a.last
{
    margin-bottom: 0;
}

/* col content
***********************************************************************************************************************/

.col-content .post-box
{
    background-color: #ffffff;
    width: 100%;
    float: right;
    padding: 0;
    margin-bottom: 30px;
    border-bottom-right-radius: 30% 60px;
    border-bottom-left-radius: 30% 60px;
    border-top-right-radius: 30% 60px;
    border-top-left-radius: 30% 60px;
    overflow: hidden;
}

.col-content .post-box .post-des-box
{
    width: 100%;
    float: right;
    clear: both;/*
    padding: 15px;*/
}
.col-content .post-box .post-des-box .post-des
{
    color: #444444;
    text-align: justify;
}

.col-content .post-box .img
{
    background-image: url("../../img/loading.gif");
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #444444;
    width: 100%;
    height: 56.25%;
    float: left;
    position: relative;
}
.col-content .post-box .img a
{
    width: 100%;
    height: 56.25%;
    float: left;
    overflow: hidden;
    position: relative;
}
.col-content .post-box .img a:before
{
    content: "";
    display: block;
    padding-top: 56.25%;
}
.col-content .post-box .img a img
{
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
    font-family: "object-fit: cover;";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.col-content .post-box .group-visit-comment-date
{
    float: right;
    width: 100%;
    color: #c1c1c1;
    padding: 5px 10px;
    margin-bottom: 30px;
    border-top: 1px solid #f5f5f5;
}
.col-content .post-box .group-visit-comment-date .group-visit-comment
{
    font-size: 9pt;
    float: right;
    text-align: right;
    line-height: 2em;
    display: inline-block;
}
.col-content .post-box .group-visit-comment-date .group-visit-comment span
{
    float: right;
    padding: 0 5px;
}
.col-content .post-box .group-visit-comment-date .date
{
    font-size: 9pt;
    text-align: center;
    line-height: 2em;
}
.col-content .post-box .group-visit-comment-date .date span
{
    float: left;
    margin-right: 3px;
}

.col-content .post-box .post-title-des
{
    width: 100%;
    /*height: 160px;*/
    float: right;
    margin-bottom: 20px;
    overflow: hidden;
}
.col-content .post-box .post-title
{
    width: 100%;
    text-align: justify;
    float: right;
    clear: both;/*
    margin: 15px 0;*/
    padding: 30px 15px 0 15px;
}
.col-content .post-box .post-title a
{
    float: right;
}
.col-content .post-box h4
{
    color: #888888;
    font-size: 10pt;
    line-height: 1.5em;
    padding: 0;
    margin: 0 0 5px 0;
    clear: both;
}
.col-content .post-box h3
{
    color: #444444;
    font-size: 12pt;
    line-height: 1.5em;
    padding: 0;
    margin: 0;
    clear: both;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.col-content .post-box .post-title a:hover h3
{
    color: #d7b46a;
}

.col-content .post-box .post-des
{
    text-align: justify;
    padding: 15px 15px 0 15px;
    clear: both;
}

/* *** */
/*
@media (max-width:500px)
{
    .col-content .post-box .img
    {
        height: 60%;
    }
    .col-content .post-box .img a
    {
        height: 60%;
    }
    .col-content .post-box .img a:before
    {
        padding-top: 60%;
    }
}*/
@media (max-width:400px)
{
    .col-content .post-box .img .group-visit-comment-date
    {
        display: none;
    }
}

/* post
***********************************************************************************************************************/
/*
.col-content .post-show-box.post-box
{
    padding: 0;
    border: 0;
}
*/
/* like-dislike
******************/

.col-content .post-box .like-dislike-social
{
    width: 100%;
    float: left;
    padding: 15px;
    /*
    margin-top: 30px;*/
}
.col-content .post-box .like-dislike
{
    float: left;
}
.col-content .post-box .like-dislike .like, .col-content .post-box .like-dislike .dislike
{
    background-color: transparent;
    color: #ed1c24;
    font-size: 16pt;
    text-align: center;
    padding: 5px 5px 0 5px;
    float: left;
    border: 1px solid #ed1c24;
    cursor: pointer;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}
.col-content .post-box .like-dislike .like
{
    color: #35ac00;
    margin-right: 7px;
    border: 1px solid #35ac00;
}
.col-content .post-box .like-dislike .no
{
    font-size: 10pt;
}

/* social
******************/

.col-content .post-box .social
{
    float: right;
}
.col-content .post-box .social a, .col-content .post-box .social a:visited
{
    background-color: transparent;
    width: 40px;
    height: 40px;
    color: #444444;
    font-size: 16pt;
    text-align: center;
    padding-top: 8px;
    display: inline-block;
    border: 1px solid #444444;
    border-radius: 100%;
}
.col-content .post-box .social a:hover
{
    color: #d7b46a;
}

/* tag
******************/

.post-box .post-tag
{
    width: 100%;
    float: right;
    padding: 15px 25px 15px 15px;
    /*
    padding-top: 30px;*/
    clear: none;
}
.post-box .post-tag a, .post-box .post-tag a:visited
{
    color: #444444;
    font-size: 9pt;
    float: right;
    margin: 0 0 5px 20px;
    white-space: nowrap;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.post-box .post-tag a:before
{
    color: #444444;
    font-family:"Font Awesome 5 Pro";
    font-weight: 400;
    font-size: 5pt;
    content: "\f111";
    position: absolute;
    right: -10px;
    top: 0;
}
.post-box .post-tag a:hover
{
    color: #d7b46a;
}

/*
******************/

.content-title
{
    width: 100%;
    color: #8a8c8e;
    font-size: 11pt;
    text-align: right;
    float: right;
    clear: both;
    /* padding: 5px 15px; */
    padding-right: 7px;
    border-right: 3px solid #dcdcdc;
    /*
    width: 100%;
    color: #444444;
    font-size: 14pt;
    text-align: right;
    float: right;
    clear: both;
    padding: 5px 15px;
    border-bottom: 1px solid #f5f5f5;
    */
}

/* related
******************/

.content-post-related-box
{
    background-color: #ffffff;
    width: 100%;
    float: right;
    padding: 30px 15px;
    margin-bottom: 30px;
    border-bottom-right-radius: 30% 60px;
    border-bottom-left-radius: 30% 60px;
    border-top-right-radius: 30% 60px;
    border-top-left-radius: 30% 60px;
    overflow: hidden;
}

.content-post-related-box .content-des
{
    width: 100%;
    float: right;
    clear: both;
    /*padding: 15px;*/
}

.content-post-related-box .item-box a
{
    /*background-color: #ffffff;*/
    width: 100%;
    text-align: center;
    float: right;
    position: relative;/*
    border-bottom: 2px solid #d7b46a;*/
    margin-top: 30px;
}
.content-post-related-box .item-box a .img-box
{
    background-color: #fafafa;
    width: 100%;
    height: 56.25%;
    float: left;
    border-radius: 30px;
    overflow: hidden;
    position: relative;
}
.content-post-related-box .item-box a .img-box .img
{
    background-image: url("../../img/loading.gif");
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #444444;
    width: 100%;
    height: 56.25%;
    float: left;
    position: relative;
}
.content-post-related-box .item-box a .img-box .img:before
{
    content: "";
    display: block;
    padding-top: 56.25%;
}
.content-post-related-box .item-box a .img-box .img img
{
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
    font-family: "object-fit: cover;";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.content-post-related-box .item-box a .title-box
{
    width: 100%;
    /*height: 80px;*/
    position: relative;
    overflow: hidden;
}
/*
.content-post-related-box .item-box a .title-box .title-middle
{
    width: 100%;
    position: absolute;
    top: 50%;
    right: 50%;
    -webkit-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
}
*/
.content-post-related-box .item-box a .title
{
    width: 100%;
    /*max-height: 3em;*/
    font-size: 11pt;
    /*line-height: 1.5em;*/
    margin: 20px 0 0 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
/*
.content-post-related-box .item-box a .pre-title
{
    width: 100%;
    color: #444444;
    font-size: 9pt;
    line-height: 1.5em;
    margin: 0 0 5px 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
*/
.content-post-related-box .item-box:nth-child(odd)
{
    padding-right: 0;
}
.content-post-related-box .item-box:nth-child(even)
{
    padding-left: 0;
}
.content-post-related-box .item-box:nth-child(n + 3) a
{
    margin-bottom: 0;
}

/* *** */

@media (max-width:400px)
{
    .content-post-related-box .item-box
    {
        width: 100%;
    }
    .content-post-related-box .item-box
    {
        padding: 0;
    }
}

/* comment list
******************/

.content-post-comment-list-box
{
    background-color: #ffffff;
    width: 100%;
    float: right;
    padding: 30px 15px;
    margin-bottom: 30px;
    border-bottom-right-radius: 30% 60px;
    border-bottom-left-radius: 30% 60px;
    border-top-right-radius: 30% 60px;
    border-top-left-radius: 30% 60px;
    overflow: hidden;
}

.content-post-comment-list-box .content-des
{
    width: 100%;
    float: right;
    clear: both;
    /*padding: 15px;*/
}

.content-post-comment-list-box .item-box
{
    background-color: #f3f3f3;
    padding: 10px;
    margin-top: 15px;
}
.content-post-comment-list-box .item-box:first-child
{
    margin-top: 30px;
}
.content-post-comment-list-box .item-box .item-box
{
    background-color: #fafafa;
    padding: 10px;
    margin-right: 50px;/*
    border-right: 7px solid #ffeded;*/
}
.content-post-comment-list-box .item-box .comment-data
{
    width: 100%;
    float: right;
    position: relative;
}
.content-post-comment-list-box .item-box .comment-data:after
{
    width: 100%;
    height: 3px;
    border-bottom: 1px solid #dcdcdc;
    content: " ";
    position: absolute;
    bottom: -5px;
    right: 0;
}
.content-post-comment-list-box .item-box .person
{
    color: #8a8c8e;
    font-size: 12pt;
    float: right;
}
.content-post-comment-list-box .item-box .date-time
{
    width: 100%;
    color: #444444;
    font-size: 9pt;
    float: right;
}
.content-post-comment-list-box .item-box .like-dislike
{
    float: left;
}
.content-post-comment-list-box .item-box .like-dislike .like, .content-post-comment-list-box .item-box .like-dislike .dislike
{
    background-color: transparent;
    color: #ed1c24;
    font-size: 12pt;
    text-align: center;
    padding: 5px 5px 0 5px;
    float: left;
    border: 1px solid #ed1c24;
    cursor: pointer;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}
.content-post-comment-list-box .item-box .like-dislike .like
{
    color: #35ac00;
    margin-right: 7px;
    border: 1px solid #35ac00;
}
.content-post-comment-list-box .item-box .like-dislike .no
{
    font-size: 9pt;
}

.content-post-comment-list-box .item-box .des
{
    padding: 20px 0 0 0;
    clear: both;
}

/* comment send
******************/

.content-post-comment-send-box
{
    background-color: #ffffff;
    width: 100%;
    float: right;
    padding: 30px 15px;
    margin-bottom: 30px;
    border-bottom-right-radius: 30% 60px;
    border-bottom-left-radius: 30% 60px;
    border-top-right-radius: 30% 60px;
    border-top-left-radius: 30% 60px;
    overflow: hidden;
}

.content-post-comment-send-box .content-des
{
    width: 100%;
    float: right;
    clear: both;
    /*padding: 15px;*/
    margin-top: 30px;
}

.content-post-comment-send-box .form-post-comment
{
    width: 100%;
    float: right;
    margin-bottom: 20px;
}
.content-post-comment-send-box .form-post-comment input, .content-post-comment-send-box .form-post-comment textarea, .content-post-comment-send-box .form-post-comment button
{
    background-color: #ffffff;
    width: 100%;
    height: 35px;
    color: #444444;
    font-size: 10pt;
    text-align: justify;
    padding: 5px;
    border: 1px solid #f1f1f1;
    margin-bottom: 10px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}/*
.content-post-comment-send-box .form-post-comment input:focus, .content-post-comment-send-box .form-post-comment textarea:focus
{
    background-color: #fff2d3;
}*//*
.content-post-comment-send-box .form-post-comment input
{
    width: 60%;
}*/
.content-post-comment-send-box .form-post-comment .form-control::-webkit-input-placeholder
{
    color: #444444!important
}
.content-post-comment-send-box .form-post-comment .form-control:-moz-placeholder
{
    color: #444444!important
}
.content-post-comment-send-box .form-post-comment .form-control::-moz-placeholder
{
    color: #444444!important
}
.content-post-comment-send-box .form-post-comment .form-control:-ms-input-placeholder
{
    color: #444444 !important
}
.content-post-comment-send-box .form-post-comment textarea
{
    height: 150px;
    line-height: 2em;
    resize: none;
}

.content-post-comment-send-box .form-post-comment button
{
    background-color: #d7b46a;
    width: auto;
    color: #ffffff;
    font-size: 12pt;
    float: right;
    padding: 6px 20px;
    margin: 0;
    border: 0;
    overflow: hidden;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-bottom-right-radius: 40px 30%;
    border-bottom-left-radius: 40px 30%;
    border-top-right-radius: 40px 30%;
    border-top-left-radius: 40px 30%;
    box-shadow: inset 0 0 0 0 transparent;
    -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;
    position: relative;
}
.content-post-comment-send-box .form-post-comment button:before, .content-post-comment-send-box .form-post-comment button:after
{
    background-color: #c7a262;
    width: 100%;
    height: 100%;
    /*border-radius: 50px;*/
    content: "";
    position: absolute;
    top: 0;
    right: -100%;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.content-post-comment-send-box .form-post-comment button:after
{
    background-color: #c09c5f;
    right: auto;
    left: -100%;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.content-post-comment-send-box .form-post-comment button:focus:before, .content-post-comment-send-box .form-post-comment button:hover:before
{
    right: 0;
}
.content-post-comment-send-box .form-post-comment button:focus:after, .content-post-comment-send-box .form-post-comment button:hover:after
{
    left: 0;
}
.content-post-comment-send-box .form-post-comment button span
{
    position: relative;
    z-index: 1;
}
.content-post-comment-send-box .form-post-comment button .icon
{
    font-size: 14pt;
    float: right;
    margin-left: 7px;
}

.content-post-comment-send-box .form-post-comment-warning
{
    color: #a6a6a6;
    font-size: 9pt;
    text-align: justify;/*
    padding-right: 10px;
    border-right: 5px solid #d7b46a;*/
    clear: both;
}

@media (max-width:550px)
{
    .content-post-comment-send-box .form-post-comment input
    {
        width: 100%;
    }
}

/*
***********************************************************************************************************************/