/*
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.   ***************/

@media only screen and (max-width: 850px) {
  /*************** ADD TABLET ONLY CSS HERE  ***************/
}

@media only screen and (max-width: 48em) {
  /*************** ADD MOBILE ONLY CSS HERE  ***************/

  form#fluentform_3 {
    padding: 0px 30px !important;
  }

  .processing .box-image {
    display: none;
  }

  .mobile-sidebar .header-button a.button.primary {
    padding: 5px 50px;
    font-size: 16px;
  }

  .off-canvas-center .mfp-content {
    padding-top: 0px;
  }

  .nav-vertical > li > ul li a {
    font-size: 18px;
  }

  ul.nav.nav-sidebar a:hover {
    color: var(--primary-color);
  }

  ul.nav.nav-sidebar a:not(.header-button a.button.primary) {
    color: #000000;
  }

  a.button.primary.btn-sticky-right.dky {
    position: -webkit-fixed;
    position: fixed;
    right: -65px;
    top: 36%;
    transform: rotate(-90deg);
    padding: 0px 35px;
    z-index: 999;
    font-size: 14px;
  }

  a.button.primary.is-outline.btn-sticky-right.bg {
    position: -webkit-fixed;
    position: fixed;
    right: -65px;
    top: 53% !important;
    background-color: #fff;
    transform: rotate(-90deg);
    padding: 0px 35px;
    z-index: 999;
    font-size: 14px;
    border: none;
  }

  .zalo-chat-widget {
    display: none;
  }

  .cta-after-post .cta-btn1 {
    margin-right: 10px;
    margin-bottom: 0px;
    padding: 3px 30px;
  }

  .cta-after-post .cta-btn2 {
    margin-bottom: 0px;
    padding: 3px 30px;
  }
	.view-post {
	align-items: flex-start !important;
    flex-direction: column-reverse !important;
	}
	
	.viewed_pt, .viewed-total, .rating-total {
    padding-left: 0px !important;
	}
	
	table {
	  border-collapse: collapse;
	  border: 1px solid #555;
	  border-spacing: 0;
	  overflow: scroll;
	  width: 100% !important;
  	  height: 100% !important;
	}
}

@media only screen and (min-width: 48em) {
  /*************** ADD DESKTOP ONLY CSS HERE  ***************/

  .zalo-chat-widget {
    bottom: 20px !important;
    right: 5px !important;
  }

  .page-title.page-header-title {
    margin-top: 120px;
  }

  li.html.header-button-1 {
    margin-right: -2px;
  }

  a.button.primary.btn-sticky-right.dky {
    position: -webkit-fixed;
    position: fixed;
    right: -65px;
    top: 36%;
    transform: rotate(-90deg);
    padding: 0px 35px;
    z-index: 999;
    font-size: 14px;
  }

  a.button.primary.is-outline.btn-sticky-right.bg {
    position: -webkit-fixed;
    position: fixed;
    right: -65px;
    top: 53% !important;
    background-color: #fff;
    transform: rotate(-90deg);
    padding: 0px 35px;
    z-index: 999;
    font-size: 14px;
  }

  .ftwp-shape-square .ftwp-border-none .ftwp-transform-left-center {
    top: 170px !important;
  }

  .cta-after-post a {
    margin-bottom: 0px;
  }
}

// <uniquifier>: Use a unique and descriptive class name
// <weight>: Use a value from 100 to 900

.header-block-block-4 img {
  width: 40px !important;
  float: right;
}

.single-post h1.entry-title {
  padding-top: 15px;
  margin-bottom: -20px;
}

.from_the_blog_excerpt {
  height: 50px !important;
}

/*.montserrat-<uniquifier> {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

body {
	font-family: "Montserrat", sans-serif;
}*/

.single-post h1.entry-title {
  padding-top: 15px;
  margin-bottom: -20px;
}

.from_the_blog_excerpt {
  height: 50px !important;
}

.post-item .col-inner {
  box-shadow: none !important;
}

.blog-archive .box-text.text-left {
  padding: 20px 10px 15px 5px !important;
}

#post-list .col-inner,
.box.box-text-bottom.box-blog-post.has-hover,
.box-blog-post .box-image {
  border-radius: 4px;
}

.single-post #content a {
  font-weight: 600;
}

.is-divider,
.absolute-footer {
  display: none !important;
}

.nav-vertical > li > a {
  text-transform: capitalize;
  font-size: 18px;
}

.header-button a.button.primary {
  padding: 0 30px;
}

.section h5:not(.blog-post-inner h5) {
  color: var(--primary-color);
}

.text-home-banner {
  margin-left: -70px;
}

