/*
Theme Name: Law
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/
h1, h2, h3, h4, h5, h6 {
	text-wrap: wrap;}
@media only screen and (max-width: 850px){
	.mobile-menu-wrapper {
		display:block !important;
		}
}
.mobile-menu-wrapper {
	display:none;
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch; /* Mượt hơn trên iOS */
}
/* Thay đổi màu của thanh cuộn cho div có class .mobile-menu-wrapper */
/* .mobile-menu-wrapper::-webkit-scrollbar {
    width: 5px; /* Độ rộng của thanh cuộn */
    height: 5px; /* Độ cao của thanh cuộn (nếu có cuộn ngang) */
}

.mobile-menu-wrapper::-webkit-scrollbar-thumb {
    background-color: #0a0a0a; /* Màu sắc của phần tay cầm thanh cuộn */
    border-radius: 10px; /* Độ bo góc của thanh cuộn */
}

.mobile-menu-wrapper::-webkit-scrollbar-track {
    background-color: #f1f1f1; /* Màu nền của thanh cuộn */
    border-radius: 10px;
} */

.mobile-menu-wrapper::-webkit-scrollbar-button {
    display: none; /* Ẩn các nút lên/xuống của thanh cuộn */
}
.mobile-menu {
    display: inline-flex;
    padding: 0 15px;
    margin: 0;
    list-style: none;
    white-space: nowrap;
	background-color: #fff;
}

.mobile-menu li {
    display: inline-flex;
    margin:0;
}
.mobile-menu li a{
	padding: 5px 10px;
    text-transform: uppercase;
    line-height: 2;
    font-weight: 600;
    font-size: 14px;
}
.mobile-menu li.active a{
	color:var(--primary-color);
}

@font-face {
  font-family: "Arial";
  font-style: normal;
  src: url(./assets/fonts/SVN-Arial-Regular.ttf) format("truetype");
}

@font-face {
  font-family: "Arial";
  font-weight: bold;
  src: url(./assets/fonts/SVN-Arial-Bold.ttf) format("truetype");
}

@font-face {
  font-family: "Arial";
  font-style: italic;
  font-weight: bold;
  src: url(./assets/fonts/SVN-Arial-Bold-Italic.ttf) format("truetype");
}

@font-face {
  font-family: "Arial";
  font-style: italic;
  src: url(./assets/fonts/SVN-Arial-Italic.ttf) format("truetype");
}
body {
  font-family: "Arial";
  font-style: normal;
}

.copyright-footer {
  color: #fff;
}
.nav-column > li > a,
.nav-dropdown > li > a {
  color: #0a0a0a;
  font-size: 12px;
}
.nav-dropdown > li > a:hover {
  text-decoration: underline;
  color: var(--primary-color);
}
.blog-archive .page-title {
  font-size: 20px;
  text-transform: none;
  color: var(--primary-color);
  letter-spacing: 0;
}
.blog-archive .rank-math-breadcrumb {
  margin-bottom: 10px;
}
.blog-archive .large-5 .section-title a {
  margin-left: 0;
  padding-left: 0;
}
.blog-archive .large-5 .section-title-normal span {
  padding-bottom: 3.5px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
}
.blog-archive .large-5 .list-post6 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.desSearch a {
  margin-right: 5px;
}
.blog-archive .row-img {
  margin-bottom: 5px !important;
}
.wli_popular_posts-class ul.wli_popular_posts-listing li {
  padding: 0 0 10px 0 !important;
  margin-left: 0;
}
.wli_popular_posts-class .post_thumb img {
  padding: 0 !important;
  border: 0 !important;
  width: 150px;
  height: 100px;
  object-position: 50% 50%;
  object-fit: cover;
}
.wli_popular_posts-class .post_thumb_left {
  margin-right: 10px;
  max-width: 150px;
}
.wli_popular_posts-class h3 {
  font-size: 15px;
  line-height: 19px;
}
.blog-archive .large-12 {
  text-align: left;
}
.blog-single .large-3 {
  flex-basis: 28%;
  max-width: 28%;
  padding-left: 10px;
}
.popular-posts-excerpt {
  font-size: 13px;
}
.blog-single .large-9 {
  padding-right: 10px;
  max-width: 72%;
  flex-basis: 72%;
}
.footer2 .cot1 p {
  margin-bottom: 0;
}
.widget img {
  width: 100%;
}
.footer2 .cot1 .button {
  font-size: 13px;
  letter-spacing: 0;
  font-weight: normal;
  border-radius: 5px;
  text-transform: uppercase !important;
}
.footer2 .cot1 .button:first-child {
  margin-top: 15px;
}
.footer2 p {
  font-size: 15px;
}
.footer2 h3 {
  margin-bottom: 25px;
  color: var(--primary-color);
  font-weight: 500;
  font-size: 18px;
  text-transform: uppercase;
  position: relative;
}
.footer2 {
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
}
.footer2 h3:after {
  content: "";
  position: absolute;
  height: 3px;
  background: var(--fs-color-secondary);
  width: 80px;
  bottom: -6px;
  left: 0;
}
a.back-to-top {
  background: var(--primary-color) !important;
  color: white !important;
  border: none !important;
}
.nopad ul {
  display: inline;
}
.nopad ul li {
  margin-bottom: 0;
  float: left;
  list-style: none;
  margin-left: 0;
  font-size: 11px;
}
.nopad ul li a {
  display: inline-block;
  font-size: 12px;
  padding: 8px 7px 6px 6px;
  white-space: nowrap;
  font-weight: 700;
}
.nopad ul li a:hover {
  text-decoration: underline;
}
.header-bottom li a i {
  font-size: 23px;
  line-height: 43px;
}
.nav-dropdown {
  background-color: #fafafa;
  border: 1px solid #d4d4d4;
}
.nav-dropdown li {
  width: 50%;
  display: inline-block;
  float: left;
}

