﻿#dH1 {
    position: absolute;
    margin-left: -2000px;
}

.flickity-enabled {
    position: relative;
}

    .flickity-enabled:focus {
        outline: none;
    }

.flickity-viewport {
    overflow: hidden;
    position: relative;
    height: 100%;
}

.flickity-slider {
    position: absolute;
    width: 100%;
    height: 100%;
}

.flickity-button {
    position: absolute;
    border: none;
}

    .flickity-button:hover {
        cursor: pointer;
    }

    .flickity-button:focus {
        outline: none;
        box-shadow: 0 0 0 5px #19F;
    }

    .flickity-button:disabled {
        opacity: 0.3;
        cursor: auto;
        pointer-events: none;
    }

.flickity-button-icon {
    fill: currentColor;
    display: none;
}

.flickity-prev-next-button {
    top: 50%;
    width: 44px;
    height: 80px;
    transform: translateY(-50%);
}

    .flickity-prev-next-button.previous {
        left: 22px;
        background: transparent url("../../Images/lf-ico.png") no-repeat scroll top center;
    }

    .flickity-prev-next-button.next {
        right: 20px;
        background: transparent url("../../Images/rg-ico.png") no-repeat scroll top center;
    }

.flickity-rtl .flickity-prev-next-button.previous {
    left: auto;
    right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
    right: auto;
    left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
    position: absolute;
    left: 20%;
    top: 20%;
    width: 60%;
    height: 60%;
}

.flickity-page-dots {
    position: absolute;
    width: 100%;
    bottom: 120px;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    line-height: 1;
}

.flickity-rtl .flickity-page-dots {
    direction: rtl;
}

.flickity-page-dots .dot {
    display: inline-block;
    width: 13px;
    height: 13px;
    margin: 0 5px;
    background: #fff;
    border-radius: 50%;
    cursor: pointer;
    opacity: .6;
}

    .flickity-page-dots .dot.is-selected {
        background-color: #fff;
        width: 15px;
        height: 15px;
        opacity: 1;
    }

.hero-carousel {
    position: relative;
    width: 100%;
    height: 100%;
}

.hero-carousel__cell {
    position: relative;
    width: 100%;
    height: 100%;
}

.hero-carousel__cell__content {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

    .hero-carousel__cell__content img {
        width: 100% !important;
    }

#dSldBg {
    position: relative;
    width: 100%;
    height: 75vh;
    background-size: cover;
    overflow: hidden;
}

.cSldTxtCn {
    width: 35%;
    display: flex;
    flex-flow: column;
    margin-left: 30px;
    box-sizing: border-box;
    position: absolute;
    background-color: rgba(255,255,255,0.75);
    padding: 15px;
}

    .cSldTxtCn img {
        margin-bottom: 15px
    }

.cSldTxt1 {
    font-size: 20px;
    color: #000;
    font-family: OpenSans-Bold;
}

.cSldTxt2 {
    font-size: 16px;
    color: #000;
    font-family: OpenSans-Regular;
    margin-top: 20px;
}

#dSldBt {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 43px;
    bottom: 25px;
}

    #dSldBt img {
        width: 100%;
    }


#dHzmAllCn {
    position: relative;
    width: 100%;
    padding: 0 20px 85px 20px;
    box-sizing: border-box;
    background-color: #fff;
    display: flex;
    box-sizing: border-box;
}

.dHzmAllCnBs {
    position: relative;
    width: 100%;
    font-family: OpenSans-Regular;
    font-size: 23px;
    color: #333;
    background-color: #fff;
    text-align: center;
    padding: 25px 0;
    box-sizing: border-box;
}

#dHzmAllCn a {
    width: 25%;
}

.cHzmCn {
    height: 230px;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    color: #505050;
    font-family: OpenSans-Semibold;
    background-color: #fff;
    transition: transform .2s;
    cursor: pointer;
    border: 2px solid #e3e3e3;
}

    .cHzmCn .fa {
        font-size: 80px;
        margin-bottom: 25px;
        color: #1E3288;
    }

.cHzmOzt {
    font-size: 9px;
    color: #3e3e3e;
    font-family: Montserrat-Regular;
    margin-top: 10px;
    box-sizing: border-box;
    display: none;
    letter-spacing: 0;
}

