/* banner  */
section {
    padding: 0px 0;
    overflow: hidden;
}
#banner{
    background-image: url('../image/glossary_banner.jpg');
    height: 146px;
    background-size: cover;
    background-position: top center;
    padding: 51px 0px 29px 0px;
    box-shadow: inset 0 1px 1px 0 rgba(0,0,0,0.5), inset 0 0 2px 0 rgba(0,0,0,0.4);
    }
    
    #banner h1{
    color: #39A307;
    font-size: 38px;
    font-weight: 300;
    line-height: 44px;
    margin: 0;
    text-align: center;
    }
    
    /* banner  */
    
    
    /* See All */
    #see_all{
    margin-top: 32px;
    margin-bottom: 27px;
    padding-top: 70px;
    }
    
    #see_all .see_text{
    padding: 19px 0px;
    border-right: 1px solid #AEAEAE;
    height: 57px;
    cursor: pointer;
    }
    
    #see_all .ruler{
        border: 1px solid #AEAEAE;
        height: 59px;
        border-radius: 4px;
        max-width: 1115px;
        position: absolute;
        width: 100%;
        top: 277px;
    }
    
    .sticky {
        position: fixed !important;
        top: 60px !important; 
        z-index: 100;
        width: 100% !important;
        background-color: #fff;
    }  
    .sticky_hide_scrolled_content {
        position: fixed !important;
        top: 20px !important;
        z-index: 100;
        width: 100% !important;
        background-color: #fff;
        padding: 20px; 
    }
    
    .abbr_spa{
    padding-top: 107px;
    }
    
    #see_all .see_text_color{
    background-color: #BEE0AD;
    border: 1px solid #AEAEAE;
    }
    
    #see_all .see_text p{
    margin: 0;
    text-align: center;
    line-height: 21px;
    font-weight: 400;
    font-size: 16px;
    color: #39A307;
    }
    
    #see_all .see_text_color p{
    color: #fff !important; 
    }
    
    
    
    #see_all .alpha_words div{
    padding: 19px 0px;
    cursor: pointer;
    display: inline-block;
    height: 57px;
    }
    
    #see_all .alpha_words div a{
    line-height: 24px;
    font-weight: 400;
    font-size: 18px;
    color: #666666;
    padding: 16px 9px;
    }
    
    #see_all div.active{
    background-color: #BEE0AD;
    }
    
    
    /* abbr_details */
    
    .abbr_details h2{
    height: 45px;
    border-radius: 4px;
    background-color: #BEE0AD;
    color: #39A307;
    font-size: 34px;
    font-weight: 400;
    line-height: 45px;
    padding: 0px 11px;
    margin: 0;
    cursor: pointer;
    }
    
    .abbr_details h2 img{
    float: right;
    position: relative;
    top: 12px;
    height: 21px;
    -webkit-transition: all 0.33s cubic-bezier(0.685, 0.0473, 0.346, 1);
    -moz-transition: all 0.33s cubic-bezier(0.685, 0.0473, 0.346, 1);
    -o-transition: all 0.33s cubic-bezier(0.685, 0.0473, 0.346, 1);
    -ms-transition: all 0.33s cubic-bezier(0.685, 0.0473, 0.346, 1);
    transition: all 0.33s cubic-bezier(0.685, 0.0473, 0.346, 1);
    }
    
    .abbr_details h2 img.rotatess{
    transform: rotate(90deg);
    -webkit-transition: all 0.33s cubic-bezier(0.685, 0.0473, 0.346, 1);
    -moz-transition: all 0.33s cubic-bezier(0.685, 0.0473, 0.346, 1);
    -o-transition: all 0.33s cubic-bezier(0.685, 0.0473, 0.346, 1);
    -ms-transition: all 0.33s cubic-bezier(0.685, 0.0473, 0.346, 1);
    transition: all 0.33s cubic-bezier(0.685, 0.0473, 0.346, 1);
    }
    
    .abbr_details{
    margin-bottom: 24px;
    margin-top: 35px;
    }
    
    .abbr_text h3{
    font-size: 24px;    font-weight: 300;   line-height: 28px;
    color: #39A307;
    margin-top: 21px;
    margin-bottom: 4px;
    }
    
    .abbr_text p{
    font-size: 14px;    line-height: 19px;
    color: #666666;
    margin: 0;
    }
    
    
    .abbr_text{
    display: none;
    }
    
    
    
    
    /* all mobile devices*/
    @media only screen and (max-width: 767px){
    .mobile{
    position: fixed;
    width: 100%;
    background-color: #fff;
    z-index: 100;
    }  
    .sticky_hide_scrolled_content {
    position: relative !important;
    display: none; 
    }  
    #banner{
    margin-top: 0px;
    background-position: 46% 2px;
    padding:43px 0 94px;
    height: 69px;
    }
    
    
    
    #see_all .see_text{
    height: 36px;
    padding: 8px 0px;
    border-bottom: 1px solid #AEAEAE;
    border-right: 0px;
    }
    
    #see_all .ruler{
    height: 133px;
    }
    
    #see_all .alpha_words div{
    padding: 4px 0px;
    height: 32px;
    }
    
    .sticky{
        left: 0;
        top: 48px !important;
    }
    #see_all{
        padding-top: 0;
    }
    #see_all .ruler {
        position: unset;
        margin-bottom: 24px;
    }
    #see_all .see_text p {
        text-align: left;
            padding-left: 10px;
    }
    }
    
    
    
    /* Only Iphone 5s*/
    @media only screen and (max-width: 375px) {
    
    #see_all .ruler{
    
    height: auto;
    }
    
    }
    
    
    /* Ipad devices */
    @media only screen 
    and (min-device-width : 768px) 
    and (max-device-width : 1023px) {
    
    #see_all .ruler{
    height: 78px;
    max-width: 750px;
        position: unset;
        margin-bottom: 24px;
    }
    .sticky_hide_scrolled_content {
    position: relative !important;
    display: none; 
    }  
    #see_all {
        padding-top: 0;
    }
    #see_all .alpha_words div{
    height: 38px;
    padding: 5px 0px;
    }
    
    .sticky{
    top: 55px !important;
        left: 0;
    }
    
    #see_all .see_text{
    height: 76px;
    }
    
    #see_all .see_text p {
        padding-left: 0px;
        padding-top: 10px;
            text-align: center;
    }
    
    }
    
    
    /* landscape for ipad device */
    @media only screen 
    and (min-device-width : 768px) 
    and (max-device-width : 1023px) 
    and (orientation : landscape)
    {
    
    #see_all .ruler{
    height: 78px;
    max-width: 970px;
    }
    
    
    }
    
    
    /* landscape for ipad device */
    @media only screen 
    and (min-device-width : 768px) 
    and (max-device-width : 1023px) 
    and (orientation : landscape)
    {
    
    #see_all .ruler{
    height: 78px;
    max-width: 970px;
    }
    
    
    }
    
    
    /* Portrait */
    @media only screen 
    and (min-width: 1024px) 
    and (max-height: 1366px) 
    and (orientation: portrait) 
    and (-webkit-min-device-pixel-ratio: 1.5) {
    
    #see_all .ruler{
    height: 78px;
    max-width: 970px;
    }
    
    }
    
    
    
    /* abbr_details */
    
