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

/*************** ADD CUSTOM CSS HERE.   ***************/
p {
  color: black;
}
h2 {
  line-height: 1.2;
}
.rank-math-breadcrumb {
  font-size: 15px;
  text-align: center;
}
h1.page-title.is-large.uppercase, h1.entry-title {
  font-size: 1.7em;
  margin-bottom: 2px;
  text-transform: uppercase;
}
.entry-header-text.text-center {
  padding-bottom: 0;
}
.entry-content {
  padding-top: 1em;
}
.page .title-news-detail {
  margin-bottom: 2px;
}
table.table_custom {
  height: 400px !important;
  overflow-y: scroll;
  display: block;
}
table, th, td {
  border: 1px solid #ececec;
}
th, td {
  padding: 5px !important;
}
/* pingback */
.comments-title, .comment-list {
  display: none !important;
}
/* end pingback */
#toc_container {
  width: 100% !important;
}
/* Header */
ul.header-nav.header-nav-main.nav {
  justify-content: center !important;
}
li.menu-item-has-children.has-dropdown .sub-menu.nav-dropdown li:hover {
  background: #fcc71f;
}
li.menu-item-has-children.has-dropdown .sub-menu.nav-dropdown li:hover a {
  color: #fff;
}
/* end header */
/*====== HOME =====*/
/* DANH SACH CONG TY */
.sclist_comp .col {
  padding-bottom: 0;
}
h2.title_listcomp {
  text-align: center;
  color: #000;
}
.table_container table {
  height: 500px;
  display: block;
  overflow-y: scroll;
}
.table_container th {
  background-color: var(--primary-color);
  color: #fff;
  font-weight: 700;
  padding: 10px 5px !important;
}
.table_container th, .table_container td {
  width: auto !important;
}
.table_container th:first-child, .table_container td:first-child {
  width: 20% !important;
  font-weight: 600;
}
.table_container th:nth-child(2), .table_container td:nth-child(2) {
  width: 40% !important;
}
.table_container table p {
  margin-top: 0;
}
.table_container table ul {
  margin-bottom: 10px;
}
.table_container table ul li:last-child {
  margin-bottom: 0;
}
/* END DANH SACH CONG TY */
/* BANG GIA DICH VU */
.table_container.table_price th:first-child, .table_container.table_price td:first-child {
  width: 33.33% !important;
}
.table_container.table_price th:nth-child(2), .table_container.table_price td:nth-child(2) {
  width: 40% !important;
}
.table_container.table_price th, .table_container.table_price td {
  width: 33.33% !important;
}
.table_container.table_price tbody {
  display: block;
  width: 100%;
}
.table_container.table_price tr {
  display: flex;
  width: 100%;
}
.table_container.table_price th.custom_th {
  width: 100% !important;
}
/* END BANG GIA DICH VU */
/* SLIDE BAO CHI */
.scbaochi {
  padding-top: 60px;
  padding-bottom: 90px;
}
.scbaochi .wrapper .slick-arrow, .sccustomer .wrapper .slick-arrow {
  background-color: var(--cl-main);
  border-radius: 50%;
  margin: 0;
  min-height: auto;
  padding: 2px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: -10px;
}
.scbaochi .wrapper .slick-next.slick-arrow, .sccustomer .wrapper .slick-next.slick-arrow {
  left: initial;
  right: -10px;
}
.scbaochi .wrapper .slick-arrow i, .sccustomer .wrapper .slick-arrow i {
  top: 0;
}
.scbaochi .slick-arrow:hover, .sccustomer .slick-arrow:hover {
  background-color: var(--cl-sub);
}
.scbaochi .wrapper .item, .sccustomer .wrapper .item {
  padding: 0 10px;
}
.scbaochi .wrapper .item a {
  position: relative;
  display: block;
}
.scbaochi .wrapper .item a img {
  height: 120px;
  border: 1px solid #ccc;
  padding: 0 15px;
  object-fit: contain;
  transform: scale(1.0);
  transition: .5s;
  margin: 0 auto;
}
.scbaochi .wrapper .item:hover a img {
  transform: scale(1.05);
  transition: .5s;
}
.scbaochi .flickity-prev-next-button {
  opacity: 1;
}
.scbaochi .flickity-prev-next-button.next {
  right: -3%;
}
.scbaochi .flickity-prev-next-button.previous {
  left: -3%;
}
.scbaochi .flickity-prev-next-button svg {
  padding: 26%;
}
/* END SLIDE BAO CHI */
/* SECTION CON SO NOI BAT */
.scnumber {
  padding-bottom: 10px !important;
}
.scnumber .box-image > div {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  width: 100px;
  height: 100px;
  border-radius: 100%;
  background: var(--primary-color);
  border: 3px solid #ffffff;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.3019607843);
}
.scnumber .box-image img {
  width: 50px;
  filter: brightness(1) invert(1);
}
.scnumber .box-text-inner .title {
  font-size: 26px;
  line-height: normal;
  font-weight: 700;
}
/* END SECTION CON SO NOI BAT */
/* SECTION TAB POSTS */
.sctab_posts .flickity-slider .col-posts {
  width: 33.33% !important;
}
.sctab_posts .wrapper {
  display: flex;
  list-style-type: none;
  padding: 0;
  width: 100%;
  margin: 0;
  margin-bottom: 15px;
  gap: 10px;
}
.sctab_posts .wrapper .item {
  text-align: center;
  background-color: #0090FF;
  padding: 12px 20px;
  color: #fff;
  margin: 0;
  flex: auto;
  transition: .3s;
}
.sctab_posts .wrapper .item.active, .sctab_posts .wrapper .item:hover {
  background-color: var(--primary-color);
  cursor: pointer;
  font-weight: 600;
  transition: .3s;
}
.sctab_posts .sctab_item {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
}
.sctab_posts .sctab_item.active {
  opacity: 1;
  visibility: visible;
  position: relative;
}
.sctab_posts .tab_content {
  margin: 0 -10px;
}
.sctab_posts .col-inner {
  padding: 0 10px;
}
.sctab_posts .col-inner .plain {
  display: block;
  box-shadow: 0 3px 6px -4px rgba(0,0,0,0.16),0 3px 6px rgba(0,0,0,0.23);
}
.sctab_posts .box-text {
  text-align: center;
  padding: 10px;
}
.sctab_posts .is-divider {
  margin-left: auto;
  margin-right: auto;
}
.sctab_posts .flickity-viewport {
  overflow: visible;
  margin-bottom: 10px;
}
.sctab_posts .from_the_blog_excerpt, .sctab_posts .post-title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.sctab_posts .flickity-prev-next-button {
  height: calc(100% - 10px);
  top: 0;
  bottom: 0;
  background-color: #fff;
  box-shadow: 0 -150px 15px 0 rgba(0, 0, 0, 0.3);
}
.sctab_posts .sctab_item:hover .flickity-prev-next-button {
  opacity: 0.7;
  transform: translateX(0%);
}
.sctab_posts .sctab_item:hover .flickity-prev-next-button.previous {
  left: -1px;
}
.sctab_posts .sctab_item:hover .flickity-prev-next-button.next {
  right: -1px;
}
.sctab_posts .flickity-prev-next-button.previous {
  left: 0;
}
.sctab_posts .flickity-prev-next-button.next {
  right: 0;
}
.sctab_posts .flickity-prev-next-button svg {
  padding: 25%;
}
/* END SECTION TAB POSTS */
/* DICH VU HOME */
.sec-dich-vu .box-image > a > div {
  position: relative;
}
.sec-dich-vu .box-image > a > div img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sec-dich-vu .box-image > a > div:before {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.sec-dich-vu .box .box-text h3 span {
  text-transform: capitalize;
}
.sec-dich-vu .box-text {
  padding-bottom: 0.7em !important;
}
.sec-dich-vu .box:hover .box-text h3 span {
  color: #0074c1 !important;
}
.sec-dich-vu .col {
  display: flex;
}
.sec-dich-vu .box {
  height: 100%;
}
/* END DICH VU HOME */
/* footer */
.title_footer {
  position: relative;
  padding-bottom: 5px;
  border-bottom: 1px solid #fff;
  margin-bottom: 5px;
}
.title_footer:before {
  content: "";
  background: #fcc71f;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 85px;
  height: 3px;
}
.col-contact-footer,
.col-menu-footer,
.col-fanpage-footer {
  padding-bottom: 0px;
}
.col-contact-footer p {
  margin-bottom: 10px;
}
.col-menu-footer ul.sidebar-wrapper .widget {
  padding-left: 0;
}
.col-menu-footer ul.sidebar-wrapper .widget li:hover a {
  color: #fcc71f;
  transition: 0.5s;
}
.col-fanpage-footer .title_footer {
  margin-bottom: 15px;
}
.col-fanpage-footer p:last-child img {
  padding-top: 20px;
}
/* end footer */

/* page lien he */
.sec-lien-he .col {
  display: flex;
}
/* end page lien he */
.kk-star-ratings.kksr-valign-bottom.kksr-align-left {
  margin-bottom: 15px;
}
.col.post-item.is-selected {
  display: flex;
  height: 100%;
}

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

.title_home h1 {
  display: none;
}
/* .icon-menu {
  color: white;
  background: #b9b931;
  padding: 0 5px !important;
  border-radius: 5px;
} */
.section-title-container {
  margin-bottom: 0px;
}
.dich-vu .col.small-12.large-12 {
  padding: 0;
}
.col.no-padding-bottom,
.gallery-item.no-padding-bottom,
.columns.no-padding-bottom,
.row-small > .flickity-viewport > .flickity-slider > .col,
.no-padding-bottom > .col,
.no-padding-bottom .gallery-item,
.no-padding-bottom .columns {
  padding-bottom: 0px;
}
.no-divider .is-divider {
  display: none;
}
.background-repeat .section-bg.bg-fill {
  background-size: contain !important;
  background-repeat: repeat !important;
}
input.wpcf7-form-control.wpcf7-submit {
  width: 100%;
}
/* #footer h3 {
  color: #f7d322;
}
#footer span {
  color: #f7d322;
} */
.khcct .box-image img {
  object-fit: scale-down;
  height: 120px;
  border: 1px solid #ccc;
}

h2.entry-title {
  line-height: 1.5;
}

ul.header-nav-main li ul.sub-menu {
  display: flex !important;
  flex-direction: column;
  padding: 0;
}
ul.header-nav-main li ul.sub-menu li ul {
  display: none !important;
}

ul.header-nav-main li ul.sub-menu li {
  position: relative;
  width: 100%;
}

ul.header-nav-main li ul.sub-menu li ul {
  position: absolute !important;
  background: white;
  top: 0;
  left: 100%;
  min-width: 100%;
}

ul.header-nav-main li ul.sub-menu li:hover ul {
  display: block !important;

  border: 2px solid #ddd;
}
/* close */

#mes-icon {
  bottom: 70px;
  right: 20px;
  width: 40px;
  position: fixed;

  height: auto;
  z-index: 99;
  -webkit-animation: mes 2s linear infinite;
  animation: mes 2s linear infinite;
}