/*.cHzmCn:hover {
    align-items: flex-start;
    -ms-transform: translate(-50%,-50%) scale(1);
    -webkit-transform: translate(-50%,-50%) scale(1);
    transform: scale(1.3);
    box-shadow: 0 0 35px 20px rgba(0,0,0,.1);
    font-size: 11px;
    padding: 0 20px;
    box-sizing: border-box;
    height: 220px;
}

    .cHzmCn:hover img {
        transform: scale(.85);
        margin: 0 0 5px 0;
    }

    .cHzmCn:hover .cHzmOzt {
        display: block;
    }*/

.cHzmCnSpr {
    width: 20px;
    height: 80px;
}

#dSldBotCon {
    width: 100%;
    position: relative;
    margin: 40px 0 70px 0;
    padding: 0 20px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}

.cSldBotImg {
    width: 20%;
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
}

.cSldBotTxtCon {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
}

.cSldBotAltBs {
    font-family: OpenSans-Semibold;
    font-size: 20px;
    color: #2d2d2d;
    margin: 20px 0 0 0;
}

.cSldBotTxt {
    font-family: OpenSans-Regular;
    font-size: 16px;
    color: #333;
    line-height: 1.5;
    margin: 15px 0 0 0;
}

.cBdItConLnk {
    position: relative;
    width: 100%;
    margin: 20px 6px 0 6px;
    overflow: hidden;
    transition: ease .5s;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    box-sizing: border-box;
}

.cBdItCon {
    position: relative;
    width: 100%;
    overflow: hidden;
    transition: ease .5s;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    box-sizing: border-box;
    background-color: #fff;
}

    .cBdItCon img {
        width: 100%;
        position: relative;
        transition: ease .5s;
        backface-visibility: hidden;
    }

.cBdItTxtCon {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    padding: 25px 25px;
    transition: .5s ease;
}

.cBdItBs {
    margin-bottom: 10px;
    font-family: OpenSans-Regular;
    font-size: 18px;
    color: #000;
}

.cBdItAltBs {
    font-family: OpenSans-Bold;
    font-size: 16px;
    color: #333;
    margin-bottom: 10px;
}

.cBdItOzt {
    font-family: OpenSans-Regular;
    font-size: 14px;
    color: #333;
    margin-bottom: 20px;
}

.cBdItBtn {
    position: relative;
    width: 120px;
    cursor: pointer;
    padding: 10px 30px;
    font-size: 15px;
    color: #fff;
    font-family: OpenSans-Regular;
    background: #1E3288;
    text-align: center;
    transition: ease .5s;
}


/*
        .cBdItCon:hover img {
        transition: ease .5s;
        transform: scale(1.3);
    }
    .cBdItCon:hover .cBdItTxtCon {
    bottom: 40px;
    transition: .5s ease;
}
    .cBdItCon:hover .cBdItBtn {
    opacity: 1;
    transition: ease .5s;
}

.cBdItBtn:hover img {
    height: 16px;
    margin-top: -8px;
    left: 10px;
    transition: ease .5s;
}*/

