.box-title .title {
    height: 34px;
    line-height: 34px;
    color: #FFF;
    font-size: 24px;
    padding: 0 15px;
    text-transform: uppercase;
    background-color: #324f8b;
    display: inline-block;
}

.box-title .title a {
    color: #FFF;
    display: flex;
}

.latest-news .box-title .title {
    margin: 10px 0;
    background: url(../images/bg-title.jpg) repeat-x;
    background-position: 50%;
    align-items: center;
    display: flex;
    height: 40px;
    padding-left: 0;
}

.latest-news .box-title .title span {
    font-size: 24px;
    text-transform: uppercase;
    line-height: 25px;
    font-weight: 700;
    background: #fff;
    padding-right: 10px;
    color: #333333;
}

.bg-blue-sky {
    background: #324f8b;
    padding: 20px 0;
}

.highlights a, .latest-news a, .latest-news h3 a, .view-all {
    color: #324f8b !important;
}

.highlights  .box-title .title {
    color: #333333;
}

.questions-and-answers .box-title .title, .highlights  .box-title .title {
    background: none;
    padding: 0;
}

.questions-and-answers h3 a {
    color: #FFFFFF !important;
}

.questions-and-answers ul li a {
    color: #333333;
    font-size: 16px;
}

.questions-and-answers .bg-white {
    padding: 10px 0;
    min-height: 220px;
}

.border-light-gray {
    border: 1px solid #f0f0f0;
}

.slider .slick-prev, .slider .slick-next {
    position: absolute;
    top: 48%;
    text-indent: -99999px;
    overflow: hidden;
    width: 54px;
    height: 54px;
    margin-top: -27px;
    border-radius: 4px;
    border: none;
    z-index: 1;
}

.slider .slick-prev:hover, .slider .slick-next:hover {
    box-shadow: 0 0 20px rgba(34, 30, 31, 0.4);
}

.slider .slick-prev {
    background: url(../images/icons/prev.png) no-repeat center center;
    left: 0;
}

.slider .slick-next {
    background: url(../images/icons/next.png) no-repeat center center;
    right: 0;
}

.slick-dots {
    position: absolute;
    bottom: 0px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.banners .slick-dots {
    bottom: 25px;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: #e61c24;
}

.slick-dots li button:before {
    font-family: 'slick';
    font-size: 40px;
    line-height: 40px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: 'â€¢';
    text-align: center;
    opacity: .25;
    color: #e61c24;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.video-right .img-beauty {
    background-size: cover !important;
}

