.text-blue {
    color: #1200be;
}

/* start style slider */
.slide {
    height: 600px;
}

.slide img {
    min-height: 100%;
    min-width: 100%
}

.slide .carousel-inner {
    height: 100%;
}

.slide .carousel-inner .carousel-item {
    height: 100%;
}

.slide .slide-content button {
    padding: 1em 3em;
    color: #223345;
    font-size: inherit;
    font-family: SFProText-Regular;
    margin-top: 3em;
}

.slide .slide-content {
    width: 50%;
    margin: 0 auto;
    top: 0;
    height: 100%;
    padding: 0;
    margin-top: 100px;
    font-size: 16px;
}

.slide .slide-content h3 {
    font-family: EBGaramond-Bold;
    font-size: 4em;
    color: #ffffff;
    text-transform: uppercase;
}

.slide .slide-content h5 {
    font-family: SFProText-Regular;
    font-size: 1.5em;
    color: #ffffff;
}

.slide .slide-content p {
    margin-top: 2em;
    font-family: SFProText-Regular;
    font-size: 1.1em;
    color: #ffffff;
}

.slide-prev-icon,
.slide-next-icon {
    display: inline-block;
    width: 70px;
    height: 70px;
    background: no-repeat 50%/100% 100%;
}

.slide-prev-icon {
    background-image: url('../images/prev-slide.png');
}

.slide-next-icon {
    background-image: url('../images/next-slide.png');
}

@media (max-width: 768px) {
    .slide {
        height: 400px;
    }

    .slide .slide-content {
        font-size: 12px;
        margin-top: 20px;
    }
}

@media (max-width: 420px) {
    .slide {
        height: 250px;
    }

    .slide .slide-content {
        font-size: 8px;
        margin-top: 10px;

    }
}

/* end style slider */


/* start style new product */

.new-product h3 {
    font-size: 50px;
    padding-top: 48px;
    line-height: 50px;
    font-weight: bold;
    font-family: EBGaramond-Bold;
}

.new-product .tab {
    border-bottom: 1px solid #d8d8d8;
    font-family: SFProText-Bold;
}

.new-product .tab li a {
    color: #bbbbbb;
    padding-top: 40px;
}

.new-product .tab li a:first-child {
    padding-right: 2.5em;
}

.new-product .tab li a:last-child {
    padding-left: 2.5em;
}

.new-product .tab li a.active {
    border: none;
    border-bottom: 4px solid #223345;
    color: #223345 !important;
}

.card-custom {
    background-color: #f7f7f7 !important;
    border: none !important;
    border-radius: none !important;
    margin-bottom: 27px;
}

.card-image {
    padding: 30px;
    border-bottom: 1px solid #dbdbdb;
}

.card-body .card-content {
    padding-bottom: 20px;
}

.btn-read-now {
    font-size: 16px;
    border: 1px solid #d8d8d8;
    border-radius: 20px;
    padding: 10px 15px;
    background-color: #ffffff;
    margin-top: 10px;
}

.btn-see-more {
    font-size: 16px;
    border: 1px solid #031a4e;
    color: #031a4e;
    border-radius: 10px;
    padding: 10px 15px;
    background-color: #ffffff;
    margin-top: 13px;
}


/* end style new product */


/* start style information */

.information {
    background-color: #f7f7f7;
    margin-top: 5em;
}

.information img {
    padding: 50px 0 50px 0;
}

.information-content p,
.information-content h4,
.information-content button {
    margin-left: 30px;
    padding-bottom: 13px;
    color: #223345;
}

.information-content button {
    padding: 5px 10px;
    background-color: #1200be;
    border-radius: 5px;
    color: #ffffff;
    border: none;
    font-size: 14px;
    font-family: SFProText-Bold;
}

.information-content h4 {
    font-family: EBGaramond-Bold;
    font-size: 30px;
}

.information-content p {
    font-family: SFProText-Regular;
    font-size: 16px;
}


/* end style information */

.news p,
.news h4 {
    font-family: SFProText-Regular;
}

.btn-see-all {
    background-color: #ffffff;
    color: #223345;
    font-family: SFProText-Regular;
    border: 1px solid #d8d8d8;
    border-radius: 20px;
    padding: 7px 15px;
}

.news-header {
    margin-top: 55px;
    border-bottom: 1px solid #d8d8d8;
}

.news-header h4 {
    font-family: EBGaramond-Medium;
    font-size: 40px;
    color: #223345;
}

.news-header span {
    padding-left: 10px;
}

.icon-see-more {
    height: 9px;
    width: 14px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.video h4,
.image p {
    white-space: nowrap;
    overflow: hidden;
}

.video p {
    color: #323846;
    font-size: 12px;
}


/* start  */