/* ================================================== */


/* Default WP Style */


/* ================================================== */

.entry-content img {
    margin: 0 0 1.5em 0;
}

.alignleft,
img.alignleft {
    margin-right: 1.5em;
    display: inline;
    float: left;
}

.alignright,
img.alignright {
    margin-left: 1.5em;
    display: inline;
    float: right;
}

.aligncenter,
img.aligncenter {
    margin-right: auto;
    margin-left: auto;
    display: block;
    clear: both;
}

.alignnone,
img.alignnone {
    /* not sure about this one */
}

.wp-caption {
    margin-bottom: 1.5em;
    text-align: center;
    padding-top: 5px;
    max-width: 100%;
}

.wp-caption img {
    border: 0 none;
    padding: 0;
    margin: 0;
}

.wp-caption p.wp-caption-text {
    line-height: 1.5;
    font-size: 14px;
    font-style: italic;
    margin: 0;
}

.wp-smiley {
    margin: 0 !important;
    max-height: 1em;
}

blockquote.left {
    margin-right: 20px;
    text-align: right;
    margin-left: 0;
    width: 33%;
    float: left;
}

blockquote.right {
    margin-left: 20px;
    text-align: left;
    margin-right: 0;
    width: 33%;
    float: right;
}


/* ================================================== */


/* REDI Custom */


/* ================================================== */

.customize-support .vt-header {
    margin-top: 32px;
}

@media only screen and (max-width: 782px) {
    .customize-support .vt-header {
        margin-top: 46px;
    }
}

.vt-comment__avatar {
    width: unset;
    min-width: 40px;
}

.vt-comment__content {
    max-width: 100%;
}

.vt-comment__textarea {
    margin-bottom: 2px;
}

.vt-comment__input {
    margin-bottom: 2px;
}

.cmt__email {
    margin-top: 15px !important;
}

.cmt__email:read-only {
    background-color: #F9F9F9;
    color: grey;
}

.cmt__url {
    color: #2b3940;
    font-size: 1.4rem;
    text-decoration: none;
    -webkit-transition: color .5s;
    transition: color .5s;
}

.cmt__url:hover {
    color: #007484;
}

.vt-comment__error {
    display: block;
    font-size: 1.4rem;
    margin-top: 0;
}

.vt-comment__btn {
    margin-top: 15px;
}

.addtoany_content,
.addtoany_shortcode {
    margin: 30px 0 !important;
}

.a2a_kit a {
    max-height: 36px;
    -webkit-transition: opacity .5s ease-in-out, -webkit-transform .5s;
    -moz-transition: opacity .5s ease-in-out, transform .5s;
    -ms-transition: opacity .5s ease-in-out, transform .5s;
    -o-transition: opacity .5s ease-in-out, transform .5s;
    transition: opacity .5s ease-in-out, transform .5s;
}

.a2a_kit a:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    opacity: .7;
}

.addtoany_list a:hover span {
    opacity: 1 !important;
}

.a2a_svg {
    border-radius: 50% !important;
    padding: 6px !important;
}

.addtoany_share_save_container {
    text-align: left;
}

.vt-contact-btn--info .vt-contact-btn__item img {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 40px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 40px;
}

.vt-section--17 .vt-section__cards {
    margin-bottom: 30px;
}

.redi-grateful {
    margin-bottom: 30px;
    text-align: center;
}

.redi-grateful .vt-section__box {
    border: 2px solid #282828;
    border-radius: 25px;
    margin: 0 auto;
    max-width: 650px;
    padding: 30px;
    width: 100%;
}

.redi-grateful .vt-section__logo img {
    margin-bottom: 10px;
}

.redi-grateful .vt-section__ttl {
    color: #282828;
    font-size: 3rem;
    margin-bottom: 15px;
}

.redi-grateful .vt-section__txt {
    font-size: 1.6rem;
    margin-bottom: 15px;
}


/* Tags */

.redi-tags {
    width: 100%;
    float: left;
    position: relative;
    margin: 10px 0;
}

.redi-tags__block {
    position: relative;
    padding-left: 42px;
    width: 100%;
    float: left;
}

.redi-tags__block .redi-tags__txt {
    position: absolute;
    top: 0;
    left: 0;
    color: #999999;
    background: #f1f1f1;
    padding: 0 7px;
    height: 36px;
    line-height: 36px;
    display: inline-block;
}

.redi-tags__block .redi-tags__scroll {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    width: 100%;
    float: left;
}

.redi-tags__block .redi-tags__list {
    display: table-cell;
    vertical-align: middle;
}

.redi-tags__block .redi-tags__list h3 {
    display: table-cell;
    padding-right: 10px;
}

.redi-tags__block .redi-tags__item {
    display: block;
    font-weight: normal;
    line-height: 36px;
    color: #666;
    padding: 0 10px;
    background: #f1f1f1;
    text-decoration: none;
    -webkit-transition: color .5s;
    transition: color .5s;
}

.redi-tags__block .redi-tags__item:hover {
    color: #007484;
}

@media only screen and (max-width: 1024px) {
    .vt-section--17 .vt-section__txt {
        font-size: 1.6rem;
    }
}


/* REDI Thuc Thong Thai add links blockquote 2020/11/04 START */

blockquote {
    position: relative;
    overflow: hidden;
    margin: 1.5rem 0;
    padding: 1.25rem 1.5rem 1.25rem 2rem;
    background-color: #fff;
    border-radius: 1rem;
    box-shadow: 0 5px 10px rgba(0, 9, 128, .035), 0 7px 18px rgba(0, 9, 128, .05);
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -ms-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
}

blockquote:before {
    content: '\f10d';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 24px;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 1rem;
    height: 100%;
    background-color: #ebeaf0;
}

blockquote>* {
    margin-left: 56px;
}

blockquote p {
    color: #6c757d;
}

figure{
 margin: 1em 0px;
}
/* REDI Thuc Thong Thai add links blockquote 2020/11/04 END */

ul li {
    font-size: 16px;
}

span.advgb-accordion-header-icon svg {
    width: 24px;
    height: 24px;
}

/* REDI LynkNeo add 2021/01/08 START */
.vt-breadcrumb .last {
    color: #007484;
}

/* ================================================== */
/* Iframe */
/* ================================================== 
.redi-iframe {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.redi-iframe iframe {
  height: 100%;
  width: 100%;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 0;
}
 REDI LynkNeo add 2021/01/08 END */