#title
{
    background-color: #eb8c38;
    color: #FFFFFF;
    padding: 0 30px;
    border-radius: 15px;
    margin-top: 60px;
    min-width: 290px;
    line-height: 60px;
    height: 60px;
}

#title:before
{
    content: '';
    position: absolute;
    background: url(img/shadow.png) no-repeat center bottom;
    width: 216px;
    height: 15px;
    bottom: -10px;
    right: -20px;
    z-index: 0;
}

#title:after
{
    content: '';
    position: absolute;
    background: url(img/icon.png) no-repeat center bottom;
    width: 135px;
    height: 61px;
    bottom: -10px;
    left: -20px;
    z-index: 0;
}

#progress
{
    background: #4c7fac;
}

#tabs
{
    background: url('img/bg.jpg');
}

#tab_icon
{
    position: absolute;
    width: 220px;
    height: 595px;
    right: 6px;
    top: 160px;
}

.title
{
    width: 190px;
    height: 170px;
    margin: 15px;
    background-color: #487daf;
    cursor: pointer;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    color: #fff;
}

.title div
{
    display: table-cell;
    vertical-align: middle;
    width: 360px;
    height: 170px;
}

.title_5, .title_5 div
{
    height: 59px;
}

.title_4, .title_4 div
{
    height: 123px;
    width: 222px;
    border-radius: 7px;
}

.title_3, .title_3 div
{
    height: 170px;
}

.title:hover, .active_tab_icon
{
    background-color: #fff;
    color: #000;
}

#tabs_content
{
    position: absolute;
    left: 16px;
    width: 885px;
    height: 535px;
    top: 175px;
    color: #3f4867;
}

.tab_div
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    display: none;
    box-shadow: 0 0 3px #bdbdbd;
    text-align: right;
    border-radius: 12px;
    overflow: hidden;
}

.tab_img
{
    display: none;
    position: absolute;
    width: 450px;
    height: 500px;
    left: 15px;
    top: 15px;
    border-radius: 7px;
}

.tab_text
{
    display: inline-block;
    padding: 20px;
    width: 380px;
    line-height: 50px;
    color: #000;
}

.next, .prev
{
    position: absolute;
    top: 482px;
    width: 36px;
    height: 36px;
}

.next
{
    background: url(img/next.png) no-repeat;
    right: 240px;
}

.prev
{
    right: 183px;
    background: url(img/prev.png) no-repeat;
}

/*
#skip_intro
{
    background-image: url('img/skip_intro_ar.png');
    right: 1%;
}
*/
/* style for en mode*/
.en
{
    direction: ltr;
}

.en body
{
    direction: ltr;
}
.en #title:before
{
    background: url(img/shadow_en.png) no-repeat center bottom;
    bottom: -15px;
    left: -53px;
    z-index: 0;
}

.en #title:after
{
    background: url(img/icon_en.png) no-repeat center bottom;
    bottom: -11px;
    left: auto;
    right: -44px;
    z-index: 0;
    width: 192px;
    height: 89px;
}
.en #tab_icon
{
    left: 6px;
}

.en #tabs_content
{
    left: auto;
    right: 15px;
}

.en .tab_div
{
    text-align: left;
}

.en .tab_img
{
    left: auto;
    right: 15px;
}

.en .next
{
    left: 163px;
    background: url(img/prev.png) no-repeat;
}

.en .prev
{
    left: 112px;
    background: url(img/next.png) no-repeat;
}

/*
.en #skip_intro
{
    background-image: url('img/skip_intro_en.png');
    left: 1%;
}
*/

@media (max-height: 780px)
{
    body
    {
        font-size: 20px;
    }

    #title
    {
        padding: 0 25px;
        margin-top: 20px;
        min-width: 290px;
        line-height: 50px;
    
        height: 50px;
}

    #title:before
    {
        width: 165px;
        height: 8px;
        bottom: -8px;
        right: -35px;
    }

    #title:after
    {
        background-size: 105px 45px;
        width: 105px;
        height: 45px;
        bottom: -8px;
        left: -15px;
    }

    #tab_icon
    {
        width: 170px;
        height: 350px;
        right: 10px;
        top: 100px;
    }

    .title
    {
        width: 145px;
        height: 115px;
        margin: 10px;
        cursor: pointer;
    }

    .title div
    {
        width: 275px;
        height: 73px;
    }

    .title_3
    {
        min-width: 160px;
    }

    .title_4
    {
        /* min-width:125px; */
        height: 76px;
    }

    .title_1
    {
        min-width: 185px;
    }

    .title_2
    {
        /*min-width: 210px;*/
    }

    #tabs
    {
        background-size: 900px 500px;
    }

    #tabs_content
    {
        left: 25px;
        width: 680px;
        height: 335px;
        top: 110px;
    }

    .tab_img
    {
        width: 345px;
        height: 315px;
        left: 10px;
        top: 10px;
    }

    .tab_text
    {
        padding: 15px;
        width: 275px;
        line-height: 35px;
    }

    .next, .prev
    {
        top: 291px;
    }

    .next
    {
        right: 161px;
    }

    .prev
    {
        right: 105px;
    }

    #intro_title
    {
        font-size: 25px;
    }

    #intro_text
    {
        font-size: 20px;
    }
    /* style for en mode*/
    .en #title:before
    {
        bottom: -22px;
        left: 10px;
        width: 143px;
        height: 22px;
    }

    .en #title:after
    {
        bottom: -8px;
        right: -56px;
    
        background-size: 105px 45px;
}
    .en #tab_icon
    {
        left: 10px;
    }

    .en .title div
    {
        height: 76px;
    }

    .en .title_4
    {
        min-width: 125px;
        max-height: 86px;
    }

    .en .tab_img
    {
        right: 10px;
    }

    .en #intro_title
    {
        font-size: 25px;
    }

    .en #intro_text
    {
        font-size: 20px;
    }
}
