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

@font-face {
  font-family: "SVN-Gilroy";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url(./assets/fonts/SVN-Gilroy-Regular.6b1bcdc.otf);
}

@font-face {
  font-family: "SVN-Gilroy";
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  src: url(./assets/fonts/SVN-Gilroy-Medium.bc38048.otf);
}

@font-face {
  font-family: "SVN-Gilroy";
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  src: url(./assets/fonts/SVN-Gilroy-SemiBold.ee43a48.otf);
}

@font-face {
  font-family: "SVN-Gilroy";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url(./assets/fonts/SVN-Gilroy-Bold.e46346e.otf);
}
h1,
h2,
h3,
h4,
h5,
h6 {
  text-wrap: wrap;
}
body {
  font-family: "SVN-Gilroy", sans-serif;
  font-weight: 400;
}
.nav-dropdown>li.nav-dropdown-col{display:block}
.nav-dropdown{border:1px solid #ddd; padding:0}
.nav-dropdown .nav-dropdown-col>a, .nav-dropdown li a{font-weight:normal !important; text-transform:none !important;font-size:15px; font-weight:500}
.nav-dropdown-default>li>a{border-bottom:0 !important}.nav-dropdown-has-arrow li.has-dropdown:before{border-width: 10px;
    margin-left: -10px;}
.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: white;min-width: 240px;}
.nav-dropdown>li.nav-dropdown-col{width:100%;border-right:0}
.nav-dropdown .nav-dropdown-col>ul li a{padding:10px;  text-transform: none;color:black}
.header-nav li.nav-dropdown-col:hover >ul{display:block !important}
.sidebar-menu ul.sub-menu.children>li>a{
	color:#000;
	font-size:15px;
	font-weight: 600;
	text-transform:none;
}

.oveflow-auto{
	overflow:auto !important;
}
.banner-page br {
  display: none;
}
.nut-xem-them {
  border: 1px solid #fff;
  margin-bottom: 0;
  padding: 14px 20px;
  min-height: auto;
  line-height: 1;
  font-size: 16px;
}
.nut-xem-them span {
  line-height: 1;
}

.gt1 p {
  margin-bottom: 0;
}
.pb-auto {
  padding-bottom: unset !important;
}
.img-h100,
.img-h100 .box-image,
.img-h100 .box-image img,
.img-h100 .box-image > * {
  height: 100%;
}
.mt-110 {
  margin-top: -110px;
}

.h-100 * {
  height: 100% !important;
}
/*************** ADD CUSTOM CSS HERE.   ***************/
.header-contact {
  flex-direction: row-reverse;
  gap: 10px;
}
.header-contact li {
  margin: 0;
}
.header-top .nav-divided > li + li > a:after {
  display: none;
}
.header-top .nav > li > a {
  font-size: 12px;
  text-transform: unset;
}
.header-contact li i {
  border: 1px solid;
  border-radius: 99px;
  padding: 5px;
  line-height: 1;
  font-size: 10px !important;
}
.header-main .nav > li {
  margin: 0;
  margin-right: 22px;
  padding: 0 20px;
  line-height: 72px;
}
.header-main .nav > li > a {
  font-size: 16px;
  position: relative;
  padding: 0;
  font-weight: 600;
}
.nav-dropdown {
  padding: 0;
}
.nav-dropdown li a {
  margin: 0 !important;
  border-radius: 0 !important;
  color: #0a0a0a !important;
}
.banner-page .rank-math-breadcrumb {
	color:#fff;
}
.rank-math-breadcrumb a{
	color:var(--primary-color) !important;
}

.titleStyle {
  font-size: 48px;
  font-weight: 800;
  line-height: 57.6px;
}
.titleStyle p {
  margin: 0;
  font-size: 48px;
}
.titleStyle h3 {
  font-size: 48px;
  line-height: 64px;
  background-color: var(--primary-color);
  color: #fff;
  padding: 5px 4px;
  width: max-content;
  font-weight: 800;
  margin: 0;
}
.banner-home .button {
  margin: 50px 0 0;
  font-size: 16px;
}
.title-bg > * {
  font-size: 40px;
  font-weight: 800;
  line-height: 1.2;
}
.title-bg span {
  position: relative;
  display: inline-block;
  z-index: 1;
  padding-right: 5px;
}
.title-bg span::before {
  content: "";
  width: 100%;
  height: 25px;
  display: block;
  background-color: var(--primary-color);
  position: absolute;
  bottom: -5px;
  z-index: -1;
}
.title-bg.full span {
  color: #0a0a0a;
}
.title-bg.full span::before {
  bottom: -2px;
  height: 45px;
}
.title-bg p {
  margin-top: 0;
  margin-bottom: 10px;
}
.ss-1 h3 {
  font-size: 40px;
  font-weight: 800;
  color: var(--fs-color-secondary);
  margin-bottom: 0;
}
.ss-2 .row-small {
  margin-left: -5px !important;
  margin-right: -5px !important;
}
.ss-2 .row-small .col {
  padding: 0 5px;
}
.ss-2 .title-bg span::before {
  z-index: -1;
  bottom: -10px;
}

.ss-2 .box {
  overflow: hidden;
}
.ss-2 .img {
  position: absolute;
  top: 0;
  left: 0;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  opacity: 0;
}

