#section-media-news { background: url('../img/media/news/background-gray.png') no-repeat top left;  position: relative; z-index: 0; background-size: cover; padding:100px 5% 100px 5%;}
#section-media-detail-news { background: url('../img/media/news/background-gray.png') no-repeat top left;  position: relative; z-index: 0; background-size: cover; padding:100px 5% 100px 5%;}
#section-media-detail-news-mobile { background: url('../img/media/news/background-gray.png') no-repeat top left;  position: relative; z-index: 0; background-size: cover; padding:100px 0% 100px 0%; display:none;}
.banner-image-left-media {
    width: 57%;
    top: -102px;
    position: relative;
    left: 0;
}
.banner-image-right-media {
    width: 71%;
    position: absolute;
    right: 0;
    top: -115px;
}
.document-banner-title-text {
    font-family: 'touchebold';
    font-size: 43px;
    color: #2e2d2c;
}
.media-banner-content {
    position: absolute;
    right: 225px;
    top: 85px;
    width: 25%;
    white-space:nowrap;
}
.media-banner-title {
    font-family: 'touchesemibold';
    font-size: 12px;
    color: #2e2d2c;
    margin-left: 3%;
}
.media-banner-title-text {
    font-family: 'toucheregular';
    font-size: 34px;
    color: #2e2d2c;
}


.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
    
    
}

ul.pagination li.prev a{
    background: url('../img/media/news/button-prev.png') no-repeat;
    background-size: contain;
    width: 30px;
    height: 30px; 
}
ul.pagination li.prev.disabled span{
    background: url('../img/media/news/button-prev.png') no-repeat;
    background-size: contain;
    width: 30px;
    height: 30px; 
}

ul.pagination li.next a{
    background: url('../img/media/news/button-next.png') no-repeat;
    background-size: contain;
    width: 30px;
    height: 30px; 
}

ul.pagination li.next.disabled span{
    background: url('../img/media/news/button-next.png') no-repeat;
    background-size: contain;
    width: 30px;
    height: 30px; 
}

.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: black;
    text-decoration: none;
    background-color: #fff;
    border: transparent!important;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    z-index: 3;
    color: black;
    cursor: default;
    background-color: transparent;
    border-color: transparent;
}

.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: black;
    text-decoration: none;
    background-color: transparent;
    border: transparent!important;
}

/* .flex-news-container{display: flex; align-content: space-between; flex-wrap: wrap; flex-direction: row;}
.flex-news{flex: 50;}
.row-news {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
} */

.border-news-mobile{border-bottom: 1px solid black; display:none; margin-top: 5%;margin-bottom: 5%;}
.border-news-mobile-2{border-bottom: 1px solid black; display:none; margin-top: 10%;margin-bottom: 5%;}
  