.nav-dropdown {
  width: 400px;
}
.nav-dropdown.nav-dropdown-simple > li > a:hover {
  background: none;
}
.box-time br {
  display: none;
}
.box-time {
  font-size: 12px;
  color: #666;
}
.box-time .glink {
  background: #e2e2e2;
  padding: 5px;
  color: black;
  margin-left: 5px;
}
a.glink span {
  font-size: 12px;
}
.section1 .large-2 {
  flex-basis: 22%;
  max-width: 22%;
}
.section1 .large-4 {
  flex-basis: 28%;
  max-width: 28%;
}
.row .col {
  padding-bottom: 10px;
}
.list-post1 .post-item .post-title {
  font-size: 17px;
  margin-top: 0;
  margin-bottom: 6px;
}
.box-blog-post .is-divider {
  display: none;
}
.list-post1 .post-item .from_the_blog_excerpt {
  font-size: 14px;
}
.list-post1 .post-item .box-text {
  padding-bottom: 0;
}
.list-post1 .post-item {
  padding-bottom: 0;
}
.list-post3 {
  overflow-y: scroll;
  height: 380px;
}
.section1 .searchform-wrapper input,
.widget .searchform input {
  box-shadow: none;
  font-size: 12px;
}
.section1 .searchform .button.icon,
.widget .searchform .button.icon {
  margin: 0;
  font-size: 12px;
}
span.widget-title {
  text-transform: none;
  letter-spacing: 0;
  font-size: 16px;
  color: var(--primary-color);
  height: 30px;
  display: block;
  border-bottom: 1px solid #d6d6d6;
}
.widget .is-divider {
  margin-top: -2px;
  max-width: 100px;
  background-color: var(--fs-color-secondary);
}
.rank-math-breadcrumb .separator {
  display: none;
}
.rank-math-breadcrumb a {
  padding: 8px;
  font-size: 11px;
  background-image: url(/wp-content/uploads/2023/02/chevron.gif);
  background-repeat: no-repeat;
  background-position-x: right;
  background-position-y: center;
}
.rank-math-breadcrumb a:hover {
  text-decoration: underline;
}
.rank-math-breadcrumb a:last-child {
  background-image: none;
}
.rank-math-breadcrumb p {
  margin-bottom: 0;
}
.rank-math-breadcrumb {
  margin-bottom: 25px;
  padding: 5px;
  border-bottom: 1px solid #ddd;
  white-space: nowrap;
  background: #f1f1f1;
  -webkit-border-radius: 4px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.blog-single .entry-title {
  font-size: 24px;
  line-height: 30px;
}
.blog-single .entry-divider {
  display: none;
}
.above-meta.meta-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 0;
}
.blog-single .ngay-dang-bai {
  font-size: 12px;
  color: #676464;
}
.ngay-dang-bai .fa {
  margin-right: 6px;
}
.thong-tin-tac-gia .social-icons {
  text-align: right;
}
.thong-tin-tac-gia img {
  border-radius: 99%;
  width: 35px;
}
.row.thong-tin-tac-gia {
  border-bottom: 1px solid #e6e6e6;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.row.thong-tin-tac-gia .large-8 {
  padding-left: 0;
}
.row.thong-tin-tac-gia .large-4 {
  padding-right: 0;
}
.entry-content {
  padding-bottom: 0;
  padding-top: 0;
}

