.td-block-title-wrap {
    width: 100%;
    position: relative;
}

.color_0:hover {
    color: #f9c100 !important;
}

.color_1:hover {
    color: #3a863d !important;
}

.color_2:hover {
    color: #5d7987 !important;
}

.td-theme-wrap .tdi_77 .block-title_0 {
    border-color: #f9c100;
}

.td-theme-wrap .tdi_77 .block-title_0>* {
    background-color: #f9c100;
}

.td-theme-wrap .tdi_77 .block-title_1 {
    border-color: #3a863d;
}

.td-theme-wrap .tdi_77 .block-title_1>* {
    background-color: #3a863d;
    color: #fff !important;
}

.td-theme-wrap .tdi_77 .block-title_2 {
    border-color: #5d7987;
}

.td-theme-wrap .tdi_77 .block-title_2>* {
    background-color: #5d7987;
    color: #fff !important;
}


.td-theme-wrap .tdi_77 .block-title {
    /* border-color: #f9c100; */
    text-align: left;
}

.block-title {
    font-family: roboto, sans-serif;
    font-size: 14px;
    line-height: 1;
    margin-top: 0;
    margin-bottom: 26px;
    border-bottom: 2px solid #222;
}

.block-title a, .block-title span, .block-title label {
    line-height: 17px;
    display: inline-block;
    padding: 7px 12px 4px;
    background-color: #222;
    color: #fff;
    text-transform: uppercase !important;
}

.td-theme-wrap .tdi_77 .td-subcat-dropdown:hover .td-subcat-more {
    background-color: #f9c100;
}

.td-theme-wrap .tdi_77 .block-title>* {
    color: #000000;
}

.td-js-loaded .td-subcat-filter {
    opacity: 1;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
}

.td-subcat-filter {
    position: absolute;
    bottom: 0;
    right: 0;
    margin: auto 0;
    /*opacity: 0;*/
    z-index: 2;
    line-height: 30px;
    text-align: right;
}

.td-subcat-filter .td-subcat-list {
    display: inline-block;
    line-height: 1;
}

.td-subcat-filter ul {
    margin: 0;
    padding: 0;
}

.td-subcat-filter .td-subcat-list .td-subcat-item {
    display: inline-block;
    line-height: 1;
    margin-left: 30px;
}

.td-theme-wrap .tdi_77 .td-pulldown-filter-link:hover, .td-theme-wrap .tdi_77 .td-subcat-item a:hover, .td-theme-wrap .tdi_77 .td-subcat-item .td-cur-simple-item {
    color: #f9c100;
}

.td-subcat-filter .td-subcat-list a {
    font-family: roboto, sans-serif;
    font-size: 13px;
    color: #767676;
    line-height: 1;
}

.td-module-container {
    border-color: #eaeaea;
    flex-direction: column;
    display: flex;
    position: relative;
}

.td-image-container {
    position: relative;
    flex: 0 0 auto;
    width: 100%;
    height: 100%;
}

.td-module-thumb {
    position: relative;
    width: 100%;
    height: 100%;
}
.td-module-thumb a{
    max-height: 90px;
     width: 100%;
    height: 100%;
}
.tdi_77 .td_module_flex_1 .entry-thumb {
    background-position: center 50%;
}

.td-block-news {
    margin-bottom: 20px;
}

