body{
  font-size: 16px;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  background: url('../images/header-bg.jpg') no-repeat center top white ;
}
*{margin: 0;padding: 0;}
a{text-decoration: none; color: #3171B7}
img{max-width: 100%;}
.clear{clear: both;}
ul,li{margin: 0; padding: 0; list-style: none;}
.logo {
  width: 180px;
  float: left;
  text-align: center;
}

.top-header {
  text-align: right;
  padding-top: 10px;
  position: relative;
  z-index: 99999;
}

.top-header a {
  color: #fff;
}

.action-icon {
  width: 200px;
  float: right;
  height: 65px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.main-menu {
  float: left;
  width: calc(100% - 330px);
  padding: 0 10px;
}

.main-menu ul {display: flex;height: 100%;align-content: center;align-items: center;gap: 15px;}

.main-menu ul li {
  padding: 23px 0;
  font-size: 16px;
}

.main-menu ul li a {
  color: #2b3268;
  font-weight: 600;
  border-bottom: 1px solid #fff;
  padding-bottom: 5px;
}

.action-icon svg {
  background: #ededed;
  border-radius: 5px;
  display: inline-block;
  margin-right: 3px;
}

.action-icon a {
  color: #000;
}

.box-slider {
  display: flex;
  flex-wrap: nowrap;
  align-content: space-between;
  justify-content: space-between;
  margin-top: 5px;
  gap: 0px;
}

.box-slider box {
  width: 25%;
}

.box-slider .box {
  width: 25%;
  display: flex;
  text-align: center;
  align-items: center;
  align-content: center;
  flex-wrap: nowrap;
  position: relative;
  justify-content: center;
  overflow: hidden;
  min-height: 330px;
  border-radius: 6px;
}

.box-slider {}

h2.title-slider {
  font-size: 48px;
  font-weight: 600;
}

.box-slider .box button {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  background: none;
  color: #fff;
}

.box-slider .box button svg {
  height: 48px;
  width: 48px;
  background: #ffffff75;
  border-radius: 50%;
  padding: 7px;
}

.box-slider .box button svg path {
  fill: #2b3268;
}

.dieu-tri h2 {
  text-align: center;
  font-size: 27px;
  font-weight: 600;
  margin-bottom: 30px;
}

.dieu-tri {
  /*margin-top: 40px;*/
  padding: 0 15px;
}

.owl-carousel .owl-item .box-list img {
  max-width: 250px;
  max-height: 250px;
  border-radius: 50%;
  object-fit: cover;
  display: block;
  margin: 0 auto;
}

.owl-carousel .owl-item .box-list {
  text-align: center;
  position: relative;
  max-width: 250px;
  max-height: 250px;
  margin: 0 auto;
}

.owl-carousel .owl-item .box-list a {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #2b326896;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
}

.owl-carousel .owl-item .box-list a:hover {
  text-decoration: none;
  background: #2b3268e3;
}

.smile h2, 
.why h2, 
.feedback h2, 
.partner h2 {
  text-align: center;
  font-size: 27px;
  font-weight: 600;
  margin-bottom: 30px;
}

.smile, .why, .partner {
  margin-top: 40px;
}

.jks-container {
  max-width: 1600px;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  gap: 20px;
  align-items: stretch;
}

.box-sm {
  width: 100%;
  background: #2b3268;
  position: relative;
  padding-bottom: 40px;
  border-radius: 10px;
  overflow: hidden;
}

.info-b-sm {
  text-align: center;
  padding: 18px;
  color: #fff;
}

.box-sm:nth-child(2n) {
    background: #3d8ac9;
}

.info-b-sm h3 {
    font-size: 23px;
    height: 50px;
    font-weight: 600;
}

.info-b-sm a {
    display: inline-block;
    padding: 7px 20px;
    background: #b455a0;
    color: #fff;
    border-radius: 8px;
    position: absolute;
    left: calc(50% - 54px);
    bottom: 10px;
    text-decoration: none!important;
}

.section-list {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}

.section-list>div {
  width: 50%;
  text-align: center;
}

.section-list .image img {
  max-height: 400px;
  width: 100%;
  object-fit: cover;
}

.content-w {
  padding: 0 30px;
}

.section-list:nth-child(2n) .image {
  order: 2;
}

.content-w h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 14px;
}

.content-w p {
  font-size: 16px;
  margin: 10px 0;
}

.content-w a {
  display: inline-block;
  padding: 8px 20px;
  color: #fff;
  background: #b455a0;
  border-radius: 4px;
  margin: 15px auto;
}

.number>* {
  display: block;
  font-size: 16px;
}

.number>strong {
  font-size: 40px;
  color: #FF9800;
}

.partner {
    text-align: center;
}

.partner .logo {
    display: flex;
    width: 100%;
    flex-wrap: nowrap;
    margin: 30px 0;
}

.partner .logo a {
    display: block;
    width: 35%;
    text-align: center;
}

.partner .logo a img {
    width: 190px;
    height: 190px;
    border: 1px solid #333;
    border-radius: 50%;
    transition: all .3s;
}

.partner .container>a {
    display: inline-block;
    padding: 8px 20px;
    color: #fff;
    background: #b455a0;
    border-radius: 4px;
    margin: 15px auto;
}

.feedback-container {
  max-width: 1600px;
  margin: 0 auto;
}

.box-feedback {
  width: 300px;
  height: 300px;
}

.box-feedback img {
  border-radius: 8px;
}

.box-feedback .video {
  position: relative;
  width: 100%;
  height: 100%;
}

.box-feedback .video button, .box-feedback .img button {
  position: absolute;
  right: 12px;
  bottom: -19px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: none;
  background: #2b3268;
}

.box-feedback .video button path, .box-feedback .img button path {
  fill: #fff;
}

.box-feedback .img .img-2 {
  display: none;
}

.box-feedback .text {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  background: #2b3268;
  display: flex;
  text-align: justify;
  align-items: center;
  justify-content: center;
  padding: 20px;
  font-size: 16px;
  color: #fff;
}

.box-feedback .img {
  position: relative;
}

.info-feedback a {
  color: #333;
}

.info-feedback a * {
  font-size: 16px;
  margin-bottom: 0;
}

.info-feedback {
  margin-top: 10px;
}

.box-feedback .video button:hover, .box-feedback .img button:hover {
    opacity: .8;
}

.feedback {
  margin-top: 40px;
}

.note-pay{
  text-align: center;
}

.social {
  text-align: center;
  padding: 80px 0;
  background: #bfcbd8;
  margin-top: 30px;
}

.social h2 {
  text-align: center;
  font-size: 27px;
  font-weight: 600;
  margin-bottom: 30px;
}

.list-social img {
  width: 50px;
  margin: 0 5px;
}

footer {
  background: #176eb6;
  border-top: 8px solid #2b3268;
  color: #fff;
}

.menu-footer ul li {
  display: inline-block;
  padding: 0 10px;
}

.menu-footer {
  text-align: center;
  padding-top: 40px;
}

.menu-footer ul li a {
  color: #fff;
}

.logo-footer img {
  width: 300px;
  margin: 50px auto;
  display: block;
}

.logo-footer {
  border-bottom: 1px solid #4f90cf;
  margin-bottom: 40px;
}

.info-footer ul li a {
  color: #fff;
  margin-bottom: 5px;
  display: block;
}

.info-footer {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #4f90cf;
}

.info-decs-footer {
  text-align: center;
  padding-bottom: 20px;
}

.breadcrumbs-container {
  padding: 20px 0;
  font-size: 14px;
  font-weight: 500;
}

.breadcrumbs-container p {
  margin-bottom: 0;
}

.breadcrumbs-container a {
  color: #2b3268;
}

.page-about {
  display: flex;
  padding: 50px 0;
}

.single-page {
  width: calc(100% - 400px);
}

.single-page h1 {
  font-size: 34px;
  font-weight: 600;
  margin-bottom: 30px;
  color: #2b3268;
}

.info-ab {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 15px;
  gap: 30px;
  grid-template-columns: repeat(3, 1fr);
  display: grid;
  margin-bottom: 40px;
}

.info-ab .box-info-ab {box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);border-radius: 8px;padding: 15px;}

