/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/
/*************** ADD CUSTOM CSS HERE.   ***************/
@import url('https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body, h1, h2, h3, h4, h5, p, li, ol, p, span, b, strong{
	font-family: "Be Vietnam Pro", sans-serif;
}

.author-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* background: #f3f4f6; */
  padding: 15px 0 !important;
  margin: 20px 0;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
}

.author-left {
  display: flex;
  align-items: center;
  gap: 12px;
}

.author-left img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
}

.author-info .name {
  font-weight: 600;
}

.author-info .date {
  font-size: 14px;
  color: #777;
}

.author-share a {
  margin-left: 8px;
}
/* end post */
.fss-feedback-box{
  background: #ffffff;
  padding:25px;
  border-radius:16px;
  text-align:center;
  margin-top:30px;
  box-shadow: 0 1px 3px -2px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
  max-width: 80%;
  margin-left: 10%;
}

.fss-bar{
  height:6px;
  background:#ddd;
  border-radius:10px;
  overflow:hidden;
  margin:15px 0;
}

.fss-bar-fill{
  height:100%;
  background:#22c55e;
  transition:0.3s;
}

.fss-feedback-actions{
  display:flex;
  justify-content:center;
  gap:12px;
}

.fss-btn{
  padding: 5px 20px 1px;
  border-radius:30px;
  border:1px solid #ddd;
  background:#fff;
  cursor:pointer;
  transition:0.2s;
  font-weight: 400;
}

.fss-btn:hover{
  background: #e7e6e6;
  /* color:#fff; */
}

.fss-btn .count{
  /* margin-left:6px; */
  font-weight: 700;
}

.fss-result{
  margin-top:10px;
  font-size:14px;
  color:#666;
}

/* sau khi vote */
.fss-feedback-box.voted .fss-btn{
  opacity:0.6;
  pointer-events:none;
}
/* ===== RELATED ===== */
.fss-related h3{
  margin:25px 0 15px;
  color: #059669;
  font-size: 24px;
}

.fss-related-item{
  display:flex;
  align-items:center;
  background: #ffffff;
  padding:12px;
  border-radius: 45px;
  margin-bottom:12px;
  text-decoration:none;
  color:#000;
  transition:0.2s;
  box-shadow: 0 1px 3px -2px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
}

.fss-related-item:hover{
  background:#eaeaea;
}

.fss-related-item .thumb img{
  width: 65px;
  height: 65px;
  border-radius:50%;
  object-fit:cover;
}

.fss-related-item .title{
  flex:1;
  margin-left:12px;
}

.fss-related-item .arrow{
  font-size:18px;
}

.header-main .nav > li > a.nav-top-link {
    padding: 0 5px;
    font-weight: 500;
}

.searchform input#s {
    width: 220px;
    border-radius: 70px;
    height: 42px;
    padding-left: 45px;
}

.searchform button.ux-search-submit.submit-button {
    position: absolute;
    left: 0;
    top: 0;
    background: transparent;
    border: 0;
    border-radius: 50px !important;
    height: 42px;
    width: 42px;
}

.searchform button.ux-search-submit.submit-button i.icon-search {
    color: #5a4f4f;
}

#masthead.header-main .header-button > .button:not(.is-outline) {
    background-color: #047857 !important;
    line-height: 35px;
    padding: 0 35px;
    font-size: 15px;
}
.home .banner-layer h2 {
    line-height: 1.3;
}

a.button.white.is-outline.lowercase {
    background: rgb(255 255 255 / 10%) !important;
    border: 1px solid #ffffff5c;
    color: #fff !important;
}

.banner-layer a.button {
    font-weight: 400;
    padding: 5px 30px 3px;
}

a.button.white.is-outline.lowercase:hover {
    background: #10b981 !important;
}
.title-h2 h2 {
    font-size: 24px;
    font-weight: 700;
    text-transform: capitalize;
}
.cat-list-home {
    margin-top: 30px;
    margin-bottom: 50px;
}
.cat-list-home > .col {
    flex-basis: calc(100% / 7);
    max-width: calc(100% / 7);
    padding: 0 7px 15px;
}
.cat-list-home > .col .col-inner {
    padding: 20px 10px;
}
.cat-list-home > .col .col-inner h3 {
    font-size: 15px;
    font-weight: 400;
}
.cat-list-home > .col .col-inner .icon-box-img {
    margin-bottom: 20px;
    max-height: 25px;
    line-height: 25px;
}
.page-template .ez-toc-section {
    display: none;
}

