@font-face {
  font-family: MYRIADPRO;
  src: url(../font/MYRIADPRO-REGULAR.OTF);
  font-weight: 400;
}
@font-face {
  font-family: MYRIADPRO;
  src: url(../font/MYRIADPRO-LIGHT.OTF);
  font-weight: 300;
}
@font-face {
  font-family: MYRIADPRO;
  font-weight: 600;
  src: url(../font/MYRIADPRO-SEMIBOLD.OTF);
}
@font-face {
  font-family: MYRIADPRO;
  font-weight: 700;
  src: url(../font/MYRIADPRO-BOLD.OTF);
}
@font-face {
  font-family: MYRIADPRO;
  font-weight: 700;
  src: url(../font/Averta-Bold.ttf);
}
@font-face {
  font-family: MYRIADPRO;
  src: url(../font/MYRIADPRO-REGULAR.OTF);
  font-weight: 400;
}
@font-face {
  font-family: MYRIADPRO;
  font-weight: 600;
  src: url(../font/MYRIADPRO-SEMIBOLD.OTF);
}
@font-face {
  font-family: MYRIADPRO;
  font-weight: 700;
  src: url(../font/MYRIADPRO-BOLD.OTF);
}
:root {
  --scaler1: calc(100vw / 1920);
}

body {
  margin: 0;
  font-family: MYRIADPRO;
  font-weight: 400;
}

img, video {
  max-width: 100%;
}

a {
  text-decoration: none;
}
header{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
main{
  margin-top: 90px;
}
.header-content {
  background-color: #083E59;
  font-weight: 600;
  color: #fff;
}
.header-content-main {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 93px;
}
.header-content-main-logo img {
  max-width: 150px;
}
.header-content-main-menu {
  display: flex;
  height: 100%;
}
@media only screen and (max-width: 992px) {
  .header-content-main-menu {
    display: none;
  }
}
.header-content-main-menu > ul {
  margin: 0;
  padding: 0;
  display: flex;
  height: 100%;
}
.header-content-main-menu > ul li {
  position: relative;
  list-style: none;
  padding: 0 15px;
  display: flex;
  align-items: center;
}
.header-content-main-menu > ul li a {
  color: #fff;
}
.header-content-main-menu > ul li ul.sub-menu {
  padding-left: 0;
  list-style: none;
  background: linear-gradient(to right, #083E59, #00527B);
  position: absolute;
  display: none;
  width: -moz-max-content;
  width: max-content;
  z-index: 12;
  top: 100%;
  left: 0;
}
.header-content-main-menu > ul li ul.sub-menu > li {
  padding: 10px 20px;
}
.header-content-main-search {
  padding-left: 15px;
  margin: auto;
}

.menu-item-has-children i {
  color: #fff;
  padding-left: 5px;
  cursor: poMYRIADPRO;
  font-size: 20px;
}

.header-menu-mobile {
  display: none;
}
@media only screen and (max-width: 992px) {
  .header-menu-mobile {
    display: block;
  }
}
.header-menu-mobile i {
  font-size: 30px;
}

@media only screen and (max-width: 992px) {
  header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 100;
  }
}

.menu-mobile {
  display: none;
}
@media only screen and (max-width: 992px) {
  .menu-mobile {
    background-color: #083E59;
    position: absolute;
    right: 0;
    width: 250px;
  }
  .menu-mobile #menu-menu-1 li ul.sub-menu {
    padding-left: 0;
    list-style: none;
    display: none;
    width: 100%;
    z-index: 12;
  }
  .menu-mobile #menu-menu-1 li i {
    position: absolute;
    top: 10px;
    right: 5px;
}
}
  .menu-mobile-content {
    padding: 0 7px 20px 7px;
  }
  .menu-mobile .search-mobile {
    padding: 10px 0;
  }
  .menu-mobile .search-mobile input {
    border: none;
    background-color: #D9D9D9;
    border-radius: 5px;
    width: calc(100% - 50px);
  }
  .menu-mobile .search-mobile button {
    border: none;
    background-color: transparent;
    color: #fff;
  }
  .menu-mobile .logo {
    text-align: center;
    width: 50px;
    margin: auto;
    padding: 10px 0;
  }
  .menu-mobile ul {
    margin: 0;
    padding: 0;
  }
  .menu-mobile ul li {
    border-top: 0.5px solid #fff;
    list-style: none;
    text-align: center;
    padding: 10px 0;
    position: relative;
  }
  .menu-mobile ul li a {
    color: #fff;
    font-size: 16px;
  }
}