.cBdSldCon {
    position: relative;
    height: 470px;
    background: transparent url('../../Images/bd-Sld.jpg') no-repeat center center;
    background-size: cover;
    margin-top: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cBdSldOps {
    position: relative;
    width: 100%;
    height: 470px;
    background-color: rgba(000,0,0,0.4);
    display: flex;
    align-items: center;
    padding: 0 20px;
}

.cBdSldTxtCon {
    width: 35%;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 15px;
    background-color: rgba(255,255,255,0.75);
}

.cBdSldTxtBs {
    color: #000;
    font-family: OpenSans-Bold;
    font-size: 20px;
    margin-bottom: 20px;
}

.cBdSldTxtDty {
    color: #000;
    font-family: OpenSans-Regular;
    font-size: 16px;
}

.cBdBtItmLnk {
    position: relative;
    transition: all .4s ease;
    margin: 70px 8px 8px 8px;
}

.cBdBtItm {
    position: relative;
    width: 100%;
    height: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    border-radius: 0;
    transition: all .4s ease;
    overflow: hidden;
}

    .cBdBtItm img {
        width: 100%;
        display: block;
    }

.cBdBtItmHv {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 1;
    transition: all .4s ease;
    background: #1E3288;
}

.cBdBtItmOps {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #000;
    opacity: .6;
    transition: all .4s ease;
}

.cBdBtItm:hover .cBdBtItmHv {
    opacity: .5;
    transition: all .4s ease;
}

.cBdBtItmHv1 {
    position: absolute;
    top: 20px;
    right: 20px;
    bottom: 20px;
    left: 20px;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    -webkit-transform: scale(1,1);
    transform: scale(1,1);
}

.cBdBtItmHv2 {
    position: absolute;
    left: 20px;
    top: 20px;
    bottom: 20px;
    right: 20px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: scale(1,1);
    transition: all .4s ease;
}

.cBdBtItmTxtCon {
    position: absolute;
    left: 20px;
    top: 20px;
    bottom: 20px;
    right: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: all .4s ease;
    padding: 15px;
    box-sizing: border-box;
}

.cBdBtItmBs {
    font-family: OpenSans-Regular;
    font-size: 20px;
    color: #fff;
    margin-bottom: 10px;
    transition: all .4s ease;
}

.cBdBtItmOzt {
    font-family: OpenSans-Regular;
    font-size: 15px;
    color: #fff;
    overflow: hidden;
}

.cPgBs {
    position: relative;
    width: 100%;
    font-family: OpenSans-Regular;
    font-size: 24px;
    color: #333;
    margin-top: 60px;
}

.cPgKtg {
    position: relative;
    width: 100%;
    font-family: OpenSans-Regular;
    font-size: 12px;
    color: #333;
    margin: 25px 0 25px 0;
}

.cFlxItmCon {
    position: relative;
    width: 100%;
    display: flex;
}

.cItmCon {
    position: relative;
    width: 100%;
    display: flex;
    background-color: #fff;
    margin-bottom: 20px;
}

    .cItmCon img {
        float: left;
        width: 365px;
    }

.cItmTxtCon {
    position: relative;
    width: 100%;
    margin: 30px 15px 15px 50px;
}

.cItmBs {
    font-family: OpenSans-Regular;
    font-size: 24px;
    color: #333;
    width: 100%;
}

.cItmAltBs {
    font-family: OpenSans-Regular;
    font-size: 20px;
    color: #333;
    width: 100%;
    margin-top: 20px;
}

.cItmOzt {
    font-family: OpenSans-Regular;
    font-size: 16px;
    color: #333;
    width: 100%;
    margin-top: 20px;
}

.cItmDtyBs {
    position: relative;
    width: 100%;
    font-family: OpenSans-Regular;
    font-size: 24px;
    color: #01466D;
    background-color: #fff;
    box-sizing: border-box;
    padding: 10px 25px;
    border-bottom: 1px solid #ccc;
}

.cItmDty {
    position: relative;
    width: 100%;
    background-color: #fff;
    box-sizing: border-box;
    padding: 10px 25px 25px 25px;
    font-family: OpenSans-Regular;
    font-size: 16px;
    color: #333;
}

.cPgIcrHd {
    position: relative;
    width: 100%;
    height: 440px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .cPgIcrHd img {
        position: relative;
        width: 100%;
    }

.cPgIcrHdOps {
    position: absolute;
    width: 100%;
    height: 440px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row-reverse;
    background-color: rgba(1,70,109,0.5);
}

.cPgIcrHdTxtCon {
    width: 80%;
    text-align: right;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
}

.cPgIcrHdTxtTit {
    width: 100%;
    font-family: Montserrat-SemiBold;
    font-size: 11px;
    color: #fff;
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

    .cPgIcrHdTxtTit .fa {
        font-size: 14px;
        color: #fff;
        cursor: pointer;
    }

        .cPgIcrHdTxtTit .fa:hover {
            color: #ed5603;
        }

.cPgIcrHdTxtTitHr {
    width: 1px;
    height: 18px;
    background-color: #fff;
    margin: 0 7px;
}

.cPgIcrHdTxtBs {
    width: 100%;
    font-family: Montserrat-SemiBold;
    font-size: 52px;
    color: #fff;
}

.cPgIcrHdTxtHr {
    width: 150px;
    height: 4px;
    margin-bottom: 10px;
    background-color: #F4C200;
}

.cPgIcrHdTxt {
    width: 100%;
    font-family: Montserrat-Regular;
    font-size: 16px;
    color: #fff;
}

.cPgIcrCon {
    position: relative;
    width: 1170px;
    margin: -100px auto 0 auto;
    padding: 40px;
    box-sizing: border-box;
    border-radius: 3px;
    background-color: #fff;
}

.cPgIcrFlxCon {
    position: relative;
    width: 1170px;
    margin: -100px auto 0 auto;
    padding: 40px;
    box-sizing: border-box;
    display: flex;
    background-color: #fff;
}

.cPgIcrFlxCzLf {
    position: absolute;
    left: -1px;
    width: 1px;
    height: 400px;
    margin-top: -40px;
    background: transparent url("../../Images/pg-cz.png") no-repeat scroll top center;
}

.cPgIcrFlxCzRg {
    position: absolute;
    right: -1px;
    width: 1px;
    height: 400px;
    margin-top: -40px;
    background: transparent url("../../Images/pg-cz.png") no-repeat scroll top center;
}

.cPgIcrLnkCon {
    min-width: 25%;
    max-width: 25%;
}

.cPgIcrLnk {
    width: 100%;
    height: 45px;
    margin-bottom: 6px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: OpenSans-Regular;
    font-size: 16px;
    line-height: 45px;
    padding: 0 10px 0 20px;
    box-sizing: border-box;
    color: #a0a3a1;
    background: #f9f9f9;
    border: 1px solid #eaeaea;
    overflow: hidden;
    cursor: pointer;
    transition: .2s ease;
}

    .cPgIcrLnk:hover {
        color: #01466D;
        background: #f5f5f5;
        border: 1px solid #01466D;
        transition: .2s ease;
    }

        .cPgIcrLnk:hover .cPgIcrLnkIco {
            opacity: 1;
            margin-top: 0;
            transition: .2s ease;
        }

.cPgIcrLnkIco {
    opacity: 0;
    margin-top: 70px;
    transition: .2s ease;
}

.cPgIcrLnkBtBg {
    width: 100%;
    height: 120px;
    margin-top: 30px;
    border-radius: 5px;
    overflow: hidden;
    background: transparent url("../../Images/pg-cnt-bg.png") no-repeat scroll top center;
    background-size: cover;
    transition: ease .9s;
}

.cPgIcrLnkBt {
    width: 100%;
    height: 120px;
    display: flex;
    align-items: center;
    font-family: Montserrat-SemiBold;
    font-size: 18px;
    color: #fff;
    background-color: rgba(12,153,169,1);
    transition: ease .9s;
}

.cPgIcrLnkBtBg:hover .cPgIcrLnkBt {
    background-color: rgba(12,153,169,.5);
    transition: ease .9s;
}

.cPgIcrLnkBt img {
    height: 100%;
}

.cPgIcrSmCon {
    width: 25px;
    margin: 0 15px;
}

    .cPgIcrSmCon .fa {
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 16px;
        color: #afafaf;
        width: 25px;
        height: 25px;
        border: 1px solid #afafaf;
        border-radius: 50%;
        margin: 15px 0 0 0;
        cursor: pointer;
    }

        .cPgIcrSmCon .fa:hover {
            background-color: #01466D;
            color: #fff;
            border-color: #01466D;
        }

.cPgIcrSmBs {
    transform: rotate(-90deg);
    width: 100px;
    height: 25px;
    line-height: 25px;
    font-family: Montserrat-Regular;
    color: #b5b5b5;
    font-size: 14px;
    margin: 38px 0 60px -35px;
}

.cPgIcrRg {
    width: 75%;
}

.cPgIcrBsXl {
    position: relative;
    width: 100%;
    font-family: Montserrat-Bold;
    font-size: 20px;
    color: #313131;
    margin: 0 0 10px 0;
}

.cPgIcrBs {
    position: relative;
    width: 100%;
    font-family: OpenSans-Semibold;
    font-size: 20px;
    color: #2d2d2d;
    margin: 0 0 10px 0;
}

.cPgIcrAltBs {
    position: relative;
    width: 100%;
    font-family: Montserrat-SemiBold;
    font-size: 14px;
    color: #313131;
}

.cPgIcrDty {
    position: relative;
    width: 100%;
    margin: 20px 0 30px 0;
    font-family: OpenSans-Regular;
    font-size: 16px;
    color: #333;
    line-height: 1.5;
}

.cTblCon {
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #ddd;
    box-sizing: border-box;
}

.cTblBsCon {
    width: 100%;
    display: flex;
    justify-content: space-between;
    font-family: Montserrat-SemiBold;
    font-size: 14px;
    color: #313131;
    padding: 5px 10px;
}

.cTblItmCon {
    width: 100%;
    display: flex;
    justify-content: space-between;
    font-family: Montserrat-Regular;
    font-size: 14px;
    line-height: 24px;
    color: #808080;
    padding: 5px 10px;
}

.cTblItmKyCon {
    width: 100%;
    display: flex;
    justify-content: space-between;
    font-family: Montserrat-Regular;
    font-size: 14px;
    line-height: 24px;
    color: #808080;
    background-color: #f4f4f4;
    padding: 5px 10px;
}

.cPgIcrDcmCon {
    width: 100%;
    display: flex;
}

.cPgIcrDcm {
    text-align: center;
    font-family: Montserrat-SemiBold;
    font-size: 14px;
    color: #313131;
}

    .cPgIcrDcm img {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
    }

.cPgImg {
    width: 100%;
}

.cPgIcrDtyImgLf {
    float: right;
    margin: 0 10px 10px 0;
}

.cPgIcrDtyImgRg {
    float: right;
    margin: 0 0 10px 10px;
}

.cIltItmCon {
    display: flex;
    width: 33.333%;
    padding: 0 5px;
    box-sizing: border-box;
}

.cIltItmIco {
    min-width: 100px;
    height: 100px;
    margin-right: 20px;
    background-color: #fff;
    box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: center;
    align-items: center;
}

    .cIltItmIco .fa {
        margin: 0;
        font-size: 50px;
        color: #01466D;
    }

.cIltItmTxtCon {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.cIltBs {
    font-family: Montserrat-ExtraBold;
    font-size: 14px;
    line-height: 24px;
    color: #01466D;
}

.cIltDty {
    margin-bottom: 10px;
    font-family: Montserrat-Bold;
    font-size: 12px;
    line-height: 1.3em;
    color: #313131;
}

    .cIltDty a {
        color: #313131;
    }

.cIltFlxCon {
    position: relative;
    display: flex;
    margin-top: 100px;
}

#dIltFrmCon {
    display: flex;
    flex-direction: column;
    min-width: 350px;
    margin: 0 40px 70px auto;
    background-color: #f7f7f7;
    padding: 30px;
    box-sizing: border-box;
}

.cIltFrmBs {
    font-family: Montserrat-Bold;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 15px;
    color: #01466D;
}

.cIltFrmTxtCon {
    display: flex;
    align-items: center;
}

.cIltFrmTxt {
    width: 100%;
    height: 30px;
    border: 1px solid #e8e8e8;
    padding: 5px 15px;
    margin: 10px 5px 10px 0;
    font-family: Montserrat-Regular;
    font-size: 12px;
    color: #000;
}

::placeholder {
    color: #808080;
}

:-ms-input-placeholder {
    color: #808080;
}

::-ms-input-placeholder {
    color: #808080;
}

.cIltFrmTxtRq {
    color: #D90E16;
    font-size: 20px;
    font-family: SourceSansPro-Semibold;
}

.cIltFrmBtn {
    width: 125px;
    border: none;
    margin: 10px 10px 10px 0;
    padding: 15px 30px;
    outline: 0;
    font-family: Montserrat-Bold;
    font-size: 12px;
    color: #fff;
    letter-spacing: 1px;
    background-color: #01466D;
    cursor: pointer;
}

.cIltFrmLbl {
    color: #D90E16;
    font-size: 10px;
    font-family: Montserrat-Bold;
    margin-left: 17px;
}

#dIltFrmCls {
    width: 30px;
    height: 30px;
    right: 0;
    top: 0;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #232323;
    font-size: 20px;
    font-family: SourceSansPro-Regular;
    background-color: #fff;
    cursor: pointer;
    margin: -30px 0 0 290px;
}

#dIltFrmRhImg {
    overflow: hidden
}

    #dIltFrmRhImg img {
        width: 100%;
    }