.box-lien-he {
  border: 1px solid #bbb;
  background-color: #f1f8fe !important;
  padding: 20px;
  margin-top: 15px;
}
.box-lien-he .large-6 .btn {
  display: block;
  text-align: center;
  padding: 7px;
  border-radius: 5px;
  color: white;
  font-weight: bold;
}

.box-lien-he h3 {
  margin-bottom: 10px;
  color: var(--primary-color);
  text-align: center;
  font-size: 17px;
}
.thong-tin-tac-gia a {
  font-size: 12px;
  color: #434343;
}
footer.entry-meta {
  border-bottom: 0;
  border-top: 0;
  font-size: 12px;
  padding: 0;
  margin-top: 15px;
}
footer.entry-meta a {
  border: 1px solid #ddd;
  float: left;
  font-size: 11px;
  margin: 2px;
  text-decoration: none;
  background: #eee;
  padding: 3px 7px;
}
div#ez-toc-container p.ez-toc-title {
  font-weight: bold;
  color: var(--primary-color);
  font-size: 100%;
}
div#ez-toc-container ul li {
  font-size: 90%;
}
#ez-toc-sticky-container a {
  font-size: 12px;
}
.row-lien-he h1 {
  font-size: 24px;
  margin: 10px 0;
  line-height: 30px;
}
.row-lien-he h2 {
  font-size: 16px;
  margin: 0;
  margin-bottom: 20px;
}
.row-lien-he h3 {
  font-size: 15px;
  margin: 0;
  margin-bottom: 20px;
}
.row-lien-he ul li {
  line-height: 19px;
  padding: 5px 0;
  text-align: justify;
  font-size: 13px;
  margin-bottom: 0px;
}

.row-lien-he .des {
  color: var(--primary-color);
  font-size: 12px;
  padding: 0 15px;
  margin-bottom: 20px;
}
.section1 .large-12 {
  padding-top: 10px;
  text-align: right;
  padding-right: 0;
}

.single-post .rank-math-breadcrumb .last {
  display: none;
}
.rank-math-breadcrumb .last {
  font-size: 11px;
  margin-left: 6px;
  color: var(--primary-color);
}
.form-dat-cau-hoi {
  background: var(--primary-color);
  padding: 32px 25px;
  color: white;
}
.form-dat-cau-hoi ul li {
  font-size: 15px;
  color: white;
  font-size: 14px;
}
.form-dat-cau-hoi .col {
  padding-bottom: 0;
}
.form-dat-cau-hoi .cot01 {
  padding-right: 5px;
}
footer.entry-meta a:hover {
  background: var(--primary-color);
  color: white;
}
.form-dat-cau-hoi .cot02 {
  padding-left: 5px;
}
footer.entry-meta a:before {
  content: "#";
  padding-right: 5px;
}
blockquote {
  font-size: 15px;
}
.wpcf7 label {
  display: inline-block;
  width: 100%;
  font-weight: normal;
  font-size: 12px;
}
.form-lien-he input,
.form-lien-he select,
.form-lien-he textarea {
  font-size: 12px;
}
.form-lien-he input[type="submit"] {
  margin: 0;
  width: 100%;
  border-radius: 5px;
  font-size: 15px;
  text-transform: none;
  letter-spacing: 0;
}
.row-lien-he .col {
  padding-bottom: 0;
}