.hotline-phone-ring-wrap {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 999999;
}
.hotline-phone-ring {
  position: relative;
  visibility: visible;
  background-color: transparent;
  width: 110px;
  height: 110px;
  cursor: pointer;
  z-index: 11;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: visibility 0.5s;
  left: 0;
  bottom: 0;
  display: block;
}
.hotline-phone-ring-circle {
  width: 85px;
  height: 85px;
  top: 10px;
  left: 10px;
  position: absolute;
  background-color: transparent;
  border-radius: 100%;
  border: 2px solid #e60808;
  animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
  transition: all 0.5s;
  transform-origin: 50% 50%;
  opacity: 0.5;
}
.hotline-phone-ring-circle-fill {
  width: 55px;
  height: 55px;
  top: 25px;
  left: 25px;
  position: absolute;
  background-color: rgba(230, 8, 8, 0.7);
  border-radius: 100%;
  border: 2px solid transparent;
  animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
  transition: all 0.5s;
  transform-origin: 50% 50%;
}
.hotline-phone-ring-img-circle {
  background-color: #e60808;
  width: 33px;
  height: 33px;
  top: 37px;
  left: 37px;
  position: absolute;
  background-size: 20px;
  border-radius: 100%;
  border: 2px solid transparent;
  animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
  transform-origin: 50% 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hotline-phone-ring-img-circle .pps-btn-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.hotline-phone-ring-img-circle .pps-btn-img img {
  width: 20px;
  height: 20px;
}
.hotline-phone-ring-wrap:hover .hotline-bar {
  opacity: 1;
  visibility: visible;
}
.hotline-bar {
  position: absolute;
  background: rgba(230, 8, 8, 0.75);
  height: 40px;
  width: 190px;
  line-height: 40px;
  border-radius: 3px;
  padding: 0 10px;
  background-size: 100%;
  cursor: pointer;
  transition: all 0.8s;
  -webkit-transition: all 0.8s;
  z-index: 9;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.1);
  border-radius: 50px !important;
  left: 33px;
  bottom: 37px;
  opacity: 0;
  visibility: hidden;
}
.hotline-bar > a {
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  font-weight: bold;
  text-indent: 50px;
  display: block;
  letter-spacing: 1px;
  line-height: 40px;
  font-family: Arial;
}
.hotline-bar > a:hover,
.hotline-bar > a:active {
  color: #fff;
}
.zalo-container.right {
  right: 20px;
}
.zalo-container {
  position: fixed;
  width: 40px;
  height: 40px;
  bottom: 80px;
  z-index: 9999999;
}
.zalo-container a {
  display: block;
}
.animated_zalo.infinite {
  animation-iteration-count: infinite;
}
.cmoz-alo-circle {
  width: 50px;
  height: 50px;
  top: -5px;
  right: -5px;
  position: absolute;
  background-color: transparent;
  border-radius: 100%;
  border: 2px solid rgba(17, 130, 252, 0.8);
  opacity: 0.1;
  border-color: #1182fc;
  opacity: 0.5;
}