.ss-2 .row-small .col-inner:hover .img {
  opacity: 1;
}
.ss-2 .box-text {
  padding: 0 24px 17px;
  position: absolute;
  transform: translateY(-15%);
  z-index: 1;
  transition-duration: 700ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.ss-2 .row-small .col-inner:hover .box .box-text {
  transform: translateY(-100%);
}
.ss-2 .box-text h4 {
  font-size: 20px;
  color: #fff;
  margin-bottom: 23px;
}
.ss-2 .box-text p {
  font-size: 16px;
	color:#fff;
}
.ss-2 .box-text .button {
  margin: 50px 0 0;
}
.ss-3 .section-bg img {
  height: auto;
}
.ss-3 .accordion-item {
  border-bottom: 1px solid #fff;
  padding: 30px 0;
}
.ss-3 .accordion-title {
  border-top: none !important;
  position: relative;
  padding: 0 30px 0 0;
  font-size: 20px;
  font-weight: 600;
}
.ss-3 .accordion-title.active {
  color: var(--primary-color) !important;
  background-color: transparent;
}
.ss-3 .accordion-title .toggle {
  display: none;
}
.ss-3 .accordion-title::after {
  content: "";
  position: absolute;
  background-color: #fff;
  width: 20px;
  height: 3px;
  right: 5px;
  top: 46%;
  transform: rotate(90deg); /* Trạng thái mặc định */
  font-size: 18px;
  transition: all 0.3s ease;
}
.ss-3 .accordion-title.active::after {
  display: none;
}
.ss-3 .accordion-title.active::before {
  background-color: var(--primary-color);
}
.ss-3 .accordion-title::before {
  content: "";
  position: absolute;
  background-color: #fff;
  width: 20px;
  height: 3px;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px;
  transition: all 0.3s ease;
}
.ss-3 .accordion-inner {
  padding: 15px 30px 0;
}
.ss-3 .accordion-inner p {
  margin-bottom: 0;
}
.img-after-bg {
  width: 588px !important;
  position: relative;
}
.img-after-bg .img-inner {
  overflow: unset;
}
.img-after-bg::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: var(--fs-color-alert);
  width: 100%;
  height: 91%;
}
.img-after-bg img {
  margin-left: 48px;
  margin-top: 32px;
}
.titleStyle.black h3 {
  color: #0a0a0a;
}
.ss-4 .title-bg span::after {
  height: 45px;
  bottom: 0px;
}
.video-after-bg iframe {
  padding: 0 18px 18px 0;
}
.video-after-bg::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: var(--primary-color);
  width: 348px;
  height: 348px;
}
.news-style-1 {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 31px;
}
.news-style-1 .news-item:nth-child(2n) {
  margin-top: 62px;
}
.news-style-1 .layout {
  position: absolute;
  bottom: -100%;
  left: 0px;
  opacity: 0;
  visibility: hidden;
  height: 100%;
  width: 100%;
  align-items: flex-end;
  transition: all 200ms ease;
  display: flex;
}
.news-style-1 .news-item {
  transition: all 200ms ease;
}
.bg-yellow-gradient {
  background: linear-gradient(
    180deg,
    rgba(255, 199, 0, 0) 37.34%,
    var(--primary-color)
  );
}
.news-style-1 .news-item:hover .layout {
  opacity: 1;
  visibility: visible;

  bottom: 0;
}
.news-thumb {
  position: relative;
  overflow: hidden;
}
.news-style-1 .news-thumb img {
  aspect-ratio: 1 / 1;
  object-fit: cover;
}
.xem-them-blog {
  margin: 26px 16px;
  font-size: 14px;
  padding: 8px 16px;
  background-color: transparent;
  border: 1px solid #fff;
  box-shadow: none !important;
  min-height: auto;
  line-height: 1;
}
.meta-blog {
  display: flex;
  margin: 14px 0;
  align-items: center;
  font-size: 12px;
  color: var(--primary-color);
  line-height: 1;
}
.caption {
  text-transform: uppercase;
  margin-right: 10px;
}
.news-style-1 .news-title {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-weight: 600;
  font-size: 20px;
	color: #0a0a0a;
}
.news-style-1 .news-title:hover {
  color: var(--primary-color);
}
.gt1 h4 {
  font-size: 24px;
  margin: 22px 0 24px;
  color: var(--primary-color);
}
.ss-thong-diep {
  padding-bottom: 260px !important;
}
.thong-diep {
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  padding: 0 15px;
}
.thong-diep .title-bg span::before {
  background-color: #fff;
}
.ss-tam-nhin {
  align-items: end;
}
.gt2 .nut-xem-them {
  box-shadow: none;
  color: var(--fs-color-secondary) !important;
}
.gt2 .nut-xem-them:hover {
  background-color: var(--fs-color-secondary) !important;
  color: #fff !important;
  border-color: var(--fs-color-secondary) !important;
}
.gt2 h4 {
  font-size: 24px;
}
.card-mission .col-inner {
  box-shadow: 0 4px 20px 2px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition-duration: 500ms;

}
.card-mission .col-inner:hover {
  background-color: var(--primary-color);
}
.card-mission .col-inner:hover .content h4,
.card-mission .col-inner:hover .number p,
.card-mission .col-inner:hover > * {
  color: #fff !important;
}
.card-mission .number {
  margin-left: -23px;
}
.card-mission .number p {
  font-size: 96px;
  font-weight: 800;
  line-height: 158px;
  color: var(--primary-color);
}