.box-i {
  display: flex;
}

.box-i img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 1px solid #2d69a9;
}

.box-i>a {
  width: 120px;
  display: block;
}

.box-i>div {
  width: calc(100% - 120px);
}

.box-i h4 a {
  font-size: 16px;
  color: #333;
  font-weight: 700;
}

.box-i p {
  font-size: 13px;
}

.box-i h4 {
  margin-bottom: 5px;
}

.box-info-ab .more {
  width: 100%;
  padding: 6px 0px;
  text-align: center;
  font-size: 16px;
  border-radius: 5px;
  border: 1px solid #bfdeff;
  margin-top: 15px;
}

.box-info-ab .more a {
  color: #333;
}

.booking-page {
  max-width: 800px;
  margin: 40px auto;
}

.booking-page h1 {
  font-size: 34px;
  font-weight: 600;
  margin-bottom: 30px;
  color: #2b3268;
}

label {}

.form-booking label {
  display: block;
  width: 100%;
}

.booking-page .form-booking label input[type="checkbox"] {
    width: auto;
    display: inline-block;
}

.form-booking span#booking-service>span {
  display: block;
  width: 100%;
  margin: 0;
}


.form-booking span#booking-service>span input {
  height: auto;
  width: auto;
}

.form-booking label span {
  display: block;
}

.form-booking label span input {
  width: 100%;
  padding: 8px;
  padding-left: 10px;
  border: 1px solid #88d1ff;
  margin-top: 5px;
  border-radius: 4px;
}

.form-booking span#booking-service>span span {
  display: inline;
}

