/*
Theme Name: Funiture
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
h1,
h2,
h3,
h4,
h5,
h6 {
  text-wrap: wrap;
}
.slider-section .image-zoom-long:hover img {
  transform: scale(1.1);
}
.nav-spacing-xlarge > li {
  margin: 0 20px;
}
.header-nav li a {
  font-weight: normal;
}
.nav-dropdown {
  background-color: rgba(51, 51, 51, 0.67);
  color: white;
}
.nav-dropdown > li > a {
  color: hsl(0deg 0% 100%) !important;
}
.nav-dropdown > li.nav-dropdown-col {
  display: block;
}
.nav-dropdown .nav-dropdown-col > a,
.nav-dropdown li a {
  text-transform: none !important;
  font-size: 15px;
  font-weight: bold;
}
.nav-dropdown > li.nav-dropdown-col {
  width: 100%;
  border-right: 0;
}
.header-nav li.nav-dropdown-col:hover > ul {
  display: block !important;
}
.nav-dropdown .nav-dropdown-col > ul {
  border: 1px solid #d2d2d2;
  margin-top: -40px;
  box-shadow: 2px 2px 5px #828282;
  display: none;
  position: absolute;
  left: 100%;
  z-index: 9;
  background: var(--primary-color);
  min-width: 240px;
}
.section2 .box h2 {
  font-size: 30px;
  text-transform: uppercase;
  color: #2b2926;
}
.section2 .box h2 a {
  color: #2b2926;
}
.nut-xem-them {
  border-radius: 5px;
  font-size: 16px;
  font-weight: normal;
  padding: 4px 40px;
  border: 1px solid gray !important;
}
.nut-xem-them:hover {
  background: white !important;
  border: 1px solid #ff9800 !important;
  color: black !important;
}
.section2 .box .box-text {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  padding-top: 20px;
}
.nav-dropdown > li > a:hover,
.nav-dropdown .nav-dropdown-col > ul li a:hover {
  padding-left: 10px !important;
}
.nav-dropdown .nav-dropdown-col > ul {
  border: 0;
  box-shadow: none;
}
.nav-dropdown > li.nav-dropdown-col:not(:last-child) {
  border-right: none !important;
}
.nav-dropdown .nav-dropdown-col > ul li a {
  color: white;
}

.sc_home-statics .section-content {
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: 2px solid var(--primary-color);
  border-bottom: 2px solid var(--primary-color);
}

.sc_home-statics .col {
  padding-bottom: 0px;
}
.sc_home-statics .col p {
  margin-bottom: 0px;
}
.sc_home-statics-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  color: #dddddd;
  font-size: 17px;
}
.sc_home-statics-item .title {
  font-size: 50px;
  color: var(--fs-color-secondary);
  margin-right: 10px;
  font-weight: 700;
}

.sc_home-statics .section-content {
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: 2px solid var(--primary-color);
  border-bottom: 2px solid var(--primary-color);
}

.sc_home-statics .col {
  padding-bottom: 0px;
}
.sc_home-statics .col p {
  margin-bottom: 0px;
}
.sc_home-statics-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  color: #dddddd;
  font-size: 17px;
}

.sc-home-slide {
  position: relative;
}
/* .sc-home-slide .sc-home-slide-item {
  position: absolute;
  bottom: -1px;
  left:0;
	right:0;
  background: var(--primary-color);
  z-index: 111;
} */
.sc-home-slide-item .title p {
  margin: 0px;
  font-weight: bold;
  font-size: 18px;
  padding: 10px;
}
.sc-home-slide-item .title {
  border-bottom: 2px solid #000;
  text-align: center;
}
.sc-home-slide-item .col:nth-child(2) .col-inner,
.sc-home-slide-item .col:nth-child(3) .col-inner {
  padding: 15px 15px;
  height: 100%;
  text-align: justify;
}
.sc-home-slide-item .col:nth-child(2) {
  border-right: 2px solid #000;
}
.section2 .box .box-text {
  padding: 0px;
  background-color: #fff;
}
.section2 .title {
  background: var(--primary-color);
  color: #fff !important;
  text-transform: capitalize !important;
  margin: 0px;
}