.textbox-home-service {
  -webkit-text-stroke: 0.2px #000;
}

.cta-title h2 {
  font-weight: 300;
}

.wcu-textbox p {
  margin-top: 10px;
}

.home-title {
  margin-top: 25px;
}

.home-service .box-text.text-left {
  bottom: 0%;
  background: var(--primary-color);
}

.home-service .textbox-home-service h4 {
  color: #fff;
}

.home-count h2 {
  font-size: 96px;
  margin-bottom: 0px;
}

form#fluentform_3 {
  padding: 0px 60px;
}

form.fluent_form_3 .ff-btn-submit:not(.ff_btn_no_style),
form.fluent_form_4 .ff-btn-submit:not(.ff_btn_no_style) {
  background-color: var(--primary-color) !important;
  padding: 0 50px;
}

h5.post-title {
  font-size: 20px;
}

.footer-col {
  border-bottom: 1px solid #ccc;
}

.footer-col2 {
  padding-top: 20px;
}

.text-about {
  padding-top: 20px;
}

.text-about p {
  padding-top: 10px;
}

.cta-btn1,
.cta-btn2 {
  padding: 3px 50px;
}

.cta-btn3 {
  padding: 3px 30px;
  width: 270px;
}

span.prc-num {
  font-size: 130px;
  font-weight: 600;
  transition: 1s ease-in-out;
}

h4.prc-title {
  padding-bottom: 20px;
  font-size: 22px;
}

@supports (-webkit-text-stroke: 1px black) {
  span.prc-num {
    -webkit-text-stroke: 1px black;
    -webkit-text-fill-color: white;
    transition: 1s ease-in-out;
  }

  span.prc-num:hover {
    -webkit-text-stroke: 1px var(--primary-color);
    -webkit-text-fill-color: var(--primary-color);
    transition: 1s ease-in-out;
  }
}

.pricing-table tr:first-child>td {
    background: var(--primary-color);
    color: #fff;
}

td, th {
  border: 1px solid #ddd;
  padding: 8px !important;
}

tr:nth-child(even){
	background-color: #f2f2f2;
}

tr:hover {
	background-color: #ddd;
}

th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: var(--primary-color);
  color: white;
}

td:first-child, th:first-child {
    padding-left: 8px !important;
}

.accordion-horizontal-light .accordion-item {
  background-color: #f8f6f4;
  border-radius: 8px;
  margin-bottom: 12px;
}

.accordion-horizontal-light a.accordion-title {
  border: none;
  padding-left: 24px;
}

.accordion-horizontal-light .accordion .toggle {
  left: auto;
  right: 0;
}

.accordion-horizontal-light .accordion-inner {
  padding: 12px 24px 24px 24px;
}

.blog-archive .box-text.text-left {
  padding: 30px 30px 35px 25px;
}

.single-post .article-inner {
  box-shadow: none;
}

.post-sidebar #secondary {
  position: -webkit-sticky;
  position: sticky;
  top: 90px;
}

.feature {
  position: relative;
  overflow: hidden;
}

.feature::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}

.feature .image {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  background-size: cover;
  background-position: center;
}

ul.row.related-post li {
  list-style: none;
}

.related-title {
  line-height: 1.3 !important;
  margin-top: 10px !important;
}

.list-ft ul {
  list-style: none;
}

.list-ft {
  padding-top: 10px;
}

.list-ft ul li {
  margin-left: 0px;
  margin-bottom: 10px;
}

.nav-pagination > li > a,
.nav-pagination > li > span {
  border-radius: 4px;
}

.processing .box-text {
  cursor: pointer;
}

.icon-footer a {
  border-radius: 4px !important;
}

/*Thông tin home*/
.thongtin-sing,
.thongtin {
  display: flex;
  flex-flow: row wrap;
}
.luot-xem,
.op-8 {
  width: 50%;
  opacity: 1;
}
.luot-xem {
  text-align: right;
  display: none;
}
.op-8 {
  font-size: unset;
}
.op-8-sing:before,
.thongtin .op-8:before {
  content: "\f073";
  font-family: "FontAwesome";
  padding-right: 5px;
}
.luot-xem-sing {
  padding-left: 25px;
}

.thongtin {
  font-size: 14px;
}

.single-post .blog-share.text-center {
  margin-top: 60px;
}

.single-post #page-breadcrumbs {
  padding-left: 25px;
  margin-bottom: -50px;
  font-size: 14px;
}

.single-post .entry-header-text-top {
  padding-top: 0 !important;
}

.flickity-page-dots .dot.is-selected {
  background-color: #ce2027;
}
.flickity-page-dots .dot {
  border: 3px solid #ce2027;
}

