.article2{
    margin-bottom: 80px;
}
.article2 h4{
    font-size: 32px;
    color: #263c90;
    font-weight: bold;
    text-align: center;
}
.article2 h4{
    text-align:left;
}
.article2 h3{
    font-size: 28px;
    color: #263c90;
    font-weight: bold;
    text-align: left;
}
/* p, span, li{
    color: #2b2a34;
} */

.usage_gallery{
    width: 1024px;
    margin: 0px auto 25px auto;
    position: relative;
}
.title_bg{
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    display: flex;
    /* margin-top: 10px; */
}
.glr_page{
    font-size: 16px;
    width: 120px;
    font-weight: bold;
    padding: 10px 0 0 0;
}
.glr_page > span{
    display: inline-block;
    color: #000;
}
.glr_page > span:last-child{
    color: #263c90;
}
.glr_page > div{
    display: inline-block;
    height: 1px;
    width: 40px;
    background-color: #3fbcaf;
    margin: 0 4px;
    vertical-align: middle;
}
.glr_title{
    padding-right: 36px;
    min-width: 200px;
}
.usage_back{
    background-color: #263c90;
    flex: auto;
    height: 100%;
}
.usage_left{
    width: 62%;
    display: inline-block;
    /* float: left; */
    padding: 62px 0;
}
#usage_slider{
    width: 100%;
    z-index: 1;
    height: 390px;
    background-color: #FFF;
    overflow: visible;
}
#usage_slider .swiper-wrapper{
    height: 100%;
    background: #fff;
}
.usage-gallery-prev,
.usage-gallery-next{
    display: none!important;
}
.swiper-pagination-white{
    width: 18%;
    margin-top: 18px;
    margin-left: 120px;
    padding: 0;
}
.swiper-pagination-white li{
    background-color: #263c9000;
    height: auto;
    width: auto;
    opacity: 1;
    margin: 0 5px;
    padding: 0 5px;
    position: relative;
    outline: none;
    display: inline-block;
    cursor: pointer;
}