.animated_zalo {
  animation-duration: 1s;
  animation-fill-mode: both;
}
.zoomIn_zalo {
  animation-name: zoomIn_zalo;
}
.pulse_zalo {
  animation-name: pulse_zalo;
}
.zalo-container span {
  display: flex;
  -ms-align-items: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #1182fc;
  position: relative;
}
.cmoz-alo-circle-fill {
  width: 60px;
  height: 60px;
  top: -10px;
  position: absolute;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid transparent;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  background-color: rgba(17, 130, 252, 0.45);
  opacity: 0.75;
  right: -10px;
}
@keyframes zoomIn_zalo {
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes pulse_zalo {
  0% {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}
@keyframes phonering-alo-circle-anim {
  0% {
    transform: rotate(0) scale(0.5) skew(1deg);
    opacity: 0.1;
  }
  30% {
    transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.5;
  }
  100% {
    transform: rotate(0) scale(1) skew(1deg);
    opacity: 0.1;
  }
}
@keyframes phonering-alo-circle-fill-anim {
  0% {
    transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.6;
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
    opacity: 0.6;
  }
  100% {
    transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.6;
  }
}
@keyframes phonering-alo-circle-img-anim {
  0% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}

@keyframes mes {
  0% {
    -webkit-transform: rotateZ(0);
    transform: rotateZ(0);
  }
  5% {
    -webkit-transform: rotateZ(20deg);
    transform: rotateZ(20deg);
  }
  10% {
    -webkit-transform: rotateZ(-20deg);
    transform: rotateZ(-20deg);
  }
  15% {
    -webkit-transform: rotateZ(20deg);
    transform: rotateZ(20deg);
  }
  20% {
    -webkit-transform: rotateZ(-20deg);
    transform: rotateZ(-20deg);
  }
  25% {
    -webkit-transform: rotateZ(0);
    transform: rotateZ(0);
  }

  100% {
    -webkit-transform: rotateZ(0);
    transform: rotateZ(0);
  }
}
.schero_mobile {
  display: none;
}
@media only screen and (max-width: 48em) {
  /*************** ADD MOBILE ONLY CSS HERE  ***************/

  h2 {
    line-height: 1.3;
  }
}


/*================== archive service ==================*/
#archive_service .col-6 {
  display: flex;
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 15px;
  margin-bottom: 20px;
}
#archive_service .col-9 {
  flex: 0 0 75%;
  max-width: 75%;
  padding: 0 15px;
}
#archive_service {
  padding: 30px 0;
}
#archive_service .box-text-inner.blog-post-inner {
  text-align: center;
}
#archive_service .from_the_blog_excerpt {
  line-height: 1.3;
  word-break: break-all;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: block;
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  min-height: 0em;
}
#archive_service .col-9 .is-divider { 
  margin-left: auto; 
  margin-right: auto;
}
#archive_service .page-numbers {
  padding-left: 0;
  margin-top: 5px;
  list-style-type: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