.home-l .container.section-title-container {
    margin: 0;
}

.home-l .container.section-title-container h3.section-title.section-title-normal {
    margin: 0;
}

.home-l .container.section-title-container span.section-title-main {
    border: 0;
    text-transform: capitalize;
    font-size: 24px;
    font-weight: 600;
    padding: 0;
}

.container.section-title-container a {
    font-size: 14px;
    font-weight: 400;
}

.post-vr2 .col-inner, .post-vr1 .col-inner {
    border-radius: 15px;
    overflow: hidden;
}

.is-divider {}

.post-vr2 .col-inner .post-title.is-large {
    margin-bottom: 20px;
    font-size: 19px;
    font-weight: 600;
}

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

.post-vr1 .col-inner .post-title.is-large {
    font-size: 15px;
    font-weight: 600;
    display: -webkit-box;
    -webkit-line-clamp: 3; /* sá»‘ dÃ²ng tá»‘i Ä‘a */
    -webkit-box-orient: vertical;
    overflow: hidden;
  
  /* optional: giá»¯ chiá»u cao á»•n Ä‘á»‹nh */
    line-height: 1.4;
    max-height: calc(1.4em * 3);
}

.post-vr1  .col.post-item .col-inner {
    height: 100%;
}

ul.nav.nav-simple.nav-normal.nav-size-normal.nav-left li a {
    color: #94A3B8;
    font-size: 14px;
    padding: 0 20px 0 0px;
    font-weight: 500;
}
.bo-vr-10 .img-inner {
    border-radius: 15px;
}
ul.nav.nav-simple.nav-normal.nav-size-normal.nav-left li.active a, ul.nav.nav-simple.nav-normal.nav-size-normal.nav-left li:hover a {
    color: #006D43;
}
.new-home-r .col-inner.box-shadow-1 {
    border-radius: 15px;
    padding: 20px 20px 0;
    margin: 10px 0;
}
.new-home-r .image-cover {
    border-radius: 100px;
}
.new-home-r .box-text.text-left {
    padding: 0px 0px 0 10px;
}
.new-home-r .post-title.is-large:hover {
    color: #047857;
}
.new-home-r .post-title.is-large {
    font-weight: 400;
    font-size: 14px;
}
.new-home-r .col.post-item {
    margin-bottom: 12px;
}
.new-home-r-top .col.post-item .box-image {
    background: url(/wp-content/uploads/2026/04/num-1.svg) no-repeat center center;
    background-size: 35px;
}

.new-home-r-top .box-image .image-cover {
    opacity: 0;
}

.new-home-r-top .col.post-item:nth-child(2) .box-image {
    background: url(/wp-content/uploads/2026/04/num-2.svg) no-repeat center center;
    background-size: 41px;
}
.new-home-r-top .col.post-item:nth-child(3) .box-image {
    background: url(/wp-content/uploads/2026/04/num-3.svg) no-repeat center center;
    background-size: 41px;
}
.new-home-r-top .col.post-item:nth-child(4) .box-image {
    background: url(/wp-content/uploads/2026/04/num-4.svg) no-repeat center center;
    background-size: 41px;
}
.post-sidebar.large-3.col {
    padding-left: 0;
}
.article-inner.has-shadow.box-shadow-1.box-shadow-3-hover {
    box-shadow: none;
    background: transparent;
}

.entry-header-text.entry-header-text-top.text-left {
    padding: 0;
}

.entry-header-text.entry-header-text-top.text-left .entry-divider.is-divider.small {
    display: none;
}

.entry-header-text.entry-header-text-top.text-left h1.entry-title {}

.entry-content.single-page {
    padding: 0 !important;
    font-size: 15px;
}

.author-share a svg {
    margin-bottom: -5px;
    cursor: pointer;
}

.author-share a:hover svg {
    opacity: 0.5;
}
div#ez-toc-container {
    background: #fff;
    border: 0;
    box-shadow: 0 1px 3px -2px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
    padding: 20px;
}

