@import url('https://fonts.googleapis.com/css2?family=Prompt:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');

* {
    font-family: 'Prompt', sans-serif;
    /* color: #424343; */
}

à¸´body{
    color: #424343;
}

.bg-dark {
    background-color: #2f2f2f !important;
}
a {
    color: #424343;
    text-decoration: none !important;
}
.text-gold {
    color: #cba368;
}
.text-white {
    color: #ffffff;
}
/* Navbar */
.call {
    font-size: 16px;
    font-weight: 400;
    color: #cba368;
    align-self: center;
    text-decoration: none;
}
.call:hover {
    text-decoration: none;
    color: #f1c787;
}
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .show > .nav-link {
    font-size: 16px;
    font-weight: 400;
    color: #cba368;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #424343;
}
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {

}
.navbar-dark .navbar-nav .nav-link {
    color: #cba368;
    padding-top: 20px;
    padding-bottom: 20px;
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 20px;
    padding-left: 20px;
}
.nav-item {
    margin-left: 10px;
    margin-right: 10px;
}
.navbar-brand {
    /* padding-top: 0rem;
    padding-bottom: 0rem; */
}
.navbar {
    padding-top: 0rem;
    padding-bottom: 0rem;
}
.dropdown-menu {
    color: #cba368;
    text-align: left;
    list-style: none;
    background-color: #2f2f2f;
    background-clip: padding-box;
    border: 0px solid rgba(0,0,0,.15);
}
.dropdown-item:focus, .dropdown-item:hover {
    color: #f1c787;
    background-color: #424343;
}
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: #f1c787;
    background-color: #424343;
}
.dropdown-item {
    color: #fff;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 400;
}
/* Footer */
footer {

    background-image: url("../images/footer-bg.png");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}
.footer-contact-form {
    padding: 30px;
    background-color: rgba(255, 255, 255, 0.15);
}
.footer-submit-btn {
    font-size: 18px;
    font-weight: 600;
    padding-top: 12px;
    padding-bottom: 11px;
}
.footer-icon {
    width: 26px;
    height: 26px;
    margin-right: 15px;
}
.footer-content {
    width: 100%;
}
.footer-logo {
    margin-bottom: 30px;
}
.footer-company-name {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 5px;
}
.footer-company-address,
.footer-company-email,
.footer-company-call {
    font-size: 18px;
    color: #fff;
    font-weight: 300;
}
.footer-company-email a,
.footer-company-call a {
    color: #fff;
    transition: 0.2s;
}
.footer-company-email a:hover,
.footer-company-call a:hover {
    color: #cba368;
}
.top-social:hover {
    filter: brightness(120%);
}
.copy-right-footer{
    color: #c4c4c4;
    font-size: 12px;
    font-weight: 300;
    text-align: center;
    margin-top: 60px;
    margin-bottom: 15px;
}
/* Section 1 */
.section-top-style-1 {
    /* height: 100vh; */
    min-height: 700px;
    background-image: url("../images/top-img-1.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;

    /* display: flex; */
    /* flex-direction: column; */
    /* justify-content: center; */
}
.text-container {
    height: 100vh;
}
.massage img {
    margin-bottom: 60px;
}
.scrolling-icon img {
    cursor: pointer;
    transition: 0.2s;
    position: relative;
    top: 0px;
}
.scrolling-icon img:hover {
    filter: brightness(130%);
    position: relative;
    top: 10px;
}
.section-top-style-2 {
    height: 520px;
    background-image: url("../images/top-img-2.png");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;

    display: flex;
    flex-direction: column;
    justify-content: center;
}
.massage h1 {
    font-weight: 300;
    color: #eed89c;
    font-size: 32px;
    line-height: 56px;
    margin-bottom: 43px;
}
.top-search-box {
    padding: 30px;
    border-radius: 3px;
    background-color: rgba(255, 255, 255, 0.7);
}
.btn-gold {
    color: #424343;
    background-color: #cba368;
    border-color: #cba368;
    border-radius: 0;
}
.btn-gold:hover {
    color: #424343;
    background-color: #f1c787;
    border-color: #f1c787;
}
.btn {
    border: 0px solid transparent;
}
.form-select {
    border: 0px solid transparent;
    border-radius: 0;
    font-size: 16px;
    font-weight: 300;
    padding: 13px 13px;
    color: #424343;
}
.form-control {
    border: 0px solid transparent;
    border-radius: 0;
    font-size: 16px;
    font-weight: 300;
    padding: 13px 13px;
    color: #424343;
}
.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #cba368;
    outline: 0;
    box-shadow: 0 0 0 2px rgb(203, 163, 104);
}
.form-select:focus {
    border-color: #cba368;
    outline: 0;
    box-shadow: 0 0 0 2px rgb(203, 163, 104);
}
.select2-selection:focus {
    border-color: #cba368;
    outline: 0;
    box-shadow: 0 0 0 2px rgb(203, 163, 104);
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #52525e;
    color: white;
}
.top-search-box .btn {
    font-size: 18px;
    font-weight: 500;
    height: 50px;
    padding-top: 10px;
}
.select2-container {
    width: 100% !important;
}
.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 0px solid #aaa;
    border-radius: 0px;
    padding-top: 11px;
    padding-bottom: 13px;
    height: 50px;
    margin-top: 1rem;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #424343;
    line-height: 28px;
    /* padding-top: 11px;
    padding-bottom: 13px; */
    padding-left: 14px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 50px;
    top: 16px;
}
.amc-title {
    padding-top: 60px;
    padding-bottom: 54px;
    text-align: center;
}
.amc-title h2 {
    font-weight: 600;
    font-size: 36px;
    text-transform: uppercase;
    margin-top: -9px;
}
.sub-title {
    margin-top: -5px;
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 0;
}

