a{
    color:white;
}
a:hover{
    color:white;
}
#section1{
    position: relative;
    top: 80px;
    margin-bottom: 80px;
    background-color: #808AD4;
    height: auto;
}
.container-fluid{
    padding: 0px;
}
.head_nav{
    width: 100%;
    height: auto;
    /* min-height: 50px; */
    /* background-color: #808AD4; */
    text-align: right;
}
.head_nav ul{
    height: 100%;
    padding: 20px;
    margin-right: 20px;
    /* color: white; */
}
.country_item{
    background-color: #808AD4;
    /* float: right; */
    /* height: 20px; */
    display: inline;
    margin: 20px;
}
.country_item a{
    color: white;
}
.sub_header{
    color: white;
    text-align: center;
    font-size: 30px;
    padding:20px 0;
}
#section2{
    background-color: #272C6D;
}
#banner_section .banner1{
    position: relative;
}

#banner_section .banner1 img{
    width: 100%;
    max-height: 700px;
    object-fit: cover;
}
#section3{
    height: auto;
    /* background-color: rgba(255, 255, 255, 0.7); */
    position: relative;
    top: -600px;
    margin-bottom: -600px;

}
#section3 .container{
    height: auto;
    background-color: rgba(255, 255, 255, 1);
    max-width: 810px;
    padding: 40px;
    padding-left: 20px;
}
.sub-menu-title{
    color: #272C6D;
    margin-bottom: 20px;
}

.nav-link:hover {
    color: #272C6D;
}
.nav-link{
    color: #808AD4;
}
.dropdown .btn{
    width: 100%;
    background-color: #3B3B78;
    border-color: #3B3B78;
}
.dropdown{
    display: none;
    margin-bottom: 20px;
}
.dropdown .btn-secondary:focus {
 
    background-color: #3B3B78;
    border-color: #3B3B78;
}
.dropdown .show>.btn-secondary.dropdown-toggle {
    background-color: #3B3B78;
    border-color: #3B3B78;
}
.dropdown .dropdown-menu{
    width: 100%;
}

.news_item{
    margin-bottom: 20px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    box-shadow: 0px 3px 6px #00000080;
    width: 100%;
}
.news_item .content{
    padding: 15px;
}
.news_item .title{
    font-weight: bold;
    color: #3B3B78;
}

.news_item .date_time{
    font-size: smaller;

}
.news_item .detail{
    margin-top: 20px;
}
.news_item .img{
    margin-top: 10px;
}
.news_item .img img{
    width: 100%;
}


/* body {
	background-color: #666;
	color: #36322d;
} */

.wrapper {
    background-color: #fff;
    margin: 0 auto;
    position: relative;
    /* padding-bottom: 50px; */
}

.text-container {
    /*font-family: Helvetica, Arial, sans-serif;*/
    /*line-height: 1.75rem;*/
    max-height: 200px;
    overflow: hidden;
    /* padding: 10px 30px 60px 30px; */
    transition: max-height .5s ease;
}

.text-container.show {
    max-height: 2000px;
}

.gradient::before {
    content:'';
    height:150px;
    position:absolute;
    bottom:0px; left:0;
    width:100%;
    background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 70%);
    /* transition:height .25s ease; */
}
.show.gradient::before { height:50px;}

.show-btn {
    box-shadow:0 2px 5px rgba(0,0,0,.6);
    background-color:#3B3B78;
    border: none;
    border-radius: 5px;
    bottom: 20px;
    color: #fff;
    cursor: pointer;
    padding: 5px 20px;
    transform: translateX(0);
    /* transition: background-color .25s ease; */
    font-size:14px;
}

.show-btn:hover {
    background-color: #3B3B78;
}


.page-item.active .page-link {

    background-color: #696CC7;
    border-color: #696CC7;
}
.page-link {
    color: #696CC7;

}
.pagination{
    max-width: 100%;
}
@media (max-width: 1500px) {
    #section3 {
        top: -35vw;
        margin-bottom: -35vw;
    }
}
@media (max-width: 600px) {
    .sub-menu{
        display: none;
    }

    #section3 {
        top: -100px;
        margin-bottom: -100px;
    }

    #section3 .container {
        padding: 40px 0;
    }

    .news_item{
        width: 100%;
    }
    .col-10 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .dropdown{
        width: 100%;
        display: block;
    }
}