:root {
    --title-orange: #F3760E;
    --title-black: #222222;
    --line-color: #D6C2BC;
    --line-orange: #FD541E;
    --bg-brown: #D9814F;
    --yellow: #ffc732;
    --white: #FFFFFF;
    --Playfair--Display: 'Playfair Display', serif;
    --Barlow--semi: 'Barlow', sans-serif;
    --icon-fb: #3B5999;
    --icon-twitter: #55ACEE;
    --brown: #D9814F;
    --dark-brown: #481814;
    --gray: #cdcdcd;
    --light: #f4f4f4;
}

.bg-brown section.section.widget header h2,
.bg-brown header.section-header h2 a {
    color: var(--dark-brown)
}

.white {
    color: #fff;
}

.light,
.txt-light {
    color: var(--light);
}

.my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
}

.my-1 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.my-2 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.my-3 {
    margin-top: 30px;
    margin-bottom: 30px;
}

.my-4 {
    margin-top: 40px;
    margin-bottom: 40px;
}

.my-5 {
    margin-top: 50px;
    margin-bottom: 50px;
}

.mx-0 {
    margin-left: 0px;
    margin-right: 0px;
}

.mx-1 {
    margin-left: 10px;
    margin-right: 10px;
}

.mx-2 {
    margin-left: 20px;
    margin-right: 20px;
}

.mx-3 {
    margin-left: 30px;
    margin-right: 30px;
}

.mx-4 {
    margin-left: 40px;
    margin-right: 40px;
}

.mx-5 {
    margin-left: 50px;
    margin-right: 50px;
}

.mt-0 {
    margin-top: 0px;
}

.mt-1 {
    margin-top: 10px;
}

.mt-2 {
    margin-top: 20px;
}

.mt-3 {
    margin-top: 30px;
}

.mt-4 {
    margin-top: 40px;
}

.mt-5 {
    margin-top: 50px;
}

.ml-0 {
    margin-left: 0px;
}

.ml-1 {
    margin-left: 10px;
}

.ml-2 {
    margin-left: 20px;
}

.ml-3 {
    margin-left: 30px;
}

.ml-4 {
    margin-left: 40px;
}

.ml-5 {
    margin-left: 50px;
}

.mr-0 {
    margin-right: 0px;
}

.mr-1 {
    margin-right: 10px;
}

.mr-2 {
    margin-right: 20px;
}

.mr-3 {
    margin-right: 30px;
}

.mr-4 {
    margin-right: 40px;
}

.mr-5 {
    margin-right: 50px;
}

.mb-0 {
    margin-bottom: 0px;
}

.mb-1 {
    margin-bottom: 10px;
}

.mb-2 {
    margin-bottom: 20px;
}

.mb-3 {
    margin-bottom: 30px;
}

.mb-4 {
    margin-bottom: 40px;
}

.mb-5 {
    margin-bottom: 50px;
}

.py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
}

.py-1 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.py-2 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.py-3 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.py-4 {
    padding-top: 40px;
    padding-bottom: 40px;
}

.py-5 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.px-0 {
    padding-left: 0px;
    padding-right: 0px;
}

.px-1 {
    padding-left: 10px;
    padding-right: 10px;
}

.px-2 {
    padding-left: 20px;
    padding-right: 20px;
}

.px-3 {
    padding-left: 30px;
    padding-right: 30px;
}

.px-4 {
    padding-left: 40px;
    padding-right: 40px;
}

.px-5 {
    padding-left: 50px;
    padding-right: 50px;
}

.pt-0 {
    padding-top: 0px;
}

.pt-1 {
    padding-top: 10px;
}

.pt-2 {
    padding-top: 20px;
}

.pt-3 {
    padding-top: 30px;
}

.pt-4 {
    padding-top: 40px;
}

.pt-5 {
    padding-top: 50px;
}

.pb-0 {
    padding-bottom: 0px;
}

.pb-1 {
    padding-bottom: 10px !important;
}

.pb-2 {
    padding-bottom: 20px;
}

.pb-3 {
    padding-bottom: 30px;
}

.pb-4 {
    padding-bottom: 40px;
}

.pb-5 {
    padding-bottom: 50px;
}

.pl-0 {
    padding-left: 0px;
}

.pl-1 {
    padding-left: 10px;
}

.pl-2 {
    padding-left: 20px;
}

.pl-3 {
    padding-left: 30px;
}

.pl-4 {
    padding-left: 40px;
}

.pl-5 {
    padding-left: 50px;
}

.pr-0 {
    padding-right: 0px;
}

.pr-1 {
    padding-right: 10px;
}

.pr-2 {
    padding-right: 20px;
}

.pr-3 {
    padding-right: 30px;
}

.pr-4 {
    padding-right: 40px;
}

.pr-5 {
    padding-right: 50px;
}

.w-100 {
    width: 100%!important;
}

.d-block {
    display: block;
}

.over-hidden,
.overflow-hidden {
    overflow: hidden;
}

.p-0 {
    padding: 0 !important;
}

.p-1 {
    padding: 10px !important;
}

.p-2 {
    padding: 20px !important;
}

.p-3 {
    padding: 30px !important;
}

.p-4 {
    padding: 40px !important;
}

.p-5 {
    padding: 50px !important;
}

.bg-brown {
    background-color: var(--bg-brown);
}

.bg-darkbrown {
    background-color: var(--dark-brown);
}