span#booking-service {
  display: block;
  margin-top: 10px;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner.booking-order {width: 100px;display: block;margin: 0 auto;padding: 8px;background: #2b3268;color: #fff;border: none;border-radius: 4px;}

.note-booking {
  font-size: 13px;
  text-align: center;
}

.title-service {
  text-align: center;
  margin-top: 30px;
  font-size: 15px;
}

.title-service h1 {
  font-size: 34px;
  font-weight: 600;
  margin-bottom: 30px;
  color: #2b3268;
}

.search-service {
  padding: 50px 0;
  text-align: center;
  background: #d2e7ff;
}

.form-service-search form {
  display: block;
  max-width: 600px;
  margin: 0 auto;
  position: relative;
}

.form-service-search form p {
  margin-bottom: 0;
}

.form-service-search p {
  margin-bottom: 7px;
  font-weight: 600;
  font-size: 16px;
}

.form-service-search form input {
  width: 100%;
  height: 50px;
  padding: 10px;
  border-radius: 4px;
  border: 1px solid #4e78a7;
}

.form-service-search form button {
  position: absolute;
  right: 0;
  top: 0;
  height: 50px;
  width: 50px;
  border: none;
  background: #FF9800;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.form-service-search form button path {
  fill: #fff;
}

.service-container.info-ab {
  margin-top: 40px;
}

.more.more-service {
  padding: 0;
  border: none;
  display: flex;
  gap: 10px;
  border-radius: 5px;
}

.more.more-service>a {
  display: block;
  width: 100%;
  border: 1px solid #bfdeff;
  border-radius: 5px;
  padding: 6px;
}

.more.more-service>a:last-child {
  color: #fff;
  background: #f69804;
  border-color: #f69804;
}

.main-video video {
  height: calc(100vh - 200px);
  width: 100%;
  object-fit: cover;
}

.main-video {
  position: relative;
}

.container-slider-video {
  position: absolute;
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.container-slider-video h1 {
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
  font-weight: bold;
  line-height: 76px;
  color: white;
  letter-spacing: -0.04em;
  font-size: 70px;
}

.main-job h2 {
  font-size: 27px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #2b3268;
}

.main-job {
  margin-top: 20px;
}

.box-job {
  gap: 15px;
  grid-template-columns: repeat(3, 1fr);
  display: grid;
}

.container-job-item {
  border-radius: 8px;
  overflow: hidden;
}

.container-job-item h4 {
  background: #314051;
  margin-bottom: 0;
  font-size: 18px;
  padding: 10px;
}

.container-job-item h4 a {
  color: #fff;
  text-decoration: none!important;
}

.feedback-team,
.data-fb-tuyendung{
  padding: 50px 0;
  background-image: url('https://www.mydentist.co.uk/images/default-source/resourcing/parallax-backgrounds/dentist01.jpg');
  color: white;
  background-attachment: fixed;
  margin-top: 40px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.feedback-team h2 {
  text-align: center;
  font-size: 27px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #fff;
}

.box-fb {
  text-align: center;
}

.box-fb img {
  display: block;
  width: auto!important;
  height: auto;
  margin: 0 auto;
}

.box-fb .name {
  margin: 36px 20px;
}

.box-fb .pos {
  margin: 26px 0;
}

.box-fb .content {
  font-size: 16px;
}

.list-icon-partner {
  padding: 50px 0;
}

.list-icon-partner ul {
  display: flex;
}

.list-icon-partner ul li {
  width: 16.666666666666%;
  text-align: center;
}

.list-icon-partner ul li h4 {
  font-size: 15px;
  line-height: 20px;
  text-align: center;
}

.list-icon-partner ul li .pos-blue {
  font-size: 40px;
  font-weight: 600;
  color: #2b3268;
}

.list-icon-partner ul li img {
  margin-bottom: 6px;
}

.img-banner-main img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
main.single-tuyen-dung{
  position: relative;
}

main.single-tuyen-dung .icon {
  position: absolute;
  padding-top: 40px;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
}

.content-tuyen-d {
  padding: 50px 0;
}

.content-tuyen-d h1 {font-size: 34px;font-weight: 600;margin-bottom: 30px;color: #2b3268;}

.content-single-pro {
  position: relative;
}

a.nop-don {
  position: absolute;
  right: 0;
  top: -63px;
  display: inline-block;
  padding: 8px 30px;
  background: #2b3268;
  border-radius: 20px;
  color: #fff;
}

.box-tuyendung {
  background: #fff;
  color: #333;
  border-radius: 8px;
  overflow: hidden;
}

.box-tuyendung h4 {
  font-size: 20px;
  padding: 10px;
  line-height: 26px;
}

.box-tuyendung p {
  padding: 0 10px;
}

.data-fb-tuyendung h2{
  text-align: center;
  font-size: 23px;
  margin-bottom: 30px;
}

p.note-tuydung {
  text-align: center;
}

.content-apply-now {
  padding: 25px 0;
  text-align: center;
  background: #ededed;
  margin-bottom: 30px;
}

.content-apply-now a {
  display: inline-block;
  padding: 10px 20px;
  background: #2b3268;
  color: #fff;
  border-radius: 30px;
}

.content-more-tuydung h2 {
  font-size: 27px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #2b3268;
}

.member {
  margin-top: 30px;
}

.member h1 {
  font-size: 34px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #2b3268;
}

.member p {
  margin-bottom: 10px;
}

.group-member h2 {}

.group-member {
    margin-top: 30px;
}

.group-member h2 {
    font-size: 22px;
    margin-bottom: 15px;
}

.group-member-list {
    grid-template-columns: repeat(4, 1fr);
    display: grid;
    gap: 10px;
}

.item-m {
    text-align: center;
}

.item-m img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    border: 5px solid #2b3268;
    margin-bottom: 10px;
}

.item-m h4 {
    font-size: 19px;
}

.item-m img:hover {
    border-color: #7fbbff;
}

.section-1 {
  padding: 100px 0;
}

.section-1 .row {
  display: flex;
  align-items: center;
}

.content-shinbi h2 {
  font-size: 38px;
  font-weight: 600;
  margin-bottom: 15px;
}

.content-shinbi p {
  margin-bottom: 30px;
  line-height: 25px;
  font-size: 16px;
}

.section-1 .img img {
  border-radius: 20px;
}

.content-shinbi ul li {
  margin-bottom: 10px;
}

.content-shinbi ul {
  padding-left: 20px;
  margin-bottom: 30px;
  font-size: 16px;
}

.content-shinbi ul li:before {
  content: '';
  width: 6px;
  height: 6px;
  display: inline-block;
  background: #2b3268;
  border-radius: 50%;
  margin-right: 10px;
  position: relative;
  top: -2px;
}

.section-2 {
  background: #ecf2ff;
  padding: 30px 20px;
  border-radius: 20px;
  grid-template-columns: repeat(3, 1fr);
  display: grid;
  gap: 30px;
  margin-bottom: 60px;
}

.section-2 .item-box h3 {
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 15px;
}

.section-2 .item-box p {
  line-height: 25px;
}

.section-3 .row {
  display: flex;
  align-items: center;
}

.section-3 .row img {
  border-radius: 20px;
}

.section-3 {
  padding-top: 20px;
  margin-bottom: 100px;
}

.content-y-nghia h2 {
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 15px;
}

.content-y-nghia p {
  margin-bottom: 30px;
  line-height: 28px;
  font-size: 16px;
}

.section-4 {
  background: #ecf2ff;
  padding: 100px 0;
}

.section-4 .row {
  display: flex;
  align-items: center;
}

.section-4 .col-6:first-child img:first-child {
  height: 300px;
  width: 100%;
  object-fit: cover;
}

.section-4 img {
  margin-bottom: 20px;
  border-radius: 20px;
  box-shadow: 1px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

main.doctor {
  margin: 40px 0;
}

main.doctor h1 {
  font-size: 34px;
  font-weight: 600;
  margin-bottom: 30px;
  color: #2b3268;
}

.bacsy img {
  width: 100%;
  margin-bottom: 20px;
  transition: all .3s;
  padding-top: 30px;
}

.bacsy {
  margin-bottom: 30px;
  overflow: hidden;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
  border-radius: 15px;
  text-align: center;
  background: #ededed;
}

.bacsy h4 {
  font-size: 18px;
  font-weight: 700;
}

.bacsy p {
  font-size: 16px;
}

.list-bac-sy {
  max-width: 900px;
  margin: 0 auto;
}

.content-booking {
  padding: 50px 0;
}

.content-booking .row {
  display: flex;
  align-items: center;
}
.bacsy h4 a {
    color: #2b3268;
}
.content-booking img {
  border-radius: 20px;
}

.content-text h2 {
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
}

.content-text p {
  line-height: 25px;
  font-size: 15px;
}

.content-text .more a {
  display: inline-block;
  padding: 10px 20px;
  background: #2b3268;
  border-radius: 30px;
  color: #fff;
}

.technology-title {
  padding: 40px 0;
  text-align: center;
  background: #dbebf6;
}

.technology-title h1 {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 400;
}

.technology-title .tit {
  font-size: 35px;
  font-weight: 600;
}

.list-section .section {
  padding: 50px 0;
  text-align: center;
}

.list-section .section:nth-child(2n) {
  background: #dbebf6;
}

.list-section .section .rew {
  display: flex;
  align-items: center;
}

.list-section .section .rew>div {
  width: 50%;
}

.list-section .section .rew>div img {
  border-radius: 20px;
}

.list-section .section:nth-child(2n) .rew .img {
  order: 2;
}

.list-section .section .rew .content h2 {
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 20px;
}

.list-section .section .rew .content p {
  line-height: 24px;
  font-size: 15px;
}

.single-review {
  margin: 30px auto;
  max-width: 900px;
  line-height: 25px;
  font-size: 15px;
  text-align: center;
}

main.category h1 {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 30px;
  color: #2b3268;
}

main.category {
  margin-top: 30px;
}

.top-post img {
  width: 100%;
  border-radius: 10px;
  object-fit: cover;
}

.top-post h4 {
  font-size: 20px;
  font-weight: 600;
  margin: 10px 0;
}

.top-post h4 a {
  color: #2b3268;
}

.content-cate ul {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 5px solid #c6e9ff;
}

.content-cate ul {
  gap: 30px;
  grid-template-columns: repeat(3, 1fr);
  display: grid;
  margin-bottom: 30px;
}

.content-cate ul li img {
  border-radius: 4px;
  margin-bottom: 10px;
  object-fit: cover;
  width: 100%;
}

.content-cate ul li h4 {
  font-size: 16px;
  line-height: 23px;
  height: 45px;
  overflow: hidden;
}

.content-cate ul li h4 a {
  color: #2b3268;
}

.top-tags {
  background: #c6e9ff;
  border-radius: 10px;
  padding: 10px 5px;
  text-align: center;
}

.top-tags ul li {
  display: inline-block;
}

.top-tags ul li a {
  color: #333;
  background: #ededed;
  padding: 5px 10px;
  border-radius: 4px;
  margin-bottom: 5px;
  display: inline-block;
}

.image-thumb img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  border-radius: 10px;
  margin-bottom: 10px;
}

.single-post-content p {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 20px;
}

.logo img {
    height: 130px;
}

.main-header {
    display: flex;
    align-items: center;
    position: relative;
    margin-top: -20px;
}

a:hover {
    text-decoration: none;
}

.top-header a {
  font-size: 16px;
  display: inline-block;
  margin-left: 10px;
}

.icon-button {
  display: flex;
  align-items: center;
}

.main-menu ul li ul {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  width: 300px;
  display: block;
  background: #fff;
  top: 40px;
  height: auto;
  border-radius: 4px;
  overflow: hidden;
  transition: all .3s;
  box-shadow: 0 0 2.4rem 0 rgba(0, 0, 0, .08);
  padding: 10px;
}

.main-menu ul li {
  position: relative;
}

.main-menu ul li:hover ul {
  opacity: 1;
  visibility: visible;
  z-index: 99;
  transition: all .3s;
  top: 70px;
}

.main-menu ul li ul li {
  display: block;
  padding: 2px 0;
  font-size: 14px;
}

.main-menu ul li ul li a {
  color: #333;
  border-bottom: none!important;
  padding: 8px 10px;
  border-radius: 4px;
  display: block;
}

.main-menu ul li ul li a:hover {
  color: #fff;
  background: linear-gradient(247deg, #362e7b 0%, #365b7e 87.34%);
}
.menu-mobile{
  display: none;
}

.box-slider .box img {
  border-radius: 6px;
  height: 100%;
  object-fit: cover;
  transform: scale(1.2);
}

.box-slider .box .icon-more {
  position: absolute;
  bottom: 10px;
}

.box-slider .box .icon-more a {
  transition: all .3s;
  display: inline-block;
  padding: 7px 30px;
  font-size: 16px;
  color: #fff;
  background: #b455a0;
  border-radius: 10px;
  font-weight: 600;
}

.icon-button span {
  font-weight: 600;
}

.video-h {
  height: 100%;
  border-radius: 8px;
  overflow: inherit;
}

.video-h video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
  overflow: hidden;
}

.video-h p {
  width: 100%;
  height: 100%;
}

.section-list .image video {
  width: 100%;
  max-height: 400px;
  object-fit: cover;
}

.box-feedback .img.active .img-2 {
  display: block;
}

.box-feedback .img.active .img-1 {
  display: none;
}

.number img {
  text-align: center;
  width: 160px;
  margin: 0 auto;
}


path.tp-star__canvas {
  fill: #2b3268;
}

path.tp-star__canvas--half {
  fill: #2b3268;
}

.review-box svg {
  width: 100px;
}

.container-fx {
  padding: 20px 30px;
  width: 100%;
}

.review-box {
  background: #ededed;
  text-align: left;
  padding: 10px;
  border-bottom: 1px solid #bbdbff;
}

.review-box h4 {
  font-size: 18px;
  margin-top: 10px;
}

.review-box p {
  margin-bottom: 5px;
  height: 80px;
  overflow: hidden;
}

.review-box .date {
  font-size: 16px;
}

.nhasi {
  margin: 100px 0;
}

.doctor_content {
  text-align: center;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.doctor_content h4 {
  font-weight: 300;
  text-transform: uppercase;
  font-size: 15px;
}

.doctor_content h2 span {
  display: block;
  font-size: 26px;
  color: #666;
  font-style: italic;
}

.doctor_content p {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 20px;
}

.doctor_content h2 {
  margin-bottom: 20px;
}

.doctor_content a {
  display: inline-block;
  background: #b455a0;
  padding: 8px 20px;
  border-radius: 4px;
  color: #fff;
}

.list-nha-si ul {
  display: flex;
  gap: 10px;
}
.main-menu>ul>li>a:hover {
    color: #3d8ac9;
    border-color: #3d8ac9;
}
.list-nha-si ul li img {
  height: 100%;
  object-fit: cover;
  transition: all .3s;
}

.list-nha-si ul li a {
    font-size: 13px;
    color: #333;
    width: 100%;
    text-align: center;
    display: block;
}

.owl-carousel .owl-item .box-list a:hover {
    background-color: rgb(180 85 160 / 88%);
}

.box-slider .box .icon-more a:hover {
    background: #cc82bc;
    transition: all .3s;
    text-decoration: underline;
}

.owl-carousel .owl-item .box-list a:hover {
    text-decoration: underline;
}

.partner .logo a img:hover {
  border-color: #b455a0;
  transform: scale(1.05);
  box-shadow: 0 4px 8px rgba(0,0,0,0.3);
  transition: all .3s;
}

.bac_si_page{
  padding: 100px 0;
}

.images-bs {
  border-radius: 50px;
  padding: 40px 50px;
  background: #ededed;
  position: sticky;
  top: 0;
  padding-bottom: 0;
}

.info-bs {
  background-color: #daecff;
  padding: 40px;
  border-radius: 30px;
  margin-bottom: 25px;
  position: relative;
  padding-top: 30px;
}

.info-bs h1 {
  font-size: 32px;
  font-weight: 600;
  color: #2b3268;
  margin-bottom: 5px;
}

.info-bs .booking {
  display: flex;
  position: absolute;
  right: 28px;
  top: 32px;
  padding: 7px 20px;
  gap: 5px;
  align-items: center;
  background: #2b3268;
  color: #fff;
  border-radius: 30px;
  text-transform: uppercase;
}

.info-bs .booking path {
  fill: #fff;
}

.gioi-thieu p {
  margin-bottom: 0;
  margin-top: 30px;
}

.content-bs {
  background-color: #F5F5F3;
  padding: 40px;
  border-radius: 30px;
  margin-bottom: 25px;
  color: #414141;
  font-size: 15px;
}

.content-bs p {
  margin-bottom: 20px;
}

.content-bs h3 {
  font-size: 23px;
  font-weight: 600;
  margin-bottom: 20px;
}

.info-bs ul {
  margin-bottom: 20px;
}

.content-bs ul {
  margin-bottom: 20px;
  padding-left: 30px;
}

.content-bs ul li {
  margin-bottom: 15px;
  list-style: outside;
}

.content-bs ul li:last-child {
  margin-bottom: 0;
}

div#chinhanh h1{
  font-weight: 600;
  padding: 30px 0;
  font-size: 34px;
}

.open-time h2, .chi-nhanh-info h2 {
  font-weight: 600;
  font-size: 21px;
  margin-bottom: 10px;
}

.chi-nhanh-info h2 {}

.open-time table {
  width: 100%;
  font-size: 16px;
}

td.ot-day {
  width: 70%;
}

.open-time table tr td {
  text-align: center;
  padding: 4px 0px;
}

.open-time table tr td:first-child {
  text-align: left;
}

.open-google-maps iframe {
  border-radius: 6px;
  overflow: inherit;
}

.open-google-maps {
  border: 1px solid #2b3268;
  border-radius: 8px;
}

.chi-nhanh-info {
  margin-top: 30px;
}

.chi-nhanh-info p {
  margin-bottom: 0;
}

.star img {
  width: 30px;
}

.thong-tin-pk {
  margin-top: 30px;
}

.thong-tin-pk h2,
.google-review h2 {
  font-weight: 600;
  font-size: 21px;
  margin-bottom: 10px;
}

.thong-tin-pk .avt img {
  border-radius: 10px;
}
.star-google {
  display: flex;
  justify-content: space-between;
  color: #333;
  margin-bottom: 20px;
}

.owl-carousel .owl-item  .img-star img {
  width: 20px;
  display: inline-block;
}

.google-logo img {
  width: 100px!important;
}

.google-review {
  margin: 30px 0;
}

.box-custom-review {
  padding: 20px;
  background: #c6e9ff;
  border-radius: 13px;
  position: relative;
}

.box-custom-review a {
  color: #353232;
}

.google-review .owl-theme .owl-dots {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
}

.open-time .booking,
.sidebar-ser .booking {
  margin: 0 auto;
  padding: 10px 20px;
  background: #2b3268;
  color: #fff;
  border-radius: 30px;
  text-align: center;
  display: flex;
  justify-content: center;
  width: 150px;
  align-items: center;
  gap: 10px;
}

.open-time .booking path {
  fill: #fff;
}

.slider-review-go {
  position: relative;
}

.slider-review-go:after {content: '';display: block;position: absolute;width: 0px;height: 0;border: 15px solid #fff0;border-top: 15px solid #c6e9ff;left: 35px;}
img.aligncenter {
  display: block;
  margin: 0 auto;
}

img.aligncenter + i {
  display: block;
  text-align: center;
}
.banner-service-one{
  padding: 50px 0;
  background: url('https://www.mydentist.co.uk/images/default-source/dental-health/teeth-straightening/ts_header-banner_bg2.jpg') center center no-repeat;
  background-size: cover;
}

.service-content h1 {
  font-size: 40px;
  color: #b455a0;
  margin: 10px 0;
  font-weight: 600;
  margin-bottom: 30px;
}

.single-content h2 {
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 10px;
}

.single-content ul {
  margin-bottom: 20px;
  padding-left: 30px;
}

.single-content ul li {
  list-style: disc;
  margin-bottom: 5px;
}

.single-content ul li:last-child {
  margin-bottom: 0;
}

.sidebar-ser {
  text-align: center;
}

.sidebar-ser .img-s {
  margin-top: 10px;
}

.sidebar-ser path {
  fill: #fff;
}

.giaiphap {
  margin-top: 30px;
}

.giaiphap h2 {
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 20px;
}

.box-gp img {
  width: 100%;
  border-radius: 10px;
  margin-bottom: 10px;
}

.box-gp {
  text-align: center;
}

.box-gp h4 {
  text-align: left;
  font-weight: 600;
  font-size: 20px;
}

.box-gp p {
  text-align: justify;
  line-height: 20px;
  margin-bottom: 20px;
}

.box-gp a {
  display: inline-block;
  padding: 10px 20px;
  background: #b455a0;
  color: #fff;
  border-radius: 30px;
  margin-bottom: 20px;
  font-size: 17px;
}

.cac-loai h3 {
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 20px;
}

.cac-loai {
  margin-top: 30px;
}

.list-b {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 20px;
}

.list-b>a {
  display: block;
  text-align: center;
}

.list-b img {
  border: 1px solid #cfeaff;
  border-radius: 50%;
  transition: all .3s;
  margin-bottom: 5px;
}

.list-b p {
  margin-bottom: 0;
  color: #b455a0;
}

.list-b a:hover img {
  border: 1px solid #b455a0;
  transition: all .3s;
  transform: scale(1.05);
}

.phuongphap {
  margin: 100px 0;
  text-align: center;
  padding: 0 15px;
}

.phuongphap h2 {
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 20px;
}

.phuongphap a {
  display: inline-flex;
  padding: 10px 20px;
  background: #b455a0;
  color: #fff;
  border-radius: 30px;
  margin-bottom: 20px;
  font-size: 17px;
  align-items: center;
  gap: 10px;
}

.phuongphap a path {
  fill: #fff;
}

.taisao h2 {
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 20px;
}

.list-icon {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.conso {
  display: block;
  text-align: center;
}

.conso>* {
  display: block;
}

.conso strong {
  font-size: 30px;
}

.conso img {
  width: 130px;
  margin: 0 auto;
}

.taisao {
  margin-bottom: 40px;
}

.ket-qua h2 {
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 20px;
}

h2 {}

.ket-qua {
  padding: 50px 0;
  background: #d4ecff;
}

.video-img .video>img {
  width: 100%;
}

.video-img .video {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  border: 2px solid #a8cae5;
}

.video-img .mark {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  top: 0;
  left: 0;
  justify-content: center;
  align-items: center;
  background: none;
}

.video-img .video:hover {
  border-color: #b455a0;
}

.video-img .mark .play {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #2b3268db;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  transition: all .3s;
}

.video-img .mark .play img {
  width: 30px;
}

.video-img .video:hover .mark .play {
  transition: all .3s;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 0;
  background: #b455a0db;
}

.video-img {
  text-align: center;
  margin-bottom: 30px;
}

.video-img p {
  font-weight: 600;
  margin-top: 5px;
  margin-bottom: 0;
}

.ket-qua .kq img {
  width: 100%;
  border-radius: 8px;
}

.ket-qua .kq {
  text-align: center;
  position: relative;
  margin-bottom: 50px;
}

.ket-qua .kq span {
  padding: 10px 15px;
  background: #fff;
  border-radius: 4px;
  position: absolute;
  display: block;
  width: 80px;
  left: calc(50% - 40px);
  bottom: -20px;
}
.bacsy img:hover {
    transition: all .3s;
    transform: scale(1.1);
}

.bacsy>a {
    display: block;
    overflow: inherit;
}
.single-post-content ul, .single-post-content li {
  width: 100%;
  border: none;
  display: block;
  margin-bottom: 20px;
  margin-top: 0;
  padding-top: 0;
  font-size: 18px;
}

.single-post-content ul {
}

.single-post-content ul li:before {display: inline-block;width: 5px;height: 5px;background: #4b4b4b !important;content: '';border-radius: 50%;margin-right: 8px;position: relative;top: -1px;}
.info-b-sm a:hover {
    background: #e287cf;
    text-decoration: underline!important;
}

.content-w a:hover {
    background: #d473c0;
    text-decoration: underline;
}
.single-page h2,
.single-post-content h2 {
    color: #2b3268;
    font-size: 30px;
}

.single-page h3,
.single-post-content h3 {
    color: #2b3268;
    font-size: 26px;
}

.single-page h4,
.single-post-content h4 {
    font-size: 24px;
    color: #2b3268;
}

.single-page h5,
.single-post-content h5 {
    font-size: 22px;
    color: #2b3268;
}

.single-page h6,
.single-post-content h6 {
    font-size: 20px;
    color: #2b3268;
}

.single-post-content table {
  width: 100%;
  margin-bottom: 15px;
}

.single-post-content tr td {
  padding: 10px;
  font-size: 18px;
}

.single-post-content table tbody tr:first-child {
  background: #2b3268;
  color: #fff;
}

.quatrang {
  text-align: center;
  margin-bottom: 20px;
}

.quatrang>* {
  display: inline-block;
  padding: 5px 16px;
  background: #fff;
  border-radius: 4px;
  border: 1px solid #2b3268;
}

.quatrang>a {
  color: #2b3268;
}

.form-booking label span.wpcf7-list-item span {
    display: inline-block;
    margin-left: 10px;
}

.list-nha-si ul li img:hover {
    transform: scale(1.1);
    transition: all .3s;
}

.list-nha-si ul li .img {
    overflow: hidden;
}

span.search path {
  fill: #fff;
}

span.search svg {
  width: 20px;
  margin-left: 13px;
}

.form-search-top {
  width: 300px;
  position: absolute;
  right: 15px;
  background: #ffffffed;
  padding: 10px;
  border-radius: 4px;
  top: 40px;
  display: none;
}

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

.form-search-top input {
  width: 100%;
  font-size: 14px;
  height: 35px;
  padding-left: 10px;
  border: 1px solid #b6b4b4;
}

.form-search-top button {
  height: 35px;
  position: absolute;
  width: 40px;
  right: 0;
  background: none;
  border: none;
  margin-right: 10px;
  top: 8px;
}

@property --n {
  syntax: "<integer>";
  initial-value: 0;
  inherits: false;
}

strong.number {
  animation: animate var(--duration) forwards var(--timing, linear);
  counter-reset: num var(--n);
  font-weight: bold;
  font-family: sans-serif;
}
strong.number::before {
  content: counter(num);
}

@keyframes animate {
  from {
    --n: var(--from);
  }
  to {
    --n: var(--to);
  }
}

.partner .container>a:hover,
.doctor_content a:hover{
    background: #d473c0;
    text-decoration: underline;
}
.section-list:first-child .image img {
  border-top-right-radius: 10px;
}

.section-list:last-child .image img,
.section-list:last-child video {
  border-bottom-left-radius: 10px;
}
.related-bs {
  margin-top: 40px;
}

.related-bs h3 {
  text-align: center;
  margin-bottom: 30px;
}
.click-video .play img {
  width: auto!important;
  height: auto!important;
}

.click-video .play {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  cursor: pointer;
}

.click-video {
  position: relative;
}

.uu-dai,
.lien-quan {
  background: #fff;
  box-shadow: 2px 1px 5px 0px #e9e9e9;
  padding: 10px;
  border-radius: 10px;
  margin-bottom: 30px;
}

.uu-dai h3,
.lien-quan h3 {
  font-size: 18px;
  margin-bottom: 10px;
}

.uu-dai input {
  width: 100%;
  margin-bottom: 10px;
  font-size: 14px;
  height: 40px;
  padding-left: 10px;
  border-radius: 4px;
  border: 1px solid #ededed;
  line-height: 40px;
}

.uu-dai p {
  margin-bottom: 0;
  position: relative;
}


.uu-dai input.wpcf7-form-control.wpcf7-submit.has-spinner {
  margin-bottom: 0!important;
}

.uu-dai span.wpcf7-spinner {
  position: absolute;
  right: 0;
  bottom: 0;
}

.uu-dai form.wpcf7-form {
  position: relative;
}

.uu-dai .wpcf7-not-valid-tip {
  font-size: 12px;
}

li.related-post {
  display: flex;
}

li.related-post img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 4px;
}

li.related-post a {
  font-size: 14px;
  line-height: 19px;
  padding-left: 10px;
  color: #333;
}

li.related-post {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #ededed;
}

li.related-post a:hover {
  color: #236eb6;
}

li.related-post:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

li.related-post img:hover {
  opacity: 0.8;
}

.sidebar {
  position: sticky;
  top: 15px;
  margin-bottom: 15px;
}
.contact-page h1, .contact-page h3 {
  font-size: 20px;
  text-transform: uppercase;
  color: #2b3268;
  margin-bottom: 20px;
}

.contact-page {
  margin-top: 30px;
}

.chi-nhanh {
  display: flex;
}

.content-info-ct {
  width: calc(100% - 60px);
  padding-left: 10px;
}

.chi-nhanh .icon {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #2b3268;
}

.chi-nhanh .icon path {
  fill: #fff;
}

.content-info-ct strong {
  display: block;
}

.content-info-ct .chinhanh {
  margin-bottom: 20px;
}

.contact-form-page label {
  display: block;
  width: 100%;
}

.contact-form-page label>span {
  display: block;
}

.contact-form-page label>span input[type="text"],
.contact-form-page label>span input[type="email"],
.contact-form-page label>span select,
.contact-form-page label>span input[type="tel"] {
  width: 100%;
  height: 35px;
  font-size: 14px;
  padding-left: 10px;
  border: 1px solid #d0d0d0;
  border-radius: 4px;
  margin-top: 5px;
}

.contact-form-page .wpcf7-list-item {
  display: block;
  margin: 0;
}

.contact-form-page .wpcf7-list-item label {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 14px;
}

.contact-form-page .wpcf7-form-control-wrap[data-name="checkbox-service"] {
  margin-top: 10px;
}

.contact-select-vertical {
  padding: 50px;
  text-align: center;
  color: #fff;
  background-repeat: no-repeat;
  background-size: cover;
}

.contact-select-vertical h2 {
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.form-call-back form>p {
  display: flex;
  gap: 10px;
}

.form-call-back form>p input, .form-call-back form>p select {
  width: 200px;
  height: 35px;
  font-size: 13px;
  border-radius: 5px;
  border: 1px solid #ededed;
  padding-left: 10px;
}

.form-call-back input.wpcf7-form-control.wpcf7-submit.has-spinner.booking-order {
  width: 200px;
}
.google-maps-contact {
  display: flex;
  width: 100%;
  gap: 10px;
  margin-top: 25px;
}

.google-maps-list {
  flex: 1;
}


.mobile-bar {
  position: fixed;
  z-index: 99999999999;
  bottom: 0;
  left: 0;
  background: #ededed;
  height: 55px;
  width: 100%;
  display: none;
}

.mobile-bar ul {
  display: flex;
}

li.mobile-call {
  width: 50px;
}

.mobile-bar ul li img {
  display: block;
  width: 30px;
  margin: 0 auto;
  height: 35px;
  object-fit: contain;
}

.mobile-bar ul li {
  text-align: center;
  width: 20%;
  position: relative;
}

.mobile-bar ul li.mobile-call a {
  position: absolute;
  display: flex;
  width: 70px;
  height: 70px;
  text-align: center;
  background: #ffffff;
  top: -28px;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  left: 6px;
  animation: zoom 1.3s infinite;
}

.mobile-bar ul li a {
  color: #333;
  font-size: 13px;
}

.mobile-bar ul li.mobile-call a img {
  width: 30px;
  height: 30px;
  animation: phone-vr-circle-fill 1s infinite ease-in-out;
  position: relative;
  z-index: 99;
}
.mobile-bar ul li.mobile-call a:before {
    width: 70px;
    height: 70px;
    top: 0;
    left: 0;
    position: absolute;
    box-shadow: 0 0 0 0 #2b3268;
    background-color: rgb(49 113 184);
    border-radius: 50%;
    border: 2px solid transparent;
    -webkit-animation: phone-vr-circle-fill 2.3s infinite ease-in-out;
    animation: phone-vr-circle-fill 2.3s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animuiion: zoom 1.3s infinite;
    animation: zoom 1.3s infinite;
    content: '';
}

.show-menu-bar {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  background: #fff;
  height: 100vh;
  overflow: scroll;
  z-index: 99999999;
  display: none;
}

.show-menu-bar ul#main-nav {
  background: #fff;
}

.show-menu-bar ul#main-nav li ul {
  padding-left: 20px;
  margin-top: 5px;
}

.show-menu-bar ul#main-nav li ul li {
  list-style: disc;
}

.show-menu-bar ul#main-nav li a {
  color: #333;
}

.show-menu-bar ul#main-nav li {
  margin-bottom: 6px;
}

.show-menu-bar ul#main-nav>li {
  margin-bottom: 15px;
}