#archive_service .info_service {
  font-size: 14px;
}
.custom-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 0 10px;
}
.custom-pagination {
  margin-bottom: 15px;
}
#archive_service .page-numbers span, #archive_service .page-numbers a,
.custom-pagination .page-numbers {
  font-size: 15px;
  display: block;
  height: 2.25em;
  line-height: 2em;
  text-align: center;
  width: auto;
  min-width: 2.25em;
  padding: 0px;
  font-weight: bolder;
  border-radius: 99px;
  border: 2px solid currentColor;
  transition: all .3s;
  vertical-align: top;
}
#archive_service .page-numbers li {
  margin-right: 5px;
}
#archive_service span.page-numbers.current , #archive_service .page-numbers li:hover a,
.custom-pagination .page-numbers.current, .custom-pagination .page-numbers:hover {
  background-color: #0074c1;
  color: #fff;
  border-color: #0074c1;
}
/*================== end archive service ==================*/

/*================== related service ==================*/
.related_service ul.list_related_service {
  list-style-type: none;
  padding-left: 0;
}
.related_service ul.list_related_service .flickity-viewport li {
  width: 33.33%;
  padding: 5px;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  height: auto;
  margin-bottom: 0;
}
.related_service ul.list_related_service .flickity-viewport li a.img_related_ser {
  position: relative;
  display: block;
}
.related_service ul.list_related_service .flickity-viewport li a.img_related_ser:before {
  content: '';
  display: block;
  padding-bottom: 56.25%;
}
.related_service ul.list_related_service .flickity-viewport li a.img_related_ser img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.related_service .related_service_block {
  border: 1px solid #e7dcdc;
  display: flex;
  flex-direction: column;
  flex: auto;
}
.related_service .title_list_related {
  text-align: center;
  margin-top: 7px;
  margin-bottom: 7px;
  font-size: 15px;
  padding-left: 3px;
  padding-right: 3px;
}
.related_service ul.list_related_service .flickity-viewport li a:hover {
  font-weight: bold;
  color: #ab8a15;
}
.related_service .flickity-page-dots {
  bottom: -40px !important;
}
.related_service ul.list_related_service .flickity-viewport {
  display: flex;
  flex: auto;
}
.single-service #nav-below {
  display: none;
}
/*================== end related service ==================*/
/*================== Single post ==================*/
.single.single-post .table_comp .title {
  color: #000;
}
.single.single-post .table_comp table {
  border-collapse: collapse;
  width: 100%;
  height: 500px;
  display: block;
  overflow-y: scroll;
}
.single.single-post .table_comp th, .table_container th {
  text-align: center;
  text-transform: capitalize;
  font-weight: 700;
}
.single.single-post .table_comp th, .single.single-post .table_comp td,
.table_container td {
  color: #000;
  width: 50%;
  padding: 10px !important;
  line-height: 1.4;
}
.single.single-post .table_comp td ul,
.single.single-post .table_comp td ul li:last-child {
  margin-bottom: 0;
}
/*================== end single post ==================*/
/*================== related post ==================*/
.related_posts {
  border-top: 1px solid #ececec;
}
.related_posts .title {
  display: inline-block;
  width: 100%;
  border-left: solid 5px #0074c1;
  color: #000;
  font-size: 20px;
  font-weight: bold;
  padding: 0 10px;
  margin-top: 20px;
  margin-bottom: 15px;
}
.related_posts .related_slider {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.related_posts .related_slider .item {
  padding: 0 10px;
  margin-bottom: 0;
}
.related_posts .related_slider .item .col_wrapper {
  display: block;
  position: relative;
}
.related_posts .related_slider .col_wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 1px solid #ececec;
}
.related_posts .related_slider .item .col_wrapper:before {
  content: '';
  display: block;
  padding-bottom: 56.25%;
}
.related_posts .content {
  padding-top: 10px;
}
.related_posts .content a {
  font-weight: 600;
  color: #000;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.related_posts .content a:hover {
  color: #0074c1;
}
.related_posts .slick-arrow {
  background-color: #0074c1;
  border-radius: 50%;
  margin: 0;
  min-height: auto;
  padding: 2px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: -10px;
}
.related_posts .slick-next.slick-arrow {
  left: initial;
  right: -10px;
}
.related_posts .slick-arrow i {
  top: 0;
}
.related_posts .slick-arrow:hover {
  background-color: #12405f;
}
/*================== end related post ==================*/
/*================== FORM ỨNG TUYỂN ==================*/
.title_form_td {
  font-weight: 700;
  font-size: 25px;
  text-transform: uppercase;
}
.form_ut {
  /* padding: 20px; */
  /* border-radius: 8px; */
  /* box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1); */
  margin-bottom: 10px;
}
.form_ut input[type="submit"] {
  margin-bottom: 0;
}
/*================== END FORM ỨNG TUYỂN ==================*/
div#top-bar li.html.custom.html_nav_position_text {
  padding: 5px 0;
}
/* fix toc */
nav#ftwp-contents {
  width: 100% !important;
}
#ftwp-container.ftwp-fixed-to-post nav#ftwp-contents {
  width: 350px !important;
}
.info_service {
  position: relative;
}
.info_service_content {
  overflow: hidden;
}
.bvsp_mask {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  left: 0;
  background: linear-gradient(0deg, white,#ffffffd9, #ffffff5e,transparent, transparent);
}
.info_service a.toggle_section {
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  background: #333;
  padding: 10px;
  text-decoration: none;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
.info_service a.toggle_section i {
  margin-left: 7px;
}
.info_service a.toggle_section:hover {
  background-color: #0074C1;
}
.sidebar_tax {
  margin-bottom: 1.5em !important;
}
.sidebar_tax:last-child {
  margin-bottom: 0;
}
@media (max-width: 768px){
  #archive_service .col-6 {
    display: flex;
    flex: 0 0 100%;
    max-width: 100%;
  }
  #archive_service .col-9 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (max-width: 640px){
  .sclist_comp .table_container th:first-child, .table_container td:first-child,
  .table_container th:nth-child(2), .table_container td:nth-child(2) {
    width: 100% !important;
  }
  .sclist_comp .table_container table tr {
    display: flex;
    flex-direction: column;
  }
  .table_container table {
    overflow-x: scroll;
  }
  .scnumber .box-image > div {
    width: 80px;
    height: 80px;
  }
  .scnumber .box-image img {
    width: 35px;
  }
  .sctab_posts .wrapper {
    flex-wrap: wrap;
  }
  .sctab_posts .wrapper .item {
    padding: 10px 15px;
  }
  .sctab_posts .flickity-slider .col-posts {
    width: 100% !important;
  }
  .sctab_posts .flickity-prev-next-button {
    opacity: .7;
  }
  .scnumber .box-text-inner .title {
    font-size: 22px;
  }
  .related_posts .related_slider .item {
    padding: 0 5px;
  }
  .related_service ul.list_related_service .flickity-viewport li {
    width: 80%;
  }
  .schero_pc {
    display: none;
  }
  .schero_mobile {
    display: block;
  }
  .sec-lien-he {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .sec-lien-he .section-content .row {
    margin-left: 0;
    margin-right: 0;
  }
  .sec-lien-he .section-content .col {
    padding-left: 0;
    padding-right: 0;
  }
}