.post_content img {
    max-width: 100%;
    margin: 10px auto 10px;
    display: block;
    width: 100%
}

.img-caption {
    display: block;
    background: #f4f4f4;
    text-align: center;
    margin: 0px;
}

.post_content h2,
h3,
h4 {
    font-size: 1.8rem;
    font-weight: 600;
    margin: 10px 0;
    line-height: 1.4;
}

.post_content figure {
    text-align: center;
    background: var(--light);
    color: var(--icon-fb);
    margin: 10px 0 15px;
}

.news-relate {
    margin: 15px 0;
    border: none;
}

.news-relate .sec-title {
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 0;
    margin-bottom: 10px;
}

.news-relate .sec-title h5 {
    color: #444;
    font-weight: 600;
    position: relative;
    font-size: 1.6rem;
}

.news-relate .sec-title h5:before {
    position: absolute;
    content: '';
    background: #d32f2f;
    width: 138px;
    height: 2px;
    bottom: -11px;
    left: 0;
}

.news-relate ul li {
    border-bottom: 1px solid #e1e1e1;
    padding: 5px 0 5px 15px
}

.news-relate ul li:last-child {
    border: none;
}

.news-relate ul li .fa {
    font-size: 1.2rem;
    margin-right: 7px
}

.red {
    color: #e73505
}

.strong {
    font-weight: 600
}

.rounded-0 {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}

.rounded {
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

.rounded-1 {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

.gsc-adBlock {
    height: 0 !important;
    overflow: hidden;
    border: none !important;
}

.gsc-search-box.gsc-search-box-tools {
    margin-bottom: 20px
}

.gsc-search-box.gsc-search-box-tools input {
    padding: 2px 10px !important;
    font-size: 16px
}

.gsc-search-button.gsc-search-button-v2 {
    border-radius: unset !important;
    padding: 10px 15px;
    background: #ce352f;
    border: #ce352f
}

.gsc-cursor-page {
    padding: 5px 10px;
    border: 1px solid #ce352f;
    font-size: 14px;
    margin-right: 15px !important;
}

.gsc-cursor-page:last-child {
    margin-right: 0 !important
}

.gsc-cursor-page.gsc-cursor-current-page,
.gsc-cursor-page:hover {
    color: #fff !important;
    background: #ce352f;
}

.site-header {
    /* background-color:var(--yellow) */
}

.section.bg-brown .section-header a {
    color: var(--white)
}

.section__multimedia.bg-darkbrown a {
    color: var(--light)
}

.bg-light {
    background-color: #f1f4fb !important;
}

.border {
    border: 1px solid #ccc
}

.border-0 {
    border: none
}

.fb_iframe_widget {
    margin: 0 auto;
    display: block!important;
}

.fb_iframe_widget span {
    margin: 0 auto!important;
    display: block!important;
}

@media all and (max-width:768px) {
    .py-xs-0 {
        padding-top: 0;
        padding-bottom: 0;
    }
}

.section__multimedia {
    border-top: 4px solid var(--yellow);
    /* border-bottom: 4px solid var(--yellow); */
}

.border4-darkbrown {
    border-top: 4px solid var(--dark-brown);
    /* border-bottom: 4px solid var(--dark-brown); */
}

.bg-none {
    background: none!important
}

.text-info {
    color: #46b8da!important
}

.w-25 {
    width: 25%;
}

.w-50 {
    width: 50%;
}

.w-75 {
    width: 75%;
}

.left {
    float: left;
}

.right {
    float: right;
}

.entry-img.left {
    margin-right: 15px;
    margin-bottom: 10px;
}

.entry-img.right {
    margin-left: 15px;
    margin-bottom: 10px;
}


/* style video section */

.tiktok-embed {
    padding: 20px 0!important;
    margin: 0px auto!important;
    border: none;
    /* background: #FFF; */
    border-radius: 4px;
    overflow: hidden;
}

.tiktok-imgvideo-box {
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 150%;
    overflow: hidden;
    cursor: pointer;
    width: 100%;
    border-radius: 4px;
}
.tiktok-imgvideo-box .youtube img{
    height:100%;
    width: auto;
}

.tiktok-imgvideo-box.active {
    box-shadow: 0 0 20px #eb6b6b;
    box-shadow: 0 0 20px #eb6b6b;
}

.tiktok-imgvideo-box img {
    position: absolute;
    top: 0;
    left: 50%;
    width: 100%;
    max-width: unset;
    height: auto;
    transform: translateX(-50%);
}

.tiktok-imgvideo-box.bordered .article-title {
    border: 1px solid #ccc;
    border-top: none;
    border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
}

.tiktok-imgvideo-box .article-title {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #fff;
    padding: 10px;
    font-size: 1.6rem;
    line-height: 1.4;
    margin: 0;
    font-weight: 400;
    letter-spacing: 0;
    width: 100%;
    display: none;
}

.tiktok-imgvideo-box.active .article-title {
    color: #FF5722
}

#tiktok-preview {
    width: 100%;
    background: #fff;
    border-radius: 4px;
    position:relative;
    height:0;
    padding-bottom: 200%;
    border-radius:4px;
    -webkit-border-radius:4px;
    overflow:hidden;
    border:1px solid #d7d7d7
}

#tiktok-preview iframe{
    width: 100%;
    position:absolute;
    height:100%;
    border-radius:4px;
    -webkit-border-radius:4px;
}