@import url('https://fonts.googleapis.com/css2?family=Merriweather:wght@400;700&display=swap');
.slider-main .item-slider {
    display: none;
}
.slider-main .item-slider.slick-slide,
.slider-main .item-slider:first-child {
    display: block;
}
.slider-main .item-slider img.img-mobile {
    position: absolute;
    top: 0;
    opacity: 0;
    visibility: hidden;
}
.slick-list.draggable {
    border-radius: 16px;
}
.slider-main ul.slick-dots {
    margin: 0;
    padding: 8px 8px;
    border-radius: 50px;
    list-style: none;
    position: absolute;
    font-size: 0;
    bottom: 8px;
    text-align: center;
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.12);
	line-height: 12px;
	left: 50%;
    transform: translateX(-50%);
}
.slider-main {
    display: block;
    position: relative;
    text-align: center;
}
.slider-main .slick-arrow {
    position: absolute;
    top: 50%;
    z-index: 222;
    transform: translateY(-50%);
    cursor: pointer;
}
.slider-main .slick-arrow.slick-prev {
    left: 20px;
}
.slider-main .slick-next.slick-arrow {
    right: 20px;
}
.slider-main ul.slick-dots li {
    display: inline-block;
    line-height: 1;
    font-size: 0;
    padding: 0 5px;
}
.slider-main ul.slick-dots li button {
    font-size: 0;
    box-shadow: none;
    padding: 0;
    margin: 0;
    line-height: 0 !important;
    min-width: 8px;
    min-height: 8px;
    border: 0px;
    border-radius: 100%;
    box-sizing: content-box;
    background-color: rgba(255,255,255,0.3);
}
.slider-main ul.slick-dots li.slick-active button {
    opacity: 1;
    border: 2px solid #fff;
	background-color: #fff;
}
.blog-section {
    display: block;
    position: relative;
}
.blog-section .top-blog {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    margin-bottom: 32px;
}
.blog-section .top-blog .blog-desc {
    width: 71%;
}
.blog-section .top-blog .view-all {
    width: 29%;
    padding-left: 15px;
    text-align: right;
}
.blog-section .top-blog .view-all .btn_detail {
    color: #316CE0;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    margin-top: 20px;
    display: block;
}
.blog-section .top-blog .view-all .btn_detail:hover {
    text-decoration: underline;
}
.blog-section .top-blog .blog-desc h2.title {
    color: #073B9D;
    font-size: 40px;
    line-height: 60px;
    margin-bottom: 10px;
}
.list-blog.type-business {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -16px;
}
.type-business .col-blog {
    width: 50%;
    padding: 0 16px;
}
.list-blog .item-blog {
    display: block;
    position: relative;
}
.list-blog .item-blog .thumbnail {
    position: relative;
}
.list-blog .item-blog .thumbnail .cat-logo {
    position: absolute;
    left: 16px;
    bottom: 16px;
    width: 64px;
    height: 64px;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    border-radius: 8px;
}
.list-blog .item-blog .cat-name {
    font-size: 14px;
    line-height: 20px;
    padding: 2px 12px;
    display: inline-block;
    border-radius: 100px;
    margin-bottom: 10px;
}
.type-business .col-blog:nth-child(1) .item-blog .thumbnail a>img {
    border-radius: 16px;
    box-shadow: 0px 16px 32px rgb(55 66 77 / 32%);
    width: 100%;
}
.type-business .col-blog:nth-child(1) .item-blog h4 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    color: #1B2633;
    margin-bottom: 8px;
}
.type-business .col-blog:nth-child(1) .item-blog .content-blog {
    margin-top: 32px;
}
.blog-section .top-blog .blog-desc .desc p:last-child {
    margin-bottom: 0;
}
.blog-section .top-blog .blog-desc h2.title:last-child {
    margin-bottom: 0;
}
.list-blog .item-blog .post-meta {
    display: block;
    position: relative;
}
.list-blog .item-blog .post-meta .mata-row {
    display: flex;
    align-items: center;
    line-height: 20px;
    font-size: 14px;
}
.list-blog .item-blog .post-meta .item.view-post {
    display: flex;
    align-items: center;
    margin-right: 24px;
}
.list-blog .item-blog .post-meta .item.view-post svg {
    margin-right: 4px;
}
.list-blog .item-blog .cat-name {
    color: #1443A3;
    background-color: rgba(20, 67, 163, 0.08);
}
.type-business .item-blog .thumbnail .cat-logo img {
    border-radius: 8px;
}
.type-business .col-blog:nth-child(2) .item-blog .wrap {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -16px;
}
.type-business .col-blog:nth-child(2) .item-blog .thumbnail {
    width: 50%;
    padding: 0 16px;
}
.type-business .col-blog:nth-child(2) .item-blog .content-blog {
    width: 50%;
    padding: 0 16px;
}
.list-blog .item-blog .thumbnail a {
    position: relative;
    display: block;
}
.type-business .col-blog:nth-child(2) .item-blog .title-blog {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 4px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.list-blog .item-blog .content-blog p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 8px;
}
.type-business .col-blog:nth-child(2) .item-blog {
    margin-bottom: 25px;
}
.type-business .col-blog:nth-child(2) .item-blog:last-child {
    margin-bottom: 0;
}
.type-business .col-blog:nth-child(2) .item-blog .thumbnail a>img {
    border-radius: 8px;
    height: 172px;
    object-fit: cover;
    width: 100%;
}
.list-blog.type-grid {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -16px;
}
.type-grid .item-blog {
    width: 33.33333%;
    padding: 0 16px;
    margin-bottom: 30px;
}
.type-grid .item-blog .thumbnail a>img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-radius: 8px;
}
.type-grid .item-blog .content-blog {
    margin-top: 18px;
}
.type-grid .item-blog .title-blog {
    font-size: 24px;
    line-height: 32px;
	margin-bottom: 8px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.blog-section .top-blog.full-top .blog-desc .desc{
    width: 100%;
    max-width: 720px;
}
ul.breadcrumbs li a:hover {
    text-decoration: underline;
}
.list-blog.type-feed .item-blog .number {
    color: #316CE0;
    font-size: 40px;
    line-height: 60px;
    font-family: "Merriweather";
    font-weight: 700;
    width: 60px;
    font-feature-settings: 'tnum' on, 'lnum' on;
}
.single-post .site-content > .ast-container #primary {
    width: 100%;
}
.type-feed .item-blog .thumbnail .wrap {
    display: flex;
    align-items: center;
}
.type-feed .item-blog>.wrap {
    display: flex;
    flex-wrap: wrap;
}
.type-feed .item-blog .thumbnail {
    width: 188px;
}
.type-feed .item-blog .content-blog {
    width: calc(100% - 188px);
    padding-left: 32px;
}
.type-feed .item-blog .thumbnail .wrap a {
    padding-left: 24px;
}
.type-feed .item-blog .thumbnail .wrap img {
    height: 112px;
    width: 112px;
    object-fit: cover;
    border-radius: 9px;
}
.type-feed .item-blog .title-blog {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 8px;
    max-width: 340px;
}
.type-feed .item-blog .content-blog .cat-name {
    margin-bottom: 8px;
}
.list-blog.type-feed .item-blog {
    margin-bottom: 30px;
}
.list-blog.type-feed .item-blog:last-child {
    margin-bottom: 0;
}
.type-grid.col-4 .item-blog {
    width: 25%;
}
.type-grid.col-4 .item-blog .title-blog {
    font-size: 20px;
    line-height: 28px;
}
.type-business .col-blog .item-blog .content-blog .info-audio {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.type-business .col-blog .item-blog .content-blog .info-audio .view-post {
    display: flex;
    align-items: center;
}
.type-business .col-blog .item-blog .content-blog .info-audio .view-post .post-views {
    padding-left: 5px;
}
.type-business .col-blog .item-blog .audio-play a {
    display: flex;
    align-items: center;
}
.type-business .col-blog .item-blog .audio-play a svg {
	padding-right: 15px;
}
.type-business .col-blog .item-blog .audio-play a:hover {
    opacity: .8;
}
.type-business .col-blog:nth-child(1) .item-blog .thumbnail-num-3 a > img {
    height: 200px;
}
.faq-section {
    display: block;
    position: relative;
    background-color: #F7F8F9;
    padding: 32px 88px;
    border-radius: 16px;
}
.faq-section .item-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.faq-section .thumbnail {
    width: 150px;
}
.faq-section .title {
    width: calc(100% - 470px);
    padding: 0 20px;
}
.faq-section .title .cat {
    margin-bottom: 8px;
    color: #1B5DE0;
    text-transform: uppercase;
    line-height: 20px;
    font-weight: 600;
}
.faq-section .title h3 {
    font-size: 28px;
    line-height: 40px;
    margin: 0;
}
.faq-section .list-faq .item-faq {
    display: block;
    margin-bottom: 16px;
	 position: relative;
}
.faq-section .list-faq .item-faq:last-child {
    margin-bottom: 0;
}
.faq-section .list-faq a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
    box-shadow: 0px 0px 2px rgb(55 66 77 / 32%);
    border-radius: 8px;
    font-size: 20px;
    line-height: 32px;
    padding: 12px 24px;
    position: relative;
	overflow: hidden;
}
.faq-section .list-faq a:hover {
    background-color: #E9ECF0;
}
.faq-section .list-faq {
    width: 320px;
    display: block;
    position: relative;
}
.faq-section .list-faq a .percent {
    opacity: 0;
    overflow: hidden;
}
.faq-section .list-faq a .bg {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(90deg, #0F5BCC 0%, #00B2FF 100%);
	transition: all .8s;
}
.faq-section .list-faq a * {
    position: relative;
}
.faq-section .list-faq.active .percent {
    opacity: 1;
    overflow: visible;
}
.faq-section .list-faq.active a {
    cursor: no-drop;
}
.list-blog.type-feed .item-blog .number.mobile {
    display: none;
}
.img-mobile {
    display: none;
}
.banner-page .image-banner img {
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 16px;
    object-fit: cover;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.banner-page .entry-banner {
    position: relative;
    z-index: 1;
    min-height: 350px;
    display: flex;
    align-items: center;
}
.banner-page .entry-banner .wrapper {
    padding: 50px 100px;
    position: relative;
    max-width: 980px;
}
.banner-page .entry-banner .title {
    color: #fff;
    font-size: 30px;
    line-height: 50px;
    margin-bottom: 16px;
}
.banner-page .entry-banner .desc {
    color: #fff;
}
.banner-page .entry-banner .desc p:last-child {
    margin-bottom: 0;
}
.banner-page .entry-banner .btn {
    display: inline-block;
    color: #fff;
    background-color: rgba(255, 255, 255, 0.24);
    border-radius: 4px;
    padding: 6px 16px;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    margin-top: 21px;
}

.banner-page .entry-banner .banner-content .btn:hover {
    background-color: rgba(0, 0, 0, 0.32);
}
.banner-page .entry-banner .btn svg {
    margin-right: 8px;
    position: relative;
    top: 3px;
}
.list-blog .load-more {
    display: block;
    position: relative;
    text-align: center;
    margin-top: 20px;
	transition: all .3s;
}
.list-blog .load-more[disabled="disabled"] {
    display: none;
}
.load-more .btn-loadmore,
.load-more .btn {
    color: #1B2633;
    font-size: 16px;
    line-height: 26px;
    display: inline-block;
    font-weight: 500;
    padding: 4px 16px;
    background-color: #DAE0E5;
    border-radius: 4px;
}
.load-more .btn-loadmore:hover,
.load-more .btn:hover {
    color: #fff;
    background-color: #0544c1;
}
#temp_load {
	position: fixed;
	background-color: rgba(255,255,255,.8);
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 99;
	display: flex;
	align-items: center;
	justify-content: center;
}
#temp_load .loading__anim {
	width: 64px;
	height: 64px;
	border-radius: 50%;
	border: 4px solid rgba(82, 189, 146, .5);
	display: inline-block;
}
#temp_load .loading__anim:before {
  display: block;
  position: relative;
  left: calc(4px * -1);
  top: calc(4px * -1);
  content: ' ';
  width: 64px;
  height: 64px;
  border-radius: 50%;
  border: 4px solid;
  border-color: #52BD92 transparent transparent transparent;
  animation: loading-rotate .8s ease-out infinite;
}
@keyframes loading-rotate {
  0% {
	transform: rotate(0deg);
  }
  100% {
	transform: rotate(360deg);
  }
}
.type-grid.col-2 .item-blog {
    width: 50%;
}
ul.breadcrumbs {
    list-style: none;
    margin: 0;
    padding-bottom: 16px;
}
ul.breadcrumbs li a {
    position: relative;
    color: #1B2633;
    font-size: inherit;
}
ul.breadcrumbs li a:after {
    content: "\002f";
    position: relative;
    display: inline-block;
    font-size: 12px;
    line-height: 14px;
    padding: 0 8px;
	top: -2px;
}
ul.breadcrumbs li {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
}
ul.breadcrumbs li.active {
    color: #0544C1;
    font-weight: 600;
}
ul.breadcrumbs li.active:hover {
    color: #316CE0;
}
ul.breadcrumbs li a:hover {
    color: #51545C;
}
.banner-page.banner-logo .wrapper {
    display: flex;
    flex-wrap: wrap;
    padding: 55px 64px;
}
.banner-page.banner-logo .entry-banner .logo {
    max-width: 240px;
}
.banner-page.banner-logo .entry-banner .logo img {
    border-radius: 8px;
}
.banner-page.banner-logo .banner-content {
    width: calc(100% - 240px);
    padding-left: 60px;
}
.list-audio .wrap {
    display: flex;
    flex-wrap: wrap;
}
.list-audio .thumbnail img {
    width: 112px;
    height: 112px;
    object-fit: cover;
    border-radius: 8px;
}
.list-audio .content-blog {
    width: calc(100% - 112px);
    padding-left: 30px;
}
.list-audio .item-audio .title-blog {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 0;
}
.list-audio .item-audio .post-meta .mata-row {
    display: flex;
    align-items: center;
    line-height: 20px;
    font-size: 14px;
}
.list-audio .item-audio .post-meta .item.view-post a {
    display: flex;
    align-items: center;
    margin-right: 30px;
}
.list-audio .item-audio .post-meta .item.view-post svg {
    margin-right: 15px;
}
.list-audio .item-audio .post-meta .item.read-post {
    display: flex;
}
.list-audio .item-audio .post-meta .item.read-post .post-views {
    margin-right: 8px;
}
.list-audio .item-audio {
    display: block;
    position: relative;
    margin-bottom: 24px;
}
.list-audio .item-audio:last-child {
    margin-bottom: 0;
}
.list-blog .load-more.load-more-audio {
    text-align: left;
}
.single-podcast .top-podcast {
    display: flex;
    flex-wrap: wrap;
}
.single-podcast .top-podcast .thumbnail {
    width: 35%;
}
.single-podcast .top-podcast .thumbnail img {
    border-radius: 16px;
}
.single-podcast .top-podcast .podcast-content {
    width: 65%;
    padding-left: 32px;
}
.single-podcast .top-podcast .podcast-content h1 {
    font-size: 40px;
    line-height: 58px;
}
.single-podcast .top-podcast .podcast-content .desc {
    line-height: 24px;
}
.single-podcast .top-podcast .podcast-content .meta {
    display: flex;
    align-items: center;
    margin-bottom: 24px;
}
.single-podcast .top-podcast .meta .read-post {
    display: flex;
    align-items: center;
}
.single-podcast .top-podcast .meta .data {
    margin-right: 25px;
}
.single-podcast .top-podcast .meta .read-post .post-views {
    margin-right: 10px;
}
.list-blog.related h2 {
    color: #073B9D;
    font-size: 40px;
    line-height: 60px;
    margin-bottom: 32px;
}
.list-blog.related {
    display: block;
    margin: 45px 0 0;
}
#primary .single-podcast {
    display: block;
    position: relative;
    padding-top: 45px;
    padding-bottom: 45px;
}
.single-podcast ul.breadcrumbs {
    padding-bottom: 30px;
}
.play-audio .btn {
    display: inline-block;
    background-color: #0544C1;
    color: #fff;
    padding: 12px 20px;
    border-radius: 4px;
    min-width: 110px;
}
.play-audio .btn:hover{
	opacity: .8;
}
.play-audio .btn svg {
    fill: #fff;
    margin-right: 10px;
}
.play-audio .btn span {
    display: flex;
    align-items: center;
    justify-content: center;
}
.play-audio .btn span.pause {
    display: none;
}
.control-audio {
    position: fixed;
    bottom: -120px;
    left: 0;
	padding: 12px 0;
    background-color: #fff;
    width: 100%;
    z-index: 99;
	transition: all .3s;
    box-shadow: 0px -4px 12px rgb(55 66 77 / 8%);
}
.control-audio .item-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.control-audio .container {
    max-width: 1240px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
}
.control-audio .info-audio {
    width: 40%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.control-audio .audio-wrapper {
    width: 60%;
    padding-left: 30px;
    padding-bottom: 15px;
}
.control-audio .info-audio .logo-img {
    width: 96px;
}
.control-audio .info-audio .info {
    width: calc(100% - 96px);
    padding-left: 10px;
}
.control-audio .info-audio .info .cat-name {
    display: inline-block;
    padding: 2px 12px;
    border-radius: 20px;
    font-size: 14px;
    margin-bottom: 5px;
}
.control-audio .info-audio h4 {
    font-size: 20px;
    line-height: 28px;
	overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.control-audio .info-audio .logo-img img {
    filter: drop-shadow(0px 4px 12px rgba(55, 66, 77, 0.2));
    border-radius: 8px;
}
.play-audio .btn.play .play {
    display: none;
}
.play-audio .btn.play .pause {
    display: flex;
}
.control-audio .play-audio-mobile {
    display: none;
}
.single-podcast #page.show-audio footer {
    padding-bottom: 97px;
}
.control-audio .controls-show-hide {
    position: absolute;
    top: 30px;
    right: 30px;
    display: flex;
    align-items: center;
}
.control-audio .controls-show-hide a:hover svg {
    fill: #0544C1;
    stroke: #0544C1;
}
.control-audio .controls-show-hide .hide-audio svg {
    height: 12px;
}
.control-audio .controls-show-hide .hide-audio {
    margin-right: 20px;
}
#page.show-audio #control-audio {
    bottom: 0;
}
nav.breadcrumbs li {
    font-size: 16px;
    font-weight: 600;
}
.ast-breadcrumbs .trail-items li.trail-begin {
    display: none;
}
.ast-breadcrumbs-wrapper {
    margin-bottom: 20px;
}
.ast-related-posts-wrapper .ast-related-post.ast-article-single {
    padding-left: 0;
    padding-top: 0;
}
.ast-related-post-featured-section .post-thumb img {
    max-width: 140px;
    height: 140px;
    object-fit: cover;
    border-radius: 8px;
}
.ast-related-posts-inner-section .entry-header {
    display: none;
}
.ast-related-posts-inner-section .ast-related-post-content {
    display: flex;
    flex-wrap: wrap;
}
.ast-related-posts-inner-section .ast-related-post-content .post-has-thumb {
    width: 140px;
}
.ast-related-posts-inner-section .ast-related-post-content>.entry-content {
    width: calc(100% - 140px);
    padding-left: 30px;
}
.ast-related-posts-inner-section .ast-related-post-content .ast-related-post-excerpt {
    margin-bottom: 8px;
}
.ast-related-posts-inner-section .ast-related-post-content h4 {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 8px;
}
.ast-related-posts-inner-section .ast-related-post-content .post-views-wrap .post-views {
    display: inline-block;
    width: auto;
    margin: 0 8px 0 0;
    padding: 0;
    line-height: 20px;
}
.ast-related-posts-inner-section .ast-related-post-content .post-views-wrap {
    font-size: 14px;
    color: #7E838F;
}
.ast-separate-container .ast-related-posts-title {
    color: #073B9D;
}
.ast-separate-container .comments-area {
    display: none;
}
.main-post-entry,
.main-book-entry {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}
.main-post-entry .post-sidebar,
.main-book-entry .book-sidebar {
    width: 33%;
}
.main-post-entry .post-entry,
.main-book-entry .book-entry {
    width: 67%;
    padding-right: 7.5%;
}
.post-sidebar h2,
.book-sidebar h2 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 24px;
}
.sidebar-list-post .list-post .item,
.sidebar-list-book .list-book .item {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 24px;
}
.sidebar-list-post .list-post .item .thumbnail,
.sidebar-list-book .list-book .item .thumbnail {
    width: 104px;
}
.sidebar-list-post .list-post .item .thumbnail img,
.sidebar-list-book .list-book .item .thumbnail img {
    width: 104px;
    height: 104px;
    object-fit: cover;
    border-radius: 9px;
}
.sidebar-list-post .list-post .item .post-entry,
.sidebar-list-book .list-book .item .book-entry {
    padding: 0;
    width: calc(100% - 104px);
    padding-left: 24px;
}
.sidebar-list-post .list-post .item .post-entry .title-post,
.sidebar-list-book .list-book .item .book-entry .title-book {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 8px;
	overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.sidebar-list-post .list-post .item .post-entry p,
.sidebar-list-book .list-book .item .book-entry p {
    margin-bottom: 0;
	    line-height: 1.3;
	overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
#primary>.single-book {
    padding-top: 40px;
    padding-bottom: 40px;
}
.post-entry .top-post h1,
.book-entry .top-book h1 {
    font-size: 32px;
    line-height: 50px;
}
.book-entry .top-book .danh-gia {
    color: #FFD400;
    font-size: 26px;
    display: flex;
    align-items: center;
}
.book-entry .top-book .danh-gia .text {
    color: #51545C;
    font-size: 16px;
    margin-right: 8px;
}
.book-entry .top-book .desc {
    display: block;
    padding: 48px 0;
}
.book-entry .top-book .info-book {
    display: block;
    background-color: #F7F8F9;
    border-radius: 4px;
    margin-bottom: 48px;
}
.book-entry .top-book .thumbnail {
    display: block;
    margin-bottom: 48px;
}
.book-entry .top-book .info-book .wrapper {
    display: flex;
    flex-wrap: wrap;
    padding: 10px;
}
.book-entry .top-book .info-book .item-col {
    padding: 0 10px;
}
.book-entry .top-book .info-book .item-col:nth-child(1) {
    width: 35%;
}
.book-entry .top-book .info-book .item-col:nth-child(2) {
    width: 65%;
    padding-left: 8%;
}
.book-entry .top-book .info-book .item-col .item {
    display: flex;
    justify-content: space-between;
    padding: 5px 0;
}
.book-entry .top-book .info-book .item-col .item .info {
    font-weight: 600;
}
.main-post-entry .main-entry h2,
.main-book-entry .main-entry h2 {
    font-size: 28px;
    line-height: 38px;
    margin-bottom: 10px;
}
.main-post-entry .main-entry h3,
.main-book-entry .main-entry h3 {
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 10px;
}
.main-post-entry .main-entry h4,
.main-book-entry .main-entry h4 {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 10px;
}
.main-post-entry .main-entry h5,
.main-book-entry .main-entry h5 {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 10px;
}
.main-book-entry .main-entry .book-form {
    display: block;
    position: relative;
    padding: 40px 0;
}
.main-post-entry .top-post .meta {
    color: #51545C;
}
.related-post,
.related-book {
    display: block;
    position: relative;
}
.related-post h2,
.related-book h2 {
    font-size: 40px;
    line-height: 58px;
    color: #073B9D;
    margin-bottom: 15px;
}
.list-sidebar-post,
.list-sidebar-book {
    display: block;
    position: relative;
}
.list-sidebar-post .item,
.list-sidebar-book .item {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 24px;
}
.list-sidebar-post .item .thumbnail,
.list-sidebar-book .item .thumbnail {
    width: 140px;
}
.list-sidebar-post .item .thumbnail img,
.list-sidebar-book .item .thumbnail img {
    width: 140px;
    height: 140px;
    object-fit: cover;
    border-radius: 8px;
}
.main-post-entry .top-post .meta {
    color: #51545C;
    display: flex;
    align-items: center;
    margin: 15px 0;
}
.primary .single-post {
    padding-top: 60px;
    padding-bottom: 40px;
}
.main-post-entry .top-post .read-post {
    display: flex;
    margin-left: 24px;
    align-items: center;
}
.main-post-entry .top-post .read-post .post-views {
    margin-right: 8px;
}
.list-sidebar-book .item .book-entry {
    padding-left: 24px;
    padding-right: 0;
    width: calc(100% - 140px);
}
.list-sidebar-book .item .book-entry .title-book {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 8px;
}
.list-sidebar-book .item .book-entry p {
    margin-bottom: 0;
	overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.meta-book {
    list-style: none;
    margin: 8px 0 0;
    padding: 0;
}
.meta-book li {
    display: inline-block;
    position: relative;
}
.meta-book li:after {
    content: "";
    position: relative;
    width: 1px;
    height: 16px;
    display: inline-block;
    background-color: #DAE0E6;
    margin: 0 4px;
    top: 3px;
}
.meta-book li:last-child:after {
    content: none;
}
.meta-book .star {
    color: #FFD500;
    font-size: 22px;
}
.meta-book li.author {
    font-weight: 600;
}
.form-book .top {
    border-bottom: 1px solid #DAE0E6;
    padding: 0 16px;
}
.form-book .field-book {
    padding: 32px 32px 0 32px;
}
.form-book .field-book input.wpcf7-form-control.wpcf7-text {
    background-color: #F1F3F5;
    border-radius: 4px;
    border: 1px solid #E9ECF0;
    height: 40px;
    padding: 8px;
}
.form-book .field-book label {
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 5px;
    display: block;
}
.form-book .field-book label span {
    color: red;
}
.form-book .field-book .item {
    display: block;
    position: relative;
    margin-bottom: 8px;
}
.form-book .field-book .item.item-submit input.wpcf7-submit {
    background-color: #1443A3;
    border-radius: 4px;
    padding: 0 18px;
    height: 38px;
}
.form-book .field-book .item.item-submit input.wpcf7-submit:hover {
    background-color: #0A3079;
}
.list-blog .item-blog h4 a:hover {
    text-decoration: underline;
}
.entry-banner .btn-banner {
    position: relative;
}
#message-copy {
    display: inline-block;
    position: fixed;
    bottom: 35px;
    left: 50%;
    transform: translateX(-50%);
}
#message-copy span svg {
    margin-right: 12px;
}
#message-copy span {
    background-color: #fff;
    box-shadow: 0px 4px 12px rgb(55 66 77 / 20%);
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 20px;
    padding: 15px 15px;
    border-radius: 4px;
    color: #2A333D;
}
.form-book .field-book .item.item-submit .btn-close {
    display: inline-block;
    background-color: #DAE0E6;
    color: #1B2633;
    padding: 7px 20px;
    font-size: 16px;
    font-weight: bold;
    border-radius: 4px;
    margin-right: 10px;
}
.form-book .field-book .item.item-submit .wpcf7-spinner {
    display: none;
}
.form-book .field-book .item.item-submit {
    text-align: right;
}
.form-book .field-book .item.item-submit {
    text-align: right;
    margin-bottom: 0;
    margin-top: 32px;
    border-top: 1px solid #DAE0E6;
    padding-top: 12px;
}
.social-share {
    position: fixed;
    left: calc(calc(100% - 1240px) / 2 - 60px );
    bottom: 90px;
	z-index: 2;
}
.ast-container #primary {
    position: relative;
}
.social-share a {
    display: flex;
    width: 48px;
    height: 48px;
    background-color: #DAE0E5;
    border-radius: 100%;
    align-items: center;
    justify-content: center;
}
.social-share .wrapper {
    max-width: 48px;
}
.social-share .wrapper .copy-link {
    margin-bottom: 10px;
}
.single-post .site-content > .ast-container {
    max-width: 1240px !important;
    width: 100%;
}
.single-post.ast-separate-container .ast-article-single {
    padding-left: 0;
}
.list-blog .item-blog .thumbnail img {
    transition: all .3s;
}
.list-blog .item-blog .thumbnail:hover img {
    box-shadow: 4px 8px 16px rgb(0 0 0 / 32%);
}
.banner-page {
    position: relative;
    display: block;
}
.archive #content .ast-container {
    width: 100%;
    max-width: 100%;
    padding: 0;
}
#primary.single-category {
    width: 100%;
}
.banner-page.type-black .title {
    color: #1B2633;
}
.banner-page.type-black .desc {
    color: #1B2633;
}
.banner-page.type-black .entry-banner .btn {
    background-color: #00000024;
}
.container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    max-width: 1240px;
    position: relative;
}
.section-all-read {
    background-color: #F7F8F9;
    padding: 40px 0;
}
.section-all-post,
.section-xu-huong {
    padding: 40px 0;
}
.banner-page.type-white ul.breadcrumbs li a {
    color: #fff;
}
.section-about-cat {
    position: relative;
    padding: 40px 0 0;
}
.section-about-cat .title {
    color: #073B9D;
    font-size: 40px;
    line-height: 60px;
    margin-bottom: 32px;
}
.section-about-cat .row {
    display: flex;
    flex-wrap: wrap;
}
.section-about-cat .col-left {
    width: 66%;
    padding-right: 6%;
}
.section-about-cat .col-right {
    width: 34%;
}
.section-about-cat h4 {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 20px;
}
.section-about-cat ul {
    list-style: none;
    margin: 0 -20px;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}