.close-bar {
  padding: 4px;
  color: #e00;
  background: #f4f4f4dd;
  text-align: center;
  font-size: 18px;
  cursor: pointer;
}

.show-menu-bar ul#main-nav {
  margin-top: 0;
}

.chat-bar {
  position: fixed;
  right: 0;
  top: 50%;
  font-size: 12px;
  text-align: center;
  background: #fff;
  border-radius: 5px;
  padding: 15px 5px;
  z-index: 9999;
  box-shadow: 4px 4px 10px 2px rgba(135, 135, 135, 0.6);
}

.chat-bar img {
  width: 30px;
  display: block;
  margin: 0 auto;
}

.chat-bar ul li {
  margin-bottom: 10px;
}
.chat-bar ul li:last-child {
  margin-bottom: 0;
}

.chat-bar ul li a {
  color: #333;
}
.chat-bar ul li a.phone img {
  background: #4CAF50;
  padding: 6px;
  border-radius: 50%;
}
.chat-bar ul li:hover a{
  opacity: 0.8;
  color: #2b3268;
}
@-webkit-keyframes phone-vr-circle-fill {
  0% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
  }
  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }
  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes zoom {
  0% {
    transform: scale(0.9);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 15px transparent;
  }
  100% {
    transform: scale(0.9);
    box-shadow: 0 0 0 0 transparent;
  }
}
@keyframes zoom {
  0% {
    transform: scale(0.9);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 15px transparent;
  }
  100% {
    transform: scale(0.9);
    box-shadow: 0 0 0 0 transparent;
  }
}
.single-post-content ul li ul{
  padding-left: 20px;
  margin-top: 10px;
}
/* */

