.pt{
    padding-top: 40px;
}
.pb{
    padding-bottom: 40px;
}
.slick-dotted.slick-slider {
    margin-bottom: unset;
  }
.slick-dots {
    bottom: 8px;
}
.slick-dots li {
    width: fit-content;
}
.slick-dots li button::before {
    content: unset;
}
.slick-dots li button{
    height: 13px;
    width: 13px;
    background-color: #7aabe4;
    border-radius: 100%;
}
.slick-dots li.slick-active button{
    background-color: #3c84d7;
}
main{
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
main1::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ffffffcf;
}
.home-temp .clm{
    margin-bottom: 30px;
}
.border-rd40{
    border-radius: 15px;
    overflow: hidden;
    box-shadow: rgb(0 0 0 / 20%) 0px 3px 8px;
    border: none !important;
}
.card{
    /* margin-bottom: 30px; */
    /* height: 100%; */
}
.card-cate{
    background-color: rgb(33, 112, 207);
    color: rgb(255, 255, 255);
    font-size: 16px;
    padding: 4px 16px;
    border-radius: 18px;
    margin-right: 10px;
    display: block;
    font-weight: 500;
    top: 15px;
    left: 20px;
    z-index: 99;
}
section.news-hot.slide-1 {
    border-radius: 15px;
    overflow: hidden;
}
.service-box:hover {
    box-shadow: rgb(0 0 0 / 43%) 0px 0px 5px;
}
.card ul li a,
.card__title{
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    color: #333;
    padding-bottom: 5%;
    margin: 0px;
    padding-left: 10px;
    padding-right: 10px;
}
.card ul li a{
    padding: 4px 15px;
    display: block;
    font-size: 17px;
    text-align: left;
}
.card-content{
    background: linear-gradient(0deg, rgb(46 141 255) 3%, rgb(138 193 255) 17%, rgba(255, 255, 255, 0.5858544101234244) 48%, rgba(255, 255, 255, 0) 63%);
}
.card-list{
    padding: 0px 0px 0px 0px;
    background-color: white;
    height: 100%;
}
.card-list__title{
    font-size: 20px;
    color: #2170cf;
    margin-bottom: 8px;
    padding: 15px 20px 10px;
    font-weight: 800;
    background: #eee;
    margin: 0;
}
.card-list ul {
    padding: 10px 0;
}
.card-content-list{
    top: 65%;
    background: linear-gradient(0deg, rgba(33,112,207,0.8015406846332283) 0%, rgba(33,112,207,0.8015406846332283) 18%, rgba(33, 112, 207, 0.28) 48%,rgba(33, 112, 207, 0) 63%);
    height: unset;
}
.card-content-list a h4{
    color: white;
}
.news-hot img{
	height: 256px !important;
}
.news-hot .card-content {
    background: rgb(33,112,207);
    background: linear-gradient(0deg, rgba(53, 140, 244, 0.6) 0%, rgba(255, 255, 255, 0.85) 18%, rgba(255,255,255,0.5858544101234244) 48%, rgba(255,255,255,0) 63%);
}
.card-news__title{
    text-align: left;
    padding: 8px 13px;
    margin-bottom: 10px;
    font-size: 20px;
    color: #2170cf;
    font-weight: 700;
    text-transform: uppercase;
}
.card-news__title svg{
    height: 17px;
    fill: rgb(33,112,207);
    margin-right: 5px;
    position: relative;
    top: -3px;
}
.card-news-content ul li:not(:last-child){
    margin-bottom: 5px;
}
.programme-button-right:hover a {
    background: #73b638;
    color: #fff;
    transition: 0.5s ease;
}
.news__img img{
    height: 75px;
    width: 85px;
    border-radius: 10px;
    margin-right: 15px;
}
.news__img span{
    display: block;
    font-size: 14px;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.card-news-content{
    padding-bottom: 40px;
    padding-top: 15px;
    background: linear-gradient(0deg, rgba(53, 140, 244, 0.8) 0%, rgb(187, 210, 236) 18%, rgba(255, 255, 255, 0.64) 48%, rgba(255, 255, 255, 0.31) 63%);
}
.home-temp .clm:nth-child(4){
    /* margin-bottom: 0px; */
}



.service-temp-body .row{
    /* background-color: white; */
    margin-bottom: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
}


.service-box{
    background-color: white;
    padding: 15px 7px;
    box-shadow: rgba(0, 0, 0, 0.18) 0px 0px 5px;
    border-radius: 10px;
    height: 100%;
}
.service-box a img{
    height: 50px;
    margin-bottom: 9px;
}
.service-box a h3{
    font-size: 15px;
    color: black;
    font-weight: 400;
}

.combo-box{
    padding: 15px 25px;
    background: rgb(255,255,255);
    background: linear-gradient(180deg, rgba(255,255,255,1) 55%, rgba(119,170,227,1) 100%);
    border-radius: 15px;
    margin-bottom: 30px;
    min-height: 170px;
}
.combo-box .combo-img{
	margin-left:10px;
	width: 43%;
}
.combo-box .combo-img img {
  	width: 100%;
  	height: 145px;
  	border-radius: 10px;
}
.combo-content a h4{
    font-size: 17px;
    color: #2170cf;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-top: 0;
    margin-bottom: 0px;
    font-weight: 700;
}
.combo-content .price{
    font-size: 17px;
    color: #2170cf;
    font-weight: 500;
    margin: 3px 0px;
    padding-bottom: 0px;
}
.combo-content p{
    font-size: 14px;
    line-height: 1.5;
    color: #2170cf;
    font-weight: 500;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}


.clinic-temp .seemore{
    color: white;
}
.clinic-temp .card-list__title {
    font-size: 30px;
    font-weight: bold;
}
.clinic-temp .card ul li a, .clinic-temp .card__title {
    font-size: 27px;
}
.clinic-box {
    padding: 30px 40px;
    background-color: white;
    border-radius: 30px;
    height: 100%;
}
.clinic-box p{
    font-size: 15px;
    font-weight: 500;
    color: #2170cf;
}
.clinic-box a{
    font-size: 16px;
    font-weight: bold;
    color: #2170cf;
    text-decoration: underline;
}
.clinic-body .clm{
    margin-bottom: 30px;
}


.programme-box{
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 30px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.programme-content{
    background-color: white;
    padding: 10px 20px 20px 20px;
}
.programme__title{
    font-weight: 600;
    font-size: 16px;
    color: black;
    margin-bottom: 15px;
    min-height: 41px;
}
.programme-button .line,
.programme-button::before,
.programme-button::after{
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    transform: translate(-50%);
    left: 50%;
}
.programme-button::before{
    top: -10px;
}
.programme-button::after {
    bottom: -10px;
}
.programme-button-right,
.programme-button__sell{
    width: 50%;
}
.programme-button .line{
    height: 100%;
  width: 3px;
  top: 0;
}
.programme-button{
    background: #0766f7;
    position: relative;
    overflow: hidden;
    border-radius: 12px;
}
.programme-button-right{
    padding: 6px 9px 9px 13px;
}
.programme-button-right a {
    color: #000;
    background: #ffda44;
    padding: 6px;
    border-radius: 7px;
    font-weight: 500;
    display: block;
    width: 100%;
    text-align: center;
}
.programme-button__sell{
    padding: 0px 0px 0px 15px;
    color: white;
    font-size: 18px;
    font-weight: 600;
}
.programme-content .date small{
    font-size: 14px;
    color: #0766f7;
    font-weight: 600;
    margin-top: 15px;
    display: block;
}


.about-section .about-section__title{
color: #2170cf;
  font-size: 52px;
  font-weight: 600;
  text-transform: unset;
}
.about-section .desc{
    margin: 10px 0px; 
}
.about-section-icon {
    margin: 0px -15px;
}
.about-section-icon img{
    height: 84px;
    padding: 0px 15px;
}
.about-banner img{
    height: 400px;
}
.about-info__title{
font-size: 27px;
  font-weight: 600; 
}
.hisory-img img{
    height: 500px;
}
.hisory-desc p{
    font-size: 14px;
}
.hisory-title{font-size: 45px;
  line-height: 1.7;
  font-weight: bold;
  color: #2170cf;
  text-transform: unset;}
.hisory__title{
    font-size: 18px;
    line-height: 1.7;
    font-weight: 600;
}
.hisory-img{
    margin-bottom: 15px;
}

.value-box img{
    border-radius: 15px;
}
.value-content{
    padding: 32px;
    background: #fff 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 20px rgba(0,0,0,.1411764706);
    border-radius: 6px;
    width: max-content;
    min-height: 365px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 260px;
    position: absolute;
    left: 45px;
    top: 50%;
    transform: translate(0%, -50%);
}
.new-innovations__title{
color: #2170cf;
  margin-bottom: 25px;
  font-size: 40px;
  font-weight: 700;
}

.list-news img{
    aspect-ratio: 0/.6;
    height: 200px !important;
  
}
.card-content.card-content-list a {
    margin-bottom: 5px;
}
.home-service .home-service-card{
    padding-bottom: 48px;
}
.form-group {
    margin-bottom: 0px;
  }
  .programme-temp .card {
    margin-bottom: 30px;
}
.clm.home-temp-box.home-service .card-list__title {
    background: linear-gradient(179deg, #085bb561 0%, rgb(80 158 245) 18%, rgb(5 82 181 / 72%) 48%, #0559b5de 63%);
    margin-top: 0px;
    padding: 9px;
    text-align: center;
    border-bottom: 1px solid #cdcdcd;
    color: #fff !important;
}
    .card:hover img {
    transform: scale(1.2);
    transition: 0.5s ease;
}
.card-content.card-content-list a {
    margin-bottom: 5px;
}

.card-content.card-content-list a h4 {
    font-weight: 600;
    font-size: 16px;
}
.card-list ul li a:hover {
    color: #73b638;
}

.card-content.card-news-content ul li a span:hover {
    color: #73b638;
}
.service-temp-body .clm {
    margin-bottom: 25px;
}

.service-temp-body .row {
    margin-bottom: 0px;
    padding-bottom: 0px;
}
.service-box:hover {
    background: rgb(115, 182, 56);
    transition: 0.5s ease;
}

.service-box:hover h3 {
    color: #fff;
    transition: 0.5s ease;
}
.service-box:hover img {
        transform: scale(1.1);

    transition: 0.5s ease;
}
li.btn-dk img {
    width: 70px !important;
    height: 70px !important;
}
.fixed-social ul {
    text-align: center;
}
 header{
    position: relative;
    z-index: 1;
    left: 0;
    right: 0;
  }
  footer {
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
}
  main{
  }
.value-content span,
.value-content p,
.new-innovations .desc p,
.about-info p{
  font-size: 17px !important;
  font-weight: 500;
  line-height: 1.8;
}
.new-innovations{
  background-color: #f9f9f9;
}
.title_thuvien {
    text-align: center;
}
.title_thuvien h1 {
    font-size: 40px;
    font-weight: 700;
    margin: 0;
    color:rgb(33, 112, 207);
    text-transform: uppercase;
}
.news-list {
    margin-top: 0;
}
.news-list:not(:last-child) {
    margin-bottom: 20px;
}
.news-list__item {
    transition: all .3s ease-in;
    margin-bottom: 15px;
}
.news-list__img {
    width: 225px;
}
.news-list__img img {
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
}
.news-list__ct {
    width: calc(100% - 225px);
    padding: 0px 15px;
}
.news-list__ttl {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 6px;
    color: #313131;
    margin-top: 5px;
}
.news-list__brief {
    font-size: 14px;
    color: #383838;
    margin-bottom: 10px;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.news-list__wbtn {
    gap: 10px;
}
.btn-danger {
    background: rgb(115, 182, 56);
    border: solid 1px rgb(115, 182, 56);
    padding: 5px 17px;
    font-size: 14px;
    font-weight: 700;
    color: white;
    line-height: 1.4;
}














@media(max-width:1300px){
  .news-hot img {
    height: 217px !important;
}

.news-hot .card-content {
    padding-bottom: 18px;
}

.news__img img {
    height: 60px;
}

.card-news-content {
    padding-bottom: 15px !important;
    !i;
    !;
}
  .list-news img {
    aspect-ratio: 0 / .6;
    height: 175px !important;
}
  .clm.home-temp-box.home-service {
    padding-inline: 10px;
}
  .home-temp .clm {
    margin-bottom: 15px;
        padding-inline: 7px;
}
  main {
}
}
@media (max-width: 1200px) {
   .clm.home-temp-box:nth-child(3) {
    /* order: 0; */
}
  main {
}
  
    .footer-left {
      	width: 65%;
  	}
    .home-temp .clm {
        margin-bottom: 10px;
      }
    .slick-dots {
        bottom: 34px;
      }
    .list-news .card__title {
        font-size: 16px;
        padding-bottom: 5%
    }
    .home-temp-box:nth-child(1){
        order: 1;
    }
    .home-temp-box:nth-child(2){
        order: 2;
    }
    .home-temp-box:nth-child(3){
        order: 4;
    }
    .home-temp-box:nth-child(4){
        order: 3;
    }
    .home-temp-box:nth-child(5){
        order: 5;
    }
    .card-cate {
        font-size: 13px;
        padding: 4px 16px;
    }
    


    .fixed-social ul li img {
        height: 40px;
        width: 40px;
    }
    .footer-body{
        /* flex-direction: column; */
    }
    .footer-left{
        margin-bottom: 15px;
    }
    .service-temp-body .clm{margin-bottom: 10px;}
}

@media (max-width: 1100px) {
 
    .header-menu{
        display: none;
    }
    .header-top{
        /* background-color: #0000007a; */
    }
    .header-top-right .information:nth-child(2){
        /* display: none; */
    }
}
@media (max-width: 786px) {
      .footer-body {
        flex-direction: column;
    }
  .content_in table tr td {
	width: 100% !important;
        display: block !important;
	}

  .card-news-content {
    padding-bottom:20px;
  }
   main{
  }
  .list-news img {
    height: 160px !important;
}
  footer {
  	position: relative;
  }
	.news-hot .card-content{
	    padding-bottom: 20px;
	}

.content__in span {
    font-size: 18px !important;
}
	.programme-temp .card__title {
    font-size: 15px;
}
.clinic-body .clm {
    margin-bottom: 13px;
  }
  .post__title {
    font-size: 30px;
  }
  .title_thuvien h1 {
    font-size: 30px;
  }
  .banner_home {
    display: none;
  }
  .news-list__ct {
    width: 35%;
}
.news-list__ct {
    width: calc(100%-35%);
    padding: 0px 15px;
}
.header-top-bar {
    display: flex;
}
.information a {
    font-size: 18px;
}
}
@media (max-width: 586px) {
    .news-list__ct {
        width: 100%;
    }
    .news-list__ct {
        width: calc(100%);
        padding: 10px 0 0 0;
    }
    .news-list__img img {
        width: 100%;
    }
    .news-list__img {
        width: 100%;
    }
      main {
    }
  .information a{
      padding: 10px 12px;
  }
  .search-post svg {
  	height: 16px;
  	top: 12px;
  }
    .list-news .card__title {
        font-size: 13px;
    }
    .news__img span {
        display: block;
        font-size: 14px;
    }
    .card ul li a {
        font-size: 16px;
        padding: 2px 20px;
    }
    .information {
        margin-top: 3px;
    }
    .information a {
        font-size: 15px;
        font-weight: 600;
        padding: 5px 23px;
        margin-right: 10px;
    }
      .social ul li a img {
        height: 45px !important;
        width: 45px !important;
      }
      .fixed-social ul li img {
        height: 40px;
        width: 40px;
      }
      .fixed-social ul li {
        margin-top: 10px;
      }
      .list-news img {
        aspect-ratio: 1/.8;
      }
      .slick-dots {
        bottom: 10px;
      }
      .search-post button {
        padding: 5px 16px;
      }
      .post-content .desc p {
        font-size: 15px;
      }
      .programme-temp .card {
        margin-bottom: 10px !important;
      }
      .post-card {
        margin-bottom: 13px;
      }
      .programme-temp .list-post{
        margin-top: 15px;
    }
    .list-post .post-content {
        padding: 35px 35px 100px 35px;
      }
      .service-temp-body .row{
        padding: 15px 0px;
        border-radius: 10px;
      }
      .service-box a h3 {
        padding: 0px 10px;
      }
      .search-post button {
        font-size: 14px;
        padding: 0px 10px;
        height: 40px;
      }
      .search-post input {
        font-size: 15px;
        padding: 0 10px 0 50px;
        height: 40px;
      }
      .combo-box {
        margin-bottom: 13px;
        padding: 15px;
      }
      .programme-box {
        margin-bottom: 13px;
      }
      .about-section-icon {
        margin: 0px -15px;
          margin-bottom: 0px;
        margin-bottom: 15px;
      }
      .about-section .about-section__title {
        color: #2170cf;
        font-size: 43px;
      }
      .pt {
        padding-top: 15px;
      }
      .new-innovations__title {
        color: #2170cf;
        margin-bottom: 14px;
        font-size: 29px;
      }
      .hisory-title {
        font-size: 28px;
        line-height: 1.7;
        font-weight: bold;
        margin: 0px;
      }
      .value-content {
        padding: 17px;
        background: #fff 0% 0% no-repeat padding-box;
        box-shadow: 0px 3px 20px rgba(0,0,0,.1411764706);
        border-radius: 6px;
        width: max-content;
        min-height: 182px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        max-width: 218px;
        position: absolute;
        left: 10px;
        top: 50%;
        transform: translate(0%, -50%);
      }
      .hisory__title {
        font-size: 16px;
      }
      .hisory-img img {
        height: unset;
      }
      .new-innovations-img{
        margin-top: 10px;
      }
}


.about-section-img img{
  border-radius: 10px;
}

