<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.container:before{
    display: none;
}
.s-banner {
    overflow: hidden;
    background-size: auto 78%;
    background-color: #263C90;
    background-position: bottom;
}
.s-article {
    background: none;
}
.article-content{
    margin-top: 0;
}
table.information{
    width: 100%;
    margin-top: 20px;
}
table.information td:nth-child(1){
    width: 230px;
}

.s-channel h4{
    float: left;
}
.filter_select span{
    color: #263C90;
    margin: 6px;
}
.filter_select ul{
    padding: 0;
    display: inline-block;
}
.select_list li{
    padding: 6px 0;
    width: 120px;
    font-weight: normal;
    background: #FFF;
}

a.btn{
    margin-top: 40px;
    /* font-size: 16px;
    width: 230px; */
}

.center{
    width: 1066px;
    margin: auto;
}
.footprint_image{
    width: 760px;
    height: 500px;
    overflow: hidden;
    float: left;
    position: relative;
    border: 1px solid #DEE3E5;
    border-right: none;
}
.footprint_image img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    height: auto;
    transition: opacity .6s ease;
    -webkit-transition: opacity .6s ease;
    opacity: 0;
    pointer-events: none;
    z-index: 0;
}
.footprint_image img.active{
    opacity: 1;
    pointer-events: auto;
    z-index: 1;
}
.footprint_image img.hov{
    opacity: 0.5;
    z-index: 2;
}
.footprint_info{
    width: calc(100% - 760px);
    height: 500px;
    float: left;
    background-color: #263c90;
    color: #fff;
}
.footprint_info p{
    padding: 20px;
    display: block;
    font-size: 26px;
    font-weight: bold;
    text-align: center;
}
.footprint_info ul{
    font-size: 13px;
    font-weight: lighter;
    display: block;
    list-style: none;
    padding: 0;
}
.footprint_info ul li{
    height: 50px;
    line-height: 50px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    position: relative;
    background-color: #20327700;
    padding: 0 20px;
    cursor: pointer;
}
.footprint_info ul li a{
    cursor: pointer;
}
.footprint_info ul li:hover{
    background-color: #20327799;
}
.footprint_info ul li::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-left: 8px solid #ffc52b;
    border-bottom: 4px solid transparent;
    transform: translate(10px, -50%);
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    opacity: 0;
    left: 0;
}

.footprint_info ul li.active{
    padding: 0 20px 0 50px;
    color: #ffc52b;
    font-weight: bold;
    background-color: #203277;
}
.footprint_info ul li.active::before{
    opacity: 1;
    transform: translate(20px, -50%);
}


.in_details_block h3 {
    font-size: 28px;
    color: #263c90;
    font-weight: bold;
    text-align: left;
    margin-bottom: 25px;
}
.detail_col {
    height: 330px;
}
.detail_col &gt; h6{
    margin: 0px 0 8px;
}
.detail_col.d1 {
    width: 33%;
}
.detail_col.d2 {
    width: 33%;
}


.video-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
}
.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.center_btn{
    text-align: center;
}
.center_btn a.btn {
    font-size: 14px;
    width: 260px;
    margin: 50 auto 0 auto;
}
.center_btn a.btn:nth-child(2) {
    margin-left: 50px;
    margin-right: 50px;
}



.s-slider{
    background-image: none;
    padding-bottom: 70px;
}
.sec-title {
    font-size: 32px;
    line-height: 60px;
    padding-bottom: 30px;
}
.main-news-swiper .swiper-slide{
    width: 350px;
}
.satellite_div{
	display:block;
	background-size: contain;
    width: 100%;
    height: 0px;
    padding: 30% 0;
    /* background-size: 112% auto; */
    background-color: #27378E;
    position: relative;
}
.satellite_div span{
    position: absolute;
    top: 20px;
    left: 28px;
    font-size: 18px;
    display: block;
    color: #ffc52b;
    font-weight: bolder;
    line-height: 24px;
}
.satellite_div span:nth-child(2){
    color: #fff;
    font-size: 32px;
    line-height: 30px;
    top: 50px;
}
.asiaSat9{
    background-image: url(../img/satellite9.png);
}
.asiaSat8{
    background-image: url(../img/satellite8.jpg);
}
.asiaSat7{
    background-image: url(../img/satellite7.png);
}
.asiaSat6{
    background-image: url(../img/satellite6.png);
}
.asiaSat5{
    background-image: url(../img/satellite5.png);
}


