.announcement-list {

    list-style: none;
    padding: 0;
    margin: 0;
}

.announcement-list li {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ccc;
}

.announcement-list li:first-child {
    border-top: 1px solid #ccc;
    padding-top: 15px;
}

.filter-wrap {
    margin-bottom: 30px;
}

.sq_container {
    display: flex;
    flex-wrap: wrap;
}

.sq_info_block {
    width: 25%;
    margin-bottom: 20px;
}

.sq_info_block .sq {

}

.sq_wrap {
    width: 100%;
    overflow-x: hidden;
}

.sq_main_title {
    width: 100%;
}

.sq_container {
    width: 100%;
}

.sq_info_block .title {
    color: #f0509c;
    border-bottom: 2px solid #f0509c;
    display: inline-block;
    width: 90%;
    font-size: 20px;
    padding: 5px 0;
    margin-bottom: 10px;
}

.sq_info_block .content {

    font-size: 18px;
}

.up {
    color: #3bca03;
}

.down {
    color: #f80404;
}

.sq_main_title {
    display: flex;
}

.sq_main_title .stock_price {
    margin-left: auto;
    text-align: right;
}

.sq_wrap .date {

    font-size: 14px;

    color: #000;
}

.sq_wrap .current {
    color: #000;
    font-size: 28px;
}

.sq_wrap .content {
    color: #000;
}

.sq_wrap .change_price {

    font-size: 26px;
}

.sq_wrap .stock_price h3 {
    margin-bottom: 10px;
}

.sq_wrap h1 {
    color: #000;
    font-size: 32px;

}

.reports {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.reports li {
    width: calc(100% / 4 - 30px);
    margin: 0 15px;
    margin-bottom: 15px;
}

.reports li .image {
    width: 100%;
    height: 450px;
}

.reports.presentation li .image {
    width: 100%;
    height: 220px;
}

.reports li .image img {
    width: 100%;
}

.reports li .title {
    text-align: center;

}

.reports li .description {
    text-align: center;

}

.reports li .file {
    text-align: center;

}

.company-info-container:first-child h4 {
    padding-top: 10px;
}

.company-info-list {
    display: flex;
    flex-wrap: wrap;
    background: #ccc;
}

.company-info-list:first-child {

}

.company-info-list:last-child {
    border-bottom: 0;
}

.company-info-list h4 {
    width: 20%;
    margin: 0;
    font-size: 24px;
    padding-left: 20px;
}

.company-info-list > ul, .company-info-list .content {
    list-style: none;
    width: 80%;
    margin: 0;
    padding-left: 40px;

    background: #fff;
}

.company-info-list h5 {
    font-size: 20px;
    font-weight: bold;
}

.governance {

}

.governance p {
    margin-bottom: 15px;
}

.ir-menu-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.ir-menu-container h1 {

}

.ir-menu {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    text-align: center;
    margin: 20px auto;
}

.ir-menu .menu-item {
    width: calc(100% / 5 - 20px);
    margin: 0 10px;
    position: relative;
}

.ir-menu .menu-item.has-sub ul {
    display: none;
    position: absolute;
    list-style: none;
    padding: 0;
    width: 100%;
    background: #fff;
    margin: 0;
    padding: 10px;
}

.ir-menu .menu-item.has-sub ul li {
    border-bottom: 1px solid #f0509c;
    padding: 10px;
}

.ir-menu .menu-item.has-sub ul li.menu-section {
    font-weight: bold;
    border-bottom: 0;
}

.ir-menu .menu-item.has-sub ul li:last-child {
    border: 0;

}

.ir-menu .menu-item.has-sub:hover ul {
    display: block;
    z-index: 9;
}

.ir-banner {
    width: 100%;
    height: calc(550px);
    position: relative;
    margin-bottom: 50px;
}

.ir-banner.home-banner {
    margin-bottom: 0;
}

.ir-banner.top-banner {
    height: calc(80vh - 66px - 166px);
}

.ir-banner h2 {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, 0.3);
    padding: 20px;
    color: #fff;
    margin: 0;
}

.analyst-coverage .analyst ul:first-child {
    font-weight: bold;
    color: #f0509c;
}

.analyst-coverage .analyst ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    border-bottom: 1px solid #ccc;
}

.analyst-coverage .analyst ul li {
    width: calc(100% / 3);
}

.calendar-year ul {
    list-style: none;
    text-align: center;
    font-size: 30px;
}

.home-container .ir-banner .banner-content ul.ir-calendar {
    display: block;
    width: 40%;
}

