@charset "utf-8";
@import "font-awesome-4.2.0/css/font-awesome.min.css";
@import "fam-icons.css";
@font-face {
    font-family: "Khmer";
    src: url(fonts/Khmer.ttf);
    src: local("Khmer"), url(fonts/Khmer.ttf) format("truetype");
}

@font-face {
    font-family: "Lato";
    src: url(fonts/Lato.ttf);
    src: local("Lato"), url(fonts/Lato.ttf) format("truetype");
}

@font-face {
    font-family: "OpenSans-Regular";
    src: url(fonts/OpenSans-Regular.ttf);
    src: local("OpenSans-Regular"), url(fonts/OpenSans-Regular.ttf) format("truetype");
}

@font-face {
    font-family: "OpenSans-Bold";
    src: url(fonts/OpenSans-Bold.ttf);
    src: local("OpenSans-Bold"), url(fonts/OpenSans-Bold.ttf) format("truetype");
}

@font-face {
    font-family: "OpenSans-Light";
    src: url(fonts/OpenSans-Light.ttf);
    src: local("OpenSans-Light"), url(fonts/OpenSans-Light.ttf) format("truetype");
}
@font-face {
    font-family: "Karla-Bold";
    src: url(new-fonts/Karla-Bold.ttf);
    src: local("Karla-Bold"), url(new-fonts/Karla-Bold.ttf) format("truetype");
}


body {
    font-family: 'Khmer', OpenSans-Regular;
    word-wrap: break-word;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    color: #818286;
}

ul,
li {
    margin: 0;
    padding: 0;
    list-style: none outside none;
}

.khmer {
    font-family: "Khmer";
}

.lato {
    font-family: "Lato";
}

.blind {
    font-size: 0;
    height: 0;
    left: -1000em;
    line-height: 0;
    overflow: hidden;
    position: absolute;
    visibility: hidden;
    width: 0;
}


/* Menu */

.header {
    height: 85px;
    width: 1024px;
}

.sub-header {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.3);
    height: 85px;
    width: 1280px;
}

#header {
    width: 1200px;
    margin: 0 auto;
    padding-top: 25px;
}

.language a {
    color: #E8E4E5;
    font-size: 10px;
}

.language a img {
    width: 28px;
}

.main-menu {
    float: right;
    display: block;
    height: 40px;
    list-style: none;
    text-decoration: none;
    padding: 0;
    text-transform: uppercase;
}

.main-menu li {
    display: block;
    float: left;
    height: 40px;
    text-align: center;
    margin: 0 0 0 15px;
}

.main-menu li a {
    cursor: pointer;
    font-family: 'Khmer', Lato;
    font-weight: bold;
    z-index: 999999;
    position: relative;
    color: #fff;
    display: block;
    font-size: 15px;
    line-height: 40px;
    margin: 0px;
}

.menuHover a:hover {
    background-color: #fff;
    z-index: 999999;
    color: #fff;
}

.column-content .head-title {
    font-family: 'Khmer', Lato;
    font-weight: bold;
    padding: 9px;
    font-size: 15px;
    color: #818286;
    text-transform: uppercase;
}

.childMenu {
    background: #fff;
    position: absolute;
    margin: 40px 0 0;
    z-index: 99999;
    padding: 0px;
}

.tab-1 {
    width: 485px;
    margin-left: -40px;
    border-top: 4px solid #818286;
}

.childMenu .column-1 {
    border-right: 1px solid #818286;
    border-right: 1px solid #818286;
    float: left;
    width: 150px;
    padding: 0px 0 0 10px;
    min-height: 150px;
}

.childMenu .column-1:last-child {
    border-right: 0px solid #818286;
}

.hidden {
    display: none;
}

.sub-menu {
    padding-left: 9px;
}

.sub-menu ul li {
    margin: 0 0 2px;
    position: relative;
}

.sub-menu ul li a {
    color: #303030;
    font-size: 13px;
}

#ipo-menu {
    margin-left: 10px;
}

.title-sub-menu {
    color: #FFFFFF;
    font-size: 40px;
    font-weight: bold;
    margin: 40px 0 0 100px;
    text-shadow: 3px 3px #3d3d3d;
    text-transform: uppercase;
}

.add-more {
    margin: 0 0 10px 0;
}


/* Search */

.main-menu li.main-search {
    margin: -10px 0 0 20px;
    width: 160px;
    border-bottom: 2px solid #E8E4E5;
    display: none;
}

.main-menu li.main-search .input-search {
    width: 125px;
    padding: 0px;
    float: left;
    border: 1px solid #000;
    color: #fff;
    background: none;
    margin: 16px 0 0;
}

