﻿*, body
{
    font-family: 'Gotham Pro Reg';
}

html,
body {
  width: 100vw;
  min-height: 100vh;
  padding-top: 0px;
}

body {
  overflow-x: hidden;
  position: relative;
  margin: 0;
  padding: 0;
  background-color: #fff;
  line-height: 1.42857143;
  font-size: 14px;
  font-weight: normal;
  font-family: "GothamPro", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.header {
    /*z-index: 10;
    position: relative;
    top: 0;
    left: 0;
    width: 100vw;
    background-color: #fff;    
    min-height: 500px;
    height: calc(100vh - 125px);*/

    z-index: 10;     
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;    
    height: 35vw;
    min-height: 395px;
    /*overflow: hidden;*/
}

.header_section {
  position: relative;
}

.bcim_bg {
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.bcim_bg-1 {
    /*position: relative;
    display: inline-block;
    min-height: 500px;
    height: calc(100vh - 125px);
    background-image: url(/bcim/img/BCIM.png);    
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;*/

    display: inline-block;
    position: relative;
    width: 100%;
    float: left;
    overflow: hidden;
    background-image: url(/bcim/img/BCIM.png);
    height: 35vw;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.header_company_sponsor
{
    padding-top: 40px;
    padding-bottom: 10px;
    font-size: 35px;
    color: green;
    text-align: center;   
}

.gray_header
{
    padding-top: 40px;
    padding-bottom: 10px;
    font-size: 30px;
    color: #989494;
    text-align: center;   
}

.poweredby_header
{
    padding-top: 40px;
    padding-bottom: 10px;
    font-size: 18px;
    color: #989494;
    text-align: center;   
}

.employers-wrapper
{    
    width: 1160px;
    margin: 0 auto;
    margin-left: auto !important;
    margin-right: auto !important;
}

.sponsor-banner-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: 10px;
}

.bcim_url
{
    position: absolute;
    z-index: 999;
    margin: 0 auto;
    left: 0;
    right: 38%;
    top: 78%;
    text-align: center;
    width: 20%;
    font-weight: 900;
    font-size: 22px;
}

.bcim_text
{
    position: absolute;
    z-index: 999;
    margin: 0 auto;
    left: 0;
    right: -50%;
    top: 30%;
    text-align: left;
    width: 50%;
    font-weight: 900;
    font-size: 41px;
    color: #FFF;
}

.top-employers {
    margin: 0 auto;
    height: 200px;
    border-radius: 5px;
    position: relative;
    padding: 30px 10px 30px 10px;
}

.top-employer .company-logo {
    width: 110px;
    height: 110px;
    margin: 0 auto;
    position: relative;
}

.top-employer .company-name {
    font-family: 'Gotham Pro Reg', Zawgyi-One;
    font-size: 13px;
    margin-top: 10px;
    text-align: left;
    display: list-item;
    width: 185px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: bold;
}

.top-employer .company-industry {
    font-family: 'Gotham Pro Reg', Zawgyi-One;
    font-size: 13px;
    margin-top: 0px;
    text-align: left;
    display: list-item;
    width: 185px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 400;
    color: #000;
}

.top-employer .sponsor-name {
    font-family: 'Gotham Pro Reg', Zawgyi-One;
    font-size: 13px;
    margin-top: 5px;
    text-align: center;
    display: list-item;
    width: 123px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.company-logo img {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: 100%;
    max-height: 100%;
    height: auto;
    width: auto;
    margin: auto;
}

.company-logo-mobile img
{
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: auto;
    width: auto;
    margin: auto;
}

.top-employers .top-employers-set-wrapper
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.bcimcompany
{
    padding: 10px 10px 10px 10px;
    border: 1px solid #ddd;
    box-shadow: 0 0 4px rgba(0,0,0,.10), 0 4px 8px rgba(0,0,0,.14);
    border-radius: 5px;
    height:113px;
}

.bcimcompany_name
{
    padding-right: 10px;
    text-align: center;
    vertical-align: middle;
    line-height: 22px;
    margin-top: 15px;
}


.bcimcompnay_logo
{
    padding-right: 10px;
    text-align: center;
    vertical-align: middle;
    line-height: 85px;
}

.bcimsponsor
{
    padding: 10px 10px 10px 10px;
    border: 1px solid #ddd;
    box-shadow: 0 0 4px rgba(0,0,0,.10), 0 4px 8px rgba(0,0,0,.14);
    border-radius: 5px;
    width: 145px;
    text-align: center;
}

.sponsor_row
{
    /*width: 42% !important;
    padding-right: 0px !important;*/
    width: 49.6% !important;
}

.sponsor_box
{
    padding: 10px 0px 0px 10px;
    /*width: 140px !important;*/
}

.sponsor_container_row {
    padding: 20px 120px 20px 150px;
    margin: 0 auto;
}

.contactus-div {
    width: 35%;
    position: relative;
    background: #FFF;
    padding: 30px;
    margin: 0 auto;
}

.contactus-input {
    border: 1px solid #dadada;
    border-radius: 4px;
    padding: 7px 12px;
    width: 400px;
    height: 35px;
    box-shadow: none;
    transition: all 300ms linear;
    font-size: 12px;
}

.contactus-btn {
    width: 400px;
    height: 30px;
    border-radius: 4px;
    border: 0px;
    background: #34A853;
    color: #FFF;
    font-size: 14px;
}

.contactus-textarea {
    border: 1px solid #dadada;
    border-radius: 4px;
    box-shadow: none;
    transition: all 300ms linear;
    font-size: 12px;
    width: 400px;
    padding: 20px 12px;
}

.contactus-div p {
    font-size: 14px;
}

.copyright {
    font-size: 12px;
    text-align: center;
    padding-bottom: 40px;
    padding-top: 15px;
}

.sponsor-banner-images
{
    max-width: 1160px;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 10px;
}

.sponsor-banner-mobile-images
{
    padding: 0 10px 10px 10px;
    max-width: 992px;
    width: 100%;
    margin: 0 auto;
}

.sponsor-banner-images img {
    width: 100%;
    height: auto;
}
.sponsor-banner-mobile-images img {
    width: 100%;
    height: auto;
}

.poweredby-section
{
    text-align:center;
    margin-top: 10px;
}

.jnlogo {
    width: 15%;
    height: auto;
}

.jnlogo-mobile {
    width: 35%;
    height: auto;
}

.add-space
{
    height:70px;
}

.see-more-section
{
    background: #00933A;
    text-align: center;
    width: 230px;
    margin: 0 auto;
    padding: 10px;
}

.see-more-section a {
    color: #FFF;
    font-size: 16px;
}

.see-more-section a:hover {
   color:#FFF;
}

.see-more-section a:visited {
   color:#FFF;
}

.m-view {
            display: none;
        }

.w-view
{
    display: block;
}

@font-face {
    font-family: 'Gotham Pro Reg';
    src: url('/../Employer/fonts/GothamPro.eot');
    src: url('/Employer/fonts/GothamPro.eot?#iefix') format('embedded-opentype'),
    url('/Employer/fonts/GothamPro.woff') format('woff'),
    url('/Employer/fonts/GothamPro.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


@media (min-width: 1200px)
{
    .container
    {
        width: 1280px !important;
    }    
}
@media (min-width:1499px) /* 90% View*/
{
    .container
    {
        width: 1450px !important;
    }
    .top-employer .company-name
    {
        width: 185px;
    }
    .top-employer .company-industry
    {
        width: 185px;
    }
    .contactus-div
    {
        width: 30%;        
    }

    .bcim_url
    {
        right: 39%;
        font-size: 25px;
    }

    .bcim_text
    {
        top: 33%;        
        font-size: 46px;
    }

    .bcimsponsor
    {
        width: 165px;
        height: 165px;
    }

    .top-employer .sponsor-name
    {        
        width: 142px;  
        margin-top: 20px;      
    }
}
@media (min-width:1680px) /* 80% View*/
{
    .container
    {
        width: 1630px !important;
    }
    .top-employer .company-name
    {
        width: 180px;
    }
    .top-employer .company-industry
    {
        width: 180px;
    }
    .contactus-div
    {
        width: 28%;
    }

    .bcim_url
    {        
        right: 40%;
        font-size: 25px;
    }

    .bcim_text
    {
        top: 33%;
        font-size: 48px;
    }

    .bcimsponsor
    {
        width: 185px;
        height: 165px;
    }

    .top-employer .sponsor-name
    {        
        width: 162px;        
        margin-top:20px;
    }
}
@media screen and (max-width: 1242px) /* 110% View*/ 
{
    .container
    {
        width: 1170px !important;
    }
    .m-view
    {
        display: none;
    }

    .w-view
    {
        display: block;
    }  

    .bcim_bg-1
    {        
        background-image: url(/bcim/img/BCIM.png);        
    }

    .bcim_url
    {
        right: 38%;
        font-size: 22px;
        top: 74%;
    }

    .bcim_text
    {
        top: 25%;
        font-size: 42px;
        right: -49%;
    }

    .header_company_sponsor
    {
        padding-top: 40px;
        font-size: 40px;
        color: green;
        text-align: center;
    }
    .gray_header
    {
        font-size: 35px;
    }
    .poweredby_header
    {
        font-size: 22px;
    }
    .jnlogo
    {
        width: 18%;
        height: auto;
    }

    .top-employers
    {
        margin: 0 auto;
        height: 200px;
        border-radius: 5px;
        position: relative;
        padding: 30px 10px 30px 10px;
    }

    .top-employer .company-logo
    {
        width: 110px;
        height: 110px;
        margin: 0 auto;
        position: relative;
    }

    .top-employer .company-name
    {
        font-family: 'Gotham Pro Reg', Zawgyi-One;
        font-size: 13px;
        margin-top: 10px;
        text-align: left;
        display: list-item;
        width: 185px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        font-weight: bold;
    }

    .top-employer .company-industry
    {
        font-family: 'Gotham Pro Reg', Zawgyi-One;
        font-size: 13px;
        margin-top: 0px;
        text-align: left;
        display: list-item;
        width: 185px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        font-weight: 400;
        color: #000;
    }

    .top-employer .sponsor-name
    {
        font-family: 'Gotham Pro Reg', Zawgyi-One;
        font-size: 13px;
        margin-top: 5px;
        text-align: center;
        display: list-item;
        width: 110px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .company-logo img
    {
        position: relative;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        max-width: 100%;
        max-height: 100%;
        height: auto;
        width: auto;
        margin: auto;
    }

    .company-logo-mobile img
    {
        position: relative;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        height: auto;
        width: auto;
        margin: auto;
    }

    .top-employers .top-employers-set-wrapper
    {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .bcimcompany
    {
        padding: 10px 10px 10px 10px;
        border: 1px solid #ddd;
        box-shadow: 0 0 4px rgba(0,0,0,.10), 0 4px 8px rgba(0,0,0,.14);
        border-radius: 5px;
        height: 113px;
    }

    .bcimcompany_name
    {
        padding-right: 10px;
        text-align: center;
        vertical-align: middle;
        line-height: 22px;
        margin-top: 15px;
    }


    .bcimcompnay_logo
    {
        padding-right: 10px;
        text-align: center;
        vertical-align: middle;
        line-height: 85px;
    }

    .bcimsponsor
    {
        padding: 10px 10px 10px 10px;
        border: 1px solid #ddd;
        box-shadow: 0 0 4px rgba(0,0,0,.10), 0 4px 8px rgba(0,0,0,.14);
        border-radius: 5px;
        width: 130px;
        text-align: center;
        height:150px;
    }

    .sponsor_row
    {
        width: 49.6% !important;
    }

    .sponsor_box
    {
        padding: 10px 0px 0px 10px;
        width: 140px !important;
    }

    .contactus-div
    {
        width: 36%;
        position: relative;
        background: #FFF;
        padding: 30px;
        margin: 0 auto;
    }

    .contactus-input
    {
        border: 1px solid #dadada;
        border-radius: 4px;
        padding: 7px 12px;
        width: 400px;
        height: 35px;
        box-shadow: none;
        transition: all 300ms linear;
        font-size: 12px;
    }

    .contactus-btn
    {
        width: 400px;
        height: 30px;
        border-radius: 4px;
        border: 0px;
        background: #34A853;
        color: #FFF;
        font-size: 14px;
    }

    .contactus-textarea
    {
        border: 1px solid #dadada;
        border-radius: 4px;
        box-shadow: none;
        transition: all 300ms linear;
        font-size: 12px;
        width: 400px;
        padding: 20px 12px;
    }

    .contactus-div p
    {
        font-size: 14px;
    }

    .copyright
    {
        font-size: 12px;
        text-align: center;
        padding-bottom: 50px;
    }
}
@media (max-width: 1177px) /* 125% View*/
{
    .employers-wrapper
    {
        max-width: 992px;
        width: 100%;
    }
    .sponsor-banner-images
    {
        padding-bottom: 10px;
        max-width: 992px;
        width: 100%;
        margin: 0 auto;
    }
}
@media only screen and (min-device-width : 768px) and (max-device-width :1024px) /*Ipad*/
{
    .bcim_bg-1
    {        
        background-image: url(/bcim/img/BCIM_Mobile.png);        
    }

    .bcim_url
    {
        right: 0%;
        font-size: 52px;
        top: 40%;
    }

    .bcim_text
    {
        top: 68%;
        font-size: 75px;
        right: 0%;
        width: 90%;
    }
    .header
    {
        min-height: 500px;
        height: calc(100vh - 125px);
    }
    .bcim_bg-1
    {        
        min-height: 500px;
        height: calc(100vh - 125px);
    }
    .header_company_sponsor
    {
        font-size: 55px;
    }
    .gray_header
    {
        font-size: 50px;
    }
    .poweredby_header
    {
        font-size: 35px;
    }
    .jnlogo
    {
        width: 22%;
        height: auto;
    }

    .top-employer .company-name
    {
        width: 205px;
        font-size: 20px;
    }

    .top-employer .company-industry
    {
        width: 205px;
        font-size: 20px;
    }

    .top-employer .sponsor-name
    {
        font-size: 20px;
    }

    .contactus-div
    {
        width: 40%;
    }

    .contactus-div p
    {
        font-size: 20px;
    }

    .contactus-input
    {
        width: 95%;
        height: 50px;
        font-size: 18px;
    }

    .contactus-textarea
    {
        font-size: 18px;
        width: 95%;
        padding: 30px 12px;
    }

    .contactus-btn
    {
        width: 95%;
        height: 45px;
        font-size: 18px;
    }

    .copyright
    {
        font-size: 16px;
    }

    .see-more-section
    {
        width: 300px;
    }
    .see-more-section a
    {
        font-size: 23px;
    }
}

@media only screen and (max-device-width :414px) /* iphone 6/7/8 plus*/
{
    .container
    {
        width: 750px !important;
    }
     .m-view
    {
        display: block;
    }

    .w-view
    {
        display: none;
    }  
    
    .bcim_bg-1
    {        
        background-image: url(/bcim/img/BCIM_Mobile.png);        
    } 

    .bcim_url
    {       
        left: 0;
        right: 5%;
        top: 40%;
        font-size: 30px;
    }

    .bcim_text
    {
        left: 0;
        right: 0%;
        top: 67%;
        width: 90%;
        font-size: 46px;
    }
    .header
    {
        min-height: 500px;
        height: calc(100vh - 125px);
    }
    .bcim_bg-1
    {        
        min-height: 500px;
        height: calc(100vh - 125px);
    }
    .header_company_sponsor
    {
        font-size: 45px;
    }
    .gray_header
    {
        font-size: 40px;
    }
    .poweredby_header
    {
        font-size: 25px;
    }

    .top-employer .company-name
    {
        font-size: 20px;
        width: 445px;
    }

    .top-employer .company-industry
    {
        font-size: 20px;
        width: 445px;
    }

    .bcimcompnay_logo
    {
        padding-right: 20px;        
    }

    .bcimcompany_name
    {
        line-height: 30px;
        margin-top: 5px;
    }

    .bcimsponsor
    {
        padding: 10px 10px 10px 10px;
        border: 1px solid #ddd;
        box-shadow: 0 0 4px rgba(0,0,0,.10), 0 4px 8px rgba(0,0,0,.14);
        border-radius: 5px;
        width: 200px;
        text-align: center;
        height: 170px;
    }

    .sponsor_box
    {
        padding: 20px 0px 0px 10px;
        width: 220px !important;
    }

    .top-employer .sponsor-name
    {
        font-size: 20px;
        margin-top: 10px;
        width: 175px;
    }

    .contactus-div
    {
        width: 95%;
        padding: 40px;
    }

    .contactus-div p
    {
        font-size: 26px;
    }

    .contactus-input
    {
        width: 100%;
        height: 50px;
        font-size: 24px;
    }

    .contactus-textarea
    {
        font-size: 24px;
        width: 100%;
        padding: 25px 12px;
    }

    .contactus-btn
    {
        width: 100%;
        height: 45px;
        font-size: 24px;
    }

    .copyright
    {
        font-size: 20px;
    }

    .see-more-section
    {
        width: 300px;
    }
    .see-more-section a
    {
        font-size: 23px;
    }
}

@media only screen and (max-device-width :375px) /*iPhone 6/7/8 */
{
    .container
    {
        width: 750px !important;
    }
     .m-view
    {
        display: block;
    }

    .w-view
    {
        display: none;
    }  
    
    .bcim_bg-1
    {        
        background-image: url(/bcim/img/BCIM_Mobile.png);        
    } 

    .bcim_url
    {       
        left: 0;
        right: 5%;
        top: 40%;
        font-size: 30px;
    }

    .bcim_text
    {
        left: 0;
        right: 0%;
        top: 67%;
        width: 90%;
        font-size: 46px;
    }
    .header
    {
        min-height: 500px;
        height: calc(100vh - 125px);
    }
    .bcim_bg-1
    {        
        min-height: 500px;
        height: calc(100vh - 125px);
    }
    .header_company_sponsor
    {
        font-size: 45px;
    }
    .gray_header
    {
        font-size: 40px;
    }
    .poweredby_header
    {
        font-size: 25px;
    }

    .top-employer .company-name
    {
        font-size: 20px;
        width: 445px;
    }

    .top-employer .company-industry
    {
        font-size: 20px;
        width: 445px;
    }

    .bcimcompnay_logo
    {
        padding-right: 20px;        
    }

    .bcimcompany_name
    {
        line-height: 30px;
        margin-top: 5px;
    }

    .bcimsponsor
    {
        padding: 10px 10px 10px 10px;
        border: 1px solid #ddd;
        box-shadow: 0 0 4px rgba(0,0,0,.10), 0 4px 8px rgba(0,0,0,.14);
        border-radius: 5px;
        width: 200px;
        text-align: center;
        height: 170px;
    }

    .sponsor_box
    {
        padding: 20px 0px 0px 10px;
        width: 220px !important;
    }

    .top-employer .sponsor-name
    {
        font-size: 20px;
        margin-top: 10px;
        width: 175px;
    }

    .contactus-div
    {
        width: 95%;
        padding: 40px;
    }

    .contactus-div p
    {
        font-size: 26px;
    }

    .contactus-input
    {
        width: 100%;
        height: 50px;
        font-size: 24px;
    }

    .contactus-textarea
    {
        font-size: 24px;
        width: 100%;
        padding: 25px 12px;
    }

    .contactus-btn
    {
        width: 100%;
        height: 45px;
        font-size: 24px;
    }

    .copyright
    {
        font-size: 20px;
    }

    .see-more-section
    {
        width: 300px;
    }
    .see-more-section a
    {
        font-size: 23px;
    }
}

@media only screen and (max-device-width :360px)/* Galaxy S5*/
{
    .container
    {
        width: 720px !important;
    }
     .m-view
    {
        display: block;
    }

    .w-view
    {
        display: none;
    }  
    
    .bcim_bg-1
    {        
        background-image: url(/bcim/img/BCIM_Mobile.png);        
    } 

    .bcim_url
    {       
        left: 0;
        right: 5%;
        top: 40%;
        font-size: 30px;
    }

    .bcim_text
    {
        left: 0;
        right: 0%;
        top: 68%;
        width: 90%;
        font-size: 46px;
    }

    .header
    {
        min-height: 500px;
        height: calc(100vh - 125px);
    }
    .bcim_bg-1
    {        
        min-height: 500px;
        height: calc(100vh - 125px);
    }

    .header_company_sponsor
    {
        font-size: 45px;
    }
    .gray_header
    {
        font-size: 40px;
    }
    .poweredby_header
    {
        font-size: 25px;
    }

    .top-employer .company-name
    {
        font-size: 20px;
        width: 445px;
    }

    .top-employer .company-industry
    {
        font-size: 20px;
        width: 445px;
    }

    .bcimcompnay_logo
    {
        padding-right: 20px;        
    }

    .bcimcompany_name
    {
        line-height: 30px;
        margin-top: 5px;
    }

    .bcimsponsor
    {
        padding: 10px 10px 10px 10px;
        border: 1px solid #ddd;
        box-shadow: 0 0 4px rgba(0,0,0,.10), 0 4px 8px rgba(0,0,0,.14);
        border-radius: 5px;
        width: 200px;
        text-align: center;
        height: 170px;
    }

    .sponsor_box
    {
        padding: 20px 0px 0px 10px;
        width: 220px !important;
    }

    .top-employer .sponsor-name
    {
        font-size: 20px;
        margin-top: 10px;
        width: 175px;
    }

    .contactus-div
    {
        width: 95%;
        padding: 40px;
    }

    .contactus-div p
    {
        font-size: 26px;
    }

    .contactus-input
    {
        width: 100%;
        height: 50px;
        font-size: 24px;
    }

    .contactus-textarea
    {
        font-size: 24px;
        width: 100%;
        padding: 25px 12px;
    }

    .contactus-btn
    {
        width: 100%;
        height: 45px;
        font-size: 24px;
    }

    .copyright
    {
        font-size: 20px;
    }

    .see-more-section
    {
        width: 300px;
    }
    .see-more-section a
    {
        font-size: 23px;
    }
}

@media only screen and (max-device-width :320px) /* iPhone5/SE */
{
    .container
    {
        width: 640px !important;
    }
    .header
    {
        min-height: 500px;
        height: calc(100vh - 125px);
    }
    .bcim_bg-1
    {        
        min-height: 500px;
        height: calc(100vh - 125px);
    }
    .top-employer .company-industry
    {
        font-size: 20px;
        width: 375px;
    }

    .top-employer .company-name
    {
        font-size: 20px;
        width: 375px;
    }

    .sponsor_container_row
    {
        padding: 20px 100px 20px 130px;
        margin: 0 auto;
    }

    .sponsor_box
    {
        padding: 20px 0px 0px 10px;
        width: 200px !important;
    }

    .bcimsponsor
    {
        width: 185px;
        height: 170px;
    }

    .copyright
    {
        font-size: 20px;
        width: 98%;
    }

    .header_company_sponsor
    {
        font-size: 35px;
    }
    .gray_header
    {
        font-size: 30px;
    }
    .poweredby_header
    {
        font-size: 22px;
    }

    .see-more-section
    {
        width: 300px;
    }
    .see-more-section a
    {
        font-size: 23px;
    }
}