/* Assets */
.asset-ssection {
    margin-bottom: -20px;
}
.assets-recommend {
    /* border: 1px solid #ececec; */
    transition: 0.1s;
    margin-bottom: 20px;
}
.assets-recommend:hover {
    box-shadow: 0px 0px 20px rgba(0, 0, 0,.08);
    transform: scale(1.02);
}
.assets-recommend-details {
    padding: 20px;
    border: 1px solid #ececec;
    font-size: 14px;
    color: #424343;
}
.assets-title h3 {
    font-size: 14px;
    font-weight: 500;
    margin-top: -6px;
    border-bottom: 1px solid #ececec;
    padding-bottom: 12px;
    line-height: 22px;
    min-height: 57px;
}
.assets-area {
    margin-bottom: 5px;
    margin-top: 12px;
}
.assets-location {
    border-bottom: 1px solid #ececec;
    padding-bottom: 12px;
}
.assets-area,
.assets-location {
    font-weight: 300;
}
.assets-area span,
.assets-location span{
    width: 16px;
    height: 16px;
    display: inline-block;
    margin-right: 15px;
}
.assets-price {
    margin-top: 7px;
}
.assets-price h4 {
    color: #cba368;
    font-weight: 600;
    font-size: 24px;
    margin-top: -1px;
}
.assets-view-btn {
    margin-top: 0px;
}
.assets-view-btn .btn {
    font-size: 14px;
    font-weight: 500;
    padding: 10px 20px;
}

/* Corperate-section */
.corperate-section {
    padding-bottom: 45px;
}

/* Service */
.service-section {
    background-image: url("../images/service-bg.jpg");
    background-position: center top;
    /* background-size: cover; */
    background-repeat: repeat;
    padding-bottom: 35px;
}
.corperate-section p {
    font-size: 22px;
    font-weight: 300;
    line-height: 48px;
    text-align: center;
    margin-bottom: 0px;
    margin-top: 40px;
}

