* {
   margin: 0;
   padding: 0;
}

/* .banner,
#banner-csr {
   margin-top: 66px;
} */

.slick-dots {
   width: 12px !important;
   height: 12px !important;
   background-color: #fdb813 !important;
   border-radius: 50% !important;
   margin: 0 8px !important;
}
.banner-home{
   margin-top: -4px;
}
.post-office-tracking {
   margin-top: -30px;
   position: relative;
   width: 100%;
   z-index: 99;
}

.post-office-tracking .container-form-tracking {
   background: #ffc600;
   border-radius: 12px;
   padding: 25px 60px;
   box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
}
.div-tracking.div-tracking-input {
   min-width: 32%;
}

.post-office-tracking .container-form-tracking .form-title {
   color: #004b8e;
   font-size: 16px;
   font-weight: 400;
   line-height: 19px;
}

.post-office-tracking .container-form-tracking .form-tracking .input-tracking {
   background: #fff;
   border: none;
   border-radius: 30px;
   color: #004b8e;
   font-size: 14px;
   font-weight: 400;
   height: 40px;
   line-height: 16px;
   padding-left: 15px;
}
.div-tracking-cap{
   width: 52% !important;
}
.img-cap{
   width: 32% !important;
   height: 40px;
   justify-content: space-evenly;
}
.post-office-tracking .container-form-tracking .form-tracking .button-tracking {
   background: #004b8e;
   border: none;
   border-radius: 30px;
   color: #fff;
   font-size: 14px;
   font-weight: 400;
   height: 40px;
   line-height: 16px;
   padding: 2px 20px;
}

.post-office-tracking .container-form-tracking .item-service {
   margin-bottom: 0 !important;
   padding-left: 0 !important;
   display: flex;
}

.post-office-tracking .container-form-tracking .item-service li {
   display: inline-block;
   list-style: none;
   position: relative;
   text-align: center;
   width: 32%;
   cursor: pointer;
}

.post-office-tracking .container-form-tracking .item-service li:not(:last-child):after {
   background: #004b8e;
   content: "";
   display: block;
   height: 30px;
   position: absolute;
   right: 0;
   top: 5px;
   width: 2px;
}

.post-office-tracking .container-form-tracking .item-service li .icon img {
   height: 50px;
   object-fit: cover;
}

.icon img:hover {
   transform: translateY(-2px);
}

.post-office-tracking .container-form-tracking .item-service li .content {
   color: #004b8e;
   font-size: 14px;
   font-weight: 400;
   line-height: 16px;
   margin-top: 10px;
}

.services-and-featured-products {
   padding: 30px 0;
}

.big-title {
   color: #004b8e;
   font-size: 24px !important;
   font-weight: 700;
   text-transform: uppercase;
}

.slider-services {
   background: #f5f5f5;
   border-radius: 6px;
   margin-bottom: 40px !important;
   margin-top: 40px;
   padding: 10px;
}

.slick-list,
.slick-slider {
   display: block;
   position: relative;
}

.slider-services .slick-prev {
   left: -35px !important;
}

.carousel-next,
.carousel-prev {
   width: 30px;
   top: 45%;
   height: 30px;
   border-radius: 50%;
   padding: 5px;
   margin: 0 2px;
   background-color: black;
   opacity: .5;
}

.register-service .register-service-item {
   background: #f5f5f5;
   border-radius: 10px;
   display: flex;
}

.register-service .register-service-item .col-left {
   padding: 10px 0;
}

.register-service .register-service-item .col-left .title {
   color: #004b8e;
   font-size: 20px;
   font-weight: 700;
   line-height: 23px;
   margin: 10px 0 0 20px;
}

.register-service .register-service-item .col-left .description {
   color: #004b8e;
   font-size: 14px;
   font-weight: 400;
   line-height: 16px;
   margin-bottom: 15px;
   margin-top: 15px;
}

.description {
   text-align: center;
   align-items: center;
   justify-content: center;
   width: 335px;
   /* height: 352px; */
   background: #FFFFFF;
   border-radius: 15px;
   margin: 22px;
   padding: 10px !important;
}

.register-service .register-service-item .col-left .register {
   background: #fdb813;
   border-radius: 30px;
   display: initial;
   padding: 4px 10px;
   margin: 0 20px;
}

.register-service .register-service-item .col-left .register a {
   color: #fff;
   font-size: 14px;
   font-weight: 400;
   line-height: 16px;
}

.title-other-service {
   color: #004b8e;
   font-size: 24px;
   font-weight: 600;
   line-height: 28px;
}

.other-service-item {
   position: relative;
   display: flex;
   margin-bottom: 50px;
}

.other-service-item .col-left {
   padding-right: 10px;
   width: 55%;
}

.other-service-item .col-left .description {
   font-size: 14px;
   font-weight: 300;
   line-height: 16px;
   margin-bottom: 10px;
   margin-top: 20px;
   text-align: justify;
}

.other-service-item .col-left .read-more {
   background: #fdb813;
   border-radius: 30px;
   bottom: 0;
   display: initial;
   padding: 3px 10px;
   position: absolute;
}

.other-service-item .col-left .read-more a {
   color: #fff;
   font-size: 14px;
   font-weight: 400;
   line-height: 16px;
}

.other-service-item .col-right {
   padding-top: 30px;
   text-align: right;
   width: 45%;
}

/* .thumbnail {
   width: 50%;
} */

.thumbnail img {
   border-radius: 6px;
   box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
   height: 160px;
   object-fit: cover;
   width: 149px !important;
}

.thumbnail img,
.thumbnail p {
    margin: 8px 10px;
}

.carousel-banner img {
   height: auto;
}

