﻿.divBG {
  min-height: 525px;
}

/*.blog {
    background-image: url(/UI/images/background-blog.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}*/
.blog {
  padding: 50px 0;
}
.blog #divItem {
  margin-bottom: 25px;
}

.sub-title {
  z-index: 1;
  text-align: center;
}

.breadcrump-menu {
  background-color: #fff;
  width: 100%;
  max-width: 1050px;
  -webkit-box-shadow: 0 0px 20px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0px 20px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0px 20px 0 rgba(0, 0, 0, 0.3);
  text-align: center;
  z-index: 1;
  position: absolute !important;
  bottom: 25px;
  left: 50%;
  -moz-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  -o-transform: translate(-50%, 0%);
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  border-radius: 10px;
}

.has-nav-open .c-nav-button_line::before {
  background-color: #ff7d0a;
}

.blog-detail.rooms-intro h2 {
  font-weight: bold;
}
.blog-detail.rooms-intro img {
  margin: 0 !important;
  width: 100%;
  max-width: 100%;
  border-radius: 10px;
}

.blog-detail.content {
  padding: 50px 0;
}
.blog-detail.content h3 {
  font-size: 22px;
  font-weight: bold;
}
.blog-detail.content ul {
  padding-left: 15px;
}
.blog-detail.content img {
  margin: 50px auto 0;
}

