body {
  
padding-top: 72px !important;
font-size:16px;

}
img {
	max-width:100%;
}
.container-fluid {
max-width: 450px;
}
.son_kaka{
	    background-color: rgb(1, 31, 72);
    position: fixed;
    top: 0;
    z-index: 9999;    width: 450px;    padding-bottom: 12px;
}
.son_top {
	      background-color: #fff !important;
}
.img_logo_top {
    float: left;
    width: 216px;
    border-radius: 10px;
}
.ladi-headline {
    font-size: 15px;
    font-weight: bold;
    line-height: 1.6;
    color: rgb(49, 49, 186);
    text-align: center;
    background-color: rgb(176, 237, 255);
    float: left;
    margin-top: 4px;
    margin-left: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 15px;
}
.ducduong_slide {
	padding:0;
}
.ducduong_slide_2 {
	padding:0;
}
.ducduong_slide_3 {
	padding:0;
}
.ducduong_slide_4 {
	padding:0;
}
.ducduong_khoangcach {
	margin-top:10px
}
.logo_index {
	display:block;
	margin:auto;
}
h3.mau_xanh_tim {
    color: #0c4a8f;
    font-size: 22px;
    font-weight: 600;
    text-align: center;
    text-shadow: #fff 1px 1px 3px;
    text-transform: uppercase;
    font-family:serif;
}
h3.mau_xanh_cam {
	    color: #ef9c32;
    font-size: 22px;
    font-weight: 600;
    text-align: center;
    text-shadow: #fff 1px 1px 3px;
    text-transform: uppercase;
    font-family: serif;
}
.tri_mun_p {
	    text-align: center;margin-top: 15px;
}
.tri_mun_a {
background: #124a97;
    color: #fff;
    padding-right: 30px;
    padding-left: 30px;
    padding-top: 8px;
    padding-bottom: 8px;
    border-radius: 10px;
    /* text-transform: uppercase; */
    font-weight: 600;
    font-size: 14px;
    display: block;
   
}
.tri_mun_a:hover {
	    background: #ef9c32;
    color: #fff;    text-decoration: none;
}
.swiper-slide-thumb-active { 
	border:3px solid red;
}
.ducduong_so_y_te{
	background:#004aad;
	margin-top:10px;
	padding:0;
}
.so_y_te {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.6;
    color: rgb(241, 243, 244);
    text-align: center;    padding-top: 10px;
}
.logo_footer {
	    margin: auto;
    display: block;
    max-width: 186px;
}
h2.name_pk_footer {
    color: #fff;
    text-align: center;
    font-size: 20px;
    text-transform: uppercase;
    margin-top: 10px;
    margin-bottom: 30px;
}


p.so_dt {
    color: #fff;
    background: url(../images/icon-phone.png) 0px 0px no-repeat;
    background-size: 20px 20px;
    padding-left: 28px;
    /* padding-top: 10px; */
    padding-bottom: 10px;
}

p.dia_chi {
	    color: #fff;
    background: url(../images/icon-dia-chi.png) 0px 0px no-repeat;
    background-size: 16px;
    padding-left: 28px;
    /* padding-top: 10px; */
    padding-bottom: 10px;
}
p.bao_mat_thong_tin {
	    color: #fff;
    background: url(../images/bao-mat.png) 0px 0px no-repeat;
    background-size: 21px;
    padding-left: 28px;
    /* padding-top: 10px; */
    padding-bottom: 10px;
}
p.tuy_bn {
	color: #fff;
	padding-left: 2px;
    padding-top: 80px;
    padding-bottom: 50px;
	font-size:80%;
}
.slide-2 h2{
	font-size:17px;
}
.slide-2 {
	margin-top:20px;
	
}
.slide-2 .card {
	padding-top:10px;
}
.slide-2 .row img{
	max-height:200px;
}
.slide-2 p{
	font-size:16px;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hinh_anh_khach_hang .row .card {
	margin-top:10px;
	margin-bottom:10px;
}
.zoom {
  transition: transform .5s; /* Animation */
  margin: 0 auto;
  
}

.zoom:hover {
  transform: scale(1.02); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}