.card-mission .number > * {
  margin-bottom: 0;
}
.card-mission .content {
  margin-top: 2px;
  padding-right: 18px;
  padding-left: 24px;
}
.card-mission .content h4 {
  font-size: 24px;
}
.card-mission .col-inner:hover img {
  transform: scale(1.1);
}
.gia-tri {
  margin-top: -115px;
}
.card-values {
  margin-bottom: 30px !important;
}
.card-values .col-inner {
  background-color: #fff;
  box-shadow: 0 4px 30px rgba(140, 139, 139, 0.4);
  padding: 44px 24px;
  border-radius: 10px;
  border: 1px solid var(--primary-color);
  height: 100%;
}
.card-values h4 {
  font-size: 20px;
  color: var(--fs-color-secondary);
}
.card-values p {
  font-size: 14px;
  margin-bottom: 0;
}
.gt4 .tabbed-content .nav-vertical {
  border: 1px solid #e7e7e7;
}
.gt4 .nav-vertical.nav-tabs > li {
  border: none;
}
.gt4 .nav-vertical.nav-tabs > li > a {
  padding: 24px 4px 24px 46px;
  border-left-width: 5px;
  font-size: 20px;
}
.gt4 .nav-vertical.nav-tabs > li > a:hover {
  background-color: var(--primary-color);
  color: var(--fs-color-secondary);
}
.gt4 .nav-vertical.nav-tabs > li.active > a {
  color: var(--fs-color-secondary);
}
.gt4 .tab-panels {
  padding: 0;
  border: none;
  margin-left: 45px;
  background-color: var(--primary-color);
}
.gt4 .tab-panels h2 {
  color: var(--fs-color-secondary);
  font-size: 40px;
}
.gt4 .tab-panels h4 {
  color: var(--fs-color-secondary);
  font-size: 20px;
  margin-bottom: 0;
}
.dropdown-tabs .tab-selector {
  display: flex;
  flex-direction: column;
  border: 1px solid #e7e7e7;
  position: relative;
}
.dropdown-tabs .tab-selected {
  padding: 8px 48px 8px 20px;
  border-left: 5px solid var(--primary-color);
  position: relative;
  height: 45px;
}
.dropdown-tabs .tab-options {
  position: absolute;
  top: 45px;
  right: -1px;
  left: -1px;
  border: 1px solid #e7e7e7;
}
.dropdown-tabs .tab-option {
  padding: 8px 48px 8px 20px;
  position: relative;
  background-color: #f5f5f5;
  color: #8f8f8f;
  border-bottom: 1px solid var(--primary-color);
  font-size: 18px;
  line-height: 150%;
  font-weight: 700;
  padding-left: 25px;
}
.dropdown-tabs .tab-selected:hover,
.dropdown-tabs .tab-selected.active,
.dropdown-tabs .tab-option:hover {
  background-color: var(--primary-color);
  color: var(--fs-color-secondary);
}
.dropdown-tabs .tab-title {
  font-size: 18px;
  line-height: 150%;
  font-weight: 700;
}
.dropdown-tabs .tab-icon {
  position: absolute;
  right: 0;
  top: 0px;
  width: 42px;
  height: 42px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.dropdown-tabs .tab-icon svg {
  opacity: 0.6;
  transform: scale(1.5);
  transition-property: all;
  transition-timing-function: linear;
  transition-duration: 150ms;
}
.dropdown-tabs .tab-selected.active svg {
  transform: rotate(180deg) scale(1.5);
}
.tab-content .content {
  background-color: var(--primary-color);
  padding: 32px 20px;
  margin-top: 30px;
}
.tab-content .content h2,
.tab-content .content h3,
.tab-content .content h4,
.tab-content .content h5,
.tab-content .content h6 {
  color: var(--fs-color-secondary);
  font-size: 18px;
  line-height: 150%;
  margin-bottom: 0;
}
.tab-content .content h2 {
  font-size: 28px;
  line-height: 120%;
  margin-bottom: 15px;
}
.tab-content .content p {
  margin-bottom: 15px;
}


.bg-timeline {
  background-size: cover;
  background-position: 50%;
  padding: 65px 0;
  background-repeat: no-repeat;
}
.timeline {
  list-style: none;
  padding: 14px 0;
  position: relative;
  font-weight: 300;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
.timeline::before {
  content: " ";
  left: 50%;
  display: block;
  position: absolute;
  top: 0px;
  bottom: 0px;
  margin-left: -1.5px;
  width: 2px;
  --tw-bg-opacity: 1;
  background-color: rgba(157, 157, 157, var(--tw-bg-opacity));
}
.timeline > li {
  position: relative;
  margin-bottom: 40px;
  margin-left: 0 !important;
  width: 50%;
}
.timeline > li.timeline-inverted {
  margin-top: 200px;
}
.timeline > li > .timeline-badge {
  z-index: 100;
  right: -6px;
  left: auto;
  position: absolute;
  top: 32px;
  height: 15px;
  width: 15px;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 199, 0, var(--tw-bg-opacity));
  text-align: center;
  line-height: 50px;
  display: flex;
  align-items: center;
}
.timeline > li.timeline-inverted > .timeline-badge {
  left: -7px;
  right: auto;
}
.timeline > li > .timeline-badge .nam {
  font-size: 14px;
  margin-left: 24px;
  font-weight: 600;
  color: var(--primary-color);
}
.timeline > li.timeline-inverted > .timeline-badge .nam {
  margin-left: -46px;
}
.timeline-panel {
  position: relative;
  max-width: 500px;
  top: 34px;
  margin-left: 80px;
  width: 100%;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 20px;
  padding-bottom: 28px;
  background-color: #fff;
  border-radius: 5px;
  border-top-right-radius: 0px;
}
.timeline-panel ul {
  margin: 0;
}
.timeline > .timeline-inverted > .timeline-panel {
  border-top-left-radius: 0px;
  border-top-right-radius: 5px;
}
.timeline > li > .timeline-panel:after {
  position: absolute;
  right: -13px;
  top: 0;
  display: inline-block;
  border-left: 14px solid #fff;
  border-right: 0 solid #fff;
  border-bottom: 14px solid transparent;
  content: " ";
}
.timeline > li.timeline-inverted > .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}
.timeline-panel h3 {
  font-size: 32px;
  margin-bottom: 0;
  color: var(--fs-color-secondary);
}
.timeline-panel p {
  margin-bottom: 0;
}
.chung-chi h3 {
  font-size: 18px;
}
/* .banner-page .separator,
.banner-page .last {
  color: #fff;
} */
.banner-page h1 {
  font-weight: 800;
  font-size: 52px;
}
.banner-page .title-bg.full span::before {
  bottom: -15px;
  height: 70px;
  left: -10px;
  width: 103%;
}