.tabbed-content .tab-panels {
  padding-top: 50px;
  padding-bottom: 100px;
  background-color: var(--primary-color);
}
.du-an-1 .tabbed-content .tab-panels {
  background-color: #fff;
}
.tabbed-content .nav li {
  background: var(--fs-color-secondary);
  margin: 0px;
  font-weight: 600;
  font-size: 20px;
  position: relative;
  display: inline-block;
  padding: 10px 30px;
  min-width: 300px;
  text-align: center;
}
.tabbed-content .nav li a {
  color: #fff;
  display: block;
  position: relative;
}
.tabbed-content .nav .active {
  background: var(--primary-color);
}
.section3 .text-des {
  padding-top: 15px;
  position: relative;
}
.icon-box .title {
  color: #fff;
}
.section3 .text-des:before {
  content: "";
  display: inherit;
  width: 1000px;
  border-top: 1px solid;
  right: 0;
  position: absolute;
  top: 0;
  border-color: var(--primary-color);
}
.section5 h2 {
  color: var(--primary-color);
}
.section5 .text-des {
  padding-top: 15px;
  position: relative;
}
.section5 .text-des:before {
  content: "";
  display: inherit;
  width: 1000px;
  border-top: 1px solid;
  left: 0;
  position: absolute;
  top: 0;
  border-color: var(--primary-color);
}
.io2 hr {
  border-top-width: 1px;
  opacity: 1;
  border-top-color: var(--primary-color) !important;
}

@media only screen and (max-width: 414px) {
  .tabbed-content .nav li {
    min-width: calc(100% / 2);
  }
  .sc-home-slide-item {
    position: relative !important;
    left: 0 !important;
  }
  .section3 .text-des:before {
    width: 345px;
  }
  .section5 .text-des:before {
    width: 365px;
  }
}
.section2 .box .box-text p {
  font-size: 18px;
  color: #555;
  text-align: justify;
}

.section3 h2 {
  font-size: 38px;
  margin-bottom: 20px;
  color: var(--primary-color);
}
.section3 h4 {
  background: darkvar(--primary-color);
  display: inline-block;
  width: auto;
  padding: 2px 10px;
  font-size: 14px;
  color: white;
  font-weight: normal;
  border-radius: 5px;
  margin-bottom: 20px;
}
.nut-xem-them-2 {
  font-weight: normal;
  letter-spacing: 0;
  border: 2px solid var(--primary-color);
}
.section5 .col.large-6 {
  padding-bottom: 0;
}
.portfolio-box .portfolio-box-category {
  display: none;
}
.portfolio-box .portfolio-box-title {
  text-shadow: none;
  text-transform: none;
  font-weight: normal;
  font-size: 19px;
  letter-spacing: 0;
  opacity: 1;
}
.section-title-center span:after {
  content: "";
  display: table;
  clear: both;
  background: url(/wp-content/uploads/2022/11/line.png);
  width: 100%;
  height: 20px;
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: bottom;
  padding-top: 0;
}
.section-title b {
  background: none;
}
.section-title-center span {
  margin: 0 15px;
  color: var(--primary-color);
}
.section-title-container {
  margin-bottom: 10px;
}
.list-post .post-item .post-title {
  font-size: 24px;
  color: #333333;
  font-weight: normal;
}
.section4 .large-4,
.section2 .col,
.section6 .col,
.section7 .col,
.section8 .col {
  padding-bottom: 0;
}