.td_block_inner {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.td_block_inner .td_module_flex {
    width: 50%;
    float: left;
    padding: 0px 20px 0 0;
    min-width: 270px;
}

.td_block_inner .td_module_flex .td-module-container .td-module-meta-info .entry-title {
    font-size: 22px;
    font-weight: bold;
    color: #111;
    cursor: pointer;
}

.td_block_inner .td_module_flex .td-module-container .td-module-meta-info .entry-title>a {
    text-decoration: none;
    text-decoration: none;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.td_block_inner .td_module_flex .td-module-container .td-module-meta-info .entry-title>a:hover {
    color: #fcb900;
}

.td_block_inner .td_module_flex .td-module-container .td-module-meta-info .td-editor-date {
    font-size: 12px;
    margin-bottom: 7px;
    line-height: 1;
    min-height: 17px;
    position: relative;
}

.td_block_inner .td_module_flex .td-module-container .td-module-meta-info .td-editor-date a {
    text-decoration: none;
    color: #111;
    font-weight: bold;
}

.td_block_inner .td_module_flex .td-module-container .td-module-meta-info .td-editor-date .td-module-comments {
    position: relative;
    float: right;
    font-family: open sans, open sans regular, sans-serif;
    font-size: 10px;
    font-weight: 600;
    text-align: center;
    line-height: 1;
}

.td_block_inner .td_module_flex .td-module-container .td-module-meta-info .td-editor-date .td-module-comments a {
    color: #fff;
    background-color: #000;
    display: inline-block;
    min-width: 17px;
    padding: 3px 4px 4px 5px;
    position: relative;
}

.td_block_inner .td_module_flex .td-module-container .td-module-meta-info .td-editor-date .td-module-comments a::after {
    position: absolute;
    bottom: -3px;
    left: 0;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3px 3px 0 0;
    border-color: #000 transparent transparent transparent;
}

.td_block_inner .td_module_flex .td-module-container .td-module-meta-info .td-excerpt {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 14px;
}

.td_module_column {
    width: 50%;
    float: left;
}

.color-gray {
    color: #767676;
}

.td_module_column>.td_module_flex {
    display: flex;
    flex-direction: row;
    width: 100%;
    float: left;
    padding: 0 0 13px 20px;
    margin-bottom: 13px;
}

.td_module_column>.td_module_flex>.td-module-container {
    width: 30%;
}

.td_module_column .td_module_flex .td-image-container {
    width: 100%;
}

.td_module_column .td_module_flex .td-module-meta-info {
    width: 70%;
    padding: 0 0 0 13px;
}

.td_module_column .td_module_flex .td-module-meta-info .entry-title {
    font-size: 14px;
    line-height: 18px;
    font-weight: bold;
    color: #111;
    cursor: pointer;
}

.td_module_column .td_module_flex .td-module-meta-info .entry-title>a {
    text-decoration: none;
    text-decoration: none;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.td_module_column .td_module_flex .td-module-meta-info .entry-title>a:hover {
    color: #fcb900;
}

.td_module_column .td_module_flex .td-editor-date {
    font-size: 11px;
    margin-bottom: 7px;
    line-height: 1;
    min-height: 17px;
    color: #767676;
}

.td-image-wrap_right {
    padding-bottom: 0 !important;
}

/* right */

.wpb_wrapper {
    width: 100%;
    position: sticky;
    top: 40px;
    bottom: auto;
    z-index: 1;
}

.td-social-list::before {
    display: table;
    content: '';
    line-height: 0;
}

.td-social-list .td_social_type {
    width: 100%;
    margin-bottom: 10px;
    -webkit-transition: background-color 0.20s cubic-bezier(0, 0, 0.58, 1) 0s;
    transition: background-color 0.20s cubic-bezier(0, 0, 0.58, 1) 0s;
}

.td-social-box {
    background-color: transparent;
    height: 40px;
    position: relative;
    overflow: hidden;
}

.td-sp-facebook {
    background-position: -17px -17px;
    background-color: #516eab;

}

.td-sp-youtube {
    background-position: -15px -380px;
    background-color: #e14e42;
}

.td-sp-twitter {
    background-position: -16px -431px;
    background-color: #29c5f6;
}

.td-sp {
    width: 40px;
    height: 40px;
    margin-right: 5px;
    display: inline-block;
    position: relative;
    background-image: url('../../assets/common/elements.png');
    background-repeat: no-repeat;
}

.td_social_info {
    top: -15px;
    padding: 0 0 0 9px;
    position: relative;
    font-size: 12px;
    font-weight: bold;
}

.td_social_button a {
    color: #111;
    font-weight: bold;
    font-size: 11px;
    text-decoration: none;
    border-color: #ededed;
    margin-top: 13px;
    padding: 0;
    border: none;
    float: right;
    top: 9px;
    height: 16px;
    line-height: 15px;
    text-transform: uppercase;
}

.td-banner {
    width: 100%;
}

.td-banner .td-banner-container {
    margin: auto;
    max-width: 100%;
    width: fit-content;
}

.td-banner .td-banner-container .td_banner_button img {
    width: 100%;
}

/* block news */

.td_module_flex_new {
    width: 100%;
    float: left;
}

.color-gray {
    color: #767676;
}

.td_module_flex_new {
    width: 100%;
    float: left;
    padding: 0 0 13px 0px;
    margin-bottom: 13px;
}

.td_module_flex_new>.td-module-container {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: no-wrap;
}

.td_module_flex_new .td-image-container {
    width: 30%;
    min-width: 270px;
}

.td_module_flex_new .td-module-meta-info {
    width: 70%;
    padding: 0 0 0 13px;
}

.td_module_flex_new .td-module-meta-info .entry-title {
    font-size: 22px;
    line-height: 1.3;
    color: #111;
    cursor: pointer;
}

.td_module_flex_new .td-module-meta-info .entry-title>a {
    text-decoration: none;
    text-decoration: none;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.td_module_flex_new .td-module-meta-info .entry-title>a:hover {
    color: #fcb900;
}

.td_module_flex_new .td-editor-date {
    font-size: 11px;
    margin-bottom: 7px;
    line-height: 1;
    min-height: 17px;
    color: #767676;
}

.td_module_flex_new .td-editor-date {
    font-size: 11px;
    margin-bottom: 7px;
    line-height: 1;
    min-height: 17px;
    color: #767676;
}

.td_module_flex_new .td-editor-date .td-post-author-name a {
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
    color: #111;
}

.td_module_flex_new .td-module-container .td-module-meta-info .td-excerpt {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 14px;
}

.td_module_flex_new .td-module-meta-info {
    height: 100%;
    position: relative;
}

.td_module_flex_new .td-button-readmore a {
    width: 100px;
    height: 32px;
    background-color: #111;
    color: #fff;
    font-size: 14px;
    padding: 5px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    margin-top: 20px;
}

.td_module_flex_new .td-button-readmore a:hover {
    color: #f9c100;
}

.td_module_flex_new .td-post-tag {
    min-width: 70px;
    height: 24px;
    padding: 5px;
    background-color: #111;
    text-align: center;
    margin-top: 20px;
    margin-right: 15px;
}

.td_module_flex_new .td-post-tag a {
    color: #fff;
    font-size: 11px;
    text-decoration: none;
    font-weight: bold;
}

.td_module_flex_new .td-post-tag a:hover {
    color: #f9c100;
}

/*------------*/

/* Footer */

.td_footer {
    font-size: 13px;
    line-height: 1.7;
    font-weight: 450;
    color: #fff;
    margin-top: 50px;
}
.td_footer a {
	color: #fff;
}
.td_footer li a:hover {
	color: #ff0000;
	text-decoration: none;
}

.td_footer a.scroll-top {
    background-color: rgba(0, 0, 0, 0.3);
	background-image: url('../img/ielts/chevron-up.svg');
    background-repeat: no-repeat;
    background-position: center;
	display: block;
    position: fixed;
	z-index: 11;
    right: 30px;
    bottom: 3px;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    font-size: 1.1rem;
    line-height: 44px;
    text-align: center;
}

iframe[data-testid="bubble_iframe"] {
    bottom: 50px !important;
}

.td_footer .wrapper {
    width: 100%;
    min-height: 200px;
    background-image: url('./../common/footer.png');
    background-position: 50% 50%;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.part-info {
    box-sizing: border-box;
    background-color: rgba(0, 98, 174, .6);
    padding: 20px;
    display: flex;
    justify-content: space-around;
    flex-direction: row;
    flex-wrap: wrap;
    min-height: 150px;
    margin: 0 auto;
}

.info-name {
    padding: 15px;
    /* flex: 2; */
    /* text-align: center; */
    /* margin-bottom: 1em; */
}

.logo-1>img {
    /* width: 200px; */
    height: 46px;
    box-sizing: border-box;
    /* display: block;
    margin: 0 auto 20px; */
	margin-bottom: 20px;
}

.name-part {
    margin-bottom: 1em;
    font-size: 1.1em;
    font-weight: 500;
}

.name-part>p {
    margin-top: 0;
    margin-bottom: 1rem;
}

.info-cursor-1>ul, .info-cursor-2>ul {
    padding: 0 5px;
    font-size: 1em;
    list-style: none;
}

.info-cursor-1 {
    font-size: 1.1em;
    flex: 0 1 auto;
    padding: 15px;
    /* margin-bottom: 1em; */
}

.info-cursor-2 {
    flex: 0 1 auto;
    font-size: 1.1em;
    padding: 15px;
    /* margin-bottom: 1em; */
}

.infor-contact {
    padding: 15px;
    min-height: 5px;
    flex: 1;
    font-weight: 400;
    font-size: 1.1em;
	display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.infor-contact > * {
    flex: 0 1 100%;
}

.infor-contact>p {
    margin-top: 0;
    margin-bottom: 1rem;
}

.infor-contact>p>a {
    color: #fff;
}

.fb-youtube {
    display: block;
}

.fb-youtube h3 {
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
    font-weight: 700;
    line-height: 1.2;
}

.fb-facebook {
    border: 1px solid #fff;
    padding: 2px 10px;
    border-radius: 50px;
    margin-right: 5px;
    background-image: linear-gradient(#78a1ec, #0d357e);
    color: #fff;
}

.fb-facebook i::before {
    content: "\f09a";
}

.youtb-youtube {
    border: 1px solid #fff;
    padding: 2px 10px;
    border-radius: 50px;
    margin-right: 5px;
    background-color: #cc2626;
    color: #fff;
}

.youtb-youtube i::before {
    content: "\f167";
}

.infor-contact .thumbnail {
    align-self: flex-end;
    text-align: right;
}

.site-footer {
    padding: 20px;
    background-color: rgba(0, 98, 174, .75);
}

.site-footer .footer-container {
    margin: auto 20px;
    display: flex;
    flex-wrap: wrap;
    font-size: 1.1em;
    font-weight: 500;
    color: #fff;
}

/* .content-footed { */
    /* padding: 0 40px; */
    /* flex: 4; */
/* } */

.content-footed>p {
    margin-top: 0;
    margin-bottom: 1rem;
}

.thumbnail {
    padding: 0;
    flex: 1;
}

.thumbnail>img {
    position: relative;
    left: 0;
    top: 0;
    width: 150px;
    height: 60px;
}

.end-page {
    /* padding-left: 47px; */
    font-size: 1.1em;
}

.end-page>p {
    margin-top: 0;
    margin-bottom: 1rem;
}

/* @media screen and (max-width: 1008px) {

    .info-name {
        flex: 50%;
    }

    .info-cursor-1, .info-cursor-2 {
        flex: 25%;
    }

    .infor-contact {
        flex: 100%;
    }

    .content-footed {
        padding: 0px 20px 0px 0px;
    }
}


@media screen and (max-width: 720px) {
    .info-name {
        flex: 100%;
    }

    .info-cursor-1, .info-cursor-2 {
        flex: 50%;
    }
}

@media screen and (max-width: 540px) {
    .thumbnail, .content-footed {
        flex: 2;
    }
}

@media screen and (max-width: 414px) {

    .infor-contact, .info-name, .info-cursor-1, .info-cursor-2 {
        flex: 100%;
    }
} */


@media screen and (min-width: 768px) {
    .infor-contact {
        flex: 1;
    }
}
@media screen and (min-width: 1200px) {
    .info-name {
        flex: 2;
    }
}

/* -------------- */

/* single page */

.tdb-title-text {
    font-size: 38px !important;
    line-height: 1.2 !important;
}

.td_block_wrap {
    margin-bottom: 19px;
    position: relative;
}

.td_block_wrap .tdb-title-text {
    font-size: 38px !important;
    line-height: 1.2 !important;
}

.tdi_79 {
    margin-right: 10px !important;
}

.tdb-post-meta {
    margin-bottom: 16px;
    clear: none;
    vertical-align: middle;
    line-height: 1;
}

.tdb-author-name-wrap {
    display: flex;
    margin-right: 3px;
    align-items: baseline;
    color: #444;
    font-size: 11px;
    font-weight: 400;
}

.tdb-author-name {
    font-size: 14px;
    font-weight: 500;
    color: #111;
}

.avatar {
    width: 20px;
    height: 20px;
    margin-right: 6px;
    border-radius: 50%;
}

.tdb-post-meta span,
.tdb-post-meta i,
.tdb-post-meta time {
    vertical-align: middle;
}

.tdb_single_author {
    line-height: 30px;
    display: flex;
}

.tdb_single_author a {
    vertical-align: middle;
}

.tdb_single_author .tdb-block-inner {
    display: flex;
    align-items: center;
}

.tdb_single_author .tdb-author-by {
    margin-right: 3px;
}

#breadcrumbs a,
span {
    font-size: 12px;
    color: #747474;
    text-decoration: none;
}

#breadcrumbs a:hover {
    text-decoration: underline;
}


/* ---------- */

.td-animation-stack-type0-2:not(.woocommerce-product-gallery img) {
    opacity: 1 !important;
    transition: opacity .3s;
    transition-timing-function: cubic-bezier(.39, .76, .51, .56);
}

.td-thumb-css {
    width: 100%;
    height: 100%;
    position: absolute;
    background-size: cover;
    background-position: center center;
}

.td-module-thumb .entry-thumb {
    display: block;
}

.td-image-wrap {
    display: block;
    position: relative;
    padding-bottom: 72%;
}

.td-module-meta-info {
    padding: 13px 0 0;
    width: 100%;
    margin-bottom: 0;
    z-index: 1;
    border: 0 solid #eaeaea;
    min-height: 0;
}

.entry-title {
    font-size: 21px;
    line-height: 25px;
    margin: 0 0 6px;
}

.entry-title a,
.td-module-title a {
    color: #111;
}

.td-post-category {
    top: auto;
    bottom: 0;
    display: inline-block;
    left: 0;
    position: absolute;
    z-index: 2;
    font-family: open sans, open sans regular, sans-serif;
    font-size: 10px;
    font-weight: 600;
    line-height: 1;
    background-color: #222;
    color: #fff;
    margin-right: 5px;
    padding: 3px 6px 4px;
    display: block;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
}

@media screen and (max-width: 992px) {
    .td_block_inner .td_module_flex {
        width: 100%;
    }

    .td_block_inner .td_module_column {
        width: 100%;
        margin-top: 24px;
    }

    .td_block_inner .td_module_column .td_module_flex {
        padding: 0 0 13px 0px;
    }
}

@media screen and (max-width: 540px) {
    .td_module_flex_new {
        padding: 0 0 13px 0px;
    }

    .td_module_flex_new .td-module-container {
        flex-wrap: wrap;
    }

    .td_module_flex_new .td-image-container {
        width: 100%;
    }

    .td_module_flex_new .td-module-meta-info {
        width: 100%;
        padding-left: 0px;
    }
}

/* -- paging --*/
.page-numbers {
	display: inline-block;
	padding: 5px 10px;
	margin: 0 2px 0 0;
	border: 1px solid #eee;
	line-height: 1;
	text-decoration: none;
	border-radius: 2px;
	font-weight: 600;
}
.page-numbers.current,
a.page-numbers:hover {
	background: rgba(0, 98, 174, .6);
    text-decoration: none;
    color: #fff;
}