#event-list-container{
    /* width: calc(50% - 30px);
    padding: 10px; */
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.news-item{
    /* width: calc(50% - 30px); */
    /* width: 100%; */
    /* display: flex; */
    width: calc(50% - 30px); 
    padding: 10px;
}
.row {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.content {
    width: calc(50% - 30px);
    padding: 10px;
}

.content-flex {
    display: flex;
    flex-wrap: no-wrap;
    /* border-top: 1px solid black;
    border-bottom: 1px solid black; */
    margin-bottom: 10px;
    padding: 0px 0;
    justify-content: space-between;
}

.c-image {
    width: 30%;
}

.c-image > img {
    width: 100%;
}

.c-desc {
    width: 65%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    height: 175px;
}

.detail-date {
    width: 15%;
}

.detail-title {
    width: 80%;
    font-family:'touchesemibold';
    font-size:24px;
    color:#2e2d2c;
    margin-left: 5%;
}



.detail-title a{  font-family:'touchesemibold'; color:#2e2d2c;}
.category-name-text{
    font-family: 'touchebold';
    font-size:11px;
    color:#f4b000;
}
.category-name-text-detail{
    font-family: 'touchebold';
    font-size:11px;
    color:#2e2d2c;
}

.detail-footer {
    width: 100%;
}

.content-image{
    margin-bottom: 10%;
}
.content-big {
    width: 100%;
    display: flex;
}

.content-left {
    width: calc(35% - 20px);
    padding: 10px;
}

.content-right {
    width: 65%;
    padding-left:5%;
}

.content-center {
    width: calc(50% - 0px);
    padding: 10px;
}

.content-desc {
    display: flex;
    flex-wrap: wrap;
}


.content-right > .content {
    width: calc(100% - 30px);
    padding-left: 0;
}


.border-bottom-media{
    background: url('../img/media/news/border-center.png') no-repeat;
    background-size: cover;
    width:100%;
    height: 9px;
    margin-top: 5%;
    margin-bottom: 5%;
}

.border-detail-news-mobile{
    background: url('../img/media/news/border-center.png') no-repeat;
    background-size: cover;
    width:100%;
    height: 9px;
    margin-top: 5%;
    margin-bottom: 5%;
}

.border-top-media{
    background: url('../img/media/news/border-top.png') no-repeat;
    background-size: cover;
    width: 100%;
    height: 1px;
    position: relative;
    top: 10px;
    /* margin-top: 5%; */
    margin-bottom: 5%;
}


.btn-media-news-read-more-2 {
    margin-top: 50px;
    background: url('../img/home/read-more.png') no-repeat;
    background-size: contain;
    width: 200px;
    height: 18px;
    font-family: 'touchebold';
    font-size: 11px;
    color: #2e2d2c;
    padding: 0% 0% 3% 7%;
    letter-spacing: 1.7px;
    text-align: center;
}

.detail-item-image {background-color: gray;  overflow: hidden; position: relative; width: 100%; background-repeat: no-repeat; background-position: center; background-size:auto 100%; }
.detail-item-image:before {content: ""; display: block; padding-top: 55%;}
.detail-item-image-inner {position: absolute; top: 0; left: 0; right: 0; bottom: 0;}
.detail-item-image img {visibility: hidden; max-width: 100%; height: 100%;}

.media-news-left{width:30%; float:left;}
.media-news-right{width:70%; float:right; padding-left: 10%;}
.detail-news-title{font-family:'touchebold'; font-size: 29px; color: #2e2d2c; margin-top: 3%;margin-bottom: 3%;}
.detail-news-date{font-family:'touchebold'; font-size:14px; color:#f4b000; margin-top: 3%;margin-bottom: 3%;}
.detail-news-content{font-family:'gibsonregular'; font-size:16px; color:#575756;}

.btn-news-detail-back {
    margin-top: 50px;
    background: url('../img/home/button-about.png') no-repeat;
    background-size: cover;
    width: 200px;
    height: 42px;
    font-family: 'touchebold';
    font-size: 11px;
    color: #2e2d2c;
    padding: 3% 3% 3% 2%;
    text-align: center;
    padding-top: 12px;
}

.btn-news-detail-back:hover {
    opacity: 0.7;
}

.btn-news-detail-back-mobile{
    /* margin-top: 50px; */
    background: url('../img/home/button-about.png') no-repeat;
    background-size: cover;
    width: 200px;
    height: 42px;
    font-family: 'touchebold';
    font-size: 11px;
    color: #2e2d2c;
    padding: 3% 3% 3% 2%;
    text-align: center;
    padding-top: 12px;
    margin : 0 auto;

}

.btn-news-detail-back-mobile:hover {
    opacity: 0.7;
}


.category-name-text-news{width:100%;font-family:'touchebold'; font-size:11px; color:#f4b000;}
.style-pointer-detail-news {
    float: right;
    padding-top: 3%;
    padding-bottom: 3%;
}
.section-detail-news-inner{padding-left:5%; padding-right:5%;}
/* Reset Select */
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    outline: 0;
    box-shadow: none;
    border: 0 !important;
    background: white;
    background-image: none;
  }
  /* Remove IE arrow */
  select::-ms-expand {
    display: none;
  }
  /* Custom Select */
  .select {
    position: relative;
    display: flex;
    width: 25em;
    height: 3em;
    line-height: 3;
    background: url('../img/media/news/Asset 5.png') no-repeat;
    overflow: hidden;
    border-radius: .25em;
    margin-bottom: 5%;
}
select {
    /* content: url(../img/media/news/Asset 5.png); */
    /* flex: 1; */
    background: url('../img/media/news/Asset 5.png') no-repeat;
    padding: 1 .5em;
    padding-left: 50px;
    position: relative;
    width: 215px;
    top: -5px;
    padding-top: -9px;
    color: #575756;
    cursor: pointer;
    font-family: touchebold;
    font-size: 14px;
}
  /* Arrow */
  .select::after {
    content: url('../img/media/news/dropdown-icon.png');
    /* background: url(../img/media/news/dropdown-icon.png) no-repeat; */
    height: 3em;
    position: absolute;
    top: 0;
    /* left: -0px; */
    /* padding: 0 1em; */
    cursor: pointer;
    pointer-events: none;
    -webkit-transition: .25s all ease;
    -o-transition: .25s all ease;
    transition: .25s all ease;
  }
  
  option {
      font-weight: normal;
      font-family:'touchebold';
      font-size: 10px;
        color: #575756;
        display: block;
        white-space: pre;
        width: 25em;
        min-height: 1.2em;
        padding: 0px 0px 0px;
      background:#f1f1f1;
  }
  
  /* Transition */
  .select:hover::after {
    color: #f39c12;
  }
  .pagination-news{display:block;}
  .pagination-mobile{display:none;}
      
.mybox {
    position: relative;
    padding: 10px 20px;
    background-color: #EEEEEE;
}
    
.mybox:after {
    content: '';
    position: absolute;
    left: 0px;
    top: 50%;
    height: 50%;
    border-left: 1px solid black;
}

.mybox-2 {
    position: relative;
    padding: 10px 20px;
    background-color: #EEEEEE;
}
    
.mybox-2:after {
    content: '';
    position: absolute;
    right: -0.5px;
    top: 50%;
    height: 50%;
    border-right: 1px solid black;
}

tr.row-document:last-child{border-bottom: 1px solid black;}

.button-search-document {
    background: url('../img/outlet/locationoutlet/button-search.png') no-repeat top left;
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 0px 0px;
    cursor: pointer;
}

.text-address{
    margin-left:4%;
    font-size:13px;
    font-family:'gibsonregular';
    height:26px;
    width:80%;
    float:left;
    color:#575756;
    padding-left:2%;
}

#document-form{
    position: relative;
    right: -26px;
    margin-bottom: 15%;
}

.line-document-header{
    background: url('../img/media/document/line-document.png');
    height: 1px;
    width: 100%;
    position: relative;
    top: 100px;
}

.line-document-header-2{
    background: url('../img/media/document/line-document.png');
    height: 1px;
    width: 100%;
    position: relative;
    top: 165px;
}
    
.table-header-document{
    width: 20%;  
    background-color: #ffcc00; 
    padding:1%; 
    border-top: 1px solid black; 
    border-bottom: 1px solid black; 
    text-align:center;
    font-family:'touchebold';
    font-size:14px;
    color:#2e2d2c;
}
.table-header-document-name{
    width: 40%;  
    background-color: #ffcc00; 
    padding:1%;  
    border-top: 1px solid black; 
    border-bottom: 1px solid black; 
    text-align:center;
    font-family:'touchebold';
    font-size:14px;
    color:#2e2d2c;
}

.data-document{
    width: 20%; 
    padding:2%; 
    border-left: 1px solid black; 
    text-align: center; 
    font-family:'toucheregular'; 
    font-size:15px; 
    color:#2e2d2c;
}
.data-document-name{
    width: 40%; 
    padding:2%; 
    border-left: 1px solid black; 
    text-align: center;
    font-family:'touchesemibold'; 
    font-size:15px; 
    color:#2e2d2c;
}

.data-document-download{
    width: 20%; 
    padding:2%; 
    border-left: 1px solid black; 
    border-right: 1px solid black; 
    text-align: center;
}

.black-marker-document{
    position:relative;
    top:15px;
}

.pointer-document-position{
    position: absolute; 
    left: -4px;  
    top: 20px;
}

.pointer-document-position-right{
    position: absolute; 
    right: -4px;  
    top: 20px;
}
.document-left-part{
    width:65%;
    float:left;
}
.document-right-part{
    width:35%;
    float:right;
}

.text-address-document {
    margin-left: 4%;
    font-size: 13px;
    font-family: 'gibsonregular';
    height: 26px;
    width: 80%;
    float: left;
    color: #575756;
    padding-left: 2%;
}

@media all and (max-width:1250px){
    .detail-title-en{
        font-size: 22px!important;
    }
}

@media all and (max-width:1150px){
    .border-bottom-media {
        height: 8px;
    }
}
@media all and (max-width:1100px){
    .btn-media-news-read-more-2 {
        margin-top: 60px;
    }

    .detail-date {
        width: 20%;
    }

    .detail-title {
        width: 75%;
    }

    .detail-title-en {
        font-size: 19px!important;
    }
}

@media all and (max-width:1000px){
    .border-bottom-media {
        height: 7px;
    }
}
@media all and (max-width:900px){
    .detail-title {
        font-size: 20px;
    }

    .border-bottom-media {
        height: 6px;
    }

    .detail-title-en {
        font-size: 17px!important;
    }
}

@media all and (max-width:850px){
    .detail-title {
        width: 70%;
    }

    .detail-date {
        width: 25%;
    }
}

@media all and (max-width:800px){
    .border-bottom-media {
        height: 5px;
    }
}

@media all and (max-width:700px){

    #section-media-news {
        padding: 100px 2% 100px 5%;
    }
    #section-media-detail-news{
        display:none;
    }
    #section-media-detail-news-mobile{
        display:block;
    }
    .content-big {
        width: 100%;
        display: block;
    }

    .content {
        width: 100%;
        /* padding: 10px; */
        padding: 10px 5% 10px 5%;
    }
    
    .content-left {
        /* width: calc(35% - 20px); */
        width: 100%;
        /* padding: 10px; */
        padding-left: 5%;
        float: left;
    }
    
    .content-right {
        /* width: 65%; */
        width: 100%;
        padding-left: 5%;
        float: left;
    }

    .content-desc {
        display: flex;
        flex-wrap: wrap;
    }

    .content-center {
        width: calc(100% - 0px);
        padding: 10px;
    }
    
    
    .content-right > .content {
        width: calc(100% - 0px);
        padding-left: 0;
    }

    .c-image {
        display: none;
    }
    
    .c-desc {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        height: 175px;
    }

    .border-news-mobile{display:block;}
    .border-news-mobile-2{display:block;}
    .border-top-media{display:none;}
    .border-bottom-media {display:none;}

    .btn-media-news-read-more-2 {
        margin-top: 40px;
    }

    .select {
        width: 22em;
        margin: 0 auto;
        margin-bottom:5%;
    }

    .pagination-news{display:none;}
    .pagination-mobile{display:block; padding-right: 3%;}
    .category-name-text-news {
        font-size: 10px;
    }

    .detail-date {
        width: 15%;
    }

    .detail-title {
        width: 80%;
    }

    .media-news-left {
        width: 100%;
    }

    .media-news-right {
        width: 100%;
        padding-left: 0%;
    }

    .detail-news-title {
        border-top: 1px solid #c4c4c4;
        border-bottom: 1px solid #c4c4c4;
        padding-top: 3%;
        padding-bottom: 3%;
        margin-top: 1%;
        margin-bottom: 1%;
        font-size:27px;
    }
    
    .detail-news-date {
        float: left;
        font-size:13px;
    }

    .detail-news-content {
        margin-top: 5%;
        margin-bottom: 10%;
        font-size:15px;
    }

    .category-name-text-detail {
        margin-bottom: 2%;
        font-size:10px;
    }

    .detail-title-en {
        font-size: 24px!important;
    }

    .detail-title-en {
        font-size: 24px;
    }
}

@media all and (max-width: 600px){
    .border-detail-news-mobile {
        height: 7px;
    }
}

@media all and (max-width:550px){
    .detail-title-en {
        font-size: 22px!important;
    }
    .detail-title{
        font-size: 22px;
    }
}

@media all and (max-width:450px){
    .detail-title-en {
        font-size: 20px!important;
    }
    .detail-title {
        font-size: 20px;
    }
}

@media all and (max-width: 500px){
    .border-detail-news-mobile {
        height: 6px;
    }
}

@media all and (max-width: 400px){
    #section-media-news {
        padding: 100px 0% 100px 7%;
    }
    .border-detail-news-mobile {
        height: 4px;
    }
}

@media all and (max-width: 350px){
    .select {
        width: 20em;
    }

    .detail-title {
        font-size: 20px;
    }
    .detail-date {
        width: 20%;
    }

    .detail-title {
        width: 75%;
        font-size: 17px;
    }

    .detail-title-en {
        font-size: 17px!important;
    }
}