.main-menu li.main-search .sub-input-search {
    background: none;
    width: 125px;
    padding: 0px;
    float: left;
    border: 0px solid #000;
    color: #fff;
    margin: 16px 0 0;
}

.main-menu li.main-search .btn-search {
    background: none;
    border: medium none;
    color: #E8E4E5;
    float: right;
    font-size: 9px;
    margin: -20px -5px 0 0;
    text-transform: none;
}

.content {
    background: #fff;
    padding-right: 0px;
    padding-left: 0px;
    box-shadow: rgb(0 0 0 / 5%) 0px 3px 12px;

}

#content {
    width: 1070px;
    margin: 0 auto;
    padding-top: 25px;
    min-height: 600px;
    background-color: #fff;
}

.bar {
    background-image: url("../img/business_bar.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    height: 170px;
    margin-top: -170px;
    position: relative;
}

.main-box-report {
    padding: 10px 50px;
}

.box-report {
    background: #fff;
    width: 100%;
    display: table;
}

.box-img-report {
    width: 51%;
    float: left;
}

.box-main-text-report {
    width: 49%;
    float: right;
}

.box-text-report-top {
    background: #fff;
    padding: 20px;
}

.box-text-report {
    background: #fff;
    padding: 20px;
    height: 300px;
}

.box-text-report-research {
    background: #fff;
    padding: 20px;
    height: 248px;
}

.cate-report {
    font-size: 10px;
}

.title-report {
    margin: 2px 0;
}

.title-report a {
    color: #333;
}

.date-report {
    font-size: 10px;
}

.read-report a {
    text-align: right;
    display: block;
}

.box-margin-15 {
    margin: 25px 0;
}

.box-img-report-right a img {
    height: 313px;
}

.box-more-post-daily {
    text-align: center;
    margin: 20px 0;
    border-bottom: 1px solid #fff;
    padding-bottom: 30px;
}

.box-more-post-daily a {
    text-align: center;
    display: inline-block;
    border: 1px solid #fff;
    width: 150px;
    padding: 10px;
    color: #fff;
    font-size: 18px;
    border-radius: 30px;
}

.box-more-post-research {
    text-align: center;
    margin: 20px 0;
    padding-bottom: 10px;
}

.box-more-post-research a {
    text-align: center;
    display: inline-block;
    border: 1px solid #fff;
    width: 150px;
    padding: 10px;
    color: #fff;
    font-size: 18px;
    border-radius: 30px;
}

.box-about ul li {
    position: relative;
    float: left;
    width: 25%;
    text-align: center;
    margin: 10px 0;
    height: 285px;
}

.box-about ul li .list-box-about {
    border-right: 1px solid #ccc;
    padding: 30px;
}

.box-about ul li:last-child .list-box-about {
    border-right: 0px solid #fff;
}

.box-about ul li .list-box-about a p {
    font-size: 18px;
    color: #333;
    margin-bottom: 15px;
}

.box-business ul li {
    position: relative;
    float: left;
    width: 33.33%;
    text-align: center;
    margin: 10px 0;
}

.box-business ul li .list-box-business {
    border-right: 1px solid #ccc;
    padding: 30px;
    height: 200px;
}

.box-business ul li:last-child .list-box-business {
    border-right: 0px solid #fff;
}

.box-business ul li .list-box-business .title-business {
    font-size: 18px;
    color: #333;
    margin-bottom: 15px;
}

.box-business ul li .list-box-business p {
    color: #333;
}

.box-career ul li {
    position: relative;
    float: left;
    width: 33.33%;
    text-align: center;
    margin: 10px 0;
    height: 360px;
}

.box-career ul li .list-box-career {
    border-right: 1px solid #ccc;
    padding: 30px;
}

.box-career ul li .list-box-career a p {
    font-size: 18px;
    color: #333;
    margin-bottom: 15px;
}

/* .box-menu-report {
    text-align: center;
} */

.box-menu-report a {
    text-align: left;
    color: #0088cc;
}

/* .search-report {
    float: right;
    margin-right: 50px;
    margin-top: 40px;
} */

/* .box-search-report {
    background: #d5e0e8;
    padding: 8px;
    display: flex;
} */

.box-search-report .form-search {
    margin: 0;
}

.box-search-report .form-search input {
    width: 230px;
    margin: 0 -5px 0 0;
    border-radius: 0;
    border: 0px solid #cccccc;
}

.box-search-report .form-search button {
    background: #0f8ec6;
    border-radius: 0;
    color: #fff;
    border: 0px solid #cccccc;
    text-shadow: 0 0px 0px rgba(255, 255, 255, 0.75);
}

.subscribe input {
    border-radius: 0 15px 15px 0 !important;
    width: 300px !important;
    margin: 0 0 0 -5px !important;
    height: 100% !important;
    /* top right bottom left */
    padding: 0px 0px 0px 5px;
   
   
}


.subscribe button {
    background: none;
    border-radius: 15px 0 0 15px;
    color: #0088cc;
    border:0.994px solid #cccccc;
}
.subscribe button:hover {border:0.994px solid #cccccc;}

.main-box-content-report {
    padding: 40px 10px;
}

.box-content-report {
    background: #fff;
    width: 100%;
    display: table;
    border-bottom: 1px solid #ccc;
    padding: 10px 0;
}

.box-img-content-report {
    width: 30%;
    float: left;
}

.box-main-text-content-report {
    width: 70%;
    float: right;
}

.box-text--content-report {
    background: #fff;
    padding: 20px;
}

.box-text-content-report {
    background: #fff;
    padding: 20px;
    height: 218px;
}

.cate-content-report {
    font-size: 10px;
    color: #0088cc;
}

.title-content-report a {
    margin: 10px 0;
    color: #84919c;
    font-family: "OpenSans-Bold"
}

.date-content-report {
    font-size: 10px;
    color: #999;
}

.box-page {
    text-align: center;
}

.pagination ul {
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.05);
}

/* .pagination ul>li>a,
.pagination ul>li>span {
    padding: 5px 12px;
    border-radius: 50%;
    border-left-width: 1px;
    margin: 1px;
} */

.pagination ul>li>a.current {
    background: #eee;
}

/* .pagination ul>li:first-child>a,
.pagination ul>li:first-child>span {
    border-radius: 50%;
} */

/* .pagination ul>li:last-child>a,
.pagination ul>li:last-child>span {
    border-radius: 50%;
} */


/* Bg image */

.main-bg {
    margin: 0 auto;
    width: 1280px;
    background-image: url("../img/main-bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    height: 845px;
}

.main-bg-hover {
    margin: 0 auto;
    width: 1280px;
    background-image: url("../img/main-bg-hover.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    height: 845px;
}

.ipo-bg-tab-en {
    background-image: url("../img/ipo-en.jpg");
    background-repeat: no-repeat;
    height: 70px;
    width: 262px;
    display: block;
}

.ipo-bg-tab-en:hover {
    background-image: url("../img/ipo_over-en.jpg");
    background-repeat: no-repeat;
}

.brokerage-bg-tab-en {
    background-image: url("../img/brokerage-en.jpg");
    background-repeat: no-repeat;
    height: 70px;
    width: 305px;
    display: block;
}

.brokerage-bg-tab-en:hover {
    background-image: url("../img/brokerage_over-en.jpg");
    background-repeat: no-repeat;
}

.research-bg-tab-en {
    background-image: url("../img/research-en.jpg");
    background-repeat: no-repeat;
    height: 70px;
    width: 337px;
    display: block;
}

.research-bg-tab-en:hover {
    background-image: url("../img/research_over-en.jpg");
    background-repeat: no-repeat;
}

.ipo-bg-tab-kh {
    background-image: url("../img/ipo-kh.jpg");
    background-repeat: no-repeat;
    height: 70px;
    width: 262px;
    display: block;
}

.ipo-bg-tab-kh:hover {
    background-image: url("../img/ipo_over-kh.jpg");
    background-repeat: no-repeat;
}

.brokerage-bg-tab-kh {
    background-image: url("../img/brokerage-kh.jpg");
    background-repeat: no-repeat;
    height: 70px;
    width: 305px;
    display: block;
}

.brokerage-bg-tab-kh:hover {
    background-image: url("../img/brokerage_over-kh.jpg");
    background-repeat: no-repeat;
}

.research-bg-tab-kh {
    background-image: url("../img/research-kh.jpg");
    background-repeat: no-repeat;
    height: 70px;
    width: 337px;
    display: block;
}

.research-bg-tab-kh:hover {
    background-image: url("../img/research_over-kh.jpg");
    background-repeat: no-repeat;
}

.ipo-bg-tab-ch {
    background-image: url("../img/ipo-ch.jpg");
    background-repeat: no-repeat;
    height: 70px;
    width: 262px;
    display: block;
}

.ipo-bg-tab-ch:hover {
    background-image: url("../img/ipo_over-ch.jpg");
    background-repeat: no-repeat;
}

.brokerage-bg-tab-ch {
    background-image: url("../img/brokerage-ch.jpg");
    background-repeat: no-repeat;
    height: 70px;
    width: 305px;
    display: block;
}

.brokerage-bg-tab-ch:hover {
    background-image: url("../img/brokerage_over-ch.jpg");
    background-repeat: no-repeat;
}

.research-bg-tab-ch {
    background-image: url("../img/research-ch.jpg");
    background-repeat: no-repeat;
    height: 70px;
    width: 337px;
    display: block;
}

.research-bg-tab-ch:hover {
    background-image: url("../img/research_over-ch.jpg");
    background-repeat: no-repeat;
}

.bg-contact {
    background-image: url("../img/contact/bg-contact.jpg");
    background-repeat: no-repeat;
    height: 275px;
    background-size: cover;
}

.bg-location {
    background-image: url("../img/contact/bg-contact.jpg");
    background-repeat: no-repeat;
    height: 275px;
    background-size: cover;
}

.bg-job_announcement {
    background-image: url("../img/career/bg-announcement.jpg");
    background-repeat: no-repeat;
    height: 275px;
    background-size: cover;
}

.bg-application {
    background-image: url("../img/career/bg-application.jpg");
    background-repeat: no-repeat;
    height: 275px;
    background-size: cover;
}

.bg-investment_banking {
    background-image: url("../img/business/bg-investmen.jpg");
    background-repeat: no-repeat;
    height: 275px;
    background-size: cover;
}

.bg-brokerage {
    background-image: url("../img/business/bg-brokerage.jpg");
    background-repeat: no-repeat;
    height: 275px;
    background-size: cover;
}

.bg-research {
    background-image: url("../img/business/bg-research.jpg");
    background-repeat: no-repeat;
    height: 275px;
    background-size: cover;
}

.bg-company_profile {
    background-image: url("../img/company/bg-company.jpg");
    background-repeat: no-repeat;
    height: 275px;
    background-size: cover;
}

.bg-mission__vision {
    background-image: url("../img/company/bg-mission.jpg");
    background-repeat: no-repeat;
    height: 275px;
    background-size: cover;
}

.bg-network__partners {
    background-image: url("../img/company/bg-network.jpg");
    background-repeat: no-repeat;
    height: 275px;
    background-size: cover;
}

.bg-privacy {
    background-image: url("../img/company/bg-privacy.jpg");
    background-repeat: no-repeat;
    height: 275px;
    background-size: cover;
}

.bg-q {
    background-image: url("../img/company/bg-search.jpg");
    background-repeat: no-repeat;
    height: 275px;
    background-size: cover;
}

.bg-research_report {
    background-image: url("../img/yuanta/bg-research-report.jpg");
    background-repeat: no-repeat;
    height: 275px;
    background-size: cover;
}

.bg-industry_report {
    background-image: url("../img/yuanta/bg-research-report.jpg");
    background-repeat: no-repeat;
    height: 275px;
    background-size: cover;
}

.bg-equity_report {
    background-image: url("../img/yuanta/bg-research-report.jpg");
    background-repeat: no-repeat;
    height: 275px;
    background-size: cover;
}

.bg-economic_report {
    background-image: url("../img/yuanta/bg-research-report.jpg");
    background-repeat: no-repeat;
    height: 275px;
    background-size: cover;
}

.bg-daily_report {
    background-image: url("../img/yuanta/bg-daily-report.jpg");
    background-repeat: no-repeat;
    height: 275px;
    background-size: cover;
}

.bg-economy__industry {
    background-image: url("../img/yuanta/bg-daily-report.jpg");
    background-repeat: no-repeat;
    height: 275px;
    background-size: cover;
}

.bg-coporate_news {
    background-image: url("../img/yuanta/bg-daily-report.jpg");
    background-repeat: no-repeat;
    height: 275px;
    background-size: cover;
}

.bg-market_update {
    background-image: url("../img/yuanta/bg-daily-report.jpg");
    background-repeat: no-repeat;
    height: 275px;
    background-size: cover;
}

.bg-page {
    background-image: url("../img/yuanta/bg-daily-report.jpg");
    background-repeat: no-repeat;
    height: 275px;
    background-size: cover;
}


/* List site */

.main-list-site {
    margin-top: 20px;
}

.main-list-site li {
    border-bottom: 1px solid #E8E4E5;
    float: none;
    margin: 0 0 10px;
    position: relative;
}

.main-list-site li a {
    color: #000000;
    font-size: 18px;
    display: block;
    height: 30px;
}

.main-list-site li a.on {
    font-weight: bold;
}


/* page */

.main-content-title {
    font-weight: bold;
    color: #000000;
    font-size: 18px;
    margin-bottom: 20px;
}

.contact-info {
    border-left: 5px solid #414141;
    margin: 0 0 0 5px;
    padding: 0 0 0 10px;
}

.contact-info p {
    margin: 0 0 5px;
}

.btn-box-submit {
    float: right;
    margin-right: 175px;
}

.btn-submit {
    background: none;
    border: medium none;
    margin: 0 20px 0 0;
}

.location-text li {
    font-size: 20px;
    float: none;
    list-style: square outside none;
    margin: 0 0 0 25px;
}

.location-text li p {
    font-size: 13px;
}


/* Career */

.announcement-text {
    border-bottom: 3px solid #242021;
    margin-top: 30px;
}

.head-title-announcement tr th {
    font-size: 12px;
    text-align: center;
    border: 1px solid #ccc;
}

.body-text-announcement tr.row-apply-all td {
    background: #D1D2D4;
}

.body-text-announcement tr td {
    font-size: 12px;
    text-align: center;
    padding: 1px;
    background: #F7F9F8;
    vertical-align: middle;
    border: 1px solid #ccc;
}

.not-form {
    font-size: 12px;
    margin-bottom: 20px;
    background: url("../img/red.png") no-repeat scroll 0 6px rgba(0, 0, 0, 0);
    padding-left: 25px;
}

.not-form span {
    color: red;
}

.menu-application {
    height: 40px;
}

.menu-application li {
    border-right: 1px solid #fff;
    float: left;
    height: 40px;
    line-height: 40px;
    position: relative;
    text-align: center;
    width: 160px;
}

.menu-application li a {
    background: #F7F9F8;
    color: #6C6D6F;
    display: block;
}

.menu-application li.step-active a {
    background: #FF0000;
    color: #fff;
}

.form-application {
    background: #E7E7E9;
    padding: 7px;
}

.title-each-head-form {
    font-weight: bold;
    color: #000;
    font-size: 16px;
    padding: 10px 0;
}

.each-form {
    border: 1px dotted #333333;
    padding: 5px;
    margin-bottom: 10px;
}

.color-red {
    color: red;
}

.btn-pre {
    display: inline-block;
    margin: 10px 0 20px 0;
    float: left;
}

.btn-next {
    display: inline-block;
    margin: 10px 0 20px 0;
    float: right;
}

.btn-next button {
    background: none;
    border: medium none;
    padding: 0;
}

.multi-lang p {
    margin: 10px 0 5px;
}

.company-text ul {
    display: table;
}

.company-text li {
    font-size: 16px;
    float: none;
    list-style:  outside;
    margin: 5px 0 0 20px;
   
}

.company-text li p {
    font-size: 14px;
}

.company-text li p b {
    display: inline-block;
    width: 180px;
}

.company-text li p span {
    display: inline-block;
    width: 470px;
    float: right;
    
}

.each-network-partner {
    display: table;
    margin-bottom: 20px;
}

.each-network-partner p {
    margin-bottom: 5px;
}

.each-network-partner .network-name {
    float: left;
    width: 150px;
}

.each-network-partner .network-address {
    float: right;
    width: 550px;
}

.m-left-10 {
    margin-left: 10px;
}

#content-footer {
    width: 1200px;
    margin: 0 auto;
}

.tooter-left li {
    float: left;
    margin: 0 20px 0 0;
    position: relative;
}

.tooter-left li a {
    color: #fff;
    font-size: 12px;
}

#webmail a {
    color: #fff;
    font-size: 12px;
}

.button-to-top {
    height: 80px;
    background: #A7A5A6;
}

.button-to-top img {
    margin: 20px 20px 0 0;
}

.footer {
    padding: 50px 0 10px;
}

.footer-left {}

.footer-right p {
    color: #E8E4E5;
    font-size: 10px;
}


/* bootstrap */

.table {
    border-top: 5px solid #242021;
}

.form-horizontal .control-label {
    text-align: left;
    width: 100px;
}

.form-horizontal .controls {
    margin-left: 100px;
}

.form-horizontal .control-group {
    margin-bottom: 10px;
}

.contact-email textarea,
.contact-email input[type="text"],
.contact-email input[type="email"] {
    background: #F3F3F5;
    border: 1px solid #000000;
}

.carousel {
    margin-bottom: 0px;
}

.span12 h4 a {
    border-bottom: 1px solid #fff;
}

.mb-res-daily-rp {
    text-align: center;
}
.my-box-page{
    display: flex;
    justify-content:center;
}