img {
    display: block;
}
#main {
    padding: 0;
    width: 100%;
    margin: 0;
    color: #121212
}
.web-banner {
    overflow: hidden;
    background: url("/en/images/faq/banner.png") no-repeat center;
    margin-top: 72px;
    position: relative;
    height: 420px;
}
.web-banner .web-font {
    overflow: hidden;
    margin-top: 142px;
}
.web-banner .web-font span,
.web-banner .web-font p {
    overflow: hidden;
    display: block;
    font-size: 24px;
    line-height: 30px;
    color: #777777;
    text-align: center;
    text-transform: capitalize;
}
.web-banner .web-font span {
    font-size: 50px;
    line-height: 66px;
    color: #20222B;
    font-weight: bolder;
}
.web-banner .web-font p {
    margin: 10px 0 0;
}
.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{
    margin-top: 80px;
    border-bottom: 1px solid #D8D8D8;
}
.content-faq .tab-left ul {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.content-faq .tab-left ul li {
    padding: 20px 15px;
    border-bottom: 3px solid transparent;
    margin: 0 30px;
    cursor: pointer;
}
.content-faq .tab-left ul li.active,
.content-faq .tab-left ul li:hover{
    border-bottom-color: #37AEB3;
}
.content-faq .tab-left ul a {
    overflow: hidden;
    display: block;
    text-align: left;
    font-size: 30px;
    height: 38px;
    color: #121212;
}
.content-faq .tab-left ul li.active a,
.content-faq .tab-left ul li:hover a {
    color: #37AEB3;
}
.content-faq .itemdt-wrapp{
}
.content-faq .title {
    font-size: 50px;
    color: #37AEB3;
    padding-top: 8%;
    padding-bottom: 30px;
    margin-bottom: 22px;
}

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

.content-faq .article-question {
    font-size: 16px;
    line-height: 24px;
    margin: 0;
    position: relative;
    padding: 15px 80px 0 0;
    display: block;
    color: #37AEB3;
    text-decoration: none;
    font-weight: bolder;
}
.content-faq .article-question:link {
    outline: none;
}
.content-faq .article-question.collapsed {
    color: #121212;
    padding: 15px 0;
    border-bottom: 1px solid #CCCCCC;
}
.content-faq .article-question.collapsed:hover {
    color: #37AEB3;
}
.content-faq .article-answer {
    font-size: 16px;
    line-height: 24px;
    color: #121212;
    background: #F7F9FB;
    border-radius: 10px;
}
.content-faq .article-answer.in{
    padding: 25px 0;
    margin: 15px 0;
}
.content-faq .article-answer a {
    color: #37AEB3;
}
.content-faq .article-answer a:hover {
    color: #37AEB3;
}
.content-faq .article-answer p {
    margin-left: 27px;
    font-weight: 500;
    font-size: 16px;
    padding-right: 10px;
    width: 96%;
}
.content-faq .article-answer .bold-text {
    font-weight: 700;
}

.content-faq .article-answer .text-number {
    text-align: left;
    padding-left: 27px;
    width: 3%;
    margin-right: -20px;
    line-height: 24px;
}

.content-faq .article-answer .text-des {
    line-height: 24px;
    margin-left: 27px;
}

.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;
}
.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;
}