.swiper-pagination-white li:before{
    content: "";
    display: inline-block;
    background-color: #263c90;
    height: 8px;
    width: 8px;
    border-radius: 100%;
    transform: scale(0.5);
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
.swiper-pagination-white li.slick-active:before{
    background-color: #3fbcaf;
    transform: scale(1);
}
.swiper-pagination-white li button{
    border: none;
    outline: none;
    font-size: 0;
    height: 0px !important;
    width: 0px !important;
    overflow: hidden;
    padding: 0;
    margin: 0;
    background: transparent;
}
.swiper-button{
    display: none;
}
.usage_detail{
    position: absolute;
    right: 0;
    padding: 0 32px;
    width: 38%;
    top: 50%;
    transform: translate(0, -50%);
}
.usage_detail p{
    font-size: 16px;
    color: #FFF;
}

.usage_detail h5{
    /* color: #FFF; */
	color:#ffc52b;
	font-weight:bold;
}

/* Why AsiaSat */
.why_block{
    width: 1350px;
    max-width: 94%;
    margin: 80px auto;
    /* opacity: 0.8; */
    padding-left: 20px;
}

.why_block h6{
    text-align:center;
}

.why_block p{
    text-align:center;
}
.why_block p:last-child{
    margin-bottom: 0;
}

.why_block h4{
    font-size: 32px;
    color: #263c90;
    font-weight: bold;
    padding-bottom: 3%;
	max-width:1024px;
	margin:auto;
}


/* maritime description */
 div.description{
	padding:28px;
}
  
 div.description h4,  div.description p{
	text-align:left;
}
 div.description p{
	font-size:16px;
}

 .description ul {
    float: left;
    padding: 0;
}

.description ul li {
    display: inline-block;
    width: 100%;
    padding: 0 10px 0 30px!important;
    margin: 4px 0!important;
    font-size: 16px;
    text-align: left;
    color: #2b2a34;
    position: relative;
    background-color: transparent!important;
}


.description ul li::before {
    content: "";
    display: inline-block;
    height: 15px;
    width: 20px;
    background-image: url(../icon/ico_pointer.svg);
    background-size: contain;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
}

.description ul li:nth-child(2n) {
    background-color: transparent!important;
}

/* maritime description */


.why_block ul{
    padding: 0;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.why_block ul li{
    display: inline-block;
    width: 420px;
    max-width: calc(100% - 20px);
    margin: 24px 20px 0px 0px;
    padding: 28px;
    text-align: center;
    font-size: 16px;
    background-color: #eef1f2;
    /* min-height: 278px; */
    text-align: left;
    vertical-align: middle;
    color: #2b2a34;
}

.article .why_block ul li{
	width: 250px;
	min-height: 278px;
}
.why_block ul li:nth-child(2n){
    background-color: #fafafa;
}
.why_block ul li:nth-child(2n) h4{
    color: #3fbcaf;
}
.why_block ul li > div{
    text-align: center;
}
.why_block ul li span{
    display: inline-block;
    height: 100px;
    width: 100px;
    border-radius: 50%;
    background-color: #ffc52b;
    color: #263c90;
    margin-bottom: 28px;
    font-size: 36px;
    font-weight: bold;
    line-height: 100px;
}
.why_block ul li:nth-child(2n) span{
    background-color: #3fbcaf;
    color: #FFF;
}

.why_block .row{
	max-width:1024px;
	margin:auto;
}
.why_block div.content{
	font-size: 13px;
    background-color: #eef1f2;
    /* min-height: 278px; */
    text-align: left;
    vertical-align: middle;
    color: #2b2a34;
	margin-bottom: 28px;
}
.why_block div.content .thumbnail{
	min-height:230px;
}
.why_block div.content:nth-child(2n){
	background-color: #fafafa;
}
.why_block div.content:nth-child(2n) h4{
	color: #3fbcaf;
}
/* .why_block div.description{
	padding:28px;
}
  
.why_block div.description h4, .why_block div.description p{
	text-align:left;
}
.why_block div.description p{
	font-size:16px;
}

.why_block .description ul {
    float: left;
    padding: 0;
}


.why_block.description ul li {
    display: inline-block;
    width: 100%;
    margin: 4px 0;
    padding: 0px;
    font-size: 16px;
    text-align: left;
    color: #2b2a34;
    position: relative;
}

.why_block.description ul li {
    display: inline-block;
    width: 100%;
    padding: 0 10px 0 30px;
}


.why_block.description ul li::before {
    content: "";
    display: inline-block;
    height: 15px;
    width: 20px;
    background-image: url(../icon/ico_pointer.svg);
    background-size: contain;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
} */
/* Why AsiaSat */

/* in details */
.in_details_block{
    background-color: #fafafa;
    padding: 35px 0;
    text-align: center;
}
.in_details{
    width: 870px;
    max-width: 92%;
    margin: auto;
    text-align: left;
}
.in_details_block .btn{
    margin: 40px auto 0 auto;
    text-transform: uppercase;
    font-weight: 900;
}

.detail_col{
    padding: 0 20px;
    float: left;
    /* height: 300px; */
    text-align: left;
}
.detail_col.d1{
    padding-left: 0;
    width: 33%;
}
.detail_col.d2{
    width: 33%;
    border-left: 1px #DEE3E5 solid;
}
.detail_col.d3{
    padding-right: 0;
    width: 33%;
    /* border-right: none; */
    border-left: 1px #DEE3E5 solid;
}
.detail_col > h6{
    color: #3fbcaf;
    margin: 16px 0 8px;
    font-size: 18px;
    font-weight: bold;
}
.detail_col > p{
    margin: 0;
    font-size: 16px;
}
.detail_col > p{
    padding-bottom: 8px;
}

.detail_col ul{
    padding-left: 15px;
}

.detail_col ul li{
    padding: 4px 0 4px 0;
    font-size: 16px;
}
/* in details */

/* OU service promises */
.promises_block{
    width: 840px;
    max-width: 92%;
    margin: 70px auto;
}
.promises_block > h4{
    margin-bottom: 20px;
}
.promises_block ul{
    width: 47.5%;
    float: left;
    padding: 0;
}
.promises_block ul:nth-child(2){
    margin-right: 5%;
}
.promises_block ul li{
    display: inline-block;
    width: 100%;
    margin: 8px 0;
    padding: 0px;
    font-size: 16px;
    text-align: left;
    color: #2b2a34;
    position: relative;
}
.promises_block ul li a{
	font-weight:bold;
	color:#263c90;
}
.promises_block ul li::before{
    content: "";
    display: inline-block;
    height: 23px;
    width: 30px;
    background-image: url(../icon/ico_pointer.svg);
    background-size: contain;
    /* vertical-align: middle; */
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
}
.promises_block ul li > span{
    display: inline-block;
    width: 100%;
    padding: 0 10px 0 40px;
}
/* OU service promises */
.contact_us{
    text-align: center;
    font-size: 16px;
    line-height: 20px;
    margin-top: 20px;
}
.contact_us a{
    color: #263c90;
    border-bottom: 1px #263c90 solid;
}

@media (max-width: 768px){
    .description ul li {
        width: 100%;
    }
}

@media (max-width: 1024px){


    .usage_gallery{
        width: 100%;
    }
    .title_bg{
        flex-direction: column;
    }
    .glr_page > div{
        width: 50px;
        margin: 0 12px;
    }
    .glr_page, .glr_title{
        width: 92%;
        text-align: center;
        margin: 2px auto;
        padding: 0;
    }
    .usage_back{
        margin-top: 28vw;
    }
    .usage_left {
        width: 100%;
        display: inline-block;
        padding: 80px 4% 10px 4%;
        position: relative;
    }
    #usage_slider{
        height: 56vw;
    }
    
    .usage-gallery-prev,
    .usage-gallery-next{
        display: block;
    }
    .swiper-pagination-white{
        display: none !important;
    }

    .swiper-button{
        display: inline-block;
        height: 30px;
        width: 30px;
        border-radius: 20px;
        background-color: #ffc52b;
        margin: 0 auto 20px auto;
        display: block;
        transition: all .3s ease;
        -webkit-transition: all .3s ease;
        right: 9%;
        left: unset;
        bottom: -25px;
        top: unset;
        outline: none !important;
    }
    .swiper-button:hover{
        background-color: #3fbcaf;
    }
    .swiper-button-prev{
        right: calc(9% + 50px);
    }
    .swiper-button::before, .swiper-button::after{
        content: "";
        display: inline-block;
        background-color: inherit;
        height: 1px;
        width: 30%;
        transform-origin: left;
        transform: rotate(38deg);
        border-radius: 1px;
        position: absolute;
        bottom: 0;
        left: 35%;
        top: 50%;
        background-color: #fff;
        transition: all .3s ease;
        -webkit-transition: all .3s ease;
    }
    .swiper-button::after{
        transform: rotate(-38deg);
    }
    .swiper-button-next::before, .swiper-button-next::after{
        transform-origin: right;
    }


    .usage_detail {
        position: relative;
        right: 0;
        padding: 20px 0;
        margin: auto;
        width: 92%;
        top: 0;
        transform: translate(0, 0);
    }


    /* Why AsiaSat */
    .why_block {
        margin: 50px 0 35px 0;
    }
    .why_block h4{
        margin-bottom: 20px;
    }
    .why_block ul li span{
        display: none;
    }
    .why_block ul li{
        min-height: unset;
        margin: 0;
        max-width: 100%;
        padding: 20px;
    }
    /* Why AsiaSat */
    


    /* in details */
    .in_details_block .btn{
        margin: 20px 0;
        font-size: 14px;
        letter-spacing: 1px;
    }
    .detail_col{
        padding: 0 0 20px;
        height: auto;
        text-align: left;
        /* border-right: none; */
		border-left: none;
        border-bottom: 1px #DEE3E5 solid;
    }
    .detail_col.d1{
        padding-left: 0;
        width: 100%;
		border-left: none;
    }
    .detail_col.d2{
        width: 100%;
		border-left: none;
    }
    .detail_col.d3{
        width: 100%;
		border-left: none;
        border-bottom: none;
    }
    /* in details */

    
    /* OU service promises */
    .promises_block ul{
        width: 100%;
        margin: 0 !important;
    }
    /* OU service promises */

    /* maritime description */
    .description ul {
        max-width: 100%;
    }
    /* maritime description */
}