/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: THPhuoc
Author Url: https://www.facebook.com/tranhuuphuoc.0305/
Template: flatsome
Version: 3.16.2
*/


/*************** blog.   ***************/


td:first-child,
th:first-child {
    padding-left: 5px;
}

td,
th {
    border: 1px solid #ececec;
}

div#ez-toc-container p.ez-toc-title {
    font-size: 20px;
    font-weight: bold;
}

.d-none {
    display: none;
}

.aligncenter {
    text-align: center;
}

#ez-toc-container a {
    font-weight: bold;
    font-size: 16px;
    color: #333;
}

div#ez-toc-container {
    width: 100%;
}

div#content {
    padding-top: 0;
}



ul#header-contact a {
    text-transform: inherit;
}

a.button.primary.lowercase:hover {
    background: #fff;
    color: var(--primary-color);
    border: 1px solid var(--primary-color);
    opacity: 1;
    box-shadow: unset;
}

.col.large-4.medium-6.small-12.item:hover .col-inner {
    background: var(--primary-color);
    color: #fff;
}

.col.large-4.medium-6.small-12.item:hover .from_the_blog_excerpt {
    color: #fff;
}

.col.large-4.medium-6.small-12.item:hover .col-inner h5 {
    color: #fff;
}

h1.page-title.is-large.uppercase {
    font-size: 32px;
    text-transform: inherit;
    margin-bottom: 30px;
    color: var(--primary-color);
}

.progress-wrap svg.progress-circle path {
    stroke: #ffffff !important;
}

header.archive-page-header {
    /* padding-top: 60px; */
}

.row-breadcrumbs p {
    font-size: 16px;
    margin: 0;
}

span.last {
    color: var(--primary-color);
    font-weight: 700;
}

.row-breadcrumbs {
    background: #E7E7E7;
    padding: 15px;
    margin-bottom: 30px;
}

h3.related-title {
    font-size: 32px;
}

h5.post-title {
    color: var(--primary-color);
}

.news_detail_ct_share_contact {
    display: flex;
}

.news_detail_ct_share_contact li {
    margin-right: 10px;
	display:inline-block
}

ul,
ul li {
    margin: 0;
    padding: 0;
}

.news_detail_ct_share h2 {
    font-weight: 500;
    font-size: 18px;
    color: #3B3663;
    display: flex;
    align-items: center;
    margin-right: 20px;
    width: max-content;
}

.news_detail_ct_share {
    margin: 32px 0 46px 0;
    display: flex;
}

.sub-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
}

h1.entry-title {
    font-size: 32px;
    color: var(--primary-color);
    margin-bottom: 10px;
}

#block_widget-3 .post-meta.is-small.op-8 {
    color: #777981;
}

.post-sidebar.large-3.col {
    padding: 0 10px;
}

span.widget-title {
    background: var(--primary-color);
    font-size: 24px;
    text-transform: inherit;
    padding: 10px;
    display: block;
    color: #fff;
}

.box-text.text-left {
    padding: 10px;
}

#block_widget-3 .col.post-item {
    padding: 0 15px;
}

#block_widget-3 .col.post-item .col-inner {
    border-bottom: 1px solid #D9D9D9;
}

button.btn-loadmore:hover {
    background: #fff;
    color: var(--primary-color);
    border: 1px solid var(--primary-color);
}

button.btn-loadmore {
    font-size: 16px;
    width: max-content;
    text-transform: inherit;
    font-weight: 500;
    color: #fff;
    padding: 8px 49px;
    background: var(--primary-color);
    border-radius: 8px;
}

.blog-archive .from_the_blog_excerpt {
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 25px;
    -webkit-line-clamp: 2;
    height: 50px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}


/*************** footer.   ***************/

#footer p {
    font-size: 14px;
}

.copyright-footer {
    color: #fff;
}


/*************** home.   ***************/