.chon-chung-toi .accordion-item {
  margin-bottom: 50px;
}
.chon-chung-toi .accordion-item:last-child {
  margin-bottom: 0;
}
.chon-chung-toi .accordion-title {
  background-color: var(--fs-color-secondary);
  color: #fff;
  border-top: none !important;
  position: relative;
  padding: 30px 65px 30px 30px;
  font-size: 24px;
  font-weight: 600;
}
.chon-chung-toi .accordion-title.active,
.chon-chung-toi .accordion-title:hover {
  color: #fff !important;
  background-color: var(--primary-color);
}
.chon-chung-toi .accordion-title .toggle {
  display: none;
}
.chon-chung-toi .accordion-title::after {
  content: "";
  position: absolute;
  background-color: #fff;
  width: 20px;
  height: 3px;
  right: 40px;
  top: 49%;
  transform: rotate(90deg); /* Trạng thái mặc định */
  font-size: 18px;
  transition: all 0.3s ease;
}
.chon-chung-toi .accordion-title.active::after {
  display: none;
}
.chon-chung-toi .accordion-title::before {
  content: "";
  position: absolute;
  background-color: #fff;
  width: 20px;
  height: 3px;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px;
  transition: all 0.3s ease;
}
.chon-chung-toi .accordion-title.active::before,
.chon-chung-toi .accordion-title:hover::before,
.chon-chung-toi .accordion-title:hover::after {
  background-color: var(--fs-color-secondary);
}
.chon-chung-toi .accordion-inner {
  padding: 0;
}
.chon-chung-toi .accordion-inner p,
.chon-chung-toi .accordion-inner .is-divider {
  margin-bottom: 0 !important;
}
.chon-chung-toi h3 {
  font-weight: 800;
  font-size: 24px;
  margin: 0;
  color: var(--primary-color);
}
.chon-chung-toi h4 {
  font-weight: 800;
  font-size: 18px;
  margin: 0;
  color: var(--primary-color);
}
.menu.sticky-section {
  height: 100% !important;
  top: 72px;
  z-index: 9;
  overflow: unset;
}
.menu .ux-menu-link__link {
  padding: 20px 22px;
  position: relative;
 color: #fff !important;
  font-size: 20px;
  font-weight: 800;
}

