#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;
    height: 60px;
    top: 175px;
    display: block;
    right: 90px;
}

.title
{
    position: relative;
    text-align: center;
    text-align: center;
    min-width: 135px;
    line-height: 60px;
    margin-left: 7px;
    background-color: #487daf;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    cursor: pointer;
    display: inline-block;
    padding: 0 15px;
    color: #fff;
}

.title_3
{
    min-width: 210px;
}

.title_4
{
    min-width: 165px;
}

.title_1
{
    min-width: 240px;
}

.title_2
{
    min-width: 270px;
}

.title:hover, .active_tab_icon
{
    background-color: #fff;
    color: #000;
}

#tabs_content
{
    position: absolute;
    right: 77px;
    width: 1015px;
    height: 480px;
    top: 230px;
    color: #3f4867;
}

.tab_div
{
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 480px;
    background-color: #FFFFFF;
    display: none;
    text-align: right;
    overflow: hidden;
    border-radius: 7px;
    box-shadow: 0 0 3px #bdbdbd;
}

.tab_img
{
    display: none;
    position: absolute;
    width: 500px;
    height: 450px;
    left: 15px;
    top: 15px;
    border-radius: 7px;
}

.tab_text
{
    display: inline-block;
    padding: 20px;
    width: 450px;
    line-height: 50px;
    color: #000;
}

.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 */
.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: -10px;
    left: auto;
    right: -44px;
    z-index: 0;
    width: 192px;
    height: 89px;
}
.en #tab_icon
{
    right: auto;
    left: 90px;
}

.en #tabs_content
{
    direction: ltr;
}

.en .tab_img
{
    left: auto;
    right: 15px;
}

.en .tab_div
{
    text-align: left;
}

.en .next
{
    background: url(img/prev.png) no-repeat;
    left: 183px;
}

.en .prev
{
    left: 134px;
    background: url(img/next.png) no-repeat;
}

/*
.en #skip_intro
{
    background-image: url('img/skip_intro_en.png');
    left: 1%;
}
*/


@media (max-height: 780px)
{
    #title
    {
        padding: 0 25px;
        margin-top: 20px;
        min-width: 270px;
        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
    {
        height: 45px;
        top: 115px;
        right: 70px;
    }

    .title
    {
        min-width: 105px;
        line-height: 45px;
        margin-left: 6px;
        padding: 0 10px;
    }

    .title_3
    {
        min-width: 160px;
    }

    .title_4
    {
        min-width: 125px;
    }

    .title_1
    {
        min-width: 185px;
    }

    .title_2
    {
        min-width: 210px;
    }

    #tabs
    {
        background-size: 900px 500px;
    }

    #tabs_content
    {
        right: 60px;
        width: 780px;
        height: 295px;
        top: 159px;
    }

    .tab_div
    {
        height: 480px;
    }

    .tab_img
    {
        width: 385px;
        height: 275px;
        left: 10px;
        top: 10px;
    }

    .tab_text
    {
        padding: 15px;
        width: 345px;
        line-height: 35px;
    }

    .next, .prev
    {
        top: 250px;
    }

    .next
    {
        right: 240px;
    }

    .prev
    {
        right: 183px;
    }

    #intro_title
    {
        font-size: 25px;
    }

    #intro_text
    {
        font-size: 20px;
    }
    /* style for en */
    .en #tab_icon
    {
        top: 115px;
        left: 70px;
    }

    .en .tab_div
    {
        height: 295px;
    }

    .en .tab_img
    {
        right: 10px;
    }

    .en .next, .en .prev
    {
        top: 245px;
    }

    .en .next
    {
        left: 189px;
    }

    .en .prev
    {
        left: 132px;
    }
    .en #title:before
    {
        bottom: -22px;
        left: 10px;
        width: 143px;
        height: 22px;
    }

    .en #title:after
    {
        bottom: -8px;
        right: -56px;
    
        background-size: 110px 45px;
}
}
