footer .top-footer {
  background: var(--border_color);
}
footer .top-footer .item-contact {
  position: relative;
}
footer .top-footer .item-contact:not(:last-child):after {
  content: "";
  position: absolute;
  height: 50px;
  width: 1px;
  background: #cbcbcb;
  right: 0;
  top: 50%;
  transform: translate(-50%, -50%);
}
footer .top-footer .item-wrapper {
  display: flex;
  align-items: center;
  padding: 25px 0;
}
footer .top-footer .item-wrapper .icon {
  width: 50px;
  height: 50px;
  margin-right: 10px;
  flex-shrink: 0;
}
footer .top-footer .item-wrapper .info .title {
  font-weight: bold;
  color: var(--primary_color);
  text-transform: uppercase;
}
footer .top-footer .item-wrapper .info .desc a {
  font-size: 12px;
  color: var(--third_color);
}
footer .main-footer {
  color: var(--text_color);
  text-align: center;
  padding: 30px 0;
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 1000px auto;
}
footer .main-footer .logo-footer {
  height: auto;
  width: 250px;
  margin: auto;
  margin-bottom: 2rem;
}
footer .main-footer .logo-footer.img-wrap {
  padding: 0.5rem 1.5rem;
}
footer .main-footer .column-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: start;
}
footer .main-footer .column-wrapper .footer-column {
  max-width: 280px;
}
footer .main-footer .footer-desc p {
  font-size: 0.9rem;
}
footer .main-footer .company_name {
  color: #000000;
  font-family: "Lora", Sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.3em;
  margin-bottom: 1.5rem;
}
footer .main-footer .info {
  padding: 3rem 0;
}
footer .main-footer ul {
  list-style: none;
  display: flex;
}
footer .main-footer ul li {
  flex: 1;
  padding: 0 0.5rem;
  display: flex;
}
footer .main-footer ul li .icon {
  margin-right: 0.5rem;
}
footer .title-footer {
  color: #000000;
  font-family: "Lora", Sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.4em;
  margin-bottom: 1.5rem;
}
footer .logo {
  display: flex;
  justify-content: center;
  align-items: start;
  flex-direction: column;
}
footer .logo .img-wrap {
  height: 100px;
  margin-bottom: 10px;
}
footer .logo .img-wrap img {
  object-fit: contain !important;
  height: 100%;
}
footer .dang-ky-bao-gia {
  text-align: left;
  max-width: 344px;
}
footer .dang-ky-bao-gia .title-quote {
  font-weight: bold;
  margin: 15px 0;
}
footer .dang-ky-bao-gia .form-quote p {
  display: flex;
}
footer .dang-ky-bao-gia .form-quote .wpcf7-form-control-wrap {
  margin-right: 10px;
}
footer .dang-ky-bao-gia .form-quote .wpcf7-form-control-wrap .phone-quote {
  height: 40px;
  padding: 10px 20px;
  border: 1px solid var(--primary_color);
  width: 100%;
}
footer .dang-ky-bao-gia .form-quote input:focus {
  outline: none;
}
footer .dang-ky-bao-gia .form-quote .submit-quote {
  height: 40px;
  background: var(--primary_color);
  color: white;
  border: none;
  padding: 10px 20px;
  font-weight: bold;
  text-transform: uppercase;
  display: flex;
  align-items: center;
}
footer .dang-ky-bao-gia .form-quote .submit-quote i {
  margin-left: 15px;
}
footer .contact-wrap ul {
  list-style: none;
  padding: 0;
}
footer .contact-wrap ul li {
  display: inline-block;
}
footer .contact-wrap ul li .title {
  color: var(--secondary_color);
  margin-right: 10px;
  width: max-content;
  float: left;
}
footer .title-pay {
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 125%;
  text-transform: uppercase;
  padding: 20px 0 15px;
}
footer .extra_info {
  display: flex;
  padding: 25px 0;
}
footer .extra_info .item {
  max-height: 40px;
  margin-right: 25px;
}
footer .extra_info .item img {
  object-fit: contain;
}
footer .map iframe {
  height: 272px;
  width: 100%;
}
footer a {
  color: inherit;
}
footer a:hover {
  color: var(--secondary_color);
}
footer ul {
  padding-left: 15px;
}
footer ul li {
  margin-bottom: 8px;
}
.end-footer {
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--primary_color);
}
.end-footer > * {
  width: max-content;
}
/* scrollToTop  */
.scrollToTop.btn-show {
  visibility: visible;
  opacity: 1;
  animation-name: fadeInUp;
  -webkit-animation-name: fadeInUp;
  animation-duration: 1s;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -webkit-animation-fill-mode: both;
}
@-webkit-keyframes fadeInUp {
  from {
    transform: translate3d(0, 40px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.scrollToTop {
  cursor: pointer;
  width: 40px;
  height: 40px;
  z-index: 147483647;
  border: 1px solid #777;
  border-radius: 65px;
  position: fixed;
  right: 10px;
  bottom: 5%;
  visibility: hidden;
  opacity: 0;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transform: scale(1);
  -webkit-transform: scale(1);
  transition: 0.2s all ease;
  -webkit-transition: 0.2s all ease;
}
.scrollToTop {
  text-decoration: none;
}
.scrollToTop i {
  color: #777;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.scrollToTop:hover {
  background-color: var(--primary_color);
}
.scrollToTop:hover i {
  color: #fff;
}
/* end scrollToTop */
@keyframes rotate360 {
  0% {
    transform: rotateZ(0deg);
  }
  100% {
    transform: rotateZ(360deg);
  }
}
.mid-footer iframe {
  width: 100%;
  height: 150px;
}
.content-entry li, .content-entry p {
  font-size: 1rem;
  margin-bottom: 0.6rem;
}
.content-entry h1, .content-entry .h1 {
  margin: 1.8rem 0;
}
.content-entry h2, .content-entry .h2 {
  margin: 1.7rem 0;
}
.content-entry h3, .content-entry .h3 {
  margin: 1.6rem 0;
}
.content-entry h4, .content-entry .h4 {
  margin: 1.5rem 0;
}
.content-entry h5, .content-entry .h5 {
  margin: 1.5rem 0;
}
.content-entry h6 {
  margin: 20px 0;
}
.content-entry .h1, .content-entry .h2, .content-entry .h3, .content-entry .h4, .content-entry .h5, .content-entry .h6, .content-entry h1, .content-entry h2, .content-entry h3, .content-entry h4, .content-entry h5, .content-entry h6 {
  color: var(--primary_color);
}
.content-entry ol, .content-entry ul {
  margin-left: 15px;
}
.content-entry img {
  width: auto;
}
.content-entry iframe {
  width: auto;
  min-width: 100%;
}
.content-entry table {
  border-collapse: collapse;
  margin: 25px 0;
  font-size: 1em;
  min-width: 400px;
  border-radius: 5px 5px 0 0;
  overflow: hidden;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}
.content-entry table ul {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: -25px;
}
.content-entry table thead tr {
  background-color: var(--primary_color);
  color: #ffffff;
  text-align: left;
  font-weight: bold;
}
.content-entry table th, .content-entry table td {
  padding: 5px 15px;
  border-width: 1px;
  border-color: var(--border_color);
}
.content-entry table tbody tr {
  border-bottom: 1px solid #dddddd;
}
.content-entry table tbody tr:nth-of-type(even) {
  background-color: #f3f3f3;
}
.content-entry table tbody tr:hover {
  cursor: pointer;
  color: white;
  background-color: var(--primary_color);
}
.content-entry table tbody {
  border: 2px solid var(--primary_color);
}
.entry-content {
  margin-bottom: 20px;
}
img {
  height: 100%;
  max-width: 100%;
  width: 100%;
  object-fit: cover;
}
.left_arrow {
  cursor: pointer;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 44px;
  border-radius: 100%;
  border: 1px solid var(--primary_color);
  color: var(--primary_color);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  position: absolute;
  top: 50%;
  margin-top: -22px;
  z-index: 1;
  left: -50px;
}
.right_arrow {
  cursor: pointer;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 44px;
  border-radius: 100%;
  border: 1px solid var(--primary_color);
  color: var(--primary_color);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  position: absolute;
  top: 50%;
  margin-top: -22px;
  z-index: 1;
  right: -50px;
}
.left_arrow:hover, .right_arrow:hover {
  background: var(--primary_color);
  color: white;
}
.admin-bar .sticky {
  top: 32px;
}
header .sticky {
  transition: 0.3s;
}
.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  transition: 0.5s all ease-in-out;
}
/*PAGINATION*/
.pagination {
  justify-content: center;
  padding: 20px 0;
  /*border-top: 1px solid #e4e7e8;*/
  border-radius: unset;
}
.pagination .nav-links {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  justify-content: center;
  align-items: center;
}
.pagination .next span, .pagination .prev span, .page-numbers .next span, .page-numbers .prev span {
  font-size: 12px;
}
.pagination a, .pagination span, .page-numbers a, .page-numbers span {
  border: 0;
  line-height: inherit;
  color: var(--primary_color);
  font-size: 16px;
  font-weight: normal;
  position: relative;
  padding: 7px 10px;
  margin: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagination a, .page-numbers a {
  padding: 7px;
}
.pagination .current, .page-numbers .current {
  background: white;
  border-radius: 5px;
  color: var(--primary_color);
  padding: 7px;
}
.pagination .page-numbers:hover, .page-numbers .page-numbers:hover {
  background: var(--primary_color);
  border-radius: 4px;
  color: #fff;
  padding: 7px;
}
.pagination .page-numbers:hover > span, .page-numbers .page-numbers:hover > span {
  color: white;
}
.pagination a > span, .page-numbers a > span {
  margin: -10px;
}
.page-numbers.current:hover, .papage-numbers.current:hover {
  padding: 7px 8px;
}
span.page-numbers.current {
  background: var(--primary_color) !important;
  color: white !important;
}
.pagination .current, .pagination a.page-numbers, .page-numbers .current, .page-numbers a.page-numbers {
  height: 40px;
  text-decoration: none;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  border: 1px solid #949494;
}
.current .text-pagi-wrap {
  color: #fff !important;
  padding: 0;
}
.page-numbers {
  display: flex;
  list-style: none;
  border-radius: 0.25rem;
  justify-content: center;
}
/*END*/
.share-social ul {
  display: flex;
  list-style: none;
  margin-left: 0 !important;
  padding-left: 0;
}
.section-social {
  margin: 34px 0;
}
.share-social .box-ic {
  font-size: 24px;
}
.share-social .box-ic a {
  padding: 10px 24px;
  color: #fff;
  font-size: 12px;
  border-radius: 4px;
  text-decoration: none;
}
.box-ic .ic-facebook {
  background: #4769a5;
  border-bottom: 4px solid #344259;
  transition: 0.3s ease-in-out;
}
.box-ic .ic-facebook:hover {
  border-color: #365486;
  background: #365486;
  box-shadow: -3px 4px 4px 1px rgba(0, 0, 0, 0.2);
}
.box-ic .ic-email {
  background: #ea4335;
  border-bottom: 4px solid #bb362a;
  transition: 0.3s ease-in-out;
}
.box-ic .ic-email:hover {
  border-color: #bb362a;
  background: #bb362a;
  box-shadow: -3px 4px 4px 1px rgba(0, 0, 0, 0.2);
}
.box-ic .ic-pinterest {
  background: #cd252b;
  border-bottom: 4px solid #a41e22;
  transition: 0.3s ease-in-out;
}
.box-ic .ic-pinterest:hover {
  border-color: #a41e22;
  background: #a41e22;
  box-shadow: -3px 4px 4px 1px rgba(0, 0, 0, 0.2);
}
.box-ic .ic-twitter {
  background: #65ccef;
  border-bottom: 4px solid #51a3bf;
  transition: 0.3s ease-in-out;
}
.box-ic .ic-twitter:hover {
  border-color: #51a3bf;
  background: #51a3bf;
  box-shadow: -3px 4px 4px 1px rgba(0, 0, 0, 0.2);
}
.box-ic .ic-linkedin {
  background: #2ba3e1;
  border-bottom: 4px solid #2282b4;
  transition: 0.3s ease-in-out;
}
.box-ic .ic-linkedin:hover {
  border-color: #2282b4;
  background: #2282b4;
  box-shadow: -3px 4px 4px 1px rgba(0, 0, 0, 0.2);
}
.section-social .share-social {
  margin: 0 auto;
  align-items: center;
  display: flex;
}
.section-social .share-social .text {
  font-size: 20px;
  display: none;
}
.share-social ul li {
  margin-right: 8px;
}
.share-social .box-ic {
  font-size: 20px;
}
@media only screen and (max-width: 769px) {
  footer .footer-wrap > .row {
    flex-direction: column;
  }
  footer .footer-wrap > .row .logo-footer {
    display: block;
    margin: auto;
  }
  footer .info-footer {
    flex-direction: column;
    padding: 15px;
  }
  footer .top-footer .item-wrapper {
    padding: 10px;
    border-bottom: 1px solid #cbcbcb;
  }
  footer .main-footer .column-wrapper {
    flex-direction: column;
  }
  footer .main-footer .column-wrapper .footer-column {
    max-width: 100%;
    width: 100%;
  }
  footer .main-footer ul {
    flex-direction: column;
    align-items: center;
  }
  .share-social .box-ic ul {
    flex-direction: column;
  }
  .share-social .box-ic ul li {
    margin-bottom: 10px;
  }
  .scrollToTop {
    right: 15px;
    bottom: 85px;
  }
  .section-social .share-social ul {
    margin-left: 0;
    padding-left: 0;
    flex-direction: row;
  }
  .section-social .share-social ul li a {
    padding: 5px 8px;
    font-size: 10px;
  }
}
@media only screen and (max-width: 991px) {
  footer .top-footer .item-contact .item-wrapper .icon {
    width: 30px;
    height: 30px;
  }
}
@media only screen and (max-width: 1050px) {
  footer .top-footer .item-contact .item-wrapper .icon {
    width: 30px;
    height: 30px;
  }
  footer .main-footer .column-wrapper {
    flex-wrap: wrap;
  }
  footer .main-footer .column-wrapper .footer-column {
    max-width: 46%;
    width: 46%;
  }
  footer .main-footer .column-wrapper .footer-column .img-wrap {
    height: 30px;
  }
  footer .main-footer .column-wrapper .footer-column .img-wrap img {
    object-fit: contain;
    object-position: left;
  }
}
