/************************/

body {
    font: 10px/1em "Open Sans", arial, sans-serif;
}

.top-banner-faq {
    width: 100%;
    position: relative;
    margin-top: 0;
    left: 0;
}

.banner-faq {
    overflow: hidden;
    background: url(/en/images/faq/banner-faq.jpg?v0503) no-repeat center top;
    background-size: 100% 100%;
    height: 350px;
    width: 100%;
    display: block;
    margin-top: 50px;
}

.subtitle {
    font-size: 32px;
    color: #FFFFFF;
    line-height: 2.0;
    text-align: center;
}

.top-banner-faq .banner-blue {
    display: block;
}

.top-banner-faq .banner-blue .title-banner {
    font-size: 50px;
    color: #FFFFFF;
    line-height: 1.8;
    font-weight: 500;
    margin-top: 150px;
}

.top-banner-faq .banner-blue .box-search {
    width: 60%;
    margin: 0 auto;
    height: 65px;
    border: 1px solid #CCCCCC;
    background-color: #FFFFFF;
    margin-top: 2%;
    display: none;
}

.top-banner-faq .banner-blue .box-search input {
    color: #121212;
    font-size: 28px;
    line-height: 1.8;
    font-weight: 300;
    border: none;
    float: left;
    width: 90%;
    height: 63px;
    padding-left: 5%;
}

.top-banner-faq .banner-blue .box-search .icon-search {
    background: url(/en/images/faq/icon-search.png) no-repeat center center;
    width: 21px;
    height: 21px;
    float: right;
    margin: 3%;
}

.content-faq {
    background-color: #FFFFFF;
    display: block;
    overflow: auto;
    margin-bottom: 60px;
}

.content-faq .colllap-ex {
    color: #37AEB3;
}

.content-faq .colllap-ex-1 {
    color: #37AEB3;
}

.content-faq .show {
    display: block;
}

.content-faq .hide {
    display: none;
}

.content-faq a {
    cursor: pointer;
    text-decoration: none;
}

.content-faq i {
    font-size: 14px;
    color: #666666;
    padding: 10px;
    float: right;
    margin-top: 15px;
}

.content-faq .article-question:after {
    position: absolute;
    right: 10px;
    top: 25%;
    padding: 10px;
}

.content-faq i.fa-angle-up:before,
.content-faq i.fa-angle-down::before,
.content-faq .article-question.collapsed:after,
.content-faq .article-question:after {
    content: ""
}

.content-faq i.fa-angle-up {
    background: url(/vn/images/faq/page-rigth.png) no-repeat center;
}

.content-faq i.fa-angle-down {
    background: url(/vn/images/faq/page-rigth.png) no-repeat center;
    transform: rotate(90deg);
}

.content-faq .article-question:after {
    background: url(/vn/images/faq/page-rigth.png) no-repeat center;
    transform: rotate(90deg);
}

.content-faq .article-question.collapsed:after {
    background: url(/vn/images/faq/page-rigth.png) no-repeat center;
    transform: rotate(0);
}

.content-faq .tab-left ul {
    list-style-type: none;
    margin-top: 43%;
    width: 340px;
    cursor: pointer;
    background-color: #ebf8f9;
    box-sizing: border-box;
    padding: 35px 29px;
}

.content-faq .tab-left ul li {
    list-style-type: none;
    height: 40px;
    line-height: 40px;
    color: #37aeb3;
    font-size: 20px;
    text-align: center;
    box-sizing: border-box;
    border: 1px solid #37aeb3;
    margin-bottom: 16px;
    font-weight: bold;
}

.content-faq .tab-left ul li.active {
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-size: 20px;
    background-color: #37aeb3;
}

.content-faq .tab-left ul li.active a {
    color: #fff;
}

.content-faq .tab-left ul a {
    width: 100%;
    height: 40px;
    display: block;
    color: #37aeb3;
}

.content-faq .title {
    font-size: 50px;
    color: #37AEB3;
    padding-top: 8%;
    padding-bottom: 30px;
    margin-bottom: 22px;
}

.content-faq .bg-expand {
    background-color: #EEF6F9;
    font-size: 16px;
    text-align: right;
    line-height: 50px;
}

.content-faq .article-question {
    font-size: 20px;
    line-height: 1.28px;
    margin: 0;
    position: relative;
    padding: 15px 0;
    padding-right: 80px;
    display: block;
    color: #37AEB3;
    text-decoration: none;
    font-weight: 700;
}

.content-faq .article-question:link {
    outline: none;
}

.content-faq .article-question.collapsed {
    color: #121212;
    font-weight: normal;
    padding: 15px 0;
    border-bottom: 1px solid #CCCCCC;
}

.content-faq .article-question.collapsed:hover {
    color: #37AEB3;
}

.content-faq .article-answer {
    font-size: 20px;
    color: #121212;
    margin-bottom: 1%;
}

.content-faq .article-answer a {
    color: #37AEB3;
}

.content-faq .article-answer a:hover {
    color: #03354C;
}

.content-faq .article-answer p {
    margin-left: 27px;
    line-height: 22px;
    font-weight: 500;
    font-size: 16px;
    color: #000;
    padding-right: 10px;
    width: 96%;
    margin-bottom: 16px;
}

