body {
    line-height: 1;
}
button:focus ,button:active {
    outline: unset;
}
.btn {
    font-size: 30px;
    font-weight: bold;
    width: 100%;
    text-align: left;
}
.btn-link {
    color: #fff;
}
.btn-link:hover {
    color: #d2d2d2;
    text-decoration: none;
}
.btn-link.focus, .btn-link:focus {
    text-decoration: none;
}
.card-header {
    background-color: rgb(22, 93, 161);
    padding: .3rem 1.25rem;
}
.card-header:first-child {
     border-radius: 0; 
}
.nav .nav-item .nav-link {
    color: #165da1;
}

.a-head {
    font-size: 70px;
    font-weight: bold;
    color: #165da1;
    margin-top: 40px;
    margin-bottom: 20px;
}
.a-content {
    font-size: 30px;
}

.big-headSubText {
    text-align: center;
    font-size: 4rem;
}
.main-header.-banner {
    /* padding-bottom: 14px; */
    min-height: 140px;
    background: #000;
    color: #fff;
    text-align: center;
}
.main-header.-banner .container {
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.main-header {
    position: relative;
    overflow: hidden;
    padding-top: 16px;
    display: flex;
}

@media only screen and (min-width: 992px) {
    .main-header.-banner {
        /* padding-bottom: 26px; */
        min-height: 220px;
        /* margin-bottom: 30px; */
    }
    .main-header.-banner .main-title {
        width: 750px;
    }
}

@media only screen and (max-width: 767px) {
    .a-head {
        font-size: 50px;
        margin-top: 20px;
        margin-bottom: 20px;
        line-height: 1;
    }
    .big-headSubText {
        line-height: 1;
    }
}

@media only screen and (max-width: 425px) {
    .a-head {
        font-size: 32px;
    }
}

.banner_shop {
    background-color: #ffffff;
    height: auto; 
    /*margin-bottom: 100px;*/
}
.read-more {
    font-size: 26px;
    font-weight: bold;
    color: #0079c2;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.read-more:hover {
    color: #004d7b;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.line-more {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  position: relative;
  display: inline-block;
}
.line-more .icon {
    position: absolute;
    right: 2px;
    font-size: 21px;
    top: 41%;
    color: #0079c1;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.line-more .icon.icon-2 {
    right: -4px;
}


/*table*/
.table-all tbody tr th {
    border-bottom: 1px solid #d2d2d2;
    border-top: 1px solid #d2d2d2;
    padding: 10px 30px;
    background-color: rgb(255, 220, 36);
    font-size: 28px;
    /* font-weight: bold; */
    color: #565656;
    text-align: center;
}
.table-all tbody tr td {
    border-bottom: 1px solid #d2d2d2;
    border-top: 1px solid #d2d2d2;
    padding: 10px 30px;
    /* background-color: #ffffff; */
    font-size: 26px;
    cursor: context-menu;
    color: #424242;
}
.table-all tbody tr:hover {
    background-color: rgba(222, 222, 222, 0.45098039215686275);
    transition: ease 0.3s;
}
.table-data {
    overflow:auto; 
    overflow-y: hidden !important;
}
.table-width {
    width: 100%;
    background-color: rgba(210, 210, 210, 0.12156862745098039);
}
@media only screen and (max-width: 991px) {
   .table-width {
        background-color: rgba(210, 210, 210, 0.25098039215686274);
    } 
}
@media only screen and (max-width: 767px) {
   .table-width {
        width: 690px;
    } 
}

.cover-text-all .a-head {
    font-weight: bold;
    color: #165da1;
    margin-top: 40px;
    margin-bottom: 30px;
    font-size: 40px;
}
.cover-text-all .a-head.a-head2 {
    font-size: 35px;
    margin-bottom: 20px;
}
.cover-text-all .a-head.a-head3 {
    font-size: 32px;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
    margin-top: 30px;
}
.cover-text-all .a-content {
    margin-bottom: 0px;
}
.ul-text-all-1 {
    list-style-type: decimal;
    padding: 0 50px;
}
.ul-text-all-1 li {
    padding: 0px 0 10px 0;
}
.ul-text-all-2 {
    list-style-type: disc;
    padding: 20px 30px;
}
.ul-text-all-2 li {
    padding: 0px 0 10px 0;
}
.ul-text-all-2 li span {
    color: #165da1;
    font-weight: bold;
}
.ul-text-all-1 li span {
    color: #0079C1;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.ul-text-all-1 li span:hover {
    color: #004d7b;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.collapse-all {
    padding: 30px 30px;
}

/*form*/
.form-control {
    font-size: 1.5rem;
    height: 45px
}
.form-button {
    margin-top: 25px;
}
.form-group {
    display: block;
    margin: 10px 0;
}
/*.control-label {
    color: #165da1;
    font-weight: bold;
}*/
.style_button-1 {
    display: inline-block;
    position: relative;
    border: 1px solid #0079c2;
    color: #ffffff;
    background-color: #0079c2;
    font-size: 26px;
    transition: ease 0.5s;
    text-transform: uppercase;
    height: 55px;
    width: 215px;
    text-align: center;
    padding-top: 5px;
    /* font-weight: bold; */
    border-radius: 50px;
    margin-right: 10px;
}
.style_button-1:hover {
    border: 1px solid #004d7b;
    color: #d2d2d2;
    background-color: #004d7b;
}
.style_button-2 {
    display: inline-block;
    position: relative;
    border: 1px solid #d5d5d5;
    color: #000000;
    background-color: #ffffff;
    font-size: 26px;
    transition: ease 0.5s;
    text-transform: uppercase;
    height: 55px;
    width: 215px;
    text-align: center;
    padding-top: 5px;
    /* font-weight: bold; */
    border-radius: 50px;
}
.style_button-2:hover {
    border: 1px solid #a5a5a5;
    color: #ffffff;
    background-color: #a5a5a5;
}

@media only screen and (max-width: 476px) {
    .form-button {
        text-align: center;
    }
    .style_button-1 {
        margin-right: 0px;
        margin-bottom: 15px;
    }
}

/*-----------------------------------------------------------------------------------*/
/* banner-sub-ir
/*-----------------------------------------------------------------------------------*/
/*banner*/
.banner-sub-ir .main-header .bg {
    background: url(../images/bg-ir.jpg);
    position: absolute;
    top: -50px;
    bottom: -50px;
    left: -50px;
    right: -50px;
    background-size: cover;
    opacity: 1;
    -webkit-filter: blur(5px);
    filter: blur(5px);
    background-position: 100% 20%;
}
.banner-sub-ir {
    margin-top: 139px;
    width: 100%;
}
.banner-sub-ir.banner-sub-ir-2 {
    margin-top: 100px;
}

/*-----------------------------------------------------------------------------------*/
/* finance-highlights
/*-----------------------------------------------------------------------------------*/
/*content*/
.finance-highlights {
    margin-bottom: 100px;
}

/*-----------------------------------------------------------------------------------*/
/* mda
/*-----------------------------------------------------------------------------------*/
/*content*/
.mda {
    margin-bottom: 100px;
}

/*-----------------------------------------------------------------------------------*/
/* annual-report
/*-----------------------------------------------------------------------------------*/
/*content*/
.annual-report {
    margin-bottom: 100px;
}
.annual-report .content .item-annual-report {
    border: 1px solid #d5d5d5;
    margin: 0 0 60px 0;
}
.annual-report .content .item-annual-report .img {
    height: 450px;
    border-bottom: 1px solid #d5d5d5;
    overflow: hidden;
}
.annual-report .content .item-annual-report .img img {
    width: 100%;
}
.annual-report .content .item-annual-report .info {
    padding: 30px 20px 45px 20px;
}
.annual-reports .content .item-annual-report .info p.text-1 {
    font-size: 40px;
    font-weight: normal;
    line-height: 01;
    /* color: #353535; */
    overflow: hidden;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /* margin-bottom: 0px; */
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    height: 110px;
    text-align: center;
}
.annual-report-bt {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.annual-report .content .item-annual-report .info p.text-1 {
    font-size: 40px;
    /* font-weight: bold; */
    line-height: 1;
    color: #165da1;
    padding-bottom: 32px;
    text-align: center;
}
a.btn-annual-report {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    border: #0079c2 solid 1px;
    color: #ffffff;
    background-color: #0079c2;
    font-size: 26px;
    transition: ease 0.5s;
    text-transform: uppercase;
    height: 55px;
    width: 215px;
    text-align: center;
    /* font-weight: bold; */
    border-radius: 50px;
}
a.btn-annual-report:hover {
    background-color: #004d7b;
    border: #004d7b solid 1px;
    color: #ffffff;
    text-decoration: none;
}


@media only screen and (max-width: 1199px) {
    .annual-report .content .item-annual-report .img {
        height: 378px;
    }
}
@media only screen and (max-width: 991px) {
    .annual-report .content .item-annual-report .img {
        height: 425px;
    }
}
@media only screen and (max-width: 767px) {
    .annual-report .content .item-annual-report .info {
        padding: 20px 20px 35px 20px;
    }
    .annual-report .content .item-annual-report .img {
        height: 312px;
    }
    .annual-report .content .item-annual-report .info p.text-1 {
        font-size: 32px;
        padding-bottom: 24px;
    }
    a.btn-annual-report {
        width: 70%;
    }

}
@media only screen and (max-width: 575px) {
    .annual-report .content .item-annual-report .img {
        height: 370px;
    }
}


/*-----------------------------------------------------------------------------------*/
/* finance-56
/*-----------------------------------------------------------------------------------*/
/*content*/
.finance-56 {
    margin-bottom: 100px;
}
.finance-56 .cover-text-all .table-data table tbody tr td a img {
    margin-bottom: -8px;
}

/*-----------------------------------------------------------------------------------*/
/* warrants
/*-----------------------------------------------------------------------------------*/
/*content*/
.warrants {
    margin-bottom: 100px;
}
.warrants .cover-text-all .table-data table tbody tr td a img {
    margin-bottom: -8px;
}

/*-----------------------------------------------------------------------------------*/
/* major
/*-----------------------------------------------------------------------------------*/
/*content*/
.major {
    margin-bottom: 100px;
}

/*-----------------------------------------------------------------------------------*/
/* dividend
/*-----------------------------------------------------------------------------------*/
/*content*/
.dividend {
    margin-bottom: 100px;
}

/*-----------------------------------------------------------------------------------*/
/* request-ir
/*-----------------------------------------------------------------------------------*/
/*content*/
.request-ir {
    margin-bottom: 200px;
}
.request-ir iframe {
    width: 100%;
    height: 320px;
    margin-bottom: 15px;
}
.request-ir .img {
    text-align: right;
    margin-right: 30px;
}
.request-ir img {
    width: 65%;
}
.request-ir .text-1 {
    font-size: 30px;
    font-weight: bold;
    color: #165da1;
    margin-bottom: 5px;
}
.request-ir .text-2 {
    font-size: 28px;
    margin-bottom: 20px;
    line-height: 1.15;
}
.request-ir .cover-text-all #contact_address .text-2 a span {
    color: #0079C1;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.request-ir .cover-text-all #contact_address .text-2 a span:hover {
    color: #004d7b;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

@media only screen and (max-width: 991px) {
    .request-ir .img {
        text-align: left;
        margin-right: 0px;
    }
    .request-ir img {
        width: auto;
    }
}