.banner.on-blog-detail {
  text-align: center;
}
.banner.on-blog-detail .info span {
  position: relative;
  margin-right: 45px;
}
.banner.on-blog-detail .info span a {
  color: #fff !important;
}
.banner.on-blog-detail .info span:after {
  display: block;
  content: "";
  height: 30px;
  width: 1px;
  background: #fff;
  position: absolute;
  right: -22.5px;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.banner.on-blog-detail .info span:last-of-type {
  margin-right: 0;
}
.banner.on-blog-detail .info span:last-of-type:after {
  display: none;
}

.progress-container .progress-bar {
  height: 5px;
  position: fixed;
  top: 74px;
  z-index: 2;
  background: #34c5f3;
}

.interested .SliderHomeActie .item {
  width: 100%;
}
.interested .SliderHomeActie .text {
  max-width: calc(100% - 50px);
  /*width:450px;*/
}
.interested .SliderHomeActie .text a {
  display: inline-block;
  width: 175px;
}
.interested .SliderHomeActie img {
  height: 350px;
  width: 100%;
  object-fit: cover;
}
.interested .SliderHomeActie .btn-blue {
  margin-right: 25px;
}
.interested .SliderHomeActie .btn-blue-line {
  border: 2px solid #34c5f3;
}

.blog-detail {
  /*padding: 120px 0 50px;
  background: #fafafa;*/
}
.blog-detail img {
  max-width: 250px;
  display: block;
  height: auto;
  /*margin: 50px auto;*/
}
.blog-detail .no-padding {
  padding: 0px;
}
.blog-detail ul {
  list-style-type: inherit;
  margin-bottom: 10px;
  padding-left: 40px;
}
.blog-detail h3 {
  color: black;
}
.blog-detail h1, .blog-detail h2 h3, .blog-detail h4, .blog-detail h5, .blog-detail h6 {
  font-size: 20px;
  color: #34C5F3;
  font-weight: 400;
}
.blog-detail b, .blog-detail strong {
  color: #EC9048;
}
.blog-detail .container {
  max-width: 1140px;
}
.blog-detail .reservation {
  margin: 60px 0;
  position: relative;
}
.blog-detail .reservation .block {
  padding: 60px;
}
.blog-detail .reservation .block .buttons {
  display: table;
  margin: auto;
  margin-top: 45px;
}
.blog-detail .reservation .block .buttons .btn:first-child {
  margin-right: 30px;
}
.blog-detail .reservation h3 {
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 40px;
  letter-spacing: 2px;
}
.blog-detail .reservation .checkboxes {
  margin: 30px 0 60px 0;
  display: block;
  width: 100%;
}
.blog-detail .reservation .checkboxes tbody, .blog-detail .reservation .checkboxes tr {
  display: block;
  width: 100%;
}
.blog-detail .reservation .checkboxes td {
  width: 50%;
  display: inline-block;
}
.blog-detail .reservation .checkboxes input[type=checkbox] {
  opacity: 0;
  z-index: -1;
  position: relative;
  visibility: hidden;
}
.blog-detail .reservation .checkboxes label {
  cursor: pointer;
  display: table;
  font-size: 30px;
  font-weight: 400;
  margin: 0 auto;
  color: #fff;
}
.blog-detail .reservation .checkboxes input[type=checkbox]:checked + label:before {
  background: #fff;
}
.blog-detail .reservation .checkboxes input[type=checkbox] + label:before {
  content: "";
  border: 2px solid #fff;
  border-radius: 5px;
  height: 40px;
  background: transparent;
  width: 40px;
  cursor: pointer;
  display: block;
  margin: 5px auto;
  transition: all 0.3s ease-in-out;
}
.blog-detail .reservation .fields .form-control {
  height: 50px;
  background-color: transparent;
  border: 2px solid #fff;
  border-top-left-radius: 5px !important;
  border-bottom-left-radius: 5px !important;
  text-indent: 10px;
  font-size: 18px;
  border-radius: 0;
  box-shadow: none;
}
.blog-detail .reservation .fields .form-control::placeholder {
  color: white;
  opacity: 0.7;
}
.blog-detail .reservation .fields .form-control-feedback {
  color: #fff;
  margin-right: 15px;
}
.blog-detail .reservation .fields .help-block {
  color: #fff;
}
.blog-detail .reservation .fields .btn-send {
  width: 100%;
  height: 50px;
  background-color: #fff;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border: none;
  color: #34C5F3;
  font-size: 18px;
  letter-spacing: 0.5px;
}
.blog-detail .arrangements {
  background: #fff;
  padding: 60px 35px;
  position: relative;
}
.blog-detail .arrangements .slick-slide {
  padding-bottom: 15px;
}
.blog-detail .arrangements .item {
  height: 100%;
  display: block;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
}
.blog-detail .arrangements .item img {
  width: 100%;
}
.blog-detail .arrangements .item .text {
  padding: 30px;
}
.blog-detail .block {
  border-radius: 20px;
  background: rgb(68, 158, 183) !important;
  background: -moz-linear-gradient(left, rgb(68, 158, 183) 0%, rgb(0, 200, 248) 100%) !important;
  background: -webkit-linear-gradient(left, rgb(68, 158, 183) 0%, rgb(0, 200, 248) 100%) !important;
  background: linear-gradient(to right, rgb(68, 158, 183) 0%, rgb(0, 200, 248) 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#449eb7", endColorstr="#00c8f8",GradientType=1 ) !important;
}

.share {
  padding: 25px 0;
}
.share h4 {
  color: #000;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 2px;
  text-align: center;
}
.share ul {
  margin: 15px 0;
  overflow: hidden;
  list-style-type: none;
  padding-left: 0px;
  display: block;
  text-align: center;
}
.share ul li {
  display: inline-block;
  margin-right: 30px;
  background: transparent;
  color: #34c5f3;
  border-radius: 50%;
  border: 2px solid #34c5f3;
  font-size: 25px;
  height: 60px;
  width: 60px;
  text-align: center;
  padding: 10px 0;
  cursor: pointer;
  transition: 0.2s ease-in-out;
  transition-property: background border color;
}
.share ul li a {
  color: inherit;
}
.share ul li:last-child {
  margin-right: 0;
}
.share ul li:hover {
  color: #fff;
  background: #34c5f3;
}

.liWhatsappMob {
  display: none;
}

@media only screen and (max-width: 1200px) {
  .progress-container .progress-bar {
    height: 5px;
    position: fixed;
    top: 64px;
    z-index: 2;
    background: #34c5f3;
  }
  .liWhatsapp {
    display: none;
  }
  .liWhatsappMob {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  .banner.on-blog-detail .info span:first-of-type {
    display: none;
  }
  .banner.on-blog-detail .info span:first-of-type {
    position: absolute;
    top: 30px;
    left: 30px;
  }
  .blog-detail.content {
    padding: 50px 0 0 0;
  }
  .blog-detail.rooms-intro img {
    margin-bottom: 25px !important;
  }
  .blog-detail .no-padding {
    padding-right: 15px;
    padding-left: 15px;
  }
  .blog-detail .arrangements {
    padding: 50px 15px 50px;
  }
  .blog-detail .arrangements .item {
    margin-bottom: 20px;
    height: inherit;
  }
  .blog-detail .reservation {
    margin: 30px 0;
  }
  .blog-detail .reservation .block {
    padding: 30px;
  }
  .blog-detail .reservation .block .buttons {
    margin-top: 30px;
    margin-bottom: 10px;
  }
  .blog-detail .reservation .block .buttons .btn:first-child {
    margin-right: 30px;
  }
  .blog-detail .reservation h3 {
    font-weight: 600;
    font-size: 25px;
  }
  .blog-detail .reservation .fields .btn-send {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .reservation {
    margin: 30px 0;
  }
  .reservation .block {
    padding: 30px;
  }
  .reservation .block .buttons {
    margin-top: 30px;
    margin-bottom: 10px;
  }
  .reservation .block .buttons .btn {
    min-width: 100%;
  }
  .reservation .block .buttons .btn:first-child {
    margin-right: 0 !important;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .banner.on-blog-detail .info span {
    margin-right: 0;
    display: block;
  }
  .banner.on-blog-detail .info span:after {
    display: none;
  }
  .share h4 {
    font-size: 18px;
    font-weight: 600;
  }
  .share ul {
    margin: 15px 0;
  }
  .share ul li {
    margin-right: 15px;
    border: 2px solid #34c5f3;
    font-size: 16px;
    height: 45px;
    width: 45px;
    padding: 10px 0;
  }
}
.blog-highlight {
  border-bottom: 2px solid black;
}

.blog-page .breadcrump-menu {
  border-radius: 10px;
}

.blog-page .breadcrump-menu-content {
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
}

.breadcrump-menu-content a {
  padding: 15px 15px;
  color: #000;
  font-weight: 400;
  font-size: 20px;
  transition: all 0.3s ease-in-out;
  display: inline-block;
}

.breadcrump-menu-content a.active,
.breadcrump-menu-content a:hover {
  color: #34c5f3 !important;
}

/*.blog-padding {
    padding: 90px 0;
}*/
.image-container {
  padding: 10px;
  position: relative;
}

.widget-blog .image {
  width: 100%;
  max-height: 300px;
  object-fit: cover;
  object-position: center;
  border-radius: 10px;
}

.widget-blog .image-only img {
  max-height: inherit;
  height: 100%;
}

.widget-blog .category {
  text-decoration: underline;
  color: #00d2ff !important;
}

.widget-blog .blog-list .item {
  padding-top: 0;
  border-radius: 10px;
  opacity: 1;
  visibility: visible;
  transition: 0.2s ease-in-out;
  transition-property: opacity, visibility;
  border: 2px solid #ededed;
  height: calc(100% - 25px);
  display: flex;
  flex-direction: column;
  margin-bottom: 25px;
}
.widget-blog .blog-list .item a {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.widget-blog .blog-list .item.fade-out {
  opacity: 0;
  visibility: hidden;
}

.widget-blog .blog-list .item.list-group-item .content {
  background: none;
  border: none;
  position: absolute;
  top: 50%;
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.widget-blog .item .date {
  display: block;
  color: #fff;
  font-size: 16px;
  background: #00d2ff;
  width: 55px;
  height: 55px;
  padding: 7px;
  border-radius: 50%;
  text-align: center;
  position: absolute;
  bottom: -15px;
  font-weight: bold;
  right: 20px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  line-height: 20px;
}

.widget-blog .item .title {
  display: block;
  color: #000;
  font-size: 18px;
  padding-bottom: 15px;
  font-weight: bold;
}

.widget-blog .item .text {
  text-align: left;
  display: block;
  font-weight: normal;
  color: #000;
}

.widget-blog .content a {
  color: #ec8302;
  font-size: 15px;
  font-weight: bold;
}

.fs1 .widget-blog .item .content {
  padding-bottom: 25px;
  display: flex;
  flex-direction: column;
  flex: 1;
  /*    display: -webkit-box;
      -webkit-line-clamp: 5;
      -webkit-box-orient: vertical;
      overflow: hidden;*/
}

.widget-blog .item .content {
  padding: 25px 10px;
  background-color: #fff;
  padding-bottom: 0px;
  text-align: left;
  width: 100%;
}

.widget-blog-preview-content {
  font-size: 16px;
  color: #000;
  font-weight: normal;
  line-height: inherit;
  /*padding-bottom: 25px;*/
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.blog-page .widget-blog .title {
  color: #ff7d0a;
}

.blog-page .widget-blog .content a {
  color: #ff7d0a;
}

.service-highlight {
  text-align: center;
  border-radius: 10px;
  position: relative;
  background: #e66c02;
  background: -moz-linear-gradient(left, rgb(230, 108, 2) 0%, rgb(248, 148, 61) 74%, rgb(248, 148, 61) 100%);
  background: -webkit-linear-gradient(left, rgb(230, 108, 2) 0%, rgb(248, 148, 61) 74%, rgb(248, 148, 61) 100%);
  background: linear-gradient(to right, rgb(230, 108, 2) 0%, rgb(248, 148, 61) 74%, rgb(248, 148, 61) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e66c02",endColorstr="#f8943d",GradientType=1);
}

.service-highlight h3 {
  padding: 70px 0px 50px;
  color: white;
  font-size: 32px;
  font-weight: 300;
}

.service-highlight .inner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.highlights-img {
  padding: 20px;
  max-width: 175px;
  max-height: 100px;
  display: block;
  margin: 0 auto;
}

.highlight-bold-title {
  font-weight: bold;
}

.highlight-subjects {
  color: white;
  font-size: 22px;
}

.highlight-btn {
  border: 2px solid #fff;
  max-width: 295px;
  width: 100%;
  color: #fff !important;
  display: inline-block;
  padding: 0;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: 900;
  padding: 10px;
  margin: 60px 20px 80px;
}

.glyphicon {
  margin-right: 5px;
}

.thumbnail {
  margin-bottom: 20px;
  padding: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}

.item.list-group-item {
  float: none;
  width: 100%;
  padding: 15px !important;
  margin-bottom: 20px;
  background: #fafafa;
  border: 1px solid #e3e3e3;
}

.item.list-group-item .content {
  padding: 0px;
  width: 48%;
  display: inline-block;
}

.item.list-group-item .caption {
  padding: 9px 9px 0px 9px;
}

.item.list-group-item:before, .item.list-group-item:after {
  display: table;
  content: " ";
}

.item.list-group-item:after {
  clear: both;
}

.list-group-item-text {
  margin: 0 0 11px;
  margin-top: auto;
}

.list-group-item {
  background-color: none;
  border: none;
}

.list-group.active {
  margin-left: 0px;
  margin-right: 0px;
}

.list-group-item img {
  width: 50%;
  display: inline-block;
  float: left;
  padding-right: 25px;
}

.widget-blog .container.fix-container {
  position: relative;
}

.highlight-subjects a {
  display: block;
  text-align: center;
  color: #fff !important;
}

.widget-blog .btn-group {
  position: absolute;
  top: -55px;
  right: 0;
}

.btn-group .fa {
  color: #848482;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.btn-group .fa:hover,
.btn-group a.active .fa,
.breadcrump-menu-content a:hover {
  color: #ff7d0a;
}

.section-banner.orange .divBG h1,
.section-banner.orange .sub-title {
  color: #fff;
}

.banner-image.blog-detail .text {
  max-width: 100% !important;
}
.banner-image.blog-detail .text a {
  color: white;
}
.banner-image.on-blog {
  text-align: center;
  overflow: visible;
  text-align: center;
  /*
  &:after {
      display: block;
      content: "";
      position: absolute;
      z-index: -1;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      background: #449eb7 !important;
      background: -moz-linear-gradient(left,#449eb7 0%,#00c8f8 100%) !important;
      background: -webkit-linear-gradient(left,#449eb7 0%,#00c8f8 100%) !important;
      background: linear-gradient(to right,#449eb7 0%,#00c8f8 100%) !important;
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#449eb7',endColorstr='#00c8f8',GradientType=1) !important;
  }*/
}
.banner-image.on-blog .text {
  max-width: 450px;
  width: 100%;
  font-size: 24px;
}
.banner-image.on-blog label {
  display: block;
  margin: 20px 0px 10px;
  font-size: 20px;
  font-weight: 600;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.44);
}
.banner-image.on-blog .form-group {
  position: relative;
  max-width: 550px;
  display: block;
  margin: 0px auto;
}
.banner-image.on-blog .form-group .form-control-feedback {
  display: none !important;
}
.banner-image.on-blog .form-group .help-block {
  font-size: 13px;
  margin: 10px 0;
  padding: 10px;
  border: 1px solid #ddd;
  background: #fff;
  color: #f44336;
  display: block;
}
.banner-image.on-blog .form-group .form-control {
  display: inline-block;
  width: 100%;
  height: 45px;
  vertical-align: top;
  color: white;
  border: 2px solid white;
  background: transparent;
  border-radius: 5px;
  padding: 8px 85px 8px 25px;
}
.banner-image.on-blog .form-group .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: white;
}
.banner-image.on-blog .form-group .form-control::-moz-placeholder { /* Firefox 19+ */
  color: white;
}
.banner-image.on-blog .form-group .form-control:-ms-input-placeholder { /* IE 10+ */
  color: white;
}
.banner-image.on-blog .form-group .form-control:-moz-placeholder { /* Firefox 18- */
  color: white;
}
.banner-image.on-blog .form-group .btn-send {
  position: absolute;
  background: transparent;
  border: none;
  visibility: visible !important;
  font-size: 15px;
  width: 98px;
  height: 43px;
  cursor: pointer;
  padding: 0 15px;
  -webkit-appearance: none;
  border-radius: 35px;
  right: 1px;
  top: 1px;
  background-image: url(/Resources/img/send.png);
  background-position: center;
  background-size: 18px;
  background-repeat: no-repeat;
}
.banner-image.on-blog .align h4, .banner-image.on-blog .align h1 {
  font-size: 40px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 500;
  margin-bottom: 20px;
}
.banner-image.on-blog .cd-headline {
  display: inline-block;
  position: relative;
}
.banner-image.on-blog .cd-words-wrapper {
  min-height: 35px;
  position: relative;
  border-bottom: 3px solid #fff;
  top: 10px;
}
.banner-image.on-blog .cd-words-wrapper b, .banner-image.on-blog .cd-words-wrapper strong {
  font-weight: 400;
  position: absolute;
  left: 0;
  white-space: nowrap;
}
.banner-image.on-blog .cd-words-wrapper b a, .banner-image.on-blog .cd-words-wrapper strong a {
  color: white;
}
.banner-image.on-blog .cd-words-wrapper .is-hidden {
  display: none;
  visibility: hidden;
}
.banner-image.on-blog p {
  margin: 0;
  display: inline-block;
  font-weight: lighter;
  margin-right: 10px;
}

.blog.room-overview {
  margin-top: -125px;
  /*  .Item {
      background: white;
      border: 2px solid #d0d0d0;
      border-radius:10px;
      padding:0;
  }*/
}
.blog.room-overview a {
  border: 2px solid #d0d0d0;
  border-radius: 10px;
  display: inline-block;
  background: white;
  height: calc(100% - 15px);
  margin-bottom: 25px;
}
.blog .list-group {
  flex-direction: initial;
}
.blog .decorative img {
  width: 100%;
  border-radius: 10px;
  margin-bottom: 30px;
}
.blog .btn {
  position: relative;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 30px;
  margin-top: 60px;
}

.pagination .contain-pages ul {
  display: table;
  margin: auto;
}
.pagination .contain-pages ul li {
  float: left;
}
.pagination .contain-pages ul li a {
  padding: 7px 0;
  width: 40px;
  display: block;
  text-align: center;
  /*background: transparent;*/
  color: #00c8f8;
  border: 1px solid transparent;
  transition: 0.2s ease-in-out;
  transition-property: color border background;
}
.pagination .contain-pages ul li a:hover {
  border: 1px solid #00c8f8;
}
.pagination .contain-pages ul li.active a {
  border: 1px solid #00c8f8;
}

@media only screen and (max-width: 1366px) {
  .service-highlight .inner {
    position: relative;
    left: 0px;
    top: 0px;
    transform: inherit;
  }
  .widget-blog .blog-list .item {
    box-shadow: none;
  }
  /*    .widget-blog .item .content {
          -webkit-box-shadow: 0 0 15px -1px rgba(163,163,163,.3);
          -moz-box-shadow: 0 0 15px -1px rgba(163,163,163,.3);
          box-shadow: 0 0 15px -1px rgba(163,163,163,.3);
          padding-bottom: 25px;
      }*/
  .breadcrump-menu {
    width: 95% !important;
  }
}
@media only screen and (max-width: 991.5px) {
  .banner.on-blog {
    padding: 50px 0;
  }
  .widget-blog .btn-group {
    position: relative;
    top: -25px;
    right: 50px;
    left: -15px;
  }
  .service-highlight {
    max-width: inherit;
    min-height: inherit;
  }
  .highlights-img {
    padding: 20px 80px;
  }
}
@media only screen and (max-width: 767.5px) {
  .blog.room-overview {
    padding: 15px;
  }
  .breadcrump-menu {
    bottom: -50px;
  }
  .banner-image {
    margin-top: 0;
  }
  .banner-image.on-blog {
    /*  .img-wrapper {
        margin-top: 60px;
    }*/
  }
  .banner-image.on-blog .text {
    max-width: 300px;
    font-size: 21px;
  }
  .banner-image.on-blog .text h1 {
    font-size: 26px !important;
  }
  .banner-image.on-blog label {
    font-size: 19px;
    margin: 10px 0;
  }
  .banner-image.on-blog .form-group .form-control {
    width: calc(100% - 50px);
  }
  .service-highlight h3 {
    padding: 40px 0px 20px;
    font-size: 25px;
    line-height: inherit;
  }
  .divBG {
    min-height: 325px;
  }
  .blog-page .banner {
    min-height: 175px;
  }
  .blog-page .banner .cd-words-wrapper {
    min-height: 40px;
  }
  .highlight-bold-title {
    display: block;
  }
  .highlights-img {
    padding: 0px;
    max-width: 100px;
    display: block;
    margin: 0 auto 15px;
  }
  .widget-blog .item .text {
    display: none;
  }
  .highlight-btn {
    margin: 40px 0px;
  }
  .highlight-subjects {
    font-size: 16px;
  }
  .widget-blog .btn-group {
    display: none !important;
  }
  .widget-blog .blog-list .item {
    /* padding-top: 20px;*/
    margin-bottom: 0px;
  }
  .blog-padding {
    padding-top: 50px;
  }
  .widget-blog .blog-list .item,
  .widget-blog .blog-list .item img {
    width: 100%;
  }
  .breadcrump-menu-content a {
    padding: 5px;
    font-size: 16px;
  }
  .breadcrump-menu-content {
    padding: 10px;
    white-space: nowrap;
    overflow: scroll;
  }
  .banner.on-blog .align h4, .banner.on-blog .align h1 {
    font-size: 25px;
  }
  .pagination {
    margin-top: 30px;
  }
  .pagination .contain-pages ul li a {
    padding: 2px 0;
    width: 30px;
  }
  .widget-blog .blog-list .item {
    height: 100%;
  }
  .widget-blog .blog-list #divItem {
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 480px) {
  .banner.on-blog {
    padding: 50px 0px 75px;
  }
  .banner.on-blog label {
    margin: 30px 0 10px;
  }
  .banner.on-blog .cd-headline {
    display: block;
    position: relative;
  }
  .banner.on-blog .cd-words-wrapper b, .banner.on-blog .cd-words-wrapper strong {
    font-size: 18px;
  }
  .banner.on-blog .align h4 {
    font-size: 22px;
    text-align: center;
  }
  .banner.on-blog p {
    font-size: 18px;
    margin-left: 0px;
  }
}
@media only screen and (min-width: 1600px) {
  .blog .container {
    max-width: 1140px !important;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .blog .inner .col-md-8 {
    width: 100%;
    margin-left: 0%;
  }
}
