﻿/*====================================================================================
  ========================== HERO-SECTION ==================================
  ==================================================================================== */
.hero-section {
    background-position: 50% 50%;
    background-size: cover;
    width: 100%;
    min-height: 60vh;
    position: relative;
}

.my-image-1 {
    background-image: url('../../files/MY/img-hero-01.jpg');
}

.my-image-2 {
    background-image: url('../../files/MY/img-hero-02.jpg');
}

.my-image-3 {
    background-image: url('../../files/MY/img-hero-03.jpg');
}

.aaa {
    background-color: rgba(55, 95, 155, 0.75);
    opacity: 0.6;
    filter: alpha(opacity=60);
}

.hero-content-wrapper-1 {
    padding: 20px;
    background-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    max-width: 40%;
    margin-top: 120px;
    border-radius: 0 100px 0 0;
}

.hero-title-1 {
    display: inline-block;
    color: #fff;
    font-size: 2.5rem;
    line-height: 4rem;
    font-weight: 500;
}

.hero-text-1 {
    margin-top: 20px;
    color: #fff;
    font-size: 1.5rem;
}

.hero-content-wrapper-2 {
    padding: 0 0 20px;
    background-color: rgba(0, 0, 0, 0.29);
    max-width: 100%;
    text-align: center;
    position: absolute;
    bottom: 0;
    margin: 0 auto;
    left: 0;
    right: 0;
    /*padding: 10px;
    background-color: rgba(0, 0, 0, 0.29);
    max-width: 80%;
    margin-top: 194px;
    text-align: center;
    margin-left: 10%;*/
    
}

.hero-title-2 {
    display: inline-block;
    color: #fff;
    font-size: 2.5rem;
    line-height: 4rem;
    font-weight: 500;
}

.hero-text-2 {
    /* margin-top: 20px; */
    color: #fff;
    font-size: 1.5rem;
}


.hero-content-wrapper-3 {
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.39);
    max-width: 80%;
    text-align: center;
    margin-left: 10%;
    position: absolute;
    left: 0; 
    right: 0; 
    bottom: 0; 
}

.hero-title-3 {
    display: inline-block;
    color: #fff;
    font-size: 2.5rem;
    line-height: 4rem;
    font-weight: 500;
}

.hero-text-3 {
    color: #fff;
    font-size: 1.5rem;
}

.hero-categories {
    background-color: #3d69ad;
}





/*====================================================================================
  =========================== CATEGORY-HERO =======================================
  ==================================================================================== */

.category-hero-section {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0f2070+0,3577d8+100 */
    background: #0f2070; /* Old browsers */
    background: -moz-linear-gradient(45deg, #0f2070 0%, #3577d8 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, #0f2070 0%,#3577d8 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, #0f2070 0%,#3577d8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f2070', endColorstr='#3577d8',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    /* background-image: url('../files/category_hero_bg.jpg'); */
    background-position: 50% 50%;
    background-size: cover;
}


.category-hero-title {
    display: inline-block;
    margin-top: 4rem;
    color: #FFF;
    font-size: 2.5rem;
    font-weight: 500;
    line-height: 3.74rem;
    width: 79%;
    /*margin-left: 8rem;*/
}

.category-hero-text {
    width: 79%;
    margin-top: 1rem;
    color: #e2e2e2;
    font-size: 1.8rem;
    margin-left: 8rem;
}

.category-online-span {
    font-size: 1.3rem;
    display: inline-block;
    background-color: #d7001e;
    padding: 10px 20px;
    color: #fff;
    -ms-transform: rotate(-7deg);
    -webkit-transform: rotate(-7deg);
    transform: rotate(-7deg);
}

.category-hero-button {
    margin-top: 2rem;
    margin-bottom: 4rem;
    padding: 15px 15px;
    border-radius: 4px;
    margin-left: 8rem;
}

.category-hero-img {
    position: absolute;
    right: 126px;
    top: auto;
    height: 315px;
    bottom: 0;
}



/*====================================================================================
  ========================== HIGHLIGHT-SECTION ==================================
  ==================================================================================== */
.category-highlight-section {
    background-color: #3d69ad;
}

.category-highlight-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 2rem;
    height: 100%;
}

.category-highlight-heading {
    float: none;
    clear: none;
    color: #000;
    font-size: 1.7rem;
    font-weight: 500;
    margin-top: 4rem;
}

.category-highlight-icon {
    display: block;
    float: left;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font-size: 3.5rem;
    background: #f7605d; /* Old browsers */
    background: -moz-linear-gradient(-45deg, #f7605d 0%, #ee3ce5 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #f7605d 0%,#ee3ce5 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #f7605d 0%,#ee3ce5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7605d', endColorstr='#ee3ce5',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.category-highlight-content {
    float: left;
    clear: left;
    font-family: 'Droid Sans', sans-serif;
    color: hsla(0, 0%, 22%, 0.63);
}

.category-highlight-div-block-1 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: 1rem;
}