/* Service */
.service-title h3 {
    font-size: 24px;
    margin-top: 24px;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.service-details p {
    font-size: 18px;
    font-weight: 300;
    line-height: 34px;
}

/* Blog */
.blog-section {
    padding-bottom: 40px;
}
.blog-featured-title h2 {
    font-size: 22px;
    font-weight: 600;
    line-height: 26px;
    margin-top: 11px;
    margin-bottom: 7px;
}
.blog-featured-detail p,
.blog-featured-detail-2 p {
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    margin-bottom: 10px;
}
.blog-readmore {
    /* width: 100%; */
    text-align: right;
}
.blog-readmore-btn {
    display: inline-block;
    color: #cba368;
    font-style: italic;
    text-decoration: none;
    border-bottom: 2px solid #cba368;
    padding-left: 10px;
    font-size: 12px;
    transition: 0.2s;
}
.blog-readmore-btn:hover {
    color: #424343;
    border-bottom: 2px solid #424343;
}
.blog-featured-title a h2{
    transition: 0.2s;
}
.blog-featured-title a h2:hover {
    color: #cba368;
}
.blog-featured-title-2 h3{
    font-size: 16px;
    font-weight: 600;
    line-height: 18px;
    margin-top: 0px;
    margin-bottom: 7px;
    transition: 0.2s;
}
.blog-featured-title-2 a h3:hover {
    color: #cba368;
}

/* Announcement */
.announcement-section {
    padding-bottom: 35px;
}
.announcement-box {
    transition: 0.1s;
    /* margin-bottom: 20px; */
}
.announcement-box:hover {
    box-shadow: 0px 0px 20px rgba(0, 0, 0,.08);
    transform: scale(1.02);
}
.announcement-box .image-title img {
    height: 232px;
    object-fit: cover;
    object-position: center;
    width: 100%;
}
.announcement-thumb-news {
    padding: 20px;
    border: 1px solid #ececec;
    min-height: 260px;
}
.announcement-readmore {
    /* width: 100%; */
    text-align: right;
}
.announcement-readmore-btn {
    display: inline-block;
    color: #cba368;
    font-style: italic;
    text-decoration: none;
    border-bottom: 2px solid #cba368;
    padding-left: 10px;
    font-size: 12px;
    transition: 0.2s;
}
.announcement-readmore-btn:hover {
    color: #424343;
    border-bottom: 2px solid #424343;
}
.announcement-thumb-title h2 {
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    margin-top: 11px;
    margin-bottom: 7px;
}
.announcement-thumb-title a h2{
    transition: 0.2s;
}
.announcement-thumb-title a h2:hover {
    color: #cba368;
}
.announcement-thumb-details {
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    margin-top: 2px;
}
.announcement-thumb-news .date-create {
    font-size: 12px;
    font-weight: 300;
    font-style: italic;
    margin-top: -8px;
    border-bottom: 1px solid #ececec;
    padding-bottom: 10px;
}
.announcement-thumb-news .date-create i{
    font-size: 10px;
    margin-right: 10px;
}
.page-item:first-child .page-link {
    border-top-left-radius: 0rem;
    border-bottom-left-radius: 0rem;
}
.page-item:last-child .page-link {
    border-top-right-radius: 0rem;
    border-bottom-right-radius: 0rem;
}
.page-item {
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 10px;
}
.page-link {
    border: 1px solid #ececec;
}
.page-link span {
    color: #cba368;
    text-align: center;
}
.page-item a {
    height: 40px;
    width: 40px;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    background-color: #ececec;
    color: #cba368;
    line-height: 28px;
}
.page-item.active .page-link {
    color: #2f2f2f;
    background-color: #cba368;
    border-color: #cba368;
}
.pagination {
    flex-wrap: wrap;
}

/* Blog Template */
.blog-container {
    margin-top: 47px;
    margin-bottom: 25px;
}
.blog-container .image-title img {
    width: 100%;
}
.blog-sidebar {
    margin-top: 56px;
}
.blog-title {
    font-size: 24px;
    color: #cba368;
    font-weight: 500;
    line-height: 36px;
}
.blog-details {
    padding: 22px 30px 30px 30px;
    border: 1px solid #ececec;
}
.blog-container .date-create {
    font-size: 12px;
    font-weight: 300;
    font-style: italic;
    margin-top: 8px;
    border-bottom: 1px solid #ececec;
    padding-bottom: 15px;
}
.blog-container .date-create i{
    font-size: 10px;
    margin-right: 10px;
}
.blog-details p {
    font-weight: 300;
    font-size: 16px;
    line-height: 30px;
}
.blog-details h2,
.blog-details h3,
.blog-details h4,
.blog-details h5 {
    color: #cba368;
    font-weight: 500;
}
.blog-details h5 {
    font-size: 16px;
}
.blog-details h4 {
    font-size: 18px;
}
.blog-details h3 {
    font-size: 20px;
}
.blog-details h2 {
    font-size: 22px;
}
.blog-details img {
    margin-bottom: 22px;
    margin-top: 24px;
}
.blog-details li {
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 7px;
}
.blog-details a {
    text-decoration: none;
    font-weight: 500;
}
.blog-details a {
    display: inline-block;
    color: #cba368;
    text-decoration: none;
    border-bottom: 2px solid #cba368;
    font-size: 16px;
    transition: 0.2s;
    line-height: 20px;
}
.blog-details a:hover {
    color: #424343;
    border-bottom: 2px solid #424343;
}
.blog-details ul {
    list-style: none;
}
.blog-details ul li::before {
    content: "";
    height: 6px;
    width: 6px;
    background-color: #cba368;
    color: rgb(255, 255, 255);
    font-weight: bold;
    display: inline-block;
    margin-right: -5px;
    position: relative;
    left: -15px;
}
.blog-details ol, ul {
    padding-left: 31px;
}
.blog-download-btn {
    text-decoration: none;
    height: 70px;
    width: 274px;
    font-size: 18px !important;
    font-weight: 600;
    border: 2px solid #424343 !important;
    color: #424343 !important;
    text-align: center;
    display: block !important;
    margin-left: auto;
    margin-right: auto;
    padding: 5px;
    margin-bottom: 10px;
    margin-top: 10px;
}
.blog-download-btn:hover {
    background-color: #cba368;
    border: 2px solid #cba368 !important;
}
.blog-download-btn i{
    font-size: 40px;
    font-weight: 400;
    margin-right: 10px;
    position: relative;
    top: 8px;
}
.blog-sidebar  .announcement-box {
    margin-bottom: 10px;
}
.blog-sidebar .announcement-thumb-news {
    min-height: auto;
    padding: 20px 20px 14px 20px;
}
.blog-sidebar .announcement-thumb-title h2 {
    font-size: 14px;
    margin-bottom: 0;
}
.sidebar-title {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 13px;
}

/* Corportate Infomation */
.corp-info-column {
    margin-top: -7px;
}
.corp-info-header {
    border-bottom: 1px solid #ececec;
    margin-bottom: 20px;
    padding-bottom: 13px;
}
.corp-info-title {
    font-size: 18px;
    font-weight: 500;
}
.corp-info-readmore {
    padding-top: 3px;
}
.corp-info-readmore a {
    font-size: 14px;
    color: #cba368;
    transition: 0.1s;
    font-weight: 400;
}
.corp-info-readmore a i {
    font-size: 16px;
    color: #cba368;
    margin-left: 9px;
    font-weight: 400;
    position: relative;
    top: 1px;
}
.corp-info-readmore a:hover,
.corp-info-readmore a:hover i {
    color: #424343;
}
.corp-info-topic a {
    padding-left: 15px;
    font-size: 16px;
    font-weight: 400;
    color: #424343;
    line-height: 22px;
    margin-top: 13px;
    margin-bottom: 14px;
    display: block;
    position: relative;
    transition: 0.1s;
}
.corp-info-topic a:hover {
    color: #cba368;
}
.corp-info-topic a::before {
    content: "";
    width: 6px;
    height: 6px;
    position: absolute;
    top: 10px;
    left: 0px;
    background-color: #cba368;
}
.corp-info-topic {
    border-bottom: 1px solid #ececec;
}
.corp-info-topic:last-of-type {
    border-bottom: 4px solid #ececec;
}

/* Financial Statement */
.financial-statement-header {
    border-bottom: 1px solid #ececec;
    margin-bottom: 20px;
    padding-bottom: 13px;
    margin-top: -7px;
}
.financial-statement-title {
    font-size: 18px;
    font-weight: 500;
}
.financial-statement-latest {
    border: 1px solid #cba368;
    background-color: #fff;
    transition: 0.05s;
    margin-bottom: 10px;
}
.financial-statement-name {
    font-size: 16px;
    font-weight: 500;
}
.financial-statement-file-size {
    font-size: 12px;
    font-style: italic;
    font-weight: 300;
    margin-top: 2px;
}
.financial-statement-left {
    padding-top: 9px;
    padding-left: 16px;
    padding-right: 16px;
}
.financial-statement-left i {
    font-size: 34px;
    margin-right: 8px;
}
.download-text {
    font-size: 12px;
    font-weight: 500;
}
.financial-statement-right {
    text-align: center;
    padding-left: 18px;
    padding-right: 18px;
    padding-top: 12px;
    padding-bottom: 12px;
    background-color: #f5ede1;
    border-left: 1px solid #e4cfb1;
}
.financial-statement-right i {
    font-style: 24px;
}
.financial-statement-latest:hover {
    border: 1px solid #cba368;
    background-color: #cba368;
    box-shadow: 0px 0px 20px rgba(0, 0, 0,.08);
    transform: scale(1.03);
}
.financial-statement-latest:hover .financial-statement-right {
    border-left: 1px solid #ad874f;
    background-color: #ad874f;
}
.financial-statement-select {
    margin-top: 20px;
    background-color: #ededed;
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 20px;
    margin-bottom: 20px;
}
.financial-statement-select select {
    width: 140px;
    border: 2px solid #424343;
    margin-left: 15px;
    padding: 12px 10px 10px 10px;
}
.financial-statement-select .fs-select {
    font-style: 16px;
    font-weight: 500;
    align-self: center !important;
}
.financial-statement-show {
    border: 1px solid #ececec;
    background-color: #fff;
    transition: 0.05s;
    margin-bottom: 20px;
}
.financial-statement-show:hover {
    border: 1px solid #cba368;
    background-color: #cba368;
    box-shadow: 0px 0px 20px rgba(0, 0, 0,.08);
    transform: scale(1.03);
}
.financial-statement-show:hover .financial-statement-right {
    border-left: 1px solid #ad874f;
    background-color: #ad874f;
}
.financial-statement-show .financial-statement-right {
    text-align: center;
    padding-left: 18px;
    padding-right: 18px;
    padding-top: 12px;
    padding-bottom: 12px;
    background-color: #f7f7f7;
    border-left: 1px solid #ececec;
}
.financial-statement-underline {
    width: 100%;
    height: 4px;
    background-color: #ececec;
    margin-bottom: 60px;
}
/* ============================================ */
/*               Media Query                   */
/* ========================================== */
@media (max-width: 1399.98px) {
    /* Financial Statement */
    .financial-statement-show .financial-statement-right {
        width: 96px;
    }
    .financial-statement-show .financial-statement-name {
        font-size: 12px;
    }
    .financial-statement-show .financial-statement-left i {
        font-size: 30px;
    }
    .financial-statement-show .financial-statement-right {
        padding-top: 8px;
        padding-bottom: 8px;
    }
}
@media (max-width: 1199.98px) {
    /* Header Type 1 */
    .massage h1 {
        font-size: 28px;
    }
    .massage img {
        margin-bottom: 40px;
    }
    /* Corperate Mission */
    .corperate-section p {
        font-size: 20px;
    }
    /* Service */
    .service-title h3 {
        font-size: 20px;
    }
    .service-details p {
        font-size: 16px;
    }
    /* Footer */
    .footer-company-address,
    .footer-company-email,
    .footer-company-call {
        font-size: 16px;
    }

    /* Announcement */
    .announcement-thumb-news {
        min-height: 305px;
    }
    .announcement-box .image-title img {
        object-fit: cover;
        object-position: center;
    }
    /* Corp info */
    .corp-info-topic a {
        font-size: 14px;
    }
    .corp-info-topic a::before {
        top: 9px;
    }
    .corp-info-title {
        font-size: 16px;
    }
    .corp-info-readmore {
        padding-top: 0px;
    }

    /* Financial Statements */
    .financial-statement-title {
        font-size: 16px;
    }
 }
@media (max-width: 991.98px) {
    .navbar {
        padding-top: 0rem;
        padding-bottom: 0px;
    }
    .top-contact {
        margin-bottom: 20px;
    }
    /* Header Type 1 */
    .massage h1 {
        font-size: 24px;
        line-height: 47px;
        margin-bottom: 12px;
    }
    .massage h1 br {
        display: none;
    }
    /* Corperate Mission */
    .corperate-section p br {
        display: none;
    }
    .corperate-section p {
        font-size: 16px;
        font-weight: 300;
        line-height: 38px;
        text-align: center;
        margin-bottom: 0px;
        margin-top: 40px;
    }
    .service-details p {
        font-size: 14px;
        line-height: 28px;
    }

    /* Announcement */
    .announcement-thumb-news {
        min-height: 262px;
    }

    /* Themeplate Blog */
    .blog-sidebar {
        margin-top: 0px;
    }
    .blog-container {
        margin-top: 47px;
        margin-bottom: 0px;
    }

    /* Financial Statement */
    .financial-statement-name {
        font-size: 12px;
    }
    .financial-statement-left i {
        font-size: 28px;
        margin-right: 8px;
    }
    .financial-statement-right {
        padding-top: 7px;
        padding-bottom: 7px;
    }
    .financial-statement-file-size {
        margin-bottom: 10px;
    }
 }
@media (max-width: 767.98px) {
    /* Title */
    .amc-title {
        padding-top: 50px;
        padding-bottom: 44px;
        text-align: center;
    }
    /* Corperate */
    .corperate-section {
        padding-bottom: 35px;
    }
    /* Service */
    .service-section {
        padding-bottom: 25px;
    }
    /* Footer */
    .footer-logo img{
        margin: 0 auto;
    }
    .footer-content {
        width: initial;
    }
    .footer-address {
        text-align: center;
        justify-content: center;
    }

    .announcement-thumb-news {
        min-height: 100px;
    }
    .announcement-box .image-title img {
        height: auto;
        object-fit: cover;
        object-position: center;
        width: 100%;
    }

    /* Financial Statement */
    .financial-statement-left i,
    .financial-statement-name,
    .financial-statement-file-size {
        text-align: center;
    }
    .financial-statement-show .financial-statement-right {
        width: 100%;
    }
    .financial-statement-show {
        margin-bottom: 10px;
    }
    .financial-statement-underline {
        margin-top: 10px;
    }
    .financial-statement-right{
        border-left: 0px solid #e4cfb1;
    }
    .financial-statement-latest:hover .financial-statement-right,
    .financial-statement-show:hover .financial-statement-right {
        border-left: 0px solid #ad874f;
    }
    .financial-statement-show .financial-statement-right {
        border-left: 0px solid #e4cfb1;
    }
    .financial-statements-section .financial-statement-title {
        text-align: center;
    }

}
@media (max-width: 575.98px) {
    /* Headet type 1 */
    .massage {
        padding-left: 30px;
        padding-right: 30px;
    }
    .massage h1 {
        font-size: 16px;
        line-height: 36px;
        margin-bottom: 12px;
    }
    .massage img {
        margin-bottom: 20px;
    }
    /* Title */
    .amc-title {
        padding-top: 40px;
        padding-bottom: 34px;
        text-align: center;
    }
    .amc-title h2 {
        font-weight: 600;
        font-size: 26px;
        text-transform: uppercase;
        margin-top: -9px;
    }
    .sub-title {
        font-size: 16px;
    }

    /* Corperate Mission */
    .corperate-section p {
        font-size: 14px;
        font-weight: 300;
        line-height: 34px;
        text-align: center;
        margin-bottom: 0px;
        margin-top: 30px;
    }
    /* Service */
    .service-title h3 {
        font-size: 16px;
    }
    .service-details p {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 10px;
    }
    /* Footer */
    .footer-logo {
        margin-bottom: 30px;
        margin-top: 20px;
    }
    .footer-company-name {
        font-size: 14px;
    }
    .footer-company-address, .footer-company-email, .footer-company-call {
        font-size: 14px;
    }
    .footer-company-address br {
        display: none;
    }
    .footer-icon {
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 10px;
    }

    /* Template Blog */
    .blog-container {
        margin-top: 27px;
        margin-bottom: 0px;
    }
    .blog-title {
        font-size: 18px;
        color: #cba368;
        font-weight: 500;
        line-height: 30px;
    }
    .blog-details p {
        font-weight: 300;
        font-size: 14px;
        line-height: 28px;
    }
    .blog-details li {
        font-size: 14px;
    }
    .blog-details {
        padding: 12px 20px 20px 20px;
        border: 1px solid #ececec;
    }
    .blog-download-btn {
        width: 100%;
    }

    /* Finncial Statement */
    .financial-statement-select select {
        width: 100%;
        border: 2px solid #424343;
        margin-left: 0;
        padding: 12px 10px 10px 10px;
        margin-top: 5px;
    }
}