div#ez-toc-container .ez-toc-title {
    display: block;
    margin-bottom: 15px;
    font-weight: 500;
    color: #047857;
}

aside#flatsome_recent_posts-2 {background: #fff;box-shadow: 0 1px 3px -2px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);border-radius: 15px;padding: 20px 20px 0;}

aside#flatsome_recent_posts-2 .is-divider.small {
    display: none;
}

aside#flatsome_recent_posts-2 span.widget-title {
    text-transform: math-auto;
    font-size: 19px;
    color: #089b6a;
    margin-bottom: 20px;
    display: block;
}

.recent-blog-posts-li .flex-col.mr-half {
    background: url(/wp-content/uploads/2026/04/num-1.svg) no-repeat center center;
    background-size: 35px;
}
.recent-blog-posts-li:nth-child(2) .flex-col.mr-half {
    background: url(/wp-content/uploads/2026/04/num-2.svg) no-repeat center center;
    background-size: 38px;
}
.recent-blog-posts-li:nth-child(3) .flex-col.mr-half {
    background: url(/wp-content/uploads/2026/04/num-3.svg) no-repeat center center;
    background-size: 38px;
}

.recent-blog-posts-li .badge.post-date.badge-small.badge-outline {
    opacity: 0;
}

.recent-blog-posts a {
    color: #3d4a41;
    font-size: 14px;
    line-height: 1.4;
}
.blog-wrapper.blog-single.page-wrapper nav.rank-math-breadcrumb a {
    color: #3D4A41;
    font-size: 14px;
}

.blog-wrapper.blog-single.page-wrapper nav.rank-math-breadcrumb a:hover {
    color: #047857;
}
.recent-blog-posts:hover a {
    color: #089b6a;
}

body.single-post aside#flatsome_recent_posts-2 {
    /* display: none; */
}
.fss-btn span.count {
    color: #047857;
}

.fss-btn svg {
    margin-bottom: -1px;
}
.blog-wrapper.blog-archive.page-wrapper {
    padding-top: 0;
}

.blog-wrapper.blog-archive.page-wrapper .large-12.text-center.col {
    text-align: left;
    max-width: 50%;
}

.blog-wrapper.blog-archive.page-wrapper h1.page-title.is-large.uppercase {
    font-size: 41px;
}

.blog-wrapper.blog-archive.page-wrapper nav.rank-math-breadcrumb {
    background: #F2F4F7;
}

.blog-wrapper.blog-archive.page-wrapper nav.rank-math-breadcrumb > p {
    max-width: 1140px;
    margin: 0px auto 30px;
    padding: 12px 0;
    font-size: 14px;
}
.foo1 h3 {
    color: #10B981;
}

footer span.widget-title {
    color: #10B981;
    display: block;
    text-transform: math-auto;
    display: block;
    margin-bottom: 20px;
}

footer .is-divider.small {
    display: none;
}

.foo1 p {
    font-size: 15px;
}

.foo1 ul {
    display: flex;
}

.foo1 ul img {
    margin: 0 15px 0 0px !important;
}

footer .menu li a {
    font-size: 15px;
    display: block;
}

footer .menu li a:hover {
    color: #10b981 !important;
}

.absolute-footer.dark.medium-text-center.text-center {
    border-top: 1px solid #1b2642;
    color: #64748B;
    font-size: 13px;
    padding-top: 20px;
}

.footer-widgets.footer.footer-1 {
    padding-top: 70px !important;
    padding-bottom: 30px;
}
.blog-wrapper.blog-archive.page-wrapper nav.rank-math-breadcrumb a {
    color: #334862;
}

.blog-wrapper.blog-archive.page-wrapper nav.rank-math-breadcrumb a:hover {
    color: #10b981;
}

.blog-wrapper.blog-archive.page-wrapper aside#text-2 {
    margin: 0;
}
.blog-wrapper.blog-archive.page-wrapper .large-9.col .col.post-item {padding: 0 12px 22px;}

.blog-wrapper.blog-archive.page-wrapper .large-9.col .col.post-item .col-inner {
    border-radius: 15px;
    overflow: hidden;
    height: 100%;
}