@media (max-width: 1024px){
    .s-banner {
        background-size: 100% auto;
        background-position: 0 94%;
    }
    .container{
        height: auto;
        padding-bottom: 44vw;
    }
    .breadcrumb, 
    .article-content, 
    .s-channel .wrapper{
        width: 92%;
    }
    .box-ctx{
        top: 0;
        left: 50%;
        padding: 25px 4% 1px 4%;
        width: 100vw;
        background-color: #fff;
        transform: translate(-50%, 0px);
    }
    .ctx-title {
        text-transform: uppercase;
    }
    .ctx-detail{
        color: #263c90;
        font-size: 20px;
        font-weight: bold;
    }
    .scroll_down{
        display: none;
    }

    .breadcrumb {
        margin: 8px auto 8px auto;
    }

    .turquoise {
        margin-bottom: 20px;
        line-height: 30px;
    }
    .darkgrey{
        line-height: 28px;
    }

    table.information td{
        display: block;
        padding: 6px 0;
    }
    .article{
        margin-bottom: 25px;
    }


    .s-channel{
        padding: 25px 0;
    }
    .s-channel h4, .s-channel .wrapper .filter_select{
        text-align: center;
        float: none;
    }
    .filter_select span{
        font-size: 18px;
    }
    .filter_select ul{
        width: 100%;
    }
    .filter_select ul li{
        max-width: unset;
        padding: 12px 0;
        letter-spacing: 1px;
    }
    .filter_select ul li:nth-child(1){
        width: 100%;
        margin: 0 0 6% 0;
    }
    .filter_select ul li:nth-child(2){
        width: 47%;
        margin: 0 6% 0 0;
        float: left;
    }
    .filter_select ul li:nth-child(3){
        width: 47%;
        float: left;
        margin: 0 0 0 0;
    }

    .footprint_image{
        width: 100%;
        height: 60vw;
    }
    .footprint_info{
        width: 100%;
        background-color: transparent;
        height: auto;
    }
    .footprint_info p{
        color: #263c90;
        text-align: left;
        padding: 20px 0 0  0;
        margin-bottom: 10px;
    }
    .footprint_info .fixedPicked{
        color: #212529;
        margin-bottom: 10px;
    }


    .in_details_block{
        padding: 30px 0 0px 0;
    }
    .detail_col{
        padding: 0 0 20px;
        height: auto;
        text-align: left;
        border-right: none;
        border-bottom: 1px #DEE3E5 solid;
    }
    .detail_col.d1{
        padding-left: 0;
        width: 100%;
    }
    .detail_col.d2{
        padding: 20px 0 20px 0;
        width: 100%;
    }
    .detail_col.d3{
        padding: 20px 0 20px 0;
        width: 100%;
        border-bottom: none;
    }


    .s-subsection{
        padding: 30px 0;
    }
    .center{
        width: 92%;
    }
    .center_btn a.btn{
        width: 92%;
        padding: 10px 0;
    }
    .center_btn a.btn:nth-child(1){
        margin: 30px auto 0 auto;
    }
    .center_btn a.btn:nth-child(2){
        margin: 20px auto;
     }
    .center_btn a.btn:nth-child(3){
        margin: 0 auto 10px auto;
    }


    .s-slider{
        padding: 25px 0 50px 0;
    }
    .sec-title{
        padding-bottom: 10px;
    }
    .asiaSat7, .asiaSat5{
        background-position: bottom;
    }
}

.s-channel .ajax_get_filter{ visibility: hidden; height:0; }

.s-payload .in_details_block .detail_col{
    height:auto;
}

@media (max-width: 1024px){
    .s-payload .in_details_block{
        padding: 30px 0;
    }
}</pre></body></html>