.content-faq .article-answer p b {
    font-weight: bold;
}

.content-faq .article-answer div.table-div {
    width: 100%;
    margin-top: 18px;
    margin-bottom: 18px;
    box-sizing: border-box;
    padding-left: 27px;
}

.content-faq .article-answer th {
    font-size: 16px;
    text-align: center;
    padding: 15px;
    color: #FFFFFF;
    background: #dcb08e;
    line-height: 1.2;
}

.content-faq .article-answer tr {
    border: 1px solid #dcb08e;
}

.content-faq .article-answer tbody {
    display: table-row-group;
    vertical-align: middle;
    border-color: inherit;
}

.content-faq .article-answer tbody td {
    line-height: 1.2;
    text-align: center;
    color: #121212;
    padding: 1.44%;
    font-size: 16px;
    border: 0.025rem solid #ead5c2;
}

.content-faq .article-answer tbody .unit {
    font-size: 0.8em;
}

.content-faq .article-answer tbody tr {
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
    background: #FFFFFF;
}

.content-faq .article-answer tbody tr.last-row td {
    border-bottom: 1px solid #CCCCCC;
}

.content-faq .article-answer p.app-img img {
    width: 294px;
}

.content-faq .article-answer .bold-text {
    font-weight: 700;
}

.content-faq .article-answer .text-number {
    text-align: left;
    padding-left: 27px;
    padding-top: 8px;
    width: 6%;
}

.content-faq .article-answer .text-des {
    line-height: 1.8;
}

.content-faq .text-tab {
    text-align: center;
    display: inline-block;
    width: auto;
    margin: 0 2% 0 0;
    padding: 0 2%;
}

.content-faq .active-tab {
    border-bottom: 3px solid #37AEB3;
}

.content-faq:before,
.content-faq:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.content-faq .bg-expand ul {
    margin-left: 0;
    margin-bottom: 0;
    width: 80%;
}

.content-faq .col-md-offset-2 {
    margin-left: 0;
    float: right;
    width: 20%;
}

.content-faq .padding-text {
    padding-top: 10px;
}

.top-banner {
    position: relative;
    margin-top: 0;
    background: #1c4560;
    line-height: 0;
}

.top-banner .banner {
    background: url(/en/images/platformm/platform/banner.png) no-repeat center top;
    height: 350px;
}

.top-banner .banner .title-banner {
    font-size: 50px;
    line-height: 1.8;
    color: #FFFFFF;
    text-align: left;
    padding-top: 190px;
}

.top-banner .banner .sub-title {
    font-size: 32px;
    line-height: 1.8;
    color: #FFFFFF;
    padding-bottom: 70px;
}

.uni-con {
    overflow: hidden;
    width: 100%;
    border-bottom: solid 1px #ccc;
    padding: 70px 0;
}

.uni-con .img-left {
    overflow: hidden;
    float: left;
    width: 50%;
}

.uni-con .img-left img {
    display: block;
    overflow: hidden;
    width: 100%;
}

.uni-con .words-right {
    overflow: hidden;
    float: left;
    width: 46%;
    padding-left: 3%;
}

.uni-con .words-right span {
    overflow: hidden;
    display: block;
    font-size: 16px;
    color: #121212;
    line-height: 28px;
    padding-bottom: 12px;
}

.uni-con .words-right span.title {
    font-size: 36px;
    font-weight: bold;
}

.uni-conpage {
    overflow: hidden;
    width: 100%;
    padding: 50px 0;
}

.uni-conpage img {
    overflow: hidden;
    display: block;
    width: 100%;
    padding: 40px 46px 40px 14px;
}

.uni-conpage span {
    overflow: hidden;
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 28px;
    color: #121212;
    text-indent: 14px;
}

.uni-conpage span.titled {
    font-size: 24px;
    font-weight: bold;
    padding-bottom: 40px;
    text-indent: 0;
}

.uni-conpage span.color {
    color: #37aeb3;
    font-size: 20px;
    border-left: solid 4px #37aeb3;
    line-height: 18px;
    padding-left: 10px;
    margin-bottom: 10px;
    text-indent: 0;
}

.uni-conpage span.color1 {
    display: inline;
    color: #f00;
    margin-right: 3px;
}

.footer-content {
    border-top: 1px solid #CCCCCC;
    padding: 0 0 80px 0;
    margin-top: 80px;
}

.footer-content h3 {
    font-size: 32px;
    color: #37AEB3;
    padding-top: 50px;
}

.footer-content p {
    font-size: 16px;
    padding-top: 20px;
    line-height: 1.8;
    color: #121212;
}

.footer .contact-us ul a {
    text-decoration: none !important;
}


/* start commented backslash hack \*/

* html .clearfix {
    height: 1%;
}


/*# sourceMappingURL=faq.css.map */

img {
    max-width: none;
}

a {
    text-decoration: none;
}

.header .mega-menu>li:hover>a {
    text-decoration: none;
}

.header .mega-menu .sub-menu li a:hover {
    text-decoration: none;
}