.box-phuongphap.jks-container {
  display: block;
  overflow: hidden;
  max-width: 1200px;
}
.box-items.box-sm {
  width: 25%;
  float: left;
  background: none;
  padding: 0 15px 0px;
  margin-bottom: 25px;
  transition: all .5s;
}
.box-items.box-sm a {
  display: block;
  text-align: center;
  color: #333;
  margin-bottom: 10px;
}
.box-items.box-sm a.item-title {
  height: 40px;
  line-height: 20px;
  overflow: hidden;
}
.box-items.box-sm:hover, .box-items.box-sm:focus {
    box-shadow: 5px 5px 40px #ccc;
    color: #606060;
}

.pum-content .wp-video-shortcode {
  max-height: 500px !important;
}
/* */
.box-new-tintuc {
  background-color: #f8f8f8;
  padding: 40px 0 20px;
}
.blog-new {
  overflow: hidden;
  margin-bottom: 0;
}
.blog-new li {
  width: 48%;
  float: left;
  overflow: hidden;
  margin-bottom: 15px;
  background: #fff;
  padding: 10px 5px;
}
.blog-new li:nth-child(2n) {
  float: right;
}
.blog-new li:nth-child(2n+1) {
  clear: both;
}
.blog-new li .thumb-new {
  width: 80px;
  display: block;
  float: left;
}
.blog-new li .thumb-new img {
  height: 80px;
  object-fit: cover;
  border-radius: 100px;
}
.blog-new li .item-new-title {
  width: calc( 100% - 80px - 20px );
  float: right;
}
.con-nd {
  font-size: 12px;
}
.title-b {
/*      display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;*/
    overflow: hidden;
    margin-bottom: 10px;
}
.title-new {
  overflow: hidden;
  margin-bottom: 20px;
}
.link-video {
  overflow: hidden;
  padding-top: 20px;
}
.link-video .mejs-container {
  min-height: 220px;
}