h5.post-title.is-large {
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 25px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.post-meta.is-small.op-8 {
    font-size: 14px;
    color: #15a43a;
}

.post-large .post-meta.is-small.op-8 {
    font-size: 16px;
    color: #15a43a;
    order: 1;
}

.post-large .box-image {
    padding-right: 15px;
}

.post-large .box-text-inner.blog-post-inner {
    display: flex;
    flex-flow: wrap;
}

.post-large h5.post-title.is-large {
    order: 2;
    font-weight: 500;
    font-size: 32px;
    line-height: 40px;
}

.post-large .box-text.text-left {
    padding: 15px;
}

.post-large p.from_the_blog_excerpt {
    order: 3;
}

.is-divider.medium,
.is-divider.small,
.box-blog-post .is-divider {
    display: none;
}

blockquote,
dl,
figure,
form,
ol,
p,
pre,
ul {
    margin-bottom: 10px;
}

.section-review .icon-box.featured-box.icon-box-left.text-left {
    border-top: 1px solid #D9D9D9;
    margin-top: 0;
    padding-top: 12px;
}

.flickity-viewport {
    overflow: inherit;
    overflow-x: clip;
}

.review .row .col-inner:before {
    content: '”';
    position: absolute;
    top: -20px;
    z-index: 999;
    width: 46px;
    height: 40px;
    font-family: 'Syne';
    background: var(--primary-color);
    color: #fff;
    display: flex;
    padding-top: 26px;
    justify-content: center;
    align-items: center;
    font-size: 57px;
}

.section-review h3 {
    margin: 0;
}

.section-ser .box-text.text-center a {
    text-decoration: underline;
}

.section-ser .box-text.text-center {
    padding: 15px;
}

.section-ser .box-text p {
    overflow: hidden;
    height: 160px;
}

.icon-box.featured-box.icon-box-left.text-left:first-child {
    margin-top: 0px;
}

.icon-box.featured-box.icon-box-left.text-left {
    margin-top: 10px;
}

.box-home h3 {
    font-size: 24px;
    color: var(--primary-color);
    margin-bottom: 5px;
}

.sec-title h2 {
    font-size: 32px;
}

.icon-box-left .icon-box-img+.icon-box-text {
    padding-left: 47px;
}


/*************** header.   ***************/

.row.page-wrapper {
    padding-top: 0;
}

.entry-content.single-page {
    padding: 0;
}

span.author-name a {
    font-weight: 700;
    color: #333;
}

body {
    font-weight: 400 !important;
    font-style: normal;
}

.icon-box-img {
    display: flex;
    align-items: center;
}

.box-header .icon-box-text.last-reset {
    color: var(--primary-color);
    font-weight: 700;
    display: flex;
    align-items: center;
}

.box-header .icon-box-text.last-reset a {
    color: var(--primary-color);
    font-weight: 700;
}

.nav-dark .nav>li.header-divider {
    border-color: #fff;
}

.social-icons .button {
    margin-bottom: 0;
    border-radius: 0;
}

.pad-none {
    padding-bottom: 0;
}

.social-icons .button i {
    top: 0 !important;
    vertical-align: middle;
}

a.tooltip.tooltipstered span {
    text-transform: initial;
    font-size: 14px;
}

#button-contact-vr {
    display: block;
}

@media only screen and (max-width: 850px) {
    /*************** ADD MOBILE ONLY CSS HERE  ***************/
    .post-large .box-image {
        padding-right: 0;
    }
    .post-large .box-text.text-left {
        padding: 15px;
    }
    .icon-box-left .icon-box-img+.icon-box-text {
        padding-left: 10px;
    }
}

@media only screen and (max-width: 550px) {
  .sec-title h2 {
		font-size: 25px;
	}
}

@media only screen and (max-width: 1200px) {
    span.widget-title {
        font-size: 20px;
    }
}

.entry-content {
    color: #212529;
    font-size: 15px;
    font-weight: 400;
    line-height: 28px;
}

.entry-content h2,
.entry-content h3,
.entry-content h4 {
    font-weight: 700;
    color: #333;
    margin-bottom: 15px;
    color: var(--primary-color);
}

.entry-content figure {
    background: #fff;
    border: 1px solid #f0f0f0;
    padding: 5px 3px 10px;
    text-align: center;
}

.entry-content h6 {
    font-size: 15px;
}

.entry-content h5 {
    font-size: 17px;
}

.entry-content h4 {
    font-size: 17px;
}

.entry-content h3 {
    font-size: 18px;
}

.entry-content h2 {
    font-size: 20px;
    line-height: 1.5;
}

.entry-content h1 {
    font-size: 25px;
    font-weight: 700;
    color: #333;
    margin-bottom: 15px;
}

.entry-content p {
    color: #333;
    margin-bottom: 15px;
    font-size: 16.5px;
    line-height: 1.6;
}

.entry-content ul {
    list-style: disc;
    padding-left: 20px;
    padding-bottom: 5px;
}

.entry-content ul li {
    color: #333;
    line-height: 1.5;
    margin-bottom: 10px;
    font-size: 16.5px;
}

.entry-content ul li a {
    color: #007bff;
}

.entry-content ol {
    list-style: decimal;
    padding-left: 18px;
    padding-bottom: 5px;
    font-size: 16.5px;
}

.entry-content ol li {
    color: #333;
    line-height: 1.5;
    margin-bottom: 10px;
    font-size: 16.5px;
}

.entry-content ol li a {
    color: #ff5912;
}

.entry-content a {
    font-weight: 700;
}

.entry-content blockquote {
    background: #f3f3f3;
    color: #868686;
    display: block;
    font-size: 16px;
    line-height: 23px;
    margin: 0 0 20px;
    padding: 15px 20px 15px 45px;
    position: relative;
    text-align: justify;
}

.entry-content blockquote p {
    margin-bottom: 0;
}

.entry-content blockquote:before {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 3px;
    background: var(--primary-color);
    content: "";
}

.entry-content code {
    background: rgba(0, 0, 0, 0.05);
    border-radius: 3px;
    font-size: 0.85rem;
    color: #e83e8c;
    font-size: 15px;
}

.entry-content table {
    width: 100%;
    height: auto;
    overflow: auto;
}

.entry-content table>tbody>tr>td,
.entry-content table>tbody>tr>th,
.entry-content table>tfoot>tr>td,
.entry-content table>tfoot>tr>th,
.entry-content table>thead>tr>td,
.entry-content table>thead>tr>th,
.term-description table>tbody>tr>td,
.term-description table>tbody>tr>th,
.term-description table>tfoot>tr>td,
.term-description table>tfoot>tr>th,
.term-description table>thead>tr>td,
.term-description table>thead>tr>th {
    border: 1px solid #ddd;
    padding: 7px 10px !important;
    font-size: 16.5px !important;
    width: auto !important;
}

.entry-content iframe {
    margin: auto;
}

.entry-content .syntaxhighlighter {
    padding: 10px 0;
}