@media screen and (min-width: 993px) and (max-width: 1200px) {
}

@media screen and (min-width: 0px) and (max-width: 992px) {

    .hero-carousel {
        height: 40vh;
    }

    #dSldBg {
        height: auto;
    }

    .hero-carousel__cell__content img {
        height: 100% !important;
        width: auto !important;
    }

    .flickity-page-dots {
        bottom: 50px;
    }

    .cSldTxtCn {
        width: 60%;
        display: none;
    }

    .cSldTxt1 {
        font-size: 20px;
    }

    .cSldTxt2 {
        font-size: 18px;
    }

    #dHzmAllCn {
        width: 100%;
        padding: 0;
        flex-wrap: wrap;
        box-shadow: none;
        background-color: transparent;
    }

    .dHzmAllCnBs {
        font-size: 20px;
        background-color: transparent;
    }

    #dHzmAllCn a {
        width: calc(50% - 4px);
        margin: 1px 2px;
    }

    .cHzmCn {
        width: 100%;
        height: 130px;
        border: 1px solid #ccc;
        background-color: #fff;
    }

        .cHzmCn .fa {
            font-size: 45px;
        }

        .cHzmCn:hover {
            transform: scale(1.2);
        }

    .cHzmCnSpr {
        display: none;
    }

    #dSldBotCon {
        margin: 0 0 0 0;
        margin-bottom: 60px;
    }

    .cSldBotImg {
        width: 100%;
        display: flex;
        flex-direction: row-reverse;
        justify-content: center;
    }

        .cSldBotImg img {
            width: 70%;
        }

    .cSldBotTxtCon {
        width: 100%;
    }

    .cSldBotAltBs {
        margin: 0;
        margin-top: 20px;
    }

    .cSldBotTxt {
        font-size: 14px;
        line-height: 1.7;
        margin: 0;
        margin-top: 20px;
    }

    .cBdBtItmLnk {
        margin: 20px 8px 8px 8px;
    }

    .cBdItConLnk {
        width: calc(100% - 12px);
        margin-top: 30px;
    }

    .cBdItCon {
    }

    .cBdItTxtCon {
        padding: 0 15px 0px 10px;
    }

    .cBdItBs {
        font-size: 14px;
        margin-top: 20px;
    }

    .cBdItCon img {
        width: 100%;
        height: 100%;
    }

    .cBdSldCon {
        margin: 50px 20px;
    }

    .cBdSldTxtBs {
        font-size: 17px;
        line-height: 25px;
    }

    .cBdSldTxtDty {
        font-size: 12px;
    }

    .cBdItBtn {
        display: none;
    }

    .cPgIcrAltBs {
        margin-bottom: 0;
    }

    .cPgIcrHd img {
        width: auto;
        height: 100%;
    }

    .cPgIcrHdTxtBs {
        font-size: 24px;
    }

    .cPgIcrHdTxt {
        font-size: 12px;
    }

    .cPgIcrCon {
        width: 100%;
    }

    .cPgIcrFlxCon {
        width: 100%;
        border-radius: 0;
    }

    .cPgIcrFlxCzLf {
        display: none;
    }

    .cPgIcrFlxCzRg {
        display: none;
    }

    .cPgIcrRg {
        width: 100%;
    }

    .cPgIcrDtyImgLf {
        width: 100%;
    }

    .cPgIcrDtyImgRg {
        width: 100%;
    }

    .cPgIcrLnkCon {
        display: none;
    }

    .cPgIcrSmCon {
        display: none;
    }

    .cPgIcrDcmCon {
        flex-wrap: wrap;
    }

    .cItmCon {
        flex-wrap: wrap;
    }

        .cItmCon img {
            width: 100%;
        }

    .cItmTxtCon {
        width: 100%;
        margin: 30px 15px 15px 15px;
    }

    .cIltFlxCon {
        flex-wrap: wrap;
        margin-top: 50px;
    }

    .cIltItmCon {
        width: 100%;
        margin: 10px 0;
    }

    .cIltItmIco {
        min-width: 65px;
        height: 65px;
    }

        .cIltItmIco .fa {
            font-size: 35px;
        }

    #dIltFrmCon {
        min-width: 100%;
        margin: 0 0 30px 0;
    }
}