.blog-wrapper.blog-archive.page-wrapper .large-9.col .col.post-item .post-title.is-large {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
}
.post-vr1 .col-inner p.from_the_blog_excerpt {
    margin-top: 10px;
    line-height: 1.3;
    font-size: 14px;
}
.new-home-r input {
    font-size: 15px;
    width: 100%;
    border-radius: 70px;
    background: rgb(255 255 255 / 20%);
    color: #fff;
    border-color: rgb(255 255 255 / 17%);
}
.nav-dropdown-has-border .nav-dropdown {
    border: 1px solid #f5f5f5;
    box-shadow: 0 1px 3px -2px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
    border-radius: 0 0 15px 15px;
}

.nav-dropdown-has-border .nav-dropdown li a {
    color: #191c1e;
    font-size: 15px;
}

.nav-dropdown-has-border .nav-dropdown li a:hover {
    color: #047857;
}
.new-home-r input::placeholder {
    color: #fff;
}

.new-home-r input.wpcf7-form-control.wpcf7-submit {
    margin: 10px 0 0 0px;
    background: #fff;
    color: #047857;
    font-weight: 400;
}



@media(min-width:736px){
	.blog-wrapper.blog-archive.page-wrapper .large-9.col .col.post-item:nth-child(1) {
		flex-basis: 100%;
		max-width: 100%;
	}
	.blog-wrapper.blog-archive.page-wrapper .large-9.col .col.post-item:nth-child(1) .box.box-text-bottom.box-blog-post {
		column-count: 2;
	}
	.blog-wrapper.blog-archive.page-wrapper .large-9.col .col.post-item:nth-child(1) .box-text.text-left {
		padding: 30px 15px;
	}
	.blog-wrapper.blog-archive.page-wrapper .large-9.col .col.post-item:nth-child(1) .post-title.is-large {
		font-size: 24px;
		font-weight: 600;
	}
	.tab-home .post-vr1 .col.post-item:last-child {
	    display: none;
	}
}

@media(max-width:736px){
	.blog-wrapper.blog-archive.page-wrapper .large-12.text-center.col {
		max-width: 100%;
	}
	.post-sidebar.large-3.col {
		padding-left: 15px;
		margin-top: -25px;
	}
	.blog-wrapper.blog-archive.page-wrapper nav.rank-math-breadcrumb > p {
		padding: 12px;
	}
	.fss-feedback-box {
		margin: 0;
		max-width: 100%;
	}
	.home .banner-layer h2 {
		font-size: 19px;
	}
	.banner-layer a.button {
		padding: 3px 20px 1px;
	}
	.cat-list-home button.slick-arrow {
		display: none !important;
	}
	.cat-list-home .col {
		padding: 5px;
	}
	.cat-list-home .col .col-inner {
		border-radius: 10px;
		min-height: 90px;
		padding: 15px 0;
	}
	.cat-list-home .col .col-inner h3 {
		font-size: 14px;
		font-weight: 400;
	}
	.cat-list-home .col .col-inner .icon img {
		max-height: 25px;
		margin-bottom: -3px;
	}
	.cat-list-home > .col {
		flex-basis: calc(100% / 3);
		max-width: calc(100% / 3);
	}
	.slider-nav-push.slider-nav-reveal .flickity-prev-next-button svg {
		background: #fff;
		border-radius: 50px;
		padding: 5px !important;
		transform: scale(1.4);
		margin-left: -3px;
		opacity: 1;
	}
	button.flickity-button.flickity-prev-next-button.next {
		right: 10px !important;
	}
	.new-home-r .box.box-vertical {
		display: flex;
	}
	.new-home-r .box.box-vertical .box-image {
		width: 25% !important;
	}
	.new-home-r.new-home-r-top .box.box-vertical .box-image {
		width: 15% !important;
	}
	#masthead.header-main .header-button > .button:not(.is-outline) {
		padding: 0px 15px;
		font-size: 12px;
		font-weight: 500;
	}
	#logo {
		width: 100px !important;
		margin-top: 10px;
	}
	.cat-list-home {
		margin-top: 15px;
		margin-bottom: 25px;
		max-width: calc(100% - 24px) !important;
	}
}