.header-content .container {
  position: relative;
}

.search-form {
  display: none;
  position: absolute;
  z-index: 10;
  top: 105%;
  right: 0;
}
.search-form form {
  position: relative;
}
.search-form input {
  background-color: #Fff;
  border-radius: 10px;
  border: none;
  width: 250px;
  height: 30px;
  font-size: 16px;
  padding-right: 30px;
}
.search-form button {
  border: none;
  background-color: transparent;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 11;
}

@media only screen and (max-width: 992px) {
  main {
    margin-top: 93px;
  }
}

.banner {
  position: relative;
}
.banner .slick-dotted.slick-slider {
  margin-bottom: 0;
}
.banner-content .slick-dots li button:before {
  font-size: 20px;
}
.banner-content .slick-dots {
  bottom: 20px;
}
.banner-content .slick-dots li button:before {
  color: #fff;
}
.banner-content .slick-dots li.slick-active button:before {
  color: #083E59;
}
.banner-content .slick-slide img {
  width: 100%;
}
@media only screen and (max-width: 992px) {
  .banner-content .slick-slide img {
    min-height: 600px;
  }
}
.banner-text {
  max-width: 500px;
  position: absolute;
  color: #fff;
  top: 50%;
  left: 10%;
  transform: translate(-10%, -50%);
}
.banner-text h2 {
  font-size: 2.9rem;
  font-weight: 600;
  text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
}
@media only screen and (max-width: 992px) {
  .banner-text h2 {
    font-size: 30px;
    padding-left: 15px;
  }
}
.banner-text h3 {
  padding: 30px 0;
  font-size: 16px;
  font-family: MYRIADPRO;
  font-weight: 400;
  text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
  line-height: 1.3;
  margin-bottom: 30px;
  text-align: justify;
}
@media only screen and (max-width: 992px) {
  .banner-text h3 {
    font-size: 14px;
    padding-left: 15px;
  }
}
.banner-text a {
  color: #fff;
  background: linear-gradient(to top, #083E59, #00527B);
  border-radius: 40px;
  border: none;
  padding: 20px 30px;
  line-height: 1;
  font-family: MYRIADPRO;
  text-align: center;
}
.banner-text a:hover{
  background: linear-gradient(to top, #347393, #255b76);
}
.section-1 {
  background-color: #083E59;
  color: #fff;
  font-weight: 600;
}
@media only screen and (max-width: 992px) {
  .section-1 .container {
    max-width: 100%;
  }
}
.section-1-content {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
@media only screen and (max-width: 992px) {
  .section-1-content {
    grid-template-columns: repeat(2, 1fr);
  }
}
.section-1-content-item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 0;
  
  cursor: poMYRIADPRO;
  background: red;
  background: linear-gradient(to right,  #083E59, #155B7E);
}
@media only screen and (max-width: 992px) {
  .section-1-content-item {
    padding: 10px 0;
  }
}
.section-1-content-item-icon {
  padding-right: 10px;
}
@media only screen and (max-width: 768px) {
  .section-1-content-item-icon img {
    width: 35px;
  }
}
.section-1-content-item-text h4 {
  font-size: 2.9rem;
  font-weight: 700;
  margin: 0;
  line-height: 1.1;
}
@media only screen and (max-width: 992px) {
  .section-1-content-item-text h4 {
    font-size: 18px;
  }
}
.section-1-content-item-text p {
  font-family: MYRIADPRO;
  margin: 0;
  padding: 0;
  font-size: 15px;
}
@media only screen and (max-width: 992px) {
  .section-1-content-item-text p {
    font-size: 12px;
  }
}
.section-1-content-item:hover{
  background: linear-gradient(to right, #B58C59, #E5B374);
}

.title-section {
  font-weight: 600;
  font-size: 35px;
  position: relative;
  color: #845F2E;
  text-align: center;
}

.title-lq {
  font-weight: 600;
  font-size: 46px;
  position: relative;
  color: #845F2E;
}

.tintuc-details p {
  text-align: justify;
}

.tin-lq {
  padding-left: 50px;
}
@media only screen and (max-width: 992px) {
  .tin-lq {
    padding-left: 0;
  }
}

.section-content-text p {
  text-align: justify;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.3;
}
.section-content-text a {
  color: #fff;
  border: 1px solid #fff;
  padding: 10px 30px;
  border-radius: 40px;
  width: -moz-max-content;
  width: max-content;
}
.section-content-text a:hover{
  border-color: #D48F35;
  color: #D48F35;
}
.section-2 {
  padding: 50px 0;
  background-color: #FFF6EB;
}
.section-2-content-text {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  height: 100%;
  max-width: 460px;
}
@media only screen and (max-width: 992px) {
  .section-2-content-text {
    padding: 0 20px;
  }
}
.section-2-content-text h3 {
  color: #845F2E;
}
.section-2-content-text h3::after {
  background-color: #845F2E;
}
.section-2-content-text p {
  text-align: justify;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.3;
}
.section-2-content-text a {
  color: #083E59;
  border: 1px solid #083E59;
  padding: 10px 30px;
  border-radius: 40px;
  width: -moz-max-content;
  width: max-content;
}
.section-2-content .img {
  display: flex;
  justify-content: end;
}
@media only screen and (max-width: 992px) {
  .section-2-content .img {
    display: block;
    margin: auto;
    text-align: center;
    padding-bottom: 30px;
  }
}

.section-3 {
  color: #fff;
  background-image: url(../img/lvhd.jpeg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 50px 0;
}
.section-3-content {
  display: flex;
  justify-content: end;
}
@media only screen and (max-width: 992px) {
  .section-3-content {
    display: block;
  }
}
.section-3-content-left {
  max-width: 500px;
}
@media (max-width: 1200px) {
  .section-3-content-left {
    padding-left: 20px;
  }
}
.section-3-content-right {
  padding-left: 20px;
}
@media only screen and (max-width: 992px) {
  .section-3-content-right {
    padding-top: 20px;
  }
}
.section-3 .section-content-text h3 {
  color: #fff;
}
.section-3 .section-content-text h3::after {
  background-color: #fff;
}
.section-3 .section-content-text p {
  padding: 50px 0;
}

.section-4-content-title {
  margin: auto;
  width: -moz-max-content;
  width: max-content;
}
.section-4-content-title h3.title-section {
  padding-bottom: 10px;
}
.section-4-content-title h3.title-section::after {
  width: 50px;
  left: 50%;
  transform: translateX(-50%);
}
.section-4-content-title p {
  text-align: center;
}

.section-4 {
  padding-top: 50px;
  padding-bottom: 100px;
  background-image: url(../img/humanbg.jpeg);
  background-position: bottom left;
  background-repeat: no-repeat;
  background-size: 400px;
}

.section-5 {
  background-image: url(../img/bgvuvo.jpeg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  color: #fff;
  font-size: 40px;
  padding: 50px 0;
}
@media only screen and (max-width: 992px) {
  .section-5 {
    font-size: 28px;
    padding: 30px;
  }
}
.section-5 p {
  padding: 0;
  margin: 0;
}

.section-6 {
  padding: 50px 0;
}
.section-6 .section-content {
  padding-left: 100px;
}
@media only screen and (max-width: 992px) {
  .section-6 .section-content {
    padding-left: 20px;
  }
}
.section-6 .slick-slide img {
  width: 100%;
  filter: drop-shadow(0 0 0.75rem rgba(0, 0, 0, 0.4));
  padding: 20px;
}

.section-7 {
  padding: 50px 0;
  background-color: #F7F7F7;
}
.section-7 .section-content {
  padding-left: 100px;
}
@media only screen and (max-width: 992px) {
  .section-7 .section-content {
    padding-left: 20px;
  }
}

.list-partner {
  padding-top: 30px;
}
.list-partner .slick-slide {
  margin: 0 px;
}

.list-item .item .item-img img {
  width: 100%;
}
.list-item .item .item-content {
  padding-top: 20px;
}
.list-item .slick-slide {
  margin: 0 15px;
}
@media only screen and (max-width: 992px) {
  .list-item .slick-slide {
    margin-right: 30px;
    margin-top: 30px;
  }
}
.item-img{
  position: relative;  overflow: hidden;
}
.item-img::before{
  content: "";
  padding-top: 150%;
  display: block;
}
.item-img img{
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.tintuc-img{
  position: relative;  overflow: hidden;
}
.tintuc-img::before{
  content: "";
  padding-top: 100%;
  display: block;
}
.tintuc-img img{
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.img-anim img{
  transition: 0.4s ease-in-out;
}
.img-anim:hover img{
  transform: scale(1.05);
}
.btn-anim{
  transition: box-shadow 0.3s ease; 
}
.btn-anim:hover {
  box-shadow: 0 0 10px rgba(0, 123, 255, 0.5); /* Tạo hiệu ứng loé sáng khi hover */
}
.list-item .slick-prev, .list-partner .slick-prev, .list-human .slick-prev, .list-feedback .slick-prev {
  top: unset;
  left: 80%;
  bottom: -40px;
}
.list-item .slick-next, .list-partner .slick-next, .list-human .slick-next, .list-feedback .slick-next {
  right: calc(20% - 50px);
  bottom: -40px;
  top: unset;
}

.list-partner .slick-prev, .list-partner .slick-next, .list-human .slick-prev, .list-human .slick-next, .list-feedback .slick-prev, .list-feedback .slick-next {
  filter: brightness(0);
}

.list-human-item {
  text-align: center;
  background-color: #fff;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 10px 0px;
  padding: 30px;
  border-radius: 20px;
  margin: 20px 10px;
  background-image: url(../img/bgitem.png);
  background-position: bottom right;
  background-repeat: no-repeat;
}
.list-human-item-img img {
  border-radius: 30%;
  margin: auto;
}
.list-human-item-content {
  padding-top: 30px;
}
.list-human-item-content p {
  font-size: 14px;
  margin: 0;
  padding: 0;
}
.list-human-item-content p.name {
  color: #083E59;
  font-weight: 600;
  font-size: 20px;
}
.list-human-item-link {
  margin-top: 15px;
}
.list-human-item-link a {
  color: #083E59;
}

.list-feedback-item {
  background-color: #fff;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 10px 0px;
  padding: 30px 20px 0 20px;
  border-radius: 20px;
  position: relative;
  margin: 30px 15px;
  text-align: justify;
}
.list-feedback-item::after {
  position: absolute;
  content: "";
  display: block;
  left: 30px;
  bottom: -30px;
  width: 50px;
  height: 50px;
  background-color: #726F6F;
  border-radius: 50%;
}
.list-feedback-item .icon {
  position: absolute;
  left: 30px;
  top: -10px;
}
.list-feedback-item p {
  font-size: 14px;
  padding-top: 15px;
}
.list-feedback-item p.name {
  margin-left: auto;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 18px;
  color: #0A3E59;
}
.list-feedback-item p.name span {
  font-size: 14px;
}

.section-8 {
  background-image: url(../img/bgnew.jpg);
  text-align: end;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 700px;
  display: flex;
  align-items: center;
}
.gioithieu-option.op{
  background-color: #F7F7F7;
}
@media only screen and (max-width: 992px) {
  .section-8 {
    min-height: 500px;
  }
}
.section-8-content {
  margin-left: auto;
  max-width: 500px;
}
@media only screen and (max-width: 992px) {
  .section-8-content {
    text-align: center;
  }
}
.section-8-content .img {
  text-align: end;
}
.section-8-content p {
  padding: 30px 0;
  font-size: 40px;
  color: #fff;
}
@media only screen and (max-width: 992px) {
  .section-8-content p {
    font-size: 20px;
  }
}
.section-8-content a {
  color: #fff;
  background: linear-gradient(to bottom, #D48F35, #845F2E);
  border-radius: 30px;
  padding: 20px 30px;
  font-size: 20px;
  font-family: MYRIADPRO;
}
.section-8-content a:hover{
  background: linear-gradient(to bottom,#e6b884 , #D48F35);
}
@media only screen and (max-width: 992px) {
  .section-8-content a {
    font-size: 16px;
    padding: 10px 20px;
  }
}

.section-9 {
  padding: 50px 0;
}

.tintuc-img img {
  width: 100%;
}
.tintuc-content h3 {
  padding-top: 20px;
  color: #00527B;
  font-size: 20px;
  text-align: justify;
}
.tintuc-content p {
  font-size: 14px;
  text-align: justify;
  margin: 0;
  color: #424242;
}
p.datetime {
  text-align: end;
  color: #083E59;
}
.tintuc-content p.datetime {
  text-align: end;
  color: #083E59;
}
.tintuc-link {
  text-align: end;
}
.tintuc-link a {
  color: #00527B;
  text-decoration: underline;
}
.tintuc-more {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.tintuc-more a {
  color: #00527B;
  font-size: 16px;
  border-radius: 30px;
  padding: 10px 30px;
  text-decoration: none;
  border: 1px solid #00527B;
}
.map,.tintuc-img{
  position: relative;
}
.tintuc-img::before{
  content: "";
  display: block;
  padding-top: 100%;
}
.tintuc-img img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.wp-pagenavi span.current{
  font-weight: 400 !important;
}
.map::before{
  content: "";
  display: block;
  padding-top: 30%;
}
.map iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.footer {
  background-image: url(../img/Footer.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  padding: 50px 0;
}
.footer-content-logo {
  padding-bottom: 30px;
}
.footer-content-title {
  font-size: 24px;
  text-transform: uppercase;
  padding-bottom: 20px;
}
.footer-content-text .text {
  display: flex;
}
.footer-content-text .text img {
  height: -moz-fit-content;
  height: fit-content;
  padding-right: 10px;
}
.footer-content-text a {
  color: #fff;
  display: flex;
  align-items: center;
  line-height: 2;
  margin: 0;
  padding: 0;
}
.footer-content-text a img {
  padding-right: 5px;
}
.footer-content-text ul{
  padding: 0;
  margin: 0;
}
.footer-content-text ul li{
  list-style: none;
  position: relative;
  display: flex;
  align-items: center;
}
.footer-content-text ul li::before{
  content: "";
  display: block;
  width: 22px;
  height: 20px;
  background: url(../img/Vector.png) no-repeat center;
  margin-right: 4px;
}
.banner-page {
  background-image: url(../img/gioithieu.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  min-height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner-page-text {
  text-align: center;
  max-width: 800px;
}
.banner-page-text h1 {
  font-size: 24px;
  font-weight: 600;
  text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
}
@media only screen and (max-width: 992px) {
  .banner-page-text h1 {
    font-size: 24px;
  }
}
.banner-page-text h2 {
  padding: 30px 0;
  font-size: 15px;
  font-family: MYRIADPRO;
  font-weight: 400;
  text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
  line-height: 1.3;
  margin-bottom: 30px;
}
@media only screen and (max-width: 992px) {
  .banner-page-text h2 {
    font-size: 14px;
    
  }
}
.banner-page-text a {
  color: #fff;
  background: linear-gradient(to top, #083E59, #00527B);
  border-radius: 40px;
  border: none;
  padding: 20px 30px;
  line-height: 1;
  font-family: MYRIADPRO;
  font-weight: 700;
}

.breadcrumb {
  border-bottom: 1px solid #000;
  padding: 10px 0;
}
.breadcrumb a {
  color: #000000;
  padding: 0 5px;
  font-weight: 400;
}
a:hover{
  text-decoration: none;
}
.dichvu-page-content{
  text-align: justify;
}
.breadcrumb a strong {
  font-family: MYRIADPRO;
}

.gioithieu-description {
  padding: 40px 0 70px 0;
  text-align: justify;
}
.gioithieu-description h3 {
  color: #394044;
  font-size: 18px;
  line-height: 1.2;
  text-align: center;
}

.gioithieu-option {
  padding: 30px 0;
}
.gioithieu-option h3 {
  margin: 20px 0 30px 0;
}
@media only screen and (max-width: 992px) {
  .gioithieu-option h3 {
    margin: 20px 0;
  }
}
.gioithieu-option-pad {
  padding-left: 100px;
}
@media only screen and (max-width: 992px) {
  .gioithieu-option-pad {
    padding-left: 15px;
  }
}

.gioithieu-option .op {
  background-color: #F7F7F7;
}

.lienhe-page {
  color: #083E59;
}
.lienhe-page h3 {
  color: #083E59;
  font-weight: 700;
}
.lienhe-page form {
  padding-bottom: 50px;
}
.lienhe-page form label {
  display: block;
}
.lienhe-page form input, .lienhe-page form textarea {
  width: 100%;
  border: 1px solid #083E59;
  border-radius: 5px;
  margin: 5px 0;
}
.lienhe-page form textarea {
  height: 100px;
}
.lienhe-page form input[type=submit] {
  width: -moz-max-content;
  width: max-content;
  background: linear-gradient(to bottom, #00527B, #083E59);
  color: #fff;
  border-radius: 30px;
  padding: 10px 30px;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
}

.lienhe-page-text .text {
  padding: 10px 0;
  display: flex;
}
.lienhe-page-text .text img {
  height: -moz-fit-content;
  height: fit-content;
  padding-right: 10px;
}
.lienhe-page-text .text p {
  margin-bottom: 0;
}

.background-dv {
  background-image: url(../img/gpc.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.dichvu p {
  text-align: justify;
}
.dichvu .text-right {
  text-align: right;
}

.list-dichvu {
  width: 100%;
  position: relative;
}
.list-dichvu .slick-next, .list-dichvu .slick-prev {
  filter: brightness(0);
  z-index: 100;
}
.list-dichvu .slick-next {
  right: 0;
}
.list-dichvu .slick-prev {
  left: 0;
}

.list-dichvu .top-lists__service {
  --width: 100vw;
  margin-right: calc(50% - var(--width) / 2);
  margin-left: calc(50% - var(--width) / 2);
  background: rgba(0, 0, 0, 0.02);
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.list-dichvu ul.tabs {
  margin: 0;
  padding: 0;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.list-dichvu ul.tabs li {
  list-style: none;
  padding: 26px 0px;
  text-align: center;
  display: flex !important;
  align-items: center;
  position: relative;
}

.list-dichvu ul.tabs li.current {
  background: #fff;
}

.list-dichvu ul.tabs li.current h3 {
  color: #083E59;
}

.list-dichvu ul.tabs li.current p {
  font-weight: bold;
  color: #083E59;
}

.list-dichvu ul.tabs li.current .tab-title::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url("../img/arrow.png") no-repeat center;
  background-size: cover;
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  margin: 0 auto;
  filter: hue-rotate(-154deg);
}

.list-dichvu ul.tabs .slick-track .slick-slide:last-child li::after {
  content: "";
  display: block;
  width: 1px;
  height: 110px;
  background: #083E59;
}

.list-dichvu ul.tabs li::before {
  content: "";
  display: block;
  width: 1px;
  height: 120px;
  background: #083E59;
}
@media only screen and (max-width: 992px) {
  .list-dichvu ul.tabs li::before {
    display: none;
  }
}

.list-dichvu .tab-title {
  margin: 0 auto;
  padding: 0 30px;
}

.list-dichvu .tab-title h3 {
  color: #083E59;
  margin: 0;
  font-size: 44px;
  font-weight: 700;
  line-height: 1.27;
}

.list-dichvu .tab-title p {
  color: #083E59;
  font-size: 20px;
  margin: 0;
  line-height: 1.27;
  font-weight: 700;
  min-height: 50px;
}

#tab-content {
  width: 100%;
  position: relative;
  padding: 50px 0 0;
}

#tab-content .tab-content {
  display: none;
}

#tab-content .tab-content.current {
  display: block;
}

#tab-content ul {
  width: 70%;
  margin: 0 auto;
  padding: 0;
}

@media all and (max-width: 768px) {
  #tab-content ul {
    width: 100%;
  }
}
#tab-content a {
  color: #083E59;
  font-weight: 600;
  font-size: 16px;
  text-align: justify;
}

#tab-content li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  padding: 10px 0;
  list-style: none;
  display: flex;
  align-items: center;
}
.list-dichvu ul.tabs li.current h3,.list-dichvu ul.tabs li.current p{
  color: #845F2E;
}
@media all and (max-width: 480px) {
  #tab-content li {
    padding: 10px 20px;
  }
}
#tab-content li::before {
  content: "";
  display: block;
  width: 22px;
  height: 20px;
  background: url("../img/next.svg") no-repeat center;
  margin-right: 7px;
}
/*# sourceMappingURL=style.css.map */
.phantrang{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current,.wp-pagenavi a, .wp-pagenavi span{
  border: none;
  border-radius: 50%;
  background-color: #845F2E;
  color: #fff;
  margin: 5px;
  padding: 5px 8px;
}
.wp-pagenavi a, .wp-pagenavi span{
  margin: 5px !important;
  padding: 7px 12px !important;
  line-height: 20px;
  font-size: 20px;
}
.list-lv-item{
  padding-bottom: 30px;

  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.list-lv-item .list-lv-item-icon{
  width: 140px;
  margin: 0;
  padding: 10%;
  border: 2px solid #f0f4f4 !important;
  border-radius: 50%;
  background-color: #f0f4f4;
  box-sizing: border-box;
}
.list-lv-item-text{
  text-align: center;
  font-size: 16px;
  padding-top: 15px;
  text-decoration: underline;
}
.tuyendung-post {
  display: grid;
  grid-template-columns: 38% 58%;
  gap: 20px;
  border: 1px solid #00527B;
  border-radius: 30px;
}
.tuyendung-post-img {
  position: relative;
}
.tuyendung-post-img::before {
  padding-top: 100%;
  height: 100%;
  width: 100%;
  content: " ";
  display: block;
}
.tuyendung-post-img img {
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
  position: absolute;
  height: 100%;
}
.tuyendung-post-content {
  margin: auto;
  padding: 20px;
}
.tuyendung-post-title h3 {
  font-weight: 700;
  text-transform: uppercase;
  color: #00527B;
  font-size: 16px;
}
.tuyendung-post-description p {
  font-size: 14px;
  font-weight: 500;
  color: #777777;
}
.tuyendung-post-chitiet {
  display: flex;
  justify-content: space-between;
}
.tuyendung-post-chitiet a {
  font-size: 12px;
  color: #000;
  font-weight: 900;
}
.tuyendung-post-chitiet a i {
  padding-left: 10px;
}
.tuyendung-post-chitiet .date-post {
  color: #C1C1C1;
}