.menu .active .ux-menu-link__link::before {
  position: absolute;
  bottom: -2px;
  left: 0px;
  height: 5px;
  width: 100%;
  border-radius: 9999px;
  background-color: var(--fs-color-secondary);
  content: "";
}
.sa1 h2 {
  font-size: 40px;
}
.haseca-section {
	background-color: var(--primary-color);
  height: 414px;
}
.haseca-svg-main {
  position: absolute;
  width: 642px;
  height: 199px;
  left: 112px;
  top: 89px;
}
.haseca-text {
  top: 48px;
  padding: 0 48px;
  line-height: 150%;
  position: absolute;
  font-size: 18px;
  color: #fff;
}
.haseca-icons-top {
  column-gap: 5px;
  bottom: 82%;
  left: -5%;
  display: inline-flex;
  top: -28%;
  position: absolute;
}
.haseca-icons-bottom {
  top: 64.8%;
  column-gap: 5px;
  right: -5%;
  display: inline-flex;
  bottom: 0px;
  position: absolute;
}
.haseca-title {
  position: absolute;
  left: 475px;
  bottom: 50px;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  min-width: 231px;
  display: flex;
  margin-top: 8px;
  line-height: 120%;
  font-size: 32px;
  font-weight: 800;
  color:#fff;
}
.haseca-bg.bg1 {
  position: absolute;
  width: 113px;
  height: 48px;
  display: block;
  bottom: 55px;
  background-color: #0a0a0a;
  z-index: 1;
}
.haseca-bg.bg2 {
  position: absolute;
  width: 353px;
  height: 79px;
  display: block;
  left: 0px;
  bottom: 0px;
  background-color: var(--fs-color-secondary);
}
.mau .icon-box-img img {
  padding: 16px;
  border-radius: 99px;
  border: 1px solid var(--primary-color);
}
.blog-archive,
.blog-single {
  padding: 0;
}
.ss-blog {
  padding: 30px 0;
  background-color: #e5e5e5;
}
.blog-single .ss-blog {
  padding: 20px 0;
}
.ss-blog #post-list {
  padding: 40px;
  background-color: #fff;
}
.ss-blog .image-cover {
  padding-top: 67%;
}
.ss-blog .post-item .box-blog-post {
  border: 1px solid #d9dadb;
  position: relative;
  transition-duration: 300ms;
}
.ss-blog .post-item .box-blog-post:hover {
  box-shadow: 0 4px 20px 2px rgba(0, 0, 0, 0.1);
}
.ss-blog .post-item .box-text {
  padding: 16px 24px;
}
.ss-blog .post-item .is-divider {
  display: none;
}
.ss-blog .post-title a {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-bottom: 12px;
  margin-top: 6px;
  font-weight: 500;
  font-size: 20px;
  line-height: 150%;
}
.ss-blog .post-item .from_the_blog_excerpt {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  text-align: justify;
  line-height: 150%;
  font-size: 14px;
}
.ss-blog .meta-blog {
  font-size: 14px;
  color: var(--primary-color);
  height: 14px;
}
.ss-blog .caption {
  color: var(--primary-color);
}
.ss-blog .widget-area {
  padding: 42px 28px 42px 44px;
  background-color: #fff;
}
.ss-blog .widget-area .is-divider {
  display: none;
}
.widget {
  margin-top: 60px;
  margin-bottom: 0;
}
.widget:first-child {
  margin-top: 0;
}
.widget-title {
  border-bottom: 1px solid #d6d6d6;
  display: block;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.widget-title span {
  position: relative;
  padding-bottom: 15px;
  font-size: 24px;
  text-transform: none;
  font-weight: 800;
}
.widget-title span::before {
  position: absolute;
  bottom: -2px;
  left: 0px;
  height: 5px;
  width: 100%;
  border-radius: 9999px;
  background-color: var(--fs-color-secondary);
  content: "";
}
.widget_categories .cat-item {
  padding: 20px 0;
  border-bottom: 1px solid #d6d6d6;
}
.widget_categories .cat-item a {
  padding: 0;
}
.widget_categories .cat-item.active a {
  color: var(--fs-experimental-link-color-hover);
}
.bai-viet-noi-bat .item {
  padding-bottom: 22px;
}
.bai-viet-noi-bat .item:first-child {
  padding-top: 24px;
}
.bai-viet-noi-bat .item:last-child {
  padding-bottom: 0;
}
.bai-viet-noi-bat .item .title a {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-weight: 500;
}
.bai-viet-noi-bat .meta-blog {
  margin-top: 6px;
  margin-bottom: 0;
  font-size: 12px;
  color: #0a0a0a;
}
.bai-viet-noi-bat .meta-blog .caption {
  color: #0a0a0a;
}
.blog-single article {
  background-color: #fff;
  padding: 40px;
}
.entry-header-text {
  text-align: center;
  padding-bottom: 0;
}
.entry-header-text h1 {
  font-size: 32px;
  font-weight: 500;
}
.entry-header-text .meta-blog {
  justify-content: center;
  color: #0a0a0a;
}
.h4.share-text {
  line-height: 120%;
  font-size: 24px;
  margin-bottom: 8px;
}
.blog-share a {
  margin: 0 8px !important;
}
.ss-lh .box-badge .box-text {
  width: 90%;
  bottom: 5%;
  right: 0;
  padding: 24px;
  padding-bottom: 10px;
  left: 0;
  margin: 0 auto;
}
.wpcf7-list-item label {
  font-weight: 400;
  font-size: 20px;
  margin-bottom: 0;
}
.form-lh .form-lh .span-full {
  margin-top: 24px;
}
.form-lh .span-full input {
  -webkit-appearance: none;
  border-top-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(143, 143, 143, var(--tw-border-opacity));
  background-color: transparent !important;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  outline: 2px solid transparent;
  outline-offset: 2px;
  outline: 0 !important;
  box-shadow: none !important;
  color: #0a0a0a;
  font-size: 16px;
  margin-bottom: 0;
  line-height: 150%;
  height: 49px;
}
.form-lh form .span-full.mt-0 {
  margin-top: 0;
}
.form-lh .span-full input:focus {
  border-color: var(--primary-color);
}
.form-lh form p {
  position: relative;
}
.form-lh .span-full label {
  cursor: text;
  text-overflow: ellipsis;
  transform-origin: left bottom;
  transform: translateY(2.125rem) scaleY(1.125);
  position: absolute;
  top: -36%;
  font-size: 16px;
  font-weight: 800;
  line-height: 150%;
  transition: all 0.2s;
  z-index: -1;
}
.form-lh .span-full label span {
  color: red;
}
.form-lh form h4 {
  padding-top: 35px;
  margin-top: 14px;
  line-height: 150%;
  font-size: 16px;
}
.form-lh form .wpcf7-list-item {
  display: block;
}
.form-lh form input[type="submit"] {
  border-radius: 99px;
  color: #fff;
  margin: 0;
  margin-top: 30px;
  padding: 14px 20px;
  min-height: auto;
  line-height: 1;
  font-size: 16px;
}
.ss-facts h2 {
  font-size: 24px;
}
.ss-facts p {
  margin-bottom: 0;
}
.ss-facts .so {
  position: relative;
}
.ss-facts .so span {
  font-weight: bold;
  font-size: 60px;
  color: var(--primary-color);
  position: absolute;
  right: -90px;
  font-weight: bold;
  bottom: 15px;
}
.ss-facts .right .so span {
  right: auto;
  left: -90px;
}
.gia_tri-section {
  display: flex;
  align-items: center;
  justify-content: center;
}
.gia_tri-section .icon-gia-tri {
  position: absolute;
}
.item-gia_tri {
  position: absolute;
  padding-left: 52px;
  padding-right: 52px;
  width: 100%;
}
.item-gia_tri .value-title {
  background-color: var(--primary-color);
	color:#fff;
  border-radius: 99px;
  width: 156px;
  height: 156px;
  display: flex;
  justify-content: center;
  align-items: center;

  position: absolute;
  font-size: 20px;
  font-weight: 800;
}
.item-top,
.item-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.body-text{
	        line-height: 150%;
}
.item-bottom {
  margin-top: 186px;
}
.item-top .left .value-title,
.item-bottom .left .value-title {
  right: -78px;
  top: 0px;
}
.item-top .right .value-title,
.item-bottom .right .value-title {
  left: -78px;
  top: 0px;
}
.item-top .left,
.item-bottom .left {
  box-shadow: 0 4px 30px rgba(140, 139, 139, 0.4);
  border-radius: 20px;
  padding: 30px 78px 30px 24px;
  background-color: #fff;
  width: 383px;
  height:156px;
  position: relative;
}
.item-top .right,
.item-bottom .right {
  box-shadow: 0 4px 30px rgba(140, 139, 139, 0.4);
  border-radius: 20px;
  padding: 30px 24px 30px 100px;
  background-color: #fff;
  width: 383px;
  height:156px;
  position: relative;
}

.vitri-table {
  width: 100%;
  border-collapse: collapse;
}
.vitri-table th {
  background-color: var(--primary-color);
  color: #fff;
  border: none;
  font-size: 20px;
  font-weight: 600;
  padding: 20px;
  text-align: left;
  text-transform: unset;
  border: 1px solid  var(--primary-color);
}
.vitri-table td {
  padding: 15px;
  border: 1px solid #ddd;
  color: #000;
  font-size: 16px;
  font-weight: 400;
}
.vitri-table tr:nth-child(even) {
  background-color: var(--fs-experimental-link-color-hover);
}
.vitri-table tr:nth-child(even) a:hover {
  color: var(--primary-color);
}
.vitri-table tr:nth-child(odd) {
  background-color: #f2f2f2;
}
.uu-diem .chon-chung-toi .accordion-title {
  padding: 20px 32px;
}
.uu-diem .chon-chung-toi .accordion-item {
  margin-bottom: 30px;
}
.nav-pagination > li > a,
.nav-pagination > li > span {
  border-radius: 0;
  border-color: #f5f5f5;
  background-color: #f5f5f5;
}
.banner-td p {
  font-size: 18px;
}
.footer1 .social-icons {
  color: unset;
}
.contact .col-inner {
  display: flex;
  align-items: center;
  gap: 10px;
}
.contact p {
  display: inline-flex;
}
.footer1 h3 {
  font-size: 32px;
  margin-bottom: 0;
  line-height: 150%;
}
.absolute-footer {
  color: #fff !important;
}
.absolute-footer a:hover {
  color: var(--fs-experimental-link-color-hover);
}
.footer-primary,
.footer-secondary,
.absolute-footer {
  padding: 10px 0;
}
.logo-doi-tac img{
	height: 250px;
	border:1px solid #ddd;
	padding:20px;
	width:100%;
	    object-fit: contain;

}
@media (min-width: 850px) and (max-width: 1025px){
	.ss-tam-nhin {
		        min-height: 984px !important;
	}
}
@media only screen and (max-width: 1025px) {
  .ss-thong-diep {
    padding-bottom: 220px !important;
  }
  .ss-2 .box-text {
    padding: 0 12px 17px;
  }
  .img-after-bg {
    width: 100% !important;
  }
  .img-after-bg img {
    margin-left: 24px;
    margin-top: 24px;
  }
  .news-style-1 .news-thumb img {
    height: 304px;
  }
  .footer1 h3 {
    font-size: 25px;
  }
  .gt1 .large-7 .col-inner {
    padding: 28px 24px !important;
  }
  .timeline-panel {
    max-width: 400px;
    margin-left: 30px;
  }
  .timeline-inverted .timeline-panel {
    margin-left: 60px;
  }
  .chon-chung-toi .accordion-title {
    font-size: 28px;
  }
  .sa2 .title-bg br {
    display: none;
  }
  .sa2 .section-bg img {
    display: none;
  }
  .sa2 p {
    color: #0a0a0a !important;
  }
  .uu-diem .chon-chung-toi .accordion-title {
    font-size: 24px;
  }
  .chon-chung-toi .accordion-title::before,
  .chon-chung-toi .accordion-title::after {
    right: 15px;
  }
  .haseca-svg-main {
    width: 518px;
    left: 38px;
    top: 52px;
  }
  .haseca-text {
    top: 32px;
  }
  .haseca-icons-top {
    top: -25%;
  }
  .haseca-icons-bottom {
    top: 46.8%;
  }
  .haseca-title {
    left: 272px;
    bottom: 138px;
  }
  .ss-lh .icon-box-img {
    display: none;
  }
  .ss-lh .icon-box-text {
    padding-left: 0 !important;
  }
  .form-lh br {
    display: none;
  }
  .banner-page p {
    font-size: 16px;
  }
  .banner-td h1 {
    font-size: 46px;
  }
  .banner-td p {
    font-size: 18px;
  }

  .item-gia_tri {
    padding: 0;
  }
}
@media only screen and (max-width: 850px) {
  .main-menu-overlay {
    margin-top: 40px;
    opacity: 1 !important;
  }
  .off-canvas-center .mfp-content {
    padding: 0;
  }
  .mfp-close {
    top: 70px;
    right: 15px;
  }
  .mfp-close svg {
    width: 35px;
    height: 35px;
  }
  .sidebar-menu ul {
    padding: 0 15px;
  }
  .sidebar-menu i {
    font-size: 15px;
    font-weight: bold;
  }
  .off-canvas-center .nav-sidebar.nav-vertical > li > a {
    padding: 15px 0;
    justify-content: start;
    font-size: 16px;
    text-transform: none;
    color: #0a0a0a;
    font-weight: normal;
  }
  .off-canvas-center .nav-sidebar.nav-vertical > li.active > a {
    padding-bottom: 0;
  }
  .nav-sidebar.nav-vertical > li.menu-item.active,
  .nav-sidebar.nav-vertical > li.menu-item:hover {
    background-color: transparent;
  }
  .off-canvas .nav-vertical li li > a {
    justify-content: start !important;
    padding: 10px 20px;
    color: #0a0a0a;
  }
  .nav:not(.nav-slide) .active > .children {
    padding: 0;
  }
  .banner-home .button {
    margin: 0;
  }
  p {
    font-size: 14px;
  }
  .ss-2 .row-small {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
  .ss-2 .row-small .col {
    padding: 0 15px 30px;
  }
  .ss-3 .accordion-title {
    font-size: 16px;
    color: #0a0a0a;
  }
  .ss-3 .accordion-item {
    padding: 22px 0;
  }
  .ss-3 .section-bg img {
    display: none;
  }
  .ss-3 .title-bg p,
  .ss-3 .accordion-inner p {
    color: #0a0a0a;
  }
  .ss-3 .accordion-title::before,
  .ss-3 .accordion-title::after {
    background-color: #0a0a0a;
  }
  .ss-3 .accordion-title.active {
    color: var(--fs-color-secondary) !important;
  }
  .ss-3 .accordion-title.active::before {
    background-color: var(--fs-color-secondary);
  }
  .ss-3 .accordion-item {
    border-color: #e5e7eb;
  }
  .news-style-1 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 26px;
    row-gap: 31px;
  }
  .news-style-1 .news-item:nth-child(2n) {
    margin-top: 0;
  }
  .footer1 .icon-box {
    display: block;
  }
  .footer1 .large-2 p {
    margin-bottom: 0;
  }
  .footer1 h4 {
    font-size: 16px;
  }
  .footer1 a {
    font-size: 14px;
  }
  .footer1 a:hover span {
    color: var(--fs-experimental-link-color-hover);
  }
  .copyright-footer {
    font-size: 12px;
  }
  .footer-primary.pull-left {
    float: left;
  }
  .footer-secondary.pull-right {
    float: right;
  }
  .gt2 h4,
  .card-mission .content h4 {
    font-size: 16px;
  }
  .row-small.gia-tri {
    max-width: 600px !important;
  }
  .gt4 .tabbed-content {
    flex-wrap: nowrap;
  }
  .gt4 .tabbed-content .nav-vertical {
    width: 25%;
  }
  .gt4 .nav-vertical.nav-tabs > li > a {
    padding-top: 23.5px;
    padding-bottom: 23.5px;
    padding-left: 20px;
    padding-right: 10px;
  }

  .gt1 .medium-5 {
    padding-right: 0;
  }
  .gt1 .medium-7 {
    padding-left: 0;
  }
  .timeline {
    display: block;
  }
  .timeline::before {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 5%;
    margin-left: -1.5px;
  }
  .timeline > li.timeline-inverted {
    margin-top: 0;
  }
  .timeline-inverted .timeline-panel {
    margin-left: 150px;
  }
  .timeline > li.timeline-inverted > .timeline-badge {
    left: 28px;
  }
  .timeline > li.timeline-inverted > .timeline-badge .nam {
    margin-left: 25px;
  }
  .banner-page h1 {
    font-size: 48px;
  }
  .uu-diem .chon-chung-toi .accordion-title {
    font-size: 16px;
  }
  .haseca-svg-main {
    position: unset;
    padding-top: 16px;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    width: 100%;
    height: auto;
    display: inline-flex;
    justify-content: center;
  }
  .haseca-svg-main svg {
    margin-top: 50px;
  }
  .haseca-text {
    font-size: 22px;
    padding-left: 4px;
    padding-right: 4px;
    transform: translateY(-50%);
    max-width: 600px;
    top: 44%;
    text-align: center;
  }
  .haseca-icons-top {
    top: -45px;
    left: 0;
  }
  .haseca-icons-bottom {
           top: 48.8%;
    right: 0;
  }
  .haseca-title {
    position: unset;
  }
  .haseca-bg.bg1 {
    height: 12px;
    width: 30px;
    bottom: 16px;
  }
  .haseca-bg.bg2 {
    width: 80px;
    height: 16px;
  }
  .haseca-section {
    height: 100%;
  }
  .ss-blog .post-item .box-text {
    position: unset;
	  padding:12px 14px;
  }
  .post-item .ngay-dang {
    position: absolute;
    top: 0;
    right: 0;
    background-color: var(--fs-color-secondary);
    padding: 4px 6px;
    color: #fff;
    line-height: 21px;
  }
  .ss-blog #post-list,
  .ss-blog .widget-area {
    padding: 20px;
  }
  .ss-blog #post-list .row {
    margin-left: -5px;
    margin-right: -5px;
  }
  .ss-blog #post-list .post-item {
    padding: 0 5px 30px;
  }
  .ss-lh .medium-5 p,
  .ss-lh .medium-7 p {
    font-size: 18px;
  }
  .ss-lh h4 {
    font-size: 14px;
  }
  .ss-lh .box-badge .box-text {
    width: 100%;
    position: unset;
  }
  .form-lh .banner img {
    display: none;
  }
  .form-lh form h4 {
    padding-top: 0;
  }
  .form-lh .span-full {
    margin-top: 10px;
  }
  .ss-icon h3 {
    font-size: 16px;
  }
  .item-top,
  .item-bottom {
    justify-content: center;
    margin-top: 0;
  }
 
  .item-gia_tri .left,
  .item-gia_tri .right {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 550px) {
  .mfp-content {
    vertical-align: top;
  }
  .thong-diep {
    position: unset;
  }
  .ss-thong-diep {
    padding-bottom: 30px !important;
  }
  .ss-tam-nhin h4 {
    font-size: 20px;
    line-height: 120%;
  }
  .banner-home .titleStyle,
  .banner-home .titleStyle p {
    font-size: 32px;
    line-height: 1.2;
    margin-bottom: 30px;
  }
  section:not(.ss-4, .gt1, .gt2, .gt4, .ss-lh, .ss-tam-nhin)
    .title-bg
    span::before,
  section:not(.ss-4, .gt1, .gt2, .gt4, .ss-lh, .ss-tam-nhin) .title-bg br {
    display: none;
  }
  .title-bg > * {
    font-size: 32px;
  }
  p {
    font-size: 16px;
  }
  .ss-1 h3 {
    font-size: 28px;
  }
  .ss-1 p {
    margin-bottom: 0;
  }
  .ss-1 .is-divider {
    margin: 12px 0 !important;
  }
  .ss-2 .img {
    display: none;
  }
  .ss-2 .box-text {
    transform: translateY(-100%);
  }

  .ss-2 .box-text .button {
    margin: 0;
  }
  .img-after-bg img {
    margin-left: 10px;
    margin-top: 10px;
  }
  .ss-3 .accordion-title {
    font-size: 20px;
  }
  .title-bg.full span::before {
    height: 35px;
  }
  .video-after-bg::before {
    display: none;
  }
  .video-after-bg iframe {
    padding: 0;
  }
  .ss-5 .text-right,
  .footer1 .text-right {
    text-align: left;
  }
  .card-mission .col-inner {
    background-color: var(--primary-color);
  }
  .card-mission .col-inner .content h4,
  .card-mission .col-inner .number p,
  .card-mission .col-inner > * {
    color: #fff !important;
  }
  .news-style-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    column-gap: 20px;
    row-gap: 32px;
  }
  .footer1 a {
    font-size: 16px;
  }
  .footer-primary.pull-left,
  .footer-secondary.pull-right {
    float: none;
  }
  .gt1 h4 {
    font-size: 20px;
    margin: 0;
  }
  .thong-diep .icon-box-img {
    display: none;
  }
  .gt2 h4,
  .card-mission .content h4 {
    font-size: 20px;
  }
  .gia-tri {
    margin-top: 0;
  }
  .card-values {
    padding: 0 30px !important;
  }
  .gt4 .tabbed-content .nav-vertical {
    width: 100%;
    margin-bottom: 30px;
  }
  .gt4 .tabbed-content {
    flex-wrap: wrap;
  }
  .gt4 .nav-vertical.nav-tabs > li > a {
    padding: 8px 20px;
  }
  .gt4 .tab-panels {
    margin-left: 0;
  }
  .logo-doi-tac .title-bg span {
    display: block;
  }

  .gt1 .medium-5 {
    padding-right: 15px;
  }
  .gt1 .medium-7 {
    padding-left: 15px;
  }
  .tt .title-bg {
    text-align: center;
    position: absolute;
    top: -60px;
    left: 0;
    right: 0;
  }
  .bg-timeline {
    padding: 30px 0;
  }
  .timeline {
    display: flex;
    justify-content: center;
    padding: 0 15px;
  }
  .timeline::before,
  .timeline > li.timeline-inverted > .timeline-panel:after {
    display: none;
  }
  .timeline > li > .timeline-badge {
    background-color: transparent;
  }
  .timeline-inverted .timeline-panel {
    margin: 0;
    max-width: 100%;
    padding: 0;
    top: 0;
  }
  .timeline > li {
    background-color: #fff;
    border-radius: 5px;
    width: 100%;
    padding: 16px;
  }
  .timeline > li > .timeline-badge {
    position: unset;
  }
  .timeline > li.timeline-inverted > .timeline-badge .nam {
    margin: 0;
    position: unset;
    font-size: 16px;
    line-height: 24px;
  }
  .timeline > li.timeline-inverted:last-child {
    margin-bottom: 0;
  }
  .banner-page h1 {
    font-size: 38px;
    line-height: 120%;
  }
  .banner-page .title-bg.full span::before {
    bottom: -5px;
    height: 50px;
  }
  .banner-page br {
    display: block;
  }
  .chon-chung-toi .accordion-title {
    font-size: 18px;
    padding: 10px;
    padding-right: 40px;
  }
  .chon-chung-toi .accordion-title::after,
  .chon-chung-toi .accordion-title::before {
    right: 10px;
  }
  .chon-chung-toi .accordion-title::after {
    top: 48%;
  }
  .chon-chung-toi h3 {
    font-size: 20px;
  }
  .chon-chung-toi .accordion-inner .is-divider {
    margin-bottom: 15px;
  }
  .menu .ux-menu-link__link {
    font-size: 18px;
  }
  .sa1 h2 {
    font-size: 28px;
  }
  .sa1 h2 span {
    display: inline;
  }
  .uu-diem .chon-chung-toi .accordion-title {
    padding: 20px 12px;
    padding-right: 40px;
    font-size: 20px;
  }
  .haseca-svg-main svg,
  .haseca-icons-top,
  .haseca-icons-bottom {
    display: none;
  }
  .haseca-text {
    position: unset;
    font-size: 14px;
    padding: 0 4px;
    transform: none;
  }
  .haseca-title {
    font-size: 18px;
  }
  .ban-khoan p {
    margin: 0;
  }
  .ss-blog #post-list,
  .ss-blog .widget-area {
    padding: 26px 10px;
  }
  .ss-blog #post-list .post-item:last-child {
    padding-bottom: 0;
  }
  .banner-lh h1 {
    font-size: 32px;
  }
  .banner-lh .title-bg.full span {
    color: #fff;
  }
  .banner-lh .title-bg.full span::before {
    display: none;
  }
  .banner-lh p {
    margin: 0;
  }
  .ss-lh p {
    margin-bottom: 0;
  }
  .ss-lh .box-badge .box-text {
    position: absolute;
    width: 95%;
    bottom: 2%;
  }
  .banner-td .title-bg.full span::before {
    display: none;
  }
  .banner-td .title-bg.full span {
    color: #fff;
    display: block;
  }
  .banner-td h1 {
    font-size: 32px;
  }
  .banner-td p {
    font-size: 16px;
  }
  .mt-110 {
    margin-top: -15px;
  }
  .ss-icon br {
    display: none;
  }
  .ss-icon .col-inner {
    border-radius: 5px;
  }
  .ss-facts h2 {
    font-size: 20px;
  }
  .gia_tri-section .icon,
  .gia_tri-section .icon-gia-tri {
    display: none;
  }
  .item-gia_tri {
    position: unset;
  }
  .item-gia_tri .left,
  .item-gia_tri .right {
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 20px 10px;
    text-align: center;
	  height:unset;
	  gap:5px;
  }
  .item-gia_tri .left {
    flex-direction: column-reverse;
  }
  .item-gia_tri .value-title {
    position: static;
    margin: 0 auto;
    width: 112px;
    height: 112px;
    font-size: 16px;
  }
  .bang-vi-tri {
    overflow: auto;
  }
  table.vitri-table {
    width: 1000px;
  }
}
@media only screen and (max-width: 48em) {
  /*************** ADD MOBILE ONLY CSS HERE  ***************/
}

.entry-content {
  padding: 20px;
  color: #212529;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

.entry-content h2,
.entry-content h3,
.entry-content h4 {
  font-weight: 700;
  color: #333;
  margin-bottom: 1rem;
  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: 1rem;
}

.entry-content p {
  color: #333;
  margin-bottom: 1rem;
  line-height: 1.6;
}

.entry-content ul {
  list-style: disc;
  padding-left: 5rem;
  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 {
  color: var(--primary-color);
  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 > 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;
}