.bai-viet-lien-quan {
  margin-bottom: 0;
  margin-top: 30px;
}
.bai-viet-lien-quan ul {
  margin-bottom: 0;
  display: inline-block;
  width: 100%;
}
.bai-viet-lien-quan ul li {
  list-style: none;
  width: 33.33%;
  color: graytext;
  float: left;
  padding-left: 4px;
  padding-right: 5px;
}
.bai-viet-lien-quan ul li .box-image img {
  height: 170px;
  border-radius: 0px;
  object-fit: cover;
  object-position: center;
}
.bai-viet-lien-quan h4 {
  font-size: 14px;
  line-height: 19px;
  padding-top: 7px;
  height: 64px;
  overflow: hidden;
}
.bai-viet-lien-quan h4:hover {
  color: var(--primary-color);
}
.thong-tin-tac-gia a .value {
  font-weight: bold;
}
.thong-tin-tac-gia a:hover {
  text-decoration: underline;
}
.list-post4 .post-item .post-title {
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  margin-bottom: 6px;
}
.list-post4 .post-item .from_the_blog_excerpt {
  line-height: 19px;
}
.list-post4 .post-item .box-text {
  padding: 0;
  padding-left: 12px;
}
.list-post5 .post-item .boxt-text {
  padding: 0;
}
.ghi-chu-tim-kiem {
  margin-top: 20px;
  font-size: 13px;
}
.list-post3 .post-item .post-title {
  font-size: 14px;
  font-weight: normal;
}
.list-post3 .post-item {
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom: 1px dotted #dddddd;
}
.section-title-normal span {
  border-bottom: 2px solid var(--fs-color-secondary);
  margin-bottom: -2px;
  margin-right: 15px;
  padding-bottom: 4.5px;
  font-size: 16px;
  text-transform: none;
  color: var(--primary-color);
}
.list-post3 .post-item .box-text {
  padding-top: 0;
  padding-bottom: 0;
}
.list-post2 .post-item .post-title {
  font-size: 14px;
  font-weight: normal;
  background-image: url(/wp-content/uploads/2023/02/bg_dot_gray_3x3.gif);
  background-repeat: no-repeat;
  background-position-y: 7px;
  padding-left: 10px;
}
.list-post2 .post-item .box-text {
  padding-bottom: 0;
}
.list-post2 .post-item .post-title:hover {
  color: var(--primary-color);
}
.section-title-container {
  margin-bottom: 0;
}
.list-post4 .post-item:nth-child(even) .post-title,
.list-post7 .post-item .post-title,
.blog-archive .cot1 .post-item:nth-child(even) .post-title {
  font-size: 11px;
  background-image: url(/wp-content/uploads/2023/02/bg_dot_gray_3x3.gif);
  background-repeat: no-repeat;
  background-position-y: 7px;
  padding-left: 10px;
}
.list-post8 .post-item .post-title:hover {
  color: var(--primary-color);
}
.list-post6 .post-item,
.list-post6 .post-item .box-text {
  padding-bottom: 0;
}
.list-post8 .post-item .box-text {
  padding: 0;
}
.list-post8 .post-item .post-title {
  font-size: 14px;
  background-image: url(/wp-content/uploads/2023/02/bg_dot_gray_3x3.gif);
  background-repeat: no-repeat;
  background-position-y: 7px;
  padding-left: 10px;
  font-weight: normal;
}
.list-post5 .post-item .box-text {
  padding-top: 0;
}
.list-post6 .post-item .post-title {
  line-height: 22px;
  font-size: 16px;
  margin-bottom: 6px;
}

