.highlight-topic{
    padding: 100px 0;
}

.highlight-topic .title + .content{
    padding-top: 40px;
}

.topic-html-wrapper{
    margin-top: 60px;
}

.highlight-topic .title + .topic-download{
    margin-top: 80px;
}

.topic-html-wrapper + .topic-download{
    margin-top: 80px;
}

.esg-intro-block + .highlight-topic .topic-download{
    margin-top: 80px;
}

.topic-download{
    background-image: url('../images/pageguide/focaltech-cta-bg-pattern.png'), 
                        linear-gradient(225deg, #FDC830 0%, #F89933 100%);
    background-repeat  :no-repeat,
                        no-repeat;
    background-position: bottom right,
                        left;
    background-size: cover,cover;
    min-height: 160px;
    border-radius: 4px;
    padding: 55px 60px 55px 36px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    
}

.topic-download .info{
    max-width: 544px;
    max-height: 72px;
    overflow: hidden;
}

.cta-btn{
    padding: 11px 30px;
    background-color: #fff;
    border-radius: 4px;
    color: #424242;
    font-weight: bold ;
    min-width: 200px;
    text-align: center;
}

.cta-btn:hover{
    color: #424242;

}

.gray-page-guide-outer{
    padding: 100px 0;
    background-color: #F7F7F7;
}

/* .introduction-html-wrapper{
    margin-top: 40px;
} */

.introduction + .theme-tab{
    margin-top: 100px;
}

.theme-tab-content{
    margin-top: 96px;
    /* display: none; */
}

.theme-tab.hidden + .theme-tab-content{
    margin-top: 0;
}

.introduction ~ .theme-tab.hidden + .theme-tab-content{
    margin-top: 96px;
}

.theme-tab{
    overflow-x: auto;
    display: flex;
    /* position: relative; */
}

.tab-anchor{
    position: relative;
    top:-40px;
    width: 1px;
    height: 1px;

}

.theme-tab-wrapper{
    display: flex;
    flex-wrap: nowrap;
    margin: 0 auto;
}

.theme-tab-item{
    margin-bottom: 4px;
    flex-shrink: 0;
}

.theme-tab-item a{
    display: block;
    position: relative;
    min-width: 150px;
    text-align: center;
  
}

.theme-tab-item a:hover,
    .theme-tab-item a:focus{
    color: #424242;
}

.theme-tab-item.active a::after{
    content: '';
    position: absolute;
    height: 4px;
    width: 100%;
    background-color: #424242;
    bottom: -4px;
    left: 0;
}

.theme-tab-item + .theme-tab-item{
    margin-left: 40px;
}


.bottom-cta-block{
    padding: 80px 0;
    background-image: url('../images/pageguide/focaltech-bottom-cta-block-bg.png');

}

.bottom-cta-wrapper{
    display: flex;

}

.bottom-cta-wrapper .left-title{
    min-width: 280px;
    margin-right: 60px;
}

.bottom-cta-block .right-item-wrapper{
    display: flex;
}

.bottom-cta-block .cta-icon-block{
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    width: 132px;
    height: 132px;
    padding: 20px 16px 12px;
    border-radius: 4px;
    transition: .3s ease;    
}

.bottom-cta-block .cta-icon-block:hover{
    box-shadow: 0px 0px 10px #00000029;

}

.cta-icon-block + .cta-icon-block{
    margin-left: 40px;
}

.cta-icon-block .icon{
    width: 60px;
    height: 60px;
}

@media screen and (max-width: 767px) {
    .highlight-topic{
        padding: 60px 0 80px;
    }

    .topic-html-wrapper{
        margin-top: 40px;
    }

    .highlight-topic .title + .topic-download{
        margin-top: 60px;
    }

    .topic-html-wrapper + .topic-download{
        margin-top: 60px;
    }
    .esg-intro-block + .highlight-topic .topic-download{
        margin-top: 60px;
    }

    .theme-tab-content{
        margin-top: 80px;
    }
    
    .introduction ~ .theme-tab.hidden + .theme-tab-content{
        margin-top: 80px;
    }

    .topic-download{
        padding: 24px 20px;
        display: block;
        background-image: url('../images/pageguide/focaltech-cta-bg-mb.png');
        background-position:bottom center;
        background-size:auto;
    }

    .topic-download .btn-block{
        margin-top: 40px;
    }

    .topic-download .info{
        min-height: 60px;
        max-height: 60px;
    }
    
    .cta-btn{
        padding: 10px 6px;
        min-width: 160px;
    }

    .gray-page-guide-outer{
        padding: 80px 0 60px;
    }

    .theme-tab-item + .theme-tab-item{
        margin-left: 32px;
    }  

    .introduction + .theme-tab{
        margin-top: 80px;
    }
    .theme-tab-content{
        margin-top: 80px;
    }
    /* .theme-tab-item{
        padding: 0 2px;
    } */

    .theme-tab-item a{
        min-width: 122px;
    }

    .theme-tab-item.active a::after{
        width: 100%;
        left: 0;
    }

    .bottom-cta-block{
        background-image: url('../images/pageguide/focaltech-bottom-cta-block-bg-m.png');
    }

    .bottom-cta-wrapper{
        display: block;
    }

    .bottom-cta-wrapper .left-title{
        min-width: 100%;
    }

    .bottom-cta-block .right-item-wrapper{
        margin: 40px auto 0;
        max-width: 304px;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .cta-icon-block + .cta-icon-block{
        margin-left: 0;
    }

    .cta-icon-block:nth-child(n+3){
        margin-top: 40px;
    }
}