.feature {
  position: relative;
  overflow: hidden;
}
.feature::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.feature .image {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  background-size: cover;
  background-position: center;
}
ul.row.related-post li {
  list-style: none;
}
.related-title {
  line-height: 1.3 !important;
  margin-top: 10px !important;
}

li.lang-item {
  display: inline-block;
}

ul.polylang_langswitcher {
  list-style: none;
}

.related-post {
  margin: 50px 0;
  border-top: 2px solid #ce2027;
}

.related-post .headline {
  margin: 15px 0 !important;
}

aside#custom_html-2 {
  margin-top: -30px;
}

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

.entry-content.single-page blockquote p,.entry-content.single-page blockquote div {
  padding: 20px 10px 20px 20px;
  font-size: 16px;
}

.entry-content.single-page blockquote {
  background-color: #fff2f2;
  border: 1px solid #ffd4d4;
  border-radius: 5px;
  padding: 0px;
}

.cta-after-post {
  background-color: #fff2f2;
  border: 1px solid #ffd4d4;
  padding: 20px 10px 0px 10px;
  margin-bottom: 20px;
  border-radius: 5px;
}

.cta-after-post .title {
  font-size: 18px;
  font-weight: 700;
  color: var(--primary-color);
}

.cta-after-post .desc {
  padding-bottom: 10px;
  padding-top: 5px;
}

#ftwp-container.ftwp-fixed-to-post.ftwp-middle-left #ftwp-contents,
#ftwp-container.ftwp-fixed-to-post.ftwp-middle-left #ftwp-trigger,
#ftwp-container.ftwp-fixed-to-post.ftwp-middle-right #ftwp-contents,
#ftwp-container.ftwp-fixed-to-post.ftwp-middle-right #ftwp-trigger {
  top: 60px !important;
}

.viewed_pt,
.viewed-total, .rating-total {
  padding-left: 20px;
}

.kksr-legend {
    font-size: 14px !important;
}

.kk-star-ratings .kksr-legend {
    margin-left: .4rem;
}

.viewed_pt span {
  font-weight: bold;
}

.view-post {
  padding-top: 30px;
  font-size: 14px;
  display: flex;
  align-items: center;
  margin-bottom: -20px;
}

.viewed-total {
  display: none;
}

span.kksr-muted {
  font-size: 16px;
}

/** Rank Math SEO FAQ **/
#rank-math-faq .rank-math-list-item {
  margin-bottom: 0.7em;
  margin-top: 0.7em;
  background-color: #f8f6f4;
  border-radius: 8px;
}

.rank-math-question {
  cursor: pointer;
  position: relative;
  display: block;
  font-weight: 300;
  font-size: 17px;
  padding: 0.6em 2.3em 0.7em 1em;
}

.rank-math-question:after {
  position: absolute;
  right: 20px;
  top: 20%;
  content: "\2715";
  transform: rotate(-45deg);
  transition: all 150ms ease-in-out;
}

#rank-math-faq .rank-math-answer p {
  font-weight: 300 !important;
  color: #3a3a3a !important;
  padding: 0.2em 2.3em 1.3em 1em !important;
  background-color: #f8f6f4 !important;
  font-size: 16px !important;
}

.rank-math-question.faq-active:after {
  transform: rotate(0deg);
}

.rank-math-question:hover {
  color: var(--fs-color-primary);
}

.rank-math-list-item .faq-active {
  font-weight: 700;
  color: var(--fs-color-primary);
  background-color: #f0eeec;
  border-radius: 8px 8px 0px 0px;
}

#rank-math-faq .rank-math-list-item:not(first-child) .rank-math-answer {
  display: none;
}

div#rank-math-rich-snippet-wrapper {
  margin-bottom: 30px;
  margin-top: 50px;
  border-top: 2px solid #ce2027;
}

h2.rank-math-title,
#rank-math-rich-snippet-wrapper h5.rank-math-title {
  padding-top: 15px;
}

.kk-star-ratings .kksr-stars > div > div:nth-child(1),
.kk-star-ratings .kksr-stars > div > div:nth-child(2),
.kk-star-ratings .kksr-stars > div > div:nth-child(3),
.kk-star-ratings .kksr-stars > div > div:nth-child(4){
    pointer-events: none;
}

.grecaptcha-badge {
    display: none !important;
}

html:focus-within {
scroll-behavior: smooth;
}

/** VAN CHUYEN QUOC TE **/
.vcqt-giaiphap-ct h3 {
    padding-bottom: 10px;
    padding-top: 12px;
}

.vcqt-giaiphap-ct {
    padding: 0 20px;
}

.vcqt h2 {
    font-size: 36px !important;
}