/*

Theme Name: Flatsome Child

Description: This is a child theme for Flatsome Theme

Author: UX Themes

Template: flatsome

Version: 3.0

*/

/* Header */

#header .nav-left {
  justify-content: center;
}

.archive-page-header {
  display: none;
}

.services-row .flickity-slider > .row {
  opacity: 1;

  padding: 15px;
}

ul,
ol {
  padding-left: 30px;
}

.tel-header-menu {
  display: flex;

  justify-content: space-around;

  align-items: center;
}

.clc {
  color: #3b445c;
}

.tel-header {
  display: flex;

  float: right;
}

.icon-phone-header {
  padding: 15px 0px;
}

.icon-phone-header div {
  background-color: #3b445c;

  border-radius: 50%;

  padding: 10px;
}

.icon-phone-header img {
  width: 30px;

  height: 30px;
}

.list-tel-header {
  padding: 15px;

  font-size: 16px;

  font-weight: 700;

  display: grid;
}
.post_comments{
	display:none;
}
.follow-icons a {
  display: inline-flex !important;

  justify-content: center;

  align-items: center;
}

.follow-icons .button i {
  top: 0;
}

.header-search-form.search-form .search-field {
  float: left;

  width: 100%;

  margin: 0;

  margin-bottom: 0px;

  padding: 0 25px 0 15px;

  box-shadow: none;

  font-size: 13px;

  font-weight: 400;

  color: #333;

  background: #fff;

  -webkit-border-radius: 3px;

  border: 1px solid #ccc;

  height: 40px;

  line-height: 40px;
}

.html.custom.html_topbar_right {
  display: none;
}

.header-search-form.search-form .ux-search-submit {
  display: inline-block;

  box-shadow: none;

  text-shadow: none;

  position: absolute;

  right: 0px;

  top: 0px;

  line-height: 33px;

  padding: 0 15px;

  text-indent: -9999999px;

  background: url(/wp-content/uploads/2022/09/search-icon-3.png) no-repeat;

  background-color: rgba(0, 0, 0, 0);

  background-size: auto;

  background-size: cover;

  width: 42px;

  height: 40px;

  background-color: var(--fs-color-secondary);

  border: none !important;

  border-radius: 3px;

  border-top-left-radius: 3px;

  border-bottom-left-radius: 3px;
}

.nav.header-nav.header-bottom-nav {
  height: 50px;
}

.nav.header-nav.header-bottom-nav li {
  margin: 0;

  line-height: 48px;
}

.nav.header-nav.header-bottom-nav > li > a {
  line-height: 50px;

  padding: 0 20px !important;
}

.breadcrumb {
  margin: 0;

  background: none;

  padding: 0;

  background: #fff;

  border-top: 1px solid #ccc;
}

.breadcrumb span a {
  color: #333;
}

.rank-math-breadcrumb p {
  margin: 0;
}

.rank-math-breadcrumb {
  font-size: 14px;

  padding-right: 5px;

  color: #333;

  line-height: 45px;
}

.home .breadcrumb {
  display: none;
}

/* Siderbar */

.sidebar-section h2,
.widget-title {
  padding: 5px 20px;

  background: var(--primary-color);

  color: #fff;

  font-size: 16px !important;

  text-transform: uppercase;

  text-align: center;

  margin-bottom: 5px;

  display: block;

  line-height: 24px !important;
}

.sidebar-section {
  border: 1px solid #dedede;
}

.sidebar-section .textwidget > p {
  padding: 10px;

  margin: 0;
}

.sidebar-section ul {
  width: 100%;

  padding: 5px;

  padding-bottom: 0;

  margin-bottom: 0;
}

.sidebar-section ul li:first-child {
  border-bottom: 1px solid #ececec;
}

.sidebar-section ul li {
  margin-bottom: 5px;

  position: relative;

  padding: 5px 0;

  display: flex;

  flex-wrap: wrap;

  align-items: center;
}

.sidebar-section ul li a {
  padding: 5px 5px 5px 10px !important;

  text-transform: none;

  display: inline-block;

  font-size: 15px;

  font-weight: 600;
}

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