.top-sologan{
background: rgb(179,123,10);
background: linear-gradient(90deg, rgba(179,123,10,1) 0%, rgba(255,247,184,1) 100%);
  color: #fff;
  text-align: center;
  padding: 10px 0;
}

/* */
.marquee {
  position: relative;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  text-align: right;
  background: #fff;
  color: #2b3268;
}

.track {
/*  position: absolute;
  white-space: nowrap;*/
  will-change: transform;
  animation: marquee 10s linear infinite;
}
.marquee .content {
  width: 100%;
  padding: 20px 2%;
  overflow: hidden;
}
.marquee .content .text-sl {
  font-size: 1em;
  padding: 10px 20px;
  position: relative;
    margin: 0 50px;
    text-transform: uppercase;
}

@keyframes marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-100%); }
}
.info-footer ul {
  margin-left: 15px;
}
.info-footer li {
list-style: outside;
    color: #fff;
}
.nd-banner{
  overflow: hidden;
}
.widget-wrap video {
    height: 620px;
    width: 100%;
    object-fit: cover; // use "cover" to avoid distortion
    position: absolute;
}
.widget-wrap {
  overflow: hidden;
  position: relative;
  height: 620px;
}
.widget-wrap:after {
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  position: absolute;
  display: block;
}
.marquee .content .text-sl:before {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(-50%, -50%);
    background-color: #2b3268;
}