.home-container .ir-banner .banner-content ul.reports.ir-calendar li {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.home-container .ir-banner .banner-content ul.reports.ir-calendar li .date {
    margin: 0;
    margin-right: 20px;
}

.home-container .ir-banner .banner-content ul.reports.ir-calendar li .title {
    margin-right: 20px;
}

.home-container .ir-banner:not(:first-child) {

    margin-top: -15px;
}

.home-container .ir-banner .overlay {
    background: rgba(255, 255, 255, 0.8);
    z-index: -1;
    width: 100%;
    height: 100%;

}

.home-container .ir-banner .banner-content {
    position: absolute;
    width: 100%;
    box-sizing: border-box;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 20px;
    text-align: center;

}

.home-container .ir-banner .banner-content ul {

    list-style: none;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    width: 70%;
    margin: 0 auto;
}

.home-container .ir-banner .banner-content ul li {
    width: calc(100% / 3 - 20px);
    margin: 0 10px;
}

.home-container .ir-banner .banner-content ul li .title {
    font-size: 18px;
}

.home-container .ir-banner .banner-content ul li .date {
    margin-bottom: 20px;
}

.home-container .ir-banner .banner-content .read-more {

    text-align: center;
    border: 1px solid #f0509c;
    display: inline-block;
    margin: 20px 0;
    padding: 10px 20px;
}

.home-container .ir-banner .banner-content .read-more a {

    color: #f0509c;
}

.home-container .ir-banner .banner-content ul.reports li {
    width: calc(100% / 2 - 20px);
    margin: 0 10px;
}

.home-container .ir-banner .banner-content ul.reports li .image {
    width: 150px;
    height: 230px;
    margin: 0 auto;
}

.ir-contact-us {
    text-align: center;
}

.ir-contact-us p {
    margin-bottom: 20px;
}

.financial-highlight-six-month-title {
    text-align: center;
    font-size: 24px;
}

.ir-financial-highlight h2 {
    text-align: center;
}

.ir-financial-highlight ul {
    list-style: none;
    margin: 0;
}

.ir-financial-highlight ul:last-child {
    margin-bottom: 20px;
}

.ir-financial-highlight ul:nth-child(2), .ir-financial-highlight ul:nth-child(8) {
    border-bottom: 1px solid #f0509c;
}

.ir-financial-highlight ul li {
    display: flex;
    flex-wrap: wrap;
}

.ir-financial-highlight ul li > div:nth-child(2), .ir-financial-highlight ul li > div:nth-child(3) {
    background: #f0509c;
    color: #fff;
}

.ir-financial-highlight ul:nth-child(3) li > div:nth-child(2),
.ir-financial-highlight ul:nth-child(3) li > div:nth-child(3),
.ir-financial-highlight ul:nth-child(4) li > div:nth-child(2),
.ir-financial-highlight ul:nth-child(4) li > div:nth-child(3),
.ir-financial-highlight ul:nth-child(5) li > div:nth-child(2),
.ir-financial-highlight ul:nth-child(5) li > div:nth-child(3),
.ir-financial-highlight ul:nth-child(6) li > div:nth-child(2),
.ir-financial-highlight ul:nth-child(6) li > div:nth-child(3),
.ir-financial-highlight ul:nth-child(7) li > div:nth-child(2),
.ir-financial-highlight ul:nth-child(7) li > div:nth-child(3),
.ir-financial-highlight ul:nth-child(8) li > div:nth-child(2),
.ir-financial-highlight ul:nth-child(8) li > div:nth-child(3) {
    background: #F9DEE6;
    color: #000;
}

.ir-financial-highlight ul li > div {
    padding: 20px 0;
}

.ir-financial-highlight ul > div {
    box-sizing: border-box;
}

.ir-financial-highlight ul:first-child .highlight-year {
    width: 20%;
    text-align: center;
}

.ir-financial-highlight ul:first-child li > div:nth-child(3) {
    background: unset;
}

.ir-financial-highlight .highlight-title {
    width: 40%;
}

.ir-financial-highlight .highlight-price {
    width: 15%;
    padding-left: 20px;
}

.ir-financial-highlight .highlight-percentage {

    width: 5%;
    padding-right: 20px;
}

.ir-financial-highlight .highlight-change {
    width: 20%;
}

.company-info-list.director-list > ul {
    width: 100%;

}

.company-info-list.director-list > ul li {
    display: flex;
    flex-wrap: wrap;
}

.company-info-list.director-list > ul li h5 {
    width: 20%;
    margin-right: 20px;
    margin-top: 0;
}

.company-info-list.director-list > ul li h5 img{
    width: 100%;
    display: block;
}

.company-info-list.director-list > ul li .director-contents {
    width: calc(80% - 20px);
}


ul.ir-calendar {
    display: block;
    width: 60%;
    margin: 0 auto;
}

ul.reports.ir-calendar li {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

ul.reports.ir-calendar li .date {
    margin-left: auto;
}

ul.reports.ir-calendar li .title {
    margin-right: 20px;
    width: 30%;
    text-align: left;
}

ul.reports.ir-calendar li .description {

    text-align: left;
}
.financial-reports {
    list-style: none;
    padding: 0;
}

.financial-reports li {

    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;

}

.financial-reports li .file{
    margin-left: auto;
}

.ir-contact-us.contact .office-info {
    justify-content: center;
}