/* Home */

.box_service .box-text .box-text-inner {
  height: 45px;

  overflow: hidden;
}

.div_title h3 {
  font-size: 24px;

  text-transform: uppercase;

  font-weight: 700;

  text-align: center;
	color: var(--primary-color);
}

.div_title h3 span::after {
  content: "";

  display: table;

  background: url(/wp-content/uploads/2023/08/ICON-NGANG.png);

  background-position-x: 0%;

  background-position-y: 0%;

  background-repeat: repeat;

  background-position-x: 0%;

  background-position-y: 0%;

  background-repeat: repeat;

  width: 100%;

  height: 28px;

  background-repeat: no-repeat;

  background-position-x: center;

  background-position-y: bottom;

  padding-top: 25px;
}

.content_reason h4 {
  text-align: center;

  font-size: 16px;

  font-weight: bold;
}

.content_reason p {
  text-align: justify;

  display: block;

  overflow: hidden;

  -webkit-line-clamp: 4;

  text-overflow: ellipsis;

  -webkit-box-orient: vertical;
}

.sec_weare h3 {
  text-align: center;

  display: block;

  color: #fff;

  font-size: 14px;

  line-height: 1.6;

  margin: 0px 0px 20px 0px;

  padding: 5px;

  background: linear-gradient(
    90deg,
    rgba(59, 62, 92, 1) 0%,
    var(--primary-color) 50%,
    rgba(59, 62, 92, 1) 100%
  );
}

.ux-menu-link__link.flex {
  color: var(--primary-color);
  border-bottom: none;

  border-bottom-style: none !important;

  font-size: 14px;

  font-weight: bold;

  line-height: 35px;
}

.ux-menu-link__link.flex:hover {
  border-bottom-style: none !important;
}

.taxonomy-description {
  text-align: left;
}

/* footer */

.ss_footer h3 {
  font-size: 18px;

  font-weight: 600;

  line-height: 25px;

  margin: 0 0 6px;

  text-transform: uppercase;
}

.footer_about p {
  line-height: 25px;

  margin: 0 0 10px;

  font-size: 14px;

  color: #fff;

  font-weight: 400;

  text-align: justify;
}

.footer_about ul {
  margin: 0 0 15px;

  padding: 0;

  list-style: none;

  float: left;

  width: 100%;
}

.footer_about ul li {
  float: left;

  width: 100%;

  margin: 0 0 13px;

  line-height: 20px;
}

.footer_about ul li a {
  color: #fff;

  font-size: 14px;
}

.copyright-footer {
  color: #fff;
}

.col_hethong ul {
  margin: 0 0 15px;

  padding: 0;

  list-style: none;
}

.col_hethong ul li {
  margin: 0 0 13px;

  line-height: 20px;

  color: #fff;

  font-size: 14px;
}

.form-lh {
  box-shadow: none !important;

  border: 1px solid var(--primary-color) !important;

  border-radius: 5px !important;
}

.wpcf7-spinner {
  display: none;
}

.blog-single .is-divider {
  display: none;
}

.post-title.is-large {
  height: 50px;

  overflow: hidden;
}

.col_hethong .ux-menu-link__text {
  color: #fff;
}

.ux-menu-link__text:hover {
  color: var(--fs-color-secondary);
}

/*************** ------------------------PC  --------------------------  ***************/

@media (min-width: 1024px) {
}

/*************** ------------------------PC và Tablet  --------------------------  ***************/

@media (min-width: 740px) {
}

/*************** ------------------------Tablet  --------------------------  ***************/

@media (min-width: 740px) and (max-width: 1023px) {
}

/*************** ------------------------Mobile và Tablet --------------------------  ***************/

@media (max-width: 1023px) {
}

/*************** ------------------------ Mobile   --------------------------  ***************/

@media (max-width: 549px) {
  .youtube-container {
    position: fixed;

    width: 40px;

    height: 40px;

    bottom: 240px;

    left: 25px;

    z-index: 9999999;
  }
}
.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: 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;
}