.list-post .post-item .from_the_blog_excerpt {
  line-height: 26px;
  margin-top: 10px;
  text-align: justify;
  font-size: 16px;
}
.box-blog-post .is-divider {
  display: none;
}
.list-post .post-item .post-meta {
  font-size: 16px;
  color: #000000;
}
.portfolio-related .portfolio-box:hover img {
  transform: scale(1.1);
}
.portfolio-box.box-overlay .box-text,
.portfolio-related .box-shade.dark .box-text {
  text-align: left;
  background-image: linear-gradient(transparent, #000000bf);
  padding: 30px 10px 20px 10px;
}
.footer-section .icon-box {
  margin-bottom: 10px;
}
.slider-custom {
  padding: 15px 150px !important;
  bottom: 0 !important;
}
.slider-custom .flickity-button {
  display: none !important;
}
.portfolio-inner .entry-title {
  color: white;
  text-transform: none;
  letter-spacing: 0;
  text-align: center;
  margin-bottom: 30px;
}
.portfolio-inner .slider-wrapper .slider-custom .flickity-slider .img {
  opacity: 0.4;
}
.portfolio-inner
  .slider-wrapper
  .slider-custom
  .flickity-slider
  .img.is-selected {
  opacity: 1;
}
.danh-muc-sidebar .col {
  padding-bottom: 20px !important;
}
.portfolio-inner .slider-wrapper {
  max-width: 70%;
  margin: 0 auto;
}
.portfolio-inner h2,
.portfolio-inner h3,
.portfolio-inner h4,
.portfolio-inner h5 {
  color: white;
}
.footer-section h3 {
  color: var(--primary-color);
  padding-bottom: 10px;
  margin-bottom: 24px;
  text-transform: uppercase;
  position: relative;
}
.footer-section ul li {
  list-style: none;
  margin-bottom: 18px;
  border-bottom: 1px solid gray;
  padding-bottom: 10px;
}
.footer-section ul li a:hover {
  color: var(--primary-color);
}
.footer-section h3:after {
  content: "";
  width: 195px;
  height: 1px;
  background: var(--primary-color);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.absolute-footer {
  border-top: 1px solid #fff;
  padding-top: 20px;
  font-size: 16px;
  color: #ffffffc9 !important;
}
.footer-section img {
  border-radius: 5px;
}
.banner-top .col {
  padding-bottom: 0;
}
.gioi-thieu-1 .img {
  border-radius: 99%;
  border: 1px dashed var(--primary-color);
}
.gioi-thieu-1 img {
  padding: 10px;
  border-radius: 99%;
}
.img01 {
  position: absolute;
  max-width: 200px;
  bottom: 0;
  border: none !important;
  background: white;
  box-shadow: 2px 2px 20px #0000001c;
}
.cam-ket-section .col {
  padding-bottom: 0;
}
.showroom-section .banner {
  box-shadow: 9px 12px 4px #00000057;
}
a.back-to-top {
  background: var(--primary-color) !important;
  color: white !important;
  border: none !important;
}
.gioi-thieu-2 h2 {
  color: var(--primary-color);
}
.gioi-thieu-2 .img01 img,
.gioi-thieu-2 .img01 {
  border-radius: 99%;
}
.gioi-thieu-2 .img02 img {
  border-top-left-radius: 500px;
  border-bottom-left-radius: 500px;
}
.gioi-thieu-1 .col,
.showroom-section .col {
  text-align: justify;
}
.section01 .cot3 .col-inner {
  background: rgb(232, 104, 48);
  padding: 50px;
  color: white;
  max-width: 600px;
  margin-top: 0;
  margin-left: -100px;
}
.gioi-thieu-2 .large-4 {
  text-align: justify;
}
.section01 h2,
.section01 h3 {
  color: white;
}
.section02 .col {
  padding-bottom: 0;
}
.thi-cong-section h3 {
  opacity: 0.96;
  color: rgb(250, 250, 250);
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 0px;
  line-height: 1.6;
  -webkit-text-stroke: 1px rgb(232, 104, 48);
}
.khong-gian-song .col {
  padding-bottom: 0;
}
.khong-gian-song p {
  text-align: justify;
}
.khong-gian-song .bg {
  background-attachment: fixed;
}
.du-an-section .col {
  padding-bottom: 0;
}
.cau-hoi-section .large-12 .col-inner {
  background: white;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 2px 2px 20px #0000001f;
}
.form-lien-he {
  background: #ffffffeb;
  padding: 30px 50px;
  border: 2px solid var(--primary-color);
}
.form-lien-he h3 {
  text-transform: uppercase;
  text-align: center;
  color: black;
}
.form-lien-he p {
  text-align: center;
}
.wpcf7-spinner {
  display: none;
}
.lien-he-section .col {
  padding-bottom: 0;
}
form {
  margin-bottom: 0;
}
.thi-cong-section h2 {
  margin-bottom: 0;
}
.cong-trinh-section .col {
  padding-bottom: 0;
}
.list-post2 .post-item {
  padding-bottom: 20px;
}
.list-post2 .post-item .post-title {
  font-size: 20px;
  font-weight: normal;
}
.list-post2 .post-item a:hover {
  color: black;
}
.list-post2 .post-item .post-title:hover {
  color: var(--primary-color) red;
}
.banner-overlay .overlay {
  background-image: linear-gradient(#000000b3, transparent 24%);
}
.thietke-noithat2 .accordion .toggle {
  left: 0px;
}
.accordion .toggle {
  left: 33px;
}
.accordion-item {
  text-align: left;
}
.accordion {
  border: 1px solid var(--primary-color);
}
.accordion-title {
  color: var(--primary-color) !important;
}
.thiet-ke-noi-that .box h3 {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: normal;
}
.thiet-ke-noi-that {
  padding-bottom: 0 !important;
}
.blog-archive .large-8 .post-item .post-title {
  color: #000000;
  font-size: 26px;
  font-weight: normal;
  margin-bottom: 10px;
}
.blog-archive .large-8 .post-item .from_the_blog_excerpt {
  font-size: 16px;
  color: gray;
  text-align: justify;
}
.blog-archive .large-8 .post-item .box-text {
  padding-right: 0;
}
.blog-archive .large-4 {
  padding-left: 0;
  border-left: none !important;
}
.blog-archive .large-8 .post-item {
  padding-bottom: 0;
}
.blog-archive .large-8 .post-item .col-inner {
  padding: 25px 0;
  border-top: 1px solid #dbdbdb;
}
.blog-archive .large-12 {
  text-align: left;
  padding-bottom: 10px;
}
.rank-math-breadcrumb p {
  margin-bottom: 10px;
}
.blog-archive .page-title {
  font-size: 26px;
  letter-spacing: 0;
}
.blog-archive .large-8 .post-item:first-child .box {
  display: flex;
  flex-direction: column;
}
.blog-archive .large-8 .post-item:first-child .box-image {
  width: 100% !important;
}
.blog-archive .large-8 .post-item:first-child .box-text {
  padding-right: 0;
  margin-top: -130px;
  background-image: linear-gradient(transparent, #000000b3);
}
.blog-archive .large-8 .post-item:first-child .post-title,
.blog-archive .large-8 .post-item:first-child .from_the_blog_excerpt {
  color: white;
}
.blog-archive .large-8 .post-item:first-child .from_the_blog_excerpt {
  opacity: 0.6;
}
.blog-archive .large-8 .post-item .post-title:hover {
  color: var(--primary-color);
}
span.widget-title {
  font-size: 1em;
  font-weight: 600;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 300;
  margin-top: -8px;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #aaa;
  display: block;
}
.widget .is-divider {
  display: None;
}
.danh-muc-sidebar .icon-box .icon-box-text {
  background: #efefef;
  padding: 10px;
}
.danh-muc-sidebar .icon-box h3 {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: normal;
}
.danh-muc-sidebar .button {
  border: 1px solid white;
}
.widget {
  margin-bottom: 25px;
}
.tagcloud a {
  margin-bottom: 6px;
  font-size: 13px !important;
  letter-spacing: 0;
  background: gray;
  padding: 5px 10px;
  border-radius: 8px;
  color: white !important;
  word-break: break-word;
  display: inline-block;
}
.xem-them {
  display: block;
  margin-bottom: 20px;
}
.xem-them .tieu-de-xem-them {
  font-weight: bold;
}
.blog-single .blog-share {
  text-align: left;
}
.social-icons .facebook {
  background: #0d55ba;
  color: white;
  border: none;
}
.social-icons .facebook {
  background: #2196f3;
  color: white;
  border: none;
}
.social-icons .facebook {
  background: #3f51b5;
  color: white;
  border: none;
}
.social-icons .twitter {
  background: #2196f3;
  color: white;
  border: none;
}
.social-icons .email {
  background: var(--primary-color);
  color: white;
  border: none;
}
.social-icons .pinterest {
  background: #ff0079;
  color: white;
  border: none;
}
.social-icons .linkedin {
  background: #03a9f4;
  color: white;
  border: none;
}
.social-icons a {
  line-height: 38px !important;
}
.recent-blog-posts-li .badge {
  height: 6.8em;
  width: 12.8em;
}
.recent-blog-posts a {
  font-size: 22px;
}
.blog-archive .large-8 .post-item:hover img {
  transform: scale(1.1);
}
.blog-single .large-8 {
  padding-right: 0;
  border-right: none !important;
}
.entry-content {
  text-align: justify;
}
.blog-single .entry-title {
  font-size: 34px;
  padding: 10px 0;
  font-weight: normal;
}
.is-divider {
  display: none;
}
.entry-content {
  padding-bottom: 0;
  padding-top: 0;
}
.entry-content p:first-child {
  border-left: 9px solid var(--primary-color);
  padding-left: 10px;
}
.entry-content strong {
  font-weight: normal;
}
.entry-content h2 {
  color: var(--primary-color);
  font-size: 25px;
  font-weight: bold;
}
.blog-single .entry-content {
  font-size: 18px;
}
.blog-single .entry-header-text {
  padding: 0;
}
.blog-single .large-4 {
  border-left: none !important;
}
.blog-archive .large-8 .post-item:first-child .col-inner {
  padding-top: 0;
  border-top: none;
}
.tagcloud a:hover {
  color: white;
}
span.widget-title {
  letter-spacing: 0;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 300;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #aaa;
  display: block;
}
.entry-content h3 {
  color: var(--primary-color);
  font-size: 25px;
}
.entry-content h4 {
  color: var(--primary-color);
  font-size: 24px;
}
.entry-content h5 {
  color: var(--primary-color);
  font-size: 22px;
}
.blog-single {
  padding-bottom: 0;
}
.blog-single .large-4,
.blog-single .large-8 {
  padding-bottom: 0;
}
.bai-viet-lien-quan {
  margin-top: 15px;
}
.bai-viet-lien-quan h3 {
  font-size: 19px;
  color: black;
}
.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: 10px;
  padding-right: 10px;
}
.bai-viet-lien-quan ul li .box-image img {
  height: 220px;
  border-radius: 0px;
  object-fit: cover;
  object-position: center;
}
.form-lien-he2 h3 {
  text-transform: uppercase;
  font-size: 25px;
}
.form-lien-he2 p {
  text-align: center;
}
.form-lien-he2 input,
.form-lien-he2 textarea {
  border-radius: 5px;
  height: 50px;
  box-shadow: none;
}
.wpcf7 label {
  text-align: left;
  font-size: 16px;
}
.wpcf7 .wpcf7-form-control-wrap {
  text-align: left;
}
.portfolio-bottom {
  margin-bottom: 0px;
  padding: 50px 0;
}
.portfolio-top {
  background: #323232;
  color: white;
  font-size: 18px;
}
.duong-dan {
  background: #f6f6f6;
  padding: 50px 0;
}
.xem-them a {
  color: #008eff;
  font-weight: bold;
}
.entry-content img {
  margin: 0 auto;
  display: block;
}
.portfolio-element-wrapper .nav li a {
  font-size: 23px;
  font-weight: normal;
  color: black;
}
.portfolio-element-wrapper .nav li a:hover,
.portfolio-element-wrapper .nav li.active a {
  color: var(--primary-color) !important;
}
.form-lien-he2 input[type="submit"] {
  background: var(--primary-color);
  color: white;
}
.form-lien-he2 .wpcf7-list-item-label {
  font-weight: normal;
}
.form-lien-he2 input[type="checkbox"],
.form-lien-he2 input[type="radio"] {
  height: auto !important;
}
.bai-viet-lien-quan h4 {
  margin-top: 6px;
  font-size: 21px;
  color: black;
  line-height: 29px;
  padding-top: 7px;
  height: 33px;
  overflow: hidden;
  font-weight: normal;
}
.bai-viet-lien-quan .tom-tat {
  display: block;
  height: 74px;
  overflow: hidden;
}
.bai-viet-lien-quan h4:hover {
  color: var(--primary-color);
}
.portfolio-archive .large-columns-4 {
  position: relative;
  display: block;
}
.portfolio-archive .large-columns-4 .col {
  float: left;
}
.list-du-an .col:nth-child(4n + 0) {
  flex-basis: 50%;
  max-width: 50%;
}
.portfolio-archive .large-columns-4 .col:nth-child(3n + 5) {
  flex-basis: 50%;
  max-width: 50%;
}
.tabbed-content .nav li {
  margin: 0 30px;
}
.tabbed-content .nav li a {
  font-size: 22px;
  font-weight: normal;
  letter-spacing: 0;
}

.portfolio-archive .page-title-inner {
  min-height: 300px;
}
.portfolio-archive .entry-title {
  font-size: 30px;
  letter-spacing: 0;
}
.nav > li > a > i.icon-menu,
.nav > li > a > i.icon-search {
  color: black;
}
.off-canvas .nav-vertical > li > a {
  padding-bottom: 15px;
  padding-top: 15px;
  color: black;
  font-size: 17px;
}
@media only screen and (max-width: 550px) {
  .section2 .box h2 {
    font-size: 20px;
  }
  .section2 .box .box-text p {
    font-size: 16px;
  }
	.sc-home-slide .sc-home-slide-item{
		position:unset;
	}
  .section3 h2 {
    font-size: 25px;
  }
  .section4 .large-4,
  .section2 .col,
  .section6 .col,
  .section7 .col,
  .section8 .col {
    padding-bottom: 10px;
  }
  .portfolio-box.box-overlay .box-text,
  .portfolio-related .box-shade.dark .box-text {
    padding: 10px;
  }
  .portfolio-box .portfolio-box-title {
    font-size: 16px;
  }
  .section7 .large-3 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .list-post .post-item .post-title {
    font-size: 18px;
  }
  .list-post .post-item .from_the_blog_excerpt {
    line-height: 23px;
    font-size: 14px;
    height: 43px;
    overflow: hidden;
  }
  .section-title-center span {
    font-size: 20px;
  }
  .footer-section ul li {
    list-style: none;
    margin-bottom: 10px;
    border-bottom: 1px solid gray;
    padding-bottom: 7px;
  }
  .absolute-footer {
    font-size: 14px;
  }
  .showroom-section .col-inner,
  .section01 .col-inner {
    padding: 15px !important;
  }
  .section01 .cot3 .col-inner {
    background: rgb(232, 104, 48);
    padding: 15px;
    color: white;
    max-width: 100%;
    margin-top: 0;
    margin-left: 0;
  }
  .khong-gian-song .col {
    padding-bottom: 20px;
  }
  .form-lien-he {
    background: #ffffffeb;
    padding: 15px;
  }
  .lien-he-section h2 {
    font-size: 25px;
  }
  .cau-hoi-section h3 {
    font-size: 18px;
  }
  .tabbed-content .nav {
    line-height: 35px;
    flex-grow: 1;
    -webkit-box-flex: 1;
    white-space: nowrap;
    overflow: auto;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
    margin-bottom: 0;
    display: flex;
    max-width: 100%;
    float: right;
    margin-top: 0;
  }
  .portfolio-element-wrapper .col {
    flex-basis: 100% !important;
    max-width: 100% !important;
  }
  .section03 .col-inner,
  .section02 .col-inner {
    padding: 15px !important;
  }
  .thi-cong-section h3 {
    font-size: 30px;
    line-height: 35px;
  }
  .nut-xem-them2 {
    margin-right: 0 !important;
  }
  .tabbed-content .nav li a {
    font-size: 17px;
  }
  .duong-dan {
    padding: 20px 0;
  }
  .portfolio-inner .entry-title {
    margin-bottom: 25px;
    font-size: 21px;
  }
  .portfolio-inner .slider-wrapper {
    max-width: 100%;
  }
  .slider-custom {
    padding: 7px 10px !important;
    bottom: 0 !important;
  }
  .breadcrumbs {
    font-size: 15px;
  }
  .blog-archive .large-8 .post-item:first-child .box-text {
    padding-right: 0;
    margin-top: 0;
    background-image: none;
  }
  .blog-archive .large-8 .post-item:first-child .post-title,
  .blog-archive .large-8 .post-item:first-child .from_the_blog_excerpt {
    color: black;
  }
  .blog-archive .large-8 .post-item .post-title {
    font-size: 20px;
  }
  .blog-archive .large-8 .post-item .from_the_blog_excerpt {
    height: 59px;
    overflow: hidden;
    line-height: 20px;
  }
  .blog-archive .large-8 .post-item .col-inner {
    padding: 8px 0;
  }
  .blog-archive .large-4 {
    padding-left: 15px;
  }
  .danh-muc-sidebar .large-4 {
    flex-basis: 33.33%;
    max-width: 33.33%;
  }
  .danh-muc-sidebar .icon-box .icon-box-text {
    background: #efefef;
    padding: 5px;
  }
  .danh-muc-sidebar .icon-box h3 {
    font-size: 12px;
  }
  span.widget-title {
    font-size: 20px;
  }
  .recent-blog-posts-li .badge {
    height: 4.8em;
    width: 6.8em;
  }
  .recent-blog-posts a {
    font-size: 17px;
  }
  .blog-single .large-8 {
    padding-right: 15px;
  }
  .portfolio-inner p {
    text-align: justify;
  }
  .blog-single .entry-title {
    font-size: 27px;
    line-height: 31px;
  }
  .entry-content h2 {
    font-size: 22px;
  }
  .entry-content h3 {
    font-size: 21px;
  }
  .entry-content h4 {
    font-size: 20px;
  }
  .bai-viet-lien-quan ul li {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .bai-viet-lien-quan h4 {
    font-size: 18px;
    line-height: 24px;
    padding-top: 7px;
    height: 53px;
  }
  .bai-viet-lien-quan .tom-tat {
    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 h6 {
  font-size: 15px;
}

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

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

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

.entry-content h2 {
  font-size: 20px;
  line-height: 1.5;
}

.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: 20px;
  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 {
  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,
.term-description table > tbody > tr > td,
.term-description table > tbody > tr > th,
.term-description table > tfoot > tr > td,
.term-description table > tfoot > tr > th,
.term-description table > thead > tr > td,
.term-description table > thead > tr > th {
  border: 1px solid #ddd;
  padding: 7px 10px !important;
  font-size: 16.5px !important;
  width: auto !important;
}

.entry-content iframe {
  margin: auto;
}

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