/*.category-highlight-item:hover, .category-highlight-item:focus {
    background-color: #ffffff;
}

    .category-highlight-item:hover .category-highlight-icon, .category-highlight-item:focus .category-highlight-icon {
        background: #fff;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }*/


/*====================================================================================
  ========================== @media (max-width: 575px) ==================================
  ==================================================================================== */
@media (max-width: 575px) {

  /* ========================== HERO-SECTION ================================== */
  
    .hero-section {
        background-position: 50% 50%;
        background-size: cover;
        width: 100%;
        min-height: 150px;
        position: relative;
    }

    .hero-content-wrapper-1, .hero-content-wrapper-2, .hero-content-wrapper-3 {
        text-align: center;
        padding: 5px;
        background-color: rgba(0, 0, 0, 0.54);
        position: absolute;
        max-width: 100%;
        width: 100%;
        margin-top: 0;
        margin-left: 0;
        bottom: 0;
        border-radius: 0;
    }

    .hero-title-1, .hero-title-2, .hero-title-3 {
        display: inline-block;
        color: #fff;
        font-size: 1.2rem;
        line-height: 1rem;
        font-weight: bold;
    }

    .hero-text-1, .hero-text-2, .hero-text-3 {
        margin-bottom: 0;
        margin-top: 0;
        color: #fff;
        font-size: 0.8rem;
    }

    /* ========================== CATEGORY-HERO-SECTION ================================== */
    .category-hero-title {
        display: inline-block;
        margin-top: 0;
        color: #FFF;
        font-size: 1.2rem;
        font-weight: 500;
        line-height: 3.74rem;
        width: 100%;
        margin-left: 0;
    }

    .category-hero-text {
        width: auto;
        margin-top: -9px;
        color: #e2e2e2;
        font-size: 1rem;
        margin-left: 0rem;
    }

    .category-online-span {
        font-size: 1rem;
        display: inline-block;
        background-color: #d7001e;
        padding: 3px 8px;
        color: #fff;
        -ms-transform: rotate(-7deg);
        -webkit-transform: rotate(-7deg);
        transform: rotate(-7deg);
    }

    .category-hero-button {
        margin-top: 0;
        margin-bottom: 1rem;
        padding: 8px 15px;
        border-radius: 4px;
        margin-left: 0rem;
    }

    .category-hero-img {
        position: absolute;
        right: 0;
        top: auto;
        height: 100px;
        bottom: 0;
    }

    /* ========================== CATEGORY-HIGHLIGHT-SECTION ================================== */

    .category-highlight-item {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        padding: 0rem;
        height: 100%;
        border-bottom: 1px solid #ccc;
        /* margin-bottom: 11rem; */
    }

    .category-highlight-heading {
        float: none;
        clear: none;
        color: #000;
        font-size: 1.2rem;
        font-weight: 500;
        margin-top: 1rem;
    }

    
    .category-highlight-content {
        font-size: 0.8rem;
        float: left;
        clear: left;
        font-family: 'Droid Sans', sans-serif;
        color: hsla(0, 0%, 22%, 0.63);
    }

    .category-highlight-div-block-1 {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        margin-left: 1rem;
    }

    .category-highlight-img {
        height: 133px;
    }


}

/*====================================================================================
  =================== @media (min-width: 576px) and (max-width: 767px) ================
  ==================================================================================== */