.slick-draggable .text-capitalize {
   color: #004b8e;
   font-size: 16px;
   font-weight: 500;
   line-height: 19px;
   min-height: 40px;
}

.slick-item {
   position: relative;
}

.impressive-figures {
   background-image: url(../images/panner/bg-impressive-figures.png);
   background-position: 50%;
   background-size: cover;
   padding: 40px 0;
}

.impressive-figures .impressive-figures-col img {
   width: 54px;
   margin-left: 15px;
}

.impressive-figures .impressive-figures-col .ml-54 {
   margin-left: 60px;
}

.impressive-figures .impressive-figures-col .title {
   color: #004b8e;
   font-size: 20px;
   font-weight: 400;
}
.impressive-figures .col-center .title{
   font-size: 24px;
}
.number-left.full-size {
   font-size: 64px !important;
}
.impressive-figures .col-center .font-bold {
   font-weight: 700 !important;
   margin-bottom: 0;
}

.count {
   display: flex;
   align-items: center;
   color: #F44A54;
   font-weight: 500 !important;
   font-size: 48px !important;
   margin-left: 10px;
}

.impressive-figures .impressive-figures-col .number-left {
   color: #004b8e;
   font-size: 48px;
   font-weight: 600;
   line-height: 75px;
}

.post-office-no {
   padding: 30px 0;
}

.post-office-no-item {
   margin-bottom: 26px;
}

.post-office-no-item .media {
   display: flex;
   padding: 10px;
   color: #a4a4a4;
   min-height: 85px;
   border-radius: 6px;
   align-items: center;
   background: #f5f5f5;
   justify-content: space-evenly;
   box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
   height: 100%;
}

.media {
   display: flex;
   align-items: flex-start;
}

.post-office-no-item .media img.icon-office {
   height: 60px;
   width: 60px;
   object-fit: contain;
}

.custom-title-1,
.custom-title-2 {
   -webkit-box-orient: vertical;
   display: inline-block;
   display: -webkit-box;
   overflow: hidden;
   text-decoration: none;
   text-overflow: ellipsis;
   word-break: break-word;
}

.post-office-no-item .media a {
   color: #004b8e !important;
   font-size: 15px;
}

.post-office-col-right {
   margin-top: -50px;
   text-align: justify;
}

.post-office-col-right .content {
   font-size: 15px;
   font-weight: 400;
   line-height: 18px;
   margin-top: 30px;
}

.bg-weather {
   background-color: #F5F5F5 !important;
   color: #004B8E;
   padding-left: 330px;
}

.cret-weather {
   padding: 20px 0;
}

.cret-weather {
   background-color: #fcaf17;
   color: #fff;
   font-size: 18px;
   padding-bottom: 23px;
   padding-top: 23px;
   position: relative;
}

.align-items-center {
   align-items: center !important;
}

p.mb-0.temp {
   color: #fff;
   font-size: 20px;
   font-weight: 700;
   margin-right: 39px;
   position: relative;
}

p.mb-0.temp .f-24:after {
   background: #fff;
   content: "";
   display: block;
   height: 20px;
   position: absolute;
   right: -20px;
   top: 12px;
   width: 1px;
}

.bg-weather-2 {
   background-color: #FFC600 !important;
   padding-right: 330px;
}

.cret-weather p {
   color: #004b8e;
   font-size: 16px;
}

.f-24 {
   font-size: 24px;
}

.col-right img {
   margin: 0 20px;
}

.register-service-item img {
   height: 146px;
}

.block-tab {
   background: #FFFFFF;
   box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
   padding: 30px 40px;
   position: relative;
}

.block-tab-icon {
   position: absolute;
   top: 8px;
   right: 20px;
   color: #F44A54;
   cursor: pointer;
}

#news {
   background-image: url(../images/news/bg-news.jpeg);
   background-position: center;
   background-size: cover;
   padding: 40px 0;
}

.news-block-img {
   display: flex;
   justify-content: center;
   align-items: center;
   width: 30%;
   height: 110px;
   border-radius: 6px;
   box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
   overflow: hidden;
}

.news-block-img img {
   object-fit: cover;
   width: 100%;
   height: 100%;
}

.news-block-img img:hover {
   object-fit: cover;
   width: 100%;
   height: 110%;
   cursor: pointer;
   transition: all .6s ease;
}

.news-block-item {
   padding-left: 15px;
   width: 70%;
}

.item-title,
.news-title {
   color: #004b8e;
   font-size: 18px;
   font-weight: 500;
   line-height: 21px;
   min-height: fit-content !important;
   margin-bottom: 5px;
}

.item-summary {
   min-height: fit-content !important;
}

.item-date {
   font-size: 14px;
   margin-bottom: 5px;
   font-weight: 300;
   color: #3c3b3b;
}

.item-summary {
   font-size: 14px;
}

.news-content-img {
   display: flex;
   justify-content: center;
   align-items: center;
   width: 100%;
   height: 230px !important;
   height: auto;
   border-radius: 6px;
   box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
   overflow: hidden;
}

.news-content-img img {
   object-fit: cover;
   width: 100%;
   height: 100%;
}

.news-content-img img:hover {
   object-fit: cover;
   width: 100%;
   height: 110%;
   transition: all .6s ease;
}

.li-item-a {
   padding: 5px 10px;
   color: #004b8e;
   font-size: 17px;
}

.li-item.active,
.li-item:hover {
   border-bottom: 2px solid #fdb913 !important;
}

.leaflet-right {
   display: none !important;
}


@media only screen and (min-width: 1024px) and (max-width: 1200px) {
   .impressive-figures .impressive-figures-col .title {
      text-align: left !important;
      margin-left: 60px;
   }
}