.section-about-cat ul li {
    margin: 0 calc(40px/2);
    word-break: break-word;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 30px;
}
.section-about-cat ul li a {
    display: flex;
    align-items: center;
    width: 100%;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
}
.section-about-cat ul li a svg {
    margin-right: 14px;
}
.single-cat-book .section-all-post,
.single-cat-podcast .section-all-post {
    padding-top: 0;
}
.list-blog .item-blog .cat-name a {
    color: inherit;
}
.related-post {
    margin-top: 7%;
}
.related-post .post-meta .item.view-post {
    margin-bottom: 0;
    align-items: center;
    color: #7E838F;
    margin-top: 8px;
}
.related-post .post-meta .item.view-post span.text {
    margin-left: 8px;
}
.ast-header-button-1 .ast-custom-button {
    font-size: 0 !important;
    background-image: url(../images/close.svg);
    width: 15px;
    height: 15px;
    background-repeat: no-repeat;
    background-size: contain;
}
.ast-header-button-1 .ast-custom-button-link {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
[data-c-tooltip] {
  position: relative;
  cursor: pointer;
}
/* Base styles for the entire c-tooltip */
[data-c-tooltip]:before,
[data-c-tooltip]:after {
  position: absolute;
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, -webkit-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  -moz-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, -moz-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  pointer-events: none;
}
/* Show the entire c-tooltip on hover and focus */
[data-c-tooltip]:hover:before,
[data-c-tooltip]:hover:after,
[data-c-tooltip]:focus:before,
[data-c-tooltip]:focus:after {
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
/* Base styles for the c-tooltip's directional arrow */
[data-c-tooltip]:before {
  z-index: 1001;
  border: 6px solid transparent;
  background: transparent;
  content: "";
}
/* Base styles for the c-tooltip's content area */
[data-c-tooltip]:after {
    z-index: 1000;
    padding: 8px 10px;
    width: 151px;
    background-color: #ffff;
    color: #51545C;
    content: attr(data-c-tooltip);
    font-size: 16px;
    line-height: 20px;
    border-radius: 4px;
	white-space: nowrap;
}
/* Directions */
/* Top (default) */
[data-c-tooltip]:before,
[data-c-tooltip]:after {
  bottom: 100%;
  left: 50%;
}
[data-c-tooltip]:before{
  margin-left: -6px;
  margin-bottom: -12px;
  border-top-color: #000;
  border-top-color: rgba(51, 51, 51, 0.9);
}
/* Horizontally align top/bottom c-tooltips */
[data-c-tooltip]:after {
  margin-left: -80px;
}
[data-c-tooltip]:hover:before,
[data-c-tooltip]:hover:after,
[data-c-tooltip]:focus:before,
[data-c-tooltip]:focus:after{
  -webkit-transform: translateY(-12px);
  -moz-transform: translateY(-12px);
  transform: translateY(-12px);
}

/* Left */
[tooltip-position='left']:before,
[tooltip-position='left']:after {
  right: 100%;
  bottom: 50%;
  left: auto;
}
[tooltip-position='left']:before {
  margin-left: 0;
  margin-right: -12px;
  margin-bottom: 0;
  border-top-color: transparent;
  border-left-color: #000;
  border-left-color: rgba(51, 51, 51, 0.9);
}
[tooltip-position='left']:hover:before,
[tooltip-position='left']:hover:after,
[tooltip-position='left']:focus:before,
[tooltip-position='left']:focus:after {
  -webkit-transform: translateX(-12px);
  -moz-transform: translateX(-12px);
  transform: translateX(-12px);
}
/* Bottom */
[tooltip-position='bottom']:before,
[tooltip-position='bottom']:after {
  top: 100%;
  bottom: auto;
  left: 50%;
}
[tooltip-position='bottom']:before {
  margin-top: -12px;
  margin-bottom: 0;
  border-top-color: transparent;
  border-bottom-color: #000;
  border-bottom-color: rgba(51, 51, 51, 0.9);
}
[tooltip-position='bottom']:hover:before,
[tooltip-position='bottom']:hover:after,
[tooltip-position='bottom']:focus:before,
[tooltip-position='bottom']:focus:after {
  -webkit-transform: translateY(12px);
  -moz-transform: translateY(12px);
  transform: translateY(12px);
}
/* Right */
[tooltip-position='right']:before,
[tooltip-position='right']:after {
  bottom: 50%;
  left: 100%;
}
[tooltip-position='right']:before {
  margin-bottom: 0;
  margin-left: -12px;
  border-top-color: transparent;
  border-right-color: #FFFFFF;
  border-right-color: #FFFFFF;
}
[tooltip-position='right']:hover:before,
[tooltip-position='right']:hover:after,
[tooltip-position='right']:focus:before,
[tooltip-position='right']:focus:after {
  -webkit-transform: translateX(12px);
  -moz-transform: translateX(12px);
  transform: translateX(12px);
}
/* Move directional arrows down a bit for left/right c-tooltips */
[tooltip-position='left']:before,
[tooltip-position='right']:before {
  top: 16px;
}
/* Vertically center c-tooltip content for left/right c-tooltips */
[tooltip-position='left']:after, [tooltip-position='right']:after {
    margin-left: 0;
    margin-bottom: -16px;
    filter: drop-shadow(0px 4px 12px rgba(55, 66, 77, 0.2));
}
.single-videos .video-iframe {
    display: block;
    padding: 5% 0;
}
.list-book .post-meta .item.view-post {
    align-items: center;
}
.list-book .post-meta .item.view-post .text {
    margin-left: 8px;
}
ol, ul {
    margin: 0 0 1.5em 17px;
}
@keyframes animation-1p2h4ri{0%{stroke-dasharray:1px,200px;stroke-dashoffset:0;}50%{stroke-dasharray:100px,200px;stroke-dashoffset:-15px;}100%{stroke-dasharray:100px,200px;stroke-dashoffset:-125px;}}
.css-14891ef {
    stroke: currentColor;
    stroke-dasharray: 80px,200px;
    stroke-dashoffset: 0;
    animation: animation-1p2h4ri 1.4s ease-in-out infinite;
}
.load-more .btn-loadmore svg.load-svg {
    display: none;
}
.load-more .btn-loadmore.load-process svg.load-svg {
    display: inline-block;
    vertical-align: middle;
}
section.top-footer .elementor-image-box-wrapper .elementor-image-box-img {
    width: 120px !important;
    margin-right: 24px !important;
}
section.top-footer .elementor-image-box-wrapper .elementor-image-box-img img {
    width: 100%;
    min-height: 35px;
}
section.top-footer .elementor-icon.elementor-social-icon {
    background: none !important;
}
.list-blog .item-blog .cat-name a:hover {
    text-decoration: underline;
}
.form-book .top h4 {
    font-size: 20px;
    line-height: 24px;
}
.form-book .top {
    padding: 16px 16px;
}
.main-header-bar-navigation .main-header-menu li li.external-link a {
    position: relative;
}
.main-header-bar-navigation .main-header-menu li li.external-link a:after {
    content: "";
    background-image: url(../images/external-link.svg);
    width: 16px;
    height: 16px;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}
.slider-main .slick-arrow:hover svg rect {
    fill-opacity: .32;
}
.cat-name {
    font-size: 14px;
    line-height: 20px;
    padding: 2px 12px;
    display: inline-block;
    border-radius: 100px;
    margin-bottom: 10px;
}
.cat-name a {
    color: inherit;
}
.cat-name a:hover {
    text-decoration: underline;
}
.post-meta {
    display: block;
    position: relative;
}
.post-meta .mata-row {
    display: flex;
    align-items: center;
    line-height: 20px;
    font-size: 14px;
}
.post-meta .view-post {
    display: flex;
    align-items: center;
    margin-right: 24px;
}
.post-meta .view-post svg {
    margin-right: 4px;
}
.primary .single-post .related-post .cat-name,
.primary .single-post .related-post .view-post {
    display: none;
}
.primary .single-post .related-post .post-meta {
    color: #7E838F;
}
.meta-book .star svg {
    position: relative;
    top: 2px;
    margin-left: 5px;
    margin-right: 4px;
}
.banner-page .entry-banner .desc .more-less {
    display: none;
}
@media (min-width: 1201px){
	.ast-separate-container .ast-article-post, .ast-separate-container .ast-article-single {
		padding-left: 55px;
	}
	.ast-separate-container .ast-single-related-posts-container {
		padding-left: 55px;
	}
}
@media (min-width: 1025px){
	.type-grid.col-2 .item-blog .thumbnail a>img {
		height: 300px;
	}
}
@media (max-width: 1599px){
	.social-share {
		left: calc(calc(100% - 1240px) / 2 - 40px );
	}
}
@media (max-width: 1330px){
	.single .ast-container {
		max-width: 1100px;
	}
	.social-share {
		left: calc(calc(100% - 1100px) / 2 - 40px );
	}
	.single-post .site-content > .ast-container {
		max-width: 1100px !important;
	}
	.control-audio .controls-show-hide {
		right: 82px;
	}
}
@media (max-width: 1199px){
	.social-share {
		display: none;
	}
	.faq-section {
		padding: 30px 30px;
	}
	.control-audio .info-audio h4 {
		font-size: 18px;
		line-height: 24px;
	}
	.single-podcast .top-podcast .podcast-content h1 {
		font-size: 34px;
		line-height: 42px;
	}
	.list-blog.related h2 {
		font-size: 34px;
		line-height: 40px;
	}
	.sidebar-main .wp-block-group {
		padding-left: 0;
		padding-right: 0;
	}
	.ast-separate-container.ast-single-post .ast-article-single {
		padding-left: 0;
	}
	.main-post-entry .book-entry.
	.main-book-entry .book-entry {
		padding-right: 20px;
	}
	.control-audio .controls-show-hide {
		top: -36px;
		background-color: #fff;
		box-shadow: 0px -4px 12px rgb(55 66 77 / 8%);
		padding: 5px 12px 0px 12px;
		border-radius: 5px 5px 0 0;
	}
	.single-videos .video-iframe .wrapper-iframe iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	.single-videos .video-iframe .wrapper-iframe {
		position: relative;
		padding-top: 61%;
	}
}
@media (max-width: 1023px){
	.control-audio .audio-wrapper {
		padding-right: 60px;
	}
}
@media (max-width: 991px){
	.slider-main ul.slick-dots {
		position: relative;
		left: auto;
		transform: none;
		background-color: rgba(0, 0, 0, 0.04);
		bottom: 0;
		margin-top: 8px;
		padding: 4px 8px;
	}
	.slider-main ul.slick-dots li button {
		background-color: rgba(27, 38, 51, 0.43);
		min-width: 6px;
		min-height: 6px;
	}
	.slider-main ul.slick-dots li.slick-active button {
		background-color: #1B2633;
		border: 1px solid #1B2633;
	}
	.type-business .col-blog {
		width: 100%;
	}
	.type-business .col-blog:first-child {
		margin-bottom: 30px;
	}
	.type-grid .item-blog {
		padding: 0 8px;
	}
	.list-blog.type-grid {
		margin: 0 -8px;
	}
	.faq-section .list-faq {
		width: 100%;
		margin-top: 20px;
	}
	.faq-section .title {
		width: calc(100% - 150px);
	}
	.type-grid.col-4 .item-blog {
		width: 50%;
	}
	.type-business .col-blog:nth-child(1) .item-blog .thumbnail a>img {
		height: 350px;
	}
	.banner-page .entry-banner .wrapper {
		padding: 50px 50px;
	}
	header.site-header {
		z-index: 99999;
		overflow-y: visible !important;
	}
	.site-header .ast-builder-menu-mobile .main-navigation .menu-item.menu-item-has-children > .ast-menu-toggle {
		right: 0;
		top: 12px;
	}
	.ast-header-break-point .main-navigation ul .menu-item .menu-link {
		padding-left: 15px;
		padding-right: 15px;
	}
	.ast-header-break-point .main-navigation .sub-menu .menu-item .menu-link {
		padding-left: 20px;
	}
}
@media (max-width: 921px){
	.ast-single-related-posts-container .ast-related-posts-wrapper {
		grid-template-columns: 1fr;
		grid-row-gap: 0;
	}
	.ast-separate-container.ast-two-container #secondary {
		display: none;
	}
	.main-post-entry .post-sidebar,
	.main-book-entry .book-sidebar {
		display: none;
	}
	.main-post-entry .post-entry,
	.main-book-entry .book-entry {
		width: 100%;
		padding-right: 0;
	}
	.book-entry .top-book .desc {
		padding: 25px 0;
	}
	.book-entry .top-book .thumbnail {
		margin-bottom: 25px;
	}
	.book-entry .top-book .info-book {
		margin-bottom: 25px;
	}
	.main-book-entry .main-entry .book-form {
		padding: 25px 0;
	}
	.related-post h2,
	.related-book h2 {
		font-size: 32px;
		line-height: 42px;
	}
	.site-header #ast-desktop-header {
		display: block;
	}
	.site-header #ast-desktop-header>.ast-above-header-wrap {
		display: none;
	}
	.ast-builder-menu-mobile .main-navigation button:focus, .ast-builder-menu-mobile .main-navigation button {
		outline: none;
		border: none;
	}
	.ast-mobile-header-wrap button:focus, .ast-mobile-header-wrap button {
		outline: none !important;
		border: none !important;
	}
	.ast-mobile-header-wrap .ast-mobile-header-content {
		display: block;
		overflow: hidden;
		position: relative;
	}
	.ast-mobile-header-wrap .ast-mobile-header-content .ast-builder-menu {
		position: absolute;
		top: 100%;
		width: 100%;
		right: -120%;
		box-shadow: 0px 5px 10px rgb(0 0 0 / 30%);
		transition: all .3s;
		display: block;
		padding-bottom: 15px;
		background-color: #fff;
	}
	.ast-main-header-nav-open.ast-hfb-header .ast-mobile-header-wrap .ast-mobile-header-content .ast-builder-menu{
		right: 0;
	}
	.ast-main-header-nav-open.ast-hfb-header .ast-mobile-header-wrap .ast-mobile-header-content {
		position: inherit;
	}
	.ast-hfb-header .site-header-section > .ast-header-search, .ast-hfb-header .ast-header-search {
		display: block !important;
	}
	.ast-header-break-point .ast-header-search .ast-search-menu-icon .search-form .search-field:focus {
		outline: none;
		width: auto;
	}
	.site-primary-footer-wrap.ast-builder-grid-row-5-equal .ast-builder-footer-grid-columns {
		display: flex;
		flex-wrap: wrap;
		width: 100%;
		grid-column-gap: inherit;
	}
	.site-primary-footer-wrap.ast-builder-grid-row-5-equal .ast-builder-footer-grid-columns .site-footer-section {
		width: 33.33333%;
		margin-bottom: 20px;
	}
	.site-header>#ast-desktop-header {
		display: none;
	}
	.ast-header-break-point .main-header-bar-navigation .menu-item-has-children .sub-menu {
		display: block !important;
		background-color: #fff;
	}
	.ast-header-break-point .ast-mobile-header-wrap .ast-flex.stack-on-mobile {
		background-color: #fff;
		padding-top: 10px;
	}
	.ast-header-break-point .main-navigation ul .sub-menu .menu-item:not(.menu-item-has-children) .menu-link .icon-arrow:first-of-type {
		display: none;
	}
	.ast-header-break-point .main-navigation .stack-on-mobile li.menu-item-has-children>a {
		background-color: #f9f9f9;
		border-radius: 4px;
	}
	.ast-header-break-point .main-navigation .stack-on-mobile>li{
		padding: 0 10px;
	}
	.ast-header-break-point .main-navigation .sub-menu .menu-item .menu-link {
		padding-left: 15px;
	}
	.site-header .ast-builder-menu-mobile .main-navigation .menu-item.menu-item-has-children > .ast-menu-toggle {
		right: 10px;
		top: 12px;
	}
	header#ast-fixed-header {
		display: none;
	}
	header.site-header.navbar-fixed {
		position: fixed;
		width: 100%;
	}
	.ast-builder-layout-element .ast-site-identity {
		margin-top: 0 !important;
		margin-bottom: 0 !important;
	}
	.ast-header-break-point .main-navigation .sub-menu .menu-item .menu-link {
		line-height: 34px;
	}
	section.elementor-section {
		overflow-y: hidden;
	}
}
@media (max-width: 880px){
	section.top-footer .elementor-image-box-wrapper {
		flex-wrap: wrap;
		justify-content: center;
	}
	section.top-footer .elementor-image-box-wrapper .elementor-image-box-img {
		width: 120px !important;
		margin-right: 0 !important;
		margin-bottom: 10px !important;
	}
}
@media (max-width: 767px){
	.blog-section .top-blog h2.title {
		font-weight: bold;
	}
	.slider-main .slick-arrow {
		display: none !important;
	}
	.control-audio .controls-show-hide {
		top: -23px;
		right: 45px;
	}
	.slider-main .item-slider img.img-desktop {
		position: absolute;
		top: 0;
		opacity: 0;
		visibility: hidden;
	}
	.slider-main .item-slider img.img-mobile {
		position: relative;
		opacity: 1;
		visibility: visible;
		width: 100%;
	}
	.blog-section .top-blog .blog-desc {
		width: 100%;
	}
	.blog-section .top-blog .view-all {
		width: 100%;
		padding-left: 0;
		text-align: left;
	}
	.banner-page .entry-banner .wrapper {
		padding: 30px 16px;
	}
	.banner-page .entry-banner {
		min-height: 250px;
	}
	.banner-page .entry-banner .title {
		font-size: 24px;
		line-height: 32px;
	}
	.banner-page .entry-banner .desc {
		font-size: 14px;
	}
	.banner-page.banner-logo .entry-banner .logo {
		display: none;
	}
	.banner-page.banner-logo .banner-content {
		padding-left: 0;
		width: 100%;
	}
	ul.breadcrumbs li {
		font-size: 14px;
		line-height: 20px;
	}
	.control-audio .info-audio h4 {
		font-size: 14px;
		line-height: 20px;
	}
	.control-audio .info-audio .logo-img {
		width: 80px;
	}
	.control-audio {
		padding: 0;
	}
	.control-audio .container {
		padding-left: 0;
	}
	.control-audio .audio-wrapper .mejs__container,
	.control-audio .audio-wrapper .mejs__offscreen {
		display: none;
	}
	.control-audio .play-audio-mobile {
		display: block;
	}
	.control-audio .play-audio-mobile .btn {
		background-color: #1443A3;
		color: #fff;
		width: 40px;
		height: 40px;
		display: flex;
		align-items: center;
		justify-content: center;
		border-radius: 100%;
		box-shadow: 0px 4px 12px rgb(55 66 77 / 20%);
	}
	.control-audio .play-audio-mobile .btn .pause {
		display: none;
	}
	.control-audio .play-audio-mobile .btn svg {
		fill: #fff;
		stroke: #fff;
		position: relative;
		top: 2px;
		left: 2px;
	}
	.control-audio .audio-wrapper {
		padding-bottom: 0;
		text-align: right;
		display: flex;
		justify-content: end;
		padding-left: 15px;
		padding-right: 26px;
		width: 82px;
	}
	.control-audio .info-audio {
		width: calc(100% - 82px);
	}
	.control-audio .play-audio-mobile .btn.play .pause {
		display: block;
	}
	.control-audio .play-audio-mobile .btn.play .play {
		display: none;
	}
	.control-audio .play-audio-mobile .btn.play .pause svg {
		left: 0;
	}
	.single-podcast .top-podcast .thumbnail {
		width: 100%;
		margin-bottom: 20px;
	}
	.single-podcast .top-podcast .podcast-content {
		width: 100%;
		padding-left: 0;
	}
	.single-podcast .top-podcast .podcast-content h1 {
		font-size: 24px;
		line-height: 32px;
	}
	.list-blog.related h2 {
		font-size: 24px;
		line-height: 32px;
		margin-bottom: 20px;
	}
	.single-podcast #page.show-audio footer {
		padding-bottom: 74px;
	}
	.ast-separate-container.ast-single-post .ast-article-single {
		padding-left: 0;
		padding-right: 0;
	}
	.ast-separate-container.ast-single-post .ast-single-related-posts-container {
		padding-top: 0;
		padding-left: 0;
		padding-right: 0;
		margin-bottom: 0;
	}
	.book-entry .top-book .info-book .item-col:nth-child(2) {
		width: 65%;
		padding-left: 20px;
	}
	.type-business .col-blog:nth-child(1) .item-blog .thumbnail a>img{
		border-radius: 8px;
	}
	.type-business .col-blog:nth-child(2) .item-blog .thumbnail a>img {
		border-radius: 4px;
	}
	.section-all-read,
	.section-all-post,
	.section-xu-huong {
		padding: 30px 0;
	}
	.section-about-cat .col-left {
		width: 100%;
		padding-right: 0;
	}
	.section-about-cat .col-right {
		width: 100%;
	}
	.section-about-cat .title {
		margin-bottom: 10px;
	}
	.section-about-cat ul li {
		padding-bottom: 15px;
	}
	.section-about-cat {
		padding: 30px 0 0;
	}
	.post-entry .top-post h1, .book-entry .top-book h1 {
		font-size: 24px;
		line-height: 32px;
	}
	#ast-scroll-top {
		right: 16px;
		width: 40px;
		height: 40px;
		line-height: 40px;
	}
	#ast-scroll-top .ast-icon.icon-arrow svg {
		width: 18px !important;
	}
	.related-post h2, .related-book h2 {
		font-size: 24px;
		line-height: 32px;
	}
	.main-post-entry .top-post .meta {
		margin-top: 8px;
	}
	.primary .single-post .related-post .cat-name {
		display: inline-block;
	}
	.primary .single-post .related-post .view-post {
		display: flex;
	}
	.primary .single-post .related-post .view-post .post-views-count{
		color: #7E838F;
	}
	.type-business .col-blog .item-blog .audio-play a svg {
		width: 55px;
	}
	.single.ast-separate-container #content .ast-container {
		padding-left: 0;
		padding-right: 0;
	}
	#primary .single-podcast {
		padding-top: 24px;
		padding-bottom: 24px;
	}
	.banner-page .entry-banner .desc .more-less {
		display: inline-block;
		color: #0544C1;
	}
	.banner-page .entry-banner .desc .wrap.less{
		/* height: 56px; */
		overflow: hidden;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
	}
}
@media (max-width: 560px){
	.list-blog .item-blog .thumbnail .cat-logo {
		display: none;
	}
	.blog-section .top-blog .blog-desc h2.title {
		font-size: 24px;
		line-height: 32px;
	}
	.blog-section .top-blog {
		margin-bottom: 24px;
	}
	.type-business .col-blog:nth-child(1) .item-blog .thumbnail a>img {
		height: 270px;
		object-fit: cover;
		filter: drop-shadow(0px 12px 20px rgba(55, 66, 77, 0.24));
		box-shadow: none;
	}
	.type-business .col-blog:nth-child(1) .item-blog .content-blog {
		margin-top: 20px;
	}
	.type-business .col-blog:nth-child(1) .item-blog h4 {
		font-size: 20px;
		line-height: 28px;
	}
	.type-business .col-blog:nth-child(1) .item-blog .thumbnail a>img {
		height: 180px;
	}
	.type-grid .item-blog .thumbnail a>img,
	.type-business .col-blog:nth-child(2) .item-blog .thumbnail a>img {
		height: 90px;
	}
	.type-business .col-blog:nth-child(2) .item-blog .wrap {
		margin: 0;
	}
	.type-grid .item-blog .wrap .thumbnail,
	.type-business .col-blog:nth-child(2) .item-blog .thumbnail {
		width: 90px;
		padding: 0;
		order: 2;
	}
	.type-grid .item-blog .content-blog,
	.type-business .col-blog:nth-child(2) .item-blog .content-blog {
		padding: 0 15px 0 0;
		width: calc(100% - 90px);
		margin-top: 0;
	}
	.type-grid .item-blog .content-blog p,
	.type-business .col-blog:nth-child(2) .item-blog p {
		display: none;
	}
	.type-grid .item-blog .content-blog .title-blog,
	.type-business .col-blog:nth-child(2) .item-blog .title-blog {
		font-size: 16px;
		line-height: 22px;
	}
	.type-business .col-blog:nth-child(2) .item-blog {
		border-top: 1px solid #E9ECF0;
		padding-top: 20px;
		margin-bottom: 20px;
	}
	.type-grid .item-blog {
		width: 100%;
		margin-bottom: 0;
	}
	.type-grid .item-blog .wrap {
		border-top: 1px solid #E9ECF0;
		padding-top: 20px;
		margin-bottom: 20px;
		display: flex;
		flex-wrap: wrap;
	}
	.faq-section .thumbnail {
		width: 100%;
		text-align: center;
	}
	.faq-section .title {
		width: 100%;
		text-align: center;
		margin-top: 16px;
	}
	.faq-section .title h3 {
		font-size: 20px;
		line-height: 28px;
	}
	.faq-section .list-faq a {
		font-size: 14px;
		line-height: 20px;
		padding: 10px 14px;
	}
	.faq-section {
		padding: 16px;
		border-radius: 8px;
	}
	.faq-section .thumbnail img {
		max-width: 90px;
	}
	.type-grid.col-4 .item-blog {
		width: 100%;
	}
	.list-blog.type-feed .item-blog .number {
		display: none;
	}
	.list-blog.type-feed .item-blog .number.mobile {
		display: block;
		width: 100%;
		font-size: 32px;
		line-height: 40px;
		margin-bottom: 8px;
	}
	.type-feed .item-blog .thumbnail {
		width: 90px;
		order: 2;
	}
	.type-feed .item-blog .thumbnail .wrap a {
		padding-left: 0;
	}
	.type-feed .item-blog .thumbnail .wrap img {
		width: 90px;
		height: 90px;
	}
	.type-feed .item-blog .content-blog {
		padding-left: 0;
		width: calc(100% - 90px);
		padding-right: 15px;
		display: flex;
		flex-wrap: wrap;
	}
	.list-blog.type-feed .item-blog .post-meta {
		display: none;
	}
	.type-feed .item-blog .content-blog .cat-name {
		order: 2;
	}
	.banner-page .image-banner img.img-desktop {
		display: none;
	}
	.banner-page .image-banner img.img-mobile {
		display: block;
	}
	.type-grid.col-2 .item-blog{
		width: 100%;
	}
	.list-audio .thumbnail img {
		width: 90px;
		height: 90px;
	}
	.list-audio .wrap .thumbnail {
		order: 2;
	}
	.list-audio .content-blog {
		width: calc(100% - 90px);
		padding-left: 0;
		padding-right: 16px;
	}
	.list-audio .item-audio .title-blog {
		font-size: 16px;
		line-height: 24px;
	}
	.list-audio .item-audio .wrap {
		border-top: 1px solid #E9ECF0;
		padding-top: 20px;
		margin-bottom: 20px;
		display: flex;
		flex-wrap: wrap;
	}
	.list-audio .item-audio {
		margin-bottom: 0;
	}
	.ast-related-post-featured-section .post-thumb img {
		max-width: 100px;
		height: 100px;
	}
	.ast-related-posts-inner-section .ast-related-post-content .post-has-thumb {
		width: 100px;
		order: 2;
	}
	.ast-related-posts-inner-section .ast-related-post-content>.entry-content {
		width: calc(100% - 100px);
		padding-left: 0;
		padding-right: 15px;
	}
	.ast-related-posts-inner-section .ast-related-post-content .ast-related-post-excerpt {
		display: none;
	}
	.book-entry .top-book .info-book .item-col:nth-child(2) {
		width: 100%;
		padding-left: 10px;
	}
	.book-entry .top-book .info-book .item-col:nth-child(1) {
		width: 100%;
	}
	.list-sidebar-book .item .thumbnail {
		width: 100px;
		order: 2;
	}
	.list-sidebar-book .item .thumbnail img {
		width: 100px;
		height: 100px;
	}
	.list-sidebar-book .item .book-entry {
		width: calc(100% - 100px);
		padding-left: 0;
		padding-right: 15px;
	}
	.list-sidebar-book .item .book-entry p {
		display: none;
	}
	.list-sidebar-book .item .book-entry .meta-book {
		margin-top: 0;
	}
	.list-sidebar-book .item .book-entry .title-book {
		margin-bottom: 0;
	}
	.related-book h2 {
		font-size: 24px;
		line-height: 32px;
	}
	#primary>.single-book {
		padding-top: 24px;
		padding-bottom: 20px;
		padding-left: 0;
		padding-right: 0;
	}
	.book-entry .top-book .danh-gia {
		margin-top: 8px;
	}
	.list-sidebar-book .item {
		border-bottom: 1px solid #E9ECF0;
		padding-bottom: 20px;
		margin-bottom: 20px;
	}
	.list-sidebar-book .item:last-child {
		border-bottom:0;
		padding-bottom: 0;
		margin-bottom: 0;
	}
	.form-book .field-book {
		padding: 15px 15px 0px 15px;
	}
	.form-book .field-book .item.item-submit {
		margin-top: 20px;
	}
	.section-about-cat .title {
		font-size: 24px;
		line-height: 32px;
	}
	.type-grid .item-blog:nth-child(1) .wrap {
		border-top: 0;
		padding-top: 0;
	}
	.play-audio .btn {
		padding: 5px 15px;
		min-width: 90px;
	}
	.single-podcast .top-podcast .podcast-content .meta {
		margin-bottom: 15px;
	}
	.blog-section .top-blog .view-all .btn_detail {
		margin-top: 8px;
	}
}
@media (max-width: 544px){
	.ast-separate-container.ast-single-post .ast-single-related-posts-container,
	.ast-separate-container.ast-single-post .ast-article-single {
		padding-left: 10px;
		padding-right: 10px;
	}
	.site-primary-footer-wrap.ast-builder-grid-row-5-equal .ast-builder-footer-grid-columns .site-footer-section {
		width: 50%;
	}
	.elementor-popup-modal .elementor .wpcf7 form {
		width: 100%;
	}
}
@media (max-width: 480px){
	.elementor-popup-modal .dialog-widget-content {
		max-width: 320px !important;
	}
	#elementor-popup-modal-2110 .dialog-message {
		width: 100% !important;
	}
	.elementor-popup-modal .dialog-widget-content .wpcf7 form {
		width: 100% !important;
	}
	.book-entry .top-book .info-book .item-col .item {
		font-size: 14px;
		line-height: 20px;
	}
	.book-entry .top-book .info-book .item-col .item .title {
		width: 115px;
	}
	.book-entry .top-book .info-book .item-col {
		padding: 0 5px;
	}
	.book-entry .top-book .info-book .item-col:nth-child(2) {
		padding-left: 5px;
	}
	.main-post-entry .main-entry h2, .main-book-entry .main-entry h2 {
		font-size: 24px;
		line-height: 28px;
	}
}