.blog-archive .list-post6 .post-item {
  padding-bottom: 10px;
}
.blog-archive .large-7 .post-item .from_the_blog_excerpt {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.blog-archive .large-7 .post-item .post-title {
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 10px;
}
.blog-archive .large-7 .post-item .box-text {
  padding: 0;
  padding-left: 10px;
}
.blog-archive .large-7 .post-item:nth-child(even) .post-title {
  border-bottom: 1px solid #e9e9e9;
  padding-bottom: 10px;
}
.blog-archive .large-7 .post-item:first-child .box {
  flex-direction: column;
  display: flex;
}
.blog-archive .large-7 .post-item:first-child .box-image {
  width: 100% !important;
  margin-bottom: 10px;
}
.blog-archive .large-7 .post-item:first-child .box-text {
  padding-left: 0;
}
.blog-archive .large-7 .post-item:first-child .from_the_blog_excerpt {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  font-size: 13px;
}
.blog-archive .large-7 .post-item:nth-child(even) .post-title:hover {
  text-decoration: underline;
}
.blog-archive .no-results .page-title {
  font-size: 16px;
}
.blog-archive .section-title-container:first-child {
  margin-top: 0;
}
.blog-archive .large-7 .post-item:nth-child(even) .box-text {
  padding-left: 0;
}
.list-post4 .post-item .col-inner {
  padding-top: 7px;
  border-top: 1px dotted #e2e2e3;
}
.list-post4 .post-item:nth-child(even) .box-image,
.blog-archive .cot1 .post-item:nth-child(even) .box-image {
  display: none;
}
.list-post4 .post-item:nth-child(even) .box-text {
  padding-left: 0;
}
.list-post4 .post-item:nth-child(even) .from_the_blog_excerpt,
.blog-archive .cot1 .post-item:nth-child(even) .from_the_blog_excerpt {
  display: none;
}
.list-post4 .post-item:nth-child(even) .col-inner {
  border-top: none;
  padding-top: 0;
}
.list-post4 .post-item:nth-child(even) .post-title:hover {
  text-decoration: underline;
}
.nopad {
  background: #e8e8e8;
  margin-bottom: 15px;
  overflow: hidden;
  white-space: nowrap;
  padding: 5px !important;
}
.list-post7 .post-item .post-title {
  font-size: 12px;
  font-style: italic;
  font-weight: normal;
}
.list-post7 .post-item .box-text {
  padding: 0 0 8px 0;
}
.nopad h2 span {
  position: relative;
}
.nopad ul li h2 {
  margin-bottom: 0 !important;
}
.nopad h2 a {
  display: inline-block;
  color: var(--primary-color);
  font-size: 16px;
}
.nopad ul li:before {
  content: "|";
  color: #c1c1c1;
}
.nopad ul li h2 a {
  padding: 4px 5px;
}
.nopad h2 span:after {
  content: "";
  height: 2px;
  background: var(--fs-color-secondary);
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -9px;
}
.nopad ul li a br,
.nopad ul li a p {
  display: none;
}
.nopad h2 a span {
  font-size: 16px;
  color: var(--primary-color);
}
.nopad ul li:first-child:before {
  display: none;
}
.list-post8 {
  padding-top: 10px;
  border-top: 1px dotted #d5d5d5;
}

.top-footer ul li a {
  font-size: 13px;
  font-weight: bold;
  background-image: url(/wp-content/uploads/2023/02/arrow-right-1-svgrepo-com.svg);
  background-repeat: no-repeat;
  background-size: 9px;
  padding-left: 12px;
  background-position-y: center;
}
.top-footer ul li {
  list-style: none;
  margin-left: 0;
}
.top-footer .col {
  padding-bottom: 0;
}
.top-footer ul {
  margin-bottom: 0;
}
.row-divided > .col + .col:not(.large-12) {
  border-left: 2px solid #ececec;
}
.top-footer h3 {
  margin-bottom: 20px;
  font-size: 16px;
  color: var(--primary-color);
  padding: 3px 10px;
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
  background: #f6f5f2;
}
.form-dat-cau-hoi input,
.form-dat-cau-hoi textarea {
  font-size: 15px;
}
.form-dat-cau-hoi p.des {
  font-size: 12px;
  margin-bottom: 10px;
}
.form-dat-cau-hoi input[type="submit"] {
  background: var(--fs-color-secondary);
  text-transform: uppercase;
  width: 100%;
  margin: 0;
  border-radius: 5px;
}
form {
  margin-bottom: 0;
}
.wpcf7-spinner {
  display: none;
}
.row-dat-cau-hoi p {
  margin-bottom: 10px;
}
.row-dat-cau-hoi .cot2:after {
  position: absolute;
  content: " ";
  height: 0;
  left: -5px;
  top: 150px;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
  border-right: 30px solid var(--primary-color);
}
.row-dat-lich h1 {
  font-size: 24px;
  margin: 10px 0;
  line-height: 30px;
}
.panel-features {
  padding: 20px 8px;
  background-color: var(--primary-color);
  color: #fff;
}
.panel-features h3 {
  margin-bottom: 20px;
  color: white;
  font-weight: 700;
  font-size: 17px;
  text-align: left;
}
.panel-features li {
  margin-bottom: 25px;
}
.panel-features li h4 {
  font-size: 17px;
  line-height: 18px;
  color: #fff;
  font-weight: 700;
}
.panel-features li p {
  margin: 5px 0 5px 10px;
  line-height: 20px;
  font-size: 12px;
}
.panel-features li {
  list-style: none;
  margin-left: 0 !important;
}
.panel-features ul {
  margin-left: 0;
}
.row-dat-lich .large-9 {
  flex-basis: 70%;
  max-width: 70%;
}
.row-dat-lich .large-3 {
  flex-basis: 30%;
  max-width: 30%;
}
form .orderlist {
  font-size: 13px;
  color: var(--primary-color);
  font-weight: 700;
  height: 18px;
  position: relative;
  margin-bottom: 10px;
}
form .orderlist span {
  position: absolute;
  left: 0;
  padding-right: 10px;
  background: #fff;
}
form .orderlist:before {
  content: "";
  background: #e2e2e3;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 10%;
  left: 0;
}
.form-dat-lich .note {
  font-size: 11px !important;
  line-height: 18px;
  margin-bottom: 4px;
  color: #666 !important;
}
.form-dat-lich input,
.form-dat-lich textarea,
.form-dat-lich select {
  font-size: 12px;
  box-shadow: none;
}
.form-dat-lich .tu-van {
  color: var(--primary-color);
  font-size: 15px;
}
.form-dat-lich .des {
  font-size: 14px;
}
.form-dat-lich input[type="submit"] {
  margin: 0;
  margin-top: 10px;
  border-radius: 5px;
  text-transform: none;
  letter-spacing: 0;
}
.row-yeu-cau-tu-van {
  margin: 0 auto !important;
}
.accordion-title {
  padding: 13px;
  padding-left: 30px;
  font-size: 16px;
  background: #ffeff0;
  text-align: left;
}
.accordion_title {
  margin-bottom: 25px;
  margin-top: 15px;
  color: var(--primary-color);
  font-size: 24px;
}
.tab-tu-van .loai-hinh-1 a.accordion-title:after {
  content: "300.000đ/giờ";
  float: right;
  font-weight: bold;
}
.tab-thanhtoan .nav li a {
  background: #f9f2ef;
  padding: 10px 20px;
}
.accordion-title.active {
  border-top: 1px solid #ddd !important;
  background: #f9f2ef;
  border-top: none;
}
.accordion-title.active:before,
.tab-thanhtoan .nav li.active a:before {
  background: var(--primary-color);
  border-radius: 99%;
  border: 4px solid #ffffff;
  outline-offset: 0px;
  outline: var(--primary-color) auto 1px;
}
.nav:hover > li:not(:hover) > a:before {
  opacity: 1;
}
.tab-thanhtoan .box h4 {
  text-align: center;
  background: var(--primary-color);
  color: white;
  font-size: 15px;
  padding: 5px;
  font-size: 15px;
  font-weight: normal;
}
.tab-tu-van .loai-hinh2 a.accordion-title:after {
  content: "300.000đ";
  float: right;
  font-weight: bold;
}
.tab-tu-van .loai-hinh3 a.accordion-title:after {
  content: "880.000đ";
  float: right;
  font-weight: bold;
}
.tab-tu-van .loai-hinh4 a.accordion-title:after {
  content: "1.800.000đ";
  float: right;
  font-weight: bold;
}
.tab-tu-van .toggle {
  display: none;
}
.nut-xem-them {
  letter-spacing: 0;
}
.tab-tu-van {
  box-shadow: 2px 2px 20px #0000000f;
}
.wpcf7-form .fieldset-cf7mls .cf7mls-btns {
  min-height: auto;
}
.accordion-title:before,
.tab-thanhtoan .nav li a:before {
  content: "";
  width: 20px;
  height: 20px;
  background: white;
  border-radius: 99%;
  border: 1px solid gray;
  display: inline-block;
  top: 8px;
  margin-bottom: -3px;
  margin-right: 20px;
}
.tab-thanhtoan .nav li a:before {
  margin-bottom: 0;
}
.tab-thanhtoan2 .nav li a:before {
  margin-bottom: -4px;
}
.form-tu-van-van-ban h3 {
  margin-bottom: 25px;
  margin-top: 15px;
  color: var(--primary-color);
  font-size: 20px;
}
.form-tu-van-van-ban input,
.form-tu-van-van-ban textarea {
  font-size: 14px;
  box-shadow: none;
}
.form-tu-van-van-ban .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.cf7mls_next.action-button,
form.cf7mls input.wpcf7-form-control.wpcf7-submit {
  margin: 15px 0 !important;
  padding: 5px 25px !important;
  float: none !important;
  background: var(--primary-color);
}

.wpcf7 form.sent .wpcf7-response-output {
  border-color: #46b450;
  background: #8bc34a;
  border-radius: 5px;
  border: none;
  color: white;
  font-size: 15px;
  margin-top: 0;
}
.blog-archive .list-post6 .post-item {
  margin-bottom: 0px;
}
.blog-archive .large-5 .section-title-normal {
  background: #e8e8e8;
}

.blog-archive .list-post6 .post-item .box-text {
  padding: 0;
  padding-left: 10px;
}
.blog-archive .list-post6 .post-item a {
  color: #000000;
}
.blog-archive .list-post8 .post-item {
  padding-left: 0;
}
.blog-archive .list-post8 {
  padding-top: 0;
  border-top: 0;
}
.blog-archive .section-title-container {
  margin-top: 15px;
}

@media only screen and (max-width: 550px) {
  .bai-viet-lien-quan ul li {
    width: 50%;
  }
  .bai-viet-lien-quan ul li .box-image img {
    height: 90px;
  }
  a.glink span {
    font-size: 0;
    margin-right: 0;
  }
  .header-block-block-1 {
    margin-top: 20px;
  }
  .header-block-block-1 h3 {
    margin-bottom: 0;
  }
  .header-logo,
  .header-logo-sticky,
  .header_logo {
    display: none !important;
  }
  .off-canvas-left .mfp-content,
  .off-canvas-right .mfp-content {
    width: 100%;
  }
  .off-canvas .nav-vertical > li > a {
    padding-bottom: 10px;
    padding-top: 10px;
    text-transform: none;
    letter-spacing: 0;
    font-size: 14px;
    color: var(--fs-color-secondary);
    font-weight: normal;
  }
  .nav.nav-vertical {
    background: #f6f6f6;
  }
  .header-logo-dark {
    display: block !important;
  }
  .header-main .nav > li > a > i.icon-menu,
  .header-main .nav > li > a > i.icon-search {
    color: white;
  }
  .header-block-block-1 .large-6 {
    flex-basis: 50%;
    max-width: 50%;
    padding: 0 5px 10px;
  }
  .header-search-form-wrapper input {
    box-shadow: none;
  }
  .section1 .large-2 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .list-post3 {
    height: auto;
  }
  .list-post4 .post-item .box {
    display: flex;
  }
  .list-post4 .post-item .box-vertical .box-image {
    width: 55% !important;
  }
  .list-post4 .post-item .post-title {
    font-size: 14px;
  }
  .list-post4 .post-item .from_the_blog_excerpt {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  .list-post7 .post-item .post-title {
    font-size: 13px;
  }
  .top-footer .col.large-3 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .top-footer ul li a {
    font-size: 12px;
    background-size: 7px;
    padding-left: 8px;
  }
  .top-footer ul li {
    margin-bottom: 3px;
  }
  .nav-vertical > li > ul li a {
    color: var(--fs-color-secondary);
    font-size: 14px;
  }
  .nav-slide-header .toggle {
    text-transform: none;
    letter-spacing: 0;
  }
  .blog-archive .page-title {
    font-size: 15px;
  }
  .blog-archive .large-7 .post-item .box-text {
    padding-left: 0;
    padding-top: 10px;
  }
  .list-post4 .post-item:nth-child(even) .post-title,
  .list-post7 .post-item .post-title,
  .blog-archive .cot1 .post-item:nth-child(even) .post-title {
    font-size: 13px;
  }
  .row-divided > .col + .col:not(.large-12) {
    border-left: 0;
  }
  .blog-single .large-9 {
    padding-right: 10px;
    flex-basis: 100%;
    max-width: 100%;
    padding-left: 10px;
  }
  .blog-single .entry-title {
    font-size: 18px;
    line-height: 25px;
  }
  .row.thong-tin-tac-gia .large-8 {
    padding-right: 0;
  }
  .row.thong-tin-tac-gia .large-8 {
    padding-left: 0;
    padding-right: 0;
  }
  .row.thong-tin-tac-gia .large-4 {
    padding-left: 0;
  }
  .thong-tin-tac-gia .social-icons {
    text-align: left;
  }

  .entry-content p {
    text-align: justify;
  }
  .bai-viet-lien-quan h4 {
    font-size: 13px;
    color: black;
    line-height: 18px;
    padding-top: 0;
    height: 53px;
    overflow: hidden;
  }
  .blog-single .large-3 {
    flex-basis: 100%;
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .row-dat-cau-hoi .cot2:after {
    position: absolute;
    content: " ";
    height: 0;
    left: 45%;
    top: -30px;
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-right: 30px solid var(--primary-color);
    transform: rotate(90deg);
  }
  .form-dat-cau-hoi .cot01,
  .form-dat-cau-hoi .cot02 {
    padding-right: 15px;
    padding-left: 15px;
  }
  .row-dat-cau-hoi p {
    margin-bottom: 0;
  }
  .row-dat-lich .large-9,
  .row-dat-lich .large-3 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .row-dat-lich h1 {
    font-size: 19px;
  }
  form .orderlist {
    font-size: 15px;
  }
  .form-dat-lich .note {
    font-size: 12px !important;
  }
  .form-dat-lich input,
  .form-dat-lich textarea,
  .form-dat-lich select {
    margin-bottom: 0;
  }
  .form-dat-lich .des {
    margin-top: 10px;
  }
  .form-dat-lich .tu-van {
    font-size: 14px;
  }
  .form-dat-lich input[type="submit"] {
    width: 100%;
    margin-bottom: 20px;
    font-size: 15px;
  }
  .panel-features li h4 {
    font-size: 15px;
  }
  .accordion_title {
    margin-bottom: 15px;
    margin-top: 0;
    color: var(--primary-color);
    font-size: 18px;
  }
  .row-yeu-cau-tu-van {
    max-width: 100% !important;
  }
  .page-template-default .page-wrapper .section {
    padding: 0;
  }
  .row-yeu-cau-tu-van .col {
    padding: 0;
  }
  .accordion-title {
    min-height: 64px;
    padding: 8px;
    padding-left: 5px;
    font-size: 16px;
    background: #f9f2ef;
    text-align: left;
  }
  .accordion-title:before,
  .tab-thanhtoan .nav li a:before {
    content: "";
    width: 15px;
    height: 15px;
    background: white;
    border-radius: 99%;
    border: 1px solid gray;
    display: inline-block;
    top: 8px;
    margin-bottom: -1px;
    margin-right: 5px;
  }
  .tab-tu-van {
    margin-bottom: 15px;
  }
  .tab-tu-van a.accordion-title:after {
    margin-left: 10px !important;
    float: none !important;
  }
  .accordion-inner {
    padding: 10px;
  }
  .tab-thanhtoan .nav li a {
    background: #f9f2ef;
    padding: 7px;
    font-size: 15px;
    margin-bottom: 10px;
  }
  fieldset {
    margin: 0 !important;
  }
  .form-tu-van-van-ban h3 {
    margin-bottom: 15px;
    margin-top: 10px;
    color: var(--primary-color);
    font-size: 17px;
  }
  .entry-content {
    font-size: 15px;
  }

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

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

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

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

@media only screen and (max-width: 48em) {
  /*************** ADD MOBILE ONLY CSS HERE  ***************/
}
.entry-content {
  color: #212529;
  font-size: 15px;
  font-weight: 400;
  line-height: 28px;
}

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

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

.entry-content {
  padding-bottom: 0;
  padding-top: 0;
}

.entry-content h2 {
  font-size: 19px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.entry-content code {
  background: rgba(0, 0, 0, 0.05);
  border-radius: 3px;
  font-size: 0.85rem;
  color: #e83e8c;
  font-size: 15px;
}
.entry-content table {
  display: block;
  width: 100%;
  height: auto;
  overflow: auto;
}
.entry-content table > tbody > tr > td,
.entry-content table > tbody > tr > th,
.entry-content table > tfoot > tr > td,
.entry-content table > tfoot > tr > th,
.entry-content table > thead > tr > td,
.entry-content table > thead > tr > th {
  border: 1px solid #ddd;
  padding: 7px 10px;
  font-size: 16.5px !important;
}

.entry-content iframe {
  margin: auto;
}

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