/* */
.form-dk {
  background: #E0F0FE;
  position: relative;
  margin-top: 50px;
  padding: 0px 0;
  min-height: 640px;
}
.form-dk:before {
    content: "";
    display: block;
    width: 100%;
    height: 650px;
    background: url(../images/line.svg) no-repeat center top;
    position: absolute;
    top: 30px;
    left: 0;
}
.form-dk:after {
  content: '';
  clear: both;
  display: block;
}
.form-dk .container > div {
  width: 50%;
  float: left;
}
.form-dk .container > div.right {
    float: right;
    padding-top: 200px;
    width: 47%;
    position: relative;
    z-index: 99;
}
.form-dk-co input {
  height: 50px;
  padding: 5px 10px;
  border: none;
  width: 100%;
  margin-bottom: 10px;
}
.form-dk-co .input-field p label {
  display: block;
  width: 49%;
  float: left;
}
.form-dk-co .input-field p label:nth-child(2n) {
  float: right;
}
.form-dk-co .input-field select {
    width: 100%;
    height: 50px;
    border: none;
    padding: 0 10px;
}
.input-field {
  overflow: hidden;
  width: 100%;
}
.form-dk-co textarea {
  height: 160px;
  width: 100%;
  border: none;
  padding: 5px 10px;
}
.form-dk .left img{
  position: relative;
}
.form-dk-co input[type=submit] {
  background: #2b3268 !important;
    color: #fff !important;
}
.input-but {
  text-align: center;
}
.input-but input {
  width: 200px;
  border-radius: 100px;
}
.form-dk-co .wpcf7-spinner {
  display: none;
}
.content-cate h1 {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .box-items.box-sm {
    width: 50%;
  }
  .blog-new li {
    width: 100% !important;
  }
  .title-b {
    display: block;
  }
  .track {
    width: 1000px;
  }
  .marquee .content .text-sl {
      font-size: 1em;
      margin: 0 10px;
  }
  .modal-body iframe {
    width: 100%;
    height: 250px !important;
  }
  .main-header {
    position: relative;
    z-index: 99;
  }
  .widget-wrap,
  .widget-wrap video {
    height: 250px;
  }
  .form-dk .container > div {
    width: 100% !important;
  }
  .form-dk .container > div.right {
    padding-top: 50px;
  }
  .form-dk .left img {
    display: none;
  }
  .single-post-content ul, .single-post-content li {
    font-size: 15px;
  }
    .form-dk {
        min-height: initial;
    }
}
h1.service-title {
  text-align: center;
  margin: 40px;
  font-weight: 600;
  font-size: 36px;
  color: #35487d;
}

.container-job-item img {
  height: 200px;
  width: 100%;
  object-fit: cover;
}
.news-list ul li ul li {
  margin-bottom: 0;
}