@media (min-width: 576px) and (max-width: 767px) {

    /* ========================== HERO-SECTION ================================== */
    .hero-section {
        background-position: 50% 50%;
        background-size: cover;
        width: 100%;
        min-height: 300px;
        position: relative;
    }

    .hero-content-wrapper-1, .hero-content-wrapper-2, .hero-content-wrapper-3 {
        text-align: center;
        padding: 5px;
        background-color: rgba(0, 0, 0, 0.54);
        position: absolute;
        max-width: 100%;
        width: 100%;
        margin-top: 0;
        margin-left: 0;
        bottom: 0;
        border-radius: 0;
    }

    .hero-title-1, .hero-title-2, .hero-title-3 {
        display: inline-block;
        color: #fff;
        font-size: 1.7rem;
        line-height: 2rem;
        font-weight: bold;
        margin-top: 1rem;
    }

    .hero-text-1, .hero-text-2, .hero-text-3 {
        margin-bottom: 1rem;
        margin-top: 1rem;
        color: #fff;
        font-size: 1rem;
    }

    /* ========================== CATEGORY-HERO-SECTION ================================== */
    .category-hero-title {
        display: inline-block;
        margin-top: 0;
        color: #FFF;
        font-size: 1.2rem;
        font-weight: 500;
        line-height: 3.74rem;
        width: 100%;
        margin-left: 0;
    }

    .category-hero-text {
        width: auto;
        margin-top: -9px;
        color: #e2e2e2;
        font-size: 1rem;
        margin-left: 0rem;
    }

    .category-online-span {
        font-size: 1rem;
        display: inline-block;
        background-color: #d7001e;
        padding: 3px 8px;
        color: #fff;
        -ms-transform: rotate(-7deg);
        -webkit-transform: rotate(-7deg);
        transform: rotate(-7deg);
    }

    .category-hero-button {
        margin-top: 0;
        margin-bottom: 1rem;
        padding: 8px 15px;
        border-radius: 4px;
        margin-left: 0rem;
    }

    .category-hero-img {
        position: absolute;
        right: 0;
        top: auto;
        height: 150px;
        bottom: 0;
    }

    /* ========================== CATEGORY-HIGHLIGHT-SECTION ================================== */

    .category-highlight-item {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        padding: 0rem;
        height: 100%;
        border-bottom: 1px solid #ccc;
        /* margin-bottom: 11rem; */
    }

    .category-highlight-heading {
        float: none;
        clear: none;
        color: #000;
        font-size: 1.2rem;
        font-weight: 500;
        margin-top: 1rem;
    }

    
    .category-highlight-content {
        font-size: 0.8rem;
        float: left;
        clear: left;
        font-family: 'Droid Sans', sans-serif;
        color: hsla(0, 0%, 22%, 0.63);
    }

    .category-highlight-div-block-1 {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        margin-left: 1rem;
    }

    .category-highlight-img {
        height: 133px;
    }

}


/*====================================================================================
  =================== @media (min-width: 768px) and (max-width: 991px) ================
  ==================================================================================== */
@media (min-width: 768px) and (max-width: 991px) {

    /* ========================== HERO-SECTION ================================== */
    .hero-section {
        background-position: 50% 50%;
        background-size: cover;
        width: 100%;
        min-height: 60vh;
        position: relative;
    }

    .hero-content-wrapper-1, .hero-content-wrapper-2, .hero-content-wrapper-3 {
        text-align: center;
        padding: 5px;
        background-color: rgba(0, 0, 0, 0.54);
        position: absolute;
        max-width: 100%;
        width: 100%;
        margin-top: 0;
        margin-left: 0;
        bottom: 0;
        border-radius: 0;
    }

    .hero-title-1, .hero-title-2, .hero-title-3 {
        display: inline-block;
        color: #fff;
        font-size: 1.7rem;
        line-height: 2rem;
        font-weight: bold;
        margin-top: 1rem;
    }

    .hero-text-1, .hero-text-2, .hero-text-3 {
        margin-bottom: 1rem;
        margin-top: 1rem;
        color: #fff;
        font-size: 1rem;
    }

    /* ========================== CATEGORY-HERO-SECTION ================================== */
    .category-hero-title {
        display: inline-block;
        margin-top: 0;
        color: #FFF;
        font-size: 1.2rem;
        font-weight: 500;
        line-height: 3.74rem;
        width: 100%;
        margin-left: 0;
    }

    .category-hero-text {
        width: auto;
        margin-top: -9px;
        color: #e2e2e2;
        font-size: 1rem;
        margin-left: 0rem;
    }

    .category-online-span {
        font-size: 1rem;
        display: inline-block;
        background-color: #d7001e;  
        padding: 3px 8px;
        color: #fff;
        -ms-transform: rotate(-7deg);
        -webkit-transform: rotate(-7deg);
        transform: rotate(-7deg);
    }

    .category-hero-button {
        margin-top: 0;
        margin-bottom: 1rem;
        padding: 8px 15px;
        border-radius: 4px;
        margin-left: 0rem;
    }

    .category-hero-img {
        position: absolute;
        right: 0;
        top: auto;
        height: 150px;
        bottom: 0;
    }
    /* ========================== CATEGORY-HIGHLIGHT-SECTION ================================== */

    .category-highlight-item {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        padding: 0rem;
        height: 100%;
        border-bottom: none;
        /* margin-bottom: 11rem; */
        padding-right: 1rem;
    }

    .category-highlight-heading {
        float: none;
        clear: none;
        color: #000;
        font-size: 1.2rem;
        font-weight: 500;
        margin-top: 1rem;
    }

    
    .category-highlight-content {
        font-size: 0.8rem;
        float: left;
        clear: left;
        font-family: 'Droid Sans', sans-serif;
        color: hsla(0, 0%, 22%, 0.63);
    }

    .category-highlight-div-block-1 {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        margin-left: 1rem;
    }

    .category-highlight-img